﻿@font-face {
    font-family: 'AvenirBlack';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirBlack'), url('Fonts/AvenirLTStd-Black.woff') format('woff');
}


@font-face {
    font-family: 'AvenirBook';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirBook'), url('Fonts/AvenirLTStd-Book.woff') format('woff');
}


@font-face {
    font-family: 'AvenirHeavy';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirHeavy'), url('Fonts/AvenirLTStd-Heavy.woff') format('woff');
}


@font-face {
    font-family: 'AvenirLight';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirLight'), url('Fonts/AvenirLTStd-Light.woff') format('woff');
}


@font-face {
    font-family: 'AvenirMedium';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirMedium'), url('Fonts/AvenirLTStd-Medium.woff') format('woff');
}


@font-face {
    font-family: 'AvenirRoman';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirRoman'), url('Fonts/AvenirLTStd-Roman.woff') format('woff');
}


@font-face {
    font-family: 'AvenirBlackOblique';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirBlackOblique'), url('Fonts/AvenirLTStd-BlackOblique.woff') format('woff');
}


@font-face {
    font-family: 'AvenirBookOblique';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirBookOblique'), url('Fonts/AvenirLTStd-BookOblique.woff') format('woff');
}


@font-face {
    font-family: 'AvenirHeavyOblique';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirHeavyOblique'), url('Fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
}


@font-face {
    font-family: 'AvenirLightOblique';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirLightOblique'), url('Fonts/AvenirLTStd-LightOblique.woff') format('woff');
}


@font-face {
    font-family: 'AvenirMediumOblique';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirMediumOblique'), url('Fonts/AvenirLTStd-MediumOblique.woff') format('woff');
}


@font-face {
    font-family: 'AvenirOblique';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirOblique'), url('Fonts/AvenirLTStd-Oblique.woff') format('woff');
}

@font-face {
    font-family: 'LibreCaslonText';
    font-style: normal;
    font-weight: normal;
    src: local('LibreCaslonText'), url('Fonts/LibreCaslonText-Italic.ttf') format('truetype');
}

html {
    height: 100%;
    min-width: 320px;
    background-color: #242424;
}

body {
    height: 100%;
    font-family: 'AvenirLight';
    margin: 0;
    padding: 0;
}

form {
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input, button {
    font-family: inherit;
    border: 0 none;
    -webkit-appearance: none;
    border-radius: 0;
}

input, textarea, select {
    outline: none;
}

    input[type=button], input[type=submit], button, input[type=reset] {
        cursor: pointer;
        background: none;
    }

    input[type=text], input[type=password], input[type=email], input[type=date], input[type=tel] {
        width: 13vw;
        height: 2vw;
        padding: 0.4vw 1vw;
        color: #fff;
        border: 1px solid #fff;
        background-color: inherit;
        font-size: 16px;
        font-family: Calibri;
    }

textarea {
    width: 28.4vw;
    height: 2vw;
    padding: 0.4vw 1vw;
    font-family: Calibri;
    color: #fff;
    resize: none;
    border: 1px solid #fff;
    background-color: inherit;
    font-size: 14px;
}

select, option {
    font-family: inherit;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.margin-20 {
    height: auto;
    overflow: hidden;
    margin: 20px;
}

.marginB-20 {
    margin-bottom: 20px;
}

.marginT-60 {
    margin-top: 60px;
}

/*Generic classes*/
.inner {
    width: 70%;
    max-width: 1600px;
    margin: auto;
}

@media only screen and (max-width : 1355px) {
    .inner {
        width: 75%;
    }
}

@media only screen and (max-width : 1180px) {
    .inner {
        width: 80%;
    }
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.alpha60 {
    background: rgb(0, 0, 0) transparent !important;
    background: rgba(0, 0, 0, 0.6) !important; /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000, GradientType=0);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
}

.loading {
    margin: auto;
    position: relative;
    left: 45%;
    top: 45%;
}

.clear {
    clear: both;
}

.disabled {
    cursor: default !important;
}

.trnsm {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.trnsmS {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}

.bg {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footerInfoHolder a:hover {
    color: #e9e9e9
}

.animate {
    transform: translate3d(45vw, 0, 0px);
}

/*menu*/
.menu-viewPort {
    color: #ffffff;
    position: fixed;
    z-index: 0;
    top: 30px;
    left: 0;
    height: 90%;
}

html.openMenu .menu-viewPort {
}

.menu-viewPort .menu {
    overflow: hidden;
    min-height: 350px;
    height: 100%;
}

    .menu-viewPort .menu ul {
        margin-top: 10px;
    }

        .menu-viewPort .menu ul li {
            font-family: 'AvenirRoman', sans-serif;
        }

            .menu-viewPort .menu ul li.childs {
                margin-left: 10px;
            }

    .menu-viewPort .menu a {
        display: block;
        position: relative;
        padding: 0 0 5px 45px;
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: none;
        color: #929292;
    }

@media only screen and (max-width : 500px) {
    .menu-viewPort .menu a {
        font-size: 10px;
    }
}

.menu-viewPort .menu a:hover {
    color: #ffffff;
}

.menu-viewPort .menu a.selected {
    color: #ffffff;
}

.lgLi {
    height: 25px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.leftLbl {
    width: 2px;
    float: left;
    margin: 0 10px;
}

.leftA {
    float: left;
    margin: 0 5px;
    display: block;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-right: 10px !important;
}

/*content Container*/
.content-viewPort {
    position: relative;
    z-index: 9;
    height: 100%;
    width: 100%;
}

    .content-viewPort .viewPort {
        background: #ffffff;
        position: relative;
    }

        .content-viewPort .viewPort .menuBtn {
            max-width: 90px;
            min-width: 55px;
            width: 20%;
            cursor: pointer;
            font-family: AvenirBook;
            z-index: 999;
            position: fixed;
            left: 20px;
            top: 25px;
        }

        .content-viewPort .viewPort .header {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 5;
            background-color: #fff;
            padding: 10px 25px 5px;
            width: calc(100% - 50px);
        }

            .content-viewPort .viewPort .header .logo {
                margin-left: calc(50% - 120px);
            }

            .content-viewPort .viewPort .header .btns {
                /*cursor: pointer;*/
                margin-top: 25px;
                width: 260px;
            }

                .content-viewPort .viewPort .header .btns .bookNow {
                    height: 30px;
                    margin-left: 10px !important;
                }

                .content-viewPort .viewPort .header .btns .safeEnv {
                    height: 30px;
                    cursor: auto;
                }

@media only screen and (max-width : 1000px) {

    .content-viewPort .viewPort .header {
        padding: 5px 10px;
        width: calc(100% - 20px);
    }

        .content-viewPort .viewPort .header .btns {
            margin-top: 10px;
            width: 100px;
        }

            .content-viewPort .viewPort .header .btns .bookNow {
                height: 25px;
                margin-bottom: 10px !important;
            }

            .content-viewPort .viewPort .header .btns .safeEnv {
                height: 25px;
            }

        .content-viewPort .viewPort .header .logo {
            margin-left: calc(50% - 75px);
        }

            .content-viewPort .viewPort .header .logo img {
                width: 150px;
                margin-top: 15px;
            }

    .content-viewPort .viewPort .menuBtn {
        width: 70px;
    }
}

@media only screen and (max-width : 500px) {
    .content-viewPort .viewPort .header .btns {
        margin-top: 15px;
        width: 100px;
    }

        .content-viewPort .viewPort .header .btns .bookNow {
            height: 20px;
            margin-bottom: 10px !important;
        }

        .content-viewPort .viewPort .header .btns .safeEnv {
            height: 20px;
        }

    .content-viewPort .viewPort .header .logo {
        margin-left: calc(50% - 60px);
    }

        .content-viewPort .viewPort .header .logo img {
            width: 120px;
            margin-top: 20px;
        }

    .content-viewPort .viewPort .menuBtn {
        width: 50px;
    }
}

@media only screen and (max-width : 380px) {
    .content-viewPort .viewPort .header .btns {
        margin-top: 20px;
        width: 80px;
    }

        .content-viewPort .viewPort .header .btns .bookNow {
            height: 17px;
            margin-bottom: 10px !important;
        }

        .content-viewPort .viewPort .header .btns .safeEnv {
            height: 17px;
        }

    .content-viewPort .viewPort .header .logo {
        margin-left: calc(50% - 50px);
    }

        .content-viewPort .viewPort .header .logo img {
            width: 100px;
            margin-top: 25px;
        }

    .content-viewPort .viewPort .menuBtn {
        width: 40px;
    }
}

html .content-viewPort.openMenu {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

html .viewPort {
    -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 0.9);
    transition: all 400ms cubic-bezier(0.8, 0, 0.2, 0.9);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

html.openMenu .content-viewPort {
    overflow: hidden;
}

    html.openMenu .content-viewPort .viewPort {
        -webkit-transform: rotateY(-35deg) translateX(250px);
        transform: rotateY(-35deg) translateX(250px);
        box-shadow: 0 35px 50px #000000
    }

html.openMenu .btnRetry {
    display: none;
}

html.openMenu .popUpContainer {
    display: none;
}

/*homePage*/
.wrapper-container {
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    top: 90px;
}

    .wrapper-container .mainBanner {
        width: 100%;
        min-height: 160px;
    }

        .wrapper-container .mainBanner .ms-bullets.ms-dir-h {
            width: 250px !important;
        }

    .wrapper-container #roomInfoLoader {
        display: block;
        margin: auto
    }

    .wrapper-container .ttlHm {
        font-family: AvenirBook;
        font-weight: bold;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .wrapper-container .descHm, .wrapper-container .descHm p{
        font-family: AVENIRlIGHT;
        text-align: justify !important;
        font-size: 14px;
        margin-top: 15px;
    }

    .wrapper-container .docList {
        margin-bottom: 20px;
    }

        .wrapper-container .docList a {
            display: block;
            width: 100%;
            margin-bottom: 10px;
            float: left;
            font-size: 13px;
            color: #616161;
            text-decoration: underline;
        }

    .wrapper-container .roomPhotosDesc {
        overflow: hidden;
        margin-top: 30px;
    }

        .wrapper-container .roomPhotosDesc .roomPhotoDesc {
            width: 16%;
            float: left;
        }

            .wrapper-container .roomPhotosDesc .roomPhotoDesc .caption {
                font-size: 13px;
                color: #000;
                text-align: center;
                height: 38px;
            }


@media only screen and (max-width : 1000px) {
    .wrapper-container .roomPhotosDesc .roomPhotoDesc {
        width: 20%;
    }
}

@media only screen and (max-width : 750px) {
    .wrapper-container .roomPhotosDesc .roomPhotoDesc {
        width: 25%;
    }
}

@media only screen and (max-width : 550px) {
    .wrapper-container .roomPhotosDesc .roomPhotoDesc {
        width: 33.3%;
    }
}

@media only screen and (max-width : 450px) {
    .wrapper-container .roomPhotosDesc .roomPhotoDesc {
        width: 50%;
    }
}

.wrapper-container .roomPhotosDesc .roomPhotoDesc img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.wrapper-container .gallerySection {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.owl-nav {
    position: relative;
    margin-top: -175px;
}

    .owl-nav .owl-prev {
        float: left;
    }

    .owl-nav .owl-next {
        float: right;
    }


.wrapper-container .articleBanner {
    width: 100%;
    height: auto;
    overflow: hidden;
}


    .wrapper-container .articleBanner .ms-bullets.ms-dir-h{
        width:250px !important;
    }

    .wrapper-container .gallerySection .articleGallery {
        display: none;
    }

.wrapper-container .gallerySection.visible .articleGallery {
    display: block;
}

.wrapper-container .articleGallery {
    width: 100%;
    float: left;
    cursor: pointer;
}

    .wrapper-container .articleGallery .imgCell {
        width: 100%;
        margin: auto;
        max-width: 223px;
    }

        .wrapper-container .articleGallery .imgCell img {
            max-width: 223px;
            width: 100%;
            display: block;
            margin: auto;
        }

        .wrapper-container .articleGallery .imgCell .overlay {
            position: absolute;
            background-color: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            top: 100%;
            max-width: 223px;
            top: 0;
        }

        .wrapper-container .articleGallery .imgCell .roomCellTitle {
            opacity: 1;
            text-align: center;
            color: #fff;
            font-size: 20px;
            position: absolute;
            top: 30%;
            padding: 0 10px;
            width: calc(100% - 20px);
            font-family: 'AvenirLight'
        }

.logoBannerBook {
    top: -39px;
    margin: auto auto auto auto !important;
}

.bookNow {
    top: -39px;
    margin: auto auto auto auto !important;
}

.appsStores {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}

    .appsStores img {
        max-height: 45px;
        margin-right: 25px;
        float: left;
    }

@media only screen and (max-width : 500px) {
    .appsStores img {
        margin-right: 0px;
        clear: both;
        display: block;
        margin-bottom: 10px;
    }

    .appsStores .storesLinks {
    }
}

.contentSection .info {
    margin-top: 40px;
    margin-bottom: 50px;
    float: left;
}

    .contentSection .info .title {
        margin-bottom: 20px;
        text-align: center;
        font-size: 30px;
    }

    .contentSection .info .desc {
        text-align: justify;
        font-size: 18px
    }

.contentSection .homeBanner {
    float: left;
    width: 100%;
    height: auto;
}

.ms-slide-layers {
    display: table;
    height: 100% !important;
}

    .ms-slide-layers .ms-anim-layers {
        display: table-cell;
        vertical-align: middle;
    }

.ms-bullet {
    background: none;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: block !important;
}

.ms-bullet-selected {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

.ms-slide #toPlayDiv {
    width: 50%;
    margin: auto;
}

#videosRow.ms-slide {
    background-color: #000000;
}

@media screen and (max-width : 1450px) {
    .ms-slide #toPlayDiv {
        width: 70%;
    }
}

@media screen and (max-width : 800px) {
    .ms-slide #toPlayDiv {
        width: 80%;
    }
}

@media screen and (max-width : 600px) {
    .ms-slide #toPlayDiv {
        width: 90%;
    }
}

@media screen and (max-width : 500px) {
    .ms-slide #toPlayDiv {
        width: 100%;
    }
}
/*special offers*/
.wrapper-container .specialOffers {
}

    .wrapper-container .specialOffers .spOffersSection {
    }

        .wrapper-container .specialOffers .spOffersSection .spoCell {
            overflow: hidden;
            background-color: #f8f8f8;
        }

.specialOffers .spOffersSection .spoCell .infoContainer {
    float: left;
    display: block;
    position: relative;
    width: 60%;
    color: rgb(0, 0, 0); /*rgb(130, 143, 154);*/
    font-family: AvenirLight;
    overflow: hidden;
    font-size:14px;
}

    .specialOffers .spOffersSection .spoCell .infoContainer .spoTitle {
        font-size: 25px;
        margin-bottom: 10px;
        float: left;
        font-family: AvenirRoman;
        font-weight: bold;
    }

    .specialOffers .spOffersSection .spoCell .infoContainer .spoSDesc {
        float: left;
        clear: both;
        margin-bottom: 20px;
    }

    .specialOffers .spOffersSection .spoCell .infoContainer .spoLDesc {
        display: none;
        float: left;
        clear: both;
        font-family: AvenirLight;
        margin-bottom: 20px;
    }

    .specialOffers .spOffersSection .spoCell .infoContainer .spoNav {
        clear: both;
        position: relative;
        bottom: 0px;
    }

        .specialOffers .spOffersSection .spoCell .infoContainer .spoNav a {
            padding: 10px 20px;
            border-radius: 2px;
            font-size: 15px;
            line-height: 43px;
            text-transform: lowercase;
            cursor: pointer;
            color: rgb(255, 255, 255);
            transition: background-color 200ms, color 200ms;
            background: #000;
        }

.specialOffers .spOffersSection .spoCell .imgContainer {
    overflow: hidden;
    float: right;
}

.specialOffers .spOffersSection .spoCell.leftimg .imgContainer {
    float: left;
    margin-right: 30px;
}

.specialOffers .spOffersSection .spoCell .imgContainer .spoImg {
}

@media only screen and (max-width : 800px) {
    .specialOffers .spOffersSection .spoCell .infoContainer {
        clear: both;
        margin: auto;
        float: none;
        margin-top: 20px;
        width: 100%;
        text-align: justify;
    }

    .specialOffers .spOffersSection .spoCell .imgContainer {
        clear: both;
        margin: auto !important;
        float: none !important;
        text-align: center;
    }

    .specialOffers .spOffersSection .spoCell .infoContainer .spoNav a {
        width: 120px;
        text-align: center;
        height: 38px;
        display: block;
        margin: auto;
        line-height: 38px;
        padding: 0;
    }
}

.divBooking {
    width: 100%;
    background-color: #e0e0e0;
    padding: 50px 0;
    text-align: center;
    color: #000;
    display: table;
}

    .divBooking .title {
        font-size: 20px;
        font-family: 'AvenirBook';
        margin-bottom: 30px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .divBooking .whybook {
        width: 25%;
        text-align: center;
        float: left;
        display: block;
    }

        .divBooking .whybook img {
            width: 35%;
        }

        .divBooking .whybook .lbl {
            font-size: 14px;
        }

@media screen and (max-width : 700px) {
    .divBooking .whybook img {
        width: 50%;
    }
}

@media screen and (max-width : 550px) {
    .divBooking .whybook {
        width: 100%;
    }

        .divBooking .whybook img {
            width: 30%;
        }
}


/*footer*/
.footer {
    width: 100%;
    min-height: 240px;
    overflow: hidden;
    padding-top: 130px;
    background-color: #fff;
}

    .footer .topFooter {
        text-align: center;
        background-color: #fff;
        padding-bottom: 20px;
    }

        .footer .topFooter .topTtl {
            font-size: 20px;
            text-transform: uppercase;
            padding-bottom: 5px;
            font-family: 'AvenirBook';
            font-weight: bold;
        }

        .footer .topFooter .divFollow {
            font-size: 15px;
            font-family: 'AvenirBook';
            padding-bottom: 15px;
        }

        .footer .topFooter .socialMedia img {
            height: 40px;
            padding: 10px 20px;
        }

    .footer .footerInfoHolder {
        background-color: #436e72;
        padding: 20px 30px;
        text-align: center;
        color: #ffffff;
        font-size: 13px;
    }

        .footer .footerInfoHolder .lbl {
            position: relative;
            top: -5px;
        }


@media screen and (max-width : 700px) {
    .footer .topFooter .topTtl {
        font-size: 20px;
    }

    .footer .topFooter .divFollow {
        font-size: 15px;
    }
}


/*contact form*/
.wrapper-container .contact {
    margin: 20px 0;
    overflow: hidden;
    padding: 25px;
    background-color: rgb(249, 249, 249);
    margin-bottom: 50px;
}

    .wrapper-container .contact .inputCell {
        width: 47%;
        float: left;
        margin-bottom: 15px;
        overflow: hidden;
        margin-right: 2%;
    }

        .wrapper-container .contact .inputCell .inputLbl {
            font-size: 20px;
            margin-bottom: 10px;
            float: left;
        }

        .wrapper-container .contact .inputCell .inputTxt {
            width: 100%;
            height: 35px;
            border: none;
            background-color: rgb(255, 255, 255);
            color: #000000;
            font-size: 17px;
        }

        .wrapper-container .contact .inputCell .inputTxtArea {
            width: 100%;
            height: 140px;
            border: none;
            color: rgb(0, 0, 0);
            font-size: 17px;
            background-color: rgb(255, 255, 255);
        }

    .wrapper-container .contact .sendEmailbutton {
        margin-top: 15px;
        width: 135px;
        text-align: center;
        display: block;
        padding: 0px 20px;
        height: 39px;
        border-radius: 2px;
        background: #364856;
        font-size: 20px;
        color: #fff;
        float: right;
        line-height: 2;
        cursor: pointer;
    }

        .wrapper-container .contact .sendEmailbutton.disabled {
            background-color: #d2d2d2 !important;
        }

@media only screen and (max-width : 750px) {
    .wrapper-container .contact .inputCell {
        width: 100%;
    }
}


/*gallery*/
.galleryPhotos {
    overflow: hidden;
}

    .galleryPhotos .imgCell {
        width: 18%;
        height: 220px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        float: left;
        margin: 15px 1%;
    }

@media only screen and (max-width : 995px) {
    .galleryPhotos .imgCell {
        width: 23%
    }
}

@media only screen and (max-width : 780px) {
    .galleryPhotos .imgCell {
        width: 31%
    }
}

@media only screen and (max-width : 520px) {
    .galleryPhotos .imgCell {
        width: 48%
    }
}

@media only screen and (max-width : 370px) {
    .galleryPhotos .imgCell {
        width: 100%;
        margin: 15px 0%;
    }
}

.formParent {
    max-width: 1000px;
    margin-bottom: 30px;
    color: #000;
    overflow: hidden;
    padding-top: 5px;
    margin-top: 90px;
}

    .formParent .formTitle {
        text-align: center;
        margin-bottom: 30px;
        width: 50%;
        margin: auto;
    }

    .formParent .contactFormTtl {
        padding: 5px;
    }

    .formParent .formTitle .lblFormTitle {
        color: rgb(0, 0, 0);
        padding: 5px;
        margin: auto;
        font-weight: bold;
        font-size: 20px;
    }

    .formParent .formCell {
        width: 49%;
        margin: 10px 0px;
    }

        .formParent .formCell.formCellContact {
            width: 100%;
            display: table;
        }

    .formParent.confFormParent .formCell {
        width: 100%;
        float: left;
        margin: 10px 0px;
    }

    .formParent .formCell .cellLabel {
        font-size: 13px;
    }

    .formParent .formCell .cellInput {
        width: 75%;
        height: 25px;
        border: 1px solid #ccc;
        color: #000;
        float: right;
        padding: 0;
        text-indent: 7px;
    }

    .formParent .formCell .cellTxtDate {
        width: 75%;
        height: 25px;
        border: 1px solid #ccc;
        float: right;
        color: #000;
        padding: 0;
        text-indent: 7px;
        background-image: url('../img/btn/btnCal.png');
        background-position: 95% center;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .formParent.confFormParent .formCell .cellTxtDate {
        width: 45%;
    }

    .formParent .formCell .phoneContainer .ddlSelect {
        float: left;
        width: 20%;
    }

    .formParent .formCell .phoneContainer .ddlInput {
        width: 75%;
        height: 25px;
        border: 1px solid #ccc;
        color: #000;
        float: right;
        padding: 0;
        text-indent: 7px;
        direction: rtl;
    }


    .formParent .formCell .ddlSelect {
        width: 75%;
        height: 25px;
        border: 1px solid #ccc;
        color: #000;
        float: right;
        padding: 0;
        text-indent: 7px;
        background-image: url('../img/btn/dwnArw.png');
        background-position: 95% center;
        background-repeat: no-repeat;
    }

        .formParent .formCell .ddlSelect .selected {
            width: 120%;
            height: 25px;
            background-color: transparent;
            outline: none;
        }

    .formParent .formCell .cellTxtArea {
        width: calc(100% - 2px);
        height: 85px;
        padding: 0;
        border: 1px solid #ccc;
        float: right;
        color: #000;
        text-indent: 7px;
        padding-top: 5px;
    }

    .formParent .cellMessage {
        float: right;
        margin-bottom: 20px;
    }

    .formParent .formCell .cellSubmitBtn {
        float: right;
        background-color: #000000;
        color: #ffffff;
        padding: 15px 40px;
        position: relative;
        cursor: pointer;
        margin-top: 25px;
    }

    .formParent .formCell .phoneContainer {
        width: 75%;
        float: right;
    }

        .formParent .formCell .phoneContainer .ddlSelect {
            width: 20%;
            float: left;
            height: 25px;
            border: 1px solid #ccc;
            color: #000;
            padding: 0;
            text-indent: 7px;
            overflow: hidden;
            border-radius: 0;
        }

            .formParent .formCell .phoneContainer .ddlSelect select {
                width: 120%;
                height: 27px;
                color: #000;
                border: 0;
                outline: 0;
                background: transparent;
                border-radius: 0;
            }

    .formParent .formCell .inputFood {
        width: 25%;
        float: left;
    }

    .formParent .formCell .food {
        width: 10px;
        height: 10px;
        margin: 0 5px 10px 0;
        -webkit-appearance: checkbox;
    }

@media screen and (max-width : 1000px) {
    .formParent .formCell {
        width: 100%;
    }
}

@media screen and (max-width : 900px) {
}

@media screen and (max-width : 700px) {
    .formParent .formTitle {
        width: 80%;
    }

    .formParent .formCell .inputFood {
        width: 50%;
    }

    .formParent .formCell .cellInput, .formParent .formCell .cellTxtArea, .formParent .formCell .cellTxtDate {
        width: calc(100% - 2px);
    }

    .formParent .formCell .phoneContainer, .formParent .formCell .cellLabel {
        width: 100%;
    }

        .formParent .formCell .phoneContainer .cellInput {
            width: 75%;
            float: right;
        }
}



@media screen and (max-width : 400px) {
    .formParent .formCell .phoneContainer select {
        width: 30%;
    }

    .formParent .formCell .inputFood {
        width: 100%;
    }
}

/*#region radio button & checkbox*/
.cbx input[type="checkbox"] {
    display: none;
}

    .cbx input[type="checkbox"] + label {
        font-size: 14px;
    }

        .cbx input[type="checkbox"] + label span {
            display: inline-block;
            width: 60px;
            height: 27px;
            margin: 0 10px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border: 2px solid #ccc;
            background-color: #ccc;
            background-image: url('../img/btn/btnNo.png');
        }

.cbx input[type="radio"]:checked + label span, input[type="checkbox"]:checked + label span {
    background-image: url('../img/btn/btnYes.png');
}

.cbx input[type="radio"] + label span, input[type="radio"]:checked + label span, input[type="checkbox"] + label span, input[type="checkbox"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}
/*#endregion radio button*/

.bgPopUps {
    max-width: 680px;
    width: 95%;
    display: none;
    height: auto;
}

    .bgPopUps .popups {
        max-width: 680px;
        height: auto;
        padding: 2px 0;
        margin: auto;
        text-transform: uppercase;
    }

.popups .close {
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 4px;
    top: 5px;
    float: right;
    cursor: pointer;
    color: #09D218;
    background-image: url('../img/btn/close.png');
    background-repeat: no-repeat;
    background-size: 20px;
}

.popups .popMessageTxt {
    font-size: 24px;
    text-align: center;
    color: rgb(0, 0, 0);
}

.popups .btnRetry {
    width: 80px;
    height: 25px;
    display: none;
    float: right;
    background-color: #ccc;
    color: #000;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 7px;
}

.width75 {
    width: 75%;
}

#btnToggle {
    display: block;
    cursor: pointer;
}

.bookContainer {
    width: 100%;
    /*height: 160px;*/
    padding: 10px 0 15px;
    text-align: center;
    background-color: #E8684D;
    display: block;
}

    .bookContainer a {
        display: block;
        cursor: pointer;
        width: fit-content;
        height: auto;
        margin: 0 10px;
        border: 1px solid #fff;
        background-color: #fff;
        color: #000;
        text-align: center;
        margin-top: 10px;
        padding: 5px 10px;
        text-transform: uppercase;
        /*float: left;*/
    }

        .bookContainer a.bookBtn {
            margin: auto;
            /*margin-left: calc(50% - 235px);*/
        }

.content-viewPort .viewPort .header .btns .bookNow {
    background-color: #E8684D;
    text-align: center;
    color: #fff;
    height: 18px;
    padding: 5px 10px;
}

@media screen and (max-width : 600px) {
    .bookContainer a.bookBtn {
        /*  margin-left: calc(50% - 150px);
        margin-right:15px;*/
    }

    .bookContainer a {
        /*width: 120px;*/
        font-size: 15px;
        margin: auto;
        padding-bottom:3px;
    }
}

.nosmoking-section {
    background-color: #3b666a;
    padding: 20px 0 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .nosmoking-section img {
        max-width: 85px;
    }

.blueRedSection, .healthSection {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.healthDiv {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    background-color: #e9684b;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

    .healthDiv .title {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .healthDiv .desc {
        font-size: 20px;
        max-width: 70%;
        margin: auto;
    }

.blueRedSection .link-section, .healthSection .link-section {
    width: 50%;
    float: left;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    display: block;
    cursor: pointer;
}

.blueRedSection .kopper-section {
    width: 100%;
    float: left;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    display: block;
    cursor: pointer;
}

    .blueRedSection .link-section img, .healthSection .link-section img {
        max-width: 85px;
        max-height: 85px;
    }

.blueRedSection .blue {
    background-color: #3c656b;
}

.healthSection .gray {
    background-color: #d6d3d0;
}

.blueRedSection .red, .healthSection .red {
    background-color: #ef6e4f;
}


.thankful-div {
    width: 100%;
    background-color: #608087;
    color: #fff;
    display: none;
    padding: 10px 0;
    text-align: center;
}

.inner-thankful {
    max-width: 100%;
    width: 750px;
    margin: auto;
}

.thankful-div .gif-img {
    float: left;
    margin-right: 30px;
}

    .thankful-div .gif-img img {
        height: 150px;
    }

.thankful-div .desc {
    text-align: left;
    padding-top: 20px;
    float: right;
    width: calc(100% - 180px);
    font-size: 22px;
}

    .thankful-div .desc label {
        font-size: 14px;
        font-family: AvenirLight;
    }

@media screen and (max-width : 750px) {
    .thankful-div .gif-img {
        float: none;
        width: 100%;
        text-align: center;
    }

    .inner-thankful {
        width: unset;
    }

    .thankful-div .gif-img img {
        height: 100px;
    }

    .thankful-div .desc {
        padding-top: 5px;
        text-align: center;
        float: none;
        width: 100%;
        font-size: 16px;
    }

        .thankful-div .desc label {
            font-size: 10px;
            font-family: AvenirLight;
        }
}

.blog-container{display:flex;flex-direction:column; clear:both;justify-content:space-between;justify-items:flex-start; align-items:start;margin-bottom:50px;}
    .blog-container img {
        max-width: 300px;
        height: auto;
        margin-right: 30px;
        margin-bottom:20px;

       
    }
    .blog-container .info {
      
    }
    .blog-container .info .title{
        margin-bottom:10px;
        font-weight:bold;
    }
        .blog-container .info .description {
            margin-bottom: 10px;
        }
        .blog-container .info .link {
           cursor:pointer;
           color:rgba(0, 0, 0, 0.6);
           font-size:15px;margin-bottom:20px;
        }

        @media screen and (max-width:500px){
            .blueRedSection .link-section img, .healthSection .link-section img{
                max-width:40px;
                max-height:40px;
            }
            .blueRedSection .link-section .txt, .healthSection .link-section .txt{
                font-size:12px;
            }
        }
