body,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}
body{
	/*padding-top:80px;*/
}
#impliedsubmit {
    background-color: #C00;
    color: #fff;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 6px;
}

.navspace {
    display: block;
    height: 100px;
}

a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #f47923;
    text-decoration: none;
}
.bodycontent {
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}

strong {
    font-weight: 700;
}

.text-danger {
    color: #fe0000 !important;
}

.title-brand {
    font-size: 2.0rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.title-brand em {
    font-style: normal;
    color: #fe0000;
}

.title-brand:hover {
    color: #000;
}

.navbar {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.navbar .form-control.headersearch {
    border: 1px solid #585a6e;
    color: #333;
}

.navbar .form-control.headersearch::placeholder {
    color: #c3b6de;
    color: rgba(195, 182, 222, 0.7);
}

.navbar .form-control.headersearch:focus {
    box-shadow: 0 0 5px 0.2rem rgba(195, 182, 222, 0.1);
}

.navbar .headersearch {
    min-width: 300px;
}

@media all and (max-width:635px) {
    .navbar {
        padding: 10px;
    }

    #searchheader {
        display: block;
        width: 100%;
        padding: 10px 0 0;
    }

    .navbar .headersearch {
        min-width: 100%;
        border-radius: 0;
        clear: both;
    }

    .navbar .form-control.headersearch {
        background: #fff;
        border: 1px solid #585a6e;
    }

    .navbar .form-control.headersearch::placeholder {
        color: #c3b6de;
        color: rgba(195, 182, 222, 0.7);
    }

    .navbar .form-control.headersearch:focus {
        box-shadow: 0 0 5px 0.2rem rgba(195, 182, 222, 0.1);
    }

}

.navbar .input-group.search:before {
    line-height: 38px;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .55) !important;
}

.navbar-light .search-toggler.navbar-toggler {
    color: rgba(245, 245, 245, .55) !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,140,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: #008CFF;
}

.custom-toggler .navbar-toggler-icon::before {
    content: "Menu";
    font-style: normal;
    font-weight: 700;
    font-size: 0.5em;
    color: #008CFF;
    position: relative;
    top: 20px;
}

.search-toggler .navbar-toggler-icon,
.filter-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,140,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.search-toggler.navbar-toggler,
.filter-toggler.navbar-toggler {
    border-color: #f5f5f5;
}

.search-toggler .navbar-toggler-icon::after,
.filter-toggler .navbar-toggler-icon::after {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #008CFF;
    padding-left: 30px;
    position: relative;
    top: 2px;
}

.search-toggler .navbar-toggler-icon::after {
    content: "Search";
}

.filter-toggler .navbar-toggler-icon::after {
    content: "Filter";
}

.form-control.headersearch:focus {
    box-shadow: 0 0 5px 0.2rem rgba(195, 182, 222, 0.1);
}

.input-group.search {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

.input-group.search .form-control {
    position: relative;
    padding-left: 50px;
}

.input-group.search:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    width: 40px;
    height: 100%;
    line-height: 48px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-size: 20px;
    color: #BDBDBD;
}

input[type="search"]::-webkit-search-cancel-button {
    /*Bootstrap 4 override*/
    -webkit-appearance: searchfield-cancel-button;
}

.topbar {
    background-color: #384240;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.bottombar {
    background-color: #384240;
    padding: 10px;
    color: #fff;
    text-align: center;
}

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

.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: #333;
    border-color: #333;
}

.page-item {
    padding: 2px;
}

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

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

.required {
    color: #ff0000;
}

/* Reviews*/
#reviews,
.reviews-home {
    background: url('../images/light_noise_diagonal.png') !important
}

.reviews {
    display: block;
    padding-top: 100px;
    margin-top: -80px;
}

.reviewspage {
    padding: 30px 0;
}

.review {
    background: #fff;
    padding: 40px 10px 10px 10px;
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.review .stars {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    list-style: none;
    padding: 5px 2.5px;
    margin: 0;
    font-size: 0;
    min-width: 180px;
}

.review .stars li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    background: #112a40;
    border-radius: 2px;
    margin: 0 1.5px;
    color: #fdda76;
}

.reviews .spacer {
    display: block;
    height: 40px;
}

.review .source {
    width: 100px!important;
}

.black {
    padding: 50px 0;
    color: #fff;
    background-color: #1f307b;
}

.black a {
    color: #fff;
}

.black a:hover {
    color: #0095e8;
}

.marques {
    padding-bottom: 30px;
}

.marque {
    padding: 10px;
    border: solid 1px #d1d9e0;
    margin: 0 0 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.marque:hover {
    background: #fff;
}

.marque a img {
    margin-bottom: 0;
}

/* NAV */
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f47923;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #f47923;
}

.navbar-toggler {
    font-size: 1.2rem;
    border: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}

.block {
    padding: 50px 30px;
}

.car {
    position: relative;
}

.car h2 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
}

.car h3 {
    font-size: 24px;
    font-weight: 700;
}

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

.pricecircle {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #008CFF;
    /*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;
}

#vegasSliderInner {
    /*position:absolute;*/
    /*background: rgba(0,0,0,0.6);*/
    padding: 20px;
    top: 100px;
}

#slideshow .vegas-content-scrollable {
    overflow: hidden;
}

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

#slideshow .slidespacer {
    height: 550px;
}

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

#slideshow .captionwrap .logo {
    max-width: 160px;
}

#slideshow .captionwrap h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px #333;
}

#slideshow .captionwrap h3 {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px #dd291e;
}

/* CAROUSEL */
.carousel-caption h5 {
    font-size: 40px;
    font-weight: 600;
}

.carousel-caption {
    bottom: auto;
    top: 50%;
    left: 15%;
    right: 15%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}

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

@media (min-width: 640px) and (max-width: 992px) {
    #slideshow .captionwrap {
        margin-top: 100px;
    }

    .carousel-caption h5 {
        font-size: 30px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    #slideshow .captionwrap {
        margin-top: 100px;
    }

    #slideshow .captionwrap .logo {
        max-width: 120px;
    }

    .carousel-caption h5 {
        font-size: 22px;
    }
}

/* BOXES */
.img1 {
    background-image: url(../images/box-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img2 {
    background-image: url(../images/box-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img3 {
    background-image: url(../images/box-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img4 {
    background-image: url(../images/box-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainboxes h2 {
    font-weight: 600;
    font-size: 35px;
}

/* CONTENT */
.bodycontent h4 {
    color: #3b2999;
}

.white {
    padding: 60px;
}

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

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

.green {
    padding: 60px;
    background-color: #384240;
    color: #fff;
}

.orange {
    padding: 60px;
    background-color: #cf8b51;
    color: #fff;
}

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

.bg-light {
    background: #f5f5f5 !important;
    padding: 15px;
}

.bg-white {
    background: #fff !important;
    padding: 15px;
}

.bg-orange {
    background: #cf8b51 !important;
    padding: 15px;
    color: #fff;
}

.bg-grey {
    background: #384240 !important;
    padding: 15px;
    color: #fff;
}

.header {
    text-transform: uppercase;
    font-weight: 700;
}

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

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

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

.btn-primary {
    color: #fff !important;
    background-color: #f47923;
    border-color: #f47923;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #112a40;
    border-color: #112a40;
}

.btn-secondary {
    color: #fff;
    background-color: #112a40;
    border-color: #112a40;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #f47923;
    border-color: #f47923;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-danger {
    background-color: #F70505;
    border-color: #F70505;
}

.btn-red {
    color: #fff;
    background-color: #B5004A;
    border-color: #B5004A;
}

.btn-red:hover {
    color: #fff;
    background-color: #ee0061;
    border-color: #ee0061;
}
.btn-orange {
    color: #fff;
    background-color: #f47923;
    border-color: #f47923;
}

.btn-orange:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-finance {
    color: #fff;
    font-weight: 700;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.btn-finance:hover {
    color: #fff;
    background-color: #1f853f !important;
    border-color: #1f853f !important;
    text-decoration: none;
}

.fmchecklabel,
.fmradiolabel {
    margin-left: 10px;
}

.fmradiolabel {
    margin-right: 10px;
}

#dropdownMenuLink {
    float: right;
}

.dropdown a,
.filter a {
    color: #000;
}

.filter a {
    margin-top: 4px;
}

/* PARALLAX */
.parallax {
    background-image: url(../images/parallax.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;
}

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

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

@media all and (max-width:768px) {

    .parallax {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

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

    .title-brand {
        font-size: 1.35rem;
        text-align: center;
    }
}

/* FOOTER */
.footer {
    background-color: #112a40;
    padding: 60px;
    font-size: 15px;
    color: #fff;
}

.footer h2 {
    font-size: 20px;
    font-weight: 700;
	color:#fff;
}

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

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

.base_links {
    text-align: center;
    color: #f5c400;
}

.base_links a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.base_links a:hover {
    color: #4b903d;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.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: 24px;
}

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

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

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

.marqueLogo img {
    height: 50px;
}

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

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

.bg-blue {
    background: #112a40 !important;
}

.rounded-big {
    border-radius: 20px !important;
}
.text-white h1,
.text-white h2{
	color:#fff;
}
.styled {
    text-transform: uppercase;
}

.styled.fst-italic {
    font-style: normal !important;
    color: #f47923 !important;
}

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


.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: #075a9a;
}

.lightgreybg h3.wapp,
.lightgreybg h3.sms,
.lightgreybg h3.call,
.lightgreybg h3.mail {
    display: flex;
    flex-direction: column;
}

.lightgreybg h3.sms {
    color: #028afc;
}

.lightgreybg h3.wapp {
    color: #25d366;
}

.lightgreybg h3.call {
    color: #c20000;
}

.lightgreybg h3.mail {
    color: #dfa300;
}

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

.lightgreybg a:hover {
    color: #000;
    text-decoration: underline;
}

.lightgreybg a.btn:hover {
    text-decoration: none;
}

.redicon {
    color: #f47923;
}
