/**
 * 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: relative;
}
.owl-theme.left .owl-nav {
    right: auto;
    left: 0;
    padding: 55px 45px;
}
.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;

}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 15px 12px;
    margin: auto;
    background: #d16649;
    color: #fff;
    border: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50% !important;
    border: none;
    outline: none;
    transition: all .6s
}
.owl-theme .owl-nav .owl-prev {
    left: -80px;
}
.owl-theme .owl-nav .owl-next {
    right: -80px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #2f2e2e !important;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-nav.disabled, .owl-dots.disabled {
    display: none;
}
.owl-theme .owl-dots {
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot {
    background: none;
    padding: 1px;
    zoom: 1;
    border: none;
    margin: 0;
    outline: none;
}

.owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    margin: 2px;
    background: #d16649;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: .6;

}
.owl-theme .owl-dots .owl-dot.active span{
    background: url("../../../images/icon/list-style-active.png") center center no-repeat;
    width: 30px;
    height: 20px;
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover [stroke*='#'] {
    stroke: currentcolor;
}
svg:not(:root) {
    overflow: hidden;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}



/* BODY */
.our_offers .owl-nav, .our_rooms .owl-dots,
.our_facilities .owl-nav {
    display: none;
}
.our_facilities .owl-dots {
    position: absolute;
    right: -80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
}
.our_facilities .owl-theme .owl-dots .owl-dot span{
    margin: 2px auto;
}
