/* -- reset -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
}

div#MaxHeightPush {
    height: 100px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}





/* -- scrollbar -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */



::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #9CBDCB;
    margin-right: 0;
    margin-top: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #7e7e7e;
}














/* -- font -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */


@font-face {
    font-family: 'ronda';
    src: url(Assets/fonts/ronda-B.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* -- nav button -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

#layout {
    /*position: relative;*/
    background: white;
    min-height: 100%;
    margin-bottom: -130px;
}

    #layout .overlay {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 8000;
        position: fixed;
        left: 220px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

#navm {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -120px;
    width: 220px;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #111;
    opacity: 0;
    visibility: hidden;
}

    #navm ul,
    #navm li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
    }

    #navm ul {
        margin-top: 50px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    #navm li a {
        display: block;
        padding: 15px 20px;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        font-weight: 900;
    }

    #navm ul ul {
        margin: 0;
        background: #222;
    }

        #navm ul ul a {
            padding: 8px 30px 8px 20px;
            font-size: 13px;
        }

    #navm li a:hover {
        background: #9CBDCB;
    }

#header .nav-button {
    height: 90px;
    width: 120px;
    box-sizing: border-box;
    padding: 34px 25px 37px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100;
    cursor: pointer;
    display: none;
}

    #header .nav-button span {
        height: 3px;
        background: #9CBDCB;
        margin: 6px 0 4px;
        display: block;
    }

.content-relative {
    position: relative;
    width: 100%;
    height: 100px;
    top: 50px;
}

.app-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-image: url(Assets/images/nav-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}


/* -- general -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
select:focus,
input:focus {
    background-color: none;
}


input::selection,
::selection {
    color: #4d555a;
    background: #ffcc00;
}

input::-moz-selection,
::-moz-selection {
    color: #4d555a;
    background: #ffcc00;
}

html,
body {
    -webkit-overflow-scrolling: touch;
}

html,
body,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

button,
input,
textarea,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

a,
input,
button {
    outline: 0;
}

a {
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}



h2 {
    font-family: ronda;
    font-size: 24px;
    color: #333;
}

a {
    text-decoration: none;
    color: #9CBDCB;
    font-weight: 400;
}

    a:hover {
        color: #333;
        cursor: pointer;
        font-weight: 600;
    }


    a img {
        position: relative;
        /* top: 5px; */
        /* left: 10px; */
    }


p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 22px;
    margin-bottom: 7px;
}

h4 {
    text-transform: uppercase;
    color: #9CBDCB;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

h3 {
    text-transform: uppercase;
    color: #9CBDCB;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

h6 {
    color: #B2B2B2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

/* -- tooltip -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

#tooltip {
    margin: 20px 0 0 10px;
    margin-left: -60px;
    width: 160px;
    padding: 10px;
    z-index: 9900;
    position: absolute;
    text-align: center;
    color: #4a4f52;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    display: none;
    background: #ffcc00;
}

    #tooltip.right {
        margin-left: -80px;
    }


/* -- loading -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */



#loading {
    position: fixed;
    z-index: 9900;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    perspective: 800px;
}

    #loading .box {
        width: 640px;
        height: 400px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -200px 0 0 -320px;
        background: url(Assets/images/logo.png) center center no-repeat;
        background-size: 100%;
        opacity: 0;
    }

        #loading .box.loaded {
            opacity: 1;
        }

        #loading .box span {
            background: #000;
            display: block;
            width: 100%;
            height: 400px;
            position: absolute;
            right: 0;
            top: 0;
        }









































        /* -- transition -- */
        /* ------------------------------------------------------------------------------------------------------------------------------------------------- */
        #loading .box span,
        #loading .box,
        .social-icon span.social-content,
        input[type="submit"]#sign-submit,
        .cover-text,
        a:not(.slideAnchor),
        #header .nav-button span,
        #header .nav-button,
        #layout .overlay,
        #layout,
        #navm,
        #loading .load,
        .transition {
            transition: .3s;
            -o-transition: .3s;
            -ms-transition: .3s;
            -moz-transition: .3s;
            -webkit-transition: .3s;
        }

.transition {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    display: none;
}







/* -- general class -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.section {
    position: relative;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 1px;
}

.bg-eee {
    background-color: #eee;
}

.bg-f7f {
    background-color: #f7f7f2;
}


.bg-white,
.bg-fff {
    background-color: #fff;
}

.bg-999 {
    background-color: #999;
}

.bg-000 {
    background-color: #000;
}

.clear {
    clear: both;
}







/* -- cols -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.col {
    float: left;
    width: 100%;
    position: relative;
}

    .col.col2 {
        width: 50%;
    }

    .col.col3 {
        width: 33.33%;
    }

    .col.col3x2 {
        width: 66.66%;
    }

    .col.col4 {
        width: 25%;
    }

    .col.col4x3 {
        width: 75%;
    }

    .col.col5 {
        width: 20%;
    }

    .col.col5x4 {
        width: 80%;
    }

    .col.col5x3 {
        width: 60%;
    }

    .col.col5x2 {
        width: 40%;
    }

    .col.col6 {
        width: 16.66%;
    }

    /* -- cols + margin -- */

    .col.col2.margin {
        width: 49%;
        margin-right: 2%;
    }

    .col.col3.margin {
        width: 32%;
        margin-right: 2%;
    }

    .col.col3x2.margin.col-left {
        width: 64%;
        margin-right: 4%;
    }

    .col.col3x2.margin.col-right {
        width: 64%;
        margin-left: 2%;
    }

    .col.col4.margin {
        width: 23.5%;
        margin-right: 2%;
    }

    .col.col4x3.margin.col-left {
        width: 74.5%;
        margin-right: 2%;
    }

    .col.col4x3.margin.col-right {
        width: 74.5%;
        margin-left: 2%;
    }

    .col.col5.margin {
        width: 18.4%;
        margin-right: 2%;
    }

    .col.col6.margin {
        width: 15%;
        margin-right: 2%;
    }

    .col.margin.last {
        margin-right: 0 !important;
    }

.storeDescContent {
    padding: 15px;
}

    .storeDescContent h4 {
        margin-top: 10px;
    }

    .storeDescContent h3 {
        padding-left: 0;
    }

    .storeDescContent ul {
        font-size: 14px;
        color: #7e7e7e;
        line-height: 25px;
        list-style-type: disc;
        list-style-position: inside;
        margin: 5px 0 10px;
    }

        .storeDescContent ul li {
            margin-left: 14px;
        }

    .storeDescContent .descTitle {
        font-weight: 600;
    }



#storeDetails {
    margin-top: 20px;
}

h3.title {
    padding-top: 0;
    font-size: 20px;
}

img#ContentPlaceHolder1_imgStoreLogo {
    max-height: 200px;
    max-width: 60%;
    margin: 15px auto 30px;
    display: block;
}

ul.calendar {
    padding: 0 20px 0 20px;
    font-size: 16px;
    line-height: 27px;
}

    ul.calendar li {
        display: block;
        float: left;
        margin: 20px 0 0;
    }

    ul.calendar .cal {
        width: 55px;
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
        background: white;
        margin-right: 20px;
        font-weight: bold;
        padding-bottom: 5px;
        margin-top: -5px;
    }

        ul.calendar .cal span {
            display: block;
            padding: 5px;
            font-size: 13px;
            background: #9cbdcb;
            color: white;
            margin-bottom: 5px;
        }

.whatsOn {
    padding-bottom: 20px;
}


/* HEADER /* 
-----------------------------------------------------------------------------------------------------------------------------------------------*/

.col.col3.header.left fieldset {
    float: left;
}


.col.col3.header.right fieldset {
    float: right;
}

fieldset {
    color: #fff;
    display: block;
    margin-top: 60px;
    border: 1px solid #333;
    padding: 5px 20px 10px;
}

p.foodMob {
line-height: 20px;
}

legend {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    color: #fff;
    text-align: center;
}

fieldset p {
    color: #9CBDCB;
    font-weight: 300 !important;
    text-align: center;
}


.col.col3.header.logo {
    background-image: url(Assets/images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
    height: 100px;
    margin-top: 20px;
}


#header {
    position: relative;
    top: 0;
    width: 100%;
    height: 215px;
    background-color: #000;
}


    #header ul.nav {
        width: 100%;
        height: 45px;
        list-style-type: none;
        float: left;
        position: relative;
        top: 15px;
        display: block;
    }

        #header ul.nav li {
            float: left;
            padding: 11px 10px;
            position: relative;
        }

            #header ul.nav li a.active {
                color: #9CBDCB;
            }



            #header ul.nav li.dot:after {
                content: url(Assets/images/nav-dot.png);
                display: inline-block;
                position: relative;
                background: transparent;
                color: red;
                padding: 0.156em;
            }


            #header ul.nav li a {
                text-decoration: none;
                color: #ffffff;
                font-size: 18px;
                padding: 10px 23px 25px;
                font-family: ronda;
                text-transform: lowercase;
            }

                #header ul.nav li a:hover {
                    color: #9CBDCB;
                }


            /* SUB MENU /* -----------------------------------------------------------------------------------------------------------------------------------------------------*/

            #header ul.nav li .sub {
                display: none;
                z-index: 1000;
                position: absolute;
                width: 800px;
                background: #000;
                padding: 20px;
                top: 46px;
                border: 1px dotted #ced0b4;
            }

                #header ul.nav li .sub.defaultSubNav {
                    width: 200px;
                }

                #header ul.nav li .sub li.comOps {
                    text-indent: 0;
                }

                #header ul.nav li .sub h2 {
                    padding: 5px 0;
                    color: #ffffff;
                }

                #header ul.nav li .sub li {
                    padding: 10px 1px 10px 0px;
                    padding: 6px 0px;
                    width: 100%;
                    text-indent: 10px;
                    text-align: center;
                }


                    #header ul.nav li .sub li a {
                        padding: 10px 48px 10px 10px;
                        padding: 5px 35px;
                        padding: 5px 0px;
                        width: 100%;
                        display: block;
                        color: #9CBDCB;
                    }

                        #header ul.nav li .sub li a:hover {
                            color: #ffffff;
                        }


.col-content.select-form.search-on-page {
    padding: 30px 10px;
}


.col.col2.sub-menu {
    min-height: 220px;
}


    .col.col2.sub-menu.left {
        width: 68%;
        min-height: 220px;
        border-right: 1px dotted #ced0b4;
    }

    .col.col2.sub-menu.right {
        width: 30%;
        margin-left: 1%;
    }

.sub .content-sub-image {
    width: 60%;
    height: 150px;
    float: left;
    margin-top: 15px;
    background-image: url(Assets/images/logo-style.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}



.sub ul {
    width: 40%;
    float: right;
    margin-top: -5px;
}

.sub .col.col2.sub-menu ul li a {
    padding: 0px 10px !important;
}

    .sub .col.col2.sub-menu ul li a span.anchor-text {
        font-family: ronda;
        color: #9CBDCB;
    }

        .sub .col.col2.sub-menu ul li a span.anchor-text:hover {
            color: #ffffff;
        }


.col-content.select-form.sub-nav {
    padding: 20px 10px 10px 10px;
}

    .col-content.select-form.sub-nav select {
        border: 1px solid #ced0b4;
        box-shadow: none;
    }

/* CYCLE /* -----------------------------------------------------------------------------------------------------------------------------------------------------*/


#home .cycle-slideshow {
    /*height: 500px;*/
    overflow: hidden;
}

    #home .cycle-slideshow img {
        width: 100%;
        max-height: 100%;
        margin: auto !important;
        display: block !important;
    }

}

#home .cycle-slideshow > a {
    width: 100%;
    /* height: 500px; */
    line-height: 10px;
}

}

#home .cycle-slideshow > a > div {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}

#home {
    /* max-height: 470px; */
}


    #home .cycle-slideshow > a {
        height: 100%;
        line-height: 10px;
        width: 100%;
    }

/* MAIN HOME PAGE STYLE /* -------------------------------------------------------------------------------------------------------------------------------------------------------*/


.click-info {
    width: 100%;
    height: 70px;
    position: relative;
}

.col.col3.center {
    width: 85%;
    height: 70px;
}

.col.col3.click-right,
.col.col3.click-left {
    width: 7%;
}

.col.col3.center .cycle-slideshow {
    width: 61%;
    height: 70px;
    float: right;
}





/*

    .click-info .col.col2.click-left .click-start,
    .col.col2.click-right .click-finish {
        width: 140px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        position: relative;
        top: 0;
    }
    */
.click-info .col.col3.click-left .click-start,
.col.col3.click-right .click-finish {
    width: 107px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: relative;
    top: 0;
}


.click-info .col.col3.click-left .click-start {
    float: left;
    background-image: url(Assets/images/click-left.png);
}

.click-info .col.col3.click-right .click-finish {
    float: right;
    background-image: url(Assets/images/click-right.png);
}


.click-info .click-text {
    position: absolute;
    text-align: center;
    width: 95%;
    padding: 25px 0;
    z-index: 100;
}

    .click-info .click-text h2 {
        font-size: 16px;
        letter-spacing: 1px;
        font-family: open sans;
        /* float: left; */
        display: inline-block;
        margin-left: 20px;
    }

.click-text ul {
    display: inline-block;
    position: relative;
    top: -1px;
}

    .click-text ul li {
        float: left;
    }

        .click-text ul li.dot:after {
            content: url(Assets/images/nav-dot.png);
            display: inline-block;
            position: relative;
            background: transparent;
            padding: 0 10px;
        }

        .click-text ul li.dot-2:after {
            content: url(Assets/images/nav-dot.png);
            display: inline-block;
            position: relative;
            background: transparent;
            padding: 0 12px;
            top: -3px;
        }


        .click-text ul li a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
            font-weight: 300;
        }

            .click-text ul li a:hover {
                color: #9CBDCB;
            }




.italic {
    font-style: italic;
    padding: 5px 0;
}

/* COL BANNER /* -------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title {
    padding: 20px;
    padding-bottom: 10px;
}

    .title.lay-two-col {
        padding: 30px 40px 20px 0;
    }

.col.col3.banner-img {
    height: 230px;
    background-color: #ccc;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .col.col3.banner-img.one {
        background-image: url(Assets/images/whats-B.jpg);
    }

    .col.col3.banner-img.two {
        background-image: url(Assets/images/wifi-B.jpg);
    }

.cover-text {
    padding: 80px 30px 40px;
    background-color: rgba(0,0,0,0.2);
    height: 230px;
}

    .cover-text:hover {
        background-color: rgba(0,0,0,0.5);
    }

    .cover-text h2 {
        font-size: 30px;
        padding: 0 0 10px 0;
        color: #fff;
    }

    .cover-text p {
        padding: 0 20px 10px 0px;
        color: #fff;
    }

    .cover-text a:hover {
        color: #ccc;
    }

/* COL INFO HOMEPAGE /* -------------------------------------------------------------------------------------------------------------------------------------------------------*/




.col.col3.banner-img.three {
    background-image: url(Assets/images/news-B.jpg);
}


.col.col3.margin.main-info-col {
    height: 250px;
    margin-bottom: 2%;
    border: 1px solid #dfddca;
}

    .col.col3.margin.main-info-col.four {
        height: 250px;
        margin-bottom: 2%;
        border: 1px solid #dfddca;
        background-image: url(Assets/images/m-s.png);
        background-position: center 90px;
        background-size: 50%;
        background-repeat: no-repeat;
    }


.col-content #home-table {
    width: 100%;
    position: relative;
    color: #7e7e7e;
}

    /*Christmas 2016 Overrides*/
    .col-content #home-table.crimboTab {
        margin-top: -5px;
    }

        .col-content #home-table.crimboTab th {
            padding: 3px 5px;
            padding: 12px 5px;
        }
/*========================*/


.txt-right {
    text-align: left;
    padding: 5px;
    padding: 2px 5px; /*Mod for extra line for Christmas Only*/
}

.txt-left {
    text-align: right;
    padding: 5px;
    padding: 2px 5px; /*Mod for extra line for Christmas Only*/
}

.col-content {
    padding: 0 40px;
}

p.christmasHPtimes {
text-align: center;
}


    .col-content #home-table #complete {
        padding: 10px 5px;
        color: #9CBDCB;
        font-weight: 600;
    }

.readmw {
    display: block;
    float: right;
    font-size: 12px;
    padding-right: 30px;
    text-transform: uppercase;
    background: url('/images/indyemail.png') right center no-repeat;
    height: 21px;
    line-height: 21px;
}

.webreadmore {
    display: block;
    float: right;
    font-size: 12px;
    padding-right: 30px;
    text-transform: uppercase;
    background: url('/images/web.png') right center no-repeat;
    height: 21px;
    line-height: 21px;
}

#parkLeft, #parkRight {
    float: left;
    width: 47%;
    margin: 20px 1% 0 2%;
}

#parkRight {
    margin: 20px 2% 0 1%;
}

    #parkLeft h2, #parkRight h2 {
        font-size: 20px;
    }

    #parkLeft h3, #parkRight h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    #parkLeft ul, #parkRight ul {
        margin-top: 0;
    }

        #parkLeft ul li, #parkRight ul li {
            padding: 3px 0;
            font-size: 14px;
        }

h3.hcpCharges {
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.footerImgs {
    margin: 0 auto 20px;
    width: 100%;
}

    .footerImgs img {
        margin: 0 12%;
    }

        .footerImgs img:nth-child(2) {
            max-height: 95px;
        }

.twitter {
    position: relative;
}

    .twitter p {
        float: left;
        display: inline;
        width: 100%;
        margin-bottom: 5px;
    }

    .twitter h4 {
        line-height: 1.4em;
    }

        .twitter h4 a {
            margin-top: 5px;
            display: inline-block;
        }

span.tw-logo {
    display: inline;
    float: left;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(Assets/images/tw-link.png);
    margin-right: 10px;
    top: -5px;
    position: relative;
}

select {
    width: 100%;
    height: 30px;
    background: none;
    border: none;
    border: 1px solid #9CBDCB;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 7%;
    background-image: url(Assets/images/drop-select.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #7e7e7e;
    box-shadow: 3px 3px 0 #e1e1dd;
    padding-left: 8px;
}

option {
    background: none;
    background-color: #dfddca;
}



.col-content.select-form p {
    padding: 10px 0 5px 0;
}



/* SIGN UP FORM /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.sign-up {
    height: 170px;
    border: 1px solid #dfddca;
    margin-bottom: 2%;
}

    .sign-up .sign-up_text {
        padding-top: 50px;
        margin-left: 10px;
    }



input.sign-up-entry {
    width: 100%;
    height: 40px;
    border: 1px solid #9CBDCB;
    text-indent: 10px;
    box-shadow: 3px 3px 0 #e1e1dd;
}


input[type="submit"].submit {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #9CBDCB;
    color: #fff;
    font-family: ronda;
    font-size: 18px;
    box-shadow: 3px 3px 0 #e1e1dd;
    cursor: pointer;
}

input#ContentPlaceHolder1_btnSubmit:hover {
    background-color: #72A0B3;
}

input[type="submit"]#sign-submit:hover {
    background-color: #dfddca;
    color: #79A3B5;
    box-shadow: 3px 3px 0 #cae1ba;
    cursor: pointer;
}





/* -- 3 COLUMN LAYOUT -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.col.col2.margin.less.left-column,
.col.col3.margin.less {
    width: 23%;
    margin-top: 2%;
    margin-bottom: 2%;
    border: 1px solid #dfddca;
}


.col.col3.margin.center-column {
    width: 50%;
    border: 1px solid #dfddca;
    margin-top: 2%;
    margin-bottom: 2%;
}



.box-list {
    padding: 20px 0 20px 0;
}

    .box-list ul li a {
        font-size: 16px;
    }

    .box-list ul li {
        padding: 5px 0;
        line-height: 30px;
        border-bottom: 1px solid #ced0b4;
    }


        .box-list ul li a.active {
            font-weight: 800;
        }

        .box-list ul li:last-child {
            border: none;
        }

    .box-list.contactBox,
    .box-list.storeDir {
        padding: 10px 20px 20px;
    }

    .box-list.contentBox {
        padding: 0 0 10px 20px;
    }

.title.background {
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    padding: 10px 20px 20px 20px;
}

    .title.background h2 {
        color: #fff;
    }



    .title.background:before {
        background-color: #9CBDCB;
        content: "";
        position: absolute;
        width: 200%;
        height: 185px;
        top: -135px;
        left: -50px;
        z-index: -1;
        /*
/*border-radius: 40px 0 86px 80px;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);*/
    }

    .title.background.dark:before {
        background-color: #000;
    }


.news {
    width: 100%;
    height: 150px;
    margin-top: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-image: url(Assets/images/news1.png);
}


.info-text {
    padding: 0 20px;
}

    .info-text h2 {
        margin-bottom: 10px;
    }

    .info-text ul {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .info-text ul li {
            padding: 5px 0 5px 25px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            background: url(Assets/images/default-bullet.png) 0 10px no-repeat;
            background-size: 10px;
            text-align: left;
            color: #7e7e7e;
        }

    .info-text ol {
        counter-reset: ol-counter;
    }

        .info-text ol li {
            color: #7e7e7e;
            margin-bottom: 15px;
            list-style-type: none;
        }

            .info-text ol li:before {
                content: counter(ol-counter);
                counter-increment: ol-counter;
                color: #9CBDCB;
                padding: 0 7px 0 0;
            }

            .info-text ol li ol {
                margin-top: 10px;
            }

                .info-text ol li ol li {
                    list-style-type: lower-roman;
                    list-style-position: inside;
                }

                .info-text ol li ol.lct {
                    counter-reset: ol-counter;
                }

                    .info-text ol li ol.lct li {
                        list-style-type: none;
                        margin-left: 20px;
                        margin-bottom: 10px;
                    }

                        .info-text ol li ol.lct li:before {
                            content: counter(ol-counter,lower-roman);
                            counter-increment: ol-counter;
                            color: #9CBDCB;
                            padding: 0 7px 0 0;
                        }

    .info-text p {
        margin-bottom: 10px;
    }

    .info-text img {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 100%;
    }

/* Content Page Styles */
div#loyaltyCopy {
    float: left;
    width: 69%;
    margin-right: 2%;
}

    div#loyaltyCopy h2 {
        color: #9CBDCA;
        font-size: 21px;
    }

img#LoyatyCardImg {
    /* float: right; */
    width: 29%;
}

img#LoftDecoLeft {
    float: left;
    width: 26%;
    margin: 25px 3% 0 0;
}

div#loftContent {
    float: left;
    width: 71%;
    margin-top: 25px;
}

    div#loftContent h2 {
        color: #000000;
        background: #C5BAA4;
        display: inline-block;
        padding: 5px 10px;
        font-family: 'Courier New', Courier, monospace;
        font-weight: 700;
    }

.info-text #loftContent.theLoft p:first-of-type {
    margin: 15px 0;
}

div#loftContent hr {
    margin: 20px 0;
}

.info-text #loftContent img:last-of-type {
    margin: 20px 0;
}

div#diningBox {
    margin-bottom: 20px;
}

    div#diningBox img {
        float: left;
        width: 23%;
        margin: 0 5%;
    }

div#TariffTable {
    /* width: 80%; */
    margin: 0 auto;
}

    div#TariffTable p:first-of-type {
        margin-top: 10px;
    }

    div#TariffTable div:first-child {
        margin-top: 0;
    }

.duration, .cost {
    /* float: left; */
    display: inline-block;
    padding: 6px;
    padding-left: 0;
}

.duration {
    width: 40%;
}

.cost {
    width: 40%;
}

div#gettingheremap {
    position: relative;
    padding-bottom: 67%;
    // This is the aspect ratio height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

    div#gettingheremap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.gettinghercopy h3 {
    padding: 5px 0;
    font-weight: bold;
}

.gettinghercopy hr {
    margin: 30px 0;
    background: #9CBDCB;
}

/*=======================*/

.storeInfoLink {
    float: right;
}

img#ContentPlaceHolder1_imgArticle {
    margin: 0 auto 30px auto;
    display: block;
}

.loyaltyBox {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.info-text div:first-child {
    margin-top: 20px;
}

.loyaltyLogo {
    width: 36%;
    padding-bottom: 23%;
    background-size: contain;
    float: left;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 0;
    font-size: 0px;
}

    .loyaltyLogo.est1897 {
        background-image: url("/UserFiles/Image/Content/est1897-logo.jpg");
    }

    .loyaltyLogo.perfume {
        background-image: url("/UserFiles/Image/Content/perfumeshop-logo.png");
    }

    .loyaltyLogo.tattoo {
        background-image: url("/UserFiles/Image/Content/tattoo-sanctuary-logo.jpeg");
    }

    .loyaltyLogo.roman {
        background-image: url("/UserFiles/Image/Content/roman-logo.jpg");
    }

    .loyaltyLogo.clinic {
        background-image: url("/UserFiles/Image/Content/clinicbeauty-logo.png");
    }

    .loyaltyLogo.dao {
        background-image: url("/UserFiles/Image/Content/dao-logo.jpg");
    }

    .loyaltyLogo.domo {
        background-image: url("/UserFiles/Image/Content/bagsetc-logo.jpg");
    }

    .loyaltyLogo.hawkins {
        background-image: url("/UserFiles/Image/Content/hawkins-logo.jpg");
    }

    .loyaltyLogo.lillies {
        background-image: url("/UserFiles/Image/Content/lillies-logo.jpg");
    }

    .loyaltyLogo.pottery {
        background-image: url("/UserFiles/Image/Content/big_my_pottery-logo.jpg");
    }

    .loyaltyLogo.pawnbroker {
        background-image: url("/UserFiles/Image/Content/pawnbroker-logo.png");
    }

    .loyaltyLogo.rockbottom {
        background-image: url("/UserFiles/Image/Content/rockbottom-toys-logo.jpg");
    }

    .loyaltyLogo.shakeaway {
        background-image: url("/UserFiles/Image/Content/shakeaway-logo.png");
    }

    .loyaltyLogo.tech {
        background-image: url("/UserFiles/Image/Content/techbods-title.png");
    }

    .loyaltyLogo.undergound {
        background-image: url("/UserFiles/Image/Content/underground-logo.jpg");
    }

.loyaltyCopy {
    float: left;
    width: 58%;
}

.search-form {
    padding: 20px 40px;
}

.view-list {
}

    .view-list li {
        padding: 5px 10px;
        line-height: 30px;
        border-bottom: 1px solid #ced0b4;
    }

        .view-list li a {
            font-size: 16px;
        }




    .view-list h3 {
        display: inline-block;
    }

.column-left-brand {
    margin-right: 40%;
}

a.anchor-right {
    margin-left: 50px;
}

h3.column-left-brand {
    margin-right: 50%;
}

h3.h3-right {
    margin-left: 60px;
}

.col-content.select-form.search-on-page {
    padding: 10px 20px 20px 20px;
}



table.store-list {
    width: 100%;
}

    table.store-list .top-head th:first-child {
        text-align: left;
    }

    table.store-list .top-head th {
        text-transform: uppercase;
        font-weight: 600;
        text-align: right;
    }

tr.store-list-body {
    border-bottom: 1px solid #d7d6bd;
}

th.th-right {
    text-align: right;
    border-bottom: 1px solid #d7d6bd;
}

th.border-b {
    border-bottom: 1px solid #d7d6bd;
}

.top-head {
    border-bottom: 1px solid #d7d6bd;
    color: #9CBDCB;
}

/* BLOG VIEW /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.blog-view {
    padding: 0 20px 20px 20px;
}

    .blog-view p {
        padding: 15px 0 30px;
    }

.col.col2.blog-text {
    width: 60%;
    margin: 0 6% 5% 0;
}

.col.col2.blog-img {
    width: 34%;
    /* background-color:#f4f4f4; */
    /* height:150px; */
    margin: 0 0 5% 0;
}

.blog-img.view-image img {
    width: 100%;
    top: 0;
    left: 0;
}

/*.view-image {
background-size: cover;
background-image: url(Assets/images/background-image.png)

}*/

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 0 0 30px;
}



/* 2 COLUMN LAYOUT /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.col.col2.margin.less.left-column {
    width:;
}

.col.col2.margin.last.center-column {
    width: 75%;
}

.title.contact {
    padding: 30px 40px 20px 0px;
}



#maps {
    width: 100%;
    height: 500px;
    background-color: #ccc;
    margin-top: 2%;
}

.img-general {
    width: 250px;
    height: 162px;
    margin: 20px 40px;
}

#EGstoremap {
    width: 100%;
    display: block;
    margin: 0 auto 40px auto;
}

#storeMapDownload {
    float: right;
    margin-right: 10px;
}

.floorPlanImg {
    width: 100%;
}

#FloorPlanLegend {
    width: 100%;
    margin: 20px 0;
}

    #FloorPlanLegend .legendItem {
        margin: 0 9px 0 0;
        color: #7e7e7e;
        line-height: 25px;
        font-size: 12px;
        float: left;
    }

        #FloorPlanLegend .legendItem.baby {
            float: right;
            width: 17%;
            line-height: 14px;
            text-align: center;
            margin-top: 5px;
            font-style: italic;
        }

.legendItem img {
    margin: 0 5px 0 0;
    width: 25px;
    float: left;
}

#FloorPlanLegend .legendItem.nono {
    margin: 0 4% 20px !important;
    font-size: 13px;
    text-align: c;
}
/* ACCESSIBILITY */
div#access {
    width: 95%;
    margin: 30px auto 20px;
}

    div#access h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
    }

.pdfAc {
    width: 29.33%;
    float: left;
}

* {
    box-sizing: border-box;
}

#access > div:nth-child(2) {
    margin: 0 6%;
}

.pdfAc img {
    height: auto;
    width: 65%;
    margin: auto;
    display: block;
}

#access > div:nth-child(1) {
    margin-top: 0;
}

#accessLogos > div.accLog.a {
    margin-top: 0;
}

div#accessLogos {
    margin-top: 25px;
    margin-bottom: 20px;
}

.accLog {
    background-repeat: no-repeat;
    background-size: 60%;
    width: 50%;
    float: left;
    background-position: center;
    height: 130px;
}

    .accLog h3 {
        display: none !important;
        lime-height: 0px !important;
        font-size: 1px !important;
    }

    .accLog.a, .accLog.b {
        margin-top: 0 !important;
        margin-bottom: 27px;
    }

    .accLog.a {
        background-image: url(/UserFiles/Image/accessibility/dementia=friendly.jpeg);
    }

    .accLog.b {
        background-image: url(/UserFiles/Image/accessibility/nas.png);
    }

    .accLog.c {
        background-image: url(/UserFiles/Image/accessibility/discon.png);
    }

    .accLog.d {
        background-image: url(/UserFiles/Image/accessibility/chrons.png);
    }

/*Covid Pop sup Styles*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
}

    .popup.active {
        display: block;
    }

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.popup-container {
    width: 720px;
    height: 648px;
    overflow-y: scroll;
    position: absolute;
    top: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-200%);
    -ms-transform: translateX(-50%) translateY(-200%);
    transform: translateX(-50%) translateY(-200%);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    background: #333;
    padding: 50px;
    color: #fff;
    opacity: 0;
}

.popup.active .popup-container {
    animation: reveal-popup .5s ease-out forwards;
    opacity: 1;
}

.popup-container a:hover {
    color: #b7cf2d;
}

@-webkit-keyframes reveal-popup {
    0% {
        top: 200%;
        -webkit-transform: translateX(-50%) translateY(-200%);
        -ms-transform: translateX(-50%) translateY(-200%);
        transform: translateX(-50%) translateY(-200%);
        opacity: 1;
    }

    100% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
    }
}

@keyframes reveal-popup {
    0% {
        top: 200%;
        -webkit-transform: translateX(-50%) translateY(-200%);
        -ms-transform: translateX(-50%) translateY(-200%);
        transform: translateX(-50%) translateY(-200%);
        opacity: 1;
    }

    100% {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.popup-close {
    background-image: url('../../img/png/icons/close-white.png');
    background-size: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 300;
    background-repeat: no-repeat;
    background-position: center;
}

    .popup-close:hover {
        opacity: 0.6;
    }

.popup .ram-logo {
    height: 75px;
    width: 85px;
    margin: 0 auto 30px;
    background-image: url(../img/png/logos/ram-logo-w.png);
}

.popup h2 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.popup p {
    color: #fff;
    text-align: center;
}

    .popup p.subscribe-terms {
        font-size: 12px;
        line-height: 120%;
    }

.popup .policy-checkbox-wrap input {
    margin: 0 10px 0 0;
}

.popup .policy-checkbox-wrap label {
    text-align: justify;
    line-height: 120%;
    font-size: 12px;
}

.popup h2 span {
    color: #383838;
    display: block;
}

.popup form .subscribe-inputs input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    padding: 5px;
    font-size: 16px;
    font-family: 'Europa-Light';
    color: #383838;
}

    .popup form .subscribe-inputs input.error {
        border: 2px solid #ee485f;
    }

.popup form input.submit-btn {
    font-family: 'Europa-Regular';
    width: auto;
    padding: 10px 40px;
    background-color: #383838;
    color: #fff;
    margin: 20px auto;
    border-radius: 50px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    display: block;
}

    .popup form input.submit-btn:hover {
        background-color: #fff;
        color: #383838;
    }

.popup form img {
    margin: 0 auto;
    display: block;
}

.popup form h4.title {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}

#popup-form-wrap form {
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent !important;
}

    #popup-form-wrap form ._form_element input[type="text"], #popup-form-wrap form ._form_element input[type="email"] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border: none;
        padding: 5px;
        font-size: 16px;
        font-family: 'Europa-Light';
        color: #383838 !important;
        border-radius: 0;
    }

    #popup-form-wrap form ._row._checkbox-radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        #popup-form-wrap form ._row._checkbox-radio input {
            margin: 3px 10px 0 0 !important;
            height: auto !important;
            width: auto !important;
        }

        #popup-form-wrap form ._row._checkbox-radio span {
            line-height: 120%;
            width: calc(100% - 25px);
        }

    #popup-form-wrap form ._form_element label {
        text-align: justify;
        line-height: 120%;
        font-size: 12px;
        color: #fff;
    }

    #popup-form-wrap form ._submit {
        font-family: 'Europa-Bold' !important;
        width: auto;
        padding: 10px 40px !important;
        background-color: #383838 !important;
        color: #fff !important;
        margin: 20px auto;
        border-radius: 50px !important;
        font-size: 20px;
        border: none !important;
        cursor: pointer;
        display: block;
    }

    #popup-form-wrap form ._form-thank-you {
        margin-bottom: 20px;
    }

.form-pg #popup-form-wrap form ._form_element label {
    color: #383838;
}

.form-pg .subscribe-terms {
    font-size: 12px;
    line-height: 150%;
}

.popup-container {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    height: auto;
}

.popup-container::-webkit-scrollbar {
    display: none;
}

.popup-content.works p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}


@media screen and (max-height: 800px) {
    .popup-close {
        background-size: 20px;
        width: 40px;
        height: 40px;
    }

    .popup form .subscribe-inputs input {
        font-size: 14px;
    }

    .popup form input.submit-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .popup form h4.title {
        font-size: 16px;
        line-height: 20px;
    }

    #popup-form-wrap form ._form_element input[type="text"], #popup-form-wrap form ._form_element input[type="email"] {
        font-size: 14px;
    }

    #popup-form-wrap form ._submit {
        padding: 10px 30px !important;
        font-size: 16px !important;
    }

    #popup-form-wrap ._form_element {
        margin: 0 !important;
    }

    .popup-content .download-btn {
        font-size: 16px;
        padding: 10px 30px;
    }

    .popup h2 {
        font-size: 30px;
    }

    .popup p {
        font-size: 16px;
        line-height: 20px;
    }

}

@media screen and (max-width: 1024px) {
    .popup .ram-logo {
        height: 60px;
        width: 70px;
        margin: 0 auto 20px;
    }

    .popup h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .popup-container {
        padding: 25px;
        width: calc(100% - 50px);
    }

    .popup-close {
        background-size: 20px;
        width: 40px;
        height: 40px;
    }

    .popup form .subscribe-inputs input {
        font-size: 14px;
    }

    .popup form input.submit-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .popup form h4.title {
        font-size: 16px;
        line-height: 20px;
    }

    #popup-form-wrap form ._form_element input[type="text"], #popup-form-wrap form ._form_element input[type="email"] {
        font-size: 14px;
    }

    #popup-form-wrap form ._submit {
        padding: 10px 30px !important;
        font-size: 16px !important;
    }

    #popup-form-wrap ._form_element {
        margin: 0 !important;
    }
}





@media screen and (max-width: 1000px) {
    .accLog {
        background-size: 85%;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .accLog {
        background-size: 60%;
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    .accLog {
        background-size: 90%;
        height: 100px;
    }
}

/*===============*/


@media screen and (max-width: 1320px) {
    #FloorPlanLegend .legendItem.nono {
        font-size: 12px;
        margin: 0 4px 20px !important;
        width: auto;
    }
}

@media screen and (max-width: 1000px) {
    #FloorPlanLegend .legendItem.nono {
        display: block;
        margin: 15px auto !important;
        float: none;
        width: 62%;
    }
}

table#StoresGround {
    width: 100%;
}

    table#StoresGround td {
        padding: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

        table#StoresGround td.unit {
            width: 25px;
            line-height: 25px;
            color: white;
            font-family: Ronda;
            padding: 0;
        }

            table#StoresGround td.unit div {
                background: #cdeafa;
                border-radius: 20px;
                height: 100%;
                margin: 0;
            }

.storeBox {
    width: 24%;
    margin: 10px 0 15px 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 41px;
    text-align: left;
}

    .storeBox.share {
        padding-left: 56px;
    }

    .storeBox a {
        color: #7e7e7e;
    }

    .storeBox .unit {
        margin-top: 0 !important;
        background: #C1CE02;
        border-radius: 20px;
        width: 22px;
        line-height: 22px;
        text-align: center;
        color: #fff;
        font-family: Ronda, sans-serif;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
    }

        .storeBox .unit.share {
            left: 25px;
        }

/*CAR PARK /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/



.parallax-img {
    width: 100%;
    height: 300px;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Assets/images/p.jpg);
}


.tables {
    margin-bottom: 4%;
}

table {
    width: 500px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4%;
}

th {
    width: 200px;
    border-bottom: 1px solid #ccc;
}


table, tr, th {
    padding: 10px;
}

    th.long {
        width: 35%;
    }







/* CONTACT /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#form {
    margin-top: 2%;
}

textarea,
input.name,
input.email,
input.phone,
input.company,
input.message {
    border: 1px solid #9CBDCB;
    text-indent: 10px;
    box-shadow: 3px 3px 0 #e1e1dd;
    width: 100%;
    height: 40px;
    margin-bottom: 4%;
}

.l {
    color: red;
}

#name.error,
#phone.error,
#email.error,
#company.error {
    background: url(Assets/images/error1.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 5%;
}


#message.error {
    background: url(Assets/images/error1.png);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 3%;
}


textarea {
    padding-top: 10px;
    margin-bottom: 2%;
}

.button-submit {
    width: 100%;
    height: 40px;
    margin-bottom: 2%;
    padding-top: 10px;
}

input[type="button"]#submit,
input[type="submit"]#submit {
    width: 50%;
    height: 40px;
    border: none;
    background-color: #9CBDCB;
    color: #fff;
    font-family: ronda;
    font-size: 18px;
    box-shadow: 3px 3px 0 #e1e1dd;
}



/* FOOTER /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
    height: 100px;
    width: 100%;
    margin-top: 30px;
}

.col.col2.footer.left { /* <----------- Footer  text style ----------------------------------------------*/
    padding: 40px 0 0 0;
    text-align: right;
    color: #fff;
    /* font-weight: 300; */
}

.col.col2.footer.right {
    padding: 0 0;
}

.logo-footer {
    width: 300px;
    background-image: url(Assets/images/Logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    height: 100px;
}

.social-icon {
    position: absolute;
    top: -25px;
    right: 0;
}


    .social-icon span.social-content {
        width: 30px;
        height: 30px;
        float: left;
        display: inline;
        border-radius: 60px;
        background-color: #9CBDCB;
        margin: 10px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 60%;
        background-image: url(Assets/images/fb.png);
    }

        .social-icon span.social-content.tw {
            background-image: url(Assets/images/tw.png);
        }

        .social-icon span.social-content.insta {
            background-image: url(Assets/images/insta.png);
        }


        .social-icon span.social-content:hover {
            background-color: #ced0b4;
        }



        .social-icon span.social-content.fb:hover {
            background-image: url(Assets/images/fb1.png);
        }

        .social-icon span.social-content.tw:hover {
            background-image: url(Assets/images/tw1.png);
        }

        .social-icon span.social-content.insta:hover {
            background-image: url(Assets/images/insta1.png);
        }

.col.col2.footer.left p {
    color: #ffffff;
    opacity: 0.9;
}

#footer .footer-nav {
    width: 100%;
    position: relative;
}

    #footer .footer-nav ul {
        float: right;
    }

        #footer .footer-nav ul li {
            float: left;
            padding: 0 5px;
        }

        #footer .footer-nav ul a {
            text-decoration: none;
            color: #ffffff;
            opacity: 0.9;
            font-weight: 600;
        }

.footer-nav a {
    color: #ffffff;
}

    .footer-nav a:hover, #footer .footer-nav ul a:hover {
        color: #9CBDCB;
    }

.col.col3.header.left a:hover {
    color: #ced0b4;
}






/* -- media desktop -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1320px) {

    .articleImage img {
        width: 100%;
    }

    .title.background:before {
        height: 177px;
    }

    .container {
        width: 960px;
    }


    h2 {
        font-size: 17px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    table {
        font-size: 12px;
    }


    /* HEADER /* 
-----------------------------------------------------------------------------------------------------------------------------------------------*/

    #header ul.nav li {
        padding: 11px 0px;
    }

        #header ul.nav li a {
            padding: 10px 13px 30px 13px;
        }

    #home .cycle-slideshow {
        /* height: 400px; */
    }

        #home .cycle-slideshow > div {
            height: 400px;
        }

    .click-text ul {
        top: 0px;
    }



    .click-info .click-text h2 {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .click-text ul li a {
        font-size: 12px;
    }

    .click-text ul li.dot-2:after {
        padding: 0 5px;
        top: -2px;
    }

    .click-text ul li.dot:after {
        top: -3px;
    }







    /* COL INFO HOMEPAGE /* -------------------------------------------------------------------------------------------------------------------------------------------------------*/


    .txt-right {
        padding: 0;
        width: 45%;
    }

    .txt-left {
        padding: 0;
        width: 55%;
    }

    th.complete {
        padding: 10px 0;
        color: #9CBDCB;
        font-weight: 600;
    }

    .title {
        padding: 15px 20px 15px 20px;
    }

    .info-text {
        padding: 0 20px;
    }

    .search-form {
        padding: 20px 20px;
    }



    .col.col2.blog-img {
        width: 33%;
        /* height: 120px;*/
        margin: 0% 0 5% 1%;
    }



    .title.background:before {
        top: -135px;
    }

    .box-list ul li a {
        font-size: 14px;
    }

    .col.col3.click-right, .col.col3.click-left {
        width: 15%;
    }

    .col.col3.center {
        width: 70%;
        height: 70px;
    }

    .fb-content {
        padding: 0px 10px 0px 10px;
    }

    #FloorPlanLegend .legendItem {
        width: 25%;
        margin: 0 0 12px 0;
        font-size: 11px;
    }

        #FloorPlanLegend .legendItem.baby {
            float: left;
            width: 25%;
        }

    .storeBox {
        font-size: 11px;
        padding: 0 0 0 30px;
    }

        .storeBox .unit {
            width: 20px;
            line-height: 20px;
        }
}







/* -- media ipad -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1000px) {

    .container {
        width: 720px;
    }


    p {
        line-height: 15px;
    }

    a {
        font-size: 12px;
    }

    #header ul.nav li {
        padding: 11px 0px;
        font-size: 14px;
        /* padding: 0.15em; */
    }

        #header ul.nav li a {
            padding: 10px 2px 30px 2px;
            /* font-size: 12px; */
            font-size: 16px;
        }

        #header ul.nav li.dot:after {
            padding: 0.241em;
        }

    #header > div.container > ul > li:last-child {
        padding: 1em 0 0;
    }

    #home .cycle-slideshow {
        /* height: 300px; */
    }

        #home .cycle-slideshow > div {
            height: 300px;
        }




    .click-info .col.col2.click-left .click-start {
        float: left;
        background: none;
    }

    .click-info .col.col2.click-right .click-finish {
        float: right;
        background: none;
    }




    .col-content {
        padding: 0 20px;
    }

    .title {
        padding: 20px 20px 20px 20px;
        position: relative;
    }

    .twitter p {
        width: 75%;
        margin-bottom: 15px;
    }

    .twitter h4 {
        font-size: 13px;
        float: left;
    }

    .box-list {
        padding: 10px 10px 20px 10px;
    }

        .box-list ul li a {
            font-size: 14px;
        }

    .title {
        padding: 10px 20px 20px 20px;
    }

    .col.col2.blog-img {
        width: 100%;
        margin: 0 0 5% 0;
    }

    .col.col2.blog-text {
        width: 100%;
        margin: 2% 0 5% 0;
    }

    .blog-view p {
        padding: 10px 0;
    }

    .title.background {
        padding: 10px;
    }


    /* -- SUB NAV -- */
    /* ------------------------------------------------------------------------------------------------------------------------------------------------- */

    #header ul.nav li .sub {
        width: 540px;
    }

    select {
        font-size: 12px;
        background-size: 10%;
    }

    .parallax-img {
        height: 250px;
    }

    .col.col3.click-right, .col.col3.click-left {
        width: 100%;
        display: none;
    }

    .col.col3.center {
        width: 100%;
        height: 70px;
    }

        .col.col3.center .cycle-slideshow {
            width: 65%;
        }

    div#diningBox img {
        width: 40%;
    }

    .storeBox {
        width: 32.5%;
        padding: 0 0 0 26px;
        min-height: 17px;
    }

        .storeBox .unit {
            /* width: 20px; */
            /* line-height: 20px; */
            font-size: 11px;
        }

    #FloorPlanLegend .legendItem {
        width: 33%;
    }

        #FloorPlanLegend .legendItem.baby {
            width: 49%;
            line-height: 15px;
        }

    .legendItem img {
        margin: 0 8px 0 0;
    }

    #FloorPlanLegend .legendItem.baby {
        width: 33%;
        text-align: left;
    }
}



/* -- media mobile -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {

    html,
    body {
        overflow: hidden;
        overflow-y: auto;
    }

    .container {
        width: auto;
    }

    h2 {
        text-align: center;
    }

    h4 {
        text-align: center;
    }

    .col {
        float: none !important;
        clear: both !important;
        width: auto !important;
        margin-right: 0 !important;
    }

    /* ----------- nav mobile --------------- */

    #header .nav-button {
        display: block;
    }

    html.mobile #layout {
    }

    html.mobile #navm {
        left: 0;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
    }

    html.mobile,
    html.mobile body {
        overflow: hidden;
    }

        html.mobile #layout {
            margin-left: 220px;
            margin-right: -220px;
        }

            html.mobile #layout .overlay {
                opacity: 1;
                visibility: visible;
                cursor: url(Assets/images/close.png), auto;
                background: rgba(0,0,0,0.5);
            }

                html.mobile #layout .overlay:hover {
                    background: rgba(0,0,0,0.3);
                }


        html.mobile #navm select {
            background-size: 10%;
        }


    div#navm fieldset {
        display: block;
        width: 90%;
        margin: 10px auto 20px !important;
        position: relative;
        top: 30px;
    }

    #navm fieldset a, #navm p {
        font-size: 15px;
    }

        #navm fieldset a:hover {
            color: #fff;
        }

    #header ul.nav {
        display: none;
    }

    fieldset {
        display: none;
    }

    .col.col3.header.logo {
        background-size: 50%;
        height: 100px;
        margin-top: 0;
    }

    select {
        background-size: 4%;
    }


    #header {
        height: 100px;
    }

    .col.col3.header.logo {
        background-position: 20px center;
        background-size: 40%;
        display: block;
    }


    .col.col3.banner-img {
        height: 250px;
    }


    .cover-text {
        height: 250px;
        text-align: center;
        padding: 50px 0px;
    }

    .col.col3.margin.main-info-col.four {
        background-position: center center;
    }

    #home .cycle-slideshow > div {
        height: 200px;
    }

    #home .cycle-slideshow {
        /* height: 200px; */
    }

    .click-info .click-text {
        padding: 15px 0;
        position: relative;
        width: 40%;
        margin: 0 auto;
    }

    .click-text ul li {
        float: none;
    }

        .click-text ul li.dot:after {
            display: none;
        }

        .click-text ul li.dot-2:after {
            display: none;
        }

    .col.col3.margin.main-info-col {
        text-align: center;
    }

    .sign-up {
        height: 375px;
    }

        .sign-up .sign-up_text {
            padding-top: 1px;
            margin-left: 10px;
        }

        .sign-up .col.col4.margin {
            margin: 15px 0;
        }

    #footer {
        height: 250px;
        width: 100%;
    }

    .logo-footer {
        margin: 0 auto;
    }

    .social-icon {
        position: relative;
        width: 150px;
        top: 0;
        margin: 0 auto;
    }

    #footer .footer-nav {
        text-align: center;
    }

        #footer .footer-nav ul {
            float: none;
            width: 57%;
            height: 50px;
            margin: 0 auto;
        }

    .col.col2.footer.left {
        padding: 10px 0;
    }

    .col.col2.sub-menu.left {
        display: none;
    }

    .sub .col.col2.sub-menu.right h2 {
        color: #ced0b4;
    }

    .news {
        margin-top: 60px;
    }


    .info-text {
        padding: 0 10px;
        text-align: center;
    }





    .col.col2.blog-text {
        text-align: center;
    }

    .box-list {
        text-align: center;
    }

    .title.contact {
        padding: 15px 0px;
        text-align: center;
    }

    table {
        width: 100%;
    }


    #form {
        padding: 20px 10px;
    }

    input[type="button"]#submit,
    input[type="submit"]#submit {
        width: 100%;
    }


    #loading .box {
        width: 300px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -100px 0 0 -150px;
    }

        #loading .box span {
            height: 200px;
        }

    .title.lay-two-col {
        padding: 10px;
    }

    #header ul.nav li a {
        padding: 10px 19px 30px 20px;
    }

    .click-info {
        height: auto;
    }



    .col.col2.click-left,
    .col.col2.click-right {
        display: none;
    }





    .col.col3.center .cycle-slideshow {
        width: 40%;
        margin: 0 auto;
        float: none;
        height: auto;
        margin-top: 20px;
    }

    .col.col3.center {
        width: 100%;
        height: auto;
    }

    div#diningBox {
        margin-top: 20px;
    }

        div#diningBox img {
            width: 23%;
        }

    .storeBox {
        width: 25%;
        float: left;
        min-height: 35px;
    }

    ul.calendar li {
        margin: 50px 2% 30px 0;
        width: 23%;
        line-height: 17px;
    }

    ul.calendar .cal {
        padding: 5px 0;
    }
}


@media screen and (max-width: 480px) {
    select {
        background-size: 7%;
    }

    .col.col3.header.logo {
        background-size: 50%;
    }

    .box-list a {
        font-size: 12px;
    }

    .click-info .click-text {
        width: 60%;
    }

    .col.col3.center .cycle-slideshow {
        margin-top: 40px;
    }

    div#diningBox img {
        width: 40%;
    }

    .storeBox {
        width: 32.5%;
        /* padding: 0 0 0 26px; */
    }

    #FloorPlanLegend .legendItem, #FloorPlanLegend .legendItem.baby {
        width: 50%;
    }
    /* ACCESSIBILITY */
    .pdfAc {
        width: auto;
        margin: 0 auto 40px !important;
    }

        .pdfAc img {
            width: 50%;
        }

    /* Store Logos */

    #storeSlider {
        margin: 0 auto;
        width: 204px;
    }

    .storeBgRotate {
        display: block;
        width: 204px;
        height: 170px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    /* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

    /* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

    #fb-root {
        display: none;
    }

    /* To fill the container and nothing else */

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
        width: 100% !important;
    }
