/*******************RESET CSS*******************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, font, img, small, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0;border: 0;outline: 0;font-size: 100%; background: transparent; -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0;} 
ol, ul {list-style: none;} 
table {border-collapse: collapse; border-spacing: 0;} 
legend {display: none;} 
header, section, footer,aside, nav, article, figure, hgroup {display: block;}
/****************END RESET********************/

/*** FONT NAMES 
font-family: "adobe-garamond-pro", serif;
font-family: ProximaNovaRegular, sans-serif;
**/

@font-face {
  font-family: ProximaNovaRegular;
  src: url("fonts/ProximaNova-RegularWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: ProximaNovaRegular;
  src: url("fonts/ProximaNova-RegularWeb.woff") format("woff");
}

@font-face {
  font-family: ProximaNovaBold;
  src: url("fonts/ProximaNova-BoldWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: ProximaNovaBold;
  src: url("fonts/ProximaNova-BoldWeb.woff") format("woff");
}


/****************Global Elements**************/
html,body { 
	-webkit-font-smoothing: antialiased;
   	font-size: 16px;
   	font-family: ProximaNovaRegular, sans-serif;
	font-weight:400;
	background-color: #fff; 
	color: #000; 
	-webkit-text-size-adjust: none; 
	text-align: center; 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }
h1, h2, h3, h4 { font-weight: normal; }
p:empty { display: none; }
blockquote { display: block; padding: 20px; font-size: 16px; font-style: italic;  }
a { color: #000; text-decoration: none; cursor: pointer; }
a:hover { color: #666; }
:focus { outline-color: transparent; outline-style: none; }
form { /*padding: 15px 0; float: left; width: 100%;*/ }
fieldset { width: 100%; }
form p { margin-bottom: 15px; float: left; width: 50%; }
input, select, textarea { font-family:ProximaNovaRegular sans-serif; font-weight:100; font-size: 12px;  padding: 6px; -webkit-font-smoothing: antialiased;}
textarea { overflow: auto;  }
input#submit { cursor: pointer; width: auto; }
label { display: block; }
option { padding: 0 6px; }
td { padding: 4px 0; }
ol  { list-style: decimal; }
small { color: #7f7f7f; font-size: 10px; }
video { display: block; margin-bottom: -7px; color:#fff; }
input, textarea {  -webkit-border-radius:0px; }
table { border-top: 1px solid #efefef; margin: 12px 0; width: 100%; }
tr { border-bottom: 1px solid #efefef; }
td { height: 52px; vertical-align: middle; font-size: 14px;  }
img { -ms-interpolation-mode: bicubic; }
input:focus, select:focus, textarea:focus {
    outline:none; -moz-outline-style: none; border:none;
}
input[type=text], input[type=email], input[type=tel] {
	-webkit-appearance: none;
}

*,*:after,*:before{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

select option:focus{
  background-color: transparent;
}

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

img { height:auto; }

.max-column {
	max-width:1200px;
	margin:0 auto;
	padding:0 40px;
}

/****************End Global Elements**********/

#page {
	width:100%;
	margin:0 auto;
	min-width:768px;
}

.site-header {
	width:100%;
	height:80px;
	z-index: 1001;
	position: relative;
	top:inherit;
	left:inherit;
	background-color:#fff;
	margin-bottom:20px;
}

#page.fixed .site-header {
	position: fixed;
	top:0;
	left:0;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
}

#page #main { padding-top:0; }
#page.fixed #main {	padding-top:100px; }

.site-header .nav-wrapper {
	height:100%;
}

.site-header.white { background-color:none; }

.site-header .logo {
	float:left;
	height:100%;
	text-indent: -9999em;
}

.james-turrell .site-header .logo { width:200px; background:url(img/jamesturrell_logo.png) no-repeat left -80px; }
.james-turrell .site-header.white .logo { background-position: left 0px; }
.roden-crater .site-header .logo { width:273px; background:url(img/rodencrater_logo.png) no-repeat left -80px; }
.roden-crater .site-header.white .logo { background-position: left 0px; }
.roden-crater .site-footer { background-color:#fff; }

.site-header .logo a {
	display:block;
	height:100%;
}

.header-main { float:right; }

.main-menu-navigation-container {
	position: relative;
	overflow-y:hidden;
}

#menu-primary { margin:0 auto; }

#menu-primary > li {
	position: relative;
	display:inline-block;
	margin:22px 10px 0;
}

.james-turrell #menu-primary > li  {
	margin-top:23px;
}

#menu-primary > li:first-child { display:none; }
#menu-primary > li:nth-child(2) { margin-left:0; }
#menu-primary > li:last-child { margin-right:0; }

#menu-primary > li a {
	font-family: ProximaNovaBold;
	color:#000;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	letter-spacing: .1em;
	padding:7px 10px 1px 10px;
	/*border-bottom:solid 2px rgba(0,0,0,0);*/
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.roden-crater #menu-primary > li a, .roden-crater #menu-primary li .sub-menu a:hover, .roden-crater #menu-primary li .sub-menu .current-menu-item a {
	color:#0c244a;
}

#menu-primary > li.support a {
	background-color:#0c244a;
	color:#fff;
}

.site-header.white #menu-primary > li > a { color:#fff; }

#menu-primary > li > a:after {
	content:"";
	display:block;
	width:0%;
	height:2px;
	background-color:rgba(0,0,0,.3);
	margin: 2px auto 0;
	-webkit-transition-property: width;
  	transition-property: width;
  	-webkit-transition-duration: 0.1s;
  	transition-duration: 0.1s;
  	-webkit-transition-timing-function: ease-in-out;
  	transition-timing-function: ease-in-out;
}

.white #menu-primary > li > a:after { background-color:rgba(255,255, 255,.3);}

#menu-primary > li:hover > a:after, #menu-primary > li > a:hover:after, #menu-primary > li.current-menu-item a:after,  #menu-primary > li.post-parent a:after, #menu-primary > li.current-page-ancestor > a:after {
	/*border-bottom:solid 2px #979797;*/
	width:70%;
}

#menu-primary > li.menu-item-has-children:hover .sub-menu {
	visibility:visible;
	opacity:1;
	top:30px;
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}

#menu-primary li .sub-menu {
	visibility:hidden; 
	position:absolute; 
	opacity:0;
	background-color:rgba(255, 255, 255, .97); 
	z-index:900; 
	padding: 22px 22px 22px 22px; 
	text-align:left;
	top:45px;
	left:-22px;
	-webkit-transition:visibility 0s ease-in-out 0.2s,all 0.2s ease-in-out;
	-moz-transition:visibility 0s ease-in-out 0.2s,all 0.2s ease-in-out;
	-o-transition:visibility 0s ease-in-out 0.2s,all 0.2s ease-in-out;
	transition:visibility 0s ease-in-out 0.2s,all 0.2s ease-in-out;

}

#menu-primary li:last-child .sub-menu li{
    text-align: right;
    display:block;
}

#menu-primary li:last-child .sub-menu {
	right: -22px;
    left: auto;
}

.white #menu-primary li .sub-menu { background:none; }

#menu-primary li .sub-menu li {
	position: relative;
}

#menu-primary li .sub-menu li a {
	color:#979797;  
	text-transform:uppercase;
	border:0;
	padding:4px 0;
	white-space: nowrap;
}

.white #menu-primary li .sub-menu li a { color:rgba(255,255,255,0.8);}

#menu-primary li .sub-menu a:hover, #menu-primary li .sub-menu .current-menu-item a { color:#000; }
.white #menu-primary li .sub-menu a:hover, .white #menu-primary li .sub-menu .current-menu-item a { color:#fff; }
.site-footer { font-size:16px; height:80px; line-height:80px; z-index: 999; -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;}
.site-footer .copyright {float:left;}
.site-footer .navigation {float:right;}
.site-footer .navigation a { color:rgba(0,0,0,.75);}
.site-footer .navigation a:hover { color:#000;}

.site-footer .navigation #menu-footer li { display:inline-block; margin-left:24px;}
.site-footer .navigation #menu-footer li:first-child {margin:0;}

.roden-crater .site-footer .navigation a { color:#0c244a; }
.roden-crater .site-footer, .roden-crater .navigation a:hover { color:#0c244a;}
.site-footer .navigation li.facebook a, .site-footer .navigation li.instagram a { font-size:0; }

.site-footer .navigation li.facebook a::after, .site-footer .navigation li.instagram a::after {
	font:normal normal normal 18px/1 FontAwesome;
	content:"";
	display:inline-block;
	height:18px;
	width:17px;
	margin-bottom:-2px;
	
}

.site-footer .navigation li.facebook a::after { content: "\f09a"; }
.site-footer .navigation li.instagram a::after { content: "\f16d"; }


.site-footer.white { color:#fff;}
.site-footer.white .navigation a { color:rgba(255,255,255,.3);}
.site-footer.white .navigation a:hover {color:#fff;}

/* shared */

.site-content { position: relative; }

.site-content a { text-decoration: underline; }

.site-content h2.title {
	font-family: ProximaNovaBold;
	font-size:20px;
	text-transform: uppercase;
	text-align:center;
	max-width:600px;
	margin:0 auto;
}

.roden-crater .site-content h2.title { color:#0c244a;}

.site-content h2.title:first-child {
	margin-top:0;
}

.site-content h2.title {
	margin-top:80px;
}

.site-content h2.title span {
	color:#666;
}

.site-content h2.title:after {
	content:"";
	display:block;
	width:106px;
	height:3px;
	background-color:rgba(0,0,0,.3);
	margin: 30px auto;
}

.site-content .description {
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:137.5%;
	max-width:600px;
	letter-spacing: .1em;
	margin:0 auto 40px;
}

.site-content .main-column {
	max-width:600px;
	margin:0 auto 120px;
	font-size:16px;
	line-height: 167%;
	text-align: left;
}

.site-content .main-column p {
	font-size:16px;
}

.site-content .pull-quote {
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height: 133%;
	text-align: center;
	font-style: italic;
	margin-bottom:50px;
}

.site-content .main-column p {
	margin-bottom:30px;
}

.site-content .image-wrap.hero {
	margin-bottom:48px;
}

.site-content .image-wrap.hero img {
	height:auto;
	max-width: 100%;
    max-height: 588px;
}

.site-content .image-wrap.hero.max-column img {
	max-height:588px;
	width:auto;
}

.site-content .main-column img.additional {
	max-width:100%;
	height:auto;
	max-height:588px;
}

.sibling-links {
	margin-top:50px;
}

.sibling-links a {
	font-family: ProximaNovaBold, sans-serif;
	font-size: 13px;
	color:#999;
	text-transform: uppercase;
	text-decoration: none;
}

.sibling-links .prev::before, .sibling-links .next::after { background: url(img/icons.png) no-repeat; overflow:hidden; margin-bottom: -2px; }
.sibling-links .prev:hover, .sibling-links .next:hover { color:#000; }
.roden-crater .sibling-links .prev:hover, .roden-crater .sibling-links .next:hover {color:#0c244a;}

.sibling-links .prev { float:left; }
.sibling-links .next { float:right; }
.sibling-links .prev::before {
	content:"";
	display:inline-block;
	background-position: 0 0;
	width:8px;
	height:13px;
	margin-right:10px;
}

.sibling-links .prev:hover::before { background-position: -12px 0;}

.sibling-links .next::after {
	content:"";
	display:inline-block;
	background-position: -30px 0;
	width:8px;
	height:13px;
	margin-left:10px;
}

.sibling-links .next:hover::after { background-position: -42px 0;}

.sharer {
	background:rgba(0,0,0,.1);
	height:20x;
	margin:10px auto;
	display:table;
	padding:5px;
}

.sharer > div {
	display:table-cell;
	vertical-align: middle;
	margin-right:12px;
	width:25px;
	text-align: center
}

.sharer > div.twitter a {
	display:inline-block;
	width:18px;
	height:18px;
	background: url(img/icons.png) no-repeat 0 -23px;

}

.sharer > div.facebook a {
	display:inline-block;
	width:18px;
	height:18px;
	background: url(img/icons.png) no-repeat -16px -23px;

}

.btn {
	display:block;
	text-align:center;
	color:#fff;
	background-color:#000;
	font-family: ProximaNovaBold, sans-serif;
	text-transform: uppercase;
	padding:10px 15px;
	margin:0 auto;
	max-width: 150px;
}

.site-content .btn a {
	text-decoration: none;
}


.roden-crater .btn {
	background-color:#0c244a;
}

/* home */
.home .site-header {
	position:fixed;
	top:0;
	left:0;
	
}

.home .site-content a { text-decoration: none; }

.james-turrell.home .site-header { background:none; }
.home .site-footer { position:fixed; bottom:0; left:0; right:0;}

.home .promo {
	display:table;
	width:100%;
	height:100%;
}

.home .promo a { display:block; }

.home .promo .background {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-size: cover;
	background-position: center;
}

.home .promo .text-wrapper { 
	display:table-cell;
	width:100%;
	position: relative;
	vertical-align:middle;
}

.home .promo .text-wrapper .title, .home .promo .text-wrapper .subtitle, 
.home .promo .fp-tableCell .title, .home .promo .fp-tableCell .subtitle {
	position: relative;
	max-width: 540px;
	margin:0 auto;
}

.home .promo .text-wrapper a, .home .promo .fp-tableCell a { color:#000;}
.home .promo.white .text-wrapper a, .home .promo.white .fp-tableCell a { color:#fff; text-shadow: 0px 0px 8px rgba(0,0,0,.75);}


.home .promo .text-wrapper .title, 
.home .promo .fp-tableCell .title {
	font-size: 36px;
	letter-spacing: .1em;
	font-family: ProximaNovaBold, sans-serif;
	text-transform: uppercase;
}

.home .promo .text-wrapper.rule .title:after, .home .promo .fp-tableCell .rule.title:after { background-color:#000; }
.home .promo.white .text-wrapper.rule .title:after, .home .promo.white .fp-tableCell .rule.title:after { background-color:#fff; }

.home .promo .text-wrapper.rule .title:after, 
.home .promo .fp-tableCell .rule.title:after {
	content:"";
	display:block;
	width:106px;
	height:3px;
	margin: 22px auto;
	-webkit-transition-property: width;
  	transition-property: width;
  	-webkit-transition-duration: 0.1s;
  	transition-duration: 0.1s;
  	-webkit-transition-timing-function: ease-in-out;
  	transition-timing-function: ease-in-out;
}

.home .promo .text-wrapper .subtitle, 
.home .promo .fp-tableCell .subtitle {
	font-size: 22px;
}

.home .promo video {
	width:100%;
	height:100%;
	object-fit:cover;
}

.promo-nav {
	position:fixed;
	right:35px;
	bottom:80px;
	z-index: 100;
}

.roden-crater .promo-nav {
	bottom:120px;
}

.promo-nav .dot {
	width:22px;
	height:22px;
	background-position:center;
	background-repeat:no-repeat;
	margin:2px auto;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.promo-nav .dot {
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><circle fill='none' stroke='%23000' stroke-width='2' stroke-miterlimit='10' cx='7.5' cy='7.5' r='6.5'/></svg>");
}

.promo-nav.white .dot {
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><circle fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' cx='7.5' cy='7.5' r='6.5'/></svg>");
}

.promo-nav .dot.active, .promo-nav .dot:hover {
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><circle stroke='%23000' stroke-width='2' stroke-miterlimit='10' cx='7.5' cy='7.5' r='6.5'/></svg>");
}

.promo-nav.white .dot.active, .promo-nav.white .dot:hover  {
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><circle fill='%23fff' stroke='%23fff' stroke-width='2' cx='7.5' cy='7.5' r='6.5'/></svg>");
}


/* work map + spaces map*/
.parent-work.location #map, .parent-spaces.map #map {
	width:100%;
	height:750px;
}

.parent-spaces.map #map { height:788px; margin-bottom:40px;}

.infobubble-content {
	text-align: left;
	padding:10px;
	max-width: 300px;
}

.infobubble-content .image-wrapper, .infobubble-content .text-wrapper {
	height:136px;
}

.infobubble-content .image-wrapper {
	width:115px;
	float:left;
	margin-right:10px;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.infobubble-content .text-wrapper {
	display:table;
	font-size:14px;
}

.infobubble-content .text-wrapper .row {
	display:table-row;
}

.infobubble-content .text-wrapper .cell {
	display:table-cell;
}

.infobubble-content .text-wrapper .top  .cell{ vertical-align: top; }
.infobubble-content .text-wrapper .bottom .cell { vertical-align: bottom; }

.infobubble-content .text-wrapper h3 {
	font-family:ProximaNovaBold, sans-serif;
	font-size:14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.roden-crater .infobubble-content .text-wrapper h3 { color:#0c244a; }

.infobubble-content .text-wrapper .category { color:#666;}

/* work type + all spaces */
.parent-work.type, .parent-spaces.all{
	text-align: left;
}

.parent-work.type .image-wrapper, .parent-work.type .text-wrapper, .parent-spaces.all .image-wrapper, .parent-spaces.all .text-wrapper {
	width:100%;
	height:100%;
}

.parent-work.type .image-wrapper, .parent-spaces.all .image-wrapper {
	-moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.parent-work.type .type, .parent-spaces.all .space {
	width:48%;
	height:412px;
	display:inline-block;
	overflow:hidden;
	margin-bottom:20px;
	line-height: 0px;
	position: relative;
	background-color:#000;
}

.parent-work.type .type:nth-of-type(odd), .parent-spaces.all .space:nth-of-type(odd) {
	margin-right:20px;
}

.parent-work.type .type:hover .image-wrapper, .parent-spaces.all .space:hover .image-wrapper {
 	-moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05); 
    opacity:.75;
}

.parent-work.type .type:hover .text-wrapper, .parent-spaces.all .space:hover .text-wrapper { opacity:1; }

.parent-work.type .text-wrapper a, .parent-spaces.all .text-wrapper a { display:block; }

.parent-work.type .image-wrapper, .parent-spaces.all .image-wrapper {
	background-size: cover;
	background-position: center;
}

.parent-work.type .text-wrapper .title, .parent-spaces.all .text-wrapper .title {
	font-family: ProximaNovaBold, sans-serif;
	font-size:24px;
	color:#fff;
	line-height: 100%;
}

.parent-work.type .text-wrapper, .parent-spaces.all .text-wrapper {
	-moz-transition: opacity 200ms ease-in-out;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    opacity:0;
    display:table;
    position:absolute;
    top:0;
    left:0;
    padding:0 40px;
    text-align: center;
}

.parent-work.type .text-wrapper .cell, .parent-spaces.all .text-wrapper .cell {
	display:table-cell;
	vertical-align: middle;
}

.parent-work.type .text-wrapper .subtitle, .parent-spaces.all .text-wrapper .subtitle {
	font-size:14px;
	color:#fff;
	line-height: 133%;
}

.parent-work.type .text-wrapper.rule .title:after, .parent-spaces.all .text-wrapper.rule .title:after {
	content:"";
	display:block;
	width:106px;
	height:3px;
	margin: 22px auto;
	background-color:rgba(255, 255, 255, .3);
}


/* work date */
.parent-work.date h3 {
	font-size:20px;
	color:#666;
	margin-bottom:14px;
	margin-top:30px;
	padding-right:10px;
	padding-bottom:10px;
}

.parent-work.date .group {
	text-align: left;
}

.parent-work.date .item {
	display:inline-block;
}

/* work type category */
.work-type .site-content .description {
	font-size: 24px;
	font-style: italic;
}

.work-type .group {
	text-align: left;
}

.work-type .item {
	display:inline-block;
}

/* work detail + chamber detail */

.single-work .site-content .image-wrapper, .single-chamber .site-content .image-wrapper {
	padding:20px 0;
}

.single-work .site-content img, .single-chamber .site-content img {
	width:auto;
	max-width: 100%;
}

.single-work .sibling-links.group, .single-chamber .sibling-links.group {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: inherit;
    padding-right: inherit;
    margin-top:0px;
}

/* exhibitions */

.parent-exhibitions .recent {
	margin-bottom:20px;
	line-height: 0;
}

.parent-exhibitions .recent img, .parent-exhibitions .recent .text-wrapper { display:inline-block; width:50%;}


.parent-exhibitions .recent .text-wrapper {
	padding-left:20px;
	vertical-align: top;
	line-height: 167%;
	font-size:18px;
}

.parent-exhibitions .recent .text-wrapper .name { font-family:ProximaNovaBold, san-serif; font-size:14px; color:#000; text-transform: uppercase; letter-spacing: .1em; line-height: 125%; }
.parent-exhibitions .recent .text-wrapper .description { color:#000;}
.parent-exhibitions .recent .text-wrapper .download a { color:#666;}
.parent-exhibitions .recent .text-wrapper .download a:hover { color:#000;}

.parent-exhibitions h3, .celestial-events h3, .support h3 {
	text-align: center;
	text-transform: uppercase;
	color:#333;
	font-size: 14px;
	margin-top:40px;
}

.support h3 { text-align: left; font-family:ProximaNovaBold, sans-serif; }

.support h4 { font-family:ProximaNovaBold, sans-serif; display:table-header-group;}
.support .set { display:table; width:100%;}
.support .set .col {display:table-cell; width:50%; padding: 5px 5px 5px 0;}
.support .smaller, .support .smaller p { font-size: 90%; }

