@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

@font-face {
    font-family: optimusprincepssemiboldRg;
    src: url(../fonts/optimusprincepssemibold-webfont.eot);
    src: url(../fonts/optimusprincepssemibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/optimusprincepssemibold-webfont.woff) format('woff'), url(../fonts/optimusprincepssemibold-webfont.ttf) format('truetype'), url(../fonts/optimusprincepssemibold-webfont.svg#optimusprincepssemiboldRg) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    padding: 0;
    font-size: .75rem;
    color: #000;
    font-family: Roboto, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-weight: 300
}

a:hover {
    color: #000
}

input.input-group-field {
    box-shadow: none;
    height: 30px
}

input:focus {
    box-shadow: none !important
}

a {
    outline: 0
}

a,
a:active,
a:focus {
    outline: 0
}

.button {
    background: #000;
    padding: 0 1.5rem !important;
    text-transform: uppercase;
    height: 30px
}

.h1,
h1 {
    font-size: inherit;
    margin-bottom: 0
}

h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #272727
}

h5 {
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0;
    color: #272727
}

p {
    font-size: .75rem;
    padding: 0;
    letter-spacing: .2px
}

p span {
    font-weight: 400
}

a {
    color: #000
}

.grid-container {
    max-width: 1300px;
    margin: auto
}

.grid-container hr {
    border-bottom: 1px solid #776049;
    margin: 3.25rem auto 4rem auto
}

.logo {
    font-weight: 700;
    font-size: 1rem;
    margin-left: .1rem
}

.hmbody {
    background: url(../images/home.jpg) no-repeat center;
    background-size: cover;
    height: 100vh
}

header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    top: 1.5rem;
    transition: all .5s ease
}

.contentarea {
    margin: 0;
    margin-right: 0;
    letter-spacing: 1.6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.3em;
    padding: .2rem;
    color: #f5f0df
}

.contentarea p {
    color: #fff;
    font-size: 1.8rem
}

header ul {
    text-align: center
}

#nav-icon3 {
    width: 28px;
    height: 36px;
    position: relative;
    margin: 10px auto;
    margin-right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -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;
    margin-top: 1.7rem
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon3 span:nth-child(1) {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px
}

#nav-icon3 span:nth-child(4) {
    top: 16px
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%
}

.navcontainer {
    position: relative
}

.mobile-menu {
    display: none
}

.mainimgslider {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.mainimgslider .owl-carousel .owl-item img {
    height: calc(83vh - 0px);
    -o-object-fit: cover;
    object-fit: cover
}

.mainimgslider .btn {
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
    max-width: 160px;
    color: #fff;
    text-align: center;
    font-size: 1rem
}

.mainimgslider .btn a {
    padding: 10px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase
}

.mainimgslider .btn a:hover {
    color: #000;
    background: #fff
}

.reservation {
    margin: 2rem auto 0 auto;
    max-width: 160px;
    color: #fff;
    text-align: center;
    font-size: 1rem
}

.reservation a {
    padding: 10px 15px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000
}

.reservation a:hover {
    color: #fff;
    background: #000
}

.sliderimageholder {
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 99;
    max-width: 400px;
    width: 100%
}

.sliderimageholder h4 {
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 500;
    line-height: 1.2;
    text-transform: inherit;
    letter-spacing: 2px
}

.sliderimageholder h5 {
    color: #fff !important;
    font-size: 18px !important
}

.sliderimageholder h5:after,
.sliderimageholder h5:before {
    background-color: #fff !important
}

.sliderimageholder p {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px
}

.heading {
    color: #000;
    text-align: center;
    padding-top: 0;
    letter-spacing: .4rem
}

.heading h4 {
    color: #000;
    font-family: optimusprincepssemiboldRg, arial;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 2rem;
    vertical-align: middle
}

.heading h4 img {
    vertical-align: middle;
    margin: 0 .7rem .3rem 0
}

.heading h5 {
    color: #000;
    font-family: optimusprincepssemiboldRg, arial;
    font-size: 16px;
    margin-bottom: 1.5rem;
    text-align: left
}

.owl-nav img {
    width: 27px;
}

.content {
    margin-top: 16px
}

.sticky h1 img {
    width: 75px
}

header h1 img {
    width: 130px
}

.menu-wrapper {
    position: relative;
    z-index: 9999;
    text-transform: uppercase;
    padding-top: 2px
}

.menu-wrapper .menuamayaah {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.menu-wrapper .menuamayaah>li {
    position: relative;
    padding: 0;
    display: inline-block
}

.menu-wrapper a.menu-link,
.menu-wrapper ul.menuamayaah {
    text-align: right;
    margin: auto
}

.menu-wrapper a.menu-link {
    display: none;
    padding: .7em;
    background: #b92120
}

.menu-wrapper a {
    display: block;
    position: relative;
    padding: 0 1rem;
    margin: 0;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #e7e6e4;
    letter-spacing: 2px;
    font-weight: 500
}

.menu-wrapper a.firstlist {
    border-left: 0 solid #e7e6e4
}

.menu-wrapper a:hover {
    transition: all .5s
}

.menu-wrapper .menuamayaah>.current-menu-ancestor>a,
.menu-wrapper .menuamayaah>.current-menu-item>a {
    position: relative;
    z-index: 12;
    background: #f5d4d4;
    color: #b92120;
    border-bottom: 1px solid transparent
}

.menu-wrapper .menuamayaah>.current-menu-ancestor>a:hover,
.menu-wrapper .menuamayaah>.current-menu-item>a:hover {
    background: #fffdfd
}

.menu-wrapper .menuamayaah>.current-menu-ancestor>a:hover:after,
.menu-wrapper .menuamayaah>.current-menu-item>a:hover:after {
    border-top-color: #fffdfd
}

.menu-wrapper .menuamayaah>.current-menu-ancestor>a:after,
.menu-wrapper .menuamayaah>.current-menu-item>a:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #f5d4d4;
    border-width: 5px;
    left: 50%;
    margin-left: -5px
}

.menu-wrapper li+li a:before {
    content: "";
    position: absolute;
    left: -.5em;
    top: .2em;
    color: #000;
    opacity: .8
}

.menu-wrapper .sub-menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 15px 0 0 0;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    list-style: none outside none;
    text-align: left;
    text-transform: none
}

.menu-wrapper .sub-menu li {
    display: block;
    margin-right: .7em;
    margin-bottom: 7px
}

.menu-wrapper .sub-menu a {
    margin: 0;
    white-space: nowrap;
    line-height: 1.8em;
    border: none;
    text-transform: uppercase
}

.menu-wrapper .sub-menu li:last-child {
    padding-bottom: .26em
}

.menu-wrapper li:hover .sub-menu {
    max-height: 30em;
    transition: max-height .5s
}

@media screen and (max-width:1023px) {
    .menu-wrapper .sub-menu {
        padding: 0
    }
    header h1 img{
        width: 75px;
    }
    
    header.sticky{
        padding: 0;
    }


    header{
        width: 100%;
        z-index: 999;
        background: rgba(20, 18, 18, .96);
        padding-bottom: .5rem;
        padding-top: .5rem;
        transition: all .5s ease;
        position: absolute;
        top: 0;
    }

    header h1 {
        border-bottom: 0
    }

    .js .menu-wrapper nav[role=navigation] {
        overflow: hidden;
        max-height: 0
    }

    .js .menu-wrapper nav[role=navigation].active {
        max-height: 30em;
        transition: max-height .5s ease-out
    }

    .menu-wrapper a.menu-link {
        display: block;
        width: auto;
        padding-right: 15px;
        padding-left: 10px;
        border: none;
        margin: 0
    }

    .menu-wrapper a.menu-link:hover {
        background: #9b1c1b
    }

    .menu-wrapper a.menu-link.active .ico-caret-down:before {
        content: "\f0d8"
    }

    .menu-wrapper .menuamayaah .menuamayaah {
        padding-bottom: 5px
    }

    .menu-wrapper .menuamayaah li {
        display: block;
        border: 1px solid pink;
        border: none
    }

    .menu-wrapper .menuamayaah>li {
        padding: 0;
        border: none
    }

    .menu-wrapper .menuamayaah>li+li {
        border-top: 1px solid #bfbfbf
    }

    .menu-wrapper .menuamayaah a {
        padding: .5em 0;
        margin: 0;
        border: none
    }

    .menu-wrapper .menuamayaah a:hover {
        background: rgba(255, 255, 255, .8);
        color: ffffff
    }

    .menu-wrapper .menuamayaah .rightalign {
        float: none
    }

    .menu-wrapper li+li a:before {
        content: ""
    }

    .menu-wrapper li:hover .sub-menu {
        max-height: 0;
        transition: none
    }

    .menu-wrapper .sub-menu {
        background: 0 0;
        margin-left: 0;
        margin-top: 1px;
        display: block;
        width: 100%
    }

    .menu-wrapper .sub-menu li,
    .menu-wrapper .sub-menu li a {
        margin: 0;
        display: block;
        width: 100%
    }

    .menu-wrapper .sub-menu a {
        padding-left: .8em
    }

    .menu-wrapper .sub-menu a:hover {
        background: #fff
    }

    .menu-wrapper .sub-menu li {
        border-bottom: 1px solid #bfbfbf;
        text-align: right;
    }

       .menu-wrapper .sub-menu li:last-child{
           border: 0;
       }

    .menu-wrapper .sub-menu li:last-child {
        padding: 0
    }

    .menu-wrapper .sub-menu li:last-child a {
        border: none
    }

    .menu-wrapper .menu .has-subnav {
        position: relative
    }

    .menu-wrapper li .sub-menu.active {
        max-height: 30em;
        overflow: visible;
        position: relative;
        z-index: 9;
        transition: max-height .5s ease-out
    }

    .menu-wrapper .toggle-link {
        height: 38px;
        width: 38px;
        display: block;
        position: absolute;
        right: 0;
        z-index: 200;
        font-size: 0;
        cursor: pointer;
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 100%
    }

    .menu-wrapper .toggle-link:hover {
        transition: all .2s
    }

    .menu-wrapper .menuamayaah .has-subnav>.toggle-link:after {
        content: "";
        position: absolute;
        width: 50px;
        top: 50%;
        margin-top: -15px;
        bottom: 50%;
        right: 4px;
        font-size: 28px;
        color: #fff
    }

    .menu-wrapper .menuamayaah .has-subnav>.toggle-link.active:after {
        content: "";
        margin-top: -18px
    }
}

.downloadbrochure p {
    font-family: optimusprincepssemiboldRg, arial;
    font-size: .9rem
}

.btmvideotext {
    margin-bottom: 5rem
}

#spa {
    padding: 8rem 0
}

.journey .grid-container {
    max-width: 900px
}

.tariff .pricepnl {
    max-width: 600px;
    margin: auto
}

.tariff h4 {
    margin-bottom: 2rem
}

.tariff h5 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.rem;
    text-align: center;
    overflow: hidden;
    margin: auto;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.tariff p {
    font-size: 1rem;
    margin: 0 0 1.5rem 0 !important;
    padding: 0
}

.tariff p strong {
    margin-right: 1rem
}

.prices p {
    font-style: italic;
    font-size: 12px !important;
    margin-top: 1rem !important
}

.tariff_left {
    border-right: 1px solid #000
}

.insideheader {
    margin: 0;
    padding: 0
}

.insideheader img {
    width: 100%
}

.clubhouse h4 {
    padding-bottom: .5rem !important
}

.clubhouse h5::after,
.clubhouse h5::before {
    width: 1%
}

.clubhouse h5 {
    margin-bottom: 1.5rem
}

.roomcatg {
    margin-bottom: 7rem
}

.rooms h6 a {
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    padding: 5px 10px;
    font-size: .75rem
}

.rooms .intro {
    margin-bottom: 3rem
}

.rooms ul li {
    font-size: 13px;
    line-height: 2
}

.rooms h6 {
    text-transform: uppercase;
    color: #000;
    font-family: optimusprincepssemiboldRg, arial;
    font-size: 15px;
    margin-bottom: .5rem;
    text-align: left;
    letter-spacing: .2rem
}

.room_ftr {
    margin-top: .5rem
}

.room_ftr h6 {
    text-transform: capitalize;
    font-size: .83rem;
    letter-spacing: 1px
}

.room_ftr ul {
    margin-left: .8rem;
    list-style: circle
}

.amenities_head {
    margin-top: 1.4rem
}

.amenities {
    margin-top: .75rem
}

.amenities ul {
    margin: 0 0 1rem 0;
    padding: 0
}

.amenities ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1.5rem 0 0;
    padding: 0
}

.amenities ul li img {
    width: 30px
}

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

.holiday h4 {
    color: #fff
}

.holiday .hldblock {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.holiday .hldblock article {
    padding: 1.5rem;
    min-height: 238px
}

.holiday .hldblock article h6 {
    margin-bottom: 1rem;
    font-family: optimusprincepssemiboldRg, arial
}

.holiday .hldblock article p {
    font-size: .89rem
}

.activity .hldblock img {
    border-radius: 5px
}

.activity .hldblock {
    background: #fff
}

.activity .hldblock article {
    padding: 1.5rem 0
}

.activity .hldblock article h6 {
    margin-bottom: 1rem;
    font-family: optimusprincepssemiboldRg, arial
}

.activity .hldblock article p {
    font-size: .89rem
}

.activity a,
.activity a:hover {
    text-decoration: underline;
    color: #000;
}


.testimonial_srction {
    background-color: #847C6D33
}


.testimonial_srction p {
    max-width: 840px;
    width: 100%;
    margin: auto
}

#button {
    display: inline-block;
    background-color: #000;
    padding: 1rem;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button:hover {
    cursor: pointer;
    background-color: #333
}

#button:active {
    background-color: #555
}

#button.show {
    opacity: 1;
    visibility: visible
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    z-index: 9999
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.close-button,
.close-button.medium {
    z-index: 99999
}

.reveal {
    border: 0 !important;
    padding: 0 !important
}

.gallerytab .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.galleryhead {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.gallery {
    background-size: cover
}

.gallery .tabs {
    background: 0 0;
    border: 0;
    text-align: center;
    margin-bottom: 1rem
}

.gallery .tabs-title>a {
    font-size: inherit;
    color: #000;
    font-size: 1rem;
    padding: 1.25rem 0 .6rem 0;
    margin: 0 .8rem
}

.gallery .tabs-title {
    float: inherit;
    display: inline-block
}

.gallery .tabs-content {
    background: 0 0;
    border: 0
}

.gallery .tabs-title>a:focus,
.gallery .tabs-title>a:hover,
.gallery .tabs-title>a[aria-selected=true] {
    color: #000;
    border-bottom: 1px solid #000;
    background: 0 0
}

.gallery .tabs-panel {
    padding: 0
}

.galleryhead h4 {
    text-align: center;
    font-weight: 500;
    margin-top: 2rem
}

.gallerybtm {
    margin-bottom: 4rem
}

.intro p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    max-width: 1120px;
    width: 100%;
    margin: auto;
    padding: .35rem 0
}

section {
    padding: 3rem 0;
    outline: 0
}

.cntarea p {
    font-size: 1.1rem
}

.sectionbg {
    background-color: #847C6D33
}

.twoimgcnt p {
    margin-top: 1.5rem
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(20, 18, 18, .96);
    padding-bottom: .5rem;
    padding-top: .5rem;
    transition: all .5s ease
}

.sticky+.content {
    padding-top: 60px
}

.sticky .menu-wrapper .sub-menu li {
    background: rgba(20, 18, 18, .96)
}

.istagram img {
    padding: 1em
}

#contact {
    padding: 0
}

.contactpnl {
    margin: 0;
    padding: 5rem 0
}

.contactpnl a {
    color: #000
}

.contactpnl #map {
    height: 300px;
    margin-top: 1rem
}

.contactpnl h6 {
    margin-bottom: 0;
    font-size: 1.1rem;
    margin-top: 1.2rem
}

.contactpnl h4 {
    margin-bottom: 2rem;
    color: #000;
    text-transform: uppercase;
    font-size: 1.7rem
}

.contactpnl .contact-form .form-error {
    font-weight: 300;
    margin-top: 0.2rem;
    margin-right: 0.9375rem;
}

.contactpnl .grid-container {
    max-width: 755px;
    width: 100%
}

.contactus .grid-container {
    max-width: 1300px;
    margin: auto
}

.contactus [type=text],
[type=color],
[type=color]:focus,
[type=date],
[type=date]:focus,
[type=datetime-local],
[type=datetime-local]:focus,
[type=datetime],
[type=datetime]:focus,
[type=email],
[type=email]:focus,
[type=month],
[type=month]:focus,
[type=number],
[type=number]:focus,
[type=password],
[type=password]:focus,
[type=search],
[type=search]:focus,
[type=tel],
[type=tel]:focus,
[type=text]:focus,
[type=time],
[type=time]:focus,
[type=url],
[type=url]:focus,
[type=week],
[type=week]:focus,
select,
select:focus,
textarea,
textarea:focus {
    background: 0 0
}

.contactpnl .contact-form .captcha label {
    max-width: 350px
}

.contactpnl .contact-form .captcha input {
    max-width: 300px
}

.contactpnl .contact-form .captcha input [type=text] {
    display: inline-block
}

.contactpnl .contact-form .button {
    background: #3b3630;
    text-transform: capitalize;
    font-size: .9rem
}

.contactpnl .contact-form .input-group {
    flex-flow: column
}

.contactpnl .contact-form .input-group span {
    color: #ff2a16
}

.contactpnl .contact-form .input-group label {
    width: 100%;
    font-size: .9rem;
    font-weight: 300
}

.contactpnl .contact-form .input-group input,
.contactpnl .contact-form .input-group input:focus,
.contactpnl .contact-form .input-group input:hover,
.contactpnl .contact-form .input-group textarea,
.contactpnl .contact-form .input-group textarea:focus,
.contactpnl .contact-form .input-group textarea:hover {
    box-shadow: none;
    margin: 0
}

.contactpnl .contact-form .input-group textarea {
    height: 100px
}

.contactpnl .contact-form a.button {
    padding: .43rem 1.5rem !important;
    color: #fff;
    border: 1px solid #000
}

.contactpnl .contact-form a.button:hover {
    background: 0 0;
    color: #000
}

[type=color],
[type=color]:focus,
[type=date],
[type=date]:focus,
[type=datetime-local],
[type=datetime-local]:focus,
[type=datetime],
[type=datetime]:focus,
[type=email],
[type=email]:focus,
[type=month],
[type=month]:focus,
[type=number],
[type=number]:focus,
[type=password],
[type=password]:focus,
[type=search],
[type=search]:focus,
[type=tel],
[type=tel]:focus,
[type=text],
[type=text]:focus,
[type=time],
[type=time]:focus,
[type=url],
[type=url]:focus,
[type=week],
[type=week]:focus,
select,
select:focus,
textarea,
textarea:focus {
    box-shadow: none;
    margin: 0;
    padding: .4rem 1.4rem .4rem 0;
    height: inherit;
    font-size: .75rem;
    border: 0;
    border-bottom: 1px solid #bfbfbf
}

footer {
    margin: 0;
    padding: 0 0 1rem 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #3b3630;
    color: #fff
}

footer p {
    margin-bottom: .5rem;
    font-size: 12px
}

footer a {
    color: #fff
}

a:focus,
footer a:hover {
    color: #f4f4f4
}

footer .copyrigt {
    padding-top: 1rem
}

.icon,
footer .icon {
    vertical-align: sub;
    margin-right: 5px
}

.spacerSpan,
footer .spacerSpan {
    min-height: 10px;
    display: inline-block;
    width: 26px;
    color: #fff
}

footer .associations {
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

footer .associations-block {
    background-color: #fff
}

footer .associations-block h6 {
    color: #000;
    padding-top: 1.5rem;
    text-align: center;
    color: #000;
    font-family: optimusprincepssemiboldRg, arial;
    font-size: 21px;
    text-transform: uppercase;
    padding-top: 3rem;
    padding-bottom: 1rem
}

footer .associations a img {
    width: auto;
    padding: 0 .8rem 0 0;
    background-color: #fff
}

.copyright {
    border-top: 1px solid #ccccc1;
    padding-bottom: 10px;
    margin-top: 1rem
}

.numberbtm {
    margin-bottom: 1rem
}

.contact {
    margin-right: 5px;
    vertical-align: sub
}

.associationicons {
    vertical-align: super
}

@media (max-width:980px) {
    .videothumb {
        margin-bottom: 1rem
    }

    .grid-container hr {
        margin: 2.25rem auto 3rem auto
    }

    header h1 {
        padding: 18px 0 16px 0
    }

    .mblmenu {
        position: absolute;
        right: 1rem;
        top: 2rem
    }

    header {
        padding: 0
    }

    .desktop-menu,
    .hide-desktop-image,
    .topstripblack {
        display: none
    }

    .desktop-menu [class^=grid-],
    .hide-desktop-image [class^=grid-],
    .topstripblack [class^=grid-] {
        flex-direction: column
    }

    .desktop-menu [class^=grid-] .cell,
    .hide-desktop-image [class^=grid-] .cell,
    .topstripblack [class^=grid-] .cell {
        width: calc(100% - 1.25rem);
        text-align: center
    }

    .mobile-menu {
        display: block
    }

    .desktop-menu {
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #fff
    }

    .desktop-menu .topnav li {
        display: block
    }

    .topstripblack ul li {
        display: block;
        margin: .7rem auto
    }

    .topstripblack ul.blackmenu {
        margin: -.7rem auto
    }
}

@media (max-width:639px) {
    .insideheader img {
        height: calc(72vh - 250px);
        -o-object-fit: cover;
        object-fit: cover
    }

    .sliderimageholder {
        left: 15px;
        width: 90%
    }

    header h1 img {
        width: 70px
    }

    header {
        top: 0
    }

    #button {
        padding: .5rem;
        bottom: 16px;
        right: 16px
    }

    .intro p {
        font-size: 1.2rem
    }

    .sliderimageholder h4 {
        font-size: 22px !important
    }

    .sliderimageholder h5 {
        font-size: 11px !important
    }

    section {
        padding: 2rem 0
    }

    .heading h4 {
        font-size: 16px
    }

    .cntarea p {
        font-size: .9rem;
        margin-top: 1rem
    }

    .main_img_slider .owl-nav .owl-next,
    .main_img_slider .owl-nav .owl-prev {
        top: 34% !important
    }

    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 4px !important
    }

    .contactpnl {
        padding: 0
    }

    .contactpnl h4 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.1rem
    }

    figure img {
        margin-top: 1rem
    }

    .numberbtm {
        margin-bottom: 1rem
    }

    footer ul li {
        margin: .2rem;
        font-size: .7rem
    }

    .home_slider {
        width: 90%
    }
}

@media (max-width:1023px) {
    .mainimgslider .owl-carousel .owl-item img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.hotels h5 {
    padding-bottom: .5rem
}

.amount {
    background-color: #f4f4f1;
    padding: 1rem
}

@media (max-width:639px) {
    .slick-slide figure img {
        margin-top: 0
    }
}

.caption,
.slick-slide,
.slick-slide::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-wide-slider {
    position: relative;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    padding: 0
}

.full-wide-slider.slick-initialized {
    opacity: 1;
    visibility: visible
}

.slick-slide {
    position: relative
}

.slick-initialized .slick-slide {
    display: block;
    height: calc(83vh - 0px);
    -o-object-fit: cover;
    object-fit: cover
}

.slick-slide::before {
    background-color: #000;
    opacity: .3;
    z-index: 1
}

.slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slick-slide iframe {
    position: relative;
    pointer-events: none
}

.slick-slide figure {
    position: relative;
    height: 100%
}

.slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .8s ease
}

.slick-slide .slide-image.show {
    opacity: 1
}

.slick-slide .image-entity {
    width: 100%;
    height: auto;
    opacity: 0
}

.slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%
}

.slick-slide .slide-media {
    -webkit-animation: slideOut .4s cubic-bezier(.4, .29, .01, 1);
    animation: slideOut .4s cubic-bezier(.4, .29, .01, 1)
}

.slick-slide.slick-active {
    z-index: 1
}

.slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(.4, .29, .01, 1);
    animation: slideIn 2.4s cubic-bezier(.4, .29, .01, 1)
}

.slick-slide.slick-active .caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s
}

.caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.slick-dots {
    text-align: center;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.slick-dots li {
    display: inline-block;
    vertical-align: top
}

.slick-dots li button {
    width: 30px;
    height: 2px;
    margin: 5px 7px;
    border: 0 solid #fff;
    background: #adacaa;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    text-indent: -999em;
    cursor: pointer
}

.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover {
    opacity: 1
}

.slick-dots li.slick-active button {
    opacity: 1;
    background: #fff
}

@-webkit-keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px)
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px)
    }
}

@keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px)
    }
}

.hldblock video {
    width: 100%
}

#instagaram .cell img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
    -o-object-fit: cover
}

.menu-wrapper .menuamayaah .social {
    display: inline-block
}

.menu-wrapper .menuamayaah .social .insta {
    border-left: 0;
    padding-left: 0
}

@media screen and (max-width:1023px) {
    .menu-wrapper .menuamayaah .social p {
        margin-bottom: 0
    }
}

@media screen and (min-width:640px) and (max-width:1020px) {
    #instagaram .cell img {
        width: 25vw;
        height: 20vw;
        object-fit: cover;
        -o-object-fit: cover
    }
}

@media (max-width:639px) {
    #instagaram .cell img {
        width: 34vw;
        height: 24vw;
        object-fit: cover;
        -o-object-fit: cover
    }
}

.reveal {
    max-width: 800px;
    width: 100%;
    background-color: transparent !important;
}

.reveal-overlay {
    background-color: rgba(9, 9, 9, 0.8);
}

.close-button {
    color: #fff;
}

.close-button:hover {
    color:
        #aca9a9;
}


.form-error {
    display: block;
}


.btn-outline {
    text-transform: uppercase;
    color: #000;
    font-family: optimusprincepssemiboldRg, arial;
    font-size: 15px;
    margin-bottom: .5rem;
    text-align: left;
    letter-spacing: .2rem;
    color: #8a8a8a;
    border: 1px solid #8a8a8a;
    padding: 5px 10px;
    font-size: .75rem;
    cursor: pointer;
}

.enquiry-modal {
    background-color: #fff !important;
    padding: 2rem !important;
    max-width: 700px;
}

.enquiry-modal .input-group {
    flex-direction: column;
}

.enquiry-modal .button {
    margin: 0;
}

.enquiry-modal label {
    width: 100%;
    font-size: .9rem;
    font-weight: 300;
}

.enquiry-modal .close-button {
    color: #000;
    right: 0;
    top: -5px;
    font-size: 2rem;
    font-weight: 300;
    height: auto;
}

.enquiry-modal .heading {
    position: relative;
}

.enquiry-modal #activity {
    padding: .4rem .4rem;
}



@media (max-width:639px) {
    .roomcatg {
        margin-bottom: 3rem;
    }

    .rooms .owl-carousel {
        margin-bottom: 2rem;

    }

    .holiday .hldblock {
        margin-bottom: 2rem;
    }

    .amenities ul li {
        margin-bottom: 1rem;
    }
    .galleryhead{
        margin-top: 0;
    }
}

.activity .hldblock article ol{
    margin-left: 1rem
}

.activity .hldblock article ol li{
font-size: .89rem;
}

.activity .mb0{
    margin: 0!important;
}





@media only screen and (min-device-width : 1024px) and (max-device-width : 1180px) {
.menu-wrapper a{
    padding: 0 7px;
}
}


.testimonial_srction  ul{
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_srction  ul li{
    margin-right: 10px;
}

.testimonial_srction  ul img{
    width: 25px!important;
}

.testimonial_srction p:last-child{
    margin-top: 1rem;
}