/*
* 	Owl Carousel - Theme Satori
*	v1.0
*/


.theme-satori {
	background-color:#dfdfdf;
	margin:0 auto;
	text-align:center;
	
	opacity:0;
}


.overlay_carousel { 
	background: url(../../../../assets/img/overlay.svg) repeat; 
	width:100%; height:100%; 
	position:absolute; 
	top:0;
	z-index:0;
}


.message_error {
	padding:20px;
	text-align:center;
}

.theme-satori .item {
	overflow:hidden;
	background:#fff;
}

.theme-satori .item img {
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}



/* --------------------------------------------- */
/* Phones (<768px) --- Extra small devices */
/* Tablets (≥768px) --- Small devices */
/* Desktops (≥992px) --- Medium devices */
/* Desktops (≥1200px) --- Large devices */
/* --------------------------------------------- */

/* title / subtitle / icon */

.theme-satori .slide-title-container {
	-moz-box-sizing: border-box;
	position: absolute;
	padding: 10px;
	text-align: center;
	z-index: 1;
	/* background:transparent url(img/pixel_transp_50.png) repeat; */
	background:transparent url(img/pixel_transp_50.png) repeat;
	
	bottom: 40px;
	width: 300px;
	left:50%;
	margin-left:-150px;
	opacity:0;
}

.theme-satori a.icon-fa {
	color:#fff !important;
	vertical-align:middle;
	border-radius:4px;
	
	-webkit-text-shadow:	1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.theme-satori a:hover.icon-fa {
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
}
.theme-satori a.icon-fa i {
	margin-bottom:10px;
}

.theme-satori .slide-title {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size:60px;
	font-weight:400;
	line-height:68px;
  	text-transform: none;
  
	color:#fff;
	display:block;
	vertical-align:middle;
	position:relative;

	-webkit-text-shadow:	1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.theme-satori .slide-subtitle {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:400;
	line-height:36px;
	color:#fff;
	display:block;
	vertical-align:middle;
	position:relative;
	margin-top:10px;
	
	-webkit-text-shadow:	1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-ms-text-shadow:		1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	-o-text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
	text-shadow:			1px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 15px rgba(0, 0, 0, 0.5);
}

/*
@media (min-width: 768px) and (max-width: 991px) {
	.theme-satori .slide-title {
		font: 400 42px "Open Sans", Helvetica, Arial, sans-serif;
		line-height:48px;
	}
	
	.theme-satori .slide-subtitle {
		font: 400 26px "Open Sans", Helvetica, Arial, sans-serif;
		line-height:32px;
	}
}

@media (max-width: 767px) {
	.theme-satori .slide-title {
		font: 400 28px "Open Sans", Helvetica, Arial, sans-serif;
		line-height:34px;
	}
	
	.theme-satori .slide-subtitle {
		font: 400 18px "Open Sans", Helvetica, Arial, sans-serif;
		line-height:24px;
	}
}
*/

/* Animation */ 
/*
.theme-satori .ani-slide-title { 
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	animation: animTitle 1s ease 1 alternate;
	-webkit-animation: animTitle 1s ease 1 alternate;
}

@keyframes animTitle {
  0%, 25% {
    opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  75%, 100% {
    opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
  }
}

@-webkit-keyframes animTitle {
  0%, 25% {
    opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
  }
  75%, 100% {
    opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
  }
}
*/


.theme-satori .owl-controls {
	text-align: center;
}

.theme-satori .owl-controls .owl-pagination {
	position:absolute;
	bottom:10px;
	right:20px;
}

.theme-satori .owl-controls .owl-buttons {
	top:50%;
	margin-top:-18px;
	position:absolute;
	width:100%;
}

.theme-satori .owl-controls .owl-buttons .owl-prev {
	position:absolute;
	left:10px;
}
.theme-satori .owl-controls .owl-buttons .owl-next {
	position:absolute;
	right:10px;
}

/* Styling Next and Prev buttons */

.theme-satori .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 9px 12px;
	font-size: 12px;
	/*
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	*/
	background: #222;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	
	
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.theme-satori .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* style buttons prev and next */
.owl-prev {
	
}

/* Styling Pagination*/

.theme-satori .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */

	
}
.theme-satori .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ddd;
}

.theme-satori .owl-controls .owl-page.active span,
.theme-satori .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.theme-satori .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../AjaxLoader.gif) no-repeat center center
}