/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 
 .owl-carousel .owl-item {
	 float: none;
	 display: inline-block;
	 vertical-align: top;
 }
 
 #asac-container .owl-carousel .owl-item {
	 vertical-align: top!important;
 }
 
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    background: transparent;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}



/* CUSTOM *//* CUSTOM *//* CUSTOM *//* CUSTOM */
.owl-theme .owl-nav,
.owl-theme .owl-stage-outer button {
    position: absolute;
    top: 0;
    margin-top: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.owl-theme .owl-stage-outer button { z-index: 10; cursor: pointer;}

/* NAV */
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-stage-outer button.owl-prev,
.owl-theme .owl-stage-outer button.owl-next  {
    margin: 0; width: 60px;
    /*
	height: 100%;
    height: 60px;
	*/
	height: 50%;
    position: absolute;
	top: 50%;
    pointer-events: initial;
    border-radius: 0;
    outline: 0;
    font-size: 0!important;
	-webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.owl-theme .owl-nav button.owl-prev span,
.owl-theme .owl-nav button.owl-next span,
.owl-theme .owl-stage-outer button.owl-prev span,
.owl-theme .owl-stage-outer button.owl-next span {
    font-size: 0!important;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-stage-outer button.owl-prev,
.owl-theme .owl-stage-outer button.owl-prev:hover  {
    left: 5px;
    background: transparent;
}

#asac-container.pro .owl-theme .owl-nav button.owl-prev,
#asac-container.pro .owl-theme .owl-nav button.owl-prev:hover,
#asac-container.pro .owl-theme .owl-stage-outer button.owl-prev,
#asac-container.pro .owl-theme .owl-stage-outer button.owl-prev:hover  {
    background: -moz-linear-gradient(left, var(--ACbgwrapper) 0%, transparent 100%);
    background: -webkit-linear-gradient(left, var(--ACbgwrapper) 0%, transparent 100%);
    background: linear-gradient(to right, var(--ACbgwrapper) 0%, transparent 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );*/
    background-size: 60px 1px;
	height: 100%;
}

.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-next:hover,
.owl-theme .owl-stage-outer button.owl-next,
.owl-theme .owl-stage-outer button.owl-next:hover {
    right: 5px;
    background: transparent;
}

#asac-container.pro .owl-theme .owl-nav button.owl-next,
#asac-container.pro .owl-theme .owl-nav button.owl-next:hover,
#asac-container.pro .owl-theme .owl-stage-outer button.owl-next,
#asac-container.pro .owl-theme .owl-stage-outer button.owl-next:hover {
    right: 5px;
    background: -moz-linear-gradient(left, transparent 0%, var(--ACbgwrapper) 100%);
    background: -webkit-linear-gradient(left, transparent 0%, var(--ACbgwrapper) 100%);
    background: linear-gradient(to right, transparent 0%, var(--ACbgwrapper) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );*/
    background-size: 60px 1px;
	height: 100%;
}



@media screen and (min-width: 600px) {
    #asac-container.pro .owl-theme .owl-nav button.owl-prev,
    #asac-container.pro .owl-theme .owl-nav button.owl-prev:hover,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-prev,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-prev:hover { left: 0;}
    #asac-container.pro .owl-theme .owl-nav button.owl-next,
    #asac-container.pro .owl-theme .owl-nav button.owl-next:hover,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-next,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-next:hover	{ right: 0;}
}

@media screen and (min-width: 880px) {
    #asac-container.pro .owl-theme .owl-nav button.owl-prev,
    #asac-container.pro .owl-theme .owl-nav button.owl-next,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-prev,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-next {
        margin: 0; width: 90px; }
    #asac-container.pro .owl-theme .owl-nav button.owl-prev,
    #asac-container.pro .owl-theme .owl-nav button.owl-prev:hover,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-prev,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-prev:hover,
    #asac-container.pro .owl-theme .owl-nav button.owl-next,
    #asac-container.pro .owl-theme .owl-nav button.owl-next:hover,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-next,
    #asac-container.pro .owl-theme .owl-stage-outer button.owl-next:hover	{
        background-size: 90px 1px;
    }
}



.owl-theme .owl-nav button.owl-prev:after,
.owl-theme .owl-nav button.owl-next:after,
.owl-theme .owl-stage-outer button.owl-prev:after,
.owl-theme .owl-stage-outer button.owl-next:after,
.owl-item a:after,
.owl-item.active a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    color: #1e244b; /* IE */
    color: var(--ACmaincolor);
    border-radius: 50%;
    background: white;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 3px 0 #1e244b; /* IE */
    -webkit-box-shadow: 0 0 3px 0 var(--ACmaincolor);
    box-shadow: 0 0 3px 0 #1e244b; /* IE */
    box-shadow: 0 0 3px 0 var(--ACmaincolor);
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}




.owl-theme .owl-nav button.owl-prev:hover:after,
.owl-theme .owl-nav button.owl-next:hover:after,
.owl-theme .owl-stage-outer button.owl-prev:hover:after,
.owl-theme .owl-stage-outer button.owl-next:hover:after,
.owl-item.active a:hover:after {
    opacity: 1;
}

.owl-theme .owl-nav button.owl-prev:after,
.owl-theme .owl-stage-outer button.owl-prev:after {
    content:'\2039';
    margin-left: -10px;
}

.owl-theme .owl-nav button.owl-next:after,
.owl-theme .owl-stage-outer button.owl-next:after {
    content:'\203A';
    margin-left: 10px;
}



@media screen and (max-width: 600px) {
	
	.owl-theme .owl-nav button.owl-prev,
	.owl-theme .owl-nav button.owl-next,
	.owl-theme .owl-stage-outer button.owl-prev,
	.owl-theme .owl-stage-outer button.owl-next  {
		height: 45%;
	}
	
	#asac-container.pro .owl-theme .owl-nav button.owl-prev,
	#asac-container.pro .owl-theme .owl-nav button.owl-prev:hover,
	#asac-container.pro .owl-theme .owl-stage-outer button.owl-prev,
	#asac-container.pro .owl-theme .owl-stage-outer button.owl-prev:hover,
	#asac-container.pro .owl-theme .owl-nav button.owl-next,
	#asac-container.pro .owl-theme .owl-nav button.owl-next:hover,
	#asac-container.pro .owl-theme .owl-stage-outer button.owl-next,
	#asac-container.pro .owl-theme .owl-stage-outer button.owl-next:hover {
		height: 45%;
		background: none;
	}

}



/* STAGE and ACTIVE */
.owl-stage-outer { padding: 0px 0px!important; }

.owl-carousel { margin: 0 auto; }

.owl-carousel img {
    width: 100%!important;
    height: auto!important;
    padding: 1px;
    /*background: #ffffff;*/
	background: transparent;
    -webkit-box-shadow: 0 0 8px 0 #cccccc; /* IE */
    -webkit-box-shadow: 0 0 8px 0 var(--ACshade);
    box-shadow: 0 0 8px 0 #cccccc; /* IE */
    box-shadow: 0 0 8px 0 var(--ACshade);
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
	margin-top: 0!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
	margin-left: 0!important;
	padding-top: 0!important;
	padding-right: 0!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
}

.owl-carousel .owl-thumbs {
    width: 100%;
    padding-top: 8px!important;
    text-align: left!important;
    position: relative;
}

.owl-carousel .owl-thumbs button {
    vertical-align: top;
    border: none;
    font-size: 0!important;
    padding: 2px!important;
    background-color: transparent;
    width: 16.666666%!important;
}

.owl-carousel .owl-thumbs button img {
    border: 2px solid transparent!important;
    width: 100%!important;
    background: transparent;
    opacity: 0.7;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-carousel .owl-thumbs button.active img {
    border: 2px solid #1e244b!important; /* IE */
    border: 2px solid var(--ACmaincolor)!important;
    opacity: 1;
}

.owl-carousel .owl-thumbs img:hover {
    cursor: pointer;
    opacity: 1;
}



@media screen and (min-width: 600px) {
    .owl-item { opacity: 0.5; }
    .owl-item.active { opacity: 1; }
}

@media screen and (max-width: 630px) {
    .owl-carousel img {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
@media screen and (max-width: 800px) {
	 .owl-carousel img { max-width: 100%!important; }
	 #asac-container .owl-carousel img { max-width: 100%!important; }
}
@media screen and (max-width: 480px) {
	 .owl-carousel img { max-width: 100%!important; }
	 #asac-container .owl-carousel img { max-width: 100%!important; }
}


/* Pro */
#asac-container.pro .owl-stage-outer { padding: 10px 0px!important; }

#asac-container.pro .owl-carousel .owl-thumbs {
    width: 90%;
    text-align: center!important;
    z-index: 900;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 5%);
    -ms-transform: translate(-50%, 5%);
    transform: translate(-50%, 5%);
}

#asac-container.pro .owl-carousel .owl-thumbs button {
    width: 6.666666%!important;
}

@media screen and (max-width: 767px) {
    .owl-carousel .owl-thumbs { display: none; }
}



/* Business */
#asac-container.business .owl-carousel .animated { animation-duration:450ms; }

/* BASIC & FREE */
#asac-container.basic .owl-carousel .animated { animation-duration:250ms; }
#asac-container.free .owl-carousel .animated { animation-duration:250ms; }



/* 360 fixes */
.owl-carousel .Auto360 {
    width: 100%!important;
    border: 0;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align:middle;
}

.owl-carousel .Auto360.exterieur:before,
.owl-carousel .Auto360.interieur:before{
    content: "";
    display: inline-block;
    width: 0px;
    visibility: hidden;

    padding-top: 100%; 		/* ratio of 1:1*/
    padding-top: 200%; 		/* ratio of 1:2*/
    padding-top: 75%; 		/* ratio of 4:3*/
    padding-top: 56.25%;	/* ratio of 16:9*/
    padding-top: 50%; 		/* ratio of 2:1*/

    padding-top: 65.5%; 	/* ratio TEST */

}

.owl-carousel .Auto360.exterieur img.loader_icon,
.owl-carousel .Auto360.exterieur .ext_360_icon img,
.owl-carousel .Auto360.interieur .int_360_icon img {
    width: auto!important;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.owl-carousel .Auto360.exterieur .ext_images img{
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-carousel .Auto360.exterieur .ext_360_icon img,
.owl-carousel .Auto360.interieur .int_360_icon img {
    width: 80px!important;
    right: 10px;
}

.owl-carousel .Auto360.exterieur img.loader_icon {
    width: 140px!important;
}

.owl-carousel .Auto360.exterieur .ext_images img {
    max-width: 100%;
}

.owl-carousel .Auto360.exterieur p.loading_perc {
    text-align: center!important;
    color: #FFFFFF!important;
}

.owl-carousel .owl-item.cloned .Auto360.exterieur .ext_first {
    visibility: visible!important;
}

#asac-container #ACvehicle .owl-item.active .Auto360.exterieur a:after {
    display: none;
}

/* YouTube fixes */
#asac-container .owl-carousel .youtube_video #youtubeviewer {
	position:relative;
	padding-bottom:65%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
#asac-container .owl-carousel .youtube_video #youtubeviewer #youtube-iframe {
	position: absolute;
    top: 0%;
    left: 0%;
    width: 100%!important;
    height: 100%!important;
}

