@font-face {
    font-family: 'SocialFont';
    src: url('/resources/justvector-webfont.eot');
    src: url('/resources/justvector-webfont.eot?#iefix') format('eot'),
         url('/resources/justvector-webfont.woff') format('woff'),
         url('/resources/justvector-webfont.ttf') format('truetype'),
         url('/resources/justvector-webfont.svg#webfontkw9J4lGf') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,ul,li {
	padding:0;
	margin:0;
	border:0;
	-webkit-text-size-adjust:none !important;
}

body {
	font-size:100%;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	font-family:helvetica;
}
.social-font{
    font-weight: normal;
    font-style: normal;
    font-family: 'SocialFont', sans-serif;
}
.ui-page {
    -webkit-backface-visibility: hidden;
}
.ui-header h1{
    font-size:100%!important;
    margin: .9em 90px .8em!important;
}
h1.left{
    margin: .8em 90px .6em 0px !important;
    text-align:left !important;
    padding-left:15px !important;
}
h1.mid{
    margin: 0px 46px 0px 47px !important;
    text-align:center !important;
    padding-left:0px !important;
    height:45px!important;
    line-height:45px!important;
}
h1.logo{
    background:url(/images/logo-toolbar.png) no-repeat 50% 50%;
}
h1.no-right{
    border-right:none;
}
.ui-title-image{
    margin-top:0!important;
    margin-bottom:0!important;
    background:url(/images/logo-toolbar.png) no-repeat 8px 50%;
    height:45px!important;
    margin-right:200px;
    border-right:1px solid #000;
}
.ui-header{
    height:45px;
    border-bottom:1px solid #444;
    z-index:1001;
    background-color:#222;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));
	background-image:-moz-linear-gradient(top, #999, #666 2%, #222);
	background-image:-o-linear-gradient(top, #999, #666 2%, #222);
}
.ui-header a.btn {
    position:absolute;
    top:7px;
    width:28px;
    font-size:26px;
    color:#fff!important;
    text-decoration:none;
    padding:4px 6px;
    text-align:center;
    text-shadow:none!important;
    font-weight:normal!important;
}
.ui-header a.btn:active, .ui-header a.btn:hover{
    color:#fff;
}
.ui-header a.text-btn{
    line-height:50px;
    text-decoration:none;
    color:#fff;
    text-align:center;
    background-image:none !important;
    font-size:100%
    font-weight:normal;
}
.ui-header a.tap {
    text-shadow:0 0px 20px #fff;
}
.ui-header a.chat {
    left:5px;
    font-size:30px;
    top:4px;
}
.ui-header a.settings {
    right:0px;
    background-image:url(/images/btn-settings.png);
}
.ui-header a.menu {
    right:5px;
}
.ui-header a.post-message {
    right:5px;
}
.ui-header a.back-btn {
    left:5px;
}

/* Stream list items */
ul#stream, ul#menu-list{
    list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}
li.stream-item{
    padding:0 !important;
    position:relative;
    min-height:75px;
    line-height: 1.3em;
    text-shadow:0 1px 1px #fff;

    border-bottom:1px solid #d1d1d1;
	border-top:1px solid #fff;
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f1ef), to(#ededed));
	background-image:-moz-linear-gradient(top, #fafafa, #ededed);
	background-image:-o-linear-gradient(top, #fafafa, #ededed);
}
li.stream-tap{
    background:#fff;
}
li.stream-song{

}
li.stream-song .corner{
    background: url(/images/corner-song.png) no-repeat 0 0 !important;
    width:20px; height:20px;
    position:absolute;
    top:-1px; left:0;
}
li.stream-song .artwork{
    position:absolute;
    top:8px; right:10px;
    width:45px; height:45px;
    background:url(/images/noart-45.png) no-repeat 50% 50%;
    border:3px solid #fff;
    /*-webkit-box-shadow:0px 5px 5px -5px #888;*/
    -webkit-box-shadow:0px 0px 1px #888;
    -moz-box-shadow:0px 0px 1px #888;
    box-shadow:0px 0px 1px #888;
}
li.stream-song .info{
    padding:8px 0 8px 15px;
    margin-right:60px;
    font-weight:normal;
}
li.stream-song .info .title{
    font-weight:bold;
    font-size: 95%;
}
li.stream-song .info .artist{
    font-size:90%;
}
li.stream-song .info .timestamp{
    color:#888;
    font-size:80%;
    display:block;
}

li.stream-msg{
    min-height:75px;
}
li.stream-msg .avatar{
    position:absolute;
    top:9px; left:5px;
    width:45px; height:45px;
    background:url(/images/nouser-50.png) no-repeat 50% 0;
    background-size: 45px 45px;
    border:3px solid #fff;
    -webkit-box-shadow:0px 0px 1px #888;
}
li.stream-msg .type-icon{
    width:16px; height:16px;
    position:absolute;
    top:48px; left:42px;
    background-repeat: no-repeat;
    background-image: url(/images/social-icons.png);
}
li.stream-msg .type-android{
    background-position:0 0;
}
li.stream-msg .type-facebook{
    background-position:0 -20px;
}
li.stream-msg .type-twitter{
    background-position:0 -40px;
}
li.stream-msg .type-ios{
    background-position:0 -60px;
}
li.stream-msg .type-voice{
    background-position:0 -80px;
}
li.stream-msg .type-sms{
    background-position:0 -100px;
}
li.stream-msg .type-web{
    background-position:0 -120px;
}
li.stream-msg .type-dj,
li.stream-msg .type-DJ{
    background-position:0 -140px;
}
li.stream-msg .type-desktop{
    background-position:0 -160px;
}
li.stream-msg .type-instagram{
    background-position:0 -180px;
}
li.stream-msg .info{
    padding:8px 10px 8px 10px;
    margin-left:57px;
    font-weight:normal;
}
li.stream-msg .info .caption{
    font-weight:bold;
    font-size: 95%;
    color:#333;
}
li.stream-msg .info .msg{
    font-size:90%;
    line-height:1.3em;
    margin-bottom:3px;
}
li.stream-msg .info .reply-to{
    font-size:80%;
    margin-top:5px;
    color:#666;
}
li.stream-msg .info .media-tap{
    border:3px solid #333;
}
li.stream-msg .info .media{
    display:block;
    text-decoration:none;
}
li.stream-msg .info a.now-playing-play{
    background:url(/images/now-playing-play.png) no-repeat 0 0;
}
li.stream-msg .info a.now-playing-stop{
    background:url(/images/now-playing-stop.png) no-repeat 0 0;
}
li.stream-msg .info .media img{
    padding:3px;
    -webkit-box-shadow:0 0 1px #888;
}
li.stream-msg .info .timestamp, li.stream-msg .info .network{
    color:#888;
    font-size:80%;
}

li.stream-ad{
    min-height:95px;
    background:#FFF8EB;
}
li.ad-tap{
    background:#fff;
}
li.stream-ad .image{
    position:absolute;
    top:9px; right:10px;
    width:55px; height:55px;
    border:3px solid #fff;
    -webkit-box-shadow:0px 0px 1px #888;
}
li.stream-ad .corner{
    position: absolute;
    top:0; left:0;
    bottom: 0;
    width: 3px;
    background-color: #FCFCC8;
}
li.stream-ad .info{
    padding:8px 10px 8px 15px;
    margin-right:65px;
    font-weight:normal;
}
li.stream-ad .info .title{
    font-weight:bold;
    font-size: 90%;
    color:#333;
}
li.stream-ad .info .detail{
    font-size:70%;
    margin-bottom:5px;
}

/* Menu */
#menu-holder{
    background:#222 url(/images/black_linen_v2.png);
}
#menu-holder ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
#menu-holder ul li{
    position:relative;
    height:42px;
    border-bottom:1px solid #000;
    border-top:1px solid #333;
    color:#efefef;
    font-weight:bold;
    font-size:17px;
    line-height:42px;
    padding-left:10px;
    text-shadow:0px 1px 1px #111;
    white-space: nowrap;
    overflow: hidden;
}
#menu-holder ul li .pictos{
    margin-right:10px;
    color:#fff;
    font-size:120%;
    vertical-align: middle;
}
#menu-holder ul li:first-child{
    border-top:none;
    height:48px;
    line-height:48px;
    padding-left:50px;
    background:#000;
}
#menu-holder ul li:first-child .avatar{
    position:absolute;
    top:9px; left:8px;
    width:30px; height:30px;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 0 2px #000;
    background-image:url(/images/nouser-50.png);
    background-position: 50% 50%;
    background-size:33px 33px;
}
#menu-holder ul li:first-child a.fb-btn{
    position:absolute;
    top:11px;
    right:13%;
    padding:0 3px;
    height:25px;
    background:#3C5A98;
    border:1px solid #334d87;
    -webkit-border-radius:3px;
    color:#fff;
    text-decoration:none;
    line-height:25px;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    text-shadow:none;
    -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.4);
}
#menu-holder ul li:first-child a.fb-btn span.social-font{
    font-size:20px;
    vertical-align: middle;
}
#menu-holder ul li.sub{
    padding-left:30px;
    height:35px;
    line-height:35px;
}

/* Menu list old */
li.menu-item{
    min-height:30px;
}
li.menu-item .arrow{
    position: absolute;
    top:28px; right:10px;
    width:14px; height:29px;
    background: url(/images/arrow-right.png) no-repeat 0 0;
}
li.menu-item .icon{
    position:absolute;
    top:10px;
    left:13px;
    width:35px;
    color:#666;
    font-size:35px;
    text-shadow: 0 1px 1px #fff;
}
li.menu-item .info{
    padding: 10px;
    margin-left:45px;
}
li.menu-item .info .title{
    color:#333;
    font-size: 100%;
    font-weight: bold;
}
li.menu-item .info .description{
    color:#666;
    padding-top:5px;
    font-size:90%;
}

.media-detail{
    position:relative;
    /*background-color: rgba(0,0,0,.5);*/
    width:100%;
    min-height:70px;
}
.media-detail .info{
    padding:8px 10px 8px 0px;
    margin-left:70px;
    text-shadow:0 1px 1px #000;
}
.media-detail .info .caption{
    font-weight:bold;
    font-size: 100%;
    color:#fff;
}
.media-detail .info .msg{
    font-size:90%;
    margin-bottom:5px;
    color:#efefef;
}
.media-detail .avatar{
    position:absolute;
    top:5px; left:5px;
    width:45px; height:45px;
    background:url(/images/nouser-50.png) no-repeat 50% 50%;
    border:2px solid #fff;
    -webkit-box-shadow:0 0 1px #000;
}

/* Facebook auth styles */
.facebook-auth-holder{
    position:relative!important;
    height:45px;
    background-color:#111;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
    border-bottom:1px solid #222;
}
.facebook-auth-holder .empty-avatar, .facebook-auth-holder .avatar{
    position:absolute;
    top:3px; left:10px;
    width:35px; height:35px;
    -webkit-box-shadow:0 0 1px #222;
    background:url(/images/nouser-50.png) no-repeat 50% 50%;
}
.facebook-auth-holder .caption{
    line-height:44px;
    padding-left:60px;
    color:#fff;
    font-weight:bold;
    text-shadow:0 0 1px #000;
    font-size:100%;
}
.facebook-auth-holder a.login{
    position:absolute;
    top:8px; right:10px;
    width:107px; height:27px;
    display:block;
    background:url(/images/facebook-connect.png) no-repeat 0 0;
}
.facebook-auth-holder a.logout{
    position:absolute;
    top:0; right:10px;
    width:150px; height:75px;
    line-height:75px;
    color:#444;
    text-shadow:0 1px 1px #fff;
    text-decoration:none;
    display:block;
    text-align:right;
    font-size:120%;
}

/* About Page */
.about-holder{
    margin:0 auto;
    margin-top:25px;
    background:#fff;
    -webkit-border-radius:10px;
    border:1px solid #888;
    padding:15px;
    width:80%;
    text-align:center;
}

/* Font Icons */
.pictos{
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    font-family: 'Pictos', sans-serif;
}
.social{
    font-weight: normal;
    font-style: normal;
    font-family: 'Social', sans-serif;
}

#msg-footer {
	position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:45px;
	background-color:#222;
	padding:0;
}
#msg-footer a.btn{
    font-size:32px;
    width:32px; height:32px;
    color:#999;
    position:absolute;
    top:9px;
    text-decoration:none;
    text-shadow:inset 0 0 1px #000;
}
#msg-footer a.take:before{
    content:"v";
}
#msg-footer a.take{
    left:20px;
}
#msg-footer a.pick:before{
    content:"P";
}
#msg-footer a.pick{
    left:80px;
}
#msg-footer .picture{
    position:absolute;
    top:-34px; right:20px;
    width:75px;
    height:54px;
    background:#fff;
    padding:3px;
    -webkit-box-shadow:0 0 1px #000;
}

#footer {
	position:absolute;
	bottom:0px; left:0px;
	width:100%;
	height:48px;
	background-color:#222;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));
	background-image:-moz-linear-gradient(top, #999, #666 2%, #222);
	background-image:-o-linear-gradient(top, #999, #666 2%, #222);
	padding:0;
	border-top:1px solid #444;
}
#footer .play-bg{
    position:absolute; z-index:3;
    width:60px; height:54px;
    top:-7px; left:50%;
    margin-left:-30px;
    background-color:#222;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #555), color-stop(1, #111));
    -webkit-border-radius:7px 7px 0 0;
    border-top:1px solid #444;
}

#footer .play-bg a#play-btn{
    position:absolute;
    top:12px; left:50%;
    width:36px; height:36px;
    font-size:36px;
    margin-left:-17px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    text-shadow:none!important;
}
#footer .play-bg a.play:before{
    content:"4";
}
#footer .play-bg a.playing:before{
    content:"5";
}
#footer .play-bg a.loading:before{
    content:"1";
}
#footer .play-bg a.tapped{
    text-shadow:0 0 20px #fff !important;
}
#footer .play-bg a.loading{
    -webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;
	-webkit-transform-style: preserve-3d;
	-webkit-animation-name:audio-loading;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}
#footer a.btn{
    position:absolute;
    top:0px;
    padding:2px;
    width:55px;
    height:49px;
    color:#ccc;
    text-align:center;
    text-decoration:none;
    text-shadow:none !important;
}
#footer a.btn .icon{
    width:55px;
    font-size:27px;
}
#footer a.selected{
    /*background:#555;*/
    text-shadow:inset 0 0 1px #000!important;
    color:#fff;
    border-left:1px solid #222;
    border-right:1px solid #222;
    -webkit-box-shadow:inset 0 0 10px #222;
}
#footer a.btn .activity:before{
    content: "q";
}
#footer a.btn .menu{
    margin-top:2px;
}
#footer a.btn .menu:before{
    content: "l";
}
#footer a.btn .desc{
    font-size:10px;
}
#footer #activity-btn{
    left:10px;
}
#footer #menu-btn{
    right:10px;
}
#footer a.tap{
    text-shadow:0 0 20px #fff!important;
}
/*.play-bg .audio-loading{
    display:none;
    position:absolute;
    top:15px; left:50%;
    width:40px; height:36px;
    margin-left:-20px;
    background: url(images/play-btn-loading.png) no-repeat 0 0;
    opacity: .9;
    -webkit-border-radius: 20px;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;
	-webkit-transform-style: preserve-3d;
	-webkit-animation-name:audio-loading;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}
*/

.hide {
    display:none;
}

@-webkit-keyframes audio-loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}
.wrapper {
	position:absolute; z-index:1;
	top:47px; bottom:0; left:-9999px;
	width:100%;
	background:#aaa;
	overflow:auto;
}
.scroller {
	position:absolute; z-index:1;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}
#account-wrapper, #msg-wrapper{
    top:90px!important;
}
#media-wrapper{
    background:#222;
}
#home-wrapper, #menu-wrapper{
    bottom:48px;
}
#myFrame {
	position:absolute;
	top:0; left:0;
}

@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}
#message{
    background:#fff !important;
}
/* jQuery Mobile overrides*/
/*
input,
textarea{
    font-size:100%!important;
    height:130px;
}*/

#message-input{
    padding:0; margin-left:0;
    border:none;
    background:#fff;
    width:280px!important;
    height:20px;
    -webkit-appearance: none;
    -webkit-focus-ring-color: none;
    border-radius:0px;
    -webkit-box-shadow:none !important;
}
a#send-msg-btn{
    position:absolute;
    bottom:60px;
    left:10px;
    text-decoration:none;
    background:#333;
    color:#fff;
    -webkit-border-radius:5px;
    padding:6px 12px;
    text-shadow: #000 -1px -1px 0;
}
#message .message-reply{
    color:#666;
    font-style: italic;
    margin-bottom:5px;
}
#message .message-reply .caption{
    font-weight:bold;
}
#blur-hack{
    position:absolute;
    left:-999px;
    z-index:5000;
}
.audioFile a.audiobtn {
    font-size:50px;
    color:#000;
    text-decoration:none;
    -webkit-text-shadow:inset 0 0 2px #000;
}
.audioIcon{
    width:45px;
    height:45px;
}
.iconloading{
    -webkit-transform:rotate(0deg) translateZ(0);
    -webkit-transition-duration:0ms;
    -webkit-transform-style: preserve-3d;
    -webkit-animation-name:loading;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
}
iframe {
    border: 0px solid #ffffff;
    width: 100%;
    height: 100%;
}
.price{
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    font-weight:normal;
    font-size: 95%;
    color:#333;
}