@font-face {
	font-family: 'GothamLight';
	src: url('./gotham-light-webfont.eot');
	src: 	local('GothamLight'), 
		url('./gotham-light-webfont.woff') format('woff'), 
		url('./gotham-light-webfont.ttf') format('truetype'),
		url('./gotham-light-webfont.svg') format('svg');
}
@font-face {
	font-family: 'GothamBook';
	src: 	url('./GothamBook.eot');
	src: 	local('GothamBook'), 
		url('./GothamBook.woff') format('woff'), 
		url('./GothamBook.ttf') format('truetype');
	}
html,body {
	font-family: 'GothamLight', sans-serif;
	letter-spacing:0.5px;
	background-color:#FAEFE3;
	margin:0;
	padding:0;
	height:100%;
	font-weight:100;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,p,ul,ol,li,a,blockquote {
	font-family: 'GothamLight', sans-serif !important;
}
#container {
	padding-bottom:-100px; 	/* STICKY FOOTER VALUE 1*/ 
	position:relative;
	min-height:100%;
}
#main {
	padding-top:120px;
}
img.gallery_col_logo {
	position: absolute;
	top: 130px;
	right: 20px;
	opacity: 0.3;
	pointer-events:none;
}
/* (1) Header Styles */
div#modal {
	box-shadow: 0 0 30px #FFF;
}
img.modal_cross {
	cursor:pointer;
	z-index:1000;
}
div#modal div#modal_inner h1 {
	text-decoration: none;
font-size: 50px;
letter-spacing: 0px;
text-align: center;
border-style: solid;
border-width: 1px 0;
padding: 10px 0;
}
div#modal div#modal_inner p {
	line-height:normal;
	margin:14px;
}

header {
	padding: 0px 20px 1px 12px;
	background-color: #E6BA2E;
	overflow: hidden;
	box-shadow: 0px 0px 5px #666;
	position: fixed;
	width: 99%;
	z-index:10;
	background-color:#FFF;
}
header img {
	padding-top:10px;
	float:left;
	margin-right:41px;
}
header a#series_logo {
	margin-top: 8px;
	float: left;
	margin-right: 11px;
	background-image: url('/sites/paris/images/city_of_light_horizontal.png');
	min-width: 259px;
	min-height: 90px;
	background-size: cover;
	webkit-background-size: cover;
	margin-top: 12px;
	}
header ul {
	float:left;
	padding:0;
	margin:0;
	max-height:112px;
	letter-spacing:2px;
}
header ul li a,
header ul li a:hover,
header ul li a:visited,
header ul li a:active {
	color:#000;
	text-decoration:none;
	padding-top:190px;
	padding-bottom:53px;
	border-style:solid;
	border-color:transparent;
	border-right:none;
	border-left:none;
	/*transition: background-color 0.05s;*/
	padding-left:2px;
	
}
header ul li a:hover,
header ul li a.selected {
	border-style:solid;
	border-color:#EEE;
	border-right:none;
	border-left:none;
	color:#000;
	background-color:#FAE78A;
	-webkit-box-shadow: inset -2px 219px 59px -11px rgba(255,255,255,1);
	-moz-box-shadow: inset -2px 219px 59px -11px rgba(255,255,255,1);
	box-shadow: inset -2px 219px 59px -11px rgba(255,255,255,1);
}
header ul li {
	display:inline;
	line-height:118px;
	font-size:17px;
	font-weight:100;
	margin-left:10px;
	background-color: transparent;
}
div.mobile_nav {
	display:none;
}
/* (2) Footer Styles */ 
footer {
	background-color:#FFF;
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;		/* STICKY FOOTER VALUE 2*/ 
	overflow:hidden;
	border-style: solid;
	border-width: 3px 0 0 0;
	border-color: #EEE;
}
footer a {
	float:left;
}
footer a img {
	width:57px;
	opacity:0.2;
	padding:22px 0px 22px 22px;
}

footer p {
	line-height: 80px;
	/* padding-left: 190px; */
	color: #555;
	font-size: 15px;
	font-size: 12px;
	letter-spacing: normal;
	float: right;
	padding-right: 0px;
}
footer a img.meyer {
	width: 90px;
	float: right;
	padding: 23px;
	opacity: 1;
}
footer a.meyer {
	float:right;
}
footer.home a img:hover {
opacity: 0.8;
}

	footer.home {
		height:50px;
	}
	footer.home a img {
		width: 40px;
		opacity: 0.2;
		padding: 6px 0px 6px 6px;
	}
	footer.home p {
		line-height: 27px;
		/* padding-left: 190px; */
		color: #555;
		font-size: 15px;
		font-size: 12px;
		letter-spacing: normal;
		float: right;
		padding-right: 18px;
	}
	footer.home a img.meyer {
		width:57px;
		padding:6px;
	}
/* General defaults */


ul li {
	list-style:none;
	color:#000;
}
h1,h2 {
	font-weight:normal;
	text-transform:uppercase;
}
h1 {
	text-align: right;
	font-size: 60px;
	margin: 22px 14px;
	text-decoration: overline;
	letter-spacing:10px;
}
p {
	line-height: 62px;
	font-size: 20px;
}
a.show_menu_mobile{
	display:hidden;
}
.content {
	padding:10px 0px 100px 0px; /*100px value accounts for the footer, making sure content doesn't get hidden underneath it */
	overflow:auto;
	overflow-x:hidden;
}
#screener {
	position: fixed; 
	left: 0px; 
	top: 0px; 
	background-color:#000; 
	opacity: 0.5; 
	z-index: 2000; 
	height:2000px; 
	width:100%;
	display:none;
}
#screener:hover {
	width:100%;
}
#modal_wrap {
	position: fixed; 
	left: 0px; 
	top: 100px; 
	z-index: 2001; 
	pointer-events:none; 
	width:100%;
	display:none;
}
#modal {
	z-index: 2002; 
	background-color:#ffffff; 
	pointer-events:auto; 
	margin:auto; 
	padding:20px; 
	border:1px solid #FFF;
	box-shadow:0 0 20px #333;
	position:relative;
	width:100px;
	overflow-y:auto;
}

#modal h3 {
	background-color: #FF3E5A;
	margin: -20px;
	padding: 10px 20px 10px 20px;
	margin-bottom:20px;
	font-size:30px;
}
#modal_inner img.modal_cross {
	float: right;
	position: absolute;
	right: 5px;
	top: 5px;
}
#phil_logo {
	width: 231px;
	float: right;
	padding-top:19px;
}
div.vincent_portrait {
background-image: url('/sites/paris/assets/vincent2.jpg');
width: 30%;
min-width: 284px;
height: 350px;
background-position: right;
background-size: cover;
float: right;
margin-left: 20px;
position: absolute;
top: 0;
right: 0;
}
#home_map {
	cursor:-webkit-grab;
	text-align:center;
}
#home_map:active {
	cursor:-webkit-grabbing;
}
div.caroline_portrait {
	background-image: url('/sites/paris/assets/caroline_caroline.jpg');
	width: 46%;
	height: 350px;
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}
/* MAP */
div.map_pin {
	position:absolute;
	width:40px;
	opacity:0.75;
}
div.map_pin:hover {
	opacity:1;
}
div.map_pin img {
	width:100%;
}
div#map_helper div.drag_icon {
	background-image: url('/sites/paris/assets/map_icons/drag.png');
	height: 64px;
	position: absolute;
	width: 63px;
	bottom: -7px;
	right: -27px;
	opacity: 0.85;
	background-size: contain;
}
#home_map {
		top:-624px;
		left:-85px;
	}
#map_helper p {
	line-height: normal;
	font-size: 14px;
	margin-top: 48px;
}
div#map_helper {
	position: fixed;
	top: 150px;
	right: 30px;
	height: 125px;
	width: 125px;
	background-color: #FFF;
	border-radius: 75px;
	display: none;
	padding: 12.5px;
	z-index:1;
}

/*Map popup styles*/

input#share_link {
z-index: 1;
color: #FFF;
width: 370px;
font-family: 'GothamLight';
padding: 17px;
position: absolute;
top: 4px;
left: 65px;
background-color: #777;
cursor: pointer;
opacity: 0.95;
}
a#pin_share_button{
	position: absolute;width: 44px;padding: 8px;top:0;left:0;opacity:0.7;
}
a#pin_share_button:hover {
	opacity:1;
}



/* END MAP */
/*FILMS */

h1.film_heading {
	margin: 26px 0;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	padding: 60px;
	clear: both;
	border-style: solid;
	border-width: 0 0 25px 0;
	border-color: #F9BF97;
}
div.film_container {
	
	width: 33.33%;
	min-height: 300px;
	float: left;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	background-color:#000;
	position:relative;
}
div.film_info {
	min-height:266px;
	overflow:hidden;
	display:hidden;
	position:relative;
	background-size: cover;
	background-position:center;
	width: 94%;
	margin: 0 auto;
}
div.film_info div.moreinfo h1 {
	text-decoration: none;
	background-color: #FFF;
	padding: 1.5%;
	font-size: 16px;
	color: #000;
	margin: 0;
	opacity: 0.85;
	clear: right;
	float: right;
	letter-spacing: 0px;

	text-align: left;
	min-width: 97%;
	height: 52px;
}

div.moreinfo {
	position: absolute;
	top: 200px;
	width: 100%;
	opacity: 0.85;
	background-color: #FFF;
	border-style: solid;
	border-width: 0 0 100px 0;
	border-color: #F9BF97;
}

.playhead_outercircle {
	margin-top: 10px;
	width: 50px;
	height: 50px;
	float: right;
	border-width: 1px;
	border-radius: 100px;
	cursor: pointer;
	margin: 30px;
	background-color: #000;
	opacity:0.8;
}

.playhead_outercircle a,
.playhead_outercircle p {
	color: #FFF;
	text-decoration: none;
	line-height: 54px;
	margin-right: 13px;
	font-size: 20px;
	float: right;
}
.playhead_outercircle.current {
	background-color:#444;
	opacity:0.5;
	display:none;
}
.playhead_outercircle.current p {
	color:#FFF;
	margin:0px 20px 0px 0px;
	float:none;
	text-align:center;
	width:100%;
}
.moreinfo p {
	padding: 0 1.5%;
	font-size: 15px;
	background-color:#FFF;
	line-height:normal;
}
.video_wrapper {
			 position: relative;
			    padding-bottom: 56.25%; /* 16/9 ratio */
			    padding-top: 30px; /* IE6 workaround*/
			    height: 0;
			    overflow: hidden;
		}
		.video_wrapper iframe,
		.video_wrapper object,
		.video_wrapper embed {
			position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
		}
		
		.video_wrapper iframe {
			margin-left: auto;
		margin-right: auto;
		width: 100%;
		border: 0px;
		border-style: none;
		padding: 0;
		margin-bottom: -3px;
		background-color
		}
		.main_video_info {
			background-color: #FFF;
			padding: 2%;
			border: solid;
			overflow: auto;
			border-style: solid;
			border-width: 0 0 25px 0;
			border-color: #F9BF97;
		}
		.main_video_info h1{
			letter-spacing:normal;
			color: #000;text-decoration: none;font-size: 32px;text-align: left;margin:0;padding:0;margin-right: 102px;
		}
		.main_video_info p {
			color:#000;line-height:20px;
		}
		.main_video_info p a,
		.main_video_info p a:visited {
			color:#F9BF97;
			text-decoration:none;
		}
		.main_video_info p a:hover,
		.main_video_info p a:active {
			color:#444;
			text-decoration:underline;
		}
		.video_interactions a {
			float: right;
			margin: 5px;
			width: 41px;
		}
		.video_interactions a:first-child {
			margin-right:10px;
		}
		.video_interactions a img {
			width:100%;
			opacity:0.3;
		}
		.video_interactions a img:hover {
			opacity:1;
		}
		.video_interactions {
			position: absolute;
			width: 100%;
			background-color: transparent;
			overflow: auto;
			/* background-color: #FFF; */
			right: 15px;
			top: 10px;	
		}
		.videonav {
			width:61px;
			color:#FFF;
			background-color:#F9BF97;
			position:absolute;
			top:150px;
			border-style: solid;
			z-index:2;
			opacity:0.8;
		}
		.videonav:hover {
			opacity:1;
		}
		.videonav.prev {
			left:0;
			border-width: 1px 1px 1px 0;
		}
		.videonav.next {
			right:0;
			border-width: 1px 0 1px 1px;
		}
		.videonav p {
			text-align:center;
			font-size:80px;
		}
		.videonav p a {
			text-decoration:none;
			color:#000;
		}
		.film_indicator {
			float:left;
			margin-bottom:-1px;
			margin-top:-26px;
		}
		div.filmbox {
			width: 30px;
			height: 20px;
			background-color: #111;
			margin: 1px;
			float: left;
			cursor:pointer;
			margin-top:10px;
		}
		div.filmbox.current_box {
			background-color:#FFF;
			height:30px;
			cursor:default;
			margin-top:0px;
		}
		div.film_container.current {
			opacity: 0.3;
			pointer-events: none;
		}
		div.video_interactions_container {
			margin:0 auto;
			position:relative;
		}
		div.main_video_info p.pdf_file {
			background-color: #F9BF97;
			padding: 10px 90px
		}
		div.main_video_info p.pdf_file a {
			color:#000;
		}
		/* END FILMS */
header div#eps {
	position:absolute;right:12px;width:318px;bottom:0;text-align:center;
}
header div#eps p {
	line-height:normal;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
}
header div#eps p a,
header div#eps p a:visited {
	text-decoration:none;
	color:#000;
}
header div#eps p a:hover {
	color:#CCC;
}
header div#eps p a span {
	font-weight:lighter;
}
ul.credits li {
	text-align: center;
	font-size: 22px;
}

/*EVENTS*/
section.event.special div.info p.special_event_expander {
	background-color: #000;
	float: right;
	padding: 10px;
	margin: 0;
	font-size: 30px;
	text-align: center;
	color: #FFF;
}
section.event.special div.info p.special_event_expander a {
	color:#FFF;
}
section.event.special div.info p.special_event_expander a:hover {
	text-decoration:none;
}

section.event {
	clear:both;
	background-color:#FFF;
	overflow:auto;
	margin-bottom:40px;
	border-style:solid;
	border-width: 1px 0;
	border-color: #444;
}
section.event:first-child {
	margin-top:40px;
}
section.event div.info {
	float:left;
	width:54%;
	margin-left:1%;
	position:relative;
}
section.event div.info h1{
	text-transform: uppercase;
	font-size: 40px;
	margin: 0;
	text-align:left;
	text-decoration:none;
	letter-spacing:2px;
	padding-right:35px;
}
section.event div.info h1 a {
	text-decoration:none;
	color:#000;
}
section.event div.info h2 {
	font-size:25px;
}
section.event div.info>p {
	line-height:14px;font-size:16px;
}
section.event div.image {
	width:45%;
	min-height:300px;
	height:100%;
	background-size:cover;
	background-position:center;
	float:right;
	cursor:pointer;	
	position:relative;
}
section.event div.info a.button {
	font-size: 30px;
	text-transform: uppercase;	
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #444;
	padding: 6px;
	float: right;
	margin:0;
	right:45%;
	font-style:normal;

}
section.event div.image p {
		color: #000;
text-transform: uppercase;
/* text-align: right; */
position: absolute;
right: 0;
top: 0px;
margin: 0;
padding: 5px;
line-height: normal;
font-size: 30px;
border-style: solid;
border-width: 0 0 1px 1px;
background-color:#fff28c;
	}
.expand_button {
	font-size: 40px;
	background-color:#000;
	width: 30px;
	text-align: center;
	padding-left: 2px;
	position:absolute;
	right:0;
	top:0;
}
.expand_button a,
.expand_button a:active,
.expand_button a:hover,
.expand_button a:visited {
	color:#FFF;
	text-decoration:none;
}
div.concert_deets{
	width:100%;background-color:#CCC;clear:both;display:none;padding:0;margin-bottom:1%;overflow:auto;
}
div.concert_deets>p {
	font-size: 20px !important;
	line-height: 30px !important;
	margin:6px;
}
div.repertoire_list {
	background-color:#BBB;
	overflow:auto;
}
div.repertoire_list p:not(.repertoire_listing) {
line-height: 0px;
padding: 0 20px;
}
p.repertoire_listing a,
section.event div.info p a,
section.event div.info h2 a {
	color:#444;
	text-decoration:none;
}
p.repertoire_listing {
	line-height: 20px !important;
	font-size: 20px;
	padding: 0 5px;
	margin: 10px 0;

}

.listing_links {
	margin-left:10px;
	font-size:14px;
	line-height:20px;
}

/*END EVENTS*/
/*ARTISTS*/
div.conductor {
	width:50%;
	height:400px;
	background-position:center;
	background-size:cover;
	float:left;
	cursor:pointer;
}
div.conductor p,
div.soloist p {
	line-height: normal;
/* font-size: 20px; */
background-color: #FFF;
opacity: 0.8;
padding: 20px;
margin: 0px;
font-size: 30px;
}
div.soloist {
width: 25%;
float: left;
height: 620px;
background-size: cover;
background-position: top;
cursor:pointer;
opacity:0.95;
}
div.soloist:hover {
	opacity:1;
}

span.readmore a {
text-decoration: none;
color: #888;
font-size: 15px;
}
.readmore {
	display:none;
}
.mainartistimage {
	width: 85%;
	max-width:850px;
height: 502px;
background-size: cover;
background-position:center;
position:relative;
margin:0 auto;
}
/*.mainartistimage div.gradient {
	position:absolute;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(left,  rgba(217,229,173,1) 0%, rgba(217,229,173,0.77) 13%, rgba(236,242,214,0) 56%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(217,229,173,1)), color-stop(13%,rgba(217,229,173,0.77)), color-stop(56%,rgba(236,242,214,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,  rgba(217,229,173,1) 0%,rgba(217,229,173,0.77) 13%,rgba(236,242,214,0) 56%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left,  rgba(217,229,173,1) 0%,rgba(217,229,173,0.77) 13%,rgba(236,242,214,0) 56%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,  rgba(217,229,173,1) 0%,rgba(217,229,173,0.77) 13%,rgba(236,242,214,0) 56%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(217,229,173,1) 0%,rgba(217,229,173,0.77) 13%,rgba(236,242,214,0) 56%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e5ad', endColorstr='#00ffffff',GradientType=1 );
}*/
.mainartist {
overflow: auto;
border-style: solid;
border-width: 0 0 48px 0;
}
.mainartist h1 {
font-size: 45px;
text-decoration: none;
text-align: center;
padding-top: 24px;
letter-spacing: 5px;
}
.mainartist p {
margin: 0 auto;
line-height: 33px;
/* background-color: #FFE; */
padding: 1%;
max-width: 860px;
text-align: justify;
}
.artists_title {
	width: 100%;
text-align: center;
text-decoration: none;
letter-spacing: 12px;
background-color: #FFF;
margin: 20px 0 0 0;
padding: 40px 0px;
}

/*END ARTISTS*/
/*ESSAYS*/
	
	h1.featured_essay_title {
		font-size:60px;
	}
	h1.featured_essay_title,h2.featured_essay_subtitle,#essay_body_text,p.author  {
		width: 60%;
	}
	div#essay_body_text p {
	line-height: 50px;
	text-align:justify;
	}
	#essay_body_text {
	margin: 0 auto;
	}
	#essay_body_text p:first-letter {
		font-size: 70px;
		float: left;
		/* color: #903; */
		font-size: 93px;
		line-height: 69px;
		padding-top: 13px;
		padding-right: 5px;
		padding-left: 0px;
		margin-left: -3px;
		font-style:normal;
	}
	.featured_essay_img {
		height: 400px;
		width: 100%;
		background-size: cover;
		background-position: center;
	}
	p.author {
		text-align: center;
		font-size: 19px;
		margin: 0 auto;
	}
	.essay_link.current_essay {
		opacity: 0.4;
		pointer-events: none;
	}


	div.essay_link {
		width: 33.33%;
		height: 300px;
		background-color: #EEE;
		float: left;
		background-size: cover;
		background-position: center;
		position:relative;
		cursor:pointer;
		opacity:0.95;
	}
	div.essay_link:hover {
		opacity:1;
	}
	div.essay_link h2 {
		background-color: #FFF;
		opacity: 1;
		position: absolute;
		margin-top: 160px;
		font-size: 18px;
		padding: 10px 0 10px 0;
		width: 100%;
		/* float: right; */
		text-align: center;
		/* right: 0; */
		bottom: 0px;
		height: 60px;
	}
	div.essay_link h2 a {
		text-decoration:none;
		color:#000;
	}
	div.essay_link h2 a span {
		text-transform:none;
		font-size:15px;
	}
/* END ESSAYS */

/* TIMELINE */

div.this_year {
	width:100%;
	position:relative;
	overflow:scroll;
}
div.timeline_box {
	width:33.33%;
	padding:0;
	margin:0;
	min-height:300px;
	float:left;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top:42px;
	overflow:auto;
}

div#timeline_nav {
position: fixed;
top: 113px;
min-width: 5000px;
height: 40px;
background-color: #FFF;
overflow: hidden;
box-shadow: 0 0 5px #999;
}
div#timeline_nav div.year_container p.year {
float: left;
margin: 0;
padding: 0 14px;
line-height: 42px;
}
div#timeline_nav div.year_container p.year a {
	text-decoration:none;
	color:#000;
}
div#timeline_nav div.year_container {
	float:left;
	position:relative;
	overflow:hidden;
	margin:0 1px;
}
div#timeline_nav div.year_container div.line {
	border-style: solid;
	border-width: 0 1px 0 0;
	height: 7px;
	float: left;
	width: 40px;
	position: absolute;
}
div#timeline_nav div.year_container:hover,
div#timeline_nav div.year_container.current_year
 {
	border-style: solid;
	border-width: 0 1px;
	background-color: #F9BF97;
	margin:0;
}
div.timeline_event {
	width: 88%;
	margin: 10px 6%;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #444;
}
div.timeline_event p {
	line-height:normal;
	font-size:15px;
}
div.timeline_event img {
	width:100%;
	padding: 23px 0;
}
div.timeline_move {
	position: fixed;
	top: 113px;
	width: 34px;
	height: 40px;
	background-color: #F9BF97;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	line-height: 42px;
	color: #444;
}
div.timeline_move:hover {
	background-color:#CCC;
}
div.timeline_move.left {
	left:0;
}
div.timeline_move.right {
	right:0;
}

div.timeline_event p a {
	text-decoration: none;
	color: #555;
	text-transform: uppercase;
	font-size: 20px;
	transition: color 0.7s;
	-webkit-transition: color 0.7s;
}
div.timeline_event p a:hover {
	text-decoration:underline;
	color:#000;
}
/* END TIMELINE */
/* ABOUT */
.chooser_outer {
	width:100%;
	text-align:center;
	margin-top:130px;

}
.about_text {
	position: absolute;
	bottom: 130px;
	width: 90%;
	padding: 10px 5%;
	background-color: #000;
	border-style: solid;
	border-width: 1px 0;
	max-height: 331px;
	border-color: #fff28c;
	overflow: hidden;
	display: none;
}
.about_text p,
.about_text ul li {
	color: #FFF;
	line-height: normal;
	font-size: 15px;
}
.about_text.philharmonia p {
	font-size:13px;
}
.chooser_button {
	width: 10px;
	height: 10px;
	/* background-color: #FFF; */
	float: left;
	margin: 0 5px;
	overflow: hidden;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
	position:relative;
	transition:background-color 0.7s;

}
.chooser_button a.linker {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 15px;
}
.chooser_button:hover,
.chooser_button.current_choice {
	background-color:#FFF;
}
.chooser_container {
	display: block;
	margin: 0 auto;
	width: 110px;
	margin-top: 17px;
}
div.about_text.eps p {
	font-size: 20px;
	line-height: 34px;
	width: 91%;
}
.about_text.carolines p {
	font-size: 15px;
	line-height: 28px;
	float:left;
	width:50%;
}
.about_text.vincent p {
	width: 72%;
	font-size: 17px;
	line-height: 22px;
}
/* END ABOUT */
/* STREET NOTES */
	div.streetnotes_tile div.caption {
		position: absolute;
		background-color: #FFF;
		width: 96%;
		height: 71px;
		bottom: -110px;
		opacity: 0.6;
		padding: 2%;
		text-align: left;
		margin: 0;
	}
	div.streetnotes_tile.georges {
		margin-top: 33px;
	}

	div.streetnotes_feature div.more_content p a,
	div.streetnotes_feature div.more_content p a:visited {
		color:#8CC8D3;
		text-decoration:none;
	}
	div.streetnotes_feature div.more_content p a:hover,
	div.streetnotes_feature div.more_content p a:active {
		text-decoration:underline;
	}

	div.streetnotes_tile div.caption p {
		padding: 0;
		margin: 0;
		font-family: Verdana;
		line-height:normal;
	}
	div.streetnotes_feature div.sn_nav.next {
		float: right;
		width: 210px;
		text-align: center;
		position:relative;
	}
	div.sn_nav.next p {
		font-size:160px;
		padding-top:160px;
		cursor:pointer;
	}
	div.sn_nav.next p:hover {
		color:#FFF;
	}
	div.sn_nav.next a {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 150px;
	background-color: #FFF;
	height: 150px;
	padding-top: 0;
	opacity: 0.8;
	border-radius: 100px;
	text-decoration: none;
	color: #000;
	font-size: 22px;
	line-height: 150px;
	}
	div.sn_nav.next a:hover {
		background-color:#D4E2DB;
		color:#666;
	}
	div.streetnotes_feature_content {
		position:relative;
		overflow:auto;
	}
	div.streetnotes_feature {
		background-color:#666;
	}
	div.streetnotes_details {
	max-width: 470px;
	background-color: #FFF;
	text-align: center;
	clear: none;
	/*border-style: solid;
	border-width: 1px 1px 1px 0;*/
	float: left;
	margin: 40px 0;
	opacity:0.85;
	}
	div.streetnotes_details img {
		padding: 10px 0;
		width:100%;
		max-width:380px;
	}
	div.call_to_action {
		width: 100%;
		float: left;
		background-color: #eee;
		
	}
	div.streetnotes_details>div.caption p,
	div.streetnotes_details>div.call_to_action p {
	line-height: normal;
	text-align: left;
	padding: 1px 15px;
	}
	div.subtitles_toggle {
		position: relative;
	float: left;
	overflow: auto;
	min-height: 50px;
	}
	div.subtitles_toggle p a {
	min-width: 60px;
	min-height: 60px;
	position: relative;
	color: #000;
	text-decoration: none;
	float: left;
	font-size: 50px;
	border-radius: 55px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin: 10px;
	}
	div.subtitles_toggle p {
		line-height:60px;
		margin:0;
		padding:0;
	}
	div.subtitles_toggle span {
	line-height: 80px;
	text-transform: uppercase;
	}
	div.subtitles_body {
	width: 470px;
	background-color: #FFF;
	position: absolute;
	/*left: 470px;*/
	left:-500px;
	top: 40px;
	opacity: 0.8;
	min-height: 519px;
	max-height:519px;
	overflow-y: scroll;
	overflow-x: hidden;
	}
	div.subtitles_body p {
		line-height: normal;
		font-size: 16px;
		padding: 0 13px;
		display:none;
		text-align:justify;
		padding:0 20px;
	}

	img.accent_image {
		width:100%;
	}
	div.more_content {
		background-color:#000;
	}
	div.more_content p {
		background-color: #FFF;
		padding: 45px 30%;
		line-height: 34px;
		margin:0;
	}

	
	div.more_content p:first-letter {
		font-size:50px;
	}
	div.streetnotes_feature_content {
	background-size: cover;
	background-position: center;
	}

	div.sn_videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 9px;
		height: 0;
	}

		div.streetnotes_container {
		text-align:center;
	}
	div.streetnotes_tile {
		width: 566px;
		background-color: #FFF;
		height: 458px;
		margin: 0 auto;
		margin-top: 95px;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		overflow:hidden;
		box-shadow: 0 0 5px #777;
		opacity:0.95;
		transition: opacity 0.2s;
		-webkit-transition: opacity 0.2s;
	}
	.streetnotes_tile.radu {
		margin-bottom: 92px;
	}
	div.streetnotes_tile:hover {
		opacity:1;
	}
	div.name {
		position:absolute;
		bottom:0;
		height:89px;
		overflow:hidden;
		background-color:#FFF;
		width:100%;
		/*margin:0 1% 1% 1%;*/
	}
div.name img.name_img {
width: 350px;
float: right;
padding: 9px 13px;
}
a.sn {
float: right;
background-size: contain;
background-repeat: no-repeat;
min-width: 57px;
min-height: 70px;
background-position: center;
margin: 9px 2px;
}
/* END STREET NOTES */
@media only screen and (min-width:2500px) {
	div.soloist {
		width:20%;
		height:720px;
	}
}
@media only screen and (min-width : 2000px) {
	div.film_container,
	div.essay_link{
		width:25%;
		min-height:350px;
	}
}
@media only screen and (min-width: 1580px) {
	img.gallery_col_logo {
		right:157px;
	}
	div.conductor {
		height:700px;
	}
}
@media only screen and (min-width: 1540px) {
	img.gallery_col_logo {
		right:135px;
	}
}
@media only screen and (min-width: 1480px) {
	img.gallery_col_logo {
		right:111px;
	}
}
@media only screen and (min-width: 1400px) {
	img.gallery_col_logo {
		right:80px;
	}

}
@media only screen and (min-width: 1310px) {
	img.gallery_col_logo {
		right:2%;
	}
}
@media only screen and (max-width : 1292px) {
	header a#series_logo {
		
		background-image:url('/sites/paris/images/city_of_light.png');
		min-width:93px;
		min-height:91px;
		
	}
	div.soloist {
		width:33.33%;
		height:370px;
	}
	div.caroline_portrait {
		width:36%;
	}
	.about_text.carolines p {
		width:60%;
	}

}

@media only screen and (max-width : 1130px) {
	header a#series_logo {
		min-width: 60px;
		min-height: 60px;
		margin-top: 10px;
		margin-left: -3px;
	}
	header img#phil_logo {
		width:170px;
		padding-top:13px;
		margin-right:30px;
	}
	header ul li {
		line-height:87px;
		font-size:15px;
		margin-left:0px;
	}
	header ul {
		max-height:78px;
	}
	header div#eps p {
		font-size:8px;
	}
	header div#eps {
		right: 0px;
		width: 278px;
	}
	div#main {
		padding-top:48px;
	}
	footer {
		height:65px;
	}
	footer a img {
		padding:8px 0px 9px 6px;
		width: 51px;
	}
	footer p {
		line-height:42px;
	}
	footer a img.meyer {
		width:72px;
		padding:10px;
	}
	div.film_container,
	div.essay_link {
		width:50%;
	}
	div.essay_link h2 {
		height: 38px;
		font-size: 15px;
	}
	div.soloist {
		width:50%;
		height:590px;
	}
	div.concert_deets>p {
		line-height:21px !important;
		font-size:15px !important;
		margin:15px;
	}

	section.event {
	margin-bottom: -23px;
	margin-top: 37px;	
	}
	section.event div.image p {
		font-size:20px;
	}
	section.event div.info h1 {
		font-size:21px;
		
		letter-spacing:1px;
	}
	section.event div.info h2 {
		font-size:16px;
		letter-spacing:0px;
	}
	section.event div.image {
		min-height:200px;

	}
	div.expand_button {
		font-size:30px;
		padding-left:2px;
		right:-2px;
	}
	
	div.repertoire_list {
		width:100%;
	}

	p.repertoire_listing {
		line-height: 14px !important;
		font-size: 14px;
		padding: 0 20px;
	}
	section.event div.info a.button {
		font-size:22px;
	}
	.listing_links {
		margin-left: 10px;
		font-size: 10px;
		line-height: 14px;
	}
	img.gallery_col_logo {
		top:90px;
	}
	#content {
		padding-top:0;
	}

	div.mainartistimage {
		max-width:none;
		width:50%;
		height:362px;
	}
	div.mainartist h1 {
		/*padding-top:130px;*/
		font-size:40px;
	}
	div.mainartist p {
		font-size:18px;
		margin: 0 23%;
	}
	div#timeline_nav,
	div.timeline_move {
		top:80px;
	}
	div#timeline_nav div.year_container p.year a {
		font-size:16px;
	}
	div.timeline_box {
		padding-top:69px;
	}
	div.timeline_event p {
		font-size:13px;
	}
	div.year_container div.line {
		width:34px;
	}
	.about_text.carolines p,
	.about_text.vincent p,
	.about_text.eps p,
	.about_text.supporters p,
	.about_text.philharmonia p {
		line-height: 26px;
		font-size: 17px;
		width: 94%;
		float: none;
		padding: 0 2%;
	}
	.about_text.carolines div.caroline_portrait,
	.about_text.vincent div.vincent_portrait {
		width:100%;
		height:440px;
		position:relative;
		margin-bottom:15px;
	}
	.about_text.eps {
		margin-top:180px;
	}
	.about_text {
		position:relative;
		display:block !important;
		margin-bottom:100px;
		padding-left:0;
		padding-right:0;
		width:100%;
		padding-bottom:0;
		padding-top:0;
	}
	.chooser_outer {
		display:none;
	}
	.about_text {
		max-height:none;
	}
	div.vincent_portrait {
		position:relative;
	}
	div.streetnotes_feature_content {
		padding-top:40px;
	}
	h1.featured_essay_title, 
	h2.featured_essay_subtitle, 
	p.author {
	width: 90%;
	}
	div#essay_body_text{
		width:70%;
	}
	h1.featured_essay_title {
		font-size:60px;
	}
	div.subtitles_body {
		top:80px;
	}

}
@media only screen and (max-width:917px) {
	footer.home p {
		line-height: 13px;
		color: #555;
		font-size: 15px;
		font-size: 12px;
		letter-spacing: normal;
		float: right;
		padding-right: 290px;
	}
	footer p {
		line-height: 20px;
		position: absolute;
		padding-right: 301px;
		width: 390px;
		text-align: right;
		right: -210px;
	}

	
}

@media only screen and (max-width : 890px) {
	header img#phil_logo,
	div#eps {
		display:none;
	}
	
	header ul {
		float:right;
		padding-right:4px;
	}
	header ul li:last-child {
		margin-right:5px;
	}
	header {
		overflow:hidden;
	}

	.about_text {
		max-height:none;
	}
	div.more_content p {
		padding: 45px 20%;
	}
	div.streetnotes_details {
		max-width:328px;
	}
	div.soundcloud iframe {
		height:110px;
	}
	div.call_to_action p {
		font-size:17px;
	}
	div.subtitles_body {
		top:80px;
		min-height:377px;
		max-height:377px;
		width:180px;
		font-size:14px;
	}
	div.subtitles_body p {
		font-size:14px;
	}
	h1.featured_essay_title, 
	h2.featured_essay_subtitle, 
	p.author {
	width: 90%;
	}
	h1.featured_essay_title {
		font-size:50px;
	}
}
@media only screen and (max-width : 833px) {

}
@media only screen and (max-width : 680px) {
	div.film_container {
		width:100%;
		min-height:287px;
	}
	
}
@media only screen and (max-width : 670px) {
	body,header {
		min-width:650px;
	}
}

@media only screen and (max-width : 700px) {
	body,header {
		min-width:680px;
	}
}

