* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }




@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('../fonts/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('../fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




html {
	font-size: 20px; }

body {
	background: #010103 url(../images/bg-desktop4.jpg) no-repeat center top; 
	background-attachment: fixed;
	background-size: cover;
	color: #fff; 
	text-align: center; 
	padding: 20px;
	font-family: TeXGyreAdventorRegular, sans-serif;
	text-transform: uppercase;
}

h1 {
	margin-bottom: 30px;
}

h3 {
  font-size: 18px;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6 { 
    color: #748d9e;
}
p {
	font-size: 18px; 
}

p strong {
	font-size: 40px;
	letter-spacing: 11px;
	display: block;
	margin-top: 15px;
}

img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.download {
	margin: 60px 0 60px 0;
	position: relative;
} 

.download a.mp3-download {
	position: absolute;
	background: red;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -25px;
	width: 200px;
	height: 50px;
	border: 1px solid #535353; /* stroke */
	-moz-border-radius: 28px / 29px;
	-webkit-border-radius: 28px / 29px;
	border-radius: 28px / 29px; /* border radius */
	-moz-background-clip: padding;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #a01985; /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
	-webkit-transition: background-color 400ms;
	-moz-transition: background-color 400ms;
	-o-transition: background-color 400ms
	-ms-transition: background-color 400ms;
	transition: background-color 400ms;
}

.download a.mp3-download span {
	font-size: 11px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.btn {
	background: red;
	border: 1px solid #535353; /* stroke */
	-moz-border-radius: 28px / 29px;
	-webkit-border-radius: 28px / 29px;
	border-radius: 28px / 29px; /* border radius */
	-moz-background-clip: padding;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #a01985; /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
	-webkit-transition: background-color 400ms;
	-moz-transition: background-color 400ms;
	-o-transition: background-color 400ms
	-ms-transition: background-color 400ms;
	transition: background-color 400ms;
	color: #fff;
	padding: 8px 20px;
}


.vid-container {
	margin: 60px 0 60px 0;
	position: relative;
	
} 

.container {
  max-width: 480px;
  margin: 20px auto;
  text-align: left;
  text-transform: none;
}

.container p,
.container ul {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.4;
}

.container li {
  margin: 5p
}


.video {
	max-width: 480px;
	margin:  20px auto;
}

.video h6 {
	background: #000;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
}


.download a.mp3-download:hover {
	border: 1px solid #535353; /* stroke */
	-moz-border-radius: 28px / 29px;
	-webkit-border-radius: 28px / 29px;
	border-radius: 28px / 29px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #ffb153; /* layer fill content */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	background-image: linear-gradient(bottom, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* gradient overlay */
	
	
}

.social-media {
	margin-bottom: 40px;
}

.social-media p {
  margin-bottom: 10px;
  font-size: 14px;
}
.social-media img {
	 display: inline-block;
}

.merchandise {
	margin: 0 auto;
	max-width: 300px;
}

.merchandise:after {
	display: table;
	content: "";
	clear: both;
}

.inner {
	width: 50%;
	margin: 0 auto;
	
}
.merch {
	float: left;
	padding: 10px;
	width: 100%;
}

.merch a {
	text-decoration: none;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	text-transform: none;
  background: rgba(0,0,0,0.4);
  margin: 5px;
  display: block;
  padding: 10px;
  border-radius: 3px;
}

.merch a:hover {
	background: #748d9e;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.merch a:hover h3 {
	color: #000;
	background: inherit;

}


.merch h3 {
	margin: 10px 0;
}

.merch p {
	font-size: 15px;
}


.gigs {
	width: 100%;
	max-width:960px;
	margin: 40px auto;
}

.gigs h3 {
	margin-bottom: 20px;
}

.gigs li {
	width: 33.33333%;
	float: left;
	background: rgba(0,0,0,0.2);
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.lt-ie9 .gigs li {
	background: #000;
}

.gigs li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	display: block;
}

.gigs h5 {
	font-size: 14px;
	margin: 0 0 3px 0;
}

.gigs span {
	display: block;
	font-size: 11px;
}

.gigs:after {
	content: "";
	display: table;
	clear: both;
}


footer {
	background: #000;
	padding: 40px 20px 20px;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-transform: none;
	margin-top: 60px;
	border-top: 1px solid #333;
}

footer a {
	color: #ccc;
	text-decoration: none;
}

footer a:hover {
	color: red;
	text-decoration: underline;
}


a img {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;}

a:hover img {
	-webkit-transform: scale(1.1);
	-moz-appearance-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
	.gigs li {
	width: 100%;
}
}

@media only screen and (max-width: 480px) {

p {
	font-size: 15px;
}
p strong {
	font-size: 20px;
	line-height: 24px;

}
.merchandise {
	width: 100%;
	margin: 0 auto;
}

h2 {
	font-size: 16px;
}

.inner {
	float: left;
	width: 100%;
}
.merch {
	float: left;
	padding: 20px;
	width: 100%;
}



	
}