/* -- 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%;
}

body {
    -webkit-text-size-adjust: 100%;
}


div#MaxHeightPush {
    height: 106px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, 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: #d7d6bd;
    margin-right: 0;
    margin-top: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #708FC3;
}



/*Responsive Blocks*/

.col.col3.margin.less.left-column.responsiveDiv {
    display: none;
}








/* -- font -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

/*

@font-face {
font-family: 'brandon_grotesquethin';
src: url('../font/brandon_thin-webfont.eot');
src: url('../font/brandon_thin-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/brandon_thin-webfont.woff') format('woff'),
url('../font/brandon_thin-webfont.ttf') format('truetype'),
url('../font/brandon_thin-webfont.svg#brandon_grotesquethin') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'brandon_grotesquemedium';
src: url('../font/brandon_med-webfont.eot');
src: url('../font/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
url('../font/brandon_med-webfont.woff') format('woff'),
url('../font/brandon_med-webfont.ttf') format('truetype'),
url('../font/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
font-weight: normal;
font-style: normal;

}
*/
/*@font-face {
    font-family: 'ronda';
    src: url(Assets/fonts/ronda-B.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}*/

@font-face {
    font-family: 'Ronda Bold';
    src: url('Assets/fonts/Ronda-Bold.eot');
}

@font-face {
    font-family: 'Ronda Bold';
    src: url('Assets/fonts/Ronda-Bold.woff') format('woff'), url('Assets/fonts/Ronda-Bold.svg#Ronda-Bold') format('svg');
}


@font-face {
    font-family: 'rondabold';
    src: url('Assets/fonts/rondabold-webfont.eot');
    src: url('Assets/fonts/rondabold-webfont.eot?#iefix') format('embedded-opentype'), url('Assets/fonts/rondabold-webfont.woff2') format('woff2'), url('Assets/fonts/rondabold-webfont.woff') format('woff'), url('Assets/fonts/rondabold-webfont.ttf') format('truetype'), url('Assets/fonts/rondabold-webfont.svg#rondabold') format('svg');
    font-weight: normal;
    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;
    z-index: 999999;
    padding-bottom: 20px;
}

    #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: #708FC3;
    }

#header .nav-button {
    height: 90px;
    width: 90px;
    box-sizing: border-box;
    padding: 37px 25px 37px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100;
    cursor: pointer;
    display: none;
}

    #header .nav-button span {
        height: 2px;
        background: #708FC3;
        margin: 2px 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: #ffffff;
    background: #708FC3;
}

input::-moz-selection,
::-moz-selection {
    color: #ffffff;
    background: #708FC3;
}

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: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #708FC3;
    font-weight: 600;
}

    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: #708FC3;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

h3 {
    text-transform: uppercase;
    color: #708FC3;
    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;
    }
.col.col3.margin.main-info-col.six.last.static {
    /*background-image: url(/App_Themes/Howgate/Assets/images/loty.jpg);*/
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.col.col3.margin.main-info-col.five.promo {
    background-image: url(/UserFiles/Image/toy-appeal.jpg);
    background-image: url(/UserFiles/Image/howgate-hp-sensory.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.col.col3.margin.main-info-col.five.promo a {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

    .col.col4.margin span#ContentPlaceHolder1_rfvName, .col.col4.margin span#ContentPlaceHolder1_rfvEmail {
        color: red;
    }

.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;
    }

    .storeDescContent img {
        max-width: 100%;
    }



#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 li {
    float: left;
    display: block;
    margin: 20px 0 0;
}

ul.calendar {
    padding: 0 20px 0 20px;
    font-size: 16px;
    line-height: 27px;
}

    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: #708FC3;
            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: 45px;
    border: 1px solid #848572;
    padding: 6px 20px 6px;
}

legend {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    color: #fff;
    text-align: center;
}

fieldset p {
    color: #708FC3;
    font-weight: 400 !important;
    text-align: center;
    font-size: 15px;
}


.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: 9px;
}


#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 175px;
    background-color: #000;
    z-index: 999;
}


    #header ul.nav {
        width: 100%;
        height: 45px;
        list-style-type: none;
        float: left;
        position: relative;
        top: 20px;
        display: block;
    }

        #header ul.nav li {
            float: left;
            padding: 11px 1px;
            position: relative;
        }

            #header ul.nav li a.active {
                color: #708FC3;
            }



            #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: #ced0b4;
                font-size: 15px;
                padding: 10px 25px 25px;
                font-family: 'rondabold', sans-serif;
                text-transform: uppercase;
            }

                #header ul.nav li a:hover {
                    color: #708FC3;
                }


            /* 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: #ced0b4;
                }

                #header ul.nav li .sub li {
                    padding: 10px 1px 10px 0px;
                    padding: 3px 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: #708FC3;
                    }

                        #header ul.nav li .sub li a:hover {
                            color: #ced0b4;
                        }


.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: 'rondabold', sans-serif;
        color: #708FC3;
    }

        .sub .col.col2.sub-menu ul li a span.anchor-text:hover {
            color: #ced0b4;
        }


.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;
    }


#page {
    padding-top: 175px;
}
/* CYCLE /* -----------------------------------------------------------------------------------------------------------------------------------------------------*/


#home .cycle-slideshow {
    /*height: 500px;*/
    overflow: hidden;
}

    #home .cycle-slideshow img {
        width: 100%;
    }


    #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;
}

/* MAIN HOME PAGE STYLE /* -------------------------------------------------------------------------------------------------------------------------------------------------------*/


.click-info {
    width: 100%;
    height: 70px;
    position: relative;
}

.col.col3.center {
    width: 76%;
    height: 70px;
}

.col.col3.click-right,
.col.col3.click-left {
    width: 12%;
}

.col.col3.center .cycle-slideshow {
    width: 64%;
    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: 100px;
    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: 100%;
    padding: 24px 0 0;
    z-index: 100;
}

    .click-info .click-text h2 {
        font-size: 16px;
        /* letter-spacing: 1px; */
        font-family: open sans;
        float: left;
        display: inline-block;
    }

.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: #708FC3;
            }




.italic {
    font-style: italic;
    padding: 5px 0;
}

/* COL BANNER /* -------------------------------------------------------------------------------------------------------------------------------------------------------*/
.title {
    padding: 20px;
    padding-bottom: 10px;
}

    .title h2 {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
    }

    .title.lay-two-col {
        padding: 30px 40px 20px 0;
    }

.col.col3.banner-img {
    height: 260px;
    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/whatson16.jpg);
        /* background-position: center top; */
    }

    .col.col3.banner-img.two {
        /*background-image: url(Assets/images/wifi-b.jpg);*/
        /*background-image: url(/images/Autism-Friendly-Logo.jpg);*/
        background-color: #ffffff;
        border: 1px solid #cccccc;
        background-size: contain;        
    }

.cover-text {
    padding: 30px 30px;
    background-color: rgba(0,0,0,0.3);
    height: 260px;
}

    .cover-text:hover {
        background-color: rgba(0,0,0,0.5);
    }

    .cover-text h2 {
        font-size: 27px;
        padding: 0 0 10px 0;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 5px rgba(50, 50, 50, 1);
    }

    .cover-text p {
        padding: 0 20px 10px 0px;
        color: #fff;
        text-shadow: 1px 1px 5px rgb(50, 50, 50);
        font-size: 18px;
        line-height: 24px;
    }

    .cover-text a {
        font-size: 17px;
        text-shadow: 1px 1px 5px rgba(76, 76, 76, 1);
        color: #84A3D9;
    }

        .cover-text a:hover {
            color: #ced0b4;
        }

        .cover-text a:after {
            content: url('../../images/arrow-link.png');
        }

        .cover-text a:hover:after {
            content: url('../../images/arrow-link-hover.png');
        }
/* COL INFO HOMEPAGE /* -------------------------------------------------------------------------------------------------------------------------------------------------------*/




.col.col3.banner-img.three {
    background-image: url(Assets/images/offers16.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;
}



.txt-right {
    text-align: left;
    padding: 0px 0 5px 5px;
    padding: 6px 0 7px 5px
    padding: 3px 0 5px 5px;
}

.txt-left {
    text-align: right;
    padding: 0px 5px 5px 0;
	padding: 3px 5px 5px 0;
	}

.nobord {
    border: none;
}

.col-content {
    padding: 0 20px;
}


    .col-content #home-table #complete {
        padding: 5px 0 5px 0;
        color: #708FC3;
        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;
        }

.d2link {
    display: block;
    clear: both;
    padding: 8px 13px 0 0;
    font-weight: 300;
    opacity: 0.8;
    font-size: 12px;
}

.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 #708FC3;
    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;
}

#kidsForm {
    /*width: 60%;
    margin: 0 auto;*/
    /* width: 95%; */
    margin: 30px auto 0;
}

    #kidsForm select, #kidsForm input {
        width: 42.6%;
        margin: 5px 2% 5px 0;
        height: 30px;
        background: none;
        border: none;
        border: 1px solid #708FC3;
        background-image: url();
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #7e7e7e;
        box-shadow: 3px 3px 0 #e1e1dd;
        padding: 0 8px;
    }

input#ContentPlaceHolder1_address1, input#ContentPlaceHolder1_address2 {
    width: 53%;
}

#kidsForm hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 25px 0;
}

#kidsForm legend {
    display: block;
    padding: 0;
    border: none;
    text-transform: uppercase;
    color: #708FC3;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    margin: 14px 0 5px;
}

#kidsForm p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 22px;
    margin: 15px 0 0;
    display: inline-block;
}

select#ContentPlaceHolder1_salutation {
    width: 50px;
}

input#address1, input#address2 {
    width: 68%;
}

input#town, input#county, input#ContentPlaceHolder1_town, input#ContentPlaceHolder1_county {
    width: 23%;
}

input#postcode, input#ContentPlaceHolder1_postcode {
    width: 15%;
}

input#telephone, input#telephone2 {
    width: 22%;
}

input#email {
    width: 46.6%;
}

p.mailConfirm {
    font-size: 17px;
    display: block;
    padding: 20px;
    disp;
    disp;
    disp;
    disp;
    disp;
    text-align: center;
    color: #708FC3;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #D7D7BD;
}

option {
    background: none;
    background-color: #dfddca;
}

select#DOBMonth, select#ContentPlaceHolder1_DOBMonth {
    width: 90px;
}



select#DOBYear, select#ContentPlaceHolder1_DOBYear {
    width: 48px;
}

select#DOBDay, select#ContentPlaceHolder1_DOBDay {
    width: 50px;
}

#kidsForm input[type="button"], input#ContentPlaceHolder1_btnSend {
    margin: 23px auto;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

    #kidsForm input[type="button"]:hover, input#ContentPlaceHolder1_btnSend:hover {
        background-color: #dfddca;
        color: #fff;
    }

.col-content.select-form p {
    padding: 10px 0 5px 0;
}



/* SIGN UP FORM /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.sign-up {
    height: 150px;
    border: 1px solid #dfddca;
    margin-bottom: 2%;
}

span#signUpStrap {
    font-size: 15px;
}

.title.newsletter {
    margin-bottom: 8px;
}

    .title.newsletter h2 {
        color: #708FC3;
    }

input.sign-up-entry {
    width: 100%;
    height: 40px;
    border: 1px solid #708FC3;
    text-indent: 10px;
    box-shadow: 3px 3px 0 #e1e1dd;
}


input[type="submit"].submit {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #708FC3;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    box-shadow: 3px 3px 0 #e1e1dd;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

    input[type="submit"].submit:hover {
        background-color: #677DA0;
    }

input[type="submit"]:hover {
    background-color: #dfddca;
    color: #708FC3;
    box-shadow: 3px 3px 0 #cae1ba;
    cursor: pointer;
}


input#ContentPlaceHolder1_btnSend
/* -- 3 COLUMN LAYOUT -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
.col.col2.margin.less.left-column,
.col.col3.margin.less {
    width: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
    border: 1px solid #dfddca;
}


.col.col3.margin.center-column {
    width: 54%;
    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: #708FC3;
        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: #708FC3;
    }


.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 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 8px no-repeat;
            background-size: 18px;
            text-align: left;
            color: #7e7e7e;
        }

    .info-text ol {
        list-style-type: decimal;
    }

        .info-text ol li {
            color: #7e7e7e;
            margin-bottom: 15px;
        }

            .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 p {
        margin-bottom: 10px;
    }

    .info-text img {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 100%;
     /*   max-height: 781px; */
    }

.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;
}

.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;
}

.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: #708FC3;
}

/* 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 {
    top: 0;
    left: 0;
    max-height: 200px;
    max-width: 100%;
    float: right;
}

/*.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, .col.col3.margin.less {
    width: 21%;
    margin-top: 2%;
    margin-bottom: 2%;
    border: 1px solid #dfddca;
}
.col.col2.margin.last.center-column {
    width: 75%;
}
.col.col2.margin.last.center-column.contact {
    margin-top: 2%;
}

.title.contact {
    padding: 30px 40px 20px 0px;
}



#maps {
    width: 100%;
    height: 500px;
    background-color: #ccc;
    margin-top: 2%;
    margin-top: 0;
}

.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;
}

table#hscTimes {
    width: 95%;
}

table#hscTimes td {
	padding: 20px 5px;
    border-bottom: 1px solid #bbb;
    }

/*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: 15px;
    line-height: 22px;
    margin-bottom: 4%;
}

th {
    width: 200px;
    border-bottom: 1px solid #ccc;
}


table, tr, th {
    padding: 10px;
}

    th.long {
        width: 35%;
    }

table#home-table th {
    line-height: 20px;
}





/* CONTACT /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#form {
    margin-top: 2%;
}

textarea,
input.name,
input.email,
input.phone,
input.company,
input.message {
    border: 1px solid #708FC3;
    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%;
}

input[type="button"]#submit,
input[type="submit"]#submit {
    width: 50%;
    height: 40px;
    border: none;
    background-color: #708FC3;
    color: #fff;
    font-family: 'rondabold', sans-serif;
    font-size: 18px;
    box-shadow: 3px 3px 0 #e1e1dd;
}



/* FOOTER /* ------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
    height: 106px;
    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: #708FC3;
        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/hgInsta.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/hgInstaHov.png);
        }

.col.col2.footer.left p {
    color: #ced0b4;
    opacity: 0.7;
}

#footer .footer-nav {
    width: 100%;
    position: relative;
}

    #footer .footer-nav ul {
        float: right;
    }

        #footer .footer-nav ul li {
            float: left;
            padding: 0 5px;
            color: #ced0b4;
            /* opacity: 0.7; */
            font-weight: 600;
        }

        #footer .footer-nav ul a {
            text-decoration: none;
            color: #ced0b4;
            /* opacity: 0.7; */
            font-weight: 600;
        }

.footer-nav a {
    color: #ced0b4;
}

    .footer-nav a:hover {
        color: #708FC3;
    }

#footer .footer-nav ul a:hover {
    color: #708FC3;
}

.col.col3.header.left a:hover {
    color: #ced0b4;
}

    p#corona {
     padding: 20px
     font-weight: bold;
     }
     p#corona.smaller, p#corona.smaller.still {
         display: none;
}





/* -- media desktop -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1320px) {

    input#firstname, input#lastname, input#ContentPlaceHolder1_firstname, input#ContentPlaceHolder1_lastname {
        width: 41%;
    }

    input#address1, input#address2, input#ContentPlaceHolder1_address1, input#ContentPlaceHolder1_address2 {
        width: 98%;
    }

    input#town, input#county, input#ContentPlaceHolder1_town, input#ContentPlaceHolder1_county {
        width: 34.4%;
    }

    input#telephone, input#telephone2, input#ContentPlaceHolder1_telephone, input#ContentPlaceHolder1_telephone2 {
        width: 30%;
    }

    input#ContentPlaceHolder1_telephone {
        width: 62%;
    }

    input#email, input#ContentPlaceHolder1_email {
        width: 62%;
    }

    .col.col3.banner-img {
        height: 200px;
    }

    .cover-text {
        height: 200px;
    }

        .cover-text h2 {
            font-size: 21px;
        }

        .cover-text p {
            font-size: 16px;
        }

        .cover-text a {
            font-size: 13px;
        }

    .articleImage img {
        width: 100%;
        max-width: 100% !important;
    }

    .title.background:before {
        height: 177px;
    }

    .container {
        width: 960px;
    }


    h2 {
        /* font-size: 17px; */
    }

    p {
        /* font-size: 12px; */
        line-height: 19px;
    }

    table {
        /* font-size: 13px; */
    }
        .col.col3.margin.main-info-col.five.promo {
    background-image: url(/UserFiles/Image/howgate-hp-sensory-sq.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}


    /* HEADER /* 
-----------------------------------------------------------------------------------------------------------------------------------------------*/

    #header ul.nav li {
        padding: 11px 0px;
    }

        #header ul.nav li a {
            padding: 10px 12px 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;
        /* display: block; */
        float: none;
    }

    .click-text ul li a {
        font-size: 13px;
    }

    .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%;
        padding: 0 0 5px 0;
    }

    th.complete {
        padding: 10px 0;
        color: #708FC3;
        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: -100px;
        top: 0px;
        height: 42px;
    }

    .box-list ul li a {
        font-size: 14px;
    }

    .col.col3.click-right, .col.col3.click-left {
        width: 13%;
    }

    .col.col3.center {
        width: 74%;
        height: 70px;
    }

    .fb-content {
        padding: 0px 10px 0px 10px;
    }

    p#corona {
     display: none
     }
         p#corona.smaller{
         display: block;
}
}
/* -- media ipad -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1000px) {
    select#salutation {
        display: block;
    }

    input#firstname, input#lastname, input#ContentPlaceHolder1_firstname, input#ContentPlaceHolder1_lastname {
        width: 47%;
    }

    input#town, input#county, input#postcode, input#ContentPlaceHolder1_town, input#ContentPlaceHolder1_county, input#ContentPlaceHolder1_postcode {
        width: 28%;
    }

    input#childfirstname, input#childlastname, input#telephone, input#telephone2, input#ContentPlaceHolder1_firstname, input#ContentPlaceHolder1_lastname, input#ContentPlaceHolder1_telephone, input#ContentPlaceHolder1_telephone2 {
        width: 38%;
    }

    input#ContentPlaceHolder1_telephone, input#ContentPlaceHolder1_telephone2 {
        width: 62%;
    }

    .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 5px 30px 5px;
            font-size: 12px;
        }

        #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;
        }

    .col.col3.banner-img {
        height: 146px;
    }

    .cover-text {
        height: 146px;
        padding: 12px 14px;
    }

        .cover-text h2 {
            /* font-size: 24px; */
        }

        .cover-text p {
            font-size: 13px;
            line-height: 18px;
            margin-bottom: 0;
        }

    .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;
    }

        .title h2 {
            font-size: 18px;
        }

        .title.background h2 {
            font-size: 16px;
        }

    .twitter p {
        width: 80%;
    }

        .col.col3.margin.main-info-col.five.promo {
    background-image: url(/UserFiles/Image/howgate-hp-sensory-sq.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


    .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;
        overflow: hidden;
    }


    /* -- 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%;
            height: auto;
        }
        
         p#corona.smaller {
         display: none;
}
p#corona.smaller.still {
display: block;
}

        
}



/* -- 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;
    }

    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: 20px;
    }

        div#navm fieldset a {
            font-size: 15px;
        }

    #page {
        padding-top: 120px;
    }

    #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;
    }

    a.col.col3.margin.banner-img.two {
        display: block;
        background-position: center top;
    }

    .col.col3.banner-img {
        height: 290px;
    }

    .cover-text {
        height: 290px;
    }

    .cover-text {
        /*height: 250px;*/
        text-align: center;
        padding: 50px 0px;
    }

        .cover-text h2 {
            font-size: 32px;
        }

        .cover-text p {
            font-size: 21px;
            line-height: 24px;
        }

        .cover-text a {
            font-size: 21px;
            margin-top: 10px;
            display: block;
        }

    .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: 50%; */
        /* margin: 0 auto; */
    }

    .click-text ul li {
        /* float: none; */
        /* text-align: center; */
    }

        .click-text ul li.dot:after {
            display: none;
        }

        .click-text ul li.dot-2:after {
            display: none;
        }

        .click-text ul li a {
            padding: 0 10px;
        }

    .click-text h2 {
        font-size: 16px !important;
    }

    .col.col3.margin.main-info-col {
        text-align: center;
    }

    .twitter p {
        width: 100%;
    }

    .sign-up {
        height: 250px;
    }

    #footer {
        height: 250px;
        width: 100%;
    }

    .logo-footer {
        margin: 0 auto;
    }

    .social-icon {
        position: relative;
        width: 210px;
        top: -15px;
        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; */
    }

    p#corona {
display: block;
     }
         p#corona.smaller, p#corona.smaller.still {
         display: none;
}




    .col.col2.blog-text {
        text-align: center;
    }

    .blog-img.view-image img {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .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;
    }

    ul.calendar li {
        margin: 50px 2% 30px 0;
        width: 23%;
        line-height: 17px;
    }

    ul.calendar .cal {
        padding: 5px 0;
    }


    .col.col3.center .cycle-slideshow {
        width: 96%;
        margin: 0 auto;
        float: none;
        height: auto;
        margin-top: 10px;
    }

    .col.col3.center {
        width: 100%;
        height: auto;
    }

    .col.col3.margin.less.left-column {
        display: none;
    }

        .col.col3.margin.less.left-column.responsiveDiv {
            display: block;
        }

    input#childfirstname, input#childlastname, input#telephone, input#telephone2 {
        width: 47.5%;
    }

    input#town, input#county, input#postcode {
        width: 36%;
    }

    input#postcode {
        width: 14%;
    }

    input#email {
        width: 47.5%;
    }

    input#ContentPlaceHolder1_childfirstname, input#ContentPlaceHolder1_lastname {
        width: 51%;
    }

    input#ContentPlaceHolder1_town, input#ContentPlaceHolder1_county {
        width: 37%;
    }

    input#ContentPlaceHolder1_postcode {
        width: 19%;
    }

    input#ContentPlaceHolder1_firstname, input#ContentPlaceHolder1_lastname {
        width: 42.5%;
    }
	.col.col3.margin.main-info-col.five.promo {
    background-image: url(/UserFiles/Image/howgate-hp-sensory.jpg);
    background-size: cover;
    background-position: left center;
    height: 448px;
}

}

@media screen and (max-width: 667px) {
    ul.calendar li a {
        display: block !important;
        text-align: center;
        padding-top: 10px;
    }

    ul.calendar .cal {
        float: none !important;
        display: block;
        margin: 0 auto 15px;
    }

    ul.calendar li {
        margin-top: 25px;
    }

    input#ContentPlaceHolder1_firstname, input#ContentPlaceHolder1_lastname {
        width: 41%;
    }

    input#ContentPlaceHolder1_town, input#ContentPlaceHolder1_county {
        width: 36%;
    }

    input#ContentPlaceHolder1_email, input#ContentPlaceHolder1_telephone {
        width: 47%;
    }
    

}

@media screen and (max-width: 570px) {
    input#ContentPlaceHolder1_firstname, input#ContentPlaceHolder1_lastname, input#ContentPlaceHolder1_town, input#ContentPlaceHolder1_county, input#ContentPlaceHolder1_email, input#ContentPlaceHolder1_telephone {
        width: 100%;
    }

    input#ContentPlaceHolder1_town, input#ContentPlaceHolder1_county {
        width: 50%;
    }

    input#postcode, input#ContentPlaceHolder1_postcode {
        width: 24%;
    }

    input#ContentPlaceHolder1_childlastname, input#ContentPlaceHolder1_childfirstname {
        width: 100%;
    }

    #kidsForm p {
        display: block;
    }
}

@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: 86%; */
    }

    .col.col3.center .cycle-slideshow {
        /* margin-top: 40px; */
        width: 100%;
    }

    .sign-up {
        height: auto;
    }
}

@media screen and (max-width: 414px) {
    .col.col4.margin {
        margin-bottom: 10px;
    }

    span#signUpStrap {
        display: block;
    }

    #footer .footer-nav ul {
        width: 88%;
    }

    .social-icon span.social-content {
        width: 40px;
        height: 40px;
        margin: 10px 15px;
    }
}

/* 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;
}
