/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}

.owl-theme .owl-nav [class*=owl-]{display:inline-block;cursor:pointer;border-radius:0;}
.owl-theme .owl-nav [class*=owl-]:hover{text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;outline:0}
.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:6px 4px;background:#a9a9a9;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:#282927;text-decoration:none;outline:none;}
.owl-theme .owl-dots .owl-dot:hover{text-decoration:none;}





/*Navigation*/
.owl-theme .owl-nav{}
.owl-theme .owl-nav button{
	height:48px;
	width:48px;
	border-radius:0;
	margin:0;
	margin-top:-36px;
	padding:0;
	opacity: 1;
	position:absolute;
	top:50%;
	
}

.owl-theme .owl-nav [class*=owl-]{display:none;}
.owl-theme .owl-nav button span{display:none;}

.owl-carousel .owl-nav button{background-repeat:no-repeat;background-size:96px;}
.owl-carousel .owl-nav button{outline:0;}
.owl-carousel .owl-nav button.owl-prev{background-image:url('../images/IkarusArrows.png');background-position:left top;left:12px;transition:none;z-index:5;}
.owl-carousel .owl-nav button.owl-next{background-image:url('../images/IkarusArrows.png');background-position:right top;right:12px;transition:none;z-index:5;}
.owl-carousel .owl-nav button.owl-prev:hover{background-position:left bottom;text-decoration:none;}
.owl-carousel .owl-nav button.owl-next:hover{background-position:right bottom;text-decoration:none;}

/*Pagination*/
.owl-theme .owl-dots{position:absolute;right:0;left:0;bottom:-48px;}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;}

/***Variante HeroIkarus***/	
	
/***Variante ClassicIkarus***/
.ClassicIkarus.owl-theme .owl-dots{}
/***Variante InstagramIkarus***/
.InstagramIkarus.owl-theme .owl-dots{}
/***Variante BoxedIkarus***/
.BoxedIkarus.owl-theme.owl-carousel .owl-nav button{display:none;}
.BoxedIkarus.owl-theme .owl-dots{}
/***Variante FancyPopupIkarus***/
.FancyPopupIkarus.owl-theme .owl-dots{}
/*Pagination*/
.BoxedIkarus.owl-theme .owl-dots{}
.BoxedIkarus.owl-theme .owl-dots,.owl-theme .owl-nav{}




/* Regole PC>1600 */ 
@media all and (min-width: 1600px) {
		
.owl-carousel .owl-nav button.owl-prev{left:36px}
.owl-carousel .owl-nav button.owl-next{right:36px}	

/*Pagination*/
.owl-theme .owl-dots{}		
	
/***Variante HeroIkarus***/	
	
/***Variante ClassicIkarus***/
/*Pagination*/
.ClassicIkarus.owl-theme .owl-dots{}
/***Variante InstagramIkarus***/
.InstagramIkarus.owl-theme .owl-dots{}
/***Variante BoxedIkarus***/
.BoxedIkarus.owl-theme.owl-carousel .owl-nav button{display:inline-block;}
.BoxedIkarus.owl-theme.owl-carousel .owl-nav button.owl-prev{}
.BoxedIkarus.owl-theme.owl-carousel .owl-nav button.owl-next{}
.BoxedIkarus.owl-theme .owl-dots{}
	

	
}



/* Regole Tablet Verticale */
@media all and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {	

	

/***Variante HeroIkarus***/	
	
/***Variante ClassicIkarus***/
	
/***Variante BoxedIkarus***/	
	
}



/* Regole Smartphone Orizzontale */
@media all and (max-width: 1024px) and (orientation: landscape) {


/*Pagination*/
.owl-theme .owl-dots{}	
	
	
/***Variante HeroIkarus***/	
	
/***Variante ClassicIkarus***/

/***Variante BoxedIkarus***/	
	
}



/* Regole Smartphone Verticale */
@media all and (max-width: 767px) and (orientation: portrait) {	

/*Pagination*/
.owl-theme .owl-dots{}
	
/***Variante HeroIkarus***/	
	
/***Variante ClassicIkarus***/
	
/***Variante BoxedIkarus***/
.BoxedIkarus.owl-theme .owl-dots{}
	


	
}

/* Regole per dispositivi Retina | */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

.owl-carousel .owl-nav button.owl-prev{background-image:url('../images/IkarusArrowsRetina.png');}
.owl-carousel .owl-nav button.owl-next{background-image:url('../images/IkarusArrowsRetina.png');}

}
