
*, ::after, ::before {
    box-sizing: border-box;
}
select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
select,input{
    font-size: inherit;
    font-family: inherit;
}
::placeholder {
    text-align: center;
}
.night_none {
    display: none;
}
/*.reservation_box .hotel_group select,*/
/*.reservation_box .hotel_group .name,*/
/*.reservation_box .content_ibe .t-day-check-in,*/
/*.reservation_box .content_ibe .t-day-check-out,*/
/*.t-check-in .name, .t-check-out .name,*/
/*.reservation_box .content_ibe .t-month-check-in,*/
/*.reservation_box .content_ibe .t-month-check-out,*/
/*.reservation-check .name,*/
/*.box_promocode .name,*/
/*#promocode input,*/
/*.widget_02 .btnbook_reser,*/
/*.reservation-check select,*/
/*.t-highlighted, .reservation_box .popup_content label,*/
/*.reservation .input-group-addon:first-child,*/
/*#popup_room_list select,*/
/*.btn_apply{*/
/*font-family: 'Gilda Display', serif;*/
/*}*/
.ibe_main{
    width: 1023px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.ico_event{
    position: absolute;
    background-image: url("image/ico_eventt.png");
    width: 33px;
    height: 27px;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.reservation_box {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 350px;
    height: 450px;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: block;
    /*box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);*/
}

.reservation_box ul {
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 350px;
    background: #414141;
    color: #353535;
}

.reservation_box li {
    list-style: none;
    float: left;
    width: 50%;
}
.reservation_box .hotel_group{
    position: relative;
    padding: 20px;
    overflow: hidden;
}
.reservation_box .hotel_group i{
    position: absolute;
    top: -22px;
    right: 15px;
    font-size: 25px;
    color: #ccc;
}
.reservation_box .hotel_group select{
    width: 100%;
    font-size: 17px;
    /*margin-bottom: 5px;*/
}
.reservation_box .hotel_group .name {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #636363;
}
.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: 250px;
    margin: 20px 0;
    padding: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    overflow: scroll;
}

.reservation_box #numberrroomRow:before {
    content: "\f0de";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -12px;
    font-size: 50px;
    color: #fff;
    left: 10px;
    z-index: -1;
}

.reservation_box .content_ibe {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
.reservation_box .content_ibe .t-day-check-in,
.reservation_box .content_ibe .t-day-check-out {
    font-size: 24px;
    text-align: center;
}
.reservation_box .content_ibe .t-day-check-in{
    margin-left: 17px;
}
.reservation_box .content_ibe .t-day-check-out{
    margin-left: 30px;

}
.reservation_box .content_ibe .t-month-check-in,
.reservation_box .content_ibe .t-month-check-out {
    margin-left: 17px;
}
.t-check-in, .t-check-out{
    padding-top: 8px;
}
.t-check-in .name,
.t-check-out .name{
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #636363;
    bottom: -18px;
}
.t-check-in .name{
    left: 20px;
}
.t-check-out .name{
    left: 30px;
}

.col_100W{
    width: 100px !important;
}
.input_in_out{
    margin-top: 5px;
}

#promocode input {
    position: relative;
    width: 100%;
    height: 70px;
    font-size: 20px;
    text-align: center;
    border-radius: 0;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    letter-spacing: inherit;

}

.reservation-check{
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
}
.reservation-check:before{
    position: absolute;
    top: 15px;
    content: '';
    width: 1px;
    height: 60px;
    background: #f1f1f1;
    display: block;
}
.reservation-check select {
    width: 100%;
    padding: 0 20px !important;
    height: 68px !important;
    font-size: 24px;
    text-align: center;
}
.reservation_box input {
    width: 70%;
    padding: 0;
    border-radius: 0;
    border: none;
    /*background: none;*/
    cursor: pointer;
    /*color: #fff;*/
    outline: none;
    font-weight: 300;
}

.reservation_box select {
    position: relative;
    z-index: 2;
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.reservation_box .text_reser {
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.reservation_box .input_inout {
    text-align: left;
    padding-left: 50px;
}

.reservation_box .form-group {
    display: inline-block;
    padding: 5px 10px 10px 10px !important;
    margin: 0;
    width: 100%;
}

.reservation_box .arrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.reservation_box .arrow_index {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 25px;
    color: #ccc;
    top: 0;
    height: 25px;
    margin: auto;
    z-index: 0;
}

.reservation_box .arrow_check {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.reservation_box .arrow_moon {
    left: 5px;
    z-index: 3;
    color: #7c778b;

    bottom: 22px;
}

.reservation_box .popup_content label {
    padding: 10px;
    color: #caa366;
    float: left;
}

.reservation_box .popup_content #ageRow1 label {
    color: #757575;
}

.reservation_box .popup_content #ageRow2 {
    color: #757575;
}

.reservation_box .popup_content #ageRow3 {
    color: #757575;
}

.reservation_box .popup_content .form_group_half {
    /*width: 50%;*/
    float: left;
    position: relative;
    width: 100%;
}

.reservation_box .popup_content #numberrroomRow {
    background: #ffffff;
    /*border-bottom: 1px solid #eee;*/
    /*border-top: 1px solid #eee;*/
}

.reservation_box .popup_content #numberOfRoom1 {
    position: relative;
    float: right;

}

.reservation_box .popup_content #numberOfRoom2 {
    position: relative;
    float: right;
}

.reservation_box .popup_content #numberOfRoom3 {
    position: relative;
    float: right;
}
.reservation_box .popup_content #numberOfRoom4 {
    position: relative;
    float: right;
}

.reservation_box .popup_content #numberOfRoom5 {
    position: relative;
    float: right;
}

.reservation_box .popup_content .input-group-addon{
    width: 100px;
    padding: 10px 10px;
    border: 1px solid #eee;
    color: #888;
    background: transparent;
}

/*.reservation_box .input-group-addon:first-child {*/
/*background: #fff;*/
/*padding: 0 15px;*/
/*border: 1px solid #eee;*/
/*font-size: 14px;*/
/*border-right: none;*/
/*width: 100px;*/
/*}*/

.reservation_box .btnbook_reser {
    background: #49aae4;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s;
}

.reservation_box .btnbook_reser:hover {
    background: #bea36c;
    color: #fff;
}
.input-group{
    width: 100%;
}
/*#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;
    bottom: 0;
    width: 100%;
    top: 0;
    height: 115px;
}

.box_horizontal ul {
    width: 100%;
}

.box_horizontal li {
    width: 20%;
}

.box_horizontal .btnbook_reser {
    padding: 10px;
}

.box_horizontal .input_inout {
    text-align: center;
}

.popupTop {
    bottom: 65px;
    top: inherit;
}

.box_room .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 {

}

.tooltip_room {
    position: absolute;
    top: -100px;
    background-color: #FFF;
    width: 200px;
    padding: 15px;
    z-index: 999;
    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: #353535 !important;
    font-size: 14px;
    text-transform: none !important;
    margin: 0;
    font-weight: normal;
}

.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;
}

::placeholder {
    color: inherit;
}



.title_reser {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.title_reser h4 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
}

.best_rate {
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.best_rate img {
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.widget_04 .ui-datepicker {
    margin: 45px 0;
}

.widget_02 {
    position: absolute;
    right: auto;
    left: auto;
    margin: auto;
    height: auto;
    bottom: 25px;
    top: auto;
    width: 100%;
}

.widget_02 li {
    list-style: none;
    float: left;
    width: 16.666667%;
    padding: 10px;
}

.widget_02 ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    background: none;
    color: #888;
    font-size: 14px;
}
.widget_02 .btnbook_reser {
    width: 100%;
    height: 90px;
    background: #91713c;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 26px;
    text-align: center;
    text-transform: uppercase;
}
#popup_room_list select{
    border: 1px solid #eee;
    color: #888;
}
.widget_02 h1{
    font-size: 18px;
    margin: 0;
    color: #fff;
}

.content_ibe img{
    /*position: absolute; */
    width: 35px;
    left: 0;
    bottom: 0;
    color: #58595b;
    top: 0;
    /*height: 32px;*/
    margin: 5px 15px 5px 15px;
    float: left;
    /* padding: 0px; */
}
.wrap_btn_apply{
    margin: 10px;
}
.btn_apply {
    background: #645e5e;
    position: relative;
    z-index: 2;
    color: #fff!important;
    font-size: 14px!important;
    line-height: initial!important;
    padding: 10px!important;
    border: none!important;
}
#popup_room_list{
    transition: all 0.5s;
}
.border_fix.active:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid #5d723c;
    animation: fadeIn 2s;
    display: block;
    z-index: 0;
    margin: auto;
    background: #000;
    box-shadow: rgba(202, 162, 107, 0.5) 0 0 10px;
}
.box_inout{
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 8.5px 0;
    background-color: #fff;
    width: 100%;
}
.box_inout:before{
    position: absolute;
    top: 15px;
    content: '';
    width: 1px;
    height: 60px;
    background: #f1f1f1;
    display: block;
}

.checkin_box{
    border-right: 1px solid #ccc;
}
.box_room{
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
}
.box_promocode{
    display: inline-block;
    background-color: #fff;
    width: 100%;
    height: 70px;
}
.box_promocode:before{
    position: absolute;
    top: 15px;
    content: '';
    width: 1px;
    height: 60px;
    background: #f1f1f1;
    display: block;
}
.box_promocode{
    position: relative;
}
.reservation-check .name,
.box_promocode .name{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 400;
    color: #636363;
}
.reservation-check .name{
    bottom: -4px;
}
.box_promocode .name{
    bottom: -2px;
}

.padding_box{
    padding: 0 5px;
}
/*.reservation span{*/
/*color: #242424 !important;*/
/*font-size: 16px !important;*/
/*animation: none !important;*/
/*font-weight: 500;*/
/*}*/
input:focus::-webkit-input-placeholder {
    color:transparent;
    transition: all 0.3s;
}
#popup_room_list select{
    width: 100%;
    padding: 10px;
}
#popup_room_list input{
    width: 100%;
}
.none_ibe{
    display: none;
}
.reservation .input-group-addon:first-child{
    padding-bottom: 10px;
}
footer{
    margin-bottom: 90px;
}
.carousel-indicators{
    z-index: 2 !important;
}
/*---------------------------------------------*/
/* MOBILE */
/*---------------------------------------------*/
.wrap-reservation-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    display: none;

}
.col-10 {
    position: relative;
    width: 20%;
    height: 40px;
    float: left;
    background: #645e5e;
    color: #fff;
    text-align: center;
    padding: 10px;
    transition: all 0.6s;
}
.col-10:hover{
    background: #645e5e;
}
.col-10 i,
.col-10 a{
    color: #fff !important;
}
.col-80 {
    position: relative;
    width: 60%;
    height: 40px;
    float: left;
    background: #372f2c;
    text-align: center;
    padding: 10px;
    transition: all 0.6s;
}
.col-80:hover{
    background: #645e5e;
}
.col-80 a {
    color: #fff !important;
    text-decoration: none;
}
.t-range-limit{
    color: #fff !important;
}
@media (max-width: 1024px) {
    .reservation_box {
        display: none;
    }
    .wrap-reservation-mobile{
        display: block;
    }
}
.reservation{
    height: 90px;
    background: #fff;
}
.t-year-check-out, .t-year-check-in{
    margin-top: 5px!important;
}