* {
	box-sizing: border-box;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #444;
	font-family: "Neutral",Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2 {
	font-weight: normal;
	line-height: 1.1;
}
a {
	text-decoration: none;
}
h2 {
	color: #222;
	font-family: "Neutral",sans-serif;
	font-weight: 400;
}
canvas {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.wreath-wrapper {
	bottom: -40vw;
	height: 100vw;
	position: absolute;
	right: 0;
	width: 100vw;
}
.wreath-wrapper img {
	height: 200%;
	left: -50%;
	position: relative;
	top: -50%;
	width: 200%;
}
.page-header {
	background: #AB4366;
	background: rgba(0, 0, 0, 0) linear-gradient(120deg, #913273, #cd5959) repeat scroll 0 0;
	color: #555;
	overflow: hidden;
	position: relative;
}
.page-header .inside {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
	justify-content: center;
	padding: 2rem;
	position: relative;
}
.page-header__logo {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 200;
}
.page-header__logo a::after {
	display: none;
}
.page-header__logo img {
	height: 30px;
}
.page-header__content {
	position: relative;
	text-align: center;
	top: -25%;
	width: 100%;
	z-index: 200;
}
.inside {
	margin: 0 auto;
}
.inside h1 {
	color: #fff;
	font-size: 1.67rem;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
}
.inside p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 0;
}
.content .inside {
	padding: 0 0.5rem;
}
h2 {
	color: #111;
	font-size: 1.333rem;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	margin-top: 0;
}
.intro {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	padding: 2rem 2rem 0;
	position: relative;
}
.intro h2 {
	padding-bottom: 1.5rem;
	padding-top: 0.5rem;
}
.intro p {
	color: #777;
	font-size: 0.889rem;
	line-height: 1.8;
	margin: 0;
}
img.albums {
	margin-bottom: -70%;
	margin-left: -25%;
	margin-top: -20%;
	width: 150%;
}
.content__part h2 {
	margin-bottom: 0rem;
}
.stations__header {
	background: #fff none repeat scroll 0 0;
	padding: 2rem;
}
.stations__header .inside {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.stations__header h2 {
	display: inline-block;
}
.stations__header .icon {
	fill: #bbb;
	height: 24px;
	width: 24px;
}
.input {
	display: none;
	margin-top: 1rem;
	position: relative;
}
.input:active .input__label {
	top: 0;
}
.input__label {
	color: #888;
	font-size: 0.8rem;
	left: 0;
	position: absolute;
	top: 10px;
}
.input__box {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #dadada;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 2px;
	font-size: 0.8rem;
	padding: 10px;
	width: 100%;
}
.input__box:active, .input__box:focus {
	outline: medium none;
}
.stations__list {
	display: flex;
	flex-wrap: wrap;
	padding: 3rem 1rem;
}
.media {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: 0 1rem 1rem;
	width: 50%;
}
.media__image {
	transition: all 0.15s ease-in-out 0s;
	width: 100%;
}
.media__image img {
	height: 100%;
	width: 100%;
	transition: all 0.15s ease-in-out 0s;
}
.media:hover .media__image {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.media:hover img {
	transform: scale(1.08);
	transform-origin: center center 0;
}
.media__content {
	font-size: 0.8rem;
	line-height: 1.1;
	padding: 0.5rem 0;
	text-align: center;
	width: 100%;
}
.page-footer {
	background: #212121 none repeat scroll 0 0;
	color: #aaa;
	font-size: 0.833rem;
	padding: 1.5rem 0.5rem;
	text-align: center;
}
.page-footer a {
	color: #fff;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.page-footer .inside p {
	font-size: 0.833rem;
}
.stations__header {
	background: #222 none repeat scroll 0 0;
}
.stations__header h2 {
	color: #fff;
}
.app-feature {
	background: #f0f0f0 none repeat scroll 0 0;
	overflow: hidden;
	padding: 4rem 2rem;
}
.app-feature h2 {
	padding-bottom: 1.5rem;
	text-align: center;
}
.app-feature header {
	position: relative;
	text-align: center;
	z-index: 100;
}
.app-feature p {
	color: #777;
	font-size: 0.889rem;
	line-height: 1.8;
	margin: 0;
}
.iphone-wrapper {
	height: 100vw;
	margin: 4rem 0 4rem -2rem;
	position: relative;
	width: 100vw;
	z-index: 1;
}
.iphone-wrapper img {
	height: 200%;
	left: -50%;
	position: relative;
	top: -50%;
	width: 200%;
}
.buy-buttons {
	position: relative;
	text-align: center;
	z-index: 100;
}
.buy-buttons .icon {
	fill: #fff;
	height: 16px;
	width: 16px;
}
.buy-buttons a {
	align-items: center;
	background: #777 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 0.833rem;
	margin: 0.5rem;
	padding: 0.75rem 1rem;
	transition: all 0.2s ease 0s;
}
.buy-buttons a span {
	padding-left: 0.5rem;
}
.buy-buttons a.buy-android {
	background: #42bd41 none repeat scroll 0 0;
}
.buy-buttons .buy-apple:hover {
	background: #333 none repeat scroll 0 0;
}
.buy-buttons .buy-android:hover {
	background: #369b35 none repeat scroll 0 0;
}
.search-form {
	display: none;
}
.emails {
	background: #AB4366;
	background: rgba(0, 0, 0, 0) linear-gradient(120deg, #913273, #cd5959) repeat scroll 0 0;
	border-bottom: 1px solid #555;
	color: #bbb;
	font-size: 0.833rem;
	padding: 2.5rem;
}
.emails p {
	font-size: 0.833rem;
	margin: 0;
}
.emails .inside p {
	color: rgba(255, 255, 255, 0.8);
}
.emails a {
	color: #fff;
}
.listen {
	background: #222 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin-top: 2.5rem;
	padding: 0.75rem 1.75rem;
	transition: all 0.15s ease-in-out 0s;
}
.listen:hover {
	background: #333 none repeat scroll 0 0;
}
.image-wrapper {
	position: relative;
	z-index: 1;
}
.intro-content {
	position: relative;
	z-index: 100;
}

#genre {
	margin:42px 0 0 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
#genre span {
	cursor: pointer;
	background-color: #fee8f6;
	line-height:20px;
	padding: 4px 8px;
	display: inline-block; }
#genre ul {
	position: absolute;
	left: 5.5em;
	z-index:9;
	border:0px solid #ccc;
	background: white;
	padding: 0;
	margin: 0;
	box-shadow: 1px 1px 2px #888;}	
#genre li {
	list-style-type: none; }	
#genre li a {
	display:block;
	line-height:20px;
	padding: .2em 1em;
	text-decoration: none;
	color: #222; }
#genre li a::after { height: 0}
#genre li a:hover {
	background-color:#FB2222;
	color: #FFF;	}

#player { z-index:10000 }

@media screen and (min-width: 560px) {
	.search-form {
		display: block;
	}
	label {
		position: relative;
	}
	input {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: transparent none repeat scroll 0 0;
		border-color: -moz-use-text-color -moz-use-text-color #aaa;
		border-image: none;
		border-style: none none solid;
		border-width: medium medium 1px;
		color: #dedede;
		padding: 0.5rem 24px 0.5rem 0;
		transition: all 0.2s ease 0s;
		width: 250px;
	}
	input:focus, input:active {
		border-bottom-color: #fff;
		color: #fff;
		outline: medium none;
	}
	.icon-search {
		fill: #aaa !important;
		height: 18px !important;
		position: absolute;
		right: 0;
		top: 0;
		width: 18px !important;
	}
	.icon-play {
		display: none;
	}
	.page-header .inside {
		display: flex;
		flex-direction: column;
		margin: 0;
		width: 50%;
	}
	.page-header__content {
		text-align: left;
		top: 0;
	}
	.page-header__logo {
		position: absolute;
		text-align: left;
		top: 10vh;
	}
	.wreath-wrapper {
		height: 130vh;
		position: absolute;
		right: -65vh;
		top: -5vh;
		width: 130vh;
	}
	.wreath-wrapper img {
		height: 200%;
		left: -50%;
		position: relative;
		top: -50%;
		width: 200%;
	}
	.media {
		width: 33.33%;
	}
}

@media screen and (min-width: 560px) and (orientation: portrait) {
	.wreath-wrapper {
		height: 100vw;
		position: absolute;
		right: -55vw;
		top: 15vh;
		width: 100vw;
	}
	.wreath-wrapper img {
		height: 200%;
		left: -50%;
		position: relative;
		top: -50%;
		width: 200%;
	}
}

@media screen and (min-width: 650px) {
	.page-header h1 {
		font-size: 2.5rem;
	}
	.page-header p {
		font-size: 1.333rem;
	}
	.page-header .inside {
		padding-left: 10%;
	}
	.emails {
		padding: 1.5rem 2.5rem;
	}
	.emails .inside {
		margin: 0 auto;
		width: 70%;
	}
	.emails p {
		font-size: 0.833rem;
		margin: 0;
		text-align: center;
	}
	.emails a {
		color: #fff;
	}
	.page-footer .inside {
		width: 70%;
	}
	.page-footer__links {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.page-footer p {
		margin: 0.833rem 0;
	}
	.app-feature {
		position: relative;
	}
	.app-feature .iphone-wrapper {
		height: 400px;
		left: 0;
		position: absolute;
		top: 0;
		width: 400px;
	}
	.app-feature header {
		margin-left: calc(200px + 2rem);
		text-align: left;
	}
	.app-feature header h2 {
		text-align: left;
	}
	.app-feature .buy-buttons {
		margin-left: calc(200px + 2rem - 0.5rem);
		padding-top: 1.5rem;
		text-align: left;
	}
	.logo img {
		height: 40px;
	}
	.intro {
		height: 60vh;
		padding: 2rem;
	}
	.intro .inside {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: space-between;
		position: relative;
		width: 80%;
	}
	.intro .image-wrapper {
		order: 1;
	}
	.intro .intro-content {
		margin-left: 15vh;
		order: 2;
	}
	img.albums {
		margin: 0;
	}
	.image-wrapper {
		height: 30vh;
		margin-left: -25vh;
		position: absolute;
		width: 30vh;
	}
	.image-wrapper img {
		height: 200%;
		left: -50%;
		position: relative;
		top: -50%;
		width: 200%;
	}
	.inside {
		width: 90%;
	}
	.media {
		padding: 1.5rem;
		width: 25%;
	}
}

@media screen and (min-width: 1080px) {
	.app-feature {
		position: relative;
	}
	.app-feature .inside {
		margin: 0 auto;
		position: relative;
		width: 70%;
	}
	.app-feature header {
		margin-left: 300px;
	}
	.app-feature .buy-buttons {
		margin-left: calc(300px - 0.5rem);
	}
	.app-feature .iphone-wrapper {
		top: -40%;
	}
	.intro {
		height: 80vh;
		padding: 2rem;
	}
	.intro .inside {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: space-between;
		position: relative;
		width: 60%;
	}
	.intro p {
		font-size: 1rem;
	}
	.intro .image-wrapper {
		order: 1;
	}
	.intro .intro-content {
		margin-left: 35vh;
		order: 2;
	}
	.image-wrapper {
		height: 50vh;
		margin-left: -25vh;
		position: absolute;
		width: 50vh;
	}
	.image-wrapper img {
		height: 200%;
		left: -50%;
		position: relative;
		top: -50%;
		width: 200%;
	}
	.media {
		padding: 1.5rem;
		width: 25%;
	}
	.stations__header {
		background: #222 none repeat scroll 0 0;
		padding: 3rem 0;
	}
	.stations__header h2 {
		color: #fff;
		font-size: 2rem;
	}
	.stations__header .inside {
		margin: 0 auto;
		width: 70%;
	}
	.stations-container {
		margin: 0 auto;
		width: 70%;
	}
}
