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

.night_none {
    display: none;
}

.ibe_base {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: block;
}

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

}

.tooltip_room {
    position: absolute;
    top: -140px;
    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_base .popup_content {
    position: absolute;
    background: #fff;
    width: 300px;
    margin: 20px 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

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

.ibe_base .ibe_box {
    position: relative;
    padding: 10px;
    margin-top: 10px;
    float: left;
}

.ibe_base select {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #eee;
}

.ibe_base .text_reser {
    color: #6b6b6b;
    /*margin-bottom: 10px;*/
    width: 100%;
}

.ibe_base .input_inout {
    text-align: left;
}

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

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

.ibe_base .arrow_index {
    position: absolute;
    bottom: 22px;
    right: 20px;
}

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

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

    bottom: 22px;
}

.ibe_base .popup_content label {
    padding: 10px;
    color: #7a2e00;
    font-weight: bold;
}

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

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

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

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

.ibe_base .popup_content #numberrroomRow {
    background: #fff;
}

.ibe_base .popup_content #numberOfRoom1,
.ibe_base .popup_content #numberOfRoom2,
.ibe_base .popup_content #numberOfRoom3 {
    float: right;

}

.ibe_base .input-group-addon:first-child {
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    font-size: 14px;
    border-right: none;
}

.ibe_base .btn {
    width: 170px;
    height: 100px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.ibe_base .btn_info {
    border: 0;
    z-index: 1;
    background: #392215;
    font-size: 20px;
    color: #fff;
}

.ibe_base .btn_info:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #52321D;
    transition: all 0.3s ease;
}

.ibe_base .btn_info:hover {
    color: #fff;
}

.ibe_base .btn_info:hover:after {
    top: 0;
    height: 100%;
}

.ibe_base .btn_info:active {
    top: 2px;
}

.box_content {
    width: 1024px;
    margin: auto;
}

.box_content .group_ibe {
    position: relative;
    padding: 0 20px;
    margin-top: 10px;
    float: left;
}

.box_content .group_ibe:before,
.box_content .group_ibe:after {
    position: absolute;
    top: 30px;
    content: "";
    background: #6b6b6b;
    width: 1px;
    height: 30px;
    display: block;
}

.box_content .group_ibe:before {
    left: 0;
}

.box_content .group_ibe:after {
    right: 0;

}

.box_content .group_ibe .calendar_ico {
    background: url(images/calendar_ico.png) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 35px;
    display: block;
}

.box_content .user_ico {
    background: url(images/user_ico.png) no-repeat;
    width: 22px;
    height: 26px;
    float: left;
    margin-top: 24px;
    margin-left: 10px;
    display: block;
}

.box_content .group_ibe .check_in input,
.box_content .group_ibe .check_out input {
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 2px;

}

.box_content .group_ibe .check_in,
.box_content .group_ibe .check_out {
    position: relative;
    width: 145px;
    padding: 10px;
    margin-top: 20px;
    float: left;;
}

.box_content .group_ibe .check_in:before,
.box_content .group_ibe .check_out:before {
    position: absolute;
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #6b6b6b;
    display: block;
}

.box_content .group_ibe .check_in:before {
    content: "Check In";
}

.box_content .group_ibe .check_out:before {
    content: "Check Out";
}

.box_content .check_room {
    position: relative;
    width: 160px;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}

.box_content .check_room:before {
    position: absolute;
    content: "Rooms";
    top: -10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #6b6b6b;
    display: block;
}

.box_content .check_room:after {
    position: absolute;
    top: 10px;
    right: -20px;
    content: "\f107";
    font-family: 'FontAwesome', 'sans-serif';
    font-size: 14px;
    color: #6b6b6b;
    display: block;

}

.box_content .check_room select {
    width: 100%;
    height: 40px;
    padding: 0;
    border-radius: 0;
    background: #fff;
    font-size: 18px;
    border: none;
}

.box_content .text_title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 38px 20px;
    float: left;
}

#btn-booknow {
    float: right;
}


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

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
select , input , button {
    outline: none;
}

@media (max-width: 1024px) {
    .ibe_base {
        display: none;
    }

}
