.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 18px;
    margin: 5px;
    padding: 0px 5px;
    background: #176C41;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    line-height: 30px;
    height: 30px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#F08228;color:#fff;text-decoration:none}.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:#F08228}
div.owl-carousel{margin-top:3px;}
.owl-controls>.owl-dots{display:none !important;}
div.owl-carousel {
    position: relative;
	width:100%;
}
div#owl-slider_project .owl-prev{position:absolute; top:50%; left:0px;     margin-top: -15px !important;}
div#owl-slider_project .owl-next{position:absolute; top:50%; right:0px;     margin-top: -15px !important;}
div#owl-slider_project {
    padding: 0 45px;
}
div#owl-link_news.owl-theme .owl-controls{    position: absolute;
    top: -3px;
    left: -50px;}
div#owl-link_news .owl-controls .owl-nav [class*=owl-]{
	color: #fff;
    font-size: 14px;
    margin: 1px;
    padding: 0px 5px;
    background:#A2A2A2;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    line-height: 15px;
	border-radius: 0;
    height: 15px;}
	
	div#owl-link_news .owl-controls .owl-nav .owl-prev{border-radius:5px 0 0 5px;}
	div#owl-link_news .owl-controls .owl-nav .owl-next{border-radius:0 5px 5px 0;}
	div#owl-link_news{padding:8px 8px 8px 0;}