﻿/* DO NOT RENAME THIS FILE */
* {
  box-sizing: border-box;
}

.clear {
	height:0;
	clear: both; }

html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  margin: 0;
  position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
}

h1,h2,h3 { margin-top: 0 }
.main-content h3 {
	background-color: #23708e;
	color: #FFF;
	padding: 3px 7px;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

a { color: #239abb; text-decoration: none; }
a:hover { text-decoration: underline; }

.main-header {
  background: url(images/background-blur3.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
	color: #FFF;
}
.main-header a { color: #CBF4FE; text-decoration: none; }
.main-header a:hover { color: #004CE5; text-decoration: underline; }

.main-header__top {
  margin: 0 auto;
  height: 118px;
  position: relative;
}

.main-header .content {
  width: 99%;
	max-width: 1170px; }

.content {
  width: 99%;
	max-width: 1170px;
  margin: 0 auto; }

.template-base .content {
	width: 1170px;
}

.main-content {
  background: #FFFFFF url() repeat-x center top;
  padding-top: 10px;
  padding-bottom: 20px;
	/*min-height: 900px; */
}

.main-content .content {
  overflow: hidden;
}


.left {
	float: left;
}

.left-side {
  float: left;
}
.template-base .left-side {
  padding-right: 30px;
  width: 975px;
}
.template-toprightad .left-side {
  width: 970px;
}

.sidebar {
  float: left;
  min-width: 160px;
}

.logoimage {
	background-image: url(images/logo.png);
	background-size: auto 145px;  /* auto / actual logo height */
	background-repeat: no-repeat; }
a.logo {
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;
	margin-left: 15px;
	width: 380px;  /* actual logo width */
	height: 108px; /* This intends to cut the bottom off the logo */
	z-index:1; }
.logo-fix-bit .logoimage {
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;
	width: 44px; /* only left edge of logo is visible */
	height: 145px; /* actual logo height */
	z-index:10; }
.dropdown-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  margin-left: 10px;
  padding: 5px;
}

.menubar {
	background: #fff 0% bottom repeat-x url(images/navbar-bg2.png);
	position: relative;
	min-height: 42px;
	z-index: 9; }
.menubar .content {	
	padding-left: 65px;
	color: #444;
  font-weight: 600;
  font-size: 18px;
  width: 99%;
	max-width: 1170px;
	position: relative;	}
.navbar {
	list-style-type: none;
	margin: 0;
	padding: 0; }
.navbar li {
	display: inline-block;
	margin: 0; }
.navbar li a {
	display: block;
	padding: 0 7px;
	color: #555;
	line-height: 42px;
	text-decoration: none; }
.navbar li a:hover {
	text-decoration: none;
	background-color: #23708E;
	color: #fff; }
.navbar .fa {
	font-size: 12px; }
.social-icons {
  list-style: none;
  margin-top: 46px;
	margin-right: 10px;
  padding: 0;
  float: right;
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  padding: 0 2px;
}

.social-icons a:hover .icon {
  color: rgba(255, 255, 255, 0.5);
}

.social-icons .icon {
  color: #fff;
  font-size: 32px;
}

/*
.menubar .socialm {
	position:absolute;
	top:-41px; right: 18px;
	z-index: 4;
}
.menubar .socialm .icon {
  color: #777;
}
.menubar .socialm a:hover .icon {
  color: #007CFF;
}*/
.navbar .socialm .fa {
	font-size: 23px; }


.main-header iframe { /* banner */ 
	position: absolute;
	top: 14px; left: 407px;
	z-index:3;
}

.column {
  float: left;
}

.top-local {
	float: left;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 5px;
}

.top-ad-image {
	float: left;
	width: 942px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.ad-image-left {
  width: 325px;
	min-height: 270px;
}

#editable {
	max-width: 900px; }
.template-base #editable {
	width: 618px;
	float: left; }
.template-toprightad #editable {
	width: 100%;
	max-width: 926px;
	float: left; }

.filter {
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.filter .active {
  color: #ff6f07;
}

.stations {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left; }
.stations li {
  float: left;
  padding: 2px; }

.box {
  width: 150px;
  height: 150px;
	background-color: #4c629e;
  background: #4c629e linear-gradient(120deg, #3889a8, #4c629e);
	background-size: 100%;
  display: block;
  text-align: center;
  line-height: 274px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 13px;
}

.box .controls {
  position: absolute;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  display: none;
}

.box:hover .controls {
  display: block;
}

.box .fa-play {
  background: linear-gradient(120deg, #78a9db, #2578cc);
  border: 3px solid #222;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  position: absolute;
  top: -32px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  left: 50%;
  margin-left: -32px;
  padding-left: 5px;
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
}

.station__dropdown {
	position: absolute;
	z-index:99;
	display: none;
	width: 680px;
  box-shadow: 4px 4px 6px #457;	}
	.station__dropdown.open { display: block }
	.station__dropdown .station-list {
		width: 100%;
		background: #FFF;
		margin: 0;
		padding: 2px 0;
		border-radius: 0 4px 0 0;
		display: block;
		overflow: hidden;
		height: 100%;
		display: flex; }
	.station__dropdown .col {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 290px;
		padding: 0 5px; }
	.station__dropdown a {
		display: block;
		color: #444;
		text-decoration: none;
		font-size: 17px;
		padding: 12px 1px 12px 12px; }
		.station__dropdown a .station-img {
			width: 40px; height: 40px;
			margin: -14px 5px -12px 3px;
			vertical-align: middle;
			display: inline-block;
			position: relative;
			transition: all .2s ease-in-out; }
			.station__dropdown a .station-img::before {
				transition: all .2s ease-in-out; }
			.station__dropdown a .station-img::after {
				transition: all .2s ease-in-out; }
		.station__dropdown a img {
			width: 100%;
			height: 100%; }
		.station__dropdown a:hover {
			color: #01A395; }
		.station__dropdown a .fa-play {
			display: none;
			font-size: 13px;
			text-align: center;
			position: absolute;
			color: #222;
			top: 13px;
			left: 18px;
			z-index: 100; }
		.station__dropdown a:hover .station-img::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; }
		.station__dropdown a:hover .station-img::after {
			content: "";
			position: absolute;
			width: 30px;
			height: 30px;			
			background: #4ECDC4;
			border-radius: 50%;
			top: 5px;
			left: 6px; }
		.station__dropdown a:hover .station-img .fa-play {
			color: #FFF;
			display: block; }

.main-footer {
	background-color: #F5FCFE;
	padding: 10px 0;
	font-size: 13px;
	width: 100%;
	text-align: center;
	color: #555; }
.main-footer p {
	margin: 0; }
.main-footer a {
	color: #777; }
.main-footer a:hover {
	color: #239ABB; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

@media all and (max-width: 1149px) {
	.template-leftrightad .sidebar {display:none}
}

/* hot108 exceptions */
.body1 .container { background-color: #000; }

.body1 .main-content {
	max-width: 1235px;
	margin: 0 auto; }
.body1 .logo-fix-bit {display:none}

.body1 .main-header {
  background: rgba(0, 0, 0, 0) url("images/topbg-hot108.png") repeat-x scroll left top; }
.body1  .main-content { background: #000 url();}
.body1  .main-content h3 {
  background-color: #72000A; }
.body1 .navbar li a:hover {	background-color: #72000A; }

.body1 .station__dropdown a:hover {
	color: #72000A; }
.body1 .station__dropdown a:hover .station-img::after {
	background: #72000A; }

