a {
	text-decoration: none;
}

a:visited {
	color: #FF0066;
}

a.nav {
    text-decoration: none;
	font-weight: normal;
    color: Black;
}

a.nav:hover {
	color: #202646;	
}

/* Gradients for the background of the body tag  */
/*
body {
    font-size: 100%;
	padding: 0px; 
	margin: 0; 
	overflow: hidden; 
	height: 100%;
	width: 100%;  
}
*/
body {
	padding: 0px; 
	margin: 0; 
	overflow: hidden; 
	height: 100%;
	width: 100%;  
}

input[type=text], textarea {
  	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	font-size: 14px;
/*  	color: #5E7979; */
	width: 270px;
    background-color: transparent;
    border: 0px solid;
/*	border-style: solid;
	border-width: 1px;		*/
}

.feature {
	position: absolute; 
	top: 12%; 
	height: 86%; 
	z-index: 998; 
	left: 7%;
	display: none;
}

.feature-text {
	display: none;
}

.featureFreePass {
	position: absolute; 
	top: 0; 
	height: 100%; 
	z-index: 998; 
	left: 7%; 
	/*display: none;*/
}

.footer-text {
	font-size: 7px;
	color: #202646;
	font-family: Helvetica, Arial, sans-serif;  
}

.freePassOpen {
	position: absolute;
	top: 78%;
	left: 1%;
	z-index: 200;
}

.freePassPopup {
	position: relative; 
	top: 12%; 
	height: 100%; 
	z-index: 998; 
	left: 7%; 
	display: none;
}

.imageInputWrapper{ 
	width: 90%; 
	border: 3px solid #000;
	background-color: #fff;
	/* Safari 5, Chrome support border-radius without vendor prefix.
	* FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
	* No support in Safari 3/4, IE 6/7/8, Opera 10.0.
	*/
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 20px;
	padding: 4px 7px;	
	/* only needed for webkit browsers which show a rectangular outline;
	 * others do not do outline when radius used.
	 * android browser still displays a big outline
	*/
	outline: 0;
	/* this is needed for iOS devices otherwise a shadow/line appears at the
	 * top of the input. depending on the ratio of radius to height it will
	 * go all the way across the full width of the input and look really messy.
	 * ensure the radius is no more than half the full height of the input, 
	 * and the following is set, and everything will render well in iOS.
	*/
	-webkit-appearance: none;
}
/*
.menu {
	text-transform: uppercase;
    font-size: 50%;
	font-family: Helvetica, Arial, sans-serif;
}
*/
.menu {
	text-transform: uppercase;
    font-size: 10;
	font-family: Helvetica, Arial, sans-serif;
}

.menuItem {
	line-height: 175%;
}

.nav {
	font-weight: normal;
}

.popup {
	position: absolute; 
	top: 12%; 
	height: 86%; 
	z-index: 2000; 
	left: 7%; 
	display: none;
}

.fullScreenPopup {
	position: absolute; 
	top: 0px; 
	height: 100%; 
	width: auto;
	z-index: 2000; 
	left: auto; 
	right: auto;
}

.popupBlank {
	position: relative; 
	top: 12%; 
	height: 86%; 
	z-index: 500; 
	left: 104px; 
}

.popUpClose {
	position: absolute; 
	height: 20%; 
	width: 20%; 
	top: 0; 
	left: 0; 
	z-index: 1100; 
	cursor: pointer; 
	display: none;
}

.popUpForm {
	height: 105%;
	position: absolute;
	top: -15px;
	left: -30px;
}

.popUpImage {
	height: 90%;
}

.roundedPic {
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px; 
	width: 90%;
}

#EMAIL {
	margin-top: 0px;
	height: 70%
}

#EMAIL2 {
	margin-top: 0px;
	height: 70%
}

#emailone {
	position:absolute; 
	width: 82%;
	height: 5%; 
	z-index: 1; 
	left: 6%; 
	top: 57%;
/*	border-style: solid;
	border-width: 1px;  */
}

#emailtwo {
	position:absolute; 
	width: 82%; 
	height: 5%; 
	z-index: 1; 
	left: 6%; 
	top: 66.5%;
/*	border-style: solid;
	border-width: 1px;	*/
}

#failMessage {
	position: absolute; 
	top: 48%; 
	left: 5%; 
	padding: 0px 45px 0px 27px; 	
	text-transform: uppercase; 
	font-family: Helvetica, Arial, Sans-serif;	
	font-size: 80%; 
	font-weight: 600;
}

#footer-icons {
	position:absolute; 
	height: 6%; 
	z-index:999; 
	left: 1%; 
	top: 93%;
	display: none;
}

#footer-address {
	position:absolute; 
	height: 6%; 
	z-index:999; 
	left: 1%; 
	top: 95.5%;
	display: none;
}

#footer-text {
	position:absolute; 
	height: 3%; 
	z-index:999; 
	left: 1%; 
	top: 97%;
	display: none;
}

#freeadmission {
	position: absolute; 
	height: 3%; 
	z-index: 50; 
	width: 86%; 
	left: 5%; 
	top: 58%;
	display: inline;
}

#freePassClickHere {
	width: 72px;
}

#freePassNarrowRed {
	display: none;
}

#freePassWide {
	display: none;
}

#freePassWideRed {
	display: none;
}

#guy {
	/*  These styles were moved to be inline in the HTML 
	    to increase the Google PageSpeed score. 
	*/
	position: absolute; 
	height: 100%; 
	width: auto; 
	z-index: 40; 
	right: 38.3%; 
	top: 4%;
}

#lbOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	display: none; 
	z-index: 1000; 
}

#logo {
	/*  These styles were moved to be inline in the HTML 
	    to increase the Google PageSpeed score. 
	*/
	cursor: pointer;
}

#logo-background {
	position: absolute; 
	top: 20%; 
	left: .5%; 
	height: 80%; 
	width: auto; 
	z-index: 1;
	display: inline;	
}

#menu {
	/*  These styles were moved to be inline in the HTML 
	    to increase the Google PageSpeed score. 
	*/
	position:absolute; 
	height:3%; 
	z-index:60; 
	left: 1%; 
	top: 11.5%;
}

#mobilenumber {
	position:absolute; 
	width: 85%; 
	height: 5%; 
	z-index: 1; 
	left: 9%; 
	top: 71.5%;
/*	border-style: solid;
	border-width: 1px;	*/
}

#palm {
	position:absolute; 
	height: 85%; 
	z-index: 30; 
	right: -2%; 
	top: 18%;
}

#popUpThree {
	display: none;
}

#signupForm {
	position:absolute; 
	z-index:1; 
	left: 30px; 
	top: 15px;
	width: 40%;
}

#emailFields input.noBorder {
	display: block;
	width: 82%; 
	border:none; 
	margin-left:25px;
	margin-top: 3px;
	/* using a bigger font for demo purposes so the box isn't too small */
  	font-size: 14px;
  
	/* with a big radius/font there needs to be padding left and right
	* otherwise the text is too close to the radius.
	* on a smaller radius/font it may not be necessary
	*/
	padding: 1px 7px;
}	
#emailFields img.inputButton {
	display: block; 
	float: left;
	border:none; 
	margin-left:5px;
	margin-top: 2px;
}
#emailFields label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 7;
}

#sun {
	height: 100%;
	width: auto;
	border: 1px solid;
	/*  background-image: radial-gradient(circle 300px at 55% 10%, white, #FFEFE6, #C6EEE6, #0D3C77);  */
	/* background-image: radial-gradient(circle 1200px at 85% 20%, #666799, #A0B5DE, #FDFAD9); */
/*	background-image: radial-gradient(circle 1200px at 85% 20%, #666799, #A0B5DE, #FDFAD9);   */
	background-image: radial-gradient(circle 1200px at 85% 20%, #FDFAD9, #A0B5DE, #666799);  
	z-index: -5;
}




#trees {
	position:absolute; 
	height: 100%; 
	z-index: 30; 
	left: 55%; 
	top: 2%;
}

/*---------  BEGIN Age Check styles  -------------*/
#ageCheck {
	display: none;
}
.agecheck-prompt {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10000
}

@media only screen and (min-width: 40.625em) {
   	.agecheck-wrapper .agecheck-prompt {
        width: 37.5rem
    }
}

.agecheck-wrapper .agecheck-prompt h2 {
    background: #000;
    color: #fff;
    font-family: "TradeGothic", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.75rem;
    line-height: 3rem;
    margin: 0;
    padding: 1.9rem 1rem 1rem;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (min-width: 40.625em) {
    .agecheck-wrapper .agecheck-prompt h2 {
        font-size: 3.75rem;
        line-height: 4rem
    }
}

.agecheck-wrapper .agecheck-prompt p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    margin: 0;
    padding: 2rem
}

.agecheck-wrapper .agecheck-prompt ul {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 2rem;
    text-align: center
}

.agecheck-wrapper .agecheck-prompt ul li {
    display: inline-block;
    font-family: "TradeGothic", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0.5rem 2rem;
    margin-right: 1rem;
    text-transform: uppercase;
    cursor: pointer
}

.agecheck-wrapper .agecheck-prompt ul li:first-child {
    background: #000;
    color: #fff
}

.agecheck-wrapper .agecheck-prompt ul li a {
    color: #000;
    text-decoration: none;
    outline: none
}
/*---------  END Age Check styles  -------------*/

  /* ---------  MEDIA QUERIES  --------- */
@media (min-height: 100px) and (max-height: 300px) {
	.menuItem {
		line-height: 125%;
	}
}

/*@media (min-height: 100px) and (max-height: 500px) {
	#menu {
		top: 15%;
	}
	.menu {
		font-size: 150%;
	}	
}
*/
@media (min-height: 900px) and (max-height: 999px) {
	#guy {
		right: 45.9%
	}
	#sun {
		/*  background-image: radial-gradient(circle 300px at 55% 10%, white, #FFEFE6, #C6EEE6, #0D3C77);  */
		/*  		background-image: radial-gradient(circle 1200px at 85% 20%, #FFC, #FFD69A, #FF6, #FF5353);	*/
		/* background-image: radial-gradient(circle 1200px at 85% 20%, #666799, #A0B5DE, #FDFAD9); */
			background-image: radial-gradient(circle 1200px at 85% 20%, #FDFAD9, #A0B5DE, #666799);  
	}
	#trees {
		left: 43%; 
	}
}
/*
@media (min-height: 1000px) and (max-height: 1500px) {
	.menu {
		font-size: 130%;
	}
}
*/

@media (min-height: 100px) and (max-width: 2000px) {
	#guy {
		left: 35%;
	}
	#trees {
		left: 49%;
	}
}

@media (min-height: 800px) and (max-width: 2000px) {
	#guy {
		left: 35%;
	}
	#trees {
		left: 55%;
	}
}

@media (min-height: 100px) and (max-width: 1700px) {
	#guy {
		left: 36%;
	}
	#trees {
		left: 52%;
	}
}

@media (min-height: 800px) and (max-width: 1700px) {
	#guy {
		left: 36%;
	}
	#trees {
		left: 58%;
	}
}

@media (min-height: 100px) and (max-width: 1600px) {
	#guy {
		left: 37%;
	}
	#trees {
		left: 54%;
	}
}

@media (min-height: 800px) and (max-width: 1600px) {
	#guy {
		left: 37%;
	}
	#trees {
		left: 60%;
	}
}

@media (min-height: 100px) and (max-width: 1500px) {
	#guy {
		left: 38%;
	}
	#trees {
		left: 56%;
	}
}

@media (min-height: 800px) and (max-width: 1500px) {
	#trees {
		left: 62.5%;
	}
}

@media (min-height: 100px) and (max-width: 1400px) {
	#guy {
		left: 36%;
	}	
	#trees {
		left: 56%;
	}
}

@media (min-height: 800px) and (max-width: 1400px) {
	#guy {
		left: 40%;
	}	
	#trees {
		left: 38%;
	}
}

@media (min-height: 100px) and (max-width: 1300px) {
	#guy {
		left: 39%;
	}	
	#trees {
		left: 60%;
	}
}

@media (min-height: 800px) and (max-width: 1300px) {
	#trees {
		left: 39%;
	}
}

@media (min-height: 100px) and (max-width: 1200px) {
	#guy {
		left: 41%;
	}	
	#trees {
		left: 64%;
	}
}

@media (min-height: 800px) and (max-width: 1200px) {
	#trees {
		left: 38%;
	}
}

@media (min-height: 100px) and (max-width: 1100px) {
	#guy {
		left: 45%;
	}	
	#palm {
		display: none;
	}
	#trees {
		left: 70%;
	}
}

@media (min-height: 800px) and (max-width: 1100px) {
	#guy {
		right: 47%;
	}
}

@media (min-height: 100px) and (max-width: 1000px) {
	#guy {
		left: 50%;
	}	
	#trees {
		left: 76%;
	}
}
@media (min-height: 800px) and (max-width: 1000px) {
	#trees {
		left: 40%;
	}
	#guy {
		right: 44%;
	}
	#sun {
		/*  background-image: radial-gradient(circle 300px at 55% 10%, white, #FFEFE6, #C6EEE6, #0D3C77);  */
	/*	background-image: radial-gradient(circle 1200px at 85% 20%, #FFC, #FFD69A, #FF6, #FF5353);  */
/*		background-image: radial-gradient(circle 1200px at 85% 20%, #666799, #A0B5DE, #FDFAD9); */
	background-image: radial-gradient(circle 1200px at 85% 20%, #FDFAD9, #A0B5DE, #666799);  
	}
}
  /* ---------  MOBILE DEVICES  --------- */
@media (min-width: 100px) and (max-width: 940px) {
	#palm {
		display: none;
	}
}
@media (min-width: 100px) and (max-width: 900px) {
	#guy {
		right: 36%;
	}
	#trees {
		left: 75%;
	}
}
@media (min-width: 100px) and (max-width: 800px) {
	#guy {
		right: 26%;
	}
	#trees {
		left: 35%;
	}	
}
@media (min-width: 100px) and (max-width: 700px) {
	#guy {
		right: 22%;
	}
	#trees {
		left: 34%;
	}	
}

@media (min-width: 100px) and (max-width: 630px) {
	/*  Increase menu size for mobile devices  */
	.feature {
		top: 0;
		height: 100%;
	}
	#footer-address-image {
		width: 320px;
	}
	#guy {
		left: 13%;
	}
	#trees {
		left: 55%;
	}
	#logo-background {
		display: none;
	}
	#logoImage {
		height: 35%;
	}
	.menu {
	    /*font-size: 110%;*/
		font-size: 85%;
	}
	.nav {
		/*border: 1px dotted #6F9191;*/
	}
	.popup  {
		top: 0; 
		height: 100%;
	}
	.popUpImage {
		height: 100%;
	}
}

@media (min-width: 100px) and (max-width: 500px) {
	#guy {
		left: 2%;
	}
	#trees {
		left: 55%;
	}
}

@media (min-width: 100px) and (max-width: 400px) {
	#guy {
		left: 0%;
	}
}
