/**
 * 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 {
    margin: 15px 0 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 45px;
    margin: auto;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #0189bc;
    font-size: 14px;
    width: 45px;
    height: 45px;
    padding: 13px 12px;
    background: #c4e8f5;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: #297cc7!important;
}



.owl-theme .owl-nav .owl-prev {
    left: 30px;
    padding: 10px 6px;

}
.owl-theme .owl-nav .owl-next {
    right: 30px;
    padding: 10px 14px;
}
.owl-theme .owl-nav span {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.slide_rooms.owl-theme .owl-nav .owl-prev {
    left: -100px;
}
.slide_rooms.owl-theme .owl-nav .owl-next {
    right: -100px;
}

.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 {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: #0189bc;
    opacity: .6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    transition: all .3s;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 6px;
    border-radius: 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.slide-main2.owl-carousel .owl-stage-outer , .slide-info.owl-carousel .owl-stage-outer {
    overflow: initial;
}
.slide-main2.owl-drag .owl-item , .slide-info.owl-drag .owl-item{
    opacity: .5;
}
.slide-main2.owl-drag .owl-item.active , .slide-info.owl-drag .owl-item.active {
    opacity: 1;
}
.slide-main1 .owl-dots, .slide-info .owl-dots{
    display: none;
}
