/*
* 	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{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	position: relative;
	margin-top: -154px;
	padding: 3px 10px;
	display: block;
	font-size: 50px;  	}
.owl-theme .owl-controls .owl-buttons div:hover i {color:#ffb621 !important}

.owl-prev {float:left;margin-left: -44px}
.owl-next {float:right;margin-right: -44px}
.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: 12px;
	height: 12px;
	margin: 5px 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #2f79bb;
}

.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;
	background: #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
}


 

/*ÜRÜN YORUMLARI CARAOUSEL */
 

#testimonial .owl-controls {
  position: relative;
}
#testimonial .owl-controls .owl-page {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 .25em;
  outline: none;
  transition: all .1s ease-in-out;
}
#testimonial .owl-controls .owl-page:focus {
  outline: none;
}
#testimonial .owl-controls .owl-page span {
  display: none;
}
#testimonial .owl-controls .owl-page.active {
 opacity: 1
}
#testimonial .owl-controls .owl-page:not(.active) {
   opacity: 0.5
}
#testimonial .owl-controls .owl-page:not(.active):hover {
  opacity: 1
}

#testimonial .owl-prev , #testimonial .owl-next  {font-size:43px;color:#fff;top:95px}
#testimonial .owl-controls .owl-buttons div:hover i  {color:#fff !important}
#testimonial .owl-next  {right: 280px}
#testimonial .owl-prev  {left: 280px}








