@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
    /*background:  url("../gymboree/sot-bg1.jpg") no-repeat top center;*/
    font-family: 'Open Sans', sans-serif;
    margin:      0 auto;
    width:       1160px;
}

#main-wrapper {
    background: url("../img/bg.jpg") no-repeat top;
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 70px;
}

.clear {
    clear:   both;
    margin:  0;
    padding: 0;
}

a:hover {
    color:           inherit;
    text-decoration: none;
}

.logo {
    float:        right;
    margin-right: 25px;
    margin-top:   30px;
}

.logo img {
    float: right;
    width: 70%;
}

.first {
    float: left;
    width: 47%;
    margin-top: -90px;
}
.first img {
    width: 500px;
}
.first h1 {
    color:         #fff;
    font-size:     36px;
    font-weight:   400;
    line-height:   1.3;
    margin-bottom: 0;
    text-align: center;
}

.four {
    margin:     0 auto;
    margin-top: 0px;
    width:      92%;
}

.player-left {
    color:          #ffff00;
    float:          left;
    font-size:      18px;
    font-weight:    600;
    line-height:    14px;
    margin-top:     25px;
    text-align:     center;
    width:          100%;
    text-transform: uppercase;
}

.player {
    background: #021D35;
    border:     5px solid #fff;
    float:      left;
    margin-top: 5px;
    position:   relative;
    width:      100%;
}
.player-right {
    float: right;
    line-height: 12px;
    margin-top: 23px;
    text-align: right;
}
.player-right i {
    color: gray;
    float: left;
}
.panel-live i {
    color: red;
}
.player-right span {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
}
.stream-1 {
    border-bottom:  40px solid #ffff00;
    border-right:   25px solid transparent;
    float:          left;
    font-size:      20px;
    font-weight:    700;
    height:         0;
    line-height:    1.9;
    padding:        0px 15px 0px;
    text-transform: uppercase;
    width:          180px;
}

iframe {
    min-height: 484px;
    width:      100%;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    body {
        height:     200px;
        width:      100%;
    }
    
    .logo {
        margin-right: 0;
        margin-top:   20px;
        text-align:   center;
    }
    
    .logo img {
        float: none;
        width: 50%;
    }
    
    .first img {
        width: 100%;
    }
    .first {
        margin-top: 15px;
        width:      100%;
    }
    
    .first h1 {
        font-size:   22px;
        line-height: 30px;
    }
    
    .stream-1 {
        border-bottom: 32px solid #ffff00;
        border-right:  20px solid transparent;
        float:         left;
        font-size:     16px;
        width:         130px;
    }

    iframe {
        min-height: 300px;
        width:      100%;
    }
    
    .player {
        width: 100%;
    }
    
    .player-left {
        float:       left;
        font-size:   16px;
        margin-left: 0;
        margin-top:  15px;
        text-align:  left;
        width:       100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    body {
        width:      100%;
        height:     200px;
    }
    
    .logo {
        margin-top: 5px;
    }
    
    .logo img {
        width: 35%;
    }
    .first img {
        width: 100%;
    }
    .first {
        float: left;
        width:60%;
        margin-top: -30px;
    }
    .four {
        width:         100%;
        margin-bottom: 15px;
    }
    
    .first h1 {
        font-size: 21px;
    }
    
    .stream-1 {
        border-bottom: 30px solid #ffff00;
        border-right:  20px solid transparent;
        font-size:     16px;
        padding:       0px 10px 0px;
        width:         120px;
    }
}