/*
@package Inwave Event
@version 1.0.0
@created May 4, 2015
@author Inwavethemes
@email inwavethemes@gmail.com
@website http://inwavethemes.com
@support Ticket https://inwave.ticksy.com/
@copyright Copyright (c) 2015 Inwavethemes. All rights reserved.
@license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
.text-about-us {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
/* ===== Heading ===== */
/* Style 1 */
.iw-heading {
    margin: 0 auto;
}
.iw-heading.style1 .iwh-title {
    font-size: 80px;
    line-height: 86px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
}
.iw-heading.style1 .iwh-sub-title {
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #999999;
    font-weight: 600;
}
.iw-heading.style1 .iwh-description {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
/* Style2 */

.iw-heading.style2 {
    text-align: right;
}
.iw-heading.style2 .iwh-title {
    font-size: 58px;
    line-height: 75px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
}
.iw-heading.style2 .iwh-sub-title {
    position: relative;
    z-index: 0;
}
.iw-heading.style2 .iwh-sub-title span {
    font-size: 16px;
    color: #949494;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-left: 10px;
    background: #ffffff;
    display: inline-block;
}
.iw-heading.style2 .iwh-sub-title span:after {
    content: "";
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1;
    border-bottom: 2px solid #e3e3e3;
}
.iw-heading.style2 .iwh-description {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

/* Style3 */
.iw-heading.style1.style3 .iwh-title {
    color: #ffffff;
}
.iw-heading.style1.style3 .iwh-sub-title {
    color: #ffffff;
}
.iw-heading.style3 .iwh-description {
    color: #ffffff;
}
.iw-heading.style1.style3 .line-wave {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 68px;
    background: url("../images/line-ware-heading.png") repeat-x;
    margin: 22px 0 20px;
}

/* ========== Posts ========== */
.iw-posts .post-item {
    background: #ffffff;
}
.iw-posts .post-item img {
    width: 100%;
}
.iw-posts .post-item .post-info {
    padding: 20px 30px 30px;
}
.iw-posts .post-item .post-info {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.iw-posts .post-item:hover .post-info {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}
.iw-posts .post-item .post-info .post-date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 10px;
}
.iw-posts .post-item .post-info .post-title h3 {
    margin: 0;
}
.iw-posts .post-item .post-info .post-title a {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.iw-posts .post-item .post-info .read-more {
    font-size: 13px;
    font-weight: 700;
    color: #cccccc;
    margin-top: 25px;
    display: inline-block;
}

/* ========== Gallery ========== */
.iw-slider-gallery.style3 {
    margin: 0 auto;
    position: relative;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 15px 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px 10px rgba(0, 0, 0, 0.1);
}
.iw-slider-gallery .gallery-item img {
    width: 100%;
}
.iw-slider-gallery .owl-theme .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.iw-slider-gallery .owl-theme .owl-controls .owl-page {
    width: 10px;
    height: 10px;
    border: 1px #ffffff solid;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.iw-slider-gallery .owl-theme .owl-controls .owl-page span {
    margin: 1px auto 0;
    background: none;
    width: 6px;
    height: 6px;
    opacity: 1;
}
.iw-slider-gallery .owl-theme .owl-controls .owl-page.active span {
    background: #ffffff;
}
.iw-more-gallery {
    text-align: center;
    margin: 90px 0 15px;
}
.iw-more-gallery a {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 6px 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.iw-more-gallery a:hover, .iw-more-gallery a:focus {
    color: #000000;
}
.iw-more-gallery a:before, .iw-more-gallery a:after {
    background: #999999 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
.iw-more-gallery a:before {
    transform: translateY(-20px);
}
.iw-more-gallery a:after {
    transform: translateY(20px);
}
.iw-more-gallery a:hover::before, .iw-more-gallery a:focus::before {
    transform: rotate(45deg);
    opacity: 0.6;
}
.iw-more-gallery a:hover::after, .iw-more-gallery a:focus::after {
    transform: rotate(-45deg);
    opacity: 0.6;
}
.iw-slider-gallery.style4 .gallery-item {
    position: relative;
}
.iw-slider-gallery.style4 .gallery-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}
.iw-slider-gallery.style4 .owl-item:hover .overlay, .iw-slider-gallery.style4 .gallery-item:hover .gallery-content {
    opacity: 1;
}
.iw-slider-gallery.style4 .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    padding: 0 40px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.iw-slider-gallery.style4 .gallery-item .gallery-content h3.title {
    font-size: 45px;
    color: #ffffff;
    line-height: 50px;
    margin: 0 0 15px;
}
.iw-slider-gallery.style4 .gallery-item .gallery-content .gallery-categories {
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
}
.iw-slider-gallery.style4 .owl-theme .owl-controls {
    display: none !important;
}

/* ========== Testimonials ========== */
.info-testimonials .testimonials {
    font-family: "Playfair Display";
    font-size: 24px;
    color: #333333;
    font-style: italic;
    line-height: 36px;
}
.info-testimonials .testimonials:before {
    content: "“";
}
.info-testimonials .testimonials:after {
    content: "”";
}
.iw-star-rating {
    position: relative;
    color: #f6ab09;
    text-align: center;
    height: 20px;
    width: 104px;
    font-size: 18px;
    margin: 30px auto 70px;
}
.iw-star-rating::before {
    color: #d3ced2;
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    letter-spacing: 5px;
}
.iw-star-rating span.rating {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 20px;
    position: absolute;
    top: 0;
}
.iw-star-rating span.rating::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    letter-spacing: 5px;
}
.info-testimonials .testimonials-author {
    font-size: 14px;
    color: #000000;
    margin: 25px 0;
}
.info-testimonials .testimonials-author .author {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.info-testimonials .testimonials-author .text {
    color: #999999;
}
.info-testimonials.style2 .testimonials, .info-testimonials.style2 .testimonials-author .author,
.info-testimonials.style2 .testimonials-author {
    color: #ffffff;
}
.info-testimonials.style2 .testimonials-author .tex {
    color: #cccccc;
}
.info-testimonials.style2 .testimonials-author .review-from {
    border-bottom: 1px #ffffff solid;
}
.info-testimonials.style2 .iw-star-rating {
    margin-bottom: 45px;
}

/* ========== Text block contact ========== */
.contact-address .city {
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px;
}
.email .black-color {
    color: #000000;
}
.gray-color {
    color: #666666;
}
.light-gray-color {
    color: #cccccc;
}
.contact-address .address {
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-address .email {
    font-size: 16px;
    margin-bottom: 60px;
}
.contact-address .email .label {
    font-family: "Playfair Display";
    padding: 0;
}
.contact-address .email .label {
    font-family: "Playfair Display";
}
.contact-address .phone {
    font-size: 14px;
}
.contact-address .phone .phone-number {
    font-size: 36px;
    line-height: 48px;
    margin-top: 15px;
}

.contact-address-v2 {
    text-align: center;
    color: #ffffff;
}
.contact-address-v2 .city {
    font-family: Playfair Display, serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-address-v2 .address {
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-address-v2 .email {
    font-size: 16px;
    margin-bottom: 50px;
}
.contact-address-v2 .email .label {
    font-family: Playfair Display, serif;
}
.contact-address-v2 .phone .text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-address-v2 .phone .phone-number {
    font-family: Prata, serif;
    font-size: 36px;
    line-height: 50px;
}

/* ========== Check Availability ========== */
.iw-check-availability {
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.iw-check-availability .check-out .ui-datepicker-calendar {
    width: calc(100% + 1px) !important;
}
.iw-check-availability .availability-date > .ui-datepicker {
    background: #ffffff;
    position: absolute;
    z-index: 99;
	width:281px;
}
.iw-check-availability .ui-datepicker-calendar td span.ui-state-default{
	color:#838383;
}
.iw-check-availability .availability-date > .ui-datepicker .ui-datepicker-header {
    border: 1px rgba(51, 51, 51, 0.1) solid;
    border-bottom: none;
    padding: 5px 15px;
    text-align: center;
}
.iw-check-availability .availability-date > .ui-datepicker a.ui-datepicker-prev {
    float: left;
    cursor: pointer;
}
.iw-check-availability .availability-date > .ui-datepicker a.ui-datepicker-next {
    float: right;
    cursor: pointer;
}
.iw-check-availability .ui-datepicker td a.ui-state-default {
    color: #232323;
}
.iw-check-availability .ui-datepicker .ui-state-disabled td a.ui-state-default {
    color: #838383;
}
.iw-check-availability .ui-datepicker td.ui-datepicker-current-day a.ui-state-default{
    color: #fff;
    background: #84a016;
}
.iw-check-availability .form-group {
    margin: 0;
}
.iw-check-availability .form-group .row {
    margin: 0;
}
.iw-check-availability .form-group .item {
    padding: 36px 0;
    height: 171px;
}
.iw-check-availability .form-group .item .border {
    padding: 0 36px;
    border-right: 1px #e0e0e0 solid;
    position: relative;
}
.iw-check-availability .form-group .item .guests.border {
    border-right: none;
}
.iw-check-availability .form-group .item label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 15px;
}
.iw-check-availability .form-group input {
    background: none;
    border: none;
    box-shadow: none;
}
.iw-check-availability .form-group .input-group.date {
    position: relative;
    width: 100%;
}
.iw-check-availability .form-group .datepicker-holder {
    font-family: 'Prata', serif;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    line-height: 1;
}
.iw-check-availability .form-group .datepicker-holder strong {
    font-size: 50px;
    font-weight: 400;
}
.iw-check-availability .form-group .input-group-addon {
    background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 29px;
    right: 10px;
    padding: 0;
    color: #000000;
}
.iw-check-availability .ui-datepicker-calendar {
    margin: 0;
}
.iw-check-availability .ui-datepicker-header {
    position: relative;
}
.iw-check-availability .ui-datepicker-prev, .iw-check-availability .ui-datepicker-next {
    position: absolute;
}
.iw-check-availability .ui-datepicker-prev, .iw-check-availability .ui-datepicker-next {
    top: 20px;
}
.iw-check-availability .ui-datepicker-prev{
    left: 10px;
}
.iw-check-availability .ui-datepicker-next{
    right: 10px;
}
.iw-check-availability .ui-datepicker .ui-datepicker-title {
    margin: 10px 0;
}
.datepicker {
    max-width: 270px;
}
.datepicker td, .datepicker th {
    width: 30px;
    color: #000000;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #000000;
}
.datepicker .table-condensed {
    border-width: 0;
}
.datepicker td.day.disabled {
    color: #999999;
}
.guests .guest-numbers {
    font-family: 'Prata', serif;
    font-size: 60px;
    line-height: 1;
    color: #000000;
    text-transform: capitalize;
    padding: 0;
    background: none;
    width: 100%;
}
.guests span.select-guest {
    position: absolute;
    top: 72px;
    right: 36px;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
}
.guests .dropdown-guest {
    border: 1px #ededed solid;
    background: #ffffff;
    position: relative;
    z-index: 999999;
    padding: 0 10px;
}
.guests .dropdown-guest ul li {
    font-size: 18px;
    color: #999999;
    padding: 0 10px;
    list-style: none;
    border-bottom: 1px #ededed solid;
    cursor: pointer;
    line-height: 50px;
}
.guests .dropdown-guest ul li:last-child {
    border: none;
}
.iw-check-availability .form-group .item.availability {
    background: #dbe2e3;
    padding: 36px;
}
.check-availability > span {
    font-size: 14px;
    color: #3399cc;
    display: block;
    margin-bottom: 21px;
}
.iw-check-availability .action-availability a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 0;
    background: #84a016;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.iw-check-availability .form-group button.input-button{
    height:54px;
    line-height:54px;
    border:none;
    padding:0 30px;
    border-radius:3px;
    width: 100%;
    text-transform: uppercase;
}
.iw-check-availability .form-group .action-availability {
    position: relative;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    overflow: hidden;
}
.iw-bt-effect span,
.iw-bt-effect i {
    position: absolute;
    display: inline-block;
    top: 14px;
    width: 100%;
    line-height: 24px;
    text-align: center;
}
.iw-bt-effect span {
    left: 0;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
}
.iw-bt-effect i {
    right: 100%;
    font-size: 25px;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
}
.iw-bt-effect:hover span {
    left: 100%;
}
.iw-bt-effect:hover i {
    right: 0;
}
/* ========== Rooms Slider ========== */
.iwb-rooms-slider .iw-slider li .img {
    height: 870px;
    background-size: cover !important;
    max-height: 870px;
}
.iwb-rooms-slider {
    background: #ffffff;
}
.iwb-rooms-slider .row > div {
    padding: 0;
}
.iwb-rooms-slider .nav-thumbnail {
    padding: 100px 70px 0;
}
.iwb-rooms-slider .nav-thumbnail h3.title-block {
    font-size: 60px;
    color: #000000;
    margin: 10px 0 60px;
}
.iwb-rooms-slider .nav-thumbnail .sub-title-block {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.iwb-rooms-slider .flexslider {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.iwb-rooms-slider .iw-carousel ul.slides {
    -webkit-transform : translate3d(0, 0, 0) !important;
    transform : translate3d(0, 0, 0) !important;
    width: auto !important;
}
#scrollbox3 {
    overflow: auto;
    width: 100% !important;
    height: 400px;
    padding: 0 6px 0 0 !important;
    margin-bottom: 30px;
}
.enscroll-track.track3 {
    z-index: 9999;
}
.track3 {
    width: 6px;
    background: #e9e9e9;
    margin-right: 2px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}
.track3:hover, .track3.dragging {
    background: #d9d9d9;
}
.handle3 {
    width: 6px;
    right: 0;
    background: #0a252e;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.iwb-rooms-slider .iw-carousel ul.slides li {
    float: none !important;
    list-style: none;
    width: 100% !important;
    padding: 15px;
    cursor: pointer;
}
.iwb-rooms-slider .iw-carousel ul.slides li.flex-active-slide,
.iwb-rooms-slider .iw-carousel ul.slides li:hover {
    background: #efeeee;
}
.iwb-rooms-slider .iw-carousel ul.slides li {
    margin: 0 !important;
}
.iwb-rooms-slider .iw-carousel ul.slides li .img-wrap {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
.iwb-rooms-slider .iw-carousel ul.slides li .info-wrap {
    overflow: hidden;
}
.iwb-rooms-slider .iw-carousel ul.slides li .info-wrap h3 {
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 30px;
    margin: 15px 0 5px;
}
.iwb-rooms-slider .iw-carousel ul.slides li .info-wrap .price-room {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.iwb-rooms-slider .iw-carousel ul.slides li .info-wrap .price-room span {
    font-size: 14px;
    color: #999999;
}

/* ========== Rooms listing ========== */
.iwb-rooms-grid .room-inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    position: relative;
}
.iwb-rooms-grid .room-inner:hover {
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
.iwb-rooms-grid .img-wrap {
    background-size: cover !important;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.iwb-rooms-grid .room-info {
    padding: 10px 25px 20px 30px;
    width: 50%;
    float: right;
}
.iwb-rooms .room-info h3.title {
    margin: 15px 0 5px;
}
.iwb-rooms .room-info h3.title a {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
}
.iwb-rating {
    margin-bottom: 12px;
}
.iwb-rooms .iwb-rating .iw-star-rating {
    margin: -2px 10px 0 0;
    float: left;
    font-size: 14px;
    width: 86px;
}
.iwb-rating .rating-count {
    font-size: 13px;
    color: #999999;
}
.iwb-rooms .room-info ul li {
    font-weight: 600;
    list-style: none;
    font-size: 13px;
    color: #cccccc;
    text-transform: capitalize;
}
.iwb-rooms .room-info ul li span {
    color: #000000;
    font-weight: 400;
}
.iwb-rooms .room-info ul li.available span {
    font-weight: 600;
}
.iwb-rooms .room-info ul li.available span {
    color: #99cc00;
}
.iwb-rooms .room-info ul li.available span.room-left {
    color: #ff0000;
}
.iwb-rooms-grid .room-info .detail-price {
    padding-top: 15px;
    border-top: 1px #cccccc solid;
    margin-top: 25px;
    font-size: 14px;
}
.iwb-rooms-grid .room-info .detail-price a {
    color: #000000;
}
.iwb-rooms-grid .room-info .detail-price .iwb-price {
    font-size: 12px;
    color: #999999;
    float: right;
}
.iwb-rooms .room-info .detail-price .iwb-price .price {
    font-weight: 600;
    color: #cc0000;
}
.iwb-rooms .room-inner:hover .room-info .detail-price .text {
    text-decoration: underline #8f8f8f;
}

.iwb-rooms-list .element-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 200px;
}
.iwb-rooms-list .img-wrap {
    background-size: cover !important;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.iwb-rooms-list .item-even .img-wrap {
    right: auto;
    left: 0;
}
.iwb-rooms-list .room-info {
    padding: 0 180px;
    width: 60%;
    float: left;
    text-align: left;
    position: relative;
}
.iwb-rooms-list .item-even .room-info {
    float: right;
    text-align: right;
}
.iwb-rooms-list .item-odd .room-info .content {
    padding-left: 220px;
}
.iwb-rooms-list .item-even .room-info .content {
    padding-right: 220px;
}
.iwb-rooms-list .iwb-rating {
    margin-bottom: 27px;
}
.iwb-rooms-list .item-even .iwb-rating .iw-star-rating {
    float: right;
}
.iwb-rooms-list .iwb-rating .rating-count {
    display: inline-block;
}
.iwb-rooms-list .item-even .iwb-rating .rating-count {
    float: right;
}
.iwb-rooms .iwb-rooms-list .room-info h3.title a {
    font-size: 60px;
    line-height: 60px;
}
.iwb-rooms .iwb-rooms-list .room-info h3.title {
    margin: 0 0 65px;
}
.iwb-rooms-list .room-info .description {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 25px;
}
.iwb-rooms-list .room-info .detail-price {
    color: #cccccc;
    font-size: 18px;
    margin-bottom: 35px;
}
.iwb-rooms-list .room-info .detail-price .time {
    color: #000000;
}
.iwb-rooms .iwb-rooms-list .room-info .detail-price .iwb-price .price {
    font-size: 36px;
}
.iwb-rooms .iwb-rooms-list .room-info .description p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 30px;
}
.iwb-rooms .iwb-rooms-list .room-info .view-detail {
    margin-top: 35px;
}
.iwb-rooms .iwb-rooms-list .room-info .view-detail a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.iwb-rooms .iwb-rooms-list .room-info .category-number {
    position: absolute;
    left: 90px;
    top: 0;
    height: 370px;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}
.iwb-rooms .iwb-rooms-list .item-even .room-info .category-number {
    left: auto;
    right: 90px;
}
.iwb-rooms .iwb-rooms-list .room-info .category {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 20% 100%;
    transform-origin: 25% 100%;
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    white-space: nowrap;
    width: 250px;
    position: absolute;
    top: 186px;
    left: 0;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.iwb-rooms .iwb-rooms-list .item-even .room-info .category {
}
.iwb-rooms .iwb-rooms-list .room-info .number {
    bottom: 20px;
    color: #999999;
    font-size: 24px;
    font-weight: 600;
    left: calc(50% - 15px);
    position: absolute;
}
.iwb-rooms.list .load-more-post button.load-more {
    margin-top: 0;
}

/*=========== ROOM DETAIL ===========*/

.page-heading.heading-room-single {
    background-size: cover !important;
    position: relative;
}
.page-heading.heading-room-single:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.page-heading.heading-room-single .container-inner-2 {
    top: calc(50% - 45px);
}
.page-heading.heading-room-single .container-inner {
    z-index: 9;
    height: 630px;
}
.page-heading.heading-room-single .iw-heading-title h1 {
    color: #ffffff;
}
.page-heading.heading-room-single li {
    color: #ffffff;
}
.page-heading.heading-room-single .breadcrumbs li a {
    color: #ffffff;
}
.page-heading.heading-room-single .breadcrumbs li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.room-detail{
    position:relative;
    z-index:9;
    background: #eeeeee;
}
.room-detail .iw-check-availability {
    margin: -90px 0 120px;
}
.room-detail .room-content-title{
    font-size:48px;
    color:#000;
    font-weight:bold;
    margin:0 0 75px 0;
    line-height:1;
    text-align:center;
}
.room-detail .room-content {
    background: #ffffff;
}
.room-detail .room-desc{
    text-align:center;
}
.room-detail .room-service-item{
    font-size:14px;
    color:#666;
    line-height:30px;
}
.room-detail .room-service-item i{
    font-size:18px;
    color:#cccccc;
    margin-right:13px;
}
.room-detail .room-service-item i.ion-checkmark-circled{
    color:#9dcd08;
}


.room-related{
    background:#eee;
    padding-top:110px;
    padding-bottom:145px;
}
.iwb-rooms-related{
    margin:0 -15px;
}
.iwb-rooms-related .rooms-related-item{
    padding:15px;
}
.iwb-rooms-related .rooms-related-item-inner{
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.1);
    border:1px solid #e2e2e2;
    background:#fff;
}
.iwb-rooms-related .rooms-related-item-inner img {
    width: 100%;
}
.iwb-rooms-related .room-related-detail{
    padding:0 29px;
}
.iwb-rooms-related .title{
    margin:25px 0 5px 0;
    font-size:18px;
    font-weight:bold;
}
.iwb-rooms-related .title a{
    color:#000;
}
.iwb-rooms-related .star-rating {
    color: #999999;
}
.iwb-rooms-related .star-rating .rating {
    color: #f6ab09;
}
.iwb-rooms-related .room-related-footer{
    border-top:1px solid #ccc;
    padding-top:14px;
    padding-bottom:16px;
    margin-top:25px;
}
.iwb-rooms-related .read-more{
    float:left;
}
.iwb-rooms-related .read-more a{
    color:#000;
    font-size: 14px;
}
.iwb-rooms-related .price-starting{
    float:right;
    color:#999;
    font-size: 12px;
}
.iwb-rooms-related .price-starting span{
    color:#cc0000;
    font-weight:600;
    font-size: 14px;
}
.iwb-rooms-related .room-related-info-list{
    font-size:13px;
    font-weight:600;
    color:#000;
    margin-top:14px;
}
.iwb-rooms-related .room-related-info-list .room-info-value {
    font-weight: 400;
}
.iwb-rooms-related .room-related-info-list .room-info-value.available {
    font-weight: 600;
}
.iwb-rooms-related  .room-info-label{
    color:#ccc;
}
.iwb-rooms-related .room-info-value.red{
    color:#ff0000;
}
.iwb-rooms-related .room-info-value.green{
    color:#99cc00;
}
.room-detail .room-service{
    padding-top:100px;
}
.room-detail .room-extrafields{
    padding-top:100px;
}
.room-detail .room-extrafields{
    padding-top:100px;
}
.room-extrafield-item{
    margin-bottom: 8px;
}
.room-extrafield-item label{
    margin-bottom: 0;
}
.room-detail .room-gallery-inner{
    background:#fff;
    padding:20px;
    position:relative;
    z-index:2;
}
.room-detail .room-gallery{
    position:relative;
    z-index:1;
    margin-bottom:83px;
}
.room-detail .room-comment{
    margin-bottom:50px;
    padding-top: 100px;
}
.room-detail .room-gallery:before{
    position:absolute;
    content:'';
    top:95px;
    bottom:0;
    left:80px;
    right:80px;
    width:calc(100% - 160px);
    height:calc(100% - 100px);
    z-index:-1;
    opacity:0.5;
    box-shadow:0 0 50px 12px rgba(0,0,0,1);
}
.room-detail .img-bg{
    height: 600px;
    background-size: cover !important;
}
.room-detail .room-price-info{
    text-align:center;
    color:#999;
    text-transform:uppercase;
    font-size:18px;
    line-height:normal;
    font-weight:600;
    padding-bottom:85px;
}
.room-detail .room-price-info span{
    color:#262521;
}
.room-detail .room-price-info span.price{
    font-size:48px;
    color:#cc0000;
}
.room-detail .room-desc{
    padding-top:120px;
}
.room-detail .room-gallery .owl-theme .owl-controls{
    z-index:9;
    margin: 0;
}

.room-detail .room-gallery .owl-theme .owl-buttons .owl-prev,
.room-detail .room-gallery .owl-theme .owl-buttons .owl-next{
    height:86px;
    width:50px;
    line-height:86px;
    text-align:center;
    font-size:30px!important;
    border-radius:0;
    color:#fff!important;
    background:#000!important;
    opacity:0.5!important;
    padding:0!important;
    margin:0;
}
.room-detail .room-gallery .owl-theme .owl-buttons .owl-prev{
    left:0;
}
.room-detail .room-gallery .owl-theme .owl-buttons .owl-next{
    right:0;
}
.room-detail .room-gallery .owl-theme .owl-buttons .owl-prev:hover,
.room-detail .room-gallery .owl-theme .owl-buttons .owl-next:hover{
    opacity:0.75!important;
}
.room-detail .room-gallery .owl-theme .owl-controls .owl-page span{
    margin:0;
    height:8px;
    width:10px;
    margin:0 5px;
    background:url(../images/bg-room-gallery-button.png) top left scroll no-repeat transparent;
    opacity:1;
}
.room-detail .room-gallery .owl-theme .owl-controls .owl-page.active span{
    background:url(../images/bg-room-gallery-button.png) bottom left scroll no-repeat transparent;
}
.room-detail .room-gallery .owl-theme .owl-controls .owl-pagination{
    position:absolute;
    bottom:40px;
    width:100%;
    z-index:3;
}
.room-detail .form-comment h3.comment-reply-title, .room-detail .commentList .comments-title {
    font-size: 48px;
    text-align: center;
    border: none;
    margin-bottom: 0;
}
.room-detail .commentList .comments-title {
    margin-bottom: 75px;
}
.room-detail .room-comment .comment-form .comment-form-rating {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 105px;
}
.room-detail .room-comment .comment-form .comment-form-rating .tmp_fs {
    background-position: left -59px;
}
.room-detail .room-comment .comment-form .comment-form-rating .tmp_es {
    background-position: left -2px;
}
.room-detail .comment-respond .commentFormField input.input-text, .room-detail .comment-respond .commentFormField textarea {
    font-size: 14px;
}
.room-detail .comment-respond .commentFormField input::-moz-placeholder, .room-detail .comment-respond .commentFormField textarea::-moz-placeholder,
.room-detail .comment-respond .commentFormField input::-webkit-input-placeholder, .room-detail .comment-respond .commentFormField textarea::-webkit-input-placeholder {
    opacity: 1;
}
.room-detail .comment-respond .commentFormField input.input-text:focus, .room-detail .comment-respond .commentFormField textarea:focus {
    color: #000000;
    border-color: #000000;
}
.room-detail .comment-respond .form-submit {
    text-align: center;
}
.room-detail .comment-respond input.btn-submit {
    background: none;
    border: none;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 0 5px;
    text-transform: uppercase;
    line-height: 26px;
    height: auto;
    border-bottom: 1px #000000 solid;
    margin: 15px 0 100px;
}
.room-detail ul.comment_list .commentRight {
    position: relative;
}
.room-detail ul.comment_list .commentRight {
    padding: 20px 25px 30px;
}
.room-detail ul.comment_list .commentRight:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 15px solid #f6f6f6;
}
.room-detail ul.comment_list .commentRight .content-cmt .name-cmt {
    float: left;
    font-weight: 700;
}
.room-detail ul.comment_list .commentRight .content-cmt .line {
    float: left;
    margin: 2px 5px 0;
}
.room-detail ul.comment_list .commentRight .content-cmt .iwb-rating {
    float: left;
    margin: 0 ;
}
.room-detail ul.comment_list .commentRight .content-cmt .iwb-name-rating,
.room-detail ul.comment_list .commentRight .content-cmt .content-reply {
    margin-bottom: 5px;
    display: block;
}
.comment-form-rating label {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}
.comment-form-rating .commentratingbox {
    display: inline-block;
}
.room-detail .commentList {
    margin-bottom: 115px;
}

/* ========== Rooms custom ========== */
.iw-rooms-custom ul {
    margin: 0;
    background: #f5f5f5;
}
.iw-rooms-custom ul li {
    list-style: none;
}
.iw-rooms-custom ul li .container {
    width: 100%;
}
.iw-rooms-custom .room-item {
    position: relative;
}
.iw-rooms-custom .room-item .room-img {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    right: auto;
    top: 0;
}
.iw-rooms-custom .room-item .room-info {
    width: 50%;
    text-align: center;
    padding: 100px 0 190px;
}
.iw-rooms-custom .room-item:nth-child(2n+1) .room-info {
    float: right;
}
.iw-rooms-custom .room-item .room-info .content {
    width: 70%;
    margin: 0 auto;
}
.iw-rooms-custom .room-item .room-info .vertical-line {
    background: #b9b9ba none repeat scroll 0 0;
    display: inline-block;
    height: 110px;
    margin-bottom: 30px;
    opacity: 0.4;
    width: 2px;
}
.iw-rooms-custom .room-item .room-info .room-sub-item-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 20px;
}
.iw-rooms-custom .room-item .room-info .room-item-title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 25px;
}
.iw-rooms-custom .room-item .room-info .room-item-desc {
    font-size: 14px;
    color: #999999;
    margin-bottom: 35px;
}
.iw-rooms-custom .room-item .room-info .iw-room-button a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.iw-rooms-custom .room-item:nth-child(2n) .room-info {
    float: none;
}
.iw-rooms-custom .room-item:nth-child(2n) .room-img {
    right: 0;
    left: auto;
}

/* ========== Slider ========== */

/* Style 1 */
.iw-flex-slider.gallery .row > div {
    padding: 0;
}
.iw-flex-slider.gallery .info-block {
    text-align: right;
    padding-right: 130px;
    margin-top: 175px;
}
.iw-flex-slider.gallery .info-block .iw-title-block {
    font-size: 187px;
    font-weight: 700;
    color: #f5f5f5;
    line-height: 140px;
    margin: 0 0 25px;
}
.iw-flex-slider.gallery .info-block .iw-sub-title-block {
    font-family: "Playfair Display";
    font-size: 58px;
    font-weight: 700;
    color: #000000;
    line-height: 60px;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    right: 390px;
}
.iw-flex-slider.gallery .info-block .iw-sub-title-block span {
    float: right;
    width: 290px;
    display: block;
}
.iw-flex-slider.gallery .info-block .content {
    margin-bottom: 20px;
    position: relative;
}
.iw-flex-slider.gallery .info-block .content-right {
    width: 380px;
    display: block;
    float: right;
    padding-left: 10px;
    line-height: 30px;
}
.iw-flex-slider.gallery .info-block .iw-sub2-title-block {
    font-family: "Playfair Display";
    font-size: 16px;
    font-style: italic;
    color: #838383;
    display: block;
    margin-bottom: 30px;
}
.iw-flex-slider.gallery .info-block .iw-description-block {
    font-size: 14px;
    color: #999999;
}
.iw-flex-slider.gallery .info-block .more a {
    color: #999999;
    font-size: 16px;
    padding: 12px 35px;
    background: #f5f5f5;
    display: inline-block;
}
.iw-flex-slider.gallery .info-block .more a:hover {
    color: #ffffff;
}
.iw-flex-slider.gallery .info-block .more i {
    margin-left: 10px;
}
.iw-flex-slider .flexslider {
    margin: 0;
    border: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.iw-flex-slider.gallery .slider-gallery {
    position: relative;
}
.iw-flex-slider.gallery .slider-gallery .nav-thumbnail {
    position: absolute;
    top: calc(50% - 220px);
    left: -100px;
    -webkit-box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);
}
.iw-flex-slider.gallery .slider-gallery .nav-thumbnail ul {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.iw-flex-slider.gallery .slider-gallery .nav-thumbnail ul li {
    float: none !important;
    width: 120px !important;
    height: 120px !important;
    margin: 20px !important;
}
.iw-flex-slider.gallery .slider-gallery .nav-thumbnail ul li .img {
    width: 120px;
    height: 120px;
    background-size: cover !important;
}
.iw-flex-slider.gallery .iw-slider .img {
    height: 900px;
}

/* Style 2 */
.iw-flex-slider.post .iw-slider .slider-info {
    position: relative;
}
.iw-flex-slider.post .iw-slider .slider-info .img {
    position: relative;
    height: 660px;
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    color: #ffffff;
    padding: 50px 30px 0;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    -webkit-transition: opacity 0.5s linear, background 0.5s linear;
    transition: opacity 0.5s linear, background 0.5s linear;
}
.iw-flex-slider.post .iw-slider .slider-info:hover .info-inner {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner .vertical-line {
    width: 2px;
    height: 110px;
    background: #b9b9ba;
    opacity: 0.4;
    display: inline-block;
    margin-bottom: 30px;
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner .item-title {
    font-size: 100px;
    line-height: 100px;
    margin: 0 0 30px;
    color: #ffffff;
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner .item-sub-title {
    font-size: 25px;
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 36px;
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner .item-description {
    font-size: 14px;
    margin-bottom: 40px;
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner .more-post a {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner .more-post a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    background: #ffffff;
    z-index: -1;
    opacity: 0;
}
.iw-flex-slider.post .iw-slider .slider-info .info-inner .more-post a:hover:after{
    opacity: 1;
}
.iw-flex-slider.post .block-right {
    position: relative;
}
.iw-flex-slider.post .block-right .info-block {
    padding: 0 0 0 35px;
}
.iw-flex-slider.post .info-block .vertical-text {
    float: left;
    width: 100px;
    padding: 10px;
    text-align: center;
    background-size: cover !important;
}
.iw-flex-slider.post .info-block .vertical-text .number-text {
    background: #ffffff;
    width: 80px;
    position: relative;
    height: 325px;
    color: #999999;
    font-weight: 600;
}
.iw-flex-slider.post .info-block .vertical-text .text {
    display: inline-block;
    font-size: 16px;
    height: auto;
    left: -132px;
    letter-spacing: 5px;
    position: absolute;
    text-align: right;
    top: 10px;
    transform: rotate(270deg);
    transform-origin: 100% 100% 0;
    width: 187px;
    text-transform: uppercase;
}
.iw-flex-slider.post .info-block .vertical-text .line {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 40px;
    width: 1px;
    height: 50px;
    background: #c9c9c9;
}
.iw-flex-slider.post .info-block .vertical-text .number {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 26px;
    font-size: 24px;
}
.iw-flex-slider.post .info-block .content {
    overflow: hidden;
    padding: 0 80px;
}
.iw-flex-slider.post .info-block .iw-title-block {
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    margin: -20px 0 25px;
    color: #f5f5f5;
}
.iw-flex-slider.post .info-block .iw-sub-title-block {
    font-size: 16px;
    color: #000000;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.iw-flex-slider.post .info-block .iw-description-block {
    font-size: 14px;
    color: #999999;
    margin-bottom: 60px;
    line-height: 28px;
}
.iw-flex-slider.post .info-block .more a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}
.iw-bt-effect-1 {
    height: 50px;
}
.iw-bt-effect-1 a {
    overflow: hidden;
}
.iw-bt-effect-1 a i {
    margin: 0;
    position: absolute;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    right: -10px;
}
.iw-bt-effect-1 a:hover i {
    right: 30px;
}
.iw-flex-slider.post .nav-thumbnail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.iw-flex-slider.post .nav-thumbnail .iw-carousel {
    margin: 0 105px 0 35px;
}
.iw-flex-slider.post .nav-thumbnail .flex-direction-nav a {
    line-height: 40px;
}
.iw-flex-slider.post .nav-thumbnail .flexslider {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.iw-flex-slider.post .nav-thumbnail .flexslider .flex-direction-nav  .flex-next,
.iw-flex-slider.post .nav-thumbnail .flexslider:hover .flex-direction-nav  .flex-next {
    right: -45px;
}
.iw-flex-slider.post .nav-thumbnail .flexslider .flex-direction-nav  .flex-next:before {
    content: "\f125";
    font-family: Ionicons;
}
.iw-flex-slider.post .nav-thumbnail .flexslider .flex-direction-nav  .flex-prev,
.iw-flex-slider.post .nav-thumbnail .flexslider:hover .flex-direction-nav  .flex-prev {
    left: -45px;
}
.rtl .iw-flex-slider.post .nav-thumbnail .flexslider .flex-direction-nav  .flex-prev,
.rtl .iw-flex-slider.post .nav-thumbnail .flexslider:hover .flex-direction-nav  .flex-prev {
    left: -60px;
}
.iw-flex-slider.post .nav-thumbnail .flexslider .flex-direction-nav  .flex-prev:before {
    content: "\f124";
    font-family: Ionicons;
}
.iw-flex-slider.post .nav-thumbnail ul li .img {
    height: 165px;
    background-size: cover !important;
}
.iw-flex-slider.post .nav-thumbnail .flex-direction-nav li {
    list-style: none;
    cursor: pointer;
}
.iw-flex-slider.post .nav-thumbnail .custom-navigation {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
    font-size: 50px;
    color: #a4a4a4;
}
.iw-flex-slider.post .nav-thumbnail .custom-navigation {
    position: absolute;
    top: calc(50% - 10px);
    z-index: 9;
    font-size: 30px;
    width: 100%;
}
.iw-flex-slider.post .nav-thumbnail .custom-navigation a {
    color: #a4a4a4;
    display: none;
}
.iw-flex-slider.post .nav-thumbnail:hover .custom-navigation a.flex-disabled {
    display: none;
}
.iw-flex-slider.post .nav-thumbnail:hover .custom-navigation a {
    display: block;
}
.iw-flex-slider.post .nav-thumbnail:hover .custom-navigation a:hover {
    color: #000000;
}
.iw-flex-slider.post .nav-thumbnail .custom-navigation a.flex-next {
    right: 105px;
    position: absolute;
}
.iw-flex-slider.post .nav-thumbnail .custom-navigation a.flex-prev {
    left: -30px;
    position: absolute;
}

/* ========== Check Order ========== */
.iw-check-order-page .iw-check-booking {
    margin-bottom: 140px;
}
.iw-check-order-page .iw-check-booking .form-group {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin: 0;
}
.iw-check-order-page .iw-check-booking .form-group .row {
    margin: 0;
}
.iw-check-order-page .iw-check-booking .form-group .item {
    padding: 30px 40px 40px;
    height: 180px;
}
.iw-check-order-page .iw-check-booking .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 0;
}
.iw-check-order-page .iw-check-booking .form-group input {
    height: 50px;
    width: 290px;
    border: 1px #e5e5e5 solid;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
}
.iw-check-order-page .iw-check-booking .form-group .item.check-order {
    background: #dbe2e3;
}
.iw-check-booking .form-group .item .check-booking {
    padding: 0 5px;
}
.iw-check-booking .form-group .item .check-booking > span {
    font-size: 14px;
    color: #3399cc;
    line-height: 48px;
}
.iw-check-booking .form-group .item .check-booking button {
    border: none;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.iw-reservation .iw-booking-footer {
    padding: 20px 0;
    font-size: 14px;
    color: #ffffff;
}
.iw-reservation .iw-booking-footer > span {
    color: #cc0000;
}
.iw-reservation .iw-booking-footer .submit-wrap {
    float: right;
}
.iw-reservation .iw-booking-footer .submit-wrap .booking-submit-field {
    display: inline-block;
}
.iw-reservation .iw-booking-footer button {
    height: 36px;
    line-height: 36px;
    border: none;
    padding: 0;
    min-width: 165px;
    text-align: center;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.iw-reservation .iw-booking-footer button.cancel {
    background: #515151;
    margin: 0;
    font-weight: 500;
}

/* ========== Social ========== */
.iw-social-share.title-block .title {
    float: left;
    margin: 0;
    width: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #4a4a4a;
    position: relative;
    line-height: 24px;
    z-index: 0;
    margin-top: 4px;
}
.iw-social-share.title-block .title span {
    background: #ffffff;
    padding-right: 10px;
}
.iw-social-share.title-block .title span:after {
    border-bottom: 2px solid #b7b7b7;
    content: "";
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1;
}
.iw-social-share .socials {
    margin: 0;
}
.iw-social-share .socials li {
    display: inline-block;
    list-style: none;
}
.iw-social-share.title-block .socials {
    width: 50%;
    float: left;
}
.iw-social-share .socials a {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px 30px;
    color: #000000;
    line-height: 1;
}
.iw-social-share.white .socials a {
    color: #ffffff;
}
.iw-social-share.grey .socials a {
    color: #999999;
}
.iw-social-share.black .socials a {
    color: #000000;
}
.iw-social-share.white_hover .socials a:hover {
    color: #ffffff;
}
.iw-social-share.grey_hover .socials a:hover {
    color: #999999;
}
.iw-social-share.black_hover .socials a:hover {
    color: #000000;
}

/* ========== Statistic ========== */
.iw-statistic {
    padding: 20px;
    background: #ffffff;
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);
}
.iw-statistic .bg-statistic {
    background-size: cover !important;
    position: relative;
    width: 100%;
}
.iw-statistic .statistic-content {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}
.iw-statistic .statistic-content .content {
    font-size: 75px;
    color: #ffffff;
    padding: 55px 65px;
    border: 10px #ffffff solid;
    line-height: 1;
    display: inline-block;
    margin-top: 120px;
    font-weight: 600;
}
.iw-statistic .statistic-content span {
    display: block;
}
.iw-statistic .statistic-content .statistic-description {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

/* ========== Info Item ========== */
.info-item.style1 .icon-img {
    float: left;
}
.info-item.style1 .info-item-content {
    overflow: hidden;
}
.info-item.style1 .info-item-content .info-item-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000000;
}
.info-item.style1 .info-item-content .info-item-title a {
    color: #000000;
}
.info-item.style1 .info-item-content .info-item-desc {
    font-size: 14px;
    color: #838383;
}

.info-item.style2 {
    text-align: center;
}
.info-item.style2 .icon-img {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px #ffffff solid;
    margin: 0 auto 20px;
}
.info-item.style2 .info-item-content h4.info-item-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
}
.info-item.style2 .info-item-content .info-item-desc {
    font-size: 14px;
    color: #ffffff;
}
.info-item.style2 .info-item-content .info-item-button a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.38);
    margin: 25px 0 15px;
}

.info-item.style3 .icon-img{
	margin:0 auto;
	border:3px solid #c7c7c7;
	text-align:center;
	line-height:130px;
	border-radius:300px;
	width:136px;
	height:136px;
	color:#c7c7c7;
}

.info-item.style3 h4.info-item-title{
	font-family:inherit;
	font-weight:600;
	margin:30px 0 9px 0;
	line-height:24px;
	font-size:21px;
	color:#000;
}

.info-item.style3 .info-item-desc{
	color:#838383;
	line-height:33px;
}






/* ========== Fun fact ========== */
.iw-funfact {
    font-weight: 600;
    color: #ffffff;
}
.iw-funfact .funfact-number {
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
    margin-bottom: 10px;
}
.iw-funfact .funfact-title {
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
}
/* ========== Contact ========== */
.iw-contact-time.style2 {
    font-size: 13px;
    color: #999999;
    margin-bottom: 10px;
}

/*Miscellaneous*/
.dropdown-guest{
    display: none;
}
.dropdown-guest.active{
}

/* ========== Responsive ========== */

@media (max-width: 1400px) {
    .iwb-rooms-slider .iw-carousel ul.slides li .img-wrap {
        width: 150px;
    }
    .iwb-rooms-list .item-odd .room-info .content {
        padding-left: 100px;
    }
    .iwb-rooms-list .item-even .room-info .content {
        padding-right: 100px;
    }
    .iwb-rooms-list .room-info {
        padding: 0 100px;
    }
    .iwb-rooms .iwb-rooms-list .room-info .category-number {
        left: 50px;
    }
    .iwb-rooms .iwb-rooms-list .item-even .room-info .category-number {
        right: 50px;
    }
    .iw-flex-slider.post .info-block .iw-title-block {
        font-size: 110px;
        line-height: 110px;
        margin: -14px 0 25px;
    }
    .iw-flex-slider.gallery .info-block .iw-title-block {
        font-size: 120px;
    }
    .iw-slider-gallery.style4 .gallery-item .gallery-content h3.title {
        color: #ffffff;
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 15px;
    }
    .iw-flex-slider.gallery .info-block .iw-sub-title-block {
        width: 50%;
        position: relative;
        right: auto;
        float: left;
    }
    .iw-flex-slider.gallery .info-block .iw-sub-title-block span {
        width: 80%;
    }
    .iw-flex-slider.gallery .info-block .content-right {
        width: 50%;
        float: right;
    }
    .scrollviewed .iw-heading .iwh-title {
        font-size: 60px;
        line-height: 60px;
    }
    .iw-funfact .funfact-number {
        font-size: 40px;
        line-height: 40px;
    }
    .info-item.style2 .icon-img {
        border: none;
        width: auto;
        height: auto;
        line-height: 1;
    }
}

@media (max-width: 980px) {

    .iw-rooms-custom .room-item .room-info {
        padding: 50px 0 100px;
    }
    .iw-check-availability .form-group .item.check-out .border {
        border: none;
    }
    .iwb-rooms-slider .row > div {
        float: none;
    }
    .iw-slider-gallery {
        width: 100% !important;
    }
    .iw-posts .post-item {
        margin-bottom: 30px;
    }
    .iwb-rooms-slider .iw-carousel ul.slides {
        -webkit-transform : translate3d(0, 0, 0) !important;
        transform : translate3d(0, 0, 0) !important;
        width: auto !important;
    }
    .iw-flex-slider.gallery .info-block {
        padding: 0 25px;
        margin: 50px 0 25px;
        text-align: center;
    }
    .iw-flex-slider.gallery .info-block .iw-sub-title-block {
        float: none;
        margin-bottom: 25px;
        width: 100%;
    }
    .iw-flex-slider.gallery .info-block .iw-sub-title-block span {
        float: none;
        width: 100%;
    }
    .iw-flex-slider.gallery .info-block .content-right {
        padding: 0;
        float: none;
        width: 100%;
    }
    .iw-flex-slider.gallery .slider-gallery .nav-thumbnail {
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
        left: auto;
        margin-bottom: 30px;
        position: relative;
        top: auto;
    }
    .iw-flex-slider.gallery .slider-gallery .nav-thumbnail {
        padding: 20px 35px 0;
    }
    .iw-flex-slider.gallery .slider-gallery .nav-thumbnail ul {
        text-align: center;
    }
    .iw-flex-slider.gallery .slider-gallery .nav-thumbnail ul li {
        display: inline-block !important;
        margin: 0 20px 10px 0 !important;
    }
    .iw-flex-slider.post .block-right {
        height: auto !important;
    }
    .iw-flex-slider.post .nav-thumbnail .iw-carousel {
        margin: 0 70px;
    }
    .iw-flex-slider.post .nav-thumbnail {
        position: relative;
        margin: 30px 0;
    }
    .iwb-rooms-grid .img-wrap {
        background-size: cover !important;
        height: 265px;
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
    }
    .iwb-rooms-grid .room-info {
        float: none;
        width: 100%;
    }
    .iwb-rooms-list .room-info {
        float: none;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .iwb-rooms-list .img-wrap {
        background-size: cover !important;
        height: 500px;
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-bottom: 25px;
    }
    .iwb-rooms-list .item-even .room-info .content {
        padding: 0;
    }
    .iwb-rooms-list .item-odd .room-info .content {
        padding: 0;
    }
    .iwb-rooms-list .item-even .room-info {
        float: none;
        text-align: left;
    }
    .iwb-rooms .iwb-rooms-list .room-info .category-number {
        display: none;
    }
    .iwb-rooms-list .room-info {
        padding: 0 25px;
    }
    .iwb-rooms-list .element-item, .iwb-rooms.list .load-more-post button.load-more {
        margin-bottom: 100px;
    }
    .iwb-rooms-list .item-even .iwb-rating .rating-count {
        float: none;
    }
    .iwb-rooms-list .item-even .iwb-rating .iw-star-rating {
        float: left;
    }
    .iwb-rooms-slider .iw-slider li .img {
        height: 600px;
    }
    .contact-address .phone .phone-number {
        font-size: 18px;
    }
    .contact-address .email {
        margin-bottom: 25px;
    }
    .iw-check-order-page .iw-check-booking .form-group input {
        width: 100%;
    }
    .iw-heading {
        width: 100% !important;
    }
}

@media (max-width: 767px) {

    .iw-rooms-custom .room-item .room-img {
        position: relative;
        width: 100%;
        height: 400px;
        left: auto;
        right: auto;
        top: auto;
    }
    .iw-rooms-custom .room-item:nth-child(2n) .room-img {
        right: auto;
    }
    .iw-rooms-custom .room-item .room-info {
        width: 100%;
    }
    .iw-rooms-custom .room-item:nth-child(2n+1) .room-info {
        float: none;
    }
    .iw-flex-slider.post .iw-slider .slider-info .info-inner .item-title {
        font-size: 40px;
        line-height: 40px;
    }
    .iwb-rooms-grid .img-wrap {
        width: 400px;
    }
    .iw-flex-slider.post .block-right .info-block {
        padding: 0 15px;
    }
    .iw-flex-slider.post .info-block .vertical-text {
        float: none;
        text-align: right;
        width: 325px;
        min-width: 325px;
        margin: 0 auto;
    }
    .iw-flex-slider.post .info-block .vertical-text .number-text {
        height: auto;
        position: relative;
        width: auto;
    }
    .iw-flex-slider.post .info-block .vertical-text .text {
        height: auto;
        position: relative;
        right: 14px;
        text-transform: uppercase;
        top: 1px;
        transform: rotate(0deg);
        transform-origin: 0 50% 0;
        width: auto;
        left: auto;
    }
    .iw-flex-slider.post .info-block .vertical-text .number {
        bottom: auto;
        font-size: 24px;
        left: 15px;
        position: absolute;
        top: 1px;
    }
    .iw-flex-slider.post .info-block .vertical-text .line {
        bottom: auto;
        height: 1px;
        left: 50px;
        position: absolute;
        top: 14px;
        width: 50px;
    }
    .iw-flex-slider.post .info-block .content {
        padding: 0;
        text-align: center;
    }
    .iw-flex-slider.post .info-block .iw-title-block {
        font-size: 61px;
        line-height: 80px;
        margin: 10px 0 25px;
    }
    .iw-statistic .statistic-content {
        border: none;
        padding: 15px;
        font-size: 40px;
    }
    .room-detail .img-bg {
        height: 400px;
    }
    .iwb-rooms-slider .iw-slider li .img {
        height: 600px;
    }
    .iw-funfact {
        margin-bottom: 30px;
    }
    .info-item.style2 {
        margin-bottom: 20px;
    }

    .map-contain .map-view{
        height: 300px !important;
    }
}

@media (max-width: 479px) {

    .iw-more-gallery a {
        letter-spacing: 2px;
    }
    .iw-rooms-custom .room-item .room-info .content {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    .iw-rooms-custom .room-item .room-info .room-item-title {
        font-size: 50px;
        line-height: 50px;
    }
    .iw-more-gallery {
        margin: 140px 0 15px;
    }
    .iw-heading.style1 .iwh-title {
        font-size: 40px !important;
        line-height: 55px!important;
    }
    .iwb-rooms-slider .iw-carousel ul.slides li .img-wrap {
        width: auto;
        margin: 0;
        float: none;
    }
    .room-detail .img-bg {
        height: 250px;
    }
    .iwb-rooms-slider .iw-slider li .img {
        height: 250px;
    }
    .iw-flex-slider.gallery .iw-slider .img {
        height: 400px;
    }
    .iwb-rooms-grid .img-wrap {
        height: 265px;
    }
}

