/* ========================================================================= */
/*RD SPECIFIC STYLES*/

.container.RD {
    background-color: #fafafa;
}

    .container.RD .row.topnav {
        background-color: #ffffff;
    }

.hotelBanner.RD .hotelHeadline {
    color: #FFFFFF;
    font-size: 1.3em;
    padding-top: 1.75em;
    line-height: 1em;
       font-family: sans-serif;
    font-weight: bold;
}

.hotelBanner.RD .hotelSubtext {
    color: #FFFFFF;
    font-size: .8em;
    line-height: 1.5em;
        font-family: sans-serif;
    padding-bottom: 2.5em;
}

.hotelItemRow.RD .hotelItem {
    background-color: #fafafa;
    /* border: 1px solid #b2b4b5; */
    border-radius: 5px;
    margin: auto;
    padding: 10px;
    box-shadow: 1px 1px 1px 1px #CCCCC0;
}

.hotelItemRow.RD .headline {
    color: #53565a;
    font-size: .9em;
        font-family: sans-serif;
    font-weight: bold;
    padding-left: 70px;
}

.hotelItemRow.RD .subtext {
    color: #a6b6a7;
    font-size: .65em;
    line-height: 1em;
     font-family: sans-serif;
    font-weight: bold;
    padding-left: 70px;
}

.guestNav.RD {
    background-color: #85724d;
    color: #FFFFFF;
    font-size: 10px;
    padding: .5em 0em .5em 0em;
      font-family: sans-serif;
    font-weight: bold;
}

/*
div.row:nth-child(4) > div:nth-child(1) > a:nth-child(1) > img {
    padding-right: 20px;
}
*/

.row.hotelItemRow.RD.foodBeverageMenu > .col-10.hotelItem {
    background-image: url(foodBeverageMenu_pattern.png);
}

.row.hotelItemRow.RD.tvChannelGuide > .col-10.hotelItem {
    background-image: url(tvChannelGuide_pattern.png);
}

.row.hotelItemRow.RD.guestServiceDirectory > .col-10.hotelItem {
    background-image: url(guestServiceDirectory_pattern.png);
}


.row.hotelItemRow.RD.towelReuseProgram > .col-10.hotelItem {
    background-image: url(towelReuseProgram_pattern.png);
}

.row.hotelItemRow.RD.safetyProtocols > .col-10.hotelItem {
    background-image: url(safetyProtocols_pattern.png);
}

.row.hotelItemRow.RD.joinRadissonRewards > .col-10.hotelItem {
    background-image: url(joinRadissonRewards_pattern.png);
}

/*.row.hotelItemRow.RD.survey > .col-10.hotelItem {
    background-image: url(/assets/1/RD/survey_pattern.png);
}*/
/* ========================================================================= */