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

.owl-theme .owl-controls{
	/*text-align:center;
	position: absolute;
	top:15px;
	right:15px;
	bottom:15px;*/
	height:0;
}

.owl-theme .owl-controls .owl-pagination {
	position:absolute; 
	left:50%;
	margin-left: -50px;
	bottom:-20px;
	width: 100px;
	text-align: center;
}

.owl-theme .owl-controls .owl-prev {
	position:absolute; top:45%; 
	background:url(arrow.png) left top no-repeat #202068;
}
.owl-theme .owl-controls .owl-next {
	position:absolute; left:36%; top:45%; 
	background:url(arrow.png) right top no-repeat #202068;
	margin-left:14px !important;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 0;
	width:30px;
	height:30px;
	font-size: 12px;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;*/
	text-indent:-9999999px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	position:absolute;
}
/* 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: 8px;
	height: 8px;
	margin: 5px ;
	filter: Alpha(Opacity=40);/*IE7 fix*/
	opacity: 0.4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#FF8000;
}

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

/*======================= Bizden Haberler =======================*/

.haber-duyuru .owl-theme .owl-controls .owl-pagination {
	position:absolute; 
	top:inherit;
	right:40%;
	bottom:10px;
}

.haber-duyuru .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 14px;
	border:none;
	margin: 5px 3px ;
	filter: Alpha(Opacity=40);/*IE7 fix*/
	opacity: 0.4;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	background: url(../../images/haber-bullet.png) 0 0 no-repeat;
}

.haber-duyuru .owl-theme .owl-controls .owl-page.active span,
.haber-duyuru .owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: url(../../images/haber-bullet.png) 0 0 no-repeat;
}

@media (max-width: 480px) {
	.haber-duyuru .owl-theme .owl-controls .owl-pagination {
		right:20px;
	}
}


/* 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
}