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

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
    display: inline-block;
    zoom: 1;
    margin-right: 8px;
    padding: 12px 15px;
    /*width: 40px;
    height: 40px;*/
    line-height: 18px;
	font-size:14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    background: #33b26e;
    /*filter: Alpha(Opacity=80);
    opacity: 0.8;*/
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	margin-right:0;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-buttons div:hover{
	/*filter: Alpha(Opacity=100);*//*IE7 fix*/
	/*opacity: 1;*/
	background: #53c688;
	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 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0b3c4d;
}

.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;
}

.darkbg .owl-theme .owl-controls .owl-page span {
	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(http://ozkanogluinsaat.com/assets/css/AjaxLoader.html) no-repeat center center
}

.nav-center .owl-controls .owl-buttons .owl-prev, 
.nav-center .owl-controls .owl-buttons .owl-next {
	color: #333;
	margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: #fff;
	position: absolute;
    top: 50%;
    right: 0;
	border-radius:0;
	filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.nav-center .owl-controls .owl-buttons .owl-prev:hover, 
.nav-center .owl-controls .owl-buttons .owl-next:hover {
	background: #fff;
	filter: Alpha(Opacity=100);
    opacity: 1;
}

.nav-center .owl-controls .owl-buttons .owl-prev {
	left: 0;
	right:auto;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before, 
.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f156";
    font-family: 'Flaticon';
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f16a";
}

.owl-buttons,
.owl-pagination {
	display:none;
}

.dir-nav-show .owl-buttons {
	display:block;
}

.dir-nav-show .owl-controls .owl-buttons div {
	font-size:15px;
	/*padding:13px 18px;*/
	padding:0;
	width: 45px;
    height: 45px;
    line-height: 45px;
}

.dir-nav-show .owl-controls .owl-buttons .owl-prev {
	border-top-left-radius:50%;
	border-bottom-left-radius:50%;
}

.dir-nav-show .owl-controls .owl-buttons .owl-next {
	border-top-right-radius:50%;
	border-bottom-right-radius:50%;
}

.pagination-show .owl-pagination {
	display:block;
    margin-top: 20px;
}