@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
@font-face {
    font-family: 'Conv_Mont-HeavyDEMO';
    src: url('../fonts/Mont-HeavyDEMO.eot');
    src: local('☺'), url('../fonts/Mont-HeavyDEMO.woff') format('woff'), url('../fonts/Mont-HeavyDEMO.ttf') format('truetype'), url('../fonts/Mont-HeavyDEMO.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
iframe body{
    padding: 0 !important;
    margin: 0 !important;
}
.hidden {
    display: none !important;
}
.clear{
    clear: both;
}
.clicktag{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 33;
    width: 690px;
}
.stream-banner{
    width: 1000px;
    height: 171px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: left -17px center;
    background-color: #fff;
}

.stream-banner .stream-content{
    float: left;
    width: 100%;
    height: 100%;
}
.stream-banner .stream-player{
    float: left;
    margin-left: 23px;
    margin-top: 3px;
}
.stream-banner .stream-info{
    float: left;
}
.stream-banner .stream-title .mobile-title{
    display: none;
}
.stream-banner .live-text{
    font-size: 12px;
    color: #93ca5d;
    position: absolute;
    right: 13px;
    top: -2px;
    background-color: #FFF;
    border-left: 8px solid #FFF;
    border-right: 8px solid #FFF;
}
.stream-banner .live-text ins{
    text-decoration: none;
    color: #c13c3b;
}
.stream-banner .live-text a{
    text-decoration: none;
    color: #548f44;
}
.stream-banner .live-icon{
    float: left;
    width: 68px;
    height: 68px;
    background-color: #6f24aa;
    margin-left: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 16px;
    font-family: 'Conv_Mont-HeavyDEMO';
}
.stream-banner .live-icon .play-icon{

}
.stream-banner .live-icon .play-icon .blink{
    position: absolute;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.stream-banner .stream-title{
    float: left;
}
.stream-banner .stream-sponsor{
        margin-right: 0px;
    float: right;
    font-size: 13px;
    color: #1a2e45;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    width: 273px;
}
.stream-banner .stream-sponsor span{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.stream-banner .stream-sponsor .partners{
    display: flex;
    align-items: center;
}
.stream-banner .stream-sponsor img{
    margin: 0 8px;
}
.stream-banner .stream-sponsor .sponsor-left{
    float: left;
    display: flex;
    align-items: center;
}
.stream-banner .stream-sponsor .sponsor-right{
    float: right;
    display: flex;
    align-items: center;
}
.mobile-sponsor{
    display: none;
}
/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1000px) {
    .stream-banner{
        width: 100%;
    }
    .clicktag{
        width: calc(100% - 310px);
    }
}
@media screen and (max-width: 980px) {
    .stream-banner .stream-sponsor{
        width: 240px;
    }
}
@media screen and (max-width: 950px) {
    .stream-banner{
        width: 360px;
        height: 362px;
        background-image: url(../img/background-mobile.jpg);
        background-position: top center;
    }
    .stream-banner .stream-content{
        display: flex;
        flex-wrap: wrap;
    }
    .stream-banner .stream-info{
        order: -1;
    }
    .stream-banner .live-icon{
        margin-top: 0;
        margin-left: 0;
        width: 80px;
        height: 80px;
        margin-right: 28px;
        font-size: 25px;
    }
    .stream-banner .stream-title .desktop-title{
        display: none;
    }
    .stream-banner .stream-title .mobile-title{
        display: block;
    }
    .stream-banner .stream-player{
        margin-left: 2px;
        margin-top: -1px;
    }
    
    .stream-banner .stream-player iframe{
        width: 356px !important;
        height: 200px !important;
    }
    .stream-sponsor{
        display: none;
    }
    .mobile-sponsor{
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
        margin-top: 12px;
    }
    .mobile-sponsor .mobile-organizer{
        float: left;
        margin-left: 10px;
    }
    .mobile-sponsor .mobile-logos{
        max-width: 100%;
    }
    .clicktag{
        width: 100%;
        height: 90px;
    }
}
@media screen and (max-width: 360px) {
    .stream-banner{
        width: 320px;
        background-size: contain;
    }
    .stream-banner .stream-player {
        margin-left: 1px;
        margin-top: -26px;
    }
    .stream-banner .live-icon{
        margin-right: 16px;
        width: 70px;
        height: 70px;
    }
    .stream-banner .stream-player iframe {
        width: 318px !important;
        height: 178px !important;
    }
    .mobile-sponsor .mobile-organizer{
        float: left;
        margin-left: 2px;
        width: 55px;
    }
    .mobile-sponsor{
        margin-top: -3px;
    }
}