body{

}

header .centered{
	padding-bottom: 0px;
}

h1, h2{
	margin: 40px 0 25px 0;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1em;
}

input[type="text"], textarea, input[type="email"]{
	width: 100%;
	display: block;
	margin-bottom: 5px;
	border-radius: 3px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	font-size: .9em;
	transition: border-color .2s linear;
}

.button{
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	font-size: 1em;
	font-weight: bold;
	outline: none;
	transition: all .1s linear;
}

.logo-cell{
	width: 20%;
}

.logo img{
	height: 55px;
	margin: 5px 0 3px 0;
}

.logo p{
	margin-top: -5px;
	font-weight: bold;
	font-size: 12px;
}

.search-widget{
	table-layout: fixed;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	transition: all .1s linear;
}

.search-widget .search-button{
	width: 45px;
	background-image: url(img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 21px;
	opacity: 1;
}

.search-widget input{
	width: 100%;
	padding: 13px 10px 9px 19px;
	border: none;
	outline: none;
	font-size: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	background: transparent;
}

.search-widget input:focus{
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.centered.breadcrumbs{
	padding-bottom: 0;
	padding-top: 10px;
}

.breadcrumbs{
	font-size: .9em;
}

.breadcrumbs .divider{
	opacity: .3;
	margin: 0 5px;
}

.breadcrumbs span{
	opacity: .6;
}

.breadcrumbs .breadcrumbs-item.home:before{
	content: '';
	width: 20px;
	height: 20px;
	line-height: 1em;
	margin-right: 10px;
	display: inline-block;
	vertical-align: sub;
	background: url(img/home.svg) bottom left no-repeat;
	background-size: contain;
}

.content{
	padding-bottom: 100px;
}

.loader{
	background-image: url(img/loader.svg);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
	height: 100%;
}

.error{
	width: 100%;
	padding: 30px;
	height: 100%;
	text-align: center;
}

.category-link{
	display: inline-block;
	padding: 5px 12px 6px 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: .8em;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	transition: opacity .1s linear;
}

.category-link:hover{
}

.radio-cell-wrap{
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

.radio-cell{
	width: 310px;
	table-layout: fixed;
	border-radius: 5px;
	table-layout: fixed;
	border-width: 2px;
	border-style: solid;
}

.radio-cell .cell{
	padding: 10px 10px 10px 20px;
}

.radio-cell .title{
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 10px;
}

.radio-cell .categories a{
	font-size: .75em;
	padding: 0 6px 2px 6px;
	opacity: .65;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin-right: 5px;
	transition: opacity .3s linear;
}

.radio-cell .categories a:hover{
	opacity: 1;
}

.radio-cell .play-button{
	background-position-y: 0;
}

.recommended-item{
	border-radius: 0;
	width: 100%;
	border: none;
	padding: 10px 20px;
	margin-bottom: 5px;
}
.recommended-item .title{
	display: block;
	width: 100%;
	padding: 0 0 2px 0;
}

.play-button{
	width: 40px;
	height: 40px;
	background-image: url(img/play.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position-y: -40px;
	margin: auto;
}

.play-button.paused{
	background-position-y: 0;
}

.play-text{
	font-size: .7em;
	opacity: .5;
}

.play:hover .play-text{
	opacity: 1;
}

.player{
	padding: 15px 20px 15px 0;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
}

.player .table{
	table-layout: fixed;
}

.player.static{
	position: relative;
}

.player.static .close, .player.static .new-window-link{
	display: none;
}

.player.pop-up{
	position: fixed;
	z-index: 1000;
	width: 60%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 80px;
}

.player .close{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	background-image: url(img/x.svg);
	background-size: 100% auto;
	opacity: .6;
}

.player .title{
	font-size: 1.2em;
}

.player .close:hover{
	opacity: 1;
}

.player .no-sound{
	font-size: .8em;
	margin: 0 20px;
	opacity: .3;
}

.player .new-window-link {
	opacity: .7;
	font-size: .85em;
}

.player .new-window-link:hover {
	opacity: 1;
}

.header-search{
	width: 40%;
	float: right;
}

.player .playing-animation{
	width: 20px;
	height: 15px;
	margin-right: 5px;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0;
	background-color: transparent;
}

.player .playing-animation.playing{
	background-image: url(img/playing.svg);
}

.player .playing-animation.paused{
		background-image: url(img/paused.svg);
		opacity: .8;
}

.player .playing-animation.error{
	background-image: url(img/error.svg);
}

.player .playing-animation.buffering{
	background-image: url(img/buffering.svg);
}

.player #videoPlayer{
	visibility: hidden;
	opacity: 0;
	display: none;
}


.player.pop-up .player-title-listen{
	display: none;
}

.radio-details-player{
	margin: 20px 0;
}

.radio-details-content{
	margin: 20px 0;
}

.radio-details-category span, .radio-details-region span, .radio-details-url span{
	opacity: .7;
	margin-right: 10px;
}

.radio-details-category a, .radio-details-region a, .radio-details-url a{
	margin: 0 5px;
	opacity: .9;
	transition: all .2s linear;
}

.radio-details-category a:hover, .radio-details-region a:hover, .radio-details-url a:hover{
	opacity: 1;
	/*font-weight: bold;*/
}

.radio-details-category, .radio-details-region,  .radio-details-url{
	font-size: .9em;
	line-height: 1.6em;
}

footer{
	height: 40px;
}


footer .centered{
	padding-bottom: 0px;
}


footer a{
	padding: 10px;
	font-size: .8em;
	opacity: .7;
}

.q{
	/*background-color: #2f2f2f;
	border: 2px solid #2c4146;*/
	width: 100%;
	margin: 20px 0 ;
}

.q.rectangle{
	max-height: 90px;
}

.q.square{
	max-height: 300px;
}

.app-q{
	width: 100%;
	height: 75px;
	margin: -10px 0 10px 0;
	background-image: url('img/google-play-badge.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 860px) {
	h1 {
		font-size: 1.1em;
	}

	.header-search{
		width: 85%;
	}

	.logo img{
		height: 42px;
	}

	.logo p{
		display: none;
	}

	.search-widget input{
		padding: 7px 10px 4px 10px;
		font-size: .9em;
	}

	.search-widget .search-button {
		background-size: auto 18px;
	}

	.player.pop-up{
		width: 100%;
	}

	.player .player-title-listen{
		display: none;
	}

	.radio-cell{
		width: 100%;
	}

	.search-cell{
		padding-right: 10px;
	}

	#dashboard .radios{
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.radios .index{
		display: none;
	}

	.radio-cell .cell {
		padding: 6px 4px 5px 15px;
	}

	.player .new-window-link{
		font-size: .85em;
		margin-left: 30px;
	}

	.player .title{
		font-size: .9em;
	}

	.player .no-sound{
		display: none;
	}

	.player.pop-up{
		bottom: 50px;
	}
}
