﻿@charset "UTF-8";


body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}


#pageWrapper.personentransport .divider .inner, #pageWrapper.personentransport .divider:after {
    background-color: #77447d;
}

#pageWrapper.personentransport .divider.second .inner, #pageWrapper.personentransport .divider.second:after {
    background-color: #c095c5;
}

#pageWrapper.schuettgutindustrie .divider .inner, #pageWrapper.schuettgutindustrie .divider:after {
    background-color: #70707f;
}

#pageWrapper.schuettgutindustrie .divider.second .inner, #pageWrapper.schuettgutindustrie .divider.second:after {
    background-color: #a5a5b0;
}

#pageWrapper.holzindustrie .divider .inner, #pageWrapper.holzindustrie .divider:after {
    background-color: #745b31;
}

#pageWrapper.holzindustrie .divider.second .inner, #pageWrapper.holzindustrie .divider.second:after {
    background-color: #c6a978;
}

#pageWrapper.papierindustrie .divider .inner, #pageWrapper.papierindustrie .divider:after {
    background-color: #ccb527;
}

#pageWrapper.papierindustrie .divider.second .inner, #pageWrapper.papierindustrie .divider.second:after {
    background-color: #e5d574;
}

#pageWrapper.automobilindustrie .divider .inner, #pageWrapper.automobilindustrie .divider:after {
    background-color: #46586f;
}

#pageWrapper.automobilindustrie .divider.second .inner, #pageWrapper.automobilindustrie .divider.second:after {
    background-color: #8397b1;
}

#pageWrapper.stahlindustrie .divider .inner, #pageWrapper.stahlindustrie .divider:after {
    background-color: #564960;
}

#pageWrapper.stahlindustrie .divider.second .inner, #pageWrapper.stahlindustrie .divider.second:after {
    background-color: #a394ae;
}

#pageWrapper.stahlwasserbau .divider .inner, #pageWrapper.stahlwasserbau .divider:after {
    background-color: #225b71;
}

#pageWrapper.stahlwasserbau .divider.second .inner, #pageWrapper.stahlwasserbau .divider.second:after {
    background-color: #5eafce;
}

#pageWrapper.lebensmittelindustrie .divider .inner, #pageWrapper.lebensmittelindustrie .divider:after {
    background-color: #114e39;
}

#pageWrapper.lebensmittelindustrie .divider.second .inner, #pageWrapper.lebensmittelindustrie .divider.second:after {
    background-color: #23a276;
}

#pageWrapper.daemmstoffindustrie .divider .inner, #pageWrapper.daemmstoffindustrie .divider:after {
    background-color: #cc5828;
}

#pageWrapper.daemmstoffindustrie .divider.second .inner, #pageWrapper.daemmstoffindustrie .divider.second:after {
    background-color: #e49676;
}

#pageWrapper.maschinenbau .divider .inner, #pageWrapper.maschinenbau .divider:after {
    background-color: #a10076;
}

#pageWrapper.maschinenbau .divider.second .inner, #pageWrapper.maschinenbau .divider.second:after {
    background-color: #ff88df;
}

#pageWrapper.wasseraufbereitung .divider .inner, #pageWrapper.wasseraufbereitung .divider:after {
    background-color: #2ba9e1;
}

#pageWrapper.wasseraufbereitung .divider.second .inner, #pageWrapper.wasseraufbereitung .divider.second:after {
    background-color: #9bd6f1;
}

#pageWrapper.vergnuegungsparkindustrie .divider .inner, #pageWrapper.vergnuegungsparkindustrie .divider:after {
    background-color: #7a3d6d;
}

#pageWrapper.vergnuegungsparkindustrie .divider.second .inner, #pageWrapper.vergnuegungsparkindustrie .divider.second:after {
    background-color: #bd7aae;
}



@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/Source_sans_pro/SourceSansPro-Regular.eot") format("eot"),url("../fonts/Source_sans_pro/SourceSansPro-Regular.woff") format("woff"),url("../fonts/Source_sans_pro/SourceSansPro-Regular.ttf") format("truetype"),url("../fonts/Source_sans_pro/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    font-family: Source Sans Pro,sans-serif;
}

h1 {
    font-size: 3.2rem;
}

h1, h2 {
    line-height: 1.5;
    font-weight: 400;
    color: #46344e;
}

h2 {
    font-size: 2.5rem;
    text-transform: capitalize;
}

h3 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #606258;
}

h3, p {
    line-height: 1.5;
}

p {
    color: #5b5561;
}

a, p {
    font-size: 1.8rem;
}

a {
    color: #46344e;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

    a:hover {
        /*color: #729316*/
        color: #faef26;
    }

@media (max-width:1024px) {
    h1 {
        font-size: 2.7rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 2rem;
    }

    a:hover {
        color: #94c01c;
    }
}

@media (max-width:500px) {
    h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 2rem;
        line-height: 1.4;
    }
}


#timeLineSlider .year:after, .box .text ul li:before, .boxes .box a.ics:before, .boxes .box a[href$=".doc"]:before, .boxes .box a[href$=".docx"]:before, .boxes .box a[href$=".ics"]:before, .boxes .box a[href$=".jpeg"]:before, .boxes .box a[href$=".jpg"]:before, .boxes .box a[href$=".pdf"]:before, .boxes .box a[href$=".zip"]:before, .boxes .box a[href^="http://"]:before, .boxes .box a[href^=mailto]:before, .boxForm button:after, .branchesIntro ul li:before, .divider .dividerText a.ics:before, .divider .dividerText a[href$=".ics"]:before, .divider .dividerText a[href^="http://"]:before, .divider .dividerText a[href^="https://"]:before, .downloads .fileItem.active:after, .fileWrapper label.selected:after, .langButton i, .logo-chain, .news .entry a.more:after, .newsletterBox button:after, .personElement .person.open button:before, .personElement .person button:before, .scrollTop:after, .searchButton i, .select2-container--default .select2-selection--single .select2-selection__arrow b:after, [class*=" icon-"]:before, [class^=icon-]:before, ul.flexnav > li.menu-item-has-children a:after {
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
}

.branchesIntro p, .branchesIntro ul li, .contentText ul li, .personElement .description, .personElement .title {
    text-align: justify
}

.icon-up-open-big:before {
    content: "\e800";
}

.icon-search:before {
    content: "\e801";
}

.icon-contact:before {
    content: "\e802";
}

.icon-location:before {
    content: "\e803";
}

.icon-phone:before {
    content: "\e804";
}

.icon-world:before {
    content: "\e805";
}

.icon-download:before {
    content: "\e806";
}

.icon-right-open-big:before {
    content: "\e807";
}

.icon-left-open-big:before {
    content: "\e808";
}

.icon-down-open-big:before {
    content: "\e809";
}

.icon-globe:before {
    content: "\e80a";
}

.icon-menu:before {
    content: "\e80b";
}

.icon-download-1:before {
    content: "\e80c";
}

.icon-check:before {
    content: "\e80d";
}

.icon-record:before {
    content: "\e80e";
}

.icon-down-open:before {
    content: "\e80f";
}

.icon-up-open:before {
    content: "\e810";
}

.icon-pencil:before {
    content: "\e811";
}

.icon-cancel:before {
    content: "\e812";
}

.icon-close:before {
    content: "\e813";
}

.icon-right:before {
    content: "\f178";
}

.icon-calendar-plus-o:before {
    content: "\f271";
}

.icon-linkedin:before {
    content: "\f318";
}

.icon-instagram:before {
    content: "\f32d";
}

.logo-chain:before {
    content: "\e80f";
    color: #e7e8e6;
}

.footer-ti-icon {
    padding: 13.5px;
    font-size: 16px;
    color: white;
    margin: 0 5px 0 0;
}

    .footer-ti-icon:hover {
        color: white;
        /*  background-color: #fafafa;*/
    }

.logo-chain:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url();
    height: 30px;
    width: 30px;
    display: block;
    background-size: cover;
    background-position: 50%;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
}

#pageWrapper {
    max-width: 1920px;
    position: relative;
    overflow: auto;
    min-height: 100vh;
}

#pageWrapper, .wrap {
    margin-left: auto;
    margin-right: auto;
}

.wrap {
    max-width: 1110px;
}

@media (max-width:1600px) {
    .wrap {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:400px) {
    .wrap {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
}

.hide {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInUp-active {
    -webkit-animation: fadeInUp 2s ease forwards;
    animation: fadeInUp 2s ease forwards;
}

ul.flexnav {
    -webkit-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-height: 0;
    position: relative;
    z-index: 2;
}

    ul.flexnav.opacity {
        opacity: 1;
    }

    ul.flexnav li {
        float: left;
        overflow: visible;
    }

    ul.flexnav a, ul.flexnav li {
        position: relative;
        display: block;
    }

    ul.flexnav a {
        z-index: 2;
        overflow: hidden;
        text-decoration: none;
        width: 100%;
    }

    ul.flexnav > li a {
        text-transform: uppercase;
    }

    ul.flexnav > li > ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: auto;
        left: 0;
        width: auto;
        display: none;
    }

        ul.flexnav > li > ul > li {
            width: 100%;
            position: relative;
            overflow: hidden;
            min-width: 220px;
        }

.menu-button {
    display: none;
}

@media (max-width:900px) {
    ul.flexnav {
        overflow: hidden;
        max-height: 0;
    }

        ul.flexnav.opacity {
            opacity: 0;
        }

        ul.flexnav.flexnav-show {
            max-height: 2000px;
            opacity: 1;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        ul.flexnav li {
            width: 100%;
        }

        ul.flexnav > li > ul.flexnav-show {
            position: relative;
        }

            ul.flexnav > li > ul.flexnav-show li {
                overflow: visible;
            }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translateZ(0);
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    transition: scale .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-nav div {
        color: #000;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: .5;
    }

    .owl-theme .owl-controls.clickable .owl-nav div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

.owl-theme .owl-dots .owl-dot {
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 1;
        border-radius: 20px;
        background: #869791;
    }

    .owl-theme .owl-dots.clickable .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
        filter: Alpha(Opacity=70);
        opacity: .7;
    }

    .owl-theme .owl-dots .owl-dot span.owl-numbers {
        height: auto;
        width: auto;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
        border-radius: 30px;
    }

.owl-item.loading {
    min-height: 150px;
    background: url(../../img/AjaxLoader.html) no-repeat 50%;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
        background-color: #faef26;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
        background-image: linear-gradient(180deg,#eee 50%,#ccc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#eee));
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#fff));
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.top {
    background-color: #faef26;
}

    .top .wrap:after {
        content: "";
        display: table;
        clear: both;
    }

.career .top {
    background-color: #606258;
}

.bottom {
    background-color: #fff;
}

    .bottom .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.logo {
    display: block;
    width: 25.5rem;
    margin: 3rem 0;
}

@media (max-width:1024px) {
    .logo {
        width: 22rem;
        height: auto;
        margin: 2rem 0;
    }
}

@media (max-width:900px) {
    header .wrap {
        width: 100%;
        position: relative;
    }

    .bottom {
        padding: 0 2.5rem;
    }

    .logo {
        width: 18rem;
        height: auto;
        margin: 1.5rem 0;
    }
}

@media (max-width:600px) {
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ticker-container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width:400px) {
    .logo {
        width: 15rem;
    }
}

#main {
    float: left;
}

ul.flexnav {
    list-style-type: none;
}

    ul.flexnav a {
        /*color: #5b5561;*/
        color: #fefeff;
        font-size: 1.6rem;
        line-height: 1.6;
        text-transform: uppercase;
        padding: 3rem 1.5rem;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    ul.flexnav > li > a {
        font-weight: bold;
    }

    ul.flexnav a:hover, ul.flexnav li.current-menu-item > a, ul.flexnav li.current-page-parent > a {
        background-color: #fff;
        color: #606258;
    }

    ul.flexnav > li.active {
        background-color: #fff;
    }

        ul.flexnav > li.active a {
            color: #606258;
        }

    ul.flexnav > li > ul > li > a {
        /*background-color: hsla(0,0%,97.3%,.9);*/
        background-color: #f8f8f8;
        color: #606258;
        padding: .3em 1em;
        text-transform: none;
        font-size: 1.8rem;
    }

    ul.flexnav > li > ul > li > ul > li {
        width: 100%;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }

    ul.flexnav > li > ul > li.current-menu-item a, ul.flexnav > li > ul > li > a:hover {
        color: #000000;
        /*background-color: #dbd7d7;*/
        background-color: #bbb9b9;
    }

    ul.flexnav > li > ul > li > ul > li.current-menu-item a {
        color: #000000;
        background-color: #bbb9b9;
    }

    ul.flexnav > li > ul > li > ul {
        margin: 0;
        padding: 0;
        top: auto;
        left: 0;
        width: auto;
        display: none;
    }

        ul.flexnav > li > ul > li > ul > li > a {
            background-color: #f1e9e9;
            color: #606258;
            padding: .3em 0.3em .3em 1.6em;
            /*padding: .3em 1em;*/
            text-transform: none;
            font-size: 1.8rem;
            overflow-wrap: break-word;
            line-height: 1.3;
            border-left: 5px solid #46344e;
        }

            ul.flexnav > li > ul > li > ul > li > a:before {
                content: "-";
                position: absolute;
                left: 15px;
                color: #46344e;
            }

            ul.flexnav > li > ul > li > ul > li > a:hover {
                color: #000000;
                background-color: #bbb9b9;
            }

@media (max-width:1024px) {
    ul.flexnav a {
        padding: 2rem 1rem;
    }

        ul.flexnav a:hover {
            background-color: #ffff;
            color: #5b5561;
        }

    ul.flexnav > li.active, ul.flexnav > li.active > a:hover {
        background-color: #fff;
    }

    ul.flexnav > li > ul > li > a:hover {
        color: #606258;
    }

    ul.flexnav > li > ul > li.current-menu-item a:hover {
        color: #94c01c;
    }
}

@media (max-width:900px) {
    #main {
        float: none;
        clear: both;
        position: absolute;
        background-color: #faef26;
        z-index: 5;
        top: 5rem;
        left: 0;
        right: 0;
        text-align: center;
    }

    .menu-button {
        position: relative;
        display: block;
        color: #5b5561;
        font-size: 2.5rem;
        cursor: pointer;
        overflow: auto;
        float: right;
        margin: 1.5rem 1.5rem 0 0;
    }

        .menu-button .touch-button {
            background: transparent;
            position: absolute;
            z-index: 999;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            display: inline-block;
            text-align: center;
        }

            .menu-button .touch-button .navicon {
                font-size: 16px;
                position: relative;
                top: 1em;
                color: #666;
            }

    ul.flexnav a {
        padding: 1.5rem 2.5%;
    }

    ul.flexnav-show {
        margin-top: 1.5rem;
    }

    ul.flexnav > li.menu-item-has-children > a {
        position: relative;
    }

        ul.flexnav > li.menu-item-has-children > a:after {
            /*content: "\e80f";*/
            position: absolute;
            right: 2.5%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 2rem;
            z-index: 10;
            color: #fff;
        }

    ul.flexnav > li.menu-item-has-children.active > a:after {
        color: #606258;
    }

    ul.flexnav > li > ul > li a {
        padding: 1rem 4rem;
    }

    ul.flexnav > li > ul > li.active, ul.flexnav > li > ul > li.active > a:hover {
        background-color: #f8f8f8;
    }

    ul.flexnav > li > ul > li > ul > li > a {
        padding: 0.3em 0.3em 0.3em 3em;
    }

    ul.flexnav > li > ul > li > ul > li {
        width: 100%;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }
}

@media (max-width:550px) {
    ul.flexnav > li > ul > li a {
        padding: 1.2rem 2.2rem;
    }
}

nav#service ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav#service li {
    display: inline-block;
    margin-left: 4rem;
}

nav#service a {
    position: relative;
    display: block;
    color: #333;
    background-color: #bbb3b4;
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
    /*padding: 1.5rem 1.8rem;*/
    border: 2px solid #9d8d8e;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    font-size: 2rem;
}

    nav#service a i:before {
        margin-right: 0;
    }

.career nav#service > ul {
    position: relative;
}

    .career nav#service > ul:before {
        content: attr(data-title);
        color: #606258;
        font-weight: 700;
        display: block;
        font-size: 3.2rem;
        position: absolute;
        left: -70%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-transform: uppercase;
    }

@media (min-width:1025px) {
    nav#service a:after, nav#service a:before {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
        transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
        transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
        transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
        -webkit-transform: translate3d(-50%,5px,0);
        transform: translate3d(-50%,5px,0);
        pointer-events: none;
        top: 100%;
        bottom: auto;
        left: 50%;
    }

    nav#service a:before {
        z-index: 1001;
        background: transparent;
        content: "";
        margin-top: -12px;
        margin-bottom: 0;
        border: 6px solid transparent;
        border-bottom-color: #e7e8e6;
    }

    nav#service a:after {
        z-index: 1000;
        padding: 8px;
        background-color: #e7e8e6;
        content: attr(data-tooltip);
        font-size: 14px;
        line-height: 1.2;
    }

    nav#service a:focus, nav#service a:hover {
        background-color: #fff;
    }

        nav#service a:focus:after, nav#service a:focus:before, nav#service a:hover:after, nav#service a:hover:before {
            visibility: visible;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            -webkit-transform: translate3d(-50%,15px,0);
            transform: translate3d(-50%,15px,0);
        }
}

@media (max-width:1024px) {
    nav#service li {
        margin-left: 3rem;
    }
}

@media (max-width:900px) {
    nav#service li {
        margin-left: 1.5rem;
    }

    .career nav#service > ul:before {
        left: -100%;
    }
}

@media (max-width:600px) {
    .career nav#service > ul {
        position: static;
    }

        .career nav#service > ul:before {
            font-size: 2.8rem;
            left: 1rem;
            top: -1.4rem;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            color: #fff;
        }
}

@media (max-width:550px) {
    nav#service li {
        margin-left: 1rem;
    }
}

@media (max-width:400px) {
    nav#service a {
        padding: 1rem 1.2rem;
    }
}

.utilities {
    float: right;
    position: relative;
}

    .utilities .searchForm {
        position: absolute;
        top: auto;
        right: 0;
        z-index: 1003;
        padding: 2rem;
        background-color: #9d8d8e;
        width: 40rem;
    }

        .utilities .searchForm, .utilities .searchForm.hide {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .utilities .searchForm.hide {
                top: -100px;
            }

            .utilities .searchForm form {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .utilities .searchForm div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .utilities .searchForm input {
                display: block;
                width: 78%;
                padding: 1rem;
            }

            .utilities .searchForm button {
                font-size: 1.7rem;
                line-height: 1.3;
                font-weight: 700;
                text-align: center;
                background-color: #5b5561;
                border: 3px solid #5b5561;
                color: #fff;
                -webkit-transition: background-color .3s ease-in;
                transition: background-color .3s ease-in;
                display: block;
                width: 20%;
                padding: 1rem;
                cursor: pointer;
            }

                .utilities .languages, .utilities .searchForm button:hover {
                    background-color: #46344e;
                }

    .utilities .languages {
        position: absolute;
        top: auto;
        right: 0;
        z-index: 1003;
    }

        .utilities .languages.hide {
            top: -300px;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .utilities .languages ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .utilities .languages a {
            display: block;
            color: #fff;
            padding: 2rem;
            -webkit-transition: background-color .5s ease;
            transition: background-color .5s ease;
        }

            .utilities .languages a:hover {
                background-color: #9d8d8e;
            }

.langButton, .searchButton {
    display: inline-block;
    color: #ffffff;
    padding: 2.85rem 1.4rem;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .langButton i, .searchButton i {
        font-size: 2.6rem;
        display: block;
        margin: 0;
        text-decoration: none;
    }

    .langButton:hover, .searchButton:hover {
        background-color: #9d8d8e;
    }

.career .utilities .searchForm {
    background-color: #606258;
}

    .career .utilities .searchForm input {
        display: block;
        width: 78%;
        padding: 1rem;
        background-color: #606258;
        color: #fff;
        border-color: #fff;
    }

    .career .utilities .searchForm button {
        background-color: #fff;
        border-color: #fff;
        color: #606258;
    }

.career .utilities .languages {
    background-color: #606258;
}

    .career .utilities .languages a:hover {
        background-color: #94968a;
    }

.career .utilities .langButton:hover, .career .utilities .searchButton:hover {
    color: #606258;
    background-color: #fff;
}

@media (max-width:1024px) {
    .langButton, .searchButton {
        padding: 1.8rem 1.4rem;
    }

        .langButton:hover, .searchButton:hover {
            background-color: #9d8d8e;
        }
}

@media (max-width:900px) {
    .utilities {
        margin-right: 1rem;
    }

    .langButton, .searchButton {
        padding: 1.2 rem 1.5rem;
    }
}

@media (max-width:550px) {
    .utilities {
        position: static;
    }

        .utilities .searchForm {
            left: 0;
            width: auto;
        }
}

.boxForm button, .newsletterBox button {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    max-width: 30rem;
    text-align: center;
    letter-spacing: .04rem;
    text-transform: capitalize;
    background-color: #faef26;
    border: 3px solid #faef26;
    color: #46344e;
    padding: 2rem 2rem;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    border-radius: 5px;
}

    .boxForm button:after, .newsletterBox button:after {
        content: "\e80f";
        font-size: 1.8rem;
        display: none;
    }

    .boxForm button:hover, .newsletterBox button:hover {
        background-color: #cbc222;
    }

.single-jobs a.button {
    display: block;
    margin-top: 3rem;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    max-width: 30rem;
    text-align: center;
    letter-spacing: .04rem;
    text-transform: uppercase;
    background-color: #a4cd35;
    border: 3px solid #a4cd35;
    color: #fff;
    padding: 2.5rem 3rem;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}

    .single-jobs a.button:hover {
        background-color: #94c01c;
    }

#slider {
    overflow: hidden;
}

    #slider .slide {
        position: relative;
        display: block;
        background-color: #eee;
    }

        #slider .slide .background {
            padding-top: 38%;
            background-size: cover;
            background-repeat: no-repeat;
            overflow: hidden;
            position: relative;
            -webkit-transition: -webkit-transform .3s ease-in;
            transition: -webkit-transform .3s ease-in;
            transition: transform .3s ease-in;
            transition: transform .3s ease-in,-webkit-transform .3s ease-in;
        }

@media (min-width:1025px) {
    #slider .slide:hover .background {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}

#slider .slide .inner {
    margin: 0 auto;
    max-width: 92%;
}

#slider .slide .text {
    text-align: center;
}

#slider .slide .title {
    font-size: 2.3rem;
    margin-top: 1rem;
    color: #333;
}

#slider .slide .slideButton {
    display: inline-block;
    margin: 1.5rem 0;
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
    border: 2px solid #a4cd35;
    border-radius: 3rem;
    padding: .5rem 1.5rem;
}

.owl-theme .owl-controls {
    margin: 0;
}

    .owl-theme .owl-controls .owl-nav div {
        position: absolute;
        z-index: 2;
        top: 46.1%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 3rem;
        cursor: pointer;
        background: transparent;
    }

        .owl-theme .owl-controls .owl-nav div.disabled {
            opacity: 0;
        }

    .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0;
    }

    .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0;
    }

.owl-theme .owl-dots {
    text-align: center;
    padding: 1rem 0 0;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-theme .owl-dots .owl-dot span {
            background-color: #e7e8e6;
            border: none;
            width: 1.3rem;
            height: 1.3rem;
            border-radius: 50%;
            margin: 1rem;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background-color: #5b5561;
            opacity: 1;
        }

@media (min-width:600px) {
    #slider .slide .inner {
        margin: 0 auto;
        max-width: 75%;
    }
}

@media (min-width:800px) {
    #slider .slide .inner {
        margin: 0 auto;
        max-width: 63%;
    }
}

@media (min-width:1024px) {
    #slider .slide .inner {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(18%,transparent),to(rgba(0,0,0,.8)));
        background: linear-gradient(180deg,transparent 18%,rgba(0,0,0,.8));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#cc000000",GradientType=0);
        padding: 6rem 0 2rem;
    }

    #slider .slide .title {
        text-align: center;
        font-size: 3rem;
        color: #000000;
    }

    #slider .slide .text {
        color: #fff;
    }

    #slider .slide .slideButton {
        font-size: 2rem;
        margin: 3rem 0;
        border-color: #fff;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width:1200px) {
    #slider .slide .title {
        text-align: center;
        font-size: 4rem;
    }

    #slider .slide .slideButton {
        font-size: 2.3rem;
        margin-bottom: 6rem;
    }
}

#pageSlider, #pageSlider .slide {
    text-decoration: none;
}

    #pageSlider .slide {
        display: block;
        position: relative;
    }

        #pageSlider .slide .background {
            padding-top: 28%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
            overflow: hidden;
            position: relative;
        }

            #pageSlider .slide .background, #pageSlider .slide .background:after {
                -webkit-transition: -webkit-transform .3s ease-in;
                transition: -webkit-transform .3s ease-in;
                transition: transform .3s ease-in;
                transition: transform .3s ease-in,-webkit-transform .3s ease-in;
            }

                #pageSlider .slide .background:after {
                    content: "";
                    position: absolute;
                    background-color: rgba(96,98,88,.8);
                    top: 0;
                    left: -10%;
                    bottom: 0;
                    width: 60%;
                    -webkit-transform: skew(-18deg);
                    transform: skew(-18deg);
                }

        #pageSlider .slide .unname:after {
            background-color: unset;
        }


        #pageSlider .slide.personentransport .background:after {
            background-color: rgba(119,68,125,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.schuettgutindustrie .background:after {
            background-color: rgba(112,112,127,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.holzindustrie .background:after {
            background-color: rgba(116,91,49,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.papierindustrie .background:after {
            background-color: rgba(204,181,39,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.automobilindustrie .background:after {
            background-color: rgba(70,88,111,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.stahlindustrie .background:after {
            background-color: rgba(86,73,96,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.stahlwasserbau .background:after {
            background-color: rgba(34,91,113,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.lebensmittelindustrie .background:after {
            background-color: rgba(17,78,57,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.daemmstoffindustrie .background:after {
            background-color: rgba(204,88,40,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.maschinenbau .background:after {
            background-color: #3f582fb0;
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.wasseraufbereitung .background:after {
            background-color: rgba(43,169,225,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

        #pageSlider .slide.vergnuegungsparkindustrie .background:after {
            background-color: rgba(122,61,109,.8);
            -webkit-transition: background-color .3s ease-in;
            transition: background-color .3s ease-in;
        }

@media (min-width:1025px) {
    #pageSlider .slide:hover .background {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    #pageSlider .slide:hover.personentransport .background:after {
        background-color: #77447d;
    }

    #pageSlider .slide:hover.schuettgutindustrie .background:after {
        background-color: #70707f;
    }

    #pageSlider .slide:hover.holzindustrie .background:after {
        background-color: #745b31;
    }

    #pageSlider .slide:hover.papierindustrie .background:after {
        background-color: #ccb527;
    }

    #pageSlider .slide:hover.automobilindustrie .background:after {
        background-color: #46586f;
    }

    #pageSlider .slide:hover.stahlindustrie .background:after {
        background-color: #564960;
    }

    #pageSlider .slide:hover.stahlwasserbau .background:after {
        background-color: #225b71;
    }

    #pageSlider .slide:hover.lebensmittelindustrie .background:after {
        background-color: #114e39;
    }

    #pageSlider .slide:hover.daemmstoffindustrie .background:after {
        background-color: #cc5828;
    }

    #pageSlider .slide:hover.maschinenbau .background:after {
        background-color: #a10076;
    }

    #pageSlider .slide:hover.wasseraufbereitung .background:after {
        background-color: #2ba9e1;
    }

    #pageSlider .slide:hover.vergnuegungsparkindustrie .background:after {
        background-color: #7a3d6d;
    }
}

#pageSlider .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56%;
    width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

    #pageSlider .inner .text {
        width: 100%;
    }

#pageSlider .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}

    #pageSlider .category .sliderIcon {
        margin-right: 1.5rem;
    }

        #pageSlider .category .sliderIcon img {
            display: block;
        }

    #pageSlider .category .sliderText {
        font-size: 3.2rem;
        line-height: 1.5;
        color: #fff;
        -ms-flex-item-align: center;
        align-self: center;
    }

#pageSlider .title {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
}

@media (max-width:1300px) {
   
    #pageSlider .inner {
        width: 470px;
        right: 56.5%;
    }

    #pageSlider .category .sliderText {
        font-size: 3rem;
    }
}

@media (max-width:1150px) {
    #pageSlider .inner {
        width: auto;
        left: 2.5%;
    }

        #pageSlider .inner .category {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        #pageSlider .inner .sliderIcon {
            width: 12%;
            margin-right: 2rem;
        }
}

@media (max-width:1050px) {
    #pageSlider .title {
        font-size: 2.2rem;
    }

    #pageSlider .inner .category {
        margin-bottom: 2rem;
    }

        #pageSlider .inner .category .sliderText {
            font-size: 2.7rem;
        }
}

@media (max-width:950px) {
    
    #pageSlider .inner .category .sliderText {
        font-size: 2.5rem;
    }
}

@media (max-width:800px) {
    #pageSlider .title {
        font-size: 2rem;
    }
}

@media (max-width:700px) {
    #pageSlider .inner {
        position: relative;
        left: auto;
        right: auto;
        padding: 1.5rem;
    }

        #pageSlider .inner .sliderIcon {
            width: 8%;
        }

        #pageSlider .inner .category .sliderText {
            font-size: 2.2rem;
        }

    #pageSlider .slide .background {
        background-color: #606258;
        /*padding-top: 53%;*/
    }

        #pageSlider .slide .background:after {
            content: none;
        }

    #pageSlider .slide.personentransport {
        background-color: #77447d;
    }

    #pageSlider .slide.schuettgutindustrie {
        background-color: #70707f;
    }

    #pageSlider .slide.holzindustrie {
        background-color: #745b31;
    }

    #pageSlider .slide.papierindustrie {
        background-color: #ccb527;
    }

    #pageSlider .slide.automobilindustrie {
        background-color: #46586f;
    }

    #pageSlider .slide.stahlindustrie {
        background-color: #564960;
    }

    #pageSlider .slide.stahlwasserbau {
        background-color: #225b71;
    }

    #pageSlider .slide.lebensmittelindustrie {
        background-color: #114e39;
    }

    #pageSlider .slide.daemmstoffindustrie {
        background-color: #cc5828;
    }

    #pageSlider .slide.maschinenbau {
        background-color: #a10076;
    }

    #pageSlider .slide.wasseraufbereitung {
        background-color: #2ba9e1;
    }

    #pageSlider .slide.vergnuegungsparkindustrie {
        background-color: #7a3d6d;
    }
}

@media (max-width:400px) {
    #pageSlider .inner .sliderIcon {
        width: 10%;
    }

    #pageSlider .title {
        font-size: 1.8rem;
    }

    #pageSlider .inner .category {
        margin-bottom: 1rem;
    }
}

.form {
    /*padding: 2rem 0*/
    padding: 0rem 0;
}

.contactSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.noticeWrapper {
    padding: 2rem;
    font-size: 1.8rem;
    width: 75%;
    font-family: Source Sans Pro,sans-serif;
    color: #fff;
    margin-bottom: 1rem;
}

.fileWrapper {
    width: 48%;
    margin-bottom: 4rem;
    position: relative;
}

    .fileWrapper label {
        display: block;
        padding: 2rem 4rem 2rem 2rem;
        font-size: 1.8rem;
        width: 100%;
        font-family: Source Sans Pro,sans-serif;
        background-color: #94c01c;
        border: 2px solid #a4cd35;
        color: #fff;
    }

        .fileWrapper label.selected {
            position: relative;
        }

            .fileWrapper label.selected:after {
                content: "\e80d";
                position: absolute;
                right: 1rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .fileWrapper > span {
        width: 100%;
        display: block;
    }

.fieldWrapper {
    width: 48%;
    /*width: 100%;*/
    margin-bottom: 4rem;
    position: relative;
}

    .fieldWrapper.large {
        width: 75%;
    }

    .fieldWrapper:first-of-type {
        /*margin-right: 52%*/
    }

    .fieldWrapper.active label {
        font-size: 1.5rem;
        -webkit-transform: translate(-14px,-44px);
        transform: translate(-14px,-44px);
    }

    .fieldWrapper > label {
        width: 100%;
        height: 100%;
        color: #46344e;
        font-size: 1.8rem;
        padding: 2rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .fieldWrapper > span {
        width: 100%;
        display: block;
    }

.submitWrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .submitWrapper .wpcf7-response-output {
        width: 100%;
        margin-bottom: 3rem;
        padding: 1rem;
        border: 2px solid #ff4242;
    }

    .submitWrapper .ajax-loader {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 1rem;
        display: block;
    }

    .submitWrapper .wpcf7-submit {
        cursor: pointer;
    }

        .submitWrapper .wpcf7-submit:after {
            content: none;
        }

form input, form textarea {
    border-radius: 0;
    padding: 2rem;
    font-size: 1.8rem;
    width: 100%;
    font-family: Source Sans Pro,sans-serif;
    background-color: unset;
    border: 2px solid #5b5561;
    color: #46344e;
}

    form input[type=file] {
        display: none;
    }

form textarea {
    height: 100%;
}

.select2-container--default {
    font-size: 1.6rem;
    width: 100%;
}

    .select2-container--default .select2-selection--single {
        background-color: unset;
        border: 2px solid #5b5561;
        border-radius: 0;
        padding: 1.7rem 4rem 1.7rem 1.7rem;
        height: auto;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            background-color: #5b5561;
            height: auto;
            bottom: 0;
            width: 4rem;
            top: 0;
            right: 0;
            border: 2px solid #5b5561;
            border-left: 0;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border: none;
            }

                .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
                    /*content: "\e80f";*/
                    content: "▽";
                    position: absolute;
                    top: -.5rem;
                    left: -.8rem;
                    font-size: 1.6rem;
                    color: #fff;
                }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #5b5561;
            font-size: 1.8rem;
            padding: 0;
        }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border: none;
    }

        .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
            /*content: "\e810"*/
            content: "Δ";
        }

    .select2-container--default .select2-results__option {
        padding: 1rem;
        color: #fff;
    }

        .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
            background-color: #5b5561;
            color: #fff;
        }

.select2-dropdown {
    background-color: #5b5561;
    border-color: #5b5561;
    border-width: 2px;
    border-radius: 0;
}

input.wpcf7-not-valid {
    border-color: #ff4242;
}

.wpcf7-form-control-wrap.account, .wpcf7-list-item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

    .wpcf7-list-item input {
        width: auto;
    }

.wpcf7-list-item-label {
    font-size: 1.8rem;
}

.wpcf7-response-output {
    margin: 0;
    font-size: 1.5rem;
}

div.wpcf7-validation-errors {
    border: none;
    color: #fff;
    padding: 0;
    font-size: 1.6rem;
    margin: 0 0 1rem;
}

span.wpcf7-not-valid-tip {
    display: block;
    margin-top: .5rem;
    margin-left: .5rem;
    font-size: 1.6rem;
}

span.wpcf7-list-item {
    position: relative;
}

    span.wpcf7-list-item input {
        position: absolute;
        left: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

span.wpcf7-list-item-label {
    display: block;
    padding-left: 5rem;
}

@media (max-width:700px) {
    .fieldWrapper, .fieldWrapper.large {
        width: 100%;
    }

        .fieldWrapper:first-of-type {
            margin-right: 0;
        }

    .fileWrapper, .noticeWrapper {
        width: 100%;
    }
}

.textImage {
    padding: 8rem 0;
}

    .textImage h1, .textImage h2 {
        margin-top: 0;
    }

    .textImage .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .textImage .wrap .text {
            width: 50%;
        }

        .textImage .wrap .image {
            width: 33%;
            -ms-flex-item-align: center;
            align-self: center;
        }

@media (max-width:1024px) {
    .textImage {
        padding: 4rem 0;
    }

        .textImage .wrap .text {
            width: 60%;
            margin-right: 7%;
        }
}

@media (max-width:900px) {
    .textImage .wrap .text {
        width: 55%;
        margin-right: 5%;
    }

    .textImage .wrap .image {
        width: 40%;
    }
}

@media (max-width:700px) {
    .textImage .wrap .text {
        width: 100%;
        margin-right: 0;
    }

    .textImage .wrap .image {
        width: 50%;
        margin-top: 2rem;
    }
}

@media (max-width:400px) {
    .textImage .wrap .image {
        width: 100%;
        margin-top: 1rem;
    }
}

@media (max-width:500px) {
    .textImage {
        padding: 2rem 0;
    }
}

.featureBoxes {
    padding: 8rem 0;
}

    .featureBoxes h2 {
        margin: 0 0 3rem;
    }

    .featureBoxes .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between*/
        justify-content: space-around;
    }

.feature {
    display: block;
    position: relative;
    width: 32%;
    margin-bottom: 2rem;
    opacity: 0;
}

    .feature.fadeIn-active {
        -webkit-animation: fadeIn 2s forwards;
        animation: fadeIn 2s forwards;
    }

        .feature.fadeIn-active:nth-of-type(2), .feature.fadeIn-active:nth-of-type(5), .feature.fadeIn-active:nth-of-type(8), .feature.fadeIn-active:nth-of-type(11) {
            -webkit-animation: fadeIn 2s .5s forwards;
            animation: fadeIn 2s .5s forwards;
        }

        .feature.fadeIn-active:nth-of-type(3), .feature.fadeIn-active:nth-of-type(6), .feature.fadeIn-active:nth-of-type(9), .feature.fadeIn-active:nth-of-type(12) {
            -webkit-animation: fadeIn 2s 1s forwards;
            animation: fadeIn 2s 1s forwards;
        }

    .feature img {
        display: block;
    }

    .feature .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #46344ed1;
        opacity: 1;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

        .feature .overlay:hover {
            opacity: 0;
        }

    .feature .featureText {
        color: #fff;
        font-size: 1.7rem;
        line-height: 1.5;
        font-weight: 700;
        letter-spacing: .07rem;
        text-transform: uppercase;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

@media (max-width:1024px) {
    .featureBoxes {
        padding: 4rem 0;
    }

    .feature .overlay:hover {
        /*opacity: 1;*/
        opacity: 0;
    }
}

@media (max-width:800px) {
    .feature {
        width: 48.5%;
    }

        .feature.fadeIn-active:nth-of-type(2), .feature.fadeIn-active:nth-of-type(4), .feature.fadeIn-active:nth-of-type(6), .feature.fadeIn-active:nth-of-type(8) {
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        .feature.fadeIn-active:nth-of-type(3), .feature.fadeIn-active:nth-of-type(5), .feature.fadeIn-active:nth-of-type(7), .feature.fadeIn-active:nth-of-type(9) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

    footer .more, .contact {
        width: 50% !important;
    }
}

@media (max-width:500px) {
    .featureBoxes {
        padding: 2rem 0;
    }

    .feature {
        width: 100%;
    }

        .feature.fadeIn-active:nth-of-type(2), .feature.fadeIn-active:nth-of-type(4), .feature.fadeIn-active:nth-of-type(6), .feature.fadeIn-active:nth-of-type(8) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }
}

.callToAction {
    padding: 6rem 0;
    background-color: #94c01c;
}

    .callToAction .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .callToAction .text {
        color: #fff;
        width: 35%;
    }

        .callToAction .text span {
            font-size: 2.7rem;
            line-height: 1.5;
            font-weight: 700;
            letter-spacing: .04rem;
            text-transform: uppercase;
        }

        .callToAction .text p {
            color: #fff;
        }

@media (max-width:1024px) {
    .callToAction {
        padding: 4rem 0;
    }
}

@media (max-width:500px) {
    .callToAction {
        padding: 2rem 0;
    }
}


.chatusicon {
    background-color: #22ce5a;
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    position: fixed;
    right: 3%;
    bottom: 1.5%;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    cursor: pointer;
    border: none;
    z-index: 999;
    background-image: url(../../Images/wa-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

.scrollTop {
    background-color: #faef26;
    display: none;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border: 1px solid #606258;
    position: fixed;
    right: 8%;
    bottom: 1.5%;
    opacity: .5;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    cursor: pointer;
    z-index: 999;
}

    .scrollTop:after {
        position: absolute;
        /*content: "\e800";*/
        content: "↑";
        font-size: 1.5rem;
        color: #606258;
        left: 1.5rem;
        bottom: 1.5rem;
    }

    .scrollTop:hover {
        opacity: 1;
    }

.headerImage {
    position: relative;
    overflow: hidden;
    background-color: #eee;
}

    .headerImage .background {
        padding-top: 25%;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in,-webkit-transform .3s ease-in;
    }



    .headerImage .inner {
        margin: 0 auto;
        max-width: 92%;
        padding-bottom: 1rem;
    }

    .headerImage .title {
        font-size: 2.3rem;
        margin-top: 1rem;
        color: #333;
    }

    .headerImage.jobs .background {
        padding-top: 0;
    }

    .headerImage.jobs .content {
        max-width: 92%;
        margin: 2rem auto;
    }

    .headerImage.jobs .image {
        margin-bottom: 1rem;
    }

        .headerImage.jobs .image img {
            display: block;
        }

    .headerImage.jobs .title {
        font-weight: 700;
        margin-top: 0;
    }

@media (min-width:600px) {
    .headerImage .inner {
        margin: 0 auto;
        max-width: 75%;
    }

    .headerImage.jobs .image {
        margin-bottom: 2rem;
    }
}

@media (min-width:750px) {
    .headerImage.jobs .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 8% auto;
    }

    .headerImage.jobs .image {
        width: 48%;
        margin: 0;
    }

    .headerImage.jobs .title {
        width: 48%;
    }
}

@media (min-width:800px) {
    .headerImage .inner {
        margin: 0 auto;
        max-width: 63%;
    }
}

@media (min-width:1024px) {
    .headerImage .inner {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(18%,transparent),to(rgba(0,0,0,.8)));
        background: linear-gradient(180deg,transparent 18%,rgba(0,0,0,.8));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#cc000000",GradientType=0);
        padding: 6rem 0 2rem;
    }

    .headerImage .title {
        text-align: center;
        font-size: 3rem;
        padding-bottom: 3rem;
        color: #fff;
    }

    .headerImage.jobs .content {
        margin: 6.4% auto;
    }

    .headerImage.jobs .image {
        width: 55%;
    }

    .headerImage.jobs .title {
        width: 40%;
        color: #333;
        text-align: left;
        padding-bottom: 0;
        font-size: 2.5rem;
        line-height: 1.3;
    }
}

@media (min-width:1200px) {
    .headerImage .title {
        text-align: center;
        font-size: 4rem;
        padding-bottom: 4rem;
    }

    .headerImage.jobs .title {
        font-size: 2.8rem;
    }
}

@media (min-width:1500px) {
    .headerImage.jobs .title {
        font-size: 3rem;
    }
}

.contentText {
    padding: 8rem 0;
}

    .contentText h1 {
        margin-top: 0;
    }

    .contentText h2 {
        margin: 3.5rem 0 2rem;
    }

        .contentText h2:first-child {
            margin-top: 0;
            -moz-column-span: all;
            -webkit-column-span: all;
            column-span: all;
        }

    .contentText h3 {
        margin: 2.5rem 0 .5rem;
    }

    .contentText ul {
        margin: 0;
        padding: 0;
    }

        .contentText ul li {
            list-style-type: none;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            padding-left: 2.8rem;
            position: relative;
            color: #333;
            display: block;
        }

            .contentText ul li:before {
                font-family: Source Sans Pro,sans-serif;
                content: "\2192";
                position: absolute;
                left: 0;
                top: 0;
                color: #46344e;
            }

    .contentText.oneCol .wrap .content {
        padding: 0 16%;
    }

        .contentText.oneCol .wrap .content p {
            margin-top: .5rem;
            text-align: justify;
        }

    .contentText.oneCol.gray {
        background-color: #e7e8e6;
    }

    .contentText.oneCol.white {
        background-color: #fff;
    }

    .contentText.twoCol .wrap .headline {
        margin-bottom: 2rem;
    }

    .contentText.twoCol .wrap .content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

        .contentText.twoCol .wrap .content p {
            margin-top: 0;
        }

    .contentText.twoCol.gray {
        background-color: #e7e8e6;
    }

    .contentText.twoCol.white {
        background-color: #fff;
    }

    .contentText.center .wrap .content {
        text-align: center;
        padding: 0 15%;
    }

    .contentText.center.gray {
        background-color: #e7e8e6;
    }

    .contentText.center.white {
        background-color: #fff;
    }

.divider + .contentText {
    padding: 4rem 0 6rem;
}

@media (max-width:1024px) {
    .contentText {
        padding: 4rem 0;
    }

    .divider + .contentText {
        padding: 2rem 0 4rem;
    }
}

@media (max-width:800px) {
    .contentText.oneCol .wrap .content {
        padding: 0 10%;
    }

    .contentText.center .wrap .content {
        padding: 0 8%;
    }
}

@media (max-width:700px) {
    .contentText.twoCol .wrap .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .contentText.twoCol .wrap .headline {
        margin-bottom: .5rem;
    }

    .contentText.center .wrap .content {
        padding: 0;
    }
}

@media (max-width:600px) {
    .contentText.oneCol .wrap .content {
        padding: 0;
    }
}

@media (max-width:500px) {
    .contentText {
        padding: 2rem 0;
    }

    .divider + .contentText {
        padding: 0 0 2rem;
    }
}

.divider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 3rem;
    overflow: hidden;
    opacity: 0;
}

    .divider.fair {
        margin-bottom: 0;
    }

    .divider.fadeIn-active {
        -webkit-animation: fadeIn 3s forwards;
        animation: fadeIn 3s forwards;
    }

    .divider .image {
        width: 55%;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }

        .divider .image:before {
            content: "";
            display: block;
            padding-top: 42.5%;
        }

    .divider:after {
        content: "";
        top: 0;
        left: -10%;
        bottom: 0;
        width: 60%;
        -webkit-transform: skew(-18deg);
        transform: skew(-18deg);
    }

    .divider .inner, .divider:after {
        position: absolute;
        /*background-color: #94c01c*/
        background-color: #d9cf0c;
    }

    .divider .inner {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 450px;
        right: 56%;
        z-index: 2;
    }

    .divider .title {
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 2rem;
        text-transform: uppercase;
        color: #fff;
        display: block;
    }

    .divider .dividerText {
        color: #fff;
        font-weight: 300;
        font-size: 2.2rem;
        display: block;
    }

        .divider .dividerText a {
            color: #fff;
            display: block;
            text-decoration: none;
            font-weight: 700;
            letter-spacing: .04rem;
            margin: 2rem 0;
            -webkit-transition: color .2s ease-in;
            transition: color .2s ease-in;
        }

            .divider .dividerText a:hover {
                color: hsla(0,0%,100%,.6);
            }

            .divider .dividerText a[href^="http://"], .divider .dividerText a[href^="https://"] {
                position: relative;
            }

                .divider .dividerText a[href^="http://"]:before, .divider .dividerText a[href^="https://"]:before {
                    content: "\e80a";
                    text-decoration: none;
                    margin-right: 1.5rem;
                }

            .divider .dividerText a.ics, .divider .dividerText a[href$=".ics"] {
                position: relative;
            }

                .divider .dividerText a.ics:before, .divider .dividerText a[href$=".ics"]:before {
                    content: "\f271";
                    text-decoration: none;
                    margin-right: 1.5rem;
                }

    .divider.second {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .divider.second:after {
            content: "";
            right: -10%;
            left: auto;
        }

        .divider.second .inner {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 450px;
            left: 56.5%;
            z-index: 2;
        }

@media (max-width:1400px) {
    .divider .image:before {
        padding-top: 48%;
    }
}

@media (max-width:1300px) {
    .divider .image:before {
        padding-top: 52%;
    }

    .divider .inner, .divider.second .inner {
        width: 470px;
    }
}

@media (max-width:1150px) {
    .divider .inner {
        left: 2.5%;
    }

    .divider.second .inner {
        right: 2.5%;
        width: auto;
    }
}

@media (max-width:1024px) {
    .divider .image:before {
        padding-top: 54%;
    }

    .divider .inner {
        right: 56%;
        width: auto;
    }

    .divider .title {
        font-size: 2.3rem;
    }

    .divider .dividerText {
        font-size: 2rem;
    }

        .divider .dividerText a:hover {
            color: #fff;
        }
}

@media (max-width:900px) {
    .divider .inner {
        right: 58%;
        width: auto;
    }

    .divider.second .inner {
        left: 56%;
    }

    .divider .image {
        width: 60%;
    }

        .divider .image:before {
            padding-top: 58%;
        }

    .divider .title {
        font-size: 2rem;
    }

    .divider .dividerText {
        font-size: 1.8rem;
    }
}

@media (max-width:700px) {
    .divider, .divider.second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .divider.second:after, .divider:after {
            content: none;
        }

        .divider .image, .divider.second .image {
            width: 100%;
        }

            .divider .image:before, .divider.second .image:before {
                padding-top: 43%;
            }

        .divider.second .title, .divider .title {
            margin-bottom: 1rem;
        }

        .divider .inner, .divider.second .inner {
            width: 100%;
            position: relative;
            right: auto;
            bottom: auto;
            left: auto;
            top: auto;
            -webkit-transform: translate(0);
            transform: translate(0);
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            padding: 1.5rem;
        }
}

@media (max-width:500px) {
    .divider .image:before, .divider.second .image:before {
        padding-top: 50%;
    }
}

.attention {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50%;
}

    .attention:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        background: -webkit-gradient(linear,left bottom,left top,from(#606258),to(rgba(96,98,88,0)));
        background: linear-gradient(0deg,#606258 0,rgba(96,98,88,0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bc0d0d",endColorstr="#007db9e8",GradientType=0);
    }

    .attention .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 20%;
        padding-bottom: 4%;
    }

    .attention .text {
        color: #fff;
        font-size: 4.5rem;
        padding: 0;
        position: relative;
        z-index: 2;
    }

        .attention .text.fadeInLeft-active {
            -webkit-animation: fadeInLeft 1s forwards;
            animation: fadeInLeft 1s forwards;
        }

@media (max-width:1024px) {
    .attention .text {
        font-size: 3.5rem;
    }
}

@media (max-width:800px) {
    .attention .wrap {
        padding-top: 27%;
    }
}

@media (max-width:600px) {
    .attention .text {
        font-size: 2.8rem;
    }
}

@media (max-width:450px) {
    .attention .wrap {
        padding-top: 33%;
    }

    .attention .text {
        font-size: 2.5rem;
    }
}

.animatedMap {
    padding: 8rem 0;
    position: relative;
}

    .animatedMap h2 {
        margin-top: 0;
    }

    .animatedMap a:after {
        content: attr(title);
        position: absolute;
        background-color: #94c01c;
        padding: 1.5rem 2rem;
        color: #fff;
        left: 50%;
        top: 60%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    .animatedMap a:hover:after {
        opacity: 1;
    }

    .animatedMap .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .animatedMap .wrap .text {
            width: 50%;
        }

        .animatedMap .wrap .image {
            width: 45%;
            -ms-flex-item-align: center;
            align-self: center;
            position: relative;
        }

@media (max-width:1024px) {
    .animatedMap {
        padding: 4rem 0;
    }

        .animatedMap .wrap .image, .animatedMap .wrap .text {
            width: 48%;
        }

        .animatedMap a:after {
            opacity: 1;
        }
}

@media (max-width:900px) {
    .animatedMap .wrap .text {
        width: 80%;
        margin: 0 10%;
    }

    .animatedMap .wrap .image {
        width: 80%;
        margin: 3rem 10% 0;
    }

    .animatedMap a {
        text-align: center;
    }
}

@media (max-width:700px) {
    .animatedMap .wrap .text {
        width: 100%;
        margin: 0;
    }

    .animatedMap .wrap .image {
        width: 100%;
        margin: 2rem 0 0;
    }
}

@media (max-width:500px) {
    .animatedMap {
        padding: 2rem 0;
    }
}

.boxes {
    background-color: #e7e8e6;
    padding: 8rem 0;
}

    .boxes h2 {
        margin: 0 0 3rem;
    }

    .boxes .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .boxes .link {
        text-align: right;
    }

    .boxes .phone, .boxes .position {
        font-size: 1.8rem;
        display: block;
    }

    .boxes .box {
        background-color: #fff;
        padding: 2rem;
        width: 32%;
        /*width: 48%;*/
        margin: 0 2% 2.5rem 0;
        opacity: 0;
    }

        .boxes .box.job {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
        }

        .boxes .box .disturber, .boxes .box.job {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .boxes .box .disturber {
            position: absolute;
            right: -15px;
            bottom: -22px;
            background-color: #7f477a;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            height: 7em;
            width: 7em;
            padding: .5em;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
        }

        .boxes .box.fadeInUp-active {
            -webkit-animation: fadeInUp 1s forwards;
            animation: fadeInUp 1s forwards;
        }

            .boxes .box.fadeInUp-active:nth-of-type(2), .boxes .box.fadeInUp-active:nth-of-type(5), .boxes .box.fadeInUp-active:nth-of-type(8), .boxes .box.fadeInUp-active:nth-of-type(11) {
                -webkit-animation: fadeInUp 1s .5s forwards;
                animation: fadeInUp 1s .5s forwards;
            }

            .boxes .box.fadeInUp-active:nth-of-type(3), .boxes .box.fadeInUp-active:nth-of-type(6), .boxes .box.fadeInUp-active:nth-of-type(9), .boxes .box.fadeInUp-active:nth-of-type(12) {
                -webkit-animation: fadeInUp 1s 1s forwards;
                animation: fadeInUp 1s 1s forwards;
            }

        .boxes .box:nth-of-type(3n) {
            margin-right: 0;
        }

        .boxes .box a {
            color: #dac158;
            font-size: 1.8rem;
            font-weight: 400;
            letter-spacing: .04rem;
            text-decoration: none;
            display: block;
            margin: 2.5rem 0 0;
            -webkit-transition: color .2s ease-in;
            transition: color .2s ease-in;
        }

            .boxes .box a:hover {
                color: #faef26;
            }

            .boxes .box a[href^="http://"] {
                position: relative;
                padding-left: 3rem;
                word-wrap: break-word;
            }

                .boxes .box a[href^="http://"]:before {
                    content: "\e80a";
                    color: #606258;
                    text-decoration: none;
                    padding-right: 3rem;
                    position: absolute;
                    left: 0;
                }

            .boxes .box a[href^=mailto] {
                /*position: relative;
                padding-left: 3rem;
                word-wrap: break-word*/
            }

                .boxes .box a[href^=mailto]:before {
                    /*content: "\e802";*/
                    font-size: 2.2rem;
                    color: #606258;
                    text-decoration: none;
                    padding-right: 3rem;
                    position: absolute;
                    left: 0;
                }

            .boxes .box a[href$=".doc"], .boxes .box a[href$=".docx"], .boxes .box a[href$=".jpeg"], .boxes .box a[href$=".jpg"], .boxes .box a[href$=".pdf"], .boxes .box a[href$=".zip"] {
                position: relative;
                /*padding-left: 3rem*/
            }

                .boxes .box a[href$=".doc"]:before, .boxes .box a[href$=".docx"]:before, .boxes .box a[href$=".jpeg"]:before, .boxes .box a[href$=".jpg"]:before, .boxes .box a[href$=".pdf"]:before, .boxes .box a[href$=".zip"]:before {
                    /*content: "\2192";*/
                    color: #606258;
                    text-decoration: none;
                    position: absolute;
                    left: 0;
                }

            .boxes .box a.ics, .boxes .box a[href$=".ics"] {
                position: relative;
                padding-left: 3rem;
            }

                .boxes .box a.ics:before, .boxes .box a[href$=".ics"]:before {
                    content: "\f271";
                    color: #606258;
                    text-decoration: none;
                    position: absolute;
                    left: 0;
                }

    .boxes .preTitle {
        font-size: 1.8rem;
        line-height: 1.5;
        color: #333;
    }

    .boxes h3 {
        margin: 1rem 0;
    }

@media (max-width:1200px) {
    .boxes .box .disturber {
        font-size: 15px;
    }
}

@media (max-width:1024px) {
    .boxes {
        padding: 4rem 0;
    }

        .boxes .box .disturber {
            font-size: 13px;
            bottom: auto;
            top: -35px;
        }

        .boxes .box a:hover {
            color: #94c01c;
        }
}

@media (max-width:900px) {
    .boxes .box .disturber {
        top: auto;
        bottom: -10px;
    }

    .boxes .box, .boxes .box:nth-of-type(3n) {
        width: 49%;
        margin: 0 2% 2rem 0;
    }

        .boxes .box:nth-of-type(2n), .boxes .box:nth-of-type(3n):nth-of-type(2n) {
            margin-right: 0;
        }
}

@media (max-width:700px) {
    .boxes .box, .boxes .box:nth-of-type(3n) {
        width: 100%;
        margin-right: 0;
    }
}

.boxForm {
    background-color: #f0f1ee;
    color: #fff;
}

    .boxForm .wrap {
        padding: 4rem 0;
    }

    .boxForm .upper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*justify-content: space-evenly;*/
    }

        .boxForm .upper .left {
            width: 45%;
        }

        .boxForm .upper .right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .boxForm .lower {
        display: none;
        margin-top: 3rem;
    }

    .boxForm .small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .boxForm .small .left, .boxForm .small .right {
            width: 48%;
        }

        .boxForm .small .fieldWrapper {
            width: 100%;
        }

    .boxForm a, .boxForm h2, .boxForm p {
        color: #46344e;
    }

.formRight {
    margin-left: 2%;
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .formRight .wpcf7 {
        width: 100%;
    }

    .formRight .formWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .formRight .contactSection {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .formRight .submitWrapper {
        width: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .formRight .fieldWrapper {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .formRight button {
        padding: 1.8rem 3rem;
    }

    .formRight .wpcf7-response-output {
        width: 100%;
        margin-top: 1rem;
    }

@media (max-width:700px) {
    .boxForm .wrap {
        padding: 4rem 0;
    }

    .boxForm .upper {
        display: block;
    }

        .boxForm .upper .left {
            width: 100%;
            text-align: center;
        }

            .boxForm .upper .left h2 {
                margin-top: 0;
            }

        .boxForm .upper .right {
            display: block;
            margin-top: 4rem;
            text-align: center;
        }

            .boxForm .upper .right button:hover {
                background-color: #a4cd35;
            }

    .boxForm .small {
        display: block;
    }

        .boxForm .small .left, .boxForm .small .right {
            width: 100%;
        }

    .formRight {
        width: 100%;
        margin: 0;
    }

        .formRight .formWrapper {
            display: block;
        }

        .formRight .submitWrapper {
            width: 100%;
            margin-top: 2rem;
        }
}

.downloads {
    background-color: #94c01c;
    padding: 8rem 0;
}

    .downloads .intro {
        padding: 0 16%;
        text-align: center;
    }

        .downloads .intro h1 {
            color: #fff;
            margin-top: 0;
        }

        .downloads .intro p {
            color: #fff;
        }

    .downloads .fileList {
        margin-top: 4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2rem 0;
    }

    .downloads .fileItem, .downloads .fileList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .downloads .fileItem {
        width: 48%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-left: 5rem;
        position: relative;
        cursor: pointer;
        margin-bottom: 3rem;
    }

        .downloads .fileItem:before {
            content: "";
            border: 2px solid #a4cd35;
            height: 3rem;
            width: 3rem;
            top: 0;
            left: 0;
            position: absolute;
        }

        .downloads .fileItem.active:after {
            content: "\e80d";
            top: .3rem;
            left: .5rem;
            position: absolute;
            color: #fff;
            font-size: 2rem;
        }

        .downloads .fileItem:hover figure {
            opacity: .7;
        }

        .downloads .fileItem figure {
            width: 35%;
            margin: 0 2% 0 0;
            -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease;
        }

        .downloads .fileItem .fileTitle {
            width: 61%;
            color: #fff;
            font-size: 2rem;
        }

@media (max-width:1024px) {
    .downloads {
        padding: 4rem 0;
    }
}

@media (max-width:767px) {
    .downloads .fileItem {
        width: 100%;
    }
}

@media (max-width:500px) {
    .downloads {
        padding: 2rem 0;
    }
}

@media (max-width:460px) {
    .downloads .fileItem {
        display: block;
    }

    .downloads .fileTitle {
        width: 100%;
        margin-top: 1rem;
    }
}

.list {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: #dfddda;
}

    .list .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .list:after {
        content: "";
        position: absolute;
        background-color: #fdf793;
        top: 0;
        right: 52%;
        bottom: 0;
        width: 60%;
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in;
    }

    .list .item {
        width: 49%;
        background-color: #fff;
        margin: 0 2% 2.5rem 0;
        padding: 3rem 4rem 3rem 12rem;
        position: relative;
        z-index: 2;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

        .list .item.fadeInLeft-active {
            -webkit-animation: fadeInLeft 1s forwards;
            animation: fadeInLeft 1s forwards;
        }

        .list .item:nth-of-type(2n) {
            margin-right: 0;
        }

        .list .item:before {
            /*content: attr(data-number);*/
            position: absolute;
            font-size: 8rem;
            color: #e7e8e6;
            top: 3%;
            left: 7%;
        }

        .list .item h2 {
            margin-top: 0;
            color: #5b5561;
        }

@media (max-width:1024px) {
    .list {
        padding: 4rem 0;
    }

        .list .item {
            padding: 2rem 3rem 2rem 8rem;
        }

            .list .item:before {
                font-size: 6rem;
                left: 5%;
                top: 2%;
            }
}

@media (max-width:900px) {
    .list .item {
        padding: 1rem 2rem 2rem;
    }

        .list .item:before {
            font-size: 5rem;
            position: relative;
            display: block;
            margin-bottom: 1rem;
            left: 0;
            top: 0;
        }
}

@media (max-width:700px) {
    .list .item {
        width: 100%;
    }

    .list:after {
        right: 4%;
        width: 100%;
    }
}

@media (max-width:500px) {
    .list {
        padding: 2rem 0;
    }

        .list:after {
            right: 6%;
        }

        .list .item:before {
            position: absolute;
            left: 3.5%;
            top: 1%;
        }

        .list .item h2 {
            padding-left: 4.5rem;
        }
}

.count {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

    .count:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #ffffffeb;
    }

    .count .wrap {
        padding: 8rem 0;
    }

        .count .wrap h2 {
            position: relative;
            z-index: 3;
            text-align: center;
            margin: 0 0 3rem;
        }

    .count .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .count .item, .count .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .count .item {
        position: relative;
        z-index: 3;
        width: 32%;
        margin: 0 2% 2rem 0;
        background-color: rgba(96,98,88,.6);
        padding: 2.5rem;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .count .item:nth-of-type(3n) {
            margin-right: 0;
        }

        .count .item .icon {
            margin-bottom: 1rem;
            background-color: hsla(0,0%,100%,.8);
            border-radius: 50%;
            width: 6.5rem;
            height: 6.5rem;
            padding: 1.5rem;
            -ms-flex-item-align: center;
            align-self: center;
        }

            .count .item .icon img {
                display: inline-block;
            }

        .count .item span {
            color: #fff;
            font-size: 4.5rem;
            font-weight: 700;
            letter-spacing: .1rem;
            display: block;
        }

        .count .item p {
            color: #fff;
            margin: 0;
        }

@media (max-width:700px) {
    .count .item {
        width: 100%;
        margin: 0 0 2rem;
    }

        .count .item span {
            font-size: 4rem;
        }

        .count .item:last-of-type {
            margin-bottom: 0;
        }

    .count .wrap {
        padding: 8% 0;
    }
}

.news {
    padding: 8rem 0;
}

    .news .entry {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 4rem;
    }

        .news .entry .image {
            width: 38%;
        }

        .news .entry .text {
            width: 59%;
            padding: 0;
        }

        .news .entry time {
            color: #dbd121;
            font-size: 2rem;
            text-transform: uppercase;
        }

        .news .entry h2 {
            margin: .7rem 0;
        }

        .news .entry a.more:after {
            content: "\2192";
            font-size: 2rem;
            margin-left: .5rem;
            position: static;
            bottom: .5rem;
        }

    .news .pagination {
        float: right;
    }

        .news .pagination span.page-numbers.current {
            color: #94c01c;
            font-size: 1.8rem;
            margin-right: 1rem;
        }

        .news .pagination a.page-numbers {
            color: #606258;
            margin: 0 0.5rem 0 0.5rem;
        }

            .news .pagination a.page-numbers:hover {
                color: #dbd121;
            }

@media (max-width:1024px) {
    .news {
        padding: 4rem 0;
    }
}

@media (max-width:700px) {
    .news .entry .image {
        width: 70%;
    }

    .news .entry .text {
        width: 100%;
        margin-top: 2rem;
    }
}

@media (max-width:600px) {
    .news .entry .image {
        width: 100%;
    }
}

@media (max-width:500px) {
    .news {
        padding: 2rem 0;
    }
}

.newsDetail {
    padding: 8rem 0;
}

    .newsDetail .content {
        padding: 0 16%;
    }

    .newsDetail time {
        color: #dac158;
        font-size: 1.7rem;
        text-transform: uppercase;
    }

    .newsDetail h1 {
        margin-top: 1rem;
    }

    .newsDetail h2 {
        margin: 3rem 0 0;
    }

    .newsDetail p {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

@media (max-width:1024px) {
    .newsDetail {
        padding: 4rem 0;
    }
}

@media (max-width:900px) {
    .newsDetail .content {
        padding: 0 10%;
    }
}

@media (max-width:700px) {
    .newsDetail .content {
        padding: 0;
    }
}

@media (max-width:500px) {
    .newsDetail {
        padding: 2rem 0;
    }
}

.branchesIntro {
    padding: 8rem 0;
    background-color: #e7e8e6;
}

    .branchesIntro h1 {
        margin: 0 0 3rem;
    }

    .branchesIntro .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .branchesIntro .left {
        width: 48%;
    }

        .branchesIntro .left p:first-child {
            margin-top: 0;
        }

    .branchesIntro .right {
        width: 48%;
    }

        .branchesIntro .right p:first-child {
            margin-top: 0;
        }

    .branchesIntro ul {
        padding: 0;
        margin: 0;
    }

        .branchesIntro ul li {
            list-style-type: none;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            padding-left: 2.8rem;
            position: relative;
            color: #333;
        }

            .branchesIntro ul li:before {
                font-family: Source Sans Pro,sans-serif;
                content: "\2192";
                position: absolute;
                left: 0;
                top: 0;
                color: #94c01c;
            }

@media (max-width:1024px) {
    .branchesIntro {
        padding: 4rem 0;
    }
}

@media (max-width:900px) {
    .branchesIntro h1 {
        margin-bottom: 1.5rem;
    }

    .branchesIntro .left {
        width: 90%;
    }

    .branchesIntro .right {
        width: 90%;
        margin-top: 2rem;
    }
}

@media (max-width:700px) {
    .branchesIntro .left, .branchesIntro .right {
        width: 100%;
    }
}

@media (max-width:500px) {
    .branchesIntro {
        padding: 2rem 0;
    }
}

.iconList {
    padding: 4rem 0 0;
}

    .iconList .wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .iconList .entry, .iconList .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .iconList .entry {
        width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 8rem;
        opacity: 0;
    }

        .iconList .entry.fadeIn-active {
            -webkit-animation: fadeIn 2s forwards;
            animation: fadeIn 2s forwards;
        }

            .iconList .entry.fadeIn-active:nth-of-type(2n) {
                -webkit-animation: fadeIn 2s .5s forwards;
                animation: fadeIn 2s .5s forwards;
            }

    .iconList .icon {
        width: 15%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        border-radius: 50%;
        background-color: #e7e8e6;
        width: 6.5rem;
        height: 6.5rem;
        margin-right: 1rem;
        padding: 1.5rem;
    }

        .iconList .icon img {
            display: inline-block;
        }

    .iconList p {
        width: 75%;
        margin: 0;
        padding-left: 1rem;
    }

@media (max-width:1100px) {
    .iconList .entry {
        margin-bottom: 4rem;
    }

    .iconList p {
        width: 80%;
    }
}

@media (max-width:1024px) {
    .iconList {
        padding: 2rem 0 1rem;
    }
}

@media (max-width:900px) {
    .iconList .entry {
        width: 100%;
        margin-bottom: 3rem;
    }

        .iconList .entry.fadeIn-active:nth-of-type(2n) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .iconList .entry p {
            width: 88%;
            -ms-flex-item-align: center;
            align-self: center;
        }
}

@media (max-width:750px) {
    .iconList .entry p {
        width: 75%;
        margin-left: 3rem;
        padding: 0;
    }
}

@media (max-width:600px) {
    .iconList .entry {
        margin-bottom: 4rem;
    }

        .iconList .entry .icon {
            margin: 0 auto;
        }

        .iconList .entry p {
            width: 100%;
            margin: 1.5rem 0 0;
            text-align: center;
        }
}

.history h1 {
    color: #fff;
    margin: 0;
    padding-top: 4rem;
    text-align: center;
    background-color: #606258;
}

#timeLineSlider {
    background-color: #606258;
    padding: 3rem 0 7rem;
}

    #timeLineSlider .years {
        position: relative;
    }

        #timeLineSlider .years:after {
            position: absolute;
            content: "";
            border-bottom: 1px solid #fff;
            bottom: 1rem;
            width: 100%;
        }

    #timeLineSlider .year {
        font-size: 2.6rem;
        color: hsla(0,0%,100%,.15);
        position: relative;
        text-align: center;
        cursor: pointer;
        padding-bottom: 3rem;
        padding-top: 1.2rem;
        -webkit-transition: color .5s ease;
        transition: color .5s ease;
    }

        #timeLineSlider .year:after {
            content: "\e80e";
            position: absolute;
            font-size: 1.5rem;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            color: #fff;
        }

        #timeLineSlider .year.current {
            font-size: 4.8rem;
            line-height: 1;
            color: #fff;
            padding-top: 0;
            white-space: pre;
        }

            #timeLineSlider .year.current:after {
                font-size: 2rem;
                bottom: 0;
            }

#historySlider {
    padding: 5rem 0;
}

    #historySlider, #historySlider .wrap {
        position: relative;
    }

        #historySlider:after {
            content: "";
            position: absolute;
            background-color: #e7e8e6;
            top: 0;
            left: -17%;
            bottom: 0;
            width: 60%;
            -webkit-transform: skew(-18deg);
            transform: skew(-18deg);
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

        #historySlider .slide {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        #historySlider .image, #historySlider .slide {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        #historySlider .image {
            width: 40%;
            margin-right: 1%;
            position: relative;
            z-index: 5;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #historySlider .image img {
                display: block;
            }

        #historySlider .historyText {
            width: 40%;
            padding: 0;
            -ms-flex-item-align: center;
            align-self: center;
            margin-left: 1%;
            position: relative;
            z-index: 3;
        }

            #historySlider .historyText h2 {
                margin: 0;
            }

            #historySlider .historyText p {
                margin-top: .5rem;
            }

                #historySlider .historyText p:last-of-type {
                    margin-bottom: 0;
                }

        #historySlider #history-nav div {
            position: absolute;
            z-index: 2;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 2rem;
            cursor: pointer;
        }

            #historySlider #history-nav div.disabled {
                opacity: 0;
            }

        #historySlider #history-nav .owl-prev {
            left: -4rem;
        }

        #historySlider #history-nav .owl-next {
            right: -4rem;
        }

@media (max-width:1200px) {
    #historySlider #history-nav .owl-prev {
        left: -2rem;
    }

    #historySlider #history-nav .owl-next {
        right: -2rem;
    }
}

@media (max-width:1024px) {
    #timeLineSlider {
        padding: 2rem 0 4rem;
    }

    #historySlider #history-nav .owl-prev {
        left: -1rem;
    }

    #historySlider #history-nav .owl-next {
        right: -1rem;
    }
}

@media (max-width:960px) {
    #timeLineSlider .year {
        font-size: 2.4rem;
        padding-bottom: 2rem;
    }

        #timeLineSlider .year.current {
            font-size: 4.4rem;
        }
}

@media (max-width:900px) {
    .history h1 {
        padding-top: 2rem;
    }

    #timeLineSlider {
        padding: 2rem 0 3rem;
    }

        #timeLineSlider .year {
            font-size: 2.2rem;
            padding-bottom: 2rem;
        }

            #timeLineSlider .year:after {
                bottom: .2rem;
            }

            #timeLineSlider .year.current {
                font-size: 4rem;
            }

                #timeLineSlider .year.current:after {
                    bottom: 0;
                }

    #historySlider {
        padding: 4rem 0;
        background-color: #e7e8e6;
    }

        #historySlider .image {
            width: 68%;
            margin: 0;
        }

        #historySlider .historyText {
            width: 68%;
            margin: 2rem 0 0;
        }
}

@media (max-width:800px) {
    #historySlider .image {
        width: 65%;
        -ms-flex-item-align: center;
        align-self: center;
    }

    #historySlider .historyText {
        width: 79.5%;
    }
}

@media (max-width:790px) {
    #timeLineSlider .year {
        font-size: 2.4rem;
        padding-bottom: 2rem;
    }

        #timeLineSlider .year.current {
            font-size: 3.2rem;
        }

            #timeLineSlider .year.current:after {
                bottom: -.9rem;
            }
}

@media (max-width:650px) {
    #historySlider .historyText, #historySlider .image {
        width: 100%;
    }

    .history .contentText.oneCol .content {
        padding: 0;
    }
}

@media (max-width:500px) {
    #timeLineSlider .year {
        font-size: 2.2rem;
    }

        #timeLineSlider .year.current {
            font-size: 2.8rem;
        }

            #timeLineSlider .year.current:after {
                bottom: -1.2rem;
            }
}

@media (max-width:370px) {
    #timeLineSlider .year {
        font-size: 2rem;
    }

        #timeLineSlider .year.current {
            font-size: 2.4rem;
        }

            #timeLineSlider .year.current:after {
                bottom: -1.4rem;
            }
}

@media (max-width:340px) {
    #timeLineSlider .year {
        font-size: 1.8rem;
    }

        #timeLineSlider .year.current {
            font-size: 2.1rem;
        }

            #timeLineSlider .year.current:after {
                bottom: -1.7rem;
            }
}

.locations {
    padding: 8rem 0;
}

    .locations h2 {
        margin: 0 0 3rem;
    }

    .locations .location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .locations .location.hidden {
            display: none;
        }

    .locations .left {
        width: 49%;
        margin-right: 2%;
    }

        .locations .left h3 {
            margin-bottom: 0;
        }

        .locations .left p:first-of-type {
            margin-top: 1rem;
        }

    .locations .right {
        width: 49%;
    }

        .locations .right span {
            font-size: 1.8rem;
            line-height: 1.5;
            color: #606258;
            font-weight: 700;
        }

        .locations .right img {
            margin-bottom: 2.7rem;
        }

    .locations .tabs {
        margin-bottom: 1rem;
    }

    .locations .tab {
        display: inline-block;
        font-size: 1.6rem;
        text-transform: uppercase;
        padding: 1rem;
        margin-right: 1rem;
        cursor: pointer;
    }

        .locations .tab:first-of-type {
            padding-left: 0;
        }

        .locations .tab.active, .locations .tab:hover {
            color: #94c01c;
        }

.map-container {
    position: relative;
    padding-bottom: 62%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

    .map-container .acf-map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .map-container .marker {
        display: none;
    }

@media (max-width:1024px) {
    .locations {
        padding: 4rem 0;
    }
}

@media (max-width:850px) {
    .locations .location {
        display: block;
    }

        .locations .location .left, .locations .location .right {
            width: 100%;
        }
}

@media (max-width:650px) {
    .locations .location {
        margin-bottom: 6rem;
    }
}

@media (max-width:500px) {
    .locations {
        padding: 2rem 0;
    }
}

.newsletterBox {
    background-color: #e7e8e6;
    color: #fff;
}

    .newsletterBox .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 6rem 0;
    }

    .newsletterBox .left {
        width: 45%;
    }

    .newsletterBox .right {
        width: 52%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .newsletterBox .fieldWrapper, .newsletterBox .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .newsletterBox .fieldWrapper {
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

        .newsletterBox .fieldWrapper span {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 30%;
            flex: 1 0 30%;
            margin-right: 2%;
            width: auto;
        }

        .newsletterBox .fieldWrapper button {
            padding: 1.5rem 3rem;
        }

            .newsletterBox .fieldWrapper button:after {
                content: none;
            }

            .newsletterBox .fieldWrapper button:hover {
                cursor: pointer;
            }

    .newsletterBox form {
        width: 100%;
    }

    .newsletterBox h2, .newsletterBox p {
        /*color: #fff;*/
        color: #373737;
    }

    .newsletterBox h2 {
        margin-top: 0;
    }

@media (max-width:900px) {
    .newsletterBox .wrap {
        display: block;
    }

    .newsletterBox .left {
        width: 70%;
    }

    .newsletterBox .right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .newsletterBox .fieldWrapper {
        margin-top: 2rem;
    }
}

@media (max-width:700px) {
    .newsletterBox .left {
        width: 100%;
    }
}

@media (max-width:440px) {
    .newsletterBox .wrap {
        padding: 3rem 0;
    }

    .newsletterBox .fieldWrapper button {
        padding: 1.5rem;
    }
}

.searchResults {
    background-color: #e7e8e6;
    padding: 3rem 0;
}

    .searchResults ol {
        padding-left: 1.5rem;
        font-size: 1.7rem;
    }

    .searchResults h2 {
        margin-bottom: 0;
    }

    .searchResults .searchResultPath {
        font-size: 1.3rem;
    }

.apprenticeshipIntro {
    padding: 8rem 0;
    background-color: #e7e8e6;
}

    .apprenticeshipIntro h1 {
        margin-top: 0;
    }

    .apprenticeshipIntro .content {
        padding: 0 16%;
    }

    .apprenticeshipIntro .infoText {
        font-size: 1.8rem;
        font-weight: 700;
        color: #333;
        margin-top: 3rem;
    }

    .apprenticeshipIntro dl {
        font-size: 1.8rem;
        color: #333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .apprenticeshipIntro dt {
        font-weight: 700;
        width: 20%;
        margin-bottom: 1.5rem;
    }

    .apprenticeshipIntro dd {
        width: 73%;
        margin-left: 0;
    }

        .apprenticeshipIntro dd p:first-child {
            margin-top: 0;
        }

        .apprenticeshipIntro dd p:last-child {
            margin-bottom: 0;
        }

@media (max-width:1024px) {
    .apprenticeshipIntro {
        padding: 4rem 0;
    }
}

@media (max-width:950px) {
    .apprenticeshipIntro dt {
        width: 30%;
    }

    .apprenticeshipIntro dd {
        width: 65%;
    }

    ul.flexnav a {
        padding: 2rem 0.8rem !important;
    }
}

@media(max-width:912px) {
    ul.flexnav a {
        padding: 2rem 0.5rem !important;
    }
}

@media (max-width:800px) {
    .apprenticeshipIntro .content {
        padding: 0 10%;
    }
}

@media (max-width:600px) {
    .apprenticeshipIntro .content {
        padding: 0;
    }
}

@media (max-width:500px) {
    .apprenticeshipIntro {
        padding: 2rem 0;
    }

        .apprenticeshipIntro dt {
            width: 100%;
            margin-bottom: 0;
        }

        .apprenticeshipIntro dd {
            width: 100%;
            margin-bottom: 2rem;
        }
}

.hotspotsElement .hand {
    display: none;
}

.hotspotsElement .image {
    position: relative;
    margin-bottom: 4rem;
}

    .hotspotsElement .image img {
        display: block;
    }

.hotspotsElement .number {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(148,192,28,.8);
    top: 0;
    left: 0;
}

    .hotspotsElement .number > span {
        position: absolute;
        color: #fff;
        font-size: 1.9rem;
        line-height: 1;
        top: 50%;
        left: 50%;
        z-index: 10;
    }

    .hotspotsElement .hotspotsArea .number, .hotspotsElement .number > span {
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.hotspotsElement .hotspotsArea .number {
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer;
}

    .hotspotsElement .hotspotsArea .number > span {
        font-size: 1.6rem;
    }

    .hotspotsElement .hotspotsArea .number .outer {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        opacity: .75;
        background-color: rgba(148,192,28,.7);
        border-radius: 50%;
        z-index: 1;
    }

@media (min-width:1025px) {
    .hotspotsElement .hotspotsArea .number:hover .outer {
        -webkit-animation: pulse 1s linear;
        animation: pulse 1s linear;
    }
}

.overlay {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.box {
    border: 1px solid #e7e8e6;
    padding: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 10px;
}

    .box:after {
        content: "";
        display: table;
        clear: both;
    }

    .box .image {
        position: relative;
        margin-bottom: 2rem;
    }

        .box .image img {
            display: block;
            margin: 0 auto;
        }

    .box .text p {
        color: #606258;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .box .text ul {
        padding: 0;
        margin: 0;
    }

        .box .text ul li {
            list-style-type: none;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            padding-left: 1.5rem;
            position: relative;
            color: #606258;
        }

            .box .text ul li:before {
                content: "\e80e";
                font-size: .5rem;
                color: #94c01c;
                position: absolute;
                left: 0;
                top: .8rem;
            }

    .box .close {
        display: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (min-width:400px) {
    .hotspotsElement .number {
        width: 3.7rem;
        height: 3.7rem;
    }

        .hotspotsElement .number > span {
            font-size: 2.1rem;
        }

    .hotspotsElement .box {
        padding: 2rem;
        margin-bottom: 4rem;
    }

        .hotspotsElement .box .image img {
            width: 33rem;
            margin: 0 auto 2.5rem;
        }
}

@media (min-width:500px) {
    .hotspotsElement .hotspotsArea .number {
        width: 2.5rem;
        height: 2.5rem;
    }

        .hotspotsElement .hotspotsArea .number > span {
            font-size: 1.9rem;
        }
}

@media (min-width:550px) {
    .hotspotsElement .number {
        width: 3rem;
        height: 3rem;
    }

        .hotspotsElement .number > span {
            font-size: 1.9rem;
        }

    .hotspotsElement .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .hotspotsElement .box .image {
            width: 40%;
        }

            .hotspotsElement .box .image img {
                width: auto;
                margin-top: 1.5rem;
            }

        .hotspotsElement .box .text {
            width: 53%;
        }
}

@media (min-width:750px) {
    .hotspotsElement {
        position: relative;
    }

        .hotspotsElement.visible .hand {
            display: block;
            position: absolute;
            top: 20px;
            left: 5px;
            z-index: 1;
            opacity: 0;
        }

            .hotspotsElement.visible .hand svg {
                width: 50px;
                height: 50px;
            }

        .hotspotsElement.visible .hand {
            -webkit-animation: move-hand 1.5s ease 0s 3;
            animation: move-hand 1.5s ease 0s 3;
        }

    @-webkit-keyframes move-hand {
        0% {
            -webkit-transform: translate3d(30px,30px,0);
            transform: translate3d(30px,30px,0);
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        70% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes move-hand {
        0% {
            -webkit-transform: translate3d(30px,30px,0);
            transform: translate3d(30px,30px,0);
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        70% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .hotspotsElement .hotspotsArea .number {
        width: 2.8rem;
        height: 2.8rem;
    }

        .hotspotsElement .hotspotsArea .number > span {
            display: none;
        }

    .hotspotsElement.active .overlay {
        background: rgba(96,98,88,.9);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
    }

    .hotspotsElement .box {
        padding: 2.5rem;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-color: #fff;
        margin-bottom: 0;
        -webkit-box-shadow: 0 0 22px -2px rgba(0,0,0,.2);
        box-shadow: 0 0 22px -2px rgba(0,0,0,.2);
        z-index: 2;
        border-radius: 2rem;
    }

        .hotspotsElement .box .image {
            width: 32%;
            margin: 0;
        }

            .hotspotsElement .box .image img {
                margin: 0;
            }

        .hotspotsElement .box .text {
            width: 60%;
            padding-right: 2rem;
        }

        .hotspotsElement .box.hide {
            display: none;
        }

        .hotspotsElement .box .close {
            display: block;
            position: absolute;
            right: 1.5rem;
            top: 1.5rem;
            color: #bababa;
            z-index: 1;
            cursor: pointer;
            background: #e7e8e6;
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 50%;
        }

            .hotspotsElement .box .close i {
                font-size: 1.5rem;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

                .hotspotsElement .box .close i:before {
                    margin-right: 0;
                }

        .hotspotsElement .box .number {
            display: none;
        }
}

@media (min-width:1000px) {
    .hotspotsElement .hotspotsArea .number {
        width: 3.5rem;
        height: 3.5rem;
    }

    .hotspotsElement .box {
        padding: 3rem;
        width: 80%;
    }
}

@media (min-width:1100px) {
    .hotspotsElement .box {
        width: 70%;
    }

        .hotspotsElement .box .close {
            right: 2rem;
            top: 2rem;
            width: 4rem;
            height: 4rem;
        }

            .hotspotsElement .box .close i {
                font-size: 1.8rem;
            }
}

@media (min-width:1250px) {
    .hotspotsElement .box {
        max-width: 60%;
    }
}

@media (min-width:1400px) {
    .hotspotsElement .hotspotsArea .number {
        width: 4rem;
        height: 4rem;
    }

    .hotspotsElement .box {
        max-width: 55%;
        padding: 3.5rem;
    }
}

@media (min-width:1600px) {
    .hotspotsElement .hotspotsArea .number {
        width: 5rem;
        height: 5rem;
    }

    .hotspotsElement .box {
        max-width: 80rem;
    }
}

.personElement {
    background-color: #e7e8e6;
    padding: 8rem 0;
}

    .personElement.active .person:not(.open) .image {
        opacity: .6;
    }

    .personElement .person {
        background-color: #fff;
        opacity: 0;
        border-radius: 10px;
        /*border-bottom-right-radius: 10px*/
    }

        .personElement .person:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .personElement .person.inactive {
            opacity: .2;
        }

        .personElement .person button {
            display: block;
            text-align: center;
            border: none;
            width: 100%;
            padding: 1rem;
            outline: none;
            cursor: pointer;
        }

            .personElement .person button:before {
                /*content: "\e809"*/
                content: "▽";
            }

        .personElement .person.open button:before {
            /*content: "\e800"*/
            content: "Δ";
        }

    .personElement .image {
        -webkit-transition: opacity .5s ease-in;
        transition: opacity .5s ease-in;
    }

        .personElement .image img {
            display: block;
        }

    .personElement .content {
        padding: 2rem 2rem 0;
    }

    .personElement .title {
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 400;
    }

    .personElement .subline, .personElement .title {
        line-height: 1.4;
        color: #606258;
        margin-bottom: .5rem;
    }

    .personElement .subline {
        font-size: 1.7rem;
    }

    .personElement .description {
        padding-top: 2rem;
    }

        .personElement .description p {
            margin-top: 0;
        }

        .personElement .description :last-child {
            margin-bottom: 0;
        }

@media (min-width:600px) {
    .personElement .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .personElement .person {
        width: 100%;
    }
}

.catalogElement {
    background: #ccc;
}

    .catalogElement .embed-container {
        position: relative;
        padding-bottom: 95%;
        height: 0;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

        .catalogElement .embed-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

@media (min-width:600px) {
    .catalogElement .embed-container {
        padding-bottom: 75%;
    }
}

.ticker-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0;
    /*background: #46344e;*/
    background: #77447d;
    overflow: hidden;
}

.ticker-wrapper {
    white-space: nowrap;
    width: auto;
}

.items-block {
    display: inline-block;
    white-space: nowrap;
}

.ticker-item {
    padding-left: 20px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    display: inline;
    text-transform: uppercase;
}

@media(max-width:390px) {
    footer .more, .contact {
        width: 80% !important;
    }

    footer-ti-icon {
        padding: 12px !important;
    }
}

@media (min-width:320px) {
    .ticker-item {
        font-size: 18px;
        font-size: calc(17.25px + .23438vw);
    }
}

@media(max-width:280px) {
    .popup-whatsapp {
        width: 240px !important;
    }

    footer .contact p {
        font-size: 1.8rem !important;
    }

    footer .more, .contact {
        width: 100% !important;
    }

    nav#service a {
        padding: 5px 5px !important;
        font-size: 15px !important;
    }
}

@media(max-width:240px) {
    footer .more, .contact {
        width: 100% !important;
    }

    footer-ti-icon {
        padding: 8px !important;
    }

    .popup-whatsapp {
        width: 200px !important;
        height: auto;
        padding: 5px !important;
        bottom: 100px !important;
    }

    footer .contact a {
        font-size: 1.6rem !important;
    }

    footer .bottom .copyright {
        font-size: 12px !important;
    }

    footer .contact p {
        font-size: 1.6rem !important;
    }
}


@media (min-width:1601px) {
    .ticker-item {
        font-size: 21px;
    }
}

@media (min-width:1400px) {
    .ticker-container {
        padding: 15px 0;
    }
}

.videoElement {
    padding: 8rem 0;
}

    .videoElement .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .videoElement video {
        max-width: 100%;
    }

.contentText + .videoElement {
    padding: 0 0 8rem;
}

@media (max-width:1024px) {
    .videoElement {
        padding: 4rem 0;
    }

    .contentText + .videoElement {
        padding: 0 0 4rem;
    }
}

@media (max-width:500px) {
    .videoElement {
        padding: 2rem 0;
    }

    .contentText + .videoElement {
        padding: 0 0 2rem;
    }
}

footer {
    padding: 4rem 0;
}

    footer, footer .top {
        background-color: #5b5561;
    }

        footer .top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            /*justify-content: space-between*/
            justify-content: space-between;
        }

        footer span {
            color: #faef26;
            font-size: 1.6rem;
            font-weight: 700;
            letter-spacing: .04rem;
            font-style: normal;
            text-transform: uppercase;
            display: block;
            margin-bottom: 2.5rem;
        }

        footer .contact {
            width: 32%;
            /*width: auto;*/
        }

            footer .contact p {
                font-size: 1.6rem;
                font-weight: 400;
                color: #fff;
                font-style: normal;
                line-height: 1.6;
            }

            footer .contact a {
                color: #fff;
            }

                footer .contact a:hover {
                    color: #f9ef24;
                }

        footer .more {
            width: 32%;
            /*width: auto;*/
        }

            footer .more p {
                font-size: 1.6rem;
                font-weight: 400;
                color: #fff;
                font-style: normal;
                /*line-height: 1.6;*/
                line-height: 3.6;
            }

        footer .bottom {
            background-color: #5b5561;
            text-align: center;
            margin-top: 6rem;
        }

            footer .bottom .country, footer .bottom .locality, footer .bottom .org, footer .bottom .postcode, footer .bottom .street {
                display: inline;
                font-size: 1.6rem;
                font-weight: 400;
                color: #fff;
                text-decoration: none;
                font-style: normal;
                margin-right: 1rem;
            }

                footer .bottom .country:before, footer .bottom .locality:before, footer .bottom .org:before, footer .bottom .postcode:before, footer .bottom .street:before {
                    content: "·";
                    margin-right: 1rem;
                }

            footer .bottom .copyright {
                display: inline;
                font-size: 13px;
                /*font-size: 1.6rem;*/
                font-weight: 400;
                color: #fff;
                text-decoration: none;
                font-style: normal;
                margin-right: 1rem;
            }

@media (max-width:1024px) {
    footer {
        padding: 2rem 0;
    }

        footer .bottom {
            margin-top: 4rem;
        }

        footer span {
            margin-bottom: 1.5rem;
        }

        footer .contact .email:hover, footer .contact .tel:hover, footer .footerNav #menu-footernavigation a:hover {
            color: #fff;
        }
}

@media (max-width:900px) {
    footer .contact {
        width: 40%;
    }

    footer .footerNav {
        width: 25%;
    }

    footer .bottom address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        footer .bottom address .country, footer .bottom address .locality, footer .bottom address .org, footer .bottom address .postcode, footer .bottom address .street {
            margin-right: .5rem;
        }

            footer .bottom address .country:before, footer .bottom address .locality:before, footer .bottom address .org:before, footer .bottom address .postcode:before, footer .bottom address .street:before {
                content: none;
            }

        footer .bottom address .copyright {
            margin-right: .5rem;
        }
}

@media (max-width:750px) {
    footer .top {
        padding: unset;
    }

    footer .contact, footer .footerNav, footer .more {
        width: 100%;
        margin-bottom: 2.5rem;
    }

    footer span {
        margin-bottom: .5rem;
    }

    footer .bottom {
        margin-top: 2rem;
        padding: 0;
    }

        footer .bottom address .country, footer .bottom address .locality, footer .bottom address .org, footer .bottom address .postcode, footer .bottom address .street {
            width: 100%;
            text-align: left;
        }

        footer .bottom address .copyright {
            width: 100%;
            text-align: left;
            margin-bottom: 1rem;
        }
}

@media (max-width: 520px) {
    footer .more {
        margin-left: 1px;
        width: 100% !important;
    }
}

.footerNav {
    width: 32%;
}

    .footerNav nav#footer ul {
        margin: 0;
        padding: 0;
    }

    .footerNav nav#footer li {
        list-style-type: none;
    }

    .footerNav nav#footer a {
        color: #fff;
        text-decoration: none;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.6;
    }

        .footerNav nav#footer a:hover {
            color: hsla(0,0%,100%,.5);
        }


/*Whatsapp Popup*/


.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;
}

@media (max-width: 360px) {
    .nav-bottom {
        width: 320px;
    }
}

.whatsapp-button {
    right: 2%;
    bottom: 38px;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    height: auto;
    padding: 5px;
    bottom: 92px;
    right: 6px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight 0.6s 0s both;
}

    .popup-whatsapp > div {
        margin: 5px;
    }

    .popup-whatsapp p {
        margin: auto;
    }

@media (max-width: 680px) {
    .popup-whatsapp p {
        font-size: 0.9em;
    }
}

.popup-whatsapp > .content-whatsapp.-top {
    display: flex;
    flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #f76060;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

    .closePopup:hover {
        background-color: #f71d1d;
        transition: 0.3s;
    }

.send-msPopup {
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

    .send-msPopup:hover {
        background-color: #f8f8f8;
        transition: 0.3s;
    }

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight 0.6s 0s both;
}

input.whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #fff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #fff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: 0.3s;
}

@media (max-width: 420px) {
    input.whats-input[type=text] {
        width: 225px;
    }
}

input.whats-input {
    /* Most modern browsers support this now. */
}

    input.whats-input::placeholder {
        color: rgba(68, 68, 68, 0.705);
        opacity: 1;
    }

    input.whats-input[type=text]:focus {
        background-color: #f8f8f8;
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        transition: 0.3s;
    }

.icon-whatsapp-small {
    width: 24px;
    height: 24px;
}

.icon-whatsapp {
    width: 45px;
    height: 45px;
}

.icon-font-color {
    color: #fff;
}

.icon-font-color--black {
    color: #333;
}

/*Whatsapp Popup*/


/*Pdf Files*/

figure {
    margin: 0;
}

.hover14 figure {
    position: relative;
}

.hover12 figure {
    background: #4d81b4;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}



/*Pdf Files*/
