/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav{text-align:right}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF; font-size:14px; margin:5px; padding:6px; background:#2e2f5b; display:inline-block; cursor:pointer}
.owl-theme .owl-nav [class*=owl-]:hover{background:#7aa37a; color:#FFF; text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5; cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:20px; text-align:center}
.owl-theme .owl-dots .owl-dot{display:inline-block; background-color:transparent}
.owl-theme .owl-dots .owl-dot span{width:14px; height:14px; margin:0px 3px; background-color:transparent; border:0px rgba(255,255,255,.0) solid;  display:block; transition:opacity .2s ease; border-radius:8px; 
box-shadow: inset 5px 5px 5px 0px rgba(212, 212, 212, 0.95);}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#1db6f1; border:0px #1db6f1 solid; box-shadow:none !important;}

.work_video .owl-carousel{padding-top:35px}
.work_video .owl-theme .owl-nav.disabled+.owl-dots{position:absolute; top:-20px; width:100%; text-align:center; z-index:999}