/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

 .owl-theme .owl-controls {
     margin-top: 10px;
     text-align: center;
 }
 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
     background: #d6d6d6 none repeat scroll 0 0;
     border-radius: 3px;
     color: #ffffff;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
 }
 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
     background: #4b306b none repeat scroll 0 0;
     color: #ffffff;
     text-decoration: none;
 }
 .owl-theme .owl-controls .owl-nav .disabled {
     cursor: default;
     opacity: 0.5;
 }
 .owl-theme .owl-dots .owl-dot {
     display: inline-block;
 }
 .owl-theme .owl-dots .owl-dot span {
     background: #d6d6d6 none repeat scroll 0 0;
     border-radius: 30px;
     display: block;
     height: 10px;
     margin: 5px 7px;
     transition: opacity 200ms ease 0s;
     width: 10px;
 }
 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #4b306b none repeat scroll 0 0;
 }
