/* FONTS */

@font-face {font-family: 'Gotham Black'; src: url('fonts/Gotham-Black.otf') format('opentype') }
@font-face {font-family: 'Amplitude Wide'; src: url('fonts/AmplitudeWide-Regular.otf') format('opentype') }
@font-face {font-family: 'ZapfDingbatsRegular'; src: url('fonts/ZapfDingbats.ttf') format(truetype) }
@font-face {font-family: 'Gotham Condensed Medium'; src: url('fonts/GothamCond-Medium.otf') format('opentype') }
@font-face {font-family: 'Guifx Transport'; src: url('fonts/Guifx v2 Transports.ttf') format(truetype) }
@font-face {font-family: 'Parkinson CondensedBold'; src: url('fonts/Parkinson-CondensedBold.otf') format('opentype') }
@font-face {font-family: 'HutchDisplayBold'; src: url('fonts/HutchDisplay-Bold.otf') format('opentype') }


/* BASE */

* {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0px;
}

div, p {
	margin: 0;
	padding: 0;
}

header {
	width: 690px;
	margin: auto;
}

#stage {
	width: 1024px;
	height: 480px;
	overflow: hidden;
	-webkit-perspective: 800px;
	-webkit-perspective-origin: 50% 36%;
	position: relative;
}

/* COVERFLOW ITSELF */

#conveyor {
	position: absolute;
	/*width: 12000px;*/
	height: 474px;
	background: transparent;
	-webkit-transform-style: preserve-3d;
}

.cover-shadow-helper {
	
	width: 238px;
	height: 238px;
	border: 2px solid black;
	background: #fff;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(0, 0, 0, 0.3)));
}
	
.cover {
	width: 242px;
	height: 312px;
	overflow: hidden;
	background: #fff;
	overflow: hidden;
	position: absolute;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	top: 39%;
	margin-top: -119px;
	
}

.cover img {
	width: 228px;
	height: 228px;
	position: relative;
	left: 5px;
	top: 5px;
	/*-webkit-backface-visibility: hidden;*/
}

.change-view {
	height: 75px;
}
.change-view p {
	font-family: 'Gotham Condensed Medium';
	font-size: 26px;
	color: #D39D3A;
	float: right;
	margin-top: 1em;
	margin-right: 2.5px;
}
.change-view p:before {
	content: '6';
	font-family: 'Guifx Transport';
	margin-right: 0.2em;
}
		
#filter {
	position: relative;
	z-index: 1;
	text-align: right;
}
		
.button {
	margin: 0 2.5px;
	font-family: 'Parkinson CondensedBold';
	height: 34px;
	display: inline-block;
	font-size: 28px;
	padding: 10px;
	-webkit-background-size: 5px 5px;
	background-image: -webkit-gradient(linear, 100% 0%, 0% 100%,
		from(transparent),
		color-stop(0.25, transparent),
		color-stop(0.25, #555),
		color-stop(0.5, #555),
		color-stop(0.5, transparent),
		color-stop(0.75, transparent),
		color-stop(0.75, #555),
		to(#555));
}

.button.active, .button:active {
	/*margin: 0 2.5px;*/
	padding: 3px;
	height: 48px;
	background-color: #555;
	background-image: none;
}

.button .label {
	display: block;
		background-color: #fff;
	border: none;
	padding: 0;
	padding-left: 7px;
	padding-right: 7px;
	-webkit-transition: color 1s ease-out;
}

.button.active .label, .button:active .label {
	border: 7px double #555;
	color: #B70A06;
	padding-top: 0;
	padding-bottom: 0;

}

footer {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 500px;
	width: 1024px;
	z-index: 1;
}

.artist-rating {
	display: inline-block;
}

#artist {
	font-family: 'HutchDisplayBold';
	font-size: 32px;
}

#rating {
	font-family: 'ZapfDingbatsRegular';
	font-size: 28px;
	color: #FBBC42;
	white-space:nowrap;
}

#and-a-half {
	font-family: 'Amplitude Wide';
	font-size: 24px;
	color: #999;
}

#product {
	font-family: 'Amplitude Wide';
	font-size: 26px;
}


/* #THUMBNAIL */

a {
	text-decoration: none;
			color: black;
}

.artist {
	font-family: HutchDisplayBold;
}

#rating.five {
	color: #b70a06;
}

.product-name{
	font-family: Amplitude Wide;
}
.artist.thumb {
	font-size: 20px;
	line-height: 1.0;
}
.rating.thumb {
	font-size: 18px;
}
.and-a-half.thumb {
	font-size: 16px;
}
.product-name.thumb {
	font-size: 14px;
}

 #isotopefilter {
		margin: auto;
		margin-top: 30px;
		width: 900px;
}

#isotopefilter .image {
		height: 294px;
		width: 197px;
		margin-right: 12px;
		margin-left: 12px;
		margin-bottom: 15px;
		display: inline;
		float: left;
		border: solid 2px #000;
		background: #fff;
		text-align: center;
}

#isotopefilter .image img{
		margin: 4px;
		margin-top: 5px;
		height: 185px;
		width: 185px;
}
		
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
}	

.isotope {
	-webkit-transition-property: -webkit-transform, height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform;
}
