/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-item{
	max-height: 700px;
	overflow: hidden;
}

#slider_home .item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-theme .owl-controls{
	top: 40%;
	text-align: center;
	position: absolute;
	width: 100%;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	/* margin: 5px; */
	padding: 45px 4px;
	font-size: 38px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	line-height: 100%;
	position: absolute;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .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(/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}

.owl-prev{
	left: 0px;
}
.owl-next{
	right: 0px;
}
/* INTERIOR */
.desc {
	position: absolute;
	top: 0;
	z-index: 150;
	width: 72%;
	margin-left: 14%;
	padding-top: 8%;
}
.sliderev {
	width: 39%;
	float: left;
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.61);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.61);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.61);
}
.rev {
	width: 100%;
	display: block;
}
.desc .continfo {
	float: left;
	margin: 13% 0 0;
	padding: 10px;
	position: relative;
	width: 40%;
	z-index: 180;
}
.desc .continfo .info {
	position: absolute;
	z-index: 220;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	padding: 10px;
	background:rgba(0,0,0,0.5);
}
.desc .continfo .info a {
	border-radius: 4px;
	color: #FFF;
	display: block;
	font-weight: bold;
	left: 50%;
	line-height: normal;
	margin: 0 0 0 -100px;
	opacity: 0.57;
	padding: 10px 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 120%;
	width: 200px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.5s;
}
.desc .continfo .info a:hover{
	opacity: 0.9;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
@media (max-width: 870px){
	.desc .continfo {
		width: 60%;
	}
	.desc {
		position: absolute;
		top: 0;
		z-index: 150;
		width: 72%;
		margin-left: 14%;
		padding-top: 0%;
	}
}
@media (max-width: 640px){
	.owl-theme .owl-controls{
		top: 20% !important;
	}
}
@media (max-width: 550px){
	.continfo{
		display: none;
	}
}
@media (max-width: 400px){
	.owl-theme .owl-controls{
		top: 10% !important;
	}
}
/*
     */
/*
*/