.mainpage-section-1 {
	background-image: url('../img/test2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible !important;
}

.mainpage-section-1 .caption-title {
	font-size: 24px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
}

.mainpage-section-1 .caption-subtitle {
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
}

.mainpage-section-1 .caption-text {
	font-size: 18px;
	font-weight: 900;
	line-height: 20px;
	color: #8080ff;
}

.mainpage-section-1 .banner {
	background: white;
	opacity: 0.8;
}

.page-section.faqs {
    background: #e9e9e9 url(../img/faqs-background.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 40px;
}

.faqs-title {
	background: white;
	opacity: 0.8;
	float: none;
	margin: 0 auto;
}

.social-icons .flag {
	margin-left: 5px;
	margin-right: 10px;
}

[class^='select2'] {
  border-radius: 0px !important;
  line-height: 30px !important;
}

.form-search .form-control {
    height: 30px;
}

/* 5.15 */
/* Google map
/* ========================================================================== */
.google-map,
.map-canvas,
#map-canvas-contact {
  min-height: 700px;
  max-height: 700px;
}
@media (max-height: 600px) {
  .google-map,
  .map-canvas,
  #map-canvas-contact {
    min-height: 390px;
    max-height: 390px;
  }
}
@media (max-height: 400px) {
  .google-map,
  .map-canvas,
  #map-canvas-contact {
    min-height: 200px;
    max-height: 200px;
  }
}
.gm-style-iw {
  width: 280px !important;
  height: 380px !important;
  min-height: 380px !important;
}
.gmap-background .google-map,
.gmap-background #map-canvas-contact {
  max-height: 100%;
  min-height: 100%;
}
.gmap-background .google-map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.gmap-background #map-canvas-contact {
  width: 100%;
  height: 100%;
}
.gmap-background {
  margin-top: 0;
  margin-bottom: 0;
}
.gmap-background .on-gmap {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  min-height: 200px;
  width: 350px;
}
@media (max-width: 767px) {
  .gmap-background .on-gmap {
    width: 290px;
  }
}
body.full-screen-map .wrapper {
  width: 630px;
}
body.full-screen-map .wrapper.closed {
  margin-left: -630px;
}
@media (max-width: 991px) {
  body.full-screen-map .wrapper.closed {
    margin-left: -320px;
  }
}
@media (max-width: 991px) {
  body.full-screen-map .wrapper {
    width: 320px;
  }
}
body.full-screen-map .google-map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
}
body.full-screen-map .map-canvas,
body.full-screen-map #map-canvas-contact {
  height: 100%;
  max-height: 100%;
}
body.full-screen-map .form-search {
  background-color: transparent;
}
body.full-screen-map .form-search .row-submit .inner {
  padding: 0;
  border-top: none !important;
  background-color: transparent !important;
}
.gm-style-iw {
  width: 350px !important;
  top: 20px !important;
  left: 0 !important;
}
/* 5.15 */
/* Google map end
/* ========================================================================== */

.car-listing .thumbnail-car-card .caption-text {
    font-size: 13px;
    border-top: solid 1px #e9e9e9;
    padding-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
    min-height: 55px;
}

/*search form and buttons black to blue*/
/* ========================================================================== */
a:not(.btn-theme):hover,
a:not(.btn-theme):active,
a:not(.btn-theme):focus {
  color: #8080ff;
}

.form-search {
  text-align: left;
  background: rgba(20, 24, 28, 0.6);
}
.form-search .form-group {
  margin-bottom: 10px;
}
.form-search .form-control {
  height: 40px;
}
.form-search .has-icon .form-control {
  padding-right: 40px;
}
.form-search .form-control-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.form-search .btn-submit {
  background-color: #e60000;
  border-color: #e60000;
  color: #ffffff;
}
.form-search .btn-submit:hover {
  background-color: #8080ff;
  border-color: #8080ff;
}
.form-search .form-title {
    background: #8080ff;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.form-search .form-title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #ffffff;
}
.form-search .form-title .fa {
  float: right;
  line-height: 18px;
}
.form-search .form-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #8080ff;
}
.form-search .row,
.form-search .row div[class*="col-"] {
  margin-top: 0;
}
.form-search .row-inputs .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.form-search .row-inputs .container-fluid div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.form-search .row-inputs + .row-inputs {
  padding-bottom: 10px;
}
.form-search .row-submit .container-fluid > .inner {
  padding: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.35);
  line-height: 50px;
}
.form-search .row-submit a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.form-search .row-submit a:hover {
  color: #ffffff;
}
.form-search.dark .bootstrap-select > .selectpicker {
  border: solid 1px transparent;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
.form-search.light {
  background: #ffffff;
}
.form-search.light .form-title h2 {
  max-width: 260px;
}
.form-search.light .form-title .fa {
  font-size: 36px;
  line-height: 36px;
}
.form-search.light .row-submit .container-fluid > .inner {
  border-top: solid 1px #d3d3d3;
  background-color: #e9e9e9;
}
.form-search.light .row-submit a {
  color: #7f7f7f;
}
.form-search.light .row-submit a:hover {
  color: #e60000;
}

.btn-theme-dark, .btn-theme-dark:focus, .btn-theme-dark:active {
    background-color: #8080ff;
    border-width: 1px;
    border-color: #8080ff;
    color: #ffffff;
}

.widget.widget-find-car .btn-theme-dark, .widget.widget-find-car .btn-theme-dark:focus, .widget.widget-find-car .btn-theme-dark:active {
    background-color: #8080ff;
    border-color: #8080ff;
    color: #ffffff;
}

.btn-theme:hover {
    background-color: #8080ff;
    border-color: #8080ff;
    color: #ffffff;
}

.btn-theme-dark:hover {
    background-color: #e60000;
    border-color: #e60000;
    color: #ffffff;
}

/* Image carousel / OwlCarousel
/* ========================================================================== */
.checkout-carousel.owl-theme .owl-controls {
  margin: 0 !important;
}
@media (max-width: 639px) {
  .checkout-carousel.owl-theme .owl-controls {
    display: none;
  }
}
.checkout-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 30px;
  line-height: 30px;
  border: solid 3px #14181c;
  background: transparent;
  color: #14181c;
}
.checkout-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #14181c;
  color: #ffffff;
}
.checkout-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.checkout-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.checkout-carousel.owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.checkout-carousel.owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
}
.checkout-carousel.owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.checkout-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #14181c;
}
.car-big-card .checkout-carousel.owl-theme .owl-nav [class*=owl-] {
  border: none;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.car-big-card .checkout-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.car-big-card .checkout-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.car-big-card .checkout-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.car-big-card .checkout-carousel .btn-zoom {
  position: absolute;
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.car-big-card .checkout-carousel .btn-zoom:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.car-big-card .checkout-carousel .btn-zoom .fa {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Image carousel / OwlCarousel END
/* ========================================================================== */

.car-big-card.alt .car-details .price {
	margin-top: -20px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f6f8;
    line-height: 1.6;
}

.thumbnail .media-link {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 370px;
}

/* 2.1 */
/* Logo
/* ========================================================================== */
.logo {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 15px;
}
.logo a {
  margin: auto auto;
  display: block;
  text-align: center;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.is-sticky .logo {
  width: 140px;
  height: 50px;
  line-height: 50px;
}
.is-sticky .logo img {
  max-width: none;
  height: 50px;
}
.full-screen-map .logo {
  width: 140px;
  height: 50px;
  line-height: 50px;
}
.full-screen-map .logo img {
  max-width: none;
  height: 40px;
}
@media (max-width: 991px) {
  .logo {
    width: 140px;
    height: 50px;
    line-height: 50px;
  }
  .logo img {
    max-width: none;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .logo {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.logo,
.logo a,
.logo img,
.is-sticky .logo,
.is-sticky .logo a,
.is-sticky .logo img {
  -webkit-transition: none;
  transition: none;
}
