/* 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:1920px){.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% { transform:rotate(0deg); } 100% { 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 */
.fieldWrapper .error {color: red}

/* 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 130px 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;line-height: 40px;text-align: center;color: #fff;text-decoration: none;font-family: Arial, serif}
#maeLightbox .maeBtn:hover {background-color: #444}
#maeLightbox .maeBtn:focus {outline: #aaa dashed 1px}
#maeLightbox .lbDownload {right: 75px;top: 10px;font-size: 26px;border-bottom: solid #fff 1px}
#maeLightbox .lbDownload:before {content: '↓'}
#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}

/* parallax */
.elImageParallax {position: relative;overflow: hidden;min-height: 10vh}
.elImageParallax .parallax {position: absolute;background-position: center center;background-size: cover;top: 0;right: 0;bottom: 0;left: 0;will-change: transform;transform-style: preserve-3d}
.elImageParallax .text {position: absolute;top: 50%;left: 5%;width: 45%;transform: translateY(-50%)}
.elImageParallax.txtScroll {transform: none;will-change: transform}
.elImageParallax.scrollTxtSlower .text {top: 5%}
.elImageParallax.scrollTxtFaster .text {top: unset;bottom: 5%}

/* picker-default.css ##-##-##-##-##-##-##-## ||| -> */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
      transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}


/* picker-default.date.css ##-##-##-##-##-##-##-## ||| -> */
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */


/* scroll.css ##-##-##-##-##-##-##-## ||| -> */
#scroll-down {
    display: block;
    position: absolute;
    padding-top: 79px;
    right: 20px;
    top: calc(50vh - 250px);
    text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size:14px;
    letter-spacing:.1em;
    transform: rotate(-90deg);
    margin-top: 10px;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */

    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */

    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */

    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 85px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/* ms.css ##-##-##-##-##-##-##-## ||| -> */
/* FontSize
16px     80%
20px    100%
25px    125%
30px    150%
 */

:root {
    --ms-page-bg: #FFF;
    --ms-text: #555756;
    --ms-link: #00BAEC;
    --ms-link-hover: #005D76;
    --ms-green: #76B82A;
}

/* roboto-condensed-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: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-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: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.clear {clear: both}
a {text-decoration: none;color: var(--ms-link);transition: all .3s}
a:hover {color: var(--ms-link-hover);transition-duration: unset}
a:before {font-family: 'Black Tie', sans-serif;display: inline-block;margin-right: .5em;width: 1em;vertical-align: bottom}
a.special:before {content: '\F093';}
#main a[href^="mailto:"]:before {content: '\F001'}
#main a[href^="tel:"]:before {content: '\F005'}
strong, b {font-weight: 700}
em, i {font-style: italic}
p {margin-bottom: 1em}
.elMargin {content: ' ';height: 3em}
.elMargin.lined {height: 1px;margin: 3em 0;border-bottom: dotted var(--ms-text) 2px}
.center {text-align: center}
.marginBottom {margin-bottom: 1em}
#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 .elTeaser li:before, #main .elText li:before {font-family: 'Black Tie', sans-serif;content: '\F093';position:absolute;display: inline-block;margin-left: -1em;vertical-align: bottom;color: var(--ms-link)}
#main .gradient .elTeaser li:before, #main .gradient .elText li:before {color: var(--ms-page-bg)}
#main .checkList li {color: var(--ms-link);text-transform: uppercase;margin-bottom: .4em;font-weight: 400}
#main .checkList li:before {content: '\F012';margin-left: -1.5em}
#main .eText li, #main .eTeaser li {margin-bottom: .5em}
#main ol li {list-style-type: decimal}
#main .inside, #footer .inside {padding-left: 30px;padding-right: 30px}
.stageImg img {width: 100%}
.svg img {margin: 0 auto 2em auto}
.gallery {margin-bottom: 30px}
.flexslider {border: none}
.flex-control-paging li a {width: 25px;height: 25px;background-color: #eee}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {background-color: var(--ms-link)}
.flex-direction-nav a {width: 60px;height: 60px}
.flex-direction-nav a::before {font-family: "Black Tie", sans-serif;font-size: 40px;color: var(--ms-link);vertical-align: bottom;font-weight: bold}
.flex-direction-nav a.flex-prev::before {content: '\F092'}
.flex-direction-nav a.flex-next::before {content: '\F093'}
#contact strong {font-weight: 400}
#contact p {padding-left: 1.8em;position: relative;margin-bottom: 0}
#contact .btl {position: absolute;top: 4px;left: 0;width: 1em;text-align: center}
#contact a.noBef:before {display: none}
#contact a[href^="tel:"] {color: var(--ms-text)}

html {font-size: 10px}
body {font-size: 20px;font-family: "Roboto Condensed", sans-serif;font-weight: 300;background-color: var(--ms-page-bg);color: var(--ms-text);line-height: 1.3em}
h1, h2, h3, h4 {line-height: 1.2em;margin-bottom: 1em}
h1 {font-size: 150%;font-weight: 400}
h2 {font-size: 125%;font-weight: 400}
h3 {font-weight: 400}
h4 {font-size: 80%}

h1 .kicker, h2 .kicker {font-size: 16px;font-weight: 200;text-transform: uppercase;color: var(--ms-link)}


#header, #footer .bottom, #maeMM, #startGradient, .gradient, .fullGradient:before, .employee .image_container:after {background: linear-gradient(to right, #00BAEC, #005D76)}
#header {position: static;height: 100px;top: -160px;left: 0;width: 100%;z-index: 10;transition: top 0.5s ease-in-out;overflow: hidden;}
#header.fixed {position: fixed;top: 0}
#header .left {position: relative;background-color: var(--ms-page-bg);height: 100px;width: 210px}
#header .right {position: absolute;right: 0;top: 0;height: 100px;width: calc(100% - 210px)}
#logo {position: absolute;left: 50%;top: 50%;transform: translateY(-50%) translateX(-50%)}
#logo img {height: 62px;width: auto}
#maeMM-trigger {right: 40px;top: 50%;transform: translateY(-50%)}
#maeMM-trigger .bar {height: 3px;margin: 9px 0;background: var(--ms-page-bg)}
#maeMM-trigger .bar2 {margin-left: -6px}
#maeMM-trigger.theX {display: none}
#maeMM {left: auto;right: 0}
#maeMM .headerWrapper, #maeMM .wrapper {margin-right: 0}
#TopNavi ul {position: absolute;top: 50%;transform: translateY(-50%);text-align: right;right: 111px}
#TopNavi ul .level-2 {display: none}
#TopNavi li {display: inline-block;margin-left: 1.2em}
#TopNavi a {color: var(--ms-page-bg);font-size: 80%}
#TopNavi .active a, #TopNavi .trail a {font-weight: 700}
#TopNavi a:hover {text-decoration: underline}
#maeMM a {border-bottom-color: var(--ms-page-bg)}
#maeMM a, #maeMM .wrapper, #maeMM a:not(.top):hover, #maeMM a:focus, #maeMM.parentToggles a.top:hover, #maeMM.parentToggles a.top:focus, #maeMM .maeBtn:hover, #maeMM .maeBtn:focus {background: transparent}
#maeMM .opener, #maeMM .close {border-left: none}
#maeMM a .back {border-right: none}
#maeMM a.hasBack, #maeMM a.heading {text-transform: none;font-weight: 700}
#maeMM a:hover {text-decoration: underline}
#maeMM a.hasBack:hover, #maeMM a.heading:hover {text-decoration: none}
#bread {margin: 3em 0;font-size: 80%}
#bread li {display: inline-block}
#bread li:before {content: '›';margin: 0 .3em}
#bread ul:before {content: 'Ingenieurbüro Matthias Strobel';font-weight: 400}
#bread a {color: var(--ms-text)}
#bread a:hover {text-decoration: underline}

/* Startseite Slider */
.fullscreen {position: relative;overflow: hidden}
#startGradient {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1}
.elText.onWhite {background-color: var(--ms-page-bg);padding: 1.5em;position: relative;z-index: 9;max-width: 330px;margin: -90px auto 2em;}
#scroll-down {display: none}

.kompIcon img {margin: 0 auto 1em auto}
.kompPunkte .elText {margin-bottom: 2em}

/* News */
.elNewsList .heading {text-align: center}
.listItem {position: relative;font-size: 60%;line-height: 1.2em;margin-bottom: 30px}
.listItem img {width: 40%;height: auto;float: left;margin-right: 12px}
.listItem .cat {padding-top: 15px}
.listItem .cat:before {content: "Projekt";text-transform: uppercase;background-color: var(--ms-link);color: var(--ms-page-bg);font-weight: 400;padding: 3px 5px;}
.listItem a {box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);padding-left: 0;padding-right: 0;margin-left: 15px;margin-right: 15px}
.listItem a:hover {box-shadow: none}
.projectList .erschliessungen .cat:before {content: 'Erschließung'}
.projectList .wasserversorgung .cat:before {content: 'Wasserversorgung'}
.projectList .strassenbau .cat:before {content: 'Straßenbau'}
.projectList .wasserbau .cat:before {content: 'Wasserbau'}
.projectList .abwasser .cat:before {content: 'Abwasser'}
.listItem.msnews .cat:before {background-color: var(--ms-text);content: 'News'}
.listItem.job .cat:before {background-color: var(--ms-green);content: 'Jobs'}
.listItem .content {padding: 15px 15px 0 15px}
.listItem a {color: var(--ms-text);background-color: var(--ms-page-bg);height: 100%}
.listItem h3 {margin-bottom: 0;text-transform: none;font-weight: 300}
#nFilter {margin-bottom: 3em;text-align: center}
#nFilter #allButton {font-weight: 700}
#nFilter .bt-angle-down:before {color: #fff;display: inline-block;position: relative;margin-left: -45px}


/* BUTTONS / CallToAction */
button, .button, #cta .button.email:hover, #nFilter button.active {display: inline-block;padding: 0 30px;height: 50px;line-height: 50px;border: solid var(--ms-link) 1px;background-color: var(--ms-link);color: var(--ms-page-bg);text-transform: uppercase;border-radius: 25px !important;margin: 1em 1em 0 0;transition: all .3s;text-align: center;font-size: 16px}
button:hover, .button:hover, #cta .button.email, #nFilter button {border-color: var(--ms-link);background-color: var(--ms-page-bg);color: var(--ms-link);}
#nFilter button {background-color: transparent;padding: 0 12px !important;margin-right: .7em;display: none !important;}
.button a, a.button {color: var(--ms-page-bg)}
.button:hover a, a.button:hover {color: var(--ms-link)}
button:before, .button:before {font-family: 'Black Tie', sans-serif;vertical-align: bottom;display: inline-block;margin-right: .5em;}
.toOverview a.button:before {content: '\F092'}


#cta {position: relative;margin: 3em -30px}
#cta .gradient {position: absolute;left: 0;right: 0;top: 0;bottom: 0}
#cta p {font-size: 150%;color: var(--ms-page-bg);font-weight: 400;line-height: 1.2em;padding-top: 1.5em;padding-left: 15px;padding-right: 15px}
#cta .textButtons {padding: 1em 30px 2em 30px}
#cta .button {width: 100%;max-width: 320px}
#cta .button.email a {color: var(--ms-link)}
#cta .button.email:before {content: '\F001'}
#cta .button.email:hover a {color: var(--ms-page-bg);transition-duration: unset}
#cta .button.callUsBack {border-color: var(--ms-page-bg);background-color: transparent;}
#cta .button.callUsBack:before {content: '\F069'}
#cta .button.callUsBack:hover {background-color: var(--ms-page-bg);transition-duration: unset}
#cta .btns {text-align: center}

/* Zeug */
.fullGradient {position: relative;color: var(--ms-page-bg);padding: 2em 0}
.fullGradient:before {position: absolute;width: 100vw;left: 50%;margin-left: -50vw;top: 0;bottom: 0;content: ' '}
table {min-width: 400px}
td {padding: 8px;}
tr {border-bottom: solid var(--ms-text) 1px}
tr:last-child {border: none}
.fullGradient tr {border-color: var(--ms-page-bg)}
.table-wrapper {overflow-x: scroll}
.employee .image_container {position: relative;margin-bottom: .8em;margin-top: 1em}
.employee .image_container:after {display: block;content: ' ';height: 7px;border-top: solid var(--ms-page-bg) 2px}
.elColumnWrapper.gradient {color: var(--ms-page-bg);padding: 1.5em 1em 1em 1em;margin-left: 0;margin-right: 0}
.elColumnWrapper.framed {color: var(--ms-link);padding: 1.5em 1em 1em 1em;margin-left: 0;margin-right: 0;border: solid var(--ms-link) 2px}
#main .elColumnWrapper.framed ul {margin-bottom: 0}
.elImageGallery .image_container a {display: block;position: relative}
.elImageGallery .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}
.elImageGallery .image_container a:hover::before {background-color: rgba(0,0,0,.4)}
.elImageGallery .image_container a:after {opacity: 0;position: absolute;color: var(--ms-page-bg);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 var(--ms-page-bg) 2px;border-radius: 20px;}
.elImageGallery .image_container a:hover:after {opacity: 1;border-color: transparent}
a.fileLink:before {content: '\F056'}
.elAccordion .title {color: #fff;background-color: var(--ms-link-hover);padding: 7px 15px;margin-bottom: 2px;transition: background-color .5s}
.elAccordion .title:after {content: "+";font-family: Verdana, Arial, sans-serif;display: block;float: right;font-size: 150%;transition: transform .5s;margin-top: -4px}
.elAccordion.opened .title:after {transform: rotate(45deg);}
.elAccordion .title:hover {background-color: var(--ms-link);transition-duration: 0s}
.elAccordion.opened .title {background-color: var(--ms-link) !important;}
.elAccordion .content {padding: 15px}

.pagination {margin: 2em 15px;width: 100%;}
.pagination div {display: inline-block;line-height: 50px;height: 50px;overflow: hidden}
.pagination a {display: block;width: 50px;height: 50px;color: var(--ms-link);border: solid var(--ms-link) 2px}
#main .pagination input {margin: 0;display: inline-block;width: 70px !important;height: 50px;border: solid #333 1px !important;text-align: center}
#main .pagination input:focus {background-color: var(--ms-page-bg)}
.pagination .defaultText {display: none}
.pagination .pageinfo {margin-left: 1em}
.pagination .nav a:before {vertical-align: unset;margin: 0;width: 100%;text-align: center}
.pagination .next a:before {content: '\F0AB'}
.pagination .prev a:before {content: '\F0AA'}

/* Form */
input, textarea {font-family: "Roboto Condensed", sans-serif;font-weight: 300;font-size: 20px;border: solid #eee 1px !important;width: calc(100% - 50px) !important;margin: 0 0 0 0 !important;}
input:focus, textarea:focus {background-color: #eee}
form a.button:before {content: '\F001'}
form label {display: none}
.fieldWrapper {position: relative;margin-bottom: .7em;}
.fieldWrapper:after {font-family: "Black Tie", sans-serif;font-size: 25px;font-weight: normal;position: absolute;right: 5px;top: 50%;transform: translateY(-50%)}
.invalidInput input, .invalidInput textarea {background-color: #FCE0D4; border-color: #FCE0D4}
.invalidInput:after {color: #EC651D;content: '\F00C'}
.validInput input, .validInput textarea {background-color: #E4F1D4 !important;border-color: #E4F1D4}
.validInput:after {color: #76B82A;content: '\F012'}
.validInput input:-webkit-autofill, .validInput input:-webkit-autofill:hover, .validInput input:-webkit-autofill:focus, .validInput textarea:-webkit-autofill, .validInput textarea:-webkit-autofill:hover, .validInput textarea:-webkit-autofill:focus {border: 1px solid #E4F1D4;-webkit-text-fill-color: var(--ms-text);-webkit-box-shadow: 0 0 0 1000px #E4F1D4 inset;transition: background-color 5000s ease-in-out 0s;}
.invalidInput input:-webkit-autofill, .invalidInput input:-webkit-autofill:hover, .invalidInput input:-webkit-autofill:focus, .invalidInput textarea:-webkit-autofill, .invalidInput textarea:-webkit-autofill:hover, .invalidInput textarea:-webkit-autofill:focus {border: 1px solid #FCE0D4;-webkit-text-fill-color: var(--ms-text);-webkit-box-shadow: 0 0 0 1000px #FCE0D4 inset;transition: background-color 5000s ease-in-out 0s;}
select {appearance: none;border: none;outline: none;font-family: "Roboto Condensed", sans-serif;font-size: 20px;background-color: var(--ms-link);color: var(--ms-page-bg);padding: 5px 10px;border-radius: 5px;min-width: 250px}
::placeholder, ::-webkit-input-placeholder, ::-moz-placeholder {
    font-size: 20px !important;color: #707070
}

/* Job Tool */
.elXjobs a.button {display: inline-block}
.elXjobs a.button:before {display: none}
.elXjobs {text-align: center}
.elXjobs h3 {margin-bottom: .5em}
.elXjobs input[type=checkbox] {width: auto !important;}
.progWrap {margin-top: 60px;margin-bottom: 25px;width: 80px;height: 80px;position: relative;line-height: 80px;text-align: center;display: inline-block;font-size: 20px;font-family: Verdana, Arial, sans-serif}
.progWrap .ring {border-radius: 40px;border-style: solid;border-width: 10px;position: absolute;left: 0;top: 0;width: 80px;height: 80px;border-color: transparent;transform: rotate(45deg)}
.progWrap .ring.light {border-color: #E0E4E7}
.progWrap.step1 .ring.dark {border-top-color: #666666}
.progWrap.step2 .ring.dark {border-right-color: #666666}
.progWrap.step2 .ring.green {border-top-color: #00BAE5}
.progWrap.step3 .ring.dark {border-bottom-color: #666666}
.progWrap.step3 .ring.green {border-top-color: #00BAE5;border-right-color: #00BAE5}
.progWrap.step4 .ring.dark {border-left-color: #666666}
.progWrap.step4 .ring.green {border-top-color: #00BAE5;border-right-color: #00BAE5;border-bottom-color: #00BAE5}
.progWrap.step5 .ring.green {border-color: #00BAE5 !important;}
#jobYearsForm a.button {width: 280px}
#dater {max-width: 300px;height: 50px;border-radius: 25px;border: none;background-color: #FFF; color: var(--ms-text); font-weight:unset;padding: 0 30px;background-position: calc(100% - 15px) center;background-repeat: no-repeat;background-size: 30px auto;cursor: pointer;background-image: url("../images/datum.svg")}
#jobWhoForm {width: 80%;max-width: 550px;margin: 0 auto;text-align: left}
#daschuLabel {display: inline}
.elXjobs input::placeholder {color: #000;font-weight: 300}
.elXjobs input[type="text"], .elXjobs input[type="email"] {font-family: inherit;font-weight: 300;border-color: #000;}
.elXjobs label {text-align: left;line-height: 1.3em;display: block}
.elXjobs input[type="text"], .elXjobs input[type="email"] {display: inline-block;margin: 0 0 15px 0}
.picker__box {padding-bottom: 20px}
.picker button {color: #000;background-color: #FFF;border-color: transparent}
.picker__select--year {height: auto;width: 30%}
.picker__footer button {height: auto;line-height: normal;margin: auto}

/* Footer */
#footer {font-size: 80%;}
#footer .top {background-color: var(--ms-text);color: var(--ms-page-bg);padding-top: 1.5em;padding-bottom: 1.5em;}
#footer a {color: var(--ms-page-bg)}
#footer a:hover {opacity: .5}
#footer .adr h2 {padding-left: 1.8em}
#footer .adr p {padding-left: 1.8em;position: relative;margin-bottom: 0}
#footer .adr .btl {position: absolute;top: 4px;left: 0;width: 1em;text-align: center}
#footer .top .elNavCustom li {padding-left: .5em;position: relative}
#footer .top .elNavCustom li:before {position: absolute;content: '›';margin-left: -.5em}
#footer .bottom {height: 50px;line-height: 50px;margin: 1px 0 1px 0}
#footer .bottom .elNavCustom {float: left}
#footer .bottom li {display: inline-block;margin-right: 1.2em}
#footer .bottom .fb {float: right;color: var(--ms-page-bg);text-wrap: none}
#footer .bottom .fb a {display: inline-block;line-height: 50px;vertical-align: middle}

/* --> BOOTSTRAP media query bodies ---------------------------------------------------------------------*/
/*
Außenabstand:
                30px
ab 992px        111px
ab 1200px       135px
ab 1920px       190px
 */
/* sm Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .listItem {font-size: 80%}
}

/* md Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #header, #header .left, #header .right {height: 130px}
    #header .left {width: 220px}
    #logo img {height: 88px}
    #header .right {width: calc(100% - 220px)}
    .elText.onWhite {margin: 0 0 0 0;position: absolute;right: 30px;top: 60px}
    .fullscreen .elSlider {margin-right: 90px}
    #startGradient {left: 220px}
    #cta {margin: 3em 0}
    #cta p {padding-left: 0;padding-right: 0}
    #cta .btns {text-align: left}
    #cta .image_container {position: relative;margin-top: -35px}
    #cta .gradient {left: 100px}
    #cta .textButtons {min-height: 350px}
    .flexslider.karriere {width: calc(100% - 160px);margin-left: auto;margin-right: auto}
    .flexslider.karriere:hover .flex-direction-nav .flex-next {right: -60px}
    .flexslider.karriere:hover .flex-direction-nav .flex-prev {left: -60px}
    #nFilter button {display: inline-block !important;}
}

/* lg Large devices (landscape tablet, 992px and up) */
@media (min-width: 992px) {
    #header .left {width: 270px}
    #header .right {width: calc(100% - 270px)}
    #main .inside, #footer .inside {padding-left: 111px;padding-right: 111px}
    .elText.onWhite {max-width: 370px;right: 111px}
    .fullscreen .elSlider {margin-right: 190px}
    #scroll-down {display: block}
}

/* xl Extra large devices (Notebook, 1200px and up) */
@media (min-width: 1200px) {
    #TopNavi a {font-size: 100%}
    #TopNavi ul {right: 135px}
    #main .inside, #footer .inside {padding-left: 135px;padding-right: 135px}
    .elText.onWhite {max-width: 450px;right: 135px}
    .fullscreen .elSlider {margin-right: 215px}
}

/* xxl Extra extra large devices (Desktops, 1400px and up) */
@media (min-width: 1920px) {
    body {font-size: 25px}
    #header, #header .left, #header .right {height: 160px}
    #header .left {width: 500px}
    #logo img {height: 111px}
    #header .right {width: calc(100% - 500px)}
    #TopNavi ul {right: 190px}
    #main .inside, #footer .inside {padding-left: 190px;padding-right: 190px}
    .elText.onWhite {max-width: 450px;right: 190px}
    .fullscreen .elSlider {margin-right: 350px}
    #scroll-down {right: 60px}
    #cta .button {max-width: 400px}
    #cta .textButtons {min-height: 500px}
    button, .button, #nFilter button:hover, #nFilter button.active {font-size: 20px}
    input, textarea {font-size: 25px !important;}
    ::placeholder, ::-webkit-input-placeholder, ::-moz-placeholder {
        font-size: 25px !important;
    }
}
/* <-- BOOTSTRAP media query bodies ---------------------------------------------------------------------*/

/* fug.css ##-##-##-##-##-##-##-## ||| -> */
#main { max-width: 1920px; margin: auto; }

::-moz-selection { color: var(--ms-page-bg); background: var(--ms-link-hover); }
::selection { color: var(--ms-page-bg); background: var(--ms-link-hover); }

.caption .source { display:none; }

/* Tabellen */

table tr:hover { background-color: #e5f8fd; }
.fullGradient table tr:hover { background-color: transparent !important; }

/* Aktuelles / News / Projekte / Übersicht */

.listItem { padding-right: 0 !important; padding-left: 0 !important; }

@media (min-width: 1920px) {
	 .listItem { padding-right: 0 !important; padding-left: 0 !important; }
	}

@media (min-width: 1200px) {
	.listItem { padding-right: 0 !important; padding-left: 0 !important; }
	}

@media (min-width: 576px) {
	.listItem { padding-right: 0 !important; padding-left: 0 !important; }
	}

/* Login */

.elLogin input[type=submit] { padding-top:10px; padding-bottom:10px; background:#00BAEC; border:2px solid #00BAEC !important; color:#FFF !important; font-weight:400; }
.elLogin input[type=submit]:hover { background:transparent !important; cursor:pointer; color:#00BAEC !important; }


/* Pagination */

.pagination a:hover {
    color: var(--ms-page-bg);
    background: var(--ms-link);
}

/* Image Caption */

.caption .description { font-size:0.7em; line-height:1.2em; font-style:italic; margin-top:5px; }


/* Onlinebewerbung */
.infoBox .content { font-size: 18px; line-height:1.5em; }
.infoBox .content .svg img { margin: 20px auto 10px auto; }

