@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600&display=swap');

body {
    font-family: 'Rubik', serif;
    font-size: 16px;
    color: #000;
    padding-top: 110px;
}

body#index {
    padding-top: 75px !important;
}

strong {
    font-weight: bold;
}

#impliedsubmit {
    background-color: #C00;
    color: #fff;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 6px;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 50%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #da0114;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#topBtn:hover {
    background-color: #666;
}

.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content.finance {
    background-color: #333;
    background-image: url(../images/finance.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.content.finance.second {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../images/finance-2.jpg);
    background-position: center bottom;
}

.content.dark {
    background: #bcbcbc;
    color: #fff;
}

.content.red {
    background: #d00f10;
    color: #fff;
}

.content.red h1,
.content.dark h1 {
    color: #fff !important;
    font-size: 30px !important;
}

.content.black {
    background-image: -webkit-linear-gradient(left, #434343 0%, black 100%);
    background-image: -o-linear-gradient(left, #434343 0%, black 100%);
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    color: #fff;
}

.content.black h1 {
    font-size: 30px !important;
}

.content.grey {
    background: #f7f9fa;
}

.content.grey h1 {
    color: #212529 !important;
    font-size: 30px !important;
}

.content h1 {
    color: #01272d;
    font-weight: 600;
    letter-spacing: 1px;
}

.content.dark h3 {
    line-height: 40px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #fff !important;
    border-radius: 25px !important;
}

.ui-widget-header {
    border: 1px solid #ba0f0f !important;
    background: #d00f10 !important;
}

.ui-widget-content {
    border: none !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.25em !important;
}

.quick-search img {
    opacity: 0.5;
}

.quick-search img:hover {
    opacity: 1.0;
}

.btn-group.special {
    display: flex;
}

.special .btn {
    flex: 1
}

.active-apr {
    background: #323232 !important;
}

.border-danger {
    border-color: #ba0f0f !important;
}

.bg-danger {
    background-color: #d00f10 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #c9dbde;
}

.marquee {
    height: 30px;
    overflow: hidden;
    position: relative;
}

.marquee p {
    position: absolute;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media all and (max-width:768px) {
    .award {
        max-width: 70% !important;
    }
}

/* AT REVIEWS */
.rating-bgd {
    display: inline-block;
    position: relative;
    cursor: default;
    vertical-align: middle;
}

.rating-bgd:before {
    color: #dadada;
    font-size: 30px;
    line-height: 30px;
    content: "\2605\2605\2605\2605\2605";
}

.rating:before {
    color: #ffc71f;
    font-size: 30px;
    line-height: 30px;
    content: "\2605\2605\2605\2605\2605";
}

.rating {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#ratings {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.reviews .source,
.reviewbox .source {
    width: 100px;
}

.block {
    padding: 50px 20px;
}

.car {
    position: relative;
}

.car .thumbnail {
    position: relative;
    overflow: hidden;
}

.car h2 {
    font-size: 1.4em;
}

.car h3 {
    font-size: 1.0em;
}

.car-img {
    position: relative;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.car-img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.car ul.specs {
    list-style: none;
    padding-left: 0;
}

.car ul.specs li:first-child {
    padding-left: 0;
}

.car ul.specs li {
    font-size: .875rem;
    display: inline-block;
    position: relative;
    padding: 0 10px 0 5px;
    margin: 0;
}

.car ul.specs li:after {
    border-right: 2px solid #fff;
}

.car ul.specs li:not(:last-child):after {
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 0;
}

.car .price {
    font-weight: 700;
    font-size: 1.2em;
    color: #da0114;
}

.car .price small {
    font-weight: 500;
    font-size: 0.8em;
    color: #666;
    text-transform: capitalize;
}

.car .more .btn {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.car .more .btn:hover {
    top: -10px;
}

/* The ribbons */
.img a span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 15px;
    background: #d10101;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.img.right a span {
    left: auto;
    right: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.img a:hover span {
    background: #000;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
}

@media all and (max-width:768px) {
    .ribbon span {
        font-size: 9px;
    }
}

.box_caption_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.box_caption_wrapper:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.box_caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 50px;
    width: 80%;
    color: #333;
}

.box_caption_wrapper:hover .box_caption {
    background-color: rgba(255, 255, 255, 0);
}

.box_caption h2 {
    color: #333;
}

.box_caption h2 {
    font-size: 30px;
}

.box_caption h1 em {
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin-bottom: 10px;
    color: #151515;
    display: block;
}

.box_caption small {
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .8);
}

#imageblock .caption {
    background: #da0114;
    position: absolute;
    top: 20px;
    padding: 4px 15px;
    color: #fff;
    z-index: 999;
}

#homebox .car {
    text-align: center;
    padding: 5px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 1px #eeeeee;
    -webkit-transition: box-shadow .5s ease-in-out;
    transition: box-shadow .5s ease-in-out;
}

#homebox .car:hover {
    box-shadow: inset 0 0 0 1px #9f0c08, 0 0 20px rgba(159, 12, 8, 0.2);
}

.pricecircle {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #D90306;
    /*background: -moz-linear-gradient(-45deg, #ff0008 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #ff0008 0%, #222 100%);
    background: linear-gradient(135deg, #ff0008 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0008', endColorstr='#222', GradientType=1);*/
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    font-size: 11px;
    font-weight: 700 !important;
    text-align: center;
    line-height: 20px;
    padding: 20px 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.pricecircle strong {
    font-size: 18px;
    display: block;
}

.pricecircle em {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.text-red {
    color: #D90306
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

a {
    color: #da0114;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #666;
}

.text-white a {
    color: #da0114;
    font-weight: 300;
    text-decoration: none;
}

.text-white a:hover {
    color: #666;
}

.topnav {
    z-index: 1000;
}

/* Checks */
ul.checks {
    font-size: 15px;
    list-style: none;
    padding: 0;
}

ul.checks li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    color: #f00;
    position: absolute;
    left: 4px;
}

ul.checks.grey li:before {
    color: #999;
}

ul.checks li {
    padding-left: 25px;
    position: relative;
}

.newcar {
    padding: 25px;
    border: solid 4px #000;
}

.required {
    color: #F00;
}

.consent .control-label {
    padding-top: 0;
}

.consent input[type=checkbox] {
    margin-left: 0 !important;
    margin-right: 10px;
}

.bodycontent {
    min-height: 400px;
}

/* FOOTER */
.footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    font-size: 15px;
    background-color: #000;
    color: #fff;
}

.footer h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.footer a {
    color: #da0114;
    font-weight: 400;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer hr {
    border-color: #333;
}
.scroller {
    height: 45px;
    overflow: auto;
    display: block;
    margin-top: 20px;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    * display: inline;
    vertical-align: top;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}

.contact-hours span {
    width: 50%;
    float: left;
}

.contact-hours .active {
    color: #da0114;
    font-weight: 700;
}

.img {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.slick-list {
    /*margin-top:40px !important;*/
}

.bg-darker {
    background: -moz-linear-gradient(-45deg, #000 0%, #0d1a39 100%);
    background: -webkit-linear-gradient(-45deg, #000 0%, #0d1a39 100%);
    background: linear-gradient(135deg, #000 0%, #0d1a39 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#0d1a39', GradientType=1);
    font-size: 17px;
    font-weight: 700;
}

.bg-black {
    background-color: #000 !important;
}

.head {
    font-weight: 700;
}

.white {
    padding: 20px 0;
}

.white h1 {
    font-size: 35px;
    font-weight: 600;
}

.white h2 {
    font-size: 28px;
}

.bg-dark h2,
.bg-dark h3 {
    color: #fff;
}

.bg-red {
    background-color: #da0114;
}

/* BOXES */
.box_area {
    display: block;
    margin: 0;
    padding: 0px;
}

.box_area.small {
    padding: 75px 0;
}

.box_area.tiny {
    padding: 40px 0;
}

.box_area.nospace {
    padding: 0 !important;
}

.box_area .images {
    position: relative;
}

.box_area .images:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.box_area .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.box_area h2 {
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 600;
}

.cotw .text,
.mainboxes .text {
    background: #eee;
}

.circles h2 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon {
    line-height: 90px;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 40px;
    margin: 0 auto;
    text-align: center;
}

#services span {
    color: #ff0000;
    font-size: 2.6rem;
}

#services h2 {
    text-transform: capitalize;
}

#services h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.icon i.fas {
    line-height: 80px;
    font-size: 35px;
    width: 80px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.mainboxes h3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #b0000f;
}

.header em {
    font-style: normal;
    color: #000;
}

.borderline {
    position: relative;
    width: 25%;
    height: 3px;
    background-color: #da0114;
    margin: 15px 0;
}

.borderlinered {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #da0114;
}

.borderlinewhite {
    position: relative;
    width: 20%;
    height: 5px;
    background-color: #fff;
}

/* Animation */
.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-fill-mode: both;
}

[data-animated] {
    opacity: 0;
    transition: opacity .1s ease-in, translate .1s ease-in;
    transition-timing-function: ease-in;
    animation-duration: .3s;
    animation-timing-function: ease-in;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

/* OTHER */
.greentext,
a.greentext {
    color: #25d366 !important;
}

a.greentext:hover {
    color: #fff !important;
}

.search-button {
    text-transform: uppercase;
}

.btn-primary {
    background-color: #da0114;
    border-color: #da0114;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-outline-primary {
    background-color: none;
    border-color: #da0114;
    color: #da0114;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-outline-primary:hover {
    background-color: #da0114;
    border-color: #da0114;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-outline-light {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-outline-light:hover {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-yellow {
    background-color: #fffc00;
    border-color: #fffc00;
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-yellow:hover {
    background-color: #000;
    border-color: #000;
    color: #fffc00;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-green {
    background: #5cb85c;
    color: #fff !important;
    border: solid 1px #5cb85c;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background: #1f853f;
    color: #fff !important;
    border: solid 1px #1f853f;
}

.btn-yellow {
    background: #e3e000;
    color: #333 !important;
    border: solid 1px #e3e000;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
    background: #333;
    color: #e3e000 !important;
    border: solid 1px #333;
}

.btn-blue,
.bg-blue {
    background: #04a6e1;
    color: #fff !important;
    border: solid 1px #04a6e1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background: #2971b1;
    color: #fff !important;
    border: solid 1px #2971b1;
}

.btn-red {
    background: #b0000f;
    color: #fff !important;
    border: solid 1px #b0000f;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background: #EE0000;
    color: #fff !important;
    border: solid 1px #EE0000;
}

.btn-gold {
    background: #da0114;
    color: #fff !important;
    border: solid 1px #da0114;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
    background: #000;
    color: #fff !important;
    border: solid 1px #000;
}

.btn-grey {
    background: #bbb;
    color: #333 !important;
    border: solid 1px #bbb;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
    background: #999;
    color: #333 !important;
    border: solid 1px #999;
}

.bg-light-grey {
    background: #888888;
}

.bg-darker {
    background: #171717;
}

.bg-dark .border-bottom,
.bg-dark .border-top,
.bg-dark .border-right,
.bg-dark .border-left {
    border-color: #424242 !important;
}

.bg-dark {
    background: #111111 !important;
}

.bg-darker .border-bottom,
.bg-darker .border-top,
.bg-darker .border-right,
.bg-darker .border-left {
    border-color: #000 !important;
}

.bg-dark.border-bottom,
.bg-dark.border-top,
.bg-dark.border-right,
.bg-dark.border-left {
    border-color: #131313 !important;
}

.author {
    font-style: italic;
}

.select-box,
.search-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #60666d;
    border: solid 1px #ddd;
}

/*
@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
*/
.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}

.select-box__current:focus + .select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.select-box__value {
    display: -webkit-box;
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked + .select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #fff;
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow: auto;
    z-index: 99;
}

.select-box__option {
    display: block;
    padding: 15px;
    margin: 0;
    background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #fff;
    /*
  background: rgb(216,37,43);
    background: -webkit-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: -o-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: linear-gradient(to top, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
*/
    background: #333;
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.select-box.first {
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-button {
    /*
	background: rgb(216,37,43);
    background: -webkit-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: -o-linear-gradient(bottom, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
    background: linear-gradient(to top, rgba(216,37,43,1) 0%, rgba(143,28,32,1) 100%);
	*/
    background: #333;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 0 0.25rem 0.25rem 0;
}

.text-head {
    color: #888881;
}

.h2,
h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #000;
}

h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #000;
}

h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #000;
}

h5 {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

h2.title {
    color: #fff;
    font-weight: 700;
    background: #000;
}

.bg-dark .table td,
.bg-dark .table th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-sm {}

.sm-btn {}

.form-control.vrm {
    color: #000;
    font-weight: bold;
    background: #f7bf02;
    border: none;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #da0114;
    border: none;
    border-radius: 0.25rem;
}

/* CAROUSEL */
.text-shadow {
    text-shadow: 2px 2px 4px #b0000f;
}

.small-md {
    font-size: inherit;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

.carousel-caption {
    bottom: 150px;
}

#vegasSliderInner {
    position: relative;
    top: 80px;
    width: 40%;
}

/*
.vegas-background{
    padding:15px;
}
*/
#slideshow .vegas-content-scrollable {
    overflow: hidden;
}

.caption {
    /*background: rgba(0,0,0,0.1);*/
    padding: 20px;
}

#slideshow .slidespacer {
    height: 800px;
}

#slideshow .captionwrap {
    margin-top: 80px;
}

#slideshow .captionwrap h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 500;
}

#slideshow .captionwrap h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .header a {
        color: #333;
    }
    #vegasSliderInner {
        top: 80px;
        width: 100%;
    }
}
@media all and (max-width:840px) {
    h3.small-md {
        font-size: 90% !important;
    }

    h5.small-md {
        font-size: 90% !important;
    }

    .carousel-caption {
        bottom: 10px;
    }
}

@media all and (max-width:500px) {
    .car h2 {
        font-size: 20px;
    }

    .car h3 {
        font-size: 18px;
    }

    .mobile-sm {
        max-width: 180px;
    }

    .carousel-caption {
        padding: 0;
    }

    .sm-btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
    }

    #homepageslideshow {
        /*margin-top:54px;*/
    }

    #slideshow .slidespacer {
        height: 400px;
    }

    #slideshow .captionwrap h1 {
        font-size: 34px;
    }

    #slideshow .captionwrap h3 {
        font-size: 14px;
    }

    .white h1 {
        font-size: 26px;
    }

    .white h2 {
        font-size: 20px;
    }

    #topBtn {
        right: 40%;
    }
}

.maxed {
    max-width: 350px;
}

.glow-bottom {
    box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.5);
}

.parallax-search {
    background-image: url(../images/parallax-search.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}

.parallax > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.parallax h1 {
    color: #FFF;
    font-size: 40px;
    text-transform: none;
}

.parallax h2 {
    color: #eee;
    font-size: 25px;
}

.parallax-home {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px;
}

.parallax-home h1 {
    color: #FFF;
    font-size: 30px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 600;
}

.parallax-home p {
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-weight: 300;
}


.gold {
    color: #FC3;
    margin-bottom: 20px;
}

@media all and (max-width:768px) {
    .header .tels {
        font-size: 24px;
        text-align: center;
    }

    .carousel-indicators {
        display: none;
    }
}

@media all and (max-width:768px) {
    .parallax-search {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*.text-muted {
    color: #eee !important;
}
.text-muted a:hover {
    color: #fff !important;
}*/
.carousel-item.internal {
    max-height: 170px;
}

.result a {
    text-decoration: none;
}

/* Pagination */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.disabled .page-link {
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    cursor: auto;
    background-color: #666;
    border-color: #666;
}

.page-item {
    padding: 2px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #ccc;
    border: 1px solid #ccc;
    transition: all .2s ease-in-out
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #b0000f;
    border-color: #b0000f;
}

.position-centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

/* BOXES */
.black {
    padding: 50px 0;
    color: #fff;
    background-color: #000;
}

.black a {
    color: #fff;
}

.black a:hover {
    color: #ae9dcb;
}

.black h1 {
    color: #fff;
}

.boxzoom {
    position: relative;
    display: block;
    text-align: center;
}

.boxzoom .image::before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: rgba(0, 0, 0, 0.3);
}

.boxzoom .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all .5s ease-in-out;
    background-size: 100%;
}

.boxzoom:hover .image {
    transform: scale(1.05);
}

.boxzoom .text {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: block;
    z-index: 5;
    color: #fff;
}

.boxzoom .text a,
.boxzoom .text a:hover {
    color: #fff;
    text-decoration: none;
}

.boxzoom h2 {
    font-size: 25px;
    color: #FFF;
}

/*OFFERS OVERVIEW */
.vehicleWrap {
    padding: 40px 0;
}

.grey-block {
    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}

.grey-block h1,
.grey-block h4 {
    text-transform: capitalize;
}

/* REVIEWS */
.reviewsbg {
    color: #fff;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background-color: #000;
}

.reviewsbg h2 {
    color: #fff;
    font-size: 33px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.reviewsbg h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.reviewsbg h5 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.reviewsbg h6 {
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
}

.reviews .carousel-item {
    min-height: 250px;
}

.reviews p {
    font-style: italic;
    font-size: 17px;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}

.reviews .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.reviews .carousel-indicators li {
    background-color: #fff;
    opacity: 1.0;
}

.reviews .carousel-indicators .active {
    background-color: #da0114;
}

@media (min-width: 320px) and (max-width: 640px) {
    .reviews .carousel-inner .carousel-item p {
        font-size: 18px;
    }

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }
}

.gold {
    color: #FC3;
    margin-bottom: 20px;
}

/* Whatsapp */
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 80px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 5px;
    transition: all ease-in-out .3s;
    z-index: 99999999;
}

.whatsapp:hover {
    color: #25d366;
    background: #ffffff;
}

#sold-gallery .thumbnail {
    position: relative;
}

#sold-gallery .glass {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 2px 5px;
    color: #fff;
    z-index: 999;
}

.form-horizontal [class^="icon-"]:before {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gradientbg {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background: -moz-linear-gradient(-45deg, #01272d 45%, #da0114 100%);
    background: -webkit-linear-gradient(-45deg, #01272d 45%, #da0114 100%);
    background: linear-gradient(135deg, #01272d 45%, #da0114 100%);
    background-color: #da0114;
}

.gradientbf {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background: -moz-linear-gradient(-45deg, #000 45%, #fffc00 100%);
    background: -webkit-linear-gradient(-45deg, #000 45%, #fffc00 100%);
    background: linear-gradient(135deg, #000 45%, #fffc00 100%);
    background-color: #fffc00;
}

.gradientbg hr,
.gradientbf hr {
    color: #fff;
}

.gradientbg h1,
.gradientbf h1 {
    color: #fff;
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.gradientbg h2,
.gradientbf h2 {
    font-size: 25px;
}

.gradientbg h3,
.gradientbf h3 {
    color: #da0114;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.lightgreybg {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #f0f0f0;
}

.lightgreybg h1 {
    color: #01272d;
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.lightgreybg h3 {
    color: #01272d;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.lightgreybg h5 {
    color: #01272d;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.brand {
    padding: 20px;
    background: -moz-linear-gradient(-45deg, #01272d 45%, #da0114 100%);
    background: -webkit-linear-gradient(-45deg, #01272d 45%, #da0114 100%);
    background: linear-gradient(135deg, #01272d 45%, #da0114 100%);
    background-color: #da0114;
}

.brand h2 {
    color: #fff;
    font-size: 25px;
}

.brand h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.marque {
    position: relative;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
}

.marque img {
    height: 50px;
}

.head-home {
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.head-home.scroll {
    opacity: 1;
    transition: all ease-in-out 0.4s;
}

.position-logo {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 3;
}

@media all and (min-width:768px) {
    .position-logo {
        top: 30% !important;
    }
}

.bg-search,
.bg-search-opacity {
    background: #002025;
}

@media all and (min-width:991px) {
    .h-100-vh {
        height: 100vh;
        overflow: hidden;
    }

    .searchbar.responsive {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
    }

    .position-logo {
        left: 50%;
        top: 23% !important;
        transform: translate(-50%, -50%) !important;
    }

    .bg-search-opacity {
        background: rgba(0, 32, 37, 0.5);
    }
}

.bg-logo {
    /*background: #002025;*/
}

.bg-logo-dark {
    background: #111;
}

.bg-logo a:hover,
.bg-logo-dark a:hover {
    color: #fff;
}

.aspect-ratio {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.aspect-ratio-4by3 {
    aspect-ratio: 4/3;
}

.rounded-4 {
    border-radius: 4rem;
}

.opacity-bg {
    background: rgba(0, 32, 37, 0.6);
    padding: 40px;
    backdrop-filter: blur(8px);
}

.icon-green {
    color: #01272d !important;
}

.whitebg {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background-color: #fff;
}

.lightgreybg h1,
.whitebg h1 {
    color: #01272d;
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.lightgreybg h3,
.whitebg h3 {
    color: #01272d;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.lightgreybg h5,
.whitebg h5 {
    color: #01272d;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #999;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div strong {
    color: #ff0000;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.free {
    color: #999;
}

#pcode,
#prevpcode,
#emppcode,
#prevemppcode {
    text-transform: uppercase;
}

.has-error .control-label,
.has-error label {
    color: #e56464;
    font-weight: 700;
}

.has-error .form-control,
.has-error .form-select {
    background-color: #f8d7da;
    border: 1px solid #e56464;
}

.has-error .input-group-text {
    background-color: #e56464;
    border: 1px solid #e56464;
    color: #fff;
}
