
body {
	background-color: #fff;
	font: 300 0.9rem/1.4rem "Source Sans Pro", Arial, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

.is-loading {
	overflow: hidden;
}

.parent-scroll-container {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100vw;
	/* set this back to 100% if probs scrolling on mobile */
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Rock Salt", Arial, sans-serif;
	color: #000;
}

h1.page-title {
	font-size: 5rem;
	line-height: 7rem;
	text-transform: uppercase;
}

#nav-anchor {
	width: 100vw;
	max-width: 100%;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 20;
}

#nav-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 22;
	opacity: 0.8;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#nav-trigger:hover {
	opacity: 1;
}

#main-menu {
	position: fixed;
	top: 50px;
	right: 0;
	width: 650px;
	height: 100vh;
	max-height: 100%;
	padding: 0;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	z-index: 25;
	overflow: hidden;
	background-color: #fff;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,ffffff+100&0.8+0,1+100 */
	background: -moz-linear-gradient(left, rgba(102,102,102,0.8) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(102,102,102,0.8) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(102,102,102,0.8) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc666666', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#main-menu h1 a {
	display: block;
	font-size: 3rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

#main-menu h1 a:hover {
	color: #fa0;
	text-decoration: none;
}

#main-menu ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
}

#main-menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#main-menu ul li a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0.5rem 2rem 0.5rem 0;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 100;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	background-color: transparent;
	overflow: hidden;
	color: #000;
	border-right: 3px solid rgba(255, 255, 255, 0);
	text-shadow: 1px 1px 2px #fff;
	letter-spacing: 0.15rem;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

#main-menu ul li a:hover {
	color: #a00;
	text-decoration: none;
	letter-spacing: 0.4rem;
	border-right: 3px solid rgba(0, 0, 0, 1);
}

#social-embed {
	display: none;
	width: 300px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 28;
	margin: 2rem 0 0 3rem;
}

.twitter-follow {
	display: block;
	width: 165px;
	margin: 10px auto 30px auto;
	padding: 0;
}

#social-container {
	position: absolute;
	top: 5px;
	left: 50px;
	width: 35%;
	height: 50px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	z-index: 22;
	overflow: hidden;
}

#social-container ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	z-index: 23;
	position: fixed;
	/* top: 4px; */
	top: 7px;
	/* left: 50px; */
	left: 10px;
}

#social-container ul li {
	display: inline-block;;
	margin: 5px 0 0 0;
	padding: 0;
}

#social-container ul li a {
	margin: 0;
	/* padding: 10px; */
	padding: 3px;
	color: #000;
	text-decoration: none;
	/* font-size: 30px; */
	font-size: 20px;
	text-shadow: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 0.7;
}

#social-container ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000000;
	opacity: 1;
}

#social-container ul li a em {
	display: none;
}

#tape-strip-1,
#tape-strip-2,
#tape-strip-3,
#tape-strip-4,
#tape-strip-brand {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 80px;
	background-color: #000;
	top: 50vh;
	left: 50vw;
	z-index: -10;
}

#tape-strip-1 {
	background-image: url("../images/site/tape-stripe-solid.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	left: -85%;
	transform: rotate(-60deg);
	z-index: -11;
}

#tape-strip-2,
#tape-strip-3,
#tape-strip-4 {
	background-color: transparent;
	background-image: url("../images/site/tape-stripe-holes.png");
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
}

#tape-strip-2 {
	top: 0;
	left: -50%;
	transform: rotate(20deg);
	z-index: -12;
}

#tape-strip-3 {
	left: -90%;
	transform: rotate(20deg);
	z-index: -13;
}

#tape-strip-4 {
	left: -20%;
	transform: rotate(-55deg);
	z-index: -14;
}

#tape-strip-brand {
	background-image: url("../images/site/tape-stripe-brand.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	top: 60%;
	left: -50%;
	transform: rotate(-15deg);
	z-index: -10;
}

#buy-button {
	display: block;
	font-weight: normal;
	font-family: "Rock Salt", Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	text-align: center;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 0.5rem;
	box-sizing: border-box;
	background-image: url("../images/site/buy-button-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%) rotate(-15deg);
	z-index: 20;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#buy-button:hover {
	color: #fff;
	border-color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	cursor: pointer;
}

#new-album-star em {
	display: none;
}

#intro-container {
	display: block;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	z-index: -20;
}

#intro-container.bcg {
	-webkit-transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

#intro-container.bcg.is-loaded {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #000;
	color: #fff;
}

#preloader .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#preloader .txt-perc {
	font-size: 50px;
	font-family: "Rock Salt", Arial, sans-serif;
	opacity: 1;
	margin: 0 0 50px 0;
	max-width: 300px;
	text-align: center;
}

#preloader .progress {
	width: 300;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 auto 20px auto;
}

#preloader .progress span {
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

#preloader.is-hidden {
	visibility: hidden;
	opacity: 0;
}

#intro-container .intro-image {
	display: block;
	width: 70vh;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -40%);
	font-size: 0.001rem;
	line-height: 0.001rem;
	z-index: -15;
}

#intro-container .intro-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.section-image {
	display: block;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -30;
	background-image: url("../images/backgrounds/dario-section-cover-news.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 1;
}

#news-bg {
	background-image: url("../images/backgrounds/dario-section-cover-news.jpg");
}

#tour-bg {
	background-image: url("../images/backgrounds/dario-section-cover-tour.jpg");
}

#music-bg {
	background-image: url("../images/backgrounds/dario-section-cover-glitter.jpg");
}

#video-bg {
	/* background-image: url("../images/backgrounds/dario-section-cover-video.jpg"); */
	background-image: none;
}

#photos-bg {
	background-image: url("../images/backgrounds/dario-section-cover-glitter.jpg");
}

#about-bg {
	background-image: url("../images/backgrounds/dario-section-cover-about.jpg");
}

.section-container {
	display: block;
	width: 95vw;
	max-width: 95%;
	min-height: 100vh;
	height: auto;
	margin: 150px auto;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

#contact-section.section-container {
	margin-bottom: 0;
}

#news-section {
	display: block;
	clear: both;
}

.news-item,
.tour-item,
.about-container,
.form-container {
	margin: 10px;
	padding: 15px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.4);
}

.about-container,
.form-container {
	width: 100%;
}

.about-container::after,
.form-container::after {
	content: "";
	clear: both;
}

.tour-item {
	width: 100%;
	max-width: 100%;
}

.news-item .date,
.tour-item .date {
	font-size: 1.2rem;
	text-transform: lowercase;
	color: #845222;
	margin: 0 inherit;
}

.tour-item .date {
	color: #7b212d;
}

.news-item .info {
	color: #222;
}

.tour-item .location {
	display: block;
}

.tour-item .city {
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 1rem;
}

.tour-item .venue {
	margin-top: 0;
	padding-top: 0;
	margin-left: 1rem;
}

.tour-item .tickets a {
	display: block;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	text-shadow: none;
	letter-spacing: 0.4rem;
	padding: 0.5rem 2rem;
	margin-right: 2rem;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.tour-item .tickets {
	display: block;
}

.tour-item .tickets a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-color: #fff;
}

.music-container {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.spotify-embed {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 6px;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

.music-item {
	display: block;
	width: 97%;
	max-width: 100%;
	height: auto;
	margin: 5px;
	margin-bottom: 20px;
	padding: 0;
	background-color: transparent;
	color: #fff;
}

.music-item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 1;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.music-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.music-item ul li {
	margin-top: 1px;
	margin-bottom: 0;
}

.music-item ul li a {
	display: block;
	color: #000;
	background-color: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	text-shadow: none;
	font-size: 0.9rem;
	letter-spacing: 0.4rem;
	padding: 0.5rem 3rem;
	border-radius: 6px;
	opacity: 0.8;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.music-item ul li a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-color: #fff;
	opacity: 1;
}

#video-section .placeholder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

#video-section .placeholder img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0.9;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#video-section .placeholder img:hover {
	cursor: pointer;
	opacity: 1;
}

#video-section .placeholder iframe,
#video-section .placeholder object,
#video-section .placeholder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
}

#photos-section div.flex-item {
	display: block;
	width: 100%;
	min-height: 200px;
	height: auto;
	margin: 5px;
	padding: 0;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 1;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#photos-section div.flex-item:hover {
	/* border: 1px solid #fff; */
	opacity: 1;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

#photos-section div.flex-item img {
	display: none;
}

#photos-section div.flex-item a {
	display: block;
	min-width: 200px;
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	height: 100%;
	background: transparent;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#photos-section div.flex-item a:hover {
	cursor: pointer;
	transform: scale(1.3);
}

div.spacer {
	font-size: 0.001rem;
	line-height: 0.001rem;
	margin: 0;
	padding: 0;
	display: block;
	width: 100px;
	height: 1px;
	opacity: 0;
}

#top-trigger,
#news-trigger {
	position: absolute;
	top: 60vh;
	left: 0;
}

h2.section-title {
	display: block;
	font-weight: normal;
	font-size: 2rem;
	line-height: 4rem;
	color: #000;
}

.flex-container {
	display: block;
}

.flex-container::after {
	content: "";
	clear: both;
}

.flex-item {
	display: block;
	flex: none;
	clear: both;
	/* width: 100%; */
	height: auto;
}

.image-zoom {
	display: block;
	width: 90%;
	height: auto;
	margin: 10px auto;
	border: 2px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}

#contact-section .form-container {
	display: block;
	width: 800px;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 20px;
}

#contact-section .form-container iframe {
	width: 100%;
	height: 520px;
	border: none;
	display: block;
	margin: 10px;
}


/* Portrait */
@media screen and (orientation:portrait) {

	#tape-strip-1 {
		top: 10%;
	}

	#intro-container .intro-image {
		top: 40%;
	}

	#new-album-star {
		left: 50%
	}


}


/* Landscape */
@media screen and (orientation:landscape) {

	#tape-strip-1 {
		left: -85%;
		transform: rotate(-60deg);
	}

	#tape-strip-2 {
		top: 0;
		left: -50%;
		transform: rotate(20deg);
	}

	#tape-strip-3 {
		left: -90%;
		transform: rotate(20deg);
	}

	#tape-strip-4 {
		left: -20%;
		transform: rotate(-55deg);
	}

	#tape-strip-brand {
		top: 60%;
		left: -50%;
		transform: rotate(-15deg);
	}

	#new-album-star {
		top: 40%;
	}


}


@media only screen and (min-width: 600px) {

	body {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	#buy-button {
		font-size: 2rem;
		line-height: 3rem;
		width: 300px;
		/* bottom: 10%; */
	}

	#nav-trigger {
		right: 50px;
	}

	#main-menu ul {
		top: 95px;
	}

	#social-container ul {
		top: 4px;
		left: 50px;
	}
	
	#social-container ul li a {
		padding: 10px 7px;
		font-size: 30px;
	}

	#main-menu ul li a {
		padding: 0.8rem 4rem 0.8rem 0;
		font-size: 2.2rem;
		line-height: 3rem;
	}

	h2.section-title {
		font-size: 5rem;
		line-height: 8rem;
	}

	.section-container {
		width: 70vw;
		max-width: 70%;
	}

	.flex-container {
		display: flex;
	}
	
	.flex-item {
		flex: 0 1 auto;
	}

	#photos-section div.flex-item {
		width: 33%;
		max-width: 33%;
		max-height: 400px;
		height: auto;
	}

	#music-section div.flex-item {
		width: 33%;
		max-width: 33%;
		height: auto;
	}

	.music-item ul li a {
		letter-spacing: 0.2rem;
	}

	#social-embed {
		display: block;
	}

	#new-album-star {
		width: 300px;
		height: 300px;
		top: 55%;
		left: 60%
	}

	#tape-strip-1,
	#tape-strip-2,
	#tape-strip-3,
	#tape-strip-4 {
		height: 60px;
	}

	#tape-strip-brand {
		height: 80px;
	}


}


@media only screen and (min-width: 900px) {

	.news-item .date,
	.tour-item .date {
		font-size: 2rem;
	}

}


@media only screen and (min-width: 900px) and (orientation:landscape) {

	#tape-strip-1 {
		height: 60px;
		left: -85%;
		transform: rotate(-60deg);
	}

	#tape-strip-2,
	#tape-strip-3,
	#tape-strip-4 {
		height: 60px;
	}

	#tape-strip-2 {
		top: 0;
		left: -50%;
		transform: rotate(20deg);
	}

	#tape-strip-3 {
		left: -90%;
		transform: rotate(20deg);
	}

	#tape-strip-4 {
		left: -20%;
		transform: rotate(-55deg);
	}

	#tape-strip-brand {
		height: 80px;
		top: 60%;
		left: -50%;
		transform: rotate(-15deg);
	}

	.tour-item .location {
		display: table-cell;
		width: 95%;
	}
	
	.tour-item .city {
		margin-left: 2rem;
	}
	
	.tour-item .venue {
		margin-left: 2rem;
	}
	
	.tour-item .tickets {
		display: table-cell;
		vertical-align: middle;
		width: 23%;
	}

	.music-item ul li a {
		font-size: 1.4rem;
		letter-spacing: 0.4rem;
	}


}


@media only screen and (min-width: 1200px) {

	#photos-section div.flex-item {
		height: 300px;
	}


}

