/*
Theme Name: demo
Author: imexsocarweb

Table OF Contents
------------------------------------
1 > General classes and styles
2 > Logo
3 > Navigation
4 > Header
5 > About
6 > Portfolio
7 > Services
8 >  Why choose us
9 >  Numbers
10 > Pricing
11 > Testimonial
12 > Team
13 > Blog
14 > Blog post
15 > Blog sidebar
16 > Contact
17 > Footer
18 > Responsive
19 > Owl theme
20 > Back to top
21 > Preloader
22 > Search Criteria
23 > Sliding search engine side panel
------------------------------------*/

/*------------------------------------*\
	General classes and styles
\*------------------------------------*/
html {height: 100%}
img.fw {width: 100%;height: auto;}
hr {}

.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;}
ul.no_list_style li,
ul.navbar-nav li,
ul.nav-tabs li {list-style-type: none !important;}


/** -----------------------------
 --- BORDERS **/
.bord-1 {border: solid 1px #000;}
.bord-r-1 {border-right: solid 1px #000;}
.bord-r-2 {border-right: solid 2px #000;}
.bord-r-3 {border-right: solid 3px #000;}
.bord-b-1 {border-bottom: solid 1px #000;}
.bord-b-2 {border-bottom: solid 2px #000;}
.bord-b-3 {border-bottom: solid 3px #000;}
.bord-t-1 {border-top: solid 1px #000 !important;}
.bord-t-2 {border-top: solid 2px #000;}
.bord-t-3 {border-top: solid 3px #000;}
.bord-l-1 {border-left: solid 1px #000;}
.bord-l-2 {border-left: solid 2px #000;}
.bord-l-3 {border-left: solid 3px #000;}

/** -----------------------------
 --- 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: 0px !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:14px;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;}
.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-900 {font-weight:900 !important;}

/* Fonts apperance*/
.strike_text {text-decoration : line-through !important;}

/* ------------------------------------------------------------------------------------------------------------------- */
section .container {position: relative;}
@media (min-width: 576px) {
    .container, .container-sm {
        width: 100%;
        max-width: 1140px;
    }
}

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

/** -----------------------------
 -------------------- FAQs  **/
.accordion-section .panel-group .panel {
    border-radius: 20px;
    box-shadow: none;
    border: solid 1px #009fe3;
    margin-bottom: 15px;
    overflow: hidden;
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    padding: 0;
    border: none !important;
    background-color: #e5e5e5 !important;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1rem;
    border: none !important;
    color: #009fe3;

}
.accordion-section .panel-default .panel-title>a:hover {
    color: #009fe3 !important;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #009fe3;
    float: right;
    margin-top: -10px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
    padding: 10px 25px 0;
}






@media screen and (max-width: 1200px) {
	.home-content h1{
		font-size:38px!important;
    }
    .service {
		position: relative!important;
		padding: 0px 30px 30px 70px!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;
	}
    .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;
	}
}
@media screen and (max-width: 900px){
    #aside {
		position: relative!important;
		left: 0px!important;
	}
}
@media screen and (max-width: 770px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 560px) {

}
@media screen and (max-width:580px){

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 400px) {

}

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:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 1;
}

#page_title_block {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 50px;
    left: 15px;
    padding: 10px 35px;
    font-size: 35px;
}

.bold {
	font-weight: 700;
}
::-moz-selection {
    background-color: #009fe3;
    color: #FFF;
}
::selection {
    background-color: #009fe3;
    color: #FFF;
}
ul, ol {
    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: .2;
    background: #1C1D21;
}
/* --  section header  -- */
#zoekfunctie .section-header{
    margin-top:0px;
}
.section-header {
    position: relative;
}
.section-header .title {
    /*text-transform: capitalize;*/
}
.text-center .title:after {
    margin: 20px auto 0px;
}
#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: 0px 10px;
    opacity: 0.5;
    margin-bottom:0;
}
textarea {
    padding: 10px 10px;
    min-height: 150px;
    resize: vertical;
}
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: #009fe3;
    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-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: 0px;
    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 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: #ffffff;
    outline: 0;
}
@media only screen and (min-width: 992px){
    li.nav-item.active a {
        display: block;
        position: relative;
        z-index: 10;
    }
    li.nav-item.active::before {
        content: "";
        display: block;
        position: absolute;
        top: -3px;
        left: -11px;
        right: -9px;
        height: 24px;
        background: #009fe3;
        border: solid 1px #009fe3;
        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 0px!important;
   -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 1500;
}
.main-nav .active{
    color:#009fe3!important;
    font-weight:bold!important;
}
#witvlak {
    margin-top: -185px;
    background: transparent !important;
}
#witvlak .row{
-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.35);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.35);
background: #fff !important;
padding-left: 70px;
padding-right: 70px;
    padding-top:40px;
    padding-bottom:40px;
}
#icar .title{
    color:#fff;
}
#titel_voertuig .title{
    color:#fff;
    margin-bottom:5px!important;
}
#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}
header.fixed.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 0px;
    /*background: rgba(0, 0, 0, .5);*/
	z-index: 1410;
	box-shadow: 0 2px 13px -11px #000000;
}

.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: 0px 28px;
    }
    .main-nav li a {
        font-size: 14px;

    }
    .main-nav>li>a {
        color: #fff;
        padding: 15px 0px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #009fe3;
    }
    .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: 0px 0px;
    }
    #nav.nav-transparent {
       background: rgba(0, 0, 0, .5);
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #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:0px !important;
    }
    
    .featured_button{
        border-radius:0px!important;
    }
    
    
       #volgpagina .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #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 #009fe3;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #009fe3;
        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:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    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:#000;
}

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



.featured_button_wit{   
    background:#009fe3;
    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: 0px;
}

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

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

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

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

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

/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}

.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: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    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: #009fe3;
    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: #009fe3;
    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: 0px 0px;
    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 #009fe3;
    clear: both;
}



.service i {
    position: absolute;
    left: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 0%;
    background: #009fe3;
    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:#009fe3;
    font-weight:400!important;
    margin-bottom:10px!important;
}



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

/*------------------------------------*\
	Why choose us
\*------------------------------------*/

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

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
    text-align: center;
    margin: 15px 0px;
}

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

.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 0px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

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

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

.pricing .price h3 {
  font-size: 42px;
  margin: 0px;
  -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 0px;
}

.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 .5s, padding .5s, text-align .3s;
	-moz-transition: border-color .5s, padding .5s, text-align .3s;
	-ms-transition: border-color .5s, padding .5s, text-align .3s;
	-o-transition: border-color .5s, padding .5s, text-align .3s;
	transition: border-color .5s, padding .5s, text-align .3s;
}

.title-car-info {
	display: inline-block;
	background: #009fe3;
	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: #009fe3;
}
.title-car-info-remise {
	display: inline-block;
	background: #009fe3;
	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 0px;
    height:auto;
    min-height: 678px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    padding: 30px 30px 30px 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: 90px;
}





/*------------------------------------*\
	MAIN SEARCH ENGINE
\*------------------------------------*/
#search_engine .search_block {margin-bottom: 15px;}
#search_engine h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    background: #e6e6e6;
    padding: 3px 5px;
    border-radius: 0 15px 15px 0
}
#search_engine .search_block_list {
    padding-left:20px;
    position: relative;
    /*max-height: 93px;*/
    overflow: hidden;
    cursor: pointer;
    transition: max-height .3s linear;
}
#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;
}
#search_engine .search_block_list .search_block_toggle .bi-arrows-collapse {
    display:none;
}
#search_engine  label {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
    padding-left: 19px;
}
#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:#ffffff !important; /* couleur de la goute blanche dans la section couleurs */ }



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


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

.contact i {
    font-size: 36px;
    color: #009fe3;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
}

.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: 991px) {}

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

  .main-btn , .default-btn , .outline-btn , .white-btn, .black-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: 0px;
  }
}

/*------------------------------------*\
	QUICKSEARCH
\*------------------------------------*/
.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: .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: #009fe3;
    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: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 21px;
}
#searchHomeForm .btn-group #submitSearchHome {
    border-radius: 20px;
}
@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: 0px;
	  display: inline-block;
	  font: inherit;
	  line-height: 1.5em;
	  padding: 10px 15px 7px 15px;
	  margin: 0px 0px 0px 0px;
	  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, #ffffff, #ffffff);
  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 #009fe3;
	border-bottom: none;
    /*margin-bottom: 15px;*/

}
.tri {
	border: solid 1px #009fe3;
	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%, #009fe3 50%),
	linear-gradient(135deg, #009fe3 50%, transparent 50%),
	linear-gradient(to right, #ffffff, #ffffff);
	background-position: calc(100% - 20px) calc(1em + 4px),
	calc(100% - 15px) calc(1em + 4px),
	100% 0;
	background-size: 5px 6px,
	5px 6px,
	2.5em 2.5em;
	background-repeat: no-repeat;
	outline: 0;
    border-radius: 25px;
}
#search_tags #selected_tags li {
	display: inline-block;
    background: #009fe3;
    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: #b10c0c;
    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: 13px;
    font-weight: bold;
}
#search_tags #selected_tags li.del_tags a {
    padding-left: 0 !important;
}

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

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




/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}
li {
	list-style-type:none;
}
*::selection { background: #009fe3; color: #FFFFFF; text-shadow: none; }
*::-moz-selection { background: #009fe3; color: #FFFFFF; }
.fff{
    background:#fff;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);

}
/*------------------------------------*\
	NAV TABS
\*------------------------------------*/
.nav-tabs .nav-item {margin-left: 0; margin-right: 0px;}
.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: 0px;
    /*max-height: 240px;*/
}
.car_card img {
    width: 100%;
    height: auto;
    transition: transform .3s;
}
.car_card:hover img {
    transform: scale(1.12);
}
.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 .ribbon-new {
    position: absolute;
    top: 15px;
    left: 0px;
    background: #FFFFFF;
    padding: 0 10px;
    border-radius: 0 40px 40px 0;
}
.car_card .ribbon-new .ribbon-inner {
    color: #009fe3;
    line-height: 25px;
    font-weight: 700;
}
.car_card .media-left .discount {
    position: absolute;
    display: inline-block;
    width: auto;
    right: 0;
    bottom: 7px;
    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: #002933;
    color: #fff;
    padding: 3px;
}
.car_card .price_info {
    border-radius: 0 20px 20px 0;
    margin-top: 8px;
}
.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 0 0 20px;
}
/*------------------------------------*\
	VERTICAL CAR CARD
\*------------------------------------*/
.vertical-card {
    max-width: 325px;
    margin: 0 auto 25px;
    border-radius: 0 0 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.vertical-card * {
    transition: all .6s ease;
}
.vertical-card:hover {box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);}
.owl-carousel .vertical-card {
    margin-top: 20px;
    margin-bottom: 20px;
}
.vertical-card .thumbnail {
    padding: 0px!important;
    height: 227px;
    overflow: hidden;
    border-radius: 0;
    border: none;
}
.vertical-card .thumbnail img {
    width: 100%;
    height: auto;
    transition: transform .3s;
}
.vertical-card .thumbnail img:hover {
    transform: scale(1.12);
}
.vertical-card .ribbon {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100px;
    height: 35px;
    border-radius: 100px 0px 0px 100px;
}
.vertical-card .ribbon-inner {
    position: absolute;
    left: 0px;
    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 20px;
    margin-bottom: 0;
    text-align: left;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}
.vertical-card .remise_block {
    display: block;
    padding: 0 14px 0 20px;
    margin-bottom: 0;
    text-align: right;
    line-height: 36px;
    font-size: 18px;
    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;
}



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

.gegevens {
    padding-top: 25px;
    border-bottom: 2px solid #009fe3;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}
.gegevens_details {
	font-size: 13px;
	margin-bottom: 5px;
	color:#000 !important;
}
#icar{
/*     background:#009fe3!important; */
    background: #002933 !important;
    margin-top: -303px;
}
.lg-padding{
	padding-top:300px;
	padding-bottom:150px;
}
#titel_voertuig{
	background:#009fe3!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: 0px;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px;
    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: 0px 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: 0px 1px 10px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.35);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.35);
background: #fff !important;
padding-left: 70px;
padding-right: 70px;
    padding-top:40px;
    padding-bottom:40px;
    position:relative;
    z-index: 99;
}
.title_green {
    color: #fff;
    background: #009fe3;
    font-size: 25px;
    font-weight: bold;
    padding: 7px 15px;
    display: block;
    margin-bottom: 26px;
}
.title_white a{
    color: #009fe3;
    font-size: 25px;
    font-weight: bold;
    padding: 7px;
    margin-left:5px;
/*     padding-right:70px; */
}
.title_white_nospace a{
     color: #009fe3;
    font-size: 25px;
    font-weight: bold;
    padding: 15px 0;
    margin-left:0px;
}
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 #009fe3; */
	/* 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 #009fe3;
}
.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 #009fe3;
    padding-bottom: 80px;
    padding-left: 15px;

}
.media-left .media-object{
    max-width:280px;
}
.gegevensoverzicht {
    padding-top: 5px;
    border-bottom: 0px solid #009fe3;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    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: #009fe3;
    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: 0px;
    padding-left: 10px;
}
.options label span {
    line-height: 40px;
}
#main_search_form i.icono-icon,
#lg_main_search_form i.icono-icon{
    font-size: 34px;
    color: #009fe3;
    border: solid 1px #009fe3;
}
label:hover > span i.iconv-icon,
label:hover > span i.icono-icon {
    opacity: .5;
}
.nav-wit .main-nav li a{
    color:#636466!important;
}
.nav-wit .main-nav > li.active > a {
    color: #009fe3 !important;
}
#volgpagina .main-nav::after {
    content: "";
    display: block;
    width: 135%;
    padding-top: 20px;
    border-bottom: 2px solid #009fe3;
    position: relative;
    right: 240px;
}
#aside {
    position: relative;
}


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


.gallery .col-md-8{
    padding-left:0px;
    padding-right:0px;
}
#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; /* Black*/
    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 you mouse over 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 .5s;
    padding: 0px;
}
/* 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:last-child > a,
.pagination li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*------------------------------------*\
	SCROLL UP
\*------------------------------------*/
.scrollup {
    z-index: 10001;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    opacity: .7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px !important;
    display: none;
     -webkit-transition: all .3s linear;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
    }
.scrollup .scrollupArrow {
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 19px;
    opacity:.7;
     -webkit-transition:all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease
}
.scrollup:hover .scrollupArrow {
    font-size: 23px;
    top: 5px;
    left: 13px;
    opacity: 1
}
/*------------------------------------*\
	TOOLTIPS
\*------------------------------------*/
.tooltip{font-family:"Open Sans",sans-serif;font-size:.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:.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:.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: .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: 0px 80px 0px 0px #1C1D21;
		box-shadow: 0px 80px 0px 0px #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  */ }
/*****/



/*------------------------------------*\
	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 {
    background: rgba(0, 0, 0, 0.68);
    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: 500;
}
@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 #009fe3;*/
    /*color: #009fe3;*/
    position: absolute;
    left:0;
    top:3px;
}

/*------------------------------------*\
	ShowRooms
\*------------------------------------*/
#showrooms {

}
.showroom_block {
    min-height: 200px;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}
.showroominfo {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
}
.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: #000000;
	overflow: hidden;
	background: #000000;
}
#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: #000000;
	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: 0px;
	left: 0px;
	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 {
    display: inline-block;
    width: auto;
    font-size: 13px;
    line-height: 20px;
    padding: 0 7px;
    margin: 0;
    border-radius: 20px;
    font-weight: 500;
}

/* 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-carousel .owl-nav {}
.owl-carousel .owl-nav button.owl-next {}
.owl-carousel .owl-nav button.owl-prev {}
.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: 0px;
    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: 0px 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;}
.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: 60%; height: 60%;}
