<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************************/
/*reservation-box*/
/*********************************/
.wrapper_ibe{
    width: 100%;
    margin: auto;
}
.wrapper_ibe .cont_ibe{
    position: relative;
    width: 1170px;
    margin: auto;

}
.reservation-box{
    position: absolute;
    right: 0;
    width: 260px;
    padding: 15px 10px;
    color: #fff;
    clear: both;
    z-index: 9999;
    background: #fff;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.reservation-box .arrow_top{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 11px;
    border-color: transparent;
    border-style: solid;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.reservation-box .arrow_top:after{
    position: absolute;
    content: "";
    border-width: 10px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.reser{
    width: 111px;
    float: left;
    margin: 0 2px;
}
.reser h2{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;

}
.reser input{
    width: 100%;
    height: 33px;
    border: 1px solid #eee;
    color: #000;
    padding:  10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.reser i{
    z-index: 999;
    position: relative;
    margin-left: 92px;
    font-size: 12px;
    color: #780001;
    margin-top: -30px;
    float: left;
}
.select{
    width: 111px;
    float: left;
    margin: 0 2px;
}
.select select{
    width: 100%;
    height: 33px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 1px solid #eee;
    color: #000;
    padding: 0 30px;
    background: #fff;
    cursor: pointer;
}
.select h2{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;

}
.pro-mo{
    width: 222px;
    float: left;
    margin: 0 2px;
    margin-bottom: 20px;
}
.pro-mo h2{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;

}
.pro-mo input{
    width: 100%;
    height: 33px;
    border: 1px solid #eee;
    color: #000;
    padding: 0 10px;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 40px solid #780001;
    float: left;
    /*margin-top: 33px;*/
    margin-left: 8px;
}
.triangle-cont{
    position: absolute;
    bottom: -41px;
    border-top: 10px solid #780001;
    width: 101%;
    left: -1px;

}
.submit{
    background: #780001;
    border: 0;
    margin-top: -42px;
    z-index: 9999;
    position: absolute;
    margin-left: -40px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.submit:hover{
    color: #000;
}

.content_ibe label{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    color: #293e2b;

}
.content_ibe .rooms_numb{
    color: #2c8019 !important;
}
.content_ibe .text_child label,
.content_ibe .text_child{
    color: #000 !important;
}
.tooltip_room{
    position:absolute ;
    top: 0;
    background-color: #fff;
    width: 170px;
    padding: 20px;
    z-index: 10;
    border-radius: 3px;
    box-shadow: 0  0 10px rgba(0, 0, 0, 0.1);
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation: wobble 2s infinite;
    display: none;
}
.tooltip_room h4{
    color: #ca1919;
}

.tooltip_room:after{
    position: absolute;
    left: 10px;
    bottom: -10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: block;
    z-index: 2;
}


#ibe_tooltip{
    position: absolute;
    top: -43px;
    right: 0;
    width: 160px;
    height: 43px;
    background: #780001;
    padding: 10px;
}


#ibe_tooltip a span:before{
    content: "Book Now";
    position: absolute;
    font-size: 16px;
    right: 10px;
    text-transform: uppercase;
    color: #fff;
}
#ibe_tooltip a:before,
#ibe_tooltip a:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 8px;
    left: 10px;
    transition: all 0.6s;
}
#ibe_tooltip a:before{
    background-image: url("../css/images/reception-bell.png");
    display: block;
}
#ibe_tooltip a:after{
    background-image: url("../css/images/cancel.png");
    width: 25px;
    height: 25px;
    display: none;
}
#ibe_tooltip.active a span:before{
    content: "Reservation" !important;
    font-size: 16px;
}
#ibe_tooltip.active a:before{
    display: none !important;
}
#ibe_tooltip.active a:after{
    display: block !important;
}




.select-wrapper {
    border: 1px solid #eee;
    border-radius: 4px;
}
.form-group select.no-radius {
    border: none;
    color: #000;
    width: 100%;
    height: 33px;
    padding: 0 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #fff;
    cursor: pointer;
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.form-group i{
    color: #780001;
    top: 10px;
    position: absolute;
    right: 10px;
}

.select-wrapper .input-group-addon{
    border: 0 !important;
}
.text2 {
    color: #000;
    font-size: 12px;
    margin-left: 15px;
    text-transform: uppercase;
    line-height: 3;
    text-align: left;
    width: 100%;
    float: left;
}
.text1 {
    color: #000;
    font-size: 12px;
    margin-left: 15px;
    text-transform: uppercase;
    border-top: 0 !important;
    line-height: 3;
    margin-top: 15px;
    width: 94% !important;
    text-align: left;
}
.modal-body i {
    margin-left: 10px;
    color: #780001;
}

.formgroup {
    margin-bottom: 15px;
    width: 70% !important;
}


.booking-mobile{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: none;
}
.booking-mobile ul{
    padding: 0;

}
.booking-mobile li{
    list-style: none;
    float: left;
}

.booking-mobile .tel{
    background: #ffecb4;
    width: 50%;
    height: 40px;
    text-align: center;
}
.booking-mobile .tel a{
    font-family: Dosis, arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    top: 12px;
    position: relative;
    transition: all .15s;
    margin-left: 10px;
}
.booking-mobile .tel a:hover{
    transition: all .15s;
    letter-spacing: 0.2em;
}
.booking-mobile .tel:before{
    position: absolute;
    content: "\f098";
    font-family: FontAwesome;
    font-size: 20px;
    color: #9f0100;
    margin-left: -17px;
    margin-top: 8px;
}
.booking-mobile .book{
    background: #9f0100;
    width: 50%;
    height: 40px;
    text-align: center;
}
.booking-mobile .book a{
    font-family: Dosis, arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    top: 12px;
    position: relative;
    transition: all .15s;
}
.booking-mobile .book:before{
    position: absolute;
    content: "\f073";
    font-family: FontAwesome;
    font-size: 17px;
    color: #fff;
    margin-left: -25px;
    margin-top: 8px;

}

.booking-mobile .book a:hover {
    transition: all .15s;
    letter-spacing: 0.2em;
}

@media (max-width: 1200px) {
    .wrapper_ibe .cont_ibe{
        width: 970px;
    }
}
@media (max-width: 992px) {
    .wrapper_ibe .cont_ibe{
        width: 750px;
    }
}@media (max-width: 768px) {
    .wrapper_ibe .cont_ibe{
        width: 100%;
        display: none;
    }
    .booking-mobile{
        display: block;
    }
}</pre></body></html>