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

.owl-theme .owl-controls{
	width: 100%;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #111;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px; padding: 0;
	font-size: 12px;
	color: rgba(61,121,7,1.00);
}
/* 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 Navigation */
.owl-buttons {
	position: absolute;
	margin: 0; padding: 0;
	margin-top: -30px;
	width: 100%;
	height: 0;
	text-align: center;
	top: 50%;
	z-index: 4;
}
.owl-next,
.owl-prev {
	position: absolute;
	margin-top: -20px;
	width:40px;
	height:40px;
	background:rgba(61,121,7,1.00);
	/*filter:alpha(opacity=0);-moz-opacity:0;KhtmlOpacity:0;opacity:0;*/
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in;
	text-indent: -9999px;
	top: 50%;
	z-index: 99;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
}
.owl-next:before {
	position: absolute;
	right: 20px;
	top: 7px;
	z-index: 5;
	display: block;
	height: 15px;
	width: 1px;
	background:rgba(88,88,88,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.owl-next:after {
	position: absolute;
	right: 20px;
	top: 17px;
	display: block;
	height: 15px;
	width: 1px;
	background:rgba(88,88,88,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-prev:before {
	position: absolute;
	right: 20px;
	top: 17px;
	z-index: 5;
	display: block;
	height: 15px;
	width: 1px;
	background:rgba(88,88,88,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.owl-prev:after {
	position: absolute;
	right: 20px;
	top: 7px;
	display: block;
	height: 15px;
	width: 1px;
	background:rgba(88,88,88,1.00);
	content: "";
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-carousel .owl-next {
	right:-3px;
}
.owl-carousel .owl-prev {
	left:-3px;
}

.owl-carousel:hover .owl-next {
	/*filter:alpha(opacity=100);-moz-opacity:1;KhtmlOpacity:1;opacity:1;*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in;
	right:-3px;
}
.owl-carousel:hover .owl-prev {
	/*filter:alpha(opacity=100);-moz-opacity:1;KhtmlOpacity:1;opacity:1;*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in;
	left:-3px;
}

/* Styling Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0; bottom: 10px;
	z-index: 4;
}
.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: 36px;
	height: 1px;
	margin: 2px 2px;
	text-indent: -9999px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background-color:rgba(61,121,7,0.80);
}

.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{
	width: 32px;
	height: 1px;
	color: #111;
	padding: 1px 1px;
	text-indent: -9999px;
	font-size: 9px;
	line-height: 12px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
