.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span {
	background: #001ba6 none repeat scroll 0 0;
	display: block;
	height: 15px;
	margin: 10px 1px;
	width: 17px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #666666 none repeat scroll 0 0;
}
.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;
}
.owl-item.loading {
	min-height: 150px;
}


.newsContent .owl-theme .owl-controls .owl-buttons div {
	border-radius: 100%;
    font-size: 0;
}
.newsContent .owl-buttons {
	float: none;
    position: absolute;
    right: 14px;
    top: -40px;
    width: 65px;
    z-index: 999;
}
.newsContent .owl-theme .owl-controls .owl-prev {
	background: #111316 url("../../images/slidingPrev2.png") no-repeat scroll center center;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.newsContent .owl-theme .owl-controls .owl-next {
	background: #111316 url("../../images/slidingNext2.png") no-repeat scroll center center;
	height: 30px;
	position: absolute;
	width: 30px;
	right: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.newsContent .owl-theme .owl-controls .owl-prev:hover {
	background: #ad3a59 url("../../images/slidingPrev2.png") no-repeat scroll center center;
}
.newsContent .owl-theme .owl-controls .owl-next:hover {
	background: #ad3a59 url("../../images/slidingNext2.png") no-repeat scroll center center;

}

.newsContent .owl-theme .owl-controls .owl-page span {
	display: none;
}



.kadiogluProfilContent .owl-theme .owl-controls .owl-buttons div {
	/*border-radius: 100%;*/
    font-size: 0;
}
.kadiogluProfilContent .owl-buttons {
	float: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    z-index: 999;
}
.kadiogluProfilContent .owl-theme .owl-controls .owl-prev {
	background: #a12e4d url("../../images/slidingPrev.png") no-repeat scroll center center;
    height: 40px;
    left: -20px;
    position: absolute;
    width: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.kadiogluProfilContent .owl-theme .owl-controls .owl-next {
	background: #a12e4d url("../../images/slidingNext.png") no-repeat scroll center center;
	height: 40px;
	position: absolute;
	width: 40px;
	right: -20px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.kadiogluProfilContent .owl-theme .owl-controls .owl-prev:hover {
	background: #ad3a59 url("../../images/slidingPrev.png") no-repeat scroll center center;
}
.kadiogluProfilContent .owl-theme .owl-controls .owl-next:hover {
	background: #ad3a59 url("../../images/slidingNext.png") no-repeat scroll center center;
}

.kadiogluProfilContent .owl-theme .owl-controls .owl-page span {
	display: none;
}


@media only screen and (min-width:319px) and (max-width:479px) {  

.kadiogluProfilContent .owl-buttons {
    width: 89%;
}

}
@media only screen and (min-width:479px) and (max-width:767px) {

.kadiogluProfilContent .owl-buttons {
    top: 59px;
    width: 93%;

}

}
@media only screen and (min-width:600px) and (max-width:767px) { 

.kadiogluProfilContent .owl-buttons {
    width: 94%;
    top:80px;
}

}

@media only screen and (min-width: 767px) and (max-width: 991px) { 
.kadiogluProfilContent .owl-buttons {
    width: 87%;
}


}



