.slide{height:410px;width:100%;padding-top:60px;}
#slider{background: url(../images/sliders/dart.jpg) top center no-repeat;background-color:#111;-webkit-background-size: cover;
background-size: cover;}
.owl-carousel .owl-stage-outer{background:url(../images/pattern.png);height:100%;}
.slide p{font-size:1.3em;color:#fff;}
.slide h3,.slide .h3 {font-size:2.2em;color:#00bdff;}
.owl-carousel .owl-item img{float:right;}
.owl-nav{width:100%;position:absolute;top:50%;}
.owl-nav .owl-next{float:right;}
.owl-theme .owl-controls{display:block;}
.owl-dots{width:100%;position:absolute;text-align:center;margin-top:-25px;}
.owl-theme .owl-controls .owl-nav [class*='owl-']{color:#e8e8e8;font-size:2em;margin:5px;padding:4px 7px;display:inline-block;cursor:pointer;}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover{color:white;text-decoration:none;}
.owl-theme .owl-controls .owl-nav .disabled{opacity:0.5;cursor:default;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span{margin:5px 7px;background:#d6d6d6;display:inline-block;width:21px;height:3px;background-color:#fff;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#869791;}
@media (max-width:767px) and (min-width:1px){#slider{height:788px;}
.owl-carousel .owl-item img{float:none;width:100%;}
}
@media (min-width:992px){#slider{height:412px;}
}