

.form-group-ibe {
    width:100%;
    margin: 30px 0 auto;

}
.form-group-ibe .form-control-ibe{
    width: 877px;
    margin: auto;
    background: #eee;
    padding:25px 0;

}
.form-group-ibe .form-control-ibe input[type="button"]{
    background: #b4cc3a;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100px;
    margin: 0 24px;
}
.form-group-ibe .form-control-ibe input[type="button"]:hover{
    background: #cfe55f;

}
.form-group-ibe .form-control-ibe select{
    background: #fff;
}
.form-group-ibe .form-control-ibe input,select{
    width: 95px;
    height: 30px;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: normal;
    padding: 0 8px;
    border: 0;
    box-shadow: none;
    color: #000;
    background: #fff;
}
.form-group-ibe .form-control-ibe .box{
    margin-left: 10px;
    float: left;
}
.form-group-ibe .form-control-ibe .box label{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 5px;
    color: #000;
}

.modal-content {
    width: 100%;
    height: 100%;

}

.logo-ibe{
    margin-top: -130px;
    margin-left: -30px;
    position: absolute;
}
.logo-ibe h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
}



.book{
    margin-left: 15px;
}
.cont-ibe .night{
    background: #fbfbfb !important;
    cursor: no-drop !important;
}
.cont-ibe .btn-booknow{
    height: 38px;
}
.cont-ibe input[type="button"] {
    font-size: 12px;
    padding: 8px 37px;
    color: #fff;
    border: 1px solid #b4cc3a;
    background: #b4cc3a;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.cont-ibe input[type="button"]:hover {
    border: 1px solid #b4cc3a;
    background: #fff;
    color: #18836e;
}

.modal-body i {
    margin-left: 10px;
    color: #18836e;
}
.text1 {
    color: #fff;
    font-size: 14px;
    /*margin-left: 15px;*/
    text-transform: uppercase;
    border-top: 1px solid #eee;
    line-height: 3;
    margin-top: 15px;
    text-align: left;
    width:100% !important;
}
.text2 {
    color: #fff;
    font-size: 14px;
    /*margin-left: 15px;*/
    text-transform: uppercase;
    line-height: 3;

}

.form-group select.no-radius{
    border: solid 1px #b4cc3a;
    height: 38px;
}
/*.select-wrapper{*/
    /*border: 1px solid #EEEEEE;*/
    /*border-radius: 4px 0px 0px 4px;*/
/*}*/
.modal select{
    color:  #000 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.modal input[type="submit"] {
    font-size: 12px;
    padding: 8px 37px;
    color: #fff;
    border: 1px solid #b4cc3a;
    background: #b4cc3a;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.modal input[type="submit"]:hover {
    border: 1px solid #cfe55f;
    background: #cfe55f;
    color: #fff;
}
.modal .col-sm-4 ,.col-sm-6,.col-sm-12{
    padding-right: 0;
    padding-left: 0;
}
#adultRoom1 ,#chknoadult select{
    width: 98% !important;

}
.modal .col-sm-4 select{
    width: 95% !important;

}


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

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

.ibe-mobile .tel{
    background: #a3a3a3;
    width: 50%;
    height: 70px;
    text-align: center;
}
.ibe-mobile .tel a{
    font-family: Dosis, arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.2em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    top: 25px;
    position: relative;
    transition: all .15s;
}
.ibe-mobile .tel a:hover{
    transition: all .15s;
    letter-spacing: 2px;
}
.ibe-mobile .book{
    background: #18836e;
    width: 50%;
    height: 70px;
    text-align: center;
}
.ibe-mobile .book a{
    font-family: Dosis, arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.2em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    top: 25px;
    position: relative;
    transition: all .15s;
}

.ibe-mobile .book a:hover{
    transition: all .15s;
    letter-spacing: 2px;
}


@media only screen and (max-width: 1024px) {
   .container-reserve{
       display: none;
   }
    .ibe-mobile {
        display: block;
    }
    .pb-30{
        padding-bottom:100px;
    }
}
@media only screen and (max-width: 560px) {
    .ibe-mobile .tel a {
        font-size: 14px;
    }
    .ibe-mobile .book a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px) {
    .ibe-mobile .tel a {
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .ibe-mobile .book a {
        font-size: 12px;
        letter-spacing: 0.1em;

    }
}
/*END IBE*/