@charset "utf-8";

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body { height: 100%; }

/** General Style Info **/
@font-face{
	font-family: 'bebas';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	overflow-x: hidden;
	overflow-y: auto;
}
div, a, span, li, ul{
	overflow: hidden;
}

body {
  /* Location of the image */
	background: url(../img/index_radio/background.jpg);
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #464646;
}

#bottom{
  background: url(../img/index_radio/down.png);
  background-size: cover;

  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 6em;
}

#midias {
	margin-left: auto;
	margin-right: auto;
	display: block;
  margin-top: 2em;
  width: 100%;
  color: rgba(255, 255, 255, 0.28);
  text-align: center;
  line-height: 1em;
  font-size: 0.7em;
}

#midias img{
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: 4em;
  height: auto;
}

#midias ul {
  padding:0px;
  margin:0px;
  list-style: none;
}

#midias ul li { display: inline; }

#btEntrar{
	position: absolute;
  right: 6px;
  bottom: 1em;
  width: 12%;
  height: auto;
}

#mucao{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30%;
  height: auto;
}

#textoOuca{
	margin-left: 35%;
	width: 30%;
	/*
	margin-left: 28%;
  width: 47%;
	*/
	height: auto;
}

/** Rádio Player **/
#radio-player {
	position: relative;
	margin-top: 8%;
	width: 100%;
	font-family: bebas;
}

#radio-player .container {
	background: url(../img/index_radio/radio.png) top center no-repeat;
	background-size: contain;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
}

#radio-player .container .content {
	position: relative;
}

#radio-player ul{
	padding: 0px;
	margin: 0px;
}

#radio-player ul li {
	list-style: none;
	display: inline-block;
}

#radio-player ul li a {
	padding: 3px 21px;
	border: 1px solid #222;
}

#radio-player ul li a:focus{
	color: #F58020 !important;
}

#radio-player ul li a:hover{
	color: #FFF !important;
}

.webradio-playing{
	color: #56BFAD !important;
}
/**/

@media only screen and (min-width : 320px) {
	#textoOuca{
		margin-left: 7%;
		width: 85%;
		height: auto;
	}
	#midias {
		transform: scale(0.60);
		-moz-transform: scale(0.60);
	}

	/* Rádio - Pequeno*/
	#radio-player ul{
		margin-left: 8%;
		margin-top: -2%;
	}
	#radio-player .container {
		height: 195px;
		/*height: 60%;*/
	}
	#radio-player .container .content {
		top: 27px;
		/*left: 1%;*/
	}
	#radio-player ul li {
		transform: scale(0.90);
		-moz-transform: scale(0.90);
		margin-right: 5px;
		margin-left: 5px;
	}
	.webradio-volume{
		position: relative;
		top: 0px;
		left: 61%;
	}
	#webradio-wave{
		left: 23%;
	}
	#bt-play{
		position: relative;
		top: 0px;
		left: 14%;
	}
}

@media only screen and (min-width : 480px) {
	#textoOuca{
		margin-left: 15%;
		width: 70%;
		height: auto;
	}
	#midias {
		transform: scale(0.80);
		-moz-transform: scale(0.80);
	}

	/* Rádio - Pequeno*/
	#radio-player ul{
		margin-left: 22%;
		margin-top: -1%;
	}
	#radio-player .container {
		height: 195px;
		/*height: 60%;*/
	}
	#radio-player .container .content {
		top: 29px;
		/*left: 1%;*/
	}
	#radio-player ul li {
		transform: scale(1.10);
		-moz-transform: scale(1.10);
		margin-right: 5px;
		margin-left: 5px;
	}
	.webradio-volume{
		position: relative;
		top: 0px;
		left: 59%;
	}
	#webradio-wave{
		left: 35%;
	}
	#bt-play{
		position: relative;
		top: 0px;
		left: 29%;
	}
}

@media only screen and (min-width : 768px) {
	#textoOuca{
		margin-left: 26%;
		width: 48%;
		height: auto;
	}
	#midias {
		transform: scale(0.80);
		-moz-transform: scale(0.80);
	}

	/* Rádio - Pequeno*/
	#radio-player ul{
		margin-left: 32%;
		margin-top: -2px;
	}
	#radio-player .container {
		height: 195px;
		/*height: 60%;*/
	}
	#radio-player .container .content {
		top: 26px;
		/*left: 1%;*/
	}
	#radio-player ul li {
		transform: scale(1.10);
		-moz-transform: scale(1.10);
		margin-right: 5px;
		margin-left: 5px;
	}
	.webradio-volume{
		position: relative;
		top: 0px;
		left: 55%;
	}
	#webradio-wave{
		left: 40%;
	}
	#bt-play{
		position: relative;
		top: 0px;
		left: 36%;
	}
}

@media only screen and (min-width : 992px) {
	#textoOuca{
		margin-left: 30%;
		width: 40%;
		height: auto;
	}
	#midias {
		transform: scale(1.10);
		-moz-transform: scale(1.10);
	}

	/* Rádio - Pequeno*/
	#radio-player ul{
		margin-left: 34%;
		margin-top: 1px;
	}
	#radio-player .container {
		height: 237px;
		/*height: 60%;*/
	}
	#radio-player .container .content {
		top: 32px;
		/*left: 1%;*/
	}
	#radio-player ul li {
		transform: scale(1.40);
		-moz-transform: scale(1.40);
		margin-right: 13px;
		margin-left: 13px;
		padding-top: 5px;
	}
	.webradio-volume{
		position: relative;
		top: 0px;
		left: 55%;
	}
	#webradio-wave{
		left: 43%;
	}
	#bt-play{
		position: relative;
		top: 0px;
		left: 40%;
	}
}

.btn-webradio{
	background-image: url(../img/site/bt_radio_fundo.jpg) !important;
}

/* Parametros default para todos os tamanhos */
#webradio-wave{
	width: 130px;
	position: absolute;
	height: 19px;
	border: 1px solid #444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
