/* CSS Reset Eric Meyer */

/* http: //meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin HEM */

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

.hidden {
	display: none;
}

html {
	width: 960px;
	overflow: hidden;
}

body {
	width: 960px;
	overflow: hidden;
	background: #000;
	font: 14px/22px PFDinDisplayPro-Thin, sans-serif;
	letter-spacing: 1px;
}

#wallpaper,
body>header,
body>section {
	position: fixed;
}

#wallpaper { z-index: 1 }
body>header { z-index: 4 }
#catalogue { z-index: 2 }
#reader { z-index: 3 }
.popup { z-index: 5; }

#wallpaper { 
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%; 
	min-width: 998px;
	width: 100%; 
	height: auto;
}

body>header { 
	width: 100%;
	padding-bottom: 40px;
}

body>header h1 { 
	float: left;
	height: 100px;
	padding: 0;
	margin: -10px 0 0 -6px;
	overflow: hidden;
	background: url(http://hemberlin.de/share/web/b_60.png);
	font: 120px/120px PFDinDisplayPro-Bold, sans-serif;
}

body>header h1 span:nth-child(1) {
	color: #eee;
}

body>header h1 span:nth-child(2) {
	color: #ff7500;
}

body>header h1 span:nth-child(3) {
	color: #ccc;
}

body>header h2 {
	float: left;
	margin-left: 3px;
	font-size: 17px;
	color: #eee;
	background: url(http://hemberlin.de/share/web/b_60.png);
}

body>header nav {
	float: right;
}

body>header nav ul {
	float: left;
	padding-left: 7px;
	background: url(http://hemberlin.de/share/web/b_60.png);
}

body>header nav ul li {
	float: left;
	margin-right: 20px;
	color: #ddd;
}

body>header nav ul li.active,
body>header nav ul li:hover {
	color: #fff;
	color: #ff7500;
}

body>header nav ul li.sep {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted #ccc;
}

body>header nav ul li a {
	cursor: pointer;
}

body>header nav ul li.active a,
body>header nav ul li:hover a {

}

body>header nav .drop {
	position: relative;
}

body>header nav .drop ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 3;
	width: 200px;
	background: url(http://hemberlin.de/share/web/b_80.png);
}

body>header nav .drop:hover ul {
	display: block;
}

body>header nav .drop.js:hover ul {
	display: none;
}

body>header nav .drop li {
	display: block;
	float: none;
	margin: 0 0 20px 0;
	cursor: pointer;
	font: 15px/15px PFDinDisplayPro-Bold, sans-serif;
	text-align: left;
}

body>header nav .drop li.sep {
	border-bottom: 1px dotted #999;
	border-right: none;
	padding-bottom: 10px;	
}

body>header nav .drop a {
	display: block;
	width: 100%;
	height: 100%;
}

body>header nav .drop li:first-child {
	padding-top: 20px;
}

#catalogue {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.cart #catalogue,
.single #catalogue {
	overflow: hidden;
}

#catalogue>ul {
	float: left;
	margin-top: 130px;
}

#catalogue>ul li {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 0px;
	cursor: pointer;
}

#catalogue>ul li.date {
	background: none;
	font: 12px/12px PFDinDisplayPro-Bold, sans-serif;
	text-transform: uppercase;
	color: #aaa;
}

#catalogue>ul li:hover,
#catalogue>ul li.open {
	background: url(http://hemberlin.de/share/web/b_90.png);
}

#catalogue>ul li.date:hover {
	padding-bottom: 0;
	background: none;
}

#catalogue>ul li h2 {
	position: relative;
	float: left;
	clear: both;
	z-index: 2;
	width: auto;
	margin-left: -4px;
	background: url(http://hemberlin.de/share/web/b_60.png);
	font: 80px/80px PFDinDisplayPro-Bold, sans-serif;
	text-transform: uppercase;
	color: #eee;
}

#catalogue>ul li:hover h2 {
	background: none;
}

#catalogue>ul li h2 a {
	
}

#catalogue>ul li h2 a {
	
}

#catalogue>ul li h2 span {
	display: inline-block;
}

#catalogue>ul li h2 span:nth-child(1) {
	
}

#catalogue>ul li h2 span:nth-child(2) {
	color: #ccc;
}

#catalogue>ul li:hover h2 span:nth-child(2) {
	color: #eee;
}

#catalogue>ul li h2 span:first-letter,
#catalogue>ul li h2 span.comp:first-letter {
	color: #ff7500;
}

.open #catalogue>ul li h2 span:first-letter,
.open #catalogue>ul li h2 span.comp:first-letter {
	color: #ccc;
}

#catalogue>ul li h2:hover span:nth-child(1) {
	
}

#catalogue>ul li h2:hover span:nth-child(2) {
	
}

#catalogue>ul li.coming-soon h2 span:nth-child(1) {
	
}

#catalogue>ul li.coming-soon h2 span:nth-child(2) {
	
}

#catalogue>ul li.coming-soon h2:hover span:nth-child(1) {
	
}

#catalogue>ul li.coming-soon h2:hover span:nth-child(2) {
	
}

#catalogue>ul li .description {
	display: none;
	float: left;
	z-index: 1;
	width: auto;
	margin: 0 0 10px 5px;
	line-height: 14px;
	color: #ddd;
}

#catalogue>ul li:hover .description {

}

#catalogue>ul li.js:hover .description {
	display: none;
}

#catalogue>ul li .description p {
	margin: 0 0 3px 5px;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}

#catalogue>ul li .description p a {
	
}

#catalogue>ul li .description p a:hover {
	
}

#catalogue>ul li .description p.specs {
	font-size: 14px;
	line-height: 20px;
}

#catalogue>ul li .description p.specs span {
	
}

#catalogue>ul li .description p.controls {
	margin: 5px;
	overflow: hidden;
	font-size: 28px;
	color: #ff7500;
}

#catalogue>ul li .description p.controls a {
	margin-right: 10px;
	padding: 0 15px 0 0;
}

#catalogue>ul li .description p.controls a:hover {
	color: #fff;
}

#catalogue>ul li .description p.controls a:first-child {
	border-right: 1px dotted #ccc;
}

#catalogue>ul li .description p.quote,
#catalogue>ul li .description p.long {
	display: none;
}

#reader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	color: #662f00;
}

#reader>a { z-index: 1; }
#reader>div { z-index: 2; }

#reader>a,
#reader>div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#reader>a {
	height: 100%;
}

#reader>div {
	min-height: 100%;
	background: #ff7500;
	left: 5%;
	width: auto;
	padding-right: 150px;
	overflow: hidden;
}

#reader>div>* {
	padding-left: 10px;
	border-left: 1px solid #fff;
	margin-left: 20px;
}

#reader h1 {
	float: left;
	width: auto;
	padding-top: 5px;
	border-top: 1px solid #fff;
	margin-top: 0;
	font: 90px/90px PFDinDisplayPro-Thin, sans-serif;
	color: #fff;
}

#reader h1 span {
	display: block;
	line-height: 60px;
}

#reader h1 span:nth-child(1) {
	font-size: 60px;
}

#reader h1 span:nth-child(2) {

}

#reader .specs {
	float: left;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.other-format-link {
	font-size: 11px;
}

.other-format-link a {
	text-decoration: underline;
}

.other-format-link a:hover {
	text-decoration: none;
	color: #fff;
}

#reader .column {
	float: left;
	width: 380px;
	min-height: 800px;
}

#reader .col-1 {
	width: 450px;
	margin-top: 100px;
}

#reader .col-1 p.short,
#reader .col-1 p.specs {
	display: none;
}

#reader .col-2 p.short,
#reader .col-2 p.quote,
#reader .col-2 p.long {
	display: none;
}

#reader .col-1 p a {
  text-decoration: underline;
  color: #b35200;
}

#reader .col-2>header {
	margin-top: 100px;
	background: black;
	color: #fff;
}

#reader .col-2>*,
#reader #variations h2,
#reader #variations h3,
#reader #variations li {
	float: left;
	clear: both;
	width: 100%;
}

#reader p {
	width: 450px;
	margin-bottom: 15px;
}

#reader .col-1 p.quote {
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
}

#reader .col-1 p.long {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #000;
}

#reader p.quote:first-letter,
#reader p.long:first-letter {
	font-size: 30px;
}

#reader #variations {
	font: 14px/18px PFDinDisplayPro-Bold, sans-serif;
}

#reader #variations h2 {
	padding-top: 15px;
	border-top: 1px dotted #b35200;
	margin-bottom: 10px;
	font: 24px/24px PFDinDisplayPro-Thin, sans-serif;
	color: #fff;	
}

#reader #variations h3 {
	padding-top: 10px;
	border-top: 1px dotted #b35200;
	margin-bottom: 10px;
	font: 20px/20px PFDinDisplayPro-Thin, sans-serif;
	color: #fff;
}

#reader #variations ul {
	float: left;
	clear: both;
}

#reader #variations ul.bundles {
	margin-bottom: 10px;
}

#reader #variations ul.bundles li {
	clear: none;
	width: 340px;
	padding: 15px 20px;
	margin: 0 5px 5px 0;
	background: #b35200;
	background: #662f00;
	font: 28px/28px PFDinDisplayPro-Thin, sans-serif;
	text-align: center;
	color: #eee;
	cursor: pointer;
}

#reader #variations ul.bundles li .price {
	font-size: 16px;
}

#reader #variations ul.bundles li .currency-euro {
	padding-left: 2px;
	font-size: 16px;
}

#reader #variations ul.bundles li:hover {
	background: #662f00;
	background: #000;
	color: #fff;
}

#reader #variations ul.tracks {
	border-top: 1px dotted #b35200;
  margin-bottom: 15px;
}

#reader #variations .tracks li a {
	display: table-cell;
	height: 100%;
	padding: 5px 0;
	font-size: 14px;
}

#reader #variations .tracks li a.sm2_playing {
	background: #662f00;
	color: #fff;
}

#reader #variations ul.tracks li .price {
	font-size: 11px;
}

#reader #variations ul.tracks li .currency-euro {
	padding-left: 2px;
	font-size: 11px;
}

#reader #variations .tracks li:nth-child(even) {
	background: #f47204;
}

#reader #variations .tracks li a.play:hover {
	background: #b35200;
	color: #fff;
}

#reader #variations .tracks li a.add {
	width: 309px;
	border-right: 1px dotted #b35200;
}

#reader #variations .tracks li a.add.active {
	background: #662f00;
	color: #fff;
}

#reader #variations .tracks li a.play {
	width: 70px;
}

#reader .small {
  float: left;
  clear: both;
  width: 340px;
  padding-top: 10px;
  border-top: 1px dotted #b35200;
  margin-top: 0px;
  font: 12px/16px PFDinDisplayPro-Thin, sans-serif;
}

#reader>div>footer {
	float: left;
	width: 100%;
	border-left: none;
	margin-top: 40px;
	background: #000;
	font-size: 10px;
}

#reader>div>footer a {
	padding-left: 15px;
}

#reader>div>footer a:hover {
	color: #fff;
}

.half-panel #reader>div {
	left: 60%;
	width: 40%;
	overflow: hidden;
}

#sm2-container {
	position: fixed;
	left: -9999px;
}

.popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(http://hemberlin.de/share/web/b_80.png);
	font: 14px/14px PFDinDisplayPro-Bold, sans-serif;
}

.popup-content {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

.quick-order-popup .popup-content {
	width: 600px;
	margin-top: 100px;
	padding: 10px 0;
	background: #ff7500;
	border: 1px solid #b35200;
}

.quick-order-popup h2 {
	margin: 10px 0 30px 0;
	font: 40px/40px PFDinDisplayPro-Bold, sans-serif;
	color: #fff;	
}

.quick-order-popup h3 {
	border-top: 1px dotted #b35200;
	padding-top: 10px;
	font: 20px/20px PFDinDisplayPro-Thin, sans-serif;
	color: #fff;
}

.quick-order-popup p {
	padding: 0 20%;
	line-height: 18px;
	opacity: 0.7;
}

.quick-order-popup p.message {
	margin-bottom: 30px;
}

.quick-order-popup p a {
	text-decoration: underline;
}

.quick-order-popup p a:hover {
	color: #662f00;
}

.quick-order-popup p.hint {
	margin-bottom: 0;
	padding: 0 5px;
	font-size: 12px;
	opacity: 0.5;
}

.quick-order-popup .ajax-loading {
	width: 100%;
	height: 100%;
	background: url(http://hemberlin.de/share/web/loading.gif) center no-repeat;
}

.quick-order-popup .bundles {
	margin: 30px 0 20px;
}

.quick-order-popup .bundles li {
	display: inline-block;
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 25px 15px;
	font-size: 24px;
	color: #fff;
	background: #b35200;
	cursor: pointer;
	border: 1px solid #662f00;
}

.quick-order-popup .bundles li:hover {
	background: #662f00;
	color: #fff;
}

.quick-order-popup .bundles li.disabled {
	background: none;
}

.quick-order-popup .bundles li+li {
	margin-left: 5px;
}

.quick-order-popup .tracks {
	height: 120px;
	width: 90%;
	margin: 10px auto;
	border: 1px dotted #b35200;
	overflow: hidden;
}

.quick-order-popup .tracks.expanded {
	height: 200px !important;
}

.quick-order-popup .tracks li {
	padding: 5px 0;
	cursor: pointer;
	font: 14px/14px PFDinDisplayPro-Thin, sans-serif;
}

.quick-order-popup .tracks li:hover {
	background: #b35200;
	color: #fff;
}

.quick-order-popup .tracks li.active {
	background: #662f00;
	color: #fff;
}

.quick-order-popup .quick-order-popup .ajax-loading {
	width: 100%;
	height: 100%;
	background: url(http://hemberlin.de/share/web/loading.gif) center no-repeat;
}

.more-pics-popup {
	overflow: auto;
	cursor: pointer;
}

.more-pics-popup .popup-content {
	width: 900px;
	padding: 0;
}

.cta-checkout {
	width: 200px;
	margin: 0 auto 30px auto;
	padding: 20px 15px !important;
	background: #b35200;
	font-size: 24px;
	line-height: 36px !important;
	color: #fff;
	cursor: pointer;
	opacity: 1 !important;
}

.cta-checkout:hover {
	background: #662f00;
}

.cart-overview {
	float: left;
	width: 800px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px dotted #662f00;
}

.cart-overview li {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: #b35200;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}

.cart-overview li a:hover {
	text-decoration: underline;
}

.cart #reader h1 {
	margin-top: 140px;
}

.cart #reader .col-1 {
	margin-top: 140px;
}

.total {
	position: relative;
	float: left;
	width: 100%;
	border: 1px dotted #b35200;
	margin: 20px 0 0 5px;
	font: 24px/24px PFDinDisplayPro-Bold, sans-serif;
}

.final-check-out {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	margin: 20px 0 0 5px;
	background: #b35200;
	font: 20px/20px PFDinDisplayPro-Bold, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.final-check-out:hover {
	background: #662f00;
}

.final-check-out a {
	display: block;
	padding: 10px;
}

@media screen and (max-width: 1270px) {
	body>header h1 {
		font-size: 110px;
		line-height: 110px;
	}
	#catalogue>ul li h2 {
		font-size: 63px;
		line-height: 63px;
	}
}

@media screen and (max-width: 1010px) {
	body>header h1 {
		font-size: 100px;
		line-height: 100px;
	}
	#catalogue>ul li h2 {
		font-size: 60px;
		line-height: 60px;
	}
}

#order {
  margin-top: 110px;
}

#order td {
  border: 1px solid #333;
  padding: 5px;
}

#order td a {
 text-decoration: underline; 
}