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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.hidden {
    display: none !important;
}
.clear{
    clear: both;
}
.clicktag{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 33;
    width: 675px;
}
.stream-banner{
    width: 1000px;
    height: 170px;
    position: relative;
    margin: 10px auto;
    background: #FFF;
    padding: 10px 0;
    box-sizing: border-box;
}

.stream-banner .stream-content{
    float: left;
    width: 100%;
    height: 100%;
}
.stream-banner .stream-player{
    float: left;
    margin-left: 48px;
}
.stream-banner .stream-info{
    position: relative;
    float: left;
    width: 490px;
}

.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: #432899;
}
.stream-banner .live-icon{
    float: left;
    width: 65px;
    height: 65px;
    background-color: #00660c;
    margin-left: 12px;
    box-sizing: border-box;
    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: 20px;
}
.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{
    font-size: 32px;
    line-height: 34px;
    color: #000;
    font-weight: 800;
    margin-top: 5px;
    text-transform: uppercase;
    float: left;
    width: 380px;
}
.stream-banner .stream-title span{
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 5px;
    line-height: 1;
}
.stream-banner .stream-title ins{
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    float: left;
}
.stream-banner .imgpro{
    float: left;
    margin-left: 98px;
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.stream-banner .imgpro img{
    float: left;
}
.stream-banner .imgpro .event-time{
    float: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 54px;
    border-left: 1px solid #000;
    padding-left: 12px;
    margin-left: 12px;
}
.stream-banner .stream-sponsor{
    float: right;
    font-size: 10px;
    color: #747474;
    box-sizing: border-box;
    text-align: center;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 55px;
    position: absolute;
    right: 0px;
    margin-top: -10px;
}
.stream-banner .stream-sponsor span{
    margin-right: 10px;
}
.stream-banner .stream-sponsor img{
    margin: 0 5px;
}
.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;
}
.stream-sponsor .desktop-partners{
    display: block;
}
.stream-sponsor .mobile-partners{
    display: none;
}

.stream-banner .imgpro{
    display: none;
}
/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1000px) {
    .stream-banner{
        width: 100%;
    }
    .clicktag{
        width: calc(100% - 290px);
    }
    .stream-banner .stream-sponsor{
        margin-right: 40px;
        margin-left: 0;
    }
    .stream-banner .stream-player{
        margin-left: 20px;
    }

}
@media screen and (max-width: 920px) {
    .stream-banner{
        width: 350px;
        padding: 10px;
        height: auto;
        padding-bottom: 5px;
    }
    .stream-title br{
    display: none;
}
    .stream-sponsor .desktop-partners{
        display: none;
    }
    .stream-sponsor .mobile-partners{
        display: block;
    }
    .stream-banner .stream-content{
        display: flex;
        flex-wrap: wrap;
    }
    .stream-banner .stream-sponsor{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .stream-banner .stream-sponsor span{
        margin-bottom: 8px;
    }
    .stream-banner .stream-info{
        order: -1;
        margin-bottom: 10px;
    }
    .stream-banner .live-icon{
        margin-left: 0;
        margin-top: -10px;
        margin-left: -10px;
    }
    .stream-banner .stream-title{
        font-size: 18px;
        line-height: 20px;
        margin-top: -3px;
        width: 235px;
    }
    .stream-banner .live-text{
        right: 20px;
        top: 2px;
    }
    .stream-banner .live-icon{
        width: 82px;
        height: 82px;
        margin-right: 12px;
    }
    .stream-banner .live-icon span{
        display: block;
        width: 100%;
    }
    .stream-banner .stream-player{
        margin-left: -5px;
    }
    .stream-banner .stream-player iframe{
        width: 340px !important;
        height: 191px !important;
    }
    .clicktag{
        width: 100%;
        height: 80px;
    }
    .stream-banner .stream-info{
        width: 100%;
    }
    .stream-banner .imgpro .event-time{
        font-size: 14px;
        line-height: 16px;
        border-left: 0;
        padding-left: 0;
        float: left;
        margin-left: 0;
    }
    .stream-banner .imgpro{
        margin-left: 0;
        display: block;
        float: none;
    }
    .stream-banner .imgpro img{
        width: 70px;
        float: right;
        margin-top: -6px;
    }
    .stream-banner .stream-title span{
        margin-top: 30px;
    }
    .stream-banner .stream-sponsor{
        margin-right: 0;
        position: static;
        margin-top: 5px;
    }

    .stream-banner .stream-title ins{
        font-size: 14px;
        font-weight:500;
        margin-top: 3px;
    }
    .stream-banner .imgpro{
        display: block;
        float: right;
        margin-top: -10px;
    }
}
@media screen and (max-width: 350px) {
    .stream-banner{
        width: 320px;
    }
    .stream-banner .live-icon{
        width: 72px;
        height: 72px;
        margin-left: -5px;
        margin-top: -5px;
    }
    .stream-banner .stream-title{
        font-size: 16px;
        line-height: 18px;
        margin-top: 0;
        width: 220px;
    }
    .stream-banner .stream-sponsor img{
        margin: 0 2px;
    }
    .stream-banner{
        padding: 5px;
    }
    .stream-banner .stream-player iframe{
        width: 340px !important;
        height: 191px !important;
    }
    .stream-banner .stream-player iframe {
        width: 320px !important;
        height: 180px !important;
    }
    .stream-banner .live-text {
        right: 15px;
        top: -2px;
    }
    .clicktag{
        height: 70px;
    }
    .stream-banner .stream-sponsor img{
        max-width: 100%;
    }
}   