div, span {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Stop Hightlight */
	-webkit-tap-highlight-color:transparent;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}


/**************************************************************/

body {
	overflow:hidden;
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
	background: url(speakerbg.svg) #000;
	background-size: 100% auto;
	background-position: top center;
}

.button_box {
	position: absolute;
	bottom: 25px;
	width: 100%;
}

.airtime_player {
    width: 100%;
    position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    /*background: rgba(53, 53, 53, 0.9);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
}

.airtime_header {
    background: rgba(53, 53, 53, 0.9);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.1),0 0 1px #000 inset;
    height: 37px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.airtime_box {}

.station_name {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

/*
.airtime_pro {
    margin: 6px 20px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    display:inline-block;
    float:right;
}
.airtime_pro_logo {
    background: url("airtime_logo.png") center no-repeat;
    width: 16px;
    height: 16px;
    display:inline-block;
}

.airtime_pro span {
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
}
.airtime_pro:hover span {
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
}*/
.airtime_box .airtime_button {
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(147,147,147);
    background: -moz-linear-gradient(top, rgba(147,147,147,1) 0%, rgba(117,117,117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,1)), color-stop(100%,rgba(117,117,117,1)));
    background: -webkit-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    background: -o-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    background: linear-gradient(to bottom, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#757575',GradientType=0 );
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
    width: 100px;
    height: 100px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.airtime_box .airtime_button:hover {
    background: rgb(147,147,147);
    background: -moz-linear-gradient(top, rgba(147,147,147,1) 0%, rgba(117,117,117,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,1)), color-stop(100%,rgba(117,117,117,1)));
    background: -webkit-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    background: -o-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    background: linear-gradient(to bottom, rgba(147,147,147,1) 0%,rgba(117,117,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#757575',GradientType=0 );
}

.airtime_box .airtime_button .play_button {
    display: block;
    background: url("play_button.png") no-repeat;
	background-position: 38px 35px;
    width: 94px;
    height: 94px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #333;
	border: 4px solid #eee;
}

.play_button:before {
	display: block;
	content: '';
	position: absolute;

    background: url("play_button.png") no-repeat;
	background-position: 38px 35px;
	z-index:1;

	width: 94px;
	height: 94px;
	border-radius: 50%;
}

.play_button:after {
	display: block;
	content: '';
	position: relative;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	opacity:0.9;	

	background: url("scratches.png") no-repeat, rgb(246,248,249);
	background: url("scratches.png") no-repeat, -moz-linear-gradient(-45deg, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);
	background: url("scratches.png") no-repeat, -webkit-linear-gradient(-45deg, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); 
	background: url("scratches.png") no-repeat, linear-gradient(135deg, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.stop_button:after {
	display: block;
	content: '';
	position: relative;
	background: url("scratches.png") no-repeat;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.airtime_box .airtime_button .stop_button {
    display: block;
    background: url("pause_button.png") no-repeat;
	background-position: 35px 34px;
    width: 94px;
    height: 94px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #00FF15, 0px 0px 10px 10px #ccc inset;
	border: 4px solid #00ff15;
}

.hide_button {
    display:none !important;
}

.now_playing {
	margin-top: 25px;
	display: block;
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background: rgba(100,100,100,0.4);
	padding: 10px 20px;
	height: 35px;
	text-transform:uppercase;
	line-height: 19px;

	box-shadow: 0 0 10px #000 inset, 0 0 10px #fff;
	
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#33ffffff',GradientType=0 ); /* IE6-9 */
}

.now_playing span {
    display: block;
    color: #aaaaaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-transform:none;
}

.airtime_volume {
    padding: 10px 0px 15px 0px;
    clear: both;
}

.airtime_volume .volume_control {
    margin-left: 55px;
    float: left;
    display: inline-block;
}

.airtime_volume .mute {
    background: url("mute.png") center no-repeat;
    display: block;
    margin-top: -4px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.airtime_volume_bar {
    border-color: #262526 #262526 #5E5E5E;
    border-style: solid;
    border-width: 1px;
    background-color: #393939;
    width: auto;
    height: 5px;
    cursor: pointer;
    margin-left: 80px;
    margin-right: 40px;
}

.airtime_volume_bar_value {
    background-color: #ff9122;
    width: 0px;
    height: 5px;
}

.airtime_schedule {
	margin: 0px 20px;
	padding: 10px 0;
	font-size: 14px;
	color: #aaaaaa;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.airtime_next {
    float: left;
    margin: 0px;
    margin-top: 1px;
}

.schedule_list {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
	text-align:center;
}

.schedule_list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	border-radius: 10px;
	padding: 0 10px;
}

.airtime-pro-orange {
    color: #ff5d1a;
}

/**/
.shadow_box {box-shadow: 0 0 100px #000 inset; height: 100%;}

.design_bg { position: absolute; bottom: 0px; width: 100%; background: #000; height: 210px; z-index: -1; opacity:0.8;}

.design_round { width: 100px; height: 100px; background: #000; z-index: -1; margin: -67px auto; border-radius: 50%; border: 20px solid #000;}

.app_logo {position: relative; z-index: -1; top: 10%; max-width: 1000px; margin: 0 auto; padding: 0 20px; text-align: center;}
.app_logo img { width:100%; height:auto;}
.app_logo .st0 { fill:#fff; }

/**/
#preload_overlay { position:absolute; z-index:5; top:0px; right:0px; bottom:0px; left:0px; background: url(loader.gif) center center no-repeat #000;}