/* Non-semantic helper classes */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Primary Styles
   Author: Aivo Paas
*/

body {
	background-color: #fff;
	-webkit-text-size-adjust: none;
}
header,
.page-width {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

/* Main menu */
header {
	height: 0;
}
header nav {
	position: fixed;
	top: 94px;
	margin-left: 40px;
	width: 230px;
	z-index: 2;
}
#logo {
	display: block;
	width: 170px;
	height: 120px;
	background: url(g/logo.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
header nav ul {
	padding: 26px 0 0;
	clear: both;
}
header nav ul li {
	margin-left: -10px;
	padding: 2px 1px;
	overflow: hidden;
}
header nav ul li a {
	display: block;
	float: left;
	padding: 0 9px;
	line-height: 24px;
	font-size: 13px;
	color: #2d2e30;
	text-decoration: none;
	text-transform: uppercase;
	font-family: FuturaBT, sans-serif;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
header nav ul li a:hover {
	color: #fff;
	background-color: #0023b8;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
header nav ul li a.open {
	font-weight: bold;
}

/* Audio player */
#player {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 42px;
	background: #373739;
	background: rgba(45,46,48,.95);
	z-index: 10;
	font-family: FuturaBT, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
#player .page-width {
	height: 100%;
}
#p-play, #p-prev, #p-next, #p-close {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 7px;
	cursor: pointer;
	background-image: url(g/buttons.png);
}
#p-play:hover, #p-prev:hover, #p-next:hover, #p-close:hover {
	opacity: .8;
}
#p-play.paused { background-position: 0 0; }
#p-play { background-position: 25% 0; left: 40px; }
#p-prev { background-position: 50% 0; left: 74px; }
#p-next { background-position: 75% 0; left: 108px; }
#p-close { background-position: 100% 0; right: 35px; display: none; }
#p-play.paused:hover { background-position: 0 33.33%; }
#p-play:hover { background-position: 25% 33.33%; }
#p-prev:hover { background-position: 50% 33.33%; }
#p-next:hover { background-position: 75% 33.33%; }
#p-close:hover { background-position: 100% 33.33%; }
#p-time {
	position: absolute;
	left: 150px;
	top: 0;
	width: 50px;
	text-align: center;
	line-height: 42px;
}
#p-track {
	position: absolute;
	width: 277px;
	left: 205px;
	top: 0;
	height: 42px;
}
#p-bar {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 19px;
	background: #434446;
	-webkit-box-shadow: 0 0 0 2px #515355;
	-moz-box-shadow: 0 0 0 2px #515355;
	box-shadow: 0 0 0 2px #515355;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#p-progress {
	background: #fff;
	height: 100%;
	width: 0;
}
#p-info {
	position: absolute;
	left: 505px;
	top: 0;
	line-height: 42px;
	white-space: nowrap;
}
#p-artist {
	font-weight: bold;
}
#p-arrow {
	padding: 0 7px;
	margin-right: 5px;
	background: url(g/p-arrow.png) 50% 50% no-repeat;
}
#player:hover,
#player:hover #p-track,
#player:hover #p-time,
#player:hover #p-info {
	height: 62px;
	line-height: 62px;
}
#player:hover #p-play, #player:hover #p-prev, #player:hover #p-next, #player:hover #p-close {
	top: 17px;
}
#player:hover #p-bar {
	top: 29px;
}
#player, #p-time, #p-track, #p-bar, #p-info {
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
}
#p-play, #p-prev, #p-next, #p-close {
	-webkit-transition: top .15s;
	-moz-transition: top .15s;
	transition: top .15s;
}

/* Background */
#background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 0;
}

/* Main area */
#main {
	position: relative;
	padding: 94px 0 50px 312px;
	z-index: 1;
}

/* News module */
.news {
	width: 350px;
}
.news .item {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #d9d9d7;
	border-color: rgba(55,56,57,.15);
	font-size: 12px;
}
.news .item:first-child {
	padding-top: 0;
	border: 0;
}
.news .item .more {
	display: none;
}
.news h1 {
	font-size: 20px;
	line-height: 24px;
}
.news .read-more{
	cursor: pointer;
	padding-right: 20px;
	background: url(g/more.png) 100% 50% no-repeat;
}
.news .read-less {
	cursor: pointer;
	padding-left: 20px;
	background: url(g/less.png) 0 50% no-repeat;
}
.news .date {
	text-transform: uppercase;
	color: #7d7d7d;
	font-family: FuturaBT, sans-serif;
	font-size: 15px;
	line-height: 18px;
}
.news img {
	float: left;
	margin-right: 22px;
	padding: 2px 3px 10px;
}
.news-pic img {
	background: url(g/news-pic-shadow.png) 0 0 no-repeat;
	margin: -2px 20px -01px -3px;
}
.news .text {
	overflow: hidden;
}
sup {
	font-size: 9px;
	top: -5px;
}

/* Concerts */
.concerts {
	width: 454px;
}
.concerts .month {
	line-height: 64px;
	font-size: 35px;
	color: #fff;
	background: #0023b8;
	font-family: FuturaBT, sans-serif;
	text-transform: uppercase;
	padding: 0 17px;
}
.concerts .concert {
	padding: 34px 0 20px;
	border-top: 1px solid #d9d9d7;
	border-color: rgba(55,56,57,.15);
	font-size: 12px;
}
.concerts .month + .concert {
	border-top: 0;
}
.concerts .info {
	font-family: FuturaBT, sans-serif;
	text-transform: uppercase;
	color: #7d7d7d;
	font-size: 15px;
	line-height: 20px;
}
.concerts .info b {
	color: #000;
}
.concerts .info .time {
	font-size: 11px;
	line-height: 15px;
}
.concerts .concert h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 2px 0 5px;
}

/* Text page */
.text-page {
	width: 360px;
}
.text-page h1 {
	font-family: Georgia, serif;
	text-transform: none;
	line-height: 30px;
	padding-bottoM: 35px;
}

/* Discography */
.music {
}
.album-info {
	position: relative;
	padding: 0 55px 0 345px;
	font-size: 12px;
	padding-bottom: 70px;
	min-height: 280px;
	clear: both;
}
.album-info .pic {
	position: absolute;
	left: 0;
	top: 0;
}
.album-info .pic img {
	display: block;
	margin: -2px -6px -23px -5px;
	padding: 2px 6px 23px 5px;
	background: url(g/album-big-pic-shadow.png) 0 0 no-repeat;
}
.album-info h1 {
	font-size: 30px;
	color: #1e2123;
	padding: 0 180px 0 0;
	line-height: 35px;
}
.album-info h2 {
	font-size: 20px;
	padding: 0 180px 15px 0;
	line-height: 24px;
}
.album-info .playlist {
	padding: 30px 0 0;
	overflow: hidden;
}
.album-info .playlist h3 {
	line-height: 30px;
	height: 30px;
	background: rgba(110,110,110,.1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0 15px;
	margin: 0 0 15px;
	color: #000;
	font-size: 20px;
	float: left;
}
.album-info .playlist ul {
	margin: 0;
	padding: 0 100px 0 0;
	list-style-type: none;
	float: left;
}
.album-info .playlist h3 + ul {
	clear: left;
}
.album-info .playlist a {
	background: url(g/playlist-play.png) 0 50% no-repeat;
	color: #001d9a;
	text-decoration: underline;
	padding: 0 0 0 15px;
	font-size: 8px;
	font-family: FuturaBT, sans-serif;
	text-transform: uppercase;
	display: inline-block;
}
.album-info .playlist a:hover {
	text-decoration: none;
}
.album-info .shop {
	position: absolute;
	top: 0;
	right: 50px;
	height: 30px;
	line-height: 30px;
	background: url(g/shop.png) 0 50% no-repeat rgba(110,110,110,.1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0 8px 0 36px;
}
.album-info .shop a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-indent: -9999px;
}
.album-info .shop:hover a {
	opacity: .5;
}
.album-info .shop a:hover {
	opacity: 1;
}
.album-info .shop .itunes {
	width: 65px;
	background: url(g/shop-itunes.png) 50% 9px no-repeat;
}
.album-info .shop .amazon {
	width: 60px;
	background: url(g/shop-amazon.png) 50% 10px no-repeat;
}
.album-info .shop .bandcamp {
	width: 89px;
	background: url(g/shop-bandcamp.png) 50% 10px no-repeat;
}
.music .item {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0 40px 50px 0;
}
.music .item img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 2px 3px 15px 5px;
	margin: -2px -3px -15px -5px;
	background: url(g/album-pic-shadow.png) 0 0 no-repeat;
}
.music .item span {
	display: block;
	line-height: 16px;
	font-family: FuturaBT, sans-serif;
	font-size: 12px;
	color: #1e2123;
	text-transform: uppercase;
	padding: 8px 11px;
	width: 128px;
	height: 134px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(g/album-pic-cover.png) 0 0 no-repeat;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.music .item:hover span {
	opacity: 1;
}

/* Press */
.press {
	overflow: hidden;
}
.press .col {
	width: 336px;
	padding: 0;
	float: left;
	position: relative;
	margin-right: 70px;
}
.press .col-2 {
}
.press section {
	padding: 40px 0 25px;
	border-top: 1px solid #d9d9d7;
	border-color: rgba(55,56,57,.15);
}
.press .col section:first-child {
	border: 0;
	padding-top: 0;
}

/* Discography */
.video {
}
.video-info {
	position: relative;
	font-size: 12px;
	padding: 0 50px 70px 550px;
	min-height: 290px;
	clear: both;
}
.video-info .player {
	position: absolute;
	left: 0;
	top: 0;
	width: 520px;
	height: 290px;
}
.video-info .player img {
	width: 100%;
	height: 100%;
	display: block;
	margin: -2px -7px -29px -5px;
	padding: 2px 7px 29px 5px;
	background: url(g/video-big-pic-shadow.png) 0 0 no-repeat;
}
.video-info .player .video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-info .player .video-box img {
	margin: 0;
	padding: 0;
	background: transparent;
}
.video-info .player .video-player {
	width: 100%;
	height: 100%;
	background: url(g/video-big-pic-cover.png) 50% 50% no-repeat;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.video-info .player .video-player:hover {
	opacity: .7;
}
.video-info h1 {
	font-size: 30px;
	color: #1e2123;
	padding: 0;
	line-height: 31px;
}
.video-info h2 {
	font-size: 20px;
	padding: 0 0 15px 0;
	line-height: 24px;
}
.video .item {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 40px 0 0;
	line-height: 16px;
	font-size: 12px;
	font-family: FuturaBT, sans-serif;
	color: #1e2123;
	text-transform: uppercase;
	text-decoration: none;
}
.video .item img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	margin: -2px -5px -15px -5px;
	padding: 2px 5px 15px 5px;
	background: url(g/video-pic-shadow.png) 0 0 no-repeat;
}
.video .item span {
	position: relative;
	z-index: 1;
	display: block;
	color: #1e2123;
	text-transform: uppercase;
	width: 200px;
	height: 110px;
	background: url(g/video-pic-cover.png) 0 0 no-repeat;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	margin-bottom: 20px;
}
.video .item:hover span {
	opacity: 1;
}

/* Contact */
.contact {
	width: 320px;
	font-size: 12px;
}
.contact h1 {
	font-size: 20px;
	line-height: 25px;
}
.contact h2 {
	font-size: 15px;
	line-height: 19px;
}
.contact input.small {
	width: 115px;
}

/* Gallery */
.module-gallery #main {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.gallery {
	position: relative;
	width: 100%;
	height: 100%;
}
.gallery .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-position: 50% 50%;
}
.gallery .prev,
.gallery .next {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -70px;
	width: 60px;
	height: 60px;
	color: #fff;
	font-family: FuturaBT, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #0023b8;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.gallery .next {
	margin-left: 10px;
}
.gallery .prev:hover,
.gallery .next:hover {
	color: #0023b8;
	background: #fff;
}







/* Dark styles */
body.dark {
	color: #fff;
	background-color: #000;
}
.dark input, .dark select, .dark textarea {
	color: #2d2e30;
}
.dark a,
.dark a:hover,
.dark .colored,
.dark button {
	color: #ffdc47;
}
.dark h2 {
	color: #a39caf;
}
.dark #logo {
	background-image: url(g/logo-dark.png);
}
/* Main menu */
.dark header nav ul li a {
	color: #fff;
}
.dark header nav ul li a:hover {
	color: #000;
	background-color: #fff;
}
/* Audio player */
.dark #player {
	background: #e9e9e4;
	background: rgba(244,244,238,.95);
}
/* News module */
.dark .news .item {
	border-top: 1px solid #d9d9d7;
	border-color: rgba(55,56,57,.15);
}
.dark .news .read-more {
	background-image: url(g/more.png);
}
.dark .news .read-less {
	background-image: url(g/less.png);
}
.dark .news .date {
	color: #7d7d7d;
}
/* Concerts */
.dark .concerts .month {
	color: #fff;
	background: #0023b8;
}
.dark .concerts .concert {
	border-top: 1px solid #d9d9d7;
	border-color: rgba(55,56,57,.15);
}
.dark .concerts .info {
	color: #7d7d7d;
}
.dark .concerts .info b {
	color: #000;
}
/* Discography */
.dark .album-info h1 {
	color: #fff;
}
.dark .album-info .playlist h3 {
	background: rgba(110,110,110,.1);
	color: #fff;
}
.dark .music .item span {
	color: #fff;
}
/* Press */
.dark .press section {
	border-color: #d9d9d7;
	border-color: rgba(55,56,57,.15);
}
/* Discography */
.dark .video-info h1 {
	color: #fff;
}
.dark .video .item {
	color: #fff;
}
.dark .video .item span {
	color: #fff;
}
/* Contact */
/* Audio player */
.dark #player {
	color: #2a2437;
}
.dark #p-bar {
	background-color: #efefed;
	-webkit-box-shadow: 0 0 0 2px #fff;
	-moz-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
}
.dark #p-progress {
	background-color: #171426;
}
.dark #p-play.paused { background-position: 0 66.67%; }
.dark #p-play { background-position: 25% 66.67%; }
.dark #p-prev { background-position: 50% 66.67%; }
.dark #p-next { background-position: 75% 66.67%; }
.dark #p-close { background-position: 100% 66.67%; }
.dark #p-play.paused:hover { background-position: 0 100%; }
.dark #p-play:hover { background-position: 25% 100%; }
.dark #p-prev:hover { background-position: 50% 100%; }
.dark #p-next:hover { background-position: 75% 100%; }
.dark #p-close:hover { background-position: 100% 100%; }
.dark #p-arrow { background-image: url(g/p-arrow-dark.png); }


@media screen and (max-width : 1150px) {
	.album-info .shop {
		position: relative;
		float: left;
		right: auto;
		margin-top: 30px;
	}
	.album-info h1 {
		padding-right: 0;
	}
	.album-info h2 {
		padding-right: 0;
	}
	.album-info .playlist ul {
		padding-right: 10%;
	}
	.press .col {
		width: 40%;
		margin-right: 10%;
	}
	.video-info {
		padding-left: 0;
		padding-top: 330px;
		min-height: 0;
	}
}


/* Print styles */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Smartphones */
@media only screen and (max-width : 1023px) {
	html {
		min-width: 360px;
		height: 100%;
	}
	.page-width {
		width: 100%;
	}

	#background {
		opacity: .5;
		background-position: 70% 0;
		z-index: -1;
		height: 150%;
	}

	#logo {
		width: 343px;
		height: 74px;
		background-image: url(g/logo-highres-black.png);
		left: 3%;
		top: 0;
		max-width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
	.dark #logo { background-image: url(g/logo-highres-white.png); }

	#player, #player:hover { height: 40px; padding-left: 3%; }
	#p-time, #p-track, #p-arrow { display: none; }
	#p-play { left: 0; }
	#p-prev { left: 27px; }
	#p-next { left: 54px; }
	#p-play, #p-prev, #p-next,
	#player:hover #p-play, #player:hover #p-prev, #player:hover #p-next { top: 9px; width: 21px; height: 21px; background-size: 500% 400%; }
	#p-info, #player:hover #p-info { left : 90px; padding: 5px 0; line-height: 15px; font-size: 10px; }
	#p-title { display: block; }

	header {
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	header nav {
		position: relative;
		top: 0;
		margin: 50px 3% 0;
		width: auto;
	}
	header nav ul {
		overflow: hidden;
		padding: 20px 3% 0 3%;
		margin-left: -3%;
	}
	header nav li {
		float: left;
		margin-right: 10px;
	}
	header nav ul li a {
		font-size: 16px;
	}

	#main {
		padding: 3%;
	}

	.news,
	.text-page,
	.music {
		width: auto;
	}
	.concerts {
		width: auto;
		max-width: 600px;
	}

	.music .item {
		margin: 0 10px 20px;
	}
	.video .item {
		margin-right: 0;
	}
	.video-info {
		padding: 0 0 40px;
	}
	.video-info .player {
		max-width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 30px;
	}
	.video-info .player .pic img {
		background: transparent;
		margin: 0;
		padding: 0;
		height: auto;
	}
	.album-info {
		padding: 320px 0 50px;
		min-height: 0;
	}
	.album-info .playlist ul {
		padding-right: 0;
		float: none;
	}

	.press section {
		padding: 0 0 25px;
		border: 0;
	}

	.module-gallery {
		height: 300%;
	}
	.gallery {
		width: 100%;
		height: 100%;
	}
	.module-gallery #player,
	.module-gallery #logo {
		display: none;
	}
	.module-gallery header nav {
		margin-top: 0;
	}
	.gallery .pic {
		background-position: 70% 50%;
	}
}
@media only screen and (max-width : 600px) {
	.press .col {
		margin-right: 0;
		width: 100%;
	}
}

.jwlogo {
	display: none !important;
}
