html {
    font-family: "candara", "Roboto", sans-serif;
}

@-webkit-keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px;
    }

    65% {
        width: 150px;
        height: 150px;
    }
}

@keyframes loader {
    0%,10%,100% {
        width: 80px;
        height: 80px;
    }

    65% {
        width: 150px;
        height: 150px;
    }
}

@-webkit-keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loaderBlock {
    0%,30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes loaderBlockInverse {
    0%,20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.page-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;
}

.page-preloader-cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.page-preloader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
    background-color: #1c9e31;
}

.page-preloader span:nth-child(1) {
    top: 0;
    left: 0;
}

.page-preloader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.page-preloader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.page-preloader span:nth-child(4) {
    bottom: 0;
    right: 0;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: -999em;
    overflow: hidden;
    width: 51px;
    height: 51px;
    z-index: 999;
    border: none;
    text-align: center;
}

#toTop:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 100%;
    margin: 14px 0 0 0;
    font-size: 24px;
    content: "arrow_upward";
}

hr.tm_pb_module:before {
    content: "";
    width: 80px;
    height: 0px;
    border-top-color: #c3c3c3;
    border-top-width: 1px;
    border-top-style: solid;
    position: absolute;
    left: 0;
    top: 0;
}

.had-container {
    padding-top: 60px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    z-index: 999;
    border: none;
    text-align: center;
    color: #ffffff;
}

#toTop span {
    padding-top: 10px;
    display: block;
}

.center-auto {
    margin: 0 auto;
}

.inline {
    display: inline-block;
}

.ucase {
    text-transform: uppercase;
}

.small {
    font-size: small;
}

hr.tm_pb_module.tm_pb_space.tm_pb_divider.tm_pb_divider_1 {
    border: none;
    height: 1px;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 12px;
}

.row {
    margin-left: -.75rem;
}

.row ul li.col {
    margin-bottom: 15px;
    vertical-align: top;
}

:focus {
    outline: none;
}

#top-menu nav {
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 100;
    height: initial;
    line-height: initial;
}

#top-menu nav.navtop {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #e2e2e2;
}

nav .button-collapse i {
    color: black;
}

nav .brand-logo {
    /* display: none; */
    padding-bottom: 8px;
}

.fb img {
    margin-top: 35px;
    margin-right: 4px;
}

nav .brand-logo span {
    font-size: 16px;
    display: block;
}

nav ul a span {
    position: absolute;
    bottom: -11px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

nav ul li a {
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #212121;
}

nav ul li a i {
    top: 14px;
}

nav ul li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.pym {
    height: 0px;
    overflow: hidden;
/* width: 13px; */
}

img.impy {
    height: 34px;
    position: relative;
    top: 7px;
    margin-left: 10px;
}

.click-payment {
    font-weight: initial;
    font-size: small;
    display: inline-block;
    vertical-align: top;
    color: #292828;
    padding-top: 9px;
    padding-left: 12px;
position: relative;}

.side-nav ul {
    clear: both;
}

.side-nav img {
    max-width: 100%;
}

.top-head {
    padding: 20px;
}

.side-nav ul li span {
    top: -9px;
    left: initial;
    right: 34px;
}

.side-nav {
    max-width: 270px;
    right: 0;
}
/* homepage banner */
.homepage-banner img {
    max-height: 100%;
    height: 100%;
    width: initial;
    max-width: initial;
}
/* !homepage banner */
.homepage-banner .img-wrapper {
    height: 100%;
}

.box-info .item.contact {
    width: 28%;
}

.box-info .icon {
    display: inline-block;
    margin-right: 5px;
    /* height: 28px; */
}

.box-info .label {
    font-size: 1.25em;
    margin-left: 110px;
}

.box-info .label span {
    display: block;
    line-height: 1.3;
}

ul#nav-mobile {
    padding-top: 32px;
    margin-bottom: 15px;
}

ul#nav-mobile i {
    top: 0;
    height: initial;
    line-height: initial;
    color: #afafaf;
}

.cont-section {
    padding: 30px 0.9375rem;
}

.sec-subtitle-cont {
    min-height: 82px;
    padding-top: 25px;
}

h5.sec-subtitle, .sec-subtitle-white {
    color: #4E4E4E;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-top: 10px;
    margin: 0;
}

.sec-subtitle-white {
    color: #ffffff;
}

.sec-subtitle span {
    display: block;
}

.cost {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 30px;
    margin-top: 10px;
}

span.currency {
    color: #34A033;
    font-size: 1.5rem;
}

.cost span.price {
    font-size: 2.9rem;
    color: #34A033;
    position: relative;
    top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.dotted-line-bot {
    border-bottom: 1px dashed #BCCDD7;
}

.dotted-line-rig {
    border-right: 1px dashed #BCCDD7;
}

.dotted-line-top {
    border-top: 1px dashed #BCCDD7;
}

p, li {
    display: block;
    color: #151515;
    font-size: 1.1rem;
    line-height: initial;
}

.vcenter {
    justify-content: center;
}

.cont-section li {
    position: relative;
    padding: 4px 0 4px 0;
}
/* .cont-section li:before {
    display: inline-block;
    content: '';
    width: 45px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
	background: rgba(125,125,125,0.7);
} */
.whitesmoke {
    background-color: #e2e2e2;
}

.cont-section .content {
    padding-left: 3%;
    padding-right: 3%;
}

.cont-section.highlight {
    background-color: #339f32;
    color: whitesmoke;
    padding: 30px 0.9375rem;
}

.cont-section.highlight .row .col.s12 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.cont-section.highlight .row {
    margin-bottom: 0;
}

.highlight p {
    color: whitesmoke;
}

.sec-title, .sec-title-w {
    color: #292828;
    margin-bottom: 10px;
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.sec-title-w {
    color: white;
}

.homepage-amenities .sec-title {
    margin-bottom: 30px;
}

/* home info */
.box-info {
    padding-bottom: 0;
    max-width: 1200px;
    width: 80%;
}

.row.box {
    margin-bottom: 0;
}

.box-info .box .content {
    background-color: #339F32;
    margin-top: -6%;
    position: relative;
    z-index: 1;
    padding: 20px 0 0;
    color: rgba(255, 255, 255, 0.8);
    overflow: auto;
}

.box-info .title-icon {
    vertical-align: middle;
    text-align: center;
    float: left;
}

.box-info .title {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 110px;
    font-family: "Candarabold", sans-serif;
}

.box-info .item {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 5px;
    vertical-align: top;
}

.box-info a {
    color: inherit;
    overflow-wrap: break-word;
}

.box-info .item.email {
    width: 38%;
    padding-right: 20px;
}

.box-info .row .col.m4.resortsHours {
    max-width: 20%;
    margin-left: 3%;
}

.box-info .col.s12.m4.officeHours {
    width: 31%;
    margin-left: 3%;
}

.box-info .col.s12.m6.item.address {
    width: 41%;
    margin-left: 2%;
}

.box-info .col.s12.m6.item.contact {
    width: 54%;
    margin-left: 3%;
}

.box-info .officeHours {
    background-color: #565656;
}

.box-info .resortsHours {
    background-color: #757474;
}

.box-info .officeHours, .box-info .resortsHours {
    text-align: center;
    text-transform: uppercase;
    font-family: "candarabold", sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.box-info .officeHours .title-icon, .box-info .resortsHours .title-icon {
    display: inline-block;
    vertical-align: middle;
}

.box-info .officeHours .title, .box-info .resortsHours .title {
    font-size: 1.3rem;
    color: white;
    margin-left: 0;
}

.box-info .officeHours .label, .box-info .resortsHours .label {
    margin-left: initial;
    display: inline-block;
}

.box-info .item.address {
    padding-left: 20px;
}

.homepage-rates .row {
    margin-bottom: 0;
}

.homepage-rates .col {
    min-height: 180px;
}
/* home amenities */
.homepage-amenities {
    padding-bottom: 10px;
}

.homepage-amenities .title-icon .icon {
    margin-right: 10px;
}
/* other amenities */
.homepage-amenities.others .icon {
    margin-right: 20px;
    width: 95px;
    height: 95px;
    overflow: hidden;
    /* border-radius: 50%; */
    min-width: 95px;
    min-height: 95px;
    margin: 0;
    margin-right: 20px;
}

.homepage-amenities.others .icon img {
    max-height: 100%;
    display: block;
}

ul#other-amenities-ul li.col {
    max-width: 380px;
}
.title h3, .title h6 {font-size: inherit;margin: 0;}
.title h6 {font-size: small;font-family: 'Roboto', sans-serif;padding-top: 6px;}
/* #otherAmenitiesUl li:last-child {
    display: none;
} */

ul#other-amenities-ul {
    margin: 0 auto;
    max-width: 1100px;
}

.homepage-location .icon {
    margin-right: 10px;
}

ul.ul-bullet {
    margin-left: 15px;
    margin-right: 15px;
}

.ul-bullet li {
    padding-left: 30px !important;
    position: relative;
}

.ul-bullet li p {
    margin-top: 0;
}

.ul-bullet li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #7fc27f;
    position: absolute;
    left: 5px;
    top: 9px;
}

.box-gray {
    max-width: initial;
    background-color: #757474;
    margin-left: 35px;
}

.box-gray li {
    color: white;
    font-size: 1.1rem;
}

.box-gray ul {
    padding: 20px;
    margin: 0;
    position: relative;
    margin-top: 7px;
}

.box-gray ul:before {
    content: "";
    position: absolute;
    bottom: 15%;
    left: -24px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 25px solid #757474;
}
/* guest review */
.withbg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.homepage-guest-reviews .content {
    position: relative;
}

.homepage-guest-reviews h3 {
    color: whitesmoke;
}

.homepage-guest-reviews {
    background-image: url(../img/bg-review.png);
    position: relative;
    background-color: black;
}

.guest-content {
    color: #f5f5f5;
    padding-top: 30px;
}

.guest-name {
    font-size: 1.2em;
    line-height: .9em;
}

.guest-photo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.guest-photo img {
    width: 100%;
}

.guest-comment {
    min-height: 60px;
    margin-bottom: 10px;
}

.ratings {
    color: rgba(245, 245, 245, 0.6);
}

.homepage-guest-reviews .slick-initialized .slick-slide {
    height: initial;
}
/* gallery  */
.gallery .item .album {
    position: absolute;
    z-index: 10;
    background-color: #0a6511;
    color: white;
    padding: 5px 11px;
    top: 13px;
    text-transform: uppercase;
    font-size: .8em;
}

.gallery .item .img-wrap {
    position: absolute;
    top: .5rem;
    left: .25rem;
    bottom: 0;
    right: .25rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: whitesmoke;
}

.gallery .item {
    position: relative;
}

.gallery .item .img-wrap img {
    max-height: 100%;
}

.gallery .box-white img {
    max-width: 100%;
    width: initial;
}

.gallery .item .img-wrap a {
    display: block;
}

/* magnify  */
.click-magnify {
    position: relative;
    cursor: pointer;
}

.click-magnify .magnify-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.click-magnify i {
    color: white;
}

.click-magnify .magnify-wrap a {
    opacity: 0;
    color: lightgreen;
    pointer-events: none;
}

.click-magnify .magnify-wrap:hover {
    background-color: rgba(0, 0, 0, 0.61);
}

.click-magnify .magnify-wrap:hover a {
    opacity: 1;
    pointer-events: none;
}

/* about us */
.other-amenities-ul .icon img {
    height: 100%;
}

.other-amenities-ul .icon {
    margin: 20px;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100px;
}

.other-amenities-ul .title {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #4E4E4E;
}

/* contact us */
.contact-us .box-info {
    width: initial;
    margin-top: 20px;
}

.contact-us .box-info .content {
    margin-top: 0;
}

.c-info li {
    margin-bottom: 20px;
}

.c-info li a {
    color: black;
}
/* footer */
footer {
    background-color: whitesmoke;
    padding-bottom: 40px;
    padding-top: 30px;
}

footer .cont-section ul li {
    display: inline-block;
    padding: 0 10px;
}

footer .cont-section ul li:before {
    display: none;
}

footer .cont-section {
    padding-bottom: 10px;
}

footer a {
    color: rgb(133, 129, 125);
}

footer ul li span {
    display: none;
}