html, body {
	width: 100%;
	height: 100%;	
}

body {
	font-family: "Univers LT W02 65 Bold", Helvetica, Arial, sans-serif;
/* 	-webkit-font-smoothing: antialiased; */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;	

	overflow: hidden;
}

a:link, a:visited, a:active, a:hover {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#preload-images {
	display: none;
}

#loading-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;	
	z-index: 9998;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	
}

#loading-screen-content {
	color: #000;
	position: absolute;
	top: 50px;
	width: 80%;
	margin: 0 10% 0 10%;
	display: none;
}

#loading-screen h1, #loading-screen h2 {
	border-bottom: 10px solid #FF0000;
		
}

#loading-screen h1, #loading-screen h2, #loading-screen p {
	text-transform: uppercase;

	font-family: leaguegothic, helvetica, arial, sans-serif;
	font-size: 68px;
	line-height: 70px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#loading-screen p span {
	border-bottom: 20px solid #FF0000;
	border-top: 20px solid #FF0000;
}
/*
#loading-screen h1 {
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 65px;
	line-height: 65px;
	margin: 0 0 10px 0;
	padding: 0;
}

#loading-screen h2 {
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 53px;
	line-height: 53px;
	margin: 0;
	padding: 0;
}

#loading-screen p {
}
*/

#load-icon {
	margin-top: 20px;
	text-align: center;
}

#center-line {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	
	-moz-transform: translate3d(0, 0, 0);
	-moz-perspective: 1000;
	-moz-backface-visibility: hidden;
	
	-o-transform: translate3d(0, 0, 0);
	-o-perspective: 1000;
	-o-backface-visibility: hidden;
	
	-ms-transform: translate3d(0, 0, 0);
	-ms-perspective: 1000;
	-ms-backface-visibility: hidden;
	
	transform: translate3d(0, 0, 0);
	perspective: 1000;
	backface-visibility: hidden;
	
	
	position: absolute;
	z-index: 99999;
	top: 50px;
	bottom: 50px;
	left: 50%;
	width: 0;
	border-left: 1px dashed #FF0000;
}


.tokyo {
	display: none;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	z-index: 1000;
	-webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	-o-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	
	text-transform: uppercase;
	color: red;
	opacity: .5;
	pointer-events: none;
	font-size: 80px;
}

.tokyo.bottom {
	z-index: 0;
}

.title-tokyo, .title-1955-1970 {
	display: block;
	line-height: 0.9;
}

.title-tokyo {
	word-spacing: 0px; 
	letter-spacing: -0.6px; 
	font-size: 231.884px;	
}

.title-1955-1970 {
	word-spacing: 1px; 
	letter-spacing: 0px; 
	font-size: 133.333px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	overflow: hidden;
}

#header_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 2000;
	background: #FFF;
}

#header_contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: 50;
	display: none;
	overflow: hidden;
}

#main_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#nav_main, #nav_filters {
	position: absolute;
	top: 2px;
	z-index: 1000;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	/* font-weight: bold; */
	height: 30px;
}


#exhibition-title {

	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1000;
	text-transform: uppercase;
	color: #FF0000;
	font-family: leaguegothic, Helvetica, Arial, sans-serif;
	font-size: 27px;
	line-height: 27px;
	height: 30px;
	
}

#moma-logo {
	position: absolute;
	z-index: 2;
}

#moma-logo img {
	height: 20px;
}

#nav_main {

	left: 0;
	width: 100%;
	z-index: 1;
}


#nav_main ul, #nav_filters ul {
	position: absolute;
	top: 1px;
	left: 0;
	margin: 0;
	padding: 0;
}

#nav_main ul {
		
}

#nav_main ul li, #nav_filters ul li {
	position: absolute;
	top: 0;
	width: 197px;
	margin: 0 0 0 3px;
	padding: 0;
}

#nav_main ul li#moma-logo {
	top: 1px;
}

.header-section {
	position: absolute;
	top: 30px;
	left: 0;
	width: 400px;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#page-introduction.header-section {
	width: 500px;
}


.section-pane {
	padding: 3px;
}

.section-pane h1 {
	/*
	font-size: 60px;
	line-height: 60px;
	*/
	font-size: 30px;
	margin: 0;
	padding: 0;
	
}

.section-pane p {
	margin: 0 0 10px 0;
	font-size: 14px
	/* font-weight: bold; */
}

.section-pane h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}


a.credit-link:link, a.credit-link:visited, a.credit-link:active, a.credit-link:hover {
	color: #333;
}






























#filters {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2000;
}

.filter-section {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2000;
}

#filter-maps {
	left: 0;
}

#filter-categories {
	left: 0px;
}

#filter-events {
	left: 0px;
}

#filter-mediums {
	left: 200px;
}

#filter-reset {
	left: 400px;
}

#filter-maps {
	/* width: 100px; */
}

ul.filter-list {
	float: left;
	clear: both;
	list-style: none;
	margin: 2px 0 0 2px;
	padding: 0;
	overflow: hidden;
	
}

ul.filter-list li, .nav-category {
	float: left;
	clear: both;
	margin: 1px;
	padding: 1px 5px 1px 0px;
	line-height: 12px;
	white-space: nowrap;
	height: 14px;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-o-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	
}

.nav-category {
	width: 92px;
	margin: 2px 2px 0 2px;
}

.nav-category input {
	display: none;
}


.nav-category.filter-on input {
	display: inline;
}

.nav-category {
	white-space: nowrap;
}


.filter-header {
	float: left;
	clear: both;
}


a.filter-header-link:link, a.filter-header-link:visited, a.filter-header-link:active, a.filter-header-link:hover {
	display: block;
	float: left;
	width: 93px;
	background: #FFF;
	color: #000;
	/* font-weight: bold; */
	padding: 1px 2px 0px 1px;
	text-transform: uppercase;
	font-size: 11px;
	margin: 2px 0 0 2px;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-o-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	-ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	
	display: none;	
}

#filter-reset a.filter-header-link {
	display: block;
}




























a.category-link:link, a.category-link:visited, a.category-link:active, a.category-link:hover,
a.event-link:link, a.event-link:visited, a.event-link:active, a.event-link:hover,
a.medium-link:link, a.medium-link:visited, a.medium-link:active, a.medium-link:hover,
a.map-link:link, a.map-link:visited, a.map-link:active, a.map-link:hover

{
	text-decoration: none;
/* 	color: #333; */
	/* font-weight: bold; */
	font-size: 10px;
	text-transform: uppercase;
	
}

ul.filter-list li input {
	display: none;
}

ul.filter-list li:hover input {
/* 	display: inline; */
}

ul.filter-list li.filter-on input {
	display: inline;
}

.nav-link-item {
	white-space: nowrap;
}
/*
#category_nav, #sub_category_nav {
	margin: 10px;
	padding: 0;
}

#category_nav li, #sub_category_nav li {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
}

#sub_category_nav li {
	font-size: 12px;
}

#overlays {
	position: absolute;
	top: 60px;
	right: 100px;
	z-index: 1000;
}

#overlays_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#overlays_list li {
	width: 5.5%;
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
}

#overlays_list li .view {
	background: #333;
	color: #FFF;	
	padding: 3px;
	width: 50px;
}

#overlays_list li input {
	margin: 0;
	padding: 0;
}
*/



#grid_container {
	position: absolute;
	top: 0;
	z-index: 3000;
}

.grid-col {
	position: absolute;
	top: 0;
	height: 100%;
	border-right: 1px dotted #CCC;
	z-index: 9999;
}

.grid-row {
	position: absolute;
	left: 0;
	width: 100%;
	border-top: 1px dotted #CCC;
	z-index: 9999;

}

#map_container, #works_container, #timeline_container {
	-webkit-transition: top 300ms ease  0ms, height 300ms ease 0ms;
	-moz-transition: top 300ms ease  0ms, height 300ms ease 0ms;
	-o-transition: top 300ms ease  0ms, height 300ms ease 0ms;
	-ms-transition: top 300ms ease  0ms, height 300ms ease 0ms;
	transition: top 300ms ease  0ms, height 300ms ease 0ms;
}

#map_container {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	height: 1000px;
	z-index: 1 !important;
}

#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


a.main-nav-link:link, a.main-nav-link:visited, a.main-nav-link:active, a.main-nav-link:hover {
	text-decoration: none;
	text-transform: uppercase;
/* 	background: #333;	 */
	margin: 0 0 2px 0;
	color: #000;
	font-size: 11px;
	/* font-weight: bold; */
	border-bottom: 2px solid #FF0000;
}

a.main-nav-link:hover {
	color: #666;
}



a.work-category-link:link, a.work-category-link:visited, a.work-category-link:active, a.work-category-link:hover {
	text-decoration: none;
}

a.work-category-link:hover {
	text-decoration: underline;
}


.category_works .work-years, 
li.category_works,
a.work-category-works:link, a.work-category-works:visited, a.work-category-works:active, a.work-category-works:hover,
a.category-link.category_works, a.category-link.category_works:hover
{
	color: #00AEEF;
}

.category_events .work-years, 
li.category_events,
a.work-category-events:link, a.work-category-events:visited, a.work-category-events:active, a.work-category-events:hover,
a.category-link.category_events, a.category-link.category_events:hover
{
	color: #ED1C24;

}

.category_map .work-years, 
li.category_map,
a.work-category-map:link, a.work-category-map:visited, a.work-category-map:active, a.work-category-map:hover,
a.category-link.category_map, a.category-link.category_map:hover
{
	color: #3ADC30;	
	
}

.category_performance .work-years, 
li.category_performance,
a.work-category-performance:link, a.work-category-performance:visited, a.work-category-performance:active, a.work-category-performance:hover,
a.category-link.category_performance, a.category-link.category_performance:hover
{
	color: #EC008C;
}




/*
a.category-link.category_works:hover {
	background: #00AEEF;
	color: #FFF;
}

a.category-link.category_events:hover {
	background: #ED1C24;
	color: #FFF;
}

a.category-link.category_map:hover {
	background: #3ADC30;	
	color: #FFF;
}

a.category-link.category_performance:hover {
	background: #EC008C;
	color: #FFF;
}
*/



.work.category_works .work-image-overlay
{
	background: #00AEEF;
}

.work.category_events .work-image-overlay
{
	background: #ED1C24;

}

.work.category_map .work-image-overlay
{
	background: #3ADC30;	
	
}

.work.category_performance .work-image-overlay
{
	background: #EC008C;
}


a.nav-link:hover {
	color: #BBB;
}


#works_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	outline: none;
	z-index: 0;
}

#works_items {
	height: 100%;
	overflow: hidden;
}

.work {
	position: relative;
	width: 400px;
	height: 100%;
	float: left;
	overflow: hidden;
	-webkit-transition: width 300ms ease 0;
	-moz-transition: width 300ms ease 0;
	-o-transition: width 300ms ease 0;
	-ms-transition: width 300ms ease 0;
	transition: width 300ms ease 0;
	z-index: 0;
}

.work.filter-hidden {
	display: none;
}


.work.focused {
	z-index: 100;
/* 	background: #EEE; */
}

.work:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	
	background: #FAFAFA;
	
}

.work.bookend:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	
	background: #FFF;
	
}


.focused-region .work.focused {
	/* background: #F4F4F4; */
/* 	background: #EEE; */
	width: 800px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	
	background: #FAFAFA;
}

.work.media_0.focused {
	width: 400px;
}


.work-pane {
	position: relative;
	width: 780px;
	height: 100%;
	/*
	overflow-x: hidden;
	overflow-y: auto;
	*/
	overflow: hidden;
	margin: 0;
	padding: 0 10px 0 10px;
}


.work.media_0 .work-pane {
	width: 380px;
}

.work.focused .work-pane {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	
}


.work-years {
	font-family: leaguegothic, Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 60px;	
	position: absolute;
	left: -5px;
	/* font-weight: bold; */
	-webkit-transform-origin: top left;
	-webkit-transform: rotate(-45deg);
	-moz-transform-origin: top left;
	-moz-transform: rotate(-45deg);
	-o-transform-origin: top left;
	-o-transform: rotate(-45deg);
	-ms-transform-origin: top left;
	-ms-transform: rotate(-45deg);
	transform-origin: top left;
	transform: rotate(-45deg);
	/* text-shadow: 0px 1px 0px rgba(255, 255, 255, 1); */
	/*
-webkit-text-shadow: 0px 2px 0px #000;
	-moz-text-shadow: 0px 2px 0px #000;
	-o-text-shadow: 0px 2px 0px #000;
	-ms-text-shadow: 0px 2px 0px #000;
	text-shadow: 0px 2px 0px #000;
	
*/
	
	opacity: .7;
/* 	z-index: 100; */
}




.lt-ie9 .work-years {
	top: -50px;
	/* filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067690849304, M12=0.7071067690849304, M21=-0.7071067690849304, M22=0.7071067690849304, sizingMethod='auto expand') !important; */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);


}

.work .work-years-year {
	top: 50px;
}

.work .work-years-list {
	top: 50px;
}

.work .work-years-range {
	top: 50px;
}


.lt-ie9 .work .work-years-year, .lt-ie9 .work .work-years-list, .lt-ie9 .work .work-years-range {
	top: 0px;
}




.work-years ul, .work-years ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}


.work-image-overlay {
	display: block;
}

.work.focused .work-image-overlay {
	display: none;
}


.work-title {
}

	/*

.work-title h2 {
	font-family: leaguegothic;
	font-size: 60px;
	line-height: 60px;
 	font-size: 30px;
 	line-height: 40px;
	color: #333;
	width: 300px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-shadow: 0px 1px 1px rgba(255, 0, 0, 1);
}

.slabtext {
	border-bottom: 5px solid #FF0000;
}

.work.media_0 .work-title h2 {
 	font-size: 20px;
 	line-height: 20px;
	font-size: 60px;
	line-height: 60px;
}

.work-title h2, .work.media_0 .work-title h2 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

*/


.focused-region .work.media_0 .work-title h2, .work.media_0 .work-title h2, .work-title h2 {
	font-size: 26px;
	line-height: 26px;
	-webkit-text-shadow: 0px 2px 2px #FFF;
	-moz-text-shadow: 0px 2px 2px #FFF;
	-o-text-shadow: 0px 2px 2px #FFF;
	-ms-text-shadow: 0px 2px 2px #FFF;
	text-shadow: 0px 2px 2px #FFF;
/*  	text-transform: uppercase; */
}

.work-title h2 {
/* 	display: inline; */
	
}

.tab {
	width: 55px;
	height: 50px;
	float: left;
}

.work-images {
	/* float: left; */
	position: absolute;
	top: 0;
	left: 10px;
	margin-top: 10px;
/* 	z-index: 10; */
	/* width: 380px; */
	width: 150px;
	-webkit-transition: width 300ms ease 0;
	-moz-transition: width 300ms ease 0;
	-o-transition: width 300ms ease 0;
	-ms-transition: width 300ms ease 0;
	transition: width 300ms ease 0;
	
}

.focused-region .work.focused .work-images {
	width: 380px;
}

.work-image-item {
	width: 100%;
	display: none;
	margin: 0 0 20px 0;
}

.work-caption {
	display: none;
}

.focused-region .work-caption {
	display: block;
}

.work-image-item.work-image-item-0 {
	display: block;
}

.work.focused .work-image-item {
	display: block;
}

.work-image {
	border: 1px solid #000;
}

.work-image-wrapper {
	position: relative;	
}

.work-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .2;
	display: none;
}


.work-image img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
}

.work .work-info {
	position: absolute;
	top: 0;
	/* left: 400px; */
	left: 0;
	z-index: 0;
	/* display: none; */
	
	opacity: 0;
	position: relative;
	width: 365px;
	margin: 10px 0 40px 0;
	/* font-weight: bold;	 */
	-webkit-transition: opacity 0 ease 0, left 0 ease 0;
	-moz-transition: opacity 0 ease 0, left 0 ease 0;
	-o-transition: opacity 0 ease 0, left 0 ease 0;
	-ms-transition: opacity 0 ease 0, left 0 ease 0;
	transition: opacity 0 ease 0, left 0 ease 0;
}

.lt-ie9 .work .work-info {
	display: none;
}

.focused-region .work.focused .work-info {
	/* display: block; */
	opacity: 1;
	left: 400px;
	-webkit-transition: opacity 300ms ease 0, left 300ms ease 0;
	-moz-transition: opacity 300ms ease 0, left 300ms ease 0;
	-o-transition: opacity 300ms ease 0, left 300ms ease 0;
	-ms-transition: opacity 300ms ease 0, left 300ms ease 0;
	transition: opacity 300ms ease 0, left 300ms ease 0;
	
}

.lt-ie9 .focused-region .work.focused .work-info {
	display: block;
}


.work.media_0 .work-info, .work.focused.media_0 .work-info {
	/* display: block; */
	opacity: 1;
	left: 0;
}

.lt-ie9 .work.media_0 .work-info, .lt-ie9 .work.focused.media_0 .work-info {
	display: block;
}


.work.media_0 .work-meta, .work.media_0 .work-description, .work.media_0 .work-artist-bio, .work.media_0 .work-related {
	/* display: none; */
	opacity: 0;
}

.lt-ie9 .work.media_0 .work-meta, .lt-ie9 .work.media_0 .work-description, .lt-ie9 .work.media_0 .work-artist-bio, .lt-ie9 .work.media_0 .work-related {
	display: none;
}


.focused-region .work.focused.media_0 .work-meta, .focused-region .work.focused.media_0 .work-description, .focused-region .work.focused.media_0 .work-artist-bio, .focused-region .work.focused.media_0 .work-related {
	/* display: block; */
	opacity: 1;
}

.lt-ie9 .focused-region .work.focused.media_0 .work-meta, .lt-ie9 .focused-region .work.focused.media_0 .work-description, .lt-ie9 .focused-region .work.focused.media_0 .work-artist-bio, .lt-ie9 .focused-region .work.focused.media_0 .work-related {
	display: block;
}


.work-categories {
	position: absolute;
	top: 7px;
	right: 7px;
	display: none;
}

.focused-region .work.focused .work-categories {
	display: block;
}

.work-categories ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}

.work-categories ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
}

.work-meta {
	margin: 20px 0 0 0;
}

.work-events ul, .work-mediums ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.work-location ul {
	margin: 0;
	padding: 0 0 0 20px;
}



.work-artist-bio h3, .work-related h3 {
	font-size: 18px;
	margin: 15px 0;
}


.work-events, .work-mediums {
	font-size: 10px;
	text-transform: uppercase;
}

a.event-link:link, a.event-link:visited, a.event-link:active, a.event-link:hover,
a.medium-link:link, a.medium-link:visited, a.medium-link:active, a.medium-link:hover,
{
	text-decoration: none;
}

a.event-link:hover, a.medium-link:hover {
	text-decoration: underline;
}







h3.marker-location-name {
	margin: 0;
	padding: 0;
	font-size: 26px;
}



#timeline_container {
	position: absolute;
	top: 0;
	left: 15px;	
	right: 15px;
}

#timeline_position {
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 80px;
	margin-left: -1px;
	background: #FF0000;
	z-index: 200;
	cursor: pointer;
}

.overlay-indicator {
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -4px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #94ff8d;
	width: 0;
	height: 0;
	z-index: 300;
	cursor: pointer;
	
}

.indicator-line {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 1px;
	height: 80px;

	background: #94ff8d;
	
}

.overlay-indicator:hover, .overlay-indicator.focused {
	z-index: 301;
	border-top: 5px solid #3ADC30;
}

.overlay-indicator:hover .indicator-line, .overlay-indicator.focused .indicator-line {
	background: #3ADC30;
}

.indicator-line {
	display: none;
}

.overlay-indicator:hover {
	z-index: 302;
}

.tooltip {
	position: absolute;
	left: -63px;
	top: -50px;
	width: 120px;
	height: 25px;
	padding: 0 5px;
	background: #3ADC30;
	/* box-shadow: 0 -1px 1px rgba(255, 255, 255, .5); */
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	
	font-family: leaguegothic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	display: none;
}

.tooltip:after {
	content:"";
	position:absolute;
	top: 25px;
	left: 62px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width: 2px;
	background: #3ADC30;
	height: 20px;
	
	/*
	border-width:5px 5px 0;
	border-style:solid;
	

	border-color:#fff transparent;
	border-color: rgba(0, 0, 0, 1) transparent;

    display:block; 
    width:0;
    */
}

.tooltip-close {
	position: absolute;
	top: 5px;
	right: 4px;	
	width: 14px;
	height: 13px;
}

.close-link {
	display: block;
	width: 14px;
	height: 13px;
	background-image: url(../img/ui/closeIcon.png);
	opacity: .8;
}

/*
.timeline-year {
	position: absolute;
	top: 25%;
	left: 0;
	font-size: 20px;	
	-webkit-transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	-moz-transform-origin: center center;
	-moz-transform: rotate(-45deg);
	-o-transform-origin: center center;
	-o-transform: rotate(-45deg);
	-ms-transform-origin: center center;
	-ms-transform: rotate(-45deg);
	transform-origin: center center;
	transform: rotate(-45deg);
	
	font-family: leaguegothic;
	font-size: 30px;
	
}
*/

.timeline-year {
	position: absolute;
	top: 25%;
	left: 0;
	font-family: leaguegothic, Helvetica, Arial, sans-serif;
	font-size: 30px;
	
	margin-left: -16px;
	
	-webkit-transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	-moz-transform-origin: center center;
	-moz-transform: rotate(-45deg);
	-o-transform-origin: center center;
	-o-transform: rotate(-45deg);
	-ms-transform-origin: center center;
	-ms-transform: rotate(-45deg);
	transform-origin: center center;
	transform: rotate(-45deg);

}

.marker {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	z-index: 600;
}

#marker1 {
	background: red;
}

#marker2 {
	background: green;
}

#marker3 {
	background: blue;
}




.lt-ie9 .timeline-year {
	margin-left: -15px;
	top: 5%;
	font-family: Helvetica, Arial, sans-serif;
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067690849304, M12=0.7071067690849304, M21=-0.7071067690849304, M22=0.7071067690849304, sizingMethod='auto expand') !important;
}


#timeline_slider_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#slider{  
	position: absolute;  

	width: 100%;
	height: 100%;
}  

.ui-slider-handle {  
	position: absolute;  
	z-index: 2;  
	width: 5px;  
	height: 100%;  
	cursor: pointer;  
	background: #666;
	/* font-weight: bold;   */
	color: #1C94C4;  
	outline: none;  
	margin-left: -2px;  
}  

.ui-slider-range {  
	position: absolute;  
	border: 0;  
	top: 0;  
	height: 100%;  
	background: #F4F4F4;
}  




.location-content {
	width: 320px;
	max-height: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.location-more:link, a.location-more:visited, a.location-more:active, a.location-more:hover {
	position: relative;
	display: inline-block;
	width: 50px;
	top: 25px;
	font-size: 12px;
	background-image: url(../img/ui/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.location-content-footer {
	display: none;
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 50px;
	width: 300px;
	background: rgba(0, 255, 0, 1);	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 46%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(46%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 46%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 46%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 46%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 46%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.infoBox.long .location-content-footer {
	display: block;
}

.infoBox.long.all .location-content {
	overflow-x: hidden;
	overflow-y: auto;
}

.infoBox.long.all .location-content-footer {
	display: none;
}

.location-content-info {
	width: 300px;	
}

.location-content h3 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}

.location-content h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.location-content img {
	width: 298px;
	border: 1px solid #000;
}

.map-work-images {
	margin-top: 10px;
}


.location-content .work-years {
	position: relative;
	left: -10px;

/*
*/
/* 	margin-top: -30px; */
	height: 0;
	font-size: 45px;
	line-height: 45px;
}

.location-content .work-years-year {
	top: 35px;
	left: 0px;
}

.location-content .work-years-list {
	top: 35px;
	left: 0px;
}

.location-content .work-years-range {
	top: 35px;
	left: 0px;
}

.location-content .tab {
	width: 45px;
	height: 40px;
}


.location-basic-content {
	width: 320px;
}

.location-basic-content h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.location-basic-content .location-work-years {
	font-size: 12px;
}

.location-basic-content h2 {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}







.infoBox, .infoBoxLeft, .infoBoxRight {
	background: #FFF;
	/* background: rgba(255, 255, 255, .9); */
	border: 1px solid #000;
	width: 330px;
	padding: 10px;

	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	-o-box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
	

	position:relative;
	margin:1em 0 3em;
	border:1px solid #000;
	color:#333;
	/* css3 */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.infoBoxLeft, .infoBoxRight {
	min-height: 30px;
}

.infoBox:before, .infoBoxLeft:before, .infoBoxRight:before {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:155px; /* controls horizontal position */
    border-width:20px 20px 0;
	border-style:solid;
    border-color:#000 transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the smaller  triangle */
.infoBox:after, .infoBoxLeft:after, .infoBoxRight:after {
	content:"";
	position:absolute;
	bottom:-19px; /* value = - border-top-width - border-bottom-width */
	left:156px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:19px 19px 0;
	border-style:solid;
	

	border-color:#fff transparent;
	/* border-color: rgba(255, 255, 255, .9) transparent; */

    display:block; 
    width:0;
}




.infoBoxLeft {
	margin-left: 20px;
}

.infoBoxLeft:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	left:-20px; /* value = - border-left-width - border-right-width */
	border-width:15px 20px 15px 0;
	border-color:transparent #000;
}

/* creates the smaller  triangle */
.infoBoxLeft:after {
	top:11px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left:-18px; /* value = - border-left-width - border-right-width */
	border-width: 14px 18px 14px 0;
	border-color:transparent #fff;
	/* border-color: transparent rgba(255, 255, 255, .9); */
}












.infoBoxRight {
	margin-right: 20px;
}

.infoBoxRight:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	left: auto; /* value = - border-left-width - border-right-width */
	right: -20px;
	border-width:15px 0 15px 20px;
	border-color:transparent #000;
}

/* creates the smaller  triangle */
.infoBoxRight:after {
	top:11px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left: auto;
	right:-18px; /* value = - border-left-width - border-right-width */
	border-width: 14px 0 14px 18px;
	border-color:transparent #fff;
	/* border-color: transparent rgba(255, 255, 255, .9); */
}


#no-results {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 200px;
	height: 20px;
	
	margin-left: -100px;
	margin-top: -30px;
	padding: 20px 0;
	
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	background: #333;
	color: #fff;
	z-index: 9998;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, .5);
	display: none;
}


