/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 1;
	position:absolute;
	bottom:0;
	text-indent:-9999px;	
}
.owl-buttons {
	position:absolute;
	right:0;
}
#owl-demo1 .owl-buttons {
	position:absolute;
	top:-80px;
	right:0;
}

#owl-demo2 .owl-buttons {
	position:absolute;
	top: 67%;
	left:0;
}

.owl-prev
{
	background:url(../images/carousel-arrow-left.png) no-repeat 0 0;
	width:32px;
	height:32px;
	position:absolute;
	left:-50px;
}
.owl-next
{
	background:url(../images/carousel-arrow-right.png) no-repeat 0 0;
	position:absolute;
	width:32px;
	height:32px;
	right:-50px;
}


#owl-demo1 .owl-prev 
{
	background:url(../images/s-arrow-left.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	border:solid 1px #000;
	position:absolute;
	left:-120px;
}
#owl-demo1 .owl-next 
{
	background:url(../images/s-arrow-right.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	border:solid 1px #000;
	position:absolute;
	left:-60px;
}

#owl-demo2 .owl-prev
{
	background:url(../images/s-arrow-left.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	border:solid 1px #000;
	position:absolute;
	left:-70px;
	border-radius:100%;
}
#owl-demo2 .owl-next
{
	background:url(../images/s-arrow-right.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	border:solid 1px #000;
	position:absolute;
	right:-70px;
	border-radius:100%;
}

/* 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-pagination
{
	position:absolute;
	right:0;
	bottom:110px;
}
#owl-demo2 .owl-pagination
{
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	bottom:-30px;
}
#owl-demo1 .owl-pagination
{
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	bottom:-40px;
}

.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: 8px;
	height: 8px;
	margin: 2px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background:#ccc;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#1b4182;
}

/* 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-demo2 .item {
	background-color:#fff;
	padding:40px;
	box-sizing:border-box;
	border-radius:25px;
	margin:50px 20px 0 20px;	
}



@media only screen and (max-width : 1100px){
.owl-prev {left:0;}
.owl-next {right:0;}

#owl-demo2 .item {padding:30px;}

}

@media screen and (max-width: 700px) {
#owl-demo2 .owl-buttons {
	top:-50px;
	right:20px;
	left:inherit;
}
#owl-demo2 .owl-prev {left:-82px;}
#owl-demo1 .owl-prev {left:-81px;}

#owl-demo1 .owl-prev, #owl-demo2 .owl-prev
{
	background:url(../images/s-arrow-left.png) no-repeat center center #fff;
	width:40px;
	height:40px;
	border:solid 1px #000;
	position:absolute;
}
#owl-demo1 .owl-next, #owl-demo2 .owl-next
{
	background:url(../images/s-arrow-right.png) no-repeat center center #fff;
	width:40px;
	height:40px;
	border:solid 1px #000;
	position:absolute;
	left:-40px;
}

.owl-pagination {bottom:50px;}

#owl-demo2 .item {padding:20px; margin-top:30px;}

}