/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.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: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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(../images/AjaxLoader.gif) no-repeat center center
}
.block-slideshow .slides .slide.bgp-mid {
background-position: center center;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.block-slideshow .slides .slide {
padding-top: 280px;
padding-bottom: 145px;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
width: 100%;
text-align: center;
}


.item-slideshow {
display: inline-block;
font-family: 'Roboto Slab';
max-width: 600px;
}
.item-slideshow .stars {
color: #fff;
text-shadow: -2px 3px 1px #da402d;
font-size: 26px;
line-height: 24px;
}

.item-slideshow .stars i {
padding: 0 10px;
}
.item-slideshow .stars span {
font-size: 34px;
}
.item-slideshow .title {
color: #fff;
text-shadow: -2px 3px 1px #da402d;
font-size: 45px;
text-transform: uppercase;
font-weight: 700;
margin: 25px 0 19px 0;
}
.item-slideshow .title a , .item-slideshow .title a:hover{
color: #fff;
text-decoration: none;
}
.item-slideshow .line {
height: 23px;
width: 100%;
display: block;
background-image: url(../images/item-slideshow-line.png);
background-repeat: no-repeat;
background-position: center center;
margin-bottom: 24px;
background-color: transparent;
}
.item-slideshow .desc {
color: #fff;
font-size: 30px;
font-weight: 400;
text-transform: uppercase;
line-height: 24px;
margin: 0;
text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}
.block-slideshow  {clear: both;background: #000;}
.block-slideshow .slides .owl-controls {
	position: absolute;
	bottom: 43px;
	left: 50%;
}
.block-slideshow .slides .owl-controls .owl-pagination .owl-page {
display: inline-block;
width: 13px;
height: 13px;
border: 2px solid #ffffff;
overflow: hidden;
margin: 0 12px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
color: rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
cursor: pointer;
}
.block-slideshow .slides .owl-controls .owl-buttons .owl-prev, .block-slideshow .slides .owl-controls .owl-buttons .owl-next {
position: absolute;
top: -10px;
margin: 0 15px;
font-size: 26px;
color: #fff;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
padding: 0;
background: transparent;
opacity: 1;
}
.block-slideshow .slides .owl-controls .owl-buttons .owl-prev {
right: 100%;
}
.block-slideshow .slides .owl-controls .owl-buttons .owl-next {
left: 100%;
}
.block-slideshow .slides .owl-controls .owl-buttons .owl-prev:hover, .block-slideshow .slides .owl-controls .owl-buttons .owl-next:hover {
color: #da402d;
}
.block-slideshow .slides .owl-controls .owl-pagination .owl-page:hover, .block-slideshow .slides .owl-controls .owl-pagination .owl-page.active {
background: #da402d;
border-color: #da402d;
}

@media screen and (max-width: 767px) {
	.block-slideshow .slides .slide {
		padding-top: 186px;
		padding-bottom: 96px;
	}
	.item-slideshow .stars {
		font-size: 12px;
	}
	.item-slideshow .stars span {
		font-size: 22px;
	}
	.item-slideshow .title {
		font-size: 30px;
		margin: 13px 0 6px 0;
	}
	.item-slideshow .line {
		margin-bottom: 6px;
		}
	.item-slideshow .desc {
		font-size: 20px;
	}	
	.block-slideshow .slides .owl-controls .owl-pagination .owl-page {
		margin: 0 10px;
	}
}