@charset "UTF-8";
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d-icon {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes borderBottom {
  0% {
    border-bottom: 0px solid #fff;
  }
  100% {
    border-bottom: 3px solid #fff;
  }
}
@keyframes leftJumps {
  0% {
    left: 20px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 20px;
  }
}
@keyframes rightJumps {
  0% {
    right: 20px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 20px;
  }
}
.text-blur-out-reverse {
  -webkit-animation: text-blur-out-reverse 1.2s cubic-bezier(0.550,0.085,0.680,0.530) reverse both;
  -moz-animation: text-blur-out-reverse 1.2s cubic-bezier(0.550,0.085,0.680,0.530) reverse both;
  animation: text-blur-out-reverse 1.2s cubic-bezier(0.550,0.085,0.680,0.530) reverse both;
}
.text-blur-in {
  -webkit-animation: text-blur-in 1.2s cubic-bezier(0.550,0.085,0.680,0.530) both;
  -moz-animation: text-blur-in 1.2s cubic-bezier(0.550,0.085,0.680,0.530) both;
  animation: text-blur-in 1.2s cubic-bezier(0.550,0.085,0.680,0.530) both;
}
@keyframes text-blur-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0.01);
    opacity: 1;
  }
}
@-webkit-keyframes text-blur-out-reverse {
  0% {
    -webkit-filter: blur(0.01);
    filter: blur(0.01);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
    opacity: 0;
  }
}
@keyframes text-blur-out-reverse {
  0% {
    -webkit-filter: blur(0.01);
    filter: blur(0.01);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
    opacity: 0;
  }
}
@-webkit-keyframes blur-out-expand-fwd {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0.01);
    filter: blur(0.01);
  }
  100% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
  }
}
@keyframes blur-out-expand-fwd {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0.01);
    filter: blur(0.01);
  }
  100% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.blur-out-expand-fwd {
  -webkit-animation: blur-out-expand-fwd 1s cubic-bezier(0.250,0.460,0.450,0.940) both;
  -moz-animation: blur-out-expand-fwd 1s cubic-bezier(0.250,0.460,0.450,0.940) both;
  animation: blur-out-expand-fwd 1s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  -moz-animation: slide-right 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  animation: slide-right 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  -moz-animation: slide-left 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  -moz-animation: slide-in-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  animation: slide-in-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
.slide-in-elliptic-top-fwd {
  -webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250,0.460,0.450,0.940) both;
  -moz-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250,0.460,0.450,0.940) both;
  animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  -moz-animation: slide-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
  animation: slide-top 0.5s cubic-bezier(0.250,0.460,0.450,0.940) both;
}
@keyframes anim_slide {
  0% {
    transform: scale(1) translate(0,0);
  }
  100% {
    transform: scale(1.14);
  }
}
@keyframes warning {
  from {
    border-color: ;
  }
  to {
    border-color: #ff2325;
  }
}
.wrap_absolute {
  left: 0;
  position: absolute;
  right: 0;
}
.wrap_absolute .center_absolute {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 1199px) {
  .wrap_absolute .center_absolute {
    width: 100%;
  }
}
.btn_invert {
  background-color: transparent;
  color: #3bbfe6;
}
.btn_invert:hover,
.btn_invert:focus {
  background-color: #3bbfe6;
  color: #fff;
}
.clearfix {
  width: 100%;
}
.clearfix:after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.separateur_vertical_menu {
  color: #232628;
  content: "|";
  display: inline-block;
  font-size: 14px;
  padding: 0 3px 0 9px;
  position: relative;
  top: -1px;
}
.hr_title {
  content: " ";
  border-bottom: 1px solid #fff;
  display: block;
  margin-top: 20px;
  width: 140px;
}
.all {
  border-bottom: 1px solid #232628;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 4px 0;
}
.all .svg {
  padding-left: 5px;
  position: relative;
  top: -1px;
}
.all:hover,
.all:focus {
  border-bottom: 1px solid #232628;
  color: #232628;
}
.all:hover .svg .puce_right0,
.all:focus .svg .puce_right0 {
  fill: #232628;
}
.puce_arrow_right {
  background-image: url(../images/SVG/puce-right.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #232628;
  content: " ";
  display: inline-block;
  font-size: 14px;
  height: 7px;
  left: 0;
  position: relative;
  transition: left .3s ease;
  top: -1px;
  width: 6px;
}
body:not(.custom-background-image).admin-bar:before {
  top: 0 !important;
}
.btn {
  background-color: #3bbfe6;
  border: 1px solid #3bbfe6;
  border-radius: 0;
  color: #fff;
  font-size: 29px;
  font-weight: normal;
  margin-top: 20px;
  outline: none;
  padding: 11px 40px 9px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.btn:hover,
.btn:focus {
  background-color: #1a3f93;
  color: #fff;
}
.btn:after {
  display: none;
}
.btn.error:hover,
.btn.error:focus {
  background-color: #ff2325;
  color: #fff;
  cursor: default;
}
.btn.invert {
  background-color: #3bbfe6;
  border: 1px solid #3bbfe6;
  border-radius: 0;
  color: #fff;
  font-size: 29px;
  font-weight: normal;
  margin-top: 20px;
  outline: none;
  padding: 11px 40px 9px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all .3s ease;
  background-color: transparent;
  color: #3bbfe6;
}
.btn.invert:hover,
.btn.invert:focus {
  background-color: #1a3f93;
  color: #fff;
}
.btn.invert:after {
  display: none;
}
.btn.invert.error:hover,
.btn.invert.error:focus {
  background-color: #ff2325;
  color: #fff;
  cursor: default;
}
.btn.invert:hover,
.btn.invert:focus {
  background-color: #1a3f93;
  color: #fff;
}
.btn.invert:after {
  display: none;
}
.btn.invert.error:hover,
.btn.invert.error:focus {
  background-color: #ff2325;
  color: #fff;
  cursor: default;
}
.btn.invert:hover,
.btn.invert:focus {
  background-color: #3bbfe6;
  color: #fff;
}
body {
  background-color: transparent;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #232628;
}
body#tinymce {
  margin: 10px;
}
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6,
body#tinymce p,
body#tinymce ul,
body#tinymce div {
  margin: 6px 0 6px;
}
body#tinymce ul {
  margin: 20px 0 20px 20px;
  padding-left: 9px;
}
body#tinymce ul li {
  border-left: 1px solid ;
  padding: 6px 6px 6px 14px;
  list-style: none;
}
.container {
  padding-bottom: 0;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 29px;
  }
}
h2,
.h2 {
  font-size: 37px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 479px) {
  h2,
  .h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
a,
button,
svg,
svg *,
input {
  transition: all 0.3s ease;
}
a:hover,
a:focus,
button:hover,
button:focus,
svg:hover,
svg:focus,
svg *:hover,
svg *:focus,
input:hover,
input:focus {
  outline: none;
  text-decoration: none;
}
.readmore {
  color: ;
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  padding: 15px 0 15px 65px;
  position: relative;
  text-transform: uppercase;
}
.readmore:hover,
.readmore:focus {
  color: ;
}
.readmore:hover .puce0,
.readmore:focus .puce0 {
  -webkit-transform: translate(4px,0px);
  -moz-transform: translate(4px,0px);
  -ms-transform: translate(4px,0px);
  -o-transform: translate(4px,0px);
  transform: translate(4px,0px);
}
.readmore svg {
  left: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 1px;
  width: 54px;
}
@media only screen and (max-width: 1199px) {
  .readmore {
    font-size: 16px;
  }
}
ul {
  margin: 0;
  padding: 0;
}
.alignleft {
  float: left;
  height: auto;
  padding: 7px 15px 7px 0;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .alignleft {
    display: block;
    float: none;
    margin: 10px auto 20px;
  }
}
.aligncenter {
  display: block;
  margin: 25px auto;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .aligncenter {
    display: block;
    float: none;
    margin: 10px auto 20px;
  }
}
.alignright {
  float: right;
  height: auto;
  padding: 7px 0 15px 7px;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .alignright {
    margin: 0;
    padding: 9px 0;
    width: 100%;
  }
}
body {
  font-size: 16px;
}
.grecaptcha-badge {
  display: none !important;
}
.rgpd_client {
  margin-top: 20px;
}
.stm-button {
  background-color: #3bbfe6;
}
input[type="submit"] {
  background-color: #3bbfe6;
}
button {
  background-color: #3bbfe6;
}
.button {
  background-color: #3bbfe6;
}
.load-more-btn {
  background-color: #3bbfe6;
}
input[type="text"]:focus {
  border-color: #3bbfe6;
}
input[type="number"]:focus {
  border-color: #3bbfe6;
}
input[type="tel"]:focus {
  border-color: #3bbfe6;
}
input[type="email"]:focus {
  border-color: #3bbfe6;
}
input[type="search"]:focus {
  border-color: #3bbfe6;
}
input[type="password"]:focus {
  border-color: #3bbfe6;
}
textarea:focus {
  border-color: #3bbfe6;
}
.wpcf7-response-output {
  border: 2px solid #336699 !important;
  color: #3bbfe6 !important;
}
#header .logo-main h1 {
  margin: 0;
}
#header .logo-main .blogname {
  text-transform: uppercase;
}
#header .logo-main .blogname h1 {
  margin-bottom: 0;
}
#header .logo-main .blogname:hover {
  text-decoration: none;
}
.header-main {
  background-color: #232628;
}
.header-main .header-main-socs ul li a:hover {
  background-color: #3bbfe6;
}
.header-main .header-secondary-phone .phone .phone-label {
  color: #3bbfe6;
  font-family: 'Montserrat';
}
.header-main .header-main-phone a {
  color: #3bbfe6 !important;
}
.header-main .header-main-phone .stm-icon-phone {
  color: #3bbfe6;
}
.header-main .header-main-phone .phone .phone-label {
  color: #3bbfe6;
}
.header-main .header-main-phone .phone .phone-number {
  color: #3bbfe6;
}
.header-main .header-address .stm-icon-pin {
  color: #3bbfe6;
}
.header-main .header-address .address .heading-font {
  color: #3bbfe6;
}
.header-main .header-address .address .fancy-iframe {
  color: #3bbfe6;
  border-bottom: 1px dashed #336699;
}
.header-main .header-address .address .fancy-iframe:hover {
  color: #3bbfe6;
  border-bottom-color: #3bbfe6;
}
.main-menu .header-menu {
  margin-left: 0;
}
.main-menu .header-menu >li.current-menu-item >a {
  background-color: #3bbfe6;
}
.main-menu .header-menu >li .current_page_item >a {
  background-color: #3bbfe6;
}
.main-menu .header-menu >li:hover >a {
  background-color: #3bbfe6;
}
.main-menu .header-menu >li >ul li a:hover {
  background-color: #3bbfe6;
}
.header-help-bar >ul li a .list-badge {
  background-color: #3bbfe6;
}
.header-help-bar >ul li.nav-search >a:hover {
  background-color: #3bbfe6;
  border-color: #3bbfe6;
}
.tp-bannertimer {
  background-color: #3bbfe6 !important;
}
.header-main-phone a {
  color: #1a3f93 !important;
  font-weight: 100;
}
.header-secondary-phone a {
  color: #1a3f93 !important;
  font-weight: 100;
}
#footer-copyright .copyright-text a {
  color: #3bbfe6;
}
.copyright-socials ul li a {
  color: #3bbfe6;
}
a {
  color: #3bbfe6;
}
a:hover {
  color: #3bbfe6;
}
a:focus {
  color: #3bbfe6;
}
a:active {
  color: #3bbfe6;
}
blockquote {
  border-left-color: #3bbfe6;
}
ul.list-style-1 li:before {
  color: #3bbfe6;
}
ul.list-style-2 li:before {
  color: #3bbfe6;
}
ul.list-style-3 li:before {
  color: #3bbfe6;
}
.stm-ajax-row:after {
  color: #3bbfe6;
}
.icon-box .icon {
  color: #3bbfe6;
}
.colored-separator .first-long {
  background-color: #3bbfe6;
}
.colored-separator .last-short {
  background-color: #3bbfe6;
}
.lt-blue {
  color: #3bbfe6;
}
.listing-car-items .listing-car-item .car-title .colored {
  color: #3bbfe6;
}
.listing-car-items .listing-car-item .price {
  background-color: #3bbfe6;
}
.listing-car-items .listing-car-item .price:before {
  background-color: #3bbfe6;
}
.owl-dots .owl-dot.active span {
  background-color: #3bbfe6;
}
.stm-listing-tabs ul li.active a {
  color: #3bbfe6;
}
.car-listing-row .listing-car-item-meta .car-title {
  color: #3bbfe6;
}
.car-listing-row .listing-car-item-meta .car-title .colored {
  color: #3bbfe6;
}
.car-listing-row .listing-car-item-meta .price {
  background-color: #3bbfe6;
}
.car-listing-row .listing-car-item-meta .price:before {
  background-color: #3bbfe6;
}
.found-cars .blue-lt {
  color: #3bbfe6;
}
.reset-all.reset-styled:hover {
  color: #3bbfe6;
  border-color: #3bbfe6;
}
.reset-all.reset-styled:focus {
  color: #3bbfe6;
  border-color: #3bbfe6;
}
.reset-all.reset-styled:active {
  color: #3bbfe6;
  border-color: #3bbfe6;
}
.entry-header .entry-title .colored-separator {
  color: #3bbfe6;
}
.stm_breadcrumbs_unit .navxtBreads a:hover {
  color: #3bbfe6;
}
.stm-owl-next:hover {
  border-color: #3bbfe6;
  color: #3bbfe6;
}
.stm-owl-prev:hover {
  border-color: #3bbfe6;
  color: #3bbfe6;
}
.testimonials-carousel .owl-controls .owl-prev:hover {
  color: #3bbfe6;
}
.testimonials-carousel .owl-controls .owl-next:hover {
  color: #3bbfe6;
}
.stm-carousel-brands .owl-controls .owl-prev:hover {
  color: #3bbfe6;
}
.stm-carousel-brands .owl-controls .owl-next:hover {
  color: #3bbfe6;
}
.team-info .phone i {
  color: #3bbfe6;
}
.team-info .email {
  background-color: #3bbfe6;
}
.stm-service-unit .image .icon {
  background-color: #3bbfe6;
}
ul.page-numbers li >a {
  background-color: #3bbfe6;
}
.car-action-unit >i {
  color: #3bbfe6;
}
.car-action-unit:hover {
  border-color: #3bbfe6;
}
.car-action-unit.add-to-compare.stm-added {
  background-color: #3bbfe6;
  border-color: #3bbfe6;
}
.stm-thumbs-car-gallery .video-preview:before {
  color: #3bbfe6;
}
.video-preview a:hover:before {
  color: #3bbfe6;
}
.stm-tech-infos .stm-tech-title i {
  color: #3bbfe6;
}
.single-add-to-compare {
  background-color: #3bbfe6;
}
.compare-fixed-link:hover {
  color: #3bbfe6;
}
.stm-shareble:hover .stm-share {
  border-color: #3bbfe6;
  color: #3bbfe6;
}
.single-car-prices {
  background-color: #3bbfe6;
}
.single-car-mpg .mpg-icon {
  background-color: #3bbfe6;
}
.stm_auto_loan_calculator >.title >i {
  color: #3bbfe6;
}
.orange {
  color: #3bbfe6;
}
.stm_calculator_results .stm-calc-results-inner {
  background-color: #3bbfe6;
}
.stm_calculator_results .stm-calc-results-inner:after {
  border-bottom: 8px solid #336699;
}
.modal-header-iconed i {
  color: #3bbfe6;
}
.stm-datepicker-input-icon:after {
  color: #3bbfe6;
}
.compare-value-hover.hovered {
  color: #3bbfe6;
}
.compare-value-hover.hovered .h5 {
  color: #3bbfe6;
}
.compare-col-stm-empty >a:hover .h5 {
  color: #3bbfe6;
}
.remove-from-compare {
  background-color: #3bbfe6;
}
.stm-working-days .title i {
  color: #3bbfe6;
}
.listing-list-loop .video-preview {
  background-color: #3bbfe6;
}
.listing-list-loop .content .meta-top .price {
  background-color: #3bbfe6;
}
.listing-list-loop .content .meta-top .price:before {
  background-color: #3bbfe6;
}
.stm-reset-classic-filter .fa {
  color: #3bbfe6;
}
.stm-car-listing-sort-units .stm-view-by .view-type:hover {
  color: #3bbfe6;
}
.stm-car-listing-sort-units .stm-view-by .view-type.active:hover {
  color: #3bbfe6;
}
.select2-search {
  display: none;
}
.stm-accordion-single-unit >a.title.collapsed {
  border-top-color: #3bbfe6;
}
.stm-accordion-single-unit >a.title:hover .minus {
  background-color: #3bbfe6;
}
.stm-accordion-single-unit >a.title:hover .minus:after {
  background-color: #3bbfe6;
}
.blog-meta .blog-meta-unit a:hover {
  color: #3bbfe6;
}
.blog-meta .blog-meta-unit i {
  color: #3bbfe6;
}
.post-content blockquote:after {
  color: #3bbfe6;
}
.post-content blockquote:before {
  color: #3bbfe6;
}
.blog-meta-bottom .post-tags .post-tag a:hover {
  color: #3bbfe6;
}
.blog-meta-bottom .post-tags .post-category a:hover {
  color: #3bbfe6;
}
.blog-meta-bottom .post-cat .post-tag a:hover {
  color: #3bbfe6;
}
.blog-meta-bottom .post-cat .post-category a:hover {
  color: #3bbfe6;
}
.comment .commentmetadata a:hover {
  color: #3bbfe6;
}
.comment .commentmetadata .comment-meta-data-unit a {
  color: #3bbfe6;
}
.post-grid-single-unit .video-preview {
  background-color: #3bbfe6;
}
.post-grid-single-unit .sticky-post {
  background-color: #3bbfe6;
}
.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit i {
  color: #3bbfe6;
}
.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a:hover {
  color: #3bbfe6;
}
.post-grid-single-unit .content .title-relative a .title {
  color: #3bbfe6;
}
.post-list-single-item .video-preview {
  background-color: #3bbfe6;
}
.post-list-single-item .sticky-post {
  background-color: #3bbfe6;
}
.stm-prev-next {
  background-color: #3bbfe6;
}
.stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit a:hover {
  color: #3bbfe6;
}
.stm-modern-view-others a:hover {
  color: #3bbfe6;
  border-bottom-color: #3bbfe6;
}
.mobile-menu-trigger span {
  background: #336699;
}
.mobile-menu-holder .header-menu >li.opened >a {
  color: #3bbfe6;
}
.page-links a {
  border: 2px solid #336699;
  color: #3bbfe6;
}
.page-links a:hover {
  background-color: #3bbfe6;
}
.stm-base-background-color {
  background-color: #3bbfe6 !important;
}
.stm-base-color {
  color: #3bbfe6 !important;
}
.stm-button-secondary-color {
  background-color: #3bbfe6;
}
.stm-secondary-background-color {
  background-color: #3bbfe6 !important;
}
.stm-secondary-color {
  color: #3bbfe6 !important;
}
#frontend_customizer_button {
  background-color: #3bbfe6;
}
#frontend_customizer_button:before {
  border-right-color: #3bbfe6 !important;
}
.stm-compact-sidebar .icon {
  color: #3bbfe6;
}
.stm-sell-a-car-form .form-navigation .form-navigation-unit .number {
  border: 3px solid #336699;
  color: #3bbfe6;
}
.stm-sell-a-car-form .form-navigation .form-navigation-unit.active {
  border-bottom-color: #3bbfe6;
}
.stm-sell-a-car-form .form-navigation .form-navigation-unit.active .number {
  background-color: #3bbfe6;
}
.stm-single-filter-link a:hover {
  color: #3bbfe6;
}
.footer_widgets_wrapper .widget-title h6 .colored {
  color: #3bbfe6;
}
.footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit:after {
  background-color: #3bbfe6;
}
.footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number a {
  color: #3bbfe6 !important;
}
.footer_widgets_wrapper .widget_socials li a:hover {
  background-color: #3bbfe6;
}
.footer_widgets_wrapper .widget_search form:after {
  background-color: #3bbfe6;
}
.tagcloud a:hover {
  background-color: #3bbfe6;
}
#main .widget_search form.search-form:after {
  color: #3bbfe6;
}
#main .widget_search form.search-form:before {
  background-color: #3bbfe6;
}
#main .stm-last-post-widget .comments-number a {
  color: #3bbfe6 !important;
}
#main .stm-shop-sidebar-area .widget.widget_product_categories >ul >li >a:hover {
  color: #3bbfe6;
}
#main .stm-shop-sidebar-area .widget.widget_product_categories >ul >li >a:hover:before {
  color: #3bbfe6;
}
#main .stm-shop-sidebar-area .widget.widget_product_categories >ul >li ul li a:hover {
  color: #3bbfe6;
}
#main .stm-shop-sidebar-area .widget .product_list_widget li:hover .product-title {
  color: #3bbfe6;
}
#main .stm-shop-sidebar-area .widget .product_list_widget li:hover a {
  color: #3bbfe6;
}
.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  background-color: #3bbfe6;
}
.stm-address-widget .fancy-iframe {
  color: #3bbfe6;
  border-bottom: 1px dashed #336699;
}
.woocommerce a.remove:hover {
  color: #3bbfe6 !important;
}
.woocommerce div.product p.price {
  color: #3bbfe6;
}
.woocommerce div.product span.price {
  color: #3bbfe6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
  background-color: #3bbfe6;
}
.woocommerce span.onsale {
  background-color: #3bbfe6;
}
.woocommerce #respond input#submit {
  background-color: #3bbfe6;
}
.woocommerce #respond input#submit.alt:hover {
  background-color: #3bbfe6;
}
.woocommerce a.button {
  background-color: #3bbfe6;
}
.woocommerce button.button {
  background-color: #3bbfe6;
}
.woocommerce input.button {
  background-color: #3bbfe6;
}
.woocommerce a.button.alt {
  background-color: #3bbfe6;
}
.woocommerce a.button.alt:hover {
  background-color: #3bbfe6;
}
.woocommerce button.button.alt {
  background-color: #3bbfe6;
}
.woocommerce button.button.alt:hover {
  background-color: #3bbfe6;
}
.woocommerce input.button.alt {
  background-color: #3bbfe6;
}
.woocommerce input.button.alt:hover {
  background-color: #3bbfe6;
}
.woocommerce input.button.alt:hover .woocommerce #respond input#submit.alt {
  background-color: #3bbfe6;
}
.woocommerce a.added_to_cart:after {
  color: #3bbfe6;
}
.woocommerce .star-rating span:before {
  color: #3bbfe6;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #3bbfe6;
}
.woocommerce .quantity_actions span:hover {
  background-color: #3bbfe6;
}
.woocommerce .comment-form textarea:focus {
  border-color: #3bbfe6;
  background-color: #1a3f93;
}
.woocommerce .comment-form input:focus {
  border-color: #3bbfe6;
  background-color: #1a3f93;
}
.product_meta a:hover {
  color: #3bbfe6;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title >a .vc_tta-icon {
  color: #3bbfe6;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title >a .vc_tta-icon {
  color: #3bbfe6;
}
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
  background-color: #3bbfe6;
}
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav >li >a:before {
  background-color: #3bbfe6;
}
.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav >li >a:before {
  background-color: #3bbfe6;
}
.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav >li.ui-state-active a {
  color: #3bbfe6;
}
.wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav >li.ui-state-active a .vc_tta-icon {
  color: #3bbfe6;
}
.vc_toggle.vc_toggle_active .vc_toggle_icon {
  border-color: #3bbfe6;
}
.vc_toggle.vc_toggle_active .vc_toggle_icon:before {
  background-color: #3bbfe6;
}
.selection:hover b {
  color: #3bbfe6 !important;
}
.xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_default {
  background: #336699;
  box-shadow: none;
}
.xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #336699;
  box-shadow: none;
}
.xdsoft_stm_datetimepicker .xdsoft_calendar td:hover {
  background: #336699 !important;
}
.xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
  background: #336699;
  box-shadow: none;
}
.xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
  background: #336699 !important;
}
.ui-slider .ui-slider-range {
  background-color: #3bbfe6;
}
.ui-slider .ui-slider-handle:after {
  background-color: #3bbfe6;
  border-radius: 50%;
}
.stm-car_dealer-buttons a:hover {
  background-color: #3bbfe6;
}
.stm-car_dealer-buttons a i {
  color: #3bbfe6;
}
.stm-similar-cars-units .stm-similar-car .right-unit .stm-price {
  background-color: #3bbfe6;
}
.stm-border-bottom-unit {
  border-bottom: 4px solid #336699;
}
.title-box-disabled {
  height: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .car-listing-tabs-unit .car-listing-row .col-md-3:last-child {
    display: none;
  }
  .car-listing-tabs-unit .car-listing-row .col-md-3:nth-last-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .cols_2 aside {
    width: 100%;
  }
  .cols_2 aside:nth-child(2n.cols_2 aside+1) {
    clear: both;
  }
  .cols_4 aside {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .header-help-bar ul li.mobile-search #searchform .search-submit {
    color: #3bbfe6 !important;
  }
}
.signature-zip {
  color: #fff;
}
.signature-zip a {
  color: #fff;
}
.signature-zip a img {
  display: inline-block;
  height: 12px;
  padding: 0 3px;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  padding: 0 21px;
  font-weight: 400;
  color: #232628;
  border: 1px solid #3bbfe6;
  font-size: 14px;
  outline: none !important;
  background-color: #eceff3;
}
#mailpoet_form_1 .mailpoet_text,
#mailpoet_form_1 .mailpoet_textarea {
  width: 100% !important;
}
.colored-separator {
  margin: 0 auto 30px;
}
.wpb_text_column.wpb_content_element {
  margin-bottom: 20px;
}
.wpb_text_column.wpb_content_element h2,
.wpb_text_column.wpb_content_element h3 {
  margin-top: 30px;
}
.wpb_text_column.wpb_content_element h2 + h3 {
  margin-top: 0;
}
.wrap_submit {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 479px) {
  .wrap_submit {
    display: block;
  }
}
.wpcf7-form {
  margin: 0 auto 50px !important;
  min-width: 290px;
  width: 50%;
}
.wpcf7-form .wpcf7-file.wpcf7-not-valid {
  color: #ff2325;
}
.wpcf7-form [data-class="wpcf7cf_group"] {
  margin-bottom: 30px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #3bbfe6;
  border-radius: 0;
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -8px;
}
.wpcf7-radio .wpcf7-list-item {
  margin-right: 15px;
}
.wpcf7-not-valid + .select2-container--default .select2-selection--single {
  border: 1px solid #ff2325;
}
.wpcf7-not-valid .wpcf7-list-item-label {
  color: #ff2325 !important;
}
.wpb_wrapper h2 {
  color: #3bbfe6;
  margin-top: 30px;
}
.wpb_wrapper h2 + h3 {
  margin-top: 0;
}
.wpb_wrapper h3 {
  color: #1a3f93;
}
.wpb_wrapper ul {
  margin: 0 0 30px 30px;
}
#wrap_reassurances {
  background-color: #3bbfe6;
  color: #fff;
  font-family: 'Black Ops One', Arial, Helvetica, Sans-serif;
  padding: 50px 0;
}
#wrap_reassurances .wpb_wrapper {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.special-offers .title {
  color: #1a3f93;
  margin-top: 40px;
}
#catapult-cookie-bar {
  font-size: 11px;
  line-height: 1.2em;
}
.player360 {
  margin: 50px auto 0;
  max-width: 800px;
}
.player360 iframe {
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.page-template-360 #main iframe {
  display: block;
  height: 450px;
  margin: 15px auto;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .page-template-360 #main iframe {
    height: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .page-template-360 #main iframe {
    height: 200px;
  }
}
.page-template-360 #main iframe + br {
  display: none;
}
