.owl_col{ padding:0px 15px; margin:0px auto;}


.owl_list .owl-controls .owl-buttons div{color: #FFF; position:absolute;top:50%; margin-top:0px; width:40px; height:40px; line-height:40px; font-size:0px; padding:0; margin:0; background:#999; opacity:0.4; text-align:left;border-radius:50% }
.owl_list .owl-controls .owl-buttons div:hover{ background:#666;}
.owl_list .owl-controls .owl-buttons div:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:40px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; font-size:40px;}
.owl_list .owl-controls .owl-prev{ left:-30px; text-indent:6px; }
.owl_list .owl-controls .owl-prev:before{content:"\f104"; }
.owl_list .owl-controls .owl-next{ right:-30px; text-indent:8px; }
.owl_list .owl-controls .owl-next:before{content:"\f105"}

@media screen and (max-width: 768px) {
.owl_list .owl-controls .owl-prev{ left:-30px;}
.owl_list .owl-controls .owl-next{ right:-30px;}
	}