/* 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-grid.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: added xxl, removed -ms- rules (IE 10, 11) - minify: https://www.toptal.com/developers/cssminifier
 */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:1400px){.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}}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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";
}


/* theme.css ##-##-##-##-##-##-##-## ||| -> */
@font-face {
    font-family: 'merri light';
    src: url('fonts/merriweather-v21-latin/merriweather-v21-latin-300.svg');
    src: url('fonts/merriweather-v21-latin/merriweather-v21-latin-300.eot') format('embedded-opentype'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300.woff2') format('woff2'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300.woff') format('woff'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300.ttf') format('truetype'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300.svg') format('svg');
}
@font-face {
    font-family: 'merri bold';
    src: url('fonts/merriweather-v21-latin/merriweather-v21-latin-700.svg');
    src: url('fonts/merriweather-v21-latin/merriweather-v21-latin-700.eot') format('embedded-opentype'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-700.woff2') format('woff2'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-700.woff') format('woff'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-700.ttf') format('truetype'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-700.svg') format('svg');
}
@font-face {
    font-family: 'merri italic';
    src: url('fonts/merriweather-v21-latin/merriweather-v21-latin-300italic.svg');
    src: url('fonts/merriweather-v21-latin/merriweather-v21-latin-300italic.eot') format('embedded-opentype'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300italic.woff2') format('woff2'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300italic.woff') format('woff'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300italic.ttf') format('truetype'), url('fonts/merriweather-v21-latin/merriweather-v21-latin-300italic.svg') format('svg');
}
@font-face {
    font-family: 'roboto bold';
    src: url('fonts/roboto/roboto-v20-latin-700.svg');
    src: url('fonts/roboto/roboto-v20-latin-700.eot') format('embedded-opentype'), url('fonts/roboto/roboto-v20-latin-700.woff2') format('woff2'), url('fonts/roboto/roboto-v20-latin-700.woff') format('woff'), url('fonts/roboto/roboto-v20-latin-700.ttf') format('truetype'), url('fonts/roboto/roboto-v20-latin-700.svg') format('svg');
}
@font-face {
    font-family: 'roboto light';
    src: url('fonts/roboto/roboto-v20-latin-300.svg');
    src: url('fonts/roboto/roboto-v20-latin-300.eot') format('embedded-opentype'), url('fonts/roboto/roboto-v20-latin-300.woff2') format('woff2'), url('fonts/roboto/roboto-v20-latin-300.woff') format('woff'), url('fonts/roboto/roboto-v20-latin-300.ttf') format('truetype'), url('fonts/roboto/roboto-v20-latin-300.svg') format('svg');
}
@font-face {
    font-family: 'roboto light italic';
    src: url('fonts/roboto/roboto-v20-latin-300italic.svg');
    src: url('fonts/roboto/roboto-v20-latin-300italic.eot') format('embedded-opentype'), url('fonts/roboto/roboto-v20-latin-300italic.woff2') format('woff2'), url('fonts/roboto/roboto-v20-latin-300italic.woff') format('woff'), url('fonts/roboto/roboto-v20-latin-300italic.ttf') format('truetype'), url('fonts/roboto/roboto-v20-latin-300italic.svg') format('svg');
}

/* font-size
16px    80%
20px    100%
24px    120%
28px    140%
30px    150%
 */

/* colors
page bg         #eee
text            #333
rot             #532840
grau (bread)    #aaa
 */

/* BOLD */      strong, b, h2, h3, h4, #toggleContrast a, #searchButton, #menuButton, .elAccordion .title, a.more, thead, .elEventDetails .locationName, #searchPopup a, .elSearchResults .hits {font-family: "merri bold", sans-serif}
/* ITALIC */    em, i, .italic, .caption, blockquote {font-family:"merri italic", sans-serif}
/* SYMBOL */    .comChannel .icon:before, .pagination a:before, #searchPopup .lupe:before, .elLink.back a:before, .bgBlue strong:before {font-family: "Black Tie", serif;min-width: 1em;display: inline-block;margin-right: .4em;font-size: 80%;vertical-align: -14.28571429%}
p {margin-bottom: 2em}
a {color: #333;text-decoration: underline;transition: all .3s}
a:hover  {text-decoration: none;transition-duration: unset}
a:focus {outline: dotted #0000ff 1px}
a.more, a.submitButton {color: #532840;display: inline-block;margin: 1em auto;border: solid #532840 2px;padding: .4em 1em}
.clear {clear: both}
#uc-btn-open-main-corner-modal {display: none}
.btr {font-size: 80%;margin-right: .4em}
blockquote {color: #532840;text-align: center;margin: 6em 0;position: relative;overflow: visible}
blockquote:before {display: block;position: absolute;width: 119px;height: 129px;left: 0;top: -65px;background-image: url("../images/bqStart.svg");background-size: cover;content: ''}
blockquote:after {display: block;position: absolute;width: 119px;height: 129px;right: 0;bottom: -65px;background-image: url("../images/bqEnd.svg");background-size: cover;content: ''}

a.more:hover, a.submitButton:hover {color: #fff;background-color: #532840;text-decoration: none}
a.more:focus, a.submitButton:focus {outline: dashed #0000ff 1px}
.pad1 {padding: 1em 0}


#main ul, ol {margin: 0 0 1.5em 1em}
#main li {list-style-type: circle;list-style-position: outside;margin-bottom: .5em}
#main ol li {list-style-type: decimal}
.elMargin {height: 1px;background: transparent;margin: 1.5em 0}
.elMargin.lined {border-bottom: dotted #532840 2px;margin: 3em 0}
.elMargin.linedBlack {height: 2px;background-color: #333;margin: 3em 0}
.blur {filter: blur(4px)}
.center {text-align: center}
.bgWhite {background-color: #fff;padding: 1em 2em}
.elWrapper.bgBlue {background-color: #005B8B;padding: 1em 2em;color: #fff;margin: 3em 0}
.bgBlue a, .bgBlue h1, .bgBlue h2, .bgBlue h3, .bgBlue h4 {color: #fff}
.bgBlue strong:before {content: '\F005';vertical-align: unset}
.centered .heading {text-align: center}

body {font-family: "merri light", sans-serif;line-height: 1.5em;background: #eee;color: #333}
p,h1,h2,h3,h4 {line-height: 1.5em}
h1,h2,h3,h4 {margin: 42px 0;font-family:"roboto bold", sans-serif;color: #532840}
h1 {font-size: 150%}
h2 {font-size: 140%}
h3 {font-size: 110%}
.mt {margin-top: 42px}

#header {position: static;top: -300px;left: 0;width: 100%;z-index: 10;transition: top 0.5s ease-in-out;background-color: #eee}
#header.fixed {position: fixed;top: 0}

.logoWrapper {padding: 30px 0;position: relative}
#logo {width: 203px;height: 143px;background-image: url("../images/logo_michael-eller-trauerredner.svg");background-size: contain;display: block;background-repeat: no-repeat;position: absolute;top: 0;right: 0}

#logoButtons {position: relative}
#menuButton {display: block;color: #532840;float: left;font-family: "roboto bold", sans-serif;content: ''}
#menuButton .btr {margin-left: .5em;margin-right: 0;font-size: 200%}



/* Navi */
#navi {display: none;}
#maeMM-trigger {display: none}
#maeMM {padding: 50px 0;background-color: #532840;font-family: "roboto light", sans-serif}
#maeMM a {background: #532840;border-bottom: solid #fff 3px;text-decoration: underline;}    /* menu items */
#maeMM a:not(.top):hover, #maeMM a:focus,
#maeMM.parentToggles a.top:hover,
#maeMM.parentToggles a.top:focus {background: #532840}                                      /* menu item hover */
#maeMM .wrapper {background: #532840}                                                       /* background beneath menu items */
#maeMM .maeBtn {background: #532840;border-color: #532840 !important;}                      /* nav buttons */
#maeMM .maeBtn:hover, #maeMM .maeBtn:focus {background: #532840;border-color: #fff}         /* nav buttons hovered */
#maeMM a .inside {border-color: #fff;width: 20px;height: 20px}                              /* nav button symbol color and size */
#maeMM .close:before, #maeMM .close:after {background: #fff;width: 4px}                     /* close button symbol color */
#maeMM .opener, #maeMM .close, #maeMM a .back {border-color: #fff}                          /* nav button border */
#maeMM a.heading {text-decoration: none}
#maeMM a.hasBack, #maeMM a.heading {border-bottom-color: #fff;border-bottom-width: 5px;line-height: 80px;max-height: 80px;text-transform: none} /* line below header */
#maeMM a.hasBack {padding-left: 60px;text-align: center}                                    /* header */
#maeMM .maeBtn:focus:after, #maeMM .maeBtn:focus:before {background: #333}
.maeBtn:focus .inside {border-color: #333}
#maeMM li.active > a {font-family: "roboto bold", sans-serif}
#maeMM a {padding-top: 24px;padding-bottom: 24px}


#main .elNavCustom {position: relative;margin-bottom: 4em}
#main .elNavCustom ul {margin-left: 0}
#main .elNavCustom li {list-style-type: none;border-top: solid #333 2px;border-bottom: solid #333 2px;padding: 1em 0;margin-bottom: -2px}
#main .elNavCustom li a {font-family: "roboto bold", sans-serif;text-transform: uppercase}


/* Akko */
.elAccordion {margin-top: -2px;border-bottom: solid 2px #333;border-top: solid 2px #333;transition: all .3s}
.elAccordion .title {padding: 1em 2em 1em .4em;position: relative;transition: all .3s;text-transform: uppercase;font-family: "roboto bold", sans-serif}
.elAccordion .title, .elAccordion .title:before, .elAccordion .title:after {transition: border-color .3s;}
.elAccordion .title:after, .elAccordion .title:before {display: block;position: absolute;content: ' ';}
.elAccordion .title:after {top: calc(1.7em - 10px);right: calc(.4em + 10px);width: 0;height: 23px;border-left: solid #333 4px;transition: all .3s}
.elAccordion .title:before {right: .4em;width: 23px;height: 0;top: 1.7em;border-bottom: solid #333 4px}
.elAccordion.opened {border-bottom: none;border-color: #532840}
.elAccordion.opened .title, .elAccordion.opened .title:before, .elAccordion.opened .title:after {color: #532840;border-color: #532840;}
.elAccordion.opened .title:after, .elAccordion.opened .title:before {transform: rotate(45deg)}
.elAccordion .content {padding: 1em .4em;border-bottom: solid #532840 2px}

p.back {margin: 4em 0}
.elLink.back a:before {content: '\f0aa'}

.flexslider {border: none;background-color: transparent;margin-bottom: 4em}
.flexslider .image_container .caption, .elImageGallery .image_container .caption {display: none}
#main .flexslider ul {margin: 0 0 0 0}
.flexslider .image_container {margin-bottom: 0}
.flex-control-paging li a {background-color: #ccc;box-shadow: none;}
.flex-control-paging li a:focus {outline: none}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {background-color: #49ECB6}
.sliderBg {position: absolute;top: 0;height: 88%;width: 100vw;left: 50%;margin-left: -50vw}

.image_container.fullWidthImage img {width: 100%}
.caption .source {display: none}
.caption {font-size: 80%;position: relative;padding-right: 2em;line-height: 1.4em}
.image_container {margin-bottom: 2em}
.elImageGallery .image_container {margin-bottom: 30px}
#stage .image_container {margin: 0}
#sourceBox {display: none;width: 100%;max-width: 700px;position: fixed;left: 0;right: 0;margin-left: auto;margin-right: auto;bottom: 60px;height: 9em;color: #fff;background: #333;z-index: 20;padding: .5em;box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);}
#sourceBox .close {text-decoration: underline;cursor: pointer;text-align: right}
#sourceBox .content {padding: .5em}
#sourceBox .btr {margin-right: .5em;font-size: 80%}
#main .elColumnWrapper {overflow: hidden;margin-bottom: -2em}
#maeLightbox .title {font-size: 90%;line-height: 1.3em;max-height: none}
#maeLightbox .title .source::before {content: ' | © '}
.tableWrapper {max-width: 100%;overflow-x: scroll}
th {text-align: left}
tr {border-bottom: solid #333 1px}
tbody td {padding: .5em 0}
tbody td, thead td {padding-left: .3em;padding-right: .3em}
body.home .elBread {display: none !important;}
.elBread {font-size: 20px;color: #aaa;font-family: "roboto light", sans-serif;margin-top: 1.5em}
#main .elBread ul {margin-left: 0}
#main .elBread li {list-style-type: none;display: inline}
#main .elBread li:before {content: '›';margin: 0 .3em}
#main .elBread li.first:before {display: none}
#main .elBread a {color: #aaa}
#main .elBread.bottomBread {margin-top: 4em}
.pagination {margin: 2em 0}
.pagination div {display: inline-block;line-height: 50px;height: 50px;overflow: hidden}
.pagination a {display: block;width: 50px;height: 50px;color: #532840;border: solid #532840 2px}
#main .pagination input {margin: 0;display: inline-block;width: 70px;height: 50px;border: solid #333 1px;text-align: center}
.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'}

.elDownload .description {margin-left: .5em}
/* Forms */
#main input {font-family: inherit}
.elForm {background-color: #fff;padding: 1.5em}
.elForm input[type=text], .elForm input[type=email], .elForm textarea, .select-wrapper, .cbx input[type=checkbox] {border: solid #222 2px}
.elForm input[type=text]:focus, .elForm input[type=email]:focus, .elForm textarea:focus, .cbx input[type="checkbox"]:focus, .elForm select:focus, .select-wrapper:focus-within {border-color: #DDD;background-color: #DDD;outline: none}
.elForm .fieldWrapper {margin-bottom: .75em}
.elForm label {display: block}
.select-wrapper {width: 100%;background-image: url("../images/downSelect.svg");background-position: right 10px center;background-repeat: no-repeat;background-size: 30px auto}
.elForm select {-moz-appearance: none;-webkit-appearance: none;appearance: none;border: none;font-family: inherit;font-size: inherit;background-color: transparent;width: 100%;min-height: 50px;line-height: 50px}
.cbx label {float: left;width: calc(100% - 70px)}
.cbx input[type=checkbox] {-moz-appearance: none;-webkit-appearance: none;background: none;box-shadow: none;width: 44px;height: 44px;margin-left: 0;margin-top: 2px;float: left;margin-right: 20px;}
.cbx input:checked {background-image: url("../images/check.svg");background-size: 80% auto;background-position: center center;background-repeat: no-repeat}
.elForm input[type=submit] {display: none}
.elForm textarea {font-family: inherit;font-size: inherit}
a.submit {display: inline-block;margin: 1.5em 0;padding: 10px 20px;background-color: #333;color: #fff;text-decoration: none;font-family: "roboto bold", sans-serif;transition: background-color .3s}
a.submit:hover {background-color: #532840;transition-duration: unset}

/* Lightbox Img Hover */
a.lightbox {display: block;position: relative}
a.lightbox img {transition: transform .3s}
.elImageGallery a.lightbox img:hover {transform: scale(1.05) rotate(0.001deg)}
a.lightbox:hover:after, a.lightbox:focus:after {content: ' ';display: block;position: absolute;width: 54px;height: 54px;margin: 0;left: 50%;top: 50%;transform: translate(-50%, -50%);background-image: url("../images/lightbox_me.png");background-size: cover}

/* Fragen / Antworten */
.elWrapper.qa {background-color: #eee;padding: 2em 0;position: relative}
.qaBg {position: absolute;top: 0;bottom: 0;width: 100vw;left: 50%;margin-left: -50vw;background-color: #eee;z-index: -1}
.elWrapper.qa .elText {color: #0C5C83}

/* FOOTER */
#footer .top {background-color: #532840;color: #fff}
#footer a, #footer h3 {color: #fff}
#footer .top .elNavCustom li {margin-bottom: 1em}
.footerTexts {padding: 2em 0}
#footer .bottom {padding: 1em 0}
#footer .bottom a {color: #333;margin-bottom: 1em;display: block}
#signature {width: 350px;max-width: 50%}
#signatureContainer {padding: 5em 0 1em 0;position: relative}
#signatureContainer:before {position: absolute;content: '';display: block;width: 100vw;height: 100px;top: 0;left: 50%;margin-left: -50vw;background-image: linear-gradient(to bottom, rgba(238,238,238,1), rgba(238,238,238,0));}
.trauer #main {padding-bottom: 0}
#footer .elNavCustom li {position: relative;padding-left: 1em}
#footer .elNavCustom li:before {display: block;position: absolute;content: '›';left: 0;top: 0}

#subPagesNavi li a {position: relative;padding-left: 1em;display: block}
#subPagesNavi li a:before {display: block;position: absolute;content: '›';left: 0;top: 0}

/* CONSENT */
.uc-corner-modal-content {line-height: normal}
.usercentrics-button .uc-corner-modal .uc-corner-modal-content .uc-nav-tabs a {font-size: 14px}
#usercentrics-button.layout-1 #uc-corner-modal .svg-arrow-up, #usercentrics-button.layout-1 #uc-corner-modal .svg-arrow-down {vertical-align: top !important;}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #main {padding-bottom: 4em}
    #footer .bottom a {margin-bottom: 0;display: block}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .elNewsList .date, .elNewsList .author {font-size: 70%}
    #main .elNavCustom li {padding-right: 1em}
    #main .elNavCustom .space {position: absolute;width: 1em;top:0;height: calc(100% + 5px);right: 50%;background: #eee}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


/* SPECIAL BEAK POINTS */
#main, #toggleContrast, .logoWrapper, #footer .inside, #maeMM .headerWrapper, #maeMM .wrapper {width: auto;margin-left: 15px;margin-right: 15px}
body {font-size: 20px}
@media (min-width: 620px) {
    #main, #toggleContrast, .logoWrapper, #footer .inside, #maeMM .headerWrapper, #maeMM .wrapper {width: 590px;margin-left: auto;margin-right: auto}
    body {font-size: 24px}
    h1,h2,h3,h4 {margin: 60px 0}
    .mt {margin-top: 60px}
    #logo {right: 2em}
}
@media (min-width: 960px) {
    #main, #toggleContrast, .logoWrapper, #footer .inside, #maeMM .headerWrapper, #maeMM .wrapper {width: 900px}
    #menuButton:before {content: 'MENÜ'}
    #menuButton .btr {font-size: inherit}

    #footer .elNavCustom {float: left}
    #footer .elNavCustom li {display: inline-block;margin-right: 1.5em;padding-bottom: 0}
    #scrollTop {float: right;padding: 0 0 0 0;}
}
@media (min-width: 1360px) {
    #main, #toggleContrast, .logoWrapper, #footer .inside, #maeMM .headerWrapper, #maeMM .wrapper {width: 1300px}
    body {font-size: 28px}
}

/* coach.css ##-##-##-##-##-##-##-## ||| -> */
/* BOLD */      strong, b, h2, h3, h4, #toggleContrast a, #searchButton, #menuButton, .elAccordion .title, a.more, thead, .elEventDetails .locationName, #searchPopup a, .elSearchResults .hits {font-family: "roboto bold", sans-serif}
/* ITALIC */    em, i, .italic, .caption, blockquote {font-family:"roboto light italic", sans-serif}
body {font-family: "roboto light", sans-serif}

a.more, a.submitButton {color: #005B8B;border: solid #005B8B 2px}
blockquote {color: #005B8B}
blockquote:before {background-image: url("../images/bqStartCoach.svg")}
blockquote:after {background-image: url("../images/bqEndCoach.svg")}
a.more:hover, a.submitButton:hover {background-color: #005B8B}
.elMargin.lined {border-bottom: dotted #005B8B 2px}
h1,h2,h3,h4 {color: #005B8B}
#menuButton {color: #fff}

#maeMM {background-color: #005B8B}
#maeMM a {background: #005B8B}
#maeMM a:not(.top):hover, #maeMM a:focus,
#maeMM.parentToggles a.top:hover,
#maeMM.parentToggles a.top:focus {background: #005B8B}                                      /* menu item hover */
#maeMM .wrapper {background: #005B8B}                                                       /* background beneath menu items */
#maeMM .maeBtn {background: #005B8B;border-color: #005B8B !important;}                      /* nav buttons */
#maeMM .maeBtn:hover, #maeMM .maeBtn:focus {background: #005B8B}                            /* nav buttons hovered */

.elAccordion.opened {border-color: #005B8B}
.elAccordion.opened .title, .elAccordion.opened .title:before, .elAccordion.opened .title:after {color: #005B8B;border-color: #005B8B;}
.elAccordion .content {border-bottom: solid #005B8B 2px}

.pagination a {color: #005B8B;border: solid #005B8B 2px}
a.submit:hover {background-color: #005B8B}
#footer .top {background-color: #005B8B}

.elImage.blueBg {position: relative}
.sliderBg {background-color: #005B8B;z-index: -1}

.icons5 {padding-bottom: 3em}
.icons5 img {width: 70%;height: auto;margin: 0 auto}
.icons5 p {font-size: 90%}



#header {background-color: #005B8B}
#logo {width: 127px;height: 73px;top: 15px;background-image: url("../images/logo_eller-coaching.svg")}

/* fug.css ##-##-##-##-##-##-##-## ||| -> */
/* Freigeister & Gestalten */

@media print {
  
  #toggleContrast,
  .buttonWrapper,
  #footer .elWrapper .row .elColumnWrapper,
  #scrollTop { display:none; }
}


@media (min-width: 768px) {

.maeBgImage {
	border-left: 30px solid #EEE;
	border-right: 30px solid #EEE;
	border-bottom: 30px solid #EEE;
}

}

