/* RATES HEADER */
    .rates .rates-header {
        padding: 56px 20px;
        background: url('/images/Rates_Banner-min.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .rates .rates-header > .content {
        background: #DDD8D5;
        padding: 20px;
        position: relative;
    }
    .rates .rates-header > .content > .title-wrapper > p > span {
        font-size: 17px;
        padding-bottom: 6px;
        border-bottom: 1px solid #C7AA70;
        color: #333;
    }
    .rates .rates-header > .content > .title-wrapper > h1 {
        color: #242E49;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 0.62px;
        margin: 20px 0 15px;
    }
    .rates .rates-header > .content > .title-wrapper > h1 > span {
        font-weight: 700;
    }
    .rates .rates-header > .content > p.text {
        text-align: center;
        font-size: 14px;
    }


/* TABLES */
    .rates .tables tr > td {
        vertical-align: middle;
    }
    .rates .tables tr > td.price-cell .per-night {
        font-size: 13px;
        line-height: 16px;
    }
    .rates .tables tr.title-wrapper > td {
        color: #fff;
    }
    .rates .tables tr.title-wrapper > .title-1 {
        background: #7C7C7C;
        width: 130px;
    }
    .rates .tables tr.title-wrapper > .title-2 {
        background: #242E49;
    }
    .rates .tables tr.title-wrapper > .title-3 {
        background: #C7AA70;
    }



.bg-blue { background: #2C79A5; }
.bg-lightblue { background: #4FBED1; }
.text-light { color: #999; font-weight: lighter; }
.bg-dark { background: #3E3E3E !important; }
.bg-gray { background: #7C7C7C !important; }

.rates .tables {
    padding: 30px 10px;
    background: #1E1E1E;
}
.rates .tables .table {
    margin-bottom: 30px;
    border-color: #CCCCCC;
}
.rates .tables tr > th,
.rates .tables tr > td {
    font-size: 17px;
    color: #333;
    line-height: 22px;
    padding: 15px;
    background: #fff;
}

.rates .tables tr > td.t-heading {
    font-size: 25px;
    color: #fff;
    line-height: 24px;
    padding: 13px 5px;
    text-align: center;
    border: none;
}
.rates .tables tr > td.t-heading > b {
    font-weight: 600;
}
.rates .tables tr > td[rowspan="3"] {
    position: relative;
    background: #7c7c7c;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    width: 45px;
}
.rates .tables tr:nth-child(even) > td[rowspan="3"] {
    background: #525252;
}
.rates .tables tr > td[rowspan="3"] > span {
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    text-align: center;
    width: 258px;
    height: 45px;
    line-height: 45px;
    margin-left: -129px;
    margin-top: -22.5px;
}


.rates .tables tr > td.price-cell {
    width: 100px;
    position: relative;
    padding: 0;
}
.rates .tables tr > td.price-cell > div {
    min-height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rates .tables tr > td.price-cell .price {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #333;
    display: block;
}


.rates .tables .fake-table {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.rates .tables .fake-table .fake-header {
    font-size: 23px;
    color: #fff;
    line-height: 24px;
    background: #7c7c7c;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 13px 15px;
    font-weight: lighter;
}
.rates .tables .fake-table .fake-header > b {
    font-weight: 600;
}
.rates .tables .fake-table .fake-td {
    font-size: 15px;
    background: #fff;
    color: #333;
    padding: 15px 30px;
    border-bottom: 1px solid #ccc;
}


/* NOTE */
    .rates .note p {
        font-size: 17px;
        color: #fff;
        padding: 14px 25px;
        border: 1px solid #CCCCCC;
        line-height: 22px;
    }


/* DESCRIPTION */
    .rates .description {
        background: #2E2E2E;
        padding: 10px;
    }
    .rates .description .text-wrapper {
        background: #3E3E3E;
        color: #fff;
    }
    .rates .description .text-wrapper > p {
        margin-bottom: 0;
        padding: 20px;
        text-align: justify;
        line-height: 16px;
    }
    .rates .description .text-wrapper > p > b {
        color: #C7AA70;
    }