/* ------------------------------------------------------------------------- */


/*
 *	Home Page
 */
#home > section {
	position: relative;
	clear: both;
	padding: 20px;
	background: transparent no-repeat center top;
	background-size: cover;
	color: #fff;
}

#home {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@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;
	}
	#home a.jump strong {
		display: block;
		padding-top: 5px;
	}
	
	/* Jump to Discover --------------------- */
	#h-start .jump {
		display: block;
		font: normal 18px Georgia,Times,serif;
		position: relative;
		left: 25%;
		top: 80%;
		width: 350px;
		height: 100px;
		padding-right: 80px;
		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 --------------------- */

	
	/* Jump to Workshops --------------------- */
	#h-explore .jump{
		display: inline-block;
		font: normal 18px Georgia,Times,serif;
		position: relative;
		left: 48%;
		margin-right: 10%;
		color: #61d0da;
		text-decoration: none;
		text-align: right;
		float:left;
		top:5%;
		-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;
	}
	/* 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;
	}
}
@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;
	}
}


/* @end -------------------------------------------------------------------- */