@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fontawesome-webfont.woff") format("woff")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans.woff") format("woff"), url("../fonts/open-sans.woff2") format("woff2"), url("../fonts/open-sans.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans-bold.woff") format("woff"), url("../fonts/open-sans-bold.woff2") format("woff2"), url("../fonts/open-sans-bold.ttf") format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/lato.woff") format("woff"), url("../fonts/lato.woff2") format("woff2"), url("../fonts/lato.ttf") format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/lato-light.woff") format("woff"), url("../fonts/lato-light.woff2") format("woff2"), url("../fonts/lato-light.ttf") format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/lato-bold.woff") format("woff"), url("../fonts/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold.ttf") format("truetype")
}

.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    width: 100%;
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch
}

.row.start {
    justify-content: flex-start
}

.row.center {
    justify-content: center
}

.row.end {
    justify-content: flex-end
}

.row.top {
    align-items: flex-start
}

.row.baseline {
    align-items: baseline
}

.row.middle {
    align-items: center
}

.row.bottom {
    align-items: flex-end
}

.row.stretch {
    align-items: stretch
}

.row.between {
    justify-content: space-between
}

.row.around {
    justify-content: space-around
}

.row.reverse {
    flex-direction: row-reverse
}

.row.forward {
    flex-direction: row
}

.row.full {
    max-width: none
}

.row .row {
    margin-left: -1.125rem;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% + 2.25rem);
    width: calc(100% + 2.25rem)
}

.row>.row {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%
}

.col {
    float: left;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    max-width: 100%;
    width: 100%;
    flex: 0 0 auto;
    flex-grow: 1;
    flex-basis: 100%
}

.col.first {
    order: -1
}

.col.last {
    order: 1
}

.col.unset {
    order: 0
}

.no-gutter,
.no-gutter>.col {
    padding-left: 0;
    padding-right: 0
}

.row.default-start {
    justify-content: flex-start
}

.row.default-center {
    justify-content: center
}

.row.default-end {
    justify-content: flex-end
}

.row.default-top {
    align-items: flex-start
}

.row.default-middle {
    align-items: center
}

.row.default-baseline {
    align-items: baseline
}

.row.default-bottom {
    align-items: flex-end
}

.row.default-stretch {
    align-items: stretch
}

.row.default-between {
    justify-content: space-between
}

.row.default-around {
    justify-content: space-around
}

.row.default-reverse {
    flex-direction: row-reverse
}

.row.default-forward {
    flex-direction: row
}

.col.default-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%
}

.col.default-prefix-1 {
    margin-left: 8.33333%
}

.col.default-suffix-1 {
    margin-right: 8.33333%
}

.col.default-min-1 {
    min-width: 8.33333%
}

.col.default-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%
}

.col.default-prefix-2 {
    margin-left: 16.66667%
}

.col.default-suffix-2 {
    margin-right: 16.66667%
}

.col.default-min-2 {
    min-width: 16.66667%
}

.col.default-3 {
    max-width: 25%;
    flex-basis: 25%
}

.col.default-prefix-3 {
    margin-left: 25%
}

.col.default-suffix-3 {
    margin-right: 25%
}

.col.default-min-3 {
    min-width: 25%
}

.col.default-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%
}

.col.default-prefix-4 {
    margin-left: 33.33333%
}

.col.default-suffix-4 {
    margin-right: 33.33333%
}

.col.default-min-4 {
    min-width: 33.33333%
}

.col.default-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%
}

.col.default-prefix-5 {
    margin-left: 41.66667%
}

.col.default-suffix-5 {
    margin-right: 41.66667%
}

.col.default-min-5 {
    min-width: 41.66667%
}

.col.default-6 {
    max-width: 50%;
    flex-basis: 50%
}

.col.default-prefix-6 {
    margin-left: 50%
}

.col.default-suffix-6 {
    margin-right: 50%
}

.col.default-min-6 {
    min-width: 50%
}

.col.default-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%
}

.col.default-prefix-7 {
    margin-left: 58.33333%
}

.col.default-suffix-7 {
    margin-right: 58.33333%
}

.col.default-min-7 {
    min-width: 58.33333%
}

.col.default-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%
}

.col.default-prefix-8 {
    margin-left: 66.66667%
}

.col.default-suffix-8 {
    margin-right: 66.66667%
}

.col.default-min-8 {
    min-width: 66.66667%
}

.col.default-9 {
    max-width: 75%;
    flex-basis: 75%
}

.col.default-prefix-9 {
    margin-left: 75%
}

.col.default-suffix-9 {
    margin-right: 75%
}

.col.default-min-9 {
    min-width: 75%
}

.col.default-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%
}

.col.default-prefix-10 {
    margin-left: 83.33333%
}

.col.default-suffix-10 {
    margin-right: 83.33333%
}

.col.default-min-10 {
    min-width: 83.33333%
}

.col.default-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%
}

.col.default-prefix-11 {
    margin-left: 91.66667%
}

.col.default-suffix-11 {
    margin-right: 91.66667%
}

.col.default-min-11 {
    min-width: 91.66667%
}

.col.default-12 {
    max-width: 100%;
    flex-basis: 100%
}

.col.default-prefix-12 {
    margin-left: 100%
}

.col.default-suffix-12 {
    margin-right: 100%
}

.col.default-min-12 {
    min-width: 100%
}

.col.default-prefix-0 {
    margin-left: 0
}

.col.default-suffix-0 {
    margin-right: 0
}

.col.default {
    flex-basis: 0
}

.col.default-first {
    order: -1
}

.col.default-last {
    order: 1
}

.col.default-unset {
    order: 0
}

@media (min-width: 30em) {
    .row.tiny-start {
        justify-content: flex-start
    }

    .row.tiny-center {
        justify-content: center
    }

    .row.tiny-end {
        justify-content: flex-end
    }

    .row.tiny-top {
        align-items: flex-start
    }

    .row.tiny-middle {
        align-items: center
    }

    .row.tiny-baseline {
        align-items: baseline
    }

    .row.tiny-bottom {
        align-items: flex-end
    }

    .row.tiny-stretch {
        align-items: stretch
    }

    .row.tiny-between {
        justify-content: space-between
    }

    .row.tiny-around {
        justify-content: space-around
    }

    .row.tiny-reverse {
        flex-direction: row-reverse
    }

    .row.tiny-forward {
        flex-direction: row
    }

    .col.tiny-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.tiny-prefix-1 {
        margin-left: 8.33333%
    }

    .col.tiny-suffix-1 {
        margin-right: 8.33333%
    }

    .col.tiny-min-1 {
        min-width: 8.33333%
    }

    .col.tiny-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.tiny-prefix-2 {
        margin-left: 16.66667%
    }

    .col.tiny-suffix-2 {
        margin-right: 16.66667%
    }

    .col.tiny-min-2 {
        min-width: 16.66667%
    }

    .col.tiny-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.tiny-prefix-3 {
        margin-left: 25%
    }

    .col.tiny-suffix-3 {
        margin-right: 25%
    }

    .col.tiny-min-3 {
        min-width: 25%
    }

    .col.tiny-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.tiny-prefix-4 {
        margin-left: 33.33333%
    }

    .col.tiny-suffix-4 {
        margin-right: 33.33333%
    }

    .col.tiny-min-4 {
        min-width: 33.33333%
    }

    .col.tiny-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.tiny-prefix-5 {
        margin-left: 41.66667%
    }

    .col.tiny-suffix-5 {
        margin-right: 41.66667%
    }

    .col.tiny-min-5 {
        min-width: 41.66667%
    }

    .col.tiny-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.tiny-prefix-6 {
        margin-left: 50%
    }

    .col.tiny-suffix-6 {
        margin-right: 50%
    }

    .col.tiny-min-6 {
        min-width: 50%
    }

    .col.tiny-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.tiny-prefix-7 {
        margin-left: 58.33333%
    }

    .col.tiny-suffix-7 {
        margin-right: 58.33333%
    }

    .col.tiny-min-7 {
        min-width: 58.33333%
    }

    .col.tiny-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.tiny-prefix-8 {
        margin-left: 66.66667%
    }

    .col.tiny-suffix-8 {
        margin-right: 66.66667%
    }

    .col.tiny-min-8 {
        min-width: 66.66667%
    }

    .col.tiny-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.tiny-prefix-9 {
        margin-left: 75%
    }

    .col.tiny-suffix-9 {
        margin-right: 75%
    }

    .col.tiny-min-9 {
        min-width: 75%
    }

    .col.tiny-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.tiny-prefix-10 {
        margin-left: 83.33333%
    }

    .col.tiny-suffix-10 {
        margin-right: 83.33333%
    }

    .col.tiny-min-10 {
        min-width: 83.33333%
    }

    .col.tiny-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.tiny-prefix-11 {
        margin-left: 91.66667%
    }

    .col.tiny-suffix-11 {
        margin-right: 91.66667%
    }

    .col.tiny-min-11 {
        min-width: 91.66667%
    }

    .col.tiny-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.tiny-prefix-12 {
        margin-left: 100%
    }

    .col.tiny-suffix-12 {
        margin-right: 100%
    }

    .col.tiny-min-12 {
        min-width: 100%
    }

    .col.tiny-prefix-0 {
        margin-left: 0
    }

    .col.tiny-suffix-0 {
        margin-right: 0
    }

    .col.tiny {
        flex-basis: 0
    }

    .col.tiny-first {
        order: -1
    }

    .col.tiny-last {
        order: 1
    }

    .col.tiny-unset {
        order: 0
    }
}

@media (min-width: 40em) {
    .row.small-start {
        justify-content: flex-start
    }

    .row.small-center {
        justify-content: center
    }

    .row.small-end {
        justify-content: flex-end
    }

    .row.small-top {
        align-items: flex-start
    }

    .row.small-middle {
        align-items: center
    }

    .row.small-baseline {
        align-items: baseline
    }

    .row.small-bottom {
        align-items: flex-end
    }

    .row.small-stretch {
        align-items: stretch
    }

    .row.small-between {
        justify-content: space-between
    }

    .row.small-around {
        justify-content: space-around
    }

    .row.small-reverse {
        flex-direction: row-reverse
    }

    .row.small-forward {
        flex-direction: row
    }

    .col.small-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.small-prefix-1 {
        margin-left: 8.33333%
    }

    .col.small-suffix-1 {
        margin-right: 8.33333%
    }

    .col.small-min-1 {
        min-width: 8.33333%
    }

    .col.small-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.small-prefix-2 {
        margin-left: 16.66667%
    }

    .col.small-suffix-2 {
        margin-right: 16.66667%
    }

    .col.small-min-2 {
        min-width: 16.66667%
    }

    .col.small-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.small-prefix-3 {
        margin-left: 25%
    }

    .col.small-suffix-3 {
        margin-right: 25%
    }

    .col.small-min-3 {
        min-width: 25%
    }

    .col.small-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.small-prefix-4 {
        margin-left: 33.33333%
    }

    .col.small-suffix-4 {
        margin-right: 33.33333%
    }

    .col.small-min-4 {
        min-width: 33.33333%
    }

    .col.small-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.small-prefix-5 {
        margin-left: 41.66667%
    }

    .col.small-suffix-5 {
        margin-right: 41.66667%
    }

    .col.small-min-5 {
        min-width: 41.66667%
    }

    .col.small-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.small-prefix-6 {
        margin-left: 50%
    }

    .col.small-suffix-6 {
        margin-right: 50%
    }

    .col.small-min-6 {
        min-width: 50%
    }

    .col.small-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.small-prefix-7 {
        margin-left: 58.33333%
    }

    .col.small-suffix-7 {
        margin-right: 58.33333%
    }

    .col.small-min-7 {
        min-width: 58.33333%
    }

    .col.small-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.small-prefix-8 {
        margin-left: 66.66667%
    }

    .col.small-suffix-8 {
        margin-right: 66.66667%
    }

    .col.small-min-8 {
        min-width: 66.66667%
    }

    .col.small-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.small-prefix-9 {
        margin-left: 75%
    }

    .col.small-suffix-9 {
        margin-right: 75%
    }

    .col.small-min-9 {
        min-width: 75%
    }

    .col.small-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.small-prefix-10 {
        margin-left: 83.33333%
    }

    .col.small-suffix-10 {
        margin-right: 83.33333%
    }

    .col.small-min-10 {
        min-width: 83.33333%
    }

    .col.small-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.small-prefix-11 {
        margin-left: 91.66667%
    }

    .col.small-suffix-11 {
        margin-right: 91.66667%
    }

    .col.small-min-11 {
        min-width: 91.66667%
    }

    .col.small-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.small-prefix-12 {
        margin-left: 100%
    }

    .col.small-suffix-12 {
        margin-right: 100%
    }

    .col.small-min-12 {
        min-width: 100%
    }

    .col.small-prefix-0 {
        margin-left: 0
    }

    .col.small-suffix-0 {
        margin-right: 0
    }

    .col.small {
        flex-basis: 0
    }

    .col.small-first {
        order: -1
    }

    .col.small-last {
        order: 1
    }

    .col.small-unset {
        order: 0
    }
}

@media (min-width: 50em) {
    .row.medium-start {
        justify-content: flex-start
    }

    .row.medium-center {
        justify-content: center
    }

    .row.medium-end {
        justify-content: flex-end
    }

    .row.medium-top {
        align-items: flex-start
    }

    .row.medium-middle {
        align-items: center
    }

    .row.medium-baseline {
        align-items: baseline
    }

    .row.medium-bottom {
        align-items: flex-end
    }

    .row.medium-stretch {
        align-items: stretch
    }

    .row.medium-between {
        justify-content: space-between
    }

    .row.medium-around {
        justify-content: space-around
    }

    .row.medium-reverse {
        flex-direction: row-reverse
    }

    .row.medium-forward {
        flex-direction: row
    }

    .col.medium-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.medium-prefix-1 {
        margin-left: 8.33333%
    }

    .col.medium-suffix-1 {
        margin-right: 8.33333%
    }

    .col.medium-min-1 {
        min-width: 8.33333%
    }

    .col.medium-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.medium-prefix-2 {
        margin-left: 16.66667%
    }

    .col.medium-suffix-2 {
        margin-right: 16.66667%
    }

    .col.medium-min-2 {
        min-width: 16.66667%
    }

    .col.medium-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.medium-prefix-3 {
        margin-left: 25%
    }

    .col.medium-suffix-3 {
        margin-right: 25%
    }

    .col.medium-min-3 {
        min-width: 25%
    }

    .col.medium-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.medium-prefix-4 {
        margin-left: 33.33333%
    }

    .col.medium-suffix-4 {
        margin-right: 33.33333%
    }

    .col.medium-min-4 {
        min-width: 33.33333%
    }

    .col.medium-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.medium-prefix-5 {
        margin-left: 41.66667%
    }

    .col.medium-suffix-5 {
        margin-right: 41.66667%
    }

    .col.medium-min-5 {
        min-width: 41.66667%
    }

    .col.medium-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.medium-prefix-6 {
        margin-left: 50%
    }

    .col.medium-suffix-6 {
        margin-right: 50%
    }

    .col.medium-min-6 {
        min-width: 50%
    }

    .col.medium-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.medium-prefix-7 {
        margin-left: 58.33333%
    }

    .col.medium-suffix-7 {
        margin-right: 58.33333%
    }

    .col.medium-min-7 {
        min-width: 58.33333%
    }

    .col.medium-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.medium-prefix-8 {
        margin-left: 66.66667%
    }

    .col.medium-suffix-8 {
        margin-right: 66.66667%
    }

    .col.medium-min-8 {
        min-width: 66.66667%
    }

    .col.medium-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.medium-prefix-9 {
        margin-left: 75%
    }

    .col.medium-suffix-9 {
        margin-right: 75%
    }

    .col.medium-min-9 {
        min-width: 75%
    }

    .col.medium-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.medium-prefix-10 {
        margin-left: 83.33333%
    }

    .col.medium-suffix-10 {
        margin-right: 83.33333%
    }

    .col.medium-min-10 {
        min-width: 83.33333%
    }

    .col.medium-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.medium-prefix-11 {
        margin-left: 91.66667%
    }

    .col.medium-suffix-11 {
        margin-right: 91.66667%
    }

    .col.medium-min-11 {
        min-width: 91.66667%
    }

    .col.medium-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.medium-prefix-12 {
        margin-left: 100%
    }

    .col.medium-suffix-12 {
        margin-right: 100%
    }

    .col.medium-min-12 {
        min-width: 100%
    }

    .col.medium-prefix-0 {
        margin-left: 0
    }

    .col.medium-suffix-0 {
        margin-right: 0
    }

    .col.medium {
        flex-basis: 0
    }

    .col.medium-first {
        order: -1
    }

    .col.medium-last {
        order: 1
    }

    .col.medium-unset {
        order: 0
    }
}

@media (min-width: 62em) {
    .row.large-start {
        justify-content: flex-start
    }

    .row.large-center {
        justify-content: center
    }

    .row.large-end {
        justify-content: flex-end
    }

    .row.large-top {
        align-items: flex-start
    }

    .row.large-middle {
        align-items: center
    }

    .row.large-baseline {
        align-items: baseline
    }

    .row.large-bottom {
        align-items: flex-end
    }

    .row.large-stretch {
        align-items: stretch
    }

    .row.large-between {
        justify-content: space-between
    }

    .row.large-around {
        justify-content: space-around
    }

    .row.large-reverse {
        flex-direction: row-reverse
    }

    .row.large-forward {
        flex-direction: row
    }

    .col.large-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.large-prefix-1 {
        margin-left: 8.33333%
    }

    .col.large-suffix-1 {
        margin-right: 8.33333%
    }

    .col.large-min-1 {
        min-width: 8.33333%
    }

    .col.large-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.large-prefix-2 {
        margin-left: 16.66667%
    }

    .col.large-suffix-2 {
        margin-right: 16.66667%
    }

    .col.large-min-2 {
        min-width: 16.66667%
    }

    .col.large-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.large-prefix-3 {
        margin-left: 25%
    }

    .col.large-suffix-3 {
        margin-right: 25%
    }

    .col.large-min-3 {
        min-width: 25%
    }

    .col.large-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.large-prefix-4 {
        margin-left: 33.33333%
    }

    .col.large-suffix-4 {
        margin-right: 33.33333%
    }

    .col.large-min-4 {
        min-width: 33.33333%
    }

    .col.large-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.large-prefix-5 {
        margin-left: 41.66667%
    }

    .col.large-suffix-5 {
        margin-right: 41.66667%
    }

    .col.large-min-5 {
        min-width: 41.66667%
    }

    .col.large-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.large-prefix-6 {
        margin-left: 50%
    }

    .col.large-suffix-6 {
        margin-right: 50%
    }

    .col.large-min-6 {
        min-width: 50%
    }

    .col.large-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.large-prefix-7 {
        margin-left: 58.33333%
    }

    .col.large-suffix-7 {
        margin-right: 58.33333%
    }

    .col.large-min-7 {
        min-width: 58.33333%
    }

    .col.large-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.large-prefix-8 {
        margin-left: 66.66667%
    }

    .col.large-suffix-8 {
        margin-right: 66.66667%
    }

    .col.large-min-8 {
        min-width: 66.66667%
    }

    .col.large-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.large-prefix-9 {
        margin-left: 75%
    }

    .col.large-suffix-9 {
        margin-right: 75%
    }

    .col.large-min-9 {
        min-width: 75%
    }

    .col.large-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.large-prefix-10 {
        margin-left: 83.33333%
    }

    .col.large-suffix-10 {
        margin-right: 83.33333%
    }

    .col.large-min-10 {
        min-width: 83.33333%
    }

    .col.large-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.large-prefix-11 {
        margin-left: 91.66667%
    }

    .col.large-suffix-11 {
        margin-right: 91.66667%
    }

    .col.large-min-11 {
        min-width: 91.66667%
    }

    .col.large-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.large-prefix-12 {
        margin-left: 100%
    }

    .col.large-suffix-12 {
        margin-right: 100%
    }

    .col.large-min-12 {
        min-width: 100%
    }

    .col.large-prefix-0 {
        margin-left: 0
    }

    .col.large-suffix-0 {
        margin-right: 0
    }

    .col.large {
        flex-basis: 0
    }

    .col.large-first {
        order: -1
    }

    .col.large-last {
        order: 1
    }

    .col.large-unset {
        order: 0
    }
}

@media (min-width: 75em) {
    .row.giant-start {
        justify-content: flex-start
    }

    .row.giant-center {
        justify-content: center
    }

    .row.giant-end {
        justify-content: flex-end
    }

    .row.giant-top {
        align-items: flex-start
    }

    .row.giant-middle {
        align-items: center
    }

    .row.giant-baseline {
        align-items: baseline
    }

    .row.giant-bottom {
        align-items: flex-end
    }

    .row.giant-stretch {
        align-items: stretch
    }

    .row.giant-between {
        justify-content: space-between
    }

    .row.giant-around {
        justify-content: space-around
    }

    .row.giant-reverse {
        flex-direction: row-reverse
    }

    .row.giant-forward {
        flex-direction: row
    }

    .col.giant-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.giant-prefix-1 {
        margin-left: 8.33333%
    }

    .col.giant-suffix-1 {
        margin-right: 8.33333%
    }

    .col.giant-min-1 {
        min-width: 8.33333%
    }

    .col.giant-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.giant-prefix-2 {
        margin-left: 16.66667%
    }

    .col.giant-suffix-2 {
        margin-right: 16.66667%
    }

    .col.giant-min-2 {
        min-width: 16.66667%
    }

    .col.giant-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.giant-prefix-3 {
        margin-left: 25%
    }

    .col.giant-suffix-3 {
        margin-right: 25%
    }

    .col.giant-min-3 {
        min-width: 25%
    }

    .col.giant-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.giant-prefix-4 {
        margin-left: 33.33333%
    }

    .col.giant-suffix-4 {
        margin-right: 33.33333%
    }

    .col.giant-min-4 {
        min-width: 33.33333%
    }

    .col.giant-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.giant-prefix-5 {
        margin-left: 41.66667%
    }

    .col.giant-suffix-5 {
        margin-right: 41.66667%
    }

    .col.giant-min-5 {
        min-width: 41.66667%
    }

    .col.giant-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.giant-prefix-6 {
        margin-left: 50%
    }

    .col.giant-suffix-6 {
        margin-right: 50%
    }

    .col.giant-min-6 {
        min-width: 50%
    }

    .col.giant-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.giant-prefix-7 {
        margin-left: 58.33333%
    }

    .col.giant-suffix-7 {
        margin-right: 58.33333%
    }

    .col.giant-min-7 {
        min-width: 58.33333%
    }

    .col.giant-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.giant-prefix-8 {
        margin-left: 66.66667%
    }

    .col.giant-suffix-8 {
        margin-right: 66.66667%
    }

    .col.giant-min-8 {
        min-width: 66.66667%
    }

    .col.giant-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.giant-prefix-9 {
        margin-left: 75%
    }

    .col.giant-suffix-9 {
        margin-right: 75%
    }

    .col.giant-min-9 {
        min-width: 75%
    }

    .col.giant-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.giant-prefix-10 {
        margin-left: 83.33333%
    }

    .col.giant-suffix-10 {
        margin-right: 83.33333%
    }

    .col.giant-min-10 {
        min-width: 83.33333%
    }

    .col.giant-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.giant-prefix-11 {
        margin-left: 91.66667%
    }

    .col.giant-suffix-11 {
        margin-right: 91.66667%
    }

    .col.giant-min-11 {
        min-width: 91.66667%
    }

    .col.giant-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.giant-prefix-12 {
        margin-left: 100%
    }

    .col.giant-suffix-12 {
        margin-right: 100%
    }

    .col.giant-min-12 {
        min-width: 100%
    }

    .col.giant-prefix-0 {
        margin-left: 0
    }

    .col.giant-suffix-0 {
        margin-right: 0
    }

    .col.giant {
        flex-basis: 0
    }

    .col.giant-first {
        order: -1
    }

    .col.giant-last {
        order: 1
    }

    .col.giant-unset {
        order: 0
    }
}

@media (min-width: 95em) {
    .row.huge-start {
        justify-content: flex-start
    }

    .row.huge-center {
        justify-content: center
    }

    .row.huge-end {
        justify-content: flex-end
    }

    .row.huge-top {
        align-items: flex-start
    }

    .row.huge-middle {
        align-items: center
    }

    .row.huge-baseline {
        align-items: baseline
    }

    .row.huge-bottom {
        align-items: flex-end
    }

    .row.huge-stretch {
        align-items: stretch
    }

    .row.huge-between {
        justify-content: space-between
    }

    .row.huge-around {
        justify-content: space-around
    }

    .row.huge-reverse {
        flex-direction: row-reverse
    }

    .row.huge-forward {
        flex-direction: row
    }

    .col.huge-1 {
        max-width: 8.33333%;
        flex-basis: 8.33333%
    }

    .col.huge-prefix-1 {
        margin-left: 8.33333%
    }

    .col.huge-suffix-1 {
        margin-right: 8.33333%
    }

    .col.huge-min-1 {
        min-width: 8.33333%
    }

    .col.huge-2 {
        max-width: 16.66667%;
        flex-basis: 16.66667%
    }

    .col.huge-prefix-2 {
        margin-left: 16.66667%
    }

    .col.huge-suffix-2 {
        margin-right: 16.66667%
    }

    .col.huge-min-2 {
        min-width: 16.66667%
    }

    .col.huge-3 {
        max-width: 25%;
        flex-basis: 25%
    }

    .col.huge-prefix-3 {
        margin-left: 25%
    }

    .col.huge-suffix-3 {
        margin-right: 25%
    }

    .col.huge-min-3 {
        min-width: 25%
    }

    .col.huge-4 {
        max-width: 33.33333%;
        flex-basis: 33.33333%
    }

    .col.huge-prefix-4 {
        margin-left: 33.33333%
    }

    .col.huge-suffix-4 {
        margin-right: 33.33333%
    }

    .col.huge-min-4 {
        min-width: 33.33333%
    }

    .col.huge-5 {
        max-width: 41.66667%;
        flex-basis: 41.66667%
    }

    .col.huge-prefix-5 {
        margin-left: 41.66667%
    }

    .col.huge-suffix-5 {
        margin-right: 41.66667%
    }

    .col.huge-min-5 {
        min-width: 41.66667%
    }

    .col.huge-6 {
        max-width: 50%;
        flex-basis: 50%
    }

    .col.huge-prefix-6 {
        margin-left: 50%
    }

    .col.huge-suffix-6 {
        margin-right: 50%
    }

    .col.huge-min-6 {
        min-width: 50%
    }

    .col.huge-7 {
        max-width: 58.33333%;
        flex-basis: 58.33333%
    }

    .col.huge-prefix-7 {
        margin-left: 58.33333%
    }

    .col.huge-suffix-7 {
        margin-right: 58.33333%
    }

    .col.huge-min-7 {
        min-width: 58.33333%
    }

    .col.huge-8 {
        max-width: 66.66667%;
        flex-basis: 66.66667%
    }

    .col.huge-prefix-8 {
        margin-left: 66.66667%
    }

    .col.huge-suffix-8 {
        margin-right: 66.66667%
    }

    .col.huge-min-8 {
        min-width: 66.66667%
    }

    .col.huge-9 {
        max-width: 75%;
        flex-basis: 75%
    }

    .col.huge-prefix-9 {
        margin-left: 75%
    }

    .col.huge-suffix-9 {
        margin-right: 75%
    }

    .col.huge-min-9 {
        min-width: 75%
    }

    .col.huge-10 {
        max-width: 83.33333%;
        flex-basis: 83.33333%
    }

    .col.huge-prefix-10 {
        margin-left: 83.33333%
    }

    .col.huge-suffix-10 {
        margin-right: 83.33333%
    }

    .col.huge-min-10 {
        min-width: 83.33333%
    }

    .col.huge-11 {
        max-width: 91.66667%;
        flex-basis: 91.66667%
    }

    .col.huge-prefix-11 {
        margin-left: 91.66667%
    }

    .col.huge-suffix-11 {
        margin-right: 91.66667%
    }

    .col.huge-min-11 {
        min-width: 91.66667%
    }

    .col.huge-12 {
        max-width: 100%;
        flex-basis: 100%
    }

    .col.huge-prefix-12 {
        margin-left: 100%
    }

    .col.huge-suffix-12 {
        margin-right: 100%
    }

    .col.huge-min-12 {
        min-width: 100%
    }

    .col.huge-prefix-0 {
        margin-left: 0
    }

    .col.huge-suffix-0 {
        margin-right: 0
    }

    .col.huge {
        flex-basis: 0
    }

    .col.huge-first {
        order: -1
    }

    .col.huge-last {
        order: 1
    }

    .col.huge-unset {
        order: 0
    }
}

.fa-default,
.accHandler:before,
.backToTop:before,
noscript label:before,
.informatizer:before,
ul.styled-list li:before,
main ul li:before,
.mobile-bar li label[for="navi-toggled"]:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-default,
.accHandler:before,
.backToTop:before,
noscript label:before,
.informatizer:before,
ul.styled-list li:before,
main ul li:before,
.mobile-bar li label[for="navi-toggled"]:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
noscript input#noticebar:checked~label:before,
#navi-toggled:checked~* label[for="navi-toggled"]:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before,
.lightcase-icon-close:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before,
.informatizer:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before,
.accHandler:before {
    content: "\f067"
}

.fa-minus:before,
.accHandler.active:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
noscript label:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before,
.backToTop:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before,
ul.styled-list li:before,
main ul li:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.mobile-bar li label[for="navi-toggled"]:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before,
.lightcase-icon-spin:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before,
.lightcase-icon-prev:before {
    content: "\f137"
}

.fa-chevron-circle-right:before,
.lightcase-icon-next:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before,
.lightcase-icon-play:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before,
.lightcase-icon-pause:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.blogNavCategories {
    margin-bottom: 36px
}

.blogNavCategories a {
    margin-right: 18px;
    margin-bottom: 18px
}

.blogNavCategories a.active {
    background: #d80000;
    color: #273a59
}

.blogOverviewItem {
    position: relative;
    text-align: left
}

.blogOverviewItem .categories {
    text-transform: uppercase;
    font-size: .75rem
}

.blogOverviewItem .categories a {
    text-decoration: none;
    position: relative
}

.blogOverviewItem .categories a:after {
    position: absolute;
    height: .125rem;
    width: 100%;
    content: "";
    display: inline;
    left: 0;
    bottom: -3px;
    background: #f0f0f0
}

.blogOverviewItem .categories .divider {
    color: #d80000
}

.blogOverviewItem .title {
    text-decoration: none;
    font-size: 19px;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 9px
}

.blogOverviewItem time {
    font-size: .75rem
}

.blogOverviewItem footer hr {
    margin: 18px 0
}

article.blog {
    text-align: left
}

article.blog time {
    display: block
}

[class*='lightcase-icon-']:before {
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

@media screen and (min-width: 50em) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: rgba(41, 41, 41, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden
    }
}

@media screen and (min-width: 50em) {

    #lightcase-case[data-lc-type=image] #lightcase-content,
    #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: rgba(41, 41, 41, 0.5)
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner,
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner>*:not(iframe) {
        height: auto !important;
        max-height: none !important
    }
}

@media screen and (max-width: 49.9em) {
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width: 49.9em) and (min-width: 50em) {

    [data-lc-type=image] #lightcase-content .lightcase-contentInner,
    [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75
    }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

#lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    background-color: #fff
}

@media screen and (min-width: 50em) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
}

#lightcase-content .lightcase-contentInner .lightcase-inlineWrap div {
    padding-bottom: 0.1em
}

@media screen and (max-width: 49.9em) {
    #lightcase-content * {
        color: #fff
    }
}

@media screen and (min-width: 50em) {
    #lightcase-content * {
        color: #292929
    }
}

#lightcase-content img {
    width: auto
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa
}

@media screen and (max-width: 49.9em) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }
}

@media screen and (min-width: 50em) {
    #lightcase-case p.lightcase-error {
        padding: 0
    }
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

@media screen and (max-width: 49.9em) {
    .lightcase-open body {
        padding: 55px 0 70px 0
    }

    .lightcase-open body>*:not([id*='lightcase-']) {
        position: fixed !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important
    }
}

#lightcase-info {
    position: absolute;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    right: 0
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 1rem;
    color: #fff
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: .8125rem;
    color: rgba(255, 255, 255, 0.8)
}

#lightcase-info #lightcase-caption:not(:empty) {
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    padding-left: 10px;
    margin-top: 10px
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: .8125rem;
    color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 15px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: rgba(41, 41, 41, 0.8)
}

@media screen and (max-width: 49.9em) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #ccc;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: color, opacity, ease-in-out 0.25s
}

#lightcase-loading>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-loading:hover {
    color: #fff
}

#lightcase-nav a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer
}

#lightcase-nav a[class*='lightcase-icon-'],
#lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: #ccc;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: color, opacity, ease-in-out 0.25s
}

#lightcase-nav a[class*='lightcase-icon-']>span {
    display: inline-block;
    text-indent: -9999px
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #fff
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em
}

@media screen and (min-width: 50em) {

    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause,
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0
    }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none
}

@media screen and (max-width: 49.9em) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute
    }
}

@media screen and (min-width: 50em) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed
    }
}

@media screen and (max-width: 49.9em) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px
    }
}

@media screen and (min-width: 50em) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -0.5em
    }

    #lightcase-nav a[class*='lightcase-icon-']:hover,
    #lightcase-case:hover~#lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: rgba(41, 41, 41, 0.8)
}

@media screen and (max-width: 49.9em) {
    #lightcase-overlay {
        opacity: 1 !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    visibility: visible !important
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 18.75rem;
    overflow: hidden
}

@media (min-width: 50em) {
    .slider-container {
        height: 34.8125rem
    }

    .slider-container:before {
        content: '';
        width: 100rem;
        height: 93.75rem;
        display: block;
        position: absolute;
        left: -73.75rem;
        top: -18.75rem;
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
        background: rgba(39, 58, 89, 0.83);
        background-size: cover;
        z-index: 2
    }
}

@media (min-width: 75em) {
    .slider-container {
        height: 41.0625rem
    }

    .slider-container:before {
        left: 50%;
        top: -18.75rem;
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg);
        margin-left: -100rem
    }
}

@media (min-width: 95em) {
    .slider-container:before {
        left: 50%;
        top: -18.75rem;
        margin-left: -89.5rem
    }
}

.slider-container .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.slider-container .slider .slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    visibility: hidden
}

.slider-container .slider .slide#first-slide {
    display: block;
    visibility: visible
}

@media (min-width: 50em) {
    .slider-container .slider .slide {
        display: block
    }
}

.nojs .slider-container .slider .slide {
    display: none
}

.nojs .slider-container .slider #first-slide {
    display: block
}

.slider-container .slider #first-slide {
    background: url("../images/one-m.jpg") center no-repeat;
    background-size: cover;
    z-index: 1
}


@media (min-width: 50em) {
    .slider-container .slider #first-slide {
        background: url("../images/transportation-ocean.jpg") center center no-repeat;
        background-size: cover
    }
	
	
}

@media (min-width: 75em) {
    .slider-container .slider #first-slide {
        background: url("../images/kongyunone.jpg") center center no-repeat;
        background-size: cover
    }
	
  .mbbanner{display:none;}
  
}

.slider-container .slider #second-slide {
    background: url("../images/transportation-ground.jpg") center center no-repeat;
    background-size: cover
}

@media (min-width: 75em) {
    .slider-container .slider #second-slide {
        background: url("../images/kongyuntwo.jpg") center center no-repeat;
        background-size: cover
    }
}

.slider-container .slider #third-slide {
    background: url("../images/transportation-air.jpg") center center no-repeat;
    background-size: cover
}

@media (min-width: 75em) {
    .slider-container .slider #third-slide {
        background: url("../images/kongyunthree.jpg") center center no-repeat;
        background-size: cover
    }
}

.slider-container .slider #fourth-slide {
    background: url("../images/transportation-warehousing.jpg") center center no-repeat;
    background-size: cover
}

@media (min-width: 75em) {
    .slider-container .slider #fourth-slide {
        background: url("../images/transportation-ground.jpg") center center no-repeat;
        background-size: cover
    }
}

@media (max-width: 49.9375em) {
    .slider-container #claim {
        display: none
    }
	.banner{display:none;}
	.slider-container{display:none;}
	.content{margin-top:-60px;}
}

@media (min-width: 50em) {
    .slider-container #claim {
        position: relative;
        z-index: 4;
        display: block;
        color: #fff;
        width: 33.333%;
        max-width: 15.625rem;
        padding-top: 2.5rem;	
    }
	
	.mbbanner{display:none;}
}

@media (min-width: 75em) {
    .slider-container #claim {
        padding-top: 8.75rem;
        width: 32.1875rem;
        max-width: 100%
    }

    .slider-container #claim p {
        line-height: 1.625rem;
        width: 90%
    }
}

@media (min-width: 95em) {
    .slider-container #claim {
        width: 39.0625rem
    }
}

.slider-container .headline {
    display: block;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 1.5625rem;
    line-height: 1.25em;
    margin-bottom: 1.875rem;
    text-transform: uppercase
}

@media (min-width: 75em) {
    .slider-container .headline {
        font-size: 2.1875rem;
        letter-spacing: .5px;
        word-spacing: 1.1px;
        line-height: 1.5em;
        margin-bottom: 3.375rem
    }
}

.slider-container .headline span {
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1em;
    text-transform: none
}

@media (min-width: 75em) {
    .slider-container .headline span {
        font-size: 1.8125rem;
        letter-spacing: 0;
        word-spacing: 0
    }
}

@media (max-width: 49.9375em) {
    .slider-container .buttons {
        display: none
    }
}

@media (min-width: 50em) {
    .slider-container .buttons {
        display: flex;
        padding-top: 1.75rem;
        position: relative;
        z-index: 4
    }

    .slider-container .buttons li:not(:first-child) {
        padding-left: 1.625rem
    }
}

.accHandler {
    cursor: pointer;
    padding: .4375rem 1.125rem;
    background: #f0f0f0;
    position: relative
}

.accHandler:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.125rem;
    font-size: 1rem;
    transition: all 300ms ease-in-out
}

.backToTop {
    background: #7a2022;
    color: #fff;
    text-decoration: none !important;
    position: fixed;
    bottom: 5.625rem;
    right: 1%;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 2.8125rem;
    opacity: .9;
    width: 2.8125rem;
    z-index: 890;
    transition: background .2s ease-in-out;
    border-radius: 100%;
    border-bottom-right-radius: 0
}

.backToTop:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0
}

.backToTop:hover,
.backToTop:active,
.backToTop:focus {
    color: #fff;
    background: #923133
}

noscript {
    margin-top: 60px;
    display: block
}

noscript input#noticebar {
    display: none
}

noscript input#noticebar:checked~div {
    opacity: 1;
    visibility: visible
}

noscript input#noticebar:checked~label {
    background: #fff;
    color: #d80000
}

noscript label {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    background: #d80000;
    bottom: .625rem;
    color: #fff;
    font-size: 1.5625rem;
    height: 2.8125rem;
    opacity: .9;
    position: fixed;
    right: .625rem;
    text-decoration: none;
    width: 2.8125rem;
    z-index: 910
}

noscript label:before {
    display: inline-block;
    left: 50%;
    position: absolute;
    text-indent: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

noscript label:hover {
    cursor: pointer;
    background: #bf0000
}

noscript label+div {
    opacity: 0;
    visibility: hidden;
    height: 100vh
}

noscript label+div,
.noticeBar {
    background: #d80000;
    color: #fff;
    display: flex;
    justify-content: space-around;
    left: 0;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 0;
    transition: 0.3s;
    width: 100%;
    z-index: 900 !important
}

noscript label+div span,
.noticeBar span {
    align-self: center;
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: 0
}

noscript label+div a,
.noticeBar a {
    color: #fff
}

noscript label+div a:hover,
.noticeBar a:hover {
    color: #fff;
    text-decoration: none
}

noscript div:first-child {
    display: none
}

.breadcrumb li {
    list-style: none;
    float: left
}

.breadcrumb li:before {
    content: ">";
    padding: 0 1rem
}

.breadcrumb li:first-child:before {
    content: "";
    padding: 0
}

#log_container pre,
#log_container .checkupXYZ {
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    padding: 1%
}

#log_container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    color: #292929;
    background: #f2f2f2;
    padding: 2%;
    transition: all 500ms ease-in-out;
    box-shadow: inset 0 0 .0625rem .0625rem rgba(216, 0, 0, 0.5);
    z-index: 99999999
}

#log_container:target {
    top: 0
}

#log_container.show {
    top: 0
}

#log_container ul {
    list-style: inside square
}

#log_container ul ul {
    margin-left: 2rem
}

#log_container ul h3 {
    display: inline-block
}

#log_container ul li {
    padding: 0.5rem 0;
    border-bottom: .0625rem solid #f2f2f2
}

#log_container ul li:last-child {
    border: none
}

#log_container h1 {
    text-align: center;
    padding-top: 2rem
}

#log_container h2 {
    padding-bottom: 0.5rem;
    border-bottom: .0625rem solid #f0f0f0;
    text-align: center;
    font-weight: normal;
    margin-top: 4rem
}

#log_container h3 {
    font-weight: normal
}

#log_container .checkup_pages li {
    padding: 1rem
}

#log_container .checkup_pages .sub {
    margin-left: 2rem
}

#log_container>p {
    margin-bottom: 4rem
}

.checkup_pages>li:nth-child(odd) {
    background: #F4F4F4
}

.checkupXYZ {
    width: 960px;
    margin: 0 auto;
    resize: horizontal
}

.informatizer {
    background: #8DD45C;
    padding: 1%;
    position: fixed;
    top: 2%;
    right: 2%;
    display: block;
    color: #fff;
    transition: all 500ms ease-in-out;
    text-decoration: none
}

.informatizer:before {
    margin-right: 1rem;
    font-size: 1.5em;
    line-height: 1rem
}

.informatizer a {
    color: #fff
}

* {
    margin: 0;
    padding: 0
}

*,
*:before,
*:after {
    box-sizing: inherit
}

::-moz-selection {
    color: #fff;
    background: #37517c
}

::selection {
    color: #fff;
    background: #37517c
}

::-moz-selection {
    color: #fff;
    background: #37517c
}

html {
    background: #fff;
    box-sizing: border-box;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    line-height: 1.5rem;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

body {
    line-height: 1.5rem
}

body.the-customer-page #log_hider {
    display: none
}

body.ie-8 #pageloader:after {
    display: none
}

iframe {
    border: none;
    width: 100%
}

p,
ol,
dl,
.margin-bottom,
ul.styled-list,
main ul,
table,
.lightbox-image,
form.default label[for="Zustimmung"] {
    margin-bottom: 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
    display: block;
    text-rendering: optimizeLegibility;
    color: #923133;
    font-weight: 700
}

h1,
.h1 {
    font-family: "Lato", sans-serif;
    font-size: 1.625rem;
    line-height: 1em;
    letter-spacing: .8px;
    word-spacing: 1.1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.125rem;
    position: relative;
    padding-bottom: 1.5rem
}

h1:before,
.h1:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #e3e3e3;
    position: absolute;
    top: 100%;
    left: 0
}

@media (min-width: 50em) {

    h1,
    .h1 {
        font-size: 2.1875rem;
        line-height: 1.2em;
        margin-bottom: 4rem
    }
}

h1 span,
.h1 span {
    display: block;
    color: #666;
    text-transform: none;
    font-weight: 300;
    font-size: 1.1875rem;
    letter-spacing: 0;
    word-spacing: 0
}

@media (min-width: 50em) {

    h1 span,
    .h1 span {
        font-size: 1.5625rem
    }
}

h2,
.h2 {
    font-size: 1.1875rem;
    line-height: 1.3em
}

h3,
.h3 {
    font-size: 1.0625rem
}

h4,
.h4 {
    font-size: 1.0625rem
}

h5,
.h5 {
    font-size: 1.0625rem
}

h6,
.h6 {
    font-size: 1rem
}

a {
    color: #923133;
    text-decoration: none;
    transition: color .2s ease-in-out
}

a:focus,
a:hover,
a:active {
    color: #923133;
    text-decoration: underline
}

a img {
    border: none
}

a[href$=".pdf"] {
    color: #666
}

a[href$=".pdf"]:hover,
a[href$=".pdf"]:focus {
    color: #923133
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

hr {
    background: #f0f0f0;
    border: none;
    clear: both;
    height: .0625rem;
    margin: 1rem 0;
    flex-basis: 100%
}

.col.mar-bot {
    margin-bottom: 3.5rem
}

ul {
    list-style: none
}

ul.styled-list li,
main ul li {
    padding-left: 1.5625rem;
    padding-top: 1.125rem;
    padding-bottom: 1.0625rem;
    position: relative
}

ul.styled-list li:before,
main ul li:before {
    text-indent: -1.5625rem;
    font-size: .9375rem;
    color: #923133
}

ul.styled-list li:not(:first-child),
main ul li:not(:first-child) {
    line-height: 1.875rem;
    padding-top: .75rem;
    padding-bottom: .375rem
}

ul.styled-list ul,
main ul ul {
    margin-left: 1rem;
    margin-bottom: 0
}

ul.unstyled-list {
    margin-bottom: 0
}

ul.unstyled-list li {
    padding: 0
}

ul.unstyled-list li:before,
ul.unstyled-list li:after {
    display: none !important
}

ul.unstyled-list li:not(:first-child) {
    line-height: 1.5rem;
    padding: 0
}

ul.files {
    margin-bottom: 2.5rem
}

ul.files li {
    padding: .5625rem 1.125rem
}

ul.files li:not(:first-child) {
    padding: .5625rem 1.125rem
}

dl.styled-list,
main dl {
    zoom: 1
}

dl.styled-list:after,
main dl:after {
    content: "";
    display: table;
    clear: both
}

dl.styled-list dt,
main dl dt,
dl.styled-list dd,
main dl dd {
    display: block;
    background: rgba(240, 240, 240, 0.1);
    padding: .9375rem
}

dl.styled-list dt,
main dl dt {
    padding-bottom: 0;
    font-weight: 700
}

dl.styled-list dd,
main dl dd {
    padding-top: 0
}

dl.styled-list dd:not(:last-child),
main dl dd:not(:last-child) {
    margin-bottom: .625rem
}

dl.float-list {
    zoom: 1
}

dl.float-list:after {
    content: "";
    display: table;
    clear: both
}

dl.float-list dt,
dl.float-list dd {
    display: block;
    vertical-align: top;
    float: left
}

dl.float-list dt {
    padding-right: .5rem;
    width: 40%;
    clear: left
}

dl.float-list dd {
    width: 60%
}

ol {
    list-style-type: none;
    counter-reset: item
}

ol li {
    padding-top: .3rem;
    padding-bottom: .3rem;
    display: table;
    counter-increment: item
}

ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.3em
}

ol ol {
    margin-bottom: 0
}

ol ol li:before {
    content: counters(item, ".") " "
}

img {
    vertical-align: bottom;
    float: none;
    height: auto;
    max-width: 100%;
    width: 100%;
   /* margin-bottom: 2em*/
}

img[src^='http://cms.'] {
    max-width: none;
    width: auto
}

[data-rel] img,
.lightbox-image img {
    margin-bottom: 0
}

table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 1rem
}

@media (max-width: 39.9375em) {
    table {
        overflow-x: auto;
        display: block
    }
}

table caption {
    text-align: left;
    padding: 1.125rem 1.125rem 1.5625rem;
    display: table-caption;
    font-weight: 700;
    font-size: 1.2rem
}

table thead {
    border-collapse: collapse;
    display: table-header-group
}

table tbody {
    width: 100%;
    overflow-x: scroll;
    display: table-row-group
}

table tbody tr {
    padding: 1.125rem 0
}

table tbody tr:not(:last-child) {
    border-bottom: .0625rem solid #f0f0f0
}

table tr {
    display: table-row
}

table th,
table td {
    padding: 1.125rem;
    display: table-cell;
    vertical-align: top
}

@media (max-width: 39.9375em) {
    table td {
        min-width: 50vw
    }
}

address {
    font-style: normal
}

strong {
    font-weight: 700
}

.highlight {
    color: #d80000
}

.btn {
    background: #923133;
    border: none;
    border-radius: .375rem;
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: .25px;
    padding: .625rem 5.1875rem .625rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: 200ms background ease-in-out, 200ms color ease-in-out;
    position: relative
}

@media (min-width: 75em) {
    .btn {
        padding: 1.0625rem 5.1875rem 1.0625rem 1.5rem
    }
}

.btn:before {
    content: '\f105';
    font-family: "FontAwesome";
    color: #fff;
    font-size: 1.3125rem;
    display: inline-block;
    width: 3.625rem;
    height: 100%;
    background: #7a2022;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    transition: 200ms background ease-in-out, 200ms color ease-in-out;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #dfdfdf;
    color: #292929;
    text-decoration: none
}

.btn:hover:before,
.btn:active:before,
.btn:focus:before {
    background: #292929;
    color: #fff
}

.btn *[class^="icon"] {
    margin-left: .5rem;
    vertical-align: middle
}

.headline-s {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.25em;
    margin-bottom: 2.8125rem
}

@media (min-width: 75em) {
    .headline-s {
        font-size: 1.875rem
    }
}

.headline-s span {
    display: block;
    text-transform: none;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0px;
    word-spacing: 0px
}

@media (min-width: 75em) {
    .headline-s span {
        font-size: 1.5625rem
    }
}

.clear {
    clear: both;
    float: none
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.hidden {
    display: none
}

@media (max-width: 39.9375em) {
    .mhide {
        display: none
    }
}

.hide-text {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    overflow: hidden;
    width: 0
}

.float-left {
    float: left
}

img.float-left {
    margin-right: 1rem
}

.float-right {
    float: right
}

img.float-right {
    margin-left: 1rem
}

.fluid {
    height: auto;
    width: 100%
}

.non-fluid {
    width: auto !important
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.wide {
    width: 100%;
    display: block
}

.notification {
    padding: 1em;
    background: #d80000;
    color: #fff;
    font-size: 1.2em
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video-container iframe {
    border: none;
    height: 100%;
    position: absolute;
    width: 100%
}

.lightbox-image {
    display: table;
    position: relative;
    text-decoration: none;
    width: 100%
}

.lightbox-image[href*=qr] {
    width: auto
}

.lightbox-image[href*=qr]:before,
.lightbox-image[href*=qr]:after {
    content: none
}

.lightbox-image:before {
    bottom: 0;
    color: rgba(255, 255, 255, 0.75);
    content: '+';
    display: block;
    font-family: sans-serif;
    font-size: 2rem;
    height: 2em;
    line-height: 1.8;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: .0625rem .0625rem .0625rem rgba(41, 41, 41, 0.8);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 2em;
    z-index: 1
}

.lightbox-image:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.lightbox-image:hover:before,
.lightbox-image:focus:before {
    bottom: 50%;
    font-size: 3rem;
    height: 1.5em;
    line-height: 1.5;
    right: 50%;
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
    width: 1.5em
}

.lightbox-image:hover:after,
.lightbox-image:focus:after {
    opacity: .5
}

body:before {
    width: 99pt;
    content: "default:16px....tiny:30em....small:40em....medium:50em....large:62em....giant:75em....huge:95em";
    display: none !important
}

@media (min-width: 30em) {
    body:before {
        width: 177pt
    }
}

@media (min-width: 40em) {
    body:before {
        width: 261pt
    }
}

@media (min-width: 50em) {
    body:before {
        width: 351pt
    }
}

@media (min-width: 62em) {
    body:before {
        width: 435pt
    }
}

@media (min-width: 75em) {
    body:before {
        width: 519pt
    }
}

@media (min-width: 95em) {
    body:before {
        width: 597pt
    }
}

body.devmode:before,
body.debug:before {
    background: #d80000;
    border-color: #d80000;
    border-style: solid;
    border-width: 0 1.125rem;
    color: #fff;
    display: block !important;
    font-family: Courier;
    font-size: 10pt;
    left: 0;
    line-height: 2.5;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 99999
}

.lightbox-image:before,
.lightbox-image:after {
    transition: 300ms
}

@media (min-width: 75em) {
    .bl {
        position: relative
    }

    .bl:before {
        content: '';
        width: .0625rem;
        display: block;
        position: absolute;
        top: -3.375rem;
        left: -2.8125rem;
        bottom: -2.0625rem;
        background: #fff
    }
}

@media (min-width: 75em) {
    .br {
        position: relative
    }

    .br:after {
        content: '';
        width: .0625rem;
        display: block;
        position: absolute;
        top: -3.375rem;
        right: -2.0625rem;
        bottom: -2.0625rem;
        background: #fff
    }
}

@media (min-width: 75em) {
    .bl-l {
        position: relative
    }

    .bl-l:before {
        content: '';
        width: .0625rem;
        display: block;
        position: absolute;
        top: -3.375rem;
        left: -3.1875rem;
        bottom: -2.0625rem;
        background: #fff
    }
}

.contacts li a,
.topLineContacts li a {
    position: relative;
    padding-left: .3125rem;
    margin-left: .3125rem
}

.contacts li a i,
.topLineContacts li a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    right: 100%
}

@media (max-width: 49.9375em) {
    .page-navi {
        background: #292929;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 3.125rem;
        -webkit-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0);
        transition: .6s;
        width: 24em;
        z-index: 895;
        bottom: 0;
        max-width: 100%
    }
}

@media (min-width: 50em) {
    .page-navi {
        background: #292929;
        height: 3.9375rem;
        padding-top: .625rem;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10
    }

    .cmsbackend .page-navi {
        position: relative;
        top: 4.375rem;
        overflow: hidden
    }
}

@media (max-width: 74.9375em) {
    .page-navi .topLineContacts {
        display: none
    }
}

@media (min-width: 75em) {
    .page-navi nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-navi nav .topLineContacts {
        display: flex;
        flex-grow: 1;
        justify-content: flex-end;
        position: relative
    }

    .page-navi nav .topLineContacts li:not(:first-child) {
        padding-left: 2rem
    }

    .page-navi nav .topLineContacts li {
        color: #fff
    }

    .page-navi nav .topLineContacts li a {
        color: #fff;
        text-decoration: underline
    }

    .page-navi nav .topLineContacts li a:hover,
    .page-navi nav .topLineContacts li a:focus {
        color: #c34c4f;
        text-decoration: underline
    }

    .page-navi nav .topLineContacts li i {
        padding-right: .125rem
    }

    .page-navi nav .topLineContacts:before {
        content: '';
        width: 125rem;
        height: 3.9375rem;
        display: block;
        background: #575757;
        position: absolute;
        top: -1.25rem;
        left: 0;
        z-index: -1
    }
}

.page-navi .navi-main {
    padding: 1.875rem 0
}

@media (min-width: 50em) {
    .page-navi .navi-main {
        padding: .5rem 0 .625rem;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media (min-width: 75em) {
    .page-navi .navi-main {
        /*padding: .625rem 1.1875rem .625rem 0;*/
		padding:.625rem 1.1875rem .625rem .925rem;
    }
}

@media (max-width: 49.9375em) {
    .page-navi .navi-main li {
        padding: .625rem 0 .625rem 1.125rem
    }
}

@media (min-width: 50em) {
    .page-navi .navi-main li {
        padding: 0 .3125rem
    }
}

@media (min-width: 75em) {
    /*.page-navi .navi-main li {
        padding: 0 .625rem
    }*/
	
	 .page-navi .navi-main li {
        padding: 0 1.425rem
    }

    .page-navi .navi-main li:first-child {
        padding-left: 0
    }
}

@media (max-width: 49.9375em) {
    .page-navi .navi-main li+li {
        border-top: 1px solid #e3e3e3
    }
}

@media (min-width: 50em) {
    .page-navi .navi-main li {
        border: none
    }

    .page-navi .navi-main li.privacy-policy {
        display: none
    }
}

.page-navi .navi-main li a,
.page-navi .navi-main li span {
    color: #fff;
    transition: color .2s ease-in-out;
    letter-spacing: .25px;
    text-decoration: none
}

.page-navi .navi-main li a {
    display: block;
    text-decoration: none
}

.page-navi .navi-main li a:hover,
.page-navi .navi-main li a:focus,
.page-navi .navi-main li a.active,
.page-navi .navi-main li a.hovering {
    color: #c34c4f;
    text-decoration: none
}

.page-navi .navi-main>.hasSub {
    position: relative
}

.page-navi .navi-main>.hasSub span {
    cursor: default
}

@media (max-width: 49.9375em) {
    .page-navi .navi-main>.hasSub span {
        font-weight: 700
    }
}

.page-navi .navi-main>.hasSub .sub {
    padding-left: 1.125rem
}

@media (min-width: 50em) {
    .page-navi .navi-main>.hasSub .sub {
        position: absolute;
        top: 100%;
        left: 49.9%;
        -webkit-transform: translateX(-50.1%) translateZ(0) scale(1, 1);
        transform: translateX(-50.1%) translateZ(0) scale(1, 1);
        -webkit-font-smoothing: subpixel-antialiased;
        border-top: 21px solid transparent;
        visibility: hidden;
        padding-left: 0;
        z-index: 2;
        width: 17.5rem
    }

    .iexplore .page-navi .navi-main>.hasSub .sub {
        opacity: 0;
        transition: opacity .4s linear
    }
}

.page-navi .navi-main>.hasSub .sub li {
    border: none;
    padding: .25rem 0
}

@media (min-width: 50em) {
    .page-navi .navi-main>.hasSub .sub li {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(80%) translateZ(0);
        transform: translateY(80%) translateZ(0);
        transition: opacity .2s linear, visibility .2s linear, -webkit-transform .2s linear;
        transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
        transition: transform .2s linear, opacity .2s linear, visibility .2s linear, -webkit-transform .2s linear;
        background: #292929;
        padding: 0
    }

    .iexplore .page-navi .navi-main>.hasSub .sub li {
        transition: none
    }

    .page-navi .navi-main>.hasSub .sub li:before {
        display: none
    }
}

@media (min-width: 75em) {
    .page-navi .navi-main>.hasSub .sub li {
        /*padding: .5rem 1.125rem*/
		padding: .5rem .125rem
    }
}

@media (min-width: 50em) {
    .page-navi .navi-main>.hasSub .sub li+li {
        border-top: 2px solid #fff
    }
}

.page-navi .navi-main>.hasSub .sub li:nth-child(1) {
    transition-delay: 0.8s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(2) {
    transition-delay: 0.4s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(3) {
    transition-delay: 0.26667s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(4) {
    transition-delay: 0.2s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(5) {
    transition-delay: 0.16s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(6) {
    transition-delay: 0.13333s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(7) {
    transition-delay: 0.11429s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(8) {
    transition-delay: 0.1s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(9) {
    transition-delay: 0.08889s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(10) {
    transition-delay: 0.08s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(11) {
    transition-delay: 0.07273s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(12) {
    transition-delay: 0.06667s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(13) {
    transition-delay: 0.06154s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(14) {
    transition-delay: 0.05714s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(15) {
    transition-delay: 0.05333s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(16) {
    transition-delay: 0.05s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(17) {
    transition-delay: 0.04706s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(18) {
    transition-delay: 0.04444s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(19) {
    transition-delay: 0.04211s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

.page-navi .navi-main>.hasSub .sub li:nth-child(20) {
    transition-delay: 0.04s
}

.page-navi .navi-main>.hasSub .sub li:first-child {
    transition-delay: .6s
}

.iexplore .page-navi .navi-main>.hasSub .sub li {
    transition-delay: none !important
}

@media (max-width: 49.9375em) {
    .page-navi .navi-main>.hasSub .sub a {
        padding: .25rem 0 .25rem .9375rem;
        position: relative
    }

    .page-navi .navi-main>.hasSub .sub a:before {
        content: '\f105';
        font-family: "FontAwesome";
        font-size: .875rem;
        position: absolute;
        left: 0;
        top: .125rem
    }
}

@media (min-width: 50em) {
    .page-navi .navi-main>.hasSub .sub a {
        padding: .375rem 1.125rem
    }
}

.page-navi .navi-main>.hasSub .sub a:hover,
.page-navi .navi-main>.hasSub .sub a:focus,
.page-navi .navi-main>.hasSub .sub a.active,
.page-navi .navi-main>.hasSub .sub a.hovering {
    color: #c34c4f
}

@media (min-width: 50em) {
    .page-navi .navi-main>.hasSub .sub span {
        padding: .375rem 1.125rem;
        display: inline-block
    }
}

@media (max-width: 49.9375em) {
    .page-navi .navi-main>.hasSub .sub .hasSub {
        padding-top: 1.125rem
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover>span,
    .page-navi .navi-main>.hasSub .sub .hasSub:focus>span,
    .page-navi .navi-main>.hasSub .sub .hasSub.active>span,
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering>span {
        color: #c34c4f
    }
}

@media (min-width: 50em) {
    .page-navi .navi-main>.hasSub .sub .hasSub .sub {
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 100%;
        visibility: hidden;
        border: 0;
        border-left: 2px solid transparent
    }

    .page-navi .navi-main>.hasSub .sub .hasSub .sub li {
        -webkit-transform: translateX(-30%) translateZ(0);
        transform: translateX(-30%) translateZ(0);
        transition: none
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover>span,
    .page-navi .navi-main>.hasSub .sub .hasSub:focus>span,
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering>span {
        color: #c34c4f
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub,
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub,
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub {
        visibility: visible;
        opacity: 1
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li,
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li,
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s linear, visibility .2s linear, -webkit-transform .2s linear;
        transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
        transition: transform .2s linear, opacity .2s linear, visibility .2s linear, -webkit-transform .2s linear;
        -webkit-transform: translateX(0%) translateZ(0);
        transform: translateX(0%) translateZ(0)
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(1),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(1),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(1) {
        transition-delay: 0.1s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(2),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(2),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(2) {
        transition-delay: 0.2s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(3),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(3),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(3) {
        transition-delay: 0.3s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(4),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(4),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(4) {
        transition-delay: 0.4s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(5),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(5),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(5) {
        transition-delay: 0.5s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(6),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(6),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(6) {
        transition-delay: 0.6s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(7),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(7),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(7) {
        transition-delay: 0.7s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(8),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(8),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(8) {
        transition-delay: 0.8s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(9),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(9),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(9) {
        transition-delay: 0.9s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(10),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(10),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(10) {
        transition-delay: 1s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(11),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(11),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(11) {
        transition-delay: 1.1s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(12),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(12),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(12) {
        transition-delay: 1.2s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(13),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(13),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(13) {
        transition-delay: 1.3s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(14),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(14),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(14) {
        transition-delay: 1.4s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(15),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(15),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(15) {
        transition-delay: 1.5s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(16),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(16),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(16) {
        transition-delay: 1.6s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(17),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(17),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(17) {
        transition-delay: 1.7s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(18),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(18),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(18) {
        transition-delay: 1.8s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(19),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(19),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(19) {
        transition-delay: 1.9s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub:hover .sub li:nth-child(20),
    .page-navi .navi-main>.hasSub .sub .hasSub:focus .sub li:nth-child(20),
    .page-navi .navi-main>.hasSub .sub .hasSub.hovering .sub li:nth-child(20) {
        transition-delay: 2s
    }

    .page-navi .navi-main>.hasSub .sub .hasSub.active>span {
        color: #c34c4f
    }
}

.page-navi .navi-main>.hasSub:hover>span,
.page-navi .navi-main>.hasSub:focus>span,
.page-navi .navi-main>.hasSub.hovering>span {
    color: #c34c4f
}

@media (min-width: 50em) {

    .page-navi .navi-main>.hasSub:hover>.sub,
    .page-navi .navi-main>.hasSub:focus>.sub,
    .page-navi .navi-main>.hasSub.hovering>.sub {
        visibility: visible;
        opacity: 1
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li,
    .page-navi .navi-main>.hasSub:focus>.sub>li,
    .page-navi .navi-main>.hasSub.hovering>.sub>li {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0)
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(1),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(1),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(1) {
        transition-delay: 0.1s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(2),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(2),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(2) {
        transition-delay: 0.2s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(3),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(3),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(3) {
        transition-delay: 0.3s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(4),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(4),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(4) {
        transition-delay: 0.4s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(5),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(5),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(5) {
        transition-delay: 0.5s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(6),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(6),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(6) {
        transition-delay: 0.6s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(7),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(7),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(7) {
        transition-delay: 0.7s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(8),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(8),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(8) {
        transition-delay: 0.8s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(9),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(9),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(9) {
        transition-delay: 0.9s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(10),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(10),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(10) {
        transition-delay: 1s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(11),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(11),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(11) {
        transition-delay: 1.1s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(12),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(12),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(12) {
        transition-delay: 1.2s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(13),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(13),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(13) {
        transition-delay: 1.3s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(14),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(14),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(14) {
        transition-delay: 1.4s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(15),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(15),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(15) {
        transition-delay: 1.5s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(16),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(16),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(16) {
        transition-delay: 1.6s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(17),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(17),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(17) {
        transition-delay: 1.7s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(18),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(18),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(18) {
        transition-delay: 1.8s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(19),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(19),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(19) {
        transition-delay: 1.9s
    }

    .page-navi .navi-main>.hasSub:hover>.sub>li:nth-child(20),
    .page-navi .navi-main>.hasSub:focus>.sub>li:nth-child(20),
    .page-navi .navi-main>.hasSub.hovering>.sub>li:nth-child(20) {
        transition-delay: 2s
    }
}

.page-navi .navi-main>.hasSub.active>span {
    color: #c34c4f
}

.footer-nav {
    background: #292929
}

.footer-nav .navi-add {
    display: flex;
    justify-content: flex-start;
    height: 3.125rem;
    align-items: center;
    margin-bottom: 60px
}

@media (min-width: 30em) {
    .footer-nav .navi-add {
        margin-bottom: 0
    }
}

@media (min-width: 75em) {
    .footer-nav .navi-add {
        height: 4.875rem
    }
}

.footer-nav .navi-add li:not(:first-child) {
    padding-left: 1.5rem
}

.footer-nav .navi-add a {
    color: #fff
}

.footer-nav .navi-add a:hover,
.footer-nav .navi-add a:focus,
.footer-nav .navi-add a.active {
    text-decoration: none;
    color: #c34c4f
}

.mobile-bar {
    align-items: center;
    background: #292929;
    color: #fff;
    display: flex;
    height: 3.125rem;
    justify-content: stretch;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 894
}

.mobile-bar li {
    display: flex;
    padding-left: 1.125rem
}

@media (max-width: 39.9375em) {
    .mobile-bar li {
        flex-basis: 26%
    }
}

.mobile-bar li:first-child {
    padding-left: 1.125rem
}

.mobile-bar li:last-child {
    flex-grow: 1;
    justify-content: flex-end;
    justify-self: flex-end;
    padding-right: 1.125rem
}

@media (max-width: 39.9375em) {
    .mobile-bar li+li {
        padding: 0 .375rem
    }
}

.mobile-bar li label[for="navi-toggled"] {
    flex-direction: row-reverse;
    font-size: 1.125rem
}

.mobile-bar li label[for="navi-toggled"]:before {
    margin-right: .625rem
}

.mobile-bar li label[for="navi-toggled"]:after {
    background: rgba(41, 41, 41, 0.8);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 3.125rem;
    transition: opacity .6s, visibility .6s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

@media (min-width: 50em) {
    .mobile-bar {
        display: none
    }
}

.mobile-bar a {
    text-decoration: none;
    color: #fff
}

@media (max-width: 39.9375em) {

    .mobile-bar .email,
    .mobile-bar .phone {
        width: 100%;
        height: 3.125rem;
        text-align: center;
        padding: .625rem;
        background: #4668a0
    }
}

#navi-toggled {
    display: none
}

#navi-toggled:checked~* label[for="navi-toggled"]:after {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

#navi-toggled:checked~* .page-navi,
#navi-toggled:checked~.page-navi {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0)
}

.page-wrap {
    padding-top: 3.125rem;
    overflow: hidden
}

@media (min-width: 50em) {
    .page-wrap {
        padding-top: 3.9375rem
    }
}

.branding {
    display: block;
    max-width: 15.625rem;
    margin: 0 auto
}

@media (min-width: 75em) {
    .branding {
        max-width: 100%
    }
}

.header {
    background: #fff;
    position: relative;
    width: 100%
}

.header .top-container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

@media (max-width: 49.9375em) {
    .header .top-container .links {
        display: none
    }
}

@media (min-width: 50em) {
    .header .top-container {
        display: flex
    }

    .header .top-container .links {
        flex-grow: 1;
        padding-left: 1.125rem
    }

    .header .top-container .contacts,
    .header .top-container .buttons {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .header .top-container .contacts li+li {
        margin-bottom: 1.875rem;
        padding-left: 2.25rem
    }

    .header .top-container .contacts a {
        color: #292929;
        text-decoration: underline
    }

    .header .top-container .contacts a.phone {
        text-decoration: none
    }

    .header .top-container .contacts a:hover,
    .header .top-container .contacts a:focus {
        color: #923133;
        text-decoration: underline
    }

    .header .top-container .buttons li {
        padding-left: 1.75rem
    }

    .header .top-container .buttons .languageNavigation {
        padding-left: 1.75rem
    }
}

@media (min-width: 50em) and (max-width: 1050px) {
    .header .top-container .buttons .languageNavigation {
        margin-top: 1rem
    }
}

@media (min-width: 50em) and (min-width: 800px) {
    .header .top-container .buttons li.quote {
        margin-top: 1rem
    }
}

@media (min-width: 50em) and (min-width: 822px) {
    .header .top-container .buttons li.quote {
        margin-top: 0
    }
}

@media (min-width: 75em) {
    .header .top-container {
        padding-top: 1.8125rem;
        padding-bottom: 1.8125rem;
        align-items: center
    }

    .header .top-container .links .contacts {
        display: none
    }
}

.header .claim {
    display: none
}

@media (min-width: 50em) {
    .header .claim {
        display: block;
        position: relative;
        z-index: 3;
        padding-top: 5rem
    }
}

@media (min-width: 75em) {
    .header .claim {
        padding-top: 4.375rem
    }
}

.header .claim .headline {
    display: block;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 1.5625rem;
    line-height: 1.25em;
    color: #fff;
    text-transform: uppercase
}

@media (min-width: 75em) {
    .header .claim .headline {
        font-size: 2.1875rem;
        letter-spacing: 0.5px;
        word-spacing: 1.1px;
        line-height: 1.5em;
        margin-bottom: 3.375rem
    }
}

.header .claim .headline span {
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1em;
    text-transform: none
}

@media (min-width: 75em) {
    .header .claim .headline span {
        font-size: 1.8125rem;
        letter-spacing: 0;
        word-spacing: 0
    }
}

.header .header-img {
    position: relative;
    height: 14.25rem;
    background: url("../images/transportation-warehousing-m.jpg") center center no-repeat;
    background-size: cover;
    z-index: 1
}

@media (min-width: 50em) {
    .header .header-img {
        overflow: hidden;
        background: url("../images/transportation-warehousing-t.jpg") center center no-repeat;
        background-size: cover
    }

    .header .header-img:before {
        content: "";
        width: 100rem;
        height: 41.875rem;
        display: block;
        position: absolute;
        left: -72.5rem;
        top: -12.5rem;
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg);
        background: rgba(13, 36, 74, 0.88);
        background-size: cover;
        z-index: 0
    }
}

@media (min-width: 75em) {
    .header .header-img {
        background: url("../images/transportation-warehousing.jpg") center center no-repeat;
        background-size: cover
    }

    .header .header-img:before {
        left: 50%;
        margin-left: -97.5rem
    }
}

@media (min-width: 95em) {
    .header .header-img:before {
        margin-left: -91.5625rem
    }
}

.services-transportation-ocean .header .header-img {
    background: url("../images/transportation-ocean-m.jpg") center center no-repeat;
    background-size: cover
}

@media (min-width: 50em) {
    .services-transportation-ocean .header .header-img {
        background: url("../images/transportation-ocean-t.jpg") center center no-repeat;
        background-size: cover
    }
}

@media (min-width: 75em) {
    .services-transportation-ocean .header .header-img {
        background: url("../images/transportation-ocean.jpg") center center no-repeat;
        background-size: cover
    }
}

.services-transportation-air .header .header-img {
    background: url("../images/transportation-air-m.jpg") center center no-repeat;
    background-size: cover
}

@media (min-width: 50em) {
    .services-transportation-air .header .header-img {
        background: url("../images/transportation-air-t.jpg") center center no-repeat;
        background-size: cover
    }
}

@media (min-width: 75em) {
    .services-transportation-air .header .header-img {
        background: url("../images/transportation-air.jpg") center center no-repeat;
        background-size: cover
    }
}

.services-transportation-ground .header .header-img {
    background: url("../images/transportation-ground-m.jpg") center center no-repeat;
    background-size: cover
}

@media (min-width: 50em) {
    .services-transportation-ground .header .header-img {
        background: url("../images/transportation-ground-t.jpg") center center no-repeat;
        background-size: cover
    }
}

@media (min-width: 75em) {
    .services-transportation-ground .header .header-img {
        background: url("../images/transportation-ground.jpg") center center no-repeat;
        background-size: cover
    }
}

body.who-we-are-apex-cares .header .header-img {
    background: url("../images/apex-cares.jpg") center center no-repeat;
    background-size: contain
}

body.who-we-are-apex-cares .header .header-img:before {
    content: none
}

main {
    display: block;
    padding-top: 3.75rem
}

@media (min-width: 50em) {
    main {
        padding-top: 5.8125rem
    }
}

main .subPageServices {
    /*padding-top: 3.75rem*/
	padding-top: 1.75rem
}

@media (min-width: 50em) {
    main .subPageServices {
        /*padding-top: 5.5625rem*/
    }
}

main ul li:not(:first-child) {
    position: relative;
    padding-bottom: .8125rem
}

main ul li:not(:first-child):after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0)
}

main .google-maps {
    height: 25rem;
    margin-bottom: 2.5rem
}

@media (min-width: 50em) {
    main .google-maps {
        height: 31.25rem;
        margin-bottom: 4.25rem
    }
}

main .google-maps iframe {
    width: 100%;
    height: 100%
}

@media (min-width: 50em) {
    main .mapRow {
        padding-top: 5rem
    }
}

main .top-section {
    padding-bottom: 3.75rem
}

@media (min-width: 50em) {
    main .top-section {
        padding-bottom: 6.9375rem
    }
}

main .colored-list {
    background: #f0f0f0;
    overflow: hidden
}

main .colored-list .listHeadline {
    display: block;
    background: #e6e6e6;
    padding: 1.375rem 3.3125rem;
    color: #923133;
    font-family: "Lato", sans-serif;
    font-size: 1.1875rem
}

@media (min-width: 50em) {
    main .colored-list .listHeadline {
        font-size: 1.4375rem
    }
}

main .colored-list ul li {
    position: relative;
    margin-left: 1.125rem;
    margin-right: 1.125rem
}

@media (min-width: 50em) {
    main .colored-list ul li {
        margin-left: 3.5625rem;
        margin-right: 4rem
    }
}

main .colored-list ul li+li:after {
    content: "";
    width: 300%;
    height: 1px;
    background: #e3e3e3;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0)
}

main .brands {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 2.5rem 1.125rem 0 1.125rem;
    flex-wrap: wrap
}

main .brands h3 {
    display: block;
    width: 100%;
    padding: 0 1.125rem
}

main .brands img {
    max-width: 6.875rem
}

@media (min-width: 40em) {
    main .brands img {
        max-width: 7.5rem
    }
}

@media (min-width: 62em) {
    main .brands {
        padding: 4.6875rem .8125rem 0 .25rem
    }

    main .brands img {
        max-width: 100%
    }
}

@media (max-width: 74.9375em) {
    main .brands img {
        margin: 0 1.125rem
    }
}

main .services {
    background: #273a59;
    padding: 3.75rem 0 0
}

@media (min-width: 75em) {
    main .services {
        background: url("../images/warehousing-los-angeles.jpg") center center no-repeat;
        background-size: cover;
        padding: 10.0625rem 0 11.625rem
    }
}

main .services .headline-services {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    word-spacing: 1.1px;
    line-height: 1.25em;
    margin-bottom: 3.75rem;
    text-align: center
}

@media (min-width: 75em) {
    main .services .headline-services {
        text-align: left;
        font-size: 3rem;
        margin-bottom: 5.4375rem
    }

    main .services .headline-services.animate {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out
    }

    main .services .headline-services.in-view,
    .nojs main .services .headline-services {
        opacity: 1;
        visibility: visible
    }
}

main .services .headline-services span {
    display: block;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0px;
    word-spacing: 0px
}

@media (min-width: 75em) {
    main .services .headline-services span {
        font-size: 2.5rem
    }
}

@media (max-width: 74.9375em) {
    main .teasers {
        padding-bottom: 2.8125rem
    }
}

@media (min-width: 75em) {
    main .teasers {
        padding: 2.8125rem 4.0625rem 0;
        overflow: hidden
    }

    main .teasers .row {
        justify-content: space-between
    }
}

main .teasers .teaser {
    padding-top: 2.5rem;
    padding-bottom: 1.5625rem;
    border-bottom: .0625rem solid #fff
}

@media (min-width: 40em) {
    main .teasers .teaser:nth-child(2n+0) {
        border-left: .0625rem solid #fff
    }
}

@media (min-width: 50em) {
    main .teasers .teaser {
        padding-top: 3.75rem;
        padding-bottom: 2.1875rem;
        border-left: .0625rem solid #fff
    }

    main .teasers .teaser:nth-child(3n-2) {
        border-left: 0
    }
}

@media (min-width: 75em) {
    main .teasers .teaser {
        max-width: 29%;
        position: relative;
        margin-bottom: 5.4375rem;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: 0;
        border-left: 0
    }

    main .teasers .teaser:nth-child(2n+0) {
        border-left: 0
    }

    main .teasers .teaser:not(.br):nth-child(3n+1):after {
        content: "";
        width: 72.75rem;
        height: .0625rem;
        background: #fff;
        display: block;
        position: absolute;
        bottom: -2.0625rem;
        left: -3rem
    }

    main .teasers .teaser.animate {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%) translateZ(0);
        transform: translateY(100%) translateZ(0);
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    main .teasers .teaser.in-view,
    .nojs main .teasers .teaser {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0%) translateZ(0);
        transform: translateY(0%) translateZ(0)
    }
}

main .teasers .teaser a:not(.btn) {
    display: block;
    color: #fff
}

main .teasers .teaser a:not(.btn):hover,
main .teasers .teaser a:not(.btn):focus {
    text-decoration: none
}

main .teasers .teaser a:not(.btn):hover .circle,
main .teasers .teaser a:not(.btn):focus .circle {
    color: #923133;
    background: #fff;
    border-color: #000
}

main .teasers .teaserHeadline {
    display: flex;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.625rem;
    margin-bottom: 1.0625rem
}

main .teasers .teaserHeadline .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    border: .0625rem solid;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.21);
    border-color: rgba(0, 0, 0, 0.3);
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out
}

@media (min-width: 50em) {
    main .teasers .teaserHeadline .circle {
        width: 3.25rem;
        height: 3.25rem;
        min-width: 3.25rem;
        min-height: 3.25rem
    }
}

main .teasers .teaserHeadline span:not(.d-block) {
    display: inline-block;
    padding-left: .75rem
}

@media (min-width: 50em) {
    main .teasers .teaserHeadline .d-block {
        display: block
    }
}

main .teasers .teaser-content {
    font-size: 1.0625rem
}

main .teasers .teaser:last-child {
    border-bottom: 0;
    color: #fff
}

@media (min-width: 75em) {
    main .teasers .teaser:last-child {
        max-width: 64%;
        margin-bottom: 0
    }
}

main .teasers .teaser:last-child a:not(.btn) {
    color: #fff;
    display: inline-block;
    text-decoration: underline
}

main .teasers .teaser:last-child a:not(.btn):hover,
main .teasers .teaser:last-child a:not(.btn):focus {
    color: #923133
}

main .teasers .teaser:last-child .teaserHeadline {
    display: block
}

main .teasers .teaser:last-child .teaserHeadline span {
    display: block;
    padding: 0
}

main .teasers .teaser:last-child .teaser-content p {
    margin-bottom: 3.75rem
}

@media (min-width: 75em) {
    main .teasers .teaser:last-child .teaser-content p {
        max-width: 58%;
        margin: 0
    }
}

@media (min-width: 75em) {
    main .teasers .teaser:last-child .btn {
        position: absolute;
        bottom: 3.125rem;
        left: 61%
    }
}

@media (min-width: 40em) {
    main .teasers .teaser:nth-last-child(2) {
        border-bottom: 0
    }
}

@media (min-width: 75em) {
    main .teasers .teaser:nth-last-child(2) {
        margin-bottom: 0
    }
}

main .on-time {
    position: relative;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

@media (min-width: 75em) {
    main .on-time {
        padding-top: 12.0625rem;
        padding-bottom: 11.625rem
    }
}

@media (min-width: 50em) {
    main .on-time:before {
        content: "";
        width: 72.875rem;
        height: 38.6875rem;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: url("../images/map.jpg") center center no-repeat;
        background-size: cover;
        z-index: 0
    }
}

@media (min-width: 75em) {
    main .on-time:before {
        top: 5.625rem;
        right: 50%;
        margin-right: -53.9375rem
    }
}

main .on-time .headline {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #923133;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    word-spacing: 2.2px;
    line-height: 1.15em;
    margin-bottom: 2.625rem
}

@media (min-width: 75em) {
    main .on-time .headline {
        font-size: 3.1875rem
    }
}

main .on-time .headline span {
    color: #666;
    display: block;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0px;
    word-spacing: 0px
}

@media (min-width: 75em) {
    main .on-time .headline span {
        font-size: 2.6875rem
    }
}

main .on-time p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 3.125rem
}

@media (min-width: 75em) {
    main .on-time p {
        margin-bottom: 4.375rem
    }
}

main .track-delivery {
    position: relative;
    z-index: 2;
    padding: 3.75rem 0;
    color: #fff;
    background: #273a59;
    overflow: hidden
}

@media (min-width: 50em) {
    main .track-delivery {
        background: none
    }

    main .track-delivery:before {
        content: "";
        width: 69.375rem;
        height: 93.75rem;
        display: block;
        position: absolute;
        left: 50%;
        top: -18.75rem;
        margin-left: -63.75rem;
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        background: #273a59;
        background-size: cover;
        z-index: 0
    }

    main .track-delivery:after {
        content: "";
        display: block;
        background: url("../images/on-time-and-fresh-food.jpg") center center no-repeat;
        background-size: cover;
        width: 69.375rem;
        height: 38.875rem;
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -68.75rem;
        z-index: -1
    }

    main .track-delivery p:not(.headline-s) {
        margin-bottom: 3.1875rem
    }
}

@media (min-width: 75em) {
    main .track-delivery {
        padding: 8.5625rem 0 8.5rem
    }

    main .track-delivery:before {
        width: 100rem;
        margin-left: -100.9375rem
    }

    main .track-delivery:after {
        margin-right: -62.5rem
    }

    main .track-delivery.animate .row {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%) translateZ(0);
        transform: translateY(100%) translateZ(0);
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    main .track-delivery.animate:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(-12deg) translateX(-100%) translateZ(0);
        transform: rotate(-12deg) translateX(-100%) translateZ(0);
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    main .track-delivery.animate:after {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0);
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    main .track-delivery.in-view .row,
    .nojs main .track-delivery .row {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0%) translateZ(0);
        transform: translateY(0%) translateZ(0)
    }

    main .track-delivery.in-view:after,
    .nojs main .track-delivery:after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%) translateZ(0);
        transform: translateX(0%) translateZ(0)
    }

    main .track-delivery.in-view:before,
    .nojs main .track-delivery:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(-12deg) translateX(0%) translateZ(0);
        transform: rotate(-12deg) translateX(0%) translateZ(0)
    }
}

main .social {
    padding: 3.75rem 0
}

@media (min-width: 50em) {
    main .social {
        padding: 5.3125rem 0
    }
}

main .social .col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.875rem;
    font-size: 1.0625rem
}

@media (min-width: 40em) {
    main .social .col {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 1.25rem
    }
}

@media (min-width: 50em) {
    main .social .col {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (min-width: 75em) {
    main .social .col {
        padding-left: 3.75rem;
        padding-right: 5.4375rem
    }
}

@media (min-width: 75em) {
    main .social .col:not(:last-child) {
        padding-left: 0;
        padding-right: 2.5rem
    }
}

main .social .col:not(:last-child):after {
    content: "";
    height: .0625rem;
    display: block;
    background: #e3e3e3;
    position: absolute;
    left: 1.125rem;
    right: 1.125rem;
    top: 100%
}

@media (min-width: 50em) {
    main .social .col:not(:last-child):after {
        width: .0625rem;
        height: 100%;
        left: 100%;
        right: auto;
        top: 0
    }
}

main .social .col div:last-of-type {
    padding-top: 1.25rem
}

@media (min-width: 40em) {
    main .social .col div:last-of-type {
        padding-left: 4.75rem
    }
}

main .social .headline {
    color: #923133;
    font-size: 1.25rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: .375rem
}

@media (min-width: 40em) {
    main .social .headline {
        text-align: left
    }
}

main .social .social-icons {
    display: flex;
    justify-content: space-between;
    min-width: 200px
}

main .social .social-icons img.social-icon {
    min-width: 40px;
    height: 40px
}

main .offices {
    position: relative;
    z-index: 2;
    padding: 3.75rem 0;
    color: #fff;
    background: #273a59;
    overflow: hidden
}

@media (min-width: 50em) {
    main .offices {
        background: none
    }

    main .offices:before {
        content: "";
        width: 69.375rem;
        height: 93.75rem;
        display: block;
        position: absolute;
        left: 50%;
        top: -18.75rem;
        margin-left: -63.75rem;
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        background: #273a59;
        background-size: cover;
        z-index: 0
    }

    main .offices:after {
        content: "";
        display: block;
        background: url("../images/30-offices-globally.jpg") center center no-repeat;
        background-size: cover;
        width: 69.875rem;
        height: 36.875rem;
        position: absolute;
        top: 0;
        right: -15.625rem;
        z-index: -1
    }

    main .offices p:not(.headline-s) {
        margin-bottom: 4.25rem
    }
}

@media (min-width: 75em) {
    main .offices {
        padding: 6.6875rem 0 6.4375rem
    }

    main .offices:before {
        width: 100rem;
        margin-left: -100.375rem
    }

    main .offices:after {
        right: 50%;
        margin-right: -62.4375rem
    }

    main .offices.animate .row {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%) translateZ(0);
        transform: translateY(100%) translateZ(0);
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    main .offices.animate:before {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotate(-12deg) translateX(-100%) translateZ(0);
        transform: rotate(-12deg) translateX(-100%) translateZ(0);
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    main .offices.animate:after {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0);
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out;
        transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out
    }

    main .offices.in-view .row,
    .nojs main .offices .row {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0%) translateZ(0);
        transform: translateY(0%) translateZ(0)
    }

    main .offices.in-view:after,
    .nojs main .offices:after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%) translateZ(0);
        transform: translateX(0%) translateZ(0)
    }

    main .offices.in-view:before,
    .nojs main .offices:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(-12deg) translateX(0%) translateZ(0);
        transform: rotate(-12deg) translateX(0%) translateZ(0)
    }
}

main .offices .headline-s {
    margin-bottom: 2.1875rem
}

main .checkboxes {
    padding-top: 3rem
}

main .checkboxes p small {
    display: block;
    color: #d80000;
    line-height: 0.5em
}

main .checkboxes .col {
    position: relative
}

main .checkboxes .col label.error {
    position: absolute;
    left: 1.125rem;
    right: 1.125rem;
    max-width: 90%
}

@media (max-width: 61.9375em) {
    main .checkboxes .col label.error {
        bottom: 0
    }
}

@media (min-width: 62em) {
    main .checkboxes .col label.error {
        top: 100%
    }
}

main .checkboxes .col label.error:before {
    left: .625rem;
    right: auto
}

@media (max-width: 61.9375em) {
    main .checkboxes .col label.error+label {
        padding-bottom: 4.375rem
    }
}

.contact-index main .name,
.where-we-are main .name {
    margin-bottom: .375rem
}

.contact-index main .name strong,
.where-we-are main .name strong {
    display: block
}

.contact-index main address,
.where-we-are main address {
    margin-bottom: 1.5rem
}

@media (min-width: 75em) {

    .contact-index main address,
    .where-we-are main address {
        margin-bottom: 2.5rem
    }
}

.contact-index main address .unstyled-list,
.where-we-are main address .unstyled-list {
    margin-bottom: .375rem
}

.contact-index main .headline,
.where-we-are main .headline {
    display: block;
    color: #923133;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 1.875rem
}

@media (min-width: 50em) {

    .contact-index main .headline,
    .where-we-are main .headline {
        font-size: 1.875rem
    }
}

.zh-contact main .name,
.zh-where-we-are main .name {
    margin-bottom: .375rem
}

.zh-contact main .name strong,
.zh-where-we-are main .name strong {
    display: block
}

.zh-contact main address,
.zh-where-we-are main address {
    margin-bottom: 1.5rem
}

@media (min-width: 75em) {

    .zh-contact main address,
    .zh-where-we-are main address {
        margin-bottom: 2.5rem
    }
}

.zh-contact main address .unstyled-list,
.zh-where-we-are main address .unstyled-list {
    margin-bottom: .375rem
}

.zh-contact main .headline,
.zh-where-we-are main .headline {
    display: block;
    color: #923133;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 1.875rem
}

@media (min-width: 50em) {

    .zh-contact main .headline,
    .zh-where-we-are main .headline {
        font-size: 1.875rem
    }
}

main .text-col {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem
}

.track-shipments main .headline-s {
    display: block;
    color: #923133;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.1875rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 1.875rem
}

@media (min-width: 50em) {
    .track-shipments main .headline-s {
        font-size: 1.5rem
    }
}

main .hr {
    margin-bottom: 5rem;
    position: relative
}

main .hr+.hr {
    padding-top: 3.75rem
}

main .hr+.hr:before {
    content: "";
    width: 100%;
    height: .0625rem;
    background: #e3e3e3;
    display: block;
    position: absolute;
    top: 0;
    left: 1.125rem;
    right: 1.125rem
}

main .headline-sub {
    display: block;
    color: #923133;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 1.25rem
}

main .subLinks {
    padding-top: 1.875rem
}

@media (min-width: 50em) {
    main .subLinks {
        padding-top: 3.125rem
    }
}

main .date {
    display: block;
    color: #923133;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 1.5rem
}

@media (min-width: 50em) {
    .resources-news main .two-columns {
        display: block;
        -webkit-column-count: 2;
        column-count: 2
    }

    .resources-news main .two-columns .col {
        display: block;
        max-width: 100%
    }
}

.resources-news main .col article {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem
}

.resources-news main .col article:before {
    content: "";
    width: 100%;
    height: .0625rem;
    background: #e3e3e3;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.resources-news main .col:last-child article:before {
    display: none
}

main article {
    margin-bottom: 3.75rem;
    position: relative
}

main article+article {
    padding-top: 3.75rem
}

main article+article:before {
    content: "";
    width: 100%;
    height: .0625rem;
    background: #e3e3e3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.location-card.small-6.medium-4.large-3 {
    padding: 2rem 3rem 3rem;
    background: linear-gradient(180deg, lightgray 40%, #666 40%);
    border-radius: .375rem;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98%;
    max-width: 98%
}

.location-card.small-6.medium-4.large-3 p {
    margin-bottom: 3rem;
    text-align: center;
    color: #292929
}

@media (min-width: 40em) {
    .location-card.small-6.medium-4.large-3 {
        width: 48%;
        max-width: 48%
    }
}

@media (min-width: 50em) {
    .location-card.small-6.medium-4.large-3 {
        width: 31%;
        max-width: 31%
    }
}

@media (min-width: 62em) {
    .location-card.small-6.medium-4.large-3 {
        width: 23%;
        max-width: 23%
    }
}

.location.small-6.medium-4.large-3 {
    margin-bottom: 2.5rem
}

body.who-we-are-industry-verticals .col.medium-2 h2 {
    text-align: center
}

.footer {
    display: block;
    position: relative
}

@media (min-width: 75em) {
    .footer:before {
        content: "";
        width: 50rem;
        height: 36.4375rem;
        display: block;
        background: url("../images/Johnlon-logisticks.jpg") center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -59.5rem;
        z-index: -5;
        pointer-events: none
    }
}

@media (min-width: 95em) {
    .footer:before {
        margin-left: -62.4375rem
    }
}

.footer .footer-container {
    padding: 3.75rem 0
}

@media (min-width: 75em) {
    .footer .footer-container {
        padding: 8.625rem 0 6.25rem
    }
}

.footer .headline {
    display: block;
    color: #923133;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 1.875rem
}

@media (min-width: 50em) {
    .footer .headline {
        font-size: 1.875rem
    }
}

.footer address {
    font-style: normal;
    margin-bottom: 1.5rem
}

.footer address .name {
    display: block;
    margin-bottom: .4375rem
}

.footer .unstyled-list {
    margin-bottom: .375rem
}

.footer .col-text {
    position: relative;
    padding-bottom: 1.625rem;
    margin-bottom: 3.25rem
}

.footer .emails li {
    padding: .4375rem 0
}

.footer .emails li:not(:first-child) {
    padding: .4375rem 0
}

.footer .emails span {
    display: block
}

.footer .contactbox {
    justify-content: center
}

.footer .contactbox .headline {
    text-align: center
}

.footer .contactbox .second-btn {
    margin-top: 1rem
}

@media (min-width: 40em) {
    .footer .contactbox .second-btn {
        margin-top: 0
    }
}

.CustomWidget {
    z-index: 10 !important
}

@media (min-width: 30em) {
    .CustomWidget {
        position: fixed;
        bottom: 0;
        right: 0;
        width: auto
    }
}

.header .top-container {
    position: relative
}

.header .top-container div.languageNavigation {
    float: right
}

.header .top-container div.languageNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5
}

.header .top-container div.languageNavigation ul li {
    float: left;
    position: relative;
    padding: 1rem
}

.header .top-container div.languageNavigation ul li a {
    padding: 1rem
}

.header .top-container div.languageNavigation ul li a:hover {
    color: #923133;
    text-decoration: none
}

.header .top-container div.languageNavigation ul li a:not(:only-child):after {
    padding-left: 4px;
    content: " ▾"
}

.header .top-container div.languageNavigation ul li a ul li {
    min-width: 190px
}

.header .top-container div.languageNavigation ul li a ul li a {
    padding: 15px;
    line-height: 20px
}

.header .top-container div.languageNavigation .language-dropdown {
    position: absolute;
    z-index: 10;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
    background: #292929
}

.header .top-container div.languageNavigation .language-dropdown a {
    color: #fff
}

@media (min-width: 50em) {
    .languageSwitchMobile div.languageNavigation {
        display: none
    }
}

.languageSwitchMobile div.languageNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 5
}

.languageSwitchMobile div.languageNavigation ul li {
    float: left;
    position: relative;
    padding: 1rem
}

.languageSwitchMobile div.languageNavigation ul li a {
    padding: 1rem
}

.languageSwitchMobile div.languageNavigation ul li a:hover {
    color: #923133;
    text-decoration: none
}

.languageSwitchMobile div.languageNavigation ul li a:not(:only-child):after {
    padding-left: 4px;
    content: " ▾"
}

.languageSwitchMobile div.languageNavigation ul li a ul li {
    min-width: 190px
}

.languageSwitchMobile div.languageNavigation ul li a ul li a {
    padding: 15px;
    line-height: 20px
}

.languageSwitchMobile div.languageNavigation .language-dropdown {
    position: absolute;
    z-index: 10;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
    background: #292929
}

.languageSwitchMobile div.languageNavigation .language-dropdown a {
    color: #fff
}

.ewcms_edit_img {
    max-width: 19px !important
}

.ewcms_loopline_delimg {
    max-width: 16px !important
}

.unstyled-list.fullwidth {
    width: 100%
}

@media (min-width: 50em) {
    .unstyled-list.fullwidth {
        padding-left: 18px
    }
}

.unstyled-list.fullwidth a {
    display: flex;
    justify-content: flex-start;
    color: #923133;
    font-weight: bold
}

.unstyled-list.fullwidth a i {
    font-weight: 700;
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
    margin-right: 0.5rem;
    width: 5%
}

.unstyled-list.fullwidth a span {
    margin-left: 0.5rem;
    display: block;
    width: 25%;
    text-align: right
}

.unstyled-list.fullwidth a span.getTitle {
    margin-left: 0;
    width: 70%;
    text-align: left
}

.unstyled-list.customList li {
    display: flex;
    justify-content: flex-start;
    color: #923133;
    font-weight: bold
}

.unstyled-list.customList li i {
    font-weight: 700;
    font-family: "FontAwesome", sans-serif;
    font-style: normal;
    margin-right: 0.5rem;
    width: 5%
}

.unstyled-list.customList li span {
    margin-left: 0.5rem;
    display: block;
    width: 25%;
    text-align: right
}

.unstyled-list.customList li span.getTitle {
    margin-left: 0;
    width: 70%;
    text-align: left
}

.unstyled-list.marketList {
    width: 100%
}

@media (min-width: 50em) {
    .unstyled-list.marketList {
        padding-left: 18px
    }
}

.unstyled-list.marketList li {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    font-weight: bold;
    color: #923133
}

.unstyled-list.marketList li a {
    font-weight: bold;
    color: #923133
}

.unstyled-list.marketList li a i {
    font-family: "FontAwesome";
    font-weight: 700;
    font-style: normal;
    margin-right: 0.7rem
}

.row.mb4 {
    margin-bottom: 4rem
}

.flexBox {
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.flexBox.center {
    align-items: center
}

body.resources-market-information .cusBox li.row,
body.zh-resources-market-information .cusBox li.row {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 1rem
}

body.resources-market-information .cusBox li a,
body.zh-resources-market-information .cusBox li a {
    color: #923133;
    font-weight: bold
}

body.resources-market-information .cusBox li span,
body.zh-resources-market-information .cusBox li span {
    display: block
}

body.resources-market-information .cusBox li span.link,
body.zh-resources-market-information .cusBox li span.link {
    width: 35%
}

body.resources-market-information .cusBox li span.link.half,
body.zh-resources-market-information .cusBox li span.link.half {
    width: 50%
}

body.resources-market-information .cusBox li span.date,
body.zh-resources-market-information .cusBox li span.date {
    width: 15%;
    margin-bottom: 0
}

body.resources-market-information .cusBox li span.keywords,
body.zh-resources-market-information .cusBox li span.keywords {
    width: 50%
}

body.resources-market-information .cusBox li span .keyword,
body.zh-resources-market-information .cusBox li span .keyword {
    margin-right: 0.5rem;
    position: relative;
    display: inline
}

body.resources-market-information .cusBox li span .keyword:after,
body.zh-resources-market-information .cusBox li span .keyword:after {
    content: ",";
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

body.resources-market-information .cusBox li span .keyword:last-child:after,
body.zh-resources-market-information .cusBox li span .keyword:last-child:after {
    content: none
}

.seperator {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
    min-height: 1px;
    position: relative
}

.seperator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(100% - 36px);
    height: 1px;
    background-color: #273a59
}

@media (min-width: 50em) {
    .seperator {
        display: block;
        position: relative;
        max-height: 100%;
        width: 2px;
        padding: 0
    }

    .seperator:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        width: 1px;
        height: 1000px;
        max-height: 100%;
        overflow: hidden;
        background-color: #273a59
    }
}

.cusCol {
    margin-top: 2rem
}

@media (min-width: 50em) {
    .cusCol {
        max-width: calc(50% - 1px) !important;
        margin-top: 0
    }
}

.cusCol a {
    color: #923133;
    font-weight: bold
}

.col.cusDate {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end
}

.col.cusDate p {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
    font-weight: bold;
    color: #923133;
    font-size: 1.2em
}

.newsList a.title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0
}

.newsList a.title:hover {
    text-decoration: underline
}

.newsList time {
    width: 100%;
    display: block;
    font-weight: bold;
    color: #923133;
    font-size: 18px;
    text-align: right
}

.newsList.subPage a.title {
    font-size: 16px
}

.newsList.subPage time {
    font-size: 16px
}

.newsList.subPage i {
    font-family: "FontAwesome";
    color: #923133;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-right: 0.5rem
}

.newsList.subPage div.blogOverviewItem,
.newsList.subPage .col.readMore {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap
}

.newsList.subPage div.blogOverviewItem i,
.newsList.subPage .col.readMore i {
    font-family: "FontAwesome";
    color: #923133;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-right: 0.5rem
}

body.blog-index .row.newsList i,
body.zh-blog-index .row.newsList i {
    font-family: "FontAwesome";
    color: #923133;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    margin-right: 0.5rem
}

body.blog-index div.blogOverviewItem,
body.zh-blog-index div.blogOverviewItem {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap
}

body.blog .hr,
body.zh-blog .hr {
    background-color: #923133;
    height: 1px;
    width: 100%;
    margin: 1.5rem 0 3rem
}

body.where-we-are .content address,
body.zh-where-we-are .content address {
    margin-bottom: 1.5rem
}

@media (min-width: 75em) {

    body.where-we-are .content address,
    body.zh-where-we-are .content address {
        margin-bottom: 2.5rem
    }
	.content{margin-top:-60px;}
}

body.who-we-are-industry-verticals.cmsbackend .frontend {
    display: none
}

body.who-we-are-industry-verticals:not(.cmsbackend) .cms_backend {
    display: none
}

body.who-we-are-industry-verticals .col h2 {
    text-align: center
}

form.default {
    overflow: hidden;
    width: 100%
}

form.default ::-webkit-input-placeholder {
    color: #666
}

form.default ::-moz-placeholder {
    color: #666
}

form.default :-ms-input-placeholder {
    color: #666
}

form.default :-moz-placeholder {
    color: #666
}

form.default fieldset {
    border: none;
    margin: 0 0 3.5rem 0
}

form.default fieldset.bordered {
    border: 1px solid #292929;
    padding: 1.125rem
}

form.default legend {
    display: block;
    font-weight: 700;
    color: #292929;
    font-size: 1.25rem
}

form.default label,
form.default input,
form.default #newsletter-info,
form.default textarea,
form.default select,
form.default button,
form.default [type="submit"] {
    min-height: 3.5rem
}

form.default label {
    color: inherit;
    display: block;
    padding: 1rem 0 0;
    position: relative;
    min-height: 3rem
}

form.default label small {
    color: #d80000
}

form.default label[for="Zustimmung"] {
    float: left;
    width: calc(100% - 1.875rem)
}

form.default label[for="privacy-policy"] {
    float: left;
    width: calc(100% - 1.875rem)
}

form.default label.error {
    -webkit-animation: error 1s;
    animation: error 1s;
    background: #d80000;
    color: #fff;
    font-size: 0.9rem;
    max-width: none;
    margin: 0 0 0.5rem 0;
    padding-top: .6875rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    position: relative;
    text-align: center;
    width: 100%
}

@media (min-width: 30em) {
    form.default label.error {
        font-size: 1rem
    }
}

form.default label.error:before {
    border-bottom: .625rem solid #d80000;
    border-left: .4375rem solid transparent;
    border-right: .4375rem solid transparent;
    border-top: 0;
    content: "";
    height: 0;
    position: absolute;
    right: .625rem;
    top: -.625rem;
    width: 0
}

form.default [type="text"],
form.default [type="tel"],
form.default [type="email"],
form.default [type="file"],
form.default input,
form.default #newsletter-info,
form.default textarea,
form.default select {
    background: #f5f5f5;
    border: 1px #8c8c8c solid;
    color: #292929;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 0.5rem 0;
    padding: 0.8rem;
    position: relative;
    resize: none;
    transition: border-color .2s ease-in-out, background .2s ease-in-out;
    width: 100%
}

form.default [type="text"]:focus,
form.default [type="tel"]:focus,
form.default [type="email"]:focus,
form.default [type="file"]:focus,
form.default input:focus,
form.default #newsletter-info:focus,
form.default textarea:focus,
form.default select:focus {
    background: #fff;
    outline: none;
    border-color: #292929
}

form.default textarea {
    min-height: 7.5rem;
    padding-top: 0.9rem
}

form.default textarea[name="Nachricht"] {
    min-height: 18.5rem
}

.get-a-quote form.default textarea {
    margin-bottom: 3rem
}

form.default [type="checkbox"] {
    display: inline-block;
    float: right;
    margin: 0 0 0.5rem .9375rem;
    padding: 0;
    width: .9375rem;
    height: .9375rem
}

body.iexplore form.default [type="checkbox"] {
    border: none
}

body.iexplore form.default [type="checkbox"]:focus {
    background: none
}

.get-a-quote form.default [type="checkbox"] {
    float: left;
    margin: 0 .9375rem 0.5rem 0
}

form.default [type="radio"] {
    clear: none;
    float: left;
    width: .9375rem;
    margin: .4rem .8rem 0 0;
    min-height: auto
}

form.default button,
form.default [type="submit"] {
    background: #923133;
    border: none;
    border-radius: .375rem;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: .25px;
    padding: .625rem 5.1875rem .625rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: 200ms background ease-in-out, 200ms color ease-in-out;
    position: relative
}

@media (min-width: 75em) {

    form.default button,
    form.default [type="submit"] {
        padding: 1.0625rem 5.1875rem 1.0625rem 1.5rem
    }
}

form.default button:before,
form.default [type="submit"]:before {
    content: '\f105';
    font-family: "FontAwesome";
    color: #fff;
    font-size: 1.3125rem;
    display: inline-block;
    width: 3.625rem;
    height: 100%;
    background: #7a2022;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    transition: 200ms background ease-in-out, 200ms color ease-in-out;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: .3125rem
}

form.default button:hover,
form.default button:active,
form.default button:focus,
form.default [type="submit"]:hover,
form.default [type="submit"]:active,
form.default [type="submit"]:focus {
    background: #dfdfdf;
    color: #292929;
    text-decoration: none
}

form.default button:hover:before,
form.default button:active:before,
form.default button:focus:before,
form.default [type="submit"]:hover:before,
form.default [type="submit"]:active:before,
form.default [type="submit"]:focus:before {
    background: #292929;
    color: #fff
}

form.default .errorContainer {
    position: relative
}

@keyframes error {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes error {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.specialfield {
    display: none !important;
    visibility: hidden !important
}

#newsletter-info {
    font-weight: bold
}

img[name=vimg]+input[name=imgverify],
img[name=vimg]+#newsletter-info[name=imgverify] {
    float: right
}

/*# sourceMappingURL=styles.css.map */

.clearcss{clear:both;height:2rem;width:100%;}
.col-text img{margin-bottom:2rem;}
@media (min-width:1025px){
.pcifram{width:100%;height:1000px;}
}
@media (max-width:1024px){
.pcifram{width:100%;height:1000px;}}
@media (max-width:768px){
.pcifram{width:100%;height:2100px;}}
@media (max-width:440px){
.pcifram{width:100%;height:2300px;}}
@media (max-width:414px){
.pcifram{width:100%;height:2300px;}}
@media (max-width:375px){
.pcifram{width:100%;height:2380px;}}
@media (max-width:320px){
.pcifram{width:100%;height:2650px;}}






/*banner*/
.bx-wrapper .bx-viewport {height: auto !important; background: none; border: none; box-shadow: none; margin: 0 auto;}
.bx-wrapper {margin: 0 auto; max-width: 100% !important;}
.banner {margin-left:1%;max-width: 99%}

@media (min-width: 1920px) {
.banner {width: 100%;height:600px;}

}
@media (max-width: 1680px) {
.banner {width: 100%;height:550px;}
}
@media (max-width: 1440px) {
.banner {width: 100%;height:480px;}
}
@media (max-width: 1360px) {
.banner {width: 100%;height:450px;}
}
@media (max-width: 1280px) {
.banner {width: 100%;height:420px;}
}

.banner img {display: block; width: 100%;}
.banner img.img2 {display: none;}
.banner li {width: 100%; height: auto; position: relative; overflow: hidden;}
.banner li a {display: block; width: 100%;}
.banner .bx-wrapper .bx-pager {bottom: 15.444%;}
.banner .bx-wrapper .bx-pager.bx-default-pager a {width: 14px; height: 14px; border-radius: 50%; background: #DC4F45;}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #F5877F;}

/*
.banner .bx-wrapper .bx-controls-direction a {display: none; width: 46px; height: 52px; top: 50%; transform: translateY(-50%); background-color: rgba(0,0,0,.3); background-repeat: no-repeat; background-position: center; box-sizing: border-box;}
.banner .bx-wrapper .bx-controls-direction a:hover {background-color: rgba(0,0,0,0.5); background-position: center;}
*/

.banner .bx-wrapper .bx-controls-direction a {display: none; width: 30px; height: 79px; top: 50%; transform: translateY(-50%); background-repeat: no-repeat; background-position: center; box-sizing: border-box;}
.banner .bx-wrapper .bx-controls-direction a:hover {background-position: center;}




/*.banner .bx-wrapper .bx-prev {left: 40px; background-image: url(/images/jt_zuo2.png); */
.banner .bx-wrapper .bx-prev {left: 2px; background-image: url(/images/lefta.png);  /*border-right: 1px solid #f5f5f5;*/}
/*.banner .bx-wrapper .bx-next {right:40px; background-image: url(/images/jt_you2.png);}*/
.banner .bx-wrapper .bx-next {right:6px; background-image: url(/images/righta.png);}
.banner:hover .bx-wrapper .bx-controls-direction a {display: block;}

.mbbanner{margin-left:2%;}

.Welcometitle{font-size:18px;color:#F90;float:left;width:600px; font-weight:600;}