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

.owl-theme_mod-a .owl-controls {
	position: absolute;
	text-align: center;
	bottom: -57px;
	width: 100%;
	left: 0;
}

.owl-theme_mod-b .owl-controls {
	position: absolute;
	text-align: right;
	top: -82px;
	width: 100%;
	right: 0;
}


/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
}
.owl-theme .owl-controls .owl-buttons div {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	text-align: center;
	color: #aaa;
	transition: all .3s;
}

.owl-theme_mod-b .owl-controls .owl-buttons {
}
.owl-theme_mod-a .owl-controls .owl-buttons div {
	border-bottom: 3px solid #222;
}
.owl-theme_mod-b .owl-controls .owl-buttons div {
	border-top: 3px solid #222;
	padding-top: 10px;
}

/* 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;
}

.owl-theme .owl-controls .owl-buttons div i {
	display: inline-block;
	padding-top: 2px;
	font-style: normal;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i {
}
.owl-theme .owl-controls .owl-buttons .owl-next i {
}
.owl-theme .owl-controls .owl-buttons .owl-prev i:after,
.owl-theme .owl-controls .owl-buttons .owl-next i:after {
	font-family: FontAwesome;
	font-size: 14px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i:after {
	content: "\f060";
}
.owl-theme .owl-controls .owl-buttons .owl-next i:after {
	content: "\f061";
}

/* 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: 0 3px 20px;
	border: solid 3px #ddd;
	transition: all .3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #FFF;
}

/* 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
}
