/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0;
	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: transparent;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1.0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    position: absolute;
    top: 44%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    position: absolute;
    top: 44%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
	content: "\f104";
	position: absolute;
	font-size: 35px;
	font-family: "FontAwesome";
	height: 20px;
	width: 20px;
	top: -13px;
	left: 40px;
	color: #f5f5f5;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
	position: absolute;
	font-size: 35px;
	font-family: "FontAwesome";
	height: 20px;
	width: 20px;
	top: -13px;
	right: 40px;
	color: #f5f5f5;
}





#owl-carousel-3 .owl-controls .owl-buttons .owl-prev {
    left: 0;
    position: absolute;
    top: 44%;
}

#owl-carousel-3 .owl-controls .owl-buttons .owl-next {
    right: 0;
    position: absolute;
    top: 44%;
}

#owl-carousel-3 .owl-controls .owl-buttons .owl-prev:before {
	color: #a4a4a4;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 50px;
    height: 20px;
    left: -54px;
    position: absolute;
    top: -130px;
    width: 20px;
}

#owl-carousel-3 .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
	position: absolute;
	font-size: 50px;
	font-family: "FontAwesome";
	height: 20px;
	width: 20px;
	top: -130px;
	right: -53px;
	color: #a4a4a4;
}


@media only screen and (min-width: 1300px) {
	#owl-carousel-3 .owl-item {
	    width: 400px !important;
	}
}

@media only screen and (max-width: 1299px) {
	#owl-carousel-3 .owl-controls .owl-buttons .owl-prev, 
	#owl-carousel-3 .owl-controls .owl-buttons .owl-next {
	    left: 0;
	    position: relative;
	}

	#owl-carousel-3 .owl-controls .owl-buttons .owl-next::before,
	#owl-carousel-3 .owl-controls .owl-buttons .owl-prev::before {
	    top: 0px;
	}

	.carousel-3 {
	    padding-bottom: 20px;
	}
}

@media only screen and (min-width: 996px) and (max-width: 1200px) {
	#owl-carousel-3 .owl-item {
	    padding: 0 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev:before {
		left: 25px;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next:before {
		right: 25px;
	}

	#owl-carousel-3 .owl-item {
	    padding: 0 5px;
	}
}

@media only screen and (max-width: 767px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev:before {
		left: 10px;
	}

	.owl-theme .owl-controls .owl-buttons .owl-next:before {
		right: 10px;
	}

	#owl-carousel-3 .owl-item {
	    text-align: center;
	}

	#owl-carousel-3 section p::before {
	    left: 10px;
	}
}

@media only screen and (max-width: 479px) {
	#owl-carousel-3 .owl-item {
	    padding: 0 1px;
	}
}

/* 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=50);/*IE7 fix*/
	opacity: 0.5;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	position: relative;
	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: 1;
	-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
}