html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

body, html {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #2F0743;;
    /*background: url(../img/oldskin/background.jpg) 0 0;*/
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

a {
    text-decoration: none;
    color: inherit;
    outline-style: none;
    outline-width: 0
}

b, strong {
    font-weight: 600
}

.tooltip {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tooltip:before {
    bottom: -2px;
    margin-bottom: -15px;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.85);
    border-width: 5px;
    margin-left: -5px;
    z-index: 14;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tooltip:after {
    background: #111;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    color: #fff;
    content: attr(data-title);
    display: block;
    left: 0;
    bottom: -28px;
    padding: 6px 8px;
    position: absolute;
    white-space: nowrap;
    z-index: 15;
    font-size: 13px;
    z-index: 15;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tooltip:after, .tooltip:before {
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.tooltip:hover:before, .tooltip:hover:after {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible
}

.tooltip:hover:before {
    margin-bottom: 0
}

.preloader {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    background: rgba(250, 250, 250, 0.95);
    transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 999
}

.preloader.loadComplete {
    opacity: 0;
    visibility: hidden
}

.preloader .text_area {
    display: block;
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    top: 40%;
    margin-top: -25px
}

.header {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px
}

.header ul {
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15)
}

.header ul li {
    float: left;
    display: block;
    margin: 0;
    text-align: center;
    height: 100%;
    line-height: 40px
}

.header ul li > a {
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    border: 0;
    color: #D7D7D7;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out
}

.header ul li > a:hover {
    opacity: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.05)
}

.header ul li:first-child {
    background: none
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url(../img/oldskin/sprite.png) no-repeat;
    vertical-align: middle
}

.icon.twitter {
    background-position: 0 0
}

.icon.like {
    background-position: -20px 0
}

.stats {
    display: block;
    margin: 35px 0 25px;
    text-align: center
}

.stats .artist-image {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1)
}

.stats .artist-image .share-area {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.75);
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform: scale(1.5)
}

.stats .artist-image .share-area a {
    margin: 0 3px;
    transition: opacity cubic-bezier(0.25, 0.8, 0.25, 1) 200ms;
    -webkit-transition: opacity cubic-bezier(0.25, 0.8, 0.25, 1) 200ms;
    opacity: .75
}

.stats .artist-image .share-area a:hover {
    opacity: 1
}

.stats .artist-image .share-area a.facebook {
    position: absolute;
    left: -100px;
    transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1)
}

.stats .artist-image .share-area a.twitter {
    position: absolute;
    right: -100px;
    transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1)
}

.stats .artist-image .share-area span {
    display: block;
    font-size: 15px;
    text-align: center;
    margin: 40px 0 10px
}

.stats .artist-image .artist-img {
    z-index: 1;
    position: absolute;
    top: 0
}

.stats .artist-image:hover .share-area {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.stats .artist-image:hover .share-area a.facebook {
    left: 25px;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms
}

.stats .artist-image:hover .share-area a.twitter {
    right: 25px;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms
}

.stats .artist-image .artist-preload {
    position: absolute;
    right: 0;
    left: 0;
    height: 4px;
    bottom: 0;
    z-index: 6;
    background-color: #159756;
    -webkit-animation: preloaderbackground linear 3s infinite;
    animation: preloaderbackground linear 3s infinite
}

.stats .artist-image .artist-preload:after, .stats .artist-image .artist-preload:before {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 0;
    height: 4px;
    background: #afa;
    -webkit-animation: preloaderfront ease-in 3s infinite;
    animation: preloaderfront ease-in 3s infinite;
    content: ''
}

.stats .artist-image .artist-preload:after {
    right: 50%
}

.stats .artist-image .artist-preload:before {
    left: 50%
}

.stats .onair {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    text-align: left;
    color: #fff
}

.stats .onair a {
    color: #fff
}

.stats .onair .artist {
    font-size: 18pt;
    font-weight: 300
}

.stats .onair .title {
    font-size: 16pt;
    font-weight: 300;
}

.stats .onair .time {
    color: #f0f0f0;
    font-weight: 300;
    font-size: 11pt
}

.stats .onair .logo {
    background: url() -8px no-repeat;
    width: 165px;
    height: 35px;
    display: block;
}

.stats .onair .logo-title {
    font-size: 13pt;
    display: block;
    font-weight: 300;
    border-bottom: 1px solid #25385d;
    padding-bottom: 4px;
    color: #7e9ec7;
    margin-bottom: 4px;
}

.border-radius {
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    behavior: url(PIE.htc)
}

.player {
    padding: 15px 0 5px;
    max-width: 720px;
    margin: 0 auto;
    background: url(../img/oldskin/sprite.png) no-repeat center -25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.player .playback {
    display: inline-block;
    margin: 0 10px;
    height: 72px;
    vertical-align: middle;
    overflow: hidden
}

.player .playback .play, .player .playback .stop {
    cursor: pointer
}

.player .playback .play svg, .player .playback .stop svg {
    display: none
}

.player .playback .play {
    display: inline-block;
    position: relative;
    width: 72px;
    height: 72px;
    background: url(../img/oldskin/sprite.png) no-repeat -1px -210px;
    cursor: pointer;
    vertical-align: bottom
}

.player .playback .play:hover {
    background-position: -83px -210px
}

.player .playback .stop {
    display: inline-block;
    position: relative;
    width: 72px;
    height: 72px;
    background: url(../img/oldskin/sprite.png) no-repeat -165px -210px;
    cursor: pointer;
    vertical-align: bottom
}

.player .playback .stop:hover {
    background-position: -247px -210px
}

.player .playback .stop:before {
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    background: transparent url(../img/oldskin/sprite.png) no-repeat -330px -210px;
    -webkit-animation: playspin 3s infinite linear;
    -ms-animation: playspin 3s infinite linear;
    animation: playspin 3s infinite linear
}

.player .volume-control {
    display: inline-block;
    margin: -15px 10px 0;
    vertical-align: middle
}

.player .volume-control .volume-icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 26px
}

.player .volume-control .volume-icon svg {
    fill: #fff
}

.player .volume-control .volume-slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.player .volume-control .volume-slider .progress {
    margin: 0 5px;
    width: 240px;
    height: 8px;
    padding: 1px;
    background: #ccc;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 3px
}

.player .volume-control .volume-slider .progress .bar {
    position: relative;
    display: block;
    height: 100%;
    background: #8d6b9e;
    width: 50%;
    border-radius: 3px
}

.player .volume-control .volume-slider .progress .circle-control {
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    width: 23px;
    height: 23px;
    background: transparent url(../img/oldskin/sprite.png) no-repeat -160px 0;
    transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.8, 0.25, 1)
}

.player .volume-control .volume-slider .progress:hover .circle-control {
    cursor: pointer;
    opacity: .95
}

.player .volume-control .volume-slider .player-status {
    color: #fff;
    font-size: 10pt;
    position: absolute;
    text-align: center;
    width: 250px;
    top: 100%;
    margin-top: 10px
}

.player .playlists {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    float: right;
    height: 55px;
    margin: 5px 5px 0 0;
    text-align: center;
    background: url(../img/oldskin/sprite.png) no-repeat 0 -340px
}

.player .playlists span {
    color: #fff;
    display: block;
    font-size: 9pt;
    margin: 0 0 8px
}

.player .playlists .winamp {
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background: url(../img/playlists.png) -70px 0 no-repeat;
    transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: .75
}

.player .playlists .winamp:hover {
    opacity: 1;
    margin-top: -2px;
    padding-bottom: 2px
}

.player .playlists .wmp {
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background: url(../img/playlists.png) 0 0 no-repeat;
    transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: .75
}

.player .playlists .wmp:hover {
    opacity: 1;
    margin-top: -2px;
    padding-bottom: 2px
}

.player .playlists .quicktime {
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background: url(../img/playlists.png) -35px 0 no-repeat;
    transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: .75
}

.player .playlists .quicktime:hover {
    opacity: 1;
    margin-top: -2px;
    padding-bottom: 2px
}

.player .playlists .rlplayer {
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background: url(../img/playlists.png) -105px 0 no-repeat;
    transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: .75
}

.player .playlists .rlplayer:hover {
    opacity: 1;
    margin-top: -2px;
    padding-bottom: 2px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    color: #4B4B4B;
    display: none;
    width: 220px;
    padding: 1px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    color: #4B4B4B;
    margin: 0;
    padding: 8px 14px;
    font-size: 110%;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 4px 8px
}

.popover-content p, .popover-content ul, .popover-content ol {
    margin-bottom: 0
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow:after {
    content: "";
    z-index: -1
}

.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff
}

.popover.top .arrow:after {
    border-width: 11px 11px 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -1px;
    left: -11px
}

.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #fff
}

.popover.right .arrow:after {
    border-width: 11px 11px 11px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: -1px
}

.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #fff
}

.popover.bottom .arrow:after {
    border-width: 0 11px 11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -1px;
    left: -11px
}

.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #fff
}

.popover.left .arrow:after {
    border-width: 11px 0 11px 11px;
    border-left-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    right: -1px
}

@-webkit-keyframes preloaderbackground {
    0%, 24.9% {
        background-color: #159756
    }
    25%, 49.9% {
        background-color: #da4733
    }
    50%, 74.9% {
        background-color: #3b78e7
    }
    75%, 100% {
        background-color: #fdba2c
    }
}

@keyframes preloaderbackground {
    0%, 24.9% {
        background-color: #159756
    }
    25%, 49.9% {
        background-color: #da4733
    }
    50%, 74.9% {
        background-color: #3b78e7
    }
    75%, 100% {
        background-color: #fdba2c
    }
}

@-webkit-keyframes preloaderfront {
    0% {
        width: 0;
        background-color: #da4733
    }
    24.9% {
        width: 50%;
        background-color: #da4733
    }
    25% {
        width: 0;
        background-color: #3b78e7
    }
    49.9% {
        width: 50%;
        background-color: #3b78e7
    }
    50% {
        width: 0;
        background-color: #fdba2c
    }
    74.9% {
        width: 50%;
        background-color: #fdba2c
    }
    75% {
        width: 0;
        background-color: #159756
    }
    100% {
        width: 50%;
        background-color: #159756
    }
}

@keyframes preloaderfront {
    0% {
        width: 0;
        background-color: #da4733
    }
    24.9% {
        width: 50%;
        background-color: #da4733
    }
    25% {
        width: 0;
        background-color: #3b78e7
    }
    49.9% {
        width: 50%;
        background-color: #3b78e7
    }
    50% {
        width: 0;
        background-color: #fdba2c
    }
    74.9% {
        width: 50%;
        background-color: #fdba2c
    }
    75% {
        width: 0;
        background-color: #159756
    }
    100% {
        width: 50%;
        background-color: #159756
    }
}

@-webkit-keyframes playspin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes playspin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@keyframes playspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 640px) {
    .player .volume-control {
        display: none
    }

    .player .playback {
        margin: 0 5px 0 15px
    }

    .stats {
        margin: 20px 0 15px
    }

    .stats .artist-image {
        margin: 0 0 10px
    }

    .stats .onair {
        display: block;
        text-align: center;
        margin: 0 5px 10px
    }

    .stats .onair .artist {
        display: inline;
        font-size: 16px
    }

    .stats .onair .artist:after {
        content: ' - '
    }

    .stats .onair .title {
        display: inline;
        font-size: 16px
    }

    .stats .onair .time {
        display: none !important;
        visibility: hidden
    }
}

@media (min-width: 120px) and (max-width: 650px) {
    .player .playlists {
        width: 220px
    }
}

@media (min-height: 125px) and (max-height: 342px) and (min-width: 620px) {
    .stats {
        margin: 20px 0 15px
    }

    .stats .artist-image {
        width: 120px;
        height: 120px
    }

    .stats .artist-image img#artist-img {
        width: 120px !important;
        height: 120px !important
    }
}

@media (max-height: 125px) {
    .stats {
        display: none
    }

    .header {
        display: none
    }

    body, html {
        overflow: hidden
    }

    .player {
        padding: 2px 0;
        background-position: center -32px
    }
}

@media (min-height: 342px) and (min-width: 720px) {
    body, html {
        overflow: hidden
    }
}