/* Minification failed. Returning unminified contents.
(3848,25): run-time error CSS1034: Expected closing parenthesis, found '%'
(3848,25): run-time error CSS1042: Expected function, found '%'
(3848,25): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
@charset "UTF-8";

.main-content, body {
    background-color: #F4F4F4
}

.table-responsive, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

.small-caps, .upper {
    letter-spacing: .1rem
}

.breadcrumbs-list__item, .tiny-headline, .upper {
    text-transform: uppercase
}

.product-items, .product-items-more-info, table {
    border-spacing: 0;
    border-collapse: collapse
}

.product-items, .product-items-more-info, .table, table {
    border-collapse: collapse
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.btn, .content [type=submit], .tag, body {
    font-family: Trade Gothic Next W01
}

.caption, .main-content ol li, body, figcaption, h1, h2, h3, h4, h5, h6, small {
    font-style: normal
}

body, html {
    height: 100%
}

a img {
    border: none
}

blockquote {
    quotes: none
}

    blockquote:after, blockquote:before {
        content: '';
        content: none
    }

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

[type=email], [type=email]:active, [type=email]:focus, [type=email]:hover, [type=submit], [type=submit]:active, [type=submit]:focus, [type=submit]:hover, [type=tel], [type=tel]:active, [type=tel]:focus, [type=tel]:hover, [type=text], [type=text]:active, [type=text]:focus, [type=text]:hover, button, button:active, button:focus, button:hover {
    outline: 0;
    border: 0
}

embed, iframe, img, object, video {
    max-width: 100%
}

img {
    height: auto;
    width: auto
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@media screen and (min-width:26.25em) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:48em) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:79.375em) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:100em) {
    html {
        font-size: 100%
    }
}

body {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 2rem;
    color: #000
}

@media screen and (min-width:26.25em) {
    body {
        font-size: .9375rem
    }
}

@media screen and (min-width:48em) {
    body {
        font-size: .9375rem
    }
}

@media screen and (min-width:79.375em) {
    body {
        font-size: 1rem
    }
}

@media screen and (min-width:100em) {
    body {
        font-size: 1.0625rem
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    background-color: #f3f3f3
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #4a4a4a
}

#grid.grid--visible {
    background-image: -webkit-linear-gradient(top,#0ff 0,rgba(255,255,255,0) 1px);
    background-image: linear-gradient(to bottom,#0ff 0,rgba(255,255,255,0) 1px);
    background-repeat: repeat-y;
    background-size: 100% 1rem
}

#grid--toggle:after {
    position: fixed;
    width: 48px;
    height: 48px;
    font-size: 24px;
    padding-top: 12px;
    top: 0;
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
    right: 0;
    z-index: 999;
    content: '☰';
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.price--old, .relative, .tag i {
    position: relative
}

.table-responsive, .table-responsive--large, .table-responsive--xlarge {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.c:after, .c:before, .price--old:before {
    content: ""
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0,0,0,.3)
}

.btn, .content [type=submit] {
    -webkit-font-feature-settings: 'dlig','liga','lnum','kern';
    font-feature-settings: 'dlig','liga','lnum','kern';
    font-style: normal;
    font-weight: 600;
    background-color: #FFED00;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1rem;
    font-size: .9375rem;
    padding: 10px 20px !important;
    margin: 0 !important
}

@media screen and (min-width:26.25em) {
    .btn, .content [type=submit] {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:48em) {
    .btn, .content [type=submit] {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:79.375em) {
    .btn, .content [type=submit] {
        font-size: 1rem;
        margin-bottom: -.17001rem;
        padding-top: .17001rem
    }

        .btn:hover, .content [type=submit]:hover {
            color: #FFED00;
            background-color: #000
        }
}

@media screen and (min-width:100em) {
    .btn, .content [type=submit] {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

.btn--white {
    color: #E30613;
    background-color: #FFF
}

@media screen and (min-width:79.375em) {
    .btn--white:hover {
        color: #FFED00;
        background-color: #E30613
    }
}

.btn--red {
    color: #FFF;
    background-color: #E30613
}

.btn--black {
    color: #FFF;
    background-color: #000
}

@media screen and (min-width:79.375em) {
    .btn--red:hover {
        color: #FFF;
        background-color: #000
    }

    .btn--black:hover {
        color: #000;
        background-color: #FFED00
    }
}

.btn--grey {
    color: #000;
    background-color: #F4F4F4
}

.btn--border-grey {
    border-left: solid 1px #F4F4F4;
    border-right: solid 1px #F4F4F4
}

@media screen and (min-width:48em) {
    .btn--no-padding {
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.btn--inline {
    display: inline
}

.btn--block {
    display: block
}

.btn--align-center {
    text-align: center
}

.btn--margin-bottom {
    margin-bottom: 1.25rem
}

@media screen and (min-width:79.375em) {
    .btn--grey:hover {
        color: #000;
        background-color: #FFED00
    }

    .btn--margin-bottom {
        margin-bottom: 2.5rem
    }
}

.w-10, .w-100, .w-150, .w-20, .w-200, .w-250, .w-40, .w-50 {
    display: inline-block
}

.w-10 {
    width: 10px !important
}

.w-20 {
    width: 20px !important
}

.w-40 {
    width: 40px !important
}

.w-50 {
    width: 50px !important
}

.w-100 {
    width: 100px !important
}

.w-150 {
    width: 150px !important
}

.w-200 {
    width: 200px !important
}

.w-250 {
    width: 250px !important
}

.thumbnail {
    width: 60px
}

.table {
    display: table;
    width: 100%;
    vertical-align: top
}

.table-cell {
    display: table-cell
}

.margin-bottom-20 {
    margin-bottom: 1.25rem
}

.width-100 {
    width: 100px
}

.full {
    width: 100%
}

.neg, .neg a, .white, .white a {
    color: #FFF
}

.black, .black a {
    color: #000
}

.primary, .primary a {
    color: #FFED00
}

.bg-white {
    background: #FFF !important
}

.align-left {
    margin: 0 20px 20px 0
}

.align-right {
    margin: 0 0 20px 20px
}

.block {
    display: block
}

.align-img-left {
    margin-right: 1.25rem;
    float: left
}

.align-img-right {
    margin-left: 1.25rem;
    float: right
}

.mob {
    display: none
}

@media screen and (min-width:48em) {
    .mob {
        display: inline-block
    }
}

.no-wrap {
    white-space: nowrap
}

.text-align-left {
    text-align: left !important
}

.text-align-center {
    text-align: center !important
}

.text-align-right {
    text-align: right !important
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.vertical-align-top {
    display: table-cell;
    vertical-align: top
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle
}

.vertical-align-bottom {
    display: table-cell;
    vertical-align: bottom
}

.no-padding {
    padding: 0 !important
}

.badge {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
    background: #E30613;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1rem;
    font-size: 1.0625rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    .badge {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:48em) {
    .badge {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:79.375em) {
    .badge {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:100em) {
    .badge {
        font-size: 1.1875rem;
        margin-bottom: -.10813rem;
        padding-top: .10813rem
    }
}

.badge span {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
}

.badge--xs {
    height: 20px;
    width: 20px;
    line-height: 1rem;
    font-size: .75rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    .badge--xs {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:48em) {
    .badge--xs {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:79.375em) {
    .badge--xs {
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }
}

@media screen and (min-width:100em) {
    .badge--xs {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

.badge--s {
    height: 55px;
    width: 55px;
    line-height: 1rem;
    font-size: .75rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    .badge--s {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:48em) {
    .badge--s {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:79.375em) {
    .badge--s {
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }
}

@media screen and (min-width:100em) {
    .badge--s {
        font-size: .75rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

.badge--primary {
    background: #FFED00;
    color: #000
}

.tag {
    margin: 0 .3125rem .3125rem 0;
    color: #1E2021;
    font-weight: 400;
    background: #FFED00;
    line-height: 1rem;
    font-size: .875rem;
    margin-bottom: -.21126rem;
    padding: 7px 15px !important
}

.small-paragraph, .tiny-headline {
    font-family: Trade Gothic Next W01;
    font-weight: 600;
    line-height: 1rem
}

@media screen and (min-width:26.25em) {
    .tag {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:48em) {
    .tag {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:79.375em) {
    .tag {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:100em) {
    .tag {
        font-size: 1rem;
        margin-bottom: -.17001rem;
        padding-top: .17001rem
    }
}

.tag i {
    margin-right: 5px;
    top: -1px
}

.small-paragraph {
    font-size: .875rem;
    margin-bottom: 1.78874rem;
    padding-top: .21126rem
}

@media screen and (min-width:26.25em) {
    .small-paragraph {
        font-size: .875rem;
        margin-bottom: 1.78874rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:48em) {
    .small-paragraph {
        font-size: .875rem;
        margin-bottom: 1.78874rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:79.375em) {
    .small-paragraph {
        font-size: .9375rem;
        margin-bottom: 1.80937rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:100em) {
    .small-paragraph {
        font-size: 1rem;
        margin-bottom: 1.82999rem;
        padding-top: .17001rem
    }
}

.small-paragraph--no-margin {
    margin-bottom: 0 !important
}

.small-paragraph--primary {
    color: #FFED00
}

.small-paragraph--accent {
    color: #E30613
}

.small-paragraph--white {
    color: #FFF
}

.small-paragraph--block {
    display: block
}

.headline-border {
    border-top: solid 1px #000;
    border-bottom: solid 3px #E30613;
    padding-top: 0 !important;
    padding: 10px 0 5px;
    display: inline-block
}

.base-headline--block, .medium-headline--block, .tiny-headline--block {
    display: block
}

.headline-border--white {
    border-top: solid 1px #FFF;
    border-bottom: solid 3px #FFF
}

.headline-border--primary {
    border-top: solid 1px #FFED00;
    border-bottom: solid 3px #FFED00
}

.headline-border--accent {
    border-top: solid 1px #E30613;
    border-bottom: solid 3px #E30613
}

.headline-border--block {
    display: block;
    text-align: left
}

.tiny-headline {
    color: #000;
    font-size: .75rem;
    margin-bottom: .24749rem;
    padding-top: .25251rem
}

@media screen and (min-width:26.25em) {
    .tiny-headline {
        font-size: .75rem;
        margin-bottom: .24749rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:48em) {
    .tiny-headline {
        font-size: .75rem;
        margin-bottom: .24749rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:79.375em) {
    .tiny-headline {
        font-size: .8125rem;
        margin-bottom: .26811rem;
        padding-top: .23189rem
    }
}

@media screen and (min-width:100em) {
    .tiny-headline {
        font-size: .875rem;
        margin-bottom: .28874rem;
        padding-top: .21126rem
    }
}

.tiny-headline--primary {
    color: #FFED00
}

.tiny-headline--accent {
    color: #E30613
}

.tiny-headline--white {
    color: #FFF
}

.base-headline {
    line-height: 1.5rem;
    font-size: 1.0625rem;
    margin-bottom: .55936rem;
    padding-top: .44064rem
}

@media screen and (min-width:26.25em) {
    .base-headline {
        font-size: 1.0625rem;
        margin-bottom: .55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:48em) {
    .base-headline {
        font-size: 1.0625rem;
        margin-bottom: .55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) {
    .base-headline {
        font-size: 1.125rem;
        margin-bottom: .57999rem;
        padding-top: .42001rem
    }

    .medium-headline {
        font-size: 1.1875rem;
        margin-bottom: .60061rem;
        padding-top: .39939rem
    }
}

.base-headline--primary {
    color: #FFED00
}

.base-headline--accent {
    color: #E30613
}

.base-headline--white {
    color: #FFF
}

.medium-headline {
    line-height: 1.5rem;
    font-size: 1.1875rem;
    margin-bottom: .60061rem;
    padding-top: .39939rem
}

@media screen and (min-width:26.25em) {
    .medium-headline {
        font-size: 1.1875rem;
        margin-bottom: .60061rem;
        padding-top: .39939rem
    }
}

@media screen and (min-width:48em) {
    .medium-headline {
        font-size: 1.1875rem;
        margin-bottom: .60061rem;
        padding-top: .39939rem
    }
}

@media screen and (min-width:100em) {
    .base-headline {
        font-size: 1.1875rem;
        margin-bottom: .60061rem;
        padding-top: .39939rem
    }

    .medium-headline {
        font-size: 1.3125rem;
        margin-bottom: .64187rem;
        padding-top: .35813rem
    }
}

.medium-headline--primary {
    color: #FFED00
}

.medium-headline--accent {
    color: #E30613
}

.medium-headline--white {
    color: #FFF
}

.price--old:before {
    position: absolute;
    background: #000;
    display: inline-block;
    height: 1px;
    width: 100%;
    top: 10px;
    left: 0
}

.large-headline {
    color: #E30613;
    line-height: 3rem;
    font-size: 1.6875rem;
    margin-bottom: 1.01562rem;
    padding-top: .98438rem
}

@media screen and (min-width:26.25em) {
    .large-headline {
        font-size: 1.6875rem;
        margin-bottom: 1.01562rem;
        padding-top: .98438rem
    }
}

@media screen and (min-width:48em) {
    .large-headline {
        font-size: 1.6875rem;
        margin-bottom: 1.01562rem;
        padding-top: .98438rem
    }
}

@media screen and (min-width:79.375em) {
    .large-headline {
        font-size: 1.84375rem;
        margin-bottom: 1.06718rem;
        padding-top: .93282rem
    }
}

@media screen and (min-width:100em) {
    .large-headline {
        font-size: 1.84375rem;
        margin-bottom: 1.06718rem;
        padding-top: .93282rem
    }
}

.large-headline--primary {
    color: #FFED00
}

.large-headline--white {
    color: #FFF
}

.large-headline--black {
    color: #000
}

.large-headline--block {
    display: block
}

.pure-table {
    border-bottom: none;
    min-width: 450px
}

    .pure-table tr {
        border-bottom: solid 1px #606060
    }

        .pure-table tr:hover {
            background: 0 0 !important
        }

    .pure-table td, .pure-table th {
        background: 0 0;
        font-weight: 400;
        line-height: 1.5rem;
        color: #000;
        font-family: Trade Gothic Next W01
    }

    .pure-table tr:hover td {
        color: #000
    }

    .pure-table tr:last-child {
        border-bottom: none
    }

    .pure-table th {
        font-size: .9375rem;
        margin-bottom: -.44064rem;
        padding-top: .44064rem
    }

@media screen and (min-width:26.25em) {
    .pure-table th {
        font-size: .9375rem;
        margin-bottom: -.44064rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:48em) {
    .pure-table th {
        font-size: .9375rem;
        margin-bottom: -.44064rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) {
    .pure-table th {
        font-size: 1rem;
        margin-bottom: -.42001rem;
        padding-top: .42001rem
    }
}

@media screen and (min-width:100em) {
    .pure-table th {
        font-size: 1.0625rem;
        margin-bottom: -.39939rem;
        padding-top: .39939rem
    }
}

.pure-table td {
    font-size: .9375rem;
    margin-bottom: -.44064rem;
    padding-top: .44064rem
}

@media screen and (min-width:26.25em) {
    .pure-table td {
        font-size: .9375rem;
        margin-bottom: -.44064rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:48em) {
    .pure-table td {
        font-size: .9375rem;
        margin-bottom: -.44064rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) {
    .pure-table td {
        font-size: 1rem;
        margin-bottom: -.42001rem;
        padding-top: .42001rem
    }
}

@media screen and (min-width:100em) {
    .pure-table td {
        font-size: 1.0625rem;
        margin-bottom: -.39939rem;
        padding-top: .39939rem
    }
}

.pure-table td, .pure-table th {
    padding: .625rem .625rem .625rem 0;
    vertical-align: top;
    text-align: left;
    margin: 0;
    border-bottom: none
}

.product-items-cart tbody tr td, .product-items-cart tfoot tr td, .product-items-cart tr th {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.product-items-cart--100 tfoot tr, .product-items-cart--cart tfoot tr, .product-items-cart--fixed tfoot tr, .product-items-cart--s tfoot tr {
    border-top: solid 1px #979797 !important;
    border-right: solid 1px #979797 !important;
    border-bottom: solid 1px #979797 !important;
    border-left: solid 1px #979797 !important
}

@media screen and (min-width:79.375em) {
    .pure-table td, .pure-table th {
        padding: 1.25rem 1.25rem 1.25rem 0
    }
}

.product-items-cart {
    width: 100%;
    margin-bottom: 0 !important
}

    .product-items-cart tr th {
        height: 37px;
        height: 2.3125rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: top !important;
        page-break-inside: avoid
    }

        .product-items-cart tr th.fixed-td-125 {
            width: 125px !important
        }

        .product-items-cart tr th.fixed-td-180 {
            width: 180px !important
        }

        .product-items-cart tr th.fixed-td-250 {
            width: 250px !important
        }

        .product-items-cart tr th.fixed-td-300 {
            width: 300px !important
        }

    .product-items-cart tbody tr:hover {
        background-color: #e1e2e4
    }

    .product-items-cart tbody tr td {
        height: 37px;
        height: 2.3125rem;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        vertical-align: top;
        page-break-inside: avoid
    }

        .product-items-cart tbody tr td.fixed-td-125 {
            width: 125px !important
        }

        .product-items-cart tbody tr td.fixed-td-180 {
            width: 180px !important
        }

        .product-items-cart tbody tr td.fixed-td-250 {
            width: 250px !important
        }

        .product-items-cart tbody tr td.fixed-td-300 {
            width: 300px !important
        }

    .product-items-cart tfoot tr:hover {
        background-color: #FFF !important
    }

    .product-items-cart tfoot tr td {
        height: 37px;
        height: 2.3125rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: middle
    }

.product-items-cart--fixed {
    width: 200px;
    min-width: 0
}

.product-items-cart--s {
    width: 100%
}

    .product-items-cart--s tbody tr:hover {
        background-color: transparent !important
    }

    .product-items-cart--s tbody td {
        line-height: 1rem;
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }

@media screen and (min-width:26.25em) {
    .product-items-cart--s tbody td {
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }
}

@media screen and (min-width:48em) {
    .product-items-cart--s {
        width: 450px;
        min-width: 450px
    }

        .product-items-cart--s tbody td {
            font-size: .8125rem;
            margin-bottom: -.23189rem;
            padding-top: .23189rem
        }
}

@media screen and (min-width:79.375em) {
    .product-items-cart--s tbody td {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:100em) {
    .product-items-cart--s tbody td {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

.product-items-cart--s tfoot tr:hover {
    background-color: none
}

.product-items-cart--100 {
    width: 100%
}

@media screen and (min-width:48em) {
    .product-items-cart--100 {
        width: 450px;
        min-width: 450px
    }

    .content label {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

.product-items-cart--cart tbody tr:hover {
    background-color: transparent !important
}

.product-items-cart--cart tfoot tr:hover {
    background-color: none
}

.product-items-cart .fixed-td-200 {
    width: 200px !important
}

.content fieldset, fieldset, form {
    border: none
}

[type=button], [type=email], [type=password], [type=submit], [type=tel], [type=text], button, option, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

    select::-ms-expand {
        display: none
    }

:invalid {
    border-color: #DD4B39
}

:required {
    border-color: #000;
    color: #000
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

.content label {
    color: bodyColour;
    font-family: Trade Gothic Next W01;
    font-weight: 600;
    line-height: 1rem;
    font-size: .9375rem;
    margin-bottom: -.19063rem;
    padding-top: .19063rem
}

@media screen and (min-width:26.25em) {
    .content label {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:79.375em) {
    .content label {
        font-size: 1rem;
        margin-bottom: -.17001rem;
        padding-top: .17001rem
    }
}

@media screen and (min-width:100em) {
    .content label {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

.content [type=email], .content [type=tel], .content [type=text] {
    padding: 0 1.25rem;
    height: 55px;
    height: 3.4375rem;
    font-family: Trade Gothic Next W01;
    font-weight: 400;
    background-color: #e6e7e9;
    color: #000;
    border: none;
    width: 100%;
    max-width: 600px;
    display: block;
    margin-left: 0;
    outline: 0;
    line-height: 1rem;
    font-size: .875rem;
    margin-bottom: 1.78874rem;
    padding-top: .21126rem
}

@media screen and (min-width:26.25em) {
    .content [type=email], .content [type=tel], .content [type=text] {
        font-size: .875rem;
        margin-bottom: 1.78874rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:48em) {
    .content [type=email], .content [type=tel], .content [type=text] {
        font-size: .875rem;
        margin-bottom: 1.78874rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:79.375em) {
    .content [type=email], .content [type=tel], .content [type=text] {
        font-size: .9375rem;
        margin-bottom: 1.80937rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:100em) {
    .content [type=email], .content [type=tel], .content [type=text] {
        font-size: 1rem;
        margin-bottom: 1.82999rem;
        padding-top: .17001rem
    }
}

.content [type=email]:active, .content [type=email]:focus, .content [type=email]:hover, .content [type=tel]:active, .content [type=tel]:focus, .content [type=tel]:hover, .content [type=text]:active, .content [type=text]:focus, .content [type=text]:hover {
    border: 1px solid #979797
}

.content [type=submit] {
    display: block
}

.content [type=checkbox], .content [type=radio] {
    position: relative;
    top: -1px;
    margin-right: 3px;
    line-height: 1rem;
    font-size: .9375rem;
    margin-bottom: .80937rem;
    padding-top: 0 !important
}

.content select, .content textarea {
    font-weight: 400;
    border: none;
    max-width: 600px;
    margin-left: 0;
    display: block;
    line-height: 1.5rem;
    width: 100%;
    color: #000;
    font-family: Trade Gothic Next W01;
    outline: 0
}

@media screen and (min-width:26.25em) {
    .content [type=checkbox], .content [type=radio] {
        font-size: .9375rem;
        margin-bottom: .80937rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:48em) {
    .content [type=checkbox], .content [type=radio] {
        font-size: .9375rem;
        margin-bottom: .80937rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:79.375em) {
    .content [type=checkbox], .content [type=radio] {
        font-size: 1rem;
        margin-bottom: .82999rem;
        padding-top: .17001rem
    }
}

@media screen and (min-width:100em) {
    .content [type=checkbox], .content [type=radio] {
        font-size: 1.0625rem;
        margin-bottom: .85062rem;
        padding-top: .14938rem
    }
}

.content select {
    background-image: url(../img/svg/arrow-down-black-xs.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    font-size: .9375rem;
    margin-bottom: 1.55936rem;
    padding-top: .44064rem
}

@media screen and (min-width:26.25em) {
    .content select {
        font-size: .9375rem;
        margin-bottom: 1.55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:48em) {
    .content select {
        font-size: .9375rem;
        margin-bottom: 1.55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) {
    .content select {
        font-size: 1rem;
        margin-bottom: 1.57999rem;
        padding-top: .42001rem
    }
}

@media screen and (min-width:100em) {
    .content select {
        font-size: 1.0625rem;
        margin-bottom: 1.60061rem;
        padding-top: .39939rem
    }
}

.content select.no-svg {
    background-image: url(../img/png/arrow-down-black-xs.png)
}

.content textarea {
    height: 230px;
    height: 14.375rem;
    padding: 0 1.25rem;
    background-color: #e6e7e9;
    font-size: .9375rem;
    margin-bottom: 1.55936rem;
    padding-top: 1rem !important
}

.c, .grid--visible .c {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:26.25em) {
    .content textarea {
        font-size: .9375rem;
        margin-bottom: 1.55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:48em) {
    .content textarea {
        font-size: .9375rem;
        margin-bottom: 1.55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) {
    .content textarea {
        font-size: 1rem;
        margin-bottom: 1.57999rem;
        padding-top: .42001rem
    }
}

@media screen and (min-width:100em) {
    .content textarea {
        font-size: 1.0625rem;
        margin-bottom: 1.60061rem;
        padding-top: .39939rem
    }
}

.content textarea:active, .content textarea:focus, .content textarea:hover {
    border: 1px solid #979797
}

.c:after, .c:before {
    display: table
}

.c:after, .grid--visible .c:after {
    content: " ";
    display: block;
    clear: both
}

.grid--visible .c {
    background-image: -webkit-linear-gradient(left,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
    background-image: linear-gradient(to right,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
    background-size: 27.27273%;
    background-origin: content-box;
    background-clip: content-box;
    background-position: left top
}

@media screen and (min-width:0em) {
    .c, .grid--visible .c {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

        .c:after, .grid--visible .c:after {
            content: " ";
            display: block;
            clear: both
        }

    .grid--visible .c {
        background-image: -webkit-linear-gradient(left,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-image: linear-gradient(to right,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-size: 27.27273%;
        background-origin: content-box;
        background-clip: content-box;
        background-position: left top
    }
}

@media screen and (min-width:26.25em) {
    .c, .grid--visible .c {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

        .c:after, .grid--visible .c:after {
            content: " ";
            display: block;
            clear: both
        }

    .grid--visible .c {
        background-image: -webkit-linear-gradient(left,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-image: linear-gradient(to right,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-size: 17.64706%;
        background-origin: content-box;
        background-clip: content-box;
        background-position: left top
    }
}

@media screen and (min-width:48em) {
    .c, .grid--visible .c {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto
    }

        .c:after, .grid--visible .c:after {
            content: " ";
            display: block;
            clear: both
        }

    .grid--visible .c {
        background-image: -webkit-linear-gradient(left,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-image: linear-gradient(to right,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-size: 8.57143%;
        background-origin: content-box;
        background-clip: content-box;
        background-position: left top
    }
}

@media screen and (min-width:79.375em) {
    .c, .grid--visible .c {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }

        .c:after, .grid--visible .c:after {
            content: " ";
            display: block;
            clear: both
        }

    .grid--visible .c {
        background-image: -webkit-linear-gradient(left,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-image: linear-gradient(to right,rgba(102,102,255,.25),rgba(179,179,255,.25) 66.66667%,transparent 66.66667%);
        background-size: 8.57143%;
        background-origin: content-box;
        background-clip: content-box;
        background-position: left top
    }
}

@media screen and (min-width:1600px) {
    .c {
        max-width: 1400px
    }
}

img {
    border: none
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.header, .header-bottom, figcaption {
    position: relative
}

figcaption {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: auto;
    background: #e6e7e9;
    color: #000;
    margin: 0;
    font-family: Trade Gothic Next W01;
    -webkit-font-feature-settings: 'dlig','liga','lnum','kern';
    font-feature-settings: 'dlig','liga','lnum','kern';
    font-weight: 700;
    top: -15px;
    line-height: 2rem;
    font-size: .875rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    figcaption {
        font-size: .875rem;
        margin-bottom: -.71126rem;
        padding-top: .71126rem
    }
}

@media screen and (min-width:48em) {
    figcaption {
        font-size: .875rem;
        margin-bottom: -.71126rem;
        padding-top: .71126rem
    }
}

@media screen and (min-width:79.375em) {
    figcaption {
        font-size: .9375rem;
        margin-bottom: -.69063rem;
        padding-top: .69063rem
    }
}

@media screen and (min-width:100em) {
    figcaption {
        font-size: 1rem;
        margin-bottom: -.67001rem;
        padding-top: .67001rem
    }
}

.main-content ul {
    margin: 0 0 2.5rem;
    padding: 0
}

    .main-content ul li {
        margin-left: 15px;
        line-height: 1.75rem;
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }

@media screen and (min-width:26.25em) {
    .main-content ul li {
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }
}

@media screen and (min-width:48em) {
    .main-content ul li {
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }
}

@media screen and (min-width:79.375em) {
    .main-content ul li {
        font-size: 1rem;
        margin-bottom: -.54501rem;
        padding-top: .54501rem;
        margin-left: 0
    }
}

@media screen and (min-width:100em) {
    .main-content ul li {
        font-size: 1.0625rem;
        margin-bottom: -.52438rem;
        padding-top: .52438rem
    }
}

.main-content ol {
    margin: 0 0 2.5rem;
    padding: 0
}

    .main-content ol li {
        padding-left: .3125rem;
        margin-left: .9375rem;
        -webkit-font-feature-settings: 'kern' 1,'onum' 1,'liga' 1;
        font-feature-settings: 'kern' 1,'onum' 1,'liga' 1;
        line-height: 1.75rem;
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }

@media screen and (min-width:26.25em) {
    .main-content ol li {
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }
}

@media screen and (min-width:48em) {
    .main-content ol li {
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }
}

@media screen and (min-width:79.375em) {
    .main-content ol li {
        font-size: 1rem;
        margin-bottom: -.54501rem;
        padding-top: .54501rem;
        margin-left: 0;
        padding-left: 0
    }
}

@media screen and (min-width:100em) {
    .main-content ol li {
        font-size: 1.0625rem;
        margin-bottom: -.52438rem;
        padding-top: .52438rem
    }
}

table td, table th {
    margin-bottom: -.19063rem;
    color: #000;
    font-family: Trade Gothic Next W01
}

.primary-content .main-content ol li:first-child {
    padding-top: 0;
    margin-top: .99248rem
}

.breadcrumbs-list__item:first-child, .icon-arrow-down, .icon-arrow-down-white, .icon-arrow-right, .icon-bema-quality, .icon-cart, .icon-facebook, .icon-fyndhorna, .icon-fyndhorna-m, .icon-fyndhorna-m-white, .icon-fyndhorna-s, .icon-fyndhorna-s-white, .icon-fyndhorna-white, .icon-google, .icon-handelskatting, .icon-handelskatting-s, .icon-handelskatting-s-white, .icon-handelskatting-white, .icon-house, .icon-lasprodukter, .icon-lasprodukter-s, .icon-lasprodukter-s-white, .icon-lasprodukter-white, .icon-lastsakring, .icon-lastsakring-s, .icon-lastsakring-s-white, .icon-lastsakring-white, .icon-lyftblock, .icon-lyftblock-s, .icon-lyftblock-s-white, .icon-lyftblock-white, .icon-lyftkatting, .icon-lyftkatting-och-tillbehor, .icon-lyftkatting-och-tillbehor-s, .icon-lyftkatting-och-tillbehor-s-white, .icon-lyftkatting-och-tillbehor-white, .icon-lyftkatting-s, .icon-lyftkatting-s-white, .icon-lyftkatting-white, .icon-lyftredskap, .icon-lyftredskap-s, .icon-lyftredskap-s-white, .icon-lyftredskap-white, .icon-mail, .icon-menu-button, .icon-minus-white, .icon-minus-yellow, .icon-mjuka-lyft, .icon-mjuka-lyft-s, .icon-mjuka-lyft-s-white, .icon-mjuka-lyft-white, .icon-ovrigt, .icon-ovrigt-s, .icon-ovrigt-s-white, .icon-ovrigt-white, .icon-plastkatting, .icon-plastkatting-s, .icon-plastkatting-s-white, .icon-plastkatting-white, .icon-plus-white, .icon-plus-yellow, .icon-rostfritt, .icon-rostfritt-s, .icon-rostfritt-s-white, .icon-rostfritt-white, .icon-snokedjor, .icon-snokedjor-s, .icon-snokedjor-s-white, .icon-snokedjor-white, .icon-stallinor, .icon-stallinor-s, .icon-stallinor-s-white, .icon-stallinor-white, .icon-tag, .icon-telfrar, .icon-telfrar-s, .icon-telfrar-s-white, .icon-telfrar-white, .icon-trash-can, .icon-twitter, .icon-you-tube, .main-nav-list__link:after, .view-mode .icon-list-view, .view-mode .icon-table-view {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 36px;
    width: 36px;
    vertical-align: middle
}

@media screen and (min-width:79.375em) {
    .breadcrumbs-list__item:first-child, .icon-arrow-down, .icon-arrow-down-white, .icon-arrow-right, .icon-bema-quality, .icon-cart, .icon-facebook, .icon-fyndhorna, .icon-fyndhorna-m, .icon-fyndhorna-m-white, .icon-fyndhorna-s, .icon-fyndhorna-s-white, .icon-fyndhorna-white, .icon-google, .icon-handelskatting, .icon-handelskatting-s, .icon-handelskatting-s-white, .icon-handelskatting-white, .icon-house, .icon-lasprodukter, .icon-lasprodukter-s, .icon-lasprodukter-s-white, .icon-lasprodukter-white, .icon-lastsakring, .icon-lastsakring-s, .icon-lastsakring-s-white, .icon-lastsakring-white, .icon-lyftblock, .icon-lyftblock-s, .icon-lyftblock-s-white, .icon-lyftblock-white, .icon-lyftkatting, .icon-lyftkatting-och-tillbehor, .icon-lyftkatting-och-tillbehor-s, .icon-lyftkatting-och-tillbehor-s-white, .icon-lyftkatting-och-tillbehor-white, .icon-lyftkatting-s, .icon-lyftkatting-s-white, .icon-lyftkatting-white, .icon-lyftredskap, .icon-lyftredskap-s, .icon-lyftredskap-s-white, .icon-lyftredskap-white, .icon-mail, .icon-menu-button, .icon-minus-white, .icon-minus-yellow, .icon-mjuka-lyft, .icon-mjuka-lyft-s, .icon-mjuka-lyft-s-white, .icon-mjuka-lyft-white, .icon-ovrigt, .icon-ovrigt-s, .icon-ovrigt-s-white, .icon-ovrigt-white, .icon-plastkatting, .icon-plastkatting-s, .icon-plastkatting-s-white, .icon-plastkatting-white, .icon-plus-white, .icon-plus-yellow, .icon-rostfritt, .icon-rostfritt-s, .icon-rostfritt-s-white, .icon-rostfritt-white, .icon-snokedjor, .icon-snokedjor-s, .icon-snokedjor-s-white, .icon-snokedjor-white, .icon-stallinor, .icon-stallinor-s, .icon-stallinor-s-white, .icon-stallinor-white, .icon-tag, .icon-telfrar, .icon-telfrar-s, .icon-telfrar-s-white, .icon-telfrar-white, .icon-trash-can, .icon-twitter, .icon-you-tube, .main-nav-list__link:after, .view-mode .icon-list-view, .view-mode .icon-table-view {
        height: 48px;
        width: 48px
    }
}

.icon-house {
    height: 15px;
    width: 16px;
    background-image: url(../img/svg/house.svg)
}

    .icon-house.no-svg {
        background-image: url(../img/png/house.png)
    }

.icon-trash-can {
    height: 19px;
    width: 16px;
    background-image: url(../img/svg/trash-can.svg)
}

    .icon-trash-can.no-svg {
        background-image: url(../img/png/trash-can.png)
    }

.icon-cart {
    height: 23px;
    width: 19px;
    background-image: url(../img/svg/cart.svg)
}

    .icon-cart.no-svg {
        background-image: url(../img/png/cart.png)
    }

.icon-menu-button {
    height: 36px;
    width: 36px;
    background-image: url(../img/svg/menu.svg)
}

    .icon-menu-button.no-svg {
        background-image: url(../img/png/menu.png)
    }

.icon-you-tube {
    height: 48px;
    width: 40px;
    background-image: url(../img/svg/you-tube.svg)
}

    .icon-you-tube.no-svg {
        background-image: url(../img/png/you-tube.png)
    }

.icon-arrow-right {
    height: 8px;
    width: 5px;
    background-image: url(../img/svg/arrow-right-black.svg)
}

    .icon-arrow-right.no-svg {
        background-image: url(../img/png/arrow-right-black.png)
    }

.icon-arrow-down {
    height: 5px;
    width: 8px;
    background-image: url(../img/svg/arrow-down.svg)
}

    .icon-arrow-down.no-svg {
        background-image: url(../img/png/arrow-down.png)
    }

.icon-arrow-down-white, .main-nav-list__link:after {
    height: 5px;
    width: 8px;
    background-image: url(../img/svg/arrow-down-white.svg)
}

.icon-facebook, .icon-google, .icon-mail, .icon-twitter {
    height: 30px;
    width: 30px
}

.icon-arrow-down-white.no-svg, .no-svg.main-nav-list__link:after {
    background-image: url(../img/png/arrow-down-white.png)
}

.icon-facebook {
    background-image: url(../img/svg/facebook.svg)
}

    .icon-facebook.no-svg {
        background-image: url(../img/png/facebook.png)
    }

.icon-twitter {
    background-image: url(../img/svg/twitter.svg)
}

    .icon-twitter.no-svg {
        background-image: url(../img/png/twitter.png)
    }

.icon-google {
    background-image: url(../img/svg/google.svg)
}

    .icon-google.no-svg {
        background-image: url(../img/png/google.png)
    }

.icon-mail {
    background-image: url(../img/svg/mail.svg)
}

    .icon-mail.no-svg {
        background-image: url(../img/png/mail.png)
    }

.icon-tag {
    height: 18px;
    width: 18px;
    background-image: url(../img/svg/tag.svg)
}

    .icon-tag.no-svg {
        background-image: url(../img/png/tag.png)
    }

.icon-plus-white {
    height: 23px;
    width: 23px;
    border: 1px solid #FFF;
    background-image: url(../img/svg/plus-white.svg)
}

    .icon-plus-white.no-svg {
        background-image: url(../img/png/plus-white.png)
    }

.icon-plus-white--inline {
    display: inline-block
}

.icon-plus-yellow {
    height: 23px;
    width: 23px;
    border: 1px solid #FFED00;
    background-image: url(../img/svg/plus-yellow.svg)
}

    .icon-plus-yellow.no-svg {
        background-image: url(../img/png/plus-yellow.png)
    }

.icon-minus-white {
    height: 23px;
    width: 23px;
    border: 1px solid #FFF;
    background-image: url(../img/svg/minus-white.svg)
}

    .icon-minus-white.no-svg {
        background-image: url(../img/png/minus-white.png)
    }

.icon-minus-white--inline {
    display: inline
}

.icon-minus-yellow {
    height: 23px;
    width: 23px;
    border: 1px solid #FFED00;
    background-image: url(../img/svg/minus-yellow.svg)
}

    .icon-minus-yellow.no-svg {
        background-image: url(../img/png/minus-yellow.png)
    }

.icon-bema-quality {
    height: 76px;
    width: 46px;
    background-image: url(../img/svg/bema-quality.svg)
}

    .icon-bema-quality.no-svg {
        background-image: url(../img/png/bema-quality.png)
    }

.icon-snokedjor {
    height: 152px;
    width: 152px;
    background-image: url(../img/svg/snokedjor.svg)
}

    .icon-snokedjor.no-svg {
        background-image: url(../img/png/snokedjor.png)
    }

.icon-snokedjor-white {
    height: 152px;
    width: 152px;
    background-image: url(../img/svg/snokedjor-white.svg)
}

    .icon-snokedjor-white.no-svg {
        background-image: url(../img/png/snokedjor-white.png)
    }

.icon-snokedjor-s {
    height: 30px;
    width: 30px;
    background-image: url(../img/svg/snokedjor-s.svg)
}

    .icon-snokedjor-s.no-svg {
        background-image: url(../img/png/snokedjor-s.png)
    }

.icon-snokedjor-s-white {
    height: 30px;
    width: 30px;
    background-image: url(../img/svg/snokedjor-s-white.svg)
}

    .icon-snokedjor-s-white.no-svg {
        background-image: url(../img/png/snokedjor-s-white.png)
    }

.icon-lastsakring {
    height: 152px;
    width: 33px;
    background-image: url(../img/svg/lastsakring.svg)
}

    .icon-lastsakring.no-svg {
        background-image: url(../img/png/lastsakring.png)
    }

.icon-lastsakring-white {
    height: 152px;
    width: 33px;
    background-image: url(../img/svg/lastsakring-white.svg)
}

    .icon-lastsakring-white.no-svg {
        background-image: url(../img/png/lastsakring-white.png)
    }

.icon-lastsakring-s {
    height: 30px;
    width: 7px;
    background-image: url(../img/svg/lastsakring-s.svg)
}

    .icon-lastsakring-s.no-svg {
        background-image: url(../img/png/lastsakring-s.png)
    }

.icon-lastsakring-s-white {
    height: 30px;
    width: 7px;
    background-image: url(../img/svg/lastsakring-s-white.svg)
}

    .icon-lastsakring-s-white.no-svg {
        background-image: url(../img/png/lastsakring-s-white.png)
    }

.icon-lyftblock {
    height: 152px;
    width: 41px;
    background-image: url(../img/svg/lyftblock.svg)
}

    .icon-lyftblock.no-svg {
        background-image: url(../img/png/lyftblock.png)
    }

.icon-lyftblock-white {
    height: 152px;
    width: 41px;
    background-image: url(../img/svg/lyftblock-white.svg)
}

    .icon-lyftblock-white.no-svg {
        background-image: url(../img/png/lyftblock-white.png)
    }

.icon-lyftblock-s {
    height: 30px;
    width: 8px;
    background-image: url(../img/svg/lyftblock-s.svg)
}

    .icon-lyftblock-s.no-svg {
        background-image: url(../img/png/lyftblock.s.png)
    }

.icon-lyftblock-s-white {
    height: 30px;
    width: 8px;
    background-image: url(../img/svg/lyftblock-s-white.svg)
}

    .icon-lyftblock-s-white.no-svg {
        background-image: url(../img/png/lyftblock-s-white.png)
    }

.icon-plastkatting {
    height: 152px;
    width: 17px;
    background-image: url(../img/svg/plastkatting.svg)
}

    .icon-plastkatting.no-svg {
        background-image: url(../img/png/plastkatting.png)
    }

.icon-plastkatting-white {
    height: 152px;
    width: 17px;
    background-image: url(../img/svg/plastkatting-white.svg)
}

    .icon-plastkatting-white.no-svg {
        background-image: url(../img/png/plastkatting-white.png)
    }

.icon-plastkatting-s {
    height: 30px;
    width: 3px;
    background-image: url(../img/svg/plastkatting-s.svg)
}

    .icon-plastkatting-s.no-svg {
        background-image: url(../img/png/plastkatting-s.png)
    }

.icon-plastkatting-s-white {
    height: 30px;
    width: 3px;
    background-image: url(../img/svg/plastkatting-s-white.svg)
}

    .icon-plastkatting-s-white.no-svg {
        background-image: url(../img/png/plastkatting-s-white.png)
    }

.icon-mjuka-lyft {
    height: 152px;
    width: 99px;
    background-image: url(../img/svg/mjuka-lyft.svg)
}

    .icon-mjuka-lyft.no-svg {
        background-image: url(../img/png/mjuka-lyft.png)
    }

.icon-mjuka-lyft-white {
    height: 152px;
    width: 99px;
    background-image: url(../img/svg/mjuka-lyft-white.svg)
}

    .icon-mjuka-lyft-white.no-svg {
        background-image: url(../img/png/mjuka-lyft-white.png)
    }

.icon-mjuka-lyft-s {
    height: 30px;
    width: 20px;
    background-image: url(../img/svg/mjuka-lyft-s.svg)
}

    .icon-mjuka-lyft-s.no-svg {
        background-image: url(../img/png/mjuka-lyft-s.png)
    }

.icon-mjuka-lyft-s-white {
    height: 30px;
    width: 20px;
    background-image: url(../img/svg/mjuka-lyft-s-white.svg)
}

    .icon-mjuka-lyft-s-white.no-svg {
        background-image: url(../img/png/mjuka-lyft-s-white.png)
    }

.icon-lasprodukter {
    height: 152px;
    width: 119px;
    background-image: url(../img/svg/lasprodukter.svg)
}

    .icon-lasprodukter.no-svg {
        background-image: url(../img/png/lasprodukter.png)
    }

.icon-lasprodukter-white {
    height: 152px;
    width: 119px;
    background-image: url(../img/svg/lasprodukter-white.svg)
}

    .icon-lasprodukter-white.no-svg {
        background-image: url(../img/png/lasprodukter-white.png)
    }

.icon-lasprodukter-s {
    height: 30px;
    width: 24px;
    background-image: url(../img/svg/lasprodukter-s.svg)
}

    .icon-lasprodukter-s.no-svg {
        background-image: url(../img/png/lasprodukter-s.png)
    }

.icon-lasprodukter-s-white {
    height: 30px;
    width: 24px;
    background-image: url(../img/svg/lasprodukter-s-white.svg)
}

    .icon-lasprodukter-s-white.no-svg {
        background-image: url(../img/png/lasprodukter-s-white.png)
    }

.icon-lyftkatting, .icon-lyftkatting-och-tillbehor, .icon-lyftredskap {
    height: 152px;
    width: 68px;
    background-image: url(../img/svg/lyftkatting.svg)
}

    .icon-lyftkatting-och-tillbehor.no-svg, .icon-lyftkatting.no-svg, .icon-lyftredskap.no-svg {
        background-image: url(../img/png/lyftkatting.png)
    }

.icon-lyftkatting-och-tillbehor-white, .icon-lyftkatting-white, .icon-lyftredskap-white {
    height: 152px;
    width: 68px;
    background-image: url(../img/svg/lyftkatting-white.svg)
}

    .icon-lyftkatting-och-tillbehor-white.no-svg, .icon-lyftkatting-white.no-svg, .icon-lyftredskap-white.no-svg {
        background-image: url(../img/png/lyftkatting-white.png)
    }

.icon-lyftkatting-och-tillbehor-s, .icon-lyftkatting-s, .icon-lyftredskap-s {
    height: 30px;
    width: 13px;
    background-image: url(../img/svg/lyftkatting-s.svg)
}

    .icon-lyftkatting-och-tillbehor-s.no-svg, .icon-lyftkatting-s.no-svg, .icon-lyftredskap-s.no-svg {
        background-image: url(../img/png/lyftkatting-s.png)
    }

.icon-lyftkatting-och-tillbehor-s-white, .icon-lyftkatting-s-white, .icon-lyftredskap-s-white {
    height: 30px;
    width: 13px;
    background-image: url(../img/svg/lyftkatting-s-white.svg)
}

    .icon-lyftkatting-och-tillbehor-s-white.no-svg, .icon-lyftkatting-s-white.no-svg, .icon-lyftredskap-s-white.no-svg {
        background-image: url(../img/png/lyftkatting-s-white.png)
    }

.icon-telfrar {
    height: 152px;
    width: 71px;
    background-image: url(../img/svg/telfrar.svg)
}

    .icon-telfrar.no-svg {
        background-image: url(../img/png/telfrar.png)
    }

.icon-telfrar-white {
    height: 152px;
    width: 71px;
    background-image: url(../img/svg/telfrar-white.svg)
}

    .icon-telfrar-white.no-svg {
        background-image: url(../img/png/telfrar-white.png)
    }

.icon-telfrar-s {
    height: 30px;
    width: 14px;
    background-image: url(../img/svg/telfrar-s.svg)
}

    .icon-telfrar-s.no-svg {
        background-image: url(../img/png/telfrar-s.png)
    }

.icon-telfrar-s-white {
    height: 30px;
    width: 14px;
    background-image: url(../img/svg/telfrar-s-white.svg)
}

    .icon-telfrar-s-white.no-svg {
        background-image: url(../img/png/telfrar-s-white.png)
    }

.icon-fyndhorna {
    height: 152px;
    width: 150px;
    background-image: url(../img/svg/fynd.svg)
}

    .icon-fyndhorna.no-svg {
        background-image: url(../img/png/fynd.png)
    }

.icon-fyndhorna-white {
    height: 152px;
    width: 150px;
    background-image: url(../img/svg/fynd-white.svg)
}

    .icon-fyndhorna-white.no-svg {
        background-image: url(../img/png/fynd-white.png)
    }

.icon-fyndhorna-s {
    height: 30px;
    width: 30px;
    background-image: url(../img/svg/fynd-s.svg)
}

    .icon-fyndhorna-s.no-svg {
        background-image: url(../img/png/fynd-s.png)
    }

.icon-fyndhorna-s-white {
    height: 30px;
    width: 30px;
    background-image: url(../img/svg/fynd-s-white.svg)
}

    .icon-fyndhorna-s-white.no-svg {
        background-image: url(../img/png/fynd-s-white.png)
    }

.icon-fyndhorna-m {
    height: 75px;
    width: 75px;
    background-image: url(../img/svg/fynd-m.svg)
}

    .icon-fyndhorna-m.no-svg {
        background-image: url(../img/png/fynd-m.png)
    }

.icon-fyndhorna-m-white {
    height: 75px;
    width: 75px;
    background-image: url(../img/svg/fynd-m-white.svg)
}

    .icon-fyndhorna-m-white.no-svg {
        background-image: url(../img/png/fynd-m-white.png)
    }

.icon-stallinor {
    height: 152px;
    width: 35px;
    background-image: url(../img/svg/stallinor.svg)
}

    .icon-stallinor.no-svg {
        background-image: url(../img/png/stallinor.png)
    }

.icon-stallinor-white {
    height: 152px;
    width: 35px;
    background-image: url(../img/svg/stallinor-white.svg)
}

    .icon-stallinor-white.no-svg {
        background-image: url(../img/png/stallinor-white.png)
    }

.icon-stallinor-s {
    height: 30px;
    width: 7px;
    background-image: url(../img/svg/stallinor-s.svg)
}

    .icon-stallinor-s.no-svg {
        background-image: url(../img/png/stallinor-s.png)
    }

.icon-stallinor-s-white {
    height: 30px;
    width: 7px;
    background-image: url(../img/svg/stallinor-s-white.svg)
}

    .icon-stallinor-s-white.no-svg {
        background-image: url(../img/png/stallinor-s-white.png)
    }

.icon-handelskatting {
    height: 152px;
    width: 17px;
    background-image: url(../img/svg/handelskatting.svg)
}

    .icon-handelskatting.no-svg {
        background-image: url(../img/png/handelskatting.png)
    }

.icon-handelskatting-white {
    height: 152px;
    width: 17px;
    background-image: url(../img/svg/handelskatting-white.svg)
}

    .icon-handelskatting-white.no-svg {
        background-image: url(../img/png/handelskatting-white.png)
    }

.icon-handelskatting-s {
    height: 30px;
    width: 3px;
    background-image: url(../img/svg/handelskatting-s.svg)
}

    .icon-handelskatting-s.no-svg {
        background-image: url(../img/png/handelskatting-s.png)
    }

.icon-handelskatting-s-white {
    height: 30px;
    width: 3px;
    background-image: url(../img/svg/handelskatting-s-white.svg)
}

    .icon-handelskatting-s-white.no-svg {
        background-image: url(../img/png/handelskatting-s-white.png)
    }

.icon-rostfritt {
    height: 152px;
    width: 21px;
    background-image: url(../img/svg/rostfritt.svg)
}

    .icon-rostfritt.no-svg {
        background-image: url(../img/png/rostfritt.png)
    }

.icon-rostfritt-white {
    height: 152px;
    width: 21px;
    background-image: url(../img/svg/rostfritt-white.svg)
}

    .icon-rostfritt-white.no-svg {
        background-image: url(../img/png/rostfritt-white.png)
    }

.icon-rostfritt-s {
    height: 30px;
    width: 4px;
    background-image: url(../img/svg/rostfritt-s.svg)
}

    .icon-rostfritt-s.no-svg {
        background-image: url(../img/png/rostfritt-s.png)
    }

.icon-rostfritt-s-white {
    height: 30px;
    width: 4px;
    background-image: url(../img/svg/rostfritt-s-white.svg)
}

    .icon-rostfritt-s-white.no-svg {
        background-image: url(../img/png/rostfritt-s-white.png)
    }

.icon-ovrigt {
    height: 152px;
    width: 21px;
    background-image: url(../img/svg/rostfritt.svg);
    background-size: 75px 10px
}

    .icon-ovrigt.no-svg {
        background-image: url(../img/png/rostfritt.png)
    }

.icon-ovrigt-white {
    height: 152px;
    width: 21px;
    background-image: url(../img/svg/rostfritt-white.svg);
    background-size: 75px 10px
}

.icon-ovrigt-s, .icon-ovrigt-s-white {
    height: 30px;
    width: 4px;
    background-size: 75px 10px
}

.icon-ovrigt-white.no-svg {
    background-image: url(../img/png/rostfritt-white.png)
}

.icon-ovrigt-s {
    background-image: url(../img/svg/rostfritt-s.svg)
}

    .icon-ovrigt-s.no-svg {
        background-image: url(../img/png/rostfritt-s.png)
    }

.icon-ovrigt-s-white {
    background-image: url(../img/svg/rostfritt-s-white.svg)
}

    .icon-ovrigt-s-white.no-svg {
        background-image: url(../img/png/rostfritt-s-white.png)
    }

table {
    margin-bottom: 1.25rem;
    width: 100%
}

@media screen and (min-width:48em) {
    table {
        margin-bottom: 1.875rem
    }

        table th {
            font-size: .9375rem;
            margin-bottom: -.19063rem;
            padding-top: .19063rem
        }
}

table tr {
    border-top: solid 1px #979797;
    border-right: solid 1px #979797;
    border-bottom: solid 1px #979797;
    border-left: solid 1px #979797
}

    table tr:hover td {
        color: #000
    }

table tfoot tr, table thead tr {
    border: none
}

table th {
    background: #FFF;
    font-weight: 600;
    font-size: .9375rem
}

@media screen and (min-width:26.25em) {
    table th {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:79.375em) {
    table {
        margin-bottom: 2.5rem
    }

        table th {
            font-size: 1rem;
            margin-bottom: -.17001rem;
            padding-top: .17001rem
        }
}

@media screen and (min-width:100em) {
    table th {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

table td {
    font-weight: 400;
    font-size: .9375rem
}

@media screen and (min-width:26.25em) {
    table td {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:48em) {
    table td {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:79.375em) {
    table td {
        font-size: 1rem;
        margin-bottom: -.17001rem;
        padding-top: .17001rem
    }
}

@media screen and (min-width:100em) {
    table td {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

table td, table th {
    padding: .625rem 1.25rem;
    vertical-align: top;
    text-align: left;
    margin: 0 0 -.44064rem;
    border: none;
    line-height: 1.5rem;
    padding-top: .44064rem
}

@media screen and (min-width:26.25em) {
    table td, table th {
        margin-bottom: -.44064rem;
        padding-top: .44064rem
    }

    p {
        margin-bottom: 1.18437rem;
        padding-top: .31563rem
    }
}

@media screen and (min-width:48em) {
    table td, table th {
        margin-bottom: -.44064rem;
        padding-top: .44064rem
    }

    p {
        margin-bottom: 1.18437rem;
        padding-top: .31563rem
    }
}

@media screen and (min-width:79.375em) {
    table td, table th {
        margin-bottom: -.42001rem;
        padding-top: .42001rem
    }
}

@media screen and (min-width:100em) {
    table td, table th {
        margin-bottom: -.39939rem;
        padding-top: .39939rem
    }
}

table .odd {
    background: #e6e7e9
}

a {
    color: #E30613;
    text-decoration: none;
    -webkit-transition: color .1s,background-color .1s;
    transition: color .1s,background-color .1s
}

p {
    line-height: 1.25rem;
    margin-bottom: 1.18437rem;
    padding-top: .31563rem;
    -webkit-font-feature-settings: 'kern','onum','liga';
    font-feature-settings: 'kern','onum','liga'
}

.main-nav-list__item, h1, h2, h3, h4, h5, h6 {
    -webkit-font-feature-settings: 'dlig','liga','lnum','kern'
}

@media screen and (min-width:79.375em) {
    table td, table th {
        padding: .9375rem 1.25rem
    }

    a:active, a:focus, a:hover {
        color: #E30613;
        text-decoration: none
    }

    p {
        margin-bottom: 1.20499rem;
        padding-top: .29501rem
    }
}

@media screen and (min-width:100em) {
    p {
        margin-bottom: 1.22561rem;
        padding-top: .27438rem
    }
}

@media screen and (min-width:79.375em) {
    p {
        line-height: 1.5rem;
        margin-bottom: 1.05936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) and (min-width:26.25em) {
    p {
        margin-bottom: 1.05936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) and (min-width:48em) {
    p {
        margin-bottom: 1.05936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:79.375em) and (min-width:79.375em) {
    p {
        margin-bottom: 1.07999rem;
        padding-top: .42001rem
    }
}

@media screen and (min-width:79.375em) and (min-width:100em) {
    p {
        margin-bottom: 1.10061rem;
        padding-top: .39939rem
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: Trade Gothic Next W01;
    font-feature-settings: 'dlig','liga','lnum','kern';
    font-weight: 600
}

.beta, h1 {
    line-height: 3rem;
    font-size: 2.03125rem;
    margin-bottom: 1.12905rem;
    padding-top: .87095rem
}

.delta, .epsilon, .gamma, .theta, .zeta, h2, h3, h4, h5, h6 {
    line-height: 2rem
}

@media screen and (min-width:26.25em) {
    .beta, h1 {
        font-size: 2.03125rem;
        margin-bottom: 1.12905rem;
        padding-top: .87095rem
    }
}

@media screen and (min-width:48em) {
    .beta, h1 {
        font-size: 2.03125rem;
        margin-bottom: 1.12905rem;
        padding-top: .87095rem
    }
}

@media screen and (min-width:79.375em) {
    .beta, h1 {
        font-size: 2.90625rem;
        margin-bottom: 1.4178rem;
        padding-top: .5822rem
    }
}

@media screen and (min-width:100em) {
    .beta, h1 {
        font-size: 2.90625rem;
        margin-bottom: 1.4178rem;
        padding-top: .5822rem
    }
}

.gamma, h2 {
    font-size: 1.6875rem;
    margin-bottom: 1.01561rem;
    padding-top: .48439rem
}

@media screen and (min-width:26.25em) {
    .gamma, h2 {
        font-size: 1.6875rem;
        margin-bottom: 1.01561rem;
        padding-top: .48439rem
    }
}

@media screen and (min-width:48em) {
    .gamma, h2 {
        font-size: 1.6875rem;
        margin-bottom: 1.01561rem;
        padding-top: .48439rem
    }
}

@media screen and (min-width:79.375em) {
    .gamma, h2 {
        font-size: 1.84375rem;
        margin-bottom: 1.06718rem;
        padding-top: .43282rem
    }
}

@media screen and (min-width:100em) {
    .gamma, h2 {
        font-size: 1.84375rem;
        margin-bottom: 1.06718rem;
        padding-top: .43282rem
    }
}

.primary-content section > h2 {
    margin-top: 3rem
}

.primary-content section:first-child h2 {
    margin-top: 0
}

.delta, h3 {
    font-size: 1.375rem;
    margin-bottom: .41249rem;
    padding-top: .58751rem
}

@media screen and (min-width:26.25em) {
    .delta, h3 {
        font-size: 1.375rem;
        margin-bottom: .41249rem;
        padding-top: .58751rem
    }
}

@media screen and (min-width:48em) {
    .delta, h3 {
        font-size: 1.375rem;
        margin-bottom: .41249rem;
        padding-top: .58751rem
    }
}

@media screen and (min-width:79.375em) {
    .delta, h3 {
        font-size: 1.375rem;
        margin-bottom: .41249rem;
        padding-top: .58751rem
    }
}

@media screen and (min-width:100em) {
    .delta, h3 {
        font-size: 1.5rem;
        margin-bottom: .45374rem;
        padding-top: .54626rem
    }
}

.epsilon, h4 {
    font-size: 1.1875rem;
    margin-bottom: -.64938rem;
    padding-top: .64938rem
}

@media screen and (min-width:26.25em) {
    .epsilon, h4 {
        font-size: 1.1875rem;
        margin-bottom: -.64938rem;
        padding-top: .64938rem
    }
}

@media screen and (min-width:48em) {
    .epsilon, h4 {
        font-size: 1.1875rem;
        margin-bottom: -.64938rem;
        padding-top: .64938rem
    }
}

@media screen and (min-width:79.375em) {
    .epsilon, h4 {
        font-size: 1.1875rem;
        margin-bottom: -.64938rem;
        padding-top: .64938rem
    }
}

@media screen and (min-width:100em) {
    .epsilon, h4 {
        font-size: 1.3125rem;
        margin-bottom: -.60813rem;
        padding-top: .60813rem
    }
}

.zeta, h5 {
    font-size: 1.0625rem;
    margin-bottom: -.69063rem;
    padding-top: .69063rem
}

@media screen and (min-width:26.25em) {
    .zeta, h5 {
        font-size: 1.0625rem;
        margin-bottom: -.69063rem;
        padding-top: .69063rem
    }
}

@media screen and (min-width:48em) {
    .zeta, h5 {
        font-size: 1.0625rem;
        margin-bottom: -.69063rem;
        padding-top: .69063rem
    }
}

@media screen and (min-width:79.375em) {
    .zeta, h5 {
        font-size: 1.125rem;
        margin-bottom: -.67001rem;
        padding-top: .67001rem
    }
}

@media screen and (min-width:100em) {
    .zeta, h5 {
        font-size: 1.1875rem;
        margin-bottom: -.64938rem;
        padding-top: .64938rem
    }
}

.theta, h6 {
    font-size: .9375rem;
    margin-bottom: -.73189rem;
    padding-top: .73189rem
}

@media screen and (min-width:26.25em) {
    .theta, h6 {
        font-size: .9375rem;
        margin-bottom: -.73189rem;
        padding-top: .73189rem
    }
}

@media screen and (min-width:48em) {
    .theta, h6 {
        font-size: .9375rem;
        margin-bottom: -.73189rem;
        padding-top: .73189rem
    }
}

@media screen and (min-width:79.375em) {
    .theta, h6 {
        font-size: 1rem;
        margin-bottom: -.71126rem;
        padding-top: .71126rem
    }
}

@media screen and (min-width:100em) {
    .theta, h6 {
        font-size: 1.0625rem;
        margin-bottom: -.69063rem;
        padding-top: .69063rem
    }
}

.bold, b, strong {
    font-weight: 700
}

.caption, small {
    font-size: .8125rem;
    font-family: Trade Gothic Next W01;
    font-weight: 400
}

@media screen and (min-width:26.25em) {
    .caption, small {
        font-size: .8125rem
    }

    .caption {
        margin-bottom: 1.26811rem;
        padding-top: .73189rem
    }
}

@media screen and (min-width:48em) {
    .caption, small {
        font-size: .8125rem
    }

    .caption {
        margin-bottom: 1.26811rem;
        padding-top: .73189rem
    }
}

@media screen and (min-width:79.375em) {
    .caption, small {
        font-size: .875rem
    }
}

small {
    line-height: 1rem
}

.caption {
    line-height: 2rem;
    margin-bottom: 1.26811rem;
    padding-top: .73189rem;
    color: #BDC8CC
}

@media screen and (min-width:79.375em) {
    .caption {
        margin-bottom: 1.28874rem;
        padding-top: .71126rem
    }
}

@media screen and (min-width:100em) {
    .caption, small {
        font-size: .9375rem
    }

    .caption {
        margin-bottom: 1.30937rem;
        padding-top: .69063rem
    }
}

.alpha + .caption, .beta + .caption, .gamma + .caption, h1 + .caption, h2 + .caption, h3 + .caption {
    margin-top: -1rem
}

.delta + .caption, .epsilon + .caption, .zeta + .caption {
    margin-top: 0
}

blockquote p {
    border-left: .2rem solid #F4F4F4;
    font-style: 400;
    padding-left: 1rem;
    color: #000;
    padding-bottom: .69063rem;
    line-height: 2.5rem;
    font-size: 1.25rem;
    margin-bottom: 1.16249rem;
    padding-top: .83751rem
}

@media screen and (min-width:26.25em) {
    blockquote p {
        margin-bottom: 1.61874rem;
        padding-bottom: .69063rem
    }
}

@media screen and (min-width:48em) {
    blockquote p {
        margin-bottom: 1.61874rem;
        padding-bottom: .69063rem
    }
}

@media screen and (min-width:79.375em) {
    blockquote p {
        margin-bottom: 1.65999rem;
        padding-bottom: .67001rem
    }
}

@media screen and (min-width:100em) {
    blockquote p {
        margin-bottom: 1.70124rem;
        padding-bottom: .64938rem
    }
}

@media screen and (min-width:26.25em) {
    blockquote p {
        font-size: 1.25rem;
        margin-bottom: 1.16249rem;
        padding-top: .83751rem
    }

    blockquote {
        margin-left: -1rem
    }
}

@media screen and (min-width:48em) {
    blockquote p {
        font-size: 1.25rem;
        margin-bottom: 1.16249rem;
        padding-top: .83751rem
    }
}

@media screen and (min-width:79.375em) {
    blockquote p {
        font-size: 1.25rem;
        margin-bottom: 1.16249rem;
        padding-top: .83751rem
    }
}

@media screen and (min-width:100em) {
    blockquote p {
        font-size: 1.375rem;
        margin-bottom: 1.20374rem;
        padding-top: .79626rem
    }
}

hr {
    background-image: -webkit-linear-gradient(top,transparent 50%,#BDC8CC 50%);
    background-image: linear-gradient(to bottom,transparent 50%,#BDC8CC 50%);
    background-position: 0 50%;
    background-repeat: repeat-x;
    background-size: 100% .15rem;
    border: 0;
    margin: 0;
    padding-bottom: 3rem;
    padding-top: 3rem
}

code, pre {
    background-color: #000;
    font-family: Trade Gothic Next W01
}

pre {
    display: block;
    margin-bottom: 2rem;
    padding: 1rem;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

.content-header:after, .content-header:before, .main-content:after, .main-content:before, .main:after, .main:before, .placeholder--excerpt-product-categories:after, .placeholder--excerpt-product-categories:before, .placeholder:after, .placeholder:before {
    display: table;
    content: ""
}

code {
    font-size: .8125rem;
    line-height: 1rem
}

@media screen and (min-width:26.25em) {
    code {
        font-size: .8125rem
    }
}

@media screen and (min-width:48em) {
    code {
        font-size: .8125rem
    }
}

@media screen and (min-width:79.375em) {
    code {
        font-size: .875rem
    }
}

.upper {
    -webkit-font-kerning: normal;
    font-kerning: normal
}

.small-caps {
    -webkit-font-feature-settings: 'smcp','kern';
    font-feature-settings: 'smcp','kern';
    -webkit-font-kerning: normal;
    font-kerning: normal
}

.lining-numerals {
    -webkit-font-feature-settings: 'lnum','kern';
    font-feature-settings: 'lnum','kern'
}

.oldstyle-numerals {
    -webkit-font-feature-settings: 'onum','kern';
    font-feature-settings: 'onum','kern'
}

.breadcrumbs-list, .footer-list, .global-nav-list, .global-search-dropdown-list, .main-nav-list, .paging-list, .related-files-list, .sub-nav-list, .tabs-nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header, .hero, .spot--img, .spot-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.excerpt-product-categories, .products-overview, .sidebar--product, .sidebar--wide {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

@media screen and (min-width:48em) {
    .excerpt-product-categories, .products-overview, .sidebar--product, .sidebar--wide {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media screen and (min-width:79.375em) {
    .excerpt-product-categories, .products-overview, .sidebar--product, .sidebar--wide {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }
}

@media screen and (min-width:100em) {
    code {
        font-size: .9375rem
    }

    .excerpt-product-categories, .products-overview, .sidebar--product, .sidebar--wide {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }
}

.footer .placeholder--footer, .main-content, .main-content--page, .teasers {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

@media screen and (min-width:48em) {
    .footer .placeholder--footer, .main-content, .main-content--page, .teasers {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }

    .content-header__col-one {
        width: 48.57143%;
        float: left;
        margin-right: 2.85714%
    }
}

@media screen and (min-width:79.375em) {
    .footer .placeholder--footer, .main-content, .main-content--page, .teasers {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .content-header__col-one {
        padding-left: 0;
        padding-right: 8.57143%
    }
}

.block--margin-bottom, .block-box, .block-form, .block-movie, .block-text-img__image {
    line-height: 2rem
}

.main:after {
    clear: both
}

.main-content:after {
    clear: both
}

.content-header:after {
    clear: both
}

@media screen and (min-width:100em) {
    .footer .placeholder--footer, .main-content, .main-content--page, .teasers {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .content-header__col-one {
        padding-left: 0;
        padding-right: 17.14286%
    }
}

.content-header__col-one button {
    margin: 0 0 0 10px
}

@media screen and (min-width:48em) {
    .content-header__col-two {
        width: 48.57143%;
        float: right;
        margin-right: 0
    }
}

.excerpt-product-categories {
    background: #FFF;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.excerpt-product-categories--padding {
    padding-left: 20px;
    padding-right: 20px
}

.excerpt-product-categories h2 {
    margin: 0 auto 20px
}

.placeholder:after {
    clear: both
}

.placeholder--excerpt-product-categories {
    padding-left: 10px;
    padding-right: 10px
}

    .placeholder--excerpt-product-categories:after {
        clear: both
    }

@media screen and (min-width:26.25em) {
    .placeholder--excerpt-product-categories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100%-20px)
    }
}

@media screen and (min-width:79.375em) {
    .placeholder--excerpt-product-categories {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

.home, .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.content:after, .content:before, .main-content--page:after, .main-content--page:before, .products-overview:after, .products-overview:before {
    display: table;
    content: ""
}

.content {
    background: #FFF;
    min-height: 60vh
}

.wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-content--home {
    padding-top: 0;
    padding-bottom: 0
}

.main-content--page {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background: #FFF
}

    .main-content--page:after {
        clear: both
    }

.content:after {
    clear: both
}

@media screen and (min-width:79.375em) {
    .main-content--page {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .primary-content {
        width: 74.28571%;
        float: left;
        margin-right: 2.85714%;
        padding-right: 8.57143%;
        padding-bottom: 2.5rem
    }
}

@media screen and (min-width:100em) {
    .primary-content {
        width: 74.28571%;
        float: left;
        margin-right: 2.85714%
    }
}

.primary-content--wide {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0
}

.sidebar {
    margin-top: 1.25rem
}

@media screen and (min-width:79.375em) {
    .sidebar {
        margin-top: 0;
        width: 22.85714%;
        float: right;
        margin-right: 0
    }
}

@media screen and (min-width:100em) {
    .sidebar {
        width: 22.85714%;
        float: right;
        margin-right: 0
    }
}

.sidebar--product, .sidebar--wide {
    float: none;
    width: 100%;
    margin-top: 0
}

.sidebar--wide {
    text-align: right
}

.main-content--product {
    padding-top: 0;
    padding-bottom: 0
}

.content--product {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media screen and (min-width:79.375em) {
    .content--product {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.sidebar--product {
    background: #e6e7e9;
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.header, .products-overview {
    background: #FFF
}

@media screen and (min-width:79.375em) {
    .sidebar--product {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.products-overview:after {
    clear: both
}

.products-overview .caption-headline {
    margin-bottom: 3.75rem
}

@media screen and (min-width:26.25em) {
    .products-overview .placeholder--products-overview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.header-bottom:after, .header-bottom:before, .header-top-right:after, .header-top-right:before, .header-top-right__bottom:after, .header-top-right__bottom:before, .header-top-right__top:after, .header-top-right__top:before, .header-top:after, .header-top:before, .header:after, .header:before {
    display: table;
    content: ""
}

@media screen and (min-width:48em) {
    .sidebar--product__content {
        padding-right: 25.71429%
    }

    .home .header {
        padding: 1.25rem 0
    }
}

@media screen and (min-width:79.375em) {
    .home .header {
        padding: 1.25rem 0 0
    }
}

.header {
    padding: 1.25rem;
    z-index: 10003
}

    .header:after {
        clear: both
    }

@media screen and (min-width:48em) {
    .header {
        padding: 1.25rem 0 0
    }
}

.header-top:after {
    clear: both
}

.header-top-left {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%
}

@media screen and (min-width:79.375em) {
    .header-top {
        padding: 0 0 1.25rem
    }

    .header-top-left {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%
    }
}

.header-top-right:after {
    clear: both
}

@media screen and (min-width:48em) {
    .header-top-left {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%
    }

    .header-top-right {
        width: 48.57143%;
        float: right;
        margin-right: 0;
        margin-top: 0
    }

    .header-top-right__top {
        margin: 0
    }
}

@media screen and (min-width:79.375em) {
    .header-top-right {
        width: 65.71429%;
        float: right;
        margin-right: 0;
        margin-top: 0
    }
}

.header-top-right__top:after {
    clear: both
}

.header-top-right__top .global-nav {
    float: right
}

.header-top-right__top .cart {
    float: right;
    position: relative;
    top: -2px
}

@media screen and (min-width:48em) {
    .header-top-right__top {
        margin: 0 0 1.25rem
    }

        .header-top-right__top .cart {
            top: -5px
        }
}

@media screen and (min-width:79.375em) {
    .header-top-right__top .cart {
        top: 0
    }

    .menu-button {
        display: none
    }
}

.header-top-right__top .icon-cart {
    margin-right: 5px
}

.header-top-right__bottom:after {
    clear: both
}

.header-bottom {
    background: #000;
    z-index: 10003
}

    .header-bottom:after {
        clear: both
    }

.menu-button {
    position: absolute;
    top: 15px;
    z-index: 99;
    right: calc(5% - 8px);
    cursor: pointer
}

.add-to-cart:after, .add-to-cart:before, .footer-contact:after, .footer-contact:before, .footer-links:after, .footer-links:before, .footer:after, .footer:before {
    display: table;
    content: ""
}

.footer:after {
    clear: both
}

.footer .placeholder--footer {
    background: #000;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.footer__col-one {
    margin-bottom: 1.25rem
}

@media screen and (min-width:48em) {
    .menu-button {
        right: calc(7.5 % - 8px)
    }

    .footer .placeholder--footer {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .footer__col-one {
        margin-bottom: 0;
        width: 82.85714%;
        float: left;
        margin-right: 2.85714%
    }
}

@media screen and (min-width:79.375em) {
    .footer__col-one {
        margin-bottom: 0;
        width: 74.28571%;
        float: left;
        margin-right: 2.85714%
    }
}

.footer__col-two {
    text-align: right
}

.footer-list {
    margin: 0;
    padding: 0
}

@media screen and (min-width:48em) {
    .footer__col-two {
        width: 22.85714%;
        float: right;
        margin-right: 0
    }

    .footer-list {
        width: calc(100% - 200px);
        float: rigth
    }
}

.footer-list__item {
    font-family: Trade Gothic Next W01;
    font-style: regular;
    color: #FFF;
    float: left;
    margin-left: 0 !important;
    margin: 0 20px .53874rem 0;
    padding: 0;
    line-height: 1.5rem;
    font-size: .875rem;
    padding-top: 0 !important
}

@media screen and (min-width:26.25em) {
    .footer-list__item {
        font-size: .875rem;
        margin-bottom: .53874rem;
        padding-top: .46126rem
    }
}

@media screen and (min-width:48em) {
    .footer-list__item {
        font-size: .875rem;
        margin-bottom: .53874rem;
        padding-top: .46126rem
    }
}

@media screen and (min-width:79.375em) {
    .footer-list__item {
        font-size: .9375rem;
        margin-bottom: .55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:100em) {
    .footer-list__item {
        font-size: 1rem;
        margin-bottom: .57999rem;
        padding-top: .42001rem
    }
}

.footer-list__link, .footer-list__link:active, .footer-list__link:focus, .footer-list__link:hover {
    color: #FFF
}

.footer-links {
    padding-bottom: 1.25rem;
    border-bottom: dashed 1px #606060
}

    .footer-links:after {
        clear: both
    }

.footer-links__headline {
    color: #FFED00;
    font-weight: 600;
    line-height: 1.5rem;
    font-size: .875rem;
    margin-bottom: .53874rem;
    padding-top: 0 !important
}

@media screen and (min-width:26.25em) {
    .footer-links__headline {
        font-size: .875rem;
        margin-bottom: .53874rem;
        padding-top: .46126rem
    }
}

@media screen and (min-width:48em) {
    .footer-links__headline {
        font-size: .875rem;
        margin-bottom: .53874rem;
        padding-top: .46126rem;
        width: 180px;
        margin-right: 20px;
        float: left
    }
}

@media screen and (min-width:79.375em) {
    .footer-links__headline {
        font-size: .9375rem;
        margin-bottom: .55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:100em) {
    .footer-links__headline {
        font-size: 1rem;
        margin-bottom: .57999rem;
        padding-top: .42001rem
    }
}

.footer-contact {
    padding-top: 1.25rem
}

    .footer-contact:after {
        clear: both
    }

.footer-contact__headline {
    color: #FFED00;
    font-weight: 600;
    line-height: 1.5rem;
    font-size: .875rem;
    margin-bottom: .53874rem;
    padding-top: 0 !important
}

@media screen and (min-width:26.25em) {
    .footer-contact__headline {
        font-size: .875rem;
        margin-bottom: .53874rem;
        padding-top: .46126rem
    }
}

@media screen and (min-width:48em) {
    .footer-contact__headline {
        font-size: .875rem;
        margin-bottom: .53874rem;
        padding-top: .46126rem;
        width: 180px;
        margin-right: 20px;
        float: left
    }
}

@media screen and (min-width:79.375em) {
    .footer-contact__headline {
        font-size: .9375rem;
        margin-bottom: .55936rem;
        padding-top: .44064rem
    }
}

@media screen and (min-width:100em) {
    .footer-contact__headline {
        font-size: 1rem;
        margin-bottom: .57999rem;
        padding-top: .42001rem
    }
}

.add-to-cart {
    float: right;
    margin: 20px 0
}

    .add-to-cart:after {
        clear: both
    }

.add-to-cart__col-one, .add-to-cart__col-two {
    float: left;
    margin-right: 20px
}

.add-to-cart__col-three {
    display: block;
    margin-top: 40px
}

@media screen and (min-width:48em) {
    .add-to-cart__col-three {
        float: left;
        display: inline-block;
        margin-top: 0
    }
}

.breadcrumbs {
    display: none
}

@media screen and (min-width:48em) {
    .breadcrumbs {
        padding: .625rem 0;
        background: #FFED00;
        position: relative;
        z-index: 99;
        display: block
    }

        .breadcrumbs:after, .breadcrumbs:before {
            display: table;
            content: ""
        }

        .breadcrumbs:after {
            clear: both
        }
}

@media screen and (min-width:79.375em) {
    .breadcrumbs {
        margin: 0
    }
}

.breadcrumbs-list__item {
    float: left;
    color: #000;
    font-family: Trade Gothic Next W01;
    border: none;
    line-height: 1rem;
    font-size: .75rem;
    margin-bottom: -.25251rem;
    padding-top: 0 !important
}

@media screen and (min-width:26.25em) {
    .breadcrumbs-list__item {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:48em) {
    .breadcrumbs-list__item {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:79.375em) {
    .breadcrumbs-list__item {
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }
}

@media screen and (min-width:100em) {
    .breadcrumbs-list__item {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

.breadcrumbs-list__item:first-child {
    height: 15px;
    width: 16px;
    background-image: url(../img/svg/house.svg);
    position: relative;
    top: -1px;
    left: 15px;
    margin-right: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

    .breadcrumbs-list__item:first-child.no-svg {
        background-image: url(../img/png/house.png)
    }

.breadcrumbs-list__item--seperator:after {
    margin-left: .1875rem;
    margin-right: .375rem;
    content: "/"
}

.breadcrumbs-list__link {
    color: #000
}

.breadcrumbs-list span {
    display: inline-block !important
}

.cart {
    margin-right: 3.125rem;
    display: inline-block;
    position: relative
}

@media screen and (min-width:48em) {
    .cart {
        margin-right: 3.75rem
    }
}

.cart__link {
    color: #000
}

    .cart__link span {
        display: none
    }

@media screen and (min-width:48em) {
    .cart__link span {
        display: inline-block
    }
}

.cart__link .icon-arrow-down {
    display: none
}

@media screen and (min-width:48em) {
    .cart__link .icon-arrow-down {
        display: inline-block;
        margin-left: 5px
    }
}

.cart__amount {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
    background: #FFED00;
    border-radius: 50%;
    position: absolute;
    display: table;
    top: -5px;
    left: -7px
}

    .cart__amount span {
        font-weight: 600;
        color: #000;
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        line-height: 1rem;
        font-size: .6875rem;
        padding-top: 0 !important;
        margin-bottom: 0 !important
    }

@media screen and (min-width:26.25em) {
    .cart__amount span {
        font-size: .6875rem;
        margin-bottom: -.27314rem;
        padding-top: .27314rem
    }
}

@media screen and (min-width:48em) {
    .cart__amount span {
        font-size: .6875rem;
        margin-bottom: -.27314rem;
        padding-top: .27314rem
    }
}

@media screen and (min-width:79.375em) {
    .cart {
        margin-right: 0
    }

    .cart__amount span {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:100em) {
    .cart__amount span {
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }
}

.expanded-cart {
    background: #FFF;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 99999
}

    .expanded-cart table {
        margin-bottom: 0
    }

.placeholder--contact-persons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.contact-person {
    width: 100%;
    margin-bottom: 2.5rem;
    position: relative
}

    .contact-person:nth-child(1n+1):nth-last-child(-n+0) ~ .contact-person {
        margin-left: calc((100% - 100%)/ (1 - 1))
    }

    .contact-person:nth-child(1n+0):last-child, .contact-person:nth-child(1n+1):last-child, .contact-person:nth-child(1n+2):last-child {
        margin-right: auto
    }

@media screen and (min-width:26.25em) {
    .contact-person {
        width: 48.57143%;
        margin-right: 2.85714%
    }

        .contact-person:nth-child(2n+1):nth-last-child(-n+1) ~ .contact-person {
            margin-left: calc((100% - 97.14286%)/ (2 - 1))
        }

        .contact-person:nth-child(2n+1):last-child, .contact-person:nth-child(2n+2):last-child {
            margin-right: auto
        }

        .contact-person:nth-child(2n) {
            margin-right: 0
        }
}

@media screen and (min-width:48em) {
    .expanded-cart {
        right: 5%;
        left: initial
    }

    .contact-person {
        width: 31.42857%;
        margin-right: 2.85714%
    }

        .contact-person:nth-child(3n+1):nth-last-child(-n+2) ~ .contact-person {
            margin-left: calc((100% - 94.28571%)/ (3 - 1))
        }

        .contact-person:nth-child(3n+2):last-child {
            margin-right: auto
        }

        .contact-person:nth-child(2n) {
            margin-right: 2.85714%
        }

        .contact-person:nth-child(3n) {
            margin-right: 0
        }
}

@media screen and (min-width:79.375em) {
    .contact-person {
        width: 22.85714%;
        margin-right: 2.85714%
    }

        .contact-person:nth-child(4n+1):nth-last-child(-n+3) ~ .contact-person {
            margin-left: calc((100% - 91.42857%)/ (4 - 1))
        }

        .contact-person:nth-child(4n+2):last-child, .contact-person:nth-child(4n+3):last-child {
            margin-right: auto
        }

        .contact-person:nth-child(3n) {
            margin-right: 2.85714%
        }

        .contact-person:nth-child(4n) {
            margin-right: 0
        }
}

.contact-person--single {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media screen and (min-width:48em) {
    .contact-person--single {
        display: table;
        width: 100%
    }
}

.contact-person__link {
    color: #000;
    display: block
}

.contact-person-image {
    margin-bottom: 1.25rem;
    width: 100%
}

@media screen and (min-width:48em) {
    .contact-person-image--single {
        display: table-cell;
        width: 240px;
        height: 100%;
        padding-right: 20px;
        vertical-align: top
    }
}

@media screen and (min-width:79.375em) {
    .contact-person-image--single {
        display: block;
        width: 100%
    }
}

.contact-person-image__img {
    display: block
}

@media screen and (min-width:48em) {
    .contact-person-content--single {
        display: table-cell;
        height: 100%;
        width: calc(100% - 260px);
        vertical-align: top
    }
}

@media screen and (min-width:79.375em) {
    .contact-person-content--single {
        display: block;
        width: 100%;
        padding: 1.125rem 1.5rem
    }
}

.excerpt-news {
    margin-bottom: 2.5rem;
    border-bottom: solid 1px #606060;
    position: relative
}

    .excerpt-news:last-child {
        margin-bottom: 0
    }

.excerpt-news__link {
    color: #000;
    display: block
}

    .excerpt-news__link:after, .excerpt-news__link:before {
        display: table;
        content: ""
    }

    .excerpt-news__link:after {
        clear: both
    }

    .excerpt-news__link:active, .excerpt-news__link:focus, .excerpt-news__link:hover {
        color: #000
    }

.excerpt-news-content-header__headline {
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

.excerpt-news-content-header .tiny-headline {
    position: relative;
    top: -.25rem
}

.excerpt-news-image {
    margin-bottom: .625rem
}

@media screen and (min-width:48em) {
    .excerpt-news-content {
        width: 74.28571%;
        float: left;
        margin-right: 2.85714%
    }

    .excerpt-news-image {
        width: 22.85714%;
        float: right;
        margin-right: 0;
        margin-bottom: 1.25rem
    }
}

.excerpt-news-image__img {
    display: block
}

.excerpt-product {
    width: 100%;
    margin-bottom: 2.5rem
}

    .excerpt-product:nth-child(1n+1):nth-last-child(-n+0) ~ .excerpt-product {
        margin-left: calc((100% - 100%)/ (1 - 1))
    }

    .excerpt-product:nth-child(1n+0):last-child, .excerpt-product:nth-child(1n+1):last-child, .excerpt-product:nth-child(1n+2):last-child {
        margin-right: auto
    }

@media screen and (min-width:26.25em) {
    .excerpt-product {
        width: 48.57143%;
        margin-right: 2.85714%;
        margin-left: 0 !important
    }

        .excerpt-product:nth-child(2n+1):nth-last-child(-n+1) ~ .excerpt-product {
            margin-left: calc((100% - 97.14286%)/ (2 - 1))
        }

        .excerpt-product:nth-child(2n+1):last-child, .excerpt-product:nth-child(2n+2):last-child {
            margin-right: auto
        }

        .excerpt-product:nth-child(2n) {
            margin-right: 0
        }

    .excerpt-product-image {
        height: 150px;
        height: 9.375rem
    }
}

@media screen and (min-width:48em) {
    .excerpt-product {
        width: 22.85714%;
        margin-right: 2.85714%
    }

        .excerpt-product:nth-child(4n+1):nth-last-child(-n+3) ~ .excerpt-product {
            margin-left: calc((100% - 91.42857%)/ (4 - 1))
        }

        .excerpt-product:nth-child(4n+2):last-child, .excerpt-product:nth-child(4n+3):last-child {
            margin-right: auto
        }

        .excerpt-product:nth-child(2n) {
            margin-right: 2.85714%
        }

        .excerpt-product:nth-child(4n) {
            margin-right: 0
        }
}

@media screen and (min-width:100em) {
    .excerpt-product {
        width: 14.28571%;
        margin-right: 2.85714%
    }

        .excerpt-product:nth-child(6n+1):nth-last-child(-n+5) ~ .excerpt-product {
            margin-left: calc((100% - 85.71429%)/ (6 - 1))
        }

        .excerpt-product:nth-child(6n+2):last-child, .excerpt-product:nth-child(6n+3):last-child, .excerpt-product:nth-child(6n+4):last-child, .excerpt-product:nth-child(6n+5):last-child {
            margin-right: auto
        }

        .excerpt-product:nth-child(4n) {
            margin-right: 2.85714%
        }

        .excerpt-product:nth-child(6n) {
            margin-right: 0
        }
}

.excerpt-product .badge {
    position: absolute;
    right: 0;
    top: 0
}

.excerpt-product--compact {
    display: block;
    float: none;
    margin-right: 0 !important;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #979797
}

    .excerpt-product--compact:after, .excerpt-product--compact:before {
        display: table;
        content: ""
    }

    .excerpt-product--compact:after {
        clear: both
    }

    .excerpt-product--compact .badge {
        margin-right: 20px;
        position: relative;
        float: left
    }

        .excerpt-product--compact .badge span {
            position: absolute;
        }

.excerpt-product__link {
    color: #000;
    display: block
}

.excerpt-product-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.excerpt-product-image__img {
    display: block;
    margin: 0 auto;
    min-width: 10%;
    max-width: 100%
}

.excerpt-product-image span {
    position: absolute;
    left: 0;
    top: 0
}

.excerpt-product-content--compact:after, .excerpt-product-content--compact:before {
    display: table;
    content: ""
}

.excerpt-product-content--compact:after {
    clear: both
}

.excerpt-product-content__headline {
    line-height: 2rem;
    font-size: 1.1875rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    .excerpt-product-content__headline {
        font-size: 1.1875rem;
        margin-bottom: -.64938rem;
        padding-top: .64938rem
    }
}

@media screen and (min-width:48em) {
    .excerpt-product--compact {
        border-bottom: none;
        padding-bottom: 0
    }

    .excerpt-product-image--compact {
        float: left;
        width: 20%;
        height:20%;
    }

    .excerpt-product-content--compact {
        float: right;
        width: calc(80% - 10px)
    }

    .excerpt-product-content__headline {
        font-size: 1.1875rem;
        margin-bottom: -.64938rem;
        padding-top: .64938rem
    }
}

@media screen and (min-width:79.375em) {
    .excerpt-product-content__headline {
        font-size: 1.1875rem;
        margin-bottom: -.64938rem;
        padding-top: .64938rem
    }
}

@media screen and (min-width:100em) {
    .excerpt-product-content__headline {
        font-size: 1.3125rem;
        margin-bottom: -.60813rem;
        padding-top: .60813rem
    }
}

.excerpt-product-content .tiny-headline {
    position: relative;
    top: -.25rem
}

.excerpt-product-content__paragraph {
    display: none
}

@media screen and (min-width:48em) {
    .excerpt-product-content__paragraph {
        display: block;
        padding-bottom: 5rem
    }

    .excerpt-product-content-text--compact__col-one {
        float: left;
        width: calc(100% - 120px)
    }
}

.excerpt-product-content-text--compact:after, .excerpt-product-content-text--compact:before {
    display: table;
    content: ""
}

.excerpt-product-content-text--compact:after {
    clear: both
}

@media screen and (min-width:48em) {
    .excerpt-product-content-text--compact__col-two {
        margin-top: 15px;
        height: 36px;
        float: right;
        width: 100px
    }
}

.excerpt-product-category {
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: inset 2px 2px 2px rgba(255,255,255,.3),inset -2px -2px 2px rgba(0,0,0,.3);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    width: 50%;
    float: left;
    margin-bottom: 2.5rem;
    position: relative
}

    .excerpt-product-category:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 999
    }

    .excerpt-product-category button {
        display: block;
        width: 100%;
        padding-left: 5px !important;
        padding-right: 5px !important;
        text-align: center
    }

        .excerpt-product-category button:hover {
            background: #000
        }

    .excerpt-product-category h3 {
        white-space: nowrap;
        margin-bottom: 0 !important;
        padding: 5px 0 !important;
        text-align: center
    }

    .excerpt-product-category i {
        background-size: 60%
    }

@media screen and (min-width:26.25em) {
    .excerpt-product-category {
        width: 33%
    }
}

@media screen and (min-width:48em) {
    .excerpt-product-category {
        width: 16.6%
    }

        .excerpt-product-category:nth-child(4n) {
            margin-right: 0
        }
}

@media screen and (min-width:79.375em) {
    .excerpt-product-category {
        width: 8.3%
    }

        .excerpt-product-category:nth-child(6n) {
            margin-right: 0
        }
}

@media screen and (min-width:100em) {
    .excerpt-product-category {
        width: 8.3%
    }
}

.excerpt-product-category__link {
    color: #000;
    display: block
}

.excerpt-product-category-image {
    padding: .3125rem;
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.excerpt-product-category-image__img {
    display: block;
    margin: 0 auto
}

.excerpt-product-category-content__headline {
    margin-bottom: 0 !important
}

.excerpt-product-category-content__paragraph {
    display: none
}

@media screen and (min-width:48em) {
    .excerpt-product-category-content__paragraph {
        display: block;
        padding-bottom: 5rem
    }
}

.excerpt-product-category .icon-arrow-right-blue-circle {
    display: none
}

@media screen and (min-width:48em) {
    .excerpt-product-category .icon-arrow-right-blue-circle {
        display: block;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem
    }
}

.global-search {
    position: relative;
    margin-top: .625rem
}

@media screen and (min-width:48em) {
    .global-search {
        margin-top: .3125rem
    }
}

.global-search-form {
    width: 100%
}

@media screen and (min-width:79.375em) {
    .global-search {
        display: inline-block;
        margin-top: 0;
        float: right
    }

    .global-search-form {
        width: 310px;
        width: 19.375rem;
        height: 36px;
        height: 2.25rem
    }

        .global-search-form:after, .global-search-form:before {
            display: table;
            content: ""
        }

        .global-search-form:after {
            clear: both
        }
}

@media screen and (min-width:100em) {
    .global-search-form {
        width: 410px;
        width: 25.625rem
    }
}

.global-search-form__input {
    height: 36px;
    height: 2.25rem;
    width: calc(100% - 80px);
    font-family: Trade Gothic Next W01;
    font-weight: 600;
    background-color: none;
    border: 1px solid #FFED00;
    color: #919191;
    float: left;
    display: block;
    margin-left: 0;
    outline: 0;
    font-size: 1.0625rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 1.25rem;
    line-height: 36px;
    line-height: 2.25rem
}

@media screen and (min-width:26.25em) {
    .global-search-form__input {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:48em) {
    .global-search-form__input {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:79.375em) {
    .global-search-form__input {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem;
        width: 230px;
        width: 14.375rem
    }
}

.global-search-form__input:active, .global-search-form__input:focus, .global-search-form__input:hover {
    border: 1px solid #FFED00
}

@media screen and (min-width:100em) {
    .global-search-form__input {
        font-size: 1.1875rem;
        margin-bottom: -.10813rem;
        padding-top: .10813rem;
        width: 330px;
        width: 20.625rem
    }
}

.global-search-form__submit {
    width: 80px;
    height: 36px;
    height: 2.25rem;
    font-family: Trade Gothic Next W01;
    font-weight: 600;
    background-color: #FFED00;
    border: 1px solid #FFED00;
    color: #000;
    float: right;
    font-size: 1.0625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 36px;
    line-height: 2.25rem
}

@media screen and (min-width:26.25em) {
    .global-search-form__submit {
        font-size: 1.0625rem;
        margin-bottom: -.39939rem;
        padding-top: .39939rem
    }
}

@media screen and (min-width:48em) {
    .global-search-form__submit {
        font-size: 1.0625rem;
        margin-bottom: -.39939rem;
        padding-top: .39939rem
    }
}

@media screen and (min-width:79.375em) {
    .global-search-form__submit {
        font-size: 1.0625rem;
        margin-bottom: -.39939rem;
        padding-top: .39939rem;
        width: 80px;
        width: 5rem
    }
}

@media screen and (min-width:100em) {
    .global-search-form__submit {
        font-size: 1.1875rem;
        margin-bottom: -.35813rem;
        padding-top: .35813rem
    }
}

.global-search-form__submit:active, .global-search-form__submit:focus, .global-search-form__submit:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #FFF
}

.global-search-dropdown {
    padding: .625rem 1.25rem;
    background: #FFF;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    top: 36px;
    top: 2.25rem;
    left: 0;
    border-right: solid 1px #FFED00;
    border-bottom: solid 1px #FFED00;
    border-left: solid 1px #FFED00
}

.global-search-dropdown-list__item {
    line-height: 1rem;
    font-size: .875rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    .global-search-dropdown-list__item {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:48em) {
    .global-search-dropdown-list__item {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:79.375em) {
    .global-search-dropdown-list__item {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:100em) {
    .global-search-dropdown-list__item {
        font-size: 1rem;
        margin-bottom: -.17001rem;
        padding-top: .17001rem
    }
}

.filtration {
    padding: .625rem 1.25rem;
    background: #FFED00
}

    .filtration:after, .filtration:before {
        display: table;
        content: ""
    }

    .filtration:after {
        clear: both
    }

.filtration--no-bg {
    background: 0 0
}

.filtration .tiny-headline {
    display: block;
    margin: 0 0 10px
}

@media screen and (min-width:79.375em) {
    .filtration {
        padding: 1.25rem 2.5rem
    }

        .filtration .tiny-headline {
            float: left;
            margin-top: 2px;
            margin-right: 10px
        }
}

.content .filtration [type=submit] span, .filtration .btn span, .filtration .content [type=submit] span {
    position: relative;
    top: -4px
}

.filtration .dropdown-filtration {
    margin: 0 0 10px;
    width: 100%;
    min-width: 150px;
    position: relative
}

@media screen and (min-width:48em) {
    .filtration .dropdown-filtration {
        width: auto;
        float: left;
        margin: 0 20px 10px 0;
        min-width: 125px
    }
}

@media screen and (min-width:79.375em) {
    .filtration .dropdown-filtration {
        margin: 0 20px 10px 0;
        min-width: 150px
    }
}

.filtration .dropdown-filtration div {
    position: relative
}

.filtration .dropdown-filtration input[type=checkbox], .filtration .dropdown-filtration input[type=radio] {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 2em;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.filtration .dropdown-filtration section {
    margin-top: 9px;
    height: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 1s all
}

.filtration .dropdown-filtration label:after {
    content: '';
    background-image: url(../img/svg/arrow-down-black-xs.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 15px;
    width: 10px;
    right: 7px;
    top: 7px;
    color: #000;
    z-index: 99
}

    .filtration .dropdown-filtration label:after.no-svg {
        background-image: url(../img/png/arrow-down-black-xs.png)
    }

.filtration .dropdown-filtration input[type=checkbox]:active + label, .filtration .dropdown-filtration input[type=radio]:active + label {
    background: #000;
    color: #FFF
}

.filtration .dropdown-filtration input[type=checkbox]:checked ~ section {
    height: auto;
    max-height: 100em
}

.filtration .dropdown-filtration input[type=checkbox]:checked + label:after {
    content: '×'
}

.filtration .dropdown-filtration .selection {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%
}

.filtration .dropdown-filtration input[type=radio]:checked + label {
    background: #000;
    color: #fff
}

    .filtration .dropdown-filtration input[type=radio]:checked + label:after {
        position: absolute;
        right: .5em;
        top: .25em;
        content: '✓'
    }

.filtration .dropdown-filtration div {
    width: 50%;
    margin: 1em auto -.56563rem;
    font-weight: 400;
    line-height: 1.75rem;
    font-size: .9375rem;
    padding-top: .56563rem
}

@media screen and (min-width:26.25em) {
    .filtration .dropdown-filtration div {
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }
}

@media screen and (min-width:48em) {
    .filtration .dropdown-filtration div {
        font-size: .9375rem;
        margin-bottom: -.56563rem;
        padding-top: .56563rem
    }
}

@media screen and (min-width:79.375em) {
    .filtration .dropdown-filtration div {
        font-size: 1rem;
        margin-bottom: -.54501rem;
        padding-top: .54501rem
    }
}

@media screen and (min-width:100em) {
    .filtration .dropdown-filtration div {
        font-size: 1.0625rem;
        margin-bottom: -.52438rem;
        padding-top: .52438rem
    }
}

.filtration .dropdown-filtration label {
    display: block;
    background: #FFF;
    color: #000;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    line-height: 1.75rem;
    font-size: 1.0625rem;
    margin-bottom: -.52438rem;
    padding-top: 0 !important
}

@media screen and (min-width:26.25em) {
    .filtration .dropdown-filtration label {
        font-size: 1.0625rem;
        margin-bottom: -.52438rem;
        padding-top: .52438rem
    }
}

@media screen and (min-width:48em) {
    .filtration .dropdown-filtration label {
        font-size: 1.0625rem;
        margin-bottom: -.52438rem;
        padding-top: .52438rem
    }
}

@media screen and (min-width:79.375em) {
    .filtration .dropdown-filtration label {
        font-size: 1.0625rem;
        margin-bottom: -.52438rem;
        padding-top: .52438rem
    }
}

@media screen and (min-width:100em) {
    .filtration .dropdown-filtration label {
        font-size: 1.1875rem;
        margin-bottom: -.48313rem;
        padding-top: .48313rem
    }
}

.filtration .dropdown-filtration label:after {
    font-size: 1.25em
}

.filtration .dropdown-filtration section {
    background: #FFF;
    color: #000
}

    .filtration .dropdown-filtration section:after {
        color: #000;
        font-size: 1.75em
    }

.filtration .dropdown-filtration .selection label:after {
    content: ''
}

.filtration .dropdown-filtration .selection label {
    display: block;
    padding: .25em 25px .25em 15px;
    margin: 0;
    text-align: left;
    background: #FFF;
    border-radius: 0
}

.filtration .dropdown-filtration .dropdown-filtration-content label:after {
    background-image: none !important;
    height: auto;
    width: auto;
    top: 0
}

.filtration .dropdown-filtration__first-label:after {
    content: "" !important
}

.main-nav-list:after, .main-nav-list:before, .main-nav-list__link:after, .paging:after, .paging:before, .sub-nav-list:after, .sub-nav-list:before, .tabs-nav-list:after, .tabs-nav-list:before {
    content: ""
}

.filtration--no-bg {
    padding-left: 0
}

    .filtration--no-bg label {
        background: #F4F4F4 !important
    }

.content .filtration select, .content select, .filtration .content select, .filtration select {
    background-color: #fff;
    padding: 0 10px;
    height: 2rem
}

.dropdown-filtration-btn {
    margin-top: 0 !important
}

@media screen and (min-width:48em) {
    .dropdown-filtration-btn {
        /*margin-top: 30px !important;*/
        height: 2rem
    }
}

.hero {
    height: 60vh;
    width: 100%
}

@media screen and (min-width:48em) {
    .hero {
        height: 50vh
    }
}

@media screen and (min-width:79.375em) {
    .hero {
        height: 40vh
    }

    .hero--border {
        border-bottom: solid 5px #FFED00
    }
}

@media screen and (min-width:100em) {
    .hero {
        height: 40vh
    }
}

.hero .c {
    display: table;
    height: 100%;
    width: 100%
}

.hero--page {
    display: table;
    position: relative
}

.hero--no-img {
    background: #e6e7e9;
    height: auto
}

.hero-content {
    padding-left: 8.57143%;
    padding-right: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.hero-content--page {
    padding: 1.25rem
}

@media screen and (min-width:79.375em) {
    .hero-content--page {
        padding: 2.5rem
    }
}

.hero-content h1 span {
    border: 1px solid #FFF;
    float: left;
    height: 40px;
    width: 40px;
    position: relative;
    top: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    margin-right: 5px
}

.hero-content h1 i {
    margin: 5px
}

.hero-content .placeholder {
    padding: 1.25rem;
    background: rgba(0,0,0,.4)
}

@media screen and (min-width:79.375em) {
    .hero-content .placeholder {
        padding: 2.5rem;
        width: 50%
    }
}

.hero-content .placeholder--no-img {
    background: #e6e7e9;
    padding: 0
}

.hero__headline {
    font-family: Trade Gothic Next W01;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.86);
    line-height: 4rem;
    font-size: 2.5rem;
    margin-bottom: .82499rem;
    padding-top: 1.17501rem
}

.main-nav-list__item, .tabs-nav-list__item {
    font-family: Trade Gothic Next W01;
    font-weight: 600;
    line-height: 1rem;
    float: left
}

@media screen and (min-width:26.25em) {
    .hero__headline {
        font-size: 2.5rem;
        margin-bottom: .82499rem;
        padding-top: 1.17501rem
    }
}

@media screen and (min-width:48em) {
    .hero__headline {
        font-size: 2.5rem;
        margin-bottom: .82499rem;
        padding-top: 1.17501rem;
        width: 75%
    }
}

.logo {
    width: 200px;
    width: 12.5rem
}

@media screen and (min-width:100em) {
    .hero__headline {
        font-size: 3.4375rem;
        margin-bottom: 1.13437rem;
        padding-top: .86563rem
    }

    .logo {
        width: 250px;
        width: 15.625rem
    }
}

.main-nav {
    display: none
}

@media screen and (min-width:79.375em) {
    .hero__headline {
        font-size: 3.4375rem;
        margin-bottom: 1.13437rem;
        padding-top: .86563rem
    }

    .main-nav {
        display: block
    }

        .main-nav:after, .main-nav:before {
            display: table;
            content: ""
        }

        .main-nav:after {
            clear: both
        }
}

.main-nav-list {
    float: left;
    width: 90%
}

    .main-nav-list:after, .main-nav-list:before {
        display: table
    }

    .main-nav-list:after {
        clear: both
    }

.main-nav-list__item {
    font-feature-settings: 'dlig','liga','lnum','kern';
    font-style: normal;
    border: none;
    text-align: center;
    font-size: 1.0625rem;
    margin: 0 !important;
    padding: 0 !important
}

@media screen and (min-width:26.25em) {
    .main-nav-list__item {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:48em) {
    .main-nav-list__item {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:79.375em) {
    .main-nav-list__item {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

@media screen and (min-width:100em) {
    .main-nav-list__item {
        font-size: 1.1875rem;
        margin-bottom: -.10813rem;
        padding-top: .10813rem
    }
}

.main-nav-list__link {
    padding: .3125rem .8125rem .625rem !important;
    border-top: solid 2px #000;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    position: relative;
    width: 100%
}

    .main-nav-list__link:after {
        display: block;
        position: absolute;
        top: 12px;
        right: 2px
    }

@media screen and (min-width:100em) {
    .main-nav-list__link {
        padding: .5rem 1.5625rem .625rem !important
    }

        .main-nav-list__link:after {
            right: 5px;
            top: 15px
        }
}

.main-nav-list__link--active, .main-nav-list__link:focus, .main-nav-list__link:hover {
    border-top: solid 2px #000;
    background: #FFED00;
    color: #000
}

    .main-nav-list__link--active:after, .main-nav-list__link:focus:after, .main-nav-list__link:hover:after {
        display: none
    }

.tabs-nav-list {
    position: relative;
    background: 0 0
}

    .tabs-nav-list:after, .tabs-nav-list:before {
        display: table
    }

    .tabs-nav-list:after {
        clear: both
    }

.tabs-nav-list__item {
    -webkit-font-feature-settings: 'dlig','liga','lnum','kern';
    font-feature-settings: 'dlig','liga','lnum','kern';
    border: none;
    font-size: .9375rem;
    margin: 0 5px 0 0 !important;
    padding: 0 !important
}

@media screen and (min-width:26.25em) {
    .tabs-nav-list__item {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:48em) {
    .tabs-nav-list__item {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:79.375em) {
    .tabs-nav-list__item {
        font-size: 1rem;
        margin-bottom: -.17001rem;
        padding-top: .17001rem
    }
}

@media screen and (min-width:100em) {
    .tabs-nav-list__item {
        font-size: 1.0625rem;
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

.tabs-nav-list__link {
    padding: .3125rem 1.25rem .4375rem !important;
    display: inline-block;
    background: #FFF;
    color: #000;
    text-decoration: none;
    position: relative;
    border-bottom: solid 1px #979797
}

    .tabs-nav-list__link--active, .tabs-nav-list__link:hover {
        border-top: solid 1px #979797;
        border-right: solid 1px #979797;
        border-left: solid 1px #979797;
        border-bottom: solid 1px #FFF
    }

.global-nav-list__item, .sub-nav-list__item {
    -webkit-font-feature-settings: 'dlig','liga','lnum','kern';
    border: none;
    line-height: 1rem;
    font-family: Trade Gothic Next W01;
    font-style: normal
}

.tabs-nav-list:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: #979797
}

/*.sub-nav {
    display: none
}

@media screen and (min-width:79.375em) {*/
    .sub-nav {
        display: block;
        position: absolute;
        bottom: 0;
        left: 2.5rem
    }

        .sub-nav:after, .sub-nav:before {
            display: table;
            content: ""
        }

        .sub-nav:after {
            clear: both
        }
/*}*/

@media screen and (max-width:37.5em) {
    .sub-nav-list__link {
        padding: 0.5rem 1.0rem !important;
    }
    .hero-content .placeholder {
        margin-bottom: 7rem !important;
    }
}

.sub-nav-list {
    float: left
}

    .sub-nav-list:after, .sub-nav-list:before {
        display: table
    }

    .sub-nav-list:after {
        clear: both
    }

.sub-nav-list__item {
    font-feature-settings: 'dlig','liga','lnum','kern';
    font-weight: 700;
    float: left;
    font-size: .875rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    .sub-nav-list__item {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:48em) {
    .sub-nav-list__item {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

@media screen and (min-width:79.375em) {
    .sub-nav-list__item {
        font-size: .9375rem;
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:100em) {
    .sub-nav-list__item {
        font-size: 1rem;
        margin-bottom: -.17001rem;
        padding-top: .17001rem
    }
}

.sub-nav-list__link {
    display: inline-block;
    padding: .625rem 1.25rem;
    background: rgba(255,255,250,.75);
    color: #000;
    text-decoration: none
}

    .sub-nav-list__link--active, .sub-nav-list__link:focus, .sub-nav-list__link:hover {
        background: #FFED00;
        color: #000
    }

@media screen and (min-width:100em) {
    .sub-nav-list__link {
        padding: .9375rem 1.875rem
    }
}

.global-nav {
    display: none
}

@media screen and (min-width:79.375em) {
    .global-nav {
        display: inline-block
    }

        .global-nav:after, .global-nav:before {
            display: table;
            content: ""
        }

        .global-nav:after {
            clear: both
        }

    .global-nav-list {
        position: relative;
        top: 1px;
        right: 20px
    }
}

.global-nav-list {
    float: right
}

    .global-nav-list:after, .global-nav-list:before {
        display: table;
        content: ""
    }

    .global-nav-list:after {
        clear: both
    }

.global-nav-list__item {
    font-feature-settings: 'dlig','liga','lnum','kern';
    margin: 0 0 -.25251rem;
    padding: .25251rem 0 0;
    font-weight: 400;
    float: left;
    font-size: .75rem
}

@media screen and (min-width:26.25em) {
    .global-nav-list__item {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:48em) {
    .global-nav-list__item {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:79.375em) {
    .global-nav-list__item {
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }
}

@media screen and (min-width:100em) {
    .global-nav-list__item {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

.global-nav-list__item:last-child {
    border-right: none
}

    .global-nav-list__item:last-child a {
        padding-right: 0 !important
    }

.global-nav-list__link {
    display: inline-block;
    padding: 0 .3125rem;
    color: #000;
    text-decoration: none
}

    .global-nav-list__link:active, .global-nav-list__link:focus, .global-nav-list__link:hover {
        color: #000;
        text-decoration: none
    }

.global-nav-list__link--active, .global-nav-list__link--neg {
    color: #FFF
}

@media screen and (min-width:100em) {
    .global-nav-list__link {
        padding: 0 1.25rem
    }
}

.news-article-footer time, .paging {
    margin-bottom: 1.25rem
}

    .paging:after, .paging:before {
        display: table
    }

    .paging:after {
        clear: both
    }

.paging-list {
    float: left
}

.paging-list__item {
    margin-right: .0625rem;
    float: left;
    margin-left: 0 !important
}

.paging-list__link {
    padding: 10px 15px;
    display: block;
    background: #FFED00;
    border: 1px solid #FFED00;
    color: #000;
    font-weight: 600
}

.product-primary-content-image-thumbnails:after, .product-primary-content-image-thumbnails:before, .product-primary-content:after, .product-primary-content:before {
    display: table;
    content: ""
}

.paging-list__link--active, .paging-list__link:hover {
    border: 1px solid #E30613;
    background: #FFF;
    font-weight: 600
}

.product-primary-content:after {
    clear: both
}

.product-primary-content-image {
    margin-bottom: 1.25rem;
    text-align: center;
    position: relative
}

@media screen and (min-width:48em) {
    .product-primary-content-image {
        width: 57.14286%;
        float: left;
        margin-right: 2.85714%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media screen and (min-width:79.375em) {
    .product-primary-content-image {
        margin-bottom: 2.5rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.product-primary-content-image i {
    position: absolute;
    left: 0;
    top: 0
}

.product-primary-content-image .badge {
    position: absolute;
    right: 0;
    top: 0
}

.product-primary-content-image-thumbnails {
    margin-top: 1.25rem
}

    .product-primary-content-image-thumbnails:after {
        clear: both
    }

.product-primary-content-image-thumbnail {
    margin: 0 .3125rem .3125rem 0;
    height: 64px;
    height: 4rem;
    width: 64px;
    width: 4rem;
    float: left;
    border: 1px solid #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-items, .product-items-mob {
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
    border-top: solid 1px #979797
}

    .btn--grey, .product-items-mob, .product-items-mob .product-item-body-cell--last {
        border-bottom: solid 1px #979797
    }

.product-primary-content-text {
    margin-bottom: 40px
}

@media screen and (min-width:48em) {
    .product-primary-content-text {
        width: 40%;
        float: right;
        margin-right: 0;
        margin-bottom: 0
    }

    .product-items-mob {
        display: none
    }
}

.product-primary-content-description i, .product-primary-content-description img {
    margin: 20px 20px 20px 0
}

.product-items-mob {
    padding: .625rem 0 0
}

    .product-items-mob .product-item-body-cell {
        padding: 0 .625rem;
        position: relative
    }

    .product-items-mob .product-item-body-cell--footer {
        padding: 0
    }

    .product-items-mob .product-item-body-cell .icon-minus-yellow, .product-items-mob .product-item-body-cell .icon-plus-yellow {
        position: relative;
        top: -2px
    }

    .product-items-mob .product-item-body-cell .icon-minus-white, .product-items-mob .product-item-body-cell .icon-plus-white {
        position: absolute;
        top: 1px;
        right: 5px
    }

    .product-items-mob .product-item-body-cell .base-headline {
        margin-bottom: 0 !important;
        padding-top: 0 !important
    }

.product-items-more-info-mob {
    background: #e6e7e9
}

.table-placeholder--desktop {
    display: none
}

@media screen and (min-width:48em) {
    .table-placeholder--desktop {
        display: block
    }
}

.product-items {
    min-width: 1040px;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .product-items .product-item-body-cell {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        overflow: hidden;
        border-bottom: solid 1px #979797;
        min-height: 37px;
        min-height: 2.3125rem;
        margin-top: 0 !important;
        vertical-align: middle;
        page-break-inside: avoid;
        padding-left: .9375rem;
        padding-right: .9375rem;
        text-align: left;
        margin: 0;
        color: #000;
        font-family: Trade Gothic Next W01;
        font-weight: 400;
        line-height: 1rem;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        margin-bottom: 0 !important
    }

@media screen and (min-width:26.25em) {
    .product-items .product-item-body-cell {
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:48em) {
    .product-items .product-item-body-cell {
        margin-bottom: -.19063rem;
        padding-top: .19063rem
    }
}

@media screen and (min-width:79.375em) {
    .product-items .product-item-body-cell {
        margin-bottom: -.17001rem;
        padding-top: .17001rem;
        min-height: 37px;
        min-height: 2.3125rem
    }
}

@media screen and (min-width:100em) {
    .product-items .product-item-body-cell {
        margin-bottom: -.14938rem;
        padding-top: .14938rem
    }
}

.product-items .product-item-body-cell--no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.product-items .product-item-body-cell .icon-cart, .product-items .product-item-body-cell .icon-minus-white, .product-items .product-item-body-cell .icon-minus-yellow, .product-items .product-item-body-cell .icon-plus-white, .product-items .product-item-body-cell .icon-plus-yellow {
    position: relative;
    top: -2px
}

.product-items .product-item-body-cell .icon-cart {
    position: relative;
    left: 5px
}

.product-items--10 {
    min-width: 1440px
}

    .product-items--10 .product-item-body-cell {
        width: 10%
    }

.product-items--9 {
    min-width: 1340px
}

    .product-items--9 .product-item-body-cell {
        width: 11%
    }

.product-items--8 {
    min-width: 1240px
}

    .product-items--8 .product-item-body-cell {
        width: 12.5%
    }

.product-items--7 .product-item-body-cell {
    width: 14%
}

.product-items--6 .product-item-body-cell {
    width: 16%
}

.product-items--5 .product-item-body-cell {
    width: 20%
}

.product-items--5 .mobile {
    display: none
}

@media screen and (min-width:79.375em) {
    .product-items--5 .mobile {
        width: 20%;
        display: inline
    }
}

.product-items--4 .product-item-body-cell {
    width: 25%
}

.product-items--3 .product-item-body-cell {
    width: 33.33%
}


.product-items .product-item-body-cell--block {
    display: block;
    width: 100%
}

.product-items .product-item-body-cell--footer {
    padding: 0 !important
}

    .product-items .product-item-body-cell--footer .align-right {
        float: none;
        width: 100%;
        display: block
    }

@media screen and (min-width:79.375em) {
    .product-items .product-item-body-cell--footer .align-right {
        float: right;
        width: auto;
        display: inline
    }

    .btn--grey {
        border-bottom: none
    }
}

.product-items-more-info, .spot__link {
    display: -webkit-box;
    display: -ms-flexbox
}

.product-items .icon-minus-yellow {
    margin-right: 5px
}

.product-items .icon-plus-yellow {
    margin-left: 5px
}

.product-items-more-info {
    width: 100%;
    margin-bottom: 0 !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #e6e7e9
}

    .product-items-more-info .product-item-body-cell {
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        padding: .8em 1.2em;
        overflow: hidden
    }

.product-items-more-info--10 .product-item-body-cell {
    width: calc(100% / 10)
}

.product-items-more-info--8 .product-item-body-cell, .product-items-more-info--9 .product-item-body-celll {
    width: calc(100% / 8)
}

.product-items-more-info--7 .product-item-body-cell {
    width: calc(100% / 7)
}

.product-items-more-info--6 .product-item-body-cell {
    width: calc(100% / 6)
}

.product-items-more-info--5 .product-item-body-cell {
    width: calc(100% / 5)
}

.product-items-more-info--4 .product-item-body-cell {
    width: calc(100% / 4)
}

.product-items-more-info--3 .product-item-body-cell {
    width: calc(100% / 3)
}

.product-items-more-info--2 .product-item-body-cell {
    width: calc(100% / 2)
}

.product-items-more-info--1 .product-item-body-cell {
    width: calc(100% / 1)
}

.mobile-cart {
    display: block;
    width: 100%
}

@media screen and (min-width:79.375em) {
    .mobile-cart {
        display: none
    }
}

.related-files-list__item {
    border-bottom: solid 1px #979797
}

.related-files-list__link {
    color: #000
}

.no-flexbox .product-items > .product-item-body-cell {
    display: block
}

.related {
    padding-bottom: 1.25rem;
    border-bottom: #F4F4F4 solid .2rem
}

.share__headline {
    display: inline-block;
    line-height: 1rem;
    font-size: .75rem;
    margin-bottom: -.25251rem;
    padding-top: .25251rem
}

@media screen and (min-width:26.25em) {
    .share__headline {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:48em) {
    .share__headline {
        font-size: .75rem;
        margin-bottom: -.25251rem;
        padding-top: .25251rem
    }
}

@media screen and (min-width:79.375em) {
    .share__headline {
        font-size: .8125rem;
        margin-bottom: -.23189rem;
        padding-top: .23189rem
    }
}

@media screen and (min-width:100em) {
    .share__headline {
        font-size: .875rem;
        margin-bottom: -.21126rem;
        padding-top: .21126rem
    }
}

.sorting {
    margin-top: 20px;
    border: 1px solid #A4A388;
    height: 40px;
    width: 100%
}

    .sorting:after, .sorting:before {
        display: table;
        content: ""
    }

    .sorting:after {
        clear: both
    }

@media screen and (min-width:79.375em) {
    .sorting {
        margin-top: 40px
    }
}

.sorting .amount-products {
    display: none
}

.sorting .dropdown-sorting {
    float: left;
    position: relative;
    padding: 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #A4A388;
    width: 120px;
    height: 34px;
    overflow: hidden;
    background-color: #fff
}

    .sorting .dropdown-sorting:after {
        content: '';
        background-image: url(../img/svg/arrow-down-black-xs.svg);
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        height: 15px;
        width: 10px;
        right: 20px;
        top: 10px;
        color: #000;
        z-index: 99
    }

        .sorting .dropdown-sorting:after.no-svg {
            background-image: url(../img/png/arrow-down-black-xs.png)
        }

.sorting .dropdown-sorting__select {
    padding: 5px 8px;
    position: relative;
    width: 130%;
    height: auto;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 999;
    font-weight: 600;
    line-height: 2rem;
    font-size: .75rem;
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

@media screen and (min-width:26.25em) {
    .sorting .dropdown-sorting__select {
        font-size: .75rem;
        margin-bottom: -.75251rem;
        padding-top: .75251rem
    }
}

@media screen and (min-width:48em) {
    .sorting .amount-products {
        display: inline-block
    }

    .sorting .dropdown-sorting__select {
        font-size: .75rem;
        margin-bottom: -.75251rem;
        padding-top: .75251rem
    }

    .placeholder--spots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:79.375em) {
    .sorting .dropdown-sorting__select {
        font-size: .8125rem;
        margin-bottom: -.73189rem;
        padding-top: .73189rem
    }
}

@media screen and (min-width:100em) {
    .sorting .dropdown-sorting__select {
        font-size: .875rem;
        margin-bottom: -.71126rem;
        padding-top: .71126rem
    }
}

.sorting .dropdown-sorting:focus {
    outline: 0
}

.placeholder--spots, .spots {
    background: #FFF
}

.spot {
    width: 100%;
    min-height: 250px;
    min-height: 15.625rem;
    position: relative
}

    .spot:after, .spot:before {
        display: table;
        content: ""
    }

    .spot:after {
        clear: both
    }

    .spot .badge {
        position: absolute;
        top: 20px;
        right: 20px
    }

.spot__link {
    height: 100%;
    color: #000;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.spot--bg {
    background: #FFED00
}

.spot--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:48em) {
    .spot {
        width: 48.57143%
    }

        .spot:nth-child(2n+1):nth-last-child(-n+1) ~ .spot {
            margin-left: calc((100% - 97.14286%)/ (2 - 1))
        }

        .spot:nth-child(2n+1):last-child, .spot:nth-child(2n+2):last-child {
            margin-right: auto
        }

    .spot--img {
        display: block
    }
}

.spot-image {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.spot-image__img {
    display: block;
    margin: 20px auto 0
}

@media screen and (min-width:48em) {
    .spot-image__img {
        margin: 0
    }
}

.spot-image--bg {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

    .spot-image--bg:nth-child(1n+1):nth-last-child(-n+0) ~ .spot-image--bg {
        margin-left: calc((100% - 100%)/ (1 - 1))
    }

    .spot-image--bg:nth-child(1n+0):last-child, .spot-image--bg:nth-child(1n+1):last-child, .spot-image--bg:nth-child(1n+2):last-child {
        margin-right: auto
    }

.spot-content {
    padding: 1.25rem
}

@media screen and (min-width:48em) {
    .spot-image--bg {
        width: 31.42857%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

        .spot-image--bg:nth-child(2n+1):nth-last-child(-n+1) ~ .spot-image--bg {
            margin-left: calc((100% - 62.85714%)/ (2 - 1))
        }

        .spot-image--bg:nth-child(2n+1):last-child, .spot-image--bg:nth-child(2n+2):last-child {
            margin-right: auto
        }

    .spot-content {
        padding: 2.5rem
    }
}

.spot-content-footer--bg {
    margin: 1.25rem 0 0;
    padding: .625rem 0;
    border-top: dashed 1px #000
}

    .content .spot-content-footer--bg [type=submit], .spot-content-footer--bg .btn, .spot-content-footer--bg .content [type=submit] {
        margin-left: 20px !important
    }

.spot-content--bg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

    .spot-content--bg:nth-child(1n+1):nth-last-child(-n+0) ~ .spot-content--bg {
        margin-left: calc((100% - 100%)/ (1 - 1))
    }

    .spot-content--bg:nth-child(1n+0):last-child, .spot-content--bg:nth-child(1n+1):last-child, .spot-content--bg:nth-child(1n+2):last-child {
        margin-right: auto
    }

@media screen and (min-width:48em) {
    .spot-content--bg {
        width: 65.71429%;
        margin-right: 2.85714%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

        .spot-content--bg:nth-child(2n+1):nth-last-child(-n+1) ~ .spot-content--bg {
            margin-left: calc((100% - 131.42857%)/ (2 - 1))
        }

        .spot-content--bg:nth-child(2n+1):last-child, .spot-content--bg:nth-child(2n+2):last-child {
            margin-right: auto
        }
}

.spot-content--img {
    width: 100%;
    padding-left: 51.42857%
}

    .spot-content--img:nth-child(1n+1):nth-last-child(-n+0) ~ .spot-content--img {
        margin-left: calc((100% - 100%)/ (1 - 1))
    }

    .spot-content--img:nth-child(1n+0):last-child, .spot-content--img:nth-child(1n+1):last-child, .spot-content--img:nth-child(1n+2):last-child {
        margin-right: auto
    }

.teasers {
    padding-left: 20px;
    padding-right: 20px;
    background: #e6e7e9
}

@media screen and (min-width:48em) {
    .teasers {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .placeholder--teasers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.teaser {
    width: 100%
}

    .teaser:after, .teaser:before {
        display: table;
        content: ""
    }

    .teaser:after {
        clear: both
    }

@media screen and (min-width:48em) {
    .teaser {
        width: 31.42857%;
        margin-right: 2.85714%;
        margin-bottom: 0
    }

        .teaser:nth-child(3n+1):nth-last-child(-n+2) ~ .teaser {
            margin-left: calc((100% - 94.28571%)/ (3 - 1))
        }

        .teaser:nth-child(3n+2):last-child {
            margin-right: auto
        }

        .teaser:nth-child(3n) {
            margin-right: 0
        }
}

.teaser__link {
    height: 100%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.teaser-content {
    width: 100%
}

.teaser-product-excerpt {
    width: 100%;
    margin-bottom: 2.5rem;
    border: 1px solid #606060;
    position: relative
}

    .teaser-product-excerpt:nth-child(1n+1):nth-last-child(-n+0) ~ .teaser-product-excerpt {
        margin-left: calc((100% - 100%)/ (1 - 1))
    }

    .teaser-product-excerpt:nth-child(1n+0):last-child, .teaser-product-excerpt:nth-child(1n+1):last-child, .teaser-product-excerpt:nth-child(1n+2):last-child {
        margin-right: auto
    }

@media screen and (min-width:26.25em) {
    .teaser-product-excerpt {
        width: 48.57143%;
        margin-right: 2.85714%
    }

        .teaser-product-excerpt:nth-child(2n+1):nth-last-child(-n+1) ~ .teaser-product-excerpt {
            margin-left: calc((100% - 97.14286%)/ (2 - 1))
        }

        .teaser-product-excerpt:nth-child(2n+1):last-child, .teaser-product-excerpt:nth-child(2n+2):last-child {
            margin-right: auto
        }

        .teaser-product-excerpt:nth-child(2n) {
            margin-right: 0
        }
}

@media screen and (min-width:48em) {
    .teaser-product-excerpt {
        width: 31.42857%;
        margin-right: 2.85714%
    }

        .teaser-product-excerpt:nth-child(3n+1):nth-last-child(-n+2) ~ .teaser-product-excerpt {
            margin-left: calc((100% - 94.28571%)/ (3 - 1))
        }

        .teaser-product-excerpt:nth-child(3n+2):last-child {
            margin-right: auto
        }

        .teaser-product-excerpt:nth-child(2n) {
            margin-right: 2.85714%
        }

        .teaser-product-excerpt:nth-child(3n) {
            margin-right: 0
        }
}

@media screen and (min-width:79.375em) {
    .teaser-product-excerpt {
        width: 22.85714%;
        margin-bottom: 5rem;
        margin-right: 2.85714%
    }

        .teaser-product-excerpt:nth-child(4n+1):nth-last-child(-n+3) ~ .teaser-product-excerpt {
            margin-left: calc((100% - 91.42857%)/ (4 - 1))
        }

        .teaser-product-excerpt:nth-child(4n+2):last-child, .teaser-product-excerpt:nth-child(4n+3):last-child {
            margin-right: auto
        }

        .teaser-product-excerpt:nth-child(3n) {
            margin-right: 2.85714%
        }

        .teaser-product-excerpt:nth-child(4n) {
            margin-right: 0
        }
}

.teaser-product-excerpt__link {
    color: #000;
    display: block
}

.teaser-product-excerpt-image {
    padding: 1.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.teaser-product-excerpt-image__img {
    width: 60%;
    display: block;
    margin: 0 auto
}

.teaser-product-excerpt-content {
    padding: 1.125rem 1.5rem
}

.teaser-product-excerpt-content__headline {
    padding-top: 0 !important;
    margin-bottom: 0 !important
}

.teaser-product-excerpt-content .tiny-headline {
    position: relative;
    top: -.25rem
}

.teaser-product-excerpt-content__paragraph {
    display: none
}

@media screen and (min-width:48em) {
    .teaser-product-excerpt-content__paragraph {
        display: block;
        padding-bottom: 5rem
    }
}

.teaser-product-excerpt .icon-arrow-right-blue-circle {
    display: none
}

@media screen and (min-width:48em) {
    .teaser-product-excerpt .icon-arrow-right-blue-circle {
        display: block;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem
    }
}

.view-mode, .view-mode a {
    display: inline-block
}

.view-mode {
    float: right
}

    .view-mode .icon-list-view {
        height: 36px;
        width: 36px;
        background-image: url(../img/svg/list-view-white.svg)
    }

        .view-mode .icon-list-view.no-svg {
            background-image: url(../img/png/list-view-white.png)
        }

    .view-mode .icon-list-view--active {
        background-image: url(../img/svg/list-view-yellow.svg)
    }

        .view-mode .icon-list-view--active.no-svg {
            background-image: url(../img/png/list-view-yellow.png)
        }

    .view-mode .icon-table-view {
        height: 36px;
        width: 36px;
        background-image: url(../img/svg/table-view-white.svg)
    }

        .view-mode .icon-table-view.no-svg {
            background-image: url(../img/png/table-view-white.png)
        }

    .view-mode .icon-table-view--active {
        background-image: url(../img/svg/table-view-yellow.svg)
    }

        .view-mode .icon-table-view--active.no-svg {
            background-image: url(../img/png/table-view-yellow.png)
        }

.cd-main-content, .cd-main-header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.cd-main-content {
    min-height: 100vh;
    z-index: 10002;
    background-color: #F4F4F4
}

.cd-main-header {
    height: auto;
    background: #fff;
    z-index: 10003
}

.nav-is-fixed .cd-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

@media only screen and (min-width:79.375em) {
    .cd-main-header {
        height: auto
    }

        .cd-main-header:after, .cd-main-header:before {
            display: table;
            content: ""
        }

        .cd-main-header:after {
            clear: both
        }
}

.cd-header-buttons, .cd-header-buttons li {
    display: inline-block
}

.cd-header-buttons {
    position: fixed;
    top: 20px;
    right: 20px
}

@media screen and (min-width:48em) {
    .cd-header-buttons {
        right: 2rem
    }
}

@media only screen and (max-width:79.375em) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px)
    }

    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        transform: translateX(260px)
    }

    .nav-on-left .cd-header-buttons {
        right: auto;
        left: 5%
    }

        .nav-on-left .cd-header-buttons li {
            float: right
        }
}

@media only screen and (min-width:79.375em) {
    .cd-header-buttons {
        top: 18px;
        right: 4em
    }
}

.cd-nav-trigger, .cd-search-trigger {
    position: relative;
    top: -5px;
    top: -.3125rem;
    right: -10px;
    right: -.625rem;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 10003
}

@media screen and (min-width:48em) {
    .cd-nav-trigger, .cd-search-trigger {
        top: -8px;
        top: -.5rem;
        right: -10px;
        right: -.625rem
    }
}

@media screen and (min-width:79.375em) {
    .cd-nav-trigger, .cd-search-trigger {
        top: 2px;
        top: .125rem;
        right: -10px;
        right: -.625rem
    }
}

.cd-search-trigger::after, .cd-search-trigger::before {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff
}

.cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

    .cd-search-trigger span::after, .cd-search-trigger span::before {
        content: '';
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 22px;
        top: 50%;
        margin-top: -2px;
        left: 50%;
        margin-left: -11px;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s;
        transition: opacity .3s,transform .3s,-webkit-transform .3s
    }

    .cd-search-trigger span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .cd-search-trigger span::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.cd-search-trigger.search-is-visible::after, .cd-search-trigger.search-is-visible::before {
    opacity: 0
}

.cd-search-trigger.search-is-visible span::after, .cd-search-trigger.search-is-visible span::before {
    opacity: 1
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #000
}

.cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s
}

    .cd-nav-trigger span::after, .cd-nav-trigger span::before {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform .3s .3s;
        transition: -webkit-transform .3s .3s;
        transition: transform .3s .3s;
        transition: transform .3s .3s,-webkit-transform .3s .3s
    }

    .cd-nav-trigger span::before {
        top: -6px
    }

    .cd-nav-trigger span::after {
        top: 6px
    }

.cd-nav-trigger.nav-is-visible span {
    background: 0 0
}

    .cd-nav-trigger.nav-is-visible span::after, .cd-nav-trigger.nav-is-visible span::before {
        background: #000
    }

    .cd-nav-trigger.nav-is-visible span::before {
        -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
        transform: translateX(4px) translateY(-3px) rotate(45deg)
    }

    .cd-nav-trigger.nav-is-visible span::after {
        -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
        transform: translateX(4px) translateY(2px) rotate(-45deg)
    }

@media only screen and (min-width:79.375em) {
    .cd-nav-trigger {
        display: none
    }
}

.cd-primary-nav, .cd-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

    .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3, .cd-primary-nav a, .cd-primary-nav ul a {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .cd-primary-nav a, .cd-primary-nav ul a {
        display: block;
        padding: 0 20px;
        color: #fff;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        white-space: nowrap;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform,opacity;
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,-webkit-transform .3s;
        transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s,-webkit-transform .3s;
        font-family: Trade Gothic Next W01;
        -webkit-font-feature-settings: 'dlig','liga','lnum','kern';
        font-feature-settings: 'dlig','liga','lnum','kern';
        font-style: normal;
        font-weight: 600
    }

    .cd-primary-nav ul.is-hidden, .cd-primary-nav.is-hidden {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .cd-primary-nav ul.moves-out > li > a, .cd-primary-nav.moves-out > li > a {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    .cd-primary-nav .padding-top, .cd-primary-nav ul .padding-top {
        padding-top: 20px
    }

@media only screen and (max-width:79.375em) {
    .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
        right: auto;
        left: 0
    }

    .cd-primary-nav {
        visibility: hidden;
        -webkit-transition: visibility 0s .3s;
        transition: visibility 0s .3s
    }

        .cd-primary-nav.nav-is-visible {
            visibility: visible;
            -webkit-transition: visibility 0s 0s;
            transition: visibility 0s 0s
        }
}

.cd-primary-nav .see-all a {
    color: #fff
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 90px
}

    .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        position: absolute;
        display: block;
        height: 40px;
        width: auto;
        left: 20px;
        top: 50%;
        margin-top: -20px
    }

.cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 0
}

    .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
        color: #fff;
        font-weight: 400;
        padding: 0 20px;
        margin: 0;
        height: 50px;
        line-height: 50px
    }

@media screen and (min-width:79.375em) {
    .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
        padding: 0;
        height: 30px;
        line-height: 30px
    }
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #fff;
    display: none
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
    background-image: url(../img/line-icon-1.svg)
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
    background-image: url(../img/line-icon-2.svg)
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
    background-image: url(../img/line-icon-3.svg)
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
    background-image: url(../img/line-icon-4.svg)
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
    background-image: url(../img/line-icon-5.svg)
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
    background-image: url(../img/line-icon-6.svg)
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
    background-image: url(../img/line-icon-7.svg)
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
    background-image: url(../img/line-icon-8.svg)
}

@media only screen and (min-width:79.375em) {
    .cd-primary-nav, .cd-primary-nav ul {
        position: static;
        background: 0 0;
        overflow: visible
    }

        .cd-primary-nav .cd-nav-gallery:after, .cd-primary-nav .cd-nav-icons:after, .cd-primary-nav .cd-secondary-nav:after, .cd-primary-nav:after {
            clear: both
        }

    .cd-primary-nav {
        height: 35px;
        width: 100%;
        float: left
    }

        .cd-primary-nav:after, .cd-primary-nav:before {
            display: table;
            content: ""
        }

        .cd-primary-nav.moves-out > li > a {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1
        }

        .cd-primary-nav .has-children-first {
            cursor: default
        }

        .cd-primary-nav ul {
            height: auto;
            width: auto;
            z-index: 10003
        }

            .cd-primary-nav ul.is-hidden {
                -webkit-transform: translateX(0);
                transform: translateX(0)
            }

            .cd-primary-nav ul.moves-out > li > a {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                opacity: 1
            }

            .cd-primary-nav ul a {
                padding: 0
            }

        .cd-primary-nav li ul li:first-child {
            border-top: solid 1px #000;
            border-bottom: solid 3px #E30613;
            padding-top: 0 !important;
            padding: 10px 0 5px
        }

        .cd-primary-nav li ul li a {
            color: #000
        }

        .cd-primary-nav li ul li ul li {
            text-transform: none
        }

        .cd-primary-nav > li {
            float: left;
            text-transform: uppercase
        }

            .cd-primary-nav > li > a {
                position: relative;
                display: inline-block;
                height: auto;
                line-height: auto;
                padding: 0 10px;
                color: #fff;
                overflow: visible;
                border-bottom: none;
                -webkit-transition: color .3s;
                transition: color .3s
            }

                .cd-primary-nav > li > a.selected {
                    color: #fff
                }

        .cd-primary-nav .go-back, .cd-primary-nav .see-all {
            display: none
        }

        .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons, .cd-primary-nav .cd-secondary-nav {
            position: absolute;
            top: 100%;
            width: 100%;
            background: #fff;
            padding: 1.875rem 4rem;
            box-shadow: inset 0 1px 0 #efefef,0 3px 6px rgba(0,0,0,.05);
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: opacity .3s 0s,visibility 0s 0s;
            transition: opacity .3s 0s,visibility 0s 0s
        }

            .cd-primary-nav .cd-nav-gallery:after, .cd-primary-nav .cd-nav-gallery:before, .cd-primary-nav .cd-nav-icons:after, .cd-primary-nav .cd-nav-icons:before, .cd-primary-nav .cd-secondary-nav:after, .cd-primary-nav .cd-secondary-nav:before {
                display: table;
                content: ""
            }
}

@media only screen and (min-width:79.375em) and (min-width:79.375em) {
    .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons, .cd-primary-nav .cd-secondary-nav {
        padding: 3.125rem 4rem
    }

        .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all, .cd-primary-nav .cd-secondary-nav > .see-all {
            display: none
        }
}

@media only screen and (min-width:79.375em) {
    .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden, .cd-primary-nav .cd-secondary-nav.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s;
        transition: opacity .3s 0s,visibility 0s .3s
    }

    .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all, .cd-primary-nav .cd-secondary-nav > .see-all {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

        .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a, .cd-primary-nav .cd-secondary-nav > .see-all a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            line-height: 80px;
            border-top: 1px solid #efefef;
            border-bottom: none;
            margin: 0;
            padding: 0;
            -webkit-transition: color .2s,background .2s,border .2s;
            transition: color .2s,background .2s,border .2s
        }

            .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover, .cd-primary-nav .cd-secondary-nav > .see-all a:hover {
                background: #fff;
                border-color: #fff;
                color: #fff
            }

    .cd-primary-nav .cd-secondary-nav .has-children-first {
        border-top: solid 1px #000;
        border-bottom: solid 3px #E30613;
        padding: 0 0 2px !important
    }

    .cd-primary-nav .cd-secondary-nav > li {
        height: 250px;
        width: 14%;
        float: left;
        margin-right: 2.66%;
        margin-bottom: 0;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.go-back a, .has-children > a {
    position: relative
}

    .go-back a::after, .go-back a::before, .has-children > a::after, .has-children > a::before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .go-back a::before, .has-children > a::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .go-back a::after, .has-children > a::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.has-children > a {
    padding-right: 40px
}

    .has-children > a::after, .has-children > a::before {
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        transform-origin: 9px 50%
    }

.cd-primary-nav .go-back a {
    padding-left: 40px
}

    .cd-primary-nav .go-back a::after, .cd-primary-nav .go-back a::before {
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        transform-origin: 1px 50%
    }

@media only screen and (min-width:79.375em) {
    .go-back a::after, .go-back a::before, .has-children > a::after, .has-children > a::before {
        background: #d6d6d6
    }

    .go-back a:hover::after, .go-back a:hover::before, .has-children > a:hover::after, .has-children > a:hover::before {
        background: #fff
    }

    .has-children > a::after, .has-children > a::before {
        right: 15%
    }

    .cd-primary-nav > .has-children > a {
        padding-right: 30px !important
    }

        .cd-primary-nav > .has-children > a::after, .cd-primary-nav > .has-children > a::before {
            width: 9px;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: width .3s,-webkit-transform .3s;
            transition: width .3s,-webkit-transform .3s;
            transition: width .3s,transform .3s;
            transition: width .3s,transform .3s,-webkit-transform .3s
        }

        .cd-primary-nav > .has-children > a::before {
            right: 12px
        }

        .cd-primary-nav > .has-children > a::after {
            right: 7px
        }

        .cd-primary-nav > .has-children > a.selected::after, .cd-primary-nav > .has-children > a.selected::before {
            width: 14px
        }

        .cd-primary-nav > .has-children > a.selected::before {
            -webkit-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg)
        }

        .cd-primary-nav > .has-children > a.selected::after {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .cd-secondary-nav > .has-children > a::after, .cd-secondary-nav > .has-children > a::before {
        display: none
    }

    .cd-primary-nav .go-back a {
        padding-left: 20px
    }

        .cd-primary-nav .go-back a::after, .cd-primary-nav .go-back a::before {
            left: 1px
        }
}

.cd-search {
    position: absolute;
    height: 50px;
    width: 100%;
    top: auto;
    left: 0;
    z-index: 10003;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s
}

.cd-overlay, .nav-is-fixed .cd-search {
    position: fixed
}

.cd-search form, .cd-search input {
    height: 100%;
    width: 100%
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #efefef,0 3px 6px rgba(0,0,0,.05)
}

    .cd-search input:focus {
        outline: 0
    }

.cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

@media only screen and (min-width:79.375em) {
    .cd-search {
        height: 120px;
        top: auto
    }

        .cd-search input {
            padding: 0 2em;
            font-size: 3.2rem;
            font-weight: 300
        }
}

.cd-overlay {
    z-index: 10002;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s
}

    .cd-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
        transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
        transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
        transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s
    }

@media only screen and (max-width:79.375em) {
    .cd-overlay.is-visible {
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px)
    }

    .nav-on-left .cd-overlay.is-visible {
        -webkit-transform: translateX(260px);
        transform: translateX(260px)
    }

        .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
}

.no-js .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 10002
}

.no-js .cd-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:79.375em) {
    .no-js .cd-primary-nav {
        position: absolute;
        z-index: 10003;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0
    }

    .no-js .nav-is-fixed .cd-primary-nav {
        position: fixed
    }
}

.block-box, .block-related {
    padding: 1.25rem;
    background: #F4F4F4
}

.block-box {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

    .block-box p {
        margin-bottom: 0
    }

.block-movie {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.block-text-img__image--left, .block-text-img__image--right {
    margin-top: 1.1rem
}

@media screen and (min-width:48em) {
    .block-text-img__image--left {
        margin-right: 1.25rem;
        width: calc(50% - 2rem);
        margin-bottom: 0;
        float: left
    }

    .block-text-img__image--right {
        margin-left: 1.25rem;
        margin-bottom: 0;
        float: right;
        width: calc(50% - 2rem)
    }
}

.block-form {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

a.pointer {
    cursor: pointer;
    white-space: nowrap;
}

.excerpt-product-group {
    width: 100%;
    margin-bottom: 2.5rem
}

    .excerpt-product-group:nth-child(1n+1):nth-last-child(-n+0) ~ .excerpt-product-group {
        margin-left: calc((100% - 100%)/ (1 - 1))
    }

    .excerpt-product-group:nth-child(1n+0):last-child,
    .excerpt-product-group:nth-child(1n+1):last-child,
    .excerpt-product-group:nth-child(1n+2):last-child {
        margin-right: auto;
    }

.excerpt-product-content__headline.product-description {
    min-height: 105px;
}

@media screen and (min-width:26.25em) {
    .excerpt-product-group {
        width: 48.57143%;
        margin-right: 2.85714%;
        margin-left: 0 !important
    }

        .excerpt-product-group:nth-child(2n+1):nth-last-child(-n+1) ~ .excerpt-product-group {
            margin-left: calc((100% - 97.14286%)/ (2 - 1))
        }

        .excerpt-product-group:nth-child(2n+1):last-child,
        .excerpt-product-group:nth-child(2n+2):last-child {
            margin-right: auto
        }

        .excerpt-product-group:nth-child(2n) {
            margin-right: 0
        }

    .excerpt-product-image {
        height: 150px;
        height: 9.375rem
    }

    .excerpt-product-content__headline.product-description {
        min-height: 120px;
    }
}

@media screen and (min-width:48em) {
    .excerpt-product-group {
        width: 22.85714%;
        margin-right: 2.85714%
    }

        .excerpt-product-group:nth-child(4n+1):nth-last-child(-n+3) ~ .excerpt-product-group {
            margin-left: calc((100% - 91.42857%)/ (4 - 1))
        }

        .excerpt-product-group:nth-child(4n+2):last-child, .excerpt-product-group:nth-child(4n+3):last-child {
            margin-right: auto
        }

        .excerpt-product-group:nth-child(2n) {
            margin-right: 2.85714%
        }

        .excerpt-product-group:nth-child(4n) {
            margin-right: 0
        }

    .excerpt-product-content__headline.product-description {
        min-height: 105px;
    }
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#notify
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99999;
    display: none;
    color: #000;
}

#notify p
{
    font-size: 16px;
    padding: 13px 0 15px 13px;
    font-weight: bold;
    margin: 0;
}

#notify a
{
    float: right;
    padding: 17px 20px;
    color: #000;
    text-decoration: none;
}

#notify a:hover
{
    text-decoration: underline;
}

.notify-success
{
    background-color: rgba(255, 237, 0, 0.92);
}

.notify-alert
{
    background-color: rgba(204, 0, 0, 0.92);
}

.notify-error
{
    background-color: rgba(204, 0, 0, 0.92);
}

.notify-warning
{
    background-color: rgba(255, 204, 0, 0.92);
}

#notify h1
{
    padding: 12px 20px;
    color: rgba(0, 0, 0, 1);
}

.tab-content
{
    display: none;
}

    .tab-content.current
    {
        display: inherit;
    }

.owl-item
{
    margin-top: 1px;
}

.product-item-more-wrapper
{
    display: none;
    width: 100%;
}

.product-items-more-info
{

}

.icon-bema-titan
{
    height: 76px;
    width: 46px;
    background-image: url(/content/img/png/bema-titan.png)
}

.icon-bema-spaar
{
    height: 76px;
    width: 46px;
    background-image: url(/content/img/png/bema-spaar.png)
}

section.expanded-cart table.product-items-cart tr td
{
    padding: .625rem 0.4rem;
}

.share__link--twitter, .share__link--facebook, .product-item-body-cell > a > .icon-cart {
    cursor: pointer;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .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);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-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);-ms-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{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,.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{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle: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{content:"\f067"}.fa-minus: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,.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{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{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{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{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{content:"\f137"}.fa-chevron-circle-right: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{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{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}

