body {
	background: #fff;
	font-family: "Rubik", sans-serif;
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

header {
	position: relative;
	height: auto;
	min-height: 24rem;
}

header hgroup {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 2rem 0;
	max-width: 66rem;
	text-align: center;
	color: #fff;
}

.yr {
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

h1 {
	font-size: 1.5rem;
	font-weight: 400;
}

h2 {
	font-size: 2rem;
	text-align: center;
}

h3 {
	font-size: 1.5rem;
	font-weight: 400;
}

header.ginastera {
	background-color: #1e386b;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center -4rem;		
}

header.twenty {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: rgba(0,0,0,.6);
}
	
header.twenty:before {
	position: absolute;
	content: '';
	z-index: -1;
	top: 50%;
	left: 50%;
	background-image: url(../images/headless-cello.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

header.twenty h1 {
	font-weight: 400;
	margin-bottom: .5rem;
}

header.twenty h4.director {
	font-size: 1rem;
	font-weight: 200;
}

header.twenty h4.composer {
	font-size: 1rem;
	margin-top: .25rem;
	margin-bottom: .5rem;
	font-weight: 200;
}

header.first {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -4rem;		
}

header nav.menu {
	margin: 0 auto;
	padding: 0;
	background: rgba(0,0,0,.7);
}

header.ginastera nav.menu {
	background: #1e386b;
}


nav.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav.menu ul li {
	padding: 0 .5rem;
	font-size: 1rem;
	margin: 0;
	width: auto;
	display: inline-block;
}

nav.menu ul li a {
	color: #fff;
	display: block;
	padding: 1rem 0;
}

nav.menu ul li a.past {
	display: none;
} 

nav.menu ul li a:hover {
	color: #e2d1a7;
}

h1.logo a {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 10rem;
	height: 10rem;
	background-image: url(../images/quartet.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content {
	font-size: 2rem;
	line-height: 1.4;
	max-width: 66rem;
	margin: 4rem auto;
	clear: both;
	padding: 0 0.5rem;
}

.content h2 {
	padding: 2rem 0;
}

.schedule, .partners {
	background: #eee;
}

.concert {
	background: #fff;
	padding: 0.8rem;
	margin: 0 0 2rem 0;
}

.concert.cancelled {
	opacity: 0.4;
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

span.cancelled {
	display: inline-block;
	background: #000;
	padding: 0.5rem 1rem 0.3rem 1rem;
	font-size: 1.25rem;
	color: #fff;
	margin: 0;
	font-weight: 700;
}

.concert .media {
	clear: both;
	width: 100%;
	margin-top: 1.5rem;
}

.concert img {
	max-width: 100%;
	height: auto;
}

.concert .half {
	float: left; width:48%; height: auto;
	margin: 0 0 1rem 2%;
}

.concert .half:nth-child(2n-2) {
/*	margin-left: 0;*/
}

.concert .quarter {
	float: left; width:23%; height: auto;
	margin: 0 0 0.5rem 2%;
}

.concert .quarter:nth-child(4n-1) {
	margin-left: 0;
}

.content h3 {
	font-weight: 400;
	color: #c00;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.content h4 {
	font-size: 1.3rem;
}

.location, .title {
	color: #444;
	font-size: 1rem;
	margin: 0.5rem 0 0 0;
}

.toggle {
	display: inline-block;
	font-family: "Rubik";
	padding: 0.5rem;
	width: 8rem;
	margin-left: 1rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	background: #c00;
	float: right;
}

.toggle:hover {
	background: #a00;
}

.program, .profile {
	display: none;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.4;
	padding-top: 2rem;
}

.artists .toggle {
	background: #fff;
	color: #000;
	height: 2rem;
	width: auto;
	margin-left: 0;
	text-align: left;
	font-size: 1.4rem;
	padding: 3.5rem 0.5rem 3.5rem 9rem;
	vertical-align: middle;
	position: relative;
}

.artists .toggle strong {
	font-size: 1.6rem;
	font-weight: 400;
}

.artists .toggle:hover {
	background: #eee;
}

.artists .toggle img {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
}

.artists .toggle img.wide {
	top: 2rem;
	height: 5rem;
	width: auto;
	border-radius: 0;
}

.profile {
	padding-top: 0;
}

.partners {
	margin-bottom: 0;
}

.artists .content {
	margin-top: 0;
}

.artists-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.artists-list li {
	margin: 0;
	padding: 0;
}

.artists-list li .toggle {
	float: none;
	display: block;
}


@media screen and (min-width:800px) {
	header {
		width: 0;
		height: 0;
		padding: 25% 50%;	
		min-height: 0;
	}

	header.twenty {
		background-image: url(../images/headless-cello.jpg);
	}
	
	header.twenty:before {
		display: none;
	}

	.twenty .yr {
		letter-spacing: 0;
		text-transform: none;
		position: absolute;
		top: -1.5rem;
		left: calc(50% + -7rem);
		background: #000;
		width: 16.5rem;
		font-size: 2rem;
		padding: .25rem .5rem;
	}
	
	header.twenty hgroup {
		background: linear-gradient(rgba(3,110,21,.7), rgba(0,0,0,.3));
		background-blend-mode: multiply;
		padding: 2rem 0;
		font-weight: 700;
	}

	header.twenty h1 {
		font-size: 3.5rem;
		line-height: .9;
		font-weight: 700;
	}

	header.twenty h4.director {
		font-size: 2rem;
		font-weight: 300;
	}

	header.twenty h4.composer {
		font-size: 1.25rem;
	}
	
	header.ginastera {
		background-color: #1e386b;
		background-image: url(../images/ginastera.jpg);
	}

	header.first {
		background-color: #000;
		background-image: url(../images/strings.jpg);
	}	
	
	header hgroup {
		position: absolute;
		z-index: 1;
		bottom: 4.125rem;
		left: 50%;
		padding: 0;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);	
	}

	header nav.menu {
		position: absolute;
		bottom: 0;
		left: 50%;
		padding: 0;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		max-width: 66rem;
		width: 100%;
	}
	
	nav.menu>ul>li {
		padding: 0;
		margin: 0;
		width: 16.666%;
		font-size: 1.6rem;
		position: relative;
	}
	
	nav.menu ul.submenu {
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		background: #000;
	}
	
	nav.menu ul.submenu li {
		display: block;
		border-bottom: 1px solid #333;
	}

	nav.menu ul.submenu li a {
		padding: 1rem;
	}

	nav.menu ul li a.past {
		display: block;
	} 

	
	nav.menu a:hover {
		background: rgba(0,0,0,.9);
	}
	
	nav.menu>ul>li>a:hover + ul.submenu, nav.menu ul.submenu:hover {
		display: block;
	}
	
	h1 {
		font-size: 1.8rem;
	}
	
	h2 {
		font-size: 4rem;
		font-weight: 700;
	}
	.content h4 {
		font-size: 1.8rem;
	}
	.concert {
		padding: 2rem;
	}

	h3 {
		font-size: 2rem;
	}


}

.preview {
	position: relative;
	background: #000;
}

.preview .iframe {
	display: none;
}

.close {
	position: absolute;
	top: 0;
	z-index: 101;
	right: 0;
	width: 6rem;
	height: 6rem;
	background: #000;
	text-indent: -9999px;
}
.close:before {
	content: '\2716';
	color: #fc0;
	text-indent: 0;
	font-size: 2rem;
	width: 2rem;
	height: 2rem;
	right: 2rem;
	top: 2rem;
	position: absolute;
	line-height: 1.1;
	text-align: center;
}

.iframe {
	display: block;
	position: fixed;
	z-index: 100;
}

.iframe iframe { display: block; }

.preview.player .open { opacity: 0; }

.preview img {
	width: 100%;
	height: auto;
	display: block;
}
.preview.youtube .still {
	position: relative;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	padding: 28.2% 50%;
}
.preview.youtube .still img {
	position: absolute;
	z-index: 0;
	top: -17.5%;
	left: 0;
	width: 104%;
	max-width: 104%;
	height: auto;
}

.preview .open {
	display: block;
}
.preview .open:before, .preview .open:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	z-index: 1;
}
.preview .open:before {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	margin-top: -2rem;
	margin-left: -2rem;
	-webkit-transition: background 0.3s ease-out; 
	transition: background 0.3s ease-out;
}
.preview .open:hover:before {
	background: #fff;
}
.preview .open:after {
	width: 0;
	height: 0;
	margin-top: -0.9rem;
	margin-left: -0.5rem;
	border-left: 1.4rem solid #000;
	border-top: 0.9rem solid transparent;
	border-bottom: 0.9rem solid transparent;
	z-index: 2
}

.button {
	display: inline-block;
	font-family: "Rubik";
	padding: 0.5rem;
	margin-top: 1rem;
	width: 5rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	background: #000;
}

