@charset "utf-8";


@font-face {
    font-family: 'rotondacregular';
    src: url('../fonts/rotondac-webfont.eot');
    src: url('../fonts/rotondac-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rotondac-webfont.woff2') format('woff2'),
    url('../fonts/rotondac-webfont.woff') format('woff'),
    url('../fonts/rotondac-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rotondacbold';
    src: url('../fonts/rotondac-bold-webfont.eot');
    src: url('../fonts/rotondac-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rotondac-bold-webfont.woff2') format('woff2'),
    url('../fonts/rotondac-bold-webfont.woff') format('woff'),
    url('../fonts/rotondac-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body,html{
    height: 100%;
    padding: 0;
    margin: 0;
}
body{
    background: url('../img/desktop-bg.jpg') no-repeat;
    background-size: cover;
}

.main-wrap{
    float: left;
    clear: both;
    width: 100%;

    height: 100%;
}

.main-fixed{
    width: 1110px;
    margin: 0 auto;
    height: 100%;
}

.main-cont{
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    height: 100%;
}

header{
    float: left;
    clear: both;
    width: 100%;
    padding-top: 67px;
}

.on-air{
    float: left;
    clear: both;
    width: 100%;
}

.on-air h1{
    font-family: 'rotondacbold';
    font-size: 120px;
    color: #ff01ae;
    margin-top: 86px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.play-pause{
    float: left;
    clear: both;
    width: 100%;
}

.play-pause button{
    background: url('../img/play-pause.png') no-repeat 0 bottom;
    width: 57px;
    height: 57px;
    border: none;
    cursor: pointer;
    float: left;
}

.play-pause label{
    font-family: 'rotondacbold';
    float: left;
    font-size: 28px;
    color: #ff00ae;
    margin-top: 15px;
    margin-left: 22px;
}

footer{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;

}

footer div{

    font-size: 14px;
    color: #3d3d3e;
    font-family: 'rotondacregular';
    margin-top: -61px;
    float: left;
    width: 100%;
    line-height: 20px;
}

footer a{
    color: #ff00ae;
    text-decoration: none;
}

.stop-radio{
    background-position: 0 0!important;
}
*{
    outline: none;
}

.mobile{
    display: none;
}