@charset "utf-8";

blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: 0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
a, .inputbox {
	outline-width:0;
}
p {
	margin-bottom: 14px;
}
a {
	transition: all 0.5s ease;
	text-decoration: none;
	color: #2B5A9E;
	outline: none!important;
}
a:hover {
	color: #FFAD1E;
	text-decoration: none;
}
body {
	margin:0px auto;
	padding:0px;
	height:100%;
	max-width: 1920px;
	font-family: 'Hammersmith One', sans-serif;
	color: #000;
	background: #000;
	color: #fff;
}
html {
	height:100%;
	width:100%;
}
.innerBlock{
	max-width: 380px;
	margin: 0 auto;
	border-bottom: 0;
	padding: 20px;
}
.logo {
	width: 100%;
	text-align: center;
}
.logo img {
	width: 200px;
}
.player {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 20px;
}
.player iframe {
	width: 700px !important;
	height: 700px;
}
.onairNow iframe, .onairNext iframe {
	width: 100%;
	height: 70px;
	overflow: hidden;
}
.now .song, .next .song, .lastPlayed .song {
	font-size: 14px;
}
.onairHistory .title {
	margin-bottom: -10px;
}
.now .song span, .next .song span, .lastPlayed .song span {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.onairHistory iframe {
	width: 100%;
}
.title {
	font-size: 24px;
}
.title:after {
	content: "";
	display: block;
	width: 25%;
	padding-top: 5px;
	border-bottom: 3px solid #c62cf2;
	margin-bottom: 10px;
}
#pButton {
	height: 100px;
	width: 100px;
	border: none;
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center;
	outline:none;
}
.play {
	background: url('../images/play.png');
}
.pause {
	background: url('../images/pause.png');
}

@media (min-width: 320px)  and (max-width: 480px) {
	.now, .next {
		width: 90%;
	}
}
@media (min-width: 481px)  and (max-width: 1024px) {
	.now, .next {
		width: 45%;
	}