﻿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
}

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;
}

#header .nav-button span,
#header .nav-button,
#layout .overlay,
#layout,
#navm,
#loading .load,
.transition,
#header ul.nav,
#header ul.nav li,
#header ul.nav li a,
#header .navigation span,
#footer a,
input[type="submit"],
#contact-form input[type="submit"],
#header.scroll .logo,
#header.scroll,
#header,
#header .logo,
#header.scroll .navigation,
#header.scroll .col.col3 .mod-search-box,
#header .navigation#header .col.col3 .mod-search-box,
.soc-hov,
#header.scroll,
#header,
.mod-serv-img,
.modal-content .close {
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.notransition {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

#myModal {
    transition: .9s;
    -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #eee;
    margin-right: 0;
    margin-top: 0;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

input::selection,
::selection {
    color: #4d555a;
    background: #ffcc00;
}

input::-moz-selection,
::-moz-selection {
    color: #4d555a;
    background: #ffcc00;
}

html,
body {
    -webkit-overflow-scrolling: touch;
}

body {
    -webkit-text-size-adjust: 100%;
}

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 {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

p {
    font-family: 'Avenir-Roman';
}

section,
.section {
    position: relative;
}

.bg-eee {
    background-color: #eee;
}

.bg-white,
.bg-fff {
    background-color: #fff;
}

.bg-999 {
    background-color: #999;
}

.clear {
    clear: both;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.w.w25p {
    width: 25%;
}

.w.w50p {
    width: 50%;
}

.w.w75p {
    width: 75%;
}

.w.w100p {
    width: 100%;
}

.publisher {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    display: block;
    overflow: hidden;
}

.bgCover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgContain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.module-title-top h1 {
    font-family: 'Avenir-Medium';
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.sec-padd50 {
    padding: 50px;
}

input {
    border: 0;
}

.soc-hov:hover {
    opacity: 0.3;
}

#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;
    }



#layout {
    position: relative;
    background: white;
}

    #layout .overlay {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        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: #30b9ce;
    opacity: 0;
    visibility: hidden;
}

    #navm ul,
    #navm li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
    }

    #navm ul {
        margin-top: 5px;
        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;
        font-family: 'Avenir-Medium';
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
    }

        #navm li a:hover {
            text-decoration: underline;
        }

    #navm ul ul {
        margin: 0;
        background: #222;
    }

        #navm ul ul a {
            padding: 8px 30px 8px 20px;
            font-size: 13px;
        }

    #navm li a:hover {
        background: #238796;
    }

#header h1 {
    display: none;
}

#header .nav-button {
    height: 76px;
    width: 102px;
    box-sizing: border-box;
    padding: 25px 33px 0;
    position: absolute;
    right: 0;
    z-index: 100;
    cursor: pointer;
    display: none;
}

    #header .nav-button span {
        height: 4px;
        background: #005e7f;
        background: #121332;
        margin: 4px 0 4px;
        display: block;
    }

#loading .box {
    opacity: 0;
}

    #loading .box.loaded {
        opacity: 1;
    }

.container {
    position: relative;
    margin: 0 auto;
    width: 1600px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 1px;
}

.container-small {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 1px;
}

.module-register-top .container-small {
    padding: 0 80px;
}

#page .module-page-wrap {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 1px;
}

.pulkit {
    display: block;
}

.col {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
}

    .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%;
    }

    .col.col2.margin {
        width: 48%;
        margin-right: 4%;
    }

    .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;
    }

.pulkit3 {
    display: block;
}

#header {
    position: fixed;
    width: 100%;
    clear: both;
    z-index: 5000;
    background-color: #eee;
    height: 135px;
}

    #header .col.col3 .mod-search-box .mod-search,
    #header .col.col3 .mod-search-box a {
        display: inline-block;
        margin: 0 20px;
    }

    #header .col.col3 .mod-search {
        background-image: url(../img/png/search.png);
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    #header .col.col3 .mod-fb {
        background-image: url(../img/png/facebook-logo.png);
        width: 20px;
        height: 20px;
    }

    #header .col.col3 .mod-tw {
        background-image: url(../img/png/twitter-logo.png);
        width: 20px;
        height: 20px;
    }

    #header .logo {
        background-image: url(../img/png/Priory-Shopping-Centre-Logo.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 250px;
        height: 103px;
        text-indent: -9999px;
        display: block;
        margin: 15px auto;
    }

    #header .col.col3 .mod-search-box {
        position: absolute;
        bottom: 10px;
        left: 0;
        transform: translate(0, -25%);
    }

.mod-search-box > div a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#header .navigation {
    position: relative;
    float: right;
    top: 60%;
    cursor: pointer;
}

    #header .navigation span {
        height: 2px;
        background: #1f3765;
        margin: 4px 0 7px;
        display: block;
        width: 35px;
        position: relative;
        transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }

#header ul.nav {
    background-color: #30b9ce;
    position: absolute;
    width: 400px;
    top: 135px;
    right: -400px;
}

#header.active ul.nav {
    right: 0px;
}

#header ul.nav li {
    display: block;
    position: relative;
    cursor: pointer;
}

    #header ul.nav li:hover {
        background-color: #238796;
    }

    #header ul.nav li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        padding: 20px 35px;
        font-size: 20px;
        font-family: 'Avenir-Medium';
    }

    #header ul.nav li:hover a {
        text-decoration: underline;
    }

#header.active .navigation span:nth-child(1) {
    -webkit-transform: rotate(45deg)translate(7px, 6px);
    -ms-transform: rotate(45deg)translate(7px, 6px);
    transform: rotate(45deg)translate(7px, 6px);
}

#header.active .navigation span:nth-child(2) {
    width: 0;
}

#header.active .navigation span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -6px);
    -ms-transform: rotate(-45deg) translate(7px, -6px);
    transform: rotate(-45deg) translate(7px, -6px);
}

#header.scroll {
    height: 95px;
}

    #header.scroll .logo {
        width: 170px;
        height: 70px;
    }

    #header.scroll .navigation {
        top: 40%;
    }

    #header.scroll .col.col3 .mod-search-box {
        transform: translate(0, -60%);
    }

    #header.scroll ul.nav {
        top: 95px;
    }


.slick-slide {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

.module-banner-top {
    padding-top: 128px;
}

.home-slider {
    width: 100%;
}

.home-slide {
    position: relative;
}

    .home-slide .slide-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

.mod-home-box {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
}

.home-slide-img {
    padding: 18%;
}

.module-register-top {
    background-color: #30b9ce;
    padding: 15px 0px;
    color: #fff;
    font-size: 16px;
}

    .module-register-top .col.col2:nth-child(1) {
        width: 30%;
    }

    .module-register-top .col.col2:nth-child(2) {
        width: 70%;
    }

    .module-register-top p,
    .module-register-top label {
        font-family: 'Avenir-Roman';
    }

    .module-register-top .form p,
    .module-register-top .form input,
    .module-register-top .form .newsletter-checkbox-wrap {
        display: inline-block;
    }

    .module-register-top * {
        font-size: 16px;
    }

.form {
    width: 100%;
}

    #contact-form input[type="submit"],
    .form input[type="submit"] {
        position: relative;
        right: 0;
        background-color: transparent;
        border: 0;
        color: #000;
        font-size: 18px;
        font-family: 'Roboto-Medium';
        cursor: pointer;
    }

    #contact-form .submit,
    .form .submit {
        background-image: url(../img/png/keyboard-right-arrow-button.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 30px;
        padding-right: 30px;
        float: right;
        position: relative;
        top: 8px;
    }

    .form input[type="email"] {
        width: 40%;
        padding: 8px;
        height: 40px;
        margin: 0 20px;
    }

.module-register-top p {
    line-height: 40px;
}

.form img {
    display: block;
    margin: 0 auto;
}

.form h4 {
    text-align: right;
    line-height: 40px;
    font-family: 'Avenir-Roman';
}

::-webkit-input-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 16px;
}

::-moz-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 16px;
}

:-ms-input-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 16px;
}

:-moz-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 16px;
}

.form input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.mod-details-txt {
    padding: 50px;
}

.web {
    background-image: url(../img/png/grid-world.png);
}

.mod-details-txt h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Avenir-Medium';
}

.mod-details-txt p {
    font-size: 16px;
}

.mod-serv-txt table tr td:nth-child(2n) {
    width: 115px;
}

.mod-details-txt a {
    color: #1f3765;
}

    .mod-details-txt a:hover {
        color: #30b9ce;
    }

.flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#footer {
    position: relative;
    bottom: 0;
    background-color: #D9D9D9;
    clear: both;
    width: 100%;
    color: #fff;
    border-top: 2px solid #fff;
}

    #footer h2 {
        font-family: 'Avenir-Medium';
        font-size: 30px;
        margin-bottom: 20px;
    }

    #footer .col.col2 #map {
        height: 100%;
        width: 100%;
    }

ul.contact-list li {
    display: block;
    padding: 8px 0 8px 50px;
    background-position: 10px 3px;
    background-repeat: no-repeat;
    background-size: 30px;
    text-align: left;
}

    ul.contact-list li:hover {
        opacity: 0.8;
    }

    ul.contact-list li a {
        cursor: pointer;
        z-index: 2000;
    }

    ul.contact-list li.location {
        background-image: url(../img/png/address-pin.png);
    }

    ul.contact-list li.email {
        background-image: url(../img/png/ico-mail.png);
    }

    ul.contact-list li.phone {
        background-image: url(../img/png/ico-p.png);
    }

ul.contact-list li {
    margin-bottom: 15px;
}

#footer .col.col2:nth-child(2) {
    background-color: #a4a9ac;
    padding: 50px;
}

#footer a,
#footer p {
    color: #fff;
    font-family: 'Avenir-Roman';
}

    #footer a:hover {
        color: #1f3765;
        z-index: 2000;
    }

#footer .col.col2:nth-child(2) .mod-con-box p,
#footer .col.col2:nth-child(2) .mod-con-box a {
    font-size: 16px;
}

#footer ul.social {
    padding-left: 10px;
}

    #footer ul.social li {
        display: inline-block;
        padding: 15px 0 15px 40px;
        background-position: 5px 0px;
        background-repeat: no-repeat;
        background-size: 25px;
        text-align: left;
        cursor: pointer;
        position: relative;
    }

        #footer ul.social li.tw {
            background-image: url(../img/png/twitter-logo-white-new.png);
        }

        #footer ul.social li.fb {
            background-image: url(../img/png/facebook-logo%20-white-new.png);
        }

        #footer ul.social li a {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

.footer-bottom ul li {
    display: inline-block;
}

    .footer-bottom ul li a {
        font-size: 13px !important;
        display: inline-block;
    }

        .footer-bottom ul li a:before {
            content: '';
            display: block;
            position: relative;
            float: left;
            margin: 0 10px;
            top: 2px;
            width: 2px;
            height: 15px;
            background-color: #fff;
        }

        .footer-bottom ul li a:nth-child(1):before {
            display: none;
        }

.footer-bottom p {
    font-size: 13px !important;
}

#footer .mod-con-box {
    margin-bottom: 50px;
    ;
}

.footer-bottom ul {
    margin-bottom: 10px;
}

.footer-logo {
    background-image: url(../img/png/Priory-Shopping-Centre-Logo-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 130px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
}

.footer-nav,
.footer-logo {
    display: inline-block;
}

.footer-bottom {
    position: relative;
}

.module-title-top {
    background-color: #30b9ce;
}

.mod-access-content .col.col2:nth-child(1) {
    width: 20%;
}

.mod-access-content .col.col2:nth-child(2) {
    width: 80%;
}

.accessibility-content {
    background-image: url(../img/jpg/accessibility-content.jpg);
    padding: 50%;
}

.mod-access-txt {
    padding: 50px;
}

    .mod-access-txt p {
        font-family: 'Avenir-Medium';
        font-size: 16px;
    }

        .mod-access-txt p:nth-child(1) {
            font-family: 'Avenir-Medium';
            font-size: 20px;
            font-weight: bold;
        }

        .mod-access-txt p:nth-child(2) {
            margin: 20px 0;
        }

    .mod-access-txt a {
        text-decoration: none;
        color: #1f3765;
    }

        .mod-access-txt a:hover {
            color: #000;
        }

.mod-downloads-top .col.col3 {
    background-color: #1f3765;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 20px 0;
}

    .mod-downloads-top .col.col3:nth-child(1) {
        border-top: 10px solid #00b288;
    }

    .mod-downloads-top .col.col3:nth-child(2) {
        border-top: 10px solid #e37d38;
    }

    .mod-downloads-top .col.col3:nth-child(3) {
        border-top: 10px solid #bb80d1;
        border-right: 0;
    }

.mod-downloads-top h2 {
    margin: 0 !important;
    font-family: 'Avenir-Medium';
}

.mod-downloads-top p {
    font-family: 'Avenir-Roman';
    padding-bottom: 20px;
}

.download-icon {
    background-image: url(../img/svg/Download.svg);
    width: 100px;
    height: 100px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

    .download-icon:hover {
        opacity: 0.6;
    }

.mod-blue-boxes .mod-serv-txt h2:hover,
.mod-blue-boxes .mod-serv-txt p:hover {
    color: #30b9ce;
}

.top {
    background-position: top;
}

.padd50 {
    padding: 50%;
}

.mod-feed-top {
    position: relative;
}

    .mod-feed-top .list-posts-box {
        width: 50%;
        float: left;
        position: relative;
    }

    .mod-feed-top .list-posts-box {
        width: 50%;
        float: left;
        position: relative;
    }

        .mod-feed-top .list-posts-box .col.col2 {
            position: relative;
            padding: 25%;
        }

            .mod-feed-top .list-posts-box .col.col2.post-img-wrap .post-img {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background-color: red;
            }

            .mod-feed-top .list-posts-box .col.col2.post-text .center-box {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 90%;
            }

                .mod-feed-top .list-posts-box .col.col2.post-text .center-box h3 {
                    font-family: 'Avenir-Black';
                    font-size: 20px;
                    color: #1f3765;
                }

.feed-box.flex {
    display: flex;
    border-top: 1px solid #fff;
}

.flex-wrap {
    flex-wrap: wrap;
}

.feed-box {
    width: 50%;
}

.feed-box-img,
.feed-box-text {
    width: 50%;
}

.feed-box-img {
    min-height: 300px;
    height: 100%;
    position: relative;
}

    .feed-box-img a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.feed-box-text {
    padding: 25px;
}

    .feed-box-text h3 {
        font-size: 25px;
        margin-bottom: 20px;
        font-family: 'Avenir-Black';
        color: #1f3765;
    }

        .feed-box-text h3:hover {
            color: #30b9ce;
        }

    .feed-box-text p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .feed-box-text a {
        font-family: 'Avenir-Medium';
        font-size: 18px;
        color: #000;
        cursor: pointer;
    }

        .feed-box-text a:hover {
            color: #1f3765;
        }

        .feed-box-text a span {
        }

.module-stores-boxes {
    padding: 20px 0;
}

.module-store-boxes .flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.col.col4.mod-store-box {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #e2e2e2;
    background: #fdfdfd;
    overflow: hidden;
}

.mod-store-box .mod-store-img {
    padding: 35%;
    background-size: 95%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

    .mod-store-box .mod-store-img:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

ul.category {
    text-align: center;
}

    ul.category li {
        display: inline-block;
        font-family: 'Avenir-Medium';
        font-size: 20px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
    }

        ul.category li:before {
            content: '';
            display: block;
            position: relative;
            float: left;
            margin: 0 15px;
            top: 2px;
            width: 2px;
            height: 20px;
            background-color: #fff;
        }

        ul.category li:nth-child(1):before {
            display: none;
        }

.module-retailer-top {
    padding-top: 130px;
}

.store-box {
    width: 100%;
}

    .store-box.flex {
        display: flex;
        border-top: 1px solid #fff;
    }

.store-box-logo,
.store-box-img {
    min-height: 500px;
    height: 100%;
}

.store-box-logo,
.store-box-img {
    width: 50%;
}

.store-box-logo {
    background-size: 60%;
}

.mod-store-txt {
    padding: 50px;
}

    .mod-store-txt p {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }

        .mod-store-txt p:nth-child(1) {
            margin-bottom: 20px;
        }

.mod-serv-txt a {
    color: #fff;
    font-family: 'Avenir-Roman';
    font-size: 18px;
}

    .mod-serv-txt a:hover {
        color: #30b9ce;
    }

ul.mod-soc-links {
    display: block;
    margin: 0 auto;
    width: auto;
    display: table;
}

    ul.mod-soc-links li {
        display: block;
        padding: 8px 0 15px 60px;
        background-position: 5px 0px;
        background-repeat: no-repeat;
        background-size: 40px;
        text-align: left;
    }

        ul.mod-soc-links li.pn {
            background-image: url(../img/png/ico-p-lightblue.png);
        }

        ul.mod-soc-links li.fb {
            background-image: url(../img/png/facebook-logo%20-lightblue.png);
        }

        ul.mod-soc-links li.tw {
            background-image: url(../img/png/twitter-logo-lightblue.png);
        }

        ul.mod-soc-links li.ig {
            background-image: url(../img/png/Insta-lightblue.png);
        }


.mod-details-txt {
    padding: 50px;
}

.web {
    background-image: url(../img/png/grid-world.png);
}

.mod-details-txt h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Avenir-Medium';
}

.mod-details-txt p {
    font-size: 16px;
}

.mod-serv-txt table tr td:nth-child(2n) {
    width: 115px;
}

.mod-details-txt a {
    color: #1f3765;
}

    .mod-details-txt a:hover {
        color: #30b9ce;
    }

.module-information-top .col.col4 {
    background-color: #1f3765;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
}

.module-information-top .col.col4 {
    border-top-width: 10px;
    border-top-style: solid;
}

    .module-information-top .col.col4:nth-child(1) {
        border-top-color: #00b288;
    }

    .module-information-top .col.col4:nth-child(2) {
        border-top-color: #e37d38;
    }

    .module-information-top .col.col4:nth-child(3) {
        border-top-color: #bb80d1;
    }

    .module-information-top .col.col4:nth-child(4) {
        border-top-color: #ffd13f;
        border-right: 0;
    }

.module-information-top .mod-serv-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.mod-serv-content.flex {
    display: flex;
}

.mod-serv-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

    .mod-serv-img:hover {
        opacity: 0.6;
    }

.module-information-top .mod-serv-content .mod-serv-txt {
    width: 100%;
    padding: 15% 20px;
}

.mod-serv-txt h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Avenir-Medium';
}

.mod-serv-txt table {
    width: 240px;
    margin: 0 auto;
    text-align: left;
}

table.open-times {
    text-align: left;
    margin: 0 auto;
    width: 270px !important;
}

    table.open-times tr td {
        line-height: 25px;
    }

.mod-serv-txt table tr td,
.mod-serv-txt p {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Avenir-Roman';
}

table.open-times tr td:nth-child(2n) {
    width: 125px;
}

.module-information-top.single-page .col.col4 {
    width: 50%;
}

.module-information-top.single-page .mod-serv-content .mod-serv-txt {
    width: 100%;
    padding: 5% 20px;
}

.mod-store-map {
    padding: 40%;
}

.bg-blue {
    background: #1f3765;
}

.mod-blue-boxes .mod-serv-txt h2,
.mod-blue-boxes .mod-serv-txt p {
    text-align: center;
    color: #fff;
}

.module-contact-top {
    padding: 80px 0;
}

#contact-form {
    width: 100%;
    position: relative;
}

    #contact-form input:nth-child(odd) {
        margin-right: 25px;
    }

    #contact-form input,
    #contact-form select {
        width: 49%;
        padding: 25px;
    }

    #contact-form input,
    #contact-form select,
    #contact-form textarea {
        color: #000;
        font-family: 'Avenir-Roman';
        font-size: 16px;
        border: 1px solid #1f3765;
    }

        #contact-form input:nth-child(n+1),
        #contact-form select {
            margin-bottom: 25px;
        }

        #contact-form input:nth-child(even) {
            margin-right: 0;
        }

    #contact-form textarea {
        width: 100%;
        resize: none;
        padding: 25px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    #contact-form select {
        font-family: 'Avenir-Roman';
        font-size: 16px;
    }

    #contact-form ::-webkit-input-placeholder,
    #contact-form select {
        font-family: 'Avenir-Roman';
        font-size: 16px;
        color: #1f3765;
    }

    #contact-form ::-moz-placeholder,
    #contact-form select {
        font-family: 'Avenir-Roman';
        font-size: 16px;
        color: #1f3765;
    }

    #contact-form ::-ms-input-placeholder,
    #contact-form select {
        font-family: 'Avenir-Roman';
        font-size: 16px;
        color: #1f3765;
    }

    #contact-form ::-moz-placeholder,
    #contact-form select {
        font-family: 'Avenir-Roman';
        font-size: 16px;
        color: #1f3765;
    }

.policy-checkbox-wrap {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    margin-top: 8px;
}

    .policy-checkbox-wrap label {
        font-family: 'Avenir-Roman';
        font-size: 15px;
    }

    .policy-checkbox-wrap input,
    .policy-checkbox-wrap label {
        display: inline-block;
    }

        .policy-checkbox-wrap input[type="checkbox"] {
            width: 12px !important;
            height: 12px;
            margin: 0 !important;
        }

    .policy-checkbox-wrap a {
        text-decoration: none;
        color: #1f3765;
    }

        .policy-checkbox-wrap a:hover {
            color: #30b9ce;
        }

#contact-form input[type="submit"] {
    width: 100%;
    padding: 2%;
    display: block;
    margin: 0 auto;
    background: #1f3765;
    font-family: 'Avenir-Roman';
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

    #contact-form input[type="submit"]:hover {
        background: #30b9ce;
    }

.jamieson-mills {
    background-image: url(../img/png/Jamieson-Mills.png);
    width: 200px;
    height: 100px;
}

.ellandi {
    background-image: url(../img/png/ellandi-logo.png);
    width: 200px;
    height: 250px;
}

.stt {
    background-image: url(../img/png/stt.jpg);
    width: 140px;
    height: 90px;
}

.priory {
    background-image: url(../img/png/Priory-Shopping-Centre-Logo.png);
    width: 250px;
    height: 100px;
}

.availability p {
    margin-bottom: 0;
    line-height: 30px;
}

ul {
    margin-bottom: 20px;
}

.module-clients-top ul li {
    font-size: 16px;
    font-family: 'Avenir-Roman';
    line-height: 30px;
}

.marg-25,
.mod-clients-img {
    margin-bottom: 25px;
}

.marg-null p {
    margin-bottom: 0;
}

.module-clients-top .feed-box-text a {
    font-size: 16px;
}

.module-clients-top .feed-box-text {
    padding: 0;
}

    .module-clients-top .feed-box-text h3:hover {
        color: #1f3765;
    }

.mod-gdpr-txt {
    padding: 50px;
}

    .mod-gdpr-txt h2,
    .mod-gdpr-txt h3 {
        font-family: 'Avenir-Medium';
        font-size: 20px;
        font-weight: bold;
    }

    .mod-gdpr-txt h2 {
        margin-bottom: 20px;
    }

    .mod-gdpr-txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mod-gdpr-txt p {
        font-family: 'Avenir-Medium';
        font-size: 16px;
        margin-bottom: 15px;
    }

.bold {
    font-weight: 600;
}

.mod-gdpr-txt a {
    color: #1f3765;
}

    .mod-gdpr-txt a:hover {
        color: #30b9ce;
    }

.mod-gdpr-txt ul li {
    font-family: 'Avenir-Medium';
    font-size: 16px;
    margin-bottom: 0;
}

.mod-gdpr-txt ul li {
    line-height: 30px;
}

html.cookie #cookie {
    bottom: 0;
}

#cookie {
    position: fixed;
    bottom: -110%;
    left: 0;
    right: 0;
    width: 100%;
    background: #1f3765;
    z-index: 9999;
    overflow: hidden;
    border-top: 1px solid #30b9ce;
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease;
}

    #cookie span {
        width: 50px;
        height: 50px;
        display: block;
        background: url(../img/png/cookie-close.png) center center no-repeat;
        background-size: contain;
        float: right;
        position: relative;
        z-index: 1000;
        cursor: pointer;
    }

    #cookie p {
        position: relative;
        width: 100%;
        padding: 14px 55px 14px 0px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 0;
    }

        #cookie p a {
            color: #eee;
        }

            #cookie p a:hover {
                color: #ddd;
            }

.mod-login-box {
    display: block;
    margin: 0 auto;
}

#login-form input {
    width: 100%;
    padding: 35px 25px;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'Avenir-Roman';
    border: 1px solid #1f3765;
}

    #login-form input[type="submit"] {
        padding: 20px;
        margin-bottom: 0;
        font-family: 'Avenir-Roman';
        font-size: 16px;
        border: 0;
        background-color: #1f3765;
        color: #fff;
        cursor: pointer;
    }

        #login-form input[type="submit"]:hover {
            background-color: #30b9ce;
        }

.module-search-top {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 13000;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
}

    .module-search-top .container-small {
        height: 100vh;
    }

    .module-search-top .search-logo {
        background-image: url(../img/png/Logo-white.png);
        width: 200px;
        height: 100px;
        position: relative;
        top: 25px;
        left: 25px;
    }

.search-logo,
.exit {
    display: inline-block;
}

.module-search-top .exit {
    position: relative;
    display: block;
    float: right;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-image: url(../img/png/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

    .module-search-top .exit:hover {
        cursor: pointer;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.module-search-top .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60%;
    opacity: 0;
}

    .module-search-top .popup.in {
        opacity: 1;
        top: 45%;
        transition: 1s;
        -o-transition: 1s;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -webkit-transition: 1s;
    }

.module-search-top .searchForm input {
    display: block;
    height: 60px;
    border: 0;
    font-size: 20px;
    border-radius: 10px;
}

    .module-search-top .searchForm input[type="text"] {
        width: 100%;
        border: 0;
        margin-right: 20px;
        padding: 0 20px;
        color: #000;
        background-color: #fff;
    }

    .module-search-top .searchForm input[type="submit"] {
        width: 25%;
        margin: 25px auto 0;
        text-align: center;
        background-color: #1f3765;
        color: #fff;
        font-family: 'Avenir-Roman';
        cursor: pointer;
    }

        .module-search-top .searchForm input[type="submit"]:hover {
            background-color: #fff;
            color: #1f3765;
        }

.mod-search::-webkit-input-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 20px;
}

.mod-search::-moz-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 20px;
}

.mod-search:-ms-input-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 20px;
}

.mod-search:-moz-placeholder {
    font-family: 'Avenir-Roman';
    font-size: 20px;
}

.store-listing-btn {
    text-align: right;
    padding: 10px 40px 30px;
    font-family: 'Avenir-Medium';
    font-size: 20px;
}

.store-listing-btn a {
    color: #1f3765;
}

.store-listing-btn a:hover {
    color: #bb80d1;
}


/*START OF MEDIA QUERIES*/
/* @media  1750px*/
@media screen and (max-width: 1750px) {
    .container {
    width: 1280px;
}
}

@media screen and (max-width: 1750px) {
    #header ul.nav {
        top: 115px;
    }

    #header.scroll ul.nav {
        top: 95px;
    }

    #header .logo {
        width: 220px;
        height: 90px;
        margin: 10px auto;
    }

    #header {
        height: 115px;
    }
}

@media screen and (max-width: 1750px) {
    .module-banner-top {
        padding-top: 110px;
    }
}

@media screen and (max-width: 1750px) {
    .form input[type="email"] {
        width: 35%;
        padding: 8px;
        height: 40px;
        margin: 0 15px;
    }
}

@media screen and (max-width: 1750px) {
}

@media screen and (max-width: 1750px) {
    .module-retailer-top {
        padding-top: 118px;
    }
}

@media screen and (max-width: 1750px) {
}

/* @media  1440px*/

@media screen and (max-width: 1440px) {
    .container {
        width: auto;
        margin: 0 25px;
    }
}

@media screen and (max-width: 1440px) {
    .footer-nav,
    .footer-logo {
        display: block;
        position: relative;
        top: 10px;
        ;
    }

    .footer-nav {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .feed-box-text {
        padding: 30px;
    }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1440px) {
    .mod-serv-img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 1440px) {
    .module-clients-top .feed-box-text {
        padding: 20px 0;
    }
}

/* @media  1320px*/

@media screen and (max-width: 1320px) {
    .container-small {
        width: 960px;
    }

    #page .module-page-wrap {
        width: 960px;
    }

    .module-register-top .container-small {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1320px) {
    .module-title-top h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1320px) {
    .module-register-top * {
        font-size: 14px;
    }

    .module-register-top {
        padding: 15px 0;
    }

    .form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .form input[type="submit"] {
            top: 0;
        }

        .form label {
            line-height: 40px;
        }

        .form .submit {
            background-size: 20px;
        }
}

@media screen and (max-width: 1320px) {
    .mod-serv-txt table tr td:nth-child(2n) {
        width: 95px;
    }
}

@media screen and (max-width: 1320px) {
    #footer .col.col2:nth-child(2) .mod-con-box p,
    #footer .col.col2:nth-child(2) .mod-con-box a {
        font-size: 13px;
    }

    ul.contact-list li {
        background-size: 23px;
    }

    ul.contact-list li {
        padding: 8px 0 8px 40px;
    }

    #footer .col.col2:nth-child(2) {
        padding: 30px;
    }

    #footer .mod-con-box {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1320px) {
    .mod-access-txt {
        width: 95%;
    }

        .mod-access-txt p:nth-child(1) {
            font-size: 17px;
            margin-bottom: 20px;
        }

        .mod-access-txt p {
            font-size: 14px;
        }
}

@media screen and (max-width: 1320px) {
    .feed-box-text h3 {
        font-size: 25px;
    }

    .feed-box-text p {
        font-size: 16px;
    }

    .feed-box-text a {
        font-size: 20px;
    }

    .feed-box {
        width: 100%;
    }
}

@media screen and (max-width: 1320px) {
    ul.category li {
        font-size: 15px;
    }

        ul.category li:before {
            margin: 0 15px;
            top: 2px;
            height: 15px;
        }
}

@media screen and (max-width: 1320px) {
    .store-box-logo,
    .store-box-img {
        min-height: 300px;
    }

    .mod-serv-txt a {
        color: #fff;
        font-family: 'Avenir-Roman';
        font-size: 15px;
    }
}

@media screen and (max-width: 1320px) {
    .mod-serv-txt table tr td:nth-child(2n) {
        width: 95px;
    }
}

@media screen and (max-width: 1320px) {
    .module-information-top .col.col4 {
        width: 50%;
    }

    .module-information-top .mod-serv-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: auto;
        padding: 0 20px;
    }

    .mod-serv-content.flex {
        display: block;
    }

    .mod-serv-txt h2 {
        font-size: 20px;
    }

    .download-icon {
        width: 80px;
        height: 80px;
    }

    .module-information-top .mod-serv-content .mod-serv-txt {
        width: 100%;
        padding: 10% 0;
    }

    .mod-serv-txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mod-serv-txt table tr td,
    .mod-serv-txt p {
        font-size: 14px;
    }

    .mod-serv-img {
        width: 80px;
        height: 80px;
    }

    .mod-serv-txt table {
        width: 190px;
    }
}

@media screen and (max-width: 1320px) {
    .module-clients-top ul li {
        font-size: 16px;
        line-height: 25px;
    }

    #contact-form input:nth-child(n+1),
    #contact-form select {
        margin-bottom: 25px;
    }

    #contact-form input:nth-child(odd) {
        margin-right: 15px;
    }

    #contact-form input,
    #contact-form select {
        padding: 20px;
    }

    #contact-form textarea {
        margin-bottom: 8px;
    }

    #contact-form .flex-wrap {
        justify-content: space-between;
    }

    .module-clients-top .feed-box-text p,
    .module-clients-top .feed-box-text a {
        font-size: 15px;
    }
}

/* @media  max-width 1320px and max-height 1320px*/

@media screen and (max-width: 1320px), screen and (max-height: 1320px) {
    #header ul.nav li a {
        padding: 15px 35px;
        font-size: 18px;
    }
}

/* @media  1220px*/

@media screen and (max-width: 1220px) {
    .module-register-top {
        padding: 20px 0;
    }

        .module-register-top .col.col2 {
            width: 100% !important;
        }

    .form input[type="email"] {
        width: 75%;
        margin: 0;
    }

    .form h4 {
        text-align: center;
    }
}

@media screen and (max-width: 1220px) {
    .mod-serv-txt table tr td:nth-child(2n) {
        width: 94px;
    }
}

@media screen and (max-width: 1220px) {
    .footer-logo {
        position: relative;
    }

    .footer-nav,
    .footer-logo {
        display: block;
    }

    #footer ul.social li {
        padding: 15px 0 15px 30px;
        background-size: 20px;
    }
}

@media screen and (max-width: 1220px) {
    .mod-access-content .col.col2 {
        width: 100% !important;
    }

    .mod-access-txt {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 20px;
    }

    .accessibility-content {
        padding: 25%;
    }

    .mod-access-content .flex-wrap {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media screen and (max-width: 1220px) {
    ul.category li:before {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1220px) {
    .mod-serv-txt table tr td:nth-child(2n) {
        width: 94px;
    }
}

@media screen and (max-width: 1220px) {
    .mod-serv-content {
        width: 100%;
    }
}

/* @media  1024px*/

@media screen and (max-width: 1024px) {
    .module-search-top .popup {
        width: 80%;
    }

    .mod-search::-webkit-input-placeholder {
        font-size: 16px;
    }

    .mod-search::-moz-placeholder {
        font-size: 16px;
    }

    .mod-search:-ms-input-placeholder {
        font-size: 16px;
    }

    .mod-search:-moz-placeholder {
        font-size: 16px;
    }

    .module-search-top .searchForm input[type="text"],
    .module-search-top .searchForm input[type="submit"] {
        font-size: 16px;
    }
}


@media screen and (max-width: 1024px) {
    .container-small {
        width: 720px;
    }

    #page .module-page-wrap {
        width: auto;
    }

    .module-register-top .container {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    #header .navigation {
        display: none;
    }

    #header .nav-button {
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(0, 0);
        cursor: pointer;
    }

        #header .nav-button span {
            height: 2px;
            background: #1f3765;
            margin: 4px 0 7px;
            display: block;
            width: 35px;
            position: relative;
        }
}

@media screen and (max-width: 1024px) {
    #header ul.nav {
        display: none;
    }

    #header .logo {
        width: 170px;
        height: 70px;
    }

    #header {
        height: 95px;
    }
}

@media screen and (max-width: 1024px) {
    #header .nav-button {
        display: block;
    }

    html.mobile #layout {
    }

    html.mobile #navm {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    html.mobile body {
        overflow: hidden;
    }

    html.mobile #layout {
        margin-left: 220px;
        margin-right: -220px;
    }

    html.mobile #layout .overlay {
        opacity: 1;
        visibility: visible;
        cursor: pointer;
    }

    html.mobile #layout .overlay:hover {
        background: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width: 1024px) {
    .module-title-top h1 {
        font-size: 15px;
        padding: 10px 0;
    }

    .sec-padd50 {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .module-banner-top {
        padding-top: 90px;
    }
}

@media screen and (max-width: 1024px) {
    .form input[type="checkbox"] {
        width: 15px;
        height: 15px;
        top: 2px;
    }

    #header.scroll .logo {
        width: 122px;
        height: 50px;
    }

    .form input[type="submit"] {
        padding-right: 20px;
    }

    .form input[type="email"] {
        width: 70%;
    }
}

@media screen and (max-width: 1024px) {
    ul.mod-soc-links li {
        background-size: 30px;
        padding: 8px 0 15px 45px;
        background-position: 5px 3px;
    }

    .mod-details-txt {
        padding: 20px;
    }

        .mod-details-txt h2 {
            font-size: 16px;
        }

        .mod-details-txt p {
            font-size: 14px;
        }
}

@media screen and (max-width: 1024px) {
    #footer .col.col2:nth-child(2) .mod-con-box p,
    #footer .col.col2:nth-child(2) .mod-con-box a {
        font-size: 15px;
        padding-top: 10px;
    }

    ul.contact-list li {
        width: 100%;
        padding: 65px 0 0 0;
        background-size: 40px;
        text-align: center;
        display: block;
        margin: 0 auto;
        background-position: center;
    }

    #footer .col.col2:nth-child(2) {
        padding: 20px;
    }

    #footer h2 {
        margin-bottom: 0;
        text-align: center;
    }

    ul.social {
        text-align: center;
        margin-top: 20px;
    }

    .footer-bottom ul li,
    .footer-bottom ul li a {
        display: block;
    }

        .footer-bottom ul li a:before {
            display: none;
        }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom ul li a {
            padding: 5px;
        }

        .footer-bottom ul:nth-child(1) {
            margin-bottom: 0;
        }

    #footer .mod-con-box {
        margin: 10px;
    }

    #footer .col.col2:nth-child(2) .mod-con-box p,
    #footer .col.col2:nth-child(2) .mod-con-box a {
        padding-top: 0;
    }

    #footer .col.col2 {
        width: 100%;
    }

        #footer .col.col2 #map {
            padding: 30%;
        }

    .footer-logo {
        margin: 20px auto 0;
    }

    #footer .mod-con-box {
        margin-bottom: 10px;
    }

    #footer ul.social li {
        padding: 15px 0 15px 40px;
        background-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .feed-box-img {
        min-height: 250px;
    }

    .feed-box-img,
    .feed-box-text {
        width: 100%;
    }

    .feed-box-img {
        min-height: 0;
        height: auto;
        padding: 30%;
    }

    .feed-box.flex {
        display: block;
    }

    .feed-box-text {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .col.col4.mod-store-box {
        width: 48%;
        margin-right: 2%;
    }

    ul.category li {
        font-size: 14px;
    }

        ul.category li:before {
            margin: 0 15px;
            top: 2px;
        }

        ul.category li:before {
            margin: 0 10px;
            top: 2px;
            height: 15px;
        }
}


@media screen and (max-width: 1024px) {
    .module-retailer-top {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1024px) {
    ul.mod-soc-links li {
        background-size: 30px;
        padding: 8px 0 15px 45px;
        background-position: 5px 3px;
    }

    .mod-details-txt {
        padding: 20px;
    }

    .mod-details-txt h2 {
        font-size: 16px;
    }

    .mod-details-txt p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .mod-serv-txt h2 {
        font-size: 15px;
    }

    .mod-serv-txt table tr td,
    .mod-serv-txt p {
        font-size: 13px;
    }

    .download-icon {
        width: 60px;
        height: 60px;
    }

    .module-information-top .col.col4 {
        width: 50%;
    }

    .mod-serv-txt table {
        display: block;
        margin: 0 auto;
    }

    table.open-times {
        width: 205px;
    }

    .mod-serv-txt table tbody {
        width: 100%;
        display: table;
    }

    .mod-serv-txt table tbody tr td {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .module-contact-top {
        padding: 40px 0;
    }

    #contact-form input,
    #contact-form select {
        width: 100%;
        margin-right: 0;
        padding: 25px;
    }

    #contact-form input:nth-child(n+1),
    #contact-form select {
        margin-bottom: 15px;
    }

    #contact-form textarea {
        margin-bottom: 8px;
    }

    .policy-checkbox-wrap {
        width: 100%;
    }

    .module-clients-top .feed-box-text a {
        font-size: 16px;
    }

    .ellandi {
        width: 100px;
        height: 125px;
    }

    .jamieson-mills {
        width: 100px;
        height: 50px;
    }

    .priory {
        width: 125px;
        height: 50px;
    }

    .stt {
        width: 70px;
        height: 45px;
    }

    #contact-form input:nth-child(odd) {
        margin-right: 0;
    }

    .module-clients-top .feed-box-text {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .mod-gdpr-txt {
        padding: 20px;
    }

    .mod-gdpr-txt h2,
    .mod-gdpr-txt h3 {
        font-size: 16px;
    }

    .mod-gdpr-txt p,
    .mod-gdpr-txt ul li {
        font-size: 14px;
    }

    .mod-gdpr-txt ul li {
        line-height: 25px;
    }
}

@media screen and (max-width: 1024px) {
    #cookie p {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    #login-form input {
        margin-bottom: 15px;
        width: 100%;
        padding: 25px 15px;
        font-size: 13px;
    }

    #login-form ::-webkit-input-placeholder {
        font-size: 14px;
    }

    #login-form ::-moz-placeholder {
        font-size: 14px;
    }

    #login-form ::-ms-input-placeholder {
        font-size: 14px;
    }

    #login-form ::-moz-placeholder {
        font-size: 14px;
    }

    #login-form input[type="submit"] {
        font-size: 14px;
    }
}

/* @media  768px*/

@media screen and (max-width: 768px) {
    .container-small {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow: hidden;
        overflow-y: auto;
    }
}


@media screen and (max-width: 768px) {
    .col {
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #header .logo {
        width: 110px;
        height: 45px;
    }

    #header .flex-wrap .col.col3 {
        width: 33.33% !important;
    }

    #header .col.col3 .mod-search-box > div,
    #header .col.col3 .mod-search-box a {
        margin: 0;
    }

    #header .col.col3 .mod-fb,
    #header .col.col3 .mod-tw {
        display: none;
    }

    #header .col.col3 .mod-search-box {
        position: absolute;
        bottom: auto;
        left: 0;
        transform: translate(0, -60%);
        top: 60%;
    }

    #header,
    #header.scroll {
        height: 70px;
    }
}

@media screen and (max-width: 768px) {
    .module-banner-top {
        padding-top: 65px;
    }
}

@media screen and (max-width: 768px) {
    .form input[type="email"] {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .newsletter-checkbox-wrap {
        float: left;
    }

    .submit {
        top: 0;
    }

    .form .newsletter-checkbox-wrap {
        width: calc(100% - 30px);
    }

    .module-register-top .container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    ul.contact-list li {
        background-size: 30px;
    }

    #footer .col.col2:nth-child(2) .mod-con-box p,
    #footer .col.col2:nth-child(2) .mod-con-box a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .mod-store-box .mod-store-img {
        padding: 15%;
        background-size: 60%;
    }

    ul.category li {
        display: block;
        padding: 8px 0;
    }

    ul.category li:before {
        margin: 0 auto;
        text-align: center;
        float: none;
        top: -10px;
        height: 2px;
        width: 20px;
    }
}

@media screen and (max-width: 768px) {
    .module-retailer-top {
        padding-top: 75px;
    }

    .store-box-logo,
    .store-box-img {
        width: 100%;
    }

    .store-box.flex {
        display: block;
    }

    .store-box-logo,
    .store-box-img {
        min-height: 0;
        height: auto;
    }

    .store-box-img {
        padding: 30%;
    }

    .store-box-logo {
        padding: 15%;
    }
}

@media screen and (max-width: 768px) {
    .module-information-top .col.col4 {
        border-top-width: 5px;
    }

    .mod-serv-content {
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
    }

    .module-information-top .mod-serv-content .mod-serv-txt {
        padding: 5% 0;
    }

    table.open-times {
        width: 200px;
    }

    .mod-serv-txt table {
    }
}

@media screen and (max-width: 768px) {
    .module-contact-top {
        padding: 40px 20px;
    }

    .module-clients-top .feed-box-text {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 480px) {
}


@font-face {
    font-family: 'Avenir-Roman';
    src: url('../font/Avenir-Roman.eot');
    src: url('../font/Avenir-Roman.eot?#iefix') format('embedded-opentype'), url('../font/Avenir-Roman.woff') format('woff'), url('../font/Avenir-Roman.ttf') format('truetype'), url('../font/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('../font/Avenir-Medium.eot');
    src: url('../font/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Avenir-Medium.woff') format('woff'), url('../font/Avenir-Medium.ttf') format('truetype'), url('../font/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('../font/Avenir-Book.eot');
    src: url('../font/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../font/Avenir-Book.woff') format('woff'), url('../font/Avenir-Book.ttf') format('truetype'), url('../font/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('../font/Avenir-Black.eot');
    src: url('../font/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('../font/Avenir-Black.woff') format('woff'), url('../font/Avenir-Black.ttf') format('truetype'), url('../font/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}