/*
Theme Name: 	New Moon
Theme URI: 		http://moonarts.org
Description: 	Custom theme based on Starkers 4.0 with a few tweaks!
Version: 		1.0
Author: 		Alisa Le, Zac Mau, Andrew Twigg
Author URI: 	http://moonarts.org
Tags: 			custom, starkers, moon, responsive
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background: rgb(32,33,37); /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

html {height: 100%; overflow: auto; margin-top: 0px !important;}

body,
input,
textarea 			{ font-weight: 400;}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	font-family: "franklin-gothic-urw", sans-serif;
   color: white;
   font-weight: 300;
   text-transform: uppercase; 
}



h1 {
  float: left;
  font-size: 36px;
  margin-left: 3%;
  margin-top:1.5%;
}


h2 {
    font-size: 48px;
    color: #1F1F1F; 
    letter-spacing: -1px;
    text-transform: lowercase;
    
    
    
  }


h2.light, h3.light {
  color:white;
}


h3 {
  font-size: 12px;
  color: #1F1F1F;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  }


h4 {
    font-size: 12px;
    color: #8F989E;
    letter-spacing: 1.5px;
  }


h5 {
  color: #676f73;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}


p {
  hyphens: none;
  color: #676f73;
  /*color:#515156;*/
  font-family:  "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;

}


ul li {
  color: #676f73;
  font-family:  "franklin-gothic-urw", sans-serif;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: none;
    outline: 0;
    outline: none !important;
}

p a {
    box-shadow: inset 0 -2px 0 #ade9f3;
    text-decoration: none;
    color:#676f73;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

p a:hover {
    background-color: #ade9f3;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;

}

.dark p a {
    box-shadow: inset 0 -2px 0 #4BA6C3;
    color: #D1D5D7;
}

.dark p a:hover {
    background-color: #4BA6C3;

}



#main {
  display: initial;
}

::selection {
  background:#BCE9F1;
}
/*
::-webkit-scrollbar-track {
  background-color: #F2F2F2;
  margin: 8px;
  border-radius: 8px;
  border: 2px solid white;
} 

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #D3D7D9;
 -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  border: 2px solid white;
  cursor: pointer;

}*/

.button {
  border: 2px solid #57C8DB;
  border-radius: 33px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.button h4 {
  padding: 10px 20px;
  color: white;

}


/* ---------------------------------------------------------------------------------------------------------- 
GENRAL STYLES ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	overflow: auto;
	height: 100%;
	width: 100%;
  background-image: rgb(32,33,37);
}


#logo {
  position: fixed;
  left:50px;
  bottom:50px;
  z-index: 100;

}

#logo.dark {
  z-index: 150;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.2s;
  transition: opacity 0.1s ease 0.2s;
}

#logo.dark.invisible {
  z-index: 150;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0.1s;
  transition: opacity 0.1s ease 0.1s;
}


#logo img {
  max-width: 100px;
  height: auto;
  cursor: pointer;

}




.ch-description {
  opacity: 0;
  margin-left: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.ch-description.visible {
  opacity: 1;
  margin-left: 50px;
  pointer-events:none;
  -webkit-transition: all 0.5s ease 1.3s;
  transition: all 0.5s ease 1.3s;
}

.ch-description h4 {
  position: relative;
  color: #57C8DB;
  top:50px;
  z-index: 110;

}

.ch-description h2 {
  position: relative;
  color: white;
  top:47px;
  z-index: 110;
}

#frontpage {
background-color: rgb(32,33,37);
}

#frontpage h2 {
  font-size: 52px;
}

.ch-description p {
  position: relative;
  top: 71px; 
  width: 320px;
  max-width: 320px;
  color: #D1D5D7;
  z-index: 110;
}

.ch-description .extra {
  top: 20px;
  width: 58%;
  height: 100%;
  overflow: auto;
  padding-right:120px;
  float:right;
  opacity: 0;
  z-index: 110;
  pointer-events:none;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.ch-description .extra.open {
  top: 0px;
  opacity: 1;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  transition-delay: 0.3s; 
  pointer-events: initial;

}


#earth-chamber .ch-description .extra {
  top: 45px;

}

#earth-chamber .ch-description .extra.open {
  top: 25px;

}

#earth-chamber article a#figure:nth-child(1),
#earth-chamber article a#figure:nth-child(2),
#earth-chamber article a#figure:nth-child(3),
#earth-chamber article a#figure:nth-child(12),
#earth-chamber article a#figure:nth-child(13),
#earth-chamber article a#figure:nth-child(14) {
  top: 100px;
}


.ch-description .extra p {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  position: initial;
  margin-top: 5px;
  max-width: 850px;
}


.ch-description .extra .line-br {
  width: 50px;
  border-bottom: 2px solid #57C8DB;
  display: none;
}

p.comp-title {
  color: #D1D5D7;
  opacity: 0;
  left: 38px;
  margin-top: 8px;
  line-height: 18px;
  font-size: 13px;
  position: absolute;
  letter-spacing: 1.5px;
}


article a#figure:hover p.comp-title {
  opacity: 1;
} 


#fullpage {
  pointer-events:initial;
}



.chamber-holder {
  opacity: 0;

}

.chamber-holder.show {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}


/*============================== MAIN MENU / CLOSE BUTTON ============================== */



.bttn-holder {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  cursor: pointer;
  opacity: 1;
  z-index: 20;
  right: 50px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
  pointer-events:initial;

  backface-visibility: hidden;
  -webkit-transition: background-color 0.3s ease 0.4s;
  transition: background-color 0.3s ease 0.4s;
}

.bttn-holder.fixed {
  position: fixed;
}

.bttn-holder.formenu.blue {
  background-color: #57C8DB;
  z-index: 130;
  -webkit-transition: background-color 0.3s ease 0.4s;
  transition: background-color 0.3s ease 0.4s;
}

.bttn-holder.formenu {
  z-index: 110;
  background-color: white;
  top: 36px;
}


.bttn-holder, .bttn-holder.formenu.blue, .bttn-holder.formenu {

  -webkit-transform: scale(1);
  transform: scale(1);

  -webkit-transition: opacity 0.3s ease 0.3s,
  -webkit-transform 0.2s ease-in-out,
  background-color 0.3s ease 0.3s;

  transition: opacity 0.3s ease 0.3s,
  transform 0.2s ease-in-out,
  background-color 0.3s ease 0.3s;
}

.bttn-holder.formenu.open {
  opacity: 0.1;
  pointer-events:none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

}

.bttn-holder:hover,  .bttn-holder.formenu.blue:hover, .bttn-holder.formenu:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);

  -webkit-transition: opacity 0.3s ease 0.3s,
  -webkit-transform 0.2s ease-in-out;

  transition: opacity 0.3s ease 0.3s,
  transform 0.2s ease-in-out;

 }

#menu-bttn.bttn-holder {
  position: fixed;

  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;


}


 #menu-bttn.bttn-holder.expanded {
  pointer-events:none;

  -webkit-transform: translateZ(0) scale(100);
  transform: translateZ(0) scale(100);

  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
/*
  -webkit-animation: navzoom 1s forwards;
  animation: navzoom 1s forwards;*/


 }





.bttn-holder:hover .close:before, .bttn-holder:hover .close:after {
  background-color: white;
}


.menu {
  z-index: 130;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

.menu.fadein {
  z-index: 130;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

.close {
  z-index: 30;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

.close.fadein {
  z-index: 30;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

.close, .menu {
  position: fixed;
  right: 50px;
  top: 36px;
  width: 42px;
  height: 42px;
  pointer-events:none;
  z-index: 130;
}


 .menu.open { 
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;

}

.close:before, .close:after {
  position: absolute;
  left: 20px;
  top: 11px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: white;
  border-radius: 2px;
}

.close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}




.menu.fadein.expanded {
  pointer-events: initial;
}


.menu span {
  position: absolute;
  left: 13px;
  height: 2px;
  width: 16px;
  background-color: #8F989E;
  border-radius: 2px;
  top: 20px;

}

.menu.expanded span {
  opacity: 0;
  }

.menu::before, .menu::after {
  position: absolute;
  left: 13px;
  content: ' ';
  height: 2px;
  width: 16px;
  background-color: #8F989E;
  border-radius: 2px;
}

.menu::before {
  top: 14px;
  -webkit-transition:  -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;

}

.menu.expanded::before {
  left: 20px;
  top: 11px;
  content: ' ';
  height: 20px;
  width: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);

  -webkit-transition:  -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
}

.menu::after {
  bottom: 14px;
  -webkit-transition:  -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
}

.menu.expanded::after {
  left: 20px;
  top: 11px;
  content: ' ';
  height: 20px;
  width: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

  -webkit-transition:  -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
}



/*============================== MAIN NAVIGATION ============================== */

#main-nav {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  z-index: 200;
  width: 100%;
  top:140px;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

#main-nav .primary {
  width: 70%;
  margin: auto;
  opacity: 1;
}

#main-nav .primary li {
  margin-bottom: 70px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease,
  margin 0.3s ease 0.3s;
  transition: opacity 0.3s ease,
  margin 0.3s ease 0.3s;
}


#main-nav h4 {
  position: absolute;
  top: -90px;
  left: 50px;
}


#main-nav a h2 {
  line-height: 0px;
  font-size: 48px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}


#main-nav a h2:hover,
#main-nav .secondary li h3:hover {
  color: #57C8DB;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/*/////////////////////////////////*/


img.chambergif {
  position: fixed;
  bottom: 86px;
  right: 85px;
    display: block;
    max-height: 70vh;
    width: auto;
}

#main-nav .secondary {
  position: fixed;
  bottom: 46px;
  right: 55px;
}

#main-nav .secondary li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}

#main-nav .secondary li h3 {
  font-size: 14px;
  color: #1F1F1F;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#main-nav .secondary li a i {
  color: #57C8DB;
  opacity: 0.7;
  font-size: 22px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#main-nav .secondary li a i:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}


/*/////////////////////////////////*/


#main-nav.expanded {
  pointer-events:initial;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.1s;
  transition: opacity 0.1s ease 0.1s;
} 


#main-nav.expanded li {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}

/*============================================================ */


.bttn-holder.maximize {
  bottom: 40px;
  background-color: white;
}

.bttn-holder.maximize:active {
  background-color: #e8e8e8;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.arrow-left.icon {
  pointer-events:none;
  color: #000;
  position: absolute;
  right: 71.5px;
  bottom: 54px;
  width: 10px;
  height: 2px;
  background-color: #676f73;
  z-index: 30;
  border-radius: 2px;

  -webkit-transition:  -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;

    -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  
}


.arrow-left.icon.maximized {
  -webkit-transition:  -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;

      -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  }

.arrow-left.icon:before {
  content: '';
  position: absolute;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  border-top: solid 2px #676f73;
  border-right: solid 2px #676f73;

  -webkit-transition:  -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;

    -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);

}

.arrow-right.icon {
  pointer-events: none;
  color: #000;
  position: absolute;
  right: 61.5px;
  bottom: 64px;
  width: 10px;
  height: 2px;
  background-color: #676f73;
  z-index: 30;
  border-radius: 2px;

  -webkit-transition:  -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;

    -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  
}


.arrow-right.icon.maximized {
  -webkit-transition: -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;

      -webkit-transform: rotate(315deg);
          transform: rotate(315deg);

  }

.arrow-right.icon:before {
  content: '';
  position: absolute;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  border-top: solid 2px #676f73;
  border-right: solid 2px #676f73;

  -webkit-transition: rotate 0.3s ease 0.3s;
  transition: rotate 0.3s ease 0.3s;

    -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);

}


/*============================== VERTICAL NAVIGATION ============================== */

#vertical-nav {
  position: fixed;
  left:50px;
  top: 55%;
  margin-top: -100px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

#vertical-nav.open {
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

#vertical-nav li {
  margin-bottom:20px;

}

#vertical-nav li a {
  color: #8F989E;
  text-decoration: none;
  text-align: left;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;

}

#vertical-nav li a:hover {
  color:white;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;

}

#vertical-nav li a h4 {
  display: inline;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#vertical-nav li a:hover h4{
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#vertical-nav li a:focus {
  outline: none;
}

#vertical-nav li.active a {
  color:white;

}





/*============================== LEARN MORE BUTTON ============================== */


article.info-bttn {
  position: initial;
  pointer-events:none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

article.info-bttn.visible {
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: opacity 0.5s ease 1.3s;
  transition: opacity 0.5s ease 1.3s;
}

article.info-bttn.noclick {
  pointer-events:none;
  opacity: 0;
}


.learn-more, .back-to-ch {
  position: absolute;
  bottom:50px;
  right:50px;
  z-index: 120;
}



.learn-more:hover, .back-to-ch:hover {
  background-color: #57C8DB;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.back-to-ch {
  opacity: 0;
  pointer-events:none;
  -webkit-transition: opacity 0.2s ease 0.5s,
  background-color 0.2s ease;
  transition: opacity 0.2s ease 0.5s,
  background-color 0.2s ease;
}

.learn-more.open {
  pointer-events:none;
}


.learn-more h4 {
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;
}


.learn-more.open h4 {
  opacity: 0;
  padding: 10px 42.5px;
  pointer-events:none;
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;
}

.back-to-ch.open {
  opacity: 1;
  pointer-events:initial;
  -webkit-transition: opacity 0.2s ease 0.5s,
  background-color 0.2s ease;
  transition: opacity 0.2s ease 0.5s,
  background-color 0.2s ease;

}



/* ---------------------------------------------------------------------------------------------------------- 
CHAMBERS ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.chamber-holder {
  height:100%;
  /*max-width: 1500px;*/
  margin: auto;
}

.chamber {
  position: absolute;
  height: 400px;
  width: 100%;
  top: 48%;
  pointer-events:none;
  transform: translateY(-50%) scale(1.2);
  -webkit-transform: translateY(-50%) scale(1.2);
  -webkit-transition: 0.3s ease all;
  transition: 0.5s ease all;
}

.chamber.click {
  pointer-events:initial;
}

.chamber.click {
  pointer-events:initial;
}

section#moon-chamber {
  background: url("http://andrewtwigg.pairserver.com/wpt/moonarts/wp-content/uploads/2016/04/moon-chamber.png") no-repeat center center; 
  background-size: auto 90%;
}
section#earth-chamber {
  background: url("http://andrewtwigg.pairserver.com/wpt/moonarts/wp-content/uploads/2016/05/earth.jpg") no-repeat bottom; 
  background-size: 100% auto;
}

section#metasphere-chamber {
  background: url("http://andrewtwigg.pairserver.com/wpt/moonarts/wp-content/uploads/2016/04/metasphere-chamber-temp.png") no-repeat center; 
  background-size: 100% auto;
}

section#ether-chamber {
  background: url("http://andrewtwigg.pairserver.com/wpt/moonarts/wp-content/uploads/2016/04/ether-1.jpg") no-repeat center; 
  background-size: 100% auto;
}


/*============================== CHAMBER ============================== */

 
 article a#figure {
  width:210px;
  height: auto;
  opacity: 1;
  position: absolute;
  margin: auto !important;
  left: 0;
  right: 0;
  top: 90px;
  -webkit-transition: opacity  0.4s ease,
  -webkit-filter 0.4s ease; 
  transition: opacity 0.4s ease,
  filter 0.4s ease; 
}


article a#figure img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
  top: 0;
  left: 0;
  position: relative;
  pointer-events: none;

}




article a#figure img:nth-child(2){
  position: absolute;
  top: 0;
}


/*Chamber Back Left, Chamber Back Right*/
article a#figure:nth-child(1) img:nth-child(2), 
article a#figure:nth-child(14) img:nth-child(2) {
    z-index: 0;

}

/*Outer Mural Back Left, Outer Mural Back Right*/
article a#figure:nth-child(2) img:nth-child(2), 
article a#figure:nth-child(13) img:nth-child(2) {
    z-index: 10;
}

/*Inner Mural Back Left, Inner Mural Back Right*/
article a#figure:nth-child(3) img:nth-child(2), 
article a#figure:nth-child(12) img:nth-child(2) {
    z-index: 20;
}

/*Disk Top*/
article a#figure:nth-child(4){
  top:120px;
}
article a#figure:nth-child(4) img:nth-child(1) {
  z-index:55;
  -webkit-transition: top 1s ease 0.7s;
  transition: top 1s ease 0.7s;
}



article a#figure:nth-child(5){
  top:118px;
  left: 2px;
}
article a#figure:nth-child(5) img:nth-child(2){

  z-index:50;
  -webkit-transition: top 1s ease 0.7s;
  transition: top 1s ease 0.7s;
}

article a#figure:nth-child(5) img:nth-child(1){
  z-index:57;
  -webkit-transition: top 1s ease 0.7s;
  transition: top 1s ease 0.7s;
}




article a#figure:nth-child(5) img:nth-child(2) {
  top: 1px;
}


article a#figure:nth-child(6){
  top:118px;
}
article a#figure:nth-child(6) img:nth-child(1) {
  z-index:45;
  -webkit-transition: top 1s ease 0.7s;
  transition: top 1s ease 0.7s;
}

/*Stanchion*/

article a#figure:nth-child(7) {
    top: 152px;
    z-index: 40;
}
article a#figure:nth-child(7) img:nth-child(1) {
    z-index: 40;
}


article a#figure:nth-child(8) {
    top: 177px;
    z-index: 45;
}


/*Disk Bottom*/
article a#figure:nth-child(9) img:nth-child(1) {
  z-index:35;
}
article #figure:nth-child(9) {
  top: 267px;
}


article a#figure:nth-child(10) img:nth-child(2){
  z-index:30;
}
article a#figure:nth-child(10) img:nth-child(1) {
  z-index:37;
}


article a#figure:nth-child(10) img:nth-child(2)  {
  top: 1px;
}
article #figure:nth-child(10) {
  top: 267px;
}


article a#figure:nth-child(11) img:nth-child(1) {
  z-index:25;
}
article #figure:nth-child(11) {
  top: 267px;
}



/*Inner Mural Front Left, Inner Mural Front Right*/
article a#figure:nth-child(3) img:nth-child(1), 
article a#figure:nth-child(12) img:nth-child(1){
    z-index: 60;
}

/*Outer Mural Front Left, Outer Mural Front Right*/
article a#figure:nth-child(2) img:nth-child(1),
article a#figure:nth-child(13) img:nth-child(1){
    z-index: 70;
}

/*Chamber Front Left, Chamber Front Right*/
article a#figure:nth-child(1) img:nth-child(1), 
article a#figure:nth-child(14) img:nth-child(1){
    z-index: 80;

}



/*==============================================================*/

/*Left Cage*/
article.expand a#figure:nth-child(1) {
  left:-890px;
  -webkit-transition: left 1.5s ease,
  -webkit-transform 0.3s ease;
  transition: left 1.5s ease,
  transform 0.3s ease,
  opacity  0.4s ease;
}

/*Left Outer Mural*/
article.expand a#figure:nth-child(2) {
  left:-590px;
  -webkit-transition: left 1.2s ease 0.3s,
  -webkit-transform 0.3s ease;
  transition: left 1.2s ease 0.3s,
   transform 0.3s ease,
  opacity  0.4s ease;
 }

/*Left Inner Mural*/
article.expand a#figure:nth-child(3) {
  left: -280px;
    -webkit-transition: left 1s ease 0.6s,
  -webkit-transform 0.3s ease;
   transition: left 1s ease 0.6s,
    transform 0.3s ease,
  opacity  0.4s ease;
 }

/*==============================================================*/

/*Top Outward Disk*/
article.expand a#figure:nth-child(4) {
  top: -90px;
  -webkit-transition: top 1s ease 0.9s,
  -webkit-transform 0.3s ease;
   transition: top 1s ease 0.9s,
  transform 0.3s ease,
  opacity  0.4s ease;
 }

/*Top Ring*/
article.expand a#figure:nth-child(5) {
  top: -20px;
  -webkit-transition: top 1s ease 0.9s,
  -webkit-transform 0.3s ease;
   transition: top 1s ease 0.9s,
  transform 0.3s ease,
  opacity  0.4s ease;
 }

/*Top Inward Disk*/
 article.expand a#figure:nth-child(6) {
  top: 50px;
  -webkit-transition: top 1s ease 0.9s,
  -webkit-transform 0.3s ease;
   transition: top 1s ease 0.9s,
  transform 0.3s ease,
  opacity  0.4s ease;
 }

/*Stanchion*/
article.expand a#figure:nth-child(7) {
  -webkit-transition: -webkit-transform 0.3s ease;
   transition: transform 0.3s ease,
  opacity  0.4s ease;
 }

/*Diamond*/
article.expand a#figure:nth-child(8) {
  -webkit-transition: -webkit-transform 0.3s ease;
   transition: transform 0.3s ease,
  opacity  0.4s ease;
 }

/*Bottom Inward Disk*/
article.expand a#figure:nth-child(9) {
  top: 340px;
  -webkit-transition: top 1s ease 0.9s,
  -webkit-transform 0.3s ease;
   transition: top 1s ease 0.9s,
   transform 0.3s ease,
  opacity  0.4s ease;
 }

 /*Bottom Ring*/
 article.expand a#figure:nth-child(10) {
  top: 410px;
  -webkit-transition: top 1s ease 0.9s,
  -webkit-transform 0.3s ease;
   transition: top 1s ease 0.9s,
   transform 0.3s ease,
  opacity  0.4s ease;
 }

 /*Bottom Outward Disk*/
 article.expand a#figure:nth-child(11) {
  top: 480px;
  -webkit-transition: top 1s ease 0.9s,
  -webkit-transform 0.3s ease;
   transition: top 1s ease 0.9s,
   transform 0.3s ease,
  opacity  0.4s ease;
 }

/*==============================================================*/


article.expand a#figure:nth-child(12) {
  right: -280px;
   -webkit-transition: right 1s ease 0.6s,
  -webkit-transform 0.3s ease;
   transition: right 1s ease 0.6s,
   transform 0.3s ease,
  opacity  0.4s ease;
 }

article.expand a#figure:nth-child(13) {
  right: -590px;
  -webkit-transition: right 1.2s ease 0.3s,
  -webkit-transform 0.3s ease;
  transition: right 1.2s ease 0.3s,
  transform 0.3s ease,
  opacity  0.4s ease;
}

article.expand a#figure:nth-child(14) {
  right: -890px;
/*  -webkit-transform: scale(1);
  transform: scale(1);*/
  -webkit-transition: right 1.5s ease,
  -webkit-transform 0.3s ease;
  transition: right 1.5s ease,
  transform 0.3s ease,
  opacity  0.4s ease;
}

 /*==============================================================*/


article.expand a#figure:nth-child(1) img,
article.expand a#figure:nth-child(2) img,
article.expand a#figure:nth-child(3) img {
  left: 25px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);


  -webkit-transition: left 1s ease 0.6s,
  opacity 0.4s ease,
  -webkit-filter 0.4s ease; 

  transition: left 1s ease 0.6s,
  opacity 0.4s ease,
  filter 0.4s ease; 


}

article.expand a#figure:nth-child(12) img,
article.expand a#figure:nth-child(13) img,
article.expand a#figure:nth-child(14) img {
  left: -25px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);


  -webkit-transition: left 1s ease 0.6s,
  opacity 0.4s ease,
  -webkit-filter 0.4s ease; 

  transition: left 1s ease 0.6s,
  opacity 0.4s ease,
  filter 0.4s ease; 
}

/*============================= CHAMBER HOVER EFFECTS =================================*/



article a#figure:hover {
  cursor: pointer;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: transform 0.4s ease; 
  transition: transform 0.4s ease;
} 


article a#figure:nth-child(2):hover img:nth-child(2){
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
    -webkit-transition: -webkit-filter 0.4s ease,
    opacity 0.4s ease; 
    transition: filter 0.4s ease,
    opacity 0.4s ease; 
} 

article a#figure:nth-child(3):hover img:nth-child(2){
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
    -webkit-transition: -webkit-filter 0.4s ease,
    opacity 0.4s ease; 
    transition: filter 0.4s ease,
    opacity 0.4s ease; 
} 


article a#figure:nth-child(12):hover img:nth-child(1){
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
    -webkit-transition: -webkit-filter 0.4s ease,
    opacity 0.4s ease; 
    transition: filter 0.4s ease,
    opacity 0.4s ease; 
} 


article a#figure:nth-child(13):hover img:nth-child(1){
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

    -webkit-transition: -webkit-filter 0.4s ease,
    opacity 0.4s ease; 
    transition: filter 0.4s ease,
    opacity 0.4s ease; 
} 


article.expand a#figure:nth-child(8):hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


article a#figure.dim {
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease; 
  transition: opacity 0.4s ease;
} 


/*============================== CARBON POSITION ============================== */

#moon-chamber article a#figure:nth-child(8) {
    top: 252px;
    width: 250px;
}


#metasphere-chamber article a#figure:nth-child(8) {
    top: 212px;
    width: 230px;
}

#earth-chamber article a#figure:nth-child(8) {
    top: 289px;
}


/*============================== POP-UP TITLES ============================== */


figcaption {
  display: none;
}

/*============================== POP UP INFO ============================== */

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: #202125;
  z-index: 100;
  opacity: 0;
  pointer-events:none;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;

}

#overlay.open {
  pointer-events:initial;
  opacity: 0.9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;


}


footer {
  display:none;
}


.info-col {
  width: 400px;
  height: 100%;
  border-right: 1px solid #939393;
}


/*============================== DETAILS PAGE ============================== */

section#details {
  position: relative;
  height: 100%;
  background-color: white;
  overflow-x: hidden; 
}



article#imagery {
  background-image: radial-gradient(50% 50%, #34363D 50%, #242529 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 500px;
  height: 100%;
  -webkit-transition: right 0.5s ease-in-out 0.1s;
  transition: right 0.5s ease-in-out 0.1s;
}

article#imagery.maximized {
    right: 0px;
  -webkit-transition: right 0.5s ease-in-out 0.1s;
  transition: right 0.5s ease-in-out 0.1s;
  }

article#sidebar {
  background-color: white;
  width: 510px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in-out 0.1s;
  transition: right 0.5s ease-in-out 0.1s;
}

article#sidebar.maximized {
  right: -485px;
  -webkit-transition: right 0.5s ease-in-out 0.1s;
  transition: right 0.5s ease-in-out 0.1s;
}


  article#sidebar div {
    padding: 50px 48px 50px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s;
  }

  article#sidebar div.maximized {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
  }


  article#sidebar p {
    font-size: 18px;
    line-height: 26px;
  }


  article#sidebar h2 {
    margin-bottom: 30px;
    line-height: 46px;
    margin-top: 8px;
    width: 90%;
  }


  article#sidebar h5 {
   font-size: 14.5px;
   font-weight: 300;
   letter-spacing: 1.2px;
   line-height: 19px;
   text-transform: initial;
  /* color: #57C8DB;*/
   color:#8F989E;
  }

  article#sidebar h5 strong {
   font-weight: 600;
   color: #1F1F1F;
  }



    article#sidebar h5:not(:first-child) {
      margin-top: 45px; 
    }

  article#sidebar h4 em {
    font-family: "franklin-gothic-urw";
    color: #8F989E;

    font-weight: 600;
    font-style: normal;
  }

  article#sidebar span.line-br {
    width: 100%;
    border-bottom: 2px solid #D3D7D9;
    margin: 45px 0 20px;
    display: block;
  }

  article#sidebar ul li {
    display:flex;
  }

  article#sidebar ul li h3 {
    width: 40%;
   }

   article#sidebar ul li p {
    width: 60%;
    font-size: 15.5px;
    line-height: 24px;
    letter-spacing: 0.5px;
   }


  article#sidebar ul li p a {
    margin-right: 5px;
  }


  article#sidebar ul li p a:not(:last-child):after {
    content: ","
   }



/*============================== IMAGERY ============================== */
    
    article#imagery .image-wrap {
        height: 100%;
        padding-left: 100px;
        padding-right: 125px;
        
      }


    article#imagery .image-wrap div {
      width: auto;
      height: auto;
      /*position: absolute;*/
      margin: auto;
      left: 0;
      right: 0;
      top: 50%;
      opacity: 1;
      transform: translateY(-50%) scale(1,1);
      -webkit-transform: translateY(-50%) scale(1,1);
    }



    article#imagery .image-wrap div img {
      display: block;
      margin: auto;
      vertical-align: middle;
      position: relative;
      max-width: 100%;
      height: auto;
      top: 0;
      left: 0;
      /*box-shadow: 5px 10px 50px 0 rgba(0,0,0,0.25);*/

    }


    article#imagery .image-wrap div img:nth-child(2){
      position: absolute;
      top: 0;
      left: 0;
    }



    div.carousel-nav {
      position: absolute;
      top: 50%;
      width: 100%;
    }

    a.carousel-left, a.carousel-right {
      cursor: pointer;
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      border-radius: 1px;
      border-top: solid 2px white;
      border-right: solid 2px white;
      opacity: 1;
      top: -3px;
      -webkit-transition: 0.2s ease opacity;
      transition: 0.2s ease opacity;

    }


    a.carousel-left {
      left: 55px;
        -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
    }

    a.carousel-right {
      right: 80px;

        -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }


    a.carousel-left:hover, a.carousel-left:hover {
      opacity: 0.6;
      -webkit-transition: 0.2s ease opacity;
      transition: 0.2s ease opacity;
      
    }



/*    a.arrow-r img{
      float: right;
    }

    a.arrow-l img{
      float: left;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
*/
  


/*============================== PEOPLE PAGE ============================== */

#people-page {
  height:100%;
}



#people-page .ch-description {
  /*overflow: hidden;*/
}

#people-page .ch-description .extra {
  top: 288px;
}

#people-page .ch-description .extra.open {
  top: 268px;
}


#people-page .ch-description h2,
#people-page .ch-description p {
  z-index: 100;
}


#people-page .back-to-ch h4 {
    padding: 10px 18px;
}

ol#team-grid {
  width: 65%;
  float: right;
  margin-top: 96px;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s,
  margin-top 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s,
  margin-top 0.3s ease 0.1s;
}

ol#team-grid.show {
  margin-top: 82px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.1s,
  margin-top 0.4s ease 0.1s;
  transition: opacity 0.3s ease 0.1s,
  margin-top 0.4s ease 0.1s;
}


ol#team-grid li{
  float: left;
  width: 25%;
  background-color: white;
}

ol#team-grid li a{
  position: relative;
}


ol#team-grid li img{
  width: 101%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ol#team-grid li img:hover{
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ol#team-grid .name-wrap {
  position: absolute;
  padding: 18px;
  height: 100%;
  overflow: hidden;
}

ol#team-grid li h4,
ol#team-grid li h2 {
  width: 100%;

}

ol#team-grid li h4 {
  font-size: 11px;
}

ol#team-grid li h2 {
  margin-top: 8px;
  font-size: 30px;
  line-height: 27px;

}



/*============================== ARTIST BIO PAGE ============================== */

section#details {
  position: relative;
  height: 100%;
/*  background-color: white;*/

}


article#artist-bio {
  background-color: white;
  padding: 50px 120px 50px 50px;
  height: 100%;
}


  article#artist-bio .image-wrap {
    float: left;
    width: 25%;
    height: auto;
    margin-right: 10%;

  }


  article#artist-bio img {
    height: auto;
    width: 100%;
    /*margin-top: 130px;*/
    /*border-radius: 50%;*/

  }


 .text-wrap {
    /*padding: 50px 0 50px 56px;*/
    /*width: 695px;*/
    width: 65%;
    overflow: hidden;
    float: right;
  }

  div.fixed-header {
    display: block;
    background-color: white;
    position: fixed;
    z-index: 100;
    width: 90%;
    top: 0px;
}

  div.fixed-header.dark {
    width: 100%;
    background-color: #232428;
    -webkit-transition: background-color 0.5s ease 0.3s;
    transition: background-color 0.5s ease 0.3s;

}

  div.fixed-header.dark.open {
    background-color: #1a1b1d;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}


  div.fixed-header h4 {
    margin-top: 50px;
  }



/*   article#artist-bio .bio-body {
    float: right;
    margin-top: 30px;
  }
*/

  article#artist-bio p {
    font-size: 18px;
    line-height: 26px;
  }


  article#artist-bio h2 {
    margin-bottom: 30px;
    line-height: 46px;
    margin-top: 8px;
  }


  article#artist-bio h4 em {
    font-family: "franklin-gothic-urw";
    color: #8F989E;
    font-weight: 600;
    font-style: normal;
  }

  #details span.line-br {
    width: 100%;
    border-bottom: 2px solid #D3D7D9;
    margin: 50px 0 25px;
    display: block;
  }


.page-content {
  height: 100%;
  display: block;
}



article#extra-content {
width: 65%;
float: right;
}


#extra-content h3 {
  font-size: 14px;
}

#extra-content ol {
  overflow: auto;
  margin-top: 5px;
  margin-bottom: 50px;
}

#extra-content ol li {
  float: left;
  width: 21.25%;
  margin-right:5%;
  margin-top: 20px;
}

#extra-content ol li:nth-child(4n+4) {  
  margin-right:0px;
}


#extra-content ol li a{
  width: 100%;
  display: block;
  overflow: hidden;
  background-image: radial-gradient(50% 50%, #393b42 50%, #242529 100%);
  position: absolute; /* this breaks the overflow:hidden in Chrome/Opera */
}

#extra-content ol li a:after{
  content: "";
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  /*border-radius: 50%;*/
}

#extra-content ol li img{
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  opacity: 1;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#extra-content ol li img:hover{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  margin-top: -2.5%;
  height: 105%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#extra-content ol li p {
  font-size: 15.5px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 3px;
  margin-top: 100%;
  padding-top: 8px;
  line-height: 19px;
  overflow: hidden;
  height: 18px;
}


/*============================== ABOUT PAGE // REGULAR PAGE ============================== */

section#details.dark {
  background-image: radial-gradient(50% 50%, #34363D 50%, #242529 100%);
  overflow-y: hidden;
}


article.page-wrap {
  padding: 50px 0 50px 50px;
  height: 100%;
  overflow-y: hidden;
}


article.page-body h2{
  margin-bottom: 45px;
  line-height: 32px;

}

.page-body h2 {
    font-size: 24px;
    color: #aaa;
    color: #57C8DB;
    font-weight: bold; 
    margin-bottom: 6px;
    font-family: 'gt-walsheim-pro' !important;
}

.page-body a {
    color: #D1D5D7;
/*    border-bottom: 2px solid #57C8DB;*/
}

.page-body img {
    max-width: 100% !important;
    height: auto  !important;
    display: block;
}


.page-body blockquote p {
    text-align: left !important;
}

.page-title {
  position: fixed;
  width: 25%;
  max-width: 385px;
  float: left;
  margin-right: 10%;
}

article.page-wrap p.summary.blue {
  color: #57C8DB;
}

article.page-wrap p.summary {
  margin-top: 20px;
  color: #D1D5D7;
}

article.page-wrap .page-body {
    float: right;
    width: 65%;
    margin-top: 76px;

  }


article.page-wrap .page-body p {
    color: #D1D5D7;
    font-size: 18px;
    line-height: 28px;
}


article.page-wrap span.line-br {
  opacity: 0.3;
}


.blog article.page-wrap .page-body:nth-last-child(1) {
  margin-bottom: 90px;

}

.page-id-884 article.page-wrap .page-body:nth-child(1),
.blog article.page-wrap .page-body:nth-child(1) {
  margin-top: 20px;

}



#page-content {
  overflow-y: scroll;
  height: 100%;
  padding-right: 115px;
}

#extra-content.about {
  margin-bottom: 75px;
}

#extra-content.about ol li {

  width: 30%;
}

#extra-content.about ol li:nth-child(4n+4) {  
  margin-right:5%;
}

#extra-content.about ol li:nth-child(3n+3) {  
  margin-right:0px;
}


#extra-content.about ol li a{
  border-radius: 0%;
 }

#extra-content.about ol li a:after{
  border-radius: 0%;
}


#extra-content.about ol li p {
  letter-spacing: 1.5px;
  color: white;
}

#extra-content ul li p.light {
  color: #D1D5D7;
  letter-spacing: 1.2px;
  font-size: 15.5px;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 19px;

}

#extra-content.page {
  margin-bottom: 75px;
}

#extra-content .context-images li {
    margin-top: 25px;
  }


#extra-content .context-images li img {
    width: 100%;
    height: auto;
  }

/*============================== CONTAINER ============================== */

#container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.7s ease 0.1s;
    transition:  all 0.7s ease 0.1s;
}

#container.movein {
    left: 0%;
    -webkit-transition:  all 0.5s ease 0.1s;
    transition:  all 0.5s ease 0.1s;
}

.noclick {
  pointer-events:none !important;
}



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #45bdd4;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


#team-exit-bttn {
  display: block;
  width: 100%;
  height: 100%;
}


/*============================== HOME PAGE ============================== */

#home-content {
  position: absolute;
 /* height: 400px;*/
  width: 60%;
  /*opacity: 0;*/
  top: 43%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;

}

/*#home-content.show {
  top: 43%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  }*/

.large-logo {
  max-width: 400px;
  margin-bottom: 10px;
}

.large-logo img {
 width: 100%;
}

#details.home-page .subtitle {
  color: #57C8DB;
  font-size: 16px;
  max-width: 545px;
  line-height: 27px;
  width: 100%;
}

#details.home-page .page-body {
    float: left;
    margin-top: 45px;
    width: 100%;

  }

#details.home-page .page-body p {
    line-height: 32px;
    width: 95%;
    max-width: 650px;
}

.explore-bttns {
  margin-top: 55px;
  display: block;
}

.explore-bttns .button {
  float: left;
  width: auto;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.explore-bttns .button.highlight {
  background-color: #57C8DB;
}

.explore-bttns .button:hover {
  background-color: #38a3b5;
  border-color: #38a3b5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.page-id-868 #logo {
  display: none !important;
}



#details.home-page .featured-image {
  position: absolute;
  right: 15%;
  width: 20%;
  top: 55px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;

}


#details.home-page .featured-image.show {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#details.home-page .featured-image img{
  width: 100%;
  overflow: hidden;
}







#logo-dark {
  position: fixed;
  left:50px;
  bottom:50px;
  z-index: 100;

}

#logo-dark.dark {
  z-index: 150;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.1s;
  transition: opacity 0.1s ease 0.1s;
}

#logo-dark.dark.invisible {
  z-index: 150;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}


#logo-dark img {
  max-width: 100px;
  height: auto;
  cursor: pointer;

}


#star_field {
  width: 100%;
  height: 100%;
}

/*============================== MEDIA QUERIES ============================== */



@media screen and (max-width:1780px) {

  .chamber {
    transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
  }

}


@media screen and (max-width:1520px) {

  .chamber {
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
  }

}


@media screen and (max-width:1420px) {

  .chamber {
    transform: translateY(-50%) scale(.9);
    -webkit-transform: translateY(-50%) scale(.9);
  }

}


@media screen and (max-width:1320px) {

  .chamber {
    transform: translateY(-50%) scale(0.8);
    -webkit-transform: translateY(-50%) scale(0.8);
  }

}

@media screen and (max-width:1220px) {

  .chamber {
    transform: translateY(-50%) scale(0.7);
    -webkit-transform: translateY(-50%) scale(0.7);
  }

}

@media screen and (max-width:1120px) {

  .chamber {
    transform: translateY(-50%) scale(0.7,0.7);
    -webkit-transform: translateY(-50%) scale(0.7,0.7);
  }

  #extra-content ol li {
  width: 30%;
  margin-right:5%;
}

#extra-content ol li:nth-child(4n+4) {  
  margin-right:5%;
}

#extra-content ol li:nth-child(3n+3) {  
  margin-right:0;
}

ol#team-grid li {
  width:33.3%;
}

.ch-description p {
  width: 280px;
}

}


@media screen and (max-width:935px) {


  .chamber {
    transform: translateY(-50%) scale(0.65,0.65);
    -webkit-transform: translateY(-50%) scale(0.65,0.65);
  }
    
    .ch-description .extra {
        width: 86%;
        overflow: auto;
  }

    .ch-description .extra.open {
    top: 95px;
    float: left;
  }

}


@media screen and (max-width:835px) {



  .chamber {
    transform: translateY(-50%) scale(0.6,0.6);
    -webkit-transform: translateY(-50%) scale(0.6,0.6);
  }

}

@media screen and (max-width:700px) {

    .featured-image {
        display: none;
}

}

/* Retina Display */
@media screen and (-webkit-max-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }








