/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.wcp-gallery-section.owl-theme {
	width: 95%;
	margin: 0 2.5%
}

.wcp-gallery-section.owl-theme .owl-controls {
	text-align: center;
}

.wcp-gallery-section.owl-theme .owl-controls .owl-buttons {
	font-size: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;

}

/* Styling Next and Prev buttons */

.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	color: #888;
	*display: inline; /*IE7 life-saver */
	position: absolute;
	top: 0;
	opacity: .6;
	width: 14px;
	height: 35px;
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: 300;
	transition: ease all 0.3s;
	line-height: 45px;
}

/*
.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	color:#888;
	*display: inline;!*IE7 life-saver *!
	position:absolute;top:0;opacity:.6;background:url(nav.png);width:14px;height:28px;
	font-family:FontAwesome;
	font-size: 45px;
	font-weight: 300;
	transition: ease all 0.3s;
}*/

.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -25px
}

.wcp-gallery-section.owl-theme .owl-controls .owl-buttons div.owl-next {
	background-position: -16px 0;
	right: -23px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.wcp-gallery-section.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	color: #556;
}

/* Styling Pagination*/

.wcp-gallery-section.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}

.wcp-gallery-section.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;
}

.wcp-gallery-section.owl-theme .owl-controls .owl-page.active span,
.wcp-gallery-section.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.wcp-gallery-section.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 */
.wcp-gallery-section.owl-item.loading {
	min-height: 96px;
	background: url(AjaxLoader.gif) no-repeat center center
}