/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] i {
    font-size: 30px;
    color: white;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 45px;
}
.owl-theme.left .owl-nav {
    right: auto;
    left: 0;
    padding: 55px 45px;
}
.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 10px 3px;
    margin: 0 3px;
    background: none;
    border: 1px solid #E3DFDC !important;
    color: #c1bfb4;
    border-radius: 0 !important;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all .6s
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #938a52;
    border: 1px solid #938a52 !important;
    color: #fff !important;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-nav.disabled, .owl-dots.disabled {
    display: none;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}
.owl-dots.disabled{
    margin: 0 !important;
}
.owl-theme .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: none;
    padding: 1px;
    /*display: none;*/
    zoom: 1;
    border: none;
    border-radius: 50%;
    margin: 0 3px;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px 6px;
    /*background: #31322b;*/
    border: 1px solid #938a53;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: .6;

}
.owl-theme .owl-dots .owl-dot.active span  {
    background: #938a53;
    opacity: 1;
}
.slide-main.owl-theme .owl-nav [class*=owl-]:hover [stroke*='#'] {
    stroke: currentcolor;
}
svg:not(:root) {
    overflow: hidden;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.slide-main .owl-dots {
    display: none;
}
.slider_info.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
}

