@charset 'UTF-8';

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 27px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	opacity:0.15;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev
{
    left: 35px;
}

.slick-prev:before
{
	background-image: url(../../files/themes/dechow/additional/images/arrow-left.png);
    background-size: 27px 50px;
    display: inline-block;
    width: 27px; 
    height: 50px;
    content:"";
}

.slick-next
{
    right: 35px;
}
.slick-next:before
{
    background-image: url(../../files/themes/dechow/additional/images/arrow-right.png);
    background-size: 27px 50px;
    display: inline-block;
    width: 27px; 
    height: 50px;
    content:"";
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.slick-prev:before,
.slick-next:before {
	color: black;
}




.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@charset "UTF-8";
.btn, .form-field--radio {
    -webkit-user-select: none
}
a:not([href]):not([tabindex]):focus, input:focus {
    outline: 0
}
body, caption {
    text-align: left
}
pre, textarea {
    overflow: auto
}
img, legend {
    max-width: 100%
}
progress, sub, sup {
    vertical-align: baseline
}
@font-face {
    font-family: dechow_icons;
    src: url(/files/themes/dechow/dist/fonts/dechow_icons/icons.eot?17797727);
    src: url(/files/themes/dechow/dist/fonts/dechow_icons/icons.eot?17797727#iefix) format("embedded-opentype"), url(/files/themes/dechow/dist/fonts/dechow_icons/icons.woff2?17797727) format("woff2"), url(/files/themes/dechow/dist/fonts/dechow_icons/icons.woff?17797727) format("woff"), url(/files/themes/dechow/dist/fonts/dechow_icons/icons.ttf?17797727) format("truetype"), url(/files/themes/dechow/dist/fonts/dechow_icons/icons.svg?17797727#dechow_icons) format("svg");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: dechow_icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-fax:before {
    content: ""
}
.icon-location:before {
    content: ""
}
.icon-phone:before {
    content: ""
}
.icon-email:before {
    content: ""
}
.icon-tick:before {
    content: ""
}
.icon-xing:before {
    content: ""
}
.icon-twitter:before {
    content: ""
}
.icon-facebook:before {
    content: ""
}
.icon-linkedin-squared:before {
    content: ""
}
.icon-plus {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -3px
}
.icon-plus:after, .icon-plus:before {
    content: '';
    position: absolute;
    margin: 0;
    background-color: #fff
}
.icon-plus:before {
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    margin-top: -1px
}
dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin-top: 0
}
.icon-plus:after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 20px;
    margin-left: -1px
}
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    src: url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-regular.eot?17797727);
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-regular.eot?17797727#iefix) format("embedded-opentype"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-regular.woff2?17797727) format("woff2"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-regular.woff?17797727) format("woff"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-regular.ttf?17797727) format("truetype"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-regular.svg?17797727#SourceSansPro) format("svg");
	font-display: swap;
}
@font-face {
    font-family: "Source Sans Pro";
    font-style:normal;
    font-weight: 600;
    src: url(../../files/themes/dechow/dist/fonts/source-sans-pro-v11-latin-600.eot?17797727);
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-600.eot?17797727#iefix) format("embedded-opentype"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-600.woff2?17797727) format("woff2"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-600.woff?17797727) format("woff"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-600.ttf?17797727) format("truetype"), url(/files/themes/dechow/dist/fonts/source_sans_pro/source-sans-pro-v11-latin-600.svg?17797727#SourceSansPro) format("svg");
	font-display: swap;
}

input {
    position: relative;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 3px solid #dadfe3;
    background-color: transparent
}
input[type=text], input[type=email], input[type=tel], input[type=password] {
    font-size: 20px;
    line-height: 50px
}
.form-field--radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
address, dl, ol, p, pre, ul {
    margin-bottom: 1rem
}
dd, h1, h2, h3, h4, h5, h6, label {
    margin-bottom: .5rem
}
.form-field--radio input {
    position: absolute;
    opacity: 0
}
.form-field--radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: rgba(255,255,255,.25);
    border-radius: 50%
}
.form-field--radio:hover input~.checkmark {
    background-color: #ccc
}
.form-field--radio input:checked~.checkmark {
    background-color: #6db6ff
}
.form-field--radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}
.btn-outline-danger, .btn-outline-dark, .btn-outline-info, .btn-outline-light, .btn-outline-primary, .btn-outline-success, .btn-outline-warning, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}
.form-field--radio input:checked~.checkmark:after {
    display: block
}
.invisible, .is--hidden {
    display: none!important
}
#wrapper {
    min-width: 320px;
    max-width: 1536px;
    margin: 0 auto
}
.animate-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
--blue:#007bff;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#dc3545;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#007bff;
--secondary:#6c757d;
--success:#28a745;
--info:#17a2b8;
--warning:#ffc107;
--danger:#dc3545;
--light:#f8f9fa;
--dark:#343a40;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1300px;
--font-family-sans-serif:"Source Sans Pro", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace:"Source Sans Pro", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

@media print {
blockquote, img, pre, tr {
    page-break-inside: avoid
}
*, ::after, ::before {
    text-shadow: none!important;
    box-shadow: none!important
}
a:not(.btn) {
    text-decoration: underline
}
abbr[title]::after {
    content: " (" attr(title) ")"
}
pre {
    white-space: pre-wrap!important
}
blockquote, pre {
    border: 1px solid #999
}
thead {
    display: table-header-group
}
h2, h3, p {
    orphans: 3;
    widows: 3
}
h2, h3 {
    page-break-after: avoid
}
@page {
    size: a3
}
.container, body {
    min-width: 992px!important
}
.navbar {
    display: none
}
.badge {
    border: 1px solid #000
}
.table {
    border-collapse: collapse!important
}
.table td, .table th {
    background-color: #fff!important
}
.table-bordered td, .table-bordered th {
    border: 1px solid #ddd!important
}
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
    display: block
}
label, output {
    display: inline-block
}
*, ::after, ::before {
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width:device-width
}
body {
    margin: 0;
    font-family: "Source Sans Pro", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    color: #3B4750;
    background-color: #fff
}
[tabindex="-1"]:focus {
    outline: 0!important
}
abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}
.btn-link.focus, .btn-link:focus, .btn-link:hover, .btn:focus, .btn:hover, .nav-link:focus, .nav-link:hover, .navbar-brand:focus, .navbar-brand:hover, .navbar-toggler:focus, .navbar-toggler:hover, a, a:hover {
    text-decoration: none
}
.btn:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), summary {
    cursor: pointer
}
address {
    font-style: normal;
    line-height: inherit
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 600
}
dd {
    margin-left: 0
}
blockquote, figure {
    margin: 0 0 1rem
}
dfn {
    font-style: italic
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #141d42;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:hover {
    color: #002c4e
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
code, kbd, pre, samp {
    font-size: 1em
}
pre {
    -ms-overflow-style: scrollbar
}
img {
    height: auto;
    vertical-align: middle;
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}
th {
    text-align: inherit
}
button {
    border-radius: 0
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}
textarea {
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}
.btn, .navbar-brand, .sr-only {
    white-space: nowrap
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
.display-1, .display-2, .display-3, .display-4 {
    line-height: 1.2
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit
}
.blockquote, hr {
    margin-bottom: 1rem
}
.display-1, .display-2, .display-3, .display-4, .lead {
    font-weight: 300
}
.h1, h1 {
    font-size: 2.75rem
}
.h2, h2 {
    font-size: 2.25rem
}
.h3, h3 {
    font-size: 1.75rem
}
.h4, h4 {
    font-size: 1.5rem
}
.h5, h5 {
    font-size: 1.25rem
}
.h6, h6 {
    font-size: 1rem
}
.lead {
    font-size: 1.25rem
}
.display-1 {
    font-size: 6rem
}
.display-2 {
    font-size: 5.5rem
}
.display-3 {
    font-size: 4.5rem
}
.display-4 {
    font-size: 3.5rem
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}
.small, small {
    font-size: 80%;
    font-weight: 400
}
.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}
.blockquote-footer::before {
    content: "\2014 \00A0"
}
.ce-about-tile .content-box:after, .clearfix::after, .embed-responsive::before, .navbar-toggler-icon {
    content: ""
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #6c757d
}
code, kbd {
    font-size: 87.5%
}
a>code, pre code {
    color: inherit
}
code, kbd, pre, samp {
    font-family: "Source Sans Pro", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
code {
    color: #e83e8c;
    word-break: break-word
}
kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}
.btn, .btn-link {
    font-weight: 400
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    word-break: normal
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:576px) {
.container {
    max-width: 540px
}
}

@media (min-width:768px) {
.container {
    max-width: 720px
}
}

@media (min-width:992px) {
.container {
    max-width: 960px
}
}

@media (min-width:1300px) {
.container {
    max-width: 1254px
}
}
.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 {
    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.33333%;
    max-width: 8.33333%
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.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.33333%
}
.offset-2 {
    margin-left: 16.66667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333%
}
.offset-5 {
    margin-left: 41.66667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333%
}
.offset-8 {
    margin-left: 66.66667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333%
}
.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
.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.33333%;
    max-width: 8.33333%
}
.col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.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.33333%
}
.offset-sm-2 {
    margin-left: 16.66667%
}
.offset-sm-3 {
    margin-left: 25%
}
.offset-sm-4 {
    margin-left: 33.33333%
}
.offset-sm-5 {
    margin-left: 41.66667%
}
.offset-sm-6 {
    margin-left: 50%
}
.offset-sm-7 {
    margin-left: 58.33333%
}
.offset-sm-8 {
    margin-left: 66.66667%
}
.offset-sm-9 {
    margin-left: 75%
}
.offset-sm-10 {
    margin-left: 83.33333%
}
.offset-sm-11 {
    margin-left: 91.66667%
}
}

@media (min-width:768px) {
.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.33333%;
    max-width: 8.33333%
}
.col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.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.33333%
}
.offset-md-2 {
    margin-left: 16.66667%
}
.offset-md-3 {
    margin-left: 25%
}
.offset-md-4 {
    margin-left: 33.33333%
}
.offset-md-5 {
    margin-left: 41.66667%
}
.offset-md-6 {
    margin-left: 50%
}
.offset-md-7 {
    margin-left: 58.33333%
}
.offset-md-8 {
    margin-left: 66.66667%
}
.offset-md-9 {
    margin-left: 75%
}
.offset-md-10 {
    margin-left: 83.33333%
}
.offset-md-11 {
    margin-left: 91.66667%
}
}

@media (min-width:992px) {
.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.33333%;
    max-width: 8.33333%
}
.col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.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.33333%
}
.offset-lg-2 {
    margin-left: 16.66667%
}
.offset-lg-3 {
    margin-left: 25%
}
.offset-lg-4 {
    margin-left: 33.33333%
}
.offset-lg-5 {
    margin-left: 41.66667%
}
.offset-lg-6 {
    margin-left: 50%
}
.offset-lg-7 {
    margin-left: 58.33333%
}
.offset-lg-8 {
    margin-left: 66.66667%
}
.offset-lg-9 {
    margin-left: 75%
}
.offset-lg-10 {
    margin-left: 83.33333%
}
.offset-lg-11 {
    margin-left: 91.66667%
}
}

@media (min-width:1300px) {
.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.33333%;
    max-width: 8.33333%
}
.col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.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.33333%
}
.offset-xl-2 {
    margin-left: 16.66667%
}
.offset-xl-3 {
    margin-left: 25%
}
.offset-xl-4 {
    margin-left: 33.33333%
}
.offset-xl-5 {
    margin-left: 41.66667%
}
.offset-xl-6 {
    margin-left: 50%
}
.offset-xl-7 {
    margin-left: 58.33333%
}
.offset-xl-8 {
    margin-left: 66.66667%
}
.offset-xl-9 {
    margin-left: 75%
}
.offset-xl-10 {
    margin-left: 83.33333%
}
.offset-xl-11 {
    margin-left: 91.66667%
}
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-webkit-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
color:#495057;
background-color:#fff
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.375rem;
    line-height: 1.5
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 1rem;
    line-height: 1.5
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
.custom-file-input.is-valid~.custom-file-label, .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-file-input:valid~.custom-file-label, .was-validated .custom-select:valid, .was-validated .form-control:valid {
border-color:#28a745
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}
.form-control-sm {
    padding: .25rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .2rem
}
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2rem + 2px)
}
.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.375rem;
    line-height: 1.5;
    border-radius: .3rem
}
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(3.0625rem + 2px)
}
.form-group {
    margin-bottom: 1rem
}
.form-check-label, .nav {
    margin-bottom: 0
}
.form-text {
    display: block;
    margin-top: .25rem
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}
.invalid-tooltip, .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    line-height: 1;
    border-radius: .2rem
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}
.valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40,167,69,.8)
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .form-check-input.is-valid~.form-check-label, .was-validated .custom-control-input:valid~.custom-control-label, .was-validated .form-check-input:valid~.form-check-label {
color:#28a745
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
background-color:#71dd8a
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-file-input.is-valid~.custom-file-label::before, .was-validated .custom-file-input:valid~.custom-file-label::before {
border-color:inherit
}
.custom-file-input.is-invalid~.custom-file-label, .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-file-input:invalid~.custom-file-label, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
border-color:#dc3545
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}
.invalid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.8)
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.btn, .btn-lg, .btn-sm {
    line-height: 1.5
}
.custom-control-input.is-invalid~.custom-control-label, .form-check-input.is-invalid~.form-check-label, .was-validated .custom-control-input:invalid~.custom-control-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#dc3545
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#dc3545;
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
background-color:#efa2a9
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-file-input.is-invalid~.custom-file-label::before, .was-validated .custom-file-input:invalid~.custom-file-label::before {
border-color:inherit
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}
.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
.form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}
.form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
}
.form-inline .form-control-plaintext {
    display: inline-block
}
.form-inline .input-group {
    width: auto
}
.form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
}
.form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
}
.form-inline .custom-control {
    align-items: center;
    justify-content: center
}
.form-inline .custom-control-label {
    margin-bottom: 0
}
}
.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}
.nav, .navbar {
    flex-wrap: wrap
}
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}
.btn.disabled, .btn:disabled {
    opacity: .65
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}
.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}
.btn-info.focus, .btn-info:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}
.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}
.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-outline-info.focus, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-warning.focus, .btn-outline-warning:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-danger.focus, .btn-outline-danger:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-light.focus, .btn-outline-light:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-dark.focus, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-link, .btn-link:hover, .nav-tabs .nav-link.disabled {
    background-color: transparent
}
.btn-link {
    color: #141d42
}
.btn-link:hover {
    color: #002c4e;
    border-color: transparent
}
.btn-link.disabled, .btn-link:disabled, .nav-link.disabled {
    color: #6c757d
}
.btn-link.focus, .btn-link:focus {
    border-color: transparent;
    box-shadow: none
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.375rem;
    border-radius: .3rem
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: 1rem;
    border-radius: .2rem
}
.navbar-brand, .navbar-toggler, body {
    font-size: 1.375rem
}
.btn-block {
    display: block
}
.btn-block+.btn-block {
    margin-top: .5rem
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.show {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.show {
    display: block
}
tr.collapse.show {
    display: table-row
}
tbody.collapse.show {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
.nav {
    display: flex;
    padding-left: 0;
    list-style: none
}
.nav-link, .navbar {
    padding: .5rem 1rem
}
.nav-link {
    display: block
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
    margin-bottom: -1px
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-pills .nav-link {
    border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.navbar-brand {
    display: inline-block;
    padding-top: .21875rem;
    padding-bottom: .21875rem;
    margin-right: 1rem;
    line-height: inherit
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}
.navbar-toggler {
    padding: .25rem .75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: center center no-repeat;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
}

@media (min-width:576px) {
.navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
    flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
    display: none
}
.navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}
}

@media (max-width:1024.98px) {
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
}

@media (min-width:1025px) {
.navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
    flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
    display: none
}
.navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}
}

@media (max-width:991.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
}

@media (min-width:992px) {
.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
    display: none
}
.navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}
}

@media (max-width:1299.98px) {
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
}

@media (min-width:1300px) {
.navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
    flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
    display: none
}
.navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
.navbar-expand .navbar-nav {
    flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}
.navbar-expand .navbar-toggler {
    display: none
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}
body {
    line-height: 1.5
}
.navbar-dechow {
    padding: 0 15px
}
.navbar-dechow .navbar-brand {
    width: 98px;
    padding: 0
}
.navbar-dechow .navbar-nav {
    padding: 30px 0 10px;
    text-align: center
}
.navbar-dechow .navbar-nav .nav-link {
    display: inline-block;
    padding: 8px 2px 3px;
    color: #141d42;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    border-bottom: 6px solid transparent;
    margin: 5px 13px
}
.navbar-dechow .navbar-nav .active>.nav-link, .navbar-dechow .navbar-nav .nav-link.active, .navbar-dechow .navbar-nav .nav-link.show, .navbar-dechow .navbar-nav .nav-link:focus, .navbar-dechow .navbar-nav .nav-link:hover, .navbar-dechow .navbar-nav .show>.nav-link {
    border-color: #ff6900
}
.navbar-dechow .navbar-toggler {
    padding-right: 0;
    padding-left: 0;
    border: none
}
.navbar-dechow .navbar-toggler-icon {
    width: 2.45em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 50 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2385BC21' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h42M4 15h42M4 23h42'/%3E%3C/svg%3E")
}
.navbar-dechow .navbar-toggler, .navbar-dechow .navbar-toggler-icon:focus {
    outline: 0
}
.navbar-dechow .module--social {
    padding-bottom: 20px;
    text-align: center
}
.navbar-dechow .module--social .label {
    display: none
}
.navbar-dechow .module--social .entry {
    display: inline-block
}

@media (min-width:1025px) {
.navbar-dechow {
    align-items: start
}
.navbar-dechow .navbar-brand {
    width: auto;
    margin-right: 0
}
.navbar-dechow .navbar-collapse {
    padding-top: 78px
}
.navbar-dechow .navbar-nav {
    padding: 0;
    text-align: left
}
.navbar-dechow .navbar-nav .nav-link {
    margin-top: 0;
    margin-bottom: 0
}
.navbar-dechow .module--social {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-bottom: 0;
    margin-left: 70px
}
}
.align-baseline {
    vertical-align: baseline!important
}
.align-top {
    vertical-align: top!important
}
.align-middle {
    vertical-align: middle!important
}
.align-bottom {
    vertical-align: bottom!important
}
.align-text-bottom {
    vertical-align: text-bottom!important
}
.align-text-top {
    vertical-align: text-top!important
}
.bg-primary {
    background-color: #007bff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc!important
}
.bg-secondary {
    background-color: #6c757d!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62!important
}
.bg-success {
    background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34!important
}
.bg-info {
    background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b!important
}
.bg-warning {
    background-color: #ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00!important
}
.bg-danger {
    background-color: #dc3545!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130!important
}
.bg-light {
    background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5!important
}
.bg-dark {
    background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124!important
}
.bg-white {
    background-color: #fff!important
}
.bg-transparent {
    background-color: transparent!important
}
.border {
    border: 1px solid #dee2e6!important
}
.border-top {
    border-top: 1px solid #dee2e6!important
}
.border-right {
    border-right: 1px solid #dee2e6!important
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}
.border-left {
    border-left: 1px solid #dee2e6!important
}
.border-0 {
    border: 0!important
}
.rounded-right, .rounded-top {
    border-top-right-radius: .25rem!important
}
.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem!important
}
.rounded-left, .rounded-top {
    border-top-left-radius: .25rem!important
}
.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem!important
}
.border-top-0 {
    border-top: 0!important
}
.border-right-0 {
    border-right: 0!important
}
.border-bottom-0 {
    border-bottom: 0!important
}
.border-left-0 {
    border-left: 0!important
}
.border-primary {
    border-color: #007bff!important
}
.border-secondary {
    border-color: #6c757d!important
}
.border-success {
    border-color: #28a745!important
}
.border-info {
    border-color: #17a2b8!important
}
.border-warning {
    border-color: #ffc107!important
}
.border-danger {
    border-color: #dc3545!important
}
.border-light {
    border-color: #f8f9fa!important
}
.border-dark {
    border-color: #343a40!important
}
.border-white {
    border-color: #fff!important
}
.rounded {
    border-radius: .25rem!important
}
.rounded-circle {
    border-radius: 50%!important
}
.rounded-0 {
    border-radius: 0!important
}
.clearfix::after {
    display: block;
    clear: both
}
.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 (min-width:576px) {
.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
}
}

@media (min-width:768px) {
.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
}
}

@media (min-width:992px) {
.navbar-dechow .module--social {
    position: static
}
.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
}
}

@media (min-width:1300px) {
.navbar-dechow {
    padding: 0 15px
}
.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
}
}

@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
}
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}
.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
}
.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) {
.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
}
.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) {
.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
}
.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) {
.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
}
.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
}
}
.float-left {
    float: left!important
}
.float-right {
    float: right!important
}
.float-none {
    float: none!important
}

@media (min-width:576px) {
.float-sm-left {
    float: left!important
}
.float-sm-right {
    float: right!important
}
.float-sm-none {
    float: none!important
}
}

@media (min-width:768px) {
.float-md-left {
    float: left!important
}
.float-md-right {
    float: right!important
}
.float-md-none {
    float: none!important
}
}

@media (min-width:992px) {
.float-lg-left {
    float: left!important
}
.float-lg-right {
    float: right!important
}
.float-lg-none {
    float: none!important
}
}
.position-static {
    position: static!important
}
.position-relative {
    position: relative!important
}
.position-absolute {
    position: absolute!important
}
.position-fixed {
    position: fixed!important
}
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}
.fixed-bottom, .fixed-top {
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0
}
.fixed-top {
    top: 0
}
.fixed-bottom {
    bottom: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}
.w-25 {
    width: 25%!important
}
.w-50 {
    width: 50%!important
}
.w-75 {
    width: 75%!important
}
.w-100 {
    width: 100%!important
}
.h-25 {
    height: 25%!important
}
.h-50 {
    height: 50%!important
}
.h-75 {
    height: 75%!important
}
.h-100 {
    height: 100%!important
}
.mw-100 {
    max-width: 100%!important
}
.mh-100 {
    max-height: 100%!important
}
.m-0 {
    margin: 0!important
}
.mt-0, .my-0 {
    margin-top: 0!important
}
.mr-0, .mx-0 {
    margin-right: 0!important
}
.mb-0, .my-0 {
    margin-bottom: 0!important
}
.ml-0, .mx-0 {
    margin-left: 0!important
}
.m-1 {
    margin: .25rem!important
}
.mt-1, .my-1 {
    margin-top: .25rem!important
}
.mr-1, .mx-1 {
    margin-right: .25rem!important
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
    margin-left: .25rem!important
}
.m-2 {
    margin: .5rem!important
}
.mt-2, .my-2 {
    margin-top: .5rem!important
}
.mr-2, .mx-2 {
    margin-right: .5rem!important
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
    margin-left: .5rem!important
}
.m-3 {
    margin: 1rem!important
}
.mt-3, .my-3 {
    margin-top: 1rem!important
}
.mr-3, .mx-3 {
    margin-right: 1rem!important
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
    margin-left: 1rem!important
}
.m-4 {
    margin: 1.5rem!important
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important
}
.m-5 {
    margin: 3rem!important
}
.mt-5, .my-5 {
    margin-top: 3rem!important
}
.mr-5, .mx-5 {
    margin-right: 3rem!important
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
    margin-left: 3rem!important
}
.p-0 {
    padding: 0!important
}
.pt-0, .py-0 {
    padding-top: 0!important
}
.pr-0, .px-0 {
    padding-right: 0!important
}
.pb-0, .py-0 {
    padding-bottom: 0!important
}
.pl-0, .px-0 {
    padding-left: 0!important
}
.p-1 {
    padding: .25rem!important
}
.pt-1, .py-1 {
    padding-top: .25rem!important
}
.pr-1, .px-1 {
    padding-right: .25rem!important
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important
}
.pl-1, .px-1 {
    padding-left: .25rem!important
}
.p-2 {
    padding: .5rem!important
}
.pt-2, .py-2 {
    padding-top: .5rem!important
}
.pr-2, .px-2 {
    padding-right: .5rem!important
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important
}
.pl-2, .px-2 {
    padding-left: .5rem!important
}
.p-3 {
    padding: 1rem!important
}
.pt-3, .py-3 {
    padding-top: 1rem!important
}
.pr-3, .px-3 {
    padding-right: 1rem!important
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important
}
.pl-3, .px-3 {
    padding-left: 1rem!important
}
.p-4 {
    padding: 1.5rem!important
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important
}
.p-5 {
    padding: 3rem!important
}
.pt-5, .py-5 {
    padding-top: 3rem!important
}
.pr-5, .px-5 {
    padding-right: 3rem!important
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important
}
.pl-5, .px-5 {
    padding-left: 3rem!important
}
.m-auto {
    margin: auto!important
}
.mt-auto, .my-auto {
    margin-top: auto!important
}
.mr-auto, .mx-auto {
    margin-right: auto!important
}
.mb-auto, .my-auto {
    margin-bottom: auto!important
}
.ml-auto, .mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
.m-sm-0 {
    margin: 0!important
}
.mt-sm-0, .my-sm-0 {
    margin-top: 0!important
}
.mr-sm-0, .mx-sm-0 {
    margin-right: 0!important
}
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important
}
.ml-sm-0, .mx-sm-0 {
    margin-left: 0!important
}
.m-sm-1 {
    margin: .25rem!important
}
.mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important
}
.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important
}
.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important
}
.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important
}
.m-sm-2 {
    margin: .5rem!important
}
.mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important
}
.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important
}
.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important
}
.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important
}
.m-sm-3 {
    margin: 1rem!important
}
.mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important
}
.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important
}
.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important
}
.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important
}
.m-sm-4 {
    margin: 1.5rem!important
}
.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important
}
.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important
}
.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important
}
.m-sm-5 {
    margin: 3rem!important
}
.mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important
}
.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important
}
.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important
}
.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important
}
.p-sm-0 {
    padding: 0!important
}
.pt-sm-0, .py-sm-0 {
    padding-top: 0!important
}
.pr-sm-0, .px-sm-0 {
    padding-right: 0!important
}
.pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important
}
.pl-sm-0, .px-sm-0 {
    padding-left: 0!important
}
.p-sm-1 {
    padding: .25rem!important
}
.pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important
}
.pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important
}
.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important
}
.pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important
}
.p-sm-2 {
    padding: .5rem!important
}
.pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important
}
.pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important
}
.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important
}
.pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important
}
.p-sm-3 {
    padding: 1rem!important
}
.pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important
}
.pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important
}
.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important
}
.pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important
}
.p-sm-4 {
    padding: 1.5rem!important
}
.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important
}
.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important
}
.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important
}
.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important
}
.p-sm-5 {
    padding: 3rem!important
}
.pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important
}
.pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important
}
.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important
}
.pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important
}
.m-sm-auto {
    margin: auto!important
}
.mt-sm-auto, .my-sm-auto {
    margin-top: auto!important
}
.mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important
}
.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important
}
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important
}
}

@media (min-width:768px) {
.m-md-0 {
    margin: 0!important
}
.mt-md-0, .my-md-0 {
    margin-top: 0!important
}
.mr-md-0, .mx-md-0 {
    margin-right: 0!important
}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important
}
.ml-md-0, .mx-md-0 {
    margin-left: 0!important
}
.m-md-1 {
    margin: .25rem!important
}
.mt-md-1, .my-md-1 {
    margin-top: .25rem!important
}
.mr-md-1, .mx-md-1 {
    margin-right: .25rem!important
}
.mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important
}
.ml-md-1, .mx-md-1 {
    margin-left: .25rem!important
}
.m-md-2 {
    margin: .5rem!important
}
.mt-md-2, .my-md-2 {
    margin-top: .5rem!important
}
.mr-md-2, .mx-md-2 {
    margin-right: .5rem!important
}
.mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important
}
.ml-md-2, .mx-md-2 {
    margin-left: .5rem!important
}
.m-md-3 {
    margin: 1rem!important
}
.mt-md-3, .my-md-3 {
    margin-top: 1rem!important
}
.mr-md-3, .mx-md-3 {
    margin-right: 1rem!important
}
.mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important
}
.ml-md-3, .mx-md-3 {
    margin-left: 1rem!important
}
.m-md-4 {
    margin: 1.5rem!important
}
.mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important
}
.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important
}
.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important
}
.m-md-5 {
    margin: 3rem!important
}
.mt-md-5, .my-md-5 {
    margin-top: 3rem!important
}
.mr-md-5, .mx-md-5 {
    margin-right: 3rem!important
}
.mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important
}
.ml-md-5, .mx-md-5 {
    margin-left: 3rem!important
}
.p-md-0 {
    padding: 0!important
}
.pt-md-0, .py-md-0 {
    padding-top: 0!important
}
.pr-md-0, .px-md-0 {
    padding-right: 0!important
}
.pb-md-0, .py-md-0 {
    padding-bottom: 0!important
}
.pl-md-0, .px-md-0 {
    padding-left: 0!important
}
.p-md-1 {
    padding: .25rem!important
}
.pt-md-1, .py-md-1 {
    padding-top: .25rem!important
}
.pr-md-1, .px-md-1 {
    padding-right: .25rem!important
}
.pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important
}
.pl-md-1, .px-md-1 {
    padding-left: .25rem!important
}
.p-md-2 {
    padding: .5rem!important
}
.pt-md-2, .py-md-2 {
    padding-top: .5rem!important
}
.pr-md-2, .px-md-2 {
    padding-right: .5rem!important
}
.pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important
}
.pl-md-2, .px-md-2 {
    padding-left: .5rem!important
}
.p-md-3 {
    padding: 1rem!important
}
.pt-md-3, .py-md-3 {
    padding-top: 1rem!important
}
.pr-md-3, .px-md-3 {
    padding-right: 1rem!important
}
.pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important
}
.pl-md-3, .px-md-3 {
    padding-left: 1rem!important
}
.p-md-4 {
    padding: 1.5rem!important
}
.pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important
}
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important
}
.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important
}
.p-md-5 {
    padding: 3rem!important
}
.pt-md-5, .py-md-5 {
    padding-top: 3rem!important
}
.pr-md-5, .px-md-5 {
    padding-right: 3rem!important
}
.pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important
}
.pl-md-5, .px-md-5 {
    padding-left: 3rem!important
}
.m-md-auto {
    margin: auto!important
}
.mt-md-auto, .my-md-auto {
    margin-top: auto!important
}
.mr-md-auto, .mx-md-auto {
    margin-right: auto!important
}
.mb-md-auto, .my-md-auto {
    margin-bottom: auto!important
}
.ml-md-auto, .mx-md-auto {
    margin-left: auto!important
}
}

@media (min-width:992px) {
.m-lg-0 {
    margin: 0!important
}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important
}
.mr-lg-0, .mx-lg-0 {
    margin-right: 0!important
}
.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important
}
.ml-lg-0, .mx-lg-0 {
    margin-left: 0!important
}
.m-lg-1 {
    margin: .25rem!important
}
.mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important
}
.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important
}
.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important
}
.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important
}
.m-lg-2 {
    margin: .5rem!important
}
.mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important
}
.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important
}
.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important
}
.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important
}
.m-lg-3 {
    margin: 1rem!important
}
.mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important
}
.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important
}
.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important
}
.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important
}
.m-lg-4 {
    margin: 1.5rem!important
}
.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important
}
.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important
}
.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important
}
.m-lg-5 {
    margin: 3rem!important
}
.mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important
}
.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important
}
.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important
}
.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important
}
.p-lg-0 {
    padding: 0!important
}
.pt-lg-0, .py-lg-0 {
    padding-top: 0!important
}
.pr-lg-0, .px-lg-0 {
    padding-right: 0!important
}
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important
}
.pl-lg-0, .px-lg-0 {
    padding-left: 0!important
}
.p-lg-1 {
    padding: .25rem!important
}
.pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important
}
.pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important
}
.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important
}
.pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important
}
.p-lg-2 {
    padding: .5rem!important
}
.pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important
}
.pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important
}
.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important
}
.pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important
}
.p-lg-3 {
    padding: 1rem!important
}
.pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important
}
.pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important
}
.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important
}
.pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important
}
.p-lg-4 {
    padding: 1.5rem!important
}
.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important
}
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important
}
.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important
}
.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important
}
.p-lg-5 {
    padding: 3rem!important
}
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important
}
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important
}
.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important
}
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important
}
.m-lg-auto {
    margin: auto!important
}
.mt-lg-auto, .my-lg-auto {
    margin-top: auto!important
}
.mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important
}
.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important
}
.ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important
}
}

@media (min-width:1300px) {
.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
}
.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
}
.float-xl-left {
    float: left!important
}
.float-xl-right {
    float: right!important
}
.float-xl-none {
    float: none!important
}
.m-xl-0 {
    margin: 0!important
}
.mt-xl-0, .my-xl-0 {
    margin-top: 0!important
}
.mr-xl-0, .mx-xl-0 {
    margin-right: 0!important
}
.mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important
}
.ml-xl-0, .mx-xl-0 {
    margin-left: 0!important
}
.m-xl-1 {
    margin: .25rem!important
}
.mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important
}
.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important
}
.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important
}
.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important
}
.m-xl-2 {
    margin: .5rem!important
}
.mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important
}
.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important
}
.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important
}
.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important
}
.m-xl-3 {
    margin: 1rem!important
}
.mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important
}
.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important
}
.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important
}
.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important
}
.m-xl-4 {
    margin: 1.5rem!important
}
.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important
}
.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important
}
.m-xl-5 {
    margin: 3rem!important
}
.mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important
}
.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important
}
.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important
}
.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important
}
.p-xl-0 {
    padding: 0!important
}
.pt-xl-0, .py-xl-0 {
    padding-top: 0!important
}
.pr-xl-0, .px-xl-0 {
    padding-right: 0!important
}
.pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important
}
.pl-xl-0, .px-xl-0 {
    padding-left: 0!important
}
.p-xl-1 {
    padding: .25rem!important
}
.pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important
}
.pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important
}
.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important
}
.pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important
}
.p-xl-2 {
    padding: .5rem!important
}
.pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important
}
.pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important
}
.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important
}
.pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important
}
.p-xl-3 {
    padding: 1rem!important
}
.pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important
}
.pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important
}
.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important
}
.pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important
}
.p-xl-4 {
    padding: 1.5rem!important
}
.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important
}
.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important
}
.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important
}
.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important
}
.p-xl-5 {
    padding: 3rem!important
}
.pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important
}
.pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important
}
.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important
}
.pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important
}
.m-xl-auto {
    margin: auto!important
}
.mt-xl-auto, .my-xl-auto {
    margin-top: auto!important
}
.mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important
}
.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important
}
}
footer .footer--copyright>.inner, footer .footer--main>.inner, header {
    max-width: 1254px;
    margin: 0 auto
}
.text-justify {
    text-align: justify!important
}
.text-nowrap {
    white-space: nowrap!important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {
    text-align: left!important
}
.text-right {
    text-align: right!important
}
.text-center {
    text-align: center!important
}

@media (min-width:576px) {
.text-sm-left {
    text-align: left!important
}
.text-sm-right {
    text-align: right!important
}
.text-sm-center {
    text-align: center!important
}
}

@media (min-width:768px) {
.text-md-left {
    text-align: left!important
}
.text-md-right {
    text-align: right!important
}
.text-md-center {
    text-align: center!important
}
}

@media (min-width:992px) {
.text-lg-left {
    text-align: left!important
}
.text-lg-right {
    text-align: right!important
}
.text-lg-center {
    text-align: center!important
}
}
.text-lowercase {
    text-transform: lowercase!important
}
.text-uppercase {
    text-transform: uppercase!important
}
.text-capitalize {
    text-transform: capitalize!important
}
.font-weight-light {
    font-weight: 300!important
}
.font-weight-normal {
    font-weight: 400!important
}
.font-weight-bold {
    font-weight: 600!important
}
.font-italic {
    font-style: italic!important
}
.text-white {
    color: #fff!important
}
.text-primary {
    color: #007bff!important
}
a.text-primary:focus, a.text-primary:hover {
    color: #0062cc!important
}
.text-secondary {
    color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62!important
}
.text-success {
    color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
    color: #1e7e34!important
}
.text-info {
    color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
    color: #117a8b!important
}
.text-warning {
    color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
    color: #d39e00!important
}
.text-danger {
    color: #dc3545!important
}
a.text-danger:focus, a.text-danger:hover {
    color: #bd2130!important
}
.text-light {
    color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
    color: #dae0e5!important
}
.text-dark {
    color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
    color: #1d2124!important
}
.text-muted {
    color: #6c757d!important
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.visible {
    visibility: visible!important
}
.invisible {
    visibility: hidden!important
}
header {
    padding-bottom: 20px
}

@media (min-width:768px) {
header {
    padding-bottom: 34px
}
}
footer .footer--copyright, footer .footer--main {
    color: #fff
}
footer .footer--main {
    padding: 40px 7px;
    background-color: #141d42
}
footer .footer--main .row {
    margin-right: 0;
    margin-left: 0
}
footer .footer--headline, footer .module--social .headline {
    padding-right: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px
}
footer .footer--headline:after, footer .module--social .headline:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #ff6900
}
footer .footer--address, footer .footer--navigation {
    margin-bottom: 50px
}
footer .footer--address {
    font-size: 18px
}
footer .footer--address .address--text {
    padding-top: 5px
}
footer .footer--address p {
    margin-bottom: .25rem
}
footer .navigation-wrapper {
    float: left;
    width: 50%
}
footer .footer--navigation ul {
    padding: 0;
    margin: 0;
    list-style: none
}
footer .footer--navigation ul .link, footer .footer--navigation ul a {
    font-size: 18px;
    color: #fff
}
footer .footer--navigation ul .link:hover, footer .footer--navigation ul a:hover {
    color: #fff
}
footer .module--social .icon {
    display: none
}
footer .module--social .link, footer .module--social a {
    font-size: 18px;
    color: #fff
}
footer .module--social .link:hover, footer .module--social a:hover {
    color: #fff
}
footer .footer--copyright {
    padding: 10px 7px;
    font-size: 16px;
    background-color: #ff6900
}

@media (min-width:768px) {
footer {
    margin-top: 160px
}
footer .footer--main {
    padding-top: 80px
}
footer .footer--address {
    font-size: 14px;
    line-height: 29px
}
footer .footer--navigation ul .link, footer .footer--navigation ul a, footer .module--social .link, footer .module--social a {
    font-size: 14px
}
footer .footer--headline, footer .module--social .headline {
    font-size: 18px;
    line-height: 12px
}
footer .module--social .icon {
    display: inline-block;
    margin-right: 5px
}
footer .footer--copyright {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px
}
}

@media (min-width:992px) {
footer .footer--main {
    padding-top: 114px;
    padding-bottom: 45px
}
}

@media (min-width:1300px) {
.text-xl-left {
    text-align: left!important
}
.text-xl-right {
    text-align: right!important
}
.text-xl-center {
    text-align: center!important
}
footer .footer--copyright {
    padding-left: 40px
}
}
@-webkit-keyframes loading-dot-animation {
0%, 100% {
opacity:.2
}
20% {
opacity:1
}
}
@keyframes loading-dot-animation {
0%, 100% {
opacity:.2
}
20% {
opacity:1
}
}
.component--loading-dots span {
    -webkit-animation-name: loading-dot-animation;
    animation-name: loading-dot-animation;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.component--loading-dots span:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.component--loading-dots span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.ce-about-tile {
    margin-bottom: 16px
}
.ce-about-tile.tile--info .headline, .ce-about-tile.tile--info .text {
    margin-bottom: 25px
}
.ce-about-tile>.inner {
    position: relative;
    padding-bottom: 150%
}
.ce-about-tile .content-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 40px 30px 54px
}
.ce-about-tile .content-box .headline {
    font-size: 32px;
    color: #fff
}
.ce-about-tile .content-box:after {
    position: absolute;
    bottom: 54px;
    left: 30px;
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ff6900
}

@media (min-width:992px) {
.ce-about-tile .content-box {
    padding: 45px 38px 38px
}
.ce-about-tile .content-box .headline {
    font-size: 40px
}
.ce-about-tile .content-box:after {
    bottom: 38px
}
}
.ce-about-tile.tile--info>.inner {
    padding-bottom: 0
}
.ce-about-tile.tile--info .content-box {
    position: static;
    padding-bottom: 90px
}
.ce-about-tile.tile--info.has--color-gray>.inner {
    color: #3B4750;
    background-color: #edf5ff
}
.ce-about-tile.tile--info.has--color-gray>.inner .headline, .ce-about-tile.tile--info.has--color-gray>.inner a {
    color: #3B4750
}
.ce-about-tile.tile--info.has--color-blue>.inner {
    color: #fff;
    background-color: #141d42
}
.ce-about-tile.tile--info.has--color-blue>.inner a {
    color: #fff
}
.ce-about-tile.tile--info .address, .ce-about-tile.tile--info .email, .ce-about-tile.tile--info .fax, .ce-about-tile.tile--info .phone, .ce-about-tile.tile--info .text {
    font-size: 18px;
    line-height: 24px
}
.ce-about-tile.tile--info .icon {
    font-size: 18px
}
.ce-about-tile.tile--info .address {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px
}
.ce-about-tile.tile--info .address .icon {
    position: absolute;
    top: 0;
    left: -7px
}
.ce-about-tile.tile--info .email .icon, .ce-about-tile.tile--info .fax .icon, .ce-about-tile.tile--info .phone .icon {
    display: inline-block;
    margin-right: 8px
}

@media (min-width:576px) {
.ce-about-tile.tile--info .address, .ce-about-tile.tile--info .email, .ce-about-tile.tile--info .fax, .ce-about-tile.tile--info .phone, .ce-about-tile.tile--info .text {
    font-size: 22px;
    line-height: 32px
}
.ce-about-tile.tile--info .address, .ce-about-tile.tile--info .text {
    margin-bottom: 35px
}
}

@media (min-width:768px) {
.ce-about-tile.tile--info>.inner {
    padding-bottom: 150%
}
.ce-about-tile.tile--info .content-box {
    position: absolute;
    padding-bottom: 54px
}
.ce-about-tile.tile--info .address, .ce-about-tile.tile--info .email, .ce-about-tile.tile--info .fax, .ce-about-tile.tile--info .phone, .ce-about-tile.tile--info .text {
    font-size: 18px;
    line-height: 28px
}
.ce-about-tile.tile--info .text {
    margin-bottom: 40px
}
.ce-about-tile.tile--info .address {
    margin-bottom: 30px
}
}

@media (min-width:992px) {
.ce-about-tile.tile--info .headline {
    font-size: 36px;
    margin-bottom: 15px
}
.ce-about-tile.tile--info .address, .ce-about-tile.tile--info .email, .ce-about-tile.tile--info .fax, .ce-about-tile.tile--info .phone {
    font-size: 16px;
    line-height: 24px
}
.ce-about-tile.tile--info .text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px
}
.ce-about-tile.tile--info .address {
    margin-bottom: 20px
}
}

@media (min-width:1300px) {
.ce-about-tile.tile--info .headline {
    margin-bottom: 25px
}
.ce-about-tile.tile--info .address, .ce-about-tile.tile--info .email, .ce-about-tile.tile--info .fax, .ce-about-tile.tile--info .phone {
    font-size: 18px;
    line-height: 28px
}
.ce-about-tile.tile--info .text {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 25px
}
.ce-about-tile.tile--info .address {
    margin-bottom: 30px
}
}
.ce-about-tile.tile--portrait .image-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}
.ce-about-tile.tile--portrait .image-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    background: linear-gradient(0deg, rgba(0,0,0,.6) 0, transparent 100%)
}
.ce-about-tile.tile--portrait .content-box {
    top: auto;
    padding-bottom: 68px
}
.ce-about-tile.tile--portrait .content-box .headline {
    margin-bottom: 0
}
.ce-about-tile.tile--portrait .content-box .additions, .ce-about-tile.tile--portrait .content-box .position {
    font-size: 18px;
    line-height: 25px
}
.ce-about-tile.tile--portrait .content-box .position {
    color: #fff
}
.ce-about-tile.tile--portrait .content-box .additions {
    padding-top: 35px;
    overflow: hidden;
    color: #fff
}
.ce-about-tile.tile--portrait .content-box .additions .additions--entry {
    display: inline-block
}
.ce-about-tile.tile--portrait .content-box .additions .icon {
    font-size: 18px
}
.ce-about-tile.tile--portrait .content-box .additions .value {
    display: none
}
.ce-about-tile.tile--portrait .content-box .additions a {
    padding: 8px;
    line-height: 32px;
    color: #fff
}
.ce-about-tile.tile--portrait .content-box:after {
    width: 84px
}
.ce-about-tile-wrapper {
    margin-bottom: 5px
}

@media (min-width:768px) {
.ce-about-tile.tile--portrait .content-box .additions {
    padding-top: 0;
    height: 0
}
.ce-about-tile.tile--portrait .content-box .additions .additions--entry {
    display: block
}
.ce-about-tile.tile--portrait .content-box .additions .icon {
    margin-right: 5px
}
.ce-about-tile.tile--portrait .content-box .additions .value {
    display: inline-block
}
.ce-about-tile.tile--portrait .content-box .additions a {
    padding: 0
}
.ce-about-tile.tile--portrait .content-box:after {
    width: 80px
}
.ce-about-tile:hover .content-box .additions {
    height: auto
}
.ce-about-tile:hover .content-box .additions :first-child {
    margin-top: 35px
}
.ce-about-tile-wrapper {
    margin-bottom: 124px
}
}
.ce-auction-list, .ce-auction-list .auction--item {
    margin-bottom: 48px
}
.ce-auction-list .auction--item .auction--headline {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 44px
}
.ce-auction-list .auction--item .auction--description {
    margin-bottom: 30px
}
.auction--pagination {
    margin-top: 72px;
    margin-bottom: 80px
}
.auction--pagination .pagination--list {
    list-style: none;
    padding: 0;
    margin: 0
}
.auction--pagination .pagination--list .pagination--entry {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #edf5ff
}
.auction--pagination .pagination--list .pagination--entry a {
    display: block;
    width: 100%;
    height: 100%;
    color: #3B4750
}
.auction--pagination .pagination--list .pagination--entry a:hover {
    color: #3B4750
}
.auction--pagination .pagination--list .pagination--entry.active {
    font-weight: 600;
    background-color: #ff6900
}
.auction--pagination .pagination--list .pagination--entry.active a, .auction--pagination .pagination--list .pagination--entry.active a:hover {
    color: #fff
}

@media (min-width:992px) {
.ce-auction-list .auction--item {
    margin-top: 160px;
    margin-bottom: 160px
}
.ce-auction-list .auction--item .image-wrapper {
    position: relative
}
.ce-auction-list .auction--item .image-wrapper picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 15px
}
.ce-auction-list .auction--item .content-wrapper {
    position: relative;
    height: 520px;
    padding: 64px 15px 100px 100px
}
.ce-auction-list .auction--item .auction--headline {
    margin-top: 0;
    margin-bottom: 40px
}
.ce-auction-list .auction--item .auction--cta {
    position: absolute;
    bottom: 0;
    left: 100px
}
.ce-auction-list .auction--item.is--odd .content-wrapper {
    padding: 64px 80px 100px 15px
}
.ce-auction-list .auction--item.is--odd .image-wrapper picture {
    right: 15px;
    left: 0;
    text-align: right
}
.ce-auction-list .auction--item.is--odd .auction--cta {
    left: 15px
}
}

@media (min-width:1300px) {
.ce-auction-list .auction--item .content-wrapper {
    height: 448px
}
}
.ce-certificates {
    margin-bottom: 40px
}
.ce-certificates .certificates--description {
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #141d42
}
.ce-certificates .certificates--description .headline {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px
}
.ce-certificates .certificates--list {
    padding-top: 20px;
    padding-bottom: 1px;
    background-color: #edf5ff
}
.ce-certificates .certificates--list .certificates--entry>.inner {
    min-height: 400px;
    padding: 50px 35px 25px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff
}
.ce-certificates .certificates--list .certificates--entry .image {
    height: 60px;
    line-height: 60px;
    margin-bottom: 45px
}
.ce-certificates .certificates--list .certificates--entry .image img {
    max-height: 100%
}
.ce-certificates .certificates--list .certificates--entry .description {
    line-height: 42px;
    color: #0e3258
}

@media (min-width:576px) {
.ce-certificates>.inner>.innerst {
    margin-right: 0;
    margin-left: 0
}
}

@media (min-width:768px) {
.ce-certificates {
    margin-bottom: 80px
}
.ce-certificates .certificates--description {
    padding: 40px 104px 30px
}
.ce-certificates .certificates--description .headline {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 65px
}
.ce-certificates .certificates--list .certificates--entry>.inner {
    min-height: 450px
}
}

@media (min-width:992px) {
.ce-certificates {
    position: relative
}
.ce-certificates .certificates--description, .ce-certificates .certificates--list {
    position: static;
    height: 730px
}
.ce-certificates .certificates--description {
    padding: 176px 104px 30px 15px
}
.ce-certificates .certificates--description:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    left: 0;
    z-index: -1;
    width: 500px;
    background-color: #141d42
}
.ce-certificates .certificates--list {
    padding-top: 176px;
    padding-right: 0;
    padding-left: 0
}
.ce-certificates .certificates--list .certificates--entry {
    position: relative;
    z-index: 3
}
.ce-certificates .certificates--list .certificates--entry>.inner {
    min-height: 380px;
    padding: 40px 25px 25px
}
.ce-certificates .certificates--list .certificates--entry .image {
    height: 100px;
    line-height: 100px;
    margin-bottom: 45px
}
.ce-certificates .certificates--list .certificates--entry .description {
    color: #3B4750;
    font-size: 16px;
    line-height: 25px
}
.ce-certificates .certificates--list:after, .ce-certificates .certificates--list:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block
}
.ce-certificates .certificates--list:before {
    left: 50%;
    z-index: 2;
    width: 170px;
    background-color: #141d42
}
.ce-certificates .certificates--list:after {
    right: 0;
    z-index: 1;
    width: 450px;
    background-color: #edf5ff
}
}
.ce-contact-form {
    margin-bottom: 40px
}
.ce-contact-form .form-box .form-wrapper {
    padding: 35px 25px 25px;
    color: #fff;
    background-color: #141d42
}
.ce-contact-form .form-box .headline {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px
}
.ce-contact-form .form-box .widget-explanation {
    margin-bottom: 80px
}
.ce-contact-form .form-box .widget-radio label {
    float: left;
    display: block;
    height: 40px;
    padding-left: 30px;
    margin-right: 40px
}
.ce-contact-form .form-box .widget-radio .checkmark {
    top: 8px;
    width: 18px;
    height: 18px
}
.ce-contact-form .form-box .widget-radio .checkmark:after {
    top: 5px;
    left: 5px
}
.ce-contact-form .form-box .widget-text {
    margin-top: 10px;
    margin-bottom: 30px
}
.ce-contact-form .form-box .widget-text input {
    width: 100%;
    color: #fff;
    border-color: rgba(255,255,255,.25)
}
.ce-contact-form .form-box .widget-text input::-webkit-input-placeholder {
color:#fff
}
.ce-contact-form .form-box .widget-text input::-moz-placeholder {
color:#fff
}
.ce-contact-form .form-box .widget-text input:-ms-input-placeholder {
color:#fff
}
.ce-contact-form .form-box .widget-text input:-moz-placeholder {
color:#fff
}
.ce-contact-form .form-box .widget-submit {
    margin-right: -25px;
    margin-bottom: -25px;
    margin-left: -25px
}
.ce-contact-form .form-box .widget-submit .btn-cta {
    width: 100%
}

@media (min-width:768px) {
.ce-contact-form {
    margin-bottom: 80px
}
.ce-contact-form .form-box {
    margin-top: -200px
}
.ce-contact-form .form-box .form-wrapper {
    padding: 68px 104px 25px
}
.ce-contact-form .form-box .headline {
    font-size: 38px;
    line-height: 65px
}
.ce-contact-form .form-box .widget-explanation {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px
}
.ce-contact-form .form-box .widget-submit {
    text-align: right;
    margin: 60px 0 -67px
}
.ce-contact-form .form-box .widget-submit .btn-cta {
    display: inline-block;
    width: auto;
    padding-right: 70px;
    padding-left: 70px;
    margin-right: -104px
}
}
.ce-contact-map {
    margin-bottom: 80px
}
.ce-contact-map .headline {
    padding: 30px 25px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    background: #141d42
}
.ce-contact-map .headline:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 20px;
    background-color: #ff6900
}

/*
.ce-contact-map .dlh_googlemap .gm-style-iw+div img, .ce-contact-map .dlh_googlemap .gm-style>div>div>div>div>div>div:nth-child(1) {
    display: none;
}
*/
/*
.ce-contact-map .dlh_googlemap {
    height: 450px
}

.ce-contact-map .dlh_googlemap .gm-style-iw {
    top: 0!important;
    left: 50%!important;
    z-index: 100!important;
    width: 300px!important;
    height: 140px;
    margin-left: -150px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3)
}
*/
.ce-contact-map .dlh_googlemap p.verwertung {
	color:#56c842;
}
.ce-contact-map .dlh_googlemap p.bewertung {
	color:#ff6900;
}
.ce-contact-map .dlh_googlemap .gm-style-iw>div {
    width: 100%!important;
    min-width: 200px;
    /*height: 140px!important;*/
    overflow: visible!important;
	padding-right:15px;
}
.ce-contact-map .dlh_googlemap .gm-style-iw>div p{
    margin-bottom:8px;
}

.gm-style .gm-style-iw-c {
    border-radius: 0px;
    padding: 15px;
}

/*
.ce-contact-map .dlh_googlemap .gm-style-iw>div>div {
    overflow: visible!important
}
.ce-contact-map .dlh_googlemap .gm-style-iw+div {
    z-index: 1!important;
    width: 10000px!important;
    height: 10000px!important;
    top: -1000px!important;
    left: -1000px!important;
    right: auto!important;
    background: rgba(0,0,0,.25)
}
.ce-contact-map .dlh_googlemap .gm-style-iw .content, .ce-contact-map .dlh_googlemap .gm-style-iw .image {
    float: left
}
.ce-contact-map .dlh_googlemap .gm-style-iw .image {
    position: relative;
    width: 100px;
    height: 140px;
    overflow: hidden
}
.ce-contact-map .dlh_googlemap .gm-style-iw .image>.inner {
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    left: -200px;
    text-align: center
}
.ce-contact-map .dlh_googlemap .gm-style-iw .image>.inner img {
    margin-top: -20px
}
.ce-contact-map .dlh_googlemap .gm-style-iw .content {
    width: 200px;
    padding: 25px 15px 5px;
    font-size: 20px;
    line-height: 24px
}
.ce-contact-map .dlh_googlemap .gmnoprint {
    z-index: 99
}
*/
@media (min-width:992px) {
.ce-contact-map .headline {
    padding: 60px 115px 65px 105px;
    font-size: 38px;
    line-height: 65px
}
.ce-contact-map .headline:after {
    height: 4px;
    margin-top: 30px
}
	/*
.ce-contact-map .dlh_googlemap {
    height: 820px
}
.ce-contact-map .dlh_googlemap .gm-style-iw {
    width: 400px!important;
    height: 184px;
    margin-left: -200px
}
.ce-contact-map .dlh_googlemap .gm-style-iw>div {
    min-width: 400px;
    height: 184px!important
}
.ce-contact-map .dlh_googlemap .gm-style-iw .image {
    width: 160px;
    height: 184px
}
.ce-contact-map .dlh_googlemap .gm-style-iw .image>.inner img {
    margin-top: 0
}
.ce-contact-map .dlh_googlemap .gm-style-iw .content {
    width: 240px;
    padding: 40px 15px 10px 20px
}
	*/
}

.ce-references {
    margin-bottom: 40px
}
.ce-references>.inner {
    margin-right: 0;
    margin-left: 0
}
.ce-references .headline {
    padding: 30px 25px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    background: #141d42
}
.ce-references .headline:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 20px;
    background-color: #ff6900
}
.ce-references .references--list {
    padding: 20px 0;
    background: #edf5ff
}
.ce-references .references--entry {
    float: left;
    width: 50%;
    padding: 35px 0;
    text-align: center
}
.ce-references .references--entry picture {
    display: block;
    width: 100%;
    height: 48px
}

@media (min-width:768px) {
.ce-references .references--list {
    padding: 80px 20px
}
.ce-references .references--entry {
    width: 33.33%
}
.ce-references .references--entry picture {
    display: block;
    width: 100%;
    height: 60px
}
}

@media (min-width:992px) {
.ce-references .headline {
    padding: 60px 115px 65px 105px;
    font-size: 38px;
    line-height: 65px
}
.ce-references .headline:after {
    height: 4px;
    margin-top: 30px
}
.ce-references .references--list {
    padding: 120px 50px
}
.ce-references .references--entry {
    width: 25%
}
}

@media (min-width:1300px) {
.ce-references .references--list {
    padding: 120px 65px
}
}
.ce-square-boxes {
    margin-bottom: 40px
}
.ce-square-boxes .content-box {
    padding-top: 45px;
    padding-bottom: 60px;
    font-size: 20px
}
.ce-square-boxes .content-box h1, .ce-square-boxes .content-box h2, .ce-square-boxes .content-box h3 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 30px
}
.ce-square-boxes .content-box ul {
    padding-left: 40px;
    list-style: none
}
.ce-square-boxes .content-box ul li {
    position: relative;
    margin-bottom: 10px
}
.ce-square-boxes .content-box ul li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -40px;
    display: block;
    width: 30px;
    height: 30px;
    font-family: dechow_icons;
    color: #ff6900
}

@media (min-width:576px) {
.ce-square-boxes .boxes-frame {
    position: relative;
    padding-top: 500px
}
.ce-square-boxes .image-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 500px;
    overflow: hidden;
    text-align: center
}
.ce-square-boxes .image-box picture {
    position: absolute;
    top: 0;
    right: -500px;
    bottom: 0;
    left: -500px
}
}

@media (min-width:768px) {
.ce-square-boxes {
    margin-bottom: 80px
}
.ce-square-boxes .boxes-frame {
    height: 600px;
    padding-top: 0
}
.ce-square-boxes .content-box, .ce-square-boxes .image-box {
    height: 600px
}
.ce-square-boxes .image-box {
    right: 50%
}
.ce-square-boxes .content-box {
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 50px;
    font-size: 22px;
    line-height: 36px
}
.ce-square-boxes .content-box h1, .ce-square-boxes .content-box h2, .ce-square-boxes .content-box h3 {
    font-size: 36px;
    line-height: 42px
}
.ce-square-boxes .content-box>.inner {
    display: table;
    width: 100%;
    height: 100%
}
.ce-square-boxes .content-box>.inner>.holder {
    display: table-cell;
    vertical-align: middle
}
.ce-square-boxes .content-box ul li {
    margin-bottom: 5px;
    line-height: 34px
}
.ce-square-boxes .frame-bottom .image-box {
    right: 0;
    left: 50%
}
.ce-square-boxes .frame-bottom .content-box {
    padding-right: 50px;
    padding-left: 15px
}
}

@media (min-width:992px) {
.ce-square-boxes .boxes-frame, .ce-square-boxes .content-box, .ce-square-boxes .image-box {
    height: 632px
}
.ce-square-boxes .content-box ul li {
    line-height: 36px
}
}

@media (min-width:1300px) {
.ce-square-boxes .frame-top .content-box {
    padding-left: 15px
}
}
.ce-stage {
    margin-bottom: 40px
}
.ce-stage>.inner {
    position: relative
}
.ce-stage .image-box {
    position: relative;
    padding-bottom: 72.5%
}
.ce-stage .image-box picture {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.ce-stage .headline-box {
    padding: 15px 50px 30px 25px;
    background-color: #141d42
}
.ce-stage .headline-box .headline {
    margin-bottom: 0;
    color: #fff;
    font-size: 36px;
    line-height: 44px
}
.ce-stage .headline-box .headline:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 15px;
    background-color: #ff6900
}

@media (min-width:768px) {
.ce-stage .image-box {
    min-height: 300px;
    padding-bottom: 0
}
.ce-stage .image-box picture {
    position: static
}
.ce-stage .headline-box {
    padding: 45px 158px 50px 102px
}
.ce-stage .headline-box .headline:after {
    height: 4px;
    margin-top: 30px
}

.ce-stage.is--mode-hero .headline-box .headline {
    font-size: 44px;
    line-height: 54px
}

.ce-stage.has--margin-above-lg {
    margin-top: 46px
}
.ce-stage.has--margin-above-xl {
    margin-top: 70px
}
}

@media (min-width:992px) {
.ce-stage {
    margin-bottom: 120px
}
.ce-stage .headline-box {
    position: absolute;
    bottom: -80px
}
.ce-stage.is--mode-hero {
    margin-bottom: 110px
}
.ce-stage.is--mode-hero .headline-box {
    right: 15px;
    bottom: -70px;
    padding: 60px 158px 70px 102px
}
}
.ce-teaser-group {
    margin-bottom: 40px
}
.ce-teaser-group .entry>.inner {
    position: relative;
    padding: 85px 15px 133.5%;
    margin-bottom: 24px
}
.ce-teaser-group .entry .content-box, .ce-teaser-group .entry .image-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.ce-teaser-group .entry .image-box {
    z-index: 1
}
.ce-teaser-group .entry .image-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 85px;
    left: 0;
    z-index: 2;
    display: block;
    background: linear-gradient(0deg, transparent 0, rgba(0,0,0,.4) 100%)
}
.ce-teaser-group .entry .content-box {
    z-index: 2;
    padding: 45px 30px 120px;
    color: #fff
}
.ce-teaser-group .entry .content-box .headline {
    font-size: 34px;
    line-height: 38px
}
.ce-teaser-group .entry .content-box .btn-cta {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0
}

@media (min-width:768px) {
.ce-teaser-group .entry>.inner {
    padding-bottom: 142%
}
}

@media (min-width:992px) {
.ce-teaser-group {
    margin-bottom: 210px
}
.ce-teaser-group .entry .content-box .btn-cta {
    padding-right: 20px;
    padding-left: 20px
}
}

@media (min-width:1300px) {
.ce-teaser-group {
    margin-bottom: 190px
}
.ce-teaser-group .entry>.inner {
    padding-top: 45px
}
.ce-teaser-group .entry .content-box .btn-cta {
    left: 80px;
    bottom: 5px
}
}
.ce-teaser-large {
    margin-bottom: 40px
}
.ce-teaser-large .image-box {
    position: relative;
    padding-bottom: 81.76%
}
.ce-teaser-large .image-box picture {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.ce-teaser-large .content-box .content-wrapper {
    padding: 40px 25px 20px;
    background-color: #edf5ff
}
.ce-teaser-large .content-box .content-wrapper .headline {
    margin-bottom: 25px;
    font-size: 32px
}
.ce-teaser-large.is--image-position-right .content-box {
    padding-right: 0;
    padding-left: 0
}

@media (min-width:992px) {
.ce-teaser-large {
    position: relative;
    padding-top: 100px;
    margin-bottom: 120px;
    overflow: hidden
}
.ce-teaser-large .image-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    height: 617px;
    padding-bottom: 0;
    overflow: hidden
}
.ce-teaser-large .image-box picture {
    position: absolute;
    top: 0;
    right: -400px;
    bottom: 0;
    left: -400px;
    text-align: center
}
.ce-teaser-large .content-box {
    position: relative;
    z-index: 1;
    height: 664px;
    padding: 124px 15px 220px 140px;
    background-color: #edf5ff
}
.ce-teaser-large .content-box .content-wrapper {
    padding: 0
}
.ce-teaser-large .content-box .content-wrapper .headline {
    font-size: 36px;
    line-height: 42px
}
.ce-teaser-large .content-box .content-wrapper .text-box {
    font-size: 16px;
    line-height: 25px
}
.ce-teaser-large .content-box .cta {
    position: absolute;
    bottom: 124px
}
.ce-teaser-large .content-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: -480px;
    z-index: -1;
    bottom: 0;
    width: 500px;
    background-color: #edf5ff
}
.ce-teaser-large.is--image-position-right {
    padding-top: 0;
    padding-bottom: 103px
}
.ce-teaser-large.is--image-position-right .image-box {
    top: 150px;
    left: 50%;
    padding-right: 0;
    padding-left: 15px
}
.ce-teaser-large.is--image-position-right .content-box {
    padding: 124px 140px 220px 15px
}
.ce-teaser-large.is--image-position-right .content-box:after {
    right: auto;
    left: -400px
}
}

@media (min-width:1300px) {
.ce-teaser-large {
    padding-top: 200px
}
.ce-teaser-large .content-box {
    padding-left: 200px
}
.ce-teaser-large.is--image-position-right {
    padding-bottom: 193px
}
.ce-teaser-large.is--image-position-right .image-box {
    top: 240px
}
}
.ce-text {
    margin-bottom: 40px
}
.ce-text :last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
.ce-text {
    margin-top: 100px;
    margin-bottom: 100px
}
.ce-text.has--underscore .text-box:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 70px;
    background-color: #ff6900
}
}

@media (min-width:992px) {
.ce-text {
    margin-top: 140px;
    margin-bottom: 140px
}
.ce-stage+.ce-text {
    margin-top: 200px
}
}
.btn-cta {
    display: block;
    padding: 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    border: 0;
    background-color: #ff6900
}
.btn-cta .cta-icon {
    margin-right: 10px
}
.btn-cta:hover {
    color: #fff
}

@media (min-width:768px) {
.btn-cta {
    font-size: 20px
}
.btn-cta .icon-plus {
    margin-bottom: -4px
}
}

@media (min-width:992px) {
.btn-cta {
    padding-right: 70px;
    padding-left: 70px
}
}
.form-newsletter {
    margin-bottom: 80px
}
.form-newsletter .newsletter-box form {
    background-color: #edf5ff
}
.form-newsletter .newsletter-box .widget-captcha, .form-newsletter .newsletter-box .widget-explanation, .form-newsletter .newsletter-box .widget-text {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 40px
}
.form-newsletter .newsletter-box .widget-explanation {
    padding-top: 50px
}
.form-newsletter .newsletter-box .widget-explanation h1, .form-newsletter .newsletter-box .widget-explanation h2, .form-newsletter .newsletter-box .widget-explanation h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px
}
.form-newsletter .newsletter-box .widget-explanation :last-child {
    margin-bottom: 0
}
.form-newsletter .newsletter-box .widget-captcha .error {
    font-size: 20px
}
.form-newsletter .newsletter-box .widget-captcha button, .form-newsletter .newsletter-box .widget-captcha input, .form-newsletter .newsletter-box .widget-submit button, .form-newsletter .newsletter-box .widget-submit input, .form-newsletter .newsletter-box .widget-text button, .form-newsletter .newsletter-box .widget-text input {
    width: 100%
}

@media (min-width:768px) {
.form-newsletter .newsletter-box .widget-captcha {
    margin-top: 40px
}
}

@media (min-width:992px) {
.form-newsletter {
    padding-bottom: 44px;
    margin-bottom: 124px
}
.form-newsletter .newsletter-box .widget-captcha, .form-newsletter .newsletter-box .widget-explanation, .form-newsletter .newsletter-box .widget-text {
    padding-right: 104px;
    padding-left: 104px
}
.form-newsletter .newsletter-box .widget-explanation {
    padding-top: 90px;
    padding-bottom: 70px
}
.form-newsletter .newsletter-box .widget-captcha, .form-newsletter .newsletter-box .widget-text {
    padding-bottom: 10px
}
.form-newsletter .newsletter-box .widget-submit {
    text-align: right
}
.form-newsletter .newsletter-box .widget-submit button {
    position: relative;
    bottom: -44px;
    display: inline-block;
    width: auto
}
}
.module--social ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.module--error {
    margin-top: 50px
}
.module--error .block-error {
    padding: 100px 80px;
    background-color: #edf5ff
}

:root{--base-font-size:18px;--transition-duration:0.3s;--transition-timing-function:cubic-bezier(0.19,1,0.22,1);--zoom-icon-background:rgba(25,41,56,0.94);--zoom-icon-color:#fff;--lightbox-background:rgba(25,41,56,0.94);--lightbox-z-index:1337;--caption-background:hsla(0,0%,100%,0.94);--caption-color:#192938;--counter-background:transparent;--counter-color:#fff;--button-background:transparent;--button-color:#fff;--loader-color:#fff;--slide-max-height:85vh;--slide-max-width:85vw}.tobii-zoom{border:0;box-shadow:none;display:inline-block;position:relative;text-decoration:none}.tobii-zoom img{display:block}.tobii-zoom__icon{align-items:center;background-color:var(--zoom-icon-background);top:.44444em;color:var(--zoom-icon-color);display:flex;height:1.77778em;justify-content:center;line-height:1;position:absolute;right:.44444em;width:1.77778em}.tobii-zoom__icon svg{fill:none;height:1.33333em;pointer-events:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;stroke:currentColor;width:1.33333em}.tobii-is-open{overflow-y:hidden}.tobii{background-color:var(--lightbox-background);bottom:0;box-sizing:border-box;contain:strict;font-size:var(--base-font-size);left:0;line-height:1.5;overflow:hidden;position:fixed;right:0;top:0;z-index:var(--lightbox-z-index)}.tobii[aria-hidden=true]{display:none}.tobii *,.tobii :after,.tobii :before{box-sizing:inherit}.tobii__slider{bottom:0;left:0;position:absolute;right:0;top:0;will-change:transform}.tobii__slider[aria-hidden=true]{display:none}@media screen and (prefers-reduced-motion:no-preference){.tobii__slider--animate:not(.tobii__slider--is-dragging){transition-duration:var(--transition-duration);transition-property:transform;transition-timing-function:var(--transition-timing-function)}}.tobii__slider--is-draggable [data-type]{cursor:grab}.tobii__slider--is-dragging [data-type]{cursor:grabbing}.tobii__slide{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.tobii__slide:not(.tobii__slide--is-active){visibility:hidden}@media screen and (prefers-reduced-motion:no-preference){.tobii__slide:not(.tobii__slide--is-active){transition-duration:var(--transition-duration);transition-property:visibility;transition-timing-function:var(--transition-timing-function)}}.tobii__slide [data-type]{max-height:var(--slide-max-height);max-width:var(--slide-max-width);overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.tobii__slide iframe,.tobii__slide video{display:block!important}.tobii__slide figure{margin:0;position:relative}.tobii__slide figure>img{display:block;height:auto;max-height:var(--slide-max-height);max-width:var(--slide-max-width);width:auto}.tobii__slide figure>figcaption{background-color:var(--caption-background);bottom:0;color:var(--caption-color);padding:.22222em .44444em;position:absolute;white-space:pre-wrap;width:100%}.tobii__slide [data-type=html] video{cursor:auto;max-height:var(--slide-max-height);max-width:var(--slide-max-width)}.tobii__slide [data-type=iframe]{-webkit-overflow-scrolling:touch;transform:translateZ(0)}.tobii__slide [data-type=iframe] iframe{height:var(--slide-max-height);width:var(--slide-max-width)}.tobii__btn{-webkit-appearance:none;appearance:none;background-color:var(--button-background);border:.05556em solid transparent;color:var(--button-color);cursor:pointer;font:inherit;line-height:1;margin:0;opacity:.5;padding:0;position:absolute;touch-action:manipulation;will-change:opacity;z-index:1}@media screen and (prefers-reduced-motion:no-preference){.tobii__btn{transition-duration:var(--transition-duration);transition-property:opacity,transform;transition-timing-function:var(--transition-timing-function);will-change:opacity,transform}}.tobii__btn svg{fill:none;height:3.33333em;pointer-events:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;stroke:currentColor;width:3.33333em}.tobii__btn:active,.tobii__btn:focus,.tobii__btn:hover{opacity:1}.tobii__btn--next,.tobii__btn--previous{top:50%;transform:translateY(-50%)}.tobii__btn--previous{left:.88889em}.tobii__btn--next{right:.88889em}.tobii__btn--close{right:.88889em;top:.88889em}.tobii__btn:disabled,.tobii__btn[aria-hidden=true]{display:none}.tobii__counter{background-color:var(--counter-background);color:var(--counter-color);font-size:1.11111em;left:1em;line-height:1;position:absolute;top:2.22222em;z-index:1}.tobii__counter[aria-hidden=true]{display:none}.tobii__loader{display:inline-block;height:5.55556em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.55556em}.tobii__loader:before{animation:spin 1s infinite;border-radius:100%;border:.22222em solid #949ba3;border-top:.22222em solid var(--loader-color);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}@keyframes spin{to{transform:rotate(1turn)}}.tobii__slide .tobii-html{background:#fff;padding:10px 20px;max-width:800px}
/* DL List */

.dl_list {
    margin: 1rem 0;
    font-size: 1.0rem;
}

.dl_list a {
	display: table;
	width:100%;
	padding: 1rem 0;border-bottom: 1px solid var(--gray);
}

.dl_list a:first-child {
	border-top: 1px solid var(--gray);
}

.dl_list a:hover {background-color: var(--light);}

.dl_list a > span {
	display:table-cell;
	vertical-align: middle;
	text-align: left;
} 

.dl_list .mime {
	display:none;
	width: 70px;
}

.dl_list .mime svg {
	width: auto;height: 2rem;vertical-align: middle;
}

.dl_list .date {
	width: 100px;
}

.dl_list .text {width: auto;}

	.dl_list .title {
	display: block;
	}
	
	.dl_list .description {
	display: block;
	font-size: 80%;
	}

.dl_list .size {
	display:none;
	width: 110px;text-align: right;
}



@media (min-width: 768px) {

    .dl_list {
        margin: 2rem 0;
        font-size: 1.375rem;
    }

	.dl_list .mime {
		display:table-cell;
	}

	.dl_list .date {
		width: 140px;
	}

	.dl_list .size {
		display:table-cell;
	}

}


@media (min-width: 992px) {

    .dl_list {
        margin: 2.5rem 0;
    }

}






/* DL Barrier Form */
.cc_download_barrier {}

.cc_download_barrier .cc_downloads {padding: 4rem 0;}

.cc_download_barrier h3 {margin-bottom: 2rem;text-align: left;}

.cc_download_barrier form {
}

.cc_download_barrier .formbody {
}

.cc_download_barrier .form-group {
}

.cc_download_barrier .widget-text {
	vertical-align: middle;
}

	.cc_download_barrier .widget-text label {
		position: relative;
		vertical-align: middle;
		font-size: 0.875em;
		align-self: center;
	}
	
	.cc_download_barrier .widget-text input {
	}

.cc_download_barrier .widget-checkbox {
}

	.cc_download_barrier .widget-checkbox .form-check {
	padding-left: 1rem;
	}
	
	.cc_download_barrier .widget-checkbox label {
	vertical-align: middle;
	padding-left: 1rem;
	width: auto;
	max-width: 80%;
	}
	
	.cc_download_barrier .widget-checkbox input {
		margin-left: 0;
		position: relative;
		vertical-align: middle;
		margin-top: 0;
	}


.cc_download_barrier .widget-submit {margin-top: 2rem;}

	.cc_download_barrier .widget-submit button {
	}


/* Auctions Reminder */
.mod_auctions_reminder_abo {
	padding: 4rem 0;
}

.mod_auctions_reminder_abo .widget-explanation {
    margin-bottom: 3rem;
}


.mod_auctions_reminder_abo .widget-text {vertical-align: middle;}

	.mod_auctions_reminder_abo .widget-text label {
		position: relative;
		vertical-align: middle;
		font-size: 0.875em;
		align-self: center;
	}

	.mod_auctions_reminder_abo .widget-checkbox .form-check {
		padding-left: 1rem;
	}
	
	.mod_auctions_reminder_abo .widget-checkbox label {
		vertical-align: middle;
		padding-left: 1rem;
		width: auto;
		max-width: 80%;
	}
	
	.mod_auctions_reminder_abo .widget-checkbox input {
		margin-left: 0;
		position: relative;
		vertical-align: middle;
		margin-top: 0;
	}


.mod_auctions_reminder_abo .widget-submit {margin-top: 2rem;}


/* lot_upload */
.widget-file .fineuploader-item {
    vertical-align: top;
    font-size: 0.75em;
    margin-bottom: 1rem;
}

.widget-file .fineuploader-item .image {width: auto;display: inline-block;vertical-align: top;margin-top: 5px;margin-right: 1rem;}

.widget-file .fineuploader-item .content {display: inline-block;vertical-align: top;}

.widget-file .fineuploader-item .info {
}

.widget-file .upload-container {
}

.widget-file .upload-container .qq-upload-list-selector {
}



.widget-file .qq-upload-success {
	display:none;
}


/* Auctions List :: w reminder */
/* = News-List (blog) Clone */
.auctionsList_wReminder {
    padding-bottom: 4rem;
}

.auctionsList_wReminder .subelement_link_readmore.reminder {
	display:block;
}

/* FILTER ::: Auctions List :: w reminder */
.auctionsList_wReminder_filter {
    padding-top: 4rem;
}

.auctionsList_wReminder_filter .filterform  {
}





/* Form Fields */
.widget-explanation h4 {
	margin-top: 4rem;
	margin-bottom: 1rem;
}








.ce-about-tile.tile--portrait .image-box::after {
    background: linear-gradient(0deg,rgba(20,29,66,.5) 0,transparent 50%);
}

.ce-about-tile.tile--portrait:hover .image-box::after {
    background: linear-gradient(0deg,rgba(20,29,66,.5) 0,transparent 80%);
}
.ce-about-tile.tile--portrait .content-box .location {
    color: #fff;
	font-size: 15px;
    line-height: 21px;
}
.ce-stage.slider .image-box {
    padding-bottom: 0;
}
header {

    padding-bottom: 12px;

}
.navbar-brand{
		display:inline-block;
		margin-top:10px;
	}
.navbar-toggler{
	padding-top:12px;
}
@media (min-width:1025px) {
	
	
	.navbar-brand {
		margin-top:52px;
	}
	
	.navbar-brand img {
		height: 90px;
	}
	
	.ce-stage + .ce-auction-calendar {
		margin-top: 100px;
	}
	
	header {
		padding-bottom: 34px;
	}
	
	.ce-stage.has--margin-above-lg {	
		margin-top: 24px;
	}
	
	.ce-square-boxes .content-box {
	    font-size: 16px;
	    line-height: 25px;
	}
	
	.ce-square-boxes .content-box ul li {
	    line-height: 25px;
	}
}
@media (min-width:992px) {
	
	.navbar-brand {
		margin-top:36px;
	}
	.navbar-brand img {
		/*height: 126px;*/
	}
	
	.ce-stage.has--margin-above-lg {	
		margin-top: 4px;
	}
}

@media (min-width:1024px) {

	.navbar-brand img {
		height: 126px;
	}
	
}

.ce-contact-form .form-box .widget-textarea textarea {
	width:100%;
	background:none;
	color:#fff;
	border:none;
	border-bottom: 3px solid rgba(255, 255, 255, 0.25);
	
}
.ce-contact-form .form-box .widget-textarea {

    margin-top: 10px;
    margin-bottom: 30px;
	padding-top:12px;

}

.ce-contact-form .form-box .widget-textarea textarea::-webkit-input-placeholder {
 color:#fff
}
.ce-contact-form .form-box .widget-textarea textarea::-moz-placeholder {
 color:#fff
}


.ce-contact-form .form-box .widget-textarea textarea:-ms-input-placeholder {
 color:#fff
}
.ce-contact-form .form-box .widget-textarea textarea:-moz-placeholder {
 color:#fff
}


button:hover {
	cursor: pointer;
}

.form-newsletter .newsletter-box.confirmation{
    background-color: #edf5ff;
}

p.error {
	color:red;
}

.ce-contact-map .dlh_googlemap .gm-style-iw .content {
	font-size: 17px;
	line-height: 23px;
}

footer .footer--address p:first-child {
    margin-bottom: 1rem;
}
footer .footer--address p:last-child {
    margin-top: 1rem;
}

footer .footer--address a {
    color: #fff;
}

.ce-about-tile-wrapper .wrapper_headline {
	margin-bottom:50px;
	font-size: 2.25rem;
}

.ce-about-tile-wrapper .wrapper_headline::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 12px;
    background-color: #ff6900;
}

.ce-about-tile-wrapper {
	 margin-bottom:60px
}

.quick-facts{
	margin-top:140px;
	margin-bottom:140px;
}

.quick-facts .fact {
	text-align:center;
}

.quick-facts .fact img{
	max-width:140px;
	margin-bottom:30px;
}

.quick-facts .fact .inner{
	padding:40px;
}

.quick-facts .fact .text {
    font-size: 1.2rem;
}

.quick-facts .fact .count{
	font-weight:normal;
	font-size: 4rem;
}

.ce-auction-list, .ce-auction-list .auction--item {
    margin-bottom: 140px;
}

.ce-auction-list, .ce-auction-list .auction--item img {
	
	background-repeat: no-repeat;
    background-position: center; 
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width:992px) {
	
	.ce-auction-list.current .auction--item .auction--description {
	    font-size: 16px;
	    line-height: 25px;
	}
	
	.ce-auction-list.current .auction--item .auction--headline {
		font-size: 30px;
		line-height: 40px;
	}
	
	.ce-auction-list.current .auction--item .content-wrapper {
	    height: 513px;
	}


}

@media (min-width:1300px) {
	.ce-auction-list.current .auction--item .content-wrapper {
	    height: 448px;
	}
}




.ce-references .references--entry picture {
    height: 75px;
}
@media (min-width:768px) {
	.ce-references .references--entry picture {
	    height: 88px;
	}
	
	.navbar-dechow .navbar-nav .nav-link {
		font-size:16px;
		margin-left:10px;
		margin-right:10px;
	}
}

@media (min-width:992px) {
	.ce-references .references--entry picture {
	    height: 100px;
	}
	
	.navbar-dechow .navbar-nav .nav-link {
		font-size:20px;
		margin-left:13px;
		margin-right:13px;
	}
	
	.navbar-dechow .module--social {
	    /*position: absolute;*/
	}
}
@media (min-width:1200px) {
	.ce-references .references--entry picture {
	    height: 125px;
	}
	
	
	
}
@media (min-width:992px) {
	.ce-references .references--entry {
	    width: 33.3%;
	}
}
@media (min-width:1300px) {
	.ce-references .references--entry {
	    width: 25%;
	}
	
	.navbar-dechow .module--social {
	    position: static;
	}
}

.ce-teaser-large .content-box ul {

    padding-left: 40px;
    list-style: none;

}
.ce-teaser-large .content-box ul li {

    position: relative;
    margin-bottom: 5px;
}

.ce-teaser-large .content-box ul li::before {

    content: "";
    position: absolute;
    top: 1px;
    left: -40px;
    display: block;
    width: 30px;
    height: 30px;
    font-family: dechow_icons;
    color: #ff6900;

}



@media (min-width:992px) {
	.ce-teaser-large .content-box {
		height: 720px;
	}
	.ce-teaser-large.noHref .content-box {
		height: 600px;
	}
	
	.ce-stage + .ce-auction-calendar {
		margin-top: 200px;
	}
}
@media (min-width:1300px) {
	.ce-teaser-large .content-box {
		height: 664px;
	}
	.ce-teaser-large.noHref .content-box {
		height: 544px;
	}
}



/* ce-Text Imprint AGB */
body.smallcopy .ce_text.container {
	line-height: 1.3;
    font-size: 1.1rem;
    padding-top:30px;
}

body.smallcopy .ce_text.container h2 {
	font-size: 1.7rem;
	margin-bottom: .8rem;
}

body.smallcopy .ce_text.container h3 {
	padding-top: .5rem;
	font-size: 1.4rem;
	margin-bottom: .8rem;
}


body.smallcopy .ce_text.container li {
	margin-bottom: 1rem;
}

body.smallcopy .ce_text.container ol {
	margin-top: 1rem;
  counter-reset: section;
  list-style-type: none;
	padding:0;
}

body.smallcopy .ce_text.container ol li:before {
	counter-increment: section;
	display:inline-block;	
	width:55px;
	content: counters(section, ".") " ";
	font-weight:bolder;
}

body.smallcopy .ce_text.container ol li li:before {
	font-weight:normal;
}
body.smallcopy .ce_text.container ol li li  p {
    margin-top: -22px;
}
body.smallcopy .ce_text.container ol li {
  margin-top: 2rem;
	
}

body.smallcopy .ce_text.container ol p{
	display:inline-block;
}
body.smallcopy .ce_text.container ol li p{
  margin-left:59px;
	
}
body.smallcopy .ce_text.container ol li p:first-child{
  margin-left:0px;
}



body.smallcopy .ce_text.container ol li li p:first-child{
  margin-left:59px;
	
}
body.smallcopy .ce_text.container ol li.first{
	margin-top: 0rem;
}

body.smallcopy .ce_text.container ol li li,
body.smallcopy .ce_text.container ol li.first li{
  margin-top: 1rem;
}




/* Overlay */

div#euf_overlay {
    background: rgba(0,0,0,0.55);
}

.euf_overlay__content {
    max-width:550px;
    background: rgb(0, 55, 97);
    color:#ffffff;
    padding:0;
}

button.euf_overlay__close {
    color: #ffffff;
    font-size: 50px;
    top: -10px;
    right: 10px;
    display:none;
}

div#euf_overlay a {
    color:#ffffff;
    text-decoration:underline;
}

div#euf_overlay table {
}

div#euf_overlay table tr.l_blue {
	background-color:#014785;
}

div#euf_overlay table tr.d_blue {
	background-color:#141d42;
}

div#euf_overlay table tr td {
	text-align:center;
	padding:0 40px;
}

div#euf_overlay table tr.top td {
	padding:40px 20px 0 20px;
}

div#euf_overlay table tr.midle td {
}

div#euf_overlay table tr.bottom td {
}

div#euf_overlay table tr.d_blue.bottom td {
	padding-bottom: 20px;
}

div#euf_overlay table tr td img {
	width:50%;
}


div#euf_overlay h2 {
	font-size:22px;
}

div#euf_overlay td {
	font-size:17px;	
}

@media (max-width:768px) {
	div#euf_overlay table tr td {
		padding:0 20px;
	}
}






/* CE-Text mit Bild */
#main .ce_text {
	margin-top:40px;
	margin-bottom: 60px;
}



/*
#main .ce_text p,
#main .ce-text p{
	margin-bottom: 25px;
}
*/

#main .ce_text img {
	width:100%;
	max-width:none;
}



#main .ce_text figure {
}

#main .ce_text figure + * {
}


@media (min-width: 768px) {
	/*
	#main .ce_text p,
	#main .ce-text p{
		margin-bottom: 33px;
	}
	*/
	#main .ce_text {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.ce-text.kalender {
		margin-top: 18px;
		margin-bottom: 80px;
	}

}

@media (min-width: 992px) {
	#main .ce_text {
		margin-top: 140px;
		margin-bottom: 140px;
	}
	
	.ce-text.kalender .offset-lg-2 {
		margin-left: 8.533%;
	}
	.ce-text.kalender {
		margin-top: 0px;
	
	}
	
	#main .ce-stage + .ce_text{
		margin-top:200px;
	}
	
	.smallcopy #main .ce-stage + .ce_text{
		margin-top:140px;
	}
}

/* float left */
#main .ce_text figure.float_left {
}

#main .ce_text figure.float_left + * {
}

@media (min-width:768px) {
	#main .ce_text figure.float_left {
		float: left;
		width: 47%;
		margin: 10px 45px 25px 0;
	}

	#main .ce_text figure.float_left + * {
		margin-top: 0;
	}
}



/* float right */
#main .ce_text figure.float_right {
}

#main .ce_text figure.float_right + * {
}

@media (min-width:768px) {
	#main .ce_text figure.float_right {
		float: right;
		width: 47%;
		margin: 10px 0 25px 45px;
	}

	#main .ce_text figure.float_right + * {
		margin-top: 0;
	}
}

footer .footer--copyright {
    background-color: #141d42;
	border-top:2px solid #ff6900;
}



/*
@media (min-width: 992px) 
.ce-text {
    margin-top: 140px;
    margin-bottom: 140px;
}
	@media (min-width: 768px) 
.ce-text {
    margin-top: 100px;
    margin-bottom: 100px;
}
*/



.gm-style-iw-a {
	display:none;
}

img[src="files/themes/dechow/dist/images/map/marker_standort.svg"] {
	z-index:9999;
}



/* ******************** */
/*		Map Legende		*/
/* ******************** */
#mapClickLabels {
	font-size: 0.75rem;
	
	margin-top:20px;
}

	#mapClickLabels .option {
		display:inline-block;
		height: 20px;
		line-height: 20px;
		margin: 0 20px 10px 0;
		padding-left: 30px;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		cursor:pointer;
	}
	
		#mapClickLabels .option:hover {
			text-decoration: underline;
		}

	#mapClickLabels .all {
		background-image: url(/files/themes/dechow/dist/images/map/legende/legende.all.60x60.png);
	}
	
	#mapClickLabels .bewertung {
		background-image: url(/files/themes/dechow/dist/images/map/legende/legende.bewertung.60x60.png);
	}
	
	#mapClickLabels .verwertung {
		background-image: url(/files/themes/dechow/dist/images/map/legende/legende.verwertung.60x60.png);
	}
	
	#mapClickLabels .standorte {
		background-image: url(/files/themes/dechow/dist/images/map/legende/legende.standort.60x60.png);
	}



@media (min-width:1024px) {
	#mapClickLabels {
		font-size: 1.0rem;
		text-align: center;
	}
	
	#mapClickLabels .option {
		height:30px;
		line-height: 28px;
		margin: 0 30px 0 0;
		padding-left: 40px;
		background-size: 20px 20px;
		background-position:5px 5px;
		cursor:pointer;
	}

	#mapClickLabels .option:hover,
	#mapClickLabels .option.active
	 {
		background-size: 30px 30px;
		background-position:0px 0px;
		text-decoration:underline;
	}
}

.ce-stage .image-box {
    position: relative;
    padding-bottom: 40%;
}

.ce-stage .headline-box {
    background-color: rgba(20,29,66,.93);
}

.ce-stage .headline-box .headline,
.ce-stage.is--mode-hero .headline-box .headline {
	font-size: 28px;
	line-height: 36px
}

@media (min-width:768px) {
	
	.ce-stage .image-box picture {
		position: absolute;
	}
	
	.ce-stage .headline-box .headline,
	.ce-stage.is--mode-hero .headline-box .headline {
		font-size: 36px;
    	line-height: 44px
	}
	
	.ce-stage .image-box {
		min-height:234px;
		padding-bottom: 0%;
	}
	
	.ce-stage .headline-box {
		padding: 40px 130px 50px 70px
	}
	
}

@media (min-width:992px) {

	.ce-stage .image-box picture {
		position: static;
	}
	.ce-stage.is--mode-hero {
		margin-bottom: 110px
	}
	
	.ce-stage .headline-box {
		padding: 60px 158px 70px 102px;
		bottom:-70px;
	}
	.ce-stage.is--mode-hero .headline-box {
		right: 15px;
	}

}

@media (min-width:1060px) {
	.ce-stage.is--mode-hero .headline-box {
		right: -40px;
	}
}

@media (min-width:1300px) {
	.ce-stage.is--mode-hero .headline-box {
		right: 15px;
	}
}
@media (min-width:1350px) {
	.ce-stage.is--mode-hero .headline-box {
		right: -40px;
	}
}





span#csconsentlink {
	cursor: pointer;
	text-decoration: underline
}

.ce-stage .headline-box {
    padding: 0;
}

.ce-stage .headline-box .headline {
    padding: 15px 25px 19px 25px;
}

.ce-stage .headline-box .headline::after {
	margin-bottom:11px;
}
.ce-stage.cta .headline-box .headline::after {
	display:none;
}

.ce-stage.cta .headline-box .btn-cta{
	padding-top:16px;
	padding-bottom:16px;
}

@media (min-width:768px) {
	
	
	.ce-stage .headline-box .headline {
		padding: 40px 70px 34px 70px;
	}
	
	.ce-stage .headline-box .headline::after {
		margin-bottom:16px;
	}
}

@media (min-width:992px) {
	
	.ce-stage .headline-box,
	.ce-stage.is--mode-hero .headline-box{
		padding: 0; 
	}
	
	.ce-stage .headline-box .headline {
		padding: 60px 102px 70px 102px;
	}
	.ce-stage.cta .headline-box .headline {
		padding-bottom:34px;
	}
	
	.ce-stage .headline-box .headline::after {
		margin-bottom:0px;
	}
	
	.ce-stage.cta .headline-box .btn-cta{
		display:inline-block;
		margin-left: 102px;
		margin-bottom: 60px;
	}
}


.ce-contact-form.flex .img {
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: cover;
	height:300px;
}

.ce-contact-form.flex .img{;
	margin-right: 15px;
	margin-left: 15px;
	max-width: 100%;
}

form .explanation h1 {
	margin-bottom:30px;
}

@media (min-width:576px) {
	.ce-contact-form.flex .img {
		margin-right: auto;
		margin-left: auto;
		max-width: 510px
	}
}

@media (min-width:768px) {
	
	.ce-contact-form.flex .form-box {
		margin-top: 0px;
	}
	
	.ce-contact-form.flex .img{
		max-width:690px;
	}
	
}

@media (min-width:992px) {
	.ce-contact-form.flex {
		display:flex;
	}
	
	.ce-contact-form.flex .column {
		width:50%;
	}
	.ce-contact-form.flex .img{
		height:auto;
	}
	
	.ce-contact-form.flex .img{
		max-width:1254px;
	}
	
	.ce-contact-form.flex .form .container {
		padding:0;
	}
}

.slick-prev
{
	left: 20px;
}

.slick-next
{
	right: 20px;
}



.ce-references .references--list.slider {
    padding: 20px 50px;
}


@media (min-width:576px) {
	.slick-prev,
	.slick-next
	{
		top:53%;
	}
}

@media (min-width:768px) {
	
	.slick-prev,
	.slick-next
	{
		top:51%;
	}
	
	.slick-prev
	{
		left: 20px;
	}

	.slick-next
	{
		right: 20px;
	}
	
	.ce-references .references--list.slider {
		padding: 80px 50px;
	}
}

@media (min-width:992px) {
	.slick-prev,
	.slick-next
	{
		top:52.5%;
	}
	.slick-prev
	{
		left: 25px;
	}

	.slick-next
	{
		right: 25px;
	}

}

@media (min-width:1300px) {
	.slick-prev,
	.slick-next
	{
		top:50%;
	}
	.slick-prev
	{
		left: 30px;
	}

	.slick-next
	{
		right: 30px;
	}
}



/* CE-Button */

.ce-button .btn-cta {
	display:block;

}
.btn-cta {
	padding-top: 16px;
	padding-bottom: 16px;
}
p .btn-cta {
	margin-top:25px;
	padding-top:16px;
	padding-bottom:16px;
	display:block;
}

@media (min-width:768px) {
	.ce-button .btn-cta {
		display:inline-block;
		margin-bottom: 0px;
	}
	
	p .btn-cta {
		display:inline-block;
	}
}


@media (min-width:992px) {
	div.ce_text + .ce-button .container{
		max-width: 100%;
	}
}





.back-button {
    margin: 0 auto 0 auto;
	text-align:center;
	padding:30px 22px 60px 22px;
}

.back-button a{
    display: block;
}

@media (min-width:576px) {
	.back-button {
		max-width:540px;
		padding:30px 15px 60px 15px;
	}
}

@media (min-width:768px) {
	.back-button a{
		display: inline-block;
	}
	.back-button {
		max-width: 1254px;
		padding:0px 22px 0px 22px;
		text-align:left;
	}
	
	.back-button + footer {
		margin-top:100px;
	}
	
	footer {
		margin-top:145px;
	}
}

@media (min-width:1300px) {
	.back-button {
		padding:0px 15px 0px 15px;
	}
}






.back-button {
   
}
.back-button a{
   /* display: inline-block;*/
    height: 40px;
    overflow: hidden;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    
    color: #3B4750;
    text-align: center;
    vertical-align: middle;

    background-color: #ffffff;
    border: 1px solid #3B4750;
    padding: 0 35px 0 35px;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.back-button a:hover {
	color: #ffffff;
	background-color: #3B4750;
}
.back-button a span {
	padding-right:6px;
}





/********************/
/*	Sticky Contact	*/
/********************/
#stickyContact {display:none;}

#stickyContact {
	position: fixed;top: 80px;right: 0;background: #ffffff;padding: 10px 10px 12px 15px;border-radius: 4px 0 0 4px;filter: drop-shadow(-2px 2px 8px rgba(0,0,0,0.5));z-index:999}

#stickyContact .inner {max-width: 25px;}



#stickyContact span {display: none;}


@media (min-width:768px) {
#stickyContact {top: 110px;}

}

@media (min-width:1025px) {
#stickyContact {top: 220px;}

}

@media (min-width:1300px) {
#stickyContact {padding: 10px 15px 15px 15px;}

#stickyContact .inner {max-width: 250px;}


#stickyContact img {width: 20px;height: auto;margin-right: 5px;}

#stickyContact span {display: inline-block;font-size: 18px;}



#stickyContact .tel span {font-size: 12px;display: block;margin-top: 5px;}


#stickyContact .tel.mail span {margin-top: 0px;}
}





/********************/
/*	Sticky Sidebar Menu	*/
/********************/
#offContent {
	position: fixed;
	top: 80px;
	right: 0;
	background: #ffffff;
	/* padding: 10px 10px 12px 15px; */
	border-radius: 4px 0 0 4px;
	filter: drop-shadow(-2px 2px 8px rgba(0,0,0,0.5));
	z-index:999;
}


#offContent section.linklist {
  width: 100%;
  max-width: 40px;
  margin: 0 auto;
  transition: max-width 0.5s;
}

#offContent section.linklist.open {
  max-width: 350px;
}

#offContent section.linklist .wrapper {
  width: 300px;
  min-height: 125px;
  position: relative;
  /* border: 2px solid rgb(255 156 0); */
  border-right: none;
  border-left: 40px solid #edf5ff;
  padding: 20px 15px 15px 25px;
  color: rgba(0, 0, 0, 0.5);
  font-size: small;
  display: inline-block;
}


#offContent section.linklist h3 {
  font-size: 1rem;
  color: rgb(0 55 97);
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -30px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  cursor: pointer;
}


#offContent section.linklist a {
    display:block;
    font-size: 1rem;
    margin-bottom:0.75rem;
}








/********************/
/*	Back to Top	    */
/********************/
.back-to-top {
	background: url(/files/themes/dechow/additional/images/totop.png);
	background-size: cover;
	position: fixed;
	bottom:20px;
	right:20px;
	padding:1em;
	z-index: 998;
	width:22px;
	height:22px;
	outline:none;
	/*border-radius: 4px 0 0 4px;*/
	filter: drop-shadow(-2px 2px 8px rgba(0,0,0,0.4));
}


/********************/
/* rsce simple text */
/********************/
.ce_text.has--background.container {
	
}
.ce_text .inner{
	background:#edf5ff;
	padding-left:9.5%;
	padding-right:9.5%;
	padding-top:9.5%;
	padding-bottom:8%;
}

/********************/
/* youtube          */
/********************/
.ce_youtube {
	margin-bottom:60px;
}

.ce_youtube h3 {
	margin-bottom:1.5rem;
}

.ce_youtube .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.ce_youtube .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.ce_youtube .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:992px) {
	.ce_youtube {
		margin-bottom:140px;
	}
}

main .ce-text.first {
	margin-top:0 ;
	padding-top:4rem ;
}




/********************/
/* gallery          */
/********************/
.tobii__btn:focus {
	outline: none;
}

.tobii-zoom__icon {
	display: none;
}

.tobii__slide figure > figcaption {

}
.ce-gallery{
	margin-bottom: 60px;
}

.ce-gallery .col {
	margin-bottom: 2rem;
}
.ce-gallery .col a {
	display: block;
}

.ce-gallery h2 {
	margin-bottom: 2rem;
}


.ce-gallery .outer{
	padding-left: 0;
	padding-right: 0;
}

.ce-gallery .outer.has-background{
	padding-left: 15px;
	padding-right: 15px;
}

.ce-gallery .has-background > div{
	max-width: 1254px;
	padding: 2rem 2rem 1.5rem 2rem
}

.ce-gallery .has-background > div.lightgrey{
	background: #edf5ff;
}


@media (min-width:1200px) {
	.ce-gallery .outer.reduced{
		padding-left: 8.3333%;
		padding-right: 8.3333%;
	}
}




/********************/
/* header 2021      */
/********************/
header {
    padding-bottom: 12px;
}

.ce-stage.has--margin-above-lg {
    margin-top: 0;
}

header .col-4{
	padding-left: 0;
}
header .col-8{
	padding-right: 0;
}
header .menu{
	margin-top: 24px;
}

header .logos {
	margin-top: 17px;
}

header .logos a {
	display: block;
}

header .logos a img{
	height: 43px;
}

header .col-auto {
	padding-left: 0;
	padding-right: 0;
}

header .col-auto.claim {
	padding-top: 18px;
	font-size: 1.2rem;
	line-height: 1.1;
	display: none;
	color: #141d42;
}

header .module--social {
	display: none
}

header .module--social .label {
    display: none
}

header .module--social .entry {
    display: inline-block
}

header .module--social a {
    color: #141d42;
}

header .mod_changelanguage {
	margin-bottom: 17px;
}

header .mod_changelanguage select{
	display: block;
    font-size: 1rem;
    padding: .25rem 0.5rem;
	margin-right: 0;
	margin-left: auto;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

header .cPoints {
	font-size: 1rem;
	position:relative;
	color: #141d42;
	padding: 17px 15px 18px;
	text-align:right;
	display: none;
	/*border-top:1px solid #edf5ff;*/
}
header .cPoints .cPoint {
	padding-left:8px;
	display:inline-block;
	vertical-align: top;
}

header .cPoints .cMark {
	font-size: 1rem;
	color:#ff6900;
}

header .navbar-toggler-icon {
	margin-left: 16px;
    width: 40px;
    cursor: pointer;
}



@media (min-width: 768px) {

	header {
	    padding-bottom: 20px;
	}
	header .cPoints{
		display: block;
	}

	header .logos {
		margin-top: 0;
	}

	header .logos a img{
		height: 65px;
	}

	header .navbar-toggler-icon {
		margin-left: 25px;
	}
}



@media (min-width: 992px) {
	header .menu{
		margin-top: 0;
	}

	header {
	    padding-bottom: 49px;
	}
	header .logos {
		margin-top: 26px;
	}

	header .module--social{
	    display: block
	}

	header .navbar-toggler-icon {
		margin-top: 2px;
		margin-right: 32px;
		margin-left: 0px;
	}

	header .col-auto.claim {
		display: block;
	}
}

/********************/
/* header 2021      */
/********************/
.mobile_menu{
	width: 100% !important;
	z-index:1000;
}
.mobile_menu .inner {
	background:  #fff;
}
.mobile_menu .inner .close-btn {
	padding-left: 10px;
	padding-top: 10px;
}

.mobile_menu .inner .close-btn a{
	opacity: 0.15;
	width: 30px;
	height: 30px;
	display: block;
	background-size: cover;
  	background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.030 5.030l-1.061-1.061-6.97 6.97-6.97-6.97-1.061 1.061 6.97 6.97-6.97 6.97 1.061 1.061 6.97-6.97 6.97 6.97 1.061-1.061-6.97-6.97 6.97-6.97z"></path></svg>'); 
}

.mobile_menu .inner .mod_navigation{
	display: table;
	margin: 25px auto 0 auto;
}

.mobile_menu .inner ul,li{
	list-style: none;
}

.mobile_menu .inner li{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1.2rem;
}

.mobile_menu .inner li a{
	padding-bottom: 2px;
    border-bottom: 4px solid #fff;
}

.mobile_menu .inner li strong,
.mobile_menu .inner li a:hover{
    border-bottom: 4px solid #ff6900;
    color: #141d42;
	font-weight: bold;
}

.mobile_menu .inner li a.trail{
    border-bottom: 4px solid #edf5ff;
}


.mobile_menu .inner ul.level_2{
	margin-top: 1.2rem;
}


@media (min-width: 768px) {
	
	.mobile_menu{
		width: 60% !important;
	}
	.mobile_menu .inner .mod_navigation{
		margin-top: 50px;
	}

	.mobile_menu .inner li{
		font-size: 20px;
		margin-bottom: .8rem;
	}

	.mobile_menu .inner ul.level_2{
		margin-top: .8rem;
	}
}

@media (min-width: 992px) {
	.mobile_menu{
		width: 40% !important;
	}
}

@media (min-width: 1200px) {
	.mobile_menu{
		width: 30% !important;
	}
}
@import url("//hello.myfonts.net/count/39c7d3");

/* ---------------------------------------- BIT ----------------------------------------- */

.sale-calendar h1,
.sale-calendar h2,
.sale-calendar h3{
	font-size:16px;
	font-weight: 400;
	margin:16px 0;
	letter-spacing: .01em;
}

.sale-calendar a{
	color: #141d42;
}
.sale-calendar a:hover{
	color: #ff6900;
	text-decoration:underline;
}
.sale-calendar .list li .location-lots{
	font-size:14px;
	line-height: 14px;
}
ul.date-picker{
	padding:0;
	list-style-type:none;
}

@font-face {font-family: 'Industry-Book';src: url('../../files/themes/dechow/additional/fonts/39C7D3_2_0.eot');src: url('../../files/themes/dechow/additional/fonts/39C7D3_2_0.eot?#iefix') format('embedded-opentype'),url('../../files/themes/dechow/additional/fonts/39C7D3_2_0.woff2') format('woff2'),url('../../files/themes/dechow/additional/fonts/39C7D3_2_0.woff') format('woff'),url('../../files/themes/dechow/additional/fonts/39C7D3_2_0.ttf') format('truetype');font-display: swap;}

@font-face {font-family: 'Industry-Demi';src: url('../../files/themes/dechow/additional/fonts/39C7D3_7_0.eot');src: url('../../files/themes/dechow/additional/fonts/39C7D3_7_0.eot?#iefix') format('embedded-opentype'),url('../../files/themes/dechow/additional/fonts/39C7D3_7_0.woff2') format('woff2'),url('../../files/themes/dechow/additional/fonts/39C7D3_7_0.woff') format('woff'),url('../../files/themes/dechow/additional/fonts/39C7D3_7_0.ttf') format('truetype');font-display: swap;}

@font-face {font-family: 'Industry-Medium';src: url('../../files/themes/dechow/additional/fonts/39C7D3_B_0.eot');src: url('../../files/themes/dechow/additional/fonts/39C7D3_B_0.eot?#iefix') format('embedded-opentype'),url('../../files/themes/dechow/additional/fonts/39C7D3_B_0.woff2') format('woff2'),url('../../files/themes/dechow/additional/fonts/39C7D3_B_0.woff') format('woff'),url('../../files/themes/dechow/additional/fonts/39C7D3_B_0.ttf') format('truetype');font-display: swap;}

@font-face {font-family: 'Industry-Bold';src: url('../../files/themes/dechow/additional/fonts/39C7D3_3_0.eot');src: url('../../files/themes/dechow/additional/fonts/39C7D3_3_0.eot?#iefix') format('embedded-opentype'),url('../../files/themes/dechow/additional/fonts/39C7D3_3_0.woff2') format('woff2'),url('../../files/themes/dechow/additional/fonts/39C7D3_3_0.woff') format('woff'),url('../../files/themes/dechow/additional/fonts/39C7D3_3_0.ttf') format('truetype');font-display: swap;}

/* ---------------------------------------- END BIT ----------------------------------------- */

.sale-calendar .list,
.sale-calendar .list li .location-lots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex
}

.register-company-private .zip-city>div:first-child {
    margin-right: 6px;
    width: calc(35% - 6px)
}

.register-company-private .zip-city>div:last-child {
    width: 65%
}

@media (max-width:767px) {
    .register-company-private>.radiobutton-list {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 20px
    }
    .register-company-private>.radiobutton-list>div {
        height: 20px
    }
    .register-company-private .vat-number-actions,
    .register-company-private .zip-city {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .register-company-private .zip-city>div:first-child {
        margin-right: 0;
        width: 100%
    }
    .register-company-private .zip-city>div:last-child {
        width: 100%
    }
}

.sale-calendar .tab a {
    font-size: 20px
}

.sale-calendar .list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 -16px
}

.sale-calendar .list li .city,
.sale-calendar .list li .date-countdown .countdown.closed .date-label {
    display: inline
}

.sale-calendar .list li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    line-height: 15px;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative
}

.sale-calendar .list li.paging {
    border: none;
    height: auto;
    margin: 0;
    width: 100%
}

.sale-calendar .list li.paging-fixed {
    position: fixed
}

.sale-calendar .list li .sale-featured-image {
    max-height: 150px;
    max-width: 200px;
    min-width: 200px
}

.sale-calendar .list li .sale-featured-image img {
    max-width: 100%;
    vertical-align: top
}

.sale-calendar .list li h2 {
    margin-bottom: 5px;
    line-height: 18px;
    font-family: Industry-Demi !important;
}

.sale-calendar .list li .country:before {
    content: ",";
    padding-right: 5px
}

.sale-calendar .list li .date-countdown .countdown .date-label {
    display: none
}

.sale-calendar .list li .location {
    line-height: 14px
}

.sale-calendar .list li .location-lots {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sale-calendar .list li .number-of-lots {
    /*text-transform: lowercase*/
}

.sale-calendar .list li .number-of-lots:before {
    content: "-";
    margin: 0 5px
}

.sale-calendar .tooltip {
    max-height: 95%;
    min-width: 95%;
    overflow-y: scroll;
    white-space: normal
}

.sale-calendar .tooltip .filter-title {
    margin-top: 20px
}

.sale-calendar .why-troostwijk {
    padding-bottom: 4px
}

.sale-days {
    position: relative
}

.sale-days,
.viewing-days {
    margin: 0 auto;
    width: 85%
}

.sale-days .group-date,
.viewing-days .group-date {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    background-color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    left: -75px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    z-index: 1
}

.sale-day,
.viewing-day {
    margin-bottom: 80px;
    position: relative
}

.sale-day:after,
.sale-day:before,
.viewing-day:after,
.viewing-day:before {
    content: "";
    height: 50%;
    left: -50px;
    position: absolute;
    width: 1px
}

.sale-day:after,
.viewing-day:after {
    border-left: 1px solid #909090;
    top: 0
}

.sale-day:before,
.viewing-day:before {
    background-image: linear-gradient(#909090 50%, rgba(255, 255, 255, 0) 0);
    background-position: right;
    background-size: 1px 15px;
    background-repeat: repeat-y;
    bottom: 0
}

.sale-day .day,
.viewing-day .day {
    font-size: 30px;
    font-family: Industry-Demi !important;
}

@media (max-width:767px) {

/* ---------------------------------------- BIT ----------------------------------------- */
	
	.sale-calendar{
		margin-bottom:40px;
	}
	
	.sale-mobile-image{ display:block; }
	.sale-featured-image{ display:none; }
	
	.sale .details .url.desktop{ display:none; }
	.sale .details .location-lots.desktop{ display:none; }
	
	.sale-day .group-date{ display:none; }
	
	.sale-day:before{ display:none; }
	.sale-day:after{ display:none; }
	
	.sale-day .list{ 
		padding-inline-start: 0px; 
		padding:0;
		margin:0 !important;
	}
	.sale-day{ display:none; }
	.sale-day.active{ display:block; }
	
	.sale-days .tabs .tab{
		text-align:center;
		font-weight:600;
	}
	.date-picker .tab a:focus{
		text-decoration:none;
	}
	.sale-days .tabs .tab time{

	}
	
	.flag{ display:none !important; }
	
	.sale-days-calendar{ 
			width:100%;
			overflow:hidden;
	}

/* ---------------------------------------- END BIT ----------------------------------------- */
	
    .sale-calendar,
    .sale-calendar>.row>.col-sm-12 {
        padding: 0
    }
    .auction-viewing-days>ul {
        display: none
    }
    .sale-calendar>.row {
        margin: 0
    }
    .sale-calendar .filters {
        background-color: #E4F9FC;
        margin: 0 -16px;
        padding: 15px 20px;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0;
        width: calc(100vw);
        z-index: 2
    }
    .sale-calendar .filters a {
        color: #232323
    }
    .sale-calendar .filters .count {
        background-color: #ff6900;
        color: #FFF;
        font-style: normal;
        padding: 0 4px
    }
    .sale-calendar .list {
        margin: 0 -1px;
        display: flex;
        flex-wrap: wrap
    }
    .sale-days .filter,
    .sale-days .tabs,
    .viewing-days .tabs {
        display: -webkit-box;
        display: -moz-flex;
        display: -webkit-flex
    }
    .sale-calendar .list li {
        border: 1px solid;
        height: auto;
        margin: 0;
        overflow: hidden;
        width: 50%;
		box-sizing:border-box;
    }
    .sale-calendar .list li:before {
        content: "";
        float: left;
        padding-top: 100%
    }
    .sale-calendar .list li a {
        color: #FFF
    }
    .sale-calendar .list li h2 {
        max-height: 55px;
        overflow: hidden
    }
    .sale-calendar .list li img {
        height: 100%;
        vertical-align: top;
        width: 100%;
    }
	.ie .sale-calendar .list li img,
	.edge .sale-calendar .list li img	{
		position:relative;
		top:-15px;
    }
    .sale-calendar .list li .date-countdown {
        background-color: #1F2532;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        color: #FFF;
        font-size: 14px;
        font-family: Industry-Demi !important;
        left: 10px;
        margin-right: 10px;
        min-width: 93px;
        padding: 5px 10px;
        position: absolute;
        text-align: center;
        top: 0;
        width: auto;
		font-weight:600;
    }
    .sale-calendar .list li .bottom {
        bottom: 0;
        background-color: rgba(255, 255, 255, 0);
        background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(35, 35, 35, .7) 100%);
        background-image: -webkit-gradient(linear, to bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(35, 35, 35, .7)));
        background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(35, 35, 35, .7) 100%);
        background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(35, 35, 35, .7) 100%);
        background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(35, 35, 35, .7) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(35, 35, 35, .7) 100%);
        padding: 10px;
        position: absolute;
        width: 100%
    }
    .sale-day {
        margin-bottom: 0
    }
    .sale-days .current-date {
        top: -86px
    }
    .sale-days .filter {
        background-color: #E4F9FC;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px;
        position: relative
    }
    .sale-days .filter a {
        color: #1F2532;
        font-size: 12px
    }
    .sale-days .filter a i {
        background-color: #ff6900;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        border-radius: 1px;
        color: #FFF;
        font-style: normal;
        margin-right: 4px;
        padding: 1px 6px
    }
    .sale-days .tabs {
        top: 0px;
    }
	.firefox .sale-days .tabs {
		overflow-x:hidden !important;
    }
    .sale-days,
    .viewing-days {
        width: 100%
    }
    .sale-days .current-date,
    .viewing-days .current-date {
        font-size: 15px;
        font-family: Industry-Medium !important;
        left: 0;
        line-height: 18px;
        position: absolute;
        text-align: center;
        width: 100%
    }
    .sale-days .headline,
    .viewing-days .headline {
        padding: 20px 0 40px
    }
    .sale-days .headline h1,
    .viewing-days .headline h1 {
        color: #0071B3;
        font-size: 12px;
        font-family: Industry-Book !important;
        line-height: 24px;
        margin: 0;
        text-align: center
    }
    .sale-days .tabs,
    .viewing-days .tabs {
        background-color: #FFF;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 86px;
        margin: 0 -16px;
        padding: 20px 10px;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        overflow-x: auto;
        width: calc(100vw);
        z-index: 2;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
    .sale-days .tabs::-webkit-scrollbar,
    .viewing-days .tabs::-webkit-scrollbar {
        background: rgba(255, 255, 255, 0);
        height: 0;
        width: 0
    }
    .sale-days .tabs .tab,
    .viewing-days .tabs .tab {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        height: 40px;
        line-height: 40px;
        margin: 0 10px;
        min-width: 30px
    }
    .sale-days .tabs .tab a,
    .viewing-days .tabs .tab a {
        color: #232323;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: normal;
        overflow: visible
    }
    .sale-days .tabs .tab .active .day,
    .viewing-days .tabs .tab .active .day {
        background-color: #ff6900;
        color: #FFF
    }
    .sale-days .tabs .tab .day,
    .viewing-days .tabs .tab .day {
        font-size: 16px;
        font-family: Industry-Demi !important;
        padding: 2px 0
    }
    .sale-days .tabs .tab time,
    .viewing-days .tabs .tab time {
        font-size: 14px;
        text-transform: uppercase;
		padding:0 0 2px 0;
    }
    .sale-days-calendar .tab-content {
        overflow: hidden
    }
    .sale-days-calendar,
    .viewing-days-calendar {
        position: relative
    }
    .sale-days-calendar .tabs,
    .viewing-days-calendar .tabs {
        margin: 0;
        background-color: #F1FBFD;
        background-image: -moz-linear-gradient(to bottom, #F1FBFD 0, #FFF 300px);
        background-image: -webkit-gradient(linear, to bottom, color-stop(0, #F1FBFD), color-stop(300px, #FFF));
        background-image: -webkit-linear-gradient(to bottom, #F1FBFD 0, #FFF 300px);
        background-image: -o-linear-gradient(to bottom, #F1FBFD 0, #FFF 300px);
        background: -ms-linear-gradient(to bottom, #F1FBFD 0, #FFF 300px);
        background: linear-gradient(to bottom, #F1FBFD 0, #FFF 300px)
    }
}

@media (min-width:768px) {
/* ---------------------------------------- BIT ----------------------------------------- */
	
	.sale-mobile-image{ display:none; }
	.sale-featured-image{ display:block; }
	
	.sale .details .bottom{ display:none; }
	
	ul.list{
		padding: 0px;
	}
	
	.group-date .month{
		font-size:16px;
		line-height:22px;
	}
	.group-date .day{
		font-size:34px;
		line-height:22px;
		font-weight:600;
	}
	.sale-calendar .list li h2{
		margin-bottom:10px;
	}
	ul.date-picker{ display:none !important; }

/* ---------------------------------------- END BIT ----------------------------------------- */	
	
	
    .sale-calendar .filters,
    .sale-calendar .filters>div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex
    }
    .sale-calendar .filters {
        display: flex;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: -8.5%;
        margin-top: -108px;
        max-width: 62%;
        padding-bottom: 60px
    }
    .sale-calendar .filters>div {
        display: flex
    }
    .sale-calendar .filters>div:hover .filter-container.country .filter-title {
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0;
        -ms-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0
    }
    .sale-calendar .filters>div:hover .filter-container.branch .filter-title {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        -ms-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0
    }
    .sale-calendar .filters>div:hover .filter-container.branch .filter-title.disabled {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }
    .sale-calendar .filters>span {
        color: #909090;
        line-height: 50px;
        margin-right: 10px
    }
    .sale-calendar .filters .filter-container {
        cursor: pointer;
        width: 160px
    }
    .sale-calendar .filters .filter-container:hover .filter-title {
        background-color: #FFF
    }
    .sale-calendar .filters .filter-container:hover .filter-title.disabled {
        background-color: rgba(255, 255, 255, 0)
    }
    .sale-calendar .filters .filter-container:hover .filter {
        opacity: 1;
        visibility: visible
    }
    .sale-calendar .filters .filter-container .form-checkbox:hover .label-content {
        color: #ff6900;
        text-decoration: underline
    }
    .sale-calendar .filters .filter-container.country .form-checkbox {
        width: 25%
    }
    .sale-calendar .filters .filter-container.country .filter-title {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }
    .sale-calendar .filters .filter-container.branch .disabled {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .5
    }
    .sale-calendar .filters .filter-container.branch .form-checkbox {
        padding-right: 20px;
        width: 33.33%
    }
    .sale-calendar .filters .filter-container.branch .filter-title {
        border-left: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }
    .sale-calendar .filters .filter-container .filter {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        background-color: #FFF;
        border: 1px solid #0071B3;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 0 2px 20px 0 rgba(227, 226, 226, .5);
        -moz-box-shadow: 0 2px 20px 0 rgba(227, 226, 226, .5);
        box-shadow: 0 2px 20px 0 rgba(227, 226, 226, .5);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        left: -9%;
        opacity: 0;
        overflow: hidden;
        padding: 20px 20px 10px;
        position: absolute;
        top: -11px;
        -webkit-transition: visibility 0s, opacity .2s linear;
        -moz-transition: visibility 0s, opacity .2s linear;
        -ms-transition: visibility 0s, opacity .2s linear;
        -o-transition: visibility 0s, opacity .2s linear;
        transition: visibility 0s, opacity .2s linear;
        visibility: hidden;
        width: 117.5%;
        z-index: 1
    }
    .sale-calendar .filters .filter-container .filter>div {
        border: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .sale-calendar .filters .filter-container .filter-title,
    .sale-calendar .list li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex
    }
    .sale-calendar .filters .filter-container .filter-title {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        border: 1px solid #0071B3;
        color: #0071B3;
        display: flex;
        font-family: Industry-Demi !important;
        height: 50px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        line-height: 50px;
        padding: 0 20px
    }
    .sale-calendar .filters .filter-container .filter-title .icon {
        font-size: 19px
    }
    .sale-calendar .filters .filter-container .label-content span {
        display: none
    }
    .sale-calendar .list {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        margin: 0
    }
    .sale-calendar .list li {
        color: #1F2532;
        display: flex;
        width: 100%
    }
    .sale-calendar .list li .details,
    .sale-calendar .list li .location {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex
    }
    .sale-calendar .list li h2 {
        margin-top: 0
    }
    .sale-calendar .list li .date-countdown {
        font-size: 15px;
        font-family: Industry-Demi !important;
        margin-top: 8%;
		font-weight:400;
    }
    .sale-calendar .list li .details {
        display: flex;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 20px
    }
    .sale-calendar .list li .flag {
        margin-right: 10px
    }
    .sale-calendar .list li .location {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: flex
    }
    .sale-calendar .list li .location-lots {
        font-family: Industry-Medium !important;
        line-height: 15px
    }
    .sale-calendar h1 {
        border-bottom: none;
        padding-bottom: inherit;
        text-align: inherit
    }
    .sale-calendar .show-closed-auctions {
        height: 48px;
        margin-left: -8.5%;
        margin-top: -44px
    }
    .sale-calendar .show-closed-auctions .form-group {
        background-color: rgba(255, 255, 255, 0)
    }
    .sale-calendar .tabs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        margin: 30px 0 60px
    }
    .sale-calendar .tabs a {
        border-bottom: 2px solid transparent;
        text-transform: lowercase
    }
    .sale-calendar .tabs a:first-letter {
        text-transform: uppercase
    }
    .sale-calendar .tabs a.active {
        border-bottom: 2px solid #ff6900
    }
    .sale-calendar .tabs li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0
    }
}

@media (min-width:1025px) {
    .sale-days,
    .viewing-days {
        width: 100%
    }
    .sale-calendar .filters {
        margin-right: 0;
        max-width: 50%
    }
    .sale-calendar .filters .filter-container {
        width: 198px
    }
    .sale-calendar .filters .filter-container.branch .form-checkbox {
        width: 25%
    }
    .sale-calendar .filters .filter-container.country .form-checkbox {
        width: 20%
    }
    .sale-calendar .filters .filter-container .filter {
        left: 0;
        width: 100%
    }
    .sale-calendar .list li {
        width: 49%
    }
    .sale-calendar .show-closed-auctions {
        margin-left: 0
    }
}

@media (min-width:1024px) and (max-width:1300px) {
	/*
	.sale-calendar .list li .sale-featured-image {
		max-height: 150px;
		max-width: 160px;
		min-width: 160px
	}
	*/
}
/* ----------------------------------------------------------------------------------------------- */


.flag{background-image:url(../../files/themes/dechow/additional/images/sprite-flags-16x16.png);background-repeat:no-repeat;display:inline-block;height:16px;vertical-align:sub;width:16px}.flag-AD{background-position:-32px -16px}.flag-AE{background-position:-48px -16px}.flag-AF{background-position:-64px -16px}.flag-AG{background-position:-80px -16px}.flag-AI{background-position:-96px -16px}.flag-AL{background-position:-112px -16px}.flag-AM{background-position:-128px -16px}.flag-AN{background-position:-144px -16px}.flag-AO{background-position:-160px -16px}.flag-AQ{background-position:-176px -16px}.flag-AR{background-position:-192px -16px}.flag-AS{background-position:-208px -16px}.flag-AT{background-position:-224px -16px}.flag-AU{background-position:-240px -16px}.flag-AW{background-position:-256px -16px}.flag-AX{background-position:0 -32px}.flag-AZ{background-position:-16px -32px}.flag-BA{background-position:-32px -32px}.flag-BB{background-position:-48px -32px}.flag-BD{background-position:-64px -32px}.flag-BE{background-position:-80px -32px}.flag-BF{background-position:-96px -32px}.flag-BG{background-position:-112px -32px}.flag-BH{background-position:-128px -32px}.flag-BI{background-position:-144px -32px}.flag-BJ{background-position:-160px -32px}.flag-BL{background-position:-176px -32px}.flag-BM{background-position:-192px -32px}.flag-BN{background-position:-208px -32px}.flag-BO{background-position:-224px -32px}.flag-BR{background-position:-240px -32px}.flag-BS{background-position:-256px -32px}.flag-BT{background-position:0 -48px}.flag-BW{background-position:-16px -48px}.flag-BY{background-position:-32px -48px}.flag-BZ{background-position:-48px -48px}.flag-CA{background-position:-64px -48px}.flag-CC{background-position:-80px -48px}.flag-CD{background-position:-96px -48px}.flag-CF{background-position:-112px -48px}.flag-CG{background-position:-128px -48px}.flag-CH{background-position:-144px -48px}.flag-CI{background-position:-160px -48px}.flag-CK{background-position:-176px -48px}.flag-CL{background-position:-192px -48px}.flag-CM{background-position:-208px -48px}.flag-CN{background-position:-224px -48px}.flag-CO{background-position:-240px -48px}.flag-CR{background-position:-256px -48px}.flag-CU{background-position:0 -64px}.flag-CV{background-position:-16px -64px}.flag-CW{background-position:-32px -64px}.flag-CX{background-position:-48px -64px}.flag-CY{background-position:-64px -64px}.flag-CZ{background-position:-80px -64px}.flag-DE{background-position:-96px -64px}.flag-DJ{background-position:-112px -64px}.flag-DK{background-position:-128px -64px}.flag-DM{background-position:-144px -64px}.flag-DO{background-position:-160px -64px}.flag-DZ{background-position:-176px -64px}.flag-EC{background-position:-192px -64px}.flag-EE{background-position:-208px -64px}.flag-EG{background-position:-224px -64px}.flag-EH{background-position:-240px -64px}.flag-ER{background-position:-256px -64px}.flag-ES{background-position:0 -80px}.flag-ET{background-position:-16px -80px}.flag-EU{background-position:-32px -80px}.flag-FI{background-position:-48px -80px}.flag-FJ{background-position:-64px -80px}.flag-FK{background-position:-80px -80px}.flag-FM{background-position:-96px -80px}.flag-FO{background-position:-112px -80px}.flag-FR{background-position:-128px -80px}.flag-GA{background-position:-144px -80px}.flag-GB,.flag-UK{background-position:-160px -80px}.flag-GD{background-position:-176px -80px}.flag-GE{background-position:-192px -80px}.flag-GG{background-position:-208px -80px}.flag-GH{background-position:-224px -80px}.flag-GI{background-position:-240px -80px}.flag-GL{background-position:-256px -80px}.flag-GM{background-position:0 -96px}.flag-GN{background-position:-16px -96px}.flag-GQ{background-position:-32px -96px}.flag-GR{background-position:-48px -96px}.flag-GS{background-position:-64px -96px}.flag-GT{background-position:-80px -96px}.flag-GU{background-position:-96px -96px}.flag-GW{background-position:-112px -96px}.flag-GY{background-position:-128px -96px}.flag-HK{background-position:-144px -96px}.flag-HN{background-position:-160px -96px}.flag-HR{background-position:-176px -96px}.flag-HT{background-position:-192px -96px}.flag-HU{background-position:-208px -96px}.flag-IC{background-position:-224px -96px}.flag-ID{background-position:-240px -96px}.flag-IE{background-position:-256px -96px}.flag-IL{background-position:0 -112px}.flag-IM{background-position:-16px -112px}.flag-IN{background-position:-32px -112px}.flag-IQ{background-position:-48px -112px}.flag-IR{background-position:-64px -112px}.flag-IS{background-position:-80px -112px}.flag-IT{background-position:-96px -112px}.flag-JE{background-position:-112px -112px}.flag-JM{background-position:-128px -112px}.flag-JO{background-position:-144px -112px}.flag-JP{background-position:-160px -112px}.flag-KE{background-position:-176px -112px}.flag-KG{background-position:-192px -112px}.flag-KH{background-position:-208px -112px}.flag-KI{background-position:-224px -112px}.flag-KM{background-position:-240px -112px}.flag-KN{background-position:-256px -112px}.flag-KP{background-position:0 -128px}.flag-KR{background-position:-16px -128px}.flag-KW{background-position:-32px -128px}.flag-KY{background-position:-48px -128px}.flag-KZ{background-position:-64px -128px}.flag-LA{background-position:-80px -128px}.flag-LB{background-position:-96px -128px}.flag-LC{background-position:-112px -128px}.flag-LI{background-position:-128px -128px}.flag-LK{background-position:-144px -128px}.flag-LR{background-position:-160px -128px}.flag-LS{background-position:-176px -128px}.flag-LT{background-position:-192px -128px}.flag-LU{background-position:-208px -128px}.flag-LV{background-position:-224px -128px}.flag-LY{background-position:-240px -128px}.flag-MA{background-position:-256px -128px}.flag-MC{background-position:0 -144px}.flag-MD{background-position:-16px -144px}.flag-ME{background-position:-32px -144px}.flag-MF{background-position:-48px -144px}.flag-MG{background-position:-64px -144px}.flag-MH{background-position:-80px -144px}.flag-MK{background-position:-96px -144px}.flag-ML{background-position:-112px -144px}.flag-MM{background-position:-128px -144px}.flag-MN{background-position:-144px -144px}.flag-MO{background-position:-160px -144px}.flag-MP{background-position:-176px -144px}.flag-MQ{background-position:-192px -144px}.flag-MR{background-position:-208px -144px}.flag-MS{background-position:-224px -144px}.flag-MT{background-position:-240px -144px}.flag-MU{background-position:-256px -144px}.flag-MV{background-position:0 -160px}.flag-MW{background-position:-16px -160px}.flag-MX{background-position:-32px -160px}.flag-MY{background-position:-48px -160px}.flag-MZ{background-position:-64px -160px}.flag-NA{background-position:-80px -160px}.flag-NC{background-position:-96px -160px}.flag-NE{background-position:-112px -160px}.flag-NF{background-position:-128px -160px}.flag-NG{background-position:-144px -160px}.flag-NI{background-position:-160px -160px}.flag-NL{background-position:-176px -160px}.flag-NO{background-position:-192px -160px}.flag-NP{background-position:-208px -160px}.flag-NR{background-position:-224px -160px}.flag-NU{background-position:-240px -160px}.flag-NZ{background-position:-256px -160px}.flag-OM{background-position:0 -176px}.flag-PA{background-position:-16px -176px}.flag-PE{background-position:-32px -176px}.flag-PF{background-position:-48px -176px}.flag-PG{background-position:-64px -176px}.flag-PH{background-position:-80px -176px}.flag-PIrate-black{background-position:-96px -176px}.flag-PIrate-white{background-position:-112px -176px}.flag-PK{background-position:-128px -176px}.flag-PL{background-position:-144px -176px}.flag-PN{background-position:-160px -176px}.flag-PR{background-position:-176px -176px}.flag-PS{background-position:-192px -176px}.flag-PT{background-position:-208px -176px}.flag-PW{background-position:-224px -176px}.flag-PY{background-position:-240px -176px}.flag-QA{background-position:-256px -176px}.flag-RO{background-position:0 -192px}.flag-RS{background-position:-16px -192px}.flag-RU{background-position:-32px -192px}.flag-RW{background-position:-48px -192px}.flag-SA{background-position:-64px -192px}.flag-SB{background-position:-80px -192px}.flag-SC{background-position:-96px -192px}.flag-SD{background-position:-112px -192px}.flag-SE{background-position:-128px -192px}.flag-SG{background-position:-144px -192px}.flag-SH{background-position:-160px -192px}.flag-SI{background-position:-176px -192px}.flag-SK{background-position:-192px -192px}.flag-SL{background-position:-208px -192px}.flag-SM{background-position:-224px -192px}.flag-SN{background-position:-240px -192px}.flag-SO{background-position:-256px -192px}.flag-SR{background-position:0 -208px}.flag-SS{background-position:-16px -208px}.flag-ST{background-position:-32px -208px}.flag-SV{background-position:-48px -208px}.flag-SY{background-position:-64px -208px}.flag-SZ{background-position:-80px -208px}.flag-TC{background-position:-96px -208px}.flag-TD{background-position:-112px -208px}.flag-TF{background-position:-128px -208px}.flag-TG{background-position:-144px -208px}.flag-TH{background-position:-160px -208px}.flag-TJ{background-position:-176px -208px}.flag-TK{background-position:-192px -208px}.flag-TL{background-position:-208px -208px}.flag-TM{background-position:-224px -208px}.flag-TN{background-position:-240px -208px}.flag-TO{background-position:-256px -208px}.flag-TR{background-position:0 -224px}.flag-TT{background-position:-16px -224px}.flag-TV{background-position:-32px -224px}.flag-TW{background-position:-48px -224px}.flag-TZ{background-position:-64px -224px}.flag-UA{background-position:-80px -224px}.flag-UG{background-position:-96px -224px}.flag-US{background-position:-112px -224px}.flag-UY{background-position:-128px -224px}.flag-UZ{background-position:-144px -224px}.flag-VA{background-position:-160px -224px}.flag-VC{background-position:-176px -224px}.flag-VE{background-position:-192px -224px}.flag-VG{background-position:-208px -224px}.flag-VI{background-position:-224px -224px}.flag-VN{background-position:-240px -224px}.flag-VU{background-position:-256px -224px}
.navbar-dechow .navbar-nav .nav-link.trail {

    border-color: #ff6900;

}

#main .main_blogList {
    margin-top: 25px;
	margin-bottom:75px;
}

#main .main_blogList .btn-cta {
	margin:75px auto 0 auto;
	padding:12px;
}
/***************************************************
Teaser :: News Teaser :: small
***************************************************/
#main .news_teaser {
	clear:both;
	border-bottom:1px solid #edf5ff;
	padding-bottom:31.2px;
	margin-bottom:41.6px;
}

#main .news_teaser:first-child {
	border-top:1px solid #edf5ff;
	padding-top:41.6px;
}

#main .news_teaser:last-of-type {
	margin-bottom:0;
}

/* Bild */
#main .news_teaser figure {
	margin-bottom:40px;
}

#main .news_teaser figure a {
}

#main .news_teaser figure a picture {
}

#main .news_teaser figure a picture img {
	width: 100%;
}


/* Text */
#main .news_teaser .text {
	margin-top:20px;
}

	#main .news_teaser .text h2 {
		font-size:22px;
		line-height:28px;
		margin-bottom: 0;
	}

		#main .news_teaser .text h2 a {
		}

	#main .news_teaser .text .topic {
		line-height:25px;
	}
	
		#main .news_teaser .text .topic {
			letter-spacing: normal;
			font-size:16px;
			font-weight:600;
			color: #141d42;
		}

		#main .news_teaser .text .topic span {
			/*display:none;*/
		}
		
	#main .news_teaser .text .teaser {
		overflow: hidden;
		margin-top:25px;
		margin-bottom: 3px;
		font-size:16px;
		line-height:25px;
		
	}

		#main .news_teaser .text .teaser p {
		}
	#main .mod_newsreader .back a,
	#main .news_teaser .text a.subelement_link_readmore {
		font-size:16px;
		line-height:25px;
		color:#ff6900;
		text-transform: uppercase;
		font-weight:700;
	}
	#main .mod_newsreader .back a:hover,
	#main .news_teaser .text a.subelement_link_readmore:hover {
		color:#ff8100;
	}
	#main .mod_newsreader .back a span,
	#main .news_teaser .text a.subelement_link_readmore span {
		padding-right:6px;
		font-family:Arial, "sans-serif";
	}

@media (min-width: 768px) {
	
	/* Bild */
	#main .news_teaser figure {
		float:left;
		width:28.5%;
		/*max-width:320px;*/
		margin-bottom:0;
	}

	/* Text */
	#main .news_teaser .text {
		float:right;
		width: 62%;
		max-width:840px;
		margin-left:9.5%;
		margin-top: -5px;
	}
}
@media (min-width: 992px) {
	#main .main_blogList {
		margin-top: 24px;
		margin-bottom:0px;
	}
	#main .main_blogList .btn-cta {
		width:300px;
	}
}

@media (min-width: 1024px) {
	
	#main .news_teaser {
		padding-bottom:56px;
		margin-bottom:56px;
	}

	#main .news_teaser:first-child {
		padding-top:56px;
	}

		#main .news_teaser .text h2 {
			font-size:22px;
			line-height:28px;
		}

}

.clear, #clear {
    height: .1px;
    font-size: .1px;
    line-height: .1px;
    clear: both;
	margin:0;
}



/* Reader */
#main .mod_newsreader .inner{
	border-top:1px solid #edf5ff;
	margin-top:0px;
}

#main .mod_newsreader .news_head{
	padding:35px 5% 0;
	text-align:center;
}

#main .mod_newsreader .news_head .topic{
	display:block;
	font-size:18px;
	margin-bottom:20px;
	color: #141d42;
	font-weight:600;
}

#main .mod_newsreader .news_head h1{
	font-size:24px;
	line-height:30px;
	color: #141d42;
	font-weight:600;
}

#main .mod_newsreader .news_head h2{
	font-size:18px;
	line-height:22px;
	color: #141d42;
	font-weight:400;
	margin-top:24px;
}


#main .mod_newsreader .news_head h1::after {

    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 32px auto 0 auto;
    background-color: #ff6900;

}

#main .mod_newsreader .teaser{
	width:80%;
	font-weight:600;
	color: #141d42;
	padding:30px 0 0;	
}

#main .mod_newsreader .orientation_center {
	margin:0 auto;
}

#main .mod_newsreader .orientation_right {
	float:right;
}

#main .mod_newsreader .orientation_center,
#main .mod_newsreader .orientation_left,
#main .mod_newsreader .orientation_right{
	width:100%;
}


#main .mod_newsreader .orientation_center.wider,
#main .mod_newsreader .orientation_center.fullsize{
	width:100%;
}

#main .mod_newsreader .layout_full > * {
	margin-top:50px;
}

#main .mod_newsreader .layout_full > .news_head,
#main .mod_newsreader .layout_full > .teaser,
#main .mod_newsreader .layout_full > .clear{
	margin-top:0px;
}

#main .mod_newsreader .ce_text {
	margin-bottom:0px;
}

#main .mod_newsreader .teaser,
#main .mod_newsreader .ce_text{
	font-size:18px;
	line-height:25px;
}

#main .mod_newsreader .ce_text p{
	margin-bottom:25px;
}

#main .mod_newsreader .ce_text a{
	text-decoration:underline;
	color:#3B4750;
}
#main .mod_newsreader .ce_text a.btn-cta{
	text-decoration:none;
	color:#ffffff;
}

#main .mod_newsreader .ce_text h2{
	font-size:22px;
	margin-bottom:25px;
	line-height:31px;
}

#main .mod_newsreader .ce_text.col-lg-8 {
	padding-left:0;
	padding-right:0;
}


#main .ce_image figure .caption {
    margin-top: 16px;
}

#main .ce_image figure {
    margin-bottom: 0px;
}

#main .mod_newsreader .caption.small {

    font-size: 1rem;
    line-height: 1.3rem;

}

#main .mod_newsreader .back {
	margin-top:45px;
	margin-bottom:50px;
}

@media (min-width: 768px) {
	
	#main .mod_newsreader {

		padding-bottom:60px;
	}
	#main .mod_newsreader .inner{
		margin-top:41.6px;
	}
	
	#main .mod_newsreader .news_head{
		padding:73px 5% 0;
	}
	
	#main .mod_newsreader .news_head h1{
		font-size:30px;
		line-height:38px;
	}
	
	#main .mod_newsreader .news_head h1::after {
		width: 80px;
	}
	
	#main .mod_newsreader .teaser,
	#main .mod_newsreader .ce_text{
		font-size:22px;
		line-height:33px;
	}
	
	#main .mod_newsreader .ce_text p{
		margin-bottom:33px;
	}
	
	#main .mod_newsreader .layout_full > * {
		margin-top:90px;
	}
	
	#main .mod_newsreader .ce_text h2{
		font-size:28px;
		margin-bottom:33px;
		line-height:40px;
	}
	
	#main .mod_newsreader .orientation_center,
	#main .mod_newsreader .orientation_left,
	#main .mod_newsreader .orientation_right{
		width:60%;
	}
	
	#main .mod_newsreader .news_head h2{
		font-size:20px;
		line-height:24px;
	}
	
	#main .mod_newsreader .back {
		margin-bottom:0px;
	}

}

@media (min-width:992px) {
	#main .mod_newsreader .news_head h1{
		font-size:36px;
		line-height:44px;
	}
	
	#main .mod_newsreader .orientation_center.wider {
		width:80%;
	}
}

@media (min-width:1300px) {
	
}


/***************************************************
Teaser :: News Qote
***************************************************/
#main .mod_newsreader .quote{
	text-align:center;
}

#main .mod_newsreader .quote .quote{
	
	font-weight: 400;
     
    font-style: italic;
    quotes: "“" "”";
	padding:0 50px;
}
#main .mod_newsreader .quote .author{
	font-size:16px;
	font-style: italic;
}
#main .mod_newsreader .ce_text.quote .quote:before {
    content:open-quote;
    font-size:1.6em;
}
 
#main .mod_newsreader .ce_text.quote .quote:after {
    content: close-quote;
    font-size:1.6em;
}

@media (min-width: 768px) {

	#main .mod_newsreader .ce_text.quote .quote{
		margin-bottom:10px;
}
}
/* Blog-Article :: Social Share */
#main #socialShare .shariff .col-5 {
	max-width:100%;
	width:auto;
}
#main #socialShare .shariff ul li {
    height: 40px;
	min-width:50px;
    max-width: none;

}

#main #socialShare .shariff ul li a {
    height: 40px;
    border-radius: 5px;
}

#main #socialShare .shariff ul li a span.fa {
    width: 100%;
    line-height: 40px;
}

#main #socialShare .shariff ul li a span.fa:before {
}

#main #socialShare .shariff ul li a span.share_text {
    line-height: 40px;
}

@media only screen and (min-width: 360px) {
.shariff .orientation-horizontal.col-5 li {
    -ms-flex: 1 0 auto !important;
    flex: 1 0 auto !important;
	}
}

@media only screen and (min-width: 768px) {
    #main #socialShare .shariff ul li {
        min-width:90px;
        max-width: none;
    }

    #main #socialShare .shariff ul li a span.fa {
        width: 35px;
        margin-left: 5px;
    }

}

@media only screen and (min-width: 1025px) {
    #main #socialShare .shariff ul li {
        min-width:0;
        max-width: none
    }

}




/***************************************************
Pagination
***************************************************/

.pagination {
    margin-top: 20px
}

	.pagination > p {
		display: none
	}

	.pagination > ul {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	

		.pagination li {
			display: inline-block;
			/* float: left; */
			margin-right: 1.25%;
			margin-left: 1.25%;
		}

			.pagination li > * {
				display: inline-block;
				font-size: 0.9rem;
				line-height: 1rem;
				color: #3B4750;
				line-height: 29px;
				text-align: center;
				border: 1px solid rgba(0,0,0,0.1);
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				min-width: 31px;
				max-width:auto;
				height: 30px;
				padding:0 5px;
			}

			.pagination li > span,.pagination li:hover a {
				border: 1px solid #3B4750;
				background-color: #3B4750;
				color: #fff
			}


			.pagination li:hover a {
				border-color:#3B4750;
				background-color:#3B4750;
			}

    
	.pagination li {
		 display:none;
	}

    .pagination li.previous,.pagination li.next {
		display:inline-block;
	}

	.pagination li.last,.pagination li.first {
    }

    .pagination li.previous,.pagination li.next,.pagination li.last,.pagination li.first {
    }


@media (min-width: 641px) {
	.pagination li {
		 display:inline-block;
	}

	.pagination li.last,.pagination li.first {
		display:none;
    }

    .pagination li.previous,.pagination li.next {
		display:none;
	}
}

@media (min-width: 850px) {
	.pagination li {
		 display:inline-block;
	}

    .pagination li.previous,.pagination li.next {
		display:inline-block;
	}
}
#main .mod_newscategories {
	padding-top:10px;
}
#main .mod_newscategories a {

    display: inline-block;
    height: 40px;
    overflow: hidden;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3B4750;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    min-width: 200px;
    background-color: #ffffff;
    border: 1px solid #3B4750;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding: 0 17px 0 17px;
    margin: 0;
        margin-bottom: 20px;
        margin-left: 0px;
	margin-right:10px;
    cursor: pointer;
    outline: none;

}
#main .mod_newscategories a.active,
#main .mod_newscategories a:hover{

    color: #ffffff;
    background-color: #3B4750;

}


@media (min-width: 768px) {
	#main .mod_newscategories a {
		width: auto;
	}
}

@media (min-width: 992px) {
	#main .mod_newscategories {
	padding-top:70px;
}
}

@media (min-width: 1300px) {
	
}
.ce_text.has--underscore::after {

    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 70px;
    background-color: #ff6900;

}
/*!
 * shariff - v1.24.1 - 17.11.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */@font-face{font-family:FontAwesome;src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{height:35px;box-sizing:border-box;overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal{display:-webkit-box}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#404040}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li{height:30px}.shariff li a{height:30px}.shariff li .fa{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#F67C1A}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465D}.shariff .tumblr a:hover{background-color:#44546B}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#F56770}.shariff .weibo a:hover{background-color:#FA7F8A}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#F56770}.shariff .theme-white .weibo a{color:#F56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ACE0}.shariff .tencent-weibo a:hover{background-color:#38BBEB}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ACE0}.shariff .theme-white .tencent-weibo a{color:#26ACE0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .qzone a{background-color:#2B82D9}.shariff .qzone a:hover{background-color:#398FE6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2B82D9}.shariff .theme-white .qzone a{color:#2B82D9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}






#navbarsMain {a:a;}

#navbarsMain ul.level_1 {text-align: left;padding: 30px 20px 10px 20px;}

#navbarsMain ul.level_1 > li { a:a;
}

#navbarsMain ul.level_1 > li > a,
#navbarsMain ul.level_1 > li > span { a:a;
}

#navbarsMain ul.level_2 {text-align: left;padding: 0px 20px 10px 20px;}

#navbarsMain ul.level_2 > li { a:a;
}

#navbarsMain ul.level_2 > li > a,
#navbarsMain ul.level_2 > li > span { a:a;
}


@media (min-width: 768px) {
#navbarsMain { a:a;
}

#navbarsMain ul.level_1 { a:a;
}

#navbarsMain ul.level_1 > li { a:a;
}

#navbarsMain ul.level_1 > li > a,
#navbarsMain ul.level_1 > li > span {vertical-align: top;}

#navbarsMain ul.level_2 {
	display: inline-block;
}

#navbarsMain ul.level_2 > li { a:a;
}

#navbarsMain ul.level_2 > li > a,
#navbarsMain ul.level_2 > li > span { a:a;
}
}


@media (min-width: 1025px) {
#navbarsMain { a:a;
}

#navbarsMain ul.level_1 { a:a;
}

#navbarsMain ul.level_1 > li {position: relative;}

#navbarsMain ul.level_1 > li > a,
#navbarsMain ul.level_1 > li > span { a:a;
}

#navbarsMain ul.level_2 {
	display: none;
	position: absolute;
	left: -50%;
	top: 40px;
	margin: 0 0 0 0;
	z-index: 9999;
	padding: 20px 20px 20px 20px;
	background-color: rgb(20 29 66 / 93%);
	/* border-top: 40px solid transparent; */
}

/* KlippKlapp */
#navbarsMain ul.level_1 > li:hover ul.level_2 {
	display:block;
}

#navbarsMain ul.level_2 > li { a:a;
}

#navbarsMain ul.level_2 > li > a,
#navbarsMain ul.level_2 > li > span {color: #ffffff;a:a;}
}



.navbar-dechow .navbar-nav .nav-link.trail {
    border-color: rgba(0,0,0,0.1);
}


.navbar-dechow .navbar-nav .nav-link {
    border-bottom: 4px solid rgb(0 0 0 / 0%);
}



