/*#0046ad;*/
/*#ff5800;*/
/***********************************************************/
body {
    font-family: "myriad-pro", sans-serif;
}
/*  SITE LAYOUT  *******************************************/
.sitecontent {
    /*  BODY  */
    background-color: /*SiteBgColor*/ #dadada /*SiteBgColor*/;
    font-family: "myriad-pro", sans-serif;
    font-size: 16px;
    height: 100%;
    color: /*Color*/ #000000 /*Color*/;
    /*  TEXT  */
    /*  SUBMENU  */
    /*  SEARCH */
    /*  FLASH  */
    /*  FRONTPAGELINKS  */
    /*  FOOTER */
    /*  USER SET  */
    /* FORUM */
    /* ---------------------------------------- */
}

    .sitecontent h1,
    .sitecontent h2,
    .sitecontent h3,
    .sitecontent h4,
    .sitecontent h5,
    .sitecontent h6 {
        float: left;
        width: 100%;
        font-family: "myriad-pro", sans-serif;
        margin-top: 0;
    }

    .sitecontent h1 {
        font-size: 24px;
        color: #1e1e1e;
        margin-bottom: 13px;
        font-weight: bold;
        line-height: 30px;
        text-transform: uppercase;
    }

    .sitecontent h2 {
        font-size: 18px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        margin-bottom: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .sitecontent h3 {
        font-size: 16px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .sitecontent h4 {
        font-size: 14px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        text-transform: uppercase;
        font-weight: bold;
    }

    .sitecontent h5 {
        font-size: 12px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
    }

    .sitecontent h6 {
        font-size: 12px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
    }

    .sitecontent .forumLink {
        color: /*MenuColor*/ #000000 /*MenuColor*/;
        background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
        font-size: 16px;
        padding: 10px;
        border-radius: 6px;
    }

    .sitecontent .siteWrapper {
        background-color: /*BgColor*/ #ffffff /*BgColor*/;
        width: 100%;
    }

    .sitecontent #siteNameWrapper h1 {
        font-size: 29px;
        color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .sitecontent .sectionSeparator {
        height: 20px;
        background-color: /*CustomColor*/ #fe5000 /*CustomColor*/;
    }

    .sitecontent .lineSeparator {
        height: 1px;
        background-color: /*BorderColor*/ #d6d6d6 /*BorderColor*/;
    }

    .sitecontent .smallVerticalSpace {
        margin-bottom: 15px;
    }

    .sitecontent .topBanner img {
        width: 100%;
    }

    .sitecontent .logoutWrapper {
        text-align: right;
        padding-top: 6px;
    }

    .sitecontent .frontTextAndBannerWrapper {
        display: table;
    }

        .sitecontent .frontTextAndBannerWrapper > div {
            display: table-row;
        }

        .sitecontent .frontTextAndBannerWrapper .text {
            display: table-cell;
            vertical-align: middle;
        }

        .sitecontent .frontTextAndBannerWrapper .banner {
            display: table-cell;
            vertical-align: middle;
            width: 220px;
            padding: 15px 0;
            text-align: right;
        }

@media screen and (max-width: 700px) {
    .sitecontent .frontTextAndBannerWrapper > div {
        display: block;
    }

    .sitecontent .frontTextAndBannerWrapper .text {
        display: block;
        width: 100%;
    }

    .sitecontent .frontTextAndBannerWrapper .banner {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.sitecontent .clear {
    margin: 0 !important;
    clear: both !important;
    float: none !important;
}

.sitecontent a {
    color: /*LinkColor*/ #004e9b /*LinkColor*/;
    text-decoration: none;
}

    .sitecontent a:hover {
        color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
    }

.sitecontent sup {
    vertical-align: super;
    top: 0;
}

.sitecontent sub {
    vertical-align: sub;
}

.sitecontent q {
    font-style: italic;
    padding-left: 79px;
    display: inline-block;
    background: url(/gfx/layout/quotes_n_bg.png) no-repeat left top;
    min-height: 64px;
}

.sitecontent cite {
    font-style: italic;
    padding-left: 79px;
    display: inline-block;
    background: url(/gfx/layout/important.png) no-repeat left top;
    min-height: 64px;
}

.sitecontent .standardTable td {
    padding: 4px 4px 4px 0;
}

.sitecontent .submenu {
    clear: both;
}

    .sitecontent .submenu h1 {
        display: none;
    }

    .sitecontent .submenu ul li a {
        display: block;
        padding: 12px 10px;
        color: /*MenuColor*/ #000000 /*MenuColor*/;
        font-size: 14px;
        text-transform: uppercase;
    }

    .sitecontent .submenu ul li:first-child {
        border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
    }

    .sitecontent .submenu ul li a:hover {
        text-decoration: none;
        color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
    }

    .sitecontent .submenu ul li.selected a {
        color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
        font-weight: bold;
    }

    .sitecontent .submenu ul li {
        border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    }

        .sitecontent .submenu ul li.open {
            border-top: none;
        }

        .sitecontent .submenu ul li i {
            padding-left: 20px;
            display: block;
            font-style: normal;
        }

.sitecontent .search {
    width: auto;
    float: left;
}

.sitecontent .flash {
    overflow: hidden;
}

    .sitecontent .flash .images {
        position: relative;
        overflow: hidden;
    }

.sitecontent .frontpagelinks > a {
    display: block;
    font-size: 14px;
}

.sitecontent .frontpagelinks h3 a {
    text-decoration: none;
}

    .sitecontent .frontpagelinks h3 a:hover {
        color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
        text-decoration: underline;
    }

.sitecontent .footerWrapper {
    background: /*FooterBgColor*/ #ffffff /*FooterBgColor*/;
}

.sitecontent .footer {
    color: /*FooterColor*/ #000000 /*FooterColor*/;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 20px;
    font-size: 16px;
}

    .sitecontent .footer .bottomLogo {
        margin-top: 10px;
    }

    .sitecontent .footer .contactInfo {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

        .sitecontent .footer .contactInfo h1 {
            font-size: 18px;
            font-weight: bold;
            line-height: 24px;
            text-transform: initial;
            margin-bottom: 0;
        }

        .sitecontent .footer .contactInfo a {
            color: /*FooterLinkColor*/ #ee7203 /*FooterLinkColor*/;
        }

            .sitecontent .footer .contactInfo a.smallLink {
                color: #000;
                font-size: 14px;
                text-transform: uppercase;
            }

            .sitecontent .footer .contactInfo a:hover {
                color: /*FooterLinkHoverColor*/ #fe5000 /*FooterLinkHoverColor*/;
            }

        .sitecontent .footer .contactInfo ul {
            text-align: center;
            line-height: 20px;
        }

            .sitecontent .footer .contactInfo ul li {
                display: block;
                margin: 0;
            }

        .sitecontent .footer .contactInfo .phone a {
            color: /*FooterColor*/ #000000 /*FooterColor*/;
        }

            .sitecontent .footer .contactInfo .phone a:hover {
                color: /*FooterLinkHoverColor*/ #fe5000 /*FooterLinkHoverColor*/;
            }

    .sitecontent .footer .copyright {
        margin-top: 40px;
        color: #a7a8aa;
    }

        .sitecontent .footer .copyright ul {
            text-align: right;
        }

            .sitecontent .footer .copyright ul li {
                display: inline-block;
            }

            .sitecontent .footer .copyright ul + ul {
                font-size: 10px;
            }

.sitecontent .space {
    margin-top: 30px;
}

.sitecontent .cycle-pager {
    text-align: center;
    display: none;
}

    .sitecontent .cycle-pager span {
        color: /*Color*/ #000000 /*Color*/;
        display: inline-block;
        font-size: 36px;
        float: none;
        width: auto;
        cursor: pointer;
        line-height: 100%;
    }

    .sitecontent .cycle-pager .cycle-pager-active {
        color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
    }

.sitecontent #fancybox-wrap {
    box-sizing: content-box;
}

.sitecontent .forumMainWrapper {
    padding: 4px;
}

    .sitecontent .forumMainWrapper * {
        line-height: 1.5em;
    }

    .sitecontent .forumMainWrapper h1,
    .sitecontent .forumMainWrapper h2 {
        margin: 0;
    }

    .sitecontent .forumMainWrapper h1 {
        font-size: 1.8em;
    }

    .sitecontent .forumMainWrapper h2 {
        font-size: 1.4em;
    }

.sitecontent .clearBoth {
    clear: both;
}

.sitecontent .width50percent {
    width: 50%;
}

.sitecontent .width99percent {
    width: 99%;
}

.sitecontent .fontSizeSmall {
    font-size: 0.9em;
}

.sitecontent .fontSizeLarge {
    font-size: 1.2em;
}

.sitecontent .floatRight {
    float: right;
}

.sitecontent label.error,
.sitecontent span.error {
    color: Red;
    font-style: italic;
}

.sitecontent .list {
    margin: -2px;
}

    .sitecontent .list table {
        width: 100%;
        border-spacing: 2px;
        border-collapse: separate;
    }

    .sitecontent .list td {
        padding: 4px;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
    }

    .sitecontent .list thead td {
        font-weight: bold;
        background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
        color: /*MenuColor*/ #000000 /*MenuColor*/;
    }

    .sitecontent .list a {
        text-decoration: underline;
    }

    .sitecontent .list .numberColumn {
        text-align: center;
    }

    .sitecontent .list .fullWidthRow {
        padding: 8px;
        background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
        color: /*MenuColor*/ #000000 /*MenuColor*/;
    }

.sitecontent .postHeader {
    padding: 4px 10px 4px 4px;
    float: right;
    text-align: right;
    color: /*MenuColor*/ #000000 /*MenuColor*/;
}

.sitecontent .postWrapper {
    border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}

    .sitecontent .postWrapper.first {
        /* background-color: #F5F5FF; */
    }

    .sitecontent .postWrapper .userInfo {
        padding: 4px 4px 4px 10px;
        float: left;
        color: /*MenuColor*/ #000000 /*MenuColor*/;
    }

.sitecontent .userinfoPostheaderWrapper {
    background: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    width: 100%;
    height: 27px;
}

.sitecontent .postWrapper .postText {
    padding: 8px;
}

.sitecontent .postWrapper .postImages {
    padding: 8px;
}

    .sitecontent .postWrapper .postImages img {
        margin: 4px 4px 0 0;
    }

.sitecontent .pageNumberWrapper {
    margin: auto;
}

    .sitecontent .pageNumberWrapper a {
        float: left;
        display: block;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        padding: 4px 8px;
        margin: 0 2px 0 2px;
    }

        .sitecontent .pageNumberWrapper a.currentPage {
            color: #e0e0e0;
        }

.sitecontent .breadcrumbsWrapper {
    color: /*MenuColor*/ #000000 /*MenuColor*/;
    padding: 6px;
    background-color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
    /* text-decoration: underline; */
}

    .sitecontent .breadcrumbsWrapper a {
        text-decoration: underline !important;
        color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
    }

.sitecontent .newThreadLinkWrapper {
    width: 100%;
    font-size: 1.1em;
}

    .sitecontent .newThreadLinkWrapper td {
        vertical-align: bottom;
    }

    .sitecontent .newThreadLinkWrapper a {
        float: right;
        display: inline-block;
        padding: 5px;
        background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
        color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
        font-weight: bold;
    }

.sitecontent .deleteThreadLink {
    text-align: right;
    margin-bottom: 10px;
}

    .sitecontent .deleteThreadLink a {
        background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
        padding: 5px;
        color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
        font-weight: bold;
    }

.sitecontent .deletePostLink {
    color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
    padding: 5px;
    font-weight: bold;
    margin: 3px 0 15px 0;
}

.sitecontent a.deletePostLink:hover {
    color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
}

.sitecontent .forumEmailIcon {
    vertical-align: middle;
    margin-right: 5px;
}

.sitecontent .approveButtonLink {
    font-size: 2em;
    padding: 4px;
    color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
}

.sitecontent a.approveButtonLink:hover {
    color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
}

.sitecontent .createUserLink {
    font-weight: bold;
    text-decoration: underline;
    color: /*LinkColor*/ #004e9b /*LinkColor*/;
    margin-bottom: 10px;
    float: left;
}

.sitecontent .forumHeader {
    float: left;
    width: 100%;
    border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .sitecontent .forumHeader .closeButton {
        float: right;
        margin-top: -25px;
        padding: 10px 20px;
        border-radius: 5px;
        background: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .sitecontent .forumHeader .closeButton span {
            color: /*BgColor*/ #ffffff /*BgColor*/;
            text-transform: uppercase;
        }

.sitecontent .notLoggedInPanel .field {
    float: left;
    margin-right: 10px;
}

    .sitecontent .notLoggedInPanel .field input {
        height: 30px;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        padding: 2px 5px;
        box-sizing: border-box;
    }

.sitecontent .notLoggedInPanel input[type=submit] {
    border: 0px;
    color: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    background-color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
    padding: 5px;
    font-weight: bold;
}

.sitecontent .notLoggedInPanel .inputs {
    margin-top: 5px;
}
/***********************************************************/
#divPageContents > div {
    line-height: 1.2em;
    color: /*Color*/ #000000 /*Color*/;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

#divPageContents .editContents {
    margin-bottom: 0;
}

.subcontent > div {
    clear: both;
    margin-bottom: 20px;
}

    .subcontent > div > span {
        margin-bottom: 20px;
    }
/*  CONTENT LAYOUT  ****************************************/
.subcontent {
    font-size: 16px;
    line-height: 1.4em;
    color: #1e1e1e;
    /*  PAGEOPTIONS  */
    /* FAQ */
    /*  INPUT MODULS  */
    /*  IMAGE MODULS  */
    /*div span + span {
            float: left;
            margin-left: 20px;
        }*/
    /*  NEWS MODULS  */
    /*  NEWS VIEW  */
    /*  PRODUCT MODULS  */
    /*  PRODUCT VIEW  */
    /*.viewback {
        width: @PageContentWidth;
        display: block;
        float: left;
        text-align: left;
        line-height: 28px;
        margin-bottom: 20px;
    }

        .viewback.bottom {
            margin-top: 20px;
        }*/
    /*  GALLERY MODULS  */
    /* content width - margin*3 / 4 images */
    /*  LOGIN MODULS  */
    /*  FILE MODULS  */
    /*  CALENDAR MODULS  */
    /*  GUESTBOOK MODULS  */
    /* content width - margin*2 - submit width - margin - error div width / 2 inputs */
    /* DEALER  MODULS  */
    /* content width - margin*3 / 4 images */
    /*  FAMILY MODULS  */
    /* HORSE VIEW */
    /* WYSIWYG */
    /*  COUNTER MODULS  */
    /*  VIDEO MODULS  */
    /*  ADD THIS MODULS  */
    /*  HOMEMODULE  */
}

    .subcontent h1,
    .subcontent h2,
    .subcontent h3,
    .subcontent h4,
    .subcontent h5,
    .subcontent h6 {
        float: none;
        width: auto;
    }

    .subcontent #divPageContents > h1 {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .subcontent #divPageContents > h2 {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .subcontent h1 {
        text-align: center;
        font-size: 40px;
        line-height: 1.3em;
        font-weight: normal;
    }

    .subcontent h2 {
        text-align: center;
        font-size: 26px;
        line-height: 1.3em;
        font-weight: normal;
        color: #1e1e1e;
    }

    .subcontent h3 {
        font-size: 16px;
        line-height: 1.3em;
        font-weight: bold;
        text-transform: uppercase;
        color: #1e1e1e;
        margin-bottom: 0;
        width: 100%;
        /*float: left;
        width: 100%;*/
    }

    .subcontent h4 {
        font-size: 21px;
        color: #aaaaaa;
        line-height: 1.1em;
        text-transform: none;
        font-weight: normal;
        margin-bottom: 0;
    }

    .subcontent #pageContents_divPageOptions {
        float: left;
        clear: both;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .subcontent #pageContents_divPageOptions > span {
            margin-left: 20px;
            float: right;
            cursor: pointer;
        }

        .subcontent #pageContents_divPageOptions span span {
            float: left;
            display: block;
            line-height: 16px;
            margin-left: 5px;
        }

            .subcontent #pageContents_divPageOptions span span:hover {
                color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
            }

        .subcontent #pageContents_divPageOptions span img {
            float: left;
        }

    .subcontent .faq .faq-question h2 {
        background: #888888;
        color: #fff;
        border-radius: 5px;
        margin: 5px 0;
        font-size: 18px !important;
        padding: 0 10px;
        cursor: pointer;
        text-transform: none !important;
        float: left;
        width: 100%;
        text-align: left;
        line-height: 32px;
        transition: background 0.5s ease;
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;
        /* Likely future */
        box-sizing: border-box;
    }

        .subcontent .faq .faq-question h2 span {
            width: auto;
            line-height: 30px;
            margin-right: 10px;
            transform: rotate(0deg);
            transition: transform 0.5s ease;
        }

        .subcontent .faq .faq-question h2 img {
            width: 13px;
            margin: 5px 10px 10px;
            transform: rotate(0deg);
            transition: transform 0.5s ease;
            vertical-align: middle;
        }

    .subcontent .faq .faq-question .faq-answer {
        display: none;
        color: #646464;
        float: left;
        width: 100%;
    }

        .subcontent .faq .faq-question .faq-answer span {
            float: none;
            width: auto;
            border-radius: 0;
        }

        .subcontent .faq .faq-question .faq-answer img {
            float: right;
            width: 50%;
            margin: 0 0 10px 10px;
        }

        .subcontent .faq .faq-question .faq-answer em {
            font-style: italic;
        }

        .subcontent .faq .faq-question .faq-answer ol {
            padding-left: 40px;
        }

            .subcontent .faq .faq-question .faq-answer ol li {
                list-style: decimal;
            }

        .subcontent .faq .faq-question .faq-answer ul {
            padding-left: 40px;
        }

            .subcontent .faq .faq-question .faq-answer ul li {
                list-style: disc;
            }

    .subcontent .faq .faq-question.active h2 {
        background: #666666;
    }

        .subcontent .faq .faq-question.active h2 span {
            transform: rotate(180deg);
        }

        .subcontent .faq .faq-question.active h2 img {
            transform: rotate(90deg);
        }

    .subcontent input[type=text],
    .subcontent input[type=password],
    .subcontent textarea,
    .subcontent input[type=submit] {
        outline: none;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        height: 30px;
        width: 200px;
        float: left;
        padding: 5px 10px;
        color: /*Color*/ #000000 /*Color*/;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        border-radius: 2px;
        box-sizing: border-box;
    }

    .subcontent .field {
        float: left;
        position: relative;
        width: 200px;
    }

        .subcontent .field:first-child {
            margin-right: 10px;
        }

    .subcontent input:focus,
    .subcontent textarea:focus {
        border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
    }

    .subcontent input[type=submit] {
        filter: chroma(color=#000000);
        width: auto;
        height: 30px;
        color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        cursor: pointer;
    }

        .subcontent input[type=submit]:active {
            border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
            background: /*BgColor*/ #ffffff /*BgColor*/;
            color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        }

        .subcontent input[type=submit]:hover {
            border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
        }

    .subcontent .watermark {
        position: absolute;
        padding: 7px 10px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        left: 0px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

        .subcontent .watermark label {
            cursor: text;
            font-weight: normal;
            width: 100%;
            margin-bottom: 0;
        }

    .subcontent select {
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        outline: none;
        height: 22px;
        padding: 2px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        border-radius: 2px;
    }

    .subcontent .singleImage {
        text-align: center;
    }

        .subcontent .singleImage span {
            float: none;
            border-radius: 0;
            display: inline-block;
        }

            .subcontent .singleImage span i {
                text-align: left;
            }

    .subcontent div span {
        float: left;
        width: 100%;
        border-radius: 2px;
    }

        .subcontent div span img {
            width: 100%;
        }

        .subcontent div span.fl {
            margin: 0px 20px 20px 0px;
            float: left;
            width: 50%;
        }

        .subcontent div span.fr {
            margin: 0px 0px 20px 20px;
            float: right;
            width: 50%;
        }

        .subcontent div span i {
            float: left;
            clear: both;
            width: 100%;
        }

    .subcontent .news {
        float: left;
        margin-bottom: 20px;
    }

        .subcontent .news h1,
        .subcontent .news h2 {
            text-align: left;
        }

        .subcontent .news .newssearch {
            float: none;
            display: block;
            width: 100%;
        }

            .subcontent .news .newssearch .field,
            .subcontent .news .newssearch input[type=submit] {
                margin-top: 6px;
            }

            .subcontent .news .newssearch input[type=submit] {
                font-size: 20px;
                font-weight: bold;
                font-family: monospace;
                line-height: 10px;
            }

    .subcontent .newslist {
        float: left;
        width: 100%;
    }

        .subcontent .newslist .newsitem {
            float: left;
            padding: 20px 0px;
            width: 100%;
            border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        }

            .subcontent .newslist .newsitem:first-child {
                border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
                margin-top: 20px;
            }

    .subcontent .newsitem > a {
        float: left;
        margin: 0 2% 2% 0;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        border-radius: 2px;
    }

        .subcontent .newsitem > a:hover {
            border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
        }

    .subcontent .newsitem .newstext p {
        margin-bottom: 0px;
    }

    .subcontent .newsitem h2 {
        margin-bottom: 0;
    }

        .subcontent .newsitem h2 a {
            float: none;
        }

        .subcontent .newsitem h2 em {
            font-size: 11px;
            color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
            float: right;
        }

    .subcontent .newsitem span {
        float: none;
    }

    .subcontent .newsitem .date {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .subcontent .news .newspage {
        float: left;
        text-align: center;
        padding-top: 10px;
        height: 28px;
        display: block;
    }

        .subcontent .news .newspage a {
            padding: 5px 10px;
            text-align: center;
            background: /*BgColor*/ #ffffff /*BgColor*/;
            display: inline-block;
            border: 1px solid solid;
        }

            .subcontent .news .newspage a:hover {
                text-decoration: none;
                color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
                border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
            }

            .subcontent .news .newspage a.active {
                color: /*LinkColor*/ #004e9b /*LinkColor*/;
            }

            .subcontent .news .newspage a:active {
                background: /*BgColor*/ #ffffff /*BgColor*/;
                color: /*LinkColor*/ #004e9b /*LinkColor*/;
            }

    .subcontent .newsview {
        float: left;
    }

        .subcontent .newsview h1,
        .subcontent .newsview h2 {
            text-align: left;
        }

        .subcontent .newsview ol,
        .subcontent .newsview ul {
            margin: 1em 0;
        }

            .subcontent .newsview ol li {
                list-style: decimal;
                margin-left: 3em;
                padding-left: 0.5em;
            }

            .subcontent .newsview ul li {
                list-style: disc;
                margin-left: 3em;
                padding-left: 0.5em;
            }

        .subcontent .newsview span {
            width: auto;
            float: none;
        }

        .subcontent .newsview strong {
            font-weight: bold !important;
        }

            .subcontent .newsview strong em {
                font-style: italic !important;
                font-weight: bold !important;
            }

        .subcontent .newsview em {
            font-style: italic !important;
        }

            .subcontent .newsview em strong {
                font-style: italic !important;
                font-weight: bold !important;
            }

    .subcontent .viewback {
        /*width: @PageContentWidth;
        display: block;
        float: left;
        text-align: left;
        //border-bottom: @BorderSize @BorderStyle @BorderColor;
        line-height: 28px;
        margin-bottom: 20px;*/
        outline: none;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        width: 200px;
        float: left;
        padding: 5px 10px;
        color: /*Color*/ #000000 /*Color*/;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        border-radius: 2px;
        filter: chroma(color=#000000);
        width: auto;
        height: 30px;
        color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        cursor: pointer;
        box-sizing: border-box;
        font-size: 20px;
        font-weight: bold;
        font-family: monospace;
    }

        .subcontent .viewback.bottom {
            margin-top: 20px;
        }

    .subcontent .newsview h1 em {
        font-size: 11px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        float: right;
    }

    .subcontent .newsview .newsimages {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .subcontent .newsview .newsimages .image {
            display: block;
        }

            .subcontent .newsview .newsimages .image:hover {
                border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
            }

            .subcontent .newsview .newsimages .image a {
                display: block;
            }

            .subcontent .newsview .newsimages .image img {
                width: 100%;
                height: auto;
            }

    .subcontent .newsimages .list li {
        width: 126px;
        height: 94px;
        float: left;
        margin: 10px 10px 0px 0px;
        padding-left: 0;
        overflow: hidden;
    }

        .subcontent .newsimages .list li:hover {
            border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
        }

        .subcontent .newsimages .list li a {
            display: block overflow: hidden;
        }

            .subcontent .newsimages .list li a img {
                width: 100%;
                height: auto;
            }

    .subcontent .newsview .newsimages a:hover {
        border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
    }

    .subcontent .newsview .newscomment {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .subcontent .newscomment,
    .subcontent .guestbook-entries {
        clear: both;
        margin-bottom: 20px;
    }

        .subcontent .newscomment .textarea {
            margin-bottom: 10px;
            float: left;
        }

        .subcontent .newscomment textarea {
            height: 138px;
        }

        .subcontent .newscomment .textarea .field {
            width: 100%;
        }

        .subcontent .newscomment input[type=text] {
            width: 178px;
        }

        .subcontent .newscomment input[type=submit] {
            width: auto;
            margin: 10px 0 0 0;
        }

        .subcontent .newscomment .form {
            width: 100%;
        }

        .subcontent .newscomment .error {
            width: 150px;
            float: left;
            margin-left: 20px;
        }

            .subcontent .newscomment .error span {
                background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
                padding-left: 15px;
                color: #c28484 !important;
                line-height: 20px;
            }

        .subcontent .newscomment .news-comment {
            clear: both;
        }

            .subcontent .newscomment .news-comment h4 {
                float: left;
            }

                .subcontent .newscomment .news-comment h4 em {
                    font-size: 11px;
                    color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
                    float: right;
                }

        .subcontent .newscomment .news-comment {
            padding: 15px 0;
            border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        }

        .subcontent .newscomment .commentlist-headline {
            margin-top: 40px;
        }

        .subcontent .newscomment h3 em {
            font-size: 11px;
            color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
            float: right;
        }

    .subcontent .product {
        float: left;
        margin-bottom: 20px;
    }

        .subcontent .product .search {
            float: left;
            padding-left: 18px;
        }

    .subcontent .productlist table {
        clear: both;
    }

    .subcontent .productlist .productitem {
        display: inline-block;
        width: 24%;
        vertical-align: middle;
        box-sizing: border-box;
        text-align: center;
        padding: 12px 4px 12px 4px;
    }

@media screen and (max-width: 479px) {
    .subcontent .productlist .productitem {
        width: 49%;
    }
}

.subcontent .productlist .productitem img {
    width: 100%;
}

.subcontent .productitem > a + a {
    font-family: Georgia;
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    color: #545454;
}

.subcontent .productitem > a:hover {
    border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}

.subcontent .productitem .newstext {
    float: left;
    width: 728px;
}

    .subcontent .productitem .newstext p {
        margin-bottom: 0px;
    }

    .subcontent .productitem .newstext h2 a {
        float: left;
    }

    .subcontent .productitem .newstext h2 em {
        font-size: 11px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        float: right;
    }

.subcontent .product .newspage {
    float: left;
    width: 920px;
    text-align: center;
    padding-top: 10px;
    height: 28px;
    display: block;
}

    .subcontent .product .newspage a {
        padding: 5px 10px;
        text-align: center;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        display: inline-block;
        border: 1px solid;
    }

        .subcontent .product .newspage a:hover {
            text-decoration: none;
            color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
            border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
        }

        .subcontent .product .newspage a.active {
            color: /*LinkColor*/ #004e9b /*LinkColor*/;
        }

        .subcontent .product .newspage a:active {
            background: /*BgColor*/ #ffffff /*BgColor*/;
            color: /*LinkColor*/ #004e9b /*LinkColor*/;
        }

.subcontent .productview {
    float: left;
}

    .subcontent .productview table td {
        padding: 8px;
    }

    .subcontent .productview h2 span {
        float: none;
    }

    .subcontent .productview h1 em {
        font-size: 11px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        float: right;
    }

    .subcontent .productview .productimages {
        float: left;
        margin-bottom: 20px;
    }

        .subcontent .productview .productimages .image {
            display: inline-block;
            padding: 5px;
            background: /*BgColor*/ #ffffff /*BgColor*/;
        }

            .subcontent .productview .productimages .image a {
                display: block;
                overflow: hidden;
            }

            .subcontent .productview .productimages .image img {
                height: auto;
            }

        .subcontent .productview .productimages .list {
            float: left;
            clear: both;
        }

.subcontent .productimages .list ul {
    float: left;
}

.subcontent .productimages .list li {
    padding: 5px;
    background: /*BgColor*/ #ffffff /*BgColor*/;
    float: left;
}

    .subcontent .productimages .list li a {
        display: block;
        overflow: hidden;
    }

        .subcontent .productimages .list li a img {
            height: auto;
        }

.subcontent .productview .productimages a:hover {
    border-color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
}

.subcontent .productview .newscomment {
    float: left;
    margin-bottom: 20px;
    margin-top: 40px;
}

.subcontent .txtQuantity {
    width: 22px !important;
    text-align: right;
}

.subcontent .increase {
    padding: 8px 4px 8px 8px;
    float: left;
    cursor: pointer;
}

.subcontent .decrease {
    padding: 8px 8px 8px 4px;
    float: left;
    cursor: pointer;
}

.subcontent .delete {
    padding: 8px 4px 8px 8px;
    float: left;
    cursor: pointer;
}

.subcontent .show {
    padding: 8px 8px 8px 4px;
    cursor: pointer;
    float: left;
}

.subcontent .productBasket p {
    line-height: 30px;
    float: left;
    margin-right: 10px;
}

.subcontent .productcomment,
.subcontent .guestbook-entries {
    float: left;
    clear: both;
    width: 920px;
    margin-bottom: 20px;
}

    .subcontent .productcomment .textarea {
        margin-bottom: 10px;
        float: left;
    }

    .subcontent .productcomment textarea {
        width: 78%;
        height: 138px;
    }

    .subcontent .productcomment .textarea .field {
        width: 100%;
    }

    .subcontent .productcomment input[type=text] {
        width: 178px;
    }

    .subcontent .productcomment input[type=submit] {
        width: auto;
        margin: 10px 0 0 0;
    }

    .subcontent .productcomment .form {
        width: 100%;
        float: left;
    }

    .subcontent .productcomment .error {
        width: 150px;
        float: left;
        margin-left: 20px;
    }

        .subcontent .productcomment .error span {
            background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
            padding-left: 15px;
            color: #c28484 !important;
            line-height: 20px;
        }

    .subcontent .productcomment .news-comment {
        float: left;
        clear: both;
    }

        .subcontent .productcomment .news-comment h4 {
            float: left;
        }

            .subcontent .productcomment .news-comment h4 em {
                font-size: 11px;
                color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
                float: right;
            }

    .subcontent .productcomment .news-comment {
        float: left;
        padding: 20px 0px 3px 0px;
        width: 920px;
        border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
    }

    .subcontent .productcomment .commentlist-headline {
        margin-top: 40px;
    }

    .subcontent .productcomment h3 em {
        font-size: 11px;
        color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
        float: right;
    }

.subcontent .gallery {
    float: left;
    width: 920px;
    overflow: hidden;
}

    .subcontent .gallery .text {
        padding: 5px 0;
        text-align: left;
    }

    .subcontent .gallery .cycle-slideshow img {
        width: 100%;
    }

    .subcontent .gallery ul {
        display: block;
        margin-bottom: 0;
    }

    .subcontent .gallery li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: auto;
        list-style: none !important;
        vertical-align: top;
    }

        .subcontent .gallery li a {
            display: block;
        }

            .subcontent .gallery li a img {
                width: 100%;
                height: auto;
                position: relative;
                overflow: hidden;
            }

        .subcontent .gallery li:hover {
            border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
        }

        .subcontent .gallery li i {
            float: left;
            width: 215px;
            margin-top: 5px;
            text-align: center;
        }

.subcontent .gallerybox {
    text-align: center;
}

    .subcontent .gallerybox a {
        margin: auto;
    }

.subcontent .login,
.subcontent .loginmodule {
    float: left;
    width: 920px;
    margin-bottom: 20px;
}

    .subcontent .login .inputs {
        clear: both;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .subcontent .login input:focus {
        border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
    }

    .subcontent .login .inputs a {
        float: left;
    }

        .subcontent .login .inputs a + a {
            margin-left: 20px;
        }

    .subcontent .login .field {
        margin: 6px 6px 0 0;
    }

    .subcontent .login input[type=submit] {
        margin-top: 6px;
    }

    .subcontent .login input[type=text] {
        width: 89%;
    }

.subcontent span.loggedInHeader {
    display: block;
    float: left;
    border: 1px solid;
    width: auto - 20px;
    outline: none;
    padding: 5px 10px;
    color: /*Color*/ #000000 /*Color*/;
    background: /*BgColor*/ #ffffff /*BgColor*/;
    margin-right: 10px;
    margin-top: 6px;
    box-sizing: border-box;
}

.subcontent .fileContainer {
    float: left;
    margin-bottom: 20px;
    clear: both;
    width: 920px;
}

    .subcontent .fileContainer ul {
        float: left;
        width: 100%;
    }

    .subcontent .fileContainer li {
        padding: 15px 0 15px 0;
        float: left;
        width: 100%;
        position: relative;
    }

    .subcontent .fileContainer ul li a {
        float: left;
        padding-left: 40px;
    }

        .subcontent .fileContainer ul li a img {
            position: absolute;
            top: 6px;
            left: 0px;
        }

.subcontent .calendar {
    float: left;
    clear: both;
    width: 920px;
    margin-bottom: 20px;
}

    .subcontent .calendar > table {
        float: left;
        width: 300px;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        border-radius: 2px;
    }

    .subcontent .calendar table.header {
        border: 0px;
        background: /*BgColor*/ #ffffff /*BgColor*/;
    }

        .subcontent .calendar table.header td {
            border: 0 none;
            text-transform: uppercase;
            text-align: center;
            color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        }

            .subcontent .calendar table.header td a {
                color: /*LinkColor*/ #004e9b /*LinkColor*/ !important;
            }

                .subcontent .calendar table.header td a:hover {
                    color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/ !important;
                    text-decoration: none;
                }

    .subcontent .calendar table td {
        height: 40px;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        color: /*Color*/ #000000 /*Color*/;
        font-weight: bold;
    }

    .subcontent .calendar table th {
        height: 20px;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        color: /*Color*/ #000000 /*Color*/;
        font-weight: bold;
        text-align: center;
    }

    .subcontent .calendar table td.day a {
        display: block;
        line-height: 40px;
        height: 40px;
        vertical-align: middle;
        width: 42px;
        position: relative;
        color: /*LinkColor*/ #004e9b /*LinkColor*/;
    }

        .subcontent .calendar table td.day a:hover {
            color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
            text-decoration: none;
        }

        .subcontent .calendar table td.day a span {
            display: block;
            position: absolute;
            height: 7px;
            width: 7px;
            top: 2px;
            left: 2px;
            border-top: 3px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
            border-left: 3px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        }

    .subcontent .calendar table td.today {
        background: #eaeaea;
    }

    .subcontent .calendar table td.event {
        background-color: /*BgColor*/ #ffffff /*BgColor*/;
    }

        .subcontent .calendar table td.event a {
            color: /*LinkColor*/ #004e9b /*LinkColor*/;
        }

    .subcontent .calendar table td.today.event span {
        display: none;
    }

    .subcontent .calendar table .today.event a:hover {
        color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
    }

    .subcontent .calendar ul {
        float: left;
        width: 600px;
        margin-left: 18px;
    }

        .subcontent .calendar ul li {
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

            .subcontent .calendar ul li h4 a {
                float: left;
            }

            .subcontent .calendar ul li h4 em {
                font-size: 11px;
                color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
                float: right;
            }

.subcontent .subcontent .calendar > table {
    width: 49%;
}

.subcontent .subcontent .calendar ul {
    width: 49%;
    float: right;
    margin: 0;
}

.subcontent .guestbook-form,
.subcontent .guestbook-entries {
    float: left;
    clear: both;
    width: 920px;
    margin-bottom: 20px;
}

    .subcontent .guestbook-form textarea {
        width: 78%;
        max-width: 78%;
        min-width: 100px;
        height: 138px;
        min-height: 50px;
    }

    .subcontent .guestbook-form .form .field {
        width: 342.5px;
    }

    .subcontent .guestbook-form input[type=text] {
        width: 320.5px;
    }

    .subcontent .guestbook-form input[type=submit] {
        width: 45px;
    }

    .subcontent .guestbook-form .form {
        width: 100%;
        float: left;
    }

    .subcontent .guestbook-form .error {
        width: 150px;
        float: left;
        margin-left: 20px;
    }

        .subcontent .guestbook-form .error span {
            background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
            padding-left: 15px;
            color: #c28484 !important;
            line-height: 20px;
        }

    .subcontent .guestbook-form .field.textarea {
        margin-bottom: 10px;
        width: 100%;
    }

.subcontent .guestbook-gravatar {
    display: none;
}

.subcontent .guestbook-entries .guestbook-entry {
    float: left;
    clear: both;
    width: 920px;
}

    .subcontent .guestbook-entries .guestbook-entry h3 {
        float: left;
    }

        .subcontent .guestbook-entries .guestbook-entry h3 em {
            font-size: 11px;
            color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
            float: right;
        }

.subcontent .guestbook-entries .guestbook-entry {
    float: left;
    padding: 20px 0px 3px 0px;
    width: 920px;
    border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}

.subcontent .commentlist-headline {
    margin-top: 40px;
}

.subcontent .guestbook-entries h3 em {
    font-size: 11px;
    color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
    float: right;
}

.subcontent .dealerlist {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

    .subcontent .dealerlist h4 img {
        width: auto;
    }

    .subcontent .dealerlist h3 {
        float: none;
    }

    .subcontent .dealerlist .list {
        float: left;
        clear: both;
    }

        .subcontent .dealerlist .list img {
            width: auto;
        }

        .subcontent .dealerlist .list div {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: top;
            min-width: 150px;
            margin: 20px 20px 0 0;
        }

        .subcontent .dealerlist .list span {
            float: left;
            clear: left;
        }

        .subcontent .dealerlist .list a {
            float: left;
        }

        .subcontent .dealerlist .list > li {
            float: left;
            width: 100%;
            overflow: hidden;
            border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
            padding-bottom: 20px;
        }

            .subcontent .dealerlist .list > li:first-child {
                border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
            }

            .subcontent .dealerlist .list > li h3 {
                margin: 10px 0 0 0;
            }

            .subcontent .dealerlist .list > li ul {
                float: left;
                margin: 15px;
            }

    .subcontent .dealerlist .info {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        .subcontent .dealerlist .info td {
            vertical-align: top;
            width: 26%;
        }

            .subcontent .dealerlist .info td:first-child {
                width: 22%;
            }

        .subcontent .dealerlist .info ul {
            float: left;
            line-height: 20px;
        }

        .subcontent .dealerlist .info li img {
            float: left;
            margin-right: 5px;
        }

        .subcontent .dealerlist .info li {
            padding-left: 21px;
        }

            .subcontent .dealerlist .info li:first-child {
                padding-left: 0px;
            }

                .subcontent .dealerlist .info li:first-child a img {
                    width: 198px;
                    margin: 0px;
                }

                .subcontent .dealerlist .info li:first-child a {
                    float: left;
                    border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
                    padding: 5px;
                    background: /*BgColor*/ #ffffff /*BgColor*/;
                    border-radius: 2px;
                    margin: 0px 26.285714285714285px 0px 0px;
                }

                    .subcontent .dealerlist .info li:first-child a:hover {
                        border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
                    }

    .subcontent .dealerlist .header {
        float: left;
        clear: both;
        width: 100%;
        border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .subcontent .dealerlist .header h2 {
            width: 100%;
        }

        .subcontent .dealerlist .header .sorting {
            float: left;
        }

            .subcontent .dealerlist .header .sorting > div {
                display: inline-block;
                *display: inline;
                zoom: 1;
            }

                .subcontent .dealerlist .header .sorting > div:first-child {
                    padding-top: 6px;
                    padding-right: 6px;
                }

    .subcontent .dealerlist .sorting select {
        margin-right: 6px;
    }

    .subcontent .dealerlist .sorting select,
    .subcontent .dealerlist .sorting input {
        margin-top: 6px;
    }

    .subcontent .dealerlist .sorting .button {
        padding: 2px 10px;
        height: 22px;
        float: none;
    }

    .subcontent .dealerlist .search {
        float: left;
        clear: both;
        margin-bottom: 20px;
    }

        .subcontent .dealerlist .search .textfield {
            float: left;
        }

            .subcontent .dealerlist .search .textfield input {
                margin-top: 6px;
            }

                .subcontent .dealerlist .search .textfield input[type=text] {
                    margin-right: 6px;
                }

        .subcontent .dealerlist .search .checkfield {
            float: left;
        }

    .subcontent .dealerlist .checkfield ul {
        float: left;
    }

        .subcontent .dealerlist .checkfield ul li {
            margin: 10px 15px 0px 0px;
            height: 18px;
            float: left;
            padding: 5px 10px;
            color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
            border-radius: 2px;
            line-height: 18px;
        }

            .subcontent .dealerlist .checkfield ul li label {
                margin-left: 5px;
                float: left;
            }

            .subcontent .dealerlist .checkfield ul li input {
                float: left;
                margin-top: 2px;
            }

    .subcontent .dealerlist .pagingContainer {
        float: left;
        padding-top: 7px;
    }

        .subcontent .dealerlist .pagingContainer table {
            width: 100%;
        }

        .subcontent .dealerlist .pagingContainer td {
            text-align: center;
            width: 75px;
        }

        .subcontent .dealerlist .pagingContainer span {
            padding: 5px;
            float: none;
        }

        .subcontent .dealerlist .pagingContainer .pagingNumbers {
            width: 400px;
        }

.subcontent .FamilyTree {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    word-break: break-all;
}

    .subcontent .FamilyTree td {
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        padding: 5px;
    }

.subcontent .horseview {
    float: left;
    width: 920px;
    clear: both;
    margin-bottom: 20px;
}

.subcontent .wysiwyg {
    float: left;
    width: 920px;
    clear: both;
    margin-bottom: 20px;
}

    .subcontent .wysiwyg ul li {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 6px;
    }

    .subcontent .wysiwyg span {
        float: none;
    }

    .subcontent .wysiwyg strong {
        font-weight: bold;
    }

.subcontent .view-counter {
    float: left;
    width: 920px;
    clear: both;
    margin-bottom: 20px;
}

.subcontent .videocontainer {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

    .subcontent .videocontainer .videoImage {
        width: 100%;
        max-width: 640px;
    }

    .subcontent .videocontainer .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        display: block;
        margin: auto;
    }

        .subcontent .videocontainer .videoWrapper object,
        .subcontent .videocontainer .videoWrapper embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .subcontent .videocontainer .playButton {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -42px 0px 0px -42px;
    }

.subcontent .addthis_toolbox {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.subcontent .homeModule .searchWrapper td {
    padding: 4px;
}

.subcontent .homeModule input {
    float: none;
    margin: 0;
}

.subcontent .homeModule .homeList {
    width: 100%;
}

    .subcontent .homeModule .homeList td,
    .subcontent .homeModule .homeList th {
        padding: 8px;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        background-color: /*BgColor*/ #ffffff /*BgColor*/;
    }

.subcontent .homeModule .currentPage {
    text-decoration: underline;
}
/***********************************************************/
/*  ADMINISTRATION LAYOUT  ****************************************/
.admincontent {
    width: 920px;
    background: /*BgColor*/ #ffffff /*BgColor*/;
    /*.fourImages span {
        width: 24%;
        margin-right: 1%;
    }*/
}

    .admincontent fieldset {
        padding: 10px 10px 3px 10px;
        background: /*BgColor*/ #ffffff /*BgColor*/;
        overflow: hidden;
        margin-bottom: 20px;
        border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        border-radius: 2px;
    }

    .admincontent .EmptyContentModule {
        margin-bottom: 20px;
    }

    .admincontent .faq h1 {
        font-size: 15px;
        font-weight: bold;
    }

    .admincontent div .image {
        width: 48%;
        margin-right: 2%;
    }

    .admincontent div span {
        margin-bottom: 30px;
    }

.cke_editable {
    background: /*BgColor*/ #ffffff /*BgColor*/ !important;
    padding: 20px;
}

    .cke_editable ol,
    .cke_editable ul {
        margin: 1em 0;
    }

        .cke_editable ol li {
            list-style: decimal;
            margin-left: 3em;
            padding-left: 0.5em;
        }

        .cke_editable ul li {
            list-style: disc;
            margin-left: 3em;
            padding-left: 0.5em;
        }

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlayHtml {
    font-size: 2vw;
    line-height: 120%;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 45%;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

    .overlayHtml p {
        margin-bottom: 30px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
/*@media screen and (max-width: 959px) {
    .overlayHtml {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .overlayHtml {
        font-size: 25px;
    }
}

@media screen and (max-width: 500px) {
    .overlayHtml {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .overlayHtml {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .overlayHtml {
        font-size: 15px;
    }
}*/
.leftOverlay {
    left: 5%;
    height: 100%;
}

.rightOverlay {
    right: 5%;
    height: 100%;
}

.overlayHtml.rightOverlay {
    right: 5%;
    text-align: right;
}

.sliderHtml {
    font-size: 26px;
    line-height: 120%;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .sliderHtml p {
        margin-bottom: 0;
    }

@media screen and (max-width: 959px) {
    .sliderHtml {
        font-size: 26px;
    }
}

@media screen and (max-width: 600px) {
    .sliderHtml {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {
    .sliderHtml {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .sliderHtml {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .sliderHtml {
        font-size: 14px;
    }
}

.gallerySlider {
    overflow: visible !important;
    min-height: 200px;
}

.subcontent .gallerySlider .cycle-slideshow .splashImage {
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
}

.splashOverlay {
    top: -15px;
    right: 20px;
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 190px;
    height: 190px;
    background: #004e9b;
    border-radius: 50%;
    padding: 8px;
}

    .splashOverlay p {
        font-size: 20px;
        line-height: 1.3em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 0px;
        text-shadow: none;
    }

.splashOverlayOrange {
    top: -15px;
    right: 20px;
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*width: 200px;
    height: 200px;
    background: url(/gfx/layout/splash-gfx-medium-orange.png) no-repeat center center;*/
    width: 190px;
    height: 190px;
    background: #fe5000;
    border-radius: 50%;
    padding: 8px;
}

    .splashOverlayOrange p {
        font-size: 24px;
        line-height: 1.2em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0px;
        margin-right: 0px;
        text-shadow: none;
    }

@media screen and (max-width: 500px) {
    .gallerySlider {
        min-height: 150px;
    }

    .splashOverlay {
        width: 150px;
        height: 150px;
        /*background: url(/gfx/layout/splash-gfx-small.png) no-repeat center center;*/
    }

        .splashOverlay p {
            font-size: 16px;
            margin-bottom: 10px;
        }
}
/***********************************************************/
/*  POPUP CONTENT LAYOUT  ****************************************/
.popupcontent {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

    .popupcontent .calendarview {
        margin: 10px;
    }

        .popupcontent .calendarview .stylebox {
            border: /*BorderColor*/ #d6d6d6 /*BorderColor*/ solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
            background: /*BgColor*/ #ffffff /*BgColor*/;
            border-radius: 2px;
            margin-bottom: 10px;
            padding: 10px;
            clear: both;
            overflow: auto;
        }

        .popupcontent .calendarview h2 {
            text-align: center;
            padding-top: 7px;
            float: left;
            width: 70%;
            font-size: 30px;
        }

        .popupcontent .calendarview h1,
        .popupcontent .calendarview p {
            padding-bottom: 10px;
        }

        .popupcontent .calendarview h1 {
            padding-bottom: 0px;
            font-size: 20px;
        }

        .popupcontent .calendarview .arrow {
            float: left;
            width: 15%;
            text-align: center;
            padding-top: 20px;
        }

        .popupcontent .calendarview .paging {
            text-align: center;
            padding: 8px 0px;
        }

            .popupcontent .calendarview .paging table {
                width: 100%;
                text-align: center;
            }

            .popupcontent .calendarview .paging td input {
                margin-right: 5px;
            }

        .popupcontent .calendarview .arrow:first-child {
            /*float: left;
            text-align: left;
            width:50%;*/
        }

        .popupcontent .calendarview #tblApply td {
            padding: 2px;
        }

        .popupcontent .calendarview input[type=submit] {
            padding: 5px;
        }

        .popupcontent .calendarview .bookingButton span {
            color: #ffffff;
            padding: 10px;
            border-radius: 2px;
            font-weight: bold;
            float: right;
            background: #e12e2e;
        }

        .popupcontent .calendarview .bookingButton a span {
            background: #5bbb5b;
        }

    .popupcontent .searchview {
        width: 700px;
        margin: 20px auto;
    }

        .popupcontent .searchview h1 {
            width: auto;
            float: left;
        }

        .popupcontent .searchview .search {
            float: right;
        }

        .popupcontent .searchview .searchpages {
            float: left;
            width: 700px;
            text-align: center;
            padding-top: 10px;
            height: 28px;
            display: block;
        }

            .popupcontent .searchview .searchpages a {
                padding: 5px 10px;
                text-align: center;
                background: #fcfcfc;
                display: inline-block;
                border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
            }

                .popupcontent .searchview .searchpages a:hover {
                    text-decoration: none;
                    color: /*LinkHoverColor*/ #3681ee /*LinkHoverColor*/;
                    border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
                }

                .popupcontent .searchview .searchpages a.active {
                    color: /*LinkColor*/ #004e9b /*LinkColor*/;
                }

                .popupcontent .searchview .searchpages a:active {
                    background: /*BgColor*/ #ffffff /*BgColor*/;
                    color: /*LinkColor*/ #004e9b /*LinkColor*/;
                }

        .popupcontent .searchview .resultlist {
            overflow: auto;
            height: 420px;
            float: left;
            width: 700px;
        }

        .popupcontent .searchview .searchitem {
            float: left;
            padding: 20px 0px;
            width: 660px;
            border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
        }

            .popupcontent .searchview .searchitem:first-child {
                border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
            }

            .popupcontent .searchview .searchitem h2 a {
                float: left;
            }

            .popupcontent .searchview .searchitem h2 em {
                font-size: 11px;
                color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
                float: right;
            }

            .popupcontent .searchview .searchitem span {
                text-decoration: underline;
            }
/***********************************************************/
.images .overlay {
    position: absolute;
    top: 0;
    left: -100%;
}
/***********************************************************/
.errorpage h1,
.errorpage h2 {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.errorpage h1 {
    margin-top: 50px;
    font-size: 42px;
    line-height: 50px;
}

.errorpage h2 {
    font-size: 25px;
    margin-top: 20px;
    padding: 0 15px;
}

.errorpage a {
    color: #FFF;
    text-decoration: underline;
}

    .errorpage a:hover {
        color: #eaeaea;
    }

@media screen and (max-width: 500px) {
    .errorpage h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .errorpage h2 {
        font-size: 15px;
    }
}

body {
    -webkit-text-size-adjust: 100%;
}

.pnlEditModule {
    position: absolute !important;
}

.subcontent {
    width: 100%;
}

.contentWrapper {
    max-width: 920px;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    text-align: left;
    width: 100%;
}

    .contentWrapper.smallWidth {
        max-width: 700px;
    }

.imageRotation {
    /*margin-top: -120px;*/
    background: /*BgColor*/ #ffffff /*BgColor*/;
}

.horseSaleWrapper .smallImages div {
    display: inline-block;
    width: 90px;
    padding: 4px;
    margin: 4px;
    text-align: center;
    border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}

.horseSaleWrapper #div-stamtavle td {
    word-wrap: break-word;
    word-break: break-all;
    padding: 6px;
    border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}

.horseSaleWrapper .horse-headlinebar {
    font-weight: bold;
    font-size: 16px;
    margin: 14px 0 14px 0;
}

.horseSaleWrapper #div-info table {
    margin: auto;
    border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}

    .horseSaleWrapper #div-info table td {
        padding: 6px;
        text-align: left;
    }

.horseListItem {
    min-width: 190px;
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
    width: 32.8%;
}

.horseview {
    text-align: center;
}

.frontPageLinksWrapper img {
    width: 100%;
}

.sitecontent .frontPageLinksWrapper h2 {
    float: none;
}

.sitecontent .frontPageLinksHeader {
    float: none;
}

.frontPageLinksWrapper h2 {
    text-align: left;
}

    .frontPageLinksWrapper h2 a {
        color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        font-size: 14px;
        font-weight: normal;
    }

.separator img {
    width: 100%;
    min-height: 1px;
}

img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.menuIcon {
    padding: 10px 8px;
    display: inline-block;
    border-radius: 4px;
    float: right;
    margin-bottom: 10px;
    background: #fe5000;
}

    .menuIcon div {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
    }

        .menuIcon div:last-of-type {
            margin-bottom: 0;
        }

.contentWrapper .submenu ul li:first-child {
    display: none;
}

.frontPageLinksWrapper {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

    .frontPageLinksWrapper > h2 {
        float: none;
        margin-bottom: 20px;
    }

    .frontPageLinksWrapper .date {
        font-size: 10px;
        display: block;
        margin-bottom: 6px;
    }

    .frontPageLinksWrapper .itemWrapper > div {
        font-size: 13px;
        margin-top: 30px;
        text-align: left;
    }

@media screen and (max-width: 479px) {
    .frontPageLinksWrapper .itemWrapper > div:first-child {
        margin-top: 0;
    }
}

.frontPageLinksWrapper .itemWrapper > div h2 {
    margin-bottom: 6px;
    float: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    background: #fe5000;
    padding: 10px;
    box-sizing: border-box;
}

    .frontPageLinksWrapper .itemWrapper > div h2 a {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

.frontPageLinksWrapper .itemWrapper > div img {
    width: 100%;
}

.frontPageLinksWrapper .news-teaser {
    margin-bottom: 6px;
}

@media screen and (min-width: 480px) {
    .frontPageLinksWrapper {
        overflow: hidden;
    }

        .frontPageLinksWrapper .itemWrapper {
            margin: -2%;
        }

            .frontPageLinksWrapper .itemWrapper > div {
                width: 46%;
                margin: 2%;
                display: inline-block;
                vertical-align: top;
            }
}

@media screen and (min-width: 960px) {
    .frontPageLinksWrapper .itemWrapper > div {
        width: 21%;
    }
}

html.sitecontent .frontPageCalender {
    margin-bottom: 60px;
}

    html.sitecontent .frontPageCalender h1 {
        float: none;
        margin: 15px 1%;
        background: url(/gfx/CalendarLogo.png) left top no-repeat;
        min-height: 30px;
        width: auto;
        padding-left: 35px;
    }

    html.sitecontent .frontPageCalender .linkToCalendar {
        display: block;
        margin: 20px 1% 0 1%;
    }

    html.sitecontent .frontPageCalender .itemWrapper a {
        display: block;
        text-transform: uppercase;
        color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        font-size: 14px;
        font-weight: bold;
        padding: 15px 1%;
    }

        html.sitecontent .frontPageCalender .itemWrapper a:hover {
            background-color: #efefef;
        }

    html.sitecontent .frontPageCalender .itemWrapper span {
        display: inline-block;
        vertical-align: middle;
    }

        html.sitecontent .frontPageCalender .itemWrapper span.date {
            color: #808080;
            text-align: center;
            margin-right: 20px;
        }

    html.sitecontent .frontPageCalender .itemWrapper .arrow {
        color: /*CustomColor*/ #fe5000 /*CustomColor*/;
        float: right;
        margin-top: 8px;
    }

.frontPageNews {
    font-size: 0;
    margin-bottom: 40px;
}

    .frontPageNews .itemWrapper {
        margin: 0 1%;
    }

    .frontPageNews .linkToNews {
        display: block;
        margin: 20px 1% 0 1%;
    }

#frontPageNews h1 {
    float: none;
    margin: 15px 1%;
    background: url(/gfx/CalendarLogo.png) left top no-repeat;
    min-height: 30px;
    width: auto;
    padding-left: 35px;
}

.frontPageWrapper .frontPageNews .date {
    font-size: 11px;
    display: block;
    margin-bottom: 8px;
}

.frontPageNews .itemWrapper > div {
    font-size: 13px;
    margin-top: 30px;
    text-align: left;
}

@media screen and (max-width: 479px) {
    .frontPageNews .itemWrapper > div:first-child {
        margin-top: 0;
    }
}

.frontPageNews .itemWrapper > div h2 {
    margin-bottom: 8px;
    float: none;
    text-transform: uppercase;
}

    .frontPageNews .itemWrapper > div h2 a {
        color: /*HeadlineColor*/ #004e9b /*HeadlineColor*/;
        font-size: 14px;
        font-weight: bold;
    }

.frontPageNews .itemWrapper > div img {
    width: 100%;
    margin-bottom: 8px;
}

.frontPageNews .news-teaser {
    margin-bottom: 6px;
}

@media screen and (min-width: 480px) {
    .frontPageNews {
        overflow: hidden;
    }

        .frontPageNews .itemWrapper {
            margin: -2% -1%;
        }

            .frontPageNews .itemWrapper > div {
                width: 46%;
                margin: 2%;
                display: inline-block;
                vertical-align: top;
            }
}

@media screen and (min-width: 960px) {
    .frontPageNews .itemWrapper > div {
        width: 21%;
    }
}

#frontPageTextWrapper {
    text-align: center;
}

.frontPageTextWrapper {
    margin: 40px auto;
    display: inline-block;
}

    .frontPageTextWrapper h1 {
        font-size: 18px;
    }

    .frontPageTextWrapper img {
        width: 100%;
    }

.topActionForm {
    float: right;
    clear: right;
    text-align: center;
    margin-top: 20px;
    height: 40px;
}

    .topActionForm .orangeButton {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }

    .topActionForm > div {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .topActionForm h1 {
        display: none;
        text-align: right;
        font-size: 15px;
        color: #aaaaaa;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 0;
        width: 100%;
        display: inline;
        line-height: 20px;
    }

    .topActionForm h2 {
        text-align: right;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: normal;
        width: 100%;
        display: inline;
        margin-bottom: 0px;
        line-height: 40px;
    }

        .topActionForm h2 a {
            color: /*MenuColor*/ #000000 /*MenuColor*/;
            transition: ease-in-out color 0.5s;
        }

            .topActionForm h2 a:hover {
                color: #aaaaaa;
            }

.orangeButton {
    border: 1px solid #ec5100;
    border-radius: 5px;
    color: #FFF !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-block;
    background: #fe5000;
    /*background: #fe5800;
    background: -moz-linear-gradient(top, #fe5800 0%, #d64a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe5800), color-stop(100%,#d64a00));
    background: -webkit-linear-gradient(top, #fe5800 0%,#d64a00 100%);
    background: -o-linear-gradient(top, #fe5800 0%,#d64a00 100%);
    background: -ms-linear-gradient(top, #fe5800 0%,#d64a00 100%);
    background: linear-gradient(to bottom, #fe5800 0%,#d64a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5800', endColorstr='#d64a00',GradientType=0 );*/
}

.grayButton {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    color: #454545 !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-block;
    background: #aaaaaa;
    /*background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d6d6d6));
    background: -webkit-linear-gradient(top, #fefefe 0%,#d6d6d6 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#d6d6d6 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#d6d6d6 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d6d6d6',GradientType=0 );*/
}

    .grayButton .buttonArrow {
        border-left: 5px solid #555555;
    }

.buttonArrow {
    /*width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    display: inline-block;
    margin-left: 10px;*/
    display: inline-block;
    font-size: 26px;
    line-height: 0;
    margin-left: 8px;
    vertical-align: top;
    margin-top: 13px;
    width: 7px;
    height: 12px;
    /*background: url("/gfx/layout/arrow-get-a-quick-quote_14x24.png");
    background-repeat: no-repeat;
    background-size: 7px 12px;*/
}

.h30 {
    line-height: 28px;
}

.h40 {
    line-height: 38px;
}

.cookiePopup {
    width: 100%;
    border-bottom: none;
    height: auto;
    position: fixed;
    bottom: 0;
    background: #1e1e1e;
    padding: 20px 10px;
    z-index: 3000;
    color: #FFFFFF;
    font-size: 16px;
}

    .cookiePopup p {
        color: #FFF;
        font-size: 16px;
        margin-bottom: 0;
        padding-right: 40px;
    }

    .cookiePopup a {
        color: #fe5000;
        font-size: 16px;
    }

        .cookiePopup a:hover {
            color: #fe5000;
        }

    .cookiePopup #cookieClose {
        position: absolute;
        right: 5px;
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        font-weight: bold;
    }

        .cookiePopup #cookieClose:before,
        .cookiePopup #cookieClose:after {
            position: absolute;
            left: 11px;
            top: 4px;
            content: ' ';
            height: 16px;
            width: 3px;
            background-color: #1e1e1e;
        }

        .cookiePopup #cookieClose:before {
            transform: rotate(45deg);
        }

        .cookiePopup #cookieClose:after {
            transform: rotate(-45deg);
        }

    .cookiePopup img {
        position: absolute;
        right: 5px;
        width: 24px;
    }

.geoBox {
    background: /*MenuBgColor*/ #dadada /*MenuBgColor*/;
    padding: 10px 0;
    text-align: center;
}

    .geoBox input[type=checkbox] {
        margin: 0;
        margin-right: 5px;
        vertical-align: middle;
    }

    .geoBox label {
        vertical-align: middle;
        margin: 0;
        font-weight: normal;
    }

.geoHidden {
    display: none;
}

.pageContent .mappingSystem {
    width: 100%;
    background: #f3f3f3;
    padding: 10px;
    box-sizing: border-box;
}

    .pageContent .mappingSystem #map {
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }

    .pageContent .mappingSystem .item {
        border-bottom: 1px solid #dcdcdc;
        background-color: transparent;
        padding: 7px;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

        .pageContent .mappingSystem .item h2,
        .pageContent .mappingSystem .item h4 {
            margin: 0;
            font-size: 13px;
            font-weight: normal;
        }

        .pageContent .mappingSystem .item.selected {
            background-color: #eeeeee;
        }

        .pageContent .mappingSystem .item .content {
            display: none;
            margin-bottom: 10px;
        }

    .pageContent .mappingSystem .leftBar {
        float: left;
        width: 250px;
    }

    .pageContent .mappingSystem .rightBar {
        float: right;
        width: calc(100% - 250px);
        display: block;
        margin-left: 0;
        padding-left: 20px;
        box-sizing: border-box;
    }

        .pageContent .mappingSystem .rightBar .content {
            width: 400px;
            overflow: hidden;
        }

#divPageContents .mappingSystem h1 {
    width: 100%;
    text-align: left;
}

#divPageContents .mappingSystem h2 {
    width: 100%;
    text-align: left;
    padding: 0px;
    border: 0px;
}

    #divPageContents .mappingSystem h2 a {
        color: #555555;
    }

        #divPageContents .mappingSystem h2 a:hover {
            color: #1e1e1e;
            text-decoration: none;
        }

.attributesIcons ul {
    text-align: center;
}

    .attributesIcons ul li {
        display: inline-block;
        padding: 3px;
    }

        .attributesIcons ul li img {
            width: 34px;
            cursor: pointer;
        }

        .attributesIcons ul li .mobileText {
            display: none;
        }

    .attributesIcons ul.listWithText {
        text-align: left;
    }

        .attributesIcons ul.listWithText li {
            width: 50%;
            box-sizing: border-box;
            vertical-align: top;
        }

            .attributesIcons ul.listWithText li p {
                padding: 7px 0 0 40px;
                font-size: 14px;
                margin-bottom: 0;
            }

            .attributesIcons ul.listWithText li img {
                float: left;
            }

@media screen and (max-width: 600px) {
    .attributesIcons ul li {
        display: inline-block;
        padding: 5px;
        width: 50%;
        box-sizing: border-box;
    }

        .attributesIcons ul li img {
            margin: 5px;
        }

        .attributesIcons ul li .mobileText {
            display: block;
            float: left;
            width: 100%;
        }

    .attributesIcons ul.listWithText {
        text-align: left;
    }

        .attributesIcons ul.listWithText li {
            width: 100%;
            box-sizing: border-box;
            vertical-align: top;
        }

            .attributesIcons ul.listWithText li p {
                padding: 10px 0 0 50px;
            }

            .attributesIcons ul.listWithText li img {
                float: left;
                margin: 0px;
            }
}

#tiptip_content {
    font-family: "myriad-pro", sans-serif;
}
/*  OLD STYLES   */
.contacts {
    background: url(/gfx/layout/mapping-seperator.png) repeat-x bottom left;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .contacts tr {
        height: 25px;
    }

        .contacts tr:first-of-type {
            font-weight: bold;
        }

    .contacts a {
        color: #fe5000;
    }

        .contacts a:hover {
            text-decoration: underline;
        }

#divPageContents .VideoWithParagraph {
    color: #555555;
    font-weight: 400;
    padding: 10px 0 10px 0;
}

    #divPageContents .VideoWithParagraph .contentVideo {
        margin: 0 0 20px 0;
        width: 320px;
        padding: 0 10px 10px 0;
        float: left;
    }

    #divPageContents .VideoWithParagraph .contentParagraph {
        width: 370px;
        float: right;
        margin-bottom: 40px;
    }

        #divPageContents .VideoWithParagraph .contentParagraph h1 {
            margin: 0;
            padding: 0;
            border: 0;
            text-align: left;
            text-transform: uppercase;
            float: left;
            clear: none;
            width: 370px;
            color: #fe5000;
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 10px;
            font-family: "myriad-pro", sans-serif;
            font-weight: 100;
        }

        #divPageContents .VideoWithParagraph .contentParagraph table {
            width: 100%;
        }

        #divPageContents .VideoWithParagraph .contentParagraph .viewMore {
            float: right;
            margin: 0 5px;
            /*height: 28px;*/
            /*background: url(/gfx/layout/button-gray.png) top left repeat-x;*/
            background: #fff;
            border: 3px solid #aaaaaa;
            border-radius: 5px;
            min-height: 40px;
            padding: 7px 25px;
            /*color: #666666;*/
            color: #aaaaaa;
            /*text-transform: uppercase;*/
            line-height: 20px;
            /*padding: 0 10px;
                border-radius: 5px;*/
            font-size: 16px;
            text-align: center;
        }

            #divPageContents .VideoWithParagraph .contentParagraph .viewMore:hover {
                text-decoration: none;
                color: #aaaaaa;
            }

        #divPageContents .VideoWithParagraph .contentParagraph .enquire {
            float: left;
            margin: 0 5px;
            /*height: 28px;*/
            /*background: url(/gfx/layout/button-orange.png) top left repeat-x;*/
            background: #fff;
            border: 3px solid #aaaaaa;
            border-radius: 5px;
            min-height: 40px;
            padding: 7px 25px;
            color: #ffffff;
            /*text-transform: uppercase;*/
            line-height: 20px;
            /*padding: 0 10px;
                border-radius: 5px;*/
            font-size: 16px;
            text-align: center;
        }

            #divPageContents .VideoWithParagraph .contentParagraph .enquire:hover {
                text-decoration: none;
                color: #fe5000;
            }

#divPageContents .enquire {
    float: left;
    margin: 0 5px;
    /*height: 28px;*/
    /*background: url(/gfx/layout/button-orange.png) top left repeat-x;*/
    background: #fff;
    border: 3px solid #fe5000;
    border-radius: 5px;
    min-height: 40px;
    padding: 7px 25px;
    color: #fe5000;
    /*text-transform: uppercase;*/
    line-height: 20px;
    /*padding: 0 10px;
        border-radius: 5px;*/
    font-size: 16px;
    text-align: center;
}

    #divPageContents .enquire:hover {
        text-decoration: none;
        color: #fe5000;
    }

#divPageContents .enquireBlue {
    float: left;
    margin: 0 5px;
    /*height: 28px;*/
    /*background: url(/gfx/layout/button-blue.png) top left repeat-x;*/
    background: #fff;
    border: 3px solid #004e9b;
    border-radius: 5px;
    min-height: 40px;
    padding: 7px 25px;
    color: #004e9b;
    /*text-transform: uppercase;*/
    line-height: 20px;
    /*padding: 0 10px;
        border-radius: 5px;*/
    font-size: 16px;
    text-align: center;
}

    #divPageContents .enquireBlue:hover {
        text-decoration: none;
    }

#divPageContents .containerTypes {
    width: 650px;
    float: right;
    margin-bottom: 40px;
}

    #divPageContents .containerTypes h1 {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: left;
        text-transform: uppercase;
        float: left;
        clear: none;
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
        font-family: "myriad-pro", sans-serif;
        font-weight: 100;
    }

    #divPageContents .containerTypes .viewMore {
        float: right;
        margin: 0 5px;
        /*height: 28px;*/
        /*background: url(/gfx/layout/button-gray.png) top left repeat-x;*/
        background: #fff;
        border: 3px solid #aaaaaa;
        border-radius: 5px;
        min-height: 40px;
        padding: 7px 25px;
        /*color: #666;*/
        color: #aaaaaa;
        /*text-transform: uppercase;*/
        line-height: 20px;
        /*padding: 0 10px;
            border-radius: 5px;*/
        font-size: 16px;
        text-align: center;
    }

        #divPageContents .containerTypes .viewMore:hover {
            text-decoration: none;
            color: #aaaaaa;
        }

    #divPageContents .containerTypes table {
        width: 100%;
    }

#divPageContents .viewMore {
    float: left;
    margin: 0 5px;
    /*height: 28px;*/
    /*background: url(/gfx/layout/button-gray.png) top left repeat-x;*/
    background: #fff;
    border: 3px solid #aaaaaa;
    border-radius: 5px;
    min-height: 40px;
    padding: 7px 25px;
    /*padding: 0 10px;
        border-radius: 5px;*/
    text-align: center;
}

    #divPageContents .viewMore a {
        /*color: #666;*/
        color: #aaaaaa;
        /*text-transform: uppercase;*/
        line-height: 20px;
        font-size: 16px;
    }

        #divPageContents .viewMore a:hover {
            text-decoration: none;
            color: #aaaaaa;
        }

#divNewsContents .enquire {
    float: left;
    margin: 0 5px;
    /*height: 28px;*/
    /*background: url(/gfx/layout/button-orange.png) top left repeat-x;*/
    background: #fff;
    border: 3px solid #fe5000;
    border-radius: 5px;
    min-height: 40px;
    padding: 7px 25px;
    color: #fe5000;
    /*text-transform: uppercase;*/
    line-height: 20px;
    /*padding: 0 10px;
        border-radius: 5px;*/
    font-size: 16px;
    text-align: center;
}

    #divNewsContents .enquire:hover {
        text-decoration: none;
        color: #fe5000;
    }

#divNewsContents .enquireBlue {
    float: left;
    margin: 0 5px;
    /*height: 28px;*/
    /*background: url(/gfx/layout/button-blue.png) top left repeat-x;*/
    background: #fff;
    border: 3px solid #004e9b;
    border-radius: 5px;
    min-height: 40px;
    padding: 7px 25px;
    color: #004e9b;
    /*text-transform: uppercase;*/
    line-height: 20px;
    /*padding: 0 10px;
        border-radius: 5px;*/
    font-size: 16px;
    text-align: center;
}

    #divNewsContents .enquireBlue:hover {
        text-decoration: none;
    }

.buttonOrange,
.buttonBlue {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 5px;
    /*height: 28px;*/
    /*background: url(/gfx/layout/button-orange.png) top left repeat-x;*/
    background: #fff;
    border: 3px solid #fe5000;
    border-radius: 5px;
    min-height: 40px;
    padding: 7px 25px;
    color: #fe5000;
    /*text-transform: uppercase;*/
    line-height: 20px;
    /*padding: 0 10px;
    border-radius: 5px;*/
    font-size: 16px;
    text-align: center;
}

    .buttonOrange:hover,
    .buttonBlue:hover {
        text-decoration: none;
        color: #fe5000;
    }

.buttonBlue {
    /*background: url(/gfx/layout/button-blue.png) top left repeat-x;*/
    background: #004e9b;
}

.divtable {
    display: table;
    width: 100%;
}

    .divtable .tr {
        display: table-row;
    }

        .divtable .tr .td {
            display: table-cell;
            vertical-align: top;
            padding: 5px;
            text-align: left;
            width: 50%;
        }

@media screen and (min-width: 960px) {
    .sitecontent .bg {
        background-color: #dadada;
        height: 120px;
        width: 100%;
        position: absolute;
        top: 173px;
    }

    .hiddenOver960 {
        display: none;
    }

    .contentWrapper .submenu {
        display: none;
    }

    .maxWidthWrapper {
        max-width: 940px;
        margin: auto;
        padding: 0 10px;
    }

    .submenuWrapper {
        width: 200px;
        float: left;
        margin-right: 20px;
        margin-top: 24px;
    }

    .menuIcon {
        display: none;
    }

    .submenuWrapper .submenu {
        display: block !important;
    }

        .submenuWrapper .submenu ul li {
            display: none;
            background: none;
        }

            .submenuWrapper .submenu ul li:hover {
                background: #fcfcfc;
            }

            .submenuWrapper .submenu ul li a {
                line-height: 30px;
                padding: 15px 6px;
                font-size: 13px;
            }

            .submenuWrapper .submenu ul li.selected a {
                font-weight: bold;
            }

            .submenuWrapper .submenu ul li.open {
                display: block;
            }

            .submenuWrapper .submenu ul li > i {
                padding: 0 !important;
            }

    .mobileMenuWrapper {
        display: none;
    }

    .sitecontent .btn {
        padding: 2px 12px;
    }

    .frontPageText {
        text-align: left;
        font-size: 16px;
    }

        .frontPageText h1,
        .frontPageText h2,
        .frontPageText h3,
        .frontPageText h4 {
            float: none;
            width: auto;
        }

        .frontPageText h1 {
            font-size: 40px;
            line-height: 1.4em;
            color: #1e1e1e;
        }

        .frontPageText h2 {
            font-size: 26px;
            line-height: 1.4em;
            color: #1e1e1e;
        }

        .frontPageText h3 {
            font-size: 16px;
            line-height: 1.4em;
            text-transform: uppercase;
            color: #1e1e1e;
        }

        .frontPageText h4 {
            font-size: 21px;
            line-height: 1.4em;
            color: #aaaaaa;
        }

    .sitecontent .footer .contactInfo {
        width: 25%;
        text-align: left;
    }

        .sitecontent .footer .contactInfo ul {
            text-align: left;
            line-height: 20px;
        }

    .sitecontent .footer .actionForm {
        width: 25%;
    }
}

@media screen and (max-width: 959px) {
    .sitecontent .bg {
        display: none;
    }

    .hiddenUnder960 {
        display: none;
    }

    .submenuImage,
    .submenuHtml {
        display: none;
    }

    .logoWrapper {
        width: 100%;
        text-align: center;
    }

        .logoWrapper img {
            float: none !important;
        }

    .frontPageWrapper {
        position: relative;
    }

    .frontPageText {
        text-align: left;
        font-size: 16px;
    }

        .frontPageText h1,
        .frontPageText h2,
        .frontPageText h3,
        .frontPageText h4 {
            float: none;
            width: auto;
        }

        .frontPageText h1 {
            font-size: 40px;
            line-height: 1.4em;
            color: #1e1e1e;
        }

        .frontPageText h2 {
            font-size: 26px;
            line-height: 1.4em;
            color: #1e1e1e;
        }

        .frontPageText h3 {
            font-size: 16px;
            line-height: 1.4em;
            text-transform: uppercase;
            color: #1e1e1e;
        }

        .frontPageText h4 {
            font-size: 21px;
            line-height: 1.4em;
            color: #aaaaaa;
        }

    .maxWidthWrapper {
        max-width: 700px;
        margin: auto;
        padding: 0 10px;
    }

    .menuWrapper {
        display: none;
    }

    .submenuWrapper {
        display: none;
        float: none;
        clear: both;
        margin: auto;
        width: 100%;
    }

        .submenuWrapper .submenu {
            margin: 0;
            margin-bottom: 10px;
            display: none;
        }

            .submenuWrapper .submenu ul li {
                display: block;
            }

    .logoWrapper {
        margin-top: 25px;
        margin-bottom: 10px;
        text-align: left;
    }

    .menuIcon {
        margin-top: 28px;
        margin-bottom: 0;
    }

    .sitecontent .bg {
        padding-bottom: 17%;
        position: absolute;
        width: 100%;
    }

    .imageRotation {
        margin-top: 25px;
    }

    .topActionForm {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .cookiePopup img {
        right: 5px;
        width: 32px;
    }

    .pageContent .mappingSystem .leftBar {
        width: 100%;
    }

    .pageContent .mappingSystem #map {
        width: 100%;
    }

    .pageContent .mappingSystem .rightBar {
        width: 100%;
        padding-left: 0;
    }

        .pageContent .mappingSystem .rightBar .content {
            width: 100%;
            overflow: hidden;
        }

    #divPageContents .containerTypes {
        width: 100%;
    }

        #divPageContents .containerTypes h1 {
            width: 100%;
        }
}

@media screen and (min-width: 481px) {
    .subcontent .calendar > table {
        width: 49%;
    }

    .subcontent .calendar ul {
        width: 49%;
        float: right;
        margin: 0;
    }

    .topActionForm .orangeButton {
        margin-right: 20px;
    }
}

@media screen and (min-width: 769px) {
    .subcontent .gallery ul li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .subcontent .gallery ul li + li + li + li {
            margin-right: 0;
        }
}

@media screen and (max-width: 768px) {
    .subcontent .gallery li {
        width: 48%;
        margin: 0 4% 4% 0;
    }

        .subcontent .gallery li:nth-child(even) {
            margin: 0 0 4% 0;
        }

        .subcontent .gallery li:first-child + li + li {
            clear: left;
        }
}

@media screen and (min-width: 480px) and (max-width: 959px) {
    .logoWrapper {
        clear: none;
    }

    .horseListItem {
        width: 49%;
    }

    .sitecontent .footer .contactInfo {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }

        .sitecontent .footer .contactInfo ul {
            text-align: center;
            line-height: 20px;
        }

    .sitecontent .footer .actionForm {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    /*.logoWrapper {
        clear: both;
        float: none;
        text-align: center;
        position: relative;
        padding-bottom: 15%;

        .logo img {
            width: 50% !important;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .menuIcon {
            position: absolute;
            bottom: 0;
            right: 0;
            margin-top: 0;
        }
    }*/
    .frontPageLinksWrapper .frontpagelinks {
        width: 70%;
        display: inline-block;
    }

    .sitecontent #divPageContents > div {
        font-size: 16px;
        line-height: 1.4em;
    }

    .subcontent .calendar > table {
        float: none;
        width: 100%;
    }

    .subcontent .calendar ul {
        float: none;
        margin-left: 0;
        width: auto;
        margin-top: 10px;
    }

    .popupcontent .calendarview .stylebox {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

        .popupcontent .calendarview .stylebox .arrow {
            display: none;
        }

        .popupcontent .calendarview .stylebox h2 {
            width: 100%;
        }

    .horseListItem {
        width: 100%;
    }

    .actionForm {
        margin-top: 30px;
    }

    .topActionForm > div {
        width: 100%;
    }

    .topActionForm h1 {
        width: 100%;
        text-align: center;
    }

    .topActionForm h2 {
        width: 100%;
        text-align: center;
    }

    .topActionForm .orangeButton {
        margin: 10px;
    }

    .topActionForm .grayButton {
        margin: 10px;
    }

    .sitecontent .footer .contactInfo {
        margin-top: 30px;
    }

    div span.fl {
        max-width: none !important;
    }

    div span.fr {
        max-width: none !important;
    }

    .divtable .tr .td {
        display: table;
        width: 100%;
    }
}

@media screen and (min-width: 361px) {
    .subcontent .doubleImage > span:first-child {
        width: 48%;
        margin-right: 2%;
    }

    .subcontent .doubleImage > span + span {
        width: 48%;
        margin-left: 2%;
        margin-right: 0%;
    }
    /*.subcontent .fourImages > span {
        width: 24%;
        margin-right: 1.33%;
    }

    .subcontent .fourImages span + span + span + span {
        margin: 0;
    }*/
    .newsitem a img {
        width: 160px;
    }
}

@media screen and (max-width: 360px) {
    .subcontent div span.fl,
    .subcontent div span.fr {
        width: 100%;
        margin: 0 0 20px 0;
    }
    /*.subcontent .fourImages span {
        width: 48%;
        margin: 2%;
    }

    .subcontent .fourImages span:first-child {
        margin-left: 0;
    }

    .subcontent .fourImages span + span {
        margin-right: 0;
    }

    .subcontent .fourImages span + span img {
        float: right;
    }

    .subcontent .fourImages span + span + span {
        margin-right: 2%;
        margin-left: 0;
        clear: left;
    }

    .subcontent .fourImages span + span + span img {
        float: left;
    }

    .subcontent .fourImages span + span + span + span {
        margin-right: 0;
        margin-left: 2%;
        clear: none;
    }

    .subcontent .fourImages span + span + span + span img {
        float: right;
    }*/
    .subcontent .gallery li {
        width: 48%;
        margin: 0 4% 4% 0;
    }

        .subcontent .gallery li:nth-child(odd) {
            margin: 0 0 4% 0;
        }

        .subcontent .gallery li:first-child + li + li {
            clear: left;
        }

    .subcontent span.loggedInHeader {
        height: auto;
        min-height: 18px;
    }

    .subcontent .login input {
        margin: 0;
    }

    .subcontent .newsitem a {
        width: 100%;
        float: none;
    }

        .subcontent .newsitem a img {
            width: 100%;
        }

    .subcontent .newsitem h2 {
        margin-top: 10px;
    }

        .subcontent .newsitem h2 em {
            clear: both;
            float: left;
            margin-top: 4px;
        }

    .subcontent .newsview em {
        float: left;
        clear: both;
        margin-top: 6px;
    }
}

#tinybodyWrapper {
    padding: 20px;
}

    #tinybodyWrapper #tinybody {
        width: 100%;
        margin: auto;
    }

        #tinybodyWrapper #tinybody .tinycontent {
            padding: 10px;
        }

        #tinybodyWrapper #tinybody .sitebottom {
            padding: 10px;
        }

        #tinybodyWrapper #tinybody .menu {
            margin-bottom: 4px;
        }

            #tinybodyWrapper #tinybody .menu a {
                display: inline-block;
                padding: 8px;
            }

        #tinybodyWrapper #tinybody .img {
            margin-bottom: 15px;
            width: 100%;
        }

        #tinybodyWrapper #tinybody h1 {
            font-size: 22px;
            margin-bottom: 10px;
        }

        #tinybodyWrapper #tinybody h2 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        #tinybodyWrapper #tinybody p {
            margin-bottom: 15px;
        }

        #tinybodyWrapper #tinybody .border {
            border-style: solid;
            border-width: 1px;
        }

.admin-design-s {
    font-size: 12px;
}

    .admin-design-s h1,
    .admin-design-s h2,
    .admin-design-s h3 {
        font-family: 'Myriad Pro';
        text-transform: none;
    }

    .admin-design-s h1 {
        font-size: 30px;
    }

    .admin-design-s h2 {
        font-size: 22px;
    }

    .admin-design-s h3 {
        font-size: 18px;
    }

    .admin-design-s .spacerM {
        margin-bottom: 20px;
    }

    .admin-design-s .spacerL {
        margin-bottom: 40px;
    }

    .admin-design-s .button {
        display: inline-block;
        border: none;
        background-color: #2d517e;
        color: white;
        font-size: 16px;
        padding: 10px;
        cursor: pointer;
    }

.admin-design-logo input[type="number"],
.admin-design-logo select {
    font-size: 16px;
    padding: 8px;
}

.admin-design-logo .imageWrapper {
    border: 1px solid #CCCCCC;
    width: 920px;
}

.admin-design-text input[type="text"] {
    font-size: 16px;
    width: 400px;
    padding: 8px;
}

.admin-design-text select {
    font-size: 16px;
    padding: 8px;
}

.admin-design-index .largeButton {
    display: block;
    background-color: #2d517e;
    color: white;
    font-size: 40px;
    padding: 20px;
    font-family: 'Myriad Pro';
}

    .admin-design-index .largeButton:hover {
        background-color: #e86b00;
    }

    .admin-design-index .largeButton span {
        text-align: center;
        font-size: 12px;
    }

.admin-design-index .largeText {
    font-size: 18px;
}

.admin-design-style .saveBtn {
    padding: 10px 40px;
    background-color: #303946;
    color: white;
    font-size: 38px;
    font-family: 'Myriad Pro';
    border: none;
}

.admin-design-style .colorSelects td {
    padding: 4px;
}

.admin-design-style .colorSelects input[type="text"].color {
    width: 50px;
    border: 1px solid #a9a9a9;
}

.admin-design-style .colorTemplates > div {
    display: inline-block;
    margin-right: 10px;
}

.admin-design-style .colorTemplates input[type="radio"] {
    vertical-align: bottom;
}
/*---------------  NEW TITAN STYLES 2017-06-01 ---------------*/
#divPageContents .tripleImage {
    float: left;
    width: 100%;
    font-size: 14px;
}

    #divPageContents .tripleImage > span {
        float: left;
        width: 280px;
        padding: 0 20px;
        text-align: center;
    }

        #divPageContents .tripleImage > span:first-of-type {
            padding-left: 0;
        }

        #divPageContents .tripleImage > span:last-of-type {
            padding-right: 0;
            float: right;
        }

        #divPageContents .tripleImage > span > span {
            float: none;
            display: inline-block;
            margin: auto;
        }

        #divPageContents .tripleImage > span i {
            font-style: normal;
        }

#divPageContents .YoutubeAndText .videoContainer {
    float: left;
    width: 50%;
    margin: 0 15px 15px 0;
}

    #divPageContents .YoutubeAndText .videoContainer.fr {
        float: right;
        margin: 0 0 15px 15px;
    }

#divPageContents .YoutubeAndText .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    #divPageContents .YoutubeAndText .embed-container iframe,
    #divPageContents .YoutubeAndText .embed-container object,
    #divPageContents .YoutubeAndText .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#divPageContents .imageOverlayBox {
    position: relative;
}

    #divPageContents .imageOverlayBox img {
        width: 100%;
    }

    #divPageContents .imageOverlayBox .overlayBoxContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        color: #FFF;
        text-shadow: 1px 1px 3px #000;
    }

    #divPageContents .imageOverlayBox .overlayBox {
        /*display: flex;
        justify-content: center;
        flex-direction: column;*/
        text-align: center;
        color: #FFF;
    }

        #divPageContents .imageOverlayBox .overlayBox .buttonLink {
            padding: 15px 50px;
            margin-top: 0px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: auto;
            color: #FFF;
            font-size: 18px;
            line-height: 19px;
            background: rgba(255, 255, 255, 0.3);
            transition: 0.5s;
            border: 1px solid #adadad;
            border-radius: 4px;
            font-family: 'myriad-pro', sans-serif;
            text-shadow: none;
            display: inline-block;
        }

            #divPageContents .imageOverlayBox .overlayBox .buttonLink:hover {
                background-color: #fcfcfc;
                color: #000;
                transition: 0.5s;
            }

        #divPageContents .imageOverlayBox .overlayBox h1 {
            font-family: 'myriad-pro', sans-serif;
            font-size: 36px;
            line-height: 36px;
            font-weight: normal;
            padding-bottom: 20px;
            color: #FFF;
        }

        #divPageContents .imageOverlayBox .overlayBox h2 {
            color: #FFF;
            font-size: 24px;
            line-height: 24px;
            font-weight: normal;
            margin: auto;
            font-family: 'myriad-pro', sans-serif;
        }

        #divPageContents .imageOverlayBox .overlayBox p {
            max-width: 70%;
            margin: 10px auto 20px auto;
            color: white;
            font-size: 18px;
            font-weight: normal;
            font-family: 'myriad-pro', sans-serif;
        }

        #divPageContents .imageOverlayBox .overlayBox a {
            color: white;
        }

            #divPageContents .imageOverlayBox .overlayBox a:hover {
                color: #eaeaea;
            }

@media screen and (max-width: 480px) {
    #divPageContents .tripleImage > span {
        width: 100%;
        text-align: center;
    }

        #divPageContents .tripleImage > span > span {
            float: none;
            display: inline-block;
            margin: auto;
        }

    #divPageContents .YoutubeAndText .videoContainer {
        width: 100%;
        margin: 0 0 15px;
    }

    #divPageContents .imageOverlayBox .overlayBoxContainer {
        position: relative;
        margin-top: 20px;
        background: none !important;
    }

    #divPageContents .imageOverlayBox .overlayBox h1,
    #divPageContents .imageOverlayBox .overlayBox h2,
    #divPageContents .imageOverlayBox .overlayBox p {
        color: #000;
        text-shadow: none;
    }

    #divPageContents .imageOverlayBox .overlayBox .buttonLink {
        color: #636363;
    }
}

@media screen and (min-width: 520px) {
    .bootstrap-select.btn-group .dropdown-menu {
        width: 500px;
        left: auto;
        right: 0;
    }

        .bootstrap-select.btn-group .dropdown-menu ul {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
}
/*---------------  NEW TITAN STYLES 2018-03-30 ---------------*/
.separator {
    border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}

    .separator img {
        display: none;
    }

#divPageContents .buttonsContainer {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

    #divPageContents .buttonsContainer.mbTwo .mbButton {
        margin: 0 5px;
    }

    #divPageContents .buttonsContainer.mbThree .mbButton {
        flex: 1;
        width: 31%;
        box-sizing: border-box;
        margin: 0 1%;
        float: left;
    }

    #divPageContents .buttonsContainer.mbFour .mbButton {
        text-align: center;
        width: 23%;
        box-sizing: border-box;
        margin: 0 1%;
        float: left;
        padding: 7px;
    }

    #divPageContents .buttonsContainer .mbButton {
        padding: 7px 25px;
        min-height: 40px;
        display: inline-block;
        background: #fff;
        border: 3px solid;
        border-radius: 5px;
        color: #fff;
        vertical-align: top;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        #divPageContents .buttonsContainer .mbButton p {
            margin: 0;
        }

        #divPageContents .buttonsContainer .mbButton:hover {
            color: #fff;
        }

        #divPageContents .buttonsContainer .mbButton.mbOutline {
            background: #fff !important;
        }

            #divPageContents .buttonsContainer .mbButton.mbOutline.mbGray {
                color: #aaaaaa;
            }

                #divPageContents .buttonsContainer .mbButton.mbOutline.mbGray:hover {
                    color: #aaaaaa;
                }

            #divPageContents .buttonsContainer .mbButton.mbOutline.mbBlue {
                color: #004e9b;
            }

                #divPageContents .buttonsContainer .mbButton.mbOutline.mbBlue:hover {
                    color: #004e9b;
                }

            #divPageContents .buttonsContainer .mbButton.mbOutline.mbOrange {
                color: #fe5000;
            }

                #divPageContents .buttonsContainer .mbButton.mbOutline.mbOrange:hover {
                    color: #fe5000;
                }

        #divPageContents .buttonsContainer .mbButton.mbGray {
            border-color: #aaaaaa;
            background: #aaaaaa;
        }

        #divPageContents .buttonsContainer .mbButton.mbBlue {
            border-color: #004e9b;
            background: #004e9b;
        }

        #divPageContents .buttonsContainer .mbButton.mbOrange {
            border-color: #fe5000;
            background: #fe5000;
        }

@media screen and (max-width: 520px) {
    #divPageContents .buttonsContainer {
        flex-wrap: wrap;
    }

        #divPageContents .buttonsContainer.mbTwo .mbButton {
            margin: 5px;
        }

        #divPageContents .buttonsContainer.mbThree .mbButton {
            width: 100%;
            box-sizing: border-box;
            margin: 5px 0;
            float: left;
        }

        #divPageContents .buttonsContainer.mbFour .mbButton {
            text-align: center;
            width: 48%;
            box-sizing: border-box;
            margin: 5px 1%;
            float: left;
        }
}
/*---------------  NEW TITAN STYLES 2018-04-27 ---------------*/
#divPageContents .fourImages {
    float: left;
    width: 100%;
    font-size: 14px;
}

    #divPageContents .fourImages > span {
        float: left;
        width: 25%;
        padding: 0 20px;
        text-align: center;
        border-radius: 0px;
        box-sizing: border-box;
        /*&:first-of-type {
            padding-left: 0;
        }

        &:last-of-type {
            padding-right: 0;
        }*/
    }

        #divPageContents .fourImages > span > span {
            float: none;
            display: inline-block;
            margin: auto;
        }

        #divPageContents .fourImages > span img {
            margin: 0 auto 10px;
            border-radius: 0px;
        }

        #divPageContents .fourImages > span i {
            font-style: normal;
        }

@media screen and (max-width: 480px) {
    #divPageContents .fourImages > span {
        width: 100%;
        text-align: center;
    }

        #divPageContents .fourImages > span > span {
            float: none;
            display: inline-block;
            margin: auto;
        }

        #divPageContents .fourImages > span img {
            margin: 20px auto 10px;
        }
}
/*---------------  NEW TITAN STYLES 2018-09-01 ---------------*/
.siteoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15000;
    display: none;
    background: rgba(255, 255, 255, 0.8);
}

.sitemenuoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
    background: rgba(255, 255, 255, 0);
}

.sitelanguageoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
    background: rgba(0, 0, 0, 0.2);
}

.languagePopup {
    height: 0px;
    overflow: hidden;
    position: absolute;
    width: 940px;
    top: 40px;
    left: calc(50% - 470px);
    margin: auto;
    z-index: 16000;
}

    .languagePopup > div {
        background: #fff;
        border-top: 5px solid #a7a8aa;
        border-bottom: 5px solid #a7a8aa;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
        position: relative;
        margin: auto;
        max-width: 940px;
        height: 100%;
    }

    .languagePopup .divGlobal {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 85px;
        background: #eaeaea;
        padding: 30px;
        text-align: right;
        z-index: 20000;
        box-sizing: border-box;
    }

        .languagePopup .divGlobal a {
            color: #1e1e1e;
            font-size: 16px;
            text-transform: uppercase;
        }

            .languagePopup .divGlobal a img {
                width: 24px;
                height: 24px;
                vertical-align: middle;
            }

    .languagePopup .languages {
        height: calc(100% - 85px);
        overflow-y: auto;
        padding: 15px 25px;
        box-sizing: border-box;
    }

        .languagePopup .languages > ul {
            /*-moz-column-count: 4;
            -moz-column-gap: 20px;
            -webkit-column-count: 4;
            -webkit-column-gap: 20px;
            column-count: 4;
            column-gap: 20px;*/
            width: 100%;
            float: left;
        }

            .languagePopup .languages > ul > li {
                width: 25%;
                display: inline-block;
                vertical-align: top;
                padding: 15px;
                box-sizing: border-box;
            }

                .languagePopup .languages > ul > li:first-of-type {
                    width: 50%;
                }

                    .languagePopup .languages > ul > li:first-of-type ul {
                        -moz-column-count: 2;
                        -moz-column-gap: 20px;
                        -webkit-column-count: 2;
                        -webkit-column-gap: 20px;
                        column-count: 2;
                        column-gap: 20px;
                    }

                .languagePopup .languages > ul > li h1 {
                    font-size: 18px;
                }

                .languagePopup .languages > ul > li ul {
                    -moz-column-count: 1;
                    -moz-column-gap: 0px;
                    -webkit-column-count: 1;
                    -webkit-column-gap: 0px;
                    column-count: 1;
                    column-gap: 0px;
                    float: left;
                    width: 100%;
                }

                    .languagePopup .languages > ul > li ul li {
                        padding: 5px;
                        display: inline-block;
                        min-height: 34px;
                        box-sizing: border-box;
                        width: 100%;
                        -webkit-column-break-inside: avoid;
                        page-break-inside: avoid;
                        break-inside: avoid;
                    }

                        .languagePopup .languages > ul > li ul li h1 {
                            font-size: 20px;
                            line-height: 24px;
                            margin-top: 20px;
                            margin-bottom: 5px;
                            float: none;
                            width: auto;
                        }

                        .languagePopup .languages > ul > li ul li a {
                            padding-left: 30px;
                            position: relative;
                            vertical-align: top;
                        }

                            .languagePopup .languages > ul > li ul li a img {
                                width: 24px;
                                height: 24px;
                                position: absolute;
                                top: 0;
                                left: 0;
                            }

                            .languagePopup .languages > ul > li ul li a span {
                                font-size: 16px;
                                color: #1e1e1e;
                                display: inline-block;
                            }

                        .languagePopup .languages > ul > li ul li:first-of-type h1 {
                            margin-top: 0;
                        }

.headWrapper {
    position: fixed;
    top: 0;
    transition: ease-in-out top 0.5s, ease-in-out background 0.5s;
    width: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #ccc;
    /*  MENU  */
}

    .headWrapper .smallTopMenu {
        float: right;
        background: #000;
    }

        .headWrapper .smallTopMenu ul {
            margin: 0 30px;
        }

            .headWrapper .smallTopMenu ul li {
                display: inline-block;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 12px;
                padding: 4px 10px 0;
                border-left: 1px solid #999;
                margin: 6px 0;
            }

                .headWrapper .smallTopMenu ul li .arrowContainer {
                    display: none;
                    position: relative;
                    width: 100%;
                    height: 0px;
                }

                    .headWrapper .smallTopMenu ul li .arrowContainer::after {
                        content: "";
                        width: 0;
                        height: 0;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        border-top: 10px solid #a7a8aa;
                        position: absolute;
                        top: 11px;
                        left: 50%;
                        margin-left: -10px;
                        z-index: 17000;
                    }

                .headWrapper .smallTopMenu ul li:first-child {
                    border-left: none;
                }

                    .headWrapper .smallTopMenu ul li:first-child a {
                        color: #fe5000;
                    }

                .headWrapper .smallTopMenu ul li a {
                    cursor: pointer;
                    color: #999;
                    transition: ease color 0.5s;
                }

                    .headWrapper .smallTopMenu ul li a:hover {
                        color: #fff;
                    }

    .headWrapper .logoWrapper {
        text-align: center;
        margin: 15px 0;
        width: 25%;
        padding: 0 15px;
        box-sizing: border-box;
        position: absolute;
        z-index: 5;
    }

        .headWrapper .logoWrapper img {
            width: 100%;
            max-width: 223px;
            float: right;
        }

    .headWrapper .topActionForm {
        padding-right: 40px;
    }

        .headWrapper .topActionForm .orangeButtonWrapper {
            display: none;
        }

    .headWrapper .menuWrapper {
        width: 100%;
        box-sizing: border-box;
        float: left;
        min-height: 43px;
    }

        .headWrapper .menuWrapper .menu {
            position: relative;
        }

            .headWrapper .menuWrapper .menu > ul > li .arrowContainer {
                display: none;
                position: relative;
                width: 100%;
                height: 0px;
            }

                .headWrapper .menuWrapper .menu > ul > li .arrowContainer::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid #a7a8aa;
                    position: absolute;
                    top: 15px;
                    left: 50%;
                    margin-left: -10px;
                    z-index: 100;
                }

            .headWrapper .menuWrapper .menu > ul {
                margin-bottom: 0;
                margin-left: 25%;
            }

                .headWrapper .menuWrapper .menu > ul li {
                    display: inline-block;
                    padding: 10px 0;
                }

                    .headWrapper .menuWrapper .menu > ul li.selected a {
                        color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
                    }

                    .headWrapper .menuWrapper .menu > ul li a {
                        padding: 0px 13px;
                        color: /*MenuColor*/ #000000 /*MenuColor*/;
                        text-transform: uppercase;
                        text-decoration: none;
                        display: block;
                        font-size: 18px;
                        cursor: pointer;
                    }

                        .headWrapper .menuWrapper .menu > ul li a:hover {
                            color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
                        }

                    .headWrapper .menuWrapper .menu > ul li h1 {
                        margin-top: 20px;
                        margin-bottom: 0;
                        color: #a7a8aa;
                        font-weight: normal;
                        font-size: 30px;
                    }

                    .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper {
                        position: absolute;
                        margin-top: 10px;
                        left: 50%;
                        width: 940px;
                        margin-left: -470px;
                        height: 0px;
                        overflow: hidden;
                        float: left;
                    }

                        .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper.open {
                            display: block;
                        }

                        .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu {
                            background: #fff;
                            border-top: 5px solid #a7a8aa;
                            border-bottom: 5px solid #a7a8aa;
                            border-left: 1px solid #ccc;
                            border-right: 1px solid #ccc;
                            min-height: 489px;
                            float: left;
                            width: 100%;
                            box-sizing: border-box;
                        }

                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper {
                                min-height: 411px;
                            }

                                .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul {
                                    width: 100%;
                                }

                                    .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul > li {
                                        width: 33%;
                                        padding: 15px;
                                        box-sizing: border-box;
                                        vertical-align: top;
                                    }

                                        .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul > li:first-of-type {
                                            width: 66%;
                                        }

                                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul > li:first-of-type ul {
                                                columns: 2;
                                                -webkit-columns: 2;
                                                -moz-columns: 2;
                                            }

                                        .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul > li > a {
                                            padding: 0;
                                            font-weight: bold;
                                            border-bottom: 1px solid #d6d6d6;
                                        }

                                        .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul > li ul li {
                                            width: 100%;
                                            padding: 5px 0;
                                        }

                                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul > li ul li a {
                                                padding: 0;
                                                font-size: 14px;
                                                line-height: 18px;
                                            }

                                                .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu > .maxWidthWrapper > ul > li ul li a span {
                                                    color: #777;
                                                    text-transform: none;
                                                }

                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-freeButtons {
                                float: left;
                                width: 100%;
                                margin: 10px auto;
                            }

                                .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-freeButtons ul li {
                                    padding: 10px 15px;
                                    width: 33%;
                                    vertical-align: top;
                                    box-sizing: border-box;
                                }

                                    .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-freeButtons ul li a {
                                        background: #a7a8aa;
                                        border-radius: 5px;
                                        color: #fff;
                                        font-size: 14px;
                                        padding: 5px;
                                        text-align: center;
                                    }

                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar {
                                float: left;
                                width: 100%;
                                background: #f4f4f4;
                                padding: 5px 15px;
                                box-sizing: border-box;
                            }

                                .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barButtons {
                                    float: right;
                                }

                                    .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barButtons ul li {
                                        padding: 0 10px;
                                    }

                                        .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barButtons ul li a {
                                            background: #a7a8aa;
                                            border-radius: 5px;
                                            padding: 10px 30px;
                                            margin: 10px 0;
                                            font-size: 14px;
                                            color: #fff;
                                        }

                                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barButtons ul li a.nav-blue {
                                                background: #004e9b;
                                            }

                                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barButtons ul li a.nav-orange {
                                                background: #fe5000;
                                            }

                                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barButtons ul li a.nav-black {
                                                background: #1e1e1e;
                                            }

                                .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barLinks {
                                    float: left;
                                }

                                    .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barLinks ul {
                                        margin: 10px 0;
                                    }

                                        .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barLinks ul li {
                                            padding: 10px;
                                        }

                                            .headWrapper .menuWrapper .menu > ul li .nav-submenuWrapper .nav-submenu .nav-grayBar .nav-barLinks ul li a {
                                                font-size: 14px;
                                                padding: 0;
                                            }

.mobileMenu {
    z-index: 20000;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100%;
    width: 320px;
    background: #ffffff;
    transition: ease-in-out right 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
    border-left: 3px solid #ccc;
    box-sizing: border-box;
}

    .mobileMenu .navigationbar {
        margin-bottom: 0;
    }

        .mobileMenu .navigationbar li {
            height: 40px;
        }

            .mobileMenu .navigationbar li span {
                left: auto;
                right: 0;
                transform: rotate(45deg);
                font-size: 34px;
            }

                .mobileMenu .navigationbar li span.open {
                    color: #000;
                }

    .mobileMenu .topMenu li {
        background: #000;
        border-bottom: 1px solid #858585;
    }

        .mobileMenu .topMenu li a {
            color: #999;
            margin: 10px 15px;
        }

            .mobileMenu .topMenu li a:hover {
                color: #fff;
            }

        .mobileMenu .topMenu li:nth-child(1) {
            background: #fe5000;
        }

            .mobileMenu .topMenu li:nth-child(1) a {
                color: #fff;
            }

        .mobileMenu .topMenu li:nth-child(2) {
            background: #cdcdcd;
        }

            .mobileMenu .topMenu li:nth-child(2) a {
                color: #000;
            }

        .mobileMenu .topMenu li:nth-child(3) a {
            color: #fe5000;
        }

            .mobileMenu .topMenu li:nth-child(3) a:hover {
                color: #fff;
            }

    .mobileMenu > ul {
        margin: 0;
    }

        .mobileMenu > ul li {
            border-bottom: 1px solid #858585;
            float: left;
            width: 100%;
            position: relative;
            box-sizing: border-box;
        }

            .mobileMenu > ul li.selected > a {
                color: #fe5000;
            }

            .mobileMenu > ul li > ul li {
                background: #cdcdcd;
            }

                .mobileMenu > ul li > ul li a {
                    color: #000000;
                    margin-left: 60px;
                }

                    .mobileMenu > ul li > ul li a:hover {
                        color: #313131;
                    }

                    .mobileMenu > ul li > ul li a:focus {
                        color: #fe5000;
                    }

                .mobileMenu > ul li > ul li span {
                    color: #000;
                    left: 20px;
                }

                .mobileMenu > ul li > ul li > ul li {
                    background: #a9aaac;
                }

                    .mobileMenu > ul li > ul li > ul li a {
                        margin-left: 80px;
                    }

                    .mobileMenu > ul li > ul li > ul li span {
                        left: 40px;
                    }

                    .mobileMenu > ul li > ul li > ul li > ul li {
                        background: #424242;
                    }

                        .mobileMenu > ul li > ul li > ul li > ul li a {
                            color: #ffffff;
                            margin-left: 100px;
                        }

                            .mobileMenu > ul li > ul li > ul li > ul li a:hover {
                                color: #eaeaea;
                            }

                        .mobileMenu > ul li > ul li > ul li > ul li span {
                            left: 60px;
                        }

                        .mobileMenu > ul li > ul li > ul li > ul li > ul li {
                            background: #6d6d6d;
                        }

                            .mobileMenu > ul li > ul li > ul li > ul li > ul li > ul li {
                                background: #878787;
                            }

            .mobileMenu > ul li a {
                color: /*MenuColor*/ #000000 /*MenuColor*/;
                font-size: 16px;
                line-height: 20px;
                margin: 10px 10px 10px 40px;
                display: block;
            }

                .mobileMenu > ul li a:hover {
                    color: /*MenuActiveColor*/ #000000 /*MenuActiveColor*/;
                }

                .mobileMenu > ul li a:focus {
                    color: #fe5000;
                }

            .mobileMenu > ul li ul {
                display: none;
            }

                .mobileMenu > ul li ul li {
                    border-top: 1px solid #858585;
                    border-bottom: 0px;
                }

            .mobileMenu > ul li span {
                position: absolute;
                top: 0px;
                left: 0px;
                cursor: pointer;
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                vertical-align: middle;
                transition: ease-in-out transform 0.2s;
                font-size: 20px;
                line-height: 40px;
                font-weight: bold;
            }

                .mobileMenu > ul li span.open {
                    transform: rotate(45deg);
                    color: #fe5000;
                }

            .mobileMenu > ul li .mobile-nav-free {
                background: #a5a6a8;
            }

                .mobileMenu > ul li .mobile-nav-free a {
                    color: #fff;
                }

            .mobileMenu > ul li .mobile-nav-link {
                background: #f4f4f4;
            }

                .mobileMenu > ul li .mobile-nav-link a {
                    color: #000;
                }

            .mobileMenu > ul li .mobile-nav-gray {
                background: #a7a8aa;
            }

                .mobileMenu > ul li .mobile-nav-gray a {
                    color: #fff;
                }

            .mobileMenu > ul li .mobile-nav-black {
                background: #1e1e1e;
            }

                .mobileMenu > ul li .mobile-nav-black a {
                    color: #fff;
                }

            .mobileMenu > ul li .mobile-nav-orange {
                background: #fe5000;
            }

                .mobileMenu > ul li .mobile-nav-orange a {
                    color: #fff;
                }

            .mobileMenu > ul li .mobile-nav-blue {
                background: #004e9b;
            }

                .mobileMenu > ul li .mobile-nav-blue a {
                    color: #fff;
                }

.topImageFrontpageContainer {
    width: 100%;
    height: 630px;
    position: relative;
    overflow: hidden;
}

    .topImageFrontpageContainer > img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 630px;
        position: absolute;
    }

    .topImageFrontpageContainer .actionForm {
        position: absolute;
        bottom: 140px;
        right: 40px;
        display: inline-block;
        z-index: 1001;
    }

        .topImageFrontpageContainer .actionForm .orangeButton {
            padding: 16px 30px;
            font-size: 22px;
            line-height: 26px;
        }

            .topImageFrontpageContainer .actionForm .orangeButton .buttonArrow {
                height: 18px;
                margin-top: 4px;
            }

                .topImageFrontpageContainer .actionForm .orangeButton .buttonArrow img {
                    height: 18px;
                    width: auto !important;
                }

    .topImageFrontpageContainer .newsTicker {
        position: absolute;
        bottom: 0;
        padding: 15px 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1002;
    }

        .topImageFrontpageContainer .newsTicker .rotationTitle {
            width: 20%;
            height: auto;
            z-index: 150;
            float: left;
        }

            .topImageFrontpageContainer .newsTicker .rotationTitle h1 {
                font-size: 18px;
                line-height: 20px;
                color: #FFF;
                font-weight: bold;
                text-transform: uppercase;
                margin: 0;
                margin-bottom: 5px;
            }

                .topImageFrontpageContainer .newsTicker .rotationTitle h1 a {
                    color: #FFF;
                }

            .topImageFrontpageContainer .newsTicker .rotationTitle .cycle-pager {
                display: inline-block;
                height: 10px;
            }

                .topImageFrontpageContainer .newsTicker .rotationTitle .cycle-pager > span {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: #fff;
                    font-size: 0;
                    margin: 2px;
                }

                .topImageFrontpageContainer .newsTicker .rotationTitle .cycle-pager .cycle-pager-active {
                    background: #fe5000;
                }

        .topImageFrontpageContainer .newsTicker .rotationBox {
            width: 80%;
            box-sizing: border-box;
            float: left;
        }

            .topImageFrontpageContainer .newsTicker .rotationBox > div {
                position: relative;
                width: 100%;
                padding: 0 0 0 10px;
            }

            .topImageFrontpageContainer .newsTicker .rotationBox .cycle-slideshow {
                box-sizing: border-box;
                margin: 0;
                position: relative;
            }

            .topImageFrontpageContainer .newsTicker .rotationBox .news-item {
                left: 40px;
                width: 100%;
                font-size: 15px;
                line-height: 22px;
                color: #fff;
            }

                .topImageFrontpageContainer .newsTicker .rotationBox .news-item .news-headline {
                    margin-top: 0;
                    margin-bottom: 0;
                    font-weight: normal;
                    font-size: 18px;
                }

                    .topImageFrontpageContainer .newsTicker .rotationBox .news-item .news-headline a {
                        vertical-align: middle;
                        text-transform: uppercase;
                        color: #fff;
                    }

                .topImageFrontpageContainer .newsTicker .rotationBox .news-item .news-teaser a {
                    color: #fff;
                }

                    .topImageFrontpageContainer .newsTicker .rotationBox .news-item .news-teaser a:hover {
                        color: #fff;
                    }

                .topImageFrontpageContainer .newsTicker .rotationBox .news-item .news-teaser p {
                    margin: 0;
                }

                .topImageFrontpageContainer .newsTicker .rotationBox .news-item .date {
                    font-size: 14px;
                    color: #b2b2b2;
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 10px;
                    padding-left: 10px;
                    border-left: 1px solid #b2b2b2;
                    line-height: 14px;
                }

.topImageContainer {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

    .topImageContainer > img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 450px;
        position: absolute;
    }

    .topImageContainer .actionForm {
        position: absolute;
        bottom: 50px;
        right: 40px;
        display: inline-block;
        z-index: 1001;
    }

        .topImageContainer .actionForm .orangeButton {
            padding: 16px 30px;
            font-size: 22px;
            line-height: 26px;
        }

            .topImageContainer .actionForm .orangeButton .buttonArrow {
                height: 18px;
                margin-top: 4px;
            }

                .topImageContainer .actionForm .orangeButton .buttonArrow img {
                    height: 18px;
                    width: auto !important;
                }

.bottomImageContainer {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

    .bottomImageContainer > img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 300px;
        position: absolute;
    }

    .bottomImageContainer .contactBar {
        background: rgba(0, 0, 0, 0.7);
        float: left;
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 0;
    }

        .bottomImageContainer .contactBar .contactSocials {
            float: left;
            margin: 23px 0;
        }

            .bottomImageContainer .contactBar .contactSocials img {
                width: 34px;
                margin-right: 5px;
            }

        .bottomImageContainer .contactBar .contactText {
            float: right;
            font-size: 26px;
            line-height: 32px;
            margin: 24px 0;
        }

            .bottomImageContainer .contactBar .contactText a {
                color: #fff;
                margin-left: 25px;
            }

.ytvideo {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .ytvideo iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.ytvideoBottom {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .ytvideoBottom iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

@media screen and (min-width: 960px) {
    .video-left {
        float: left;
        padding-right: 180px;
        width: 340px;
    }

    .video-right {
        float: right;
        padding-left: 180px;
        width: 340px;
    }
}

.goToTop {
    width: 43px;
    height: 43px;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    background-image: url(/gfx/layout/arrow_gototop.png);
    background-size: 43px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    z-index: 8000;
}

.pageContent {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

    .pageContent .rightBar {
        display: none;
        float: right;
        width: 200px;
        margin-left: 20px;
    }

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

#sb-container {
    z-index: 20000;
}

#fancybox-overlay {
    z-index: 20000;
}

#fancybox-wrap {
    z-index: 21000;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bulletlist {
    display: inline-block;
}

    .bulletlist li {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 6px;
    }

.icon-globe {
    width: 19px;
    height: 19px;
    margin-top: -3px;
    margin-right: 5px;
}

.footermenu {
    float: right;
}

    .footermenu ul {
        min-height: 100px;
        padding: 0 20px 0 10px;
        border-left: 1px solid #d6d6d6;
        float: left;
        width: 170px;
        box-sizing: border-box;
    }

        .footermenu ul li {
            min-height: 21px;
        }

            .footermenu ul li a {
                color: #000;
                font-size: 14px;
            }

                .footermenu ul li a:hover {
                    color: #fe5000;
                }

.flag {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    background-image: url(/gfx/flags/48/flags.png);
    background-size: 240px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

    .flag.flag-ar {
        background-position: -24px 0px;
    }

    .flag.flag-at {
        background-position: -48px 0px;
    }

    .flag.flag-au {
        background-position: -72px 0px;
    }

    .flag.flag-be {
        background-position: -96px 0px;
    }

    .flag.flag-bn {
        background-position: -120px 0px;
    }

    .flag.flag-br {
        background-position: -144px 0px;
    }

    .flag.flag-ca {
        background-position: -168px 0px;
    }

    .flag.flag-ch {
        background-position: -192px 0px;
    }

    .flag.flag-cz {
        background-position: -216px 0px;
    }

    .flag.flag-de {
        background-position: 0px -24px;
    }

    .flag.flag-dk {
        background-position: -24px -24px;
    }

    .flag.flag-es {
        background-position: -48px -24px;
    }

    .flag.flag-fr {
        background-position: -72px -24px;
    }

    .flag.flag-gb {
        background-position: -96px -24px;
    }

    .flag.flag-gr {
        background-position: -120px -24px;
    }

    .flag.flag-hr {
        background-position: -144px -24px;
    }

    .flag.flag-hu {
        background-position: -168px -24px;
    }

    .flag.flag-id {
        background-position: -192px -24px;
    }

    .flag.flag-ie {
        background-position: -216px -24px;
    }

    .flag.flag-in {
        background-position: 0px -48px;
    }

    .flag.flag-is {
        background-position: -24px -48px;
    }

    .flag.flag-it {
        background-position: -48px -48px;
    }

    .flag.flag-kh {
        background-position: -72px -48px;
    }

    .flag.flag-my {
        background-position: -96px -48px;
    }

    .flag.flag-nl {
        background-position: -120px -48px;
    }

    .flag.flag-nz {
        background-position: -144px -48px;
    }

    .flag.flag-pa {
        background-position: -168px -48px;
    }

    .flag.flag-pe {
        background-position: -192px -48px;
    }

    .flag.flag-ph {
        background-position: -216px -48px;
    }

    .flag.flag-pl {
        background-position: 0px -72px;
    }

    .flag.flag-pt {
        background-position: -24px -72px;
    }

    .flag.flag-ro {
        background-position: -48px -72px;
    }

    .flag.flag-se {
        background-position: -72px -72px;
    }

    .flag.flag-sg {
        background-position: -96px -72px;
    }

    .flag.flag-tr {
        background-position: -120px -72px;
    }

    .flag.flag-tt {
        background-position: -144px -72px;
    }

    .flag.flag-us {
        background-position: -168px -72px;
    }

    .flag.flag-uy {
        background-position: -192px -72px;
    }

    .flag.flag-vn {
        background-position: -216px -72px;
    }

    .flag.flag-xa {
        background-position: 0px -96px;
    }

    .flag.flag-xb {
        background-position: 0px -96px;
    }

    .flag.flag-xc {
        background-position: 0px -96px;
    }

    .flag.flag-gl {
        background-position: -24px -96px;
    }

    .flag.flag-gl-orange {
        background-position: -48px -96px;
    }

    .flag.flag-cn {
        background-position: -72px -96px;
    }

    .flag.flag-sk {
        background-position: -96px -96px;
    }

    .flag.flag-pg {
        background-position: -120px -96px;
    }

    .flag.flag-pf {
        background-position: -144px -96px;
    }

    .flag.flag-za {
        background-position: -168px -96px;
    }

@media screen and (max-width: 959px) {
    .pageContent {
        padding: 30px 20px;
    }

    .languagePopup {
        width: calc(100% - 80px);
        left: 40px;
        top: 88px;
    }

        .languagePopup > div {
            height: 100%;
            overflow-y: scroll;
        }

        .languagePopup .languages {
            height: auto;
            padding: 5px 15px;
        }

            .languagePopup .languages > ul > li {
                width: 100%;
            }

                .languagePopup .languages > ul > li:first-of-type {
                    width: 100%;
                }

                .languagePopup .languages > ul > li ul {
                    -moz-column-count: 1;
                    -moz-column-gap: 0;
                    -webkit-column-count: 1;
                    -webkit-column-gap: 0;
                    column-count: 1;
                    column-gap: 0;
                }

                    .languagePopup .languages > ul > li ul:first-of-type {
                        -moz-column-count: 1;
                        -moz-column-gap: 0;
                        -webkit-column-count: 1;
                        -webkit-column-gap: 0;
                        column-count: 1;
                        column-gap: 0;
                    }

        .languagePopup .divGlobal {
            position: initial;
            bottom: auto;
            left: auto;
            text-align: left;
        }

    .headWrapper .logoWrapper {
        width: 200px;
        margin: 20px 0;
        padding: 0 20px;
    }

    .headWrapper .menuIcon {
        margin: 28px 20px 20px 0;
    }

    .headWrapper .topActionForm {
        display: none;
    }

    .smallTopMenu {
        display: none;
    }

    .topImageFrontpageContainer {
        height: 315px;
    }

        .topImageFrontpageContainer > img {
            height: 315px;
        }

        .topImageFrontpageContainer .actionForm {
            display: none;
            visibility: hidden;
        }

    .topImageContainer {
        height: 225px;
    }

        .topImageContainer > img {
            height: 225px;
        }

        .topImageContainer .actionForm {
            display: none;
            visibility: hidden;
        }

    .bottomImageContainer {
        height: 150px;
    }

        .bottomImageContainer > img {
            height: 150px;
        }

    #divPageContents .tripleImage > span {
        width: 33.33%;
        box-sizing: border-box;
        padding: 0 1%;
    }

        #divPageContents .tripleImage > span:first-of-type {
            padding-right: 2%;
        }

        #divPageContents .tripleImage > span:last-of-type {
            padding-left: 2%;
        }

    #divPageContents .fourImages > span {
        width: 25%;
        padding: 0;
        padding-right: 2%;
        padding-left: 2%;
        /*&:last-of-type {
            padding-right: 0;
        }*/
    }
}

@media screen and (max-width: 600px) {
    .topImageFrontpageContainer {
        height: 210px;
    }

        .topImageFrontpageContainer > img {
            height: 210px;
        }

        .topImageFrontpageContainer .newsTicker {
            display: none;
        }

    .topImageContainer {
        height: 150px;
    }

        .topImageContainer > img {
            height: 150px;
        }

    .bottomImageContainer {
        height: 100px;
    }

        .bottomImageContainer > img {
            height: 100px;
        }

    .subcontent h1 {
        font-size: 7vw;
    }

    .subcontent h2 {
        font-size: 5vw;
    }

    .subcontent div span span {
        float: none;
    }

        .subcontent div span span b {
            width: 100%;
            float: left;
        }

    .subcontent div span.fl {
        margin: 0px 0px 20px 0px !important;
        width: 100%;
        text-align: center;
        max-width: 600px !important;
    }

    .subcontent div span.fr {
        margin: 0px 0px 20px 0px !important;
        width: 100%;
        text-align: center;
        max-width: 600px !important;
    }
}

@media screen and (max-width: 480px) {
    #divPageContents .fourImages > span {
        width: 48%;
        padding: 0;
        margin-right: 4%;
        margin-bottom: 25px;
    }

        #divPageContents .fourImages > span:last-of-type {
            margin-bottom: 0;
        }

        #divPageContents .fourImages > span:nth-of-type(even) {
            margin-right: 0;
        }

        #divPageContents .fourImages > span:nth-of-type(3) {
            margin-bottom: 0;
        }

        #divPageContents .fourImages > span img {
            margin: 0;
        }

    .subcontent .doubleImage > span {
        width: 100% !important;
        margin: 0 !important;
    }

        .subcontent .doubleImage > span:first-child {
            margin-bottom: 25px !important;
        }
}

@media screen and (min-width: 960px) {
    .float-left {
        float: left;
        padding-right: 35px;
        width: 48%;
        margin-bottom: 35px;
    }

    .float-right {
        float: right;
        padding-left: 35px;
        width: 48%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 959px) {
    .float-left,
    .float-right {
        float: left;
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 700px) {
    .float-left,
    .float-right {
        float: left;
        width: 100%;
        margin-bottom: 35px;
    }
}

.block {
    float: left;
}

.text-box {
    margin-bottom: 35px;
}

.grayImageBoxContainer {
    background: #eee;
    box-sizing: border-box;
    float: left;
    position: relative;
}

    .grayImageBoxContainer .grayImageBox {
        position: absolute;
        width: 50%;
        height: 100%;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .grayImageBoxContainer .grayImageBox img {
            display: none;
        }

        .grayImageBoxContainer .grayImageBox i {
            display: none;
        }

    .grayImageBoxContainer .grayTextBox {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }

@media screen and (max-width: 480px) {
    .grayImageBoxContainer .grayImageBox {
        position: relative;
        width: 100%;
    }

        .grayImageBoxContainer .grayImageBox img {
            display: block;
            width: 100%;
        }

    .grayImageBoxContainer .grayTextBox {
        width: 100% !important;
    }
}
