/* reset.css ##-##-##-##-##-##-##-## ||| -> */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* with additions from Martin Eberhardt regarding box-sizing and default font  - thanks to meyerweb for the basics */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* resetInputs.css ##-##-##-##-##-##-##-## ||| -> */
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    min-height: 36px;
    padding: 8px 12px;
    width: 100%;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 100%;
    color: #000;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #333;opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #333;
}
:-moz-placeholder { /* Firefox 18- */
    color: #333;
}

input:focus, textarea:focus {
    border-color: #000;
}

input[type=submit], input[type=button], button {-webkit-appearance: none;border-radius: 0;-moz-appearance: none;}

/* bootstrap-custom-L1.min.css ##-##-##-##-##-##-##-## ||| -> */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * MaE: template with placeholders for custom breakpoints/gap:
 * bsGap, bsSm, bsMd, bsLg, bsXl, bsXxl
 */html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.container{max-width:540px}.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.container{max-width:720px}.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.container{max-width:960px}.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.container{max-width:1140px}.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width:1555px){.container{max-width:1320px}.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}

/* flexslider.css ##-##-##-##-##-##-##-## ||| -> */
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* blacktie.css ##-##-##-##-##-##-##-## ||| -> */
/*!
 *  The Black Tie Font is commercial software. Please do not distribute.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'Black Tie';
    src: url('fonts/BlackTie-Regular-webfont.eot?v=1.0.0');
    src: url('fonts/BlackTie-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('fonts/BlackTie-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('fonts/BlackTie-Regular-webfont.woff?v=1.0.0') format('woff'), url('fonts/BlackTie-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('fonts/BlackTie-Regular-webfont.svg?v=1.0.0#black_tieregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Black Tie';
    src: url('fonts/BlackTie-Light-webfont.eot?v=1.0.0');
    src: url('fonts/BlackTie-Light-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('fonts/BlackTie-Light-webfont.woff2?v=1.0.0') format('woff2'), url('fonts/BlackTie-Light-webfont.woff?v=1.0.0') format('woff'), url('fonts/BlackTie-Light-webfont.ttf?v=1.0.0') format('truetype'), url('fonts/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Font Awesome Brands';
    src: url('fonts/FontAwesomeBrands-Regular-webfont.eot?v=1.0.0');
    src: url('fonts/FontAwesomeBrands-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('fonts/FontAwesomeBrands-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('fonts/FontAwesomeBrands-Regular-webfont.woff?v=1.0.0') format('woff'), url('fonts/FontAwesomeBrands-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('fonts/FontAwesomeBrands-Regular-webfont.svg?v=1.0.0#font_awesome_brandsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bts,
.btb,
.btr,
.btl,
.fab {
    display: inline-block;
    font: normal normal normal 14px/1 "Black Tie";
    font-size: inherit;
    vertical-align: -14.28571429%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.bts {
    font-weight: 900;
}
.btb {
    font-weight: 700;
}
.btl {
    font-weight: 200;
}
.fab {
    font-family: "Font Awesome Brands";
}
/* makes the font 25% smaller relative to the icon container */
.bt-sm {
    font-size: .7em;
    vertical-align: baseline;
}
/* makes the font 33% larger relative to the icon container */
.bt-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
}
.bt-2x {
    font-size: 2em;
}
.bt-3x {
    font-size: 3em;
}
.bt-4x {
    font-size: 4em;
}
.bt-5x {
    font-size: 5em;
}
.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
    vertical-align: -30%;
}
.bt-fw {
    width: 1.28571429em;
    text-align: center;
}
.bt-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.bt-ul > li {
    position: relative;
}
.bt-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.bt-li.bt-lg {
    left: -2em;
}
.bt-border {
    padding: .2em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
    margin-right: .3em;
}
.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
    margin-left: .3em;
}
.bt-spin {
    -webkit-animation: bt-spin 2s infinite linear;
    animation: bt-spin 2s infinite linear;
}
.bt-pulse {
    -webkit-animation: bt-spin 1s infinite steps(8);
    animation: bt-spin 1s infinite steps(8);
}
@-webkit-keyframes bt-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes bt-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.bt-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bt-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bt-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.bt-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.bt-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
    filter: none;
}
.bt-stack {
    position: relative;
    display: inline-block;
    width: 1.28571429em;
    height: 1em;
    line-height: 1em;
    vertical-align: baseline;
}
.bt-stack-sm {
    position: absolute;
    top: 0;
    left: 0;
    line-height: inherit;
    font-size: .5em;
}
.bt-stack-1x,
.bt-stack-sm {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.bt-inverse {
    color: #ffffff;
}
/* Black Tie uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.bt-bars:before {
    content: "\f000";
}
.bt-envelope:before {
    content: "\f001";
}
.bt-search:before {
    content: "\f002";
}
.bt-search-plus:before {
    content: "\f003";
}
.bt-search-minus:before {
    content: "\f004";
}
.bt-phone:before {
    content: "\f005";
}
.bt-comment:before {
    content: "\f007";
}
.bt-commenting:before {
    content: "\f008";
}
.bt-comments:before {
    content: "\f009";
}
.bt-rss:before {
    content: "\f00a";
}
.bt-times:before {
    content: "\f00c";
}
.bt-times-circle:before {
    content: "\f00d";
}
.bt-clock:before {
    content: "\f00e";
}
.bt-star:before {
    content: "\f010";
}
.bt-star-half:before {
    content: "\f011";
}
.bt-check:before {
    content: "\f012";
}
.bt-check-circle:before {
    content: "\f013";
}
.bt-check-square:before {
    content: "\f014";
}
.bt-th:before {
    content: "\f015";
}
.bt-th-large:before {
    content: "\f016";
}
.bt-heart:before {
    content: "\f017";
}
.bt-heart-half:before {
    content: "\f018";
}
.bt-calendar:before {
    content: "\f019";
}
.bt-shopping-cart:before {
    content: "\f01a";
}
.bt-plus:before {
    content: "\f01b";
}
.bt-plus-circle:before {
    content: "\f01c";
}
.bt-plus-square:before {
    content: "\f01d";
}
.bt-pen:before {
    content: "\f01e";
}
.bt-minus:before {
    content: "\f021";
}
.bt-minus-circle:before {
    content: "\f022";
}
.bt-minus-square:before {
    content: "\f023";
}
.bt-pencil:before {
    content: "\f024";
}
.bt-edit:before {
    content: "\f025";
}
.bt-thumbs-up:before {
    content: "\f026";
}
.bt-thumbs-down:before {
    content: "\f027";
}
.bt-gear:before {
    content: "\f028";
}
.bt-trash:before {
    content: "\f029";
}
.bt-file:before {
    content: "\f02a";
}
.bt-info-circle:before {
    content: "\f02b";
}
.bt-label:before {
    content: "\f02c";
}
.bt-rocket:before {
    content: "\f02d";
}
.bt-book:before {
    content: "\f02e";
}
.bt-book-open:before {
    content: "\f02f";
}
.bt-notebook:before {
    content: "\f030";
}
.bt-camera:before {
    content: "\f031";
}
.bt-folder:before {
    content: "\f032";
}
.bt-quote-left:before {
    content: "\f036";
}
.bt-quote-right:before {
    content: "\f037";
}
.bt-eye:before {
    content: "\f038";
}
.bt-lock:before {
    content: "\f039";
}
.bt-lock-open:before {
    content: "\f03a";
}
.bt-gift:before {
    content: "\f03b";
}
.bt-spinner-clock:before {
    content: "\f03c";
}
.bt-spinner:before {
    content: "\f03d";
}
.bt-wrench:before {
    content: "\f03e";
}
.bt-cloud:before {
    content: "\f040";
}
.bt-cloud-upload:before {
    content: "\f041";
}
.bt-cloud-download:before {
    content: "\f042";
}
.bt-sync:before {
    content: "\f043";
}
.bt-question-circle:before {
    content: "\f044";
}
.bt-share:before {
    content: "\f045";
}
.bt-briefcase:before {
    content: "\f046";
}
.bt-money:before {
    content: "\f047";
}
.bt-megaphone:before {
    content: "\f048";
}
.bt-sign-in:before {
    content: "\f049";
}
.bt-sign-out:before {
    content: "\f04a";
}
.bt-film:before {
    content: "\f04b";
}
.bt-trophy:before {
    content: "\f04c";
}
.bt-code:before {
    content: "\f04d";
}
.bt-light-bulb:before {
    content: "\f04e";
}
.bt-print:before {
    content: "\f050";
}
.bt-fax:before {
    content: "\f051";
}
.bt-video:before {
    content: "\f052";
}
.bt-signal:before {
    content: "\f053";
}
.bt-sitemap:before {
    content: "\f054";
}
.bt-upload:before {
    content: "\f055";
}
.bt-download:before {
    content: "\f056";
}
.bt-key:before {
    content: "\f057";
}
.bt-mug:before {
    content: "\f058";
}
.bt-bookmark:before {
    content: "\f059";
}
.bt-flag:before {
    content: "\f05a";
}
.bt-external-link:before {
    content: "\f05b";
}
.bt-smile:before {
    content: "\f05c";
}
.bt-frown:before {
    content: "\f05d";
}
.bt-meh:before {
    content: "\f05e";
}
.bt-magic:before {
    content: "\f060";
}
.bt-bolt:before {
    content: "\f061";
}
.bt-exclamation-triangle:before {
    content: "\f062";
}
.bt-exclamation-circle:before {
    content: "\f063";
}
.bt-flask:before {
    content: "\f064";
}
.bt-music:before {
    content: "\f065";
}
.bt-push-pin:before {
    content: "\f066";
}
.bt-shield:before {
    content: "\f067";
}
.bt-sort:before {
    content: "\f068";
}
.bt-reply:before {
    content: "\f069";
}
.bt-forward:before {
    content: "\f06a";
}
.bt-reply-all:before {
    content: "\f06b";
}
.bt-forward-all:before {
    content: "\f06c";
}
.bt-bell:before {
    content: "\f06d";
}
.bt-bell-off:before {
    content: "\f06e";
}
.bt-ban:before {
    content: "\f070";
}
.bt-database:before {
    content: "\f071";
}
.bt-hard-drive:before {
    content: "\f072";
}
.bt-merge:before {
    content: "\f073";
}
.bt-fork:before {
    content: "\f074";
}
.bt-wifi:before {
    content: "\f075";
}
.bt-paper-plane:before {
    content: "\f076";
}
.bt-inbox:before {
    content: "\f077";
}
.bt-fire:before {
    content: "\f078";
}
.bt-play:before {
    content: "\f079";
}
.bt-pause:before {
    content: "\f07a";
}
.bt-stop:before {
    content: "\f08b";
}
.bt-play-circle:before {
    content: "\f07b";
}
.bt-next:before {
    content: "\f07c";
}
.bt-previous:before {
    content: "\f07d";
}
.bt-repeat:before {
    content: "\f07e";
}
.bt-fast-forward:before {
    content: "\f080";
}
.bt-fast-reverse:before {
    content: "\f081";
}
.bt-volume:before {
    content: "\f082";
}
.bt-volume-off:before {
    content: "\f083";
}
.bt-volume-up:before {
    content: "\f084";
}
.bt-volume-down:before {
    content: "\f085";
}
.bt-maximize:before {
    content: "\f086";
}
.bt-minimize:before {
    content: "\f087";
}
.bt-closed-captions:before {
    content: "\f088";
}
.bt-shuffle:before {
    content: "\f089";
}
.bt-triangle:before {
    content: "\f08a";
}
.bt-square:before {
    content: "\f08b";
}
.bt-circle:before {
    content: "\f08c";
}
.bt-hexagon:before {
    content: "\f08d";
}
.bt-octagon:before {
    content: "\f08e";
}
.bt-angle-up:before {
    content: "\f090";
}
.bt-angle-down:before {
    content: "\f091";
}
.bt-angle-left:before {
    content: "\f092";
}
.bt-angle-right:before {
    content: "\f093";
}
.bt-angles-up:before {
    content: "\f094";
}
.bt-angles-down:before {
    content: "\f095";
}
.bt-angles-left:before {
    content: "\f096";
}
.bt-angles-right:before {
    content: "\f097";
}
.bt-arrow-up:before {
    content: "\f098";
}
.bt-arrow-down:before {
    content: "\f099";
}
.bt-arrow-left:before {
    content: "\f09a";
}
.bt-arrow-right:before {
    content: "\f09b";
}
.bt-bar-chart:before {
    content: "\f09c";
}
.bt-pie-chart:before {
    content: "\f09d";
}
.bt-circle-arrow-up:before {
    content: "\f0a0";
}
.bt-circle-arrow-down:before {
    content: "\f0a1";
}
.bt-circle-arrow-left:before {
    content: "\f0a2";
}
.bt-circle-arrow-right:before {
    content: "\f0a3";
}
.bt-caret-up:before {
    content: "\f0a4";
}
.bt-caret-down:before {
    content: "\f0a5";
}
.bt-caret-left:before {
    content: "\f0a6";
}
.bt-caret-right:before {
    content: "\f0a7";
}
.bt-long-arrow-up:before {
    content: "\f0a8";
}
.bt-long-arrow-down:before {
    content: "\f0a9";
}
.bt-long-arrow-left:before {
    content: "\f0aa";
}
.bt-long-arrow-right:before {
    content: "\f0ab";
}
.bt-Bold:before {
    content: "\f0ac";
}
.bt-italic:before {
    content: "\f0ad";
}
.bt-underline:before {
    content: "\f0ae";
}
.bt-link:before {
    content: "\f0b0";
}
.bt-paper-clip:before {
    content: "\f0b1";
}
.bt-align-left:before {
    content: "\f0b2";
}
.bt-align-center:before {
    content: "\f0b3";
}
.bt-align-right:before {
    content: "\f0b4";
}
.bt-align-justify:before {
    content: "\f0b5";
}
.bt-cut:before {
    content: "\f0b6";
}
.bt-copy:before {
    content: "\f0b7";
}
.bt-paste:before {
    content: "\f0b8";
}
.bt-photo:before {
    content: "\f0b9";
}
.bt-table:before {
    content: "\f0ba";
}
.bt-ulist:before {
    content: "\f0bb";
}
.bt-olist:before {
    content: "\f0bc";
}
.bt-indent:before {
    content: "\f0bd";
}
.bt-outdent:before {
    content: "\f0be";
}
.bt-undo:before {
    content: "\f0c0";
}
.bt-redo:before {
    content: "\f0c1";
}
.bt-sup:before {
    content: "\f0c2";
}
.bt-sub:before {
    content: "\f0c3";
}
.bt-text-size:before {
    content: "\f0c4";
}
.bt-text-color:before {
    content: "\f0c5";
}
.bt-remove-formatting:before {
    content: "\f0c6";
}
.bt-blockquote:before {
    content: "\f036";
}
.bt-globe:before {
    content: "\f0c7";
}
.bt-map:before {
    content: "\f0c8";
}
.bt-map-arrow:before {
    content: "\f0c9";
}
.bt-map-marker:before {
    content: "\f0ca";
}
.bt-map-pin:before {
    content: "\f0cb";
}
.bt-home:before {
    content: "\f0cc";
}
.bt-building:before {
    content: "\f0cd";
}
.bt-industry:before {
    content: "\f0ce";
}
.bt-desktop:before {
    content: "\f0d0";
}
.bt-laptop:before {
    content: "\f0d1";
}
.bt-tablet:before {
    content: "\f0d2";
}
.bt-mobile:before {
    content: "\f0d3";
}
.bt-tv:before {
    content: "\f0d4";
}
.bt-radio-checked:before {
    content: "\f0d5";
}
.bt-radio-unchecked:before {
    content: "\f08c";
}
.bt-checkbox-checked:before {
    content: "\f014";
}
.bt-checkbox-unchecked:before {
    content: "\f08b";
}
.bt-checkbox-intermediate:before {
    content: "\f023";
}
.bt-user:before {
    content: "\f0d6";
}
.bt-user-male:before {
    content: "\f0d6";
}
.bt-user-female:before {
    content: "\f0d7";
}
.bt-crown:before {
    content: "\f0d8";
}
.bt-credit-card:before {
    content: "\f0d9";
}
.bt-strikethrough:before {
    content: "\f0da";
}
.bt-eject:before {
    content: "\f0db";
}
.bt-ellipsis-h:before {
    content: "\f0dc";
}
.bt-ellipsis-v:before {
    content: "\f0dd";
}
.fab-facebook:before {
    content: "\f000";
}
.fab-facebook-alt:before {
    content: "\f001";
}
.fab-twitter:before {
    content: "\f002";
}
.fab-linkedin:before {
    content: "\f003";
}
.fab-linkedin-alt:before {
    content: "\f004";
}
.fab-instagram:before {
    content: "\f005";
}
.fab-github:before {
    content: "\f006";
}
.fab-github-alt:before {
    content: "\f007";
}
.fab-googleplus:before {
    content: "\f008";
}
.fab-googleplus-alt:before {
    content: "\f009";
}
.fab-pinterest:before {
    content: "\f00a";
}
.fab-pinterest-alt:before {
    content: "\f00b";
}
.fab-tumblr:before {
    content: "\f00c";
}
.fab-tumblr-alt:before {
    content: "\f00d";
}
.fab-bitcoin:before {
    content: "\f010";
}
.fab-bitcoin-alt:before {
    content: "\f011";
}
.fab-dropbox:before {
    content: "\f012";
}
.fab-stackexchange:before {
    content: "\f013";
}
.fab-stackoverflow:before {
    content: "\f014";
}
.fab-flickr:before {
    content: "\f015";
}
.fab-flickr-alt:before {
    content: "\f016";
}
.fab-bitbucket:before {
    content: "\f017";
}
.fab-html5:before {
    content: "\f018";
}
.fab-css3:before {
    content: "\f019";
}
.fab-apple:before {
    content: "\f01a";
}
.fab-windows:before {
    content: "\f01b";
}
.fab-android:before {
    content: "\f01c";
}
.fab-linux:before {
    content: "\f01d";
}
.fab-dribbble:before {
    content: "\f01e";
}
.fab-youtube:before {
    content: "\f021";
}
.fab-skype:before {
    content: "\f022";
}
.fab-foursquare:before {
    content: "\f023";
}
.fab-trello:before {
    content: "\f024";
}
.fab-maxcdn:before {
    content: "\f025";
}
.fab-gittip:before,
.fab-gratipay:before {
    content: "\f026";
}
.fab-vimeo:before {
    content: "\f027";
}
.fab-vimeo-alt:before {
    content: "\f028";
}
.fab-slack:before {
    content: "\f029";
}
.fab-wordpress:before {
    content: "\f02a";
}
.fab-wordpress-alt:before {
    content: "\f02b";
}
.fab-openid:before {
    content: "\f02c";
}
.fab-yahoo:before {
    content: "\f02d";
}
.fab-yahoo-alt:before {
    content: "\f02e";
}
.fab-reddit:before {
    content: "\f02f";
}
.fab-google:before {
    content: "\f030";
}
.fab-google-alt:before {
    content: "\f031";
}
.fab-stumbleupon:before {
    content: "\f032";
}
.fab-stumbleupon-alt:before {
    content: "\f033";
}
.fab-delicious:before {
    content: "\f034";
}
.fab-digg:before {
    content: "\f035";
}
.fab-piedpiper:before {
    content: "\f036";
}
.fab-piedpiper-alt:before {
    content: "\f037";
}
.fab-drupal:before {
    content: "\f038";
}
.fab-joomla:before {
    content: "\f039";
}
.fab-behance:before {
    content: "\f03a";
}
.fab-steam:before {
    content: "\f03b";
}
.fab-steam-alt:before {
    content: "\f03c";
}
.fab-spotify:before {
    content: "\f03d";
}
.fab-deviantart:before {
    content: "\f03e";
}
.fab-soundcloud:before {
    content: "\f040";
}
.fab-vine:before {
    content: "\f041";
}
.fab-codepen:before {
    content: "\f042";
}
.fab-jsfiddle:before {
    content: "\f043";
}
.fab-rebel:before {
    content: "\f044";
}
.fab-empire:before {
    content: "\f045";
}
.fab-git:before {
    content: "\f046";
}
.fab-hackernews:before {
    content: "\f047";
}
.fab-hackernews-alt:before {
    content: "\f048";
}
.fab-slideshare:before {
    content: "\f049";
}
.fab-twitch:before {
    content: "\f04a";
}
.fab-yelp:before {
    content: "\f04b";
}
.fab-paypal:before {
    content: "\f04c";
}
.fab-google-wallet:before {
    content: "\f04d";
}
.fab-angellist:before {
    content: "\f04e";
}
.fab-cc-visa:before {
    content: "\f050";
}
.fab-cc-mastercard:before {
    content: "\f051";
}
.fab-cc-discover:before {
    content: "\f052";
}
.fab-cc-amex:before {
    content: "\f053";
}
.fab-cc-paypal:before {
    content: "\f054";
}
.fab-cc-stripe:before {
    content: "\f055";
}
.fab-lastfm:before {
    content: "\f056";
}
.fab-whatsapp:before {
    content: "\f057";
}
.fab-medium:before {
    content: "\f058";
}
.fab-meanpath:before {
    content: "\f059";
}
.fab-meanpath-alt:before {
    content: "\f05a";
}
.fab-pagelines:before {
    content: "\f05b";
}
.fab-ioxhost:before {
    content: "\f060";
}
.fab-buysellads:before {
    content: "\f061";
}
.fab-buysellads-alt:before {
    content: "\f062";
}
.fab-connectdevelop:before {
    content: "\f063";
}
.fab-dashcube:before {
    content: "\f064";
}
.fab-forumbee:before {
    content: "\f065";
}
.fab-leanpub:before {
    content: "\f066";
}
.fab-sellsy:before {
    content: "\f067";
}
.fab-shirtsinbulk:before {
    content: "\f068";
}
.fab-simplybuilt:before {
    content: "\f069";
}
.fab-skyatlas:before {
    content: "\f06a";
}
.fab-viacoin:before {
    content: "\f06b";
}
.fab-codiepie:before {
    content: "\f06c";
}
.fab-queue:before {
    content: "\f06d";
}
.fab-queue-alt:before {
    content: "\f06e";
}
.fab-fonticons:before {
    content: "\f070";
}
.fab-fonticons-alt:before {
    content: "\f071";
}
.fab-blacktie:before {
    content: "\f072";
}
.fab-blacktie-alt:before {
    content: "\f073";
}
.fab-xing:before {
    content: "\f090";
}
.fab-vk:before {
    content: "\f091";
}
.fab-weibo:before {
    content: "\f092";
}
.fab-renren:before {
    content: "\f093";
}
.fab-tencent-weibo:before {
    content: "\f094";
}
.fab-qq:before {
    content: "\f095";
}
.fab-wechat:before,
.fab-weixin:before {
    content: "\f096";
}


/* essentials.css ##-##-##-##-##-##-##-## ||| -> */
html, body {width: 100%;height: 100%}
img {max-width: 100%;height: auto;display: block}
.block {display: block}
.float_left {float: left}
.float_right {float: right}
.hidden {display: none}
.noSelect {-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none;user-select: none} /* i.e. accordion title */
.clearAfter:after, .elText:after {display: block;content: '';clear: both} /* use this class on floaters surrounding element instead of s.th. like <div class="clear"> */
a {outline: none}
#wrapper {overflow: hidden}
.spin {animation:spin 1s linear infinite}
@keyframes spin { 0% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#skipToContent a {position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;}
#skipToContent a:focus {position:static;width:auto;height:auto;}

/* Accordion */
.elAccordion .title {cursor: pointer}
.elAccordion .content {display: none}
.elAccordion.opened .content {display: block}

/* Form */
.fieldWrapper.required label:after {content: '*';color: red}
#flxFirstName, label[for=flxFirstName] {display: none !important;} /* honey pot in forms */

/* Flex Slider */
.flex-direction-nav a {margin-top: 20px}
.flex-direction-nav a {overflow: visible;text-shadow: none}
.flex-control-paging li a {box-shadow: none}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {color: transparent;font-size: 0}

/* youTube responsive */
.video-container {position: relative;padding-bottom: 56.25%;padding-top: 0;height: 0;overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.twoClick-container .video-container {background-color: #000;background-size: cover}
video.autoWidth {width:100%;height:auto;}
.twoClickBox {position: absolute;background: #eee;color: #333;width: 100%;max-width: 400px;padding: 20px;line-height: 1.2em;margin: 0;left: 50%;top: 50%;transform: translate(-50%, -50%);}

/* Background Images */
.hasBgImage {position: relative}
.maeBgImage {position: absolute;z-index: -1;width: 100%;left: 0;height: 100%;top: 0;background-repeat: no-repeat;background-size: cover;background-position: center center}
.maeBgImage.maeBgFullWidth {width: 100vw;left: 50%;margin-left: -50vw}

/* ImageMap */
.imgMapWrapper {position: relative;overflow: hidden;}
.imgMapWrapper img {width: 100%;height: auto;display: block;margin: 0 0 0 0;}
.mapArea {position: absolute;background-position: center center;background-size: contain;background-repeat: no-repeat}
.mapArea a {display: block;width: 100%;height: 100%}

/* lightbox */
#maeLightbox {z-index: 101;display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.90);color: #fff}
#maeLightbox .header {position: absolute;left: 0;top: 0;right: 0;height: 60px}
#maeLightbox .title {margin: 10px 80px 0 25px;max-height: 50px;overflow: hidden;padding-bottom: .15em}
#maeLightbox .title .source::before {content: ' | '}
#maeLightbox .maeBtn {width: 40px;height: 40px;position: absolute;display: block}
#maeLightbox .maeBtn:hover {background-color: #444}
#maeLightbox .maeBtn:focus {outline: #aaa dashed 1px}
#maeLightbox .close {right: 25px;top: 10px;}
#maeLightbox .close:before, #maeLightbox .close:after {position: absolute;left: 19px;content: ' ';height: 41px;width: 2px;background-color: #fff;}
#maeLightbox .close:before {transform: rotate(45deg);}
#maeLightbox .close:after {transform: rotate(-45deg);}
#maeLightbox .media {position: absolute;left: 0;right: 0;top: 60px;bottom: 60px;background-size: contain;background-position: center center;background-repeat: no-repeat}
#maeLightbox .loading {width: 64px;height: 64px;margin: calc(50vh - 32px) auto 0 auto;opacity: .6;background: center / contain no-repeat url("../images/loading.gif")}
#maeLightbox .nav {position: absolute;left: 0;bottom: 0;height: 60px;width: 100%}
#maeLightbox .nav .prev {left: 25px;top: 10px;}
#maeLightbox .nav .maeBtn.prev .inside {left: 5px;transform: rotate(-45deg)}
#maeLightbox .nav .next {right: 25px;top: 10px}
#maeLightbox .nav .maeBtn.next .inside {right: 5px;transform: rotate(135deg)}
#maeLightbox .nav .navTitle {margin: 0 65px;text-align: center;line-height: 60px;overflow: hidden}
#maeLightbox .nav .maeBtn .inside {position: absolute;width: 20px;height: 20px;margin: 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;}
#maeLightbox .nav .maeBtn .inside:before {display: block;height: 200%;width: 200%;margin-left: -50%;margin-top: -50%;content: "";transform: rotate(45deg);}
@media (max-height: 500px) {
    #maeLightbox .media {top: 0;bottom: 0}
    #maeLightbox .header, #maeLightbox .nav {background-color: rgba(0,0,0,.5)}
}

/* Mobile Navi */
#maeMM-trigger {right: 10px;top: 10px;position: absolute;z-index: 101;cursor: pointer}
#maeMM-trigger .bar {height: 5px;background: #333;margin: 6px 0;transition: .4s;width: 35px}
.theX .bar1 {transform: rotate(-45deg) translate(-7px, 7px)}
.theX .bar2 {opacity: 0}
.theX .bar3 {transform: rotate(45deg) translate(-8px, -8px)}
#maeMM-trigger.blocked, #maeMM.blocked {display: none !important}
#maeMM {background: rgba(0,0,0,.5);display: none;width: 0;left: 0;top: 0;bottom: 0;z-index: 100;overflow: hidden;position: fixed}
#maeMM .wrapper {background: #444;height: calc(100% - 45px);overflow: auto}
#maeMM a {display: none;color: #fff;background: #333;border-bottom: solid #444 1px;padding: 14px 20px;text-decoration: none;transition: all .3s;position: relative;user-select: none;margin: 0}
#maeMM a:not(.top):hover, #maeMM a:focus, #maeMM.parentToggles a.top:hover, #maeMM.parentToggles a.top:focus {background: #444;transition-duration: unset}
#maeMM li.active > a {text-decoration: underline}
#maeMM ul {list-style: none}
#maeMM ul.open > li > a:not(.top), #maeMM .headerWrapper a {display: block}
#maeMM .maeBtn {position: absolute;width: 50px;height: 100%;top: 0;cursor: pointer}
#maeMM .maeBtn:hover, #maeMM .maeBtn:focus {background: #444;border-color: #333;outline: none}
#maeMM a .inside {position: absolute;width: 12px;height: 12px;margin: 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;right: 10px;top: calc(50% - 20px)}
#maeMM .opener, #maeMM .close {border-left: solid #444 1px;right: 0}
#maeMM a .opener .inside {transform: rotate(135deg)}
#maeMM a .back {border-right: solid #444 1px;left: 0}
#maeMM a .back .inside {left: 10px;transform: rotate(-45deg)}
#maeMM .close {right: 0}
#maeMM .close:before, #maeMM .close:after {position: absolute;left: 23px;top: 50%;margin-top: -15px;content: ' ';height: 30px;width: 2px;background-color: #fff;}
#maeMM .close:before {transform: rotate(45deg);}
#maeMM .close:after {transform: rotate(-45deg);}
#maeMM a.hasBack, #maeMM a.heading {padding: 0 60px;line-height: 45px;max-height: 45px;overflow: hidden;text-transform: uppercase;border-bottom-color: #ccc}
#maeMM a.hasOpener {padding-right: 60px}
#maeMM ul, #maeMM li {padding: 0;margin: 0}
#maeMM a.heading {padding-left: 20px}
#maeMM a.top, #maeMM.parentToggles a.top.heading {cursor: default}
#maeMM.parentToggles a.top {cursor: pointer}
#maeMM .headerWrapper, #maeMM .wrapper {margin-right: 60px}

/* Addresses */
.elEventDetails.noLocation .locationAddress, .elEventDetails.noOrganizer .organizerAddress {display: none}

/* product catalog */
.prodCat .yourBookmarks {display: none}
.m-bookmark-list form .singleProduct, .m-prod-detail form .bookmarkProducts {display: none !important;}
.prodCat .yourBookmarks.hasBookmarks, .prodCat .yourBookmarks.thisList {display: block}

/* privacy settings */
.provider-list .provider {line-height: 1.5em;padding-left: 2em;background-image: url("../images/checkbox_unchecked.svg");background-position: left top;background-size: 1.5em 1.5em;background-repeat: no-repeat;cursor: pointer}
.provider-list .provider.checked {background-image: url("../images/checkbox_checked.svg")}
.provider-list .consent-info {margin-left: .8em}

/* fonts.css ##-##-##-##-##-##-##-## ||| -> */
/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jobst.css ##-##-##-##-##-##-##-## ||| -> */
:root {
    --jo-page-bg: #000;
    --jo-text: #FFF;
    --jo-green: #189288;
    --jo-gray: #444;
    --jo-dark-gray: #222;
}

/* font sizes
18px        100%
 */
html {font-size: 10px}
body {font-family: 'Open Sans', sans-serif;font-size: 18px;color: var(--jo-text);background-color: var(--jo-page-bg);font-weight: 300;line-height: 24px}

/* inner width */
#header .inside, #main .inside, #footer .inside, #stage .elColumnWrapper {width: 315px;margin: 0 auto}

b, strong {font-weight: 700}
i, em {font-style: italic}
p {margin-bottom: 1.33em}
a {color: unset;transition: all .3s;text-underline-offset: 4px}
a:hover {text-decoration: none;color: var(--jo-green);transition-duration: unset}
a.more:before {content: '› '}
a.back:before {font-family: "Black Tie", sans-serif;content: '\F09A';font-weight: 400;display: inline-block;margin-right: 10px;font-size: 80%}
a.special {white-space: nowrap;font-weight: 700;color: var(--jo-green);text-decoration: none}
a.special:before {font-family: "Black Tie", sans-serif;content: '\F005';font-weight: 400;display: inline-block;margin-right: 10px;font-size: 80%}
a.special:hover {text-decoration: underline}
#main .elText ul, #main .elText ol, #main .elTeaser ul, #main .elTeaser ol {margin: 0 0 1.5em 1em;list-style-type: none;list-style-position: outside;}
#main .elText li, #main .elTeaser li {margin-bottom: 1em;position: relative}
#main .elText ul li:before, #main .elTeaser ul li:before {font-family: "Black Tie", sans-serif;content: '\F093';font-weight: 400;position: absolute;left: -1em;top: 0}
#main ol li {list-style-type: decimal}
.talc {text-align: center}
.clear {clear: both}
.h200 {height: 200px}
.topTitle {padding: 14px 0;position: relative}
.topTitle:before {content: '';position: absolute;background-color: var(--jo-dark-gray);width: 100vw;top: 0;bottom: 0;left: 50%;margin-left: -50vw;z-index: -1}
.topTitle p {margin-bottom: 0}
.bg222round {background-color: var(--jo-dark-gray);padding: 30px;border-radius: 20px}
p.download {padding-left: 30px;position: relative;overflow-wrap: anywhere}
.elAccordionJobst p.download {padding-left: 60px}
p.download:before {font-family: "Black Tie", sans-serif;font-weight: 400;content: '\F056';font-size: 18px;position: absolute;left: 0;top: 0}
.noRound, .noRound:before {border-radius: 0 !important;}
.imgMarginBottom img {margin-bottom: 30px}
td {padding: 12px 12px 12px 0}
.tableWrapper {overflow-x: scroll}
.anfSend a.button {margin-bottom: 1em}
.anfSend p:last-child {margin-bottom: 0}
.textSmall {font-size: 10px;line-height: 13px}

h1, h2, h3, h4 {font-weight: 700;margin-bottom: 1.2em}
h1 {font-size: 30px;line-height: 38px}
h2 {font-size: 24px;line-height: 30px}
h3 {font-size: 21px;line-height: 28px}
h4 {font-size: 18px;line-height: 24px}
.elMargin {height: 60px}
.elMargin.reduced {height: 30px}
.elMargin.grayLine {height: 1px;margin: 26px 0;background-color: var(--jo-gray)}
.elMargin.lined {background-image: url("../images/jobst/marginLine.gif");background-position: left center;background-repeat: repeat-x;height: 120px}
.kicker {font-size: 16px;font-weight: 700;display: block;text-transform: uppercase;line-height: 3em}

/* header */
#header {padding: 25px 0;position: static;top: -180px;left: 0;width: 100%;z-index: 10;transition: top 0.5s ease-in-out}
#header.fixed {position: fixed;top: 0;background-color: var(--jo-page-bg)}
#header .inside {position: relative;z-index: 11}
#logo img {width: 140px;display: inline-block}
#header a {text-decoration: none}
#header .btl, #langSelect {font-size: 20px;position: absolute;top: 50%;transform: translateY(-50%)}
#header .bt-lock {right: 100px}
#header .bt-commenting {right: 50px;color: transparent;background-image: url("../images/jobst/globus.svg");background-size: contain}
#header .bt-commenting:hover {background-image: url("../images/jobst/globus_hover.svg")}
#langSelect {display: none;position: absolute;right: 50px;font-weight: 700;color: var(--jo-page-bg);background-color: var(--jo-text);z-index: 1}
#langSelect li {padding: 2px 8px}
#topNavi {display: none;text-transform: uppercase;position: absolute;right: 0;bottom: 0;font-size: 18px}
#topNavi li {display: inline-block;margin-left: 40px}
#topNavi a:active, #topNavi li.active a, #topNavi li.trail a {font-weight: 700;color: var(--jo-green)}
#mobileNav {display: none}
#maeMM-trigger {right: 0;top: 50%;transform: translateY(-50%)}
#maeMM-trigger.theX {display: none}
#maeMM-trigger .bar {width: 30px;background-color: var(--jo-text);height: 1px;margin: 9px 0}
#maeMM .headerWrapper, #maeMM .wrapper {margin-right: 0}
#maeMM a:hover {color: var(--jo-green)}
#maeMM a {background: var(--jo-dark-gray);padding: 20px}
#maeMM a:not(.top):hover, #maeMM a:focus, #maeMM.parentToggles a.top:hover, #maeMM.parentToggles a.top:focus, #maeMM .wrapper {background: var(--jo-dark-gray)}
#maeMM a .inside {top: calc(50% - 15px)}
#maeMM a.hasBack {font-weight: 700}
#maeMM a:hover .inside {border-color: var(--jo-green)}
#maeMM .close:hover:before, #maeMM .close:hover:after {background: var(--jo-green)}

/* Footer */
#footer {padding-bottom: 2em}
.elBread ul:before {content: 'Jobst';font-weight: 700}
.elBread li, .elBread ul {display: inline-block}
.elBread li:before {content: '›';margin: 0 8px}
.elBread:after {background-color: var(--jo-text);height: 2px;margin: 1.5em 0;content: '';display: block}
#footer h4 {font-size: 18px;text-transform: uppercase;margin-bottom: 0}
#footer .elColumnWrapper a, #footer a.fab, #footerLegal a {text-decoration: none}
#footer .elColumnWrapper a:not(.fab):before {content: '›';display: inline-block;margin-right: 5px}
#footer .fab {font-size: 30px;margin-right: 10px}
#footer .elNavCustom {margin-bottom: 1em}
#links992 {display: none;}
#links992 .elNavCustom:last-child {margin-bottom: 0}
#footerLogo img {width: 86px;margin-bottom: 1em}
#footerAdr a:before {display: none !important;}
#footerLegal li {padding: 10px 0}
#footer p:last-child {margin-bottom: 0}

/* Stage / Startseite */
.flexslider {border: none;background-color: transparent;border-radius: unset}
#stage {position: relative;width: 100vw;left: 50%;transform: translateX(-50%)}
body.home #stage {height: 75vh;margin-top: -100px;}
body.home #stage .elColumnWrapper {height: calc(75vh - 60px)}
body.home #stage .elText {position: relative}
body.home #stage .elText .inner {position: absolute;bottom: 1.5em}
body.home #stage .elVideo {position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: -1;overflow: hidden}
body.home #stage .elVideo figure {width: 100%;height: 100%}
body.home #stage .elVideo video {object-fit: cover;width: 100%;height: 100%}
.flex-control-nav {bottom: -60px}
.flex-control-paging li a {box-shadow: none;border-radius: unset;width: 50px;background-color: #666}
.flex-control-paging li a.flex-active {background-color: var(--jo-green)}
.flex-control-paging li a:hover {background-color: var(--jo-dark-gray)}
#newsSlider {border-top: solid #fff 1px;border-bottom: solid #fff 1px;padding: 15px 0;margin-bottom: 0}
#newsSlider p {margin-bottom: 0}
#newsSlider .elText {padding: 0 50px}
#newsSlider .elText strong {display: block}
#newsSlider .flex-direction-nav a {z-index: 9;border: solid var(--jo-text) 1px;width: 30px;height: 30px;margin: 0 0 0 0;transform: translateY(-50%);text-align: center;line-height: 30px;background-color: var(--jo-page-bg);opacity: 1}
#newsSlider .flex-direction-nav a:hover {border-color: var(--jo-green);}
#newsSlider .flex-direction-nav .flex-prev {left: 0}
#newsSlider .flex-direction-nav .flex-next {right: 0}
#newsSlider .flex-direction-nav a::before {font-family: "Black Tie", sans-serif;text-shadow: none;color: var(--jo-text);content: '\F092';font-size: 16px;opacity: 1;font-weight: 400}
#newsSlider .flex-direction-nav a:hover::before {color: var(--jo-green)}
#newsSlider .flex-direction-nav a.flex-next::before {content: '\F093'}
.elSlider.carousel .flex-direction-nav a {z-index: 9;width: 30px;height: 30px;margin: 0 0 0 0;text-align: center;line-height: 30px;opacity: 1;top: auto;bottom: -50px}
.elSlider.carousel .flex-direction-nav a:hover::before {color: var(--jo-green) !important;}
.elSlider.carousel .flex-direction-nav a::before {font-family: "Black Tie", sans-serif;text-shadow: none;color: var(--jo-text);content: '\F09A';font-size: 18px;opacity: 1;font-weight: 400}
.elSlider.carousel .flex-direction-nav a.flex-next::before {content: '\F09B'}
.elSlider.carousel .flex-direction-nav .flex-prev {left: auto;right: 60px}
.elSlider.carousel .flex-direction-nav .flex-next {right: 0}
.elSlider.carousel:hover .flex-direction-nav .flex-prev, .elSlider.carousel:hover .flex-direction-nav .flex-next {opacity: 1}
.elSlider.carousel .flex-control-paging li a {width: 20px;height: 20px;border-radius: 10px}
.quoteS img {border-radius: 20px;box-shadow: 0 0 20px 0 rgba(17,17,17,1);}
.quoteS .image_container:after {display: block;font-size: 32px;font-weight: 700;content: '//';margin: 1em auto}

/* content elements */
.elAccordion {border-bottom: solid var(--jo-text) 1px;margin-top: -1px}
.elAccordion .title {font-weight: 700;padding: .5em 60px .5em 0;border-top: solid var(--jo-text) 1px;transition: color .3s;position: relative}
.elAccordion .title:hover {color: var(--jo-green);transition-duration: unset}
.elAccordion .title:after {font-family: 'Black Tie', sans-serif;content: '\F01B';font-weight: 400;position: absolute;font-size: 18px;right: 15px;top: 50%;transform: translateY(-50%);transition: all .5s;}
.elAccordion.opened .title {color: var(--jo-green)}
.elAccordion.opened .title:after {transform: rotate(45deg);transform-origin: center;top: calc(50% - 10px)}
.elAccordion .content {padding: 1em 0}
.elAccordionJobst .title {padding-left: 60px;background-position: left center;background-size: auto 40px;background-repeat: no-repeat}
.elAccordionJobst .title .sub {display: block;font-weight: 300}
a.button {display: inline-block;border: solid var(--jo-green) 1px;background-color: var(--jo-green);border-radius: 26px;text-decoration: none;line-height: 26px;padding: 12px 20px;font-weight: 700;}
a.button:hover {background-color: var(--jo-text);color: var(--jo-green);border-color: var(--jo-text) !important;}
.elText.quote {background-color: var(--jo-dark-gray);border-radius: 20px;overflow: hidden;position: relative}
.quote .text {padding: 30px 30px 0 30px}
.quote .text:before {content: '//';font-weight: 700;font-size: 32px;display: block;margin-bottom: 1em}
.elImage.breit {position: relative;width: 100vw;height: auto;left: 50%;transform: translateX(-50%);}
.elImage.breit img {width: 100%}
.elTeaser a.wrapperLink {display: block;text-decoration: none;background-color: var(--jo-dark-gray);border-radius: 20px;padding: 15px;border: solid var(--jo-dark-gray) 1px;transition: all .3s;margin-bottom: 30px}
.elTeaser a:hover {color: inherit;border-color: var(--jo-green);transition-duration: unset}
.elTeaser h4 {margin-bottom: 0}
.elTeaser p {font-size: 16px;line-height: 22px;min-height: 44px;margin-bottom: 5px}
.elTeaser .image_container {margin-bottom: 15px;}
.elTeaser img {width: 100%;border-radius: 10px}
.elTeaser.symbol p {text-transform: uppercase;font-size: 66.6%}
.elTeaser.symbol a:hover {border-color: var(--jo-dark-gray);opacity: .5}
.bg222fw {position: relative;padding: 60px 0}
.bg222fw:before {display: block;position: absolute;background-color: var(--jo-dark-gray);border-radius: 20px;width: 100vw;height: 100%;top: 0;left: 50%;transform: translateX(-50%);content: '';z-index: -1;}
.pullUp60 {margin-top: -60px}
.listItem a.wrapperLink {text-decoration: none;background-color: var(--jo-dark-gray);border-radius: 20px;overflow: hidden;padding: 30px 30px 10px 30px;border: solid var(--jo-dark-gray) 1px}
.listItem a.wrapperLink:hover {color: inherit;border-color: var(--jo-green)}
p.date {font-weight: 700;margin-bottom: 0;color: var(--jo-green)}
.bgWhite {position: relative;background-color: var(--jo-text);color: var(--jo-page-bg);border-radius: 20px;padding: 20px}
.bgWhite .image_container {position: absolute;bottom: -20px;left: -30px}
.bgWhite input {max-width: 380px;margin-bottom: 1em;margin-right: 1em}
.bgWhite a.button {color: var(--jo-text);font-size: 80%;line-height: 20px}
.bgWhite a.button:hover {color: var(--jo-green)}
.imgRound {border-radius: 20px;overflow: hidden}

/* lightbox hover */
.image_container a {display: block;position: relative}
.image_container a:before {display: block;margin: 0 0 0 0;width: auto;content: ' ';position: absolute;left: 0;top: 0;right: 0;bottom: 0;background-color: transparent;transition: all .3s}
.image_container a:hover::before {background-color: rgba(0,0,0,.4)}
.image_container a:after {opacity: 0;position: absolute;color: #fff;width: 40px;height: 40px;left: calc(50% - 20px);top: calc(50% - 20px);line-height: 40px;font-family: 'Black Tie', serif;content: "\F01B";text-align: center;font-size: 20px;font-weight: bold;transition: all .5s;border: solid #fff 2px;border-radius: 20px;}
.image_container a:hover:after {opacity: 1;border-color: transparent}

/* FORM */
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {background-color: transparent;color: var(--jo-text);font-family: inherit;font-size: inherit;border-radius: 15px;margin-top: 0}
input:focus, textarea:focus {border-color: var(--jo-green)}
input::placeholder, textarea::placeholder {color: #aaa}
select {appearance: none;background-color: transparent;font-family: inherit;font-size: inherit;outline: none;width: 100%;border: solid #fff 1px;border-radius: 15px;color: #aaa;padding: 8px 12px;min-height: 36px}
.selectWrapper {position: relative}
.selectWrapper:after {position: absolute;right: 15px;top: 10px;font-family: "Black Tie", sans-serif;content: '\F091';font-weight: 400;font-size: 18px}

.fieldWrapper {position: relative;margin-bottom: 15px}
.fieldWrapper:after {font-family: "Black Tie", sans-serif;font-size: 18px;font-weight: normal;position: absolute;right: 15px;top: 50%;transform: translateY(-50%)}
.invalidInput:after {color: #CC0000;content: '\F062'}
.validInput:after {color: #189288;content: '\F012'}
.fieldWrapper.plz {float: left;width: 4.5em;}
.fieldWrapper.ort {float: right;width: calc(100% - 5em);}

/* Brevo Newsletter Form */
#sib-container {margin-left: 0 !important;margin-right: 0 !important;display: block !important;border: none !important;padding-left: 0 !important;}
.sib-form {padding: 0 0 0 0 !important;}
.sib-form-block {padding-left: 0 !important;}

/* Bildwechsler */
.chgImgWrap {position: relative;padding-top: 100%}
.chgImg {float: left;margin: 20px 4% 0 4%;width: 17%;aspect-ratio: 1/1;cursor: pointer;border-radius: 10px;overflow: hidden;}
.chgImg.active {border: solid var(--jo-green) 1px}
.chgImg .elImage {display: none}
.chgImg.hasBgImage, .chgImg .maeBgImage {position: static}
.chgImg.active .elImage {display: block;position: absolute;top: 0;left: 0;right: 0;border-radius: 20px;overflow: hidden}
.chgImg.active .elImage img {width: 100%}

/* --> BOOTSTRAP media query bodies ---------------------------------------------------------------------*/
/* sm Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .elSlider.carousel {position: relative;width: calc(315px + ((100vw - 315px) / 2))}
    .elSlider.carousel .flex-direction-nav .flex-prev {right: calc(((100vw - 315px) / 2) + 60px)}
    .elSlider.carousel .flex-direction-nav .flex-next {right: calc((100vw - 315px) / 2)}
}

/* md Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* inner width */
    #header .inside, #main .inside, #footer .inside, #stage .elColumnWrapper {width: auto;margin: 0 100px}

    h1 {font-size: 36px;line-height: 44px}
    #stage h1 {font-size: 60px;line-height: 70px}
    h2 {font-size: 30px;line-height: 38px}
    h3 {font-size: 24px;line-height: 30px}
    h4 {font-size: 21px;line-height: 28px}
    .elMargin {height: 90px}
    .elMargin.reduced {height: 45px}
    .elMargin.lined {height: 180px}
    .pullUp60 {margin-top: -90px}
    .bg222fw {padding: 90px 0}
    .kicker {font-size: 18px}
    #footerLegal li {display: inline-block;margin-right: 30px}
    .elText.quote {min-height: 400px}
    .elText.quote .text {width: 50%;position: relative;z-index: 1;background-color: var(--jo-dark-gray);min-height: 400px}
    .elText.quote img {position: absolute;right: 0;top: 0;height: 100%;width: auto;}

    .elSlider.carousel {width: calc(100% + 100px)}
    .elSlider.carousel .flex-direction-nav .flex-prev {right: 160px}
    .elSlider.carousel .flex-direction-nav .flex-next {right: 100px}
}

/* lg Large devices (landscape tablet, 992px and up) */
@media (min-width: 992px) {
    /* inner width */
    #header .inside, #main .inside, #footer .inside, #stage .elColumnWrapper {margin: 0 120px}
    #topNavi {display: block}
    #header .btl, #langSelect {top: -10px;transform: none}
    #header .bt-lock {right: 50px}
    #header .bt-commenting, #langSelect {right: 0}
    #links992 {display: flex;}
    #newsSlider .elText strong {display: inline}

    .elSlider.carousel {width: calc(100% + 120px)}
    .elSlider.carousel .flex-direction-nav .flex-prev {right: 180px}
    .elSlider.carousel .flex-direction-nav .flex-next {right: 120px}
}

/* xl Extra large devices (Notebook, 1200px and up) */
@media (min-width: 1200px) {
    .elText.quote .text {width: 40%}
}

/* xxl Extra extra large devices (Desktops, 1400px and up) -> custom 1555 */
@media (min-width: 1555px) {
    /* inner width */
    #header .inside, #main .inside, #footer .inside, #stage .elColumnWrapper {width: 1315px;margin: 0 auto}

    body {font-size: 24px;line-height: 33px}
    h1 {font-size: 42px;line-height: 52px}
    #stage h1 {font-size: 70px;line-height: 80px}
    h2 {font-size: 36px;line-height: 44px}
    h3 {font-size: 30px;line-height: 38px}
    h4 {font-size: 24px;line-height: 30px}
    .elMargin {height: 120px}
    .elMargin.reduced {height: 60px}
    .elMargin.lined {height: 240px}
    .pullUp60 {margin-top: -120px}
    .bg222fw {padding: 120px 0}
    .kicker {font-size: 24px}
    #logo img {width: 194px}
    #header .btl, #langSelect {top: 0}
    #footer h4 {font-size: 24px}
    body.home #stage {margin-top: -120px}
    .h200 {height: 320px}
    .topTitle {padding: 28px 0}
    .quoteS p {font-size: 20px}
    .elSlider.carousel {width: calc(1315px + ((100vw - 1315px) / 2))}
    .elSlider.carousel .flex-direction-nav .flex-prev {right: calc(((100vw - 1315px) / 2) + 60px)}
    .elSlider.carousel .flex-direction-nav .flex-next {right: calc((100vw - 1315px) / 2)}
    .textSmall {font-size: 16px;line-height: 20px}
}

@media (max-width: 345px) {
    #header .inside, #main .inside, #footer .inside, #stage .elColumnWrapper {width: calc(100% - 30px)}
}
/* <-- BOOTSTRAP media query bodies ---------------------------------------------------------------------*/

/* fug.css ##-##-##-##-##-##-##-## ||| -> */
/* Icons */
.vorteileIcons img { width:86px; margin:0 auto; }
figcaption.caption { text-align:center; margin-top:25px; }

/* Bildquelle */
figcaption.caption .source { display:none; }

/* Teaserüberschrift Startseite Produkte */
.elTeaser h3 { font-size:unset; line-height:unset; font-weight:unset; }

/* Header Kicker */
#stage .kicker { letter-spacing: 0.05em; }

/* Produktslider Startseite */
.produktsliderStartseite .elTeaser a.wrapperLink { min-height:460px; }

/* Produktübersicht */

.produktVorteile h2, .produktVorteile h3, .produktVorteile { font-size:0.9em !important; line-height:1.2em; }

.produktTeaser .button {
    display: inline-block;
    border: solid var(--jo-green) 1px;
    background-color: var(--jo-green);
    border-radius: 26px;
    text-decoration: none;
    line-height: 26px;
    padding: 12px 20px;
    font-weight: 700;
    margin-top:20px;
}

/* Vorteile Produktübersicht */
.vorteileText { font-size: 90%; line-height: 1.25em; }
.vorteileText * { font-size: inherit; line-height: inherit; }

/* Footer */
#footer a.noArrow:before { content: unset !important; margin-right: unset; }

/* Bilderportal */

.bilderPortal img { margin-bottom:25px; }

/* Händlerbereich Newsletter */

.haendlerNewsletter img {border-radius: 30px; margin-bottom: 20px; }
.haendlerNewsletter p { margin-bottom:50px; }

/* Infobox Störung etc. */

.infoStoerung { border-radius: 30px; background:var(--jo-green); color:#FFF; padding:25px; text-align:center; }
.infoStoerung p { margin-bottom:0; }
.infoStoerung a:hover { color:#FFF; }



/* Social Media Icons */

a.nobefore { display:inline-block; width:40px; height:40px; margin-right:8px; margin-bottom: 10px; }
a.nobefore::before { content:none !important; }

a.socialfb { background:url('../img/icons_social/facebook-weiss.svg'); }
a.socialfb:hover { background:url('../img/icons_social/facebook.svg'); }

a.socialinsta { background:url('../img/icons_social/insta-weiss.svg'); }
a.socialinsta:hover { background:url('../img/icons_social/insta.svg'); }

a.sociallinkedin { background:url('../img/icons_social/linkedin-weiss.svg'); }
a.sociallinkedin:hover { background:url('../img/icons_social/linkedin.svg'); }

a.socialtiktok { background:url('../img/icons_social/tiktok-weiss.svg'); }
a.socialtiktok:hover { background:url('../img/icons_social/tiktok.svg'); }

a.socialwhatsapp { background:url('../img/icons_social/whatsapp-weiss.svg'); }
a.socialwhatsapp:hover { background:url('../img/icons_social/whatsapp.svg'); }

/* Footerlogo */

#footerLogo img { width:130px; }

