
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}

.night_none{
    display: none;
}
.reservation_box{
    padding: 0;
}
.reservation_box ul{
    position: absolute;
    width: 100% ;
    left: 0;
    right: 0;

    padding: 10px;
    margin: auto;
    display: inline-block;
}
.reservation_box li{
    list-style: none;
    float: left;
    width: 50%;
}
.reservation_box .input_night{
    position: absolute;
    width: 60px;
    bottom: 10px;
    left: -25px;
    z-index: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #eee;
    color: #7d7575;

}
.reservation_box .popup_content{
    position: absolute;
    background: #fff;
    width: 230px;
    margin: 20px 0;
    z-index: 99999999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.reservation_box #numberrroomRow:before{
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -12px;
    font-size: 50px;
    color: #fff;
    left: 10px;
}
.reservation_box .content_ibe{
    padding: 10px;
    position: relative;
}
.reservation_box input{
    width: 100%;
    padding: 10px;
    border-radius: 0;
    color: #7c778b;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
}
.reservation_box select{
    width: 100%;
    padding: 10px;
    border-radius: 0;
    color: #7c778b;
    background: #fff;
    border: 1px solid #eee;
    height: auto;
}
.reservation_box .text_reser{
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
}
.reservation_box .input_inout{
    text-align: left;
}
.reservation_box .form-group{
    display: inline-block;
    padding: 5px 10px 10px 10px!important;
    margin: 0;
}
.reservation_box .arrow{
    position: absolute;
    bottom: 15px;
    right: 5px;
}
.reservation_box .arrow_down{
    position: absolute;
    bottom: 15px;
    right: 5px;
}

.reservation_box .arrow_index{
    position: absolute;
    bottom: 22px;
    right: 20px;
    color: #7c778b;
}
.reservation_box .arrow_index_{
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.reservation_box .arrow_check{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.reservation_box .arrow_moon{
    left: 10px;
    z-index: 3;
    color: #7c778b;
    bottom: 23px;
}

.reservation_box .popup_content label{
    padding: 10px;
    color: #16284f;
    text-transform: uppercase;
}

.reservation_box .popup_content #ageRow1 label{
    color: #414141;
}.reservation_box .popup_content #ageRow2 {
     color: #414141;
 }.reservation_box .popup_content #ageRow3 {
      color: #414141;
  }
.reservation_box .popup_content .form_group_half{
    width: 100%;
    float: left;
    position: relative;
}
.reservation_box .popup_content #numberrroomRow{
    background: #fff;
    /*border-bottom: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
}
.reservation_box .popup_content #numberOfRoom1{
    position: absolute;
    right: 0;

}
.reservation_box .popup_content #numberOfRoom2{
    position: absolute;
    right: 0;
}
.reservation_box .popup_content #numberOfRoom3{
    position: absolute;
    right: 0;
}
.reservation_box .input-group-addon:first-child{
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    font-size: 14px;
    border-right: none;
    color: #797979;
}
.reservation_box .btnbook_reser{
    background: #17294e;
    color: #fff;
    text-transform: uppercase;
    padding: 54px 10px;
    transition: all 0.5s;
}
.reservation_box .btnbook_reser:hover{
    background: #bfc3cb;
    color: #414141;
}
#ui-datepicker-div:before{
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -12px;
    font-size: 50px;
    color: #fff;
    left: 10px;
}

/*Horizontal_box*/
.box_horizontal{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 90%;
    top: 0;
}

.box_horizontal li{
    width: 20%;
}
.box_horizontal .btnbook_reser{
    padding: 12px;
}
.box_horizontal .input_inout {
    text-align: center;
}
.popupTop {
    bottom: 50px;
    top: inherit;
}
.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
.popupTop #ui-datepicker-div:before{

}
/*-----------------------------------------------------------------------------------*/
/*  Reservation
/*-----------------------------------------------------------------------------------*/
.reservation-row{
    position: absolute;
    width:100%;
    padding: 30px 0;
    z-index: 10;
    bottom: 0px;
}
.ibe-widget{
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    padding: 50px 0;
    margin-bottom: 0!important;
    width: 100%;
}
.reservation-row h1{
    float: left;
    font-size: 18px;
    padding: 0px 20px;
    margin-top: 17px;
    text-align: left;
    line-height: 15px;
    letter-spacing: 1px;
}

/*---- POPUP ROOMS ----*/
.tooltip_room {
    position: absolute;
    top: -75px;
    background-color: #fff;
    width: 200px;
    padding: 15px;
    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 {
    font-family: 'century_gothicregular',sans-serif !important;
    color: #f00;
    font-size: 14px;
    text-transform: none;
}
.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;
}
/*-------------------------------------*/
/* SECTION BOOKING*/
/*-------------------------------------*/
.section_booking{
    width: 100%;
    position: fixed;
    /*z-index: 99;*/
    display: block;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9999;

}
.section_booking ul{
    padding: 0;
}
.section_booking li{
    list-style: none;
    float: left;
}

.section_booking .tel{
    background: #f49c20;
    width: 50%;
    height: 50px;
    text-align: center;
}
.section_booking .tel a{
    /*font-family: 'Cormorant SC', serif;*/
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
    position: relative;
    transition: all .15s;
}
.section_booking .tel a:hover{
    transition: all .15s;
    letter-spacing: 0.2em;
}
.section_booking .tel:before{
    position: absolute;
    content: "\f095";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    margin-left: -25px;
    margin-top: 18px;
}
.section_booking .book{
    background: #414141;
    width: 50%;
    height: 50px;
    text-align: center;
}
.section_booking .book a{
    /*font-family: 'Cormorant SC', serif;*/
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
    position: relative;
    transition: all .15s;
}
.section_booking .book:before{
    position: absolute;
    content: "\f015";
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    margin-left: -25px;
    margin-top: 18px;
}
.section_booking .book a:hover {
    transition: all .15s;
    letter-spacing: 0.2em;
}
/* =========Responsive========= */
@media (max-width: 1200px) {
    .section-pageHome {
        margin-top: -170px !important;
    }
}
@media (max-width: 1100px) {
    .section-pageHome {
        margin-top: -90px !important;
    }
}