@charset "utf-8";
/* CSS Document */


.section-room-detail {
    padding-bottom: 100px
}

.room-detail_img {
    margin-top: 45px
}

.room-detail_img .room_img-item h6 {
    background-color: rgba(51, 51, 51, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    color: #fff;
    padding: 15px 20px
}

.room-detail_img .apb-zoom {
    position: absolute;
    bottom: 65px;
    right: 12px;
    color: rgba(255, 255, 255, .6);
    font-size: 20px
}

.room-detail_img .apb-zoom:hover {
    color: #e7c130
}

.room-detail_thumbs {
    margin-top: 10px
}

.room-detail_thumbs .owl-item {
    padding: 0 5px
}

.room-detail_thumbs .owl-item.active a:before {
    border-color: #e7c130
}

.room-detail_thumbs a {
    display: block;
    position: relative
}

.room-detail_thumbs a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 4px solid transparent;
    pointer-events: none;
    z-index: 1
}

.room-detail_thumbs a:hover::before {
    border-color: #e7c130
}

.room-detail_thumbs .owl-next,
.room-detail_thumbs .owl-prev {
    width: 26px;
    text-align: center;
    background-color: #232323;
    border-width: 0;
    height: auto;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.room-detail_book .room-detail_form .awe-calendar-wrapper,
.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select {
    width: 100%
}

.room-detail_thumbs .owl-next:hover,
.room-detail_thumbs .owl-prev:hover {
    background-color: #e7c130;
    color: #fff
}

.room-detail_thumbs .owl-next .fa,
.room-detail_thumbs .owl-prev .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.room-detail_thumbs .owl-prev {
    left: 0
}

.room-detail_thumbs .owl-next {
    right: 0
}

.room-detail_book {
    background-color: #f1f1f1;
    margin-top: 45px
}

.room-detail_book .room-detail_total {
    padding: 20px 30px;
    text-align: center
}

.room-detail_book .room-detail_total h6 {
    color: #232323;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px
}

.room-detail_book .room-detail_total .price {
    margin-bottom: 0;
    margin-top: 10px;
    color: #898989;
    font-size: 18px;
    line-height: 1;
    font-family: Montserrat
}

.room-detail_book .room-detail_total .price .amout {
    font-weight: 700;
    font-size: 40px;
    color: #232323
}

.room-detail_book .room-detail_form {
    border-top: 1px solid #e4e4e4;
    padding: 0 30px 33px
}

.room-detail_book .room-detail_form label {
    display: block;
    clear: both;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px
}

.room-detail_book .room-detail_form .awe-calendar-wrapper .awe-calendar {
    border-width: 0;
    background-color: #fff;
    line-height: 30px;
    height: 30px;
    color: #898989;
    font-weight: 500
}

.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle {
    background-color: #fff;
    height: 30px;
    border-width: 0;
    line-height: 30px
}

.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret,
.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
    color: #333
}

.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
    padding: 7px 10px
}

.room-detail_book .room-detail_form .awe-btn {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    margin-top: 30px
}



.room-detail_tab-header {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 40px
}

.room-detail_tab-header li {
    border-bottom: 2px solid #e4e4e4;
    position: relative
}

.room-detail_tab-header li a {
    padding: 30px 0 10px;
    color: #232323;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.room-detail_tab-header li a:before {
    height: 2px;
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #e7c130
}

.room-detail_tab-header li.active a,
.room-detail_tab-header li:hover a {
    color: #e7c130; text-decoration: none;
}

.room-detail_tab-header li.active a:before,
.room-detail_tab-header li:hover a:before {
    width: 100%
}

.room-detail_tab-content {
    padding-top: 20px;
    position: relative;min-height:380px;
}

.room-detail_tab-content:before {
    border-left: 1px solid #e4e4e4;
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0
}

.room-detail_amenities,
.room-detail_overview {
    color: #232323;
    font-size: 14px;
    font-weight: 500
}

.room-detail_amenities h5,
.room-detail_amenities h6,
.room-detail_overview h5,
.room-detail_overview h6 {
    font-weight: 700;
    font-family: Hind
}

.room-detail_amenities p,
.room-detail_overview p {
    font-size: 14px;
    margin-bottom: 0
}

.room-detail_amenities h6,
.room-detail_overview h6 {
    text-transform: uppercase;
    color: #232323;
    font-size: 14px;
    margin-top: 25px
}

.room-detail_rates table th,
.room-package_item .text h4 {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase
}

.room-detail_amenities ul,
.room-detail_overview ul {
    padding-left: 17px;
    margin-bottom: 0;
    margin-top: 5px
}

.room-detail_amenities ul li,
.room-detail_overview ul li {
    padding: 4px 0
}

.room-detail_package .room-package_item {
    padding: 25px 0;
    border-bottom: 1px solid #e4e4e4
}

.room-detail_package .room-package_item:first-child {
    padding-top: 0
}

.room-detail_package .room-package_item:last-child {
    border-bottom: 0
}

.room-package_item {
    overflow: hidden
}

.room-package_item .img {
    float: left;
    width: 100px;
    margin-right: 30px
}

@media screen and (max-width:1199px) {
    
    .room-detail_book .room-detail_form .awe-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        width: 200px
    }
}

@media screen and (max-width:991px) {
    #footer .footer_top .mailchimp h4:before,
    .accomd-modations:before,
    .check-availability h2:before,
    .home-guestbook:before,
    .room-detail_tab-content:before {
        content: none
    }
    .section-room-detail {
        padding-bottom: 70px
    }
    .room-detail_tab-content {
        padding-top: 50px
    }
}

@media screen and (max-width:767px) {
   
}

@media screen and (max-width:600px) {
   
    .room-detail_rates {
        overflow-y: auto
    }
    .room-detail_rates table {
        width: 767px
    }
}

@media screen and (max-width:480px) {
   
    #footer .footer_top .mailchimp .mailchimp-form .input-text,
    .room-detail_amenities .row [class*=col-],
    .room-wrap-5 .row [class*=col-] {
        width: 100%
    }
    .room-detail_book .room-detail_total .price .amout {
        font-size: 30px
    }
    .room-detail_package .room-package_item .text {
        padding-right: 0
    }
    .room-detail_package .room-package_item .text .room-package_price {
        position: static;
        margin-top: 10px
    }
    .room-detail_package .room-package_item .text .room-package_price .price {
        display: inline-block;
        margin-right: 10px
    }
    .room-detail_img .room_img-item h6 {
        font-size: 12px;
        padding: 5px 20px
    }
}

@media screen and (max-width:320px) {
}