body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background: #fff;
    overflow-x: hidden;
}

.banner {
    height: auto;
}

.bg1 {
    background: url(../images/thepaul_banner_1.jpg) no-repeat;
    background-size: cover;
}

.bg2 {
    background: url(../images/thepaul_banner_2.jpg) no-repeat;
    background-size: cover;
}

.bg3 {
    background: url(../images/thepaul_banner_3.jpg) no-repeat;
    background-size: cover;
}

.bg4 {
    background: url(../images/thepaul_banner_4.jpg) no-repeat;
    background-size: cover;
}

.bg5 {
    background: url(../images/thepaul_banner_5.png) no-repeat;
    background-size: cover;
}

.item {
    height: 100vh;
}

.carousel-control-icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.logo {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 999;
    width: 160px;
}

.logo img {
    width: 110%;
}

.hotelTitle {
    color: #EA9902;
    padding: 10px 20px;
    position: absolute;
    left: 0px;
    bottom: 80px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-size: 20px;
    background: rgba(0, 0, 0, 0.7);

}

.hotelTitle a {
    color: #EA9902;
}

.hotelTitle a:hover,
.hotelTitle a:active,
.hotelTitle a:focus {
    color: #EA9902;
    text-decoration: none;
}

.reservation-banner {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 1);
    margin: 0 auto;
}

.reservation-bannerContainer {
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
}

.border-right {
    border-right: 1px solid #777;
}

.reservation-banner .form-group {
    margin-bottom: 0;
}

.reservation-banner .form-control.datepicker {
    background: url(../images/calendar.png) no-repeat 94%;
    background-size: 15px;
    cursor: pointer;
    padding: 5px !important;
}

.reservation-banner .form-control {
    background: transparent;
    border-radius: 0;
    border: 1px solid #777;
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
    height: 34px;
}

.reservation-banner select.form-control:not([size]):not([multiple]) {
    padding-top: 4px;
}

.reservation-banner .select {
    background: url(../images/dropdown.png) no-repeat 94%;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 25px;
    height: 34px !important;
    width: 180px;
}

.sumbit-reservation {
    background: #cb493b;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #cb493b;
    border-radius: 0;
    line-height: 1;
    font-size: 12px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.sumbit-reservation:hover,
.sumbit-reservation:active,
.sumbit-reservation:focus {
    background: #cb493b;
    color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #cb493b;
    color: #fff;
    outline: 0;
}

.reservation-banner .datepicker td,
.reservation-banner .datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-weight: normal;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
    background: #cb493b !important;

}

.reservation-banner .dropdown-menu {

    font-size: 18px !important;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    font-size: 16px !important;
}

.hotelDescription {
    width: 20%;
    position: absolute;
    right: 0px;
    top: 15px;
    color: #fff;
}

.logoSection {
    margin-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 8px;
}

.logoSection img {
    width: 100px;
}

.logoSectionmobile {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 8px;
    margin-top: 24px;
}

.logoSectionmobile img {
    width: 30%;
}

.propertyDetails {
    padding: 15px;
    margin-bottom: 10px;
    background: #EA9902;
}

.propertyDetails.klr {
    background: url(../images/old_map.png);
    border-radius: 4px;
    -webkit-box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    margin-top: 16px;
}

.propertyDetails.klr:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7ebcb;
    position: absolute;
    top: 6px;
    right: 5px;
}

.propertyDetails.klr img {
    width: 50%;
}

.propertyDetails.forte {
    background: url(../images/old_map.png);
    border-radius: 4px;
    -webkit-box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);

    margin-top: 16px;
}

.propertyDetails.forte:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7ebcb;
    position: absolute;
    top: 6px;
    right: 5px;
}

.propertyDetails.forte img {
    width: 28%;
}

.propertyDetails.tpb img {
    width: 28%;
}

.propertyDetails.tpb {
    background: url(../images/old_map.png);
    border-radius: 4px;
    -webkit-box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    box-shadow: 12px 12px 11px -9px rgba(0, 0, 0, 0.87);
    margin-top: 16px;
}

.propertyDetails.tpb:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7ebcb;
    position: absolute;
    top: 6px;
    right: 5px;
}

.propertyDetails.tpb .description {
    color: #333;
}

.propertyDetails.tpb .more_link {
    text-align: right;
    color: #cb493b;
    display: block;
    font-weight: bold;
}

.description {
    font-size: 12px;
    color: #333;
}

.more_link {
    text-align: right;
    color: #cb493b;
    display: block;
    font-weight: bold;
}

.more_link:hover,
.more_link:active,
.more_link:focus {
    color: #cb493b;
    text-decoration: none;
}

.visit_site {
    background: #cb493b;
    color: #fff;
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.visit_site:hover,
.visit_site:active,
.visit_site:focus {
    color: #fff;
    text-decoration: none;
}

.carousel-indicators {
    bottom: 66px;
}

.expanddetails {
    display: none;
}

.close {
    display: none;
}

.content {
    height: 87vh
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px !important;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #EA9902;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #EA9902;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #cb493b;
    background-color: rgba(203, 73, 59, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #cb493b;
    background-color: rgba(203, 73, 59, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

footer {
    padding-top: 10px;
    background: #000;
}

.footer {

    font-size: 10px;
    color: #999;
    text-decoration: none;
    line-height: normal;
    padding-top: 0px 0;
}

.border-right {
    border-right: none;
}

footer span {
    float: none;
    padding-right: 15px;
    padding-top: 5px;
    text-align: center;
    display: block;
}

footer span a {
    color: #cb493b;
}

footer p {
    padding-top: 10px;
    padding-left: 15px;
    text-align: center;
    margin-bottom: 0;
}

ul.socialIcons {
    list-style: none;
    color: #c8bca5;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
}

ul.socialIcons li {
    display: inline-block;
}

ul.socialIcons li a {
    list-style: none;
    color: #c8bca5;
    font-size: 24px;
    margin-bottom: 2px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5px;
}

.customMenu .navbar-nav {
    float: right;
    margin: 0;
}

.customMenu .navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
    border: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 999;
}

.customMenu .navbar-default .navbar-nav>.active>a,
.customMenu .navbar-default .navbar-nav>.active>a:focus,
.customMenu .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
}

.customMenu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.customMenu .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 4px;
}

.customMenu .navbar-default .navbar-nav>li>a:hover,
.customMenu .navbar-default .navbar-nav>li>a:focus,
.customMenu .navbar-default .navbar-nav>li>a:active {
    background: transparent !important;
    color: #cb493b !important;
    border-radius: 4px;
    font-weight: bold;
}

.customMenu .navbar-default .navbar-nav>li {
    position: relative;
}

.customMenu .navbar-default .navbar-nav>li:hover>a,
.customMenu .navbar-default .navbar-nav>li:focus>a,
.customMenu .navbar-default .navbar-nav>li:active>a {
    background: transparent !important;
    color: #cb493b !important;
}

.customMenu .navbar-default .navbar-nav>li:hover>a,
.customMenu .navbar-default .navbar-nav>li:focus>a,
.customMenu .navbar-default .navbar-nav>li:active>a {
    background: transparent !important;
    color: #cb493b !important;
    font-weight: 900;
}

.customMenu .navbar-default .navbar-nav>li ul {
    display: none;
    width: 450px;
    position: absolute;
    right: 0;
    top: 30px;
    list-style: none;
    padding-left: 0;
}

.mobileMenu {
    display: none;
}

.mobileMenuClose {
    display: none;
}

.ui-widget-header {
    border: 1px solid #cb493b;
    background: #cb493b url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

.ui-datepicker th {
    padding: .5em .2em;
    text-align: center;
    font-weight: normal;
    border: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #fff url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555;
    padding: .3em .1em;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png) !important;
}

.ui-corner-all.ui-state-hover {
    background: #cb493b;
    border: none;
}

.showHiddenDetails {
    display: none;
    padding-top: 15px;

}

.showHiddenDetails a {
    color: #cb493b;
}

.hideDetails {
    display: block;
    text-align: center;
    color: #cb493b;
}

.hideDetails:hover {
    text-decoration: none;
}

.MobileContent {
    padding: 15px;
    font-size: 12px;
    color: #333;
    display: none;
}

.MobileContent h2 {
    color: #cb493b;
    font-size: 16px;
    margin-top: 0;
}

.pageNotFound {
    text-align: center;
    padding: 15px;
}

.pageNotFound h3 {
    font-size: 20px;
    color: #cb493b;
}

.pageNotFound h4 {
    font-size: 16px;
}

.pageNotFound h4 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pageNotFound h4 span a {
    color: #cb493b;
    font-weight: bold;
}

@media (min-width: 300px) and (max-width: 767px) {
    .MobileContent {
        display: block;
    }

    .mobileMenu {
        display: block;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 99999;
        display: none;
    }

    .mobileMenuClose {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 99999;
        display: none;
    }

    .customMenu .navbar-nav {
        width: 100%;
        left: 0;
        top: 0px;
        height: 100%;
        position: fixed;
        float: none;
        z-index: 99999999;
        background: rgba(0, 0, 0, 0.9);
        padding-top: 48%;
        padding-bottom: 10px;
        text-align: center;
        display: none;
    }

    .customMenu .navbar-default {
        right: auto;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .customMenu .navbar-default .navbar-nav>.active>a,
    .customMenu .navbar-default .navbar-nav>.active>a:focus,
    .customMenu .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }

    .customMenu .navbar-default .navbar-nav>li>a {
        color: #fff;
    }

    .customMenu .navbar-default .navbar-nav>li>a:hover,
    .customMenu .navbar-default .navbar-nav>li>a:focus,
    .customMenu .navbar-default .navbar-nav>li>a:active {
        background: transparent !important;
        color: #fff !important;
    }

    .carousel-control-icon.right {
        right: 25px !important;
    }

    .item {
        height: 250px;
    }

    .reservation-banner {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 1);
        margin: 0 auto;
        left: 5%;
        margin-top: 0px;
    }

    .hotelDescription {
        width: 100%;
        position: static;
        right: 0px;
        top: 15px;
        padding: 10px;
        background: rgba(237, 189, 87, 0.7);
        color: #fff;
        margin-top: 0px;
    }

    .reservation-banner .form-group {
        margin-bottom: 5px;
    }

    .btn-outer {
        text-align: center;
        margin-top: 15px;
    }

    footer span {
        float: none;
        text-align: center;
        display: block;
        padding-top: 0;
    }

    footer p {
        padding-top: 0px;
        padding-left: 15px;
        text-align: center;
    }

    .logo {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 999999;
        width: 100px;
    }

    .hotelTitle {
        padding: 7px 15px;
        position: absolute;
        left: 0px;
        bottom: 30px;
        font-size: 15px;
    }

    .hotelTitle a {
        color: #EA9902;
    }

    .hotelTitle a:hover,
    .hotelTitle a:active,
    .hotelTitle a:focus {
        color: #EA9902;
        text-decoration: none;
    }

    .carousel-indicators {
        bottom: -8px;
    }

    .customMenu .navbar-default .navbar-nav>li ul {
        display: none;
        width: 70%;
        position: absolute;
        right: 15%;
        top: 32px;
        list-style: none;
        padding-left: 0;
        height: 255px;
        overflow-y: scroll;
    }

    .propertyDetails.klr:before {
        right: 45%;
    }

    .propertyDetails.forte:before {
        right: 45%;
    }

    .propertyDetails.tpb:before {
        right: 45%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .reservation-banner {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 92%;
        z-index: 999;
        background: rgba(0, 0, 0, 1);
        margin: 0 auto;
        left: 4%;
    }

    .hotelDescription {
        width: 28%;
        position: absolute;
        right: 0px;
        top: 15px;
        padding: 10px;
        color: #fff;
    }

    .navbar-default {
        display: none;
    }

    .MobileContent {
        display: block;
    }

    .logo {
        position: absolute;
    }

    .hotelTitle {
        bottom: 120px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .reservation-banner {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: rgba(0, 0, 0, 1);
        margin: 0 auto;
        left: 0;
    }

    .sumbit-reservation {
        padding: 10px 14px;

    }

    .hotelDescription {
        width: 38%;
    }
}

@media (min-width: 480px) and (max-width:766px) {
    .customMenu .navbar-nav {
        width: 100%;
        left: 0;
        top: 0px;
        height: 100%;
        position: fixed;
        float: none;
        z-index: 99999999;
        background: rgba(0, 0, 0, 0.9);
        padding-top: 10%;
        padding-bottom: 10px;
        text-align: center;
        height: 100vh;
        overflow-y: scroll;
    }
}

.d-flex {
    display: flex !important;
}

@media (max-width: 992px) {
    .d-flex {
        display: block !important;
    }

    .reservation-banner .select {
        width: 100%;
    }
}

.justify-content-around {
    justify-content: space-around !important;
}
@media (max-width: 768) {
    .mmt-150{
        margin-top: 150px;
    }
}

label {
    font-size: 12px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 0px;
}