/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
  position:absolute;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 70px;
  text-align:center;
  line-height:50px;
  width:50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.owl-theme .owl-controls .owl-buttons div > i {color:rgba(255, 255, 255, 0.4);}
.owl-buttons {
  position:absolute;
  top:32%;
  width:100%;
  z-index: 5;
}
#owl-testimonials .owl-buttons {top:25%;}
.owl-prev {
  left:-143px;
  letter-spacing:2px;
}
.owl-next {
  right:-41px;
  letter-spacing:-2px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-buttons div:hover{
	text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons div:hover > i {color:#fff;}

/* Styling Pagination*/

.owl-pagination {
  position:absolute;
  left:50%;
  bottom: -102px;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  transform:translateX(-50%);
}
#owl-testimonials .owl-item {padding:0 30px;}
.social-icons > li > a {
  display:block;
  width:25px;
  height:25px;
  line-height:25px;
  text-align:center;
  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.social-icons > li > a.facebook{
  background-color: #39579a;
}
.social-icons > li > a.linkedin{
  background-color:#0072a6;
}
.social-icons > li > a.vk{
  background-color:#41658b;
}

.social-icons > li:hover > a {
  background-color:#2196F3;
}
.social-icons > li > a > i {color:#fff;}
#owl-testimonials .owl-pagination {
  bottom:-50px;
}

.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: 17px;
    height: 17px;
    margin: 5px 5px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e2e2e2;
}
#owl-testimonials .owl-controls .owl-page span {
        display: block;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    border: 2px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ebebeb;
}
#owl-testimonials .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border: 2px solid #d2d2d2;
  background: #d2d2d2;
}

/* 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;
}
.btn-left-testimonials,
.btn-right-testimonials{
	color: #00a65a!important;
    position: absolute;
}
.btn-left-testimonials{
	right:211px;	
}
.btn-right-testimonials{
	left:211px;
}