    body{
        background-color: #181A1C;
        color: aliceblue;
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
    }
    .container{
        padding: 0;
        padding-left: 1vh;
        padding-right: 1vh;
    }
    .container-fluid{
        min-height: 100px;
    }
    .container-fluid.thumb{
        position: relative;
        margin-block-end: 2em;
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-fluid.thumb img{
        width: 100% !important;
        height: 13em;
    }
    .content{
        min-height: 25em;
    }
    nav{
        background-color: inherit;
        padding: 1em 0 1em 0 !important;
    }
    nav address, nav ul, nav div{
        padding-left: 1vh!important;
        padding-right: 1vh!important;
    }
    ul.navbar-nav{
        margin-block-end: 0;
        padding-left: 0;
    }
    address, .navbar-nav{
        padding-right: 0 !important;
    }
    .navbar-brand{
        margin: 0;
    }
    .navbar-collapse {
        font-size: 1em;
    }
    .navbar-collapse li {
        margin: auto;
    }
    ul.navbar-nav.language-picker {
        display: block;
    }
    footer{
        padding-bottom: 1em;
    }
    footer a.navbar{
        padding: 0 !important;
    }
    footer div {
        margin-bottom: 0px!important;
        margin-block-end:  0px!important;
    }
    div.social{
        /*text-align: center;*/
        font-size: 3vh;
    }
    footer div.social i{
        margin-right: 2em;
    }
    a.nav-link{
        padding-top: 0;
        padding-bottom: 0;
    }
    footer a.nav-link{
        float: right;
    }
    .sponsor-footer *{
        height: 50px;
        float: right;
        margin-left: 5vh;
    }
    .row{
        padding-bottom: 0;
    }
    h1, h2, h3{
        color: #369dd8;
        /*margin-top: .5rem;
        margin-bottom: .5rem;*/
    }
    h1{
        font-size: 2.5em;
    }
    .thumb h1.on-picture{
        margin: 0;
    }
    h2, .ec-header-h1, .ec-header-h2, .ec-header-h3{
        font-size: 2em !important;
    }
    h3{
        font-size: 1.2em;
    }
    .btn{
        background-color: #369dd8;
        color: aliceblue;
    }
    .btn:hover{
        background-color: #afd8ef;
        color: #181A1C;
    }
    p{
        line-height: 1.6;
        padding-inline-end: 1em;
    }
    img{
        object-fit: cover;
    }
    li.list-group-item{
        background-color: #191e22;
    }    
    i.event-date{
        float: right;
    }   
    .parallelogram {
        /* background-color: #22262A; */
        /* background-color: #181A1C; */
        background-color: #191e22;
        margin-right: 3em;
        margin-left: 3em;
        transform: skewX(-10deg);
    }
    .parallelogram.left{
        transform: skewX(+10deg);
    }
    .parallelogram.col{
        padding-top: 2.5em;
        padding-bottom: 2.5em;
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
    .parallelogram .container{
        transform: skewX(+10deg);
    }
    .parallelogram.left .container{
        transform: skewX(-10deg);
    }
    .carousel-inner img, .content img{
        width: 100%;
        max-height: 20em;
    }
    ul.carousel-indicators{
        z-index: 2;
    }
    header, footer{
        /* background-color: #22262A; */
        background-color: #191e22;
        position: sticky;
        top: 0;
        z-index: 20;
    }
    .on-picture{
        background-color: rgba(24, 26, 28, 0.8);
        color: aliceblue !important;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
        text-align: center;
    }
    .player{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        cursor: pointer;
    }
    .player img{
        height: 12.3em;
        margin-bottom: .7em;
    }
    .player p {
        color: aliceblue;
    }
    .player p, .player h3 {
        margin: 0;
    }
    a.player {
        text-decoration: none;
    }
    .card{
        background-color: #191e22;
        height: fit-content;
        -ms-flex-item-align: center!important;
        align-self: center!important;
        flex-direction: row!important;
    }
    .card div{
        margin-bottom: 0;
        margin-block-end: 0;
    }
    .card img {
        width: 100%;
        padding-bottom: .7em;
        padding-top: .7em;
    }
    .card-title{
        min-width: 215px;
        font-size: 1.7em!important;
    }
    .modal-content {
        background-color: #181A1C;
    }
    .modal-footer{ 
        border-top: 4px solid #191e22 !important;
    }
    .modal#player-modal button.btn {
        background-color: #369dd8;
        color: aliceblue;
        border: 0;
    }
    .modal#player-modal button.btn:active {
        background-color: #369dd8;
        color: aliceblue;
        border: 0;
    }
    .fab {
        margin-right: .2em;
    }
    a.fab {
        color: whitesmoke;
        text-decoration: none;
    }
    a[disabled] {
        pointer-events: none;
        cursor: default;
    }
    a[disabled] img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    form{
        max-width: 540px !important;
        margin: auto !important;
        margin-bottom: 2em !important;
    }
    .form-control {
        background-color: #22262A!important;
        border: none;
        color: aliceblue;
    }
    .form-control:focus:not([readonly]) {
        background-color:  #22262A!important;
        border-bottom: 1px solid #369dd8;
        box-shadow: 0 1px 0 0 #369dd8;
        color: aliceblue;
    }
    .form-control.is-valid, .was-validated .form-control:valid {
        border-bottom: 1px solid #369dd8;
        box-shadow: 0 1px 0 0 #369dd8;
    }
    textarea{
        min-height: 100px;
    }
    /* Shadow */
    .grid-product__wrap-inner, ul.list-group {
        /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
        box-shadow: 0 .5rem 0.5rem rgba(0,0,0,.15)!important;
    }
    @media (max-width: 575px) { 
        .container-fluid{
            padding-left: 0;
        }
    }
    @media (max-width: 768px){
        div.player{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 44%;
            }
            .parallelogram{
            transform: skewX(0);
            margin-right: 0;
            margin-left: 0;
            }
            .parallelogram .container {
                transform: skewX(0);
            }
    }
    @media (max-width: 992px) { 
        .player{
            width: 100%;
        }
    }
    .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{
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 2em;
    }
    .row.news{
        margin-bottom: 1.5em;
    }
    .row.news div{
        margin-bottom: 1em;
    }
    div.news {
        max-height: 22em;
    }