.owl-theme .owl-controls { margin-top:0; text-align:center; -webkit-tap-highlight-color:transparent; position:absolute; z-index:9; left:0; right:0; top:112px; }
.owl-theme .owl-controls .owl-nav [class*=owl-] {
font-size:0px;
width:40px; 
height:40px;

display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
.owl-theme .owl-controls .owl-nav .owl-prev{background:url(../img/arrow_left.png) center no-repeat;float:left; margin-left:-54px;}
.owl-theme .owl-controls .owl-nav .owl-next{background:url(../img/arrow_right.png) center no-repeat; float:right; margin-right:-54px;}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
opacity:0.8;
}
.owl-theme .owl-controls .owl-nav .disabled { opacity:.5; cursor:default }
.owl-theme .owl-dots .owl-dot { display:inline-block; zoom:1; *display:inline
}
.owl-theme .owl-dots .owl-dot span { width:10px; height:10px; margin:5px 7px; background:#d6d6d6; display:block; -webkit-backface-visibility:visible; -webkit-transition:opacity 200ms ease; -moz-transition:opacity 200ms ease; -ms-transition:opacity 200ms ease; -o-transition:opacity 200ms ease; transition:opacity 200ms ease; -webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background:#869791 }


.owl-nav {
    bottom: 0;
    position: relative;
}

@media screen and (max-width:1366px)
{
	.owl-theme .owl-controls .owl-nav .owl-prev{margin-left:-34px;}
	.owl-theme .owl-controls .owl-nav .owl-next{margin-right:-34px;}
}
@media (max-width:1200px)
{

	.owl-theme .owl-controls{top:85px;}
	
}

@media screen and (max-width:992px)
{
	.owl-theme .owl-controls{top:100px;}
        #affiliated .owl-controls {top: -73px !important;}
}

@media screen and (max-width:850px)
{
	.owl-theme .owl-controls .owl-nav .owl-prev{margin-left:15px;}
	.owl-theme .owl-controls .owl-nav .owl-next{margin-right:15px;}
	
	
}

@media screen and (max-width:479px)
{
#affiliated .owl-prev { margin-left: -10px !important;}
#affiliated .owl-next { margin-right: -10px !important;}
}