@charset "utf-8";
/* CSS Document */
body {
font-family: 'Arial', Helvetica Neue, Helvetica, sans-serif;
	margin: 0; 
	padding: 0; 
	font-size: 1em; 
	line-height: 1.5em;
	color: black;
}
html { 
  background: url(../graphics/RadioFNQ-BackGr-2.jpg)  no-repeat center center fixed;; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container {
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.content {
	position:fixed;
	width: 360px;
	height: 520px; /*365px;*/
	padding:0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: rgba(102, 102, 102, 0.8);
    border-radius: 40px;
	border: 2px solid black;
}
.player {
	position:relative;
	height: 130px;
	width: auto ;/*340px;*/
	top: 0px;
	margin: 0 auto;
	border-radius: 40px 40px 0 0 ;
	background:url(../graphics/Player-1C.png) no-repeat;
	opacity: 0.9;
	background-color:rgba(102, 102, 102, 0.5);
	/*border: 1px solid yellow;*/
}

.LogoBox {
  position: fixed;
  height: 60px;
  width: 200px;
  top: 1px;
  right: 40px;
  padding: 0;
  z-index:100;
    }
.LogoBox Img {
  display: block;
  padding: 0;
  height: 56px;
  width:auto;
  margin: 0 auto;
  border: none;
  z-index:100;
}
.playingbox{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 300px;
	height: auto;
	font-size: 1.2em;
	font-style:italic;
	font-weight:bold;
	text-align: center;
	color: white;
	
}
.podcast   {
    position: fixed;
	height: 50px;
	bottom: 50px;
    left:0;
    right: 0;
	padding: 0;
	text-align:center;
	/*border: 1px solid yellow;*/
    }
.footer {
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
  height: 50px;
  border-radius: 0 0 40px 40px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.foot-text1 {
  padding-top: 8px; 
  font-size: 0.8em; 
  line-height: 1em;
  text-align:center;
  font-family: 'Arial', Helvetica Neue, Helvetica, sans-serif;
  color: #FFF;
  font-weight:bold;
}
.foot-text2 { 
  padding-top: 6px; 
  font-size: 0.8em; 
  line-height: 1em;
  text-align:center;
  color:#FFFF00  ; 
}
