/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow-x: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

body.collect-fm.large-header {
	background: url('../img/demo-1-bg.jpg') #000 no-repeat;
  	background-size: cover;
  	background-position-y: center!important;
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	top: 14%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.main-title {
	text-transform: uppercase;
	font-size: 54px;
	letter-spacing: 0.1em;
}

.main-title .thin {
	font-weight: 200;
}


.playlist-wrapper {
  	width: 100%;
}

.playlist-wrapper .playlist {
	max-width: 65%;
	margin: 0 auto;
	padding-bottom: 0;
}



#searchform #s {
	height: 31px;
  	font-size: 16px;
}


.main-wrapper {
	position: relative;
	z-index: 8;
}



.footer-fm .footer-menu li a {
  color: #fff;
}

.footer-fm .footer-menu>li>a {
	font-size: 15px;
}

@media only screen and (min-width : 990px) {
	.collect-fm .header-container {
		position: absolute;
		width: 100%;
		z-index: 10;
	}

	.footer-fm {
		position: absolute;
		width: 100%;
		z-index: 10;
		bottom: 0;
	}

	body.collect-fm.large-header {
		min-height: 940px;
	}

	.playlist-wrapper {
		position: absolute;
	  	top: 37%;
	  	padding: 20px 0;
	}
}

@media only screen and (max-width : 990px) {
	body.collect-fm.large-header {
		height: auto!important;
	}

	.playlist-wrapper {
		top: 42%;
	}

	#demo-canvas {
		display: none;
	}

	.playlist-wrapper .playlist {
		  max-width: 75%;
	}

}