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




/* HTML / BODY */
html, body {
   margin: 0;
   width: 100%;
   height: 100%;
   overflow:hidden;
   background-image:url(https://cdn.radiostreamlive.com/v1/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:100%;
	 margin:0 auto;
	 height:900px;
}




/* ADS */
#ads-responsive { 
	width:95%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}




/* INFO RADIO STATION - PLAYER */
#info-radio {
	position:fixed;
	z-index:60;
	margin-left:0px;
	top:0px;
	height:70px;
	width:100%;
    display:inline;
	overflow:hidden;
    background-image:url(https://cdn.radiostreamlive.com/v1/images/bg/bg-wrap-div.png);
	background-repeat:repeat;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.24);
    box-shadow: 0 3px 3px rgba(0,0,0,0.24);
}
.player {
	position:absolute;
	top:0px;
	width:97%;
	height:100px;
	margin-top:15px;
}
.adblock {
	position:absolute;
	top:0px;
	margin-left:0px;
	font-size:14px;
	width:785px;
	height:150px;
	padding-left:30px;
}
#social {
	position:absolute;
	z-index:60;
	right:50px;
	top:4px;
	height:40px;
	width:150px;
	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; }




/* NOW PLAYING RADIO STATION */
#np-radio-skin {
    position:absolute;
	top:90px;
	z-index:100;
	height:80px;
	width:100%;
	background-color: transparent;
}
#np-radio {
	z-index:60;
    margin:0 auto;
	margin-top:90px;
	height:80px;
	width:95%;
	overflow:hidden;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(https://cdn.radiostreamlive.com/v1/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:80px;
	width:80px;
	background-color:#F2F2F2;
}
.artwork img {
    width:80px; /* you can use % */
    height: auto;
}
.artist {
	position:absolute;
	top:0px;
	margin-left:80px;
	max-width:67%;
	background-color: #F2F2F2;
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title {
	position:absolute;
	top:28px;
	margin-left:80px;
	max-width:67%;
	background-color:#97001d;
	font-size: 10px;
	text-transform:uppercase;
	color: #FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	-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);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.extra {
	position:absolute;
	top:59px;
	margin-left:80px;
	max-width:67%;
	font-size: 9px;
	text-transform:uppercase;
	padding-left:10px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}




/* INFO STUDIO RADIO STATION */
#info-studio {
	margin:0 auto;
	height:80px;
	width:95%;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(https://cdn.radiostreamlive.com/v1/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);
}
#logo{
    margin-top: -63px;
    float:right;
    width:76px;
    height:60px;
	text-align:center;
}
.listeners {
	width:80%;
	height:23px;
	font-size: 12px;
	padding:10px;
	text-transform:uppercase;
	color:#999999;
}
.dj {
	width:80%;
	height:10px;
	font-size: 12px;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold;
}
.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
    from { opacity: 1; }
    to { opacity: 0; }
}




/* RADIO SHOW */
.radio-show {
	padding:11px;
	background-color:#97001d;
	color:#FFFFFF;
	text-align:center;
	font-size:12px
}




/* EVENTS */
#events {
	margin:0 auto;
	height:180px;
	width:95%;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(https://cdn.radiostreamlive.com/v1/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;
}




/* NETWORK */
#network {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	margin-bottom:20px;
	width:95%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(https://cdn.radiostreamlive.com/v1/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:275px;
}
.network-title {
	font-size: 12px;
	text-transform:uppercase;
	color:#999999;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.network-radio-station {
	float:left;
	display:block;
	width:130px;
	height:150px;
	margin-top:10px;
	margin-left: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 {
	margin:0 auto;
	height:595px;
	width:95%;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image:url(https://cdn.radiostreamlive.com/v1/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-box {
	padding-top:30px;
	text-align:center;
	font-size: 11px;
	text-transform:uppercase;
}
.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;
}




/* FOOTER */
#footer {
	padding-top:20px;
	padding-bottom:40px;
	padding-top:30px;
	padding-bottom:75px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size: 11px;
	text-transform:uppercase;
	background-image:url(https://cdn.radiostreamlive.com/v1/images/bg/bg-wrap-div.png);
	background-repeat:repeat;
}
#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(https://cdn.radiostreamlive.com/v1/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;
}