section.main, section.liveTV, section.channels-admin, section.mp2_page, section.contact-us {
    background-image: url('/static/img/background.jpg');
    background-size: contain;
    height: 100vh;
}
section.heading-page {
    background-image: url(../assets/images/heading-bg.jpg);
}
.logo img {
    width: 185px;
}
.logo-text {
    width: auto !important;
    position: absolute;
    top: 2.5em;
    background-color: #fff;
}

.status-row {
    position: relative;
    top: -4rem;
    z-index: 1024;
}

.event-container {
    position: relative;
}
.channel-live {
    position: absolute;
    top: 70px;
    left: 5%;
}
.channel-live .live {
    position: relative;
    top: 0;
}
.channel-viewer {
    position: absolute;
    top: 70px;
    left: 45%;
}

.channel-item .description {
}

.channel-item .languages {
    max-width: 2em;
}

.channel-item .down-content {
    height: 380px;
    position: relative;
}
.event-item .down-content {
    height: auto !important;
    position: unset !important;
    padding-bottom: 4em;
}
.channel-item .down-content p {
    margin-left: 0;
}

.channel-item .down-content .bottom {
}
.event-item .down-content .btn {
    bottom: 3em !important;
}
.channel-item .down-content .btn,
.channel-item .down-content .language {
    position: absolute;
    bottom: 10px;
}

.psp {
}

.psp span {
}

img.payment {
    max-height: 20px;
    position: absolute;
    left: 1px;
}

.description {
    padding-bottom: 10px !important;
}

#liveTV {
/*    margin-top: 5em; */
}

.liveTV {
}
.liveTV .more-broadcasts {
}

.liveTV img.lang-flag {
    max-width: 3em;
    margin-right: 5px;
}

#acceptTerms {
    position: relative;
    top: 6px;
}

.even {
    background-color: #E7E9EB;;
}

.odd {
}

/* @media (min-width: 576px)
.modal-dialog {
    max-width: 750px;
}
*/
