.booking-modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.booking-wrap {
    width: 600px;
    /* font-family: verdana, geneva;
    font-size: 10pt; */
    padding: 20px;
    margin: 60px auto 0;
    background-color: #eee;
    border-width: medium 1px 1px;
    box-shadow: 0 3px 5px #cccccc;
    z-index: 200;
    display: block;
    top: 0;
    border-radius: 10px;
}

.booking-wrap .row {
    margin-left: 0;
}

.booking-wrap h4 {
    margin-top: 0;
}
.booking-wrap span {
    font-size: 11px;
}
.form-group {
    margin: 7px 0 10px;
}
#booking-form {
    margin: 0!important;
}
.booking-form .form-group label {
    color: #4E4E4E;
    font-weight: bold;
    cursor: default;
    margin: 0;
    padding: 0;
    font-size: 11px;
}
.booking-form .form-group .form-control {
    padding: 7px 12px;
    margin: 0;
}
.booking-form textarea{
    resize: none;
    padding: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.booking-wrap .col-sm-5, .booking-wrap .col-sm-7 {
    position: relative;
    min-height: 1px;
    margin: 0 34px 0 0;
    float: left;
}
.booking-wrap .col-sm-5 {
    width: 44%;
}
.booking-wrap .col-sm-7 {
    width: 94%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    padding: 8px 20px;
    background: #4f6aa3;
    color: #fff;
    border-radius: 5px!important;
    border: none;
    float: left;
    margin-bottom: 7px;
}
.btn-primary:hover, .btn-primary:focus {
    background: #4f6aa3;
    color: #fff;
}

.btn-contacts {
    background: #065a9f!important;
}
.booking-loader, .book-now-loader {
    float: left;
    margin: 10px 0px 0 10px;
    display: none;
}
/* Validator */
.form-group em {
    display: none;
}
.validate-error em {
    background-color: transparent;
    color: #ff6d4d;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: left;
}
.validate-error input, .validate-error textarea{
    background-color: #fff8e3;
    border-color: #ed9a77!important;
    color: #ff6d4d;
}
.validate-bg-rt-error {
    background-color: #ff0000;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
/* end validator */
.status {
    color: #ff6d4d;
    background: transparent!important;
}
.alert-warning {
    color: #ff6d4d;
    background: transparent!important;
}
.alert-success {
    color: #0220b1;
    background: transparent!important;
}
.clear{
    clear:both;
    float:none !important;
    font-size:1% !important;
    height:1% !important;
    line-height:1% !important;
    margin:0 !important;
    padding:0 !important;
    width:auto !important;
}
.booking-wrap-close, .book-now-wrap-close, .inquire-wrap-close, .signup-wrap-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-decoration: none;
    margin: -3px 3px;
}
.booking-wrap-close:hover,
.booking-wrap-close:focus,
.book-now-wrap-close:hover,
.book-now-wrap-close:focus,
.signup-wrap-close:hover,
.signup-wrap-close:focus,
.inquire-wrap-close:hover,
.inquire-wrap-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.booking-button {
    display: block;
    padding: 6px 10px;
    border: 1px solid #4f6aa3;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    background: #4f6aa3;
    width: 188px;
    text-align: center;
    font-size: 16px;
    position: fixed;
    margin-left: 556px;
    top: 565px;
}
.booking-button:hover, .booking-button:focus {
    color: #fff;
    background: #4f6aa3;
    text-decoration: none;
}
