* {
	margin: 0;
	padding: 0;
	border: 0
}
html,body {
	width: 100%;
	height: 100%
}
body {
	font-family: "AdobeCaslonW01-Regular",Georgia,serif;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}
#root {
	width: 100%;
	height: 100%;
	background: url(../../assets/images/bg.png) top center no-repeat
}
.clear {
	clear: both;
	float: none
}
#page {
	width: 100%;
	height: 100%;
	margin: 0 auto
}
#disk-holder {
	width: 688px;
	height: 688px;
	margin: 0 auto;
	position: relative;
	-webkit-perspective: 800;
	-moz-perspective: 800;
	-ms-perspective: 800;
	-o-perspective: 800;
	perspective: 800
}
#disk {
	position: absolute;
	z-index: 100;
	top: 102px;
	left: 94px;
	width: 500px;
	height: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-ms-transition: -ms-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s
}
#disk.flipped {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}
#disk .face {
	width: 500px;
	height: 500px;
	background: #fff;
	border-radius: 250px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	text-align: center;
	position: absolute;
	color: #333;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
#disk .face.front {
	z-index: 2
}
#disk .face.front h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin: 190px 0 10px 0
}
#disk .face.front h1 a {
	text-decoration: none;
	color: #333
}
#disk .face.front h1 a:hover {
	text-decoration: underline
}
#disk .face.front h2 {
	font-family: "Adobe Caslon W01 Bd";
	font-size: 64px;
	line-height: 64px;
	font-weight: normal
}
#disk .face.front .options {
	display: block;
	list-style: none;
	text-align: center;
	margin: 50px 0 0 0
}
#disk .face.front .options li {
	display: inline-block;*display:inline;
	margin: 0 5px;
	zoom: 1
}
#disk .face.front .options li a {
	display: block;
	text-align: center;
	color: #999;
	text-decoration: none
}
#disk .face.front .options li a:hover .label,#disk .face.front .options li a:hover .icon {
	opacity: 1
}
#disk .face.front .options li a .icon {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../../assets/images/sprite.png) no-repeat;
	margin: 0 auto;
	opacity: .6
}
#disk .face.front .options li a .label {
	display: block;
	text-align: center;
	opacity: 0;
	margin: 5px 0 0 0
}
#disk .face.front .options li a.play .icon {
	background-position: 0 0
}
#disk .face.front .options li a.play .label.pause {
	display: none
}
#disk .face.front .options li a.play.pause .icon {
	background-position: 0 -50px
}
#disk .face.front .options li a.play.pause .label {
	display: none
}
#disk .face.front .options li a.play.pause .label.pause {
	display: block
}
#disk .face.front .options li a.download .icon {
	background-position: -68px 0
}
#disk .face.front .options li a.buy .icon {
	background-position: -140px 0
}
#disk .face.stems {
	z-index: 3
}
#disk .face .nav {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Adobe Caslon W01 Bd",Georgia,serif;
	word-spacing: .3em
}
#disk .face .nav:hover {
	text-decoration: underline
}
#disk .face.front .nav {
	margin: 60px 0 0 0
}
#disk .face.back {
	z-index: 1;
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}
#disk .face.stems h3,
#disk .face.back h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 40px 0 5px 0
}
#disk .face.stems h3 a,
#disk .face.back h3 a {
	text-decoration: none;
	color: #333
}
#disk .face.stems h3 a:hover,
#disk .face.back h3 a:hover {
	text-decoration: underline
}
#disk .face.stems h4,
#disk .face.back h4 {
	font-family: "Adobe Caslon W01 Bd",Georgia,serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal
}
#disk .face.stems .body,
#disk .face.back .body {
	font-size: 16px;
	line-height: 1.2em;
	margin: 40px 0 0 0
}
#disk .face.stems .body { margin-top: 80px; }
#disk .face.stems .body ul { list-style: none; line-height: 20px; margin-top: 10px }
#disk .face.stems .body ul li {}
#disk .face.stems .body a,
#disk .face.back .body a {
	color: #333
}
#disk .face.stems .body a:hover,
#disk .face.back .body a:hover {
	text-decoration: none
}
#disk .face.stems .body strong,
#disk .face.back .body strong {
	font-weight: normal;
	font-family: "Adobe Caslon W01 Bd"
}
#disk .face.stems .credits,
#disk .face.back .credits {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 25px 0 0 0
}
#disk .face.stems .credits { margin-top: 80px; }
#disk .face.stems .nav,
#disk .face.back .nav {
	margin: 40px 0 0 0
}
#disk-bg {
	position: absolute;
	z-index: 5;
	top: 20px;
	width: 688px;
	height: 663px
}
#base {
	position: absolute;
	z-index: 40;
	top: 0;
	width: 688px;
	height: 663px;
	background: url(../../assets/images/waveform_base.png) no-repeat 0 0
}
#waveform {
	position: absolute;
	z-index: 30;
	top: 0;
	width: 688px;
	height: 663px;
	opacity: .5
}
#footer {
	width: 100%;
	height: 20px;
	padding-top: 30px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #333;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(80%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0)
}
#footer a {
	font-family: "Adobe Caslon W01 Bd",Georgia,serif;
	color: #333;
	text-decoration: none
}
#footer a:hover {
	color: #333;
	text-decoration: underline
}
