/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 3rem;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #f7f7f7;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; 
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e7e7e7; 
}

.owl-theme .owl-controls .owl-page span {
    @media #{$small-only} {
        width: 7px !important;
        height: 7px !important;
        margin: 5px 5px !important;
  }
}

.owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    zoom: 1;
    filter: Alpha(Opacity=1) !important;
    opacity: 1 !important;
    padding: 4.5rem .5rem !important;
    position: absolute !important;
    top: 50% !important;
    margin: -7rem 0 0 0 !important;
     -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    @media #{$small-only} {
        padding: 2.5rem .25rem !important;
        margin: -4.5rem 0 0 0 !important
    }
}

.owl-theme .owl-controls .owl-nav div:hover {
    filter: Alpha(Opacity=9) !important;
    opacity: 0.9 !important;
    transition: all 100ms ease-out;
    @include alpha-background-color(rgba(#1d1d1d, 0.8), #1d1d1d);
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    font-size: 25px !important;
    left: 0 !important;
    @include alpha-background-color(rgba(#1d1d1d, 0.66), #1d1d1d);
    @media #{$small-only} {
        font-size: 20px !important;
    }
}
.owl-theme .owl-controls .owl-nav .owl-next {
    font-size: 25px !important;
    right: 0 !important;
    @include alpha-background-color(rgba(#1d1d1d, 0.66), #1d1d1d);
    @media #{$small-only} {
        font-size: 20px !important;
    }
}