@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_QpRyS7j.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG3gnD-w.ttf) format('truetype');
}
/*BUTTON COLORS*/
/*BG COLORS*/
/*@font1: "museo-sans",sans-serif;*/
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
        transform-style: preserve-3d;
    }

    40%, 43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
        transform-style: preserve-3d;
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
        transform-style: preserve-3d;
    }

    90% {
        transform: translate3d(0, -4px, 0);
        transform-style: preserve-3d;
    }
}

.bump {
    animation: bounce 1s normal;
    transform-origin: center bottom;
}

    .bump:hover,
    .bump:focus {
        animation: none;
    }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
}

    html body:before {
        content: 'not-responsive';
        color: #fff;
        float: left;
        visibility: hidden;
        height: 0;
    }

    html body {
        font-family: "Montserrat", sans-serif;
        margin: 0;
        padding: 0;
        line-height: 1.231;
        background-position: 0 bottom;
        color: #252525;
        /* FOOTER */
    }

        html body a {
            color: var(--button-primary-background-color,#193434);
        }

        html body .hideOnMobile {
            display: block;
        }

        html body .hideBlock {
            display: none !important;
        }

        html body .showBlock {
            display: block !important;
        }

        html body .showOnMobile {
            display: none;
        }

        html body #browser-avoid {
            display: none;
        }

        html body .button {
            width: 100%;
            display: block;
            text-transform: uppercase;
            text-decoration: none;
            background-color: var(--button-primary-background-color,#193434);
            border: 2px solid var(--button-primary-background-color,#193434);
            color: #fff;
            text-align: center;
            padding: 11px 4px 11px 7px;
            margin-bottom: 5px;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            -moz-border-radius-bottomleft: 2px;
            -moz-border-radius-bottomright: 2px;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            margin-top: 5px;
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
        }

            html body .button:hover {
                -webkit-transition: all 0.2s;
                -moz-transition: color 0.2s;
                -moz-box-shadow: 3px 3px 5px #333;
                -webkit-box-shadow: 3px 3px 5px #333;
            }

        html body .buttonTop {
            width: 180px;
            float: left;
            color: #fff;
            cursor: pointer;
            text-transform: uppercase;
            text-decoration: none;
            margin-right: 3px;
            font-size: 14px;
            height: 18px;
            padding: 15px 10px 10px 20px;
            background-color: #354B55;
            background-image: url('../../../images/arrow_btn_right.png');
            background-repeat: no-repeat;
            background-position: 180px 16px;
        }

            html body .buttonTop i {
                float: right;
            }

        html body .modifytopMobile {
            background-color: var(--button-primary-background-color,#193434);
            background-image: url('../../../images/arrow_btn_right.png');
            background-repeat: no-repeat;
            width: calc(100% - 54px);
            float: left;
            margin: 10px 10px 10px;
            background-position: right 10px top 16px;
        }

        html body .buttonSingle {
            background-color: var(--button-primary-background-color,#193434);
            font-family: "Montserrat", sans-serif;
            color: #fff;
            cursor: pointer;
            text-transform: uppercase;
            text-decoration: none;
            width: 80%;
            float: right;
            margin-right: 3px;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -webkit-border-bottom-right-radius: 2px;
            -moz-border-radius-bottomleft: 2px;
            -moz-border-radius-bottomright: 2px;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            font-size: 14px;
            height: 29px;
            font-weight: normal;
            padding: 10px 4px 0 9px;
            display: block;
            background-image: url('../../../images/arrow_btn_right.png');
            background-repeat: no-repeat;
            background-position: right 10px top 15px;
        }

            html body .buttonSingle:hover {
                -webkit-transition: all 0.2s;
                -moz-transition: color 0.2s;
                -moz-box-shadow: 3px 3px 5px #333;
                -webkit-box-shadow: 3px 3px 5px #333;
            }

        html body .genformError {
            background-color: rgba(255, 0, 0, 0.15) !important;
            border: 1px solid #354B56 !important;
        }

        html body #header {
            z-index: 999;
            float: left;
            width: 100%;
            background-color: #f8f8f8;
            margin-top: 0px;
        }

            html body #header .header-content {
                padding-top: 35px;
                margin: 0 auto;
                height: 151px;
            }

                html body #header .header-content .header-wrap {
                    width: 1000px;
                    margin: 0 auto;
                }

                    html body #header .header-content .header-wrap .first {
                        float: left;
                        width: 29%;
                    }

                        html body #header .header-content .header-wrap .first .logo {
                            float: left;
                        }

                    html body #header .header-content .header-wrap .middle {
                        float: left;
                        width: 39%;
                        min-height: 100px;
                    }

                        html body #header .header-content .header-wrap .middle .pgrlogo {
                            float: left;
                        }

                        html body #header .header-content .header-wrap .middle div {
                            width: 100%;
                            float: left;
                            font-size: 16px;
                            color: #B0B0B0;
                        }

                    html body #header .header-content .header-wrap .last.notlogged {
                        float: left;
                        width: 31%;
                        height: 151px;
                    }

                        html body #header .header-content .header-wrap .last.notlogged div {
                            width: 225px;
                            float: right;
                        }

                            html body #header .header-content .header-wrap .last.notlogged div .normalLink {
                                float: left;
                                color: #354B55;
                                margin-top: 10px;
                                cursor: pointer;
                                text-decoration: none;
                            }

                                html body #header .header-content .header-wrap .last.notlogged div .normalLink i {
                                    float: right;
                                    margin-left: 15px;
                                    font-size: 13px;
                                    margin-top: 4px;
                                }

                                html body #header .header-content .header-wrap .last.notlogged div .normalLink span {
                                    font-size: 12px;
                                    font-weight: bold;
                                }

                            html body #header .header-content .header-wrap .last.notlogged div:last-child {
                                margin-top: 20px;
                            }

                    html body #header .header-content .header-wrap .last.logged {
                        float: right;
                        width: 31%;
                        height: 151px;
                        margin-top: -35px;
                        color: #fff;
                    }

                        html body #header .header-content .header-wrap .last.logged div {
                            width: 225px;
                            float: right;
                        }

                        html body #header .header-content .header-wrap .last.logged .top {
                            float: left;
                            width: 50%;
                            height: 35px;
                            padding: 10px 0 10px 20px;
                            background-color: #354B55;
                        }

                            html body #header .header-content .header-wrap .last.logged .top .name,
                            html body #header .header-content .header-wrap .last.logged .top .number {
                                height: 50%;
                                float: left;
                            }

                        html body #header .header-content .header-wrap .last.logged .bottom {
                            float: left;
                            width: calc(50% + 20px);
                            height: 25px;
                            padding: 20px 0 10px 0;
                            background-color: #273840;
                            text-align: center;
                        }

                            html body #header .header-content .header-wrap .last.logged .bottom a {
                                color: #fff;
                                text-decoration: none;
                            }

            html body #header .logomain {
                float: left;
                max-height: 66px;
                margin-left: 35px;
                margin-top: 32px;
                width: 140px;
            }

            html body #header .logoevent {
                float: right;
                max-width: 267px;
                padding: 15px 45px 11px 45px !important;
                background-color: transparent !important;
                margin-top: 19px;
            }

            html body #header .logoevent img {
                max-width: 165px;
            }

            html body #header .breadcrumbform {
                position: relative;
                height: 37px;
                margin: 23px;
                float: right;
                z-index: 551;
            }

                html body #header .breadcrumbform .loyalty {
                    display: none;
                }

            html body #header #bookingmenu {
                font-family: "Montserrat", sans-serif;
                float: left;
                position: relative;
                width: 100%;
                padding-top: 8px;
                z-index: 0;
                background-color: #f8f8f8;
                margin-bottom: 0;                
            }

@media print {
    html body #header #bookingmenu {
        display: none;
    }
}

html body #header #bookingmenu ul {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    max-width: 1035px;
}

    html body #header #bookingmenu ul li {
        font-size: 17px;
        display: inline-block;
        float: left;
        padding: 0;
        text-transform: none;
        /*color:#b02033;*/
        position: relative;
        height: 44px;
        padding-top: 24px;
        margin-top: 11px;
        border-top: 0px solid #dbdbdb;
        text-align: left;
        width: calc((100% - 400px) / 3);
        color: #757575;
        font-weight: normal;
    }

        html body #header #bookingmenu ul li i {
            display: none;
        }

        html body #header #bookingmenu ul li.selected {
            font-weight: 600;
            color: #000;
        }

        html body #header #bookingmenu ul li.last,
        html body #header #bookingmenu ul li.second {
            border-right: 0px solid #dbdbdb;
        }

            html body #header #bookingmenu ul li.last,
            html body #header #bookingmenu ul li.second.select {
                border-right: 0px solid #dbdbdb;
            }

        html body #header #bookingmenu ul li.done {
            border-left: 0px solid #dbdbdb !important;
        }

        html body #header #bookingmenu ul li.arrowSeparetor {
            width: 19px;
            height: 21px;
            border: none;
            padding: 0;
            margin-top: 33px;
        }

        html body #header #bookingmenu ul li.arrowSeparetor_01 {
            background-image: url(/Content/V5/Rydges/images/breadcrumbarrow.jpg);
            background-repeat: no-repeat;
        }

        html body #header #bookingmenu ul li.arrowSeparetor_02 {
            background-image: url(/Content/V5/Rydges/images/breadcrumbarrow.jpg);
            background-repeat: no-repeat;
        }

html body .clear {
    clear: both;
}

html body .clearfix {
    zoom: 1;
}

    html body .clearfix:before,
    html body .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

html body #body-content {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    max-width: initial;
}

    html body #body-content input[type=text],
    html body #body-content input[type=tel],
    html body #body-content select,
    html body #body-content input[type=number] {
        float: left;
        background-color: #fff;
        border: 1px solid #B0B0B0 !important;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        font-size: 15px;
        padding: 5px 3px 5px 10px;
        height: 46px;
        color: #B0B0B0;
    }

    html body #body-content input[type=tel],
    html body #body-content input[type=text],
    html body #body-content input[type=number] {
        width: calc(100% - 15px);
        height: 34px;
    }

    html body #body-content input:focus,
    html body #body-content select:focus,
    html body #body-content textarea:focus {
        outline: none !important;
        box-shadow: 0 0 10px var(--button-primary-background-color,#193434);
    }

    html body #body-content textarea 
    {
        width: calc(100% - 6px);
        height: 76px;
        color: #B0B0B0;
        font-size: 15px;
        border: 1px solid #B0B0B0;
    }

    html body #body-content .displayNone {
        display: none;
    }

    html body #body-content select {
        width: 48%;
        background-image: url('../../../images/arrow_down.png');
        background-position: 95% 50%;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        border-radius: 20px;
    }

    html body #body-content .dashline {
        float: left;
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #B0B0B0;
        margin-bottom: 13px;
        margin-top: 10px;
    }

    html body #body-content .hotelName {
        display: none;
    }

    html body #body-content #termsWrap {
        background-color: #fff;
        width: calc(90% - 30px);
        margin: 0 auto;
        max-width: 980px;
        padding: 15px;
    }

    html body #body-content #main-wrap {
        width: 760px;
        float: left;
        background-color: #f8f8f8;
        margin-top: 0px;
    }

        html body #body-content #main-wrap #main {
            width: 730px;
            min-height: 600px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-left-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -moz-border-radius-bottomright: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            float: right;
            position: relative;
            padding-top: 0;
            margin-bottom: 40px;
            margin-right: 0px;
        }

            html body #body-content #main-wrap #main .hotelMessage {
                background-color: var(--button-primary-background-color,#193434);
                font-size: 18px;
                color: #fff;
                float: left;
                width: calc(100% - 30px);
                padding: 15px;
                margin: 15px 0;
                -webkit-border-top-left-radius: 4px;
                -webkit-border-top-right-radius: 4px;
                -moz-border-radius-topleft: 4px;
                -moz-border-radius-topright: 4px;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                -webkit-border-bottom-left-radius: 4px;
                -webkit-border-bottom-right-radius: 4px;
                -moz-border-radius-bottomleft: 4px;
                -moz-border-radius-bottomright: 4px;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

                html body #body-content #main-wrap #main .hotelMessage i {
                    font-size: 35px;
                    color: #d7d724;
                }

            html body #body-content #main-wrap #main #pageinner {
                margin: 0;
                float: left;
                width: 100%;
                background-color: #f8f8f8;
                font-size: 20px;
                padding-left: 0;
                padding-right: 0;
                padding-top: 7px;
            }

    html body #body-content #contentWrap {
        width: 1100px;
        margin: 0 auto;
    }

        html body #body-content #contentWrap h2 {
            color: #354B56;
            font-size: 20px;
            float: left;
            width: 100%;
            margin-bottom: 30px;
        }

@media only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px) {
    html body #body-content #contentWrap #side-wrap {
        float: left;
        margin-left: 25px;
        width: 275px;
        margin-top: 0px;
    }
}

html body #body-content #contentWrap #side-wrap #side.stick {
    position: fixed;
    top: 140px;
}

html body #body-content #contentWrap #side-wrap #side {
    position: relative;
    width: 230px;
    float: left;
    padding: 5px 10px;
    min-height: 573px;
    color: #252525;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    html body #body-content #contentWrap #side-wrap #side #side-top,
    html body #body-content #contentWrap #side-wrap #side #side-bot {
        display: block;
    }

        html body #body-content #contentWrap #side-wrap #side #side-top.stick,
        html body #body-content #contentWrap #side-wrap #side #side-bot.stick {
            display: none;
        }

    html body #body-content #contentWrap #side-wrap #side #side-mid.stick .multiroomstick {
        height: 350px;
        float: left;
        overflow-y: scroll;
    }

    html body #body-content #contentWrap #side-wrap #side .promoBanner {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }

        html body #body-content #contentWrap #side-wrap #side .promoBanner img {
            width: 100%;
        }

    html body #body-content #contentWrap #side-wrap #side .roomtemplate .fillspace {
        display: none;
    }

    html body #body-content #contentWrap #side-wrap #side #membershipWrap {
        display: none;
        text-align: center;
    }

        html body #body-content #contentWrap #side-wrap #side #membershipWrap p {
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
        }

        html body #body-content #contentWrap #side-wrap #side #membershipWrap input[type="submit"] {
            cursor: pointer;
        }

        html body #body-content #contentWrap #side-wrap #side #membershipWrap ul {
            list-style: none;
        }

    html body #body-content #contentWrap #side-wrap #side .membership_bottom {
        margin-top: 4px;
        margin-bottom: 4px;
        border: 1px solid #f3f3f3;
        border-width: 1px 0 0 0;
        width: 230px;
        float: left;
    }

    html body #body-content #contentWrap #side-wrap #side .membership_fields .multiroom .roomwrap .roomCountLabel {
        width: calc(100% - 20px);
        float: left;
        font-weight: bold;
        background-color: #354b56;
        padding: 5px 10px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    html body #body-content #contentWrap #side-wrap #side .book-summaryTitle {
        background-color: var(--button-secondary-text-color);
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        height: 18px;
        padding: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        width: calc(100% - 24px);
        float: left;
    }

    html body #body-content #contentWrap #side-wrap #side .book-modifyTitle {
        color: #354B55;
        font-size: 14px;
        font-weight: bold;
        height: 26px;
        padding: 12px;
        text-align: left;
        text-transform: uppercase;
        width: calc(100% - 24px);
        padding-bottom: 3px;
        float: left;
    }

    html body #body-content #contentWrap #side-wrap #side #reservationsummarybox,
    html body #body-content #contentWrap #side-wrap #side .reservationsummarybox {
        -webkit-box-shadow: 0px 0px 5px 1px #c7c5c7;
        -moz-box-shadow: 0px 0px 5px 1px #c7c5c7;
        box-shadow: 0px 0px 5px 1px #c7c5c7;
        /*background-image: url('../../../images/arrow_down_dark_red.png');*/
        /*background-position: 49% -10px;
                             background-repeat: no-repeat;*/
        background-color: #fff;
        float: left;
        margin-bottom: 5px;
        padding: 15px;
        width: calc(100% - 30px);
        color: #252525;
    }

        html body #body-content #contentWrap #side-wrap #side #reservationsummarybox .sideLineDiv,
        html body #body-content #contentWrap #side-wrap #side .reservationsummarybox .sideLineDiv {
            float: left;
            width: 100%;
            margin-bottom: 15px;
        }

            html body #body-content #contentWrap #side-wrap #side #reservationsummarybox .sideLineDiv .lineLeft,
            html body #body-content #contentWrap #side-wrap #side .reservationsummarybox .sideLineDiv .lineLeft {
                font-size: 13px;
                text-align: left;
                float: left;
                width: 50%;
                font-weight: bold;
                text-transform: none;
            }

            html body #body-content #contentWrap #side-wrap #side #reservationsummarybox .sideLineDiv .lineRight,
            html body #body-content #contentWrap #side-wrap #side .reservationsummarybox .sideLineDiv .lineRight {
                font-size: 13px;
                text-align: left;
                font-weight: normal;
                float: left;
                width: 50%;
            }

            html body #body-content #contentWrap #side-wrap #side #reservationsummarybox .sideLineDiv .lineTop,
            html body #body-content #contentWrap #side-wrap #side .reservationsummarybox .sideLineDiv .lineTop {
                font-size: 13px;
                text-align: left;
                float: left;
                width: 100%;
                font-weight: bold;
                text-transform: none;
            }

            html body #body-content #contentWrap #side-wrap #side #reservationsummarybox .sideLineDiv .lineBot,
            html body #body-content #contentWrap #side-wrap #side .reservationsummarybox .sideLineDiv .lineBot {
                font-size: 13px;
                text-align: left;
                float: left;
                width: 100%;
                font-weight: normal;
                text-transform: none;
            }

        html body #body-content #contentWrap #side-wrap #side #reservationsummarybox #Reservationsummarytotalwrap,
        html body #body-content #contentWrap #side-wrap #side .reservationsummarybox #Reservationsummarytotalwrap {
            width: 100%;
            float: left;
        }

    html body #body-content #contentWrap #side-wrap #side #side-ratings .ratingstitle {
        display: block;
        text-transform: uppercase;
        font-size: 24px;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings .ratingsbox {
        background-color: white;
        color: #354b56;
        font-size: 11px;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings #trustyouscore {
        display: none;
        color: #000;
        font-size: 80px;
        font-weight: bold;
        text-align: center;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings #ratingbox {
        background: none;
        width: 201px;
        height: 70px;
        margin-left: 0px;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings .ratingboxscore {
        padding-top: 13px;
        padding-left: 48px;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings .ratingboxratedby {
        margin-top: 10px;
        font-size: 15px;
        margin-left: 35px;
        font-weight: normal;
        color: #565656;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings .ratingboxscore img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings #ratingboxwords {
        display: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
        font-size: 13px;
        line-height: 22px;
        color: #b7b7b7;
        font-weight: lighter;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings .ratingboxwordslink {
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
    }

    html body #body-content #contentWrap #side-wrap #side #side-ratings #ratingboxtrustyoulogo {
        margin-left: 35px;
        margin-top: 10px;
        width: 140px;
    }

    html body #body-content #contentWrap #side-wrap #side #Reservationsummarytotalwrap {
        float: left;
        font-size: 13px;
    }

        html body #body-content #contentWrap #side-wrap #side #Reservationsummarytotalwrap .roomNumber {
            float: left;
            width: 100%;
            font-weight: bold;
        }

        html body #body-content #contentWrap #side-wrap #side #Reservationsummarytotalwrap .item-container {
            width: calc(230px - 4px);
            display: block;
            margin: 2px 2px 10px 2px;
        }

            html body #body-content #contentWrap #side-wrap #side #Reservationsummarytotalwrap .item-container .item {
                float: left;
                margin: 2px;
                text-transform: capitalize;
                font-size: 12px;
            }

            html body #body-content #contentWrap #side-wrap #side #Reservationsummarytotalwrap .item-container .score {
                float: right;
                margin: 2px;
            }

            html body #body-content #contentWrap #side-wrap #side #Reservationsummarytotalwrap .item-container .fill {
                border: none;
                border-bottom: 1px dotted #000;
                display: inline-block;
            }

    html body #body-content #contentWrap #side-wrap #side .dashline {
        float: left;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #B0B0B0;
        margin-bottom: 13px;
        margin-top: 10px;
    }

    html body #body-content #contentWrap #side-wrap #side #change-booking {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }

        html body #body-content #contentWrap #side-wrap #side #change-booking .showOnlyHorizontal {
            display: none;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking .openBookingOptions {
            text-transform: uppercase;
            margin-top: 20px;
            text-decoration: none;
            font-weight: bold;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking #datesWrap {
            float: left;
            margin-top: 15px;
            width: 100%;
            margin-bottom: 10px;
        }

            html body #body-content #contentWrap #side-wrap #side #change-booking #datesWrap .labeldeparting {
                width: 45%;
                padding-left: 4%;
            }

            html body #body-content #contentWrap #side-wrap #side #change-booking #datesWrap .calendarBox {
                float: left;
                width: calc(45% - 2px);
                height: 70px;
                padding: 15px 0 15px 0;
                font-size: 11px;
                border: 1px solid #B0B0B0;
                background-color: #fff;
                cursor: pointer;
            }

                html body #body-content #contentWrap #side-wrap #side #change-booking #datesWrap .calendarBox .day {
                    font-size: 45px;
                    font-weight: 100;
                    width: 100%;
                    text-align: center;
                    color: #B0B0B0;
                }

                html body #body-content #contentWrap #side-wrap #side #change-booking #datesWrap .calendarBox .month {
                    font-size: 11px;
                    font-weight: bold;
                    width: 100%;
                    text-align: center;
                    text-transform: uppercase;
                    color: #B0B0B0;
                }

            html body #body-content #contentWrap #side-wrap #side #change-booking #datesWrap .calendarSplit {
                float: left;
                border-bottom: 1px solid #B0B0B0;
                margin-top: 45px;
                width: 10%;
            }

        html body #body-content #contentWrap #side-wrap #side #change-booking .rightSideField {
            margin-right: 3%;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking .showDayuser {
            display: block;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking .hideDayuser {
            display: none;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv {
            margin-bottom: 5px;
            width: 100%;
            float: left;
            color: #354B55;
        }

            html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv i {
                float: left;
                margin-right: 10px;
                font-size: 33px;
            }

            html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv .dayusecheckbox {
                float: left;
                margin-top: 10px;
                margin-bottom: 6px;
                font-size: 17px;
            }

            html body #body-content #contentWrap #side-wrap #side #change-booking #dayusediv .dayuseText {
                margin-bottom: 5px;
                float: left;
                font-size: 11px;
            }

        html body #body-content #contentWrap #side-wrap #side #change-booking .specialLabel {
            width: 100%;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking label {
            width: 49%;
            padding-left: 1%;
            text-transform: uppercase;
            float: left;
            font-size: 12px;
            margin-bottom: 5px;
            margin-top: 10px;
            color: #354B55;
        }

            html body #body-content #contentWrap #side-wrap #side #change-booking label.labeladults,
            html body #body-content #contentWrap #side-wrap #side #change-booking label.labelchildren {
                margin-top: 10px;
            }

        html body #body-content #contentWrap #side-wrap #side #change-booking #hotelCode {
            width: 100%;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking #numrooms {
            position: relative;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates {
            width: 100%;
            float: left;
            margin-top: 20px;
            font-family: "Montserrat", sans-serif;
            background-color: #354B55;
            border: 2px solid #354B55;
            background-image: url('../../../images/arrow_btn_right.png');
            background-position: 92% 12px;
            background-repeat: no-repeat;
            font-size: 15px;
            color: #fff;
        }

            html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates div {
                float: left;
                margin-top: 5px;
                margin-left: 20px;
            }

            html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates i {
                float: right;
                margin-right: 10px;
                font-size: 30px;
            }

        html body #body-content #contentWrap #side-wrap #side #change-booking .childrenUnder {
            float: right;
            font-size: 11px;
            width: 48%;
            text-align: center;
            margin-top: 5px;
        }

        html body #body-content #contentWrap #side-wrap #side #change-booking #updaterates:hover i {
            transition: 0.5s;
            transform: rotateZ(180deg);
        }

    html body #body-content #contentWrap #side-wrap #side .trust-logo {
        margin-top: 20px;
        float: left;
    }

    html body #body-content #contentWrap #side-wrap #side .small {
        font-size: 11px;
        font-style: italic;
        float: left;
    }

html body #body-content #contentWrap #side-wrap.stickparent {
    float: right;
    width: 230px;
}

html body #body-content #contentWrap #ratesWrap #main #roomstab {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background-color: #F9F9F9;
    color: #354B55;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #B0B0B0;
    text-transform: uppercase;
}

    html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdiv {
        display: none;
    }

    html body #body-content #contentWrap #ratesWrap #main #roomstab #roomstabdivend .select {
        width: 100%;
    }

    html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected {
        display: block;
    }

        html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .arrow {
            background-repeat: no-repeat;
            background-position-y: 5px;
            width: 50px;
            height: 50px;
            float: left;
            cursor: pointer;
            font-weight: bold;
            color: #252525;
        }

        html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .hidearrow {
            visibility: hidden;
        }

        html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .arrowLeft {
            background-image: url(../../../images/arrow_btn_left_black.png);
            border-right: 1px solid #B0B0B0;
            background-position: 16px 20px;
        }

        html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .arrowRight {
            background-image: url(../../../images/arrow_btn_right_black.png);
            border-left: 1px solid #B0B0B0;
            background-position: 16px 20px;
        }

        html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .select {
            width: calc(100% - 102px);
            float: left;
            font-size: 25px;
            font-weight: bold;
            text-transform: uppercase;
        }

            html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .select div {
                margin-top: 13px;
                text-align: center;
                float: left;
                width: 100%;
            }

                html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .select div span {
                    font-size: 12px;
                    color: #B0B0B0;
                    text-transform: lowercase;
                }

                    html body #body-content #contentWrap #ratesWrap #main #roomstab .roomstabdivselected .select div span:first-child {
                        color: #354B56;
                    }

html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 468px;
    float: left;
    margin-top: 20px;
}

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem {
        position: relative;
        padding-bottom: 20px;
    }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .onlyleft {
            position: absolute;
            z-index: 10;
            top: 14px;
            left: -40px;
            height: 50px;
            width: 190px;
            font-weight: bold;
            background-color: var(--button-primary-background-color,#193434);
            opacity: 0.8;
            filter: alpha(opacity=80);
            color: #000;
            text-align: center;
            border: 1px solid #000;
            -webkit-transform: rotate(320deg);
            -moz-transform: rotate(320deg);
            -o-transform: rotate(320deg);
            -ms-transform: rotate(320deg);
            transform: rotate(320deg);
            -moz-box-shadow: 0px 1px 3px #000, inset 0px 0px 2px #333;
            -webkit-box-shadow: 0px 1px 3px #000, inset 0px 0px 2px #333;
        }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .onlyleft div {
                width: 100%;
            }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .onlyright {
            position: absolute;
            z-index: 10;
            top: -30px;
            right: -55px;
            height: 100px;
            width: 190px;
            font-weight: bold;
            background-color: #252525;
            opacity: 0.8;
            filter: alpha(opacity=80);
            color: #000;
            text-align: center;
            border: 1px solid #000;
            -webkit-transform: rotate(-320deg);
            -moz-transform: rotate(-320deg);
            -o-transform: rotate(-320deg);
            -ms-transform: rotate(-320deg);
            transform: rotate(-320deg);
            -moz-box-shadow: 0px 1px 3px #000, inset 0px 0px 2px #333;
            -webkit-box-shadow: 0px 1px 3px #000, inset 0px 0px 2px #333;
        }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .onlyright div {
                width: 100%;
                margin-top: 39px;
                margin-left: 12px;
            }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo {
            float: left;
            position: relative;
            margin-top: 0;
            overflow: hidden;
            width: 100%;
        }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .imgBg {
                position: relative;
                width: 100%;
            }

                html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .imgBg .ie9 {
                    background-color: #000;
                    background-repeat: repeat-x;
                }

                html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .imgBg img {
                    display: block;
                    width: 100%;
                }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .arrowtitle {
                position: absolute;
                bottom: -5px;
                left: 50px;
                z-index: 5;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .imgBg:after {
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                z-index: 3;
                background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
                background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
                background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
            }

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .imgBg:after {
        background-image: url("/Content/V3/svg-gradient.svg");
    }
}

html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle {
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    bottom: 20px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    width: 100%;
    z-index: 3;
}

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle .roomtitleDesc {
        float: left;
        padding-left: 20px;
        cursor: pointer;
    }

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomtitle .inforoomdetails {
        float: left;
        margin-left: 20px;
        margin-top: 9px;
        cursor: pointer;
        background-image: url(../images/info.png);
        width: 18px;
        height: 18px;
    }

html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc {
    cursor: pointer;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc {
        float: left;
        width: calc(100% - 20px);
        padding-left: 20px;
        padding-top: 10px;
        background-color: var(--button-primary-background-color,#193434);
        padding-bottom: 18px;
    }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .title {
            font-size: 16px;
            font-weight: 200;
            width: 100%;
            float: left;
            margin-bottom: 7px;
        }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .title div {
                float: left;
                font-size: 40px;
                width: calc(100% - 32px);
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .title .closeroomdetails {
                float: left;
                margin-top: 7px;
                margin-right: 10px;
                background-image: url(../images/close.png);
                width: 22px;
                height: 21px;
            }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc .text {
            float: left;
            width: calc(100% - 22px);
        }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .desc.notitle {
            padding-bottom: 0;
        }

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features {
        background-image: url('../../../images/arrow_down_light_red.png');
        background-position: 20px -10px;
        background-repeat: no-repeat;
        float: left;
        width: calc(100% - 20px);
        padding: 20px 0 13px 20px;
        background-color: #971C20;
    }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features div {
            width: calc(50% - 10px);
            font-size: 15px;
            padding-right: 10px;
            float: left;
            margin-bottom: 7px;
        }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features div i {
                font-size: 6px;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookinginfo .roomdesc .features div a {
                color: #fff;
                text-decoration: underline;
            }

html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookingratestitle {
    height: 35px;
    font-weight: bold;
    float: left;
    padding-top: 15px;
    color: #999999;
    padding-left: 15px;
    width: calc(100% - 15px);
    border-bottom: 1px solid #B0B0B0;
    background-color: #F9F9F9;
}

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookingratestitle .RatesAvailable {
        float: left;
        width: 50%;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        margin-top: 6px;
    }

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .bookingratestitle .TotalNightly {
        float: left;
        width: 40%;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        margin-top: 6px;
    }

html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap {
    margin-bottom: 40px;
    margin-left: 0;
    float: left;
    width: 100%;
    list-style: none;
    background-color: #F9F9F9;
}

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap {
        width: calc(100% - 20px);
        float: left;
        margin-top: 5px;
        padding: 5px 10px 0 10px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl {
            list-style: none;
            margin-left: 0;
            margin-top: 0;
            padding-bottom: 20px;
            float: left;
            width: 100%;
        }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li {
                display: inline-block;
                float: left;
                padding-right: 0;
                padding-bottom: 0;
                padding-top: 10px;
                position: relative;
                overflow: hidden;
                text-decoration: none;
                z-index: 10;
                height: auto;
                font-family: "Montserrat", sans-serif;
                font-size: 17px;
                line-height: 20px;
                color: #354B56;
            }

                html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .poptip,
                html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .tooltip,
                html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .ploptip {
                    color: #354B56;
                    cursor: help;
                    line-height: 25px;
                }

                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .poptip div,
                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .tooltip div,
                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .ploptip div {
                        float: left;
                    }

                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .poptip b,
                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .tooltip b,
                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .ploptip b {
                        font-weight: bold;
                    }

                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .ploptip span {
                        float: left;
                        margin: 3px 13px 0 6px;
                        background-image: url(../images/info.png);
                        width: 18px;
                        height: 18px;
                    }

                    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl li .tooltip span {
                        float: left;
                        margin: 3px 5px 0 6px;
                        background-image: url(../images/infogrey.png);
                        width: 18px;
                        height: 18px;
                    }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .onlymenber {
                margin-left: 10%;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .showOnMobile {
                display: none;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratemembertext {
                width: 101px;
                font-size: 17px;
                font-weight: 100;
                border-left: 1px solid #252525;
                padding-left: 7px;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .booknow {
                display: none;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricenormal {
                font-family: "Montserrat", sans-serif;
                font-size: 22px;
                line-height: 20px;
                color: var(--button-primary-background-color,#193434);
                text-transform: uppercase;
                font-weight: bold;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .strike {
                text-decoration: line-through;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .ratepricebold,
            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .exclusiveMember {
                font-family: "Montserrat", sans-serif;
                font-size: 22px;
                line-height: 20px;
                color: var(--button-primary-background-color,#193434);
                text-transform: uppercase;
                font-weight: bold;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .exclusiveMember {
                text-align: center;
                height: 50px;
                float: left;
            }

                html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .exclusiveMember div {
                    color: #252525;
                    border-bottom: 1px dotted #565658;
                    cursor: help;
                    font-size: 12px;
                    text-transform: capitalize;
                }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .other {
                width: 91px;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .nomember {
                width: 160px;
                text-align: center;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .first {
                width: 34%;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .mobilearrow {
                width: 34%;
            }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .ratesLiWrap .ratesUl .last {
                width: 140px;
                float: right;
                height: 44px;
                padding-top: 0;
            }

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .mobileratedetails {
        display: none;
    }

    html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .selectedRateCode {
        background-color: #252525 !important;
    }

        html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .selectedRateCode ul li {
            color: #fff !important;
        }

            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .selectedRateCode ul li .poptip,
            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .selectedRateCode ul li .tooltip,
            html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesUlWrap .selectedRateCode ul li .ploptip {
                color: #fff !important;
            }

html body #body-content #contentWrap #ratesWrap #main #pageinner .bookinglist .bookingitem .ratesWrapMobile {
    display: none;
}

html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap {
    width: 50%;
    float: left;
    font-size: 16px;
    margin-left: 200px;
}

    html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap .book-summaryTitle {
        text-transform: uppercase;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: #ef3e32;
        font-size: 16px;
        font-weight: bold;
        height: 27px;
        margin-left: -10px;
        margin-top: 5px;
        padding-top: 8px;
        text-align: center;
        width: 100%;
        float: left;
    }

    html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap .roomNumber {
        float: left;
        width: 100%;
        font-weight: bold;
    }

    html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap .item-container {
        width: 100%;
        display: block;
        margin: 2px 2px 10px 2px;
    }

        html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap .item-container .item {
            float: left;
            margin: 2px;
            text-transform: capitalize;
            font-size: 12px;
        }

        html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap .item-container .fill {
            border: none;
            border-bottom: 1px dotted #000;
            display: inline-block;
        }

        html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap .item-container .score {
            float: right;
            margin: 2px;
        }

    html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap #contentsummaryTotal {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

        html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap #contentsummaryTotal .contentsummary {
            float: left;
            font-weight: bold;
        }

        html body #body-content #contentWrap #ratesWrap #main #pageinner #RatesSummarywrap #contentsummaryTotal .contentbold14 {
            float: right;
            /* margin: 2px; */
            font-weight: bold;
            color: red;
        }

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft {
    width: 25%;
    float: left;
    font-family: "Montserrat", sans-serif;
}

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_01 {
        float: left;
        color: #252525;
        font-size: 30px;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_02 {
        float: left;
        color: #354B56;
        font-size: 15px;
        width: 100%;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_03 {
        float: left;
        color: #354B56;
        font-size: 40px;
        font-weight: 300;
        width: 100%;
        margin-top: 10px;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomleft .leftbox_04 {
        float: left;
        color: #252525;
        font-size: 12px;
        font-style: italic;
        color: #B0B0B0;
    }

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright {
    width: 100%;
    float: right;
}

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright label {
        font-size: 15px;
        font-weight: bold;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .flightDetailsFields {
        display: none;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .copydetailsCheckBoxLink {
        cursor: pointer;
        font-size: 15px;
        margin-top: 3px;
        height: 20px;
        display: block;
        float: right;
        margin-left: 10px;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .copydetailsCheckBox {
        cursor: pointer;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .flightDetailsFields .left input[type=tel],
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .flightDetailsFields .right input[type=tel],
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .flightDetailsFields .left input[type=text],
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .flightDetailsFields .right input[type=text],
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .flightDetailsFields .left input[type=number],
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .flightDetailsFields .right input[type=number] {
        margin-bottom: 10px;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .addflightDetails {
        margin-bottom: 0;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .addComment {
        margin-top: 5px;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .roomtotal {
            text-align: right;
            margin-top: 5px;
            font-size: 15px;
            font-weight: bold;
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left,
        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .right {
            width: calc(33% - 5px);
            float: left;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left select,
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .right select {
                width: 100%;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left a,
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .right a {
                width: calc(100% - 11px);
                color: #354B56;
                text-decoration: none;
                font-size: 15px;
                margin-left: 8px;
            }

                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left a i,
                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .right a i {
                    font-size: 22px;
                }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .left {
            margin-right: 10px;
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .select {
            width: calc(100% - 10px);
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .right {
            margin-right: 0px;
            float: right;
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .addonslist {
            display: none;
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .warmingMessage {
            background-color: var(--button-primary-background-color,#193434);
            float: left;
            width: calc(100% - 10px);
            padding: 5px;
            color: #fff;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-bottomright: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            display: none;
            font-size: 13px;
            margin-top: 10px;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock .guestroomright .full .warmingMessage i {
                float: left;
                font-size: 30px;
                color: #d7d724;
                margin-right: 10px;
            }

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox {
    width: 94%;
    float: left;
    background-color: #F7F7F7;
    border: 1px solid #B0B0B0;
    margin: 10px 1% 10px 1%;
    padding: 10px 2% 10px 2%;
    color: #354B55;
    font-size: 14px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full {
        float: left;
        width: 100%;
    }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right {
            width: 30%;
            float: left;
            margin-top: 14px;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right a {
                width: calc(70% - 11px);
                max-width: 140px;
                float: right;
                text-decoration: none;
                font-weight: bold;
                margin: 0;
                color: #354B55;
            }

                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right a i {
                    font-weight: 200;
                }

                    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right a i.fa-check {
                        color: green;
                    }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right .retrieve {
                width: calc(100% - 25px);
                background-image: url('../../../images/arrow_btn_right.png');
                background-position: 92% 18px;
                background-repeat: no-repeat;
                text-align: left;
                padding-left: 25px;
                color: #fff;
                font-weight: normal;
                padding-top: 16px;
                height: 22px;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .right div {
                float: right;
                height: 25px;
            }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left {
            width: 70%;
            float: left;
            margin-bottom: 10px;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left i {
                font-size: 46px;
                float: left;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left div {
                float: left;
                padding: 10px 0 0 7px;
                width: calc(100% - 63px);
            }

                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left div img {
                    width: 135px;
                }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left .exclusive {
                padding: 0 0 0 0;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left input[type=tel],
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left input[type=text],
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left input[type=number] {
                width: calc(47% - 16px);
                float: left;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left label {
                width: 50%;
                float: left;
                margin-bottom: 5px;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left .memLastname {
                margin-right: 6px;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left .memNumber {
                margin-left: 6px;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left .memberCheckBox {
                cursor: pointer;
            }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .left .memberCheckBoxLink {
                cursor: pointer;
                font-weight: bold;
            }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .leftmember {
            font-weight: bold;
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroombox .full .memberFields {
            display: none;
        }

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonimgdiv {
    width: 20%;
}

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonnamediv {
    width: 55%;
    margin: 15px 40px;    
}

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #addons-inline-wrap .addonbtdiv {
    width: 25%;
}

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingAddonsInline {
    -webkit-box-shadow: 0px 0px 5px 1px #c7c5c7;
    -moz-box-shadow: 0px 0px 5px 1px #c7c5c7;
    box-shadow: 0px 0px 5px 1px #c7c5c7;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #252525;
}

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingAddonsInline ul li {
        list-style: none;
        width: calc(100% - 60px);
        margin: 10px;
        padding: 30px 20px;
        border: 1px solid #cecece;
        display: flex;
        align-items: center;
        min-height: 120px;
    }

#whatisdonationlink {
    font-size: 11px;
}
.addon-price {
    font-size: 20px;
    font-weight: bold;
}
.hightlight-item {
    border: 2px solid var(--button-primary-background-color,#193434) !important;
}
.addon-btn {
    float: left;
    width: 100px;
}

.addonbtdiv select {
    width: 100% !important;
    height: 40px !important;
}


html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingAddonsInline ul li div .addoninlinebuttonNA {
    float: left;
    border: 2px solid #000;
    margin-top: 5px;
    padding: 12px;
}

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingAddonsInline ul li div .addoninlinebutton {
                width: 115px;
                display: block;
                text-transform: uppercase;
                text-decoration: none;
                background-color: var(--button-primary-background-color,#193434);
                border: 2px solid var(--button-primary-background-color,#193434);
                color: #fff;
                text-align: center;
                padding: 10px 12px;
                margin-bottom: 5px;
                -webkit-border-top-left-radius: 2px;
                -webkit-border-top-right-radius: 2px;
                -moz-border-radius-topleft: 2px;
                -moz-border-radius-topright: 2px;
                border-top-left-radius: 2px;
                border-top-right-radius: 2px;
                -webkit-border-bottom-left-radius: 2px;
                -webkit-border-bottom-right-radius: 2px;
                -moz-border-radius-bottomleft: 2px;
                -moz-border-radius-bottomright: 2px;
                border-bottom-left-radius: 2px;
                border-bottom-right-radius: 2px;
                margin-top: 5px;
                cursor: pointer;
                font-size: 12px;
                font-weight: bold;
            }

                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingAddonsInline ul li div .addoninlinebutton.addonpressed {
                    background-color: #56AE14;
                    border: 2px solid #56AE14;
                }

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingccTitle {
    -webkit-box-shadow: 0px 0px 5px 1px #c7c5c7;
    -moz-box-shadow: 0px 0px 5px 1px #c7c5c7;
    box-shadow: 0px 0px 5px 1px #c7c5c7;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #252525;
}

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc {
    -webkit-box-shadow: 0px 0px 5px 1px #c7c5c7;
    -moz-box-shadow: 0px 0px 5px 1px #c7c5c7;
    box-shadow: 0px 0px 5px 1px #c7c5c7;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    float: left;
    margin-bottom: 20px;
    font-size: 14px;
    color: #252525;
}

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc label {
        font-size: 15px;
        font-weight: bold;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fees {
        font-size: 12px;
        color: #B0B0B0;
        padding-bottom: 45px;
        border-bottom: 0px solid #B0B0B0;
        font-style: italic;
    }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .full {
        padding: 10px;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .full .left {
            float: left;
            width: calc(50% - 10px);
            margin-right: 10px;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .full .left select {
                width: 100%;
            }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .full .right {
            float: left;
            width: calc(50% - 10px);
            margin-left: 10px;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .full .right select {
                width: calc(50% - 10px);
                margin-left: 10px;
            }

                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .full .right select.CardMonth {
                    margin-right: 10px;
                    margin-left: 0;
                }

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc {
        width: 80%;
    }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingcc .fullcc h2 {
            margin-top: 30px;
            margin-bottom: 10px;
        }

html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full {
        width: 100%;
        float: left;
        margin: 5px 0;
        font-size: 14px;
    }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full label {
            font-size: 13px;
            margin-left: 45%;
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full i {
            margin-right: 10px;
            font-size: 17px;
        }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full .left {
            margin-top: 15px;
            width: 50%;
            float: left;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full .left button {
                background-image: url('../../../images/arrow_btn_left.png');
                background-position: 10px 11px;
                background-repeat: no-repeat;
                text-align: right;
                padding-right: 20px;
                min-width: 100px;
            }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full .right {
            margin-top: 15px;
            margin-right: 10px;
            width: auto;
            float: right;
        }

            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full .right button {
                float: right;
                background-image: url('../../../images/arrow_btn_right.png');
                background-position: 91% 11px;
                background-repeat: no-repeat;
                text-align: left;
                padding-left: 10px;
            }

        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .bookingbottom .full button i {
            font-size: 18px;
        }

html body #body-content #contentWrap #summaryWrap #termsview {
    font-size: 12px;
}

html body #body-content #contentWrap #summaryWrap .submit-summary {
    width: 120px;
}

html body #body-content #contentWrap #summaryWrap .submit-back {
    width: 80px;
    text-align: left;
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner .memberChecked,
html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner .memberChecked {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 10px;
    background-color: green;
    color: #fff;
    font-size: 27px;
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner .promoBanner,
html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner .promoBanner {
    float: left;
    width: 100%;
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation,
html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation {
    -webkit-box-shadow: 0px 0px 5px 1px #c7c5c7;
    -moz-box-shadow: 0px 0px 5px 1px #c7c5c7;
    box-shadow: 0px 0px 5px 1px #c7c5c7;
    width: calc(100% - 40px);
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #fff;
    color: #484848;
    font-size: 15px;
}

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation #bookinginformationBorder,
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation #bookinginformationBorder {
        padding: 20px;
        border: 1px solid #9a9a9a;
        margin: 5px;
    }

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationleft,
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationleft {
        float: left;
        width: 25%;
        font-weight: bold;
        margin-bottom: 10px;
    }

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationright,
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookinginformation .bookinginformationright {
        float: left;
        width: 75%;
        margin-bottom: 10px;
        color: #484848;
    }

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms,
html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms {
    width: 100%;
    float: left;
    margin-top: 5px;
}

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom,
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom {
        -webkit-box-shadow: 0px 0px 5px 1px #c7c5c7;
        -moz-box-shadow: 0px 0px 5px 1px #c7c5c7;
        box-shadow: 0px 0px 5px 1px #c7c5c7;
        width: calc(100% - 40px);
        float: left;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background-color: #fff;
    }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroomBorder,
        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestroomBorder {
            float: left;
            border: 1px solid #9a9a9a;
            margin: 5px;
        }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock,
        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms .guestroom .roomblock {
            float: left;
            padding: 10px;
        }

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal,
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal {
        /*width: 100%;
                                    overflow: hidden;
                                    position: relative;
                                    margin-bottom: 10px;*/
        -webkit-box-shadow: 0 0 5px 1px #c7c5c7;
        -moz-box-shadow: 0 0 5px 1px #c7c5c7;
        box-shadow: 0 0 5px 1px #c7c5c7;
        width: calc(100% - 40px);
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
        padding-bottom: 20px;
        margin-top: 20px;
        background-color: #fff;
        float: left;
        color: #354B56;
    }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal #bookingtotalborder,
        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal #bookingtotalborder {
            padding: 20px;
            border: 1px solid #9a9a9a;
            margin: 5px;
            float: left;
            width: calc(100% - 50px);
        }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft,
        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft {
            float: left;
            width: 50%;
            min-height: 56px;
            font-weight: bold;
            font-size: 40px;
            border-right: 1px solid #B0B0B0;
        }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft span,
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft span {
                font-weight: 300;
            }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft .title,
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft .title {
                text-transform: uppercase;
                width: 100%;
                font-size: 15px;
                font-weight: bold;
            }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul,
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul {
                width: 100%;
            }

                html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li,
                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li {
                    list-style: none;
                    margin-left: 20px;
                    margin-top: 5px;
                    font-size: 12px;
                    font-weight: normal;
                    color: #354B56;
                }

                    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li div,
                    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li div {
                        text-transform: uppercase;
                        width: 100%;
                        font-size: 15px;
                        font-weight: bold;
                    }

                    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li i,
                    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li i {
                        font-size: 5px;
                        color: #354B56;
                    }

                    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li span.priceroom,
                    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul li span.priceroom {
                        color: #354B56;
                        font-weight: 300;
                        font-size: 40px;
                    }

                html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul .confAddonLI:last-child,
                html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalleft ul .confAddonLI:last-child {
                    display: none;
                }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright,
        html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright {
            width: 38%;
            font-weight: bold;
            color: var(--button-primary-background-color,#193434);
            font-size: 18px;
            float: left;
            padding-left: 40px;
        }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright .title,
            html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright .title {
                text-transform: uppercase;
                width: 100%;
                font-size: 15px;
                font-weight: bold;
            }

@media print {
    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright,
    html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright {
        color: #000;
    }
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright span,
html body #body-content #contentWrap #summaryWrap #main-wrap #main #pageinner #bookingrooms #bookingtotal .bookingtotalright span {
    font-size: 40px;
    font-weight: 300;
    color: var(--button-primary-background-color,#193434);
}

html body #body-content #contentWrap #confirmationWrap .confSideButtons {
    float: right;
    padding: 10px;
    width: 50%;
}

    html body #body-content #contentWrap #confirmationWrap .confSideButtons img {
        margin-top: 7px;
    }

    html body #body-content #contentWrap #confirmationWrap .confSideButtons .printConf,
    html body #body-content #contentWrap #confirmationWrap .confSideButtons .CalendarConf,
    html body #body-content #contentWrap #confirmationWrap .confSideButtons .SocialConf {
        font-size: 10px;
        height: 25px;
        border-radius: 3px;
        border: 1px solid black;
        padding-top: 15px;
        float: left;
        text-align: left;
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
    }

        html body #body-content #contentWrap #confirmationWrap .confSideButtons .printConf i,
        html body #body-content #contentWrap #confirmationWrap .confSideButtons .CalendarConf i,
        html body #body-content #contentWrap #confirmationWrap .confSideButtons .SocialConf i {
            float: left;
            margin-left: 20px;
            color: var(--button-primary-background-color,#193434);
            font-size: 24px;
            margin-top: -10px;
        }

    html body #body-content #contentWrap #confirmationWrap .confSideButtons .printConf {
        width: 18%;
        background-color: #fff;
    }

        html body #body-content #contentWrap #confirmationWrap .confSideButtons .printConf i {
            margin-left: 12px;
        }

    html body #body-content #contentWrap #confirmationWrap .confSideButtons .CalendarConf {
        width: 35%;
        background-color: #fff;
    }

    html body #body-content #contentWrap #confirmationWrap .confSideButtons .SocialConfFace,
    html body #body-content #contentWrap #confirmationWrap .confSideButtons .SocialConfFaceMob {
        border: 1px solid #0084ff !important;
        width: 45% !important;
        background-color: #f9f9f9 !important;
    }

    html body #body-content #contentWrap #confirmationWrap .confSideButtons .SocialConfFaceMob {
        display: none;
    }

    html body #body-content #contentWrap #confirmationWrap .confSideButtons .SocialConfWhats {
        display: none;
        background-color: green;
    }

    html body #body-content #contentWrap #confirmationWrap .confSideButtons .SocialConf {
        font-size: 11px !important;
    }

html body #body-content #contentWrap #confirmationWrap #side-wrap #side {
    background: none !important;
    padding: 0;
}

    html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons {
        float: left;
        padding: 10px;
        width: calc(100% - 20px);
    }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons img {
            margin-top: 7px;
        }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .printConf,
        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .CalendarConf,
        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConf {
            width: 100%;
            float: left;
            height: 40px;
            text-align: left;
            padding-top: 25px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            font-size: 13px;
        }

            html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .printConf i,
            html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .CalendarConf i,
            html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConf i {
                float: left;
                margin-left: 20px;
                color: #fff;
                font-size: 33px;
                margin-top: -10px;
            }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .printConf {
            background-color: #B52D31;
        }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .CalendarConf {
            background-color: var(--button-primary-background-color,#193434);
        }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfFace,
        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfFaceMob {
            border: 1px solid #0084ff !important;
            color: #0084ff !important;
            width: calc(100% - 2px) !important;
            background-color: #f9f9f9 !important;
        }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfFaceMob {
            display: none;
        }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConfWhats {
            display: none;
            background-color: green;
        }

        html body #body-content #contentWrap #confirmationWrap #side-wrap #side .confSideButtons .SocialConf {
            font-size: 11px !important;
        }

html body #body-content #contentWrap #confirmationWrap #main-wrap {
    width: 100%;
}

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main {
        width: 100%;
    }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner {
            padding: 30px;
            width: calc(100% - 100px);
        }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1 {
                color: #000;
                font-size: 25px;
                margin-top: 0px;
                height: 45px;
                padding-top: 15px;
                padding-bottom: 10px;
                font-weight: 600;
                width: 48%;
                float: left;
            }

                html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h1 i {
                    float: left;
                    margin-right: 20px;
                    color: #249602;
                }

@media print {
    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner h2 {
        color: #000;
    }
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookinginformation {
    border-bottom: none;
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom {
    border: 1px solid #B0B0B0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine {
        float: left;
        padding: 20px 0 20px 40px;
    }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation {
            width: 100%;
            float: left;
            font-size: 15px;
            margin-bottom: 7px;
            color: #484848;
            height: 27px;
        }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation .guestroomrightleft {
                float: left;
                width: 40%;
                font-weight: bold;
                color: black;
            }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation .guestroomrightright {
                float: left;
                width: 60%;
            }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation:last-child,
            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .confRoomLine .divdivederConfirmation.comments {
                height: auto;
            }

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine {
        width: 100%;
        float: left;
    }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestRoomLineHeader {
            float: left;
            height: 32px;
            padding: 15px;
            color: var(--button-primary-background-color,#193434);
            font-size: 25px;
            text-transform: capitalize;
            background-color: #f3f3f3;
            width: calc(100% - 30px);
            margin-bottom: 14px;
            border-bottom: 1px solid #B0B0B0;
        }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestRoomLineHeader div:first-child {
                width: 60%;
                text-align: right;
                float: left;
            }

            html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestRoomLineHeader div:last-child {
                width: 40%;
                text-align: left;
                float: left;
            }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .divdivederConfirmationNumber {
            width: 96%;
            float: left;
            border: 1px solid black;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-bottomleft: 3px;
            -moz-border-radius-bottomright: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            background-color: #B0B0B0;
            background: -webkit-gradient(linear, left top, left bottom, from(#B0B0B0), to(#000));
            background: -webkit-linear-gradient(top, #B0B0B0, #000);
            background: -moz-linear-gradient(top, #B0B0B0, #000);
            background: -ms-linear-gradient(top, #B0B0B0, #000);
            background: -o-linear-gradient(top, #B0B0B0, #000);
            color: #fff;
            padding: 10px 2%;
            background-color: #354B56;
            margin-bottom: 15px;
        }

@media print {
    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .divdivederConfirmationNumber {
        background-color: #fff;
        border: none;
        color: #000 !important;
    }
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .divdivederConfirmationNumber .guestroomrightleft,
html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .divdivederConfirmationNumber .guestroomrightright {
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 224px;
    margin-bottom: 0;
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestroomrightright,
html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingrooms .guestroom .guestRoomLine .guestroomrightleft {
    margin-bottom: 7px;
}

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingdirections {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #252525;
    padding-bottom: 20px;
}

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingdirections .howtogetthere {
        float: left;
        width: 50%;
        font-size: 15px;
        color: #B0B0B0;
        padding-right: 5%;
        font-weight: normal;
    }

        html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingdirections .howtogetthere div {
            width: 100%;
            float: left;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-weight: bold;
        }

    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingdirections #map {
        float: left;
        width: 45%;
        height: 400px;
        margin-top: 10px;
    }

html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingreturn {
    float: right;
    width: 30%;
}

@media print {
    html body #body-content #contentWrap #confirmationWrap #main-wrap #main #pageinner #bookingreturn {
        display: none;
    }
}

html body #body-content #contentWrap #errorWrap #main {
    width: 730px;
    float: left;
    background-color: #fff;
}

    html body #body-content #contentWrap #errorWrap #main h2 {
        font-weight: bold;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    html body #body-content #contentWrap #errorWrap #main .MessageNoRates {
        float: left;
        width: calc(100% - 80px);
        padding: 30px 40px 30px 10px;
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 10px;
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        background-color: var(--button-primary-background-color,#193434);
    }

    html body #body-content #contentWrap #errorWrap #main .MessageNoRates i {
        color: #fff;
        font-size: 21px;
        margin-right: 10px;
        float: left;
    }

    html body #body-content #contentWrap #errorWrap #main .MessageNoRatesNearby {
        background-color: #494949;
        margin-top: 0;
    }

    html body #body-content #contentWrap #errorWrap #main .MessageNoRatesNearby div {
        float: right;
        width: calc(100% - 30px);
    }

@media only screen and (min-width: 1000px) and (max-width: 1128px), 
    only screen and (min-width: 1129px), only screen and (min-width: 795px) and (max-width: 999px) {

    html body #body-content #contentWrap #errorWrap #main .horizontalModify {
        float: left;
        margin-top: 0;
        width: 92%;
        padding: 10px 4%;
        height: auto;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap {
        float: none;
        width: auto;
        margin-top: 0;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side {
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 5px 10px;
        min-height: 215px;
        color: #252525;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #membershipWrap {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side .membership_bottom {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side .book-summaryTitle {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #reservationsummarybox,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side .reservationsummarybox {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side .dashline {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side .multiroom .roomwrap .fillspace {
        float: left;
        width: 270px;
        height: 17px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .showOnlyHorizontal {
        display: block;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #datesWrap label {
        width: 60%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #datesWrap label.labeldeparting {
        width: 40%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .hideOnlyHorizontal {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .showDayuser {
        display: block;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .hideDayuser {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #dayusediv {
        margin-bottom: 5px;
        width: 100%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #dayusediv i {
        float: left;
        margin-right: 10px;
        font-size: 33px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #dayusediv .dayusecheckbox {
        float: left;
        margin-top: 10px;
        margin-bottom: 6px;
        font-size: 17px;
        width: 95%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #dayusediv .dayuseText {
        margin-bottom: 5px;
        float: left;
        font-size: 11px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking label,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .specialLabel {
        width: 33%;
        padding-left: 0;
        float: left;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .execptionLabel {
        width: 100%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .childrenUnder {
        float: right;
        font-size: 11px;
        width: 67%;
        text-align: left;
        margin-top: 5px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking input[type=tel],
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking input[type=text],
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking input[type=number] {
        width: 264px;
        float: left;
        margin-right: 25px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #codesWrap {
        float: left;
        width: 100%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #codesWrap input[type=text]:last-child {
        margin-right: 0;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #hotelCode,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #numrooms,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #numChildren,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #numAdults,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .numChildren,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .rightSideField {
        width: 270px;
        float: left;
        margin-right: 3%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .dateField {
        background-color: #252525;
        border: 1px solid #F9F9F9;
        background-color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9));
        background: -webkit-linear-gradient(top, #fff, #d9d9d9);
        background: -moz-linear-gradient(top, #fff, #d9d9d9);
        background: -ms-linear-gradient(top, #fff, #d9d9d9);
        background: -o-linear-gradient(top, #fff, #d9d9d9);
        height: 29px;
        margin-bottom: 10px;
        width: 267px;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        float: left;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .dateField i {
        font-size: 25px;
        color: #000;
        padding: 2px;
        background-color: #354B56;
        float: right;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .dateField .hasDatePicker {
        cursor: pointer;
        border: none;
        font-weight: bold;
        padding-top: 7px;
        background: none;
        width: 233px;
        margin-right: 0;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking .numChildren {
        width: 270px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #promoCode,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #corporateId,
    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #blockCode {
        width: 29%;
        margin-right: 3%;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #updaterates {
        font-size: 18px;
        width: 30%;
        margin-top: 30px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #updaterates i {
        float: right;
        margin-right: 10px;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side #change-booking #updaterates:hover i {
        transition: 0.5s;
        transform: rotateZ(180deg);
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side .trust-logo {
        display: none;
    }

    html body #body-content #contentWrap #errorWrap #main .horizontalModify #side-wrap #side .small {
        display: none;
    }
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail {
    width: 100%;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail {
    float: left;
    width: calc(100% - 20px);
    padding-right: 10px;
    padding-left: 10px;
    margin: 20px 0 0 0;
    color: #252525;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookingratestitle {
    height: 35px;
    font-weight: bold;
    float: left;
    padding-top: 15px;
    color: #999999;
    padding-left: 15px;
    width: calc(100% - 15px);
    border-bottom: 1px solid #B0B0B0;
    background-color: #F9F9F9;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookingratestitle .RatesAvailable {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-top: 6px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo {
    float: left;
    position: relative;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .imgBg {
    position: relative;
    width: 100%;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .imgBg .ie9 {
    background-color: #000;
    background-repeat: repeat-x;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .imgBg img {
    display: block;
    width: 100%;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .arrowtitle {
    position: absolute;
    bottom: -5px;
    left: 50px;
    z-index: 5;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .imgBg:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #333 180%);
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .imgBg:after {
        background-image: url("/Content/V3/svg-gradient.svg");
    }
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomtitle {
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    bottom: 20px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    padding-left: 10px;
    width: calc(100% - 10px);
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomtitle .roomtitleDesc {
    float: left;
    padding-left: 20px;
    cursor: pointer;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomtitle .inforoomdetails {
    float: left;
    margin-left: 20px;
    margin-top: 9px;
    cursor: pointer;
    background-image: url(../images/info.png);
    width: 18px;
    height: 18px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc {
    cursor: pointer;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .desc {
    float: left;
    width: calc(100% - 20px);
    padding-left: 20px;
    padding-top: 10px;
    background-color: var(--button-primary-background-color,#193434);
    padding-bottom: 18px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .desc .title {
    font-size: 16px;
    font-weight: 200;
    width: 100%;
    float: left;
    margin-bottom: 7px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .desc .title div {
    float: left;
    font-size: 40px;
    width: calc(100% - 32px);
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .desc .title .closeroomdetails {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    background-image: url(../images/close.png);
    width: 22px;
    height: 21px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .desc .text {
    float: left;
    width: calc(100% - 22px);
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .desc.notitle {
    padding-bottom: 0;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .features {
    background-image: url('../../../images/arrow_down_light_red.png');
    background-position: 20px -10px;
    background-repeat: no-repeat;
    float: left;
    width: calc(100% - 20px);
    padding: 20px 0 13px 20px;
    background-color: #971C20;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .features div {
    width: calc(50% - 10px);
    font-size: 15px;
    padding-right: 10px;
    float: left;
    margin-bottom: 7px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .features div i {
    font-size: 6px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .bookinginfo .roomdesc .features div a {
    color: #fff;
    text-decoration: underline;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates {
    width: 100%;
    float: left;
    padding-top: 8px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .pricerate {
    color: #354b56;
    width: 37%;
    float: left;
    font-weight: bold;
    padding-top: 17px;
    font-size: 18px;
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .pricerate span {
    padding-left: 10px;
    color: var(--button-primary-background-color,#193434);
}

html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeHotelfromNoAvail,
html body #body-content #contentWrap #errorWrap #main .hotelsBlockNoAvail .hotelBlockNoAvail .noRatesRates .changeSitefromNoAvail {
    width: 20%;
    float: left;
    background-image: url('../../../images/arrow_btn_right.png');
    background-repeat: no-repeat;
    background-position: right 10px top 12px;
    padding: 9px 7px 9px 0;
}

html body #body-content #contentWrap #offlineWrap {
    width: 960px;
    margin: 0 auto;
}

html body #body-content #contentWrap #offlineWrap #main {
    width: 1000px;
    float: left;
}

html body #body-content #contentWrap #offlineWrap #main img {
    float: left;
    margin-bottom: 50px;
}

html body #body-content #contentWrap #offlineWrap #main .offlineleft {
    float: left;
    width: 40%;
    text-align: center;
    margin-top: 0;
}

html body #body-content #contentWrap #offlineWrap #main .offlineleft div {
    width: 100%;
    float: left;
}

html body #body-content #contentWrap #offlineWrap #main .offlineleft img {
    margin-bottom: 20px;
}

html body #body-content #contentWrap #offlineWrap #main .offlineleft p {
    width: 100%;
    color: #252525;
    text-align: left;
    margin-bottom: 15px;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright {
    margin-top: 0;
    float: left;
    width: 60%;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright .contact-detail {
    float: left;
    width: 92%;
    padding: 4% 10px;
    font-size: 25px;
    background-color: #000;
    margin-bottom: 10px;
    color: #354B56;
    text-align: center;
    font-weight: bold;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright .selectHotels {
    float: left;
    margin-left: 45px;
    color: #252525;
    font-weight: bold;
    font-size: 22px;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright select {
    float: left;
    margin: 20px 0 20px 45px;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright .hotelblockhidden {
    float: left;
    margin-left: 45px;
    display: none;
    color: #252525;
    font-size: 16px;
    width: 100%;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright .hotelblockhidden div {
    margin-bottom: 8px;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright .hotelblockhidden i {
    color: #000;
    font-size: 25px;
    margin-right: 10px;
}

html body #body-content #contentWrap #offlineWrap #main .offlineright .hotelblockhidden a {
    color: #354B56;
    text-decoration: none;
}

html body #body-content #contentWrap #cancelWrap #main {
    background-color: #fff;
    width: calc(760px - 30px);
    float: left;
    padding: 30px 15px;
}

html body #body-content #contentWrap #cancelWrap #main .full {
    width: 100%;
    float: left;
    margin-top: 20px;
}

html body #body-content #contentWrap #cancelWrap #main .full input[type=text] {
    border: 1px solid #b0b0b0 !important;
}

html body #body-content #contentWrap #cancelWrap #main .full .left {
    width: 50%;
    float: left;
}

html body #body-content #contentWrap #cancelWrap #main .full .right {
    width: 50%;
    float: left;
}

html body #body-content #contentWrap #cancelWrap #main a {
    text-decoration: none;
}

html body #body-content #contentWrap #cancelWrap #main h2 {
    color: #354B56;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    font-family: "Montserrat", sans-serif;
    width: calc(100% - 35px);
    float: left;
}

@media print {
    html body #body-content #contentWrap #cancelWrap #main h2 {
        color: #000;
    }
}

html body #body-content #contentWrap #cancelWrap #main .separetor {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    margin: 8px 0 15px 0;
}

html body #body-content #contentWrap #cancelWrap #main .messageCancel {
    font-size: 14px;
    float: left;
    width: calc(100% - 35px);
}

html body #body-content #contentWrap #cancelWrap #main #LastName {
    margin: 0 10px 0 0;
    width: calc(100% - 18px);
}

html body #body-content #contentWrap #cancelWrap #main #ConfirmationNumber {
    margin: 0 0 0 10px;
    width: calc(100% - 18px);
}

html body #body-content #contentWrap #cancelWrap #main #searchBooking,
html body #body-content #contentWrap #cancelWrap #main #contactBooking {
    float: right;
    width: 170px;
    margin-right: 34px;
}

html body #body-content #contentWrap #cancelWrap #main .bookingDetails {
    float: left;
    width: 100%;
    color: #252525;
    font-size: 16px;
}

html body #body-content #contentWrap #cancelWrap #main .bookingDetails .title {
    width: 25%;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}

html body #body-content #contentWrap #cancelWrap #main .bookingDetails .detail {
    margin-bottom: 10px;
    width: 75%;
    float: left;
}

html body #body-content #contentWrap #cancelWrap #main .bookingDetails #cancelBooking {
    float: right;
    width: 170px;
    margin-right: 34px;
}

html body #paymentsFee {
    display: none;
    border: 6px solid #000;
    width: calc(100% - 32px);
    padding: 10px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
}

html body #paymentsFee .content {
    visibility: hidden;
    float: left;
}

html body #paymentsFee .content i {
    float: right;
    font-size: 40px;
    position: relative;
    top: 3px;
}

html body #bg-footer {
    width: 100%;
    float: left;
    background-color: #fff;
    border-top: 1px solid #fff;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    color: #252525;
}

@media print {
    html body #bg-footer {
        display: none;
    }
}

html body #bg-footer #footer {
    width: 1000px;
    margin: 0 auto;
    min-height: 150px;
    margin-top: 30px;
}

html body #bg-footer #footer .topFooter {
    width: 100%;
    float: left;
    height: auto;
}

html body #bg-footer #footer .left {
    float: left;
    width: 770px;
    height: 175px;
    border-bottom: 1px solid #f3f3f3;
}

html body #bg-footer #footer .left .leftBottom {
    width: 100%;
    margin-top: 20px;
    float: left;
}

html body #bg-footer #footer .left .leftBottom div {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13px;
    color: #252525;
}

html body #bg-footer #footer .left .leftBottom .first {
    padding-top: 10px;
}

html body #bg-footer #footer .right {
    float: left;
    height: 175px;
    border-bottom: 1px solid #f3f3f3;
}

html body #bg-footer #footer .right .socialhub {
    width: 210px;
    margin-top: 20px;
}

html body #bg-footer #footer .right .social {
    float: right;
    margin-right: 20px;
        }

html body #bg-footer #footer .bottom {
    padding-top: 5px;
    padding-bottom: 0;
    float: left;
    border-top: 1px solid #fff;
}

html body #bg-footer #footer .bottom div {
    padding-top: 5px;
    padding-bottom: 0;
    border-top: 1px solid #fff;
}

html body #bg-footer #footer .bottom div p span {
    font-size: 12px;
    font-weight: normal;
}

html body #bg-footer #footer a {
    font-size: 13px;
    color: #252525;
    text-decoration: none;
}

html body #bg-footer #footer a:hover {
    text-decoration: underline;
}

html body #bg-footer #footer h3 {
    font-size: 19px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

html body #bg-footer #footer span {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

html body #bg-footer #footer p {
    color: #252525;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

html body #bg-footer .footermobile {
    display: none;
}

html body #poptip,
html body #tooltip,
html body #ploptip {
    position: absolute;
    border: 4px solid #354B56;
    background-color: #354B56;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    width: 500px;
    z-index: 9999;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

html body #poptip h3,
html body #tooltip h3,
html body #ploptip h3,
html body #poptip div,
html body #tooltip div,
html body #ploptip div {
    margin: 0;
}

html body #poptip .poptipX,
html body #tooltip .poptipX,
html body #ploptip .poptipX {
    top: 0;
    right: 0;
    position: absolute;
}

html body #ploptip {
    width: auto;
    min-width: 300px;
    max-width: 500px;
}

html body #preview {
    position: absolute;
    border: 1px solid #f3f3f3;
    background: #B0B0B0;
    padding: 5px;
    display: none;
    color: #fff;
    font-size: 12px;
}

@-moz-document url-prefix() {
    .onlyleft,
    .onlyright {
        opacity: 1 !important;
    }
}

.rnr-ic-standalone-logo img {
    max-width: 250px;
}

.rnr-qt-btn {
    border: solid 1px #000 !important;
}

.rnr-qt-join-form-link:hover {
    border: solid 1px #000 !important;
    background: #aaa !important;
    color: #000 !important;
    transition: all .5s ease;
}

.pgr-login-container {
    background: var(--button-primary-hover-background-color, #aa7005);
    color: #fff;
    margin-bottom: 0.5em;
    padding: 2em;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 4px;
}

.pgr-login-container .btn-login,
.pgr-login-container .btn-join {
    font-size: 0.75em;
    padding: 0.6em 2em;
    text-decoration: none;    
    box-shadow: rgb(0 0 0 / 16%) 0 3px 6px 0;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: bold;
}

.pgr-login-container .price-info {
    font-size: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.pgr-login-container .price-info br {
    display: none;
}

.pgr-login-container .btn-login {
    color: #000;
    border: solid 1px #fff;
    width: 30%;
    background: #fff;
}

.no-border-radius {
    border-radius: 0 !important;
}

.pgr-login-container .btn-join {
    color: #000;
    border: solid 1px #fff;
}

.pgr-login-container .btn-login:hover {
    color: #000;
    background: #fff;
}

.pgr-login-container .btn-join:hover {
    color: #fff;
    background: #000;
}

.pgr-login-container .big-text {
    font-size: 40px;
}

.pgr-login-container .small-text {
    font-size: 1rem;
}

.pgr-login-container .button-box {
    margin: 15px 0 5px;
}

.bookinginformation {
    margin-bottom: 6px !important;
}

.rnr-qt-join-form-link {
    border: none !important;
    padding: 0.5rem 2rem;
    font-family: 'Montserrat';
}

@media (min-width: 992px) {
    .pgr-login-container {
        flex-direction: row;
        justify-content: space-around;
        padding: 2em 0;
    }

    .pgr-login-container .small-text {
        font-size: 1rem;
        display: inline;
    }

    .pgr-login-container .price-info br {
        display: inline-block;
    }

    .pgr-login-container .btn-login,
    .pgr-login-container .btn-join {
        margin-right: 0;
    }

    .pgr-login-container .button-box {
        margin: 0;
    }

    .gh-global-footer .participating-hotels .left-part .btn + .btn {
        margin-left: 0 !important;
    }

    .gh-global-footer .participating-hotels .partners-list-wrapper .left-part {
        text-align: center;
        margin: 0 auto;
    }
}
body .sweet-alert-loading p .fa-spinner {
  color: #871C3C;
}
body .sweet-alert-termsandc {
  width: 600px !important;
}
body .sweet-alert-termsandc button.confirm {
  background-image: none !important;
  float: none;
}
body .showSweetAlert button.confirm {
  background-image: none !important;
  float: none;
}
body .sweet-alert-form button.confirm {
  background-image: url('/Content/images/arrow_btn_right.png') !important;
  float: right;
}
body .sweet-alert-addons button.cancel {
  clear: none !important;
}
body .sweet-alert-addons button.confirm {
  background-image: url('/Content/images/arrow_btn_right.png') !important;
  float: left;
  clear: none !important;
}
body .sweet-alert-addons .addonbutton {
  background-color: #871C3C !important;
}
body .sweet-alert-addons .addonbutton.addonpressed {
  background-color: #871C3C !important;
}
body .sweet-alert-addons .addonbuttonNA {
  background-color: #aaa !important;
}
body .sweet-alert {
  background-color: #303030;
}
body .sweet-alert button.confirm {
  background-color: #871C3C !important;
}
body .sweet-alert h2 {
  color: #fff;
}
body .sweet-alert p {
  color: #fff;
}
body .sweet-alert p .errorMessage {
  width: 100%;
  float: left;
  color: #871C3C;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block !important;
}
body .sweet-alert button {
  background-color: #871C3C;
  color: #fff;
}
body .sweet-alert button:hover {
  background-color: #871C3C;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form {
    width: calc(100% - 20px) !important;
    margin: 0 !important;
    left: 5px !important;
    right: 5px !important;
    top: 5% !important;
    padding: 8px 5px 5px 5px !important;
    height: auto;
  }
}
body .sweet-alert.sweet-alert-form input[type=text],
body .sweet-alert.sweet-alert-form input[type=password],
body .sweet-alert.sweet-alert-form select {
  width: 100% !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1128px), only screen and (min-width: 1129px), only screen and (min-width: 795px) and (max-width: 999px) {
  body .sweet-alert.sweet-alert-form input[type=text],
  body .sweet-alert.sweet-alert-form input[type=password],
  body .sweet-alert.sweet-alert-form select {
    width: calc(100% - 13px) !important;
    color: #000;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form input[type=text],
  body .sweet-alert.sweet-alert-form input[type=password],
  body .sweet-alert.sweet-alert-form select {
    height: 27px !important;
    width: calc(100% - 13px) !important;
  }
}
@media only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form input[type=text],
  body .sweet-alert.sweet-alert-form input[type=password],
  body .sweet-alert.sweet-alert-form select {
    height: 22px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form select {
    height: 27px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form select {
    height: 22px !important;
  }
}
body .sweet-alert.sweet-alert-form #sweet-alert-form-wrap select {
  width: 100% !important;
  height: 40px !important;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form #sweet-alert-form-wrap select {
    height: 34px !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form h2 {
    line-height: 23px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px) {
  body .sweet-alert.sweet-alert-form h2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form h2 img {
    width: 50%;
  }
}
body .sweet-alert.sweet-alert-form h2 .close {
  width: 22px;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form button {
    margin-top: 5px !important;
  }
}
body .sweet-alert.sweet-alert-form button.cancel,
body .sweet-alert.sweet-alert-form button.confirm {
  width: calc(62% - 64px) !important;
}
body .sweet-alert.sweet-alert-form #sweet-alert-form-wrap {
  width: calc(100% - 10px);
  padding: 0 5px 10px 5px;
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form #sweet-alert-form-wrap li {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 794px), only screen and (max-width: 480px) {
  body .sweet-alert.sweet-alert-form #sweet-alert-form-wrap label {
    width: 100%;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  body .sweet-alert.sweet-alert-addons {
    width: calc(80% - 30px) !important;
    margin: 0 !important;
    left: 10% !important;
    padding-top: 10px !important;
    top: 5% !important;
    bottom: 5% !important;
    height: auto;
  }
}
@media only screen and (min-width: 795px) and (max-width: 999px) {
  body .sweet-alert.sweet-alert-addons #sweet-alert-addons-wrap {
    float: left;
  }
}
body .sweet-alert.success h2 {
  color: #A5DC86;
}
body .sweet-alert.success .icon::after {
  background-color: #303030;
}
body .sweet-alert.success .icon::before {
  background-color: #303030;
}
body .sweet-alert.success .icon .fix {
  background-color: #303030;
}
body .sweet-alert.warning h2 {
  color: #F8BB86;
}
body .sweet-alert.error h2 {
  color: #F27474;
}
body .sweet-alert.info h2 {
  color: #C9DAE1;
}
