/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 5px 5px;
	font-size: 15px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.5;
	border:#fff thin solid;
}
/* 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=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* 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(AjaxLoader.gif) no-repeat center center
}

#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;

}

.img-hover {
    display: block;
    overflow: hidden;
}
.contenthover {
    width:100%;
    height:100%;
    background-color: #000000;
    opacity:0.5;
    text-align:center;
    position:absolute;
    top:100%;
    left:0px;
    color:#FFFFFF;
    font-size:17px;
}
.text-content{
    position: absolute;
    margin: 0; padding: 0;
    top: 50%; left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 97;
    display: block;
}
#owl-demo{
	padding-bottom:0px}

.wrapper-with-margin{
  margin:0px 50px;
}

 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -0px;
  top: 100px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -0px;
  top: 100px;
}

@media only screen and (max-width: 1024px) {

	.contenthover {
		font-size:14px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 150px; 
	}

}

@media only screen and (max-width: 769px) {

	.contenthover {
		font-size:13px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 110px; 
	}

}
@media only screen and (max-width: 736px) {

	.contenthover {
		font-size:13px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 100px; 
	}

}
@media only screen and (max-width: 668px) {

	.contenthover {
		font-size:13px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 100px; 
	}

}
@media only screen and (max-width: 568px) {

	.contenthover {
		font-size:12px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 80px; 
	}

}

@media only screen and (max-width: 480px) {

	.contenthover {
		font-size:11px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 70px; 
	}

}
@media only screen and (max-width: 414px) {

	.contenthover {
		font-size:13px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 120px; 
	}

}
@media only screen and (max-width: 375px) {

	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 120px; 
	}

}
@media only screen and (max-width: 320px) {

	.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 100px; 
	}

}