/* HTML / BODY */
html, body {
   margin: 0;
   width: 100%;
   height: 100%;
   overflow:hidden;
   font-family: 'Open Sans', sans-serif;
   color:#252525;
}




/* SPLASH PAGE */
#splash-page {
  z-index:100;
  width:600px;
  height:100vh;
  text-align:center;
  background-color:#FFFFFF;
  float:right;
  overflow-y: auto;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}




/* LOGO RADIO STATION */
.logo-radio-station-splash-page {
  width:250px;
  height:250px;
  margin-top:20px;
}




/* RADIO STATION DESCRIPTION */
.splash-description {
    margin-top:30px;
	font-size: 24px;
	font-weight: 600;
}




/* BUTTON LISTEN LIVE */
.button-listen-live-splash-page {
	background-color:#CA0027;
	width:460px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:30px;
	padding:14px 0px;
	text-decoration:none;
	font-weight: 700;
    letter-spacing: 1px;
	text-transform:uppercase;
	margin-top:15px;
}
.button-listen-live-splash-page:hover {
	background-color:#97001d;
}
.button-listen-live-splash-page:active {
	position:relative;
	top:1px;
}




/* RADIO STATION INFO */
.splash-info {
    font-size: 12px;
	color:#7b7b7b;
	text-transform:uppercase;
}




/* SPLASH PAGE FOOTER */
#splash-page-footer {
  z-index:200;
  position:absolute;
  bottom:0;
  font-size:9px;
  text-transform:uppercase;
  width:580px;
  padding:10px;
  right:0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-image:url(../images/bg/box-header.png);
  background-position:left top;
  background-repeat:repeat;
  background-color: #f7f7f7;
  word-spacing:5px;
  text-align:center;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
}
div#splash-page-footer a:link { color: #252525; text-decoration:none; }
div#splash-page-footer a:visited { color: #252525; text-decoration:none; }
div#splash-page-footer a:hover { color: #252525; text-decoration:none; }
div#splash-page-footer a:active { color: #252525; text-decoration:none; }




/* 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:3px;
    -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;
}