/************************************************************************************************************
 * Main application stylesheet
 * TODO: This needs to be reworked into SASS/SCSS
 ************************************************************************************************************/
@font-face {
	font-family: 'icomoon';
	src: url("../font/icomoon.eot");
	src: url("../font/icomoon.eot?#iefix") format("embedded-opentype"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.ttf") format("truetype"), url("../font/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal
}

.ui-page.ui-page-active{
	min-height: 0px !important;
	position: absolute;

	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.ui-loader.ui-loader-default{
	display: none;
}

[class*="icon-"]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}

.clear{
	clear: both;
}

.icon-volume-high:before {
	content: "\e602"
}

.icon-volume-medium:before {
	content: "\e603"
}

.icon-volume-low:before {
	content: "\e604"
}

.icon-volume-mute:before {
	content: "\e605"
}

.icon-volume-mute2:before {
	content: "\e606"
}

.icon-volume-increase:before {
	content: "\e607"
}

.icon-volume-decrease:before {
	content: "\e608"
}

.icon-angle-right:before {
	content: "\e60b"
}

.icon-angle-left:before {
	content: "\e60c"
}

.icon-angle-up:before {
	content: "\e60d"
}

.icon-angle-down:before {
	content: "\e60e"
}

.icon-thumbs-down:before {
	content: "\e610"
}

.icon-thumbs-up:before {
	content: "\e611"
}

.icon-facebook:before {
	content: "\e612"
}

.icon-twitter:before {
	content: "\e613"
}

.icon-reorder:before {
	content: "\e614"
}

.icon-backward:before {
	content: "\e600"
}

.icon-forward:before {
	content: "\e601"
}

.icon-play:before {
	content: "\e609"
}

.icon-pause:before {
	content: "\e60a"
}

.icon-envelope-alt:before {
	content: "\e615"
}

.icon-info-sign:before {
	content: "\e616"
}

.icon-shopping-cart:before {
	content: "\e617"
}

.icon-comment-alt:before {
	content: "\e618"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mobile-controls {
	list-style: none;
	padding: 0px
}

.text-container .mobile-controls {
	list-style: none;
	padding: 0px
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button, input {
	line-height: normal
}

button, select {
	text-transform: none
}

button, html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer
}

input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.form-row {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 12px
}

input[type='text'], input[type='search'] {
	height: 36px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0px 12px
}

input[type='text']:active, input[type='text']:focus, input[type='search']:active, input[type='search']:focus {
	background: #fafafa;
	outline: none
}

textarea {
	border: 1px solid #ddd;
	background: #fff;
	padding: 12px;
	font-size: 16px
}

textarea:active, textarea:focus {
	background: #fafafa;
	outline: none
}

body {
	line-height: 24px;
	font-size: 16px
}

p, ul, ol, dl, menu, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px
}

ol, ul, dl {
	list-style: none
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold
}

h1 {
	line-height: 48px;
	font-size: ms(1.75)
}

h2 {
	line-height: 36px;
	font-size: modular-scale(1.5)
}

h3 {
	line-height: 36px;
	font-size: modular-scale(1)
}

h4 {
	font-size: 20px
}

h6 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.text-container p, .text-container ul, .text-container ol, .text-container dl, .text-container menu, .text-container blockquote, .text-container h1, .text-container h2, .text-container h3, .text-container h4, .text-container h5, .text-container h6 {
	color: #555
}

.text-container h1, .text-container h2, .text-container h3, .text-container h4, .text-container h5, .text-container h6 {
	font-family: "franklin-gothic-urw-cond", sans-serif;
	visibility: hidden;
	font-weight: normal
}

.wf-active .text-container h1, .wf-active .text-container h2, .wf-active .text-container h3, .wf-active .text-container h4, .wf-active .text-container h5, .wf-active .text-container h6 {
	visibility: visible
}

.text-container p, .text-container ul, .text-container ol, .text-container dl, .text-container menu, .text-container blockquote {
	margin-bottom: 24px;
	font-family: "franklin-gothic-urw", sans-serif;
	visibility: hidden
}

.wf-active .text-container p, .wf-active .text-container ul, .wf-active .text-container ol, .wf-active .text-container dl, .wf-active .text-container menu, .wf-active .text-container blockquote {
	visibility: visible
}

.text-container p:last-child, .text-container ul:last-child, .text-container ol:last-child, .text-container dl:last-child, .text-container menu:last-child, .text-container blockquote:last-child {
	margin-bottom: 0px
}

.text-container h1, .text-container h2, .text-container h3 {
	margin-bottom: 12px
}

.text-container h4, .text-container h5, .text-container h6 {
	margin-bottom: 0px
}

.text-container h5, .text-container h6 {
	text-transform: uppercase;
	font-style: italic
}

.text-container ol, .text-container ul {
	padding-left: 24px
}

.text-container ol {
	list-style: decimal
}

.text-container ul {
	list-style: disc
}

.text-container table {
	width: 100%;
	font-family: "franklin-gothic-urw-cond", sans-serif;
	visibility: hidden;
	margin-bottom: 24px
}

.wf-active .text-container table {
	visibility: visible
}

.text-container table td, .text-container table th {
	padding: 6px 12px
}

.text-container table thead {
	text-align: left
}

.text-container table tr:last-child {
	border-bottom: none
}

.text-container blockquote {
	padding-left: 24px
}

.text-container blockquote p:last-child, .text-container blockquote ul:last-child, .text-container blockquote ol:last-child, .text-container blockquote dl:last-child, .text-container blockquote menu:last-child, .text-container blockquote blockquote:last-child {
	margin-bottom: 0px
}

.button, input[type='submit'], input[type='button'], button {
	background: #eee;
	border: 1px solid #ddd;
	color: #444;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 16px;
	line-height: 36px;
	padding: 0px 12px;
	margin: 0px;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.button:hover, input[type='submit']:hover, input[type='button']:hover, button:hover {
	background: #ddd;
	color: #444
}

.button:active, .button:focus, input[type='submit']:active, input[type='submit']:focus, input[type='button']:active, input[type='button']:focus, button:active, button:focus {
	background: #ccc
}

a {
	color: #3498db;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none
}

a:hover {
	color: #217dbb
}

html, body {
	width: 100%;
	height: 99%;
	min-height: 400px;
	-webkit-font-smoothing: subpixel-antialiased;
}


html.dark, body.dark {
	background-color: #000
}

html.light, body.light {
	background-color: #fff
}

body {
	position: relative
}

body.preroll-is-active, body.no-scroll, body.is-loading, body.mobile-menu-active {
	overflow: hidden
}

@-moz-keyframes clockwise {
	0% {
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-moz-transform: rotate(180deg) scale(1.3);
		transform: rotate(180deg) scale(1.3)
	}
	100% {
		-moz-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1)
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-webkit-transform: rotate(180deg) scale(1.3);
		transform: rotate(180deg) scale(1.3)
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1)
	}
}

@-o-keyframes clockwise {
	0% {
		-o-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-o-transform: rotate(180deg) scale(1.3);
		transform: rotate(180deg) scale(1.3)
	}
	100% {
		-o-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1)
	}
}

@-ms-keyframes clockwise {
	0% {
		-ms-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-ms-transform: rotate(180deg) scale(1.3);
		transform: rotate(180deg) scale(1.3)
	}
	100% {
		-ms-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1)
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg) scale(1)
	}
	50% {
		transform: rotate(180deg) scale(1.3)
	}
	100% {
		transform: rotate(360deg) scale(1)
	}
}

@-moz-keyframes counter-clockwise {
	0% {
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-moz-transform: rotate(-180deg) scale(1.3);
		transform: rotate(-180deg) scale(1.3)
	}
	100% {
		-moz-transform: rotate(-360deg) scale(1);
		transform: rotate(-360deg) scale(1)
	}
}

@-webkit-keyframes counter-clockwise {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-webkit-transform: rotate(-180deg) scale(1.3);
		transform: rotate(-180deg) scale(1.3)
	}
	100% {
		-webkit-transform: rotate(-360deg) scale(1);
		transform: rotate(-360deg) scale(1)
	}
}

@-o-keyframes counter-clockwise {
	0% {
		-o-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-o-transform: rotate(-180deg) scale(1.3);
		transform: rotate(-180deg) scale(1.3)
	}
	100% {
		-o-transform: rotate(-360deg) scale(1);
		transform: rotate(-360deg) scale(1)
	}
}

@-ms-keyframes counter-clockwise {
	0% {
		-ms-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}
	50% {
		-ms-transform: rotate(-180deg) scale(1.3);
		transform: rotate(-180deg) scale(1.3)
	}
	100% {
		-ms-transform: rotate(-360deg) scale(1);
		transform: rotate(-360deg) scale(1)
	}
}

@keyframes counter-clockwise {
	0% {
		transform: rotate(0deg) scale(1)
	}
	50% {
		transform: rotate(-180deg) scale(1.3)
	}
	100% {
		transform: rotate(-360deg) scale(1)
	}
}

.background {
	position: absolute;

	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0
}

.loading-indicator {
	position: absolute;

	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 100;
	bottom: 0px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: none
}

.is-loading .loading-indicator {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.loading-indicator .spinner {
	position: absolute;

	top: 50%;
	right: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.dark .loading-indicator .spinner {
	border: 4px solid #fff;
}

.light .loading-indicator .spinner {
	border: 4px solid #000;
}

.loading-indicator .spinner.one {
	-webkit-animation: clockwise 2s infinite;
	-moz-animation: clockwise 2s infinite;
	-ms-animation: clockwise 2s infinite;
	-o-animation: clockwise 2s infinite;
	animation: clockwise 2s infinite;
	height: 48px;
	width: 48px;
	margin-right: -24px;
	margin-top: -24px;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.loading-indicator .spinner.two {
	-webkit-animation: counter-clockwise 2s infinite;
	-moz-animation: counter-clockwise 2s infinite;
	-ms-animation: counter-clockwise 2s infinite;
	-o-animation: counter-clockwise 2s infinite;
	animation: counter-clockwise 2s infinite;
	height: 32px;
	width: 32px;
	margin-right: -16px;
	margin-top: -16px;
	border-left-color: transparent;
	border-right-color: transparent
}

.loading-indicator .spinner.three {
	-webkit-animation: counter-clockwise 2s infinite;
	-moz-animation: counter-clockwise 2s infinite;
	-ms-animation: counter-clockwise 2s infinite;
	-o-animation: counter-clockwise 2s infinite;
	animation: counter-clockwise 2s infinite;
	height: 64px;
	width: 64px;
	margin-right: -32px;
	margin-top: -32px;
	border-left-color: transparent;
	border-right-color: transparent
}

.dark .loading-overlay .loading-indicator {
	background: rgba(0,0,0,.8);
}

.light .loading-overlay .loading-indicator {
	background: rgba(255,255,255,.8);
}

.reveal-navigation-trigger {
	display: block;
	padding: 10px 12px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	position: relative;
	display: none
}

.dark .reveal-navigation-trigger {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff
}

.light .reveal-navigation-trigger {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	color: #333
}

.reveal-navigation-trigger:hover {
	color: #fff;
	background-color: #3498db;
	border-top-color: #3498db
}

.reveal-navigation-trigger:after {
	right: 12px;
	top: 12px;
	height: 3px;
	width: 20px;
	background-color: #fff;
	content: "";
	position: absolute;

	-webkit-box-shadow: 0px 7px 0px #fff, 0px 14px 0px #fff;
	-moz-box-shadow: 0px 7px 0px #fff, 0px 14px 0px #fff;
	box-shadow: 0px 7px 0px #fff, 0px 14px 0px #fff
}

.dark .navigation {
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.light .navigation {
	border-top: 1px solid rgba(0, 0, 0, 0.3)
}

.navigation a,
.navigation span {
	display: block;
	padding: 10px 12px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400
}

.dark .navigation a,
.dark .navigation span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff
}

.light .navigation a,
.light .navigation span{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	color: #333
}

.navigation a:hover,
.navigation span:hover{
	color: #fff;
	background-color: #3498db;
	border-bottom-color: #3498db
}

@media (min-width: 768px) {
	.navigation.scrollable {
		overflow-y: scroll
	}

	.left-bar-condensed .navigation a {
		padding: 6px 12px;
		font-size: 16px;
		line-height: 20px
	}
}

.controls-and-info {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 210px;
}

@media (max-height: 500px){
	.controls-and-info{
		position: relative;
		margin-top: 20px;
	}
}

.privacy-policy {
	position: absolute;
	font-family: Arial;
	color: #aeaeae;
}

.mobile-menu-top .privacy-policy {
	top: 0;
	left: 12px;
	height: 48px;
	line-height: 40px;
	font-size: 16px;
}

.radio-controls .privacy-policy {
	right: 5px;
	bottom: 2px;
	font-size: 11px;
}

@media (min-width: 768px) {
	.radio-controls .privacy-policy {
		display: block;
	}
	.mobile-menu-top .privacy-policy {
		display: none;
	}
}

@media (max-width: 768px) {
	.mobile-menu-top .privacy-policy {
		display: block;
	}
	.radio-controls .privacy-policy {
		display: none;
	}
}

@media (min-width: 768px) {
	.left-bar-condensed .controls-and-info {
		height: 170px;
	}
}

.podcast-mode .controls-and-info {
	padding-bottom: 0px;
}

.podcast-mode .controls-and-info.radio-controls {
	display: none;
}

.controls-and-info.podcast-controls {
	display: none;
}

.podcast-mode .controls-and-info.podcast-controls {
	display: block;
}

.dark .controls-and-info {
	color: #fff
}

.light .controls-and-info {
	color: #555
}

.buy-link-controls {
	position: absolute;

	left: -16px;
	top: -8px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	padding: 4px
}

.podcast-mode .buy-link-controls {
	display: none
}

.dark .buy-link-controls {
	color: #fff
}

.light .buy-link-controls {
	color: #000
}

.rating-label {
	position: absolute;

	right: -18px;
	top: -8px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	padding: 4px
}

.podcast-mode .rating-label {
	display: none
}

.rating-label span {
	padding-left: 6px;
	font-size: 14px;
	position: relative;
	top: 1px
}

.controls {
	text-align: center;
	padding-top: 36px;
	margin-top: 12px;
	position: relative;
	top: 4px;
	width: 224px;
	margin: 0px auto;
	padding-top: 36px;
	padding-bottom: 18px
}

@media (min-width: 768px) {
	.left-bar-condensed .controls {
		padding-bottom: 12px
	}
}

.controls .button-flower li {
	position: absolute;

	height: 32px;
	width: 32px;
	z-index: 4;
}

.controls .button-flower li.volume {
	z-index: 5;
}

.controls .button-flower li button {
	padding: 0px;
	height: 32px;
	width: 32px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	line-height: 30px;
	font-size: 18px;
	position: relative;
	z-index: 3;
	-webkit-transition: -webkit-transform 0.1s;
	-moz-transition: -moz-transform 0.1s;
	-o-transition: -o-transform 0.1s;
	transition: transform 0.1s
}

.controls .button-flower li button:active {
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-ms-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075)
}

.controls .button-flower li button.icon-forward {
	padding-left: 4px;
	padding-top: 1px
}

.controls .button-flower li button.icon-backward {
	padding-right: 4px;
	padding-top: 1px
}

.controls .button-flower .rate-up button:hover span, .controls .button-flower .rate-down button:hover span {
	display: block
}

.controls .button-flower .rate-up button span, .controls .button-flower .rate-down button span {
	color: #fff;
	position: absolute;

	top: 0px;
	font-size: 14px;
	display: none;
	left: 100%;
	padding-left: 12px
}

.podcast-mode .controls .button-flower .rate-up button, .podcast-mode .controls .button-flower .rate-down button {
	font-size: 14px;
	padding-left: 5px
}

.controls .button-flower.has-5-buttons li:nth-child(1) {
	top: 48px;
	left: 52px;
	margin-left: -16px
}

.controls .button-flower.has-5-buttons li:nth-child(2) {
	top: 12px;
	left: 72px;
	margin-left: -16px
}

.controls .button-flower.has-5-buttons li:nth-child(3) {
	top: -4px;
	right: 50%;
	margin-right: -16px
}

.controls .button-flower.has-5-buttons li:nth-child(4) {
	top: 12px;
	right: 72px;
	margin-right: -16px
}

.controls .button-flower.has-5-buttons li:nth-child(5) {
	top: 48px;
	right: 52px;
	margin-right: -16px
}

.controls .button-flower.has-4-buttons li:nth-child(1) {
	top: 48px;
	left: 52px;
	margin-left: -16px
}

.controls .button-flower.has-4-buttons li:nth-child(2) {
	top: 12px;
	left: 72px;
	margin-left: -16px
}

.controls .button-flower.has-4-buttons li:nth-child(3) {
	top: 12px;
	right: 72px;
	margin-right: -16px
}

.controls .button-flower.has-4-buttons li:nth-child(4) {
	top: 48px;
	right: 52px;
	margin-right: -16px
}

.controls .button-flower.has-3-buttons li:nth-child(1) {
	top: 12px;
	left: 72px;
	margin-left: -16px
}

.controls .button-flower.has-3-buttons li:nth-child(2) {
	top: -4px;
	right: 50%;
	margin-right: -16px
}

.controls .button-flower.has-3-buttons li:nth-child(3) {
	top: 12px;
	right: 72px;
	margin-right: -16px
}

.controls .button-flower.has-2-buttons li:nth-child(1) {
	top: 12px;
	right: 72px;
	margin-right: -16px
}

.controls .button-flower.has-2-buttons li:nth-child(2) {
	top: 12px;
	left: 72px;
	margin-left: -16px
}

.controls .button-flower.has-1-buttons li:nth-child(1) {
	top: -4px;
	right: 50%;
	margin-right: -16px
}

.controls .button-flower.has-6-buttons li:nth-child(1) {
	top: 65px;
	left: 38px;
	margin-right: -16px
}

.controls .button-flower.has-6-buttons li:nth-child(6) {
	top: 65px;
	right: 38px;
	margin-left: -16px
}

.controls .button-flower.has-6-buttons li:nth-child(3) {
	top: 1px;
	left: 50%;
	margin-left: -36px
}

.controls .button-flower.has-6-buttons li:nth-child(4) {
	top: 1px;
	right: 50%;
	margin-right: -36px
}

.controls .button-flower.has-6-buttons li:nth-child(2) {
	top: 28px;
	left: 61px;
	margin-left: -16px
}

.controls .button-flower.has-6-buttons li:nth-child(5) {
	top: 28px;
	right: 61px;
	margin-right: -16px
}

.controls button {
	outline: 0;
	margin-top: 10px;
}

.volume-slider {
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 144px;
	background-color: #ddd;
	z-index: 2;
	border-radius: 19px;
	border: 1px solid #ddd;
	padding-top: 16px;
	padding-bottom: 36px;
	cursor: pointer;
	display: none
}

.volume-slider.is-active {
	display: block
}

.volume-slider .volume-slider-inner {
	height: 82px
}

.back-to-live {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;
	font-weight: 200;
	background-color: transparent;
	border: none;
	text-decoration: underline;
}

.back-to-live:hover {
	background-color: #3498db
}

.back-to-live span {
	font-size: 20px;
	font-weight: 100
}

.dark .back-to-live {
	color: #fff
}

.light .back-to-live {
	color: #000
}

.play-button {
	padding: 0px;
	height: 72px;
	width: 72px;
	display: block;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	-ms-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;
	margin: 0px auto;
	font-size: 32px;
	line-height: 76px;
	text-align: center;
	-webkit-transition: -webkit-transform 0.1s;
	-moz-transition: -moz-transform 0.1s;
	-o-transition: -o-transform 0.1s;
	transition: transform 0.1s
}

.dark .play-button{
	background-image: url("/assets/images/black_rightpointing_triangle.png") !important;
	background-size: 100% 100% !important;
}

.dark.is-playing .play-button{
	background-image: url("/assets/images/black_square.png") !important;
	background-size: 100% 100% !important;
}

.light .play-button{
	background-image: url("/assets/images/darkgray_rightpointing_triangle.png") !important;
	background-size: 100% 100% !important;
}

.light.is-playing .play-button{
	background-image: url("/assets/images/darkgray_square.png") !important;
	background-size: 100% 100% !important;
}

.play-button:active {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

@media (min-width: 768px) {
	.left-bar-condensed .play-button {
		height: 48px;
		width: 48px;
		line-height: 52px;
		font-size: 24px
	}
}

.podcast-mode .play-button {
	line-height: 72px
}

@media (min-width: 768px) {
	.podcast-mode .left-bar-condensed .play-button {
		line-height: 52px
	}

	.podcast-mode .left-bar-condensed .play-button:before {
		font-size: 24px
	}
}

.podcast-mode.playing .play-button {
	padding-left: 0px
}

.light .circle-button {
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #666
}

.light .circle-button:hover {
	color: #666;
	background-color: #fff
}

.dark .circle-button {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000
}

.dark .circle-button.used{
	background-color: #aaa;
	border: 1px solid #aaa;
}

.dark .circle-button:not(.used):hover {
	color: #000;
	background-color: #ddd
}

.circle-button.voted{
	background-color: #3498db !important;
	border: 1px solid #3498db !important;
}

.album-art, .podcast-art {
	top: 0px;
	left: 300px;
	bottom: 0px;
	background-color: transparent;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;

	-webkit-transition: -webkit-filter 0.4s;
	width: 100%;
	cursor: pointer;
}

.light .album-art:not(.commercial):hover, .light .podcast-art:not(.commercial):hover{
	background-color: rgba(0,0,0,.1);
}

.dark .album-art:not(.commercial):hover, .dark .podcast-art:not(.commercial):hover{
	background-color: rgba(255,255,255,.1);
}

.artist-info-active .album-art, .artist-info-active .podcast-art {
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	filter: blur(20px)
}

@media (min-width: 768px) {
	.album-art, .podcast-art {
		height: auto !important
	}
}

.artwork-under-nav .album-art, .artwork-under-nav .podcast-art {
	left: 0px;
	background-position: center right
}

.album-art .alpha-fade-desktop, .podcast-art .alpha-fade-desktop {
	position: absolute;

	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 230px;
	pointer-events: none
}

.no-colors .album-art .alpha-fade-desktop, .no-colors .podcast-art .alpha-fade-desktop {
	background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(right, #000000, rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(right, #000000, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(right, #000000, rgba(0, 0, 0, 0));
	background: linear-gradient(right, #000000, rgba(0, 0, 0, 0))
}

.album-art .alpha-fade-mobile, .podcast-art .alpha-fade-mobile {
	display: none
}

.no-colors .album-art .alpha-fade-mobile, .no-colors .podcast-art .alpha-fade-mobile {
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
	background: linear-gradient(bottom, #000000, rgba(0, 0, 0, 0))
}

.left-bar {
	width: 300px;
	position: fixed;
	bottom: 0px;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.dark .left-bar {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.9);
}

.light .left-bar {
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.9)
}


.station-logo {
	width: 252px;
	height: 144px;
	background: transparent center center no-repeat;
	background-size: contain;
	margin: 0px auto
}

@media (min-width: 768px) {
	.left-bar-condensed .station-logo {
		height: 120px
	}
}


.fb-like {
	display: block;
	width: 150px;
	height: 32px;
	float: left;
	margin-left: 10px;
}

.station-logo-wrap .help{
	float: right;
	font-size: 14px;
	margin: 10px 10px 0px 0px;
	line-height: 14px;
}

.dark .station-logo-wrap .help{
	color: #fff;
}

.light .station-logo-wrap .help{
	color: #000;
}

.podcast-mode .song-info {
	display: none
}

.podcast-info {
	display: none
}

.podcast-mode .podcast-info {
	display: block
}

.song-info, .podcast-info {
	padding: 18px;
	padding-top: 0px;
	padding-bottom: 6px
}

.song-info h2, .song-info h3, .podcast-info h2, .podcast-info h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.song-info .now-playing-track h2.stream-only.current-track{
	white-space: normal;
	overflow: auto;
}



.song-info h2, .podcast-info h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400
}

.left-bar .logo{
	display: none;
}


@media (min-width: 768px) {
	.left-bar-condensed .song-info h2, .left-bar-condensed .podcast-info h2 {
		font-size: 18px;
		line-height: 20px
	}
}


.song-info h3, .podcast-info h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

@media (min-width: 768px) {
	.left-bar-condensed .song-info h3, .left-bar-condensed .podcast-info h3 {
		font-size: 14px;
		line-height: 20px
	}
}


.song-info h3.current-album, .podcast-info h3.current-album {
	font-size: 14px;
	line-height: 16px;
	font-weight: 200
}

.dark .song-info h3.current-album, .dark .podcast-info h3.current-album {
	color: #ccc
}

.light .song-info h3.current-album, .light .podcast-info h3.current-album {
	color: #888
}

.podcast-info {
	padding-bottom: 0px;
}

.banner-container {
	position: fixed;
	left: 300px;
	bottom: 24px;
	display: none;
	right: 0px;
	pointer-events: none;
}

.banner-container.banner-728 {
	display: block !important;
	height: 90px;
}

.banner-container.banner-300 {
	display: block !important;
	height: 50px;
}

.banner-container.banner-320 {
	display: block !important;
	width: 320px;
	height: 50px;
}

.banner-ad-active .banner-container {
	margin: 0 auto;
	display: block;
}



.banner {
	pointer-events: all;
}

.banner-728 .banner {
	height: 90px;
	width: 728px;
	margin: 0px auto;
}

.banner-320 .banner {
	width: 320px;
	height: 50px;
	margin: 0px auto;
}

.banner-300 .banner {
	height: 50px;
	width: 300px;
	margin: 0px auto;
}

.banner-250 .banner {
	height: 250px;
	width: 300px;
	margin-left: 24px;
}


.ad-container {
	z-index: 1
}


@media (max-width: 520px) {
	.banner {
		width: 300px;
		height: 50px
	}
}



.main-ad-container {
	width: 300px;
	height: 250px;
	display: none;
}

.main-ad-container-mobile{
	width: 100%;
	height: 100vw;
	display: none;
}

.main-ad-container-short-screen{
	position: absolute;

	top: 0px;
	left: 300px;
	bottom: 0px;
	display: none;
}

.has-banner .main-ad-container-short-screen{
	bottom: 110px;
}

.main-ad-container-short-screen.show{
	display: block;
}

.main-ad-container-short-screen iframe{
	display: block;
	width: 300px;
	height: 250px;
	margin: 5vw auto;
}

.dark .main-ad-container-short-screen{
	background: rgba(0,0,0,.8);
}

.light .main-ad-container-short-screen{
	background: rgba(255,255,255,.8);
}



.main-ad-container.show {
	display: block;
}

.main-ad-container > iframe{
	width: 300px;
	height: 250px;
	border: none;
	overflow: hidden;
}

.main-ad-container-mobile > iframe{
	width: 300px;
	height: 250px;
	border: none;
	overflow: hidden;
	display: block;
	margin: 10vw auto;
}

.standard-ad {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
}

.synched-ad {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	display: none
}

.synched-ad.show {
	display: block
}

.mobile-radio-init{
	display: none;
}

.landscape-warning {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding: 72px;
	font-size: 48px;
	font-weight: 100;
	line-height: 54px;
	z-index: 9999999;
	display: none
}

.dark .landscape-warning {
	background-color: #000;
	color: #fff
}

.light .landscape-warning {
	background-color: #fff;
	color: #000
}

.mobile-menu-trigger {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 10;
	display: none;
	width: 44px;
	text-align: center
}


.mobile-menu-trigger .show-menu {
	text-align: center;
	height: 62px;
	line-height: 62px;
	display: block;
	font-size: 24px
}

.dark .mobile-menu-trigger .show-menu {
	color: #fff
}

.light .mobile-menu-trigger .show-menu {
	color: #444
}

.mobile-menu {
	top: 68px;
	position: fixed;
	left: 0px;
	right: 0px;
	z-index: 99;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	/*-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;*/
	padding: 5px 12px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	pointer-events: none
}

.banner-ad-active .mobile-menu {
	/*padding-bottom: 144px*/
}



.dark .mobile-menu {
	background-color: rgba(0, 0, 0, 0.5)
}

.light .mobile-menu {
	background-color: rgba(255, 255, 255, 0.5)
}

.mobile-menu-top {
	margin-bottom: 24px;
	position: relative;
}

.mobile-controls {
	margin-top: 24px;
	text-align: center;
	height: 48px;
	font-size: 0px
}

.mobile-controls > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 16px
}

.mobile-controls .volume {
	display: none
}

.mobile-controls button {
	display: inline-block;
	height: 48px;
	width: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	margin-right: 8px;
	color: #000
}

.mobile-controls button[class^='icon-volume'] {
	display: none
}

.mobile-controls button:before {
	color: #000;
	font-size: 20px;
	line-height: 44px
}

.dark .mobile-controls button {
	color: #fff
}

.dark .mobile-controls button:hover {
	color: #3498db
}

.light .mobile-controls button {
	color: #333
}

.light .mobile-controls button:hover {
	color: #3498db
}

/*******************************************************************************
 * Gateway Ads
 *******************************************************************************/
/* ===> ::START SECTION:: Gateway Ads <=== */
/**
 * Default Styling
 */
/* Gateway Ad Outer Container, fills the screen */
.gateway-container {
	display    : block;
	display    : none;
	z-index    : 1000;
	position   : fixed;
	top        : 0px;
	left       : 0px;
	right      : 0px;
	bottom     : 0px;
	width      : auto;
	height     : auto;
	background : rgba(0, 0, 0, 0.8);
}
/* Content Container, centered in screen */
.gateway-container .content {
	display           : block;
	position          : absolute;
	width             : 950px;
	height            : 360px;
	min-height        : 360px;
	top               : 50%;
	left              : 50%;
	-ms-transform     : translate(-50%, -50%);
	-webkit-transform : translate(-50%, -50%);
	-o-transform      : translate(-50%, -50%);
	-moz-transform    : translate(-50%, -50%);
	transform         : translate(-50%, -50%);
}

.gateway-container .content-inner {
	display    : inline-block;
	position   : relative;
	width      : 100%;
	height     : 100%;
	text-align : center;
}

/* Media Container */
.gateway-container .gateway-media-container {
	display    : inline-block;
	float      : left;
	position   : relative;
	text-align : center;
	width      : 640px;
	height     : 360px;
}

.gateway-container.debug .gateway-media-container {
	border     : 1px solid white;
	box-sizing : content-box;
	overflow   : hidden;
}

/* Media Inner Video Container (VAST or VPAID) */
.gateway-container .gateway-media-container .video-container {
	display      : inline-block;
	width        : 100%;
	height       : 100%;
	background   : #000000;
	text-align   : left;
}

/* IMA player: Inner div container made fluid */
.gateway-container .gateway-media-container .video-container > div {
	width: 100% !important;
	height: auto !important;
}

/* IMA player: Framed media content made fluid and constrained to box model */
.gateway-container .gateway-media-container .video-container iframe {
	display    : inline-block;
	width      : 100%;
	max-width  : 100%;
	max-height : 100%;
	margin     : 0;
	border     : 0;
	padding    : 0;
}

.gateway-container .gateway-media-container .video-container video {
	max-width  : 100%;
	max-height : 100%;
}

.mobile-play-overlay {
	color: #fff;
	z-index: 100001;
	position: fixed;
	top: 0; left: 0;
	background: #000;
	opacity: 0.9;
	width: 100%;
	height: 102%;
	text-align: center;
	margin: 0;
	padding: 20% 10% 10% 10%;
	cursor: pointer;
}

.mobile-play-overlay img {
	display : inline-block;
}

/* Companion Banner */
.gateway-container .gateway-banner-container {
	display           : inline-block;
	float             : left;
	-ms-transform     : translate(0, 22%);
	-webkit-transform : translate(0, 22%);
	-o-transform      : translate(0, 22%);
	-moz-transform    : translate(0, 22%);
	transform         : translate(0, 22%);
	margin-left       : 5px;
}
.gateway-container .gateway-banner-container.w300-h250 {
	width  : 300px;
	height : 250px;
}
.gateway-container .gateway-banner-container.w300-h50 {
	width  : 300px;
	height : 50px;
}
.gateway-container.debug .gateway-banner-container {
	border              : 1px solid white;
	box-sizing          : content-box;
	overflow            : hidden;
	background-color    : rgba(0, 0, 0, 0);
	background-repeat   : no-repeat;
	background-position : center;
}
.gateway-container.debug .gateway-banner-container.w300-h250 {
	background-image: url('http://placehold.it/300x250');
}
.gateway-container.debug .gateway-banner-container.w300-h50 {
	background-image: url('http://placehold.it/300x50');
}

/* Close Button */
.gateway-container .gateway-close-btn {
	display          : block;
	position         : absolute;
	z-index          : 10;
	right            : -15px;
	top              : -15px;
	background-color : white;
	height           : 30px;
	width            : 30px;
	border-radius    : 50%;
}
.gateway-container .gateway-close-btn .inner {
	display          : inline-block;
	background-color : black;
	height           : 26px;
	width            : 26px;
	border-radius    : 50%;
	margin           : 2px;
	color            : white;
	text-align       : center;
	vertical-align   : center;
	line-height      : 26px;
}
.gateway-container .gateway-close-btn .inner::after {
	content          : 'X';
}
.gateway-container .gateway-close-btn:hover .inner {
	background-color : white;
	color            : black;
}

/* Timer Message */
.gateway-container .timer-area {
	width      : 640px;
	height     : 20px;
	font-size  : 14px;
	text-align : right;
	color      : #999999;
}

/**
 * No video (probably deprecated....)
 */
.gateway-container.no-video .video-container {
	display: none;
}

/**
 * Device: Full-size tablet
 */
@media (max-width: 1024px) {
	.gateway-container {
		position: absolute;
	}
	/* Content Container */
	.gateway-container .content {
		width  : 640px;
		height : 735px;
	}

	/* Media Container */
	.gateway-container .gateway-media-container {
		float      : none;
		margin-top : 20px;
	}

	/* Media Inner Video Container (VAST or VPAID) */
	.gateway-container .gateway-media-container .video-container {

	}

	/* Companion Banner */
	.gateway-container .gateway-banner-container {
		float             : none;
		-ms-transform     : none;
		-webkit-transform : none;
		-o-transform      : none;
		-moz-transform    : none;
		transform         : none;
	}

	/* Timer Message */
	.gateway-container .timer-area {
		position   : absolute;
		top        : 0px;
		left       : 0px;
		text-align : left;
	}

	/* Close Button */
	.gateway-container .gateway-close-btn {
		top : 5px;
	}
}

/**
 * Device: Small tablet / Phone
 */
@media (max-width: 650px) {
	.gateway-container .content {
		top               : 0;
		left              : 0;
		right             : 0;
		bottom            : 0;
		-ms-transform     : none;
		-webkit-transform : none;
		-o-transform      : none;
		-moz-transform    : none;
		transform         : none;
		width             : auto;
		height            : auto;
	}

	.gateway-container .gateway-media-container {
		width: 100%;
	}
	.gateway-container .gateway-close-btn {
		top   : 2px;
		right : 2px;
	}
}
/* ===> ::END SECTION:: Gateway Ads <=== */


#main-player.gateway {
	position: fixed;
	visibility: visible;
	z-index: 10001;
	width: 640px;
	height: 360px
}

@media (max-width: 640px) {
	#main-player.gateway {
		position: static;
		width: 100% !important;
		height: auto
	}
}

.ratings {
	padding-top: 12px;
	padding-bottom: 24px;
	padding-left: 64px;
	padding-right: 64px;
	position: relative
}

.dark .ratings {
	color: #fff
}

.light .ratings {
	color: #333
}


.rating-up, .rating-down {
	position: absolute;
	top: 0px;
	text-align: center;
	width: 64px
}

.rating-up .label, .rating-down .label {
	font-size: 14px;
	line-height: 14px
}

.rating-up {
	left: 0px
}

.rating-down {
	right: 0px
}

.rating-bar {
	height: 10px;
	padding: 2px
}

.dark .rating-bar {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.3)
}

.light .rating-bar {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.3)
}

.rating-bar-fill {
	float: left;
	height: 4px
}

.dark .rating-bar-fill {
	background-color: rgba(255, 255, 255, 0.5)
}

.light .rating-bar-fill {
	background-color: rgba(0, 0, 0, 0.5)
}

.mobile-buy-link {
	margin-bottom: 12px;
	display: block;
	text-align: center;
	font-size: 14px
}

.dark .mobile-buy-link {
	color: #fff
}

.light .mobile-buy-link {
	color: #333
}

.seek-bar-container {
	position: absolute;

	left: 300px;
	width: 100vh;
	bottom: 18px;
	padding-right: 24px;
	padding-left: 24px;
	z-index: 3;
	display: none
}

.podcast-mode .seek-bar-container {
	display: block
}

.seek-bar {
	padding-left: 72px;
	height: 34px;
	padding-right: 72px;
	position: relative;
	display: none
}

@media (min-width: 768px) {
	.left-bar-condensed .seek-bar {
		height: 16px
	}
}

.podcast-mode .seek-bar {
	display: block
}

.dark .seek-bar {
	background-color: rgba(0, 0, 0, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.3)
}

.light .seek-bar {
	background-color: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(0, 0, 0, 0.3)
}

.left-bar .seek-bar {
	padding-left: 48px;
	padding-right: 48px;
	border: none;
	background-color: transparent
}

@media (max-width: 670px) {
	.left-bar .seek-bar {
		display: none
	}
}

.left-bar .seek-bar .time-total, .left-bar .seek-bar .time-remaining {
	font-size: 12px;
	line-height: 16px
}

.seek-bar .time-total, .seek-bar .time-remaining {
	position: absolute;
	top: 0px;
	line-height: 32px;
	font-size: 16px
}

.dark .seek-bar .time-total, .dark .seek-bar .time-remaining {
	color: rgba(255, 255, 255, 0.6)
}

.light .seek-bar .time-total, .light .seek-bar .time-remaining {
	color: rgba(0, 0, 0, 0.6)
}

.seek-bar .time-total {
	left: 3px
}

.seek-bar .time-remaining {
	right: 12px
}

.seek-bar-inner {
	height: 16px;
	margin-top: 8px;
	padding: 2px
}

.dark .seek-bar-inner {
	border: 1px solid rgba(255, 255, 255, 0.3)
}

.light .seek-bar-inner {
	border: 1px solid rgba(0, 0, 0, 0.3)
}

.seek-bar-fill {
	float: left;
	height: 10px;
	position: relative
}

.dark .seek-bar-fill {
	background-color: rgba(255, 255, 255, 0.7)
}

.light .seek-bar-fill {
	background-color: rgba(0, 0, 0, 0.7)
}

.cell-inner::-webkit-scrollbar, .navigation.scrollable::-webkit-scrollbar, .artist-detail-description::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.dark .cell-inner::-webkit-scrollbar-track, .cell-inner::-webkit-scrollbar-track.dark, .dark .navigation.scrollable::-webkit-scrollbar-track, .navigation.scrollable::-webkit-scrollbar-track.dark, .dark .artist-detail-description::-webkit-scrollbar-track, .artist-detail-description::-webkit-scrollbar-track.dark {
	background-color: rgba(255, 255, 255, 0.3)
}

.light .cell-inner::-webkit-scrollbar-track, .cell-inner::-webkit-scrollbar-track.light, .light .navigation.scrollable::-webkit-scrollbar-track, .navigation.scrollable::-webkit-scrollbar-track.light, .light .artist-detail-description::-webkit-scrollbar-track, .artist-detail-description::-webkit-scrollbar-track.light {
	background-color: rgba(0, 0, 0, 0.3)
}

.dark .cell-inner::-webkit-scrollbar-thumb, .cell-inner::-webkit-scrollbar-thumb.dark, .dark .navigation.scrollable::-webkit-scrollbar-thumb, .navigation.scrollable::-webkit-scrollbar-thumb.dark, .dark .artist-detail-description::-webkit-scrollbar-thumb, .artist-detail-description::-webkit-scrollbar-thumb.dark {
	background-color: rgba(255, 255, 255, 0.3)
}

.light .cell-inner::-webkit-scrollbar-thumb, .cell-inner::-webkit-scrollbar-thumb.light, .light .navigation.scrollable::-webkit-scrollbar-thumb, .navigation.scrollable::-webkit-scrollbar-thumb.light, .light .artist-detail-description::-webkit-scrollbar-thumb, .artist-detail-description::-webkit-scrollbar-thumb.light {
	background-color: rgba(0, 0, 0, 0.3)
}

body.artist-info-active {
	overflow-y: hidden
}

.loading-overlay {
	display: none
}

.loading-overlay.is-loading {
	position: absolute;

	left: 300px;
	top: 0px;
	bottom: 0px;
	width: 100vh;
	z-index: 1;
	pointer-events: none;
	display: block
}

.has-banner .loading-overlay.is-loading{
	bottom: 110px;
}

.loading-overlay .loading-indicator {
	background-color: rgba(0, 0, 0, 0.8)
}

.artist-detail-container {
	position: absolute;
	left: 300px;
	top: 0px;
	bottom: 0px;
	/*width: 100vh;*/
	width: 46vw;
	z-index: 105;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.artist-detail-container h3 {
	font-weight: 200;
	font-size: 28px;
	margin-top: 30px
}

@media (min-width: 768px) {
	.artist-detail-container {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform 0.4s;
		-moz-transition: -moz-transform 0.4s;
		-o-transition: -o-transform 0.4s;
		transition: transform 0.4s
	}

	.artist-detail-container.is-active {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%)
	}

	.artist-detail-container.is-away {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}


.artist-detail-container .artist-detail {
	position: absolute;

	top: 72px;
	bottom: 0px;
	left: 0px;
	right: 0px
}


@media (max-width: 520px) {
	.artist-detail-container .artist-detail {
		top: 49px
	}
}

.artist-detail-container .close {
	width: 71px;
	height: 71px;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 64px;
	text-align: center;
	font-size: 48px;
	font-weight: 100
}

@media (max-width: 520px) {
	.artist-detail-container .close {
		height: 48px;
		width: 48px;
		font-size: 36px;
		line-height: 40px
	}
}

.dark .artist-detail-container .close {
	color: #fff
}

.dark .artist-detail-container .close:hover {
	background-color: #000;
	color: #fff
}

.light .artist-detail-container .close {
	color: #333
}

.light .artist-detail-container .close:hover {
	background-color: #fff;
	color: #000
}

.dark .artist-detail-container {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff
}

.light .artist-detail-container {
	background-color: rgba(255, 255, 255, 0.85);
	color: #333
}

.artist-detail-container .artist-detail-image{
	width: 40%;
	position: absolute;

	top: 0px;
	left: 0px;
	padding: 24px
}

.artist-detail-container .artist-detail-empty{
	width: 80%;
	position: absolute;

	top: 0px;
	left: 0px;
	padding: 10px 24px
}

.artist-detail-container .artist-detail-empty h3{
	margin-top: 0px;
	font-size: 28px;
}

.artist-detail-container .artist-detail-image img {
	width: 100%;
	margin: 0px auto;
	border: 10px solid #000
}


.artist-detail-container .artist-detail-description {
	position: absolute;

	top: 0px;
	right: 0px;
	width: 60%;
	bottom: 0px;
	padding: 24px;
	padding-left: 0px;
	height: 100%
}

.banner-ad-active .artist-detail-container .artist-detail-description {
	padding-bottom: 144px
}

@media (max-width: 520px) {
	.artist-detail-container .artist-detail-description {
		padding: 12px
	}
}

.artist-detail-container img {
	margin-bottom: 24px
}

.artist-detail-container p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
	margin-bottom: 18px
}

.artist-detail-container p a {
	text-decoration: underline
}

.dark .artist-detail-container p a {
	color: #fff
}

.light .artist-detail-container p a {
	color: #333
}

.artist-detail-container p a:hover {
	text-decoration: none
}

.artist-detail-container h2 {
	font-weight: 100;
	padding: 18px 24px;
	display: block;
	padding-bottom: 17px
}

.dark .artist-detail-container h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.light .artist-detail-container h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

@media (max-width: 520px) {
	.artist-detail-container h2 {
		padding: 12px;
		font-size: 18px;
		line-height: 24px
	}
}


#presslaff-form {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5000;
	display: none
}

.dark #presslaff-form {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff
}

.light #presslaff-form {
	background-color: rgba(255, 255, 255, 0.85);
	color: #333
}

#presslaff-form .container {
	width: 400px;
	height: 550px;
	margin: 0px auto;
	padding: 20px;
	background-color: #fff;
	color: #333;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), -100px 0px 0px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), -100px 0px 0px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4), -100px 0px 0px 0px rgba(255, 255, 255, 0.5);
	position: absolute;

	top: 50%;
	margin-right: -250px;
	right: 50%;
	margin-top: -275px
}

#presslaff-form .container:after {
	content: "\e60b\e60b";
	position: absolute;
	font-family: "icomoon";
	left: -100px;
	width: 100px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	letter-spacing: -2px;
	bottom: 35px
}

#presslaff-form form > label {
	display: block;
	margin-bottom: 8px
}

#presslaff-form h2 {
	font-weight: 100;
	font-size: 36px;
	line-height: 40px
}

#presslaff-form p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px
}

#presslaff-form input[type='text'] {
	width: 100%
}

.dark #presslaff-form input[type='text'] {
	background-color: #eee
}

.dark #presslaff-form input[type='text']:active, .dark #presslaff-form input[type='text']:focus {
	background-color: #fff
}

.light #presslaff-form input[type='text'] {
	background-color: #aaa
}

.light #presslaff-form input[type='text']:active, .light #presslaff-form input[type='text']:focus {
	background-color: #eee
}

#presslaff-form form > div > label {
	padding-left: 8px
}

.dialog-container {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 999999999;
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
}

.dialog-container.full-screen {
	background-color: rgba(0, 0, 0, 0.8)
}

.dialog-container.full-screen .dialog {
	background-color: transparent !important
}

.dialog-container.error {
	background-color: rgba(60, 0, 0, 0.5)
}

.dialog-container.error.full-screen {
	background-color: rgba(60, 0, 0, 0.9)
}

.dialog-container.error h2 {
	color: #e94b35
}

.dialog-container.success {
	background-color: rgba(0, 20, 0, 0.5)
}

.dialog-container.success.full-screen {
	background-color: rgba(0, 20, 0, 0.9)
}

.dialog-container.success h2 {
	color: #1ece6d
}

.dialog-container.is-active {
	display: block
}

.dialog-container .dialog {
	width: 440px;
	margin: 0px auto;
	color: #fff;
	padding: 24px;
	background: rgba(51,51,51,.9);
	position: absolute;

	top: 50%;
	right: 50%;
	margin-right: -220px;
	margin-top: -160px;
	box-shadow: 1px 1px 5px 1px #000;
	border-radius: 3px;
}

.dialog-container h2 {
	font-weight: 100;
	font-size: 32px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.dialog-container p {
	font-weight: 200;
	font-size: 16px;
	line-height: 20px;
}

.dialog-container .button-row {
	margin-top: 25px;
}

.dialog-container .button-row button{
	border-radius: 3px;
	padding: 0px 20px;
}


.noUi-target {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none
}

.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative
}

.noUi-origin {
	position: absolute;

	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-stacking .noUi-handle {
	z-index: 10
}

.noUi-stacking + .noUi-origin {
	*z-index: -1
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-horizontal.noUi-extended {
	padding: 0 15px
}

.noUi-horizontal.noUi-extended .noUi-origin {
	right: -15px
}

.noUi-vertical {
	width: 6px;
	margin: 0px auto;
	border-radius: 3px;
	background-color: #999
}

.noUi-vertical .noUi-handle {
	width: 20px;
	height: 20px;
	left: -7px;
	top: -12px
}

.noUi-vertical.noUi-extended {
	padding: 15px 0
}

.noUi-vertical.noUi-extended .noUi-origin {
	bottom: -15px
}

.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}

.noUi-origin {
	border-radius: 2px
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb
}

.noUi-dragable {
	cursor: w-resize
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize
}

.noUi-handle {
	border-radius: 10px;
	background-color: #3498db;
	cursor: default;
	height: 20px;
	width: 20px
}

.noUi-active {
	background-color: #227fbb
}

[disabled] .noUi-connect, [disabled].noUi-connect {
	background: #B8B8B8
}

[disabled] .noUi-handle {
	cursor: not-allowed
}

.noUi-state-blocked .noUi-connect, .noUi-state-blocked.noUi-connect {
	background: #4FDACF
}

#track {

	position: absolute;
	z-index: 2;
	top: 0px;
	padding: 0px;
	bottom: 0px
}

#track .hero-table .row .back-to-live-nav{
	display: none;
}

.dark #track {
	color: #fff
}

.light #track {
	color: #333
}


@media (max-width: 520px) {
	.banner-ad-active #track {
		/*padding-bottom: 50px;*/
	}
}

.hero-table {
	border-collapse: collapse;
	height: 100%;
	margin-left: 300px;
}

.hero-table > .row {

	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
}
.cell {
	display: table-cell;
	min-width: 640px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	position: relative;
	margin-right: 18px
}

.dark .cell {
	background-color: rgba(0, 0, 0, 0.75)
}

.light .cell {
	background-color: rgba(255, 255, 255, 0.85)
}

.cell iframe {
	border: none
}

.no-gaps .cell {
	margin-right: 0px
}

.dark .cell {
	border: none;
	border-left: 1px solid rgba(255, 255, 255, 0.3)
}


.light .cell {
	border: none;
	border-left: 1px solid rgba(0, 0, 0, 0.3)
}


.cell.extra-small {
	min-width: 320px
}

.cell.small {
	min-width: 480px
}

.cell.medium {
	min-width: 640px
}

.cell.large {
	min-width: 800px
}

.cell.extra-large {
	min-width: 960px
}

.cell section {
	width: 100%
}

.cell .section-header {
	padding: 18px 24px 17px 24px;
	display: block;
	white-space: nowrap;
}

.cell .section-header.with-content{
	padding: 0px 24px;
}

.cell .section-header h2{
	font-weight: 100;
}

.cell .section-header.with-content h2{
	float: left;
	margin: 18px 0px;
}

.cell .section-header.with-content .header-content{
	float: right;
	width: 215px;
	margin-top: 3px;
}

.cell .section-header.with-content .header-content .row{
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 3px;
}

.cell .section-header.with-content .header-content .row .label{
	float: right;
	line-height: 14px;
	height: 15px;
	margin: 2px 3px 0px 0px;
}

.cell .section-header.with-content .header-content .row .label.search{
	margin-right: 4px;
}

.cell .section-header.with-content .header-content .row .value{
	float: right;
	width: 70%;
	height: 20px;
	border-radius: 6px;
	border-width: 1px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.cell .section-header.with-content .header-content .row input.value{
	padding: 0px 3px;
}

.dark .cell .section-header.with-content .header-content .row .value{
	background: #000;
	color: #fff;
	border: 1px solid rgba(255,255,255,.3);
}

.light .cell .section-header.with-content .header-content .row .value{
	background: #fff;
	border: 1px solid rgba(0,0,0,.3);
	color: #000;
}


.cell.extra-small section > .header-content{
	width: 98%;
	margin: 5px auto;
}

.cell.extra-small section > .header-content .row{
	float: left;
	width: 33%;
	font-size: 14px;
}

.cell.extra-small section > .header-content .row .value{
	float: right;
	width: 100%;
	height: 20px;
	border-radius: 6px;
	border-width: 1px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.cell.extra-small section > .header-content .row input.value{
	padding: 0px 3px;
}

.dark .cell.extra-small section > .header-content .row .value{
	background: #000;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.light .cell.extra-small section > .header-content .row .value{
	background: #fff;
	color: #000;
	border: 1px solid rgba(0,0,0, 0.3);
}

.dark .cell .section-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.light .cell .section-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

@media (max-width: 520px) {
	.cell .section-header {
		padding: 12px;
		font-size: 18px;
		line-height: 24px;
		position: relative;
	}
}

.cell .cell-inner {

	position: absolute;
	top: 72px;
	bottom: 0px;
	overflow-y: auto;
	left: 0px;
	right: 0px;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
	.banner-ad-active .cell .cell-inner {
		padding-bottom: 90px;
	}
}

@media (min-width: 768px) {
	.cell .cell-inner iframe {
		position: absolute;

		top: 0px;
		width: 100%;
		height: 100%;
		bottom: 0px;
		left: 0px;
		right: 0px
	}
}

.height-sizer {
	position: relative
}


.recently-played li {
	overflow: hidden;
	*zoom: 1;
	position: relative;
	padding: 18px 24px;
}

@media (max-width: 520px) {
	.recently-played li {
		padding: 9px 6px;
		height: 90px;
	}
}

.recently-played li:last-child {
	border-bottom: none !important;
	margin-bottom: 0px;
}

.dark .recently-played li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.dark .recently-played li:hover {
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.light .recently-played li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

.light .recently-played li:hover {
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer
}

.recently-played-art {
	position: absolute;

	top: 18px;
	left: 24px
}

.recently-played-art img {
	width: 72px;
	height: 72px;
	display: block
}

@media (max-width: 520px) {
	.recently-played-art {
		top: 9px;
		left: 6px
	}

	.recently-played-art img {
		width: 48px;
		height: 48px
	}
}

.recently-played-info {
	padding-left: 88px;
	min-height: 72px
}

@media (max-width: 520px) {
	.recently-played-info {
		min-height: 48px
	}
}

.recently-played-track {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px
}

@media (max-width: 520px) {
	.recently-played-track {
		font-size: 14px;
		line-height: 18px
	}
}

.recently-played-artist-and-album {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px
}

@media (max-width: 520px) {
	.recently-played-artist-and-album {
		font-size: 12px;
		line-height: 16px
	}
}

.recently-played-album:before {
	content: "\2014";
	font-size: 13px;
	padding-right: 3px
}

.date {
	font-size: 12px
}

@media (max-width: 520px) {
	.date {
		line-height: 16px;
		font-size: 10px
	}
}

.dark .date {
	color: rgba(255, 255, 255, 0.7)
}

.light .date {
	color: rgba(0, 0, 0, 0.9);
}

.buy-link {
	display: inline
}



.dark .buy-link {
	color: rgba(255, 255, 255, 0.7)
}

.dark .buy-link:hover {
	color: #fff
}

.light .buy-link {
	color: rgba(0, 0, 0, 0.3)
}

.light .buy-link:hover {
	color: #000
}

.about-the-artist-image img {
	width: 100%;
	height: auto
}

.about-the-artist-image {
	position: relative;
	margin-bottom: 12px
}

.about-the-artist-info {
	font-size: 18px;
	padding: 0px 24px;
	line-height: 26px
}

@media (max-width: 520px) {
	.about-the-artist-info {
		font-size: 14px;
		line-height: 22px;
		padding: 0px 12px
	}
}

.about-the-artist-albums {
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	padding-top: 24px;
	margin-top: 24px
}

@media (max-width: 520px) {
	.about-the-artist-albums {
		padding-left: 6px;
		padding-right: 6px
	}
}

.about-the-artist-albums h3 {
	text-align: left;
	margin-bottom: 12px;
	font-weight: 400;
	padding-left: 12px;
	padding-right: 12px
}

.dark .about-the-artist-albums a {
	color: #fff
}

.light .about-the-artist-albums a {
	color: #000
}

.about-the-artist-albums a:hover {
	color: #3498db
}

.about-the-artist-albums li {
	width: 33.333%;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px
}

@media (max-width: 520px) {
	.about-the-artist-albums li {
		width: 50%;
		padding-left: 6px;
		padding-right: 6px
	}
}

.about-the-artist-albums li img {
	width: 100%
}

.about-the-artist-albums h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400
}

@media (max-width: 520px) {
	.about-the-artist-albums h4 {
		font-size: 14px;
		line-height: 18px
	}
}

.about-the-artist-albums h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400
}

@media (max-width: 520px) {
	.about-the-artist-albums h5 {
		font-size: 12px;
		line-height: 16px
	}
}

.other-stations {
	width: 100%;
}

.dark .other-stations li{
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.light .other-stations li{
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.other-stations li:first-child{
	margin-top: 0px;
}

.dark .other-stations li:hover{
	background: rgba(255, 255, 255, 0.3);
}

.light .other-stations li:hover{
	background: rgba(0, 0, 0, 0.3);
}

.other-stations li > *{
	width: 100%;
	height: 100%;
	display: block;
}

.other-stations li .description{
	opacity: .7;
}

.other-stations li .meta{
	opacity: .7;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin: 3px 0px;
}

.other-stations li .meta span{
	display: block;
	float: left;
	width: 33%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	margin: 3px 0px;
}

.dark .other-stations li .meta span{
	border-right: 1px solid #eee;
	padding: 0px 5px;
}

.light .other-stations li .meta span{
	border-right: 1px solid #ccc;
	padding: 0px 3px;
}

.other-stations li .meta span:first-child{
	width: 30%;
}

.other-stations li .meta span:last-child{
	border-right: none;
}

.other-stations li img.station_logo{
	width: 50px;
	max-height: 50px;
}
.other-stations li .left,
.other-stations li .right
{
	float: left;
}

.other-stations li .right{
	width: 65%;
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: calc(100% - 65px);
}

.other-stations li .left{
	margin-right: 10px;
	height: 100%;
}

@media (max-width: 520px) {
	.other-stations {
		padding-left: 6px;
		padding-right: 6px;
		margin-top: 12px
	}
}

.other-stations h3 {
	text-align: left;
	margin-bottom: 12px;
	font-weight: 400;
	padding-left: 12px
}

.dark .other-stations a {
	color: #fff
}

.light .other-stations a {
	color: #333
}

@media (max-width: 520px) {
	.other-stations li {
		width: 50%;
		padding-left: 6px;
		padding-right: 6px
	}
}

.other-stations li .img-wrap {
	height: 100px;
	margin-bottom: 6px
}

.other-stations li img {
	height: auto;
	width: auto
}

.other-stations h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400
}

@media (max-width: 520px) {
	.other-stations h4 {
		font-size: 14px;
		line-height: 18px
	}
}

.other-stations h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400
}

@media (max-width: 520px) {
	.other-stations h5 {
		font-size: 12px;
		line-height: 16px
	}
}

.extra-links a {
	color: #fff;
	padding: 12px 24px;
	font-size: 18px;
	line-height: 26px;
	display: block;
	position: relative;
	padding-right: 32px
}

@media (max-width: 520px) {
	.extra-links a {
		font-size: 14px;
		line-height: 22px;
		padding: 12px
	}
}

.dark .extra-links a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.light .extra-links a {
	color: #333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

.extra-links a:after {
	top: 12px;
	right: 24px;
	position: absolute;
	line-height: 26px;
	font-family: "icomoon";
	font-size: 24px;
	content: "\e60b";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}

@media (max-width: 520px) {
	.extra-links a:after {
		font-size: 20px;
		right: 12px
	}
}

.dark .extra-links a:hover {
	background: rgba(255, 255, 255, .3);
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, .3);
}

.light .extra-links a:hover {
	background: rgba(0, 0, 0, .3);
	border-bottom-color: rgba(0, 0, 0, .3);
}

.traffic img {
	width: 100%
}

.comment-submit {
	padding-bottom: 24px;
	overflow: hidden;
	*zoom: 1;
}

.comment-submit input[type='text'], .comment-submit textarea, .comment-submit select{
	width: 100%;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 24px;
	border: none;
	background: transparent;
	margin: 0px;
	display: block
}

.comment-submit select{
	color: #fff;
}

.comment-submit select option{
	color: #000;
}

p.comment-thankyou{
	padding: 10px 25px;
}

.dark .comment-submit input[type='text'].placeholder, .dark .comment-submit textarea.placeholder, .dark .comment-submit select {
	color: #fff
}

.dark .comment-submit input[type='text']:-moz-placeholder, .dark .comment-submit textarea:-moz-placeholder, .dark .comment-submit select:-moz-placeholder  {
	color: #fff
}

.light .comment-submit input[type='text']:-moz-placeholder, .light .comment-submit textarea:-moz-placeholder, .light .comment-submit select:-moz-placeholder  {
	color: #333
}

.dark .comment-submit input[type='text']::-webkit-input-placeholder, .dark .comment-submit textarea::-webkit-input-placeholder, .dark .comment-submit select:-webkit-input-placeholder  {
	color: #fff
}

.light .comment-submit input[type='text']::-webkit-input-placeholder, .light .comment-submit textarea::-webkit-input-placeholder, .light .comment-submit select:-webkit-input-placeholder   {
	color: #333
}

.dark .comment-submit input[type='text']:active, .dark .comment-submit input[type='text']:focus, .dark .comment-submit textarea:active, .dark .comment-submit textarea:focus, .dark .comment-submit select:focus  {
	background-color: #222
}

.light .comment-submit input[type='text']:active, .light .comment-submit input[type='text']:focus, .light .comment-submit textarea:active, .light .comment-submit textarea:focus, .light .comment-submit select:focus  {
	background-color: #eee
}

.dark .comment-submit input[type='text'], .dark .comment-submit textarea, .dark .comment-submit select {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.light .comment-submit input[type='text'], .light .comment-submit textarea, .light .comment-submit select {
	color: #333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

.comment-submit .error{
	background: rgba(255, 0, 0, .5) !important;
}

.comment-submit .loading{
	display: none;
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 18px;
	margin-right: 18px;
}

.comment-submit textarea {
	min-height: 250px
}

.comment-submit input[type='submit'] {
	border: none;
	margin-top: 18px;
	margin-right: 18px;
	float: right;
	font-size: 18px;
	line-height: 24px;
	background-color: transparent;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0px;
	height: 24px
}

.light .comment-submit input[type='submit'] {
	color: #222
}

.light .comment-submit input[type='submit']:hover {
	color: #3498db
}

.dark .comment-submit input[type='submit'] {
	color: #fff
}

.dark .comment-submit input[type='submit']:hover {
	color: #3498db
}

.dark ul.podcasts li.podcast{
	display: block;
	width: 100%;
	height: 60px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255, .3);
}

ul.podcasts li.podcast .left, ul.podcasts li.podcast .right{
	float: left;
}

ul.podcasts li.podcast .left{
	width: 80%;
	height: 100%;
	padding: 5px 0px 5px 10px;
}

ul.podcasts li.podcast .right{
	width: 20%;
	height: 100%;
	padding: 5px 10px 5px 0px;
}

ul.podcasts li.podcast .left .episode-title{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.podcasts li.podcast .right img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px auto;
}

.dark ul.podcasts li.podcast .left:hover, .dark ul.podcasts li.podcast .right:hover{
	background: rgba(255,255,255, .3);
}

.dark ul.podcasts li.podcast.selected{
	background: rgba(255,255,255, .3);
}

.dark ul.podcasts li.podcast > *{
	display: block;
	opacity: .7;
	font-size: 16px;
}

.dark ul.podcasts li.podcast > .episode-title {
	opacity: 1;
}

.dark ul.podcasts li.podcast{
	display: block;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255, .3);
}

.light ul.podcasts li.podcast{
	display: block;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0, .3);
}

.light ul.podcasts li.podcast .left:hover, .light ul.podcasts li.podcast .right:hover{
	background: rgba(0,0,0,.3);
}

.light ul.podcasts li.podcast.selected{
	background: rgba(255,255,255, .3);
}

.light ul.podcasts li.podcast > *{
	display: block;
	opacity: .7;
	font-size: 16px;
}

.light ul.podcasts li.podcast > .episode-title {
	opacity: 1;
}

@media (max-width: 520px) {
	.podcasts h3 {
		padding: 12px;
		padding-bottom: 0px
	}
}

.dark .podcasts h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff
}

.light .podcasts h3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	color: #333
}

.podcasts h3 img {
	height: 96px;
	width: 96px;
	bottom: -112px;
	left: 24px;
	position: absolute
}

@media (max-width: 520px) {
	.podcasts h3 img {
		left: 12px;
		height: 72px;
		width: 72px;
		bottom: -88px
	}
}

.podcasts .podcast-description {
	padding-left: 148px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	padding-right: 24px;
	padding-top: 6px
}

@media (max-width: 520px) {
	.podcasts .podcast-description {
		padding-left: 112px
	}
}

.podcasts ul {
	margin: 0px;
	padding: 0px
}

.podcasts a {
	text-decoration: underline;
	display: block;
}

@media (max-width: 520px) {
	.podcasts a {
		font-size: 14px;
		line-height: 24px
	}
}

.dark .podcasts a {
	color: #fff;
}

.dark .podcasts a:hover {
	color: #3498db
}

.light .podcasts a {
	color: #333
}

.light .podcasts a:hover {
	color: #3498db
}


@media (max-width: 520px) {
	.podcasts > li > ul {
		padding-left: 100px
	}
}


.dark .podcasts > li > ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.175)
}

.light .podcasts > li > ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.podcasts > li > ul .date {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	font-size: 13px
}

.podcasts > li > ul .episode-summary {
	font-size: 14px;
	line-height: 18px
}

.mobile-podcast-controls {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 62px;
	height: 64px;
	padding: 12px;
	display: none;
}

.dark .mobile-podcast-controls {
}

.light .mobile-podcast-controls {
	background-color: rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.mobile-podcast-controls .buttons {
	margin-bottom: 12px;
	width: 120px;
	float: left
}

.mobile-podcast-controls .circle-button {
	height: 40px;
	padding: 0px;
	width: 40px;
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	line-height: 40px
}

.mobile-podcast-controls .circle-button:nth-child(1) {
	padding-right: 4px;
	margin-right: 6px
}

.mobile-podcast-controls .circle-button:nth-child(2) {
	padding-left: 4px
}

.mobile-podcast-controls .seek-bar {
	font-size: 13px;
	margin-left: 96px;
	margin-top: 12px;
	border: none;
	background-color: transparent;
	padding-left: 48px;
	padding-right: 48px
}

.mobile-podcast-controls .seek-bar .time-total, .mobile-podcast-controls .seek-bar .time-remaining {
	font-size: 12px;
	line-height: 16px
}

.news li {
	padding: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.dark .news li {
	color: rgba(255, 255, 255, 0.85)
}

.light .news li {
	color: rgba(0, 0, 0, 0.85)
}

.news h3 {
	font-weight: 100
}

.dark .news h3 {
	color: #fff
}

.light .news h3 {
	color: #000
}

.dark .news .dateline {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6)
}

.light .news .dateline {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5)
}

.news a {
	text-decoration: underline
}

.news a:hover {
	text-decoration: none
}

.dark .news a {
	color: #fff
}

.light .news a {
	color: #000
}

.news .read-more {
	color: #3498db !important;
	text-decoration: none
}

.news .read-more i {
	padding-left: 6px;
	font-style: normal;
	position: relative;
	top: 2px
}

/* Empty app styles */
body.empty{
	background: #000;
	width: 100%;
}

body.empty .empty-message-box{
	padding: 15px 20px;
	margin: 100px auto;
	background: rgba(120,120,120,.5);
	width: 45%;
	box-shadow: 1px 1px 3px 1px #999;
	border-radius: 3px;
	color: #fff;
}

body.empty .empty-message-box h1{
	border-bottom: 1px solid rgba(120,120,120,.5);
}

.fb-like iframe{
	z-index: 10 !important;
}

.bound.audioplayer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
}