html {
    height: 100%;
}

img.fw {
    width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.opacity0_5 {
    opacity: 0.5 !important;
}

.round {
    border-radius: 50px;
}

.block {
    display: block !important;
    width: 100% !important;
}

.border_block {
    border-style: solid;
    border-width: 1px;
}

.shadowed {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inactiveLink {
    pointer-events: none !important;
    cursor: default !important;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.hiddenElement {
    visibility: hidden;
}

.visibleElement {
    visibility: visible;
}

/** ------ LISTS ------ **/
ul {
    list-style-position: inside;
    margin-left: 25px;
}

ul li {
    list-style-type: disc;
    list-style-type: none;
}

ul.nav-tabs li,
ul.navbar-nav li,
ul.no_list_style li {
    list-style-type: none !important;
}

/** ------ BORDERS ------ **/
.bord-1 {
    border: solid 1px #19313e;
}

.bord-r-1 {
    border-right: solid 1px #19313e;
}

.bord-r-2 {
    border-right: solid 2px #19313e;
}

.bord-r-3 {
    border-right: solid 3px #19313e;
}

.bord-b-1 {
    border-bottom: solid 1px #19313e;
}

.bord-b-2 {
    border-bottom: solid 2px #19313e;
}

.bord-b-3 {
    border-bottom: solid 3px #19313e;
}

.bord-t-1 {
    border-top: solid 1px #19313e !important;
}

.bord-t-2 {
    border-top: solid 2px #19313e;
}

.bord-t-3 {
    border-top: solid 3px #19313e;
}

.bord-l-1 {
    border-left: solid 1px #19313e;
}

.bord-l-2 {
    border-left: solid 2px #19313e;
}

.bord-l-3 {
    border-left: solid 3px #19313e;
}

/** ------ ANIMATIONS ------ **/

/* Animate on scroll */
.hiddenImg {
    visibility: hidden;
}

.visibleImg {
    visibility: visible;
}

/* Animation: rotate */
.rotate {
    animation: rotation 1.2s linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(179deg);
    }
}

/** ------ SAME HEIGHT COLUMNS ------ **/

.col-container {
    display: table;
    /* Make the container element behave like a table */
    width: 100%;
    /* Set full-width to expand the whole page */
}

.col-cell {
    display: table-cell;
    /* Make elements inside the container behave like table cells */
    vertical-align: top !important;
    width: auto !important;
    padding-right: 0 !important;
}

@media only screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }
}

/** ------ TEXTS STYLE ------ **/

/* Titles */
h1 {
    font-size: 37px;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 25px;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 21px;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 19px;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 17px;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/* Font sizes */
li,
p {
    font-size: 13px;
    font-weight: 400;
}

.p10 {
    font-size: 10px !important;
}

.p11 {
    font-size: 11px !important;
}

.p12 {
    font-size: 12px !important;
}

.p13 {
    font-size: 13px !important;
}

.p14 {
    font-size: 14px !important;
}

.p15 {
    font-size: 15px !important;
}

.p16 {
    font-size: 16px !important;
}

.p17 {
    font-size: 17px !important;
}

.p18 {
    font-size: 18px !important;
}

.p19 {
    font-size: 19px !important;
}

.p20 {
    font-size: 20px !important;
}

.p21 {
    font-size: 21px !important;
}

.p22 {
    font-size: 22px !important;
}

.p23 {
    font-size: 23px !important;
}

.p24 {
    font-size: 24px !important;
}

.p25 {
    font-size: 25px !important;
}

.p26 {
    font-size: 26px !important;
}

.p27 {
    font-size: 27px !important;
}

.p28 {
    font-size: 28px !important;
}

.p29 {
    font-size: 29px !important;
}

.p30 {
    font-size: 30px !important;
}

.p33 {
    font-size: 33px !important;
}

.p40 {
    font-size: 40px !important;
}

.p45 {
    font-size: 45px !important;
}

.p50 {
    font-size: 50px !important;
}

.p80 {
    font-size: 80px !important;
}

.p100 {
    font-size: 100px !important;
}

/* Font weights */
.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/* Font appearance*/
.strike_text {
    text-decoration: line-through !important;
}

/* ------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 576px) {

    .container,
    .container-sm {
        width: 100%;
        /*max-width: 95%;*/
        max-width: 1260px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;

    }
}

body {
    overflow-x: hidden;
    /* fix on modal close */
    padding-right: 0 !important;
}

@media screen and (max-width: 1200px) {
    .home-content h1 {
        font-size: 38px !important;
    }

    .service {
        position: relative !important;
        padding: 0 30px 30px 70px !important !important;
        min-height: 220px !important;
    }

    .team .team-content h3 {
        font-size: 20px !important;
        margin-left: 70px !important;
    }

    .title_white a {
        font-size: 23px !important;
    }

    .title_white_nospace a {
        font-size: 23px !important;
    }

    .gallery .col-md-8 {
        padding-left: 15px !important;
    }

    .media-left .thumbnail_auto {
        max-width: 100% !important;
        padding: 7px 5px 3px 5px !important !important;
    }

    .details_auto {
        height: 730px !important;
    }
}

@media screen and (max-width: 1190px) {
    .media-left .media-object {
        max-width: 240px !important;
    }
}

@media screen and (max-width: 1000px) {
    .details_auto {
        height: auto !important;
        padding: 20px !important !important;
    }
}

@media screen and (max-width: 900px) {
    #aside {
        position: relative !important;
        left: 0 !important;
    }
}

h1 {
    font-size: 54px;
}

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

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    opacity: 1;
}

.bold {
    font-weight: 700;
}

/*::-moz-selection {*/
/*    background-color: #ea0c00;*/
/*    color: #FFF;*/
/*}*/
/*::selection {*/
/*    background-color: #ea0c00;*/
/*    color: #FFF;*/
/*}*/

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;
}

/* -- section  -- */
.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* --  background section  -- */
.bg-grey {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.bg-dark {
    background-color: #636466;
}

/* --  background image section  -- */
.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    background: #1C1D21;
}

/* --  section header  -- */
#zoekfunctie .section-header {
    margin-top: 0;
}

.section-header {
    position: relative;
}

/*
.section-header .title {
    text-transform: capitalize;
}
*/

.text-center .title:after {
    margin: 20px auto 0;
}

#header_fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1400;
}

.prenav_block {
    display: inline-block;
    padding: 0 15px;
    line-height: 25px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* --  Input  -- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
    height: 40px;
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none;
    background: #fff;
    color: #333;
    padding: 0 10px;
    opacity: 0.5;
    margin-bottom: 0;
}

textarea {
    padding: 10px;
    min-height: 150px;
    resize: vertical;
    border: solid 1px #fff !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #ea0c00;
    opacity: 1;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    line-height: 28px;
    border-radius: 25px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    font-weight: 700 !important;
    outline: none;
}

.btn-sm {
    padding: 0 15px !important;
    font-size: 12px;
    line-height: 28px;
    border-radius: 25px;
    font-weight: 500 !important;
}

.btn-quicksearch {
    font-weight: 500;
    padding: 6px 13px 3px;
}

.btn-style1,
.btn-style2,
.btn-style3,
.btn-style4 {
    font-weight: 500;
    padding: 8px 16px 6px;
}

/*------------------------------------*\
	PRE NAV
\*------------------------------------*/
#pre-nav {
    padding: 0;
    height: 25px;
}

#pre-nav p {
    text-align: right;
    font-size: small;
    margin-bottom: 0;
    line-height: 24px;
}

/*!*------------------------------------*\*/
/*	Logo*/
/*\*------------------------------------*!*/
/*.logo {*/
/*    transition: transform 0.3s ease-out;*/
/*    !* note that we're transitioning transform, not height!*!*/
/*    !*height:auto;*!*/
/*    height: 75px;*/
/*    margin: 3px 0 0;*/
/*    display: inline-block !important;*/
/*    transform: scale(1);*/
/*    !* implicit, but good to specify explicitly*!*/
/*    transform-origin: top;*/
/*    !* keep the top of the element in the same place. this is optional.*!*/
/*}*/

/*.fixed-nav .logo {*/
/*    max-height: 75px;*/
/*    transform: scale(0.8);*/
/*    !*squish*!*/
/*}*/

/*.navbar-brand {*/
/*    !*padding: 0;*!*/
/*    height: auto !important;*/
/*}*/

/*.navbar-brand .logo,*/
/*.navbar-brand .logo-alt {*/
/*    max-height: 50px;*/
/*    display: block;*/
/*}*/

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.main-nav li .dropdown-menu li {
    padding: 0;
}

.main-nav li .dropdown-menu li a {
    padding: 7px 13px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #333 !important;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

@media only screen and (min-width: 992px) {
    li.nav-item.active a {
        display: block;
        position: relative;
        z-index: 10;
        opacity: 0.65;
        font-weight: normal;
    }

    /*li.nav-item.active::before {*/
    /*    content: "";*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: -2px;*/
    /*    left: -11px;*/
    /*    right: -9px;*/
    /*    height: 24px;*/
    /*    background: #1B3A79;*/
    /*    border: solid 1px #1B3A79;*/
    /*    border-radius: 20px;*/
    /*}*/

    .dropdown-menu {
        border: none;
    }

    .dropdown-menu li a {
        margin: 0;
        display: block;
        padding: 7px 10px;
    }

}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }

    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
        margin-left: 25px;
    }

    .details_auto {
        height: fit-content !important;
    }

    .smallh1 {
        font-size: 30px !important;
    }
}

.navbar.open .collapse {
    display: block;
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/
#nav {
    padding: 10px 0;
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 1500;
}

.main-nav .active {
    color: #ea0c00 !important;
    font-weight: bold !important;
}

#witvlak {
    margin-top: -185px;
    background: transparent !important;
}

#witvlak .row {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    background: #fff !important;
    padding: 40px 70px;
}

#icar .title {
    color: #fff;
}

#titel_voertuig .title {
    color: #fff;
    margin-bottom: 5px !important;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

header.fixed.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0;
    /*background: rgba(0, 0, 0, .5);*/
    z-index: 1410;
    box-shadow: 0 2px 13px -11px #19313e;
}

.fixed-nav {
    animation: slide-down 0.7s;
    opacity: 1;
}

/*
.fixed-nav .navbar .logo {
    max-height: 60px;
}
*/

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    }

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

/* -- default nav -- */
@media only screen and (min-width: 992px) {
    .collapse {
        position: relative;
    }

    .navbar-nav {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .main-nav li {
        padding: 0 28px;
    }

    .main-nav li a {
        font-size: 14px;

    }

    .main-nav>li>a {
        color: #fff;
        padding: 15px 0;
    }

    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }

    .main-nav>li>a:focus,
    .main-nav>li>a:hover,
    .main-nav>li.active>a {
        background: transparent;
        color: #ea0c00;
    }

    .main-nav>li>a:after {
        content: "";
        display: block;
        width: 0;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }

    .main-nav>li>a:hover:after,
    .main-nav>li.active>a:after {
        width: 100%;
    }

}

@media only screen and (min-width: 992px) {
    #search_fields.collapse {
        display: block !important;
    }
}

/* -- mobile nav -- */
@media only screen and (max-width: 767px) {
    #nav {
        padding: 0;
    }

    #nav.nav-transparent {
        background: rgba(0, 0, 0, .5);
    }

    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0 80px 0 0 #1C1D21;
        box-shadow: 0 80px 0 0 #1C1D21;
        width: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .featured_button_wit {
        border-radius: 0 !important;
    }

    .featured_button {
        border-radius: 0px !important;
    }

    #volgpagina .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0 80px 0 0 #1C1D21;
        box-shadow: 0 80px 0 0 #1C1D21;
        width: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }

    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }

    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    .main-nav>li.active {
        border-left: 6px solid #ea0c00;
    }

    .main-nav li a:focus,
    .main-nav li a:hover {
        background-color: #ea0c00;
        color: #FFF;
        opacity: 1;
    }

    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }

    .dropdown li a {
        padding: 6px 10px;
    }

    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}

/* -- nav btn collapse -- */
.navbar .container {
    position: relative;
}

.nav-collapse {
    position: absolute;
    right: 0;
    width: 41px;
    height: 41px;
    /* margin-top: 0; */
    /* margin-right: 0; */
    cursor: pointer;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:after,
.nav-collapse span:before {
    content: "";
    display: block;
}

.nav-collapse span,
.nav-collapse span:after,
.nav-collapse span:before {
    height: 4px;
    background: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}

/*------------------------------------*\
	Header
\*------------------------------------*/
header {
    position: relative;
}

/*
#home {
    height: 700px;
}
*/

#home .home-wrapper {
    /*position: absolute;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    text-align: center;
    position: relative;
    background: #19313e;
}

.featured_button {
    background: #ea0c00;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 0 35px !important;
}

.featured_button_wit {
    background: #ea0c00;
    color: #fff !important;
    font-weight: bold;
    border-radius: 50px;
    padding: 0 35px !important;
}

.home-content h1 {
    text-transform: none;
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.home-content button {
    margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}

.main-nav>li.active>a {
    background: transparent;
    color: #ea0c00 !important;
}

.main-nav>li.active>a:hover {
    color: #ea0c00 !important;
}

/*------------------------------------*\
	About
\*------------------------------------*/
/*.about {*/
/*    !*position: relative;*!*/
/*    !*text-align: center;*!*/
/*    !*padding: 40px 20px;*!*/
/*}*/

/*.about i {*/
/*    font-size: 36px;*/
/*    color: #6195FF;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.about:after {*/
/*    content: "";*/
/*    background-color: #1C1D21;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: 0.2s width;*/
/*    transition: 0.2s width;*/
/*}*/

/*.about:hover:after {*/
/*    width: 100%;*/
/*}*/

/*.about h3 {*/
/*    -webkit-transition: 0.2s color;*/
/*    transition: 0.2s color;*/
/*}*/

/*.about:hover h3 {*/
/*    color: #fff;*/
/*}*/

/*------------------------------------*\
	Portfolio
\*------------------------------------*/
.work {
    position: relative;
    padding: 20px;
}

.work>img {
    width: 100%;
}

.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #ea0c00;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ea0c00;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}

/*------------------------------------*\
	Services
\*------------------------------------*/
/*.service_btn {*/
/*    position: absolute;*/
/*    margin: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*.service {*/

/*    position: relative;*/
/*    padding: 40px 40px 40px 70px;*/
/*    margin: 0;*/
/*    background: #fff;*/
/*    min-height: 220px;*/
/*}*/

/*.service i::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 100%;*/
/*    width: 30px;*/
/*    height: 0;*/
/*    border-left: 19px solid transparent;*/
/*    border-right: 19px solid transparent;*/
/*    border-top: 20px solid #ea0c00;*/
/*    clear: both;*/
/*}*/

/*.service i {*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    text-align: center;*/
/*    font-size: 20px;*/
/*    color: #fff;*/
/*    border-radius: 0;*/
/*    background: #ea0c00;*/
/*    padding: 10px;*/
/*}*/

/*.service:after {*/
/*    content: "";*/
/*    background-color: #1C1D21;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: 0.2s width;*/
/*    transition: 0.2s width;*/
/*}*/

/*.service:hover:after {*/
/*    width: 100%;*/
/*}*/

/*.service h3 {*/
/*    -webkit-transition: 0.2s color;*/
/*    transition: 0.2s color;*/
/*    color: #ea0c00;*/
/*    font-weight: 400 !important;*/
/*    margin-bottom: 10px !important;*/
/*}*/

/*.service p {*/
/*    font-size: 14px;*/
/*    color: #002933;*/
/*}*/

/*------------------------------------*\
	Why choose us
\*------------------------------------*/
.feature {
    margin: 15px 0;
}

.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #ea0c00;
    border: 1px solid #ea0c00;
    margin-right: 5px;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/
.number {
    text-align: center;
    margin: 15px 0;
}

.number i {
    color: #6195FF;
    font-size: 36px;
    margin-bottom: 20px;
}

.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

/*------------------------------------*\
	Pricing
\*------------------------------------*/
.pricing {
    position: relative;
    text-align: center;
    border: 1px solid #EEE;
    background-color: #FFF;
    z-index: 11;
    margin: 15px 0;
}

.pricing::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.pricing:hover:after {
    height: 100%;
}

.pricing .price-head {
    position: relative;
    margin-bottom: 20px;
}

.pricing .price-title {
    display: block;
    padding: 40px 0 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .price-title {
    color: #ea0c00;
}

.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ea0c00;
}

.pricing .price h3 {
    font-size: 42px;
    margin: 0;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.pricing:hover .price h3 {
    color: #fff;
}

.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161A;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.pricing:hover .duration {
    color: #fff;
}

.pricing .price-btn {
    padding-top: 20px;
    padding-bottom: 40px;
}

/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial {
    margin: 15px 0;
}

.testimonial-meta {
    position: relative;
    padding-left: 90px;
    height: 70px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.testimonial img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
}

.testimonial h3 {
    margin-bottom: 5px;
}

.testimonial span {
    font-size: 14px;
    color: #6195FF;
    text-transform: uppercase;
}

/*------------------------------------*\
	Team
\*------------------------------------*/
.back-btn {
    background: #fff;
    color: #002933;
    font-weight: bold;
    border: solid 2px #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    padding: 0 9px 0 5px;
    -webkit-transition: border-color 0.5s, padding 0.5s, text-align 0.3s;
    -moz-transition: border-color 0.5s, padding 0.5s, text-align 0.3s;
    -ms-transition: border-color 0.5s, padding 0.5s, text-align 0.3s;
    -o-transition: border-color 0.5s, padding 0.5s, text-align 0.3s;
    transition: border-color 0.5s, padding 0.5s, text-align 0.3s;
}

.title-car-info {
    display: inline-block;
    background: #ea0c00;
    border-radius: 15px;
    width: auto;
    padding: 0 12px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    background: #002933;
    color: #fff;
}

.title-car-info.eco {
    background: #ea0c00;
}

.title-car-info-remise {
    display: inline-block;
    background: #ea0c00;
    border-radius: 15px;
    width: auto;
    padding: 0 12px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}

.details_auto {
    position: relative;
    background-color: #fff;
    margin: 15px 0;
    height: auto;
    min-height: 678px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.team .details_auto {
    text-align: center !important;
    position: absolute;
    z-index: 11;
    bottom: 40px;
    width: 100%;
}

.equipements_list {
    overflow: scroll !important;
    height: 440px;
}

.equipements_list:hover {
    overflow-y: scroll;
}

.equipements_list p {
    font-size: 13px !important;
    margin-bottom: 4px;
}

#similar {
    padding-bottom: 30px;
}

/*------------------------------------*\
	MAIN SEARCH ENGINE
\*------------------------------------*/
#search_engine .search_block {
    margin-bottom: 15px;
}

#search_engine h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333 !important;
    background: #e8e8ed;
    padding: 3px 5px;
    border-radius: 5px;
}

#search_engine .search_block_list {
    padding-left: 20px;
    position: relative;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s linear;
}

#couleurs_block .search_block_list {
    max-height: 107px;
}

/*
#search_engine #carrosseries_block .search_block_list {
    max-height: 160px;
}
*/

#search_engine .search_block_list.expanded {
    max-height: 2000px;
}

#search_engine #carrosseries_block .search_block_list.expanded {
    max-height: 2000px;
}

#search_engine .search_block_list .search_block_toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    border-radius: 25px;
    /*display: none;*/
}

#search_engine .search_block_list .search_block_toggle .bi-arrows-collapse {
    display: none;
}

#search_engine label {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
    padding-left: 19px;
    color: #555555 !important;
}

#search_engine label i.iconv-icon {
    font-size: 36px;
    margin-right: 14px;
}

#search_engine label .couleur {
    font-size: 20px;
}

#search_engine input[type="radio"],
#search_engine input[type="checkbox"] {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    box-sizing: border-box;
    padding: 0;
}

#search_engine #carrosseries_block input[type="radio"],
#search_engine #carrosseries_block input[type="checkbox"] {
    top: 22px;
}

#search_engine #couleurs_block input[type="radio"],
#search_engine #couleurs_block input[type="checkbox"] {
    top: 3px;
}

#search_engine #couleurs_block svg.Blanc {
    color: #fff !important;
    /* couleur de la goute blanche dans la section couleurs */
}

/*------------------------------------*\
	Contact
\*------------------------------------*/
/*#contact_info svg {*/
/*    font-size: 36px;*/
/*    margin-bottom: 10px;*/
/*    color: #fff;*/
/*}*/

/*.contact {*/
/*    margin: 15px 0;*/
/*    text-align: center;*/
/*}*/

/*.contact i {*/
/*    font-size: 36px;*/
/*    color: #030C2D;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.contact-form {*/
/*    text-align: center;*/
/*}*/

/*.contact-form .input {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.contact-form .input:nth-child(1),*/
/*.contact-form .input:nth-child(2) {*/
/*    width: calc(50% - 10px);*/
/*}*/

/*.contact-form .input:nth-child(2) {*/
/*    margin-left: 15px;*/
/*}*/

/*------------------------------------*\
	Responsive
\*------------------------------------*/
/*@media only screen and (max-width: 767px) {*/
/*    .section-header h2.title {*/
/*        font-size: 24px;*/
/*    }*/

/*    .black-btn,*/
/*    .default-btn,*/
/*    .main-btn,*/
/*    .outline-btn,*/
/*    .white-btn {*/
/*        padding: 8px 22px;*/
/*        font-size: 14px;*/
/*    }*/

/*    .home-content h1 {*/
/*        font-size: 36px;*/
/*    }*/

/*    .header-wrapper h2 {*/
/*        margin-bottom: 20px;*/
/*        text-align: center;*/
/*        display: block;*/
/*    }*/

/*    .header-wrapper .breadcrumb {*/
/*        float: none;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 480px) {*/

/*    .contact-form .input:nth-child(1),*/
/*    .contact-form .input:nth-child(2) {*/
/*        width: 100%;*/
/*    }*/

/*    .contact-form .input:nth-child(2) {*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*------------------------------------*\
	QUICKSEARCH
\*------------------------------------*/
#quicksearch {
    /* margin-top: -117px; */
    background: #000000;
    border-bottom: solid 1px #ffcc00;
}

.btn.homeSearchBtn {
    line-height: 26px;
    font-size: 14px;
    width: 235px;
}

/*------------------------------------*\
	Back to top
\*------------------------------------*/
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #6195FF;
    border-radius: 3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    opacity: 0.5;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader span {
    display: inline-block;
    background-color: #ea0c00;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

/*------------------------------------*\
	Customized form elements
\*------------------------------------*/
#searchHomeForm .btn-group #selectVnVoHome {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 21px;
}

#searchHomeForm .btn-group #submitSearchHome {
    border-radius: 25px;
}

@media only screen and (min-width: 992px) {
    #searchHomeForm .btn-group #submitSearchHome {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

#searchHomeForm .btn-group .btn-group {
    margin-right: -1px;
    width: 260px;
}

select {
    /* styling */
    border-radius: 0;
    display: inline-block;
    font: inherit;
    line-height: 2em;
    padding: 10px 15px 7px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 100%;
}

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #88ca00 50%), linear-gradient(135deg, #88ca00 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 9px), calc(100% - 15px) calc(1em + 9px), 100% 0;
    background-size: 5px 6px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    outline: 0;
}

/*select.homesearch * {*/
/*    font-size: 13px;*/
/*    line-height: 25px;*/
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
/*}*/
/*select.homesearch *:first-child {*/
/*    display:none;*/
/*}*/
/*select.homesearch:focus,*/
/*select.homesearch:active {*/
/*    outline: 0;*/
/*}*/
/*select.homesearch::after {*/
/*    font-family: 'FontAwesome';*/
/*    content: "\f054";*/
/*    color: #002933;*/
/*    padding: 12px 8px;*/
/*    position: absolute; right: 0; top: 0;*/
/*    background: red;*/
/*    z-index: 1;*/
/*    text-align: center;*/
/*    width: 10%;*/
/*    height: 100%;      */
/*    pointer-events: none;*/
/*    box-sizing: border-box;   */
/*}*/

/*------------------------------------*\
	Search Criteria
\*------------------------------------*/
.card-header .header-criteria {
    background: #00303a;
    color: #fff;
    padding: 15px 25px;
}

.card-header .header-criteria h4 {
    font-weight: normal !important;
}

.criteres {
    padding: 15px 15px 11px !important;
    border: solid 1px #ea0c00;
    border-bottom: none;
    /*margin-bottom: 15px;*/

}

.tri {
    border: solid 1px #ea0c00;
    border-top: none;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.tri select {
    width: 220px;
    /*float: right;*/
    height: 35px;
    padding: 0 15px;
}

#triForm select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #19313e 50%), linear-gradient(135deg, #19313e 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), 100% 0;
    background-size: 5px 6px, 5px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    outline: 0;
    border-radius: 12px;
}

#search_tags #selected_tags li {
    display: inline-block;
    background: #ea0c00;
    border-radius: 15px;
    width: auto;
    padding: 0 9px;
    text-align: center;
    margin-bottom: 5px;
}

#search_tags #selected_tags li:hover {
    color: #fff;
    text-decoration: none;
    background: #002933;
}

#search_tags #selected_tags li.del_tags {
    background: #fcea4f;
}

#search_tags #selected_tags li.del_tags:hover,
#search_tags #selected_tags li.del_tags:hover>a {
    background: #eb0000 !important;
    color: #fff !important;
}

#search_tags #selected_tags li a {
    position: relative;
    text-decoration: none;
    line-height: 21px;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 15px;
}

#search_tags #selected_tags li a svg {
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 0;
}

#search_tags #selected_tags li.del_tags a {
    color: #002933;
    font-size: 11px;
    font-weight: bold;
}

/* Thumbnail Box */
.caption h4 {
    font-weight: bold;
    color: #ea0c00;
    text-transform: uppercase;
    margin-bottom: 1px !important;
    height: 28px;
    overflow: hidden;
}

/*
.caption p{
    text-align:center;
    text-transform:uppercase;
}
*/

input[type="checkbox"] {
    accent-color: #0070c9;
}

/* Mobile Only */
@media (max-width: 767px) {

    .control-box,
    .page-header {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

li {
    list-style-type: none;
}

.fff {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);

}

/*------------------------------------*\
	NAV TABS
\*------------------------------------*/
.nav-tabs .nav-item {
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    cursor: default;
    border-radius: 0 18px 0 0 !important;
}

.nav-tabs>.nav-item>.nav-link {
    border-right: none !important;
    border-left: none !important;
}

/*------------------------------------*\
	CAR CARD (horizontal)
\*------------------------------------*/
.car_card {
    padding: 0 25px 0 15px;
}

.car_card .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    max-height: 240px;
}

.car_card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
    position: relative;
    top: 0;
    border-radius: 15px 0 0 15px;
}

.car_card:hover img {
    transform: scale(1.08);
}

.car_card .media-left {
    position: relative;
    overflow: hidden;
}

.car_card .media-left .ribbon-destock {
    position: absolute;
    display: inline-block;
    width: auto;
    right: 0;
    top: 7px;
    padding: 3px 8px 0 10px;
    text-align: right;
    line-height: 30px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 20px 0 0 20px;
    background: rgba(255, 255, 255, 0.66);
}

.car_card .media-left .discount {
    position: absolute;
    display: inline-block;
    width: auto;
    right: 0;
    top: 175px;
    padding: 0 8px 0 10px;
    text-align: right;
    line-height: 25px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 20px 0 0 20px;
    background: rgba(0, 0, 0, 0.66);
}

.car_card .typevnvo {
    background: #000;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}

.car_card .price_info {
    border-radius: 0 16px 16px 0;
    margin-top: 18px;
}

.car_card .price_block {
    float: left;
    padding: 0 0 0 10px;
    line-height: 30px;
}

.car_card .more_info {
    float: right;
    font-size: 13px;
    font-weight: 700;
    line-height: 31px;
    display: block;
    padding: 0 15px;
    border-radius: 20px 20px 20px 20px;
}

.car_card .ribbon-new {
    position: absolute;
    top: 15px;
    left: 0;
    background: #fff;
    padding: 0 10px;
    border-radius: 0 40px 40px 0;
}

.car_card .ribbon-new .ribbon-inner {
    color: #003c4b;
    line-height: 25px;
    font-weight: 700;
}

@media screen and (min-width: 1800px) {
    /*
    .car_card img {
        top: -65px;
    }
    */
}

@media screen and (min-width: 2100px) {
    /*
    .car_card img {
        top: -97px;
    }
    */

    .car_card .card {
        max-height: 280px;
    }
}

@media screen and (min-width: 2600px) {
    /*
    .car_card img {
        top: -95px;
    }
    */

    .car_card .card {
        max-height: 400px;
    }
}

/*------------------------------------*\
	VERTICAL CAR CARD
\*------------------------------------*/
.vertical-card {
    max-width: 325px;
    margin: 0 auto 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 15px;
    overflow: hidden;
}

.vertical-card * {
    transition: all 0.6s ease;
}

.vertical-card {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.vertical-card:hover {
    box-shadow: none;
}

.owl-carousel .vertical-card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vertical-card .thumbnail {
    padding: 0;
    /*height: 245px;*/
    height: auto;
    overflow: hidden;
    border-radius: 0;
    border: none;
}

.vertical-card .thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

/*.vertical-card .thumbnail img:hover {*/
/*    transform: scale(1.12);*/
/*}*/
.vertical-card a:hover img {
    transform: scale(1.12);
}


.vertical-card .ribbon {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100px;
    height: 35px;
    border-radius: 100px 0 0 100px;
    background: rgb(0 0 0 / 18%) !important;
}

.vertical-card .ribbon-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 38px;
}

.vertical-card .vnvoinfo {
    display: inline-block;
    width: auto;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 0 15px 15PX 0;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    top: -1px;
}

.vertical-card .price_section {
    border-radius: 0;
    margin-top: -19px;
    position: relative;
}

.vertical-card .price_block {
    display: block;
    padding: 4px 20px 0;
    margin-bottom: 0;
    text-align: left;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    color: 1d1d1f;
}

.vertical-card .remise_block {
    display: block;
    padding: 0 14px 0 10px;
    margin-bottom: 0;
    text-align: right;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    border-radius: 18px 0 0 18px;
}

.vertical-card .caption p:first-of-type {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 16px !important;
    /* fallback */
    max-height: 32px !important;
    /* fallback */
    -webkit-line-clamp: 1 !important;
    /* number of lines to show */
    -webkit-box-orient: vertical !important;
}

.vertical-card .caption {
    padding: 13px 15px 20px 20px;
}

@media screen and (max-width: 768px) {
    .vertical-card .caption {
        height: auto;
        padding-bottom: 18px;
    }

    .vertical-card .thumbnail {
        height: auto;
    }
}

.vertical-card .media-card-link {
    position: relative;
    display: block;
}

/*------------------------------------*\
	DETAILS BLOCK
\*------------------------------------*/
.details_block {
    border-radius: 5px;
}

.car_info_section {
    border-bottom: solid 1px #898989;
}

/* ----------------------- */
#homeSelectionContent {
    padding-top: 25px;
}

.gegevens {
    padding-top: 25px;
    border-bottom: 2px solid #898989;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.gegevens_details {
    font-size: 13px;
    margin-bottom: 5px;
    color: #19313e !important;
}

#icar {
    /*     background:#ea0c00!important; */
    background: #002933 !important;
    margin-top: -303px;
}

.lg-padding {
    padding-top: 300px;
    padding-bottom: 150px;
}

#titel_voertuig {
    background: #ea0c00 !important;
    margin-top: -270px;
}

#titel_voertuig_detail {
    background: #002933 !important;
    padding-top: 180px !important;
    margin-top: -125px;
}

.lg-padding {
    padding-top: 300px;
    padding-bottom: 150px;
}

#section {
    padding-top: 400px;
}

#groenevlakken {
    margin-top: -265px;
}

#groenevlakken_detailpagina {
    margin-top: -140px;
}

.pager li>a,
.pager li>span {
    display: none;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;

}

.carousel-indicators .active {
    width: 15px;
    border: 0 solid #fff;
    border: 1px solid #fff;
    height: 15px;
}

/*#contact {*/
/*    background-image: url("../img/maps.jpg");*/
/*    padding-bottom: 0 !important;*/
/*    padding-top: 225px !important;*/
/*}*/

/*#contact {*/
/*    background-image: url("../img/maps.jpg");*/
/*    padding-bottom: 0 !important;*/
/*    padding-top: 0 !important;*/
/*    position: relative;*/
/*    height: 695px;*/
/*}*/

/*#contact_wrapper {*/
/*    position: absolute;*/
/*    top: 135px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    z-index: 50;*/
/*}*/

/*
#contact h3{
    font-weight:light!important;
}
*/

#contact .row {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    background: #fff !important;
    padding: 40px 70px;
    position: relative;
    z-index: 99;
}

.title_green {
    color: #fff;
    background: #ea0c00;
    font-size: 25px;
    font-weight: bold;
    padding: 7px 15px;
    display: block;
    margin-bottom: 26px;
}

.title_white a {
    color: #ea0c00;
    font-size: 25px;
    font-weight: bold;
    padding: 7px;
    margin-left: 5px;
    /*     padding-right:70px; */
}

.title_white_nospace a {
    color: #ea0c00;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0;
    margin-left: 0;
}

h5 {
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 10px !important;
    font-weight: bold;
}

h6 {
    font-size: 17px;
    color: #002933;
    font-weight: bold;
    /* border-bottom: 2px solid #ea0c00; */
    /* padding-bottom: 25px; */
    margin-bottom: 10px;
    margin-top: 20px;
}

#contact .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#contact .col-md-6 {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

textarea {
    border: none;
}

.fullwidth {
    min-width: 50%;
    display: block;
}

label {
    color: #333;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    opacity: 1;
    font-weight: normal;
}

.column_border {
    border-left: 2px solid #ea0c00;
}

.form-group {
    margin-bottom: 0;
}

.icoon_carousel {
    max-width: 40px;
    text-align: center !important;
    padding-left: 10px;
    padding-right: 10px;
}

.icoon_carousel_overzicht {
    max-width: 40px;
    text-align: center !important;
    padding: 6px 10px;
}

.fa-2x {
    font-size: 17px !important;
}

.iconen_auto {
    width: 100%;
    float: left;
}

.iconen_auto_overzicht {
    width: auto;
    float: left;
}

.iconen_auto_detailpagina {

    width: auto;
    float: left;
    border-left: 2px solid #ea0c00;
    padding-bottom: 80px;
    padding-left: 15px;

}

.media-left .media-object {
    max-width: 280px;
}

.gegevensoverzicht {
    padding-top: 5px;
    border-bottom: 0 solid #ea0c00;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ea0c00;
    background-color: #fff;
    border-color: #808080;
}

.panel-title {
    font-size: 17px;
}

.panel-title>a {
    display: block;
    padding: 25px;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 15px;
}

.more-less {
    float: right;
    color: #212121;
}

.carrosseries label input,
.carrosseries label span {
    display: block;
    float: left;
    height: 40px;
    padding-right: 8px;
}

.carrosseries label span {
    line-height: 40px;
}

.couleurs label i.fa-circle {
    font-size: 21px;
}

.couleurs label i.fa-circle-o {
    font-size: 21px;
}

.options label input,
.options label span {
    display: block;
    float: left;
    height: 40px;
    padding-right: 0;
    padding-left: 10px;
}

.options label span {
    line-height: 40px;
}

#lg_main_search_form i.icono-icon,
#main_search_form i.icono-icon {
    font-size: 34px;
    color: #ea0c00;
    border: solid 1px #ea0c00;
}

label:hover>span i.icono-icon,
label:hover>span i.iconv-icon {
    opacity: 0.5;
}

.nav-wit .main-nav li a {
    color: #636466 !important;
}

.nav-wit .main-nav>li.active>a {
    color: #ea0c00 !important;
}

#volgpagina .main-nav::after {
    content: "";
    display: block;
    width: 135%;
    padding-top: 20px;
    border-bottom: 2px solid #ea0c00;
    position: relative;
    right: 240px;
}

#aside {
    position: relative;
}


.carousel-btn a {
    color: #fff !important;
}

.gallery .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}

#titel_voertuig_detail h2 {
    margin-bottom: 0;
}

#titel_voertuig_detail .ondertitel {
    margin-bottom: 20px !important;
}

/*------------------------------------*\
	Sliding side panel
\*------------------------------------*/
#mySidenav {
    background: #fff;
}

#mySidenav .panel-group {
    box-shadow: none;
}

/* The side navigation menu */
.sidepanelslide {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1600;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
/*
.sidepanelslide a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
*/

/* When the mouse hovers the navigation links, change their color */
/*
.sidepanelslide a:hover {
    color: #f1f1f1;
}
*/

/* Position and style the close button (top right corner) */
.sidepanelslide .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #c5c5c5;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left 0.5s;
    padding: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidepanelslide {
        padding-top: 15px;
    }

    .sidepanelslide a {
        font-size: 18px;
    }
}

/*------------------------------------*\
	PAGINATION
\*------------------------------------*/
.pagination {
    display: block;
    text-align: center;
}

.pagination li {
    display: inline-block;
    width: auto;
}

.pagination li a {
    display: block;
    width: 22px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 22px;
}

.pagination li.current span.current {
    border-radius: 0;
    display: block;
    width: 22px;
    text-align: center;
    line-height: 22px;
}

.pagination li a,
.pagination li:first-child>a,
.pagination li:last-child>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------*\
	SCROLL UP
\*------------------------------------*/
.scrollup {
    z-index: 10001;
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px !important;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scrollup .scrollupArrow {
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 19px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scrollup:hover .scrollupArrow {
    font-size: 23px;
    top: 5px;
    left: 13px;
    opacity: 1;
}

.modal {
    z-index: 1500;
}

.modal-body,
.modal-footer,
.modal-header {
    border: none;
}

.modal-header {
    padding: 10px 15px 0;
}

#callme input {
    border: solid 1px #002933;
    border-radius: 24px !important;
}

/*------------------------------------*\
	TOOLTIPS
\*------------------------------------*/
.tooltip {
    font-family: "Open Sans", sans-serif;
    font-size: 0.858rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.571429;
    position: absolute;
    z-index: 1900;
    display: block;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    margin-top: -13px;
    padding: 4px 0;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    content: '';
    border-width: 4px 4px 0;
    border-top-color: rgba(0, 0, 0, .8);
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    margin-left: 3px;
    padding: 0 4px;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -4px;
    content: '';
    border-width: 4px 4px 4px 0;
    border-right-color: rgba(0, 0, 0, .8);
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    margin-top: 3px;
    padding: 4px 0;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -4px;
    content: '';
    border-width: 0 4px 4px;
    border-bottom-color: rgba(0, 0, 0, .8);
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    margin-left: -3px;
    padding: 0 4px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -4px;
    content: '';
    border-width: 4px 0 4px 4px;
    border-left-color: rgba(0, 0, 0, .8);
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 12px;
    text-align: center;
    color: #fff;
    border-radius: 0.215rem;
    background-color: rgba(0, 0, 0, .8);
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 12px 4px;
    border-radius: 25px !important;
    text-align: center;
    color: #fff;
    border-radius: 0.215rem;
    background-color: rgba(0, 0, 0, .9);
    font-weight: 400;
    font-size: 12px;
}

.tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    content: '';
    border-width: 4px 4px 0;
    border-top-color: rgba(0, 0, 0, .8);
}

/*------------------------------------*\
	COLLAPSE MENU [992px]
\*------------------------------------*/
.navbar-nav {
    float: right;
}

.navbar-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    /*
	.navbar-collapse.collapse {
		display: none!important;
	}
    */

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #636466 !important;
    }

    .nav-collapse {
        display: block !important;
    }

    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0 80px 0 0 #1C1D21;
        box-shadow: 0 80px 0 0 #1C1D21;
        width: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
}

/* HACK TO USE SLIDERS INSIDE TAB PANES */
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    /* undo display:none */
    height: 0;
    /* height:0 is also invisible */
    overflow-y: hidden;
    /* no-overflow */
    overflow-x: hidden;
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
    /* let the content decide it */
}

/*------------------------------------*\
	Feedback
\*------------------------------------*/
#feedback_tog_target {
    display: none;
}

.feedback_responsive_slider .owl-nav .owl-next {
    right: -55px !important;
}

.feedback_responsive_slider .owl-nav .owl-prev {
    left: -55px !important;
}

.feedback_responsive_slider .quote_block {
    text-align: center;
    padding: 25px 50px 27px;
    border-radius: 0 40px 0 0;
    position: relative;
}

/*.feedback_responsive_slider::before {*/
/*    content: " ";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: -27px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    background: red;*/
/*    border-radius: 40px;*/
/*    z-index: 50;*/
/*}*/

/*------------------------------------*\
    Parallax
\*------------------------------------*/
.parallax {
    position: relative;
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax_info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.parallax_info_content {
    padding-top: 40px;
}

@media screen and (min-width: 992px) {
    .parallax_info_content {
        padding-top: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.parallax_info_content ul li {
    list-style-type: none;
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .parallax {
        height: auto !important;
    }

    .parallax_info {
        position: static;
        transform: none;
        padding-bottom: 115px;
    }
}

.parallax_info_content li {
    position: relative;
    padding-left: 34px;
}

.parallax_info_content li .checkParallax {
    display: block;
    width: 20px;
    height: 20px;
    /*border: solid 1px #ea0c00;*/
    /*color: #ea0c00;*/
    position: absolute;
    left: 0;
    top: 3px;
}

/*------------------------------------*\
	ShowRooms
\*------------------------------------*/
.showroom_block {
    min-height: 480px;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}

.showroominfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-shadow: 2px 2px 4px #19313e !important;
}

.showroominfo .address {
    padding-left: 30px;
    position: relative;
}

.showroominfo .tele {
    padding-left: 30px;
    position: relative;
}

.showroominfo .address::before {
    content: "\e062";
    font-family: 'Glyphicons Halflings';
    font-size: 30px;
    display: block;
    position: absolute;
    top: -13px;
    left: -5px;
}

.showroominfo .tele::before {
    content: "\e145";
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    display: block;
    position: absolute;
    top: -6px;
    left: -1px;
}

@media (min-width:982px) {
    .showroomRight {
        padding-left: 745px !important;
    }
}

/*------------------------------------*\
	Responsive general classes
\*------------------------------------*/
.only-lg {
    display: none;
}

.only-md {
    display: block;
}

@media (min-width: 992px) {
    .only-lg {
        display: block !important;
    }

    .only-md {
        display: none !important;
    }
}

/* 360Â° */
#ext {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    outline: 0;
    background: #19313e;
    overflow: hidden;
    background: #19313e;
}

#ext .modal-dialog {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    top: 0;
    right: 0;
    z-index: 10050;
    outline: 0;
    overflow: hidden;
}

#ext .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10055;
    width: 50px;
    height: 50px;
    background: #19313e;
    color: #fff;
    text-shadow: none;
    outline: 0;
}

#iframe_pano {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10015;
    overflow: hidden;
}

/* BANDEAU SITE DEMO */
#demo_info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #002933;
    background-image: linear-gradient(to top, #002933, #012c36, #022f3a, #03323d, #053541);
    text-align: center;
    padding: 25px 20px 15px;
}

#demo_info .texts p {
    color: #88ca00 !important;
}

#demo_info .texts p.big {
    font-size: 30px !important;
    margin-bottom: 0 !important;
}

#demo_info .texts p.small {
    font-size: 18px !important;
    line-height: 22px;
    margin-bottom: 15px;
}

#demo_info .texts p.note {
    font-size: 12px !important;
    color: #fff !important;
}

#demo_info .texts p.big .exerg {
    color: #fff !important;
    font-weight: bold;
}

#demo_info .texts p a {
    color: #fff;
}

#demo_info .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    z-index: 10001;
}

/* Car Badge */
.car_badges {
    line-height: 12px;
    padding-top: 6px;
    padding-bottom: 5px;
    background-color: #000;
    color: #ffcc00;
}

/* Carousel Control */
.carousel-control-prev {
    justify-content: flex-start !important;
}

.carousel-control-next {
    justify-content: flex-end !important;
}

.home_carousel_arrow {
    font-size: 50px;
}

.home_carousel_content h1 {
    text-transform: none;
    font-weight: bold;
    font-size: 48px;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

@media screen and (max-width: 1200px) {
    .home_carousel_content h1 {
        font-size: 38px !important;
    }
}

@media screen and (max-width: 600px) {
    #carousel_info {
        display: none !important;
    }
}

/*------------------------------------*\
	BOOTSTRAP CAROUSEL
\*------------------------------------*/
#carousel_info {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*------------------------------------*\
	OWL CAROUSEL
\*------------------------------------*/

.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    line-height: 25px;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
    font: inherit;
    border-radius: 50px;
    /*font-size: 32px;*/
    /*line-height: 31px;*/
    padding: 0 0 0 0 !important;
    outline: none;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-prev {
    left: 4px;
}

.owl-theme .owl-next {
    right: 4px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-nav [class*='owl-'] {
        display: none !important;
    }
}

/*------------------------------------*\
	CAROUSEL CAR INFO (flickity slider)
\*------------------------------------*/
.outer {
    margin: 0 auto;
    /*max-width:800px;*/
    position: relative;
}

.carousel-main {
    margin-bottom: 2px;
}

.carousel-cell {
    width: 100%;
    height: auto;
}

.carousel-nav .carousel-cell {
    height: auto;
    width: 25%;
    padding: 0 1px;
}

.carousel-main img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.carousel-nav img {
    width: 100%;
    height: auto;
}

.flickity-prev-next-button .flickity-button-icon {
    width: 50%;
    height: 50%;
}

#btn360 {
    position: absolute;
    top: 10px;
    right: 10px;
}

#btn360 button {
    width: 55px;
    padding: 6px;
    line-height: 40px;
    border-radius: 50px;
}

/*------------------------------------*\
	SHORTLINKS
\*------------------------------------*/
#shortlinks {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 25%;
    /*transform: translateY(-50%);*/
    right: 10px;
    z-index: 100;
}

#shortlinks .shlblock {
    width: 75px;
    height: 75px;
    border-radius: 40px;
    background: #1B3A79;
    color: #fff !important;
    margin-bottom: 5px;
    box-shadow: 0 1px 5px -3px #19313e;
    text-align: center;
    line-height: 2px;
    font-size: 33px;
    padding-top: 13px;
}

#shortlinks .shlblock:hover {
    background: #030C2D;
    color: #fff !important;
}

@media screen and (max-width: 500px) {
    #shortlinks {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        position: fixed;
        transform: none;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding-top: 0;
    }

    #shortlinks .shlblock {
        width: 65px;
        height: 60px;
        border-radius: 0;
        background: transparent;
        color: #ea0c00;
        margin-bottom: 5px;
        box-shadow: none;
        text-align: center;
        line-height: 2px;
        font-size: 33px;
        padding-top: 8px;
    }
}

/* ========================================================= */
/* BOOTSRAP SLIDER SEARCH ENGINE */
/*--------------------------------------------------------*/
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 210px;
    height: 32px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
    height: 100%;
    top: 8px;
    bottom: 0;
}

.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
    margin-left: -8px;
}

.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #036fa5;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-block;
    text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
    margin-left: initial;
    margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
    width: 100%;
    left: 0;
    right: 0;
}

.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
    margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #036fa5;
    margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0;
}

.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
    border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
    background-color: #cfcfcf;
    background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
    background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
    background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
    background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE', GradientType=0))
}

.slider.slider-disabled .slider-track {
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
    background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
    background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
    background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9', GradientType=0)) cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.slider .bs-tooltip-bottom .tooltip-inner,
.slider .bs-tooltip-top .tooltip-inner {
    position: relative;
    left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner,
.slider.bs-tooltip-right .tooltip-inner {
    position: relative;
    top: -100%;
}

.slider .tooltip {
    pointer-events: none;
}

.slider .tooltip.bs-tooltip-bottom .arrow,
.slider .tooltip.bs-tooltip-top .arrow {
    left: -.4rem;
}

.slider .tooltip.bs-tooltip-top {
    margin-top: -34px;
}

.slider .tooltip.bs-tooltip-bottom {
    margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left,
.slider .tooltip.bs-tooltip-right {
    margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow,
.slider .tooltip.bs-tooltip-right .arrow {
    top: 8px;
}

.slider .hide {
    display: none;
}

.slider-track {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #dee2e6, #F9F9F9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dee2e6), to(#F9F9F9));
    background-image: -webkit-linear-gradient(top, #dee2e6, #F9F9F9);
    background-image: -o-linear-gradient(top, #dee2e6, #F9F9F9);
    background-image: linear-gradient(to bottom, #dee2e6, #F9F9F9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
}

.slider-selection {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
    background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
    background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
    background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
}

.slider-selection.tick-slider-selection {
    background-color: #46c1fe;
    background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
    background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd', GradientType=0);
}

.slider-track-high,
.slider-track-low {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    background: transparent;
}

.slider-handle {
    background-color: #000000;
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: -o-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to bottom, #000000, #000000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    background-color: #000000;
    border: 0 solid transparent;
}

.slider-handle:hover {
    cursor: pointer;
}

.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
    background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    filter: none;
    opacity: 0.8;
    border: 0 solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick.in-selection {
    background-color: #46c1fe;
    background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
    background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
    background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd', GradientType=0);
    opacity: 1;
}