body{
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
    min-height: 100vh;
}

.fakeimg {
    height: 200px;
    background: #aaa;
}

.content-wrapper {
    width: 100%;
    margin: auto;
    background-color: black;
    background-image: url('../../img/top_bg.jpg');
    background-position: top;
    background-repeat: no-repeat;

}

/* .navbar-collapse {
    flex-grow: 0 !important;
} */
.navbar {
    background-color: rgba(0, 0, 10, 0.5);
}

.bg-paris-tr {
    background-color: rgba(60, 60, 70, 0.5);
}

.header-text .header-text-title {
    text-align: left;
    color: #fcebb7;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 0px;
    font-weight: bold;
    text-shadow: 4px 5px 1px #390912;
    text-transform: uppercase;
}

.text-paris {
    color: #fcebb7;
}


.shadow-header {
    background: url(../../img/top_shadow.png);
    position: absolute;
    top: 0;
    background-size: 100%;
    height: 100px;
    width: 90%;
    background-repeat: no-repeat;
}

.card-result, .bg-paris-img {
    background: url(../../img/content_bg.jpg) top center;
}
.margin-content {
    margin-top: 0px;
}

#cphPageContent_pnlBigbanner #bottom-shadow {
    height: 8px;
    background-position-y: -5px;
}

.top_banner {
    background: url(../../img/top_banner.png) center no-repeat;
    height: 108px;
    width: 100%;
    background-size: 100%;
    /* margin-top: 350px; */
}

.bg-paris {
    background: #1c2337;
}

h2 {
    color: #f9e4af;
}

.span-result, .span-result-part {
    background: url(../../img/ball.png) no-repeat;
    padding-top: 3px;
    /* margin: 5px 5px; */
    height: 32px;
    width: 32px;
    background-size: 100%;
    display: inline-block;
    font-weight: 900;
    text-align: center;
    font-size: 16px;
}


.span-result-md {

    color: #a34106;
    background: -moz-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
    background: -webkit-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
    background: -o-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
    background: -ms-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
    background: linear-gradient(to bottom, #f7cf2e 5%, #faa20a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cf2e', endColorstr='#faa20a', GradientType=0);
    background-color: #f7cf2e;
    border-radius: 100px;
    padding: 8px 13px;
    margin: 5px;
    font-weight: 900;
    font-size: 16px;
}

.span-result-sm, .span-result-part-sm {
    background: url(../../img/ball-xs.png) no-repeat;
    padding-top: 3px;
    /* margin: 2px 2px; */
    height: 32px;
    width: 32px;
    background-size: 100%;
    display: inline-block;
    font-weight: 900;
    text-align: center;
    font-size: 16px;
}

.span-result-xs, .span-result-part-xs {

    color: #fff;
    background: -moz-linear-gradient(top, #254973 5%, #012e4c 100%);
    background: -webkit-linear-gradient(top, #254973 5%, #012e4c 100%);
    background: -o-linear-gradient(top, #254973 5%, #012e4c 100%);
    background: -ms-linear-gradient(top, #254973 5%, #012e4c 100%);
    background: linear-gradient(to bottom, #254973 5%, #012e4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#254973', endColorstr='#012e4c', GradientType=0);
    background-color: #254973;
    border-radius: 100px;
    padding: 5px 10px;
    margin: 0;
    font-weight: 900;
    font-size: 14px;
}

.bottom-shadow {
    background: url(../../img/bottom_shadow.png) top center no-repeat;
    height: 23px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.banner {
    background: rgba(107, 40, 41, 0.8)
}

.banner-title {
    color: #f9e4af;
}

.banner-text-slug {
    color: #f9e4af;
    font-size: 1.3rem;
    text-align: center;
}


.banner-text {
    font-size: .8rem;
    line-height: 1rem;
    /* color: #f9e4af; */
}

.col-lg-20 {
    width: 100%;
}
.col-lg-25 {
    width: 100%;
}

.col-lg-35 {
    width: 100%;
}

.col-lg-40 {
    width: 100%;
}

.content-border {
    background: url(../../img/banner-topborder.png) top center no-repeat;
    height: 1px;
}

.bottom_logos img {
    height: 30px;
    margin: .2rem;
}

.article {
    font-size: .8rem;
}

.time-next {
    min-height: 100px;
    background-color: rgba(0, 0, 10, 0.5);
}

.prize1-title {
    font-size: 1.2rem;
}


.w-lg-75{
    width: 75%;
    min-width: 240px;
}

.footer {
    padding-left: 3%;
    padding-right: 3%;
}

@media (min-width: 768px) {
    .col-lg-20 {
        width: 50%;
    }
    .col-lg-25 {
        width: 50%;
    }
    .col-lg-35 {
        width: 50%;
    }
    
    .col-lg-40 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        flex-grow: 0 !important;
    }

    .navbar {
        background-color: rgba(0, 0, 10, 0);
    }

    .header-text .header-text-title {
        text-align: left;
        /* color: #fcebb7; */
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 15px;
        font-weight: bold;
        text-shadow: 4px 5px 1px #390912;
        text-transform: uppercase;
    }
    .container {
        width: 100% !important;
        max-width: 1200px;
    }

    .span-result {
        padding-top: 8px;
        margin: 5px 5px;
        height: 70px;
        width: 70px;
        font-weight: 900;
        font-size: 35px;
    }
    
    
    .span-result-md {
    
        padding-top: 8px;
        margin: 5px;
        font-weight: 900;
        font-size: 16px;
    }
    
    .span-result-sm {
        padding-top: 5px;
        margin: 2px 2px;
        height: 42px;
        width: 42px;
        font-weight: 900;
        font-size: 20px;
    }
    
    .span-result-xs {
    
        border-radius: 100px;
        padding: 5px 10px;
        margin: 0;
        font-weight: 900;
        font-size: 14px;
    }

    .col-lg-20 {
        width: 20%;
    }

    .col-lg-25 {
        width: 25%;
    }

    .col-lg-35 {
        width: 35%;
    }
    
    .col-lg-40 {
        width: 40%;
    }

    .footer {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .margin-content {
        margin-top: 240px;
    }
    .bg-lg-none {
        background: none !important;
    }
}


@media (min-width: 1200px) {
    .footer {
        padding-left: 16%;
        padding-right: 16%;
        /* max-width: 1200px; */
        /* width: 100%; */
        /* margin: auto; */
    }
}

@media (min-width: 1366px) {
    .footer {
        max-width: 1300px;
        width: 100%;
        margin: auto;
    }
}