*{
    margin: 0;
    padding: 0;
}
@font-face{
    font-family:proxima-nova;
    font-weight: 300;
    font-style: normal;
    src: local('proxima-nova'), url('../font/proxima-nova-light.woff') format('woff');
}
@font-face{
    font-family:proxima-nova;
    src: local('proxima-nova'), url('../font/proxima-nova-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
body, html{
    font-family: "proxima-nova",sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding: 0;
    background-color: #a60a0a;
    /*-webkit-font-smoothing: antialiased;*/
    text-rendering: optimizeLegibility;
}
body{
    margin: auto;
    line-height: 1.5;
    /*max-width: 450px;*/
}
ul, li, ol{
    list-style-type: none;
}

a:link{
	color: #f30808;
}
a:visited{
	color: #f30808;
}
a:hover{
	color: #f30808;
}
a:active{
	color: #f30808;
}
.main-container{
    width: 1440px;
}
.hub-senal{
    position: absolute;
    padding: 10px;
    margin-top: 1px;
    overflow: hidden;
}
.navigation{
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
.navigation em{
    display: inline-block;
    font-style: inherit;
    padding: 0 5px;
}
.hub-senal .hub-tags{
    float: left;
}
.hub-tags li{
    float: left;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    background: #e04947;
}
.ult-song li{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 4px;
}
.hub-tags li a{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}
.hub-tags > li.active, .hub-tags > li:hover{
    border-color: #E57A64;
    background: #E57A64;
    color: #fff
}
@media screen and (max-width : 480px) {
    body{
        max-width: 100%;
    }
    .main-container{
        width: 100%;
    }
    .logo_radio{
        width: 100%;
    }
    .stats .artist-image{
        width: 100%;
    }
}