﻿


body {
    font-size: 17px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    word-wrap: break-word;
    background: url(../images/welcome-bg.jpg) repeat;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
/*  font-family: 'Roboto Slab', serif;
    font-family: 'Montserrat', sans-serif;


*/
section {
    position: relative;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #050505;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #050505;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #050505;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #050505;
    opacity: 1;
}

p {
    font-size: 17px;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
}

a:hover {
    text-decoration: none;
}

.bg-white {
    background: #fff;
}

.btn {
    background: #851633;
    border: solid 2px #fff;
    color: #fff !important;
    transition: all 0.54s;
    display: inline-block;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

    .btn:hover {
        background: #333;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.hyperlink {
    font-weight: bold;
    color: #333333
}

    .hyperlink:hover {
        color: #851633;
    }

.link {
    border: solid 2px #474747;
    color: #474747;
    transition: all 0.54s;
    display: inline-block;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

    .link:hover {
        background: #851633;
        color: #fff;
    }

.bold-text {
    font-weight: 600;
}

.container {
    max-width: 1284px;
}

.overlay {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

img {
    transition: all 0.35s;
}

h1:before {
    content: "";
    border-top: solid 2px #851633;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    height: 1px;
    width: 150px;
}

h1 {
    font-size: 50px;
    font-family: 'Roboto Slab', serif;
    position: relative;
    color: #595660;
}

    h1 span {
        font-size: 25px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 30px;
        display: block;
    }

.career-sec h1::before {
    bottom: 135px;
}

.font-f {
    font-family: 'Roboto Slab', serif;
}

h2:before {
    content: "";
    border-top: solid 2px #851633;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
    height: 1px;
    width: 130px;
}

h2 {
    font-size: 35px;
    font-family: 'Roboto Slab', serif;
    position: relative;
    color: #595660;
    margin-bottom: 45px;
}

h3:before, h3 a:before {
    content: "";
    border-top: solid 2px #851633;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
    height: 1px;
    width: 130px;
}

h3 {
    font-size: 35px;
    font-family: 'Roboto Slab', serif;
    position: relative;
    color: #595660;
}

    h3 a {
        color: #595660;
    }

        h3 a:hover {
            color: #000;
        }
/*------------------Header Nav css-------------------*/
.header {
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
}

    .header ul {
        padding: 25px 0;
    }

    .header li a {
        font-size: 19px;
        color: #333;
        font-family: 'Roboto Slab', serif;
    }

    .header li .righttopbook {
        display: none;
    }

    .header li {
        padding: 0 25px;
        position: relative;
    }

        .header li a:after {
            top: 5px;
            content: "";
            position: absolute;
            right: -17px;
            width: 21px;
            height: 21px;
            background: url(../images/snow-icon.png) no-repeat right center;
        }

        .header li ul li a:after {
            background: none !important;
        }

        .header li a:hover {
            color: #851633;
            text-decoration: none;
        }

        .header li a.last:after {
            background: none;
        }
        /*.header li:nth-of-type(7){ padding-right:10px;}*/
        .header li:nth-of-type(8) {
            padding-right: 10px;
        }

    .header .icon-logo {
        width: 178px;
        display: inline-block;
    }

    .header .logo a p {
        font-size: 27px;
        font-family: 'Roboto Slab', serif;
        color: #333333;
    }
/*------------------Header fix css-------------------*/
.sticky {
    width: 100%;
    webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}

    .sticky li a {
        font-size: 16px;
    }

    .sticky li {
        padding: 0 16px;
    }

        .sticky li .righttopbook {
            display: block;
        }
        /*.sticky li:nth-of-type(7){ padding-right:28px;}*/
        .sticky li:nth-of-type(7):after {
            background: url(../images/snow-icon.png) no-repeat right center;
        }

    .sticky ul {
        padding: 14px 0;
    }

.intro li {
    padding: 0 24px;
}

.sticky.intro li {
    padding: 0 27px;
}

.header.sticky {
    padding: 0px 0;
}

    .header.sticky .logo a p {
        font-size: 14px;
    }

    .header.sticky .icon-logo {
        width: 85px;
    }

.lineheight {
    line-height: 16px;
}


/*.sticky li:nth-of-type(8) {
    padding-right: 0;
}*/
/*-------------------------------*/
/*          mobile menu           */
/*-------------------------------*/

#wrapper {
    -webkit-transition: all 0.5s ease;
    background: url(../images/mobile-bg.jpg) repeat right center;
    height: 100%;
    z-index: 100;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    left: -30px;
    top: 90px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.toggled:after {
    width: 100%;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}

#wrapper .close {
    z-index: 99;
    right: 10px;
    color: #fff;
    top: 5px;
    width: 30px;
    height: 30px;
}

.close {
    opacity: 1;
}

.menu {
    background: #fff;
    width: 50px;
    cursor: pointer;
    transition: all 0.35s;
    z-index: 200;
    float: right;
}

#wrapper .navbar {
    padding: 0;
}

#wrapper .side-menu-bar {
    padding: 0 30px;
    position: absolute;
    top: 0;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 0px;
    width: 0;
    height: 100%;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 380px;
    position: relative;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

#wrapper .side-menu-bar .media-logo p {
    text-align: center;
    font-size: 20px;
    padding-right: 3px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

#nav-icon4 {
    width: 50px;
    height: 22px;
    position: relative;
    margin: 24px 35px 24px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #851633;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        /* Icon 4 */

        #nav-icon4 span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(2) {
            top: 13px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(3) {
            top: 26px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 27px;
        left: 8px;
    }
/*.hamburger.is-closed:before {content: 'Menu'; display: block; width: 100px;  font-size: 20px; font-weight:300; color:#151515; margin-top: 4px;margin-left: 27px; line-height: 21px; text-align: center; text-transform:uppercase; opacity: 1; -webkit-transform: translate3d(0,0,0); -webkit-transition: all .35s ease-in-out;}
.hamburger.open:before {content: 'Close'; display: block; width: 100px;  font-size: 20px; font-weight:300; color:#151515; margin-top: 4px;margin-left: 27px;  line-height: 21px; text-align: center; text-transform:uppercase;  opacity: 1;-webkit-transform: translate3d(0,0,0); -webkit-transition: all .35s ease-in-out;}*/
.side-nav {
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0;
    padding: 0 20px 0 50px;
}

.nav-offcanvas-menu {
    padding-left: 0px;
}

    .nav-offcanvas-menu i {
        position: absolute;
        right: 30px;
        font-size: 22px;
        top: 7px;
        z-index: 50;
        cursor: pointer;
    }

.nav-offcanvas {
    width: 400px;
    background: #4c4d4f;
    height: 100vh;
    position: fixed;
    overflow-x: auto;
    z-index: 2000;
    padding: 50px 0;
    top: 0;
    left: -400px;
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .nav-offcanvas .close {
        position: absolute;
        right: 10px;
        top: 20px;
        outline: 0;
        opacity: 1;
        background: transparent;
        border: none;
        box-shadow: none;
        cursor: pointer;
        transition: .3s ease;
    }

        .nav-offcanvas .close i {
            font-size: 15px;
            color: white;
            text-shadow: none;
        }

        .nav-offcanvas .close:hover {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.nav-offcanvas-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav-offcanvas-menu ul li {
        color: #fff;
        display: table;
        width: 100%;
        font-size: 20px;
        font-weight: 300;
        padding: 0px 0px 10px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s;
        line-height: 38px;
    }

.nav-offcanvas-menu .btn {
    padding: 10px 0px;
    display: block;
    max-width: 230px;
    margin: auto;
}

.nav-offcanvas.open {
    left: 0;
}

.nav-offcanvas-menu li svg {
    width: 15px;
    height: 15px;
    fill: #8a8b8b;
    position: absolute;
    right: 0;
    top: 11px;
}

.main-nav ul li {
    padding: 15px 10px;
}

    .main-nav ul li a {
        padding: 5px 0;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
    }

.mobile-menu .call svg {
    width: 35px;
    height: 35px;
    fill: #851633;
}

/* collapese item */
.collapsible {
    color: #666;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .collapsible:after {
        content: '';
        color: #666;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "";
}

.nav-offcanvas-menu li svg.active {
    transform: rotate(89deg);
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}


/* book now */
.booking-form {
    background: #a68141;
    width: 100%
}

#imenu > ul > li {
    display: inline-block;
    position: relative;
    border: solid 2px #fff;
    padding: 10px 10px;
    border-radius: 5px;
    margin-right: 20px;
    width: 40%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

.booknowbg.homebook {
    bottom: 0%;
}

.booknowbg {
    z-index: 3;
    bottom: 0px;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

    .booknowbg ul li input[type="text"], .booknowbg #nadult {
        background: url("../images/calendarBooknow.html") no-repeat right 0px center;
        padding: 0px;
        width: 100%;
        border: 0px solid #000;
        border-radius: 4px;
        text-transform: none;
        line-height: 25px;
        color: #0f0f62;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .booknowbg ul li input::placeholder {
        color: #fff;
        font-family: inherit;
        opacity: 1;
    }

    .booknowbg ul li label {
        font-weight: 400;
    }

.bordertopbottom {
    border: 3px solid #fff;
    width: 2px;
    position: absolute;
    top: 0;
    right: 22%;
    height: 100%;
}

.border-none {
    background: none !important;
}

.primary-rgb {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
    z-index: 22;
}

.btnfont {
    font-size: 0.5rem !important;
    padding: 0.2rem 1.5rem !important;
    border-radius: 2px;
}

.select2-container .select2-choice {
    display: block;
    font-weight: normal;
    text-align: left;
    height: 22px;
    font-size: 16px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: none;
    box-shadow: none !important;
    white-space: nowrap;
    line-height: 20px;
    color: #333;
    text-decoration: none; /* border-radius: 2px; */
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: none;
}

a.btn-primary {
    color: #fff !important;
    padding: 11px 27px;
}

.f40 {
    font-size: 35px;
}

.book-text h2 {
    font-size: 75px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 15px;
}



.booknowa {
    background: rgba(256,256,256,0.8);
    position: fixed;
    right: 0;
    padding: 34px;
    height: 100vh;
    width: 30%;
    top: 76px;
    z-index: 11;
}

    .booknowa .btn {
        padding: 15px 0;
        border: solid 2px #fff;
    }

.chkinOut {
    background: rgba(255,255,255, 1);
    display: inline-block;
    padding: 9px 5px;
    text-align: center;
    width: 48.6%;
    color: #333333;
    font-size: 20px;
}

.calander_text2 {
    font-size: 60px;
    float: left;
    width: 100%;
    line-height: 130px;
    color: #666666;
    background: url(../images/calander.png) center top no-repeat;
    padding-top: 7px;
}

.boonnowpopap {
    float: right;
    display: none;
}

.calander_text.fgraylight {
    color: #0f0f62;
}

.rooms.chkinOut2 {
    background: rgba(255,255,255, 1);
    text-align: left;
    margin: 15px 0px;
    padding: 15px 25px;
    color: #000;
}

.collapse.show .booknowa::before {
    content: "";
    position: absolute;
    top: 0px;
    transform: translateX(-100%);
    right: 15%;
    border: 14px solid transparent;
    border-top-color: transparent;
    border-top-color: #2b42e9;
    z-index: 9;
    text-align: center;
}

.booknowa .btn {
    position: static !important;
}

#CheckInMonth, #CheckOutMonth {
    font-size: 26px;
    color: #333333;
}

a.book-close:after {
    background: none !important;
}

a.book-close {
    position: fixed;
    top: 112px;
    right: 10px;
    z-index: 20;
    cursor: pointer;
}

.book-text h2:before {
    background: none;
    border: none;
}
/*------------------baner Content css-------------------*/



.banner .home-banner {
    background: url(../images/home-banner.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .room-banner {
    background: url(../images/room-banner.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .amenities-banner {
    background: url(../images/amenities-banner.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .food-drinks {
    background: url(../images/FoodAndDrinks.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .meetings-events {
    background: url(../images/meetingsevents.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .local-area {
    background: url(../images/localarea.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .attractions-banner {
    background: url(../images/attractions.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .offers-banner {
    background: url(../images/offers-banner-img.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .photo-gallery {
    background: url(../images/photogallery.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .contact-us {
    background: url(../images/contactus.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .careers-banner {
    background: url(../images/careersbenner.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .sitemap-banner {
    background: url(../images/sitemapbenner.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .privacy-policy {
    background: url(../images/privac-policy.jpg) no-repeat center top;
    background-attachment: fixed;
    height: 90vh;
    background-size: cover;
}

.banner .content-item {
    z-index: 5;
    top: 20%;
    /* transform: translate(0,-50%); */
    left: 7%;
}

    /*.banner .backdrop_inner {
    z-index: 5;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    text-align: center;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    height: 125px;
    width: 50%;
    position: absolute;
    background: rgba(0,0,0,0.3);
    margin: 0 auto;
}*/
    .banner .content-item.inner p.small::before {
        border: 0;
    }

    .banner .content-item.inner {
        z-index: 5;
        top: 50%;
        transform: translate(0,-50%);
        left: 0;
        right: 0;
        text-align: center;
    }

.banner .btn {
    position: absolute;
    top: 160px;
    right: 25px;
    z-index: 5;
}

.banner .carousel-item {
    background: #000;
}

    .banner .carousel-item img {
        opacity: .7;
    }

.banner .content-item p {
    font-size: 50px;
    font-family: 'Roboto Slab', serif;
    line-height: 60px;
}

    .banner .content-item p span {
        font-size: 40px;
        font-family: 'Montserrat', sans-serif;
        line-height: 20px;
    }

    .banner .content-item p.small {
        font-size: 42px;
        font-family: 'Montserrat', sans-serif;
        padding-top: 20px;
    }

        .banner .content-item p.small:before {
            content: "";
            border-top: solid 2px #fff;
            position: absolute;
            left: 0;
            top: 10px;
            height: 1px;
            width: 150px;
        }

.banner .content-item a.link {
    border-color: #fff;
    color: #fff !important;
    background-color: #851633;
}

    .banner .content-item a.link:hover {
        border-color: #fff;
        color: #fff !important;
        background-color: #333333;
    }

.banner .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    opacity: .5;
    margin: 0 5px;
}

.banner .carousel-control-next, .banner .carousel-control-prev {
    opacity: 1;
}

.banner .carousel-indicators .active {
    background: #fff;
    opacity: 1;
}

.banner .carousel-indicators {
    z-index: 1;
    bottom: 40px;
}

.banner .carousel-control-next, .banner .carousel-control-prev {
    width: 6%;
}

.banner .b-strip {
    margin-top: -30px;
    z-index: 5;
    position: relative;
}
/*------------------welcome Content css-------------------*/
.welcome-sec {
    background: url(../images/welcome-bg.png) repeat-x center top;
}

    .welcome-sec p {
        padding-top: 35px;
    }

    .welcome-sec img {
        border: solid 15px #fff;
    }

    .welcome-sec .room-sec p {
        text-align: justify;
    }

    .welcome-sec .room-sec {
        margin: 50px 0 0 0;
        padding: 50px 0 0 0;
        border-top: solid 2px #fff;
    }

/*------------------services Content css-------------------*/
.serivces-sec .col-lg-4 {
    overflow: hidden;
    padding-right: 1px !important
}

.serivces-sec .service-content .img-sec {
    background: #595660;
}

    .serivces-sec .service-content .img-sec img {
        opacity: .15;
    }

.serivces-sec .service-content h3 {
    position: absolute;
    top: 50%;
    width: 94%;
    color: #fff;
    transform: translate(0,-50%)
}

.serivces-sec .service-content .hover-item {
    transition: all 0.65s;
    background: #fff;
    padding: 40px 20px;
    top: 140%;
    transform: translate(0,-50%);
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .serivces-sec .service-content .hover-item h3 {
        position: relative;
        color: #595660;
        width: 100%;
        transform: translate(0,0);
    }

    .serivces-sec .service-content .hover-item p {
        padding-top: 30px;
    }

    .serivces-sec .service-content .hover-item h3::before {
        bottom: -15px;
    }

.serivces-sec .service-content:hover .hover-item {
    top: 50%;
}

.serivces-sec .service-content:hover .img-sec img {
    opacity: 1;
}

/*------------------happy client Content css-------------------*/
.happyClient p {
    font-size: 15px;
    color: #666666;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: justify;
    text-align-last: center;
}

.happyClient .title h4 {
    font-size: 19px;
    font-family: 'Roboto Slab', serif;
}

.happyClient .title span {
    font-size: 16px;
    color: #666666;
}

.happyClient #guest-review:before {
    content: "";
    position: absolute;
    left: -105px;
    top: 20px;
    width: 90px;
    height: 82px;
    background: url(../images/quotes-left.png) no-repeat;
}

.happyClient #guest-review:after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: 95px;
    width: 90px;
    height: 82px;
    background: url(../images/quotes-right.png) no-repeat;
}

/*------------------footer Content css-------------------*/
.footer {
    background: #fafafa;
}

    .footer .ftr-left h2 {
        font-size: 50px;
        color: #595660;
        line-height: 50px;
    }

        .footer .ftr-left h2:before {
            border: none;
        }

    .footer .ftr-left p {
        font-size: 16px;
        color: #595660;
        line-height: 20px;
    }

        .footer .ftr-left p a {
            color: #595660
        }

    .footer .ftr-left .connect-us a {
        display: inline-block;
        margin: 0 25px;
    }

    .footer .footer-bottom {
        background: #fff;
    }

        .footer .footer-bottom p {
            font-size: 11px;
        }

        .footer .footer-bottom h3 {
            font-size: 37px;
            margin-right: 30px;
        }

            .footer .footer-bottom h3:before {
                border: none;
            }

        .footer .footer-bottom a {
            width: 60px;
            height: 60px;
            transition: all 0.35s;
            background: #fff;
            margin: 0 4px;
        }

            .footer .footer-bottom a svg {
                width: 25px;
                height: 60px;
                fill: #676766;
            }

            .footer .footer-bottom a:hover svg {
                fill: #fff;
            }

            .footer .footer-bottom a:hover {
                background: #851633;
            }

        .footer .footer-bottom .b-strip {
            top: -34px;
        }


/*------------------roompage Content css-------------------*/

.roomamenities ul li {
    width: 100%;
    text-indent: -12px;
    line-height: 22px;
    margin-bottom: 9px;
}

.web-menu li.active > a, .web-menu li a:hover {
    color: #851633;
}

/* */

.meeting .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .meeting .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .meeting .panel-default > .panel-heading a::after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
            color: #595675;
        }

        .meeting .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .meeting .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .meeting .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.meeting a.collapsed {
    color: #696680;
}

.panel-body {
    padding: 10px;
}

.meeting p {
    padding-top: 0px;
}

.eventform {
    font-size: 13px;
}

#txtStartDate {
    background: #fff url("../images/calendar-icon.png") no-repeat right 4px center;
}

.happyClient .owl-page.active span {
    background: #851633;
}

.happyClient .owl-page span {
    border: 1px solid #851633;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.happyClient .owl-page {
    display: inline-block;
    padding: 0 4px;
    margin-top: 20px;
}

.dropdown-menu1 {
    position: absolute;
    background: #fff;
    width: 180px;
    left: 0;
    display: none;
}

.dropdown1 {
    position: relative;
    text-align: left;
}

    .dropdown1:hover .dropdown-menu1 {
        display: block;
        margin-top: 0;
        list-style: none;
    }


.custom-margin {
    margin-bottom: 30px;
}

/*---------------------------css start here----------------------------*/
.adr-box li {
    color: #595660;
    list-style: none;
    line-height: 36px;
}

.sitemap-sec li a {
    color: #666;
    line-height: 35px;
}

    .sitemap-sec li a:hover {
        color: #000;
    }

.footer-navbar a:hover {
    background: none !important;
    color: #851633;
}

.footer-navbar a {
    font-size: 13px;
    color: #676766;
}

.footer-navbar .active a {
    color: #851633;
}

a {
    color: #333;
    font-weight: 500;
}

    a:hover {
        color: #851633;
    }

.home3 h1::before, .room3 h1::before {
    bottom: 70px;
}

.room h1::before {
    bottom: -15px;
}

.met-event li {
    list-style: none;
}




.modal-dialog {
    transition: transform 0.3s ease;
    transform: scale(0.8);
    max-width: 702px;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

#expansionNoticeModal svg {
    height: 14px;
    width: 14px;
    margin-top: -2px;
}

#expansionNoticeModal .close-btn {
    position: absolute;
    right: 0px;
    z-index: 10;
    cursor: pointer;
    top: 0px;
    border-radius: 50%;
    border: none;
    transform: scale(0.9);
    line-height: 3px;
    fill: #fff;
    height: 36px;
    width: 36px;
    background: #be003b;
}




@media(max-width:1700px) {
    .header li {
        padding: 0 16px;
        position: relative;
    }
}

@media(max-width:1680px) {
    .header li {
        padding: 0 8px;
    }

    .header .icon-logo {
        width: 145px;
    }

    .btn {
        padding: 10px 17px;
        font-size: 17px;
    }

    .footer .ftr-left .connect-us a {
        display: inline-block;
        margin: 0 15px;
    }

    .header li a::after {
        width: 21px;
        height: 21px;
        background-size: 17px;
    }
}


@media(max-width:1599px) {

    /*---------------------------home page responsive css start here----------------------------*/
    .header .icon-logo {
        width: 130px;
    }

    .header .logo a p {
        font-size: 19px;
    }

    .header li {
        padding: 0 10px;
    }

        .header li a {
            font-size: 15px;
        }

            .header li a:after {
                background-size: 80%;
            }

    .sticky li:nth-of-type(7) {
        padding-right: 0;
    }

    .sticky li {
        padding: 0 8px;
    }

        .sticky li a {
            font-size: 13px;
        }

    .sticky.intro li {
        padding: 0 17px;
    }

    .banner .content-item p {
        font-size: 60px;
        line-height: 60px;
    }

    .serivces-sec .service-content h3 {
        font-size: 35px;
    }

    .serivces-sec .service-content p {
        line-height: 25px;
    }

    .serivces-sec .service-content .hover-item {
        top: 148%;
    }

    .footer .footer-bottom .b-strip {
        top: -20px;
    }

    .booknowa {
        width: 40%;
    }

    .header li {
        padding: 0 12px;
    }
}

@media(max-width:1440px) {
    .header li {
        padding: 0px 10px;
    }

    .sticky ul {
        padding: 14px 0;
        text-align: left;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0.7rem;
    }
}


@media(max-width:1366px) {
    .book-text h2 {
        font-size: 45px;
    }

    .container {
        max-width: 1140px;
    }

    .header li {
        padding: 0px 9px;
    }
}

.calander_text2 {
    font-size: 45px;
    padding-top: 0;
    background-size: 65% 85%;
}

.rooms.chkinOut2 {
    margin: 8px 0px;
}

.booknowa {
    padding: 20px;
}

@media(max-width:1199px) {

    /*---------------------------home page responsive css start here----------------------------*/
    .header li a {
        font-size: 19px;
    }

    .sticky li a {
        font-size: 14px;
    }

    .banner .content-item p.small {
        font-size: 30px;
    }

    .banner .content-item p {
        font-size: 50px;
        line-height: 50px;
    }

        .banner .content-item p span {
            font-size: 40px;
        }

    .banner .content-item {
        z-index: 5;
        top: 25%;
        /* transform: translate(0,-50%); */
        left: 7%;
    }

    .banner .b-strip {
        margin-top: -20px;
    }

    .serivces-sec .service-content .hover-item {
        top: 168%;
    }

    .serivces-sec .service-content h3 {
        font-size: 26px;
    }

    .serivces-sec .service-content p {
        line-height: 20px;
        font-size: 14px;
    }

    .serivces-sec .service-content .hover-item {
        padding: 15px
    }

        .serivces-sec .service-content .hover-item .btn {
            margin-top: 10px !important;
        }

        .serivces-sec .service-content .hover-item p {
            padding-top: 15px;
            margin-bottom: 0;
        }

    .footer .ftr-left h2 {
        font-size: 50px;
        line-height: 50px;
    }



    .welcome-sec {
        margin-top: -5px;
    }

    .header ul {
        padding: 15px 0 0;
    }

    .banner .btn {
        top: 165px;
    }

    .book-text h2 {
        font-size: 65px;
    }

    a.book-close {
        top: 90px;
    }

    .sticky li {
        padding: 0 15px
    }
}

@media(max-width:1280px) {
    .header li {
        padding: 0px 7px;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0.6rem;
    }

    .righttopbook .btn {
        padding: 9px 10px;
        font-size: 14px;
    }

    .sticky li:nth-of-type(7) {
        padding-right: 7px;
    }
}

@media(max-width:1199px) {
    .header ul {
        text-align: center;
    }

    .header li a {
        font-size: 17px;
    }

    .web-menu {
        padding: 10px 0px;
    }
}

@media(max-width:991px) {
    h1 {
        font-size: 50px;
    }
    /*---------------------------home page responsive css start here----------------------------*/
    .header .logo a p {
        font-size: 20px;
    }

    .header .icon-logo {
        width: 130px;
    }

    .header li a {
        font-size: 24px;
    }

    .sticky ul {
        padding: 25px 0;
    }

    #nav-icon4.open span:nth-child(1) {
        top: -8px;
    }

    .header li a::after {
        background: none;
    }

    .banner .content-item p span {
        font-size: 41px;
        font-weight: bold;
    }

    .banner .content-item p {
        font-size: 65px;
        line-height: 80px;
    }

        .banner .content-item p.small {
            font-size: 25px;
        }

    .banner .btn {
        right: 0;
        left: 0;
        width: 200px;
        margin: 0 auto;
    }

    .banner .content-item {
        top: 50%;
    }

    .welcome-sec .container {
        padding: 0;
    }

    .welcome-sec p {
        padding: 26px 15px 0px;
    }

    .room-sec .col-lg-6 {
        padding: 0;
    }

    .welcome-sec .room-sec {
        border: 0;
        margin-top: 0px;
    }

        .welcome-sec .room-sec .text {
            margin-top: 30px;
        }

        .welcome-sec .room-sec p {
            padding-top: 20px;
            text-align: center;
        }

    .happyClient p::before {
        left: -60px;
        background-size: 70%;
    }

    .happyClient p::after {
        right: -90px;
        background-size: 70%;
        bottom: -18px;
    }

    .happyClient p {
        width: 85%;
        margin: auto;
    }

    .footer iframe {
        height: 500px;
    }



    .footer .b-strip-tab {
        margin-top: -30px;
    }

    .serivces-sec .service-content h3 {
        font-size: 52px;
    }

    .serivces-sec .service-content .hover-item p {
        padding-top: 30px;
    }

    .serivces-sec .service-content .hover-item {
        padding: 30px;
        width: 70%;
    }

    .booknowa {
        width: 50%;
    }

    a.book-close {
        top: 95px;
    }

    .rooms.chkinOut2 {
        padding: 15px 9px;
    }

    .banner .btn {
        top: 110px;
    }

    .footer .b-strip-tab {
        margin-top: -24px;
    }

    .home3 h1::before {
        bottom: 130px;
    }

    .room p {
        padding-top: 20px;
    }

    .met-event li {
        line-height: 20px;
        margin-bottom: 7px;
    }

    .banner .content-item p {
        font-size: 40px;
        line-height: 53px;
    }

    h1::before {
        bottom: -8px;
    }

    .book-text h2 {
        font-size: 48px;
    }

    .calander_text2 {
        font-size: 53px;
        padding-top: 5px;
        background-size: inherit;
    }

    .sticky #wrapper {
        top: 70px;
    }
}

@media(max-width:812px) {
    .banner .content-item p {
        font-size: 26px;
        line-height: 30px;
        margin: auto;
    }

        .banner .content-item p.small {
            font-size: 18px;
        }

    .banner .content-item {
        top: 62%;
    }

        .banner .content-item p span {
            font-size: 18px;
        }
}

@media(max-width:768px) {
    .banner .content-item p {
        font-size: 40px;
        line-height: 53px;
    }

        .banner .content-item p span {
            font-size: 20px;
            font-weight: 400;
        }

    .banner .content-item {
        top: 50%;
    }

        .banner .content-item p.small {
            font-size: 25px;
        }

    .home-banner, .room-banner, .amenities-banner, .food-drinks, .meetings-events, .offers-banner, .local-area,
    .attractions-banner, .photo-gallery, .contact-us, .privacy-policy, .sitemap-banner, .careers-banner {
        background: none !important;
        height: auto !important;
        background-size: cover !important;
    }
}



@media(max-width:767px) {
    /*---------------------------home page responsive css start here----------------------------*/
    .header .icon-logo {
        width: 100px;
    }

    .welcome-sec .room-sec {
        padding: 0 0 50px;
    }



    h1 span {
        font-size: 16px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 25px;
    }

        h2::before {
            width: 70px;
        }

    .welcome-sec p {
        padding-top: 20px;
    }

    .serivces-sec .service-content h3 {
        font-size: 29px;
    }

    .happyClient .title h4 {
        font-size: 29px;
    }

    .footer .ftr-left h2 {
        font-size: 29px;
        margin-bottom: 30px !important
    }

    .footer .b-strip-tab {
        margin-top: -27px;
    }

    .happyClient p::before, .happyClient p::after {
        display: none;
    }

    .welcome-sec {
        margin-top: -7px;
    }

    .booknowa {
        width: 100%;
        padding: 10px;
    }

    .banner .b-strip {
        margin-top: -32px;
        top: 0px;
    }

    .footer .b-strip-tab {
        margin-top: -24px;
    }

    .banner .content-item p {
        font-size: 31px;
        line-height: 34px;
    }

    .banner .content-item {
        top: 60%;
    }

        .banner .content-item p.small {
            font-size: 25px;
        }

    .home3 h1::before {
        bottom: 75px;
    }

    .cnt-img2 img {
        display: none !important;
    }

    .home-banner img {
        height: 75vh;
    }

    .banner .btn {
        top: 120px;
    }

    p {
        font-size: 15px;
    }

    body {
        font-size: 15px;
    }

    .header.sticky .logo a p {
        font-size: 11px;
    }

    .footer .ftr-left .connect-us {
        flex-wrap: wrap !important;
    }

        .footer .ftr-left .connect-us a {
            width: 160px;
            margin: 18px 0;
        }
}


@media(max-width:575px) {
    .modal-content {
        height: 85vh;
        overflow: auto;
        padding-bottom: 10px;
    }

    /*---------------------------home page responsive css start here----------------------------*/
    #nav-icon4 {
        width: 35px;
        margin-right: 0;
    }

    .menu {
        width: 35px;
    }

    .mobile-menu .call svg {
        width: 25px;
        height: 25px;
    }

    .header .icon-logo {
        width: 100px;
    }

    .header .logo a p {
        font-size: 10px;
        padding: 0 !important;
    }

    #nav-icon4 span {
        height: 4px;
    }

        #nav-icon4 span:nth-child(3) {
            top: 20px;
        }

        #nav-icon4 span:nth-child(2) {
            top: 10px;
        }

    .banner .b-strip {
        margin-top: -19px;
    }

    .welcome-sec {
        padding-bottom: 0 !important
    }

    .serivces-sec .service-content .hover-item {
        width: 85%;
    }

    .happyClient p {
        width: auto;
    }

    .happyClient p {
        font-size: 16px;
    }



    .footer .footer-bottom h3 {
        width: 100%;
    }

    .footer .footer-bottom p {
        line-height: 15px;
    }

    .footer .footer-bottom a {
        margin: 20px 0;
    }

    .welcome-sec .room-sec p {
        text-align: justify;
        text-align-last: center
    }

    .footer .footer-bottom {
        background: #fff;
    }

    #nav-icon4.open span:nth-child(3) {
        top: 20px;
    }

    #nav-icon4.open span:nth-child(1) {
        top: -5px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 350px;
    }

    .book-text h2 {
        font-size: 50px;
    }

    .select2-container {
        width: 60% !important;
    }

    .banner .b-strip {
        top: -9px;
    }
    /*---------------------------room page responsive css start here----------------------------*/
    .welcome-sec {
        margin-top: -9px;
    }

    .serivces-sec .service-content .hover-item {
        padding: 15px;
    }

        .serivces-sec .service-content .hover-item p {
            padding-top: 17px;
            font-size: 14px;
        }

        .serivces-sec .service-content .hover-item h3 {
            font-size: 23px;
        }

    .room3 h1::before {
        bottom: 45px;
    }

    .serivces-sec .service-content p {
        line-height: 22px;
    }
}


/* RTE content enduser */
figure.image.image_resized img {
    width: inherit !important;
}

figure.image.image_resized {
    margin: auto !important;
}

    figure.image.image_resized.image-style-align-right {
        float: right;
        margin: 0 0 10px 10px !important;
    }

    figure.image.image_resized.image-style-align-left {
        float: left;
        margin: 0 10px 10px 0 !important;
    }

.blogpage .blogp ul li, .packageP ul li {
    list-style: disc !important;
    list-style-position: inside !important;
}

.blogpage .blogp ol li, .packageP ol li {
    list-style: decimal !important;
    list-style-position: inside !important;
}

.blogpage p, .packageP p {
    margin-bottom: 0;
}

.packageP blockquote, .blogp blockquote {
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}

.top-banner {
    position: sticky;
    top: 0;
    z-index: 11;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 6px;
    color: #fff; display:none;
    background: #851633;
}

#topBanner.sticky {
    display: none;
}

.top-banner {
    animation: slideDown 0.5s ease-in-out;
}

    .top-banner .close-btn {
        cursor: pointer;
        /*! line-height: 3px; */
        fill: #fff;
        /*! background: #fff; */
        padding: 0;
        border-radius: 55px;
        position: relative;
        left: 12px;
    }

    .top-banner svg {
        height: 14px;
        width: 14px;
        margin-top: 0;
    }



@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
