/* -------------------------------------------
    AUDIO
   ------------------------------------------- */
   
#fap-wrapper {
    background: rgba(255,255,255, 0.9);
    left: 0;
    width: 100%;
    z-index: 100000;
    padding: 5px 0 2px 0;
    position: fixed;
    max-width: 100%;
    }

#fap-wrapper-switcher {
    text-align: center;
    font-weight: 600;
    right: -34px;
    height: 16px;
    cursor: pointer;
    padding: 3px 5px;
    position: absolute;
    font-size: 20px;
    }

#fap-wrapper * {
    list-style: none !important;
    box-sizing: content-box;
    line-height: 12px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 0;
    padding: 0;
    outline: none !important;
    max-width: 100%;
    }

#fap-wrapper-switcher.fap-top { line-height: 18px }

#fap-wrapper-switcher.fap-bottom { 
	line-height: 10px; 
	padding: 3px 5px; 
	}

#fap-init-text {
    left: 0;
    position: absolute;
    font-size: 12px;
    }

.fap-wrapper-top #fap-init-text { bottom: 20px }

.fap-wrapper-bottom #fap-init-text { top: 20px }

#fap-main {
    width: 1190px;
    height: 100%;
    position: relative;
    }

/* Meta Stuff */

#fap-meta-wrapper {
    margin-top: 5px;
    margin-right: 40px;
    float: left;
    width: 420px;
    }

#fap-cover-wrapper {
    margin-right: 10px;
    float: left;
    width: 54px;
    height: 100%;
    }

#fap-current-cover, #fap-cover-replacement {
    text-align: center;
    font-size: 18px;
    }

#fap-track-info {
    margin-left: 10px;
    height: 100%;
    }

#fap-current-title {
    margin-top: -2px;
    line-height: 18px;
    white-space: nowrap;
    margin-bottom: 3px;
    text-transform: uppercase;
    float: left;
    width: 348px;
    height: 19px;
    overflow: hidden;
    font-size: 16px;
    }

#fap-current-meta {
    text-transform: uppercase;
    width: 348px;
    float: left;
    overflow: hidden;
    font-size: 14px;
    font-size: 14px;
    }

#fap-current-meta div {
    text-transform: uppercase;
    float: left;
    width: 348px;
    height: 20px;
    font-size: 12px;
    }

#fap-current-meta a {
    line-height: 13px;
    margin-bottom: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    padding: 2px 5px;
    display: inline;
    font-size: 12px;
    }

/* Player Controls */

#fap-player-wrapper {
    margin-top: 5px;
    float: left;
    width: 730px;
    height: 62px;
    }

#fap-player-controls {
    margin-top: -4px;
    width: 630px;
    float: left;
    height: 100%;
    position: relative;
    min-width: 90px;
    }

#fap-playlist-controls {
    margin-top: 17px;
    float: right;
    width: 60px;
    }

#fap-main-controls {
    margin-right: 10px;
    float: left;
    width: 100px;
    height: 60px;
    display: block;
    }

#fap-main-controls #fap-play-pause.fa-play {
    width: 29px;
    height: 39px;
    }

#fap-main-controls #fap-play-pause:hover, #fap-main-controls #fap-play-pause.fa-play:hover { opacity: 0.7 }

#fap-main-controls #fap-play-pause {
    top: 12px;
    left: 31px;
    width: 29px;
    height: 39px;
    }

#fap-main-controls #fap-previous, #fap-main-controls #fap-next { top: 19px }

#fap-main-controls #fap-previous {
    width: 24px;
    height: 24px;
    }

#fap-main-controls #fap-previous:hover, #fap-main-controls #fap-next:hover { opacity: 0.7 }

#fap-player-wrapper a, #fap-player-wrapper a:visited, #fap-player-wrapper a:hover { text-decoration: none !important }

#fap-main-controls #fap-next {
    width: 24px;
    height: 24px;
    }

#fap-main-controls #fap-next { left: 67px }

#fap-main-controls > a {
    display: block;
    position: absolute;
    }

#fap-volume-bar {
    margin-top: 21px;
    border-radius: 2px;
    padding-right: 10px;
    width: 90px;
    float: right;
    height: 20px;
    position: relative;
    }

#fap-volume-bar #fap-volume-scrubber {
    margin-top: 5px;
    margin-left: 5px;
    width: 90px;
    height: 10px;
    }

#fap-time-bar div, #fap-volume-bar * { cursor: pointer }

#fap-volume-sign.volume-on {
    margin-top: -3px;
    margin-left: -29px;
    width: 24px;
    float: left;
    height: 24px;
    }

#fap-volume-sign.volume-off {
    margin-top: -3px;
    margin-left: -29px;
    width: 24px;
    float: left;
    height: 24px;
    }

#fap-volume-sign.volume-on:hover, #fap-volume-sign.volume-off:hover { opacity: 0.7 }

#fap-time-bar {
    margin-top: 21px;
    border-radius: 2px;
    padding-right: 10px;
    width: 340px;
    float: left;
    height: 20px;
    position: relative;
    }

#fap-time-bar #fap-current-time { float: left }

#fap-time-bar #fap-total-time {
    margin-right: -10px;
    float: right;
    }

#fap-time-bar > span {
    margin-top: 24px;
    font-size: 12px;
    }

#fap-time-bar div {
    top: 0;
    left: 0;
    position: absolute;
    }

#fap-loading-bar {
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 2px;
    height: 10px;
    }

#fap-progress-bar {
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 1px;
    height: 10px;
    }

#fap-volume-scrubber { height: 6px }

/* Playlist Stuff */

#fap-volume-scrubber > #fap-volume-indicator {
    width: 90px;
    height: 10px;
    position: absolute;
    }

#fap-playlist-shuffle {
    margin-right: 20px;
    margin-bottom: 10px;
    width: 20px;
    float: left;
    height: 20px;
    }

#fap-playlist-shuffle:hover, #fap-playlist-toggle:hover { opacity: 0.7 }

#fap-playlist-toggle {
    margin-bottom: 10px;
    width: 20px;
    float: left;
    height: 20px;
    }

#fap-playlist {
    margin-top: -20px;
    width: 100%;
    height: 100%;
    }

#fap-playlist li {
    margin-right: 10px;
    color: #000;
    font-size: 16px;
    }

#fap-playlist li .fap-remove-track {
    line-height: 22px;
    float: right;
    cursor: pointer;
    font-size: 18px;
    }

#fap-playlist li > span {
    line-height: 24px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    }
	
#fap-playlist li img, #fap-playlist li .fap-cover-replace-small {
    text-align: center;
    float: left;
    width: 25px;
    height: 25px;
    }

.fap-xml-playlist span { display: none }

/* Popup Skin */

.fap-popup-skin #fap-wrapper-switcher {
    text-align: center;
    display: none;
    font-size: 20px;
    }

/* Soundcloud */

.sc-player-engine-container {
    top: -200px;
    left: -200px;
    width: 1px;
    height: 1px;
    position: fixed;
    }

/* Helper */

.fap-clearfix { zoom: 1 }

.clear { clear: both }

.fap-clearfix:before, .fap-clearfix:after {
    height: 0;
    content: "\0020";
    display: block;
    overflow: hidden;
    }

.fap-clearfix:after { clear: both }

/* -------------------------------------------
    RADIO
   ------------------------------------------- */

#radio-wz {
    width: 100%;
    bottom: 0;
    z-index: 100;
    position: fixed;
    }

#radio-wz-source {
    text-decoration: none;
    width: 100%;
    height: 54px;
    padding: 10px 0;
    }

#radio-wz-hide {
    width: 1005px;
    margin: 0px auto 0px auto;
    }

.radio-wz-open-hidden {
    margin-left: 1110px;
    font-weight: 600;
    width: 22px;
    color: #000;
    height: 22px;
    cursor: pointer;
    position: abosolute;
    font-size: 20px;
    }

.radio-wz-open-hidden:before {
    top: -3px;
    left: 5px;
    content: "\00d7";
    position: relative;
    }

.radio-wz-open-hidden:hover { color: rgba(0,0,0, 0.7) }

.radio-wz-hidden-open:before { content: "+" }

#radio { margin: 0px auto 0px auto }

#radiovolumecontroller {
    background: rgba(0, 0, 0, 0.1);
    left: 65px;
    }

#radiocanvas { left: 65px }

#radiodevicetext { display: none }

#radiochannelname {
    background: #000;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    top: 3px;
    left: 68px;
    color: #fff;
    height: 21px;
    padding: 1px 8px;
    position: absolute;
    font-size: 18px;
    }

#radiostatustext {
    background: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    left: 68px;
    color: #000;
    height: 21px;
    bottom: 3px;
    padding: 0px 8px;
    position: absolute;
    font-size: 16px;
    }

#radioinfocontainer { background: #000 }

#radiovolumeimg {
    top: 6px;
    left: 15px;
    }

#radiovolumetext {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    bottom: 5px;
    font-size: 14px;
    }