/** * Owl Carousel v2.2.1 * Copyright 2013-2017 David Deutsch * Licensed under () */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {  background: #869791;  color: #FFF;  text-decoration: none; }
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; display: inline-block; position: absolute; bottom: 7%; left: 10%; }
.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span {  width: 14px;  height: 14px;  margin: 5px 2px;  background: #D6D6D6;  display: block;  -webkit-backface-visibility: visible;  transition: opacity 200ms ease;  border-radius: 0; border: 1px solid #999; }
.owl-theme .owl-dots .owl-dot.active span { background: #00a2e0; }
.owl-theme .owl-dots .owl-dot:hover span {}

/*v4 homepage */
#v4-homepage-slider-box { position: relative; }
.v4-slider-prev-next { position: absolute; top: 45%; z-index: 50; display: none; width: 30px; height: 30px; background: url(//cdn.mscdirect.com/global/media/images/slider/arrows.png) no-repeat; text-indent: -9999px; border: 0; cursor: pointer; }
#v4-slider-previous { left: 10px; }
#v4-slider-next { right: 10px; background-position: -30px 0; }