#ap-res-container {
    position: absolute;
    display: none;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    background: url('/images/res-back.png') repeat;
}

#ap-res-container #ap-res-content {
    position: relative;
    width: 90%;
    max-width: 1080px;
    min-height: 700px;
    margin: 50px auto;
    background: url('/images/res-form-back.png') repeat-x #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#close-res-form {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #0abbba;
    border: solid 1px #0abbba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-weight: 100;
}

#close-res-form:hover {
    font-weight: 200;
}

.ap-special-price-title {
    position: relative;
    font-size: 30px;
    color: #0d6389;
    font-weight: 100;
    margin-top: 50px;
}

.res-form-title-container {
    position: relative;
    margin-top: 20px;
    color: #0d6389;
    font-weight: 100;
}

.res-form-title-container .res-form-title {
    font-size: 45px;
}

.res-form-title-container .res-form-subtitle {
    font-size: 18px;
}

#reservation-form-container {
    position: relative;
    margin-top: 75px;
}

#reservation-form-container.special-prices {
    margin-top: 40px;
}

#res-form-aps {
    position: relative;
}

.res-form-ap-item {
    position: relative;
    padding-right: 70px;
    margin-bottom: 3px;
}

.res-form-ap-item .ap-data-box {
    position: relative;
    background: #ebf5f9;
    border: solid 1px #b0c5cd;
    padding: 11px 5px 13px 260px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #466d7e;
}

.res-form-ap-item .ap-data-box.special-price {
    padding-left: 15px;
    text-align: center;
    cursor: default;
}

.res-form-ap-item .ap-data-box .ap-title {
    position: absolute;
    left: 10px;
    top: 9px;
}

.res-form-ap-item .ap-data-box span {
    display: inline-block;
    vertical-align: middle;
}

.res-form-ap-item .ap-data-box .icon {
    width: 30px;
    height: 30px;
    border: solid 1px #b1c6ce;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
}

.res-form-ap-item .ap-data-box.active .icon {
    background: url('/images/res-ap-active.png') no-repeat center center;
}

.res-form-ap-item .ap-data-box .t {
    font-weight: 400;
}

.res-form-ap-item .ap-data-box .ap-details {
    display: inline-block;
}

.res-form-ap-item .ap-data-box .ap-detail-info-item {
    color: #466d7e;
    font-weight: 300;
    width: 150px;
    white-space: nowrap;
    font-size: 14px;
}

.res-form-ap-item .ap-data-box .ap-detail-info-item:nth-child(2), .res-form-ap-item .ap-data-box .ap-detail-info-item:nth-child(4), .res-form-ap-item .ap-data-box .ap-detail-info-item:nth-child(5) {
    width: 110px;
}

.res-form-ap-item .ap-data-box .ap-detail-info-item.kitchen {
    width: 200px;
}

.res-form-ap-item .ap-data-box .ap-detail-info-item strong, .ap-detail-info b {
    font-weight: 600;
}

.res-form-ap-item .ap-data-box .ap-detail-info-item span {
    display: inline-block;
    white-space: nowrap;
}

.res-form-ap-item .ap-data-box .ap-detail-info-item img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.res-form-ap-item .ap-price-container {
    color: #fff;
    background: #0abbba;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding-top: 2px;
}

.res-form-ap-item .ap-price-container.special-price {
    padding-top: 0;
}

.res-form-ap-item .ap-price-container strong {
    display: block;
    font-size: 18px;
    position: relative;
}

.res-form-ap-item .ap-price-container.special-price strong {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#res-confirm-container {
    position: relative;
    height: 44px;
    margin-top: 50px;
    text-align: center;
}

#res-confirm-container span.wait-msg {
    line-height: 44px;
    display: none;
}

.res-confirm {
    position: relative;
    font-weight: 300;
    width: 100%;
    max-width: 290px;
}

#res-form-contact {
    position: relative;
    margin-top: 40px;
    font-size: 14px;
}

#res-form-contact .col-2, #res-form-contact .col-4 {
    margin-bottom: 12px;
}

#res-form-contact .col-2 .col-2 {
    margin-bottom: 0;
}

#res-form-contact .res-form-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 120px;
    width: 100%;
}

#res-form-contact .col-3.small {
    margin-left: 50px;
}

#res-form-contact .res-payment {
    margin-top: 30px;
    position: relative;
}

#res-form-contact .res-form-item.right {
    float: right;
}

#res-form-contact .res-form-item .res-form-title {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    color: #215b75;
    font-weight: 600;
    width: 120px;
    text-align: right;
    padding-right: 20px;
}

#res-form-contact .res-form-item .res-form-title span.req {
    display: inline-block;
    color: #20c1c0;
    padding: 0 5px;
}

#res-form-contact .res-form-item .res-form-control {
    position: relative;
    display: inline-block;
    border: solid 1px #b0c5cd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 5px;
    background: #fff;
    width: 100%;
}

#res-form-contact .res-form-item .res-form-control.c1 {
    width: 100%;
}

#res-form-contact .res-form-item .res-form-control.c1 input#res-date-from, #res-form-contact .res-form-item .res-form-control.c1 input#res-date-to {
    display: inline-block;
    width: 67px;
}

#res-form-contact .res-form-item .res-form-control.c1 .date-info {
    font-size: 12px;
}

#res-form-contact .res-form-item .res-form-control.small {
    width: 40px;
}

#res-form-contact .res-form-item .res-form-control input, #res-form-contact .res-form-item .res-form-control textarea {
    position: relative;
    display: inline-block;
    border: none;
    resize: none;
    font-size: 12px;
    color: #215b75;
    width: 100%;
}

#res-form-contact .res-form-item .res-form-control input {
    height: 25px;
}

#res-form-contact .res-form-item .res-form-control input#res-street {
    width: 68% !important;
}

#res-form-contact .res-form-item .res-form-control input#res-street-no {
    width: 25% !important;
}

#res-form-contact .res-form-item .res-form-control span.sep {
    display: inline-block;
    width: 7%;
    text-align: center;
}

#res-form-contact .res-form-item .res-form-control textarea {
    width: 100%;
    height: 200px;
}

#payment-select {
    padding-top: 3px;
    position: relative;
}

#payment-select .payment-item {
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
}

#payment-select .payment-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #466d7e;
}

#payment-select .payment-item .icon {
    width: 18px;
    height: 18px;
    border: solid 1px #c0d1d7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#payment-select .payment-item .payment-title {
    margin-left: 4px;
}

#payment-select .payment-item.active .icon {
    background: url('/images/res-ap-active.png') no-repeat center center;
    background-size: 13px 13px;
}

#res-total-price {
    position: absolute;
    right: 12px;
    top: 0;
    font-size: 16px;
    font-weight: 100;
    color: #215b75;
}

#res-total-price div {
    font-size: 60px;
    font-weight: 300;
}

.no-free-apts {
    font-size: 22px;
    text-align: center;
    padding-top: 50px;
    position: relative;
}

/** RESERVATION CONFIRM **/
#reservation-confirm-msg {
    display: none;
    margin-top: 120px;
    position: relative;
}

#reservation-confirm-msg .msg {
    font-size: 26px;
    font-weight: 200;
    color: #215b75;
    margin-bottom: 30px;
}
/** END OF RESERVATION CONFIRM **/