/* CSS RSL RADIO STATIONS (C) CDN.RADIOSTREAMLIVE.COM */




/* HTML / BODY */
html, body {
   margin: 0;
   width: 100%;
   height: 100%;
   overflow:hidden;
   background-image:url(../images/bg/bg-wrap.png);
   background-repeat:repeat;
   font-family: 'Open Sans', sans-serif;
   color:#252525;
}




/* WRAPPER */
#wrapper {
     overflow-y: auto;
	 width:100%;
	 height:100%;
	 position:relative;
}




/* CONTAINER */
#container {
     width:1280px;
	 margin:0 auto;
	 height:900px;
}




/* ADS */
#ads-300x600 {
	position:absolute;
	z-index:60;
	margin-left:20px;
	top:20px;
	height:600px;
	width:300px;
	display:inline;
	overflow:hidden;
}
#ads-336x280 {
	position:absolute;
	z-index:60;
	margin-left:923px;
	top:340px;
	height:280px;
	width:336px;
	display:inline;
	overflow:hidden;
}




/* INFO RADIO STATION - PLAYER */
#info-radio {
	position:absolute;
	z-index:60;
	margin-left:370px;
	top:20px;
	height:100px;
	width:890px;
	display:inline;
	overflow:hidden;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
	border: 1px solid #F2F2F2;
}
.player {
	float:left;
	display:block;
	width:785px;
	height:150px;
	margin-top:20px;
	margin-right:5px;
}
.logo {
	float:left;
	display:block;
	width:100px;
	height:100px;
	background-color: #F2F2F2;
}
.logo-img {
	margin-left:11px;
	margin-top:10px;
}
.adblock {
	position:absolute;
	top:0px;
	margin-left:0px;
	font-size:14px;
	width:785px;
	height:150px;
	padding-left:30px;
}
#social {
	position:absolute;
	z-index:60;
	margin-left:200px;
	top:32px;
	height:35px;
	width:300px;
	display:inline;
	overflow:hidden;
}
#social a:link { color: #252525; text-decoration:none; }
#social a:visited { color: #252525; text-decoration:none; }
#social a:hover { color: #252525; text-decoration:none; }
#social a:active { color: #252525; text-decoration:none; }




/* RADIO SHOW */
#radio-show {
	position:absolute;
	z-index:10;
	margin-left:370px;
	top:129px;
	height:43px;
	width:825px;
	display:inline;
	overflow:hidden;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background-color:#97001d;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
	font-size: 12px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:2px;
	padding-left:60px;
}




/* NOW PLAYING RADIO STATION */
#np-radio-skin {
	position:absolute;
	z-index:100;
	margin-left:370px;
	top:170px;
	height:121px;
	width:890px;
	display:inline;
	overflow:hidden;
	background-color:transparent;
}
#np-radio {
	position:absolute;
	z-index:60;
	margin-left:370px;
	top:170px;
	height:121px;
	width:890px;
	display:inline;
	overflow:hidden;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
.artwork {
	position:absolute;
	top:0px;
	margin-left:0px;
	height:121px;
	width:121px;
	background-color:#F2F2F2;
}
.artist {
	position:absolute;
	top:0px;
	margin-left:121px;
	background-color: #F2F2F2;
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
	max-width:520px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.title {
	position:absolute;
	top:43px;
	margin-left:121px;
	background-color:#97001d;
	font-size: 14px;
	text-transform:uppercase;
	color: #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
	max-width:732px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.extra {
	position:absolute;
	top:94px;
	margin-left:121px;
	font-size: 11px;
	text-transform:uppercase;
	padding-left:20px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
	max-width:520px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.listeners {
	position:absolute;
	top:15px;
	margin-left:574px;
	width:300px;
	height:15px;
	text-align:right;
	font-size: 12px;
	text-transform:uppercase;
	color:#999999;
}
.dj {
	position:absolute;
	top:93px;
	margin-left:550px;
	width:300px;
	height:15px;
	text-align:right;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
}
.dj-status {
	position:absolute;
	top:90px;
	margin-left:860px;
	width:22px;
	height:22px;
}
.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
}




/* STUDIO RADIO STATION - WEBCAMS */
#studio-skin {
	position:absolute;
	z-index:100;
	margin-left:370px;
	top:340px;
	height:280px;
	width:503px;
	display:inline;
	overflow:hidden;
	background-color:transparent;
}
#studio {
	position:absolute;
	z-index:60;
	margin-left:370px;
	top:340px;
	height:280px;
	width:503px;
	display:inline;
	overflow:hidden;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
#cams-hashtag {
	position:absolute;
	z-index:70;
	top:0px;
	margin-left:0px;
	width:100%;
	display:inline;
	overflow:hidden;
	text-align:center;
	color:#999999;
	text-transform:uppercase;
	font-size:12px;
	padding:9px;
	background-image: url(../images/bg/bg-wrap-div.png);
	background-repeat: repeat;
}
#cams-studio {
	position:absolute;
	z-index:70;
	top:180px;
	margin-left:0px;
	width:100px;
	height:100px;
	display:inline;
	overflow:hidden;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
#cams-studio-status {
	position:absolute;
	z-index:80;
	top:263px;
	margin-left:0px;
	width:94px;
	padding:3px;
	font-size:9px;
	color:#FFFFFF;
	background-color:#97001d;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	display:inline;
	overflow:hidden;
}




/* EVENTS */
#events {
	position:absolute;
	z-index:60;
	margin-left:20px;
	top:670px;
	height:200px;
	width:300px;
	display:inline;
	overflow:hidden;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
#events-box {
	padding:10px;
	text-align:center;
	text-transform:uppercase;
}
.events-title {
	font-size: 18px;
	font-weight:bold;
}
.events-text {
	font-size: 12px;
}
.events-button-offline {
	-moz-box-shadow:inset 0px 0px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 0px 0px 0px #cf866c;
	box-shadow:inset 0px 0px 0px 0px #cf866c;
	background-color:#97001d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:6px 39px;
	text-decoration:none;
	margin-top:10px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
	pointer-events: none;
	letter-spacing:2px;
}
.events-button-offline:hover {
	background-color:#bc3315;
}
.events-button-offline:active {
	position:relative;
	top:1px;
}
.events-button-online {
	-moz-box-shadow:inset 0px 0px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 0px 0px 0px #cf866c;
	box-shadow:inset 0px 0px 0px 0px #cf866c;
	background-color:#97001d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:6px 39px;
	text-decoration:none;
	margin-top:10px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
	letter-spacing:2px;
}
.events-button-online:hover {
	background-color:#bc3315;
}
.events-button-online:active {
	position:relative;
	top:1px;
}




/* RECENTLY PLAYED */
#recently-played {
	position:absolute;
	z-index:60;
	margin-left:370px;
	top:670px;
	height:200px;
	width:890px;
	display:inline;
	overflow:hidden;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
	border: 1px solid #F2F2F2;
}
.recently-played-title {
	position:absolute;
	top:15px;
	margin-left:574px;
	width:300px;
	height:15px;
	text-align:right;
	font-size: 12px;
	text-transform:uppercase;
	color:#999999;
}
#recently-played-space {
	height:35px;
}
.recently-played-icon {
	float:left;
	display:block;
	width:60px;
	height:30px;
	margin-bottom:5px;
	font-size: 24px;
	text-align:center;
}
.recently-played-song {
	float:left;
	display:block;
	width:820px;
	height:23px;
	margin-bottom:5px;
	padding-top:7px;
	padding-left:10px;
	text-transform:uppercase;
	font-size:14px;
	background-color:#F2F2F2;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}




/* NETWORK */
#network {
	position:absolute;
	z-index:60;
	margin-left:21px;
	padding-top:50px;
	padding-left:9px;
	padding-bottom:35px;
	top:921px;
	width:1231px;
	display:inline;
	overflow:hidden;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
#network a:link { color: #252525; text-decoration:none; }
#network a:visited { color: #252525; text-decoration:none; }
#network a:hover { color: #252525; text-decoration:none;}
#network a:active { color: #252525; text-decoration:none; }
#network-box {
	margin:0 auto;
	width:1220px;
}
.network-title {
	position:absolute;
	top:15px;
	margin-left:913px;
	width:300px;
	height:15px;
	text-align:right;
	font-size: 12px;
	text-transform:uppercase;
	color:#999999;
}
.network-radio-station {
	float:left;
	display:block;
	width:130px;
	height:150px;
	margin-top:10px;
	margin-right:5px;
	background-color: #F2F2F2;
	text-align:center;
	padding-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.network-radio-station-name {
	font-size:10px;
	text-transform:uppercase;
}
#network-radio-station-genre {
	width:100px;
	padding:4px;
	background-color:#97001d;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	margin:0 auto;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24); letter-spacing:1px;
	pointer-events: none;
}
.pulse {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}




/* APPS */
#apps {
	position:absolute;
	z-index:60;
	margin-left:20px;
	margin-bottom:30px;
	top:1395px;
	width:1241px;
	height:115px;
	display:inline;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:35px;
	text-align:center;
	font-size: 11px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
.apps-title {
	position:absolute;
	top:15px;
	margin-left:913px;
	width:300px;
	height:15px;
	text-align:right;
	font-size: 12px;
	text-transform:uppercase;
	color:#999999;
}
.apps-box {
	float:left;
	display:block;
	width:25%;
	height:50px;
}
.apps-fontawesome {
	font-size:30px;
	margin-bottom:15px;
}
.apps-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:13px;
	padding:8px 8px;
	width:200px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-bottom:15px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
.apps-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.apps-button:active {
	position:relative;
	top:1px;
}
.apps-button-off {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:13px;
	padding:8px 8px;
	width:200px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-bottom:15px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
	pointer-events: none;
}




/* SKILLS */
#skills {
	position:absolute;
	z-index:60;
	margin-left:20px;
	margin-bottom:30px;
	top:1653px;
	width:1241px;
	height:115px;
	display:inline;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:35px;
	text-align:center;
	font-size: 11px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
#skills-brand {
    position:absolute;
	top:30px;
	margin-left:15px;
	width:316px;
	height:145px;
}
#skill-get {
    position:absolute;
	top:80px;
	margin-left:413px;
	width:800px;
	height:50px;
	text-align:right;
}
#skill-devices {
    position:absolute;
	top:178px;
	margin-left:913px;
	width:300px;
	height:15px;
	text-align:right;
	font-size: 12px;
	text-transform:uppercase;
	color:#999999;
}




/* FOOTER */
#footer {
	position:absolute;
	z-index:60;
	margin-left:20px;
	margin-bottom:30px;
	top:1912px;
	width:1241px;
	display:inline;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:45px;
	text-align:center;
	font-size: 11px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
#footer a:link { color: #252525; text-decoration:none; }
#footer a:visited { color: #252525; text-decoration:none; }
#footer a:hover { color: #252525; text-decoration:none; }
#footer a:active { color: #252525; text-decoration:none; }
.footer-logo-rsl {
    padding-bottom:10px;
}
.footer-space {
    padding-top:10px;
	padding-bottom:10px;
}




/* LINKS */
#links {
	position:absolute;
	z-index:60;
	margin-left:21px;
	margin-bottom:30px;
	padding-bottom:35px;
	top:20px;
	width:1222px;
	display:inline;
	overflow:hidden;
	text-align:center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(../images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}
#links a:link { color: #252525; text-decoration:none; }
#links a:visited { color: #252525; text-decoration:none; }
#links a:hover { color: #252525; text-decoration:none; }
#links a:active { color: #252525; text-decoration:none; }
.links-title {
	position:absolute;
	top:15px;
	margin-left:613px;
	width:600px;
	height:15px;
	text-align:right;
	font-size: 12px;
	text-transform:uppercase;
	color:#999999;
}
.links-home {
	position:absolute;
	top:15px;
	margin-left:15px;
}
.links-info {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:100px;
	margin-bottom:40px;
	background-color:#F2F2F2;
	padding:10px;
}
.links-fontawesome {
	margin-right:5px;
}
.link-name {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.link-description {
	font-size:10px;
	margin-top:-6px;
	margin-bottom:40px;
	text-transform:uppercase;
}




/* LANGUAGE SELECTOR */
.language-selector-text {
    padding-top: 10px;
    word-spacing:5px;
}
span.highlight {
    padding: 0 5px;
}
.highlight.highlight-colored {
    background-color: #97001d;
    color: #ffffff;
    padding:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.24);
}




/* COOKIE LAW EXTRA */
.cookie-law-extra {
	text-decoration:none;
}