body{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    font-family: 'arial', sans-serif;
    color: #fff;
}
.uk-logo img{
    width: 70px;
}
.content{
    padding: 50px 0;
}
#my-gn h1{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
}
#my-gn p{
    font-size: 18px;
}
.uk-navbar-nav>li>a{
    color: #333;
    font-size: 16px;
}
#my-gw{
    margin-top: 50px;
}
#my-gw h1{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
}
#my-gw p{
    font-size: 18px;
}
.list{
    overflow: hidden;
    padding: 10px 30px;
    border-radius: 100px;
    background: rgba(233, 77, 24,0.7);
    margin-bottom: 15px;
}
.list a{
    color: #fff;
    width: 85%;
    font-size: 16px;
    float: left;
}
.list .z-ico{
    float: right;
}
.live-btn{
    background: rgba(233, 77, 24,0.7);
    padding: 10px 50px;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;

}
.live-btn span{
    padding: 0 10px;
}
*+.uk-hr, *+hr{
    margin-top: 40px;
}