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

.owl-theme .owl-controls{
	margin-top: -70px;
	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 */
	padding: 18px 25px;
	font-size: 26px;
	background: #2c3e50;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.99;
}
/* 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-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: 30px;
	height: 30px;
	margin: 5px 7px;
	font-size: 15px;
	color: #fff;
	opacity: 0.99;
	line-height: 26px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.99;
	background: #fff;
	color: #2c3e50;
	border: 2px solid #fff;
}

.slider-testimonials .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.99;
	background: #fff;
	color: #2c3e50;
}

/* 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-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.slider-main .owl-buttons {
	
}

.slider-main .owl-prev {
	float: left;
	position: absolute;
	left: 0;
	right: auto;
}

.slider-main .owl-next {
	float: right;
	position: absolute;
	left: auto;
	right: 0;
}

.slider-testimonials .owl-buttons {
	display: none;
}

.slider-testimonials .owl-pagination {
	margin-top: 90px;
	float: left;
}

#slider-team .item {
  margin: 15px;
  margin-top: 65px;
}

#slider-team .item img {
  display: block;
  width: 100%;
  height: auto; 
}

#slider-team .owl-pagination {
	display: none;
}

.slider-team .owl-buttons {
	float: right;
	margin-top: 90px;
	margin-right: 15px;
}

.slider-team .owl-next{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 5px;
	line-height: 50px;
	height: 50px;
	width: 50px;
}

.slider-team .owl-theme .owl-controls .owl-buttons div {
	padding: 0px;
}

.slider-team .owl-prev{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 50px;
	margin: 0px 5px;
	height: 50px;
	width: 50px;
}

.slider-team .owl-buttons div:hover {
	background: #f05a22;
}
