@charset "UTF-8";
/* Custom styling for application goes in this file */
html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
    min-height: 100vh;
}

#outer-wrapper {
    min-height: 100vh;
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
		padding-top: 86px;
}

::-moz-selection {
    background: #e81010;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e81010;
    color: #fff;
    text-shadow: none;
}

/* helper-classes */
.nopadding {
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

/** custom color classes */
.text-color-blue {
    color: #007bff !important;
}

@media (min-width: 576px) {
    .text-color-sm-blue {
        color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-blue {
        color: #007bff !important;
    }
}

.text-color-indigo {
    color: #6610f2 !important;
}

@media (min-width: 576px) {
    .text-color-sm-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-indigo {
        color: #6610f2 !important;
    }
}

.text-color-purple {
    color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .text-color-sm-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-purple {
        color: #6f42c1 !important;
    }
}

.text-color-pink {
    color: #e83e8c !important;
}

@media (min-width: 576px) {
    .text-color-sm-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-pink {
        color: #e83e8c !important;
    }
}

.text-color-red {
    color: #dc3545 !important;
}

@media (min-width: 576px) {
    .text-color-sm-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-red {
        color: #dc3545 !important;
    }
}

.text-color-orange {
    color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .text-color-sm-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-orange {
        color: #fd7e14 !important;
    }
}

.text-color-yellow {
    color: #ffc107 !important;
}

@media (min-width: 576px) {
    .text-color-sm-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-yellow {
        color: #ffc107 !important;
    }
}

.text-color-green {
    color: #28a745 !important;
}

@media (min-width: 576px) {
    .text-color-sm-green {
        color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-green {
        color: #28a745 !important;
    }
}

.text-color-teal {
    color: #20c997 !important;
}

@media (min-width: 576px) {
    .text-color-sm-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-teal {
        color: #20c997 !important;
    }
}

.text-color-cyan {
    color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .text-color-sm-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-cyan {
        color: #17a2b8 !important;
    }
}

.text-color-white {
    color: #fff !important;
}

@media (min-width: 576px) {
    .text-color-sm-white {
        color: #fff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-white {
        color: #fff !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-white {
        color: #fff !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-white {
        color: #fff !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-white {
        color: #fff !important;
    }
}

.text-color-gray {
    color: #868e96 !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray {
        color: #868e96 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray {
        color: #868e96 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-gray {
        color: #868e96 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-gray {
        color: #868e96 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-gray {
        color: #868e96 !important;
    }
}

.text-color-gray-dark {
    color: #343a40 !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-gray-dark {
        color: #343a40 !important;
    }
}

.text-color-my-grey {
    color: #707070 !important;
}

@media (min-width: 576px) {
    .text-color-sm-my-grey {
        color: #707070 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-my-grey {
        color: #707070 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-my-grey {
        color: #707070 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-my-grey {
        color: #707070 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-my-grey {
        color: #707070 !important;
    }
}

.text-color-my-grey-dark {
    color: #5b5b5b !important;
}

@media (min-width: 576px) {
    .text-color-sm-my-grey-dark {
        color: #5b5b5b !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-my-grey-dark {
        color: #5b5b5b !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-my-grey-dark {
        color: #5b5b5b !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-my-grey-dark {
        color: #5b5b5b !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-my-grey-dark {
        color: #5b5b5b !important;
    }
}

.text-color-my-red {
    color: #e81010 !important;
}

@media (min-width: 576px) {
    .text-color-sm-my-red {
        color: #e81010 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-my-red {
        color: #e81010 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-my-red {
        color: #e81010 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-my-red {
        color: #e81010 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-my-red {
        color: #e81010 !important;
    }
}

.text-color-my-red-dark {
    color: #c70000 !important;
}

@media (min-width: 576px) {
    .text-color-sm-my-red-dark {
        color: #c70000 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-my-red-dark {
        color: #c70000 !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-my-red-dark {
        color: #c70000 !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-my-red-dark {
        color: #c70000 !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-my-red-dark {
        color: #c70000 !important;
    }
}

.text-color-my-seo-color {
    color: #5d5d5d !important;
}

@media (min-width: 576px) {
    .text-color-sm-my-seo-color {
        color: #5d5d5d !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-my-seo-color {
        color: #5d5d5d !important;
    }
}

@media (min-width: 1025px) {
    .text-color-lg-my-seo-color {
        color: #5d5d5d !important;
    }
}

@media (min-width: 1200px) {
    .text-color-xl-my-seo-color {
        color: #5d5d5d !important;
    }
}

@media (min-width: 1344px) {
    .text-color-xxl-my-seo-color {
        color: #5d5d5d !important;
    }
}

.bg-color-blue {
    background-color: #007bff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-blue {
        background-color: #007bff !important;
    }
}

.bg-color-indigo {
    background-color: #6610f2 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-indigo {
        background-color: #6610f2 !important;
    }
}

.bg-color-purple {
    background-color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-purple {
        background-color: #6f42c1 !important;
    }
}

.bg-color-pink {
    background-color: #e83e8c !important;
}

@media (min-width: 576px) {
    .bg-color-sm-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-pink {
        background-color: #e83e8c !important;
    }
}

.bg-color-red {
    background-color: #dc3545 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-red {
        background-color: #dc3545 !important;
    }
}

.bg-color-orange {
    background-color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-orange {
        background-color: #fd7e14 !important;
    }
}

.bg-color-yellow {
    background-color: #ffc107 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-yellow {
        background-color: #ffc107 !important;
    }
}

.bg-color-green {
    background-color: #28a745 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-green {
        background-color: #28a745 !important;
    }
}

.bg-color-teal {
    background-color: #20c997 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-teal {
        background-color: #20c997 !important;
    }
}

.bg-color-cyan {
    background-color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-cyan {
        background-color: #17a2b8 !important;
    }
}

.bg-color-white {
    background-color: #fff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-white {
        background-color: #fff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-white {
        background-color: #fff !important;
    }
}

.bg-color-gray {
    background-color: #868e96 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray {
        background-color: #868e96 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray {
        background-color: #868e96 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-gray {
        background-color: #868e96 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-gray {
        background-color: #868e96 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-gray {
        background-color: #868e96 !important;
    }
}

.bg-color-gray-dark {
    background-color: #343a40 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-gray-dark {
        background-color: #343a40 !important;
    }
}

.bg-color-my-grey {
    background-color: #707070 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-my-grey {
        background-color: #707070 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-my-grey {
        background-color: #707070 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-my-grey {
        background-color: #707070 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-my-grey {
        background-color: #707070 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-my-grey {
        background-color: #707070 !important;
    }
}

.bg-color-my-grey-dark {
    background-color: #5b5b5b !important;
}

@media (min-width: 576px) {
    .bg-color-sm-my-grey-dark {
        background-color: #5b5b5b !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-my-grey-dark {
        background-color: #5b5b5b !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-my-grey-dark {
        background-color: #5b5b5b !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-my-grey-dark {
        background-color: #5b5b5b !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-my-grey-dark {
        background-color: #5b5b5b !important;
    }
}

.bg-color-my-red {
    background-color: #e81010 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-my-red {
        background-color: #e81010 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-my-red {
        background-color: #e81010 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-my-red {
        background-color: #e81010 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-my-red {
        background-color: #e81010 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-my-red {
        background-color: #e81010 !important;
    }
}

.bg-color-my-red-dark {
    background-color: #c70000 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-my-red-dark {
        background-color: #c70000 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-my-red-dark {
        background-color: #c70000 !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-my-red-dark {
        background-color: #c70000 !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-my-red-dark {
        background-color: #c70000 !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-my-red-dark {
        background-color: #c70000 !important;
    }
}

.bg-color-my-seo-color {
    background-color: #5d5d5d !important;
}

@media (min-width: 576px) {
    .bg-color-sm-my-seo-color {
        background-color: #5d5d5d !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-my-seo-color {
        background-color: #5d5d5d !important;
    }
}

@media (min-width: 1025px) {
    .bg-color-lg-my-seo-color {
        background-color: #5d5d5d !important;
    }
}

@media (min-width: 1200px) {
    .bg-color-xl-my-seo-color {
        background-color: #5d5d5d !important;
    }
}

@media (min-width: 1344px) {
    .bg-color-xxl-my-seo-color {
        background-color: #5d5d5d !important;
    }
}

.responsive-grid .new-row {
    clear: left;
}

@media (min-width: 576px) {
    .responsive-grid .new-row-sm {
        clear: left;
    }
}

@media (min-width: 769px) {
    .responsive-grid .new-row-md {
        clear: left;
    }
}

@media (min-width: 1025px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .responsive-grid .new-row-xl {
        clear: left;
    }
}

@media (min-width: 1344px) {
    .responsive-grid .new-row-xxl {
        clear: left;
    }
}

.w-10 {
    width: 10% !important;
}

.mw-10 {
    max-width: 10% !important;
}

.w-25 {
    width: 25% !important;
}

.mw-25 {
    max-width: 25% !important;
}

.w-33 {
    width: 33% !important;
}

.mw-33 {
    max-width: 33% !important;
}

.w-50 {
    width: 50% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.w-66 {
    width: 66% !important;
}

.mw-66 {
    max-width: 66% !important;
}

.w-75 {
    width: 75% !important;
}

.mw-75 {
    max-width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.h-10 {
    height: 10% !important;
}

.mh-10 {
    max-height: 10% !important;
}

.h-25 {
    height: 25% !important;
}

.mh-25 {
    max-height: 25% !important;
}

.h-33 {
    height: 33% !important;
}

.mh-33 {
    max-height: 33% !important;
}

.h-50 {
    height: 50% !important;
}

.mh-50 {
    max-height: 50% !important;
}

.h-66 {
    height: 66% !important;
}

.mh-66 {
    max-height: 66% !important;
}

.h-75 {
    height: 75% !important;
}

.mh-75 {
    max-height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
    .mw-sm-10 {
        max-width: 10% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .mw-sm-25 {
        max-width: 25% !important;
    }
    .w-sm-33 {
        width: 33% !important;
    }
    .mw-sm-33 {
        max-width: 33% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .mw-sm-50 {
        max-width: 50% !important;
    }
    .w-sm-66 {
        width: 66% !important;
    }
    .mw-sm-66 {
        max-width: 66% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .mw-sm-75 {
        max-width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .mw-sm-100 {
        max-width: 100% !important;
    }
    .h-sm-10 {
        height: 10% !important;
    }
    .mh-sm-10 {
        max-height: 10% !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .mh-sm-25 {
        max-height: 25% !important;
    }
    .h-sm-33 {
        height: 33% !important;
    }
    .mh-sm-33 {
        max-height: 33% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .mh-sm-50 {
        max-height: 50% !important;
    }
    .h-sm-66 {
        height: 66% !important;
    }
    .mh-sm-66 {
        max-height: 66% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .mh-sm-75 {
        max-height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
    .mh-sm-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
    .mw-md-10 {
        max-width: 10% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .mw-md-25 {
        max-width: 25% !important;
    }
    .w-md-33 {
        width: 33% !important;
    }
    .mw-md-33 {
        max-width: 33% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .mw-md-50 {
        max-width: 50% !important;
    }
    .w-md-66 {
        width: 66% !important;
    }
    .mw-md-66 {
        max-width: 66% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .mw-md-75 {
        max-width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .mw-md-100 {
        max-width: 100% !important;
    }
    .h-md-10 {
        height: 10% !important;
    }
    .mh-md-10 {
        max-height: 10% !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .mh-md-25 {
        max-height: 25% !important;
    }
    .h-md-33 {
        height: 33% !important;
    }
    .mh-md-33 {
        max-height: 33% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .mh-md-50 {
        max-height: 50% !important;
    }
    .h-md-66 {
        height: 66% !important;
    }
    .mh-md-66 {
        max-height: 66% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .mh-md-75 {
        max-height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .mh-md-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1025px) {
    .w-lg-10 {
        width: 10% !important;
    }
    .mw-lg-10 {
        max-width: 10% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .mw-lg-25 {
        max-width: 25% !important;
    }
    .w-lg-33 {
        width: 33% !important;
    }
    .mw-lg-33 {
        max-width: 33% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .mw-lg-50 {
        max-width: 50% !important;
    }
    .w-lg-66 {
        width: 66% !important;
    }
    .mw-lg-66 {
        max-width: 66% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .mw-lg-75 {
        max-width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .mw-lg-100 {
        max-width: 100% !important;
    }
    .h-lg-10 {
        height: 10% !important;
    }
    .mh-lg-10 {
        max-height: 10% !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .mh-lg-25 {
        max-height: 25% !important;
    }
    .h-lg-33 {
        height: 33% !important;
    }
    .mh-lg-33 {
        max-height: 33% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .mh-lg-50 {
        max-height: 50% !important;
    }
    .h-lg-66 {
        height: 66% !important;
    }
    .mh-lg-66 {
        max-height: 66% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .mh-lg-75 {
        max-height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-10 {
        width: 10% !important;
    }
    .mw-xl-10 {
        max-width: 10% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .mw-xl-25 {
        max-width: 25% !important;
    }
    .w-xl-33 {
        width: 33% !important;
    }
    .mw-xl-33 {
        max-width: 33% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .mw-xl-50 {
        max-width: 50% !important;
    }
    .w-xl-66 {
        width: 66% !important;
    }
    .mw-xl-66 {
        max-width: 66% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .mw-xl-75 {
        max-width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .mw-xl-100 {
        max-width: 100% !important;
    }
    .h-xl-10 {
        height: 10% !important;
    }
    .mh-xl-10 {
        max-height: 10% !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .mh-xl-25 {
        max-height: 25% !important;
    }
    .h-xl-33 {
        height: 33% !important;
    }
    .mh-xl-33 {
        max-height: 33% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .mh-xl-50 {
        max-height: 50% !important;
    }
    .h-xl-66 {
        height: 66% !important;
    }
    .mh-xl-66 {
        max-height: 66% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .mh-xl-75 {
        max-height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .mh-xl-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1344px) {
    .w-xxl-10 {
        width: 10% !important;
    }
    .mw-xxl-10 {
        max-width: 10% !important;
    }
    .w-xxl-25 {
        width: 25% !important;
    }
    .mw-xxl-25 {
        max-width: 25% !important;
    }
    .w-xxl-33 {
        width: 33% !important;
    }
    .mw-xxl-33 {
        max-width: 33% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .mw-xxl-50 {
        max-width: 50% !important;
    }
    .w-xxl-66 {
        width: 66% !important;
    }
    .mw-xxl-66 {
        max-width: 66% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .mw-xxl-75 {
        max-width: 75% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
    .mw-xxl-100 {
        max-width: 100% !important;
    }
    .h-xxl-10 {
        height: 10% !important;
    }
    .mh-xxl-10 {
        max-height: 10% !important;
    }
    .h-xxl-25 {
        height: 25% !important;
    }
    .mh-xxl-25 {
        max-height: 25% !important;
    }
    .h-xxl-33 {
        height: 33% !important;
    }
    .mh-xxl-33 {
        max-height: 33% !important;
    }
    .h-xxl-50 {
        height: 50% !important;
    }
    .mh-xxl-50 {
        max-height: 50% !important;
    }
    .h-xxl-66 {
        height: 66% !important;
    }
    .mh-xxl-66 {
        max-height: 66% !important;
    }
    .h-xxl-75 {
        height: 75% !important;
    }
    .mh-xxl-75 {
        max-height: 75% !important;
    }
    .h-xxl-100 {
        height: 100% !important;
    }
    .mh-xxl-100 {
        max-height: 100% !important;
    }
}

.background-cover {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.list-inline,
ol.list-inline {
    list-style: none;
}

ul.list-inline li,
ol.list-inline li {
    display: inline;
}

@media (min-width: 576px) {
    ul.list-sm-inline,
    ol.list-sm-inline {
        list-style: none;
    }
    ul.list-sm-inline li,
    ol.list-sm-inline li {
        display: inline;
    }
}

@media (min-width: 769px) {
    ul.list-md-inline,
    ol.list-md-inline {
        list-style: none;
    }
    ul.list-md-inline li,
    ol.list-md-inline li {
        display: inline;
    }
}

@media (min-width: 1025px) {
    ul.list-lg-inline,
    ol.list-lg-inline {
        list-style: none;
    }
    ul.list-lg-inline li,
    ol.list-lg-inline li {
        display: inline;
    }
}

@media (min-width: 1200px) {
    ul.list-xl-inline,
    ol.list-xl-inline {
        list-style: none;
    }
    ul.list-xl-inline li,
    ol.list-xl-inline li {
        display: inline;
    }
}

@media (min-width: 1344px) {
    ul.list-xxl-inline,
    ol.list-xxl-inline {
        list-style: none;
    }
    ul.list-xxl-inline li,
    ol.list-xxl-inline li {
        display: inline;
    }
}

/* fixes */
/** lightbox fix */
.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 1025px) {
    body {
        /* 15px */
        font-size: 0.9375rem;
        line-height: 1.3;
    }
    h1, .h1 {
        /* 45px */
        font-size: 2.8125rem;
    }
    h2, .h2 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h3, .h3 {
        /* 30px */
        font-size: 1.875rem;
    }
    h4, .h4 {
        /* 25px */
        font-size: 1.5625rem;
    }
    h5, .h5 {
        /* 20px */
        font-size: 1.25rem;
    }
    h6, .h6 {
        /* 20px */
        font-size: 1.25rem;
    }
}

/* inputs */
.form-control.no-border,
.form-control:focus.no-border {
    border-color: #fff !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator,
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none;
}

label.custom-control.custom-checkbox,
label.custom-control.custom-radio {
    cursor: pointer;
}


/* buttons */
.btn {
    font-size: 1rem;
    min-width: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 1025px) {
    .btn {
        font-size: 1.125rem;
        min-width: 210px;
        font-weight: bold;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.btn.icon-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.btn.icon-button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* icons */
/* header */
.header--sticky {
    min-width: 320px;
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
}

@media print {
    .header--sticky {
        position: static !important;
    }
}

@media (max-width: 768px) {
    .header__container > .container {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .header__container > .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.header__mobile-button-container {
    display: block;
    float: right;
    margin: 15px 0;
}

@media (min-width: 1025px) {
    .header__mobile-button-container {
        display: none;
    }
}

.header__navigation-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.header__navigation-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

.navbar-toggler {
    position: relative;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    vertical-align: middle;
}

.navbar-toggler:focus {
    outline: none;
}

.sx-navbar-toggle-icon {
    display: block;
    width: 2rem;
    height: 1rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.12rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.12rem;
    background-color: #000;
    margin: 0;
    -webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    -o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.sx-navbar-toggle-icon:before {
    top: -0.06rem;
}

.sx-navbar-toggle-icon > span {
    top: 0.44rem;
}

.sx-navbar-toggle-icon:after {
    top: 0.94rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.44rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
    opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.44rem;
}

/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.sx-navigation__subnavi-indicator {
    display: block;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .sx-navigation__subnavi-indicator {
        display: none;
        padding-right: 1rem !important;
    }
}

.sx-navigation__subnavi-indicator:after {
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
}

@media (min-width: 1025px) {
    .sx-navigation__subnavi-indicator:after {
        content: "";
    }
}

@media (min-width: 1025px) {
    .sx-navigation__sub-navigation {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #f8f9fa;
        top: 100%;
        min-width: 110%;
        -webkit-box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
                box-shadow: 1px 6px 6px 0 rgba(0,0,0,.2);
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry {
        position: relative;
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry > .sx-navigation__sub-navigation {
        top: 0;
        left: 101%;
        left: calc(100% + 1px);
    }
    .sx-navigation__sub-navigation .sx-navigation__subnavi-indicator {
        display: block;
    }
    .sx-navigation__list-entry:hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
}

/* standard navigation */
.sx-navigation--standard {
    width: 100%;
}

@media (min-width: 1025px) {
    .sx-navigation--standard {
        width: auto;
    }
}

.sx-navigation--standard .nav {
    display: block;
}

@media (min-width: 1025px) {
    .sx-navigation--standard .nav {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sx-navigation--standard .sx-navigation__list-entry {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry .sx-navigation__sub-navigation .sx-navigation__list-entry {
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link {
    display: block;
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link.nav-link {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1025px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 1199px) {
    .sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
        content: "";
    }
    .sx-navigation--standard .sx-navigation__subnavi-indicator:after {
        content: "";
    }
}

/* footer */
#footer {
    margin-top: auto !important;
}

.desktop-logo {
    width: 103px;
    height: 87px;
    position: absolute;
    top: -44px;
    left: 60px;
}

@media (max-width: 1024px) {
    .desktop-logo {
        width: 44px;
        height: 37px;
        top: -20px;
        left: 30px;
    }
}

.header {
    background-color: #fff;
    position: fixed;
}

.header .top-header {
    padding-right: 75px;
    text-align: right;
    font-size: 15px;
}

.header .top-header ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.header .top-header ul li {
    display: inline-block;
    padding: 5px 10px;
}

.header .top-header .right-item {
    position: relative;
    display: inline-block;
    padding-left: 27px;
    margin-left: 10px;
}

.header .top-header .right-item .icon-calendar {
    position: relative;
    width: 15px;
    margin-right: 5px;
    height: 1em;
}

.header .top-header .right-item .icon-calendar:before {
    position: absolute;
    left: 0;
    top: 2px;
}

.header .top-header .right-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #000;
}

@media (max-width: 1024px) {
    .header .top-header {
        padding: 0 30px 0 0;
        font-size: 14px;
    }
    .header .top-header .right-item {
        padding-left: 20px;
    }
}

.header .top-header .probetraining-mobile {
    font-size: 13px;
    display: none;
}

@media (max-width: 450px) {
    .header .top-header {
        font-size: 12px;
    }
    .header .top-header .probetraining {
        display: none;
    }
    .header .top-header .probetraining-mobile {
        display: inline-block;
    }
}

.header .header__container {
    background-color: #000;
    padding: 0 75px;
}

.header .header__container .right-item {
    display: inline-block;
    margin: auto 0;
    text-transform: uppercase;
    padding-left: 22px;
}

@media (max-width: 1199px) {
    .header .header__container .right-item {
        padding-left: 18px;
    }
}

@media (max-width: 1200px) {
    .header .header__container .right-item {
        padding-left: 14px;
    }
}

@media (max-width: 1024px) {
    .header .header__container .right-item {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .header .header__container {
        padding: 0 30px;
    }
}

.header .sx-navigation .nav {
    font-weight: 600;
}

.header .sx-navigation .nav .nav-item .nav-link {
    padding: 18px 22px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.header .sx-navigation .nav .nav-item:hover > div > .nav-link {
    color: #e81010;
}

.header .sx-navigation .nav .nav-item.active > div > .nav-link:not(.home) {
    color: #e81010;
}

@media (max-width: 1343px) {
    .header .sx-navigation .nav .nav-item .nav-link {
        font-size: 16px;
        padding: 18px 18px;
    }
}

@media (max-width: 1200px) {
    .header .sx-navigation .nav .nav-item .nav-link {
        font-size: 15px;
        padding: 18px 14px;
    }
}

@media (max-width: 1100px) {
    .header .sx-navigation .nav .nav-item .nav-link {
        font-size: 14px;
        padding: 18px 10px;
    }
}

@media (max-width: 1024px) {
    .header .sx-navigation .nav .nav-item .nav-link {
        font-size: 18px;
        padding: 14px 0;
    }
    .header .sx-navigation .nav .nav-item:last-child {
        margin-bottom: 10px;
    }
}

.header .sx-navbar-toggle-icon:before, .header .sx-navbar-toggle-icon span, .header .sx-navbar-toggle-icon:after {
    background-color: #fff;
}

body {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
}

@media (min-width: 1025px) {
    body {
        line-height: 1.55;
    }
}

p {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
}

@media (min-width: 1025px) {
    p {
        line-height: 1.55;
        margin-bottom: 35px;
    }
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

h1 {
    font-weight: 800;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

h2 {
    font-weight: 800;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 20px;
    }
}

h5, h6 {
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
    h5, h6 {
        font-size: 18px;
    }
}

.btn {
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #fff;
    line-break: auto;
    word-break: break-all;
    white-space: normal;
    padding: 0 20px;
    font-size: 20px;
    min-width: 200px;
    min-height: 50px;
}

.btn.btn-primary {
    background-color: #e81010;
    border-color: #e81010;
}

.btn.btn-primary:hover {
    background-color: #c70000;
    border-color: #c70000;
}

.btn.btn-secondary {
    background-color: #000;
    border-color: #000;
}

.btn.btn-secondary:hover {
    background-color: #5b5b5b;
    border-color: #5b5b5b;
}

@media (max-width: 1199px) {
    .btn {
        font-size: 18px;
    }
}

.btn.btn-small {
    font-size: 16px;
    min-width: 150px;
    min-height: 40px;
}

a.btn {
    padding-top: 8px;
}

a.btn.btn-small {
    padding-top: 5px;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]) {
    margin-bottom: 25px;
    height: 60px;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]).disabled, input:not([type=checkbox]):not([type=radio]):not([type=file]):disabled, input:not([type=checkbox]):not([type=radio]):not([type=file])[disabled] {
    border-color: #707070;
}

textarea {
    margin-bottom: 25px;
    min-height: 315px;
}

textarea.min-height-small {
    min-height: 194px;
}

textarea.min-height-big {
	min-height: 486px;
}

select.disabled, select:disabled, select[disabled], textarea.disabled, textarea:disabled, textarea[disabled] {
    border-color: #707070;
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: none;
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #e81010;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: none;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-indicator:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #e81010;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
}

.custom-control .custom-control-indicator {
    top: -4px;
    border: 3px solid #000;
}

strong, b {
    font-weight: bold;
}

.lead {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 65px;
}

@media (max-width: 1343px) {
    .lead {
        font-size: 20px;
    }
}

.lead p {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.lead p:last-child {
    margin-bottom: 0;
}

.special-font-style-1, .special-font-style-1 p {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 100px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

@media (max-width: 1343px) {
    .special-font-style-1, .special-font-style-1 p {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .special-font-style-1, .special-font-style-1 p {
        font-size: 50px;
    }
}

@media (max-width: 500px) {
    .special-font-style-1, .special-font-style-1 p {
        font-size: 32px;
    }
}

.special-font-style-2, .special-font-style-2 p {
    font-weight: 600;
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

@media (max-width: 1343px) {
    .special-font-style-2, .special-font-style-2 p {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .special-font-style-2, .special-font-style-2 p {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .special-font-style-2, .special-font-style-2 p {
        font-size: 18px;
    }
}

.special-font-style-3 {
    font-weight: normal;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.detail-link {
    position: relative;
    padding-right: 40px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.detail-link:after {
    content: '\0052';
    font-family: Glyphter, sans-serif;
    position: absolute;
    right: 0;
    -webkit-transition: right .2s ease;
    -o-transition: right .2s ease;
    transition: right .2s ease;
    top: 0;
    height: auto;
    width: auto;
}

@media (max-width: 1024px) {
    .detail-link:after {
        top: -2px;
    }
}

.detail-link:hover:after {
    -webkit-animation: linear;
         -o-animation: linear;
            animation: linear;
    -webkit-animation-name: x-move-r;
         -o-animation-name: x-move-r;
            animation-name: x-move-r;
    -webkit-animation-duration: .2s;
         -o-animation-duration: .2s;
            animation-duration: .2s;
}

.back-link {
    position: relative;
    padding-left: 40px;
    text-decoration: none;
    font-weight: bold;
}

.back-link:after {
    content: '\0052';
    font-family: Glyphter, sans-serif;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    top: -2px;
    height: auto;
    width: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.back-link:hover:after {
    -webkit-animation: linear alternate;
         -o-animation: linear alternate;
            animation: linear alternate;
    -webkit-animation-name: x-move-l;
         -o-animation-name: x-move-l;
            animation-name: x-move-l;
    -webkit-animation-duration: .2s;
         -o-animation-duration: .2s;
            animation-duration: .2s;
}

.img-overlay {
    position: relative;
}

.img-overlay:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.img-overlay:hover:after {
    background-color: rgba(0,0,0,.3);
}

a.no-style {
    color: inherit;
    text-decoration: none;
}

a.reverse-style {
	  color: inherit;
    text-decoration: none;
}

a.reverse-style:hover {
	  color: #e81010;
}

.emo-container {
    position: relative;
}

.contact-content {
    font-weight: 600;
}

.google-map {
    height: 525px;
}

.google-map .sx-responsive-image-container {
    height: 525px;
    background-size: cover;
}

.form-group {
    position: relative;
}

.form-group .disabled-text {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.social-share-links {
    font-size: 15px;
}

.social-share-links a {
    color: #707070;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.social-share-links a:hover {
    color: #e81010;
}

.social-share-links li {
    padding: 0 10px 15px;
}

.social-share-links li:last-of-type {
    padding-right: 0;
}

.main-footer .main-container {
    background-color: #000;
    color: #fff;
    font-size: 16px;
}

.main-footer .main-container p {
    font-size: 16px;
}

.main-footer .main-container .footer-icons {
    border-bottom: 1px solid #5b5b5b;
}

.main-footer .footer-navigation {
    border-top: 1px solid #5b5b5b;
}

.main-footer .footer-navigation .social-links {
    font-size: 40px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-footer .footer-navigation .social-links a {
    color: #fff;
    margin: 0 8px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media (min-width: 576px) {
    .main-footer .footer-navigation .social-links a:first-of-type {
        margin-left: 0;
    }
}

.main-footer .footer-navigation .social-links a:hover {
    color: #e81010;
}

.main-footer .footer-navigation .footer-nav .nav .nav-item {
    display: inline-block;
}

.main-footer .footer-navigation .footer-nav .nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.main-footer .footer-navigation .footer-nav .nav .nav-item:hover > .nav-link {
    color: #e81010;
}

@media (min-width: 576px) and (max-width: 768px) {
    .main-footer .footer-navigation .footer-nav .nav .nav-item .nav-link {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .main-footer .footer-navigation .footer-nav {
        width: 100%;
    }
    .main-footer .footer-navigation .footer-nav .nav {
        display: block;
    }
    .main-footer .footer-navigation .footer-nav .nav .nav-item {
        display: block;
    }
}

.main-footer .seo-container {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

@-webkit-keyframes x-move-r {
    0% {
        right: 0;
    }
    50% {
        right: -10px;
    }
    100% {
        right: 0;
    }
}

@-o-keyframes x-move-r {
    0% {
        right: 0;
    }
    50% {
        right: -10px;
    }
    100% {
        right: 0;
    }
}

@keyframes x-move-r {
    0% {
        right: 0;
    }
    50% {
        right: -10px;
    }
    100% {
        right: 0;
    }
}

@-webkit-keyframes x-move-l {
    0% {
        left: 0;
    }
    50% {
        left: -10px;
    }
    100% {
        left: 0;
    }
}

@-o-keyframes x-move-l {
    0% {
        left: 0;
    }
    50% {
        left: -10px;
    }
    100% {
        left: 0;
    }
}

@keyframes x-move-l {
    0% {
        left: 0;
    }
    50% {
        left: -10px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes y-move-b {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes y-move-b {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}

@keyframes y-move-b {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}

/* owl-carousel */
.owl-carousel {
    visibility: hidden;
    display: block !important;
}

.owl-carousel.owl-loaded {
    visibility: visible;
    display: block;
}

.owl-carousel .item {
    position: relative;
    padding-top: calc(100vh - 96px);
}

.owl-carousel .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(232,16,16,.85)), to(rgba(0,0,0,.85)));
    background-image: -webkit-linear-gradient(right, rgba(232,16,16,.85), rgba(0,0,0,.85));
    background-image: -o-linear-gradient(right, rgba(232,16,16,.85), rgba(0,0,0,.85));
    background-image: linear-gradient(to left, rgba(232,16,16,.85), rgba(0,0,0,.85));
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
}

.owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 28px !important;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #fff !important;
    border-radius: 50%;
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .owl-carousel .owl-dots {
        bottom: 50px;
    }
}

.owl-carousel .item-wrapper {
    position: relative;
}

.slider-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22%;
}

.slider-content-wrapper .special-font-style-1 {
    margin-bottom: -15px;
}

@media (max-width: 768px) {
    .slider-content-wrapper .special-font-style-1 {
        margin-bottom: 0;
    }
}

.emo-container > .emo-img-wrapper {
    position: relative;
}

.emo-container > .emo-img-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(232,16,16,.9)), to(rgba(0,0,0,.85)));
    background-image: -webkit-linear-gradient(right, rgba(232,16,16,.9), rgba(0,0,0,.85));
    background-image: -o-linear-gradient(right, rgba(232,16,16,.9), rgba(0,0,0,.85));
    background-image: linear-gradient(to left, rgba(232,16,16,.9), rgba(0,0,0,.85));
}

.emo-container .emo {
    background-size: cover;
    background-position: center center;
    padding-top: 32.55208333%;
}

@media (max-width: 1024px) {
    .emo-container .emo {
        padding-top: 400px;
    }
}

@media (max-width: 768px) {
    .emo-container .emo {
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    .home .slider-content-wrapper {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
    }
}

.news-ticker-wrapper {
    position: relative;
    z-index: 1;
}

.news-ticker-wrapper .news-ticker {
    color: #fff;
    background-color: #000;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.news-ticker-wrapper .news-ticker .news-title {
    background-color: #e81010;
    padding: 23px 48px;
}

.news-ticker-wrapper .news-ticker .news-content {
    width: 100%;
    padding: 0 48px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-ticker-wrapper .news-ticker .news-content .news-ticker-slider {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 22px;
}

.news-ticker-wrapper .news-ticker .news-content .news-ticker-slider .news-ticker-item {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-ticker-wrapper .news-ticker .news-content .news-ticker-slider .news-ticker-item.active {
    opacity: 1;
    visibility: visible;
}

.news-ticker-wrapper.overlap-top {
    margin-top: -60px;
}

@media (max-width: 1024px) {
    .news-ticker-wrapper .news-ticker {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news-ticker-wrapper .news-ticker .news-title {
        width: 100%;
        padding: 12px 15px;
    }
    .news-ticker-wrapper .news-ticker .news-content {
        padding: 15px;
				min-height: 68px;
    }
}

@media (max-width: 768px) {
    .news-ticker-wrapper.overlap-top {
        margin-top: 0;
    }
    .news-ticker-wrapper .container {
        padding: 0;
        max-width: 100%;
    }
}

/* Red-Black Boxes */
.content-box {
    
}

/* Box-background-Color */
.content-box .content-box-bg {
    background-color: #e81010;
}

/* Box-content */
.content-box .content-box-content {
    padding: 35px 25px 40px;
    color: #fff;
    /* Arrow-Link */
}

.content-box .content-box-content h2 {
    margin-bottom: 20px;
}

.content-box .content-box-content h4 {
    margin-bottom: 15px;
}

.content-box .content-box-content p:last-of-type {
    margin-bottom: 15px;
}

.content-box .content-box-content .detail-link {
    color: #000;
    text-decoration: none;
}

/** Black Box **/
.content-box-black {
    
}

/* Box-background-Color */
.content-box-black .content-box-bg {
    background: #000;
}

.content-box-black .content-box-content .detail-link {
    color: #e81010;
}

/** Long-version of the Box  (CTA) **/

.content-box-long .img-triangle-wrapper {
    position: relative;
}
/* Image-Overlay, For hover effect */
.content-box-long .img-triangle-wrapper .img-overlay {
    height: 100%;
    width: 100%;
}

/* Background-Image container */
.content-box-long .img-triangle-wrapper .sx-responsive-image-container {
    background-position: center center;
    height: 100%;
    width: 100%;
}

/* Covers space between Image and Content */
.content-box-long .img-triangle-wrapper:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    right: -30px;
    top: 0;
    bottom: 0;
    background-color: #e81010;
    pointer-events: none;
    z-index: 1;
}

/* Triangle over Image */
.content-box-long .img-triangle-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../img/svg/triangle-white.svg");
    background-position: calc(100% + 1px) center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Covers space between Image and Content */
.content-box-long.content-box-black .img-triangle-wrapper:before {
    background-color: #000;
}

/* Triangle over Image */
.content-box-long.content-box-black .img-triangle-wrapper:after {
    background-image: url("../img/svg/triangle-black.svg");
}

.content-box-long .content-box-content {
    padding: 45px 25px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .content-box-long .content-box-content {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .content-box-long .img-triangle-wrapper {
        margin-right: -30px;
    }
    .content-box-long .img-triangle-wrapper:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .content-box-long {
        /* Box black */
    }
    .content-box-long .content-box-bg {
        background-color: transparent;
    }
    .content-box-long .img-triangle-wrapper .sx-responsive-image-container {
        height: 340px;
    }
	/* Covers space between Image and Content */
    .content-box-long .img-triangle-wrapper:before {
        display: none;
    }
	/* Triangle over Image */
    .content-box-long .img-triangle-wrapper:after {
        display: none;
    }
    .content-box-long .content-box-content {
        background-color: #e81010;
    }
    .content-box-long.content-box-black {
        /* Box-content */
    }
    .content-box-long.content-box-black .content-box-content {
        background-color: #000;
    }
}

/* Box for Member-Area */
.content-box.member-box {
    
}
/* Box-content */
.content-box.member-box .content-box-content {
    position: relative;
    min-height: 300px;
    padding-bottom: 100px;
    /* Arrow-Link */
}

.content-box.member-box .content-box-content .detail-link {
    position: absolute;
    bottom: 60px;
    left: 25px;
}
/* Breakpoint */
@media (max-width: 1024px) {
    .content-box.member-box {
        /* Box-content */
    }
    .content-box.member-box .content-box-content {
        position: relative;
        min-height: 250px;
        padding-bottom: 70px;
        /* Arrow-Link */
    }
    .content-box.member-box .content-box-content .detail-link {
        bottom: 40px;
        left: 25px;
    }
}

.breadcrumb-container{
    margin-top: 75px;
}

.breadcrumb {
    padding-left: 0;
    font-size: 12px;
}

.breadcrumb .breadcrumb-item a {
    color: #5b5b5b;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '/' !important;
}

.breadcrumb .breadcrumb-item.active a {
    color: #e81010;
}

@media (max-width: 768px) {
    .breadcrumb {
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .breadcrumb {
        margin-top: 40px;
    }
}

.instuctor-card .instuctor-card-content .instuctor-prices {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: bold;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.instuctor-card .instuctor-card-content .instuctor-prices dt {
    min-width: 25%;
    padding-right: 15px;
}

.instuctor-card .instuctor-card-content .instuctor-prices dd {
    min-width: 75%;
}

.mb-8 {
    margin-bottom: 4rem !important;
}

.mb-9 {
    margin-bottom: 4.5rem !important;
}

.mb-10 {
    margin-bottom: 5rem !important;
}

@media (min-width: 576px) {
    .mb-sm-8 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 769px) {
    .mb-md-8 {
        margin-bottom: 4rem !important;
    }
    .mb-md-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-md-10 {
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 1025px) {
    .mb-lg-8 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 4.5rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 5rem !important;
    }
}

.downloads .download-list {
    font-weight: bold;
    font-size: 16px;
}

.downloads .download-list .download-item {
    position: relative;
    padding: 12px 0 8px 40px;
    display: block;
}

.downloads .download-list .download-item:last-of-type {
	margin-bottom: 40px;
}

.downloads .download-list .download-item:before {
    content: '\0070';
    font-family: Glyphter, sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
}

.vorteile {
    list-style: none;
    margin: 80px 0;
    padding: 0 0 0 90px;
}

.vorteile li.icon {
    position: relative;
}

.vorteile li.icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: -90px;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
         -o-transform: translateY(-25%);
            transform: translateY(-25%);
    background-size: contain;
    background-position: center center;
}

.vorteile li.icon.clock:after {
    background-image: url("../img/icons/24stunden-2.svg");
}

.vorteile li.icon.money:after {
    background-image: url("../img/icons/keine-eintrittsgebuehr-2.svg");
}

.vorteile li.icon.parkplace:after {
    background-image: url("../img/icons/parkplatz-2.svg");
}

.vorteile li.icon.apple:after {
    background-image: url("../img/icons/ernaehrungsberatung-2.svg");
}

@media (max-width: 768px) {
    .vorteile {
        padding: 0;
    }
    .vorteile li {
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .vorteile li.icon:after {
        top: 0;
        left: 0;
    }
}

.price-table {
    width: 100%;
}

.price-table thead tr td {
    padding: 0 5px 15px;
}

.price-table tbody tr td {
    padding: 10px 5px;
    vertical-align: top;
}

.price-table tr td p {
		margin: 0;
}

@media (min-width: 576px) {
    .price-table tbody tr td:first-of-type {
        width: 242px;
    }
}

@media (min-width: 769px) {
    .price-table tbody tr td:first-of-type {
        width: 350px;
    }
}

@media (min-width: 1025px) {
    .price-table tbody tr td:first-of-type {
        width: 490px;
    }
}

@media (min-width: 1200px) {
    .price-table tbody tr td:first-of-type {
        width: 680px;
    }
}

@media (max-width: 768px) {
    .price-table tbody tr td:first-of-type {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .price-table {
        font-size: 12px;
    }
}

.mobile-subnavi .nav-item {
    display: inline-block;
}

.mobile-subnavi .nav-item .nav-link {
    padding: 0;
    margin-right: 52px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    position: relative;
}

.mobile-subnavi .nav-item .nav-link:hover {
    color: #e81010;
    border: 0;
}

@media (min-width: 1025px) {
    .mobile-subnavi .nav-item .nav-link:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #e81010;
    }
}

.mobile-subnavi .nav-item.active .nav-link {
    color: #e81010;
    border: 0;
}

.mobile-subnavi .nav-item.active .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e81010;
}

@media (max-width: 1343px) {
    .mobile-subnavi .nav-item .nav-link {
        font-size: 15px;
        margin-right: 48px;
    }
}

@media (max-width: 1199px) {
    .mobile-subnavi .nav-item .nav-link {
        margin-right: 22px;
    }
}

@media (max-width: 1024px) {
    .mobile-subnavi .nav-item {
        display: block;
    }
    .mobile-subnavi .nav-item .nav-link {
        font-size: 18px;
        color: #fff;
    }
}

.special-input-container {
    position: relative;
}

.special-label {
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    line-height: 24px;
    margin: 0;
    padding: 0 5px;
    pointer-events: none;
    background-color: #fff;
}

.sx-anchor-wrapper{
	position: relative;
}

.sx-anchor-wrapper .sx-anchor{
	position: absolute;
	top: -290px;
	left: 0;
}

.date-error {
	border-color: #e81010;
	color: #e81010;
}

.date-error:focus,
.data-error:active {
	border-color: #e81010;
	color: #e81010;
}


/* Datepicker */
.input-group-addon {
	padding: 0;
	border: 0;
}

select{
	margin-bottom: 9px;	
}

/* Custom table */
.customTable{
 width: 100%;	
}

.customTable thead th{
	font-weight: 400;
	padding: 0 5px 15px;
}

.customTable tbody td{
	font-weight: 700;
	padding: 10px 5px;
	vertical-align: top;
}

.popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
}
.popup.active {
	display: block;
}
.popup-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-height: 90vh;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
.popup-content {
	padding: 50px 40px 30px;
	background-color: #fff;
	max-height: 90vh;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.popup-content .close {
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.popup-content .close:after,
.popup-content .close:before {
	content: '';
	position: absolute;
	background-color: #e81010;
	top: 50%;
	right: 0;
	width: 30px;
	height: 5px;
	display:block;
}
.popup-content .close:after {
	transform: translate(-50%) rotate(-45deg);
}
.popup-content .close:before {
	transform: translate(-50%) rotate(45deg);
}