
.location {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	font-family: "Roboto Condensed", sans-serif;
}

.subhead {
	color: #88a4b4;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Proxima-Nova", sans-serif;
}

.description {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}

.freqtext {
	font-weight: bold;
	font-size: 15px;
}

.freqdesc {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
}

.freqimg img {
	border-radius: 10px;
	border: 2px #fff solid;
	box-shadow: 0px 0px 4px #9494b6;
}

.maps {
	background: #c6ced7 url("/img/bkg-maps2.png") no-repeat;
	background-position: center center;
	background-size: cover;
}

.stationtop {
	background-image: url('/img/bkg1.jpg');
	background-position: center right;
	background-size: cover;
	background-color: #272c42;
}

.sdw {
	background-color: #ececec;
	box-shadow: 2px 2px 7px #000b10;
	font-weight: 700;
}

.sdw2 {
	background-color: #ececec;
	box-shadow: 0px 0px 2px #a2a2a2;
	font-weight: 700;
}

.emailus a:hover {
	color: #fff;
}

.emailus a i {
	color: #5a7578
}

.emailus a:hover i {
	color: #fff;
}


/* what's playing area */

.won {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	font-weight: 600;
	font-family: "Proxima-Nova", sans-serif;
}

.showIMG {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 4px #9494b6;
	max-height: 250px;
	max-width: 250px;
}

.showName {
	margin: 7px 0 0 0;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-family: "Roboto Condensed";
	font-weight: 700;
}

.showHost {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-family: 'Proxima-Nova', sans-serif;
	color: #ececec;
}

.showInfo {
	margin-top: 11px;
	font-family: 'Proxima-Nova', sans-serif;
}

.showMore {
	border: 1px #2e4e70 solid;
	padding: 2px 9px;
	border-radius: 4px;
	background: #142940;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 13px;
}

.showDesc {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 16px;
	font-family: 'Proxima-Nova', sans-serif;
	margin-top: 10px;
	max-height: 120px;
	color: rgba(255, 255, 255, 0.88);
	padding-right: 5px;
}


/* this is to make the freq line look better */

.tune {
	margin-top: -14px;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 44px;
	font-family: "Roboto Condensed";
	font-weight: 700;
	letter-spacing: -2px;
}

.freq {
	font-size: 20px;
	vertical-align: 4px;
	margin-right: 0px;
	letter-spacing: 0px;
	border-radius: 5px;
	background-color: #000;
	display: inline;
	color: #fff;
	padding: 5px 10px;
	box-shadow: 0px 0px 3px rgba(217, 222, 227, 0.51);
}

.fm {
	margin-left: 0px;
}

.whatison {
	background-color: rgba(2, 11, 22, 0.65);
	border-radius: 10px;
	position: relative;
}


@media only screen and (max-width: 1000px) {
	.location {
		font-size: 40px;
		line-height: 33px;
	}
	.subhead {
		font-size: 20px;
		line-height: 30px;
	}
	.fm:before {
		content: '';
		clear: right;
		display: block;
	}
	.stationtop {
		background-position: top right;
	}
	.sdw {
		display: block;
		text-align: left;
		margin-top: 10px;
		padding: 10px 20px;
	}
	.showDesc {
		clear: both;
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 16px;
		font-family: 'Proxima-Nova', sans-serif;
		margin-top: 10px;
		max-height: none;
		overflow-y: visible;
		color: #c9cdd1;
		padding-right: 5px;
	}
	.showIMG {
		max-width: 200px;
		max-height: 200px;
	}
	.btn {
		padding: 5px 10px;
		width: 280px;
	}
}

@media only screen and (max-width: 576px) {
	.location {
		font-size: 28px;
		line-height: 23px;
		margin-top: -20px;
	}
	.description {
		font-size: 28px;
		letter-spacing: -0.5px;
		line-height: 50px;
		margin-top: 6px;
	}
	.subhead {
		font-size: 18px;
		line-height: 18px;
		margin-top: 10px;
	}
	.whatison {
		border-radius: 0px;
	}
	.btn {
		width: auto;
		padding: 10px 20px;
	}
	.fm {
		margin-top: 10px;
	}
	.freq {
		font-size: 20px;
		vertical-align: 2px;
		margin-top: 15px;
		border: 1px #535b78 solid;
	}
	.showIMG {
		max-width: 150px;
		max-height: 150px;
	}
}