﻿body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

sfPageEditor
a {
    text-decoration: none;
    color: #000 !important;
}

a:hover {
    color: #eb3838 !important;
}

ul {
    list-style-type: none;
}

.margin100 {
    margin-top: 130px !important;
}

.scrollMenu {
    display: none;
    position: fixed;
    top: 0;
    height: 100px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1000;
}

    .scrollMenu .headerWrapper .menu {
        padding: 14px 0 0 0;
    }

.cart {
    margin-left: 12px;
    margin-right: 10px;
    cursor: pointer;
}

    .cart img {
        width: 27px;
        margin-top: -6px;
        position: relative;
    }

    .cart .cartNotificationPanel {
        background-color: red;
        color: white;
        text-align: Center;
        border-radius: 28px;
        height: 15px;
        width: 15px;
        font-size: 11px;
        font-weight: bold;
        position: relative;
        top: -26px;
        left: 18px;
    }

        .cart .cartNotificationPanel.hidden {
            display: none;
        }



        .cart .cartNotificationPanel.large {
            background-color: red;
            color: white;
            text-align: Center;
            border-radius: 28px;
            height: 18px;
            width: 18px;
            font-size: 11px;
            font-weight: bold;
            position: relative;
            top: -26px;
            left: 18px;
        }


input[type="text"], input[type="password"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus {
    outline: none;
}

body.cultureBody, td, th, input[type="text"], select, textarea {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    color: #646465;
    background-color: #fff !important;
    overflow-x: hidden;
}

img {
    vertical-align: top;
}

a img {
    border: 0;
}

body.cultureBody {
    min-width: 100%;
}

.wrapper {
    margin: auto;
}

.secondaryMenu {
    background-color: #000;
    padding: 10px 0;
    height: 12px;
    display: none;
}

    .secondaryMenu .userContainer {
        float: left;
        text-transform: uppercase;
    }

.loginContainer {
    position: absolute;
    z-index: 100;
    background-image: url(https://d18o9gozmdrgs1.cloudfront.net/images/template/loginbg.png);
    color: #fff;
    top: 32px;
    text-align: right;
    display: none;
}

    .loginContainer .loginTop {
        border-left: 4px solid #4e4d4a;
        border-right: 4px solid #4e4d4a;
        border-bottom: 4px solid #4e4d4a;
        padding: 8px 10px 10px 10px;
        width: 210px;
    }

    .loginContainer input[type="text"], .loginContainer input[type="password"] {
        width: 200px;
        border: 0;
        height: 30px;
        padding: 0 5px;
        font-size: 13px !important;
        margin: 0 0 5px 0;
        text-align: right;
    }

    .loginContainer .loginActionBtn {
        margin: 0 0 5px 0;
    }

    .loginContainer .loginError, .loginContainer .mainLoginFacebookErrorMessage {
        padding: 0 0 0 0;
        color: red;
        clear: both;
        display: none;
    }

    .loginContainer .forgotPassword {
        float: left;
        padding: 8px 0 0 0;
    }

        .loginContainer .forgotPassword a {
            color: #fff !important;
        }

            .loginContainer .forgotPassword a:hover {
                color: #d71a20 !important;
            }

    .loginContainer .registrationContainer {
        background-color: #4e4d4a;
        text-align: center;
        padding: 4px 0 8px 0;
    }

        .loginContainer .registrationContainer a {
            color: #fff !important;
        }

            .loginContainer .registrationContainer a:hover {
                color: #d71a20 !important;
            }

    .loginContainer .mainLoginFacebookErrorMessage {
        padding: 8px 0 0 0;
    }

.headerWrapper {
    left: 50%;
    position: absolute;
    z-index: 2;
}

    .headerWrapper .logo {
        float: left;
    }


.scrollMenu .headerWrapper .logo img {
    width: 220px;
}

.headerWrapper .logo img {
    width: 100%;
}

.headerWrapper .menu {
    float: right;
    text-align: right;
}

    .headerWrapper .menu > ul > li, .secondaryMenu ul > li {
        float: right;
        position: relative;
    }

        .headerWrapper .menu > ul > li > a, .secondaryMenu > ul li a {
            text-shadow: 1px 1px #313131;
            color: #fff !important;
            text-transform: uppercase;
            text-decoration: none;
        }

.secondaryMenu ul li a {
    padding: 0 0 0 22px;
    color: #fff !important;
}

.headerWrapper .menu > ul > li > a:not(.social):hover, .headerWrapper .menu > ul > li a:not(.social).active {
    background-image: url(https://d18o9gozmdrgs1.cloudfront.net/images/template/menubg.png);
}

.headerWrapper .menu li.social {
    margin-top: -11px;
    margin-left: 20px;
}


.headerWrapper .menu ul li span, .secondaryMenu ul li span {
    text-shadow: 1px 1px #313131;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 18px;
}

.secondaryMenu ul li span {
    padding: 0 0 0 22px;
    color: #fff !important;
}

.headerWrapper .menu ul li span:hover, .headerWrapper .menu ul li span.active {
    background-image: url(https://d18o9gozmdrgs1.cloudfront.net/images/template/menubg.png);
}

.headerWrapper .menu ul li > ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 21px;
    padding: 5px 0 0 0;
}

.headerWrapper .menu ul li:hover {
    cursor: pointer;
}

    .headerWrapper .menu ul li:hover > ul {
        display: block;
    }

        .headerWrapper .menu ul li:hover > ul > li {
            background-color: rgba(0, 0, 0, .5);
            padding: 10px;
            text-align: left;
        }

            .headerWrapper .menu ul li:hover > ul > li > a {
                color: white !important;
                text-transform: uppercase;
            }


            .headerWrapper .menu ul li:hover > ul > li:hover {
                background-color: darkgray;
            }


.scrollMenu .headerWrapper .menu ul li:hover > ul > li {
    border: 1px solid #303030;
}

.scrollMenu .headerWrapper .menu ul li:hover > ul > li {
    background-color: rgba(0, 0, 0, 1);
    padding: 10px;
}

.scrollMenu .headerWrapper .menu ul li a:not(.social):hover, .scrollMenu .headerWrapper .menu ul li a:not(.social).active {
    background-image: none;
    color: red !important;
    text-shadow: none;
}

.secondaryMenu ul li a:hover, .secondaryMenu ul li a.active {
    color: #d71a20 !important;
}

.headerWrapper .menu input.searchTextBox {
    background-color: transparent !important;
    border: 1px solid #fff;
    border-right: 0;
    padding: 0 8px;
    color: #fff;
    text-transform: uppercase;
    float: left;
}

.headerWrapperContainer > .headerPhotoContainer {
    position: relative;
    overflow-x: hidden;
}

.headerPhoto .headerPhotoContainer {
    position: relative;
    z-index: 1;
}

.headerPhotoContainer img.darken {
    width: 100%;
    position: absolute;
    z-index: 1;
}

body.sfPageEditor .headerPhotoContainer img.darken {
    display: none;
}


.headerPhoto .imagePlaceHolder {
    position: absolute;
	overflow: hidden;
}

    .headerPhoto .imagePlaceHolder img {
        width: 100%;
    }

.pageName {
    position: relative;
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
    border: 4px solid #fff;
    font-weight: 700;
    min-width: 100px;
    /*text-shadow: 2px 2px #000;
    box-shadow: 2px 2px 0px #000;*/
}

    .pageName.leftAlign {
        float: right;
        text-align: center;
    }

    .pageName.rightAlign {
        float: left;
        text-align: center;
    }

    .pageName.centreAlign {
        float: left;
    }

.headerPhotoContainer.sitefinityHelper {
    background-color: #c9c9c9;
    background-image: url(https://d18o9gozmdrgs1.cloudfront.net/images/sitefinityHelper/mainPhoto.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sectionMenu {
    background-color: #000;
    padding: 12px 50px;
    color: #fff;
}

    .sectionMenu a {
        color: #fff !important;
    }

        .sectionMenu a:hover, .sectionMenu a.active {
            color: #eb3838 !important;
        }

    .sectionMenu ul {
        overflow: hidden;
    }

        .sectionMenu ul li {
            float: left;
            width: 20%;
            padding: 0 0 6px;
            padding-left: 10px;
            box-sizing: border-box;
            padding-top: 2px;
        }

    .sectionMenu .mobileOnly {
        display: none;
    }

.content {
    background-color: #fff;
}

.footer {
    background-color: #000;
    padding: 30px 0 50px 0;
    position: relative;
    border-bottom: 12px solid #d71a20;
    color: #fff;
    text-transform: uppercase;
}

    .footer .linkColumn {
        float: left;
    }

        .footer .linkColumn ul {
            padding: 12px 0 0 0;
        }

            .footer .linkColumn ul li {
                margin: 0 0 5px 0;
            }

                .footer .linkColumn ul li a {
                    color: #ccc !important;
                    text-decoration: none;
                }

                    .footer .linkColumn ul li a:hover {
                        color: #d71a20 !important;
                    }

    .footer .social {
        float: right;
    }

        .footer .social input[type="text"] {
            border: 0;
            background-color: #fff;
            padding: 0 10px;
            color: #000;
            float: left;
        }

.newsletterSuccess {
    display: none;
    padding: 0 0 8px 0;
    color: #d71a20;
}

@media screen and (max-width:1000px) {
    .facebook .right {
        display: none;
    }

    .headerPhotoContainer img.darken {
        display: none;
    }
}

@media screen and (min-width: 0px) {

    body.cultureBody, td, th, input[type="text"], select, textarea {
        font-size: 14px;
        line-height: 18px;
    }

    .hideMobile {
        display: none;
    }

    .wrapper {
        width: 100%;
    }

    .secondaryMenu {
        display: none;
    }

    .mobileHeader {
        background-color: #000;
        padding: 20px 0;
    }

        .mobileHeader .headerContent {
            width: 95%;
            margin: auto;
            position: relative;
        }

            .mobileHeader .headerContent .logo {
                width: 120px;
                margin: auto;
            }

                .mobileHeader .headerContent .logo img {
                    width: 100%;
                }

            .mobileHeader .headerContent .mobileMenuIcon {
                position: absolute;
                margin: -3px 0 0 0;
                padding: 10px;
            }

                .mobileHeader .headerContent .mobileMenuIcon img {
                    height: 14px;
                }

        .mobileHeader .social {
            position: absolute;
            width: 30%;
            text-align: right;
            height: 10px;
            top: 0;
            right: 10px;
            font-size: 20px;
            opacity: .4;
        }

            .mobileHeader .social a {
                display: inline-block;
                margin: 0 0 0 10px;
                vertical-align: middle;
                color: #fff;
            }

                .mobileHeader .social a:last-of-type {
                    margin-top: 3px;
                }

                .mobileHeader .social a:hover {
                    color: #fff !important;
                }

    .headerWrapper {
        display: none;
    }

    .headerPhoto, .headerPhotoContainer.sitefinityHelper, .imagePlaceHolder {
        width: 100%;
    }

    .pageName {
        font-size: 16px;
        line-height: 16px;
        padding: 12px;
        text-align: center;
        left: 5%;
        margin-top: 5%;
        float: left !important;
    }

    .sectionMenu ul, .productFeature {
        display: none;
    }

    .sectionMenu .mobileOnly {
        display: block;
    }

    .mobileMenu {
        position: absolute;
        z-index: 5;
        background-color: #000;
        width: 100%;
        top: 65px;
        color: #fff;
        display: none;
    }

        .mobileMenu ul {
            width: 90%;
            margin: auto;
            padding: 10px 0;
        }

            .mobileMenu ul li {
                margin: 0 0 10px 0;
                padding: 0 0 10px 0;
                border-bottom: 1px solid #333;
            }

                .mobileMenu ul li:last-child {
                    margin: 0;
                    padding: 0;
                    border: 0;
                }

        .mobileMenu > ul > li > a {
            color: #fff !important;
        }

    .content {
        width: 85%;
        margin: auto;
        padding: 20px 0;
    }

    .footer {
        font-size: 10px;
    }

        .footer > .wrapper {
            width: 85%;
        }

        .footer .linkColumn {
            width: 50%;
        }

            .footer .linkColumn ul {
                padding: 0 0 0 0;
            }

                .footer .linkColumn ul li {
                    margin: 0;
                }

            .footer .linkColumn.secondLine {
                clear: both;
                padding: 25px 0 0 0;
            }

        .footer .social {
            width: 50%;
            padding: 25px 0 0 0;
        }


            .footer .social input[type="text"] {
                width: 60%;
                height: 20px;
                font-size: 11px;
            }

            .footer .social .newsletterBtn {
                height: 20px;
            }
}

@media screen and (min-width: 768px) {

    body.cultureBody, td, th, input[type="text"], select, textarea {
        font-size: 16px;
        line-height: 22px;
    }

    .content {
        width: 90%;
        margin: auto;
        padding: 40px 0;
    }

    .headerPhoto, .headerPhotoContainer.sitefinityHelper, .imagePlaceHolder {
        height: 300px;
    }
}

@media screen and (min-width: 1001px) {
    body {
        background-image: url('/images/template/fixedbgd.jpg') !important;
        background-repeat: no-repeat;
        background-attachment: fixed !important;
    }

    .hideMobile {
        display: block;
    }

    .wrapper {
        width: 768px;
    }

    .secondaryMenu {
        font-size: 11px;
        line-height: 11px;
        display: none;
    }

    .productFeature {
        display: block;
    }

    .loginContainer {
        margin-left: 525px;
    }

    .secondaryMenu .userContainer {
        padding: 0 0 0 25px;
    }

    .secondaryMenu ul {
        margin: 0 25px 0 0;
    }

    .mobileHeader {
        display: none;
    }

    .headerWrapper {
        padding: 30px 25px 0 25px;
        font-weight: 700;
        width: 718px;
        display: block;
    }

        .headerWrapper .logo {
            width: 140px;
        }

        .headerWrapper .menu {
            width: 578px;
            font-size: 12px;
            line-height: 12px;
            font-weight: normal;
            padding: 5px 0 0 0;
        }

            .headerWrapper .menu ul li a:not(.social) {
                padding: 3px 5px;
            }

            .headerWrapper .menu ul li.searchContainer {
                margin: -7px 0 0 20px;
            }

            .headerWrapper .menu input.searchTextBox {
                font-size: 12px;
                line-height: 12px;
                width: 55px;
                height: 20px;
            }

            .headerWrapper .menu .searchBtn {
                width: 22px;
                height: 22px;
            }

    .headerPhoto, .headerPhotoContainer.sitefinityHelper, .imagePlaceHolder {
        width: 768px;
        min-height: 329px;
        padding: 0;
    }

    .pageName {
        font-size: 26px;
        line-height: 26px;
        padding: 20px;
        left: inherit;
        margin-top: inherit;
    }

        .pageName.leftAlign {
            float: right !important;
            margin: 140px 460px 0 0;
            max-width: 200px;
        }

        .pageName.rightAlign {
            margin: 140px 0 0 460px;
            max-width: 200px;
        }

        .pageName.centreAlign {
            margin: 140px 0 0 0;
        }

    .sectionMenu ul {
        display: block;
    }

    .mobileMenu, .sectionMenu .mobileOnly {
        display: none;
    }

    .content {
        padding: 50px;
        width: 668px;
    }

    .footer {
        font-size: 11px;
    }

        .footer > .wrapper {
            width: 718px;
        }

        .footer .linkColumn {
            width: 150px;
        }

            .footer .linkColumn ul {
                padding: 8px 0 0 0;
            }

                .footer .linkColumn ul li {
                    margin: 0 0 5px 0;
                }

            .footer .linkColumn.secondLine {
                clear: none;
                padding: 0;
            }

        .footer .social {
            width: 200px;
            padding: 0;
        }

            .footer .social input[type="text"] {
                width: 150px;
                height: 28px;
                font-size: 11px;
            }

            .footer .social .newsletterBtn {
                height: 25px;
                padding: 3px 0 0 0;
            }

    .footer_facebookBtn, .footer_twitterBtn, .footer_instagramBtn {
        width: 34px;
        height: 34px;
    }

    .newsletterContainer {
        padding: 10px 0 0 0;
    }

    .sectionMenu ul li {
        width: 20%;
    }
}

@media screen and (min-width: 1024px) {

    .sectionMenu.fixed {
        position: fixed;
        top: 101px;
        width: 1024px;
        box-sizing: border-box;
        z-index: 999;
        background-color: rgba(0, 0, 0, 1);
    }


    .wrapper {
        width: 1024px;
    }

    .secondaryMenu {
        font-size: 11px;
        line-height: 11px;
    }

    .loginContainer {
        margin-left: 755px;
    }

    .secondaryMenu .userContainer {
        padding: 0 0 0 50px;
    }

    .secondaryMenu ul {
        margin: 0 50px 0 0;
    }

    .headerWrapper {
        font-weight: 700;
        width: 924px;
        margin-left: -462px;
    }

        .headerWrapper .logo {
            width: 170px;
        }

        .headerWrapper .menu {
            width: 754px;
            font-size: 14px;
            line-height: 14px;
            font-weight: normal;
            padding: 8px 0 0 0;
        }

            .headerWrapper .menu ul li a:not(.social) {
                padding: 3px 8px;
            }

            .headerWrapper .menu ul li.searchContainer {
                margin: -8px 0 0 20px;
            }

            .headerWrapper .menu input.searchTextBox {
                font-size: 13px;
                width: 100px;
                height: 24px;
            }

            .headerWrapper .menu .searchBtn {
                width: 26px;
                height: 26px;
            }

    .headerPhoto, .headerPhotoContainer.sitefinityHelper, .imagePlaceHolder {
        width: 1024px;
        min-height: 439px;
    }

    .pageName {
        font-size: 38px;
        line-height: 38px;
        padding: 22px;
    }

        .pageName.leftAlign {
            margin: 180px 600px 0 0;
            max-width: 300px;
        }

        .pageName.rightAlign {
            margin: 180px 0 0 600px;
            max-width: 300px;
        }

        .pageName.centreAlign {
            margin: 180px 0 0 0;
        }

    .content {
        width: 924px;
    }

    .footer {
        font-size: 11px;
    }

        .footer > .wrapper {
            width: 924px;
        }

        .footer .linkColumn {
            width: 190px;
        }

            .footer .linkColumn ul {
                padding: 8px 0 0 0;
            }

                .footer .linkColumn ul li {
                    margin: 0 0 5px 0;
                }

        .footer .social {
            width: 200px;
        }

            .footer .social input[type="text"] {
                width: 150px;
                height: 30px;
                font-size: 13px;
            }

            .footer .social .newsletterBtn {
                height: 26px;
                padding: 4px 0 0 0;
            }
}

@media screen and (min-width: 1250px) {

    .sectionMenu.fixed {
        position: fixed;
        top: 101px;
        width: 1250px;
        box-sizing: border-box;
        z-index: 999;
    }

    .wrapper {
        width: 1250px;
    }

    .secondaryMenu {
        font-size: 12px;
        line-height: 12px;
    }

    .loginContainer {
        margin-left: 980px;
    }

    .headerWrapper {
        font-weight: 700;
        width: 1150px;
        margin-left: -575px
    }

        .headerWrapper .logo {
            width: 200px;
        }

        .headerWrapper .menu {
            width: 950px;
            font-size: 16px;
            line-height: 16px;
            font-weight: normal;
            padding: 10px 0 0 0;
        }

            /*.headerWrapper .menu ul li a:not(.social) {
                padding: 4px 18px;
            }*/

            .headerWrapper .menu ul li.searchContainer {
                margin: -8px 0 0 20px;
            }

            .headerWrapper .menu input.searchTextBox {
                font-size: 14px;
                width: 130px;
                height: 28px;
            }

            .headerWrapper .menu .searchBtn {
                width: 30px;
                height: 30px;
            }

    .headerPhoto, .headerPhotoContainer.sitefinityHelper, .imagePlaceHolder {
        width: 1250px;
        min-height: 536px;
    }

    .pageName {
        font-size: 44px;
        line-height: 44px;
        padding: 25px;
    }

        .pageName.leftAlign {
            margin: 230px 720px 0 0;
            max-width: 350px;
        }

        .pageName.rightAlign {
            margin: 230px 0 0 720px;
            max-width: 350px;
        }

        .pageName.centreAlign {
            margin: 230px 0 0 0;
        }

    .content {
        width: 1150px;
    }

    .footer {
        font-size: 12px;
    }

        .footer > .wrapper {
            width: 1150px;
        }

        .footer .linkColumn {
            width: 220px;
        }

        .footer .social {
            width: 200px;
        }

            .footer .social input[type="text"] {
                width: 150px;
                height: 30px;
                font-size: 13px;
            }

            .footer .social .newsletterBtn {
                height: 26px;
                padding: 4px 0 0 0;
            }
}

@media screen and (min-width: 1400px) {

    .sectionMenu.fixed {
        position: fixed;
        top: 101px;
        width: 1400px;
        box-sizing: border-box;
        z-index: 999;
    }

    .wrapper {
        width: 1400px;
    }

    .secondaryMenu {
        font-size: 12px;
        line-height: 12px;
    }

    .loginContainer {
        margin-left: 1130px;
    }

    .headerWrapper {
        font-weight: 700;
        width: 1300px;
        margin-left: -650px;
    }

        .headerWrapper .logo {
            /*width: 230px;*/
            width: 330px;
        }

        .headerWrapper .menu {
            width: 970px;
            font-size: 16px;
            line-height: 16px;
            font-weight: normal;
            padding: 22px 0 0 0;
        }

            .headerWrapper .menu ul li.searchContainer {
                margin: -8px 0 0 20px;
            }

            .headerWrapper .menu input.searchTextBox {
                font-size: 14px;
                width: 150px;
                height: 28px;
            }

            .headerWrapper .menu .searchBtn {
                width: 30px;
                height: 30px;
            }

    .headerPhoto, .headerPhotoContainer.sitefinityHelper, .imagePlaceHolder {
        width: 1400px;
        min-height: 600px;
    }

    .pageName.leftAlign {
        margin: 250px 800px 0 0;
        max-width: 400px;
    }

    .pageName.rightAlign {
        margin: 250px 0 0 800px;
        max-width: 400px;
    }

    .pageName.centreAlign {
        margin: 250px 0 0 0;
    }

    .content {
        width: 1300px;
    }

    .footer {
        font-size: 13px;
    }

        .footer > .wrapper {
            width: 1300px;
        }

        .footer .linkColumn {
            width: 270px;
        }

        .footer .social {
            width: 200px;
        }

            .footer .social input[type="text"] {
                width: 150px;
                height: 30px;
                font-size: 13px;
            }

            .footer .social .newsletterBtn {
                height: 26px;
                padding: 4px 0 0 0;
                cursor: pointer;
            }

    .halfColumn {
        width: 600px;
        float: left;
    }
}
