/* ------------------------------------------------------------------------- */


/*
 *	Home Page
 */
body.front {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #111;
	color: #fff;
}
body.front h2 {
	color: #888;
}
#home > section {
	position: relative;
	clear: both;
	padding: 20px;
	background: transparent no-repeat center top;
	background-size: cover;
	color: #fff;
}
#home #h-start {
	background-image: url(../../style/i/home-start.jpg);
	background-position: 0 25%;
}
#home #h-workshops {
	background-image: url(../../style/i/home-workshops.jpg);
}
#home #h-explore {
	background-image: url(../../style/i/home-explore.jpg);
}
#home #h-visit {
	background-image: url(../../style/i/home-visit.jpg);
}
@media only screen and (min-width: 768px) {
	#home {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
	}
	#home > section {
		position: relative;
		z-index: 10;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#home .bg {
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 5;
		background-position: 50% 35%;
		background-size: cover;
	}
	#home .image {
		margin: 0;
	}
	#home section .c {
		position: relative;
		max-width: 1000px;
		height: 100%;
		margin: 0 auto;
	}
	#home a.jump {
		padding-top: 5px;
		background: url(../../style/i/home-jump.png) no-repeat 100% 0;
	}
	#home a.jump strong {
		display: block;
		padding-top: 5px;
	}
	
	/* Trays ------------ */
	#trays {
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 20;
		width: 100%;
		height: 0px;
	}
	#trays .c {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		overflow: visible;
	}
	#workshop-gallery {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: absolute;
		left: 10px;
		top: -60px;
		width: 61%;
		height: 460px;
		padding: 20px;
		background: #0c242e;
		background-color: rgba(10,45,65,0.8);
		border-radius: 10px;
		-webkit-transition: 0.2s top ease-out;
		-moz-transition: 0.2s top ease-out;
		-ms-transition: 0.2s top ease-out;
	}
	body.wg-open #workshop-gallery {
		top: -460px;
	}
	#workshop-gallery > h2 {
		font: normal 25px EsalenSerif,Georga,Times,serif;
		line-height: 1;
		margin: 0 0 20px;
		background: url(../../style/i/tray-arrow.png) no-repeat right top;
		color: #8ab1b6;
		cursor: pointer;
	}
	body.wg-open #workshop-gallery h2 {
		background-position: right bottom;
	}
	#workshop-gallery .pageable .shortcuts {
		top: 337px;
	}
	
	/* CTR Box --------------------- */
	#ctr-tout {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: absolute;
		right: 10px;
		top: -60px;
		width: 34%;
		max-width: 366px;
		height: 420px;
		padding: 20px;
		background: url(../../style/i/home-ctr-box.jpg) no-repeat bottom;
		border-radius: 10px;
		-webkit-transition: 0.2s top ease-out;
		-moz-transition: 0.2s top ease-out;
		-ms-transition: 0.2s top ease-out;
	}
	body.ctr-open #ctr-tout {
		top: -420px;
	}
	#ctr-tout h2 {
		font: normal 25px EsalenSerif,Georga,Times,serif;
		line-height: 1;
		margin: 0 0 20px;
		background: url(../../style/i/tray-arrow.png) no-repeat right top;
		color: #8ab1b6;
		cursor: pointer;
	}
	body.ctr-open #ctr-tout h2 {
		background-position: right bottom;
	}
	#ctr-tout h2 span {
		font-size: 14px;
	}
	body.ctr-open {
		background: url(../../style/i/home-ctr.jpg) no-repeat center;
		background-size: cover;
		background-attachment: fixed;
	}
	body.ctr-open #home .bg {
		display: none;
	}
	#ctr-tout blockquote {
		font: italic 18px EsalenSerif,Georgia,serif;
		line-height: 1.5;
		padding: 0 20px 0 40px;
		background: url(../../style/i/open-quote.png) no-repeat 0 0;
		color: #fff;
		border: 0;
	}
	#ctr-tout a.more {
		display: block;
		font-weight: bold;
		color: #41b0ba;
		text-align: right;
	}
	
	/* Welcome Message ------------- */
	#h-start h1 {
		font: normal 28px EsalenSerif,Georgia,Times,serif;
		line-height: 1.33;
		position: absolute;
		right: 10px;
		top: 35%;
		width: 100%;
		margin: 0;
		color: #000;
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		-webkit-transition: 0.5s all linear;
	}
	#h-start h1 span {
		display: block;
		font-size: 14px;
		color: #fff;
		-webkit-transition: 0.5s all linear;
	}
	.dom-loading #h-start h1 {
		-webkit-transform: translateX(600px);
	}
	.dom-loading #h-start h1 span {
		-webkit-transform: translateX(-1200px);
	}
	
	/* Jump to Discover --------------------- */
	#h-start .jump {
		display: block;
		font: normal 18px Georgia,Times,serif;
		position: absolute;
		left: 65.25%;
		top: 75%;
		width: 350px;
		height: 100px;
		padding-right: 80px;
		margin: -50px 0 0 -150px;
		color: #61d0da;
		text-decoration: none;
		text-align: right;
		-webkit-transition: 0.3s all linear;
	}
	.dom-loading #h-start .jump {
		-webkit-transform: translateY(300px);
	}
	body.wg-open #h-start .jump {
		left: 82.25%;
		top: 75%;
	}
	body.ctr-open #h-start .jump {
		left: 25%;
		top: 75%;
	}
	#h-start .jump strong {
		display: block;
		font-size: 40px;
		font-weight: normal;
		position: absolute;
		right: 80px;
		top: 20px;
		color: #fff;
	}
	
	/* Discvoer Section --------------------- */
	#h-explore .pitch {
		font: 22px EsalenSerif,Georgia,serif;
		font-variant: small-caps;
		line-height: 1.3;
		position: absolute;
		left: 0px;
		top: 50%;
		right: 0px;
		height: 300px;
		max-width: 768px;
		margin: -120px auto 0;
		padding: 0px 60px;
		color: #fff;
		text-align: center;
		text-shadow: 0px 1px 3px rgbs(0,0,0,0.8);
		letter-spacing: 0.08em;
	}
	#h-explore .pitch p {
		max-width: 100%;
	}
	#h-explore .pitch a {
		color: #f78ba9;
	}
	#h-explore .pitch a:hover {
		color: #fff;
	}
	#h-explore .pitch strong {
		font-weight: normal;
	}
	
	/* Jump to Workshops --------------------- */
	#h-explore .jump,
	#h-visit .jump {
		display: block;
		font: normal 18px Georgia,Times,serif;
		position: absolute;
		bottom: 24%;
		right: 23%;
		width: 600px;
		height: 100px;
		margin: 0 -150px -50px;
		padding-right: 80px;
		color: #61d0da;
		text-decoration: none;
		text-align: right;
		-webkit-transition: 0.3s all linear;
	}
	#h-explore .jump strong,
  #h-visit .jump strong {
		display: block;
		font-size: 40px;
		font-weight: normal;
		position: absolute;
		right: 80px;
		top: 20px;
		color: #fff;
	}
	
	/* Workshops Section --------------------- */
	#start-search {
		position: absolute;
		left: 10px;
		top: 200px;
		right: 10px;
		padding: 120px 60px 60px;
		background: rgba(0,0,0,0.6);
		background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.55), rgba(0,0,0,0.8));
		background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.55), rgba(0,0,0,0.8));
		border-radius: 15px;
	}
	#start-search ul.delimited {
  	margin: 0;
  	padding: 0;
  }
	#start-search a {
		color: #41b0ba;
		text-decoration: none;
	}
	#start-search a:hover {
		color: #ecd632;
	}
	#start-search .intro {
		font: normal 20px EsalenSerif,Georgia,serif;
		font-variant: small-caps;
		line-height: 1.33;
		max-width: 100%;
		margin: 0 0 20px;
		letter-spacing: 0.1em;
	}
	#start-search .opts {
		font: normal 20px EsalenSerif,Georgia,serif;
		font-variant: small-caps;
		line-height: 1.33;
		margin: 20px 0;
		padding: 10px 20px;
		background: rgba(133,133,121,0.25);
		border: 1px solid rgba(255,255,255,0.25);
		border-radius: 15px;
		text-align: center;
		letter-spacing: 0.1em;
	}
	#start-search .opts select,
	#start-search .opts button {
		margin: 0 10px;
		letter-spacing: 0;
	}
	#start-search .opts select {
		font-size: 11px;
	}
	#start-search .opts button {
		font-size: 15px;
		font-weight: bold;
		padding: 10px 20px;
	}
	#start-search .opts button:after {
		display: none;
	}
	#start-search .delimited {
		font-size: 12px;
		font-weight: bold;
		text-align: right;
	}
	#start-search .delimited a {
		margin: 0 8px;
	}
	
	/* Jump to Visit --------------------- */
	#h-workshops .jump {
		display: block;
		font: normal 18px Georgia,Times,serif;
		position: absolute;
		bottom: 30px;
		right: 50px;
		height: 100px;
		padding-right: 80px;
		color: #61d0da;
		text-decoration: none;
		text-align: right;
		-webkit-transition: 0.3s all linear;
	}
	#h-workshops .jump strong {
		display: block;
		font-size: 40px;
		font-weight: normal;
		color: #fff;
	}
	
	/* Visit Section --------------------- */
	#h-visit .pitch {
		font: 20px EsalenSerif,Georgia,serif;
		font-variant: small-caps;
		line-height: 1.3;
		position: absolute;
		left: 0px;
		top: 36%;
		right: 0px;
		height: 300px;
		max-width: 768px;
		margin: -120px auto 0;
		padding: 0px 60px;
		color: #fff;
		text-align: center;
		text-shadow: 0px 1px 3px rgbs(0,0,0,0.8);
		letter-spacing: 0.08em;
	}
	#h-visit .pitch p {
		max-width: 100%;
	}
	#h-visit .esalen-50th h2 {
		font-family: EsalenSerif,Georgia,serif;
		font-size: 30px;
		margin: 0 0 16px;
		color: #41b0ba;
	}
	#h-visit .esalen-50th h2 span {
		display: block;
		font-size: 16px;
		font-style: italic;
		font-variant: normal;
		margin: 5px 0 0;
		color: #fff;
		letter-spacing: normal;
	}
	#h-visit .esalen-50th a {
		color: #41b0ba;
	}
	#h-visit .pitch a:hover {
		color: #fff;
	}
}
@media only screen and (min-width: 1800px) {
	#home section .c {
		max-width: 1400px;
	}
	#h-start h1 {
		font-size: 40px;
	}
	#h-start h1 span {
		font-size: 25px;
	}
	#h-explore .pitch,
	#h-visit .pitch {
		font-size: 30px;
		max-width: 1400px;
		margin-top: -180px;
	}
	#h-visit .esalen-50th h2 {
		font-size: 50px;
	}
}
/*-- small adjustments for people with SHORT and low-res screens --*/
@media only screen and (max-height: 700px) and (min-width: 768px) {
	#start-search {
		padding: 45px 60px 0px;
	}
	#h-workshops .jump {
	 bottom: 10px;
	}
}
@media only screen and (max-height: 700px) and (min-width: 768px) {
	#start-search {
		padding: 45px 60px 0px;
	}
	#h-workshops .jump {
	 bottom: 10px;
	}
}
@media only screen and (max-height: 600px) and (min-width: 768px) {
	#start-search {
		padding: 0px 60px 0px;
	}
	#h-workshops .jump {
	 bottom: 0px;
	}
	#h-visit .pitch {
	 padding-top: 40px;
	}
}




/* Secret Door ------------------------------------------------------------- */
#secret-door a {
	display: block;
	font: 0/0 a;
	height: 150px;
	background: url(../../style/i/secret-door.png) no-repeat center;
	color: transparent;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	#secret-door {
		position: absolute;
		left: 0px;
		bottom: 66px;
		-webkit-transition: 3s all;
	}
	.dom-loading #secret-door {
		opacity: 0;
		-webkit-transform: scale(0.2) rotateY(135deg);
	}
	.dom-ready #secret-door {
		opacity: 1;
		-webkit-transform: scale(1) rotateY(0deg);
	}
	#secret-door a {
		width: 106px;
		height: 130px;
		opacity: 0.6;
		-webkit-transition: 0.3s all;
	}
	#secret-door a:hover {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
}

/* @end -------------------------------------------------------------------- */