body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #858585;
}

::placeholder {
  color: #aaaaaa !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaaaaa !important;
}

::-ms-input-placeholder {
  color: #aaaaaa !important;
}

.btn.btn-primary {
}
.dropzone label, .dropzone input {
    display:block;
    
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.dropzone input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.dropzone input[type="radio"]:checked + label {
    background:#91bd09;
	color:#fff;
	border:1px solid #91bd09;
	cursor:default !important;
	/*font:bold 15px Arial;*/
}

.dropzone label {
	text-align: center;
     padding:5px;
     border:1px solid #CCC;
	border-radius:0;	 
    cursor:pointer !important;
    z-index:50;
	font:bold 13px Arial;
}

.dropzone label:hover {
     background:#DDD;
}
#poHeader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.poTopper {
  font-size: .8rem;
}

.poTopper i {
  font-size: 1rem;
  margin-right: 2px;
}

.poTopper > div > div:first-child a {
  margin-right: 9px;
}

.poTopper > div > div:last-child a {
  margin-left: 9px;
}

.poTopper a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
  color: #FFF;
}

.poTopper a:hover {
  opacity: .7;
}

.poTopper hr {
  margin: 0;
  border-color: rgba(255,255,255,.35);
}

@media (min-width:767px) and (max-width:991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#poNaver .navbar-brand {
  background-image: url("../../assets/img/ap-logo-light.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 131px;
  height: 40px;
}

#poNaver .navbar-toggler {
  border: none;
  padding-top: 0px;
  padding-bottom: 8px;
}

.navbar-toggler-icon {
  background-size: 0;
}

#poNaver .icon.ion-android-menu {
  font-size: 42px;
  color: #06be73;
}

#poNaver a {
  color: #FFF;
}

#poNaver a.active, #poNaver a:not(.navbar-brand):hover {
  opacity: .7;
}

#poHeader.poeyStick {
  position: fixed;
  border-bottom: 1px solid #dddddd;
}

#poHeader.poeyStick #poTopper {
  background-color: #1b59bb;
}

#poHeader.poeyStick #poTopper a {
  padding: 5px 0;
}

#poHeader.poeyStick #poTopper .container:last-child {
  display: none;
}

#poHeader.poeyStick #poNaver {
  background: #FFF;
}

#poHeader.poeyStick #poNaver .navbar-brand {
  background-image: url(../../assets/img/ap-logo-main.svg);
}

#poHeader.poeyStick #poNaver a {
  color: #888;
  opacity: 1;
}

#poHeader.poeyStick #poNaver a.active, #poHeader.poeyStick #poNaver a:not(.navbar-brand):hover {
  color: #3079ed;
}

#poCarousel, .carousel-inner, .carousel-item {
  height: 100vh;
  overflow: hidden;
}

#poCarousel img.w-100.d-block {
  height: 100%;
  width: auto !important;
}

@media (min-width: 768px) {
  #poCarousel img.w-100.d-block {
    height: 110%;
  }
}

@media (min-width: 1200px) {
  #poCarousel img.w-100.d-block {
    height: auto;
    width: 100% !important;
  }
}

.carousel-control-next, .carousel-control-prev {
  z-index: 15;
}

.po-carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,105,.4);
  text-shadow: 1px 1px 10px rgba(0,0,0,.5);
}

.po-carousel-caption h2, .po-carousel-caption p {
  width: 70%;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
}

.po-carousel-caption p {
  font-weight: 300;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .po-carousel-caption h2, .po-carousel-caption p {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .po-carousel-caption p {
    font-size: 1.1rem;
  }
}

#poIntro {
  background-color: #f1f1f1;
  color: #777;
}

#poIntro .presentation {
  padding: 60px 0;
}

@media (min-width: 768px) {
  #poIntro .presentation {
    padding: 100px 0;
  }
}

#poIntro p.pSlog {
  color: #06be73;
  margin-bottom: 2px;
}

#poIntro p {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .presentationTxt {
    margin-top: 110px;
  }
}

@media (min-width: 992px) {
  .presentationTxt {
    margin-top: 60px;
  }
}

#poIntro .h3, #poIntro h3, #poIntro .h4, #poIntro h4 {
  color: #3079ed;
  margin-bottom: 25px;
}

#searchBloc {
  padding: 40px 0 60px;
  color: #666;
  background-image: url("../../assets/img/ap-search-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#searchForm .container {
  background-color: rgba(255,255,255,0.86);
  border-radius: 6px;
  padding: 35px 45px 35px;
}

@media (min-width: 768px) {
  #searchBloc {
    padding: 90px 0;
  }
}

label {
  margin-bottom: .1rem;
  font-size: .9rem;
  font-weight: 300;
}

.form-control, .input-group-text {
  color: #777;
  font-size: 0.85rem;
}

@media (max-width: 576px) {
  .form-control {
    font-size: 1rem;
  }
  
  .page-link {
    position: relative;
    display: block;
    padding: 0.3rem 0.25rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
  
}

.custom-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23888' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}

#searchForm a {
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 700;
}

.cars-grid-bloc {
  padding: 70px 0;
  background-image: url("../../assets/img/ap-light-bg.svg");
  background-position: center;
  background-size: 115%;
  background-repeat: no-repeat;
}

.cars-grid-bloc h2 {
  font-weight: 700;
  color: #707070;
  font-size: 25px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.card-img-overlay {
  padding: 10px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(37,37,37,0.1);
  color: #FFF;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
  font-weight: 400;
}

.card-img-overlay h5 span {
  font-size: 1.15rem;
  display: inline-block;
  background: rgba(48,121,237,0.8);
  padding: 1px 8px 2px;
  border-radius: 4px;
}

.cars-grid-inner > div > a img {
  border-radius: 4px;
}

.cars-grid-inner > div > a:hover .card-img-overlay {
  background-color: rgba(37,37,37,0.5);
}

.card-img-overlay p:not(.priceTag, .soldTag) {
  margin-bottom: 0;
  font-size: 0.95rem;
  background: rgba(0,0,0,0.35);
  padding: 2px 8px;
  border-radius: 4px;
}

.cars-grid-inner .priceTag {
  margin-bottom: 6px;
  font-size: 1.2rem;
  text-align: right;
}
.cars-grid-inner .soldTag {
  margin-bottom: 6px;
  font-size: 1.2rem;
  text-align: left;
  
}
.soldTag{
   background:rgba(249,0,30,0.8);
  padding: 3px 8px;
  border-radius: 4px;

}

.cars-grid-inner .priceTag span {
  background-color: rgba(6,190,115,0.8);
  padding: 3px 8px;
  border-radius: 4px;
}

#dealer-old, #classic-owners, #general-services {
  background-color: #f8f8f8;
}

#private-owners h2 {
  color: #06be73;
}
#classic-owners h2 {
  color: #ff6900;
}
#leasing h2 {
  color: #84005c;
}

#main-services > .row > div {
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#brokerage {
  background-image: url("../../assets/img/ap-illustrations-borkers-bg.jpg");
}

#finance {
  background-image: url("../../assets/img/ap-illustrations-finance-bg2.jpg");
}

#main-services > .row > div > div {
  width: 70%;
  max-width: 570px;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

#main-services h4 {
  font-weight: 700;
}

#main-services > .row > div > div.ml-auto {
  padding-right: 15%;
}

#main-services > .row > div > div.mr-auto {
  padding-left: 15%;
}

#main-services > .row > div > div p:nth-child(2) {
  min-height: 200px;
}

#partners {
  padding: 80px 0 60px;
  background-image: url("../../assets/img/ap-light-bg.svg");
}

#partners h3 {
  font-weight: 700;
}

#ap-services {
  padding: 60px 0;
}

#poBread {
  padding: 120px 0 30px;
  background: url(../../assets/img/ap-search-bg.jpg) center / cover no-repeat;
}

#poBread h2 {
  font-size: 1.6rem;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.poMainWrap {
  padding: 20px 0 60px;
  background: url(../../assets/img/ap-light-bg.svg);
  background-size: auto;
}

@media (min-width: 576px) {
  .poMainWrap {
    padding: 60px 0;
  }
}

#poMain {
  margin-bottom: 50px;
  background: rgba(255,255,255,.4);
}

#poPagination {
  margin-top: 30px;
}

.poWidget h5 {
  color: #06be73;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  background-color: #FFF;
}

.poWidget .form-group {
  margin-bottom: 0.6rem;
}

.poWidget a {
  text-decoration: none;
}

.poWidget a.service-btn {
  color: #3079ed;
  font-weight: 700;
}

.poWidget a.service-btn:last-child {
  border-color: #06be73;
  color: #06be73;
}

.poWidget a.service-btn:hover {
  color: #ffffff;
}

.poWidget a.service-btn:last-child:hover {
  background: #06be73;
}

#partnerWidget a {
  margin-bottom: 25px;
}

#partnerWidget .img-fluid {
  max-width: 210px;
}

#poCarSlider {
  position: relative;
}

#poCarSlider > p {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

@media (min-width: 768px) {
  #poCarSlider > p {
    top: 15px;
    right: 15px;
  }
}

#poCarSlider .priceLabel {
  display: block;
  text-align: center;
  padding: 2px 12px;
  background-color: rgba(6,190,115,0.8);
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 3px;
}

#poCarSlider .priceLabel.oldPrice {
  background-color: rgba(249,0,30,0.8);
  font-size: 16px;
  text-decoration: line-through;
}

@media (min-width: 992px) {
  #poCarSlider .priceLabel {
    font-size: 28px;
    padding: 4px 20px;
    margin-bottom: 5px;
  }
}

#poCarHeadInfo {
  padding: 20px 0;
  border-bottom: 1px solid #DDD;
  margin-bottom: 60px;
}

#poCarHeadInfo span {
  font-size: 14px;
  margin-right: 5px;
}

#poCarHeadInfo strong {
  display: inline-block;
}

.carSection {
  margin-bottom: 60px;
}

.carSection h4 {
  text-transform: uppercase;
  color: #3079ed;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.carInfoList .row > div {
  padding: 8px 0;
  border-bottom: 1px solid #DFDFDF;
  font-size: 14px;
}

.carInfoList .row > div:nth-last-child(-n + 2) {
  border: none;
}

.carInfoList .row span {
  background: #FFF;
}

.carInfoList .info {
  color: #353535;
}

#poCarOptions i {
  color: #3079ed;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

#poCarOptions .row > div {
  vertical-align: middle;
  margin-bottom: 10px;
}

.alert {
  font-size: 14px;
}

.alert h4 {
  font-size: 20px;
}

.poBrokerHeader {
  margin-bottom: 40px;
}

.poBrokerHeader img {
  width: 100%;
  max-width: 260px;
  border-radius: 50% !important;
  margin-bottom: 30px;
}

.poBrokerHeader a {
  text-decoration: none;
}

.poBrokerHeader .name {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}

.poBrokerHeader .region {
  text-transform: uppercase;
  color: #06be73;
}

.poBrokerHeader .phone {
  margin-bottom: 0;
}

.poArticlePage h4 {
  color: #3079ed;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.poArticlePage p {
  margin-bottom: 50px;
}

.poArticlePage p strong {
  color: #06be73;
}

.poContactForm {
  max-width: 480px;
  margin: auto;
}

.advSearchBloc {
  margin-bottom: 60px;
}

.advSearchBloc .optionContainer {
  padding-left: 5%;
}
.dZoneContainer {
  height: 220px;
  background: whitesmoke;
  border: 2px dashed;
  border-radius: 8px;
}

.dZoneInner i {
  font-size: 32px;
  color: #3079ed;
}
.poLoginContainer, .poRegisterContainer {
  width: 90%;
  max-width: 320px;
  padding: 20px 30px;
  margin: 20px auto 50px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.poLoginContainer a, .poRegisterContainer a {
  text-decoration: none;
}

.poLoginForm .illustration {
  text-align: center;
  font-size: 90px;
  color: #3079ed;
}

.poLoginForm .poForgot {
  display: block;
  text-align: right;
  font-size: 13px;
  padding-top: 5px;
  cursor: pointer;
  outline: none;
}

.forgotModal .modal-title {
  color: #3079ed;
}

.forgotModal .close {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.poLoginForm .poNewAccount {
  display: block;
  text-align: center;
}

.poRegisterContainer {
  max-width: 920px;
  padding: 25px 15px;
}

@media (min-width: 576px) {
  .poRegisterContainer {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .poRegisterContainer {
    padding: 40px;
  }
}

.poRegisterForm .registerSection {
  margin-bottom: 30px;
}

.poRegisterForm .registerSection h5 {
  color: #3079ed;
  margin-bottom: 1rem;
}

.civilityFormGroup > label {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .poRegisterForm .btn.btn-primary {
    display: block;
    width: 100%;
  }
}


.autoLoader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(255,255,255,.95);}
.autoLoader .autoSpinner{width:100px;height:100px;border:3px solid #06be73;border-radius:50%;border-left-color:transparent;border-right-color:transparent;margin-top:-50px;
	margin-left:-50px;position:absolute;top:50%;left:50%;
    -webkit-animation:helloSpin 1s linear infinite;
    -moz-animation:helloSpin 1s linear infinite;
    animation:helloSpin 1s linear infinite;
}
.autoBrand{text-align:center;position:relative;top:48.7%;padding-left:6px;}
.autoBrand span{width:100px;height:22px;display:inline-block;background:url(../img/logo.png) no-repeat center center;background-size:contain;}
@-webkit-keyframes
helloSpin {
    100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes
helloSpin {
    100%{-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg)}
}


