/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 45px;
    height: 45px;
    color: #FFF !important;
    font-size: 14px;
    margin: 0 25px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff !important;
    /*border-radius: 50%;*/
    outline: none;
    opacity: .5;
}
.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-theme .owl-nav .owl-next {
    right: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 3px !important;
    margin: 0 2px;
    opacity: .4;
    outline: none;
}
.owl-theme .owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50px;
    margin: 0 !important;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000
}
.side-info.owl-theme .owl-nav {
    width: 15%;
    height: 75px;
     top: auto;
    bottom: 0;
     margin: 0;
    right: 0;
    background: #fff;
    padding: 12px;
}
.side-info.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    width: 90px;
    height: 50px;
    opacity: 1;
    margin: 0;
    padding: 16px 0;
    color: #2a272e!important;
}
.side-info.owl-theme .owl-nav .owl-prev {
    border-right: 1px solid #eee !important;
}
.side-info .fa-chevron-left , .side-info .fa-chevron-right {
    font-size: 18px;
}
