/*!*main position *!
#web-hot iframe{
    position: absolute;
    top: -306px;
    font-family: "Open Sans", sans-serif;
    min-height: 320px;
    transition: top .5s linear;

}
#web-hot iframe form{
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    margin-top: 208px;
}
.ticker, #step-1 .avl-form{
    border-radius: 0;
}



!* button *!
button.prime:hover{
    background-color: #978143 !important;
    background-image: -webkit-linear-gradient(to bottom,#978143 0,#998448 1px,#978143 1px,#988348) !important;
    background-image: -moz-linear-gradient(to bottom,#978143 0,#998448 1px,#978143 1px,#988348) !important;
    background-image: -ms-linear-gradient(to bottom,#978143 0,#998448 1px,#978143 1px,#988348) !important;
    background-image: linear-gradient(to bottom,#978143 0,#998448 1px,#978143 1px,#988348) !important;
    border-color: #978143 !important;
}
button.prime{
    border-color: #8E7631 !important;
    background-color: #8E7631 !important;
    background-image: -webkit-linear-gradient(to bottom,#8E7631 0,#8E7631 1px,#8E7631 1px,#8E7631) !important;
    background-image: -moz-linear-gradient(to bottom,#8E7631 0,#8E7631 1px,#8E7631 1px,#8E7631) !important;
    background-image: -ms-linear-gradient(to bottom,#8E7631 0,#8E7631 1px,#8E7631 1px,#8E7631) !important;
    background-image: linear-gradient(to bottom,#8E7631 0,#8E7631 1px,#8E7631 1px,#8E7631) !important;
    color: #ebeef9 !important;
    text-shadow: 0 -1px 0 #8E7631 !important;
}
.avl-form li button{
    margin: 21px 0 0 0;
}



!* Selects - inputs *!
.avl-form select{
    border: 1px solid #806A2C;
    border-bottom-color: #826C2C;
    border-right-color: #856E2D;
    border-radius: 0 !important;
}
select[name="infants"]{
    display: none;
}
.avl-form select{
    min-width: 85px;
}
input.text, textarea, select{
    height: 30px;
    border-radius: 4px;
}
input.hasDatepicker{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
label.time .fa, label.date .fa{
    font-size: 18px;
    margin-left: -1px;
    line-height: 28px;
    padding: 0 7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #856E2D;
    color: #fff;
}
label.date .fa{
    border: 1px solid #826C2C;
    border-top-color: #826C2C;
}
label.date .fa:hover{
    background-color: #826C2C;
    color:#fff;
}
input.text, textarea{
    border: 1px solid #826C2C;
    border-bottom-color: #826C2C;
    border-right-color: #826C2C;
}
label span{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
label.date span{
    text-align: left;
}
.avl-form small{
    color: #fff;
    padding-left: 3px;
    margin-top: 9px;
    display: none;
}
a[title="Children Policy"]{
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    background-color: #8E7631;
    padding: 3px 5px;
    border-radius: 5px;
}
a[title="Children Policy"]:hover{
    background-color: #B3943E;
    color:#fff;
}




!* Background Color *!
#step-1 .avl-form{
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 26px;
    padding-bottom: 30px;
    width: 100%;
    display: inline-block;
    margin-top: 208px !important;
}





!* Form positioning *!
.avl-form ol{
    margin-left: calc(50vw - 338px);
    display: inline-block;
}





!* datepicker position *!
#web-hot iframe .ui-datepicker{
font-family: "Open Sans", sans-serif;
border-radius: 0 !important;
}
#web-hot iframe #ui-datepicker-div{
top: 0 !important;
border: 1px solid #7D682B;
}
#web-hot iframe .ui-datepicker .ui-datepicker-header{
background: #FFFFFF !important;
color: #000;
border: 1px solid #7D682B;
}
#web-hot iframe .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
border: 1px solid #8E7631;
background: none;
padding: 5px;
margin: 3px;
}


 !*!*Responsive media screen*!*!

@media only screen and (max-width:783px){
    #web-hot iframe .avl-form ol{
        !*width: 400px;*!
        width: 50%;
        margin-left: calc(50vw - 25%);
    }
    #web-hot iframe{
        top: -355px;
        min-height: 370px;
        transition: top .5s linear;

    }
}
@media only screen and (max-width:487px){
    #web-hot iframe input#checkin-select{
            padding: 0 45px;
        }
    #web-hot iframe .avl-form ol{
        width: 206px;
        margin-left: calc(50vw - 103px);
    }
    #web-hot iframe .avl-form .avl-btn{
        width: 90%;
        text-align: center;
    }
    #web-hot iframe{
        top: -194px;
        transition: top .5s linear;
    }
    #web-hot iframe .avl-form li:nth-child(4){
        margin-left: 30px;
        float: left;
    }
    #web-hot iframe .avl-form li:nth-child(3){
        margin-left: 8px;
    }
    #web-hot iframe div.container-fullwidth.container-vertical-middle{
        padding-top: 200px;
    }
}*/


#web-hot .background-media, .background-overlay {
    position: relative;
}

#web-hot #web_hotelier_form{
    background-color: rgba(0,0,0,0.7);
    padding: 15px 0px 15px;
    position: absolute;
    top: -110px;
    width: 100%;
    transition: top .3s linear;
    z-index: 99;
}

#web-hot #web_hotelier_form label{
    display: block;
    color:#fff;
}

#web-hot #web_hotelier_form .bgmain{
    width: 900px;
    margin: auto;
}

#web-hot #web_hotelier_form .bgmain button{
    padding: 6px 35px;
    border-radius: 2px;
}
.bgmain .info_show:nth-child(2){
    width: 125px;
}
.bgmain .info_show:nth-child(3){
    width: 110px;
}

.bgmain .info_show:nth-child(4){
    width: 125px;
}


#web-hot #web_hotelier_form .info_show{
    display: inline-block;
    margin: 0 18px;
}
#web-hot #web_hotelier_form #checkin{
    height: 36px;
    padding: 0 5px 0 20px;
}
#web-hot #web_hotelier_form .info_show i{
    background-color: #8e7631;
    color: #fff;
    font-size: 20px;
    padding: 6px 8px 10px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
}

#web-hot #web_hotelier_form .info_show input[name="checkin"]{
    cursor: pointer;
}

body > .ui-datepicker{
    z-index: 9999 !important;
}

#checkin_myform{
    background-color: #fff;
}


@media only screen and (max-width:900px){
    .bgmain .info_show:nth-child(4){
        width: 155px;
    }
    .bgmain .info_show:nth-child(2){
        width: 150px;
    }

    #web-hot #web_hotelier_form .bgmain{
        width: 535px;
    }

    #web-hot #web_hotelier_form .bgmain button{
        width: 300px;
    }

    #web-hot #web_hotelier_form{
        top:-175px;
        transition: top .3s linear;
    }
    section#home{
        height: calc(100vh - 90px);
    }
}
@media screen and (max-width:768px){
    #web-hot #web_hotelier_form{
        position: relative;
        top:0;
        transition: top .3s linear;
    }
    #web-hot #web_hotelier_form #checkin{
        padding: 0px 0px 0 5px;
        width: 92px;
        border-radius: 0;
        border: none;
        max-height: 36px;
    }
    section#home{
        height: 100vh;
    }
}
@media only screen and (max-width:540px){
    #web-hot #web_hotelier_form .bgmain{
        width: 315px;
    }
    .bgmain .info_show:nth-child(2){
        width: 144px;
    }
    .bgmain .info_show:nth-child(3){
        width: 125px;
    }
    .bgmain .info_show:nth-child(4){
        width: 144px;
    }
    #web-hot #web_hotelier_form #checkin{
        padding: 0px 0px 0 5px;
        width: 92px;
        border-radius: 0;
        border: none;
        max-height: 36px;
    }
    #web-hot #web_hotelier_form{
        position: relative;
        top:0;
        transition: top .3s linear;
    }
    #web-hot #web_hotelier_form .bgmain button{
        margin-top: 30px;
    }
    #web-hot #web_hotelier_form .info_show{
        margin: 0 10px;
    }
    #web-hot #web_hotelier_form .bgmain button{
        width: 293px;
    }
    #web-hot #web_hotelier_form .bgmain select{
        padding-left: 5px;
    }
}
@media only screen and (min-width:900px){
    #home {
        height: 101vh;
    }
}
@media only screen and (min-width: 901px){
    #web-hot #web_hotelier_form {
        position: fixed;
        top: inherit;
        z-index: 99;
        bottom:0;
    }
}
@media only screen and (max-width:290px){
    .bgmain .info_show:nth-child(2){
        width: 110px;
    }
    .bgmain .info_show:nth-child(4) {
        width: 110px;
    }
    #web-hot #web_hotelier_form .bgmain button {
        width: 259px;
    }
    .div_alert_info {
        padding-right: 50px;
    }
}


