/*-----booking form----*/

.caption-container {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 16;
}
.caption-title h1 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.carousel-control {
    position: absolute;
    top: 55%;
    border-radius: 50%;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 50px;
    line-height: 40px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 5;
    opacity: 0.75;  
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control.left i, .carousel-control.right i {
    font-size: 1.7em;
}
.reserve-form p {
    display: inline-block;
}

input[type="text"] {
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.51);
    border: 2px solid #fff;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
input[type="text"]:focus {
    outline: none;
}
select,
#datepicker {
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.51);
    border: 2px solid #fff;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
select:focus {
    outline: none;
}
.reserve-form a,
.reserve-form a:focus {
        border: 2px solid #fff;

    color: #063852;
    text-decoration: none;
    outline: none;
    font-weight: 600;
}
.reserve-form a:hover {
    text-decoration: none;
    color: #000;
    outline: none;
}
::-webkit-input-placeholder {
    color: #fff;
}
.form-btn {
    text-transform: uppercase;
    padding: 10px 10px;
    /*background-color: rgb(240, 129, 15);*/
    background-color:#fff;
    border: 2px solid #fff
    transition: background-color 0.2s linear;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
.form-btn:hover,
.form-bottom:focus {
    border: 2px solid #fff;
    background-color: #fff;
    outline: none;
}
span.icon-calendar {
    position: absolute;
    color: #fff;
    font-weight: 600;
    margin-left: -30px;
    line-height: 2.8;
}
/*-----booking form----*/

.item img {
    width: 100%;
    height: auto;
}
div#myCarousel:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
    z-index: 2;
}
#slider {
    position: relative;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    /*background-color: rgba(255, 255, 255, 0.39);*/
}
.carousel-indicators li {
    border: 2px solid #fff;
}
/*--form--*/

.lbl-title,
.select-lbl {
    margin-bottom: 0;
}
.main-wrapper {
    position: absolute;
    top: 20%;
    width: 100%;
}
.reservation {
    position: relative;
    background-color: #fff;
    height: auto;
    width: 415px;
    float: right;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.form-container {
    padding: 30px;
}
.form-container h3 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    margin-left: -5px;
}
.form-container select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
input.datepicker:focus {
    outline: none;
}
.form-container select:focus {
    outline: none;
}
label.select-lbl,
select {
    position: relative;
}
label.select-lbl:after {
    content: '\f107';
    position: absolute;
    font: normal 14px/1 'fontawesome';
    right: 10px;
    z-index: 1;
    top: 13px;
}
.form-container select:after {
    content: '';
    background-color: red;
}
.form p {
    display: inline-block;
}
.first-row p {
    width: 175px;
}
.first-row p label {
    float: left;
    clear: both;
}
.first-row p input {
    float: left;
    clear: both;
    margin-top: 5px;
    padding: 4px 10px;
    background-color: transparent;
    color: #3d3d3d;
    border: 1px solid #063852;
    width: 163px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.second-row p {
    width: 115px;
}
.second-row p label {
    float: left;
    clear: both;
}
.second-row p select {
    float: left;
    clear: both;
    margin-top: 5px;
    width: 105px;
    padding: 5px;
    background-color: transparent;
    color: #3d3d3d;
    border: 1px solid #063852;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.second-row p select:focus {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.res-book-now {
    background-color: #063852;
    border: 2px solid #063852;
    color: #fff;
    padding: 6px 130px;
    text-transform: uppercase;
    margin-top: 7px;
    font-weight: 700;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
}
.res-book-now:hover {
    background-color: transparent;
    color: #063852;
    text-decoration: none;
}
.fa-padding {
    padding-right: 4px;
}
@media (max-width: 420px) {
    .carousel-indicators {
        display: none;
    }
}
@media (min-width: 300px) {
    .main-wrapper {
        position: relative;
        top: 0;
        width: 100%;
    }
    .form-container {
        text-align: center;
    }
    .reservation {
        position: relative;
        top: 0;
        background-color: #f9f9f9;
        border-bottom: 1px solid #dadada;
        height: auto;
        width: 100%;
        right: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .first-row p {
        width: 127px;
    }
    .first-row p input {
        width: 118px;
    }
    .second-row p {
        width: 84px;
    }
    .second-row p select {
        width: 75px;
    }
    .res-book-now {
        padding: 6px 84px;
    }
    .res-book-now {
        padding: 6px 85px;
        margin-left: -6px;
    }
    .header-right ul li {
        padding: 0;
    }
}
@media (min-width: 300px) and (max-width: 491px) {
    .reserve-form p {
        display: table;
        margin-bottom: 15px;
        margin: 10px auto;
    }
    .bkt-mrgin {
        margin-top: 20px !important;
    }
    .caption-container {
        text-align: center;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 20px;
        background-color: #f9f9f9;
        padding-bottom: 40px;
        border-bottom: 1px solid #dadada;
    }
    .caption-title h1 {
        color: #063852;
        font-size: 1.4em;
    }
    input[type="text"] {
        border: 2px solid #dadada;
        color: #3d3d3d;
        padding: 8px 20px;
        width: 270px;
        background: transparent;
    }
    span.icon-calendar {
        color: #3d3d3d;
    }
    select {
        background: transparent;
        border: 2px solid #dadada;
        color: #3d3d3d;
        padding: 8px 15px;
        width: 270px;
    }
    .reserve-form a {
        color: #3d3d3d;
    }
    .reserve-form a:hover {
        color: #fff;
    }
    .form-btn {
        background: transparent;
        border: 2px solid #dadada;
        padding: 10px 90px;
    }
    .form-btn:hover {
        border: 2px solid #063852;
        background-color: #063852;
    }
}
@media (min-width: 492px) and (max-width: 767px) {
    .caption-container {
        text-align: center;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 20px;
        background-color: #f9f9f9;
        padding-bottom: 40px;
        border-bottom: 1px solid #dadada;
    }
    .caption-title h1 {
        color: #063852;
    }
    input[type="text"] {
        border: 2px solid #dadada;
        color: #3d3d3d;
        background: transparent;
    }
    span.icon-calendar {
        color: #3d3d3d;
    }
    select {
        border: 2px solid #dadada;
        color: #3d3d3d;
        background: transparent;
    }
    .reserve-form a, .reserve-form a:focus {
        color: #063852;
    }
    .reserve-form a:hover {
        color: #fff;
    }
    .form-btn {
        background: transparent;
        border: 2px solid #dadada;
    }
    .form-btn:hover {
        border: 2px solid #063852;
        background-color: #063852;
    }
}
@media (max-width: 470px) {
    .rooms-img-caption {
        width: 160px;
        height: 160px;
        background-color: #fff;
        position: absolute;
        z-index: 10;
        padding: 0px 23px;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-wrapper {
        position: relative;
        top: 0;
        width: 100%;
    }
    .reservation {
        position: relative;
        top: 0;
        background-color: #f9f9f9;
        border-bottom: 1px solid #dadada;
        height: auto;
        width: 100%;
        right: 0;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .form div {
        display: inline-block;
    }
    .res-book-now {
        padding: 6px 309px;
        margin-left: -8px;
    }
    .first-row p {
        width: 173px;
    }
    .first-row p input {
        float: left;
        clear: both;
        margin-top: 5px;
        padding: 4px 10px;
        background-color: transparent;
        color: #3d3d3d;
        border: 1px solid #063852;
        width: 163px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .second-row p {
        width: 115px;
    }
    .second-row p select {
        float: left;
        clear: both;
        margin-top: 5px;
        width: 105px;
        padding: 5px;
        background-color: transparent;
        color: #3d3d3d;
        border: 1px solid #063852;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}
@media (max-width: 991px) {
    .padding-xs {
        padding-bottom: 20px;
    }
    .no-space {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .btn-container {
        padding: 20px 10px 20px 475px;
    }
    .custom-list {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .main-wrapper {
        position: absolute;
        top: 23%;
        width: 100%;
    }
    .reservation {
        position: relative;
        background-color: #fff;
        border-bottom: 1px solid transparent;
        height: auto;
        width: 415px;
        float: right;
        top: 0;
        vertical-align: middle;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .form-container select:after {
        content: '';
        background-color: red;
    }
    .first-row p {
        width: 175px;
    }
    .first-row p input {
        float: left;
        clear: both;
        margin-top: 5px;
        padding: 4px 10px;
        background-color: transparent;
        color: #3d3d3d;
        border: 1px solid #063852;
        width: 163px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .second-row p {
        width: 115px;
    }
    .second-row p select {
        float: left;
        clear: both;
        margin-top: 5px;
        width: 105px;
        padding: 5px;
        background-color: transparent;
        color: #3d3d3d;
        border: 1px solid #063852;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .res-book-now {
        background-color: #063852;
        border: 2px solid #063852;
        color: #fff;
        padding: 6px 130px;
        text-transform: uppercase;
        margin-top: 7px;
        font-weight: 700;
    }
    .btn-container {
        padding: 20px 10px 20px 375px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .main-wrapper {
        top: 17%;
    }
}
/*---carousel-fade*/
.carousel-fade 
    .carousel-inner 
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }




