body, html {
    margin: 0;
    padding: 0;
    max-width: 100vw;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 15px 30px 15px;
}

.header .logo {
    max-width: 230px;
}

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

.header .heading h1 {
    text-align: right;
    font-weight: 400;
    font-size: 20px;
}

.header .heading h1 span {
    color: red;
    font-weight: bold;
}

div#page-login-wrap {
    max-width: 100vw;
    background-image: none !important;
    padding-top: 0 !important;
}

.footer {
    background-image: none !important;
    background-color: #000!important;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.footer_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.footer_content {
    max-width: 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
    min-height: 100%;
}
.footer_content_mob {
    display: none;
}

.footer_logos {
    max-width: 40%;
    width: 40%;
    display: flex;
    flex-direction: row;
    background: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 15px;
}

.footer_logos img {
    max-height: 90px;
    max-width: 120px;
    width: auto;
    margin: 0 5px;
}

.footer_text {
    with: 100%;
    color: #fff;
    background: grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 0;
}
.footer_copy {
    with: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
}

#player-wrap, #player-main-wrap {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 35px 0 0 0 !important;
}

#player-main-wrap div {
    width: 100%;
    padding-bottom: 30px;
}


#media-header {
    width: 100%;
    height: auto !important;
}

#button-icons {
    margin: 0 -15px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto !important;
}

.menu-button {
    padding: 15px;
    height: auto;
    width: 25%;
}

.menu-button a {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    background: #c2dd30;
    min-height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-button-live a {
    background: #f07e26;
}

.menu-button a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-button a:after {
    position: absolute;
    content: '';
    top: 76px;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('../img/pcl-play-button.png') no-repeat top center;
    background-size: 80px auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-button a:hover:before {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-button a:hover:after {
    transform: scale(1.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu-button .thumb {
    width: 100%;
    height: 116px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

.menu-button .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    padding: 50px 15px;
}

.menu-button .content p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.menu-button-live .content p {
    color: #fff;

}

.menu-button .content span {
    text-transform: uppercase;
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 18px;
    color: red;
    font-weight: bold;
}

#return-button {
    width: 100%!important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#return-button a{
    width: auto;
    padding: 0 40px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    display: block;
    background: #666666;
    text-decoration: none;
}
.banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.banner img {
    width: 100%;
    height: auto;
}
#msg {
    max-width: 100%!important;
}
@media (max-width: 991px) {
    .header .logo {
        max-width: 180px;
    }

    .header .heading h1 {
        font-size: 18px;
    }

    .myform {
        max-width: 100vw;
    }


    .menu-button {
        width: calc(100% / 3);
    }

    .menu-button .thumb {
        height: calc((((100vw - 30px) / 3) - 30px) * 0.5333);
    }
    .footer_text {
        font-size: 12px;
        padding: 5px 50px;
    }
}

@media (max-width: 768px) {
    .header .logo {
        max-width: 110px;
    }

    .header .heading h1 {
        font-size: 8px;
    }

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

    .myform h1, .myform p {
        width: 100%;
        text-align: center;
    }

    .myform #form {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .myform #form label, .myform #form input, .myform #form label span {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .myform #form label, .myform #form label span {
        text-align: center;
    }

    .myform #form button {
        margin: 0 auto;
    }

    .menu-button {
        width: 100%;
    }

    .menu-button .thumb {
        height: calc((100vw - 60px) * 0.5333);
    }

    .menu-button a:after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url('../img/pcl-play-button.png') no-repeat center center;
        background-size: 100px auto;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #player-main-wrap {
        padding: 0;
    }
    .footer {
        background-image: none !important;
        background-color: #000!important;
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        height: auto !important;
    }

    .footer_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer_content {
        padding: 15px 15px;
        font-size: 10px;
    }
    .footer_content_desk {
        display: none;
    }
    .footer_content_mob {
        display: flex;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer_logos {
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }

    .footer_text {
       font-size: 8px;
        font-weight: 400;
        padding: 5px 15px;
    }
}