/* MAIN SLIDER */
    .home .slider.slick-slider  {
        position: relative;
    }
    .home .slider.slick-slider > .slick-arrow, .home .slider.slick-slider > .slick-arrow.slick-prev, .home .slider.slick-slider > .slick-arrow.slick-next > .icon-arrow:before {
        display: none !important;
    }
    .home .slider.slick-slider > .slick-arrow:hover, .home .slider.slick-slider > .slick-arrow:active {
        background: rgba(0,0,0,0.30);
        color: #fff;
    }

    .home .slider.slick-slider > .slick-next > .icon-arrow-right {
        background: url('/images/OtherIconsV1.png') no-repeat -51px -28px;
        width: 13px;
        height: 26px;
        display: block;
        margin: auto;
    }

    .home .slider.slick-slider > .slick-prev > .icon-arrow-left {
        background: url('/images/OtherIconsV1.png') no-repeat 0 -28px;
        width: 13px;
        height: 26px;
        display: block;
        margin: auto;
    }

    .home .slider.slick-slider > .slick-dots {
        display: flex !important;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 50px;
        right: 50%;
        margin-right: -51px;
    }

    .home .slider.slick-slider > .slick-dots > li > button {
        border-radius: 50%;
        height: 16px;
        width: 16px;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 9px;
        background: transparent;
    }
    .home .slider.slick-slider > .slick-dots > li > button > .dot {
        height: 6px;
        width: 6px;
        background: rgba(255,255,255,0.40);
        border-radius: 50%;
    }
    .home .slider.slick-slider > .slick-dots > li.slick-active > button > .dot {
        background: #fff;
    }


    .home .slider {
    	position: relative;
    }
    .home .slider .slider-item {
    	height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .home .slider .slider-item:nth-child(3) {
        background-image: url(/images/home-banner-slider-1-min.jpg);
    }
    .home .slider .slider-item:nth-child(1) {
        background-image: url(/images/Suites_Angol-min.jpg);
    }
    .home .slider .slider-item:nth-child(2) {
        background-image: url(/images/Suites_Bulabog-min.jpg);
    }

    .home .slider .slider-item > .content-overlay {
    	background: rgba(0,0,0,0.40);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .home .slider .slider-item > .content-overlay > .text-wrapper {
        position: absolute;
        left: 16px;
        bottom: 33px;
    }
    .home .slider .slider-item > .content-overlay > .text-wrapper > .alt-font {
        font-size: 13px;
        color: #fff;
        letter-spacing: 0.87px;
        margin: 0;
    }
    .home .slider .slider-item > .content-overlay > .text-wrapper > h1 {
        font-size: 20px;
        color: #fff;
        line-height: 27px;
        margin: 0;
        font-weight: 600;
    }
    .home .slider .slider-item > .content-overlay > .text-wrapper > span {
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 600;
    }


/* SLIDER 1 */
    .home .slider .slider-item > .content-overlay > .border-box-wrapper {
        margin: 33.5px 20px;
    }
    .home .slider .slider-item > .content-overlay > .border-box-wrapper > .border-box-slider-1 {
        border: 1px solid #C7AA70;
    }
    .home .slider .slider-item > .content-overlay > .border-box-wrapper > .border-box-slider-1 > .stars-rating {
        padding: 0;
        list-style: none;
        position: absolute;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        margin-top: -8px;

    }
    .home .slider .slider-item > .content-overlay > .border-box-wrapper > .border-box-slider-1 > .stars-rating > li {
        float: left;
        margin: 0 3px;
    }
    .home .slider .slider-item > .content-overlay > .border-box-wrapper > .border-box-slider-1 > .stars-rating > li > i {
        color: #fff;
        font-size: 15px;
    }

    .home .slider .slider-item > .content-overlay > .border-box-wrapper > .border-box-slider-1 > div {
        margin-top: 52.5px;
        margin-bottom: 39.5px;
    }
    .home .slider .slider-item > .content-overlay > .border-box-wrapper > .border-box-slider-1 > div > span.title-slider-1 {
        font-weight: 200;
        font-size: 35px;
        color: #fff;
        line-height: 44px;
     }
    .home .slider .slider-item > .content-overlay > .border-box-wrapper > .border-box-slider-1 > div > span.alt-font {
        font-weight: 600;
        font-size: 13px;
        color: #fff;
        letter-spacing: 1.13px;
        line-height: 17px;
        display: block;
     }


/* BORACAY SUITES LTA*/
    .home .boracay-suites-lta {
        background: #1E1E1E;
        position: absolute;
        left: 0;
        right: 0;
        margin: -20px 9.5px;
        padding: 20px 18.5px;
    }
    .home .boracay-suites-lta > .content > p {
        font-size: 17px;
        color: #FFFFFF;
        letter-spacing: 1.42px;
        line-height: 21px;
    }
    .home .boracay-suites-lta > .content > hr {
        border-color: #C7AA70;
        width: 60px;
        margin-top: 1px;
    }
    .home .boracay-suites-lta > .content > h1 {
        font-size: 25px;
        color: #FFFFFF;
    }


/* BEACH HOUSE */
    .home .beach-house {
        padding: 20px 10px 30px;
        background: #fff;
    }
    .home .beach-house > .trip-advisor-img-wrapper {
        margin-bottom: 10px;
        width: 200px;
        margin: 0 auto;
    }
    .home .beach-house > .content {
        text-align: center;
    }
    .home .beach-house > .content > p.alt-font {
        font-size: 15px;
        color: #2C79A5;
        letter-spacing: 1.25px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .home .beach-house > .content > h1 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        margin: 0 0 5px;
    }
    .home .beach-house > .content > span {
        font-size: 16px;
        color: #2C79A5;
        line-height: 22px;
        margin-bottom: 16px;
        font-weight: 700;
        display: block;
    }
    .home .beach-house > .content > p.text {
        font-size: 13px;
        color: #333333;
        margin: 0;
        line-height: 18px;
        text-align: justify;
    }


/* TRIP ADVISOR */
    .home .trip-advisor {
        margin-top: 120px;
        padding: 30px 20px;
    }
    .home .trip-advisor > .content {
        text-align: center;
    }
    .home .trip-advisor > .content > .row > .left-col-wrapper > .trip-advisor-img {
        padding: 0 30px;
    }
    .home .trip-advisor > .content > .row > .left-col-wrapper > .stars-rating {
        margin-top: 11px;
        margin-bottom: 9px;
        padding: 0;
        list-style: none;
        display: inline-block;
    }
    .home .trip-advisor > .content > .row > .left-col-wrapper > .stars-rating > li {
        float: left;
        margin: 0 4px;
    }
    .home .trip-advisor > .content > .row > .left-col-wrapper > .stars-rating > li > i {
        color: #FFA508;
        font-size: 20px;
    }
    .home .trip-advisor > .content > .row > .left-col-wrapper > p.alt-font {
        font-size: 14px;
        color: #333;
        line-height: 19px;
    }
    .home .trip-advisor > .content > .row > .right-col-wrapper > p.text {
        padding-top: 20px;
        font-size: 13px;
        color: #333333;
        margin: 0;
        line-height: 18px;
        text-align: justify;
    }


/* BEST RATE GUARANTEED */
    .home .best-rate-guaranteed {
        background-image: url(/images/Suites_Bulabog-min.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 317px;
        padding: 20px;
    }
    .home .best-rate-guaranteed > .primary-box-container {
        background: #242E49;
        padding: 30px 10px;
    }
    .home .best-rate-guaranteed > .primary-box-container > p.title-wrapper > span {
        color: #fff;
        font-size: 17px;
        letter-spacing: 1.42px;
        line-height: 21px;
        border-bottom: 1px solid #C7AA70;
        padding-bottom: 6px;
    }
    .home .best-rate-guaranteed > .primary-box-container > h1 {
        color: #fff;
        font-size: 25px;
        line-height: 33px;
        padding: 0 50px;
    }
    .home .best-rate-guaranteed > .primary-box-container > h1 > span {
        color: #fff;
        font-weight: 700;
    }
    .home .best-rate-guaranteed > .primary-box-container > p.text {
        padding-top: 10px;
        color: #8B98BC;
        font-size: 13px;
        line-height: 16px;
    }


/* EXHIBIT HOUSES */
    .home .exhibit {
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    .home .exhibit > .exhibit-item {
        height: 317px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-bottom: 20px;
        perspective: 600px;
        cursor: pointer;
    }
    .home .exhibit > .exhibit-item:last-of-type { margin: 0; }
    .home .exhibit > .exhibit-item.anito { background-image: url(/images/house-exhibit-anito.jpg); }
    .home .exhibit > .exhibit-item.mactan { background-image: url(/images/house-exhibit-mactan.jpg); }
    .home .exhibit > .exhibit-item.slate { background-image: url(/images/house-exhibit-slate.jpg); }

    .home .exhibit > .exhibit-item .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: transparent;
        transform: rotateX(0deg) rotateY(0deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
        transition: all .4s ease-in-out;
    }
    .home .exhibit > .exhibit-item .content-overlay.back {
        z-index: 2;
        transform: rotateY(-180deg);
        background-color: rgba(0,0,0,.5);
        padding: 20px
    }
    .home .exhibit > .exhibit-item.show-details .front {
        transform: rotateY(180deg);
    }
    .home .exhibit > .exhibit-item.show-details .back {
        transform: rotateX(0deg) rotateY(0deg);
    }

    .home .exhibit > .exhibit-item .content-overlay > .close-exhibit-details {
        color: #fff;
        position: absolute;
        top: 15px;
        right: 15px;
        border: 1px solid #fff;
        height: 25px;
        width: 28px;
        line-height: 23px;
        text-align: center;
        font-size: 20px;
    }

    .home .exhibit > .exhibit-item .content-overlay > .bottom {
        height: 150px;
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .home .exhibit > .exhibit-item:nth-child(1) .content-overlay > .bottom {
        background-image: linear-gradient(-180deg, rgba(247,186,68,0.00) 0%, #F7BA44 100%);
    }
    .home .exhibit > .exhibit-item:nth-child(2) .content-overlay > .bottom {
        background-image: linear-gradient(-180deg, rgba(79,190,209,0.00) 0%, #4FBED1 100%);
    }
    .home .exhibit > .exhibit-item:nth-child(3) .content-overlay > .bottom {
        background-image: linear-gradient(-180deg, rgba(44,121,165,0.00) 0%, #2C79A5 100%);
    }

    .home .exhibit > .exhibit-item .front > .bottom > .title {
        font-size: 35px;
        color: #FFFFFF;
        line-height: 47px;
        font-weight: 600;
        margin: 0 0 6px 0;
    }
    .home .exhibit > .exhibit-item .front > .bottom > .capacity {
        padding-bottom: 8px;
        border-bottom: 2px solid #fff;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 25px;
        line-height: 33px;
        font-weight: 600;
    }
    .home .exhibit > .exhibit-item .front > .bottom > .capacity > .icon {
        font-size: 19px;
        line-height: 19px;
        margin-right: 7px;
        display: flex;
    }
    .home .exhibit > .exhibit-item .front > .bottom > .capacity > .icon > i{
        margin-right: 1px;
    }

    .home .exhibit > .exhibit-item .back > .title {
        font-size: 35px;
        color: #FFFFFF;
        line-height: 46px;
        font-weight: 600;
        margin: 0;
    }
    .home .exhibit > .exhibit-item .back > hr { margin: 30px 0; }
    .home .exhibit > .exhibit-item .back > p {
        font-size: 13px;
        color: #FFFFFF;
        line-height: 17px;
        font-weight: lighter;
        height: 121px;
        overflow: hidden;
    }
    .home .exhibit > .exhibit-item .back > .read-more {
        font-size: 13px;
        color: #FFFFFF;
        line-height: 37px;
        height: 37px;
        padding: 0 5px;
        text-align: center;
        border: 1px solid #fff;
        display: inline-block;
        width: 120px;
        position: absolute;
        bottom: 25px;
        transition: all .2s;
    }
    .home .exhibit > .exhibit-item .back > .read-more:hover,
    .home .exhibit > .exhibit-item .back > .read-more:active,
    .home .exhibit > .exhibit-item .back > .read-more:active:hover {
        background: #fff;
        color: #333;
    }


/* COMMON BOX ROOMS */
    .home .common-box.rooms {
        background: #4FBED1;
    }
    .home .common-box.rooms > .content p.alt-font {
        color: #FFCE6F;
        font-weight: normal;
    }
    .home .common-box.rooms > .content h1 {
        color: #fff;
    }
    .home .common-box.rooms > .content p.text {
        color: #fff;
        font-weight: lighter;
    }


/* EXHIBIT ROOMS */
    .exhibit.room > .exhibit-item.zen { background-image: url(/images/room-exhibit-zen.jpg); }
    .exhibit.room > .exhibit-item.dvision { background-image: url(/images/room-exhibit-dvision.jpg); }
    .exhibit.room > .exhibit-item.myroom { background-image: url(/images/room-exhibit-myroom.jpg); }
    .exhibit.room > .exhibit-item.jolliver { background-image: url(/images/room-exhibit-jolliver.jpg); }
    .exhibit.room > .exhibit-item.asiana { background-image: url(/images/room-exhibit-asiana.jpg); }
    .exhibit.room > .exhibit-item.bmode-alvarado { background-image: url(/images/room-exhibit-bmode-alvarado.jpg); }

    .home .rooms-exhibit > .exhibit.brown {
        background: #693E28;
    }
    .home .rooms-exhibit > .exhibit.orange {
        background: #FF9851;
    }
    .home .rooms-exhibit > .exhibit.green {
        background: #A3E496;
    }

    .home .rooms-exhibit > .exhibit {
        padding: 30px 20px 20px;
        background: #fff;
    }
    .home .exhibit > .header {
        margin-bottom: 30px
    }
    .home .exhibit > .header > .alt-font {
        font-style: italic;
        font-size: 22px;
        color: #FFFFFF;
        letter-spacing: 1.1px;
        margin: 0;
    }
    .home .exhibit > .header > h2 {
        font-size: 45px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 55px;
        margin: 0;
        font-weight: 600;
    }
    .home .exhibit > .header > .underlined {
        font-size: 23px;
        color: #FFFFFF;
        letter-spacing: 12px;
        margin: 0;
        line-height: 32px;
        border-bottom: 1px solid #fff;
        display: inline-block;
        text-align: center;
        width: 125px;
    }

    .home .exhibit.room > .exhibit-item {
        height: 280px;
    }
    .home .exhibit.room > .exhibit-item:last-of-type { margin: 0; }

    .home .exhibit.room > .exhibit-item .content-overlay > .sale-tag {
        display: block;
        font-size: 20px;
        color: #FFFFFF;
        padding: 5px 7px;
        background: #FF0000;
        position: absolute;
        top: 0;
        right: 0;
    }
    .home .exhibit.room > .exhibit-item .content-overlay > .close-exhibit-details {
        top: 10px;
        right: 10px;
    }

    .home .exhibit.room > .exhibit-item .content-overlay > .bottom {
        height: 181px;
        background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 2%, rgba(0,0,0,0.80) 95%);
    }

    .home .exhibit.room > .exhibit-item .front > .bottom > .title {
        line-height: 45px;
        margin: 0 0 14px 0;
    }
    .home .exhibit.room > .exhibit-item .front > .bottom > .capacity {
        padding-bottom: 0;
        border-bottom: none;
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
        margin-bottom: 10px
    }
    .home .exhibit.room > .exhibit-item .front > .bottom > .capacity > .icon {
        font-size: 18px;
        line-height: 18px;
    }
    .home .exhibit.room > .exhibit-item .front > .bottom > .bedding {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 18px;
        font-weight: normal;
        color: #fff;
    }
    .home .exhibit.room > .exhibit-item .front > .bottom > .bedding > .icon {
        font-size: 9px;
        line-height: 9px;
        margin-right: 8px;
    }

    .home .exhibit.room > .exhibit-item .back { padding: 10px 20px; }
    .home .exhibit.room > .exhibit-item .back > hr { margin: 15px 0; }


/* OUR SUITES */
    .home .deluxe-suites {
        background-color: #1E1E1E;
        padding: 20px 35px;
    }
    .home .premiere-suites {
        background-color: #464646;
        padding: 37px 35px 20px;
    }
    .home .deluxe-suites > .text-wrapper > h1 {
        font-size: 25px;
        color: #fff;
        line-height: 33px;
    }

    .home .our-suites > .text-wrapper > p {
        font-size: 17px;
        letter-spacing: 1.42px;
        color: #fff;
        line-height: 21px;
    }
    .home .our-suites > .text-wrapper > hr {
        border-color: #C7AA70;
        width: 60px;
        margin-top: 5px;
        margin-bottom: 47px;
    }

    .home .our-suites > .dark-box-container {
        border: 1px solid #C7AA70;
    }
    .home .our-suites > .dark-box-container > h1 {
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -26px;
    }
    .home .deluxe-suites > .dark-box-container > h1 > span {
        background-color: #1E1E1E;
        padding: 0 20px;
        line-height: 33px;
        font-size: 25px;
    }
    .home .premiere-suites > .dark-box-container > h1 > span {
        background-color: #464646;
        padding: 0 7px;
        line-height: 33px;
        font-size: 25px;
    }

    .home .our-suites > .dark-box-container > .suite-card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 36px;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #DDD8D5;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.40);
        margin-bottom: 20px;
        margin-left: -17px;
        margin-right: -17px;
        min-height: 420px;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-img-top {
        margin: 10px 9.5px 15px;
        position: relative;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-img-top > img {
        width: 100%;
        min-height: 215px;
        height: 215px;
        object-fit: cover;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-img-top > .discount-tag {
        position: absolute;
        top: 0;
        right: 0;
        background: #FF0000;
        color: #fff;
        font-size: 20px;
        line-height: 27px;
        padding: 5px 7px;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 1rem;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-body > .suite-card-title {
        font-size: 23px;
        color: #333;
        letter-spacing: 1.92px;
        line-height: 31px;
        font-weight: 700;
        margin-bottom: 4px;
        margin-top: 0 !important;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-body > .suite-card-text > span {
        font-size: 15px;
        letter-spacing: 1.25px;
        line-height: 19px;
        border-bottom: 1px solid #C7AA70;
        padding-bottom: 4px;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-body > .capacity {
        line-height: 19px;
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-body > .capacity > .icon {
        display: flex;
        margin-right: 7px;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-body > .capacity > .icon > i {
        font-size: 15px;
        margin-right: 1px;
        color: #333;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-body > .capacity > span.pax {
        margin-top: auto;
        margin-bottom: auto;
        font-weight: 700;
        font-size: 15px;
        color: #333;
        line-height: 15px;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-footer > .row > .book-btn {
        background-color: #EE7521;
        padding: 15px 0;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-footer > .row > .book-btn > a,
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-footer > .row > .info-btn > a {
        margin: 0 auto !important;
        font-size: 16px;
        letter-spacing: 1.21px;
        line-height: 21px;
        font-weight: 700;
        color: #fff !important;
    }
    .home .our-suites > .dark-box-container > .suite-card-deck > .suite-card > .suite-card-footer > .row > .info-btn {
        background-color: #616161;
        padding: 15px 0;
    }