.container-box-lineup-absolute-position{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -245px;
    right: 0;
}

.container-box-lineup{
    position: relative;
    width: calc(100% - 50px);
    height: auto;
    /*min-height: 300px;*/
    /*background-color: green;*/
    margin-left: auto;
    margin-right: auto;

}

#container-lineup-home{
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

#col-lineup-home{
    position: relative;
    /*height: 0;*/
    /*height: 25%;*/
    width: 25%;
    min-width: 280px;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 25%; */
    float: left;
}

#col-lineup-home:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}

#col-lineup-home img{
    position: absolute;
    /*height: 0;*/
    width: 100%;
    height: 100%;
}


#col-news-home{
    position: relative;
    /*height: 0;*/
    /*height: 25%;*/
    width: 25%;
    min-width: 280px;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 25%; */
    float: left;
    overflow: hidden;
    background-color: #d35e52;
}

#col-news-home:after{
    content: "";
    display: block;
    padding-bottom: 75%;
}

#col-news-home .news-home{
    position: absolute;
    /*height: 0;*/
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#justify-lineup-center{
    margin-right: 0;
    margin-left: 0;
}

.test{
    position: relative;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.home_news_title{
    text-align: center !important;
    font-family: "Oswald", bold;
    font-size: 24px;
    font-weight: bold;
}

.row-arena{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-sm-offset-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container-logo-header-2019{
    position: absolute;
    width: 16%;
    max-width: 386px;
    max-height: 188px;
    left: 30px;
    top:20px;
}

.container-logo-header-2019 img{
    width: 100%;
    height: auto;
}

.container-first-arrow{
    position: absolute;
    width: 6%;
    max-width: 122px;
    max-height: 76px;
    left: 86px;
    top: 237px;
}

.container-first-arrow img{
    width: 100%;
    height: auto;
}

.container-second-arrow{
    position: absolute;
    width: 18%;
    max-width: 345px;
    max-height: 300px;
    right: 39px;
    top: 165px;
}

.container-second-arrow img{
    width: 100%;
    height: auto;
}

.container-third-arrow{
    position: absolute;
    width: 7%;
    max-width: 134px;
    max-height: 105px;
    left: 315px;
    bottom: -50px;
}

.container-third-arrow img{
    width: 100%;
    height: auto;
}



.overlay-news{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.8);
    display: none;
}

.overlay-news-relative{
    position: relative;
    width: 100%;
    height: 100%;
}

.news-title{
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    right: 25px;
    bottom: 115px;
    font-family: "Oswald", bold;
    font-size: 24px;
    color: #d35e52;
}

.read-the-article{
    position: absolute;
    width: 150px;
    height: 40px;
    left: 25px;
    right: 25px;
    bottom: 50px;
    border-radius: 6px;
    font-family: "Dosis", bold;
    font-size: 14px;
    text-align: center;
    background-color: #d35e52;
    color: white;
    line-height: 2.9;
}

.flex-control-paging li a:hover {
    background: #d35e52 !important;
}

.image-vertical{
    height: 100%;
    width: auto;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.image-horizontal{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.container-image-header{
    /* Positioning */
    position: relative;

    /* Box-model */
    width: 100%;
    /*height: calc(100vh - 107px);*/
    height: calc(100vh - 300px);
    /*margin-bottom: -373px;*/
    /*margin-bottom: 173px;*/
    margin-bottom: 110px;
}

.container-image-header img{
    /* Box-model */
    width: 100%;
    height: auto;
}

.container-image-header video{
    /* Box-model */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-header{
    /* Positioning */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;

    /* Box-model */
    width: 100%;
    height: 100%;

    /* Misc */
    -webkit-box-shadow: inset 0px -657px 69px -116px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px -657px 69px -116px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -657px 69px -116px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1240px) {
    .container-logo-header-2019 {
        /* Positioning */
        left: 46px !important;
    }
}



@media only screen and (max-width: 1199px) {
    .container-box-lineup-absolute-position{
        bottom: -450px;
    }
    .container-image-header {
        /*height: calc(100vh - 307px);*/
        height: calc(100vh - 450px);
        /*margin-bottom: 333px;*/
        margin-bottom: 310px;
    }

    #justify-lineup-center {
        width: 560px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

}


@media only screen and (max-width: 1083px) {
    .container-logo-header-2019{
        /* Positioning */
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .container-image-header {
        /*height: calc(100vh - 307px);*/
        height: calc(100vh - 450px);
        /*margin-bottom: 333px;*/
        margin-bottom: 235px;
    }
}

@media only screen and (max-width: 919px) {
    .container-box-lineup-absolute-position{
        bottom: -455px;
    }

    #justify-lineup-center {
        width: 560px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

}

@media only screen and (max-width: 767px) {
    body{
        max-width: 100vw !important;
    }

    .container-box-lineup-absolute-position{
        top: 188px;
        display: table;
        margin-bottom: 30px;
    }
    .container-image-header {
        /*height: calc(100vh - 368px);*/
        height: calc(100vh - 511px);
        /*margin-bottom: 374px;*/
        margin-bottom: 50vw;
    }

    #justify-lineup-center {
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #col-lineup-home{
        min-width: 100% !important;
    }

    #container-lineup-home{
        padding-right: 0;
        padding-left: 0;
    }

    #col-news-home{
        min-width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .container-image-header {
        margin-bottom: 252px;
    }
}

@media only screen and (max-width: 400px) {
    .container-image-header {
        margin-bottom: 170px;
    }
}
