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

body {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    padding-top: 150px;
}

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

a:hover {
    color: #6996b8;
}

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

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

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

#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: #33608a;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

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

.topbar {
    padding: 15px;
    background-color: #33608a;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

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

.topbar a:hover {
    color: #6996b8;
    text-decoration: none;
}

span.text-small {
    font-size: 12px;
}

#headnav {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.nav-item a {
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-item a:hover {
    color: #900C3F !important;
    border-bottom: 2px solid #900C3F;
}

.navbar-nav .nav-link {
    color: #000 !important;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    color: #900C3F !important;
    border-bottom: 2px solid #900C3F;
}

.dropdown-menu {
    border: solid 1px #fff;
    border-radius: 0;
}

.dropdown-menu .dropdown-item {
    border: none !important;
    color: #000;
    background-color: #fff;
}

.dropdown-menu .dropdown-item:hover {
    border: none !important;
    color: #33608a !important;
    background-color: #fff;
}

.navbar-toggler {
    border: none;
}

.navbar-brand img {
    width: auto;
    height: 70px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.search {
    width: 95%;
    max-width: 600px;
}

.formbg {
    background: rgba(0, 0, 0, .7);
    padding: 10px;
    border: solid 1px #000;
}

.basebar {
    background: #33608a;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.basebar a {
    color: #6996b8;
    font-weight: 500;
}

.basebar a:hover {
    color: #fff;
}

.carousel-caption {
    bottom: 150px;
}

#vegasSliderInner {
    position: relative;
    top: 80px;
}

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

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

#slideshow .slidespacer {
    height: 450px;
}

#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;
}

/* 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;
}

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

.block {
    padding: 40px
}

.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: #900C3F;
}

.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;
}

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

/* 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;
    }
}

/* OTHER */
h1,
h3,
h4,
.orangetext {
    color: #33608a;
}

h2 {
    color: #222;
}

h5 {
    color: #900C3F;
}

h6 small {
    color: #000;
}

.bluetext {
    color: #33608a;
}

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

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

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

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

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

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

.btn-outline-primary:hover {
    background-color: #33608a;
    border-color: #33608a;
    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 {
    background: #33608a;
    color: #fff !important;
    border: solid 1px #33608a;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    text-transform: uppercase;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background: #6996b8;
    color: #fff !important;
    border: solid 1px #6996b8;
    text-transform: uppercase;
}

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

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background: #33608a;
    color: #fff !important;
    border: solid 1px #33608a;
    text-transform: uppercase;
}

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

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
    background: #33608a;
    color: #fff !important;
    border: solid 1px #33608a;
    text-transform: uppercase;
}

.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;
}

/* 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;
    background-size: cover;
    background-position: center center;
}

.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: 40%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.box_area h2 {
    color: #fff;
}

.box_area .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    padding: 20px;
    display: none;
    color: #fff !important;
    z-index: 99;
}

.box_area .caption .caption_content {
    position: absolute;
    bottom: 0;
    padding: 60px 40px;
}

@media(min-width:320px) and (max-width:640px) {
    body {
        padding-top: 130px;
    }

    .navbar-brand img {
        height: 40px;
    }

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

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

    .box_area .text {
        font-size: 12px
    }

    .box_area h2 {
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .box_area .text {
        padding: 50px
    }
}

@media (min-width: 992px) {
    .box_area .text {
        padding: 100px
    }
}

@media (min-width: 1200px) {
    .box_area .text {
        padding: 140px
    }
}

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

.reviewsbg h2 {
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

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

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

.reviewsbg h6 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.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: #900C3F;
}

@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;
    }
}

/* Whatsapp */
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 60px;
    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;
}

img.marques {
    width: 100px;
    height: auto;
}

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

.whitebg h1 {
    font-size: 34px;
}

.whitebg h2 {
    font-size: 24px;
    letter-spacing: 1px;
}

.whitebg h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #ac0707;
}

.whitebg p {
    line-height: 30px;
}

.whitebg a {
    color: #ac0707;
    text-decoration: none;
}

.whitebg a:hover {
    color: #000;
    text-decoration: none;
}

.whitebg .container {
    max-width: 1100px;
}

.lightgreybg {
    background-color: #f5f5f5;
    padding: 60px;
}

.lightgreybg h1 {
    font-size: 30px;
}

.lightgreybg h2 {
    font-size: 24px;
    letter-spacing: 1px;
}

.lightgreybg h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #900C3F;
}

.lightgreybg a {
    color: #900C3F;
    text-decoration: none;
}

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

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

.contactblock p,
.contactblock li {
    font-size: 15px;
}

.btn-outline-primary {
    background-color: none;
    border-color: #900C3F;
    border: 1px solid;
    color: #900C3F !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    background-color: #900C3F;
    border-color: #900C3F;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #900C3F;
    border-color: #900C3F !important;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #33608a;
    border-color: #33608a !important;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-danger {
    background: #900C3F;
    color: #fff !important;
    border: solid 1px #900C3F;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    text-transform: uppercase;
}

.btn-danger:hover {
    background: #33608a;
    color: #fff !important;
    border: solid 1px #33608a;
    text-transform: uppercase;
}

.btn-outline-light {
    background-color: none;
    border-color: #fff;
    border: 1px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-outline-light:hover {
    background-color: #fff;
    border-color: #fff !important;
    border: 1px solid;
    color: #000 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.borderline {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #900C3F;
}

.borderlinegreen {
    position: relative;
    width: 20%;
    height: 3px;
    background-color: #06443e;
}

.borderlinewhite {
    position: relative;
    height: 1px;
    background-color: #fff;
}

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

.gradientbg h1 {
    font-size: 30px;
    color: #fff;
}

.gradientbg h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

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

.bluebg h1 {
    font-size: 30px;
    color: #fff;
}

.bluebg h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.blueicon {
    color: #ac0707;
}

.opacitybg {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
}

.box {
    padding: 20px;
    border: 2px solid #f5f5f5;
}

/* REVIEWS */
.reviews .carousel-item {
    min-height: 110px;
}

.reviews p {
    font-size: 18px;
}

.reviews h5 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #900C3F;
}

.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 {
    background-color: #000;
}

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

@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;
    }
}

.yellowicon {
    color: #fedb43;
}

.metascroller {
    max-height: 45px;
    overflow-y: auto;
}

.footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background-color: #6996b8;
    color: #fff;
    line-height: 25px;
}

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

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

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

.footer h3 {
    font-size: 16px;
}

.footer hr {
    border: 1px #555 solid;
}

span.text-grey {
    color: #999;
}

.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: #33608a;
    font-weight: 700;
}

@media all and (max-width:768px) {
    .topbar {
        font-size: 12px;
    }

    span.text-small {
        font-size: 9px;
    }
}

/* PARALLAX */
.parallax {
    background-image: url(../images/parallax-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
}

.parallax h1,
.parallax h2,
.parallax h3 {
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.parallax h1 {
    font-size: 45px;
}

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

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

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

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

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

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

/* PARALLAX - NEW MOTORHOME PAGES */
.parallax-hobby {
    background-image: url(../images/parallax-hobby.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

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

@media all and (max-width:768px) {
    .parallax-hobby h1 {
        color: #FFF;
        font-size: 30px;
        font-weight: 400;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
}

.featured_stock {
    padding: 14px;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
}

.featured_stock h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured_stock h2 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #6996b8;
}

/* Pagination */
.page-link,
.page-link:hover{
    color: #666;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6996b8;
    border-color: #6996b8;
}
.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;
}

/* ABOUT US PAGE */
@media only screen and (min-width: 768px) {
    .negmarginleft {
        margin-left: -80px;
        position: relative;
        z-index: 10;
    }

    .negmarginright {
        margin-right: -80px;
        position: relative;
        z-index: 10;
    }
}

.home-boxes h1 {
    font-size: 30px;
    font-weight: 600;
}

.home-boxes h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}

.home-boxes small {
    color: #ac0707;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
}

.home-boxes p {
    line-height: 30px;
}

.home-boxes hr {
    border-top-color: #aaa !important;
}

.home-boxes a {
    color: #ac0707;
    text-decoration: none;
}

.home-boxes a:hover {
    color: #000;
    text-decoration: none;
}

/* SPECIALIST CARS - STYLE */
.header-cars {
    padding: 30px;
    background-color: #06443e;
    color: #fff;
}

.header-cars h2 {
    font-size: 23px;
    font-weight: 600;
    color: #222;
}

.header-cars a {
    color: #ddbe8c;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.header-cars a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.offcanvas-header {
    background-color: #06443e !important;
}

.offcanvas-body {
    background-color: #06443e !important;
}

.list-group-flush > .list-group-item {
    background-color: #06443e !important;
    border-color: #ddbe8c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.list-group-flush > .list-group-item:hover {
    color: #ddbe8c !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.btn-secondary {
    background-color: #ddbe8c;
    border-color: #ddbe8c !important;
    border: 2px solid;
    color: #023530 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background-color: #023530;
    border-color: #023530 !important;
    border: 2px solid;
    color: #ddbe8c !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-success {
    background-color: #06443e;
    border-color: #06443e !important;
    border: 2px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-success:hover {
    background-color: #052b27;
    border-color: #052b27 !important;
    border: 2px solid;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featured_stock h2.price_cars {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #b0976f;
}

.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;
}

.grecaptcha-badge {
    bottom: 64px !important;
}
