@import "reset.css";

@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Client Name
  Developed by Lyle Hebel @ Massive
*/


/* FONTS */

body{
	font-family: "futura-pt",sans-serif;
}

.mobileMenu{
	text-transform: uppercase;
}

h1,h2,h3,h4,h5{
	text-transform: uppercase;
	padding-top: 50px;
	line-height: 1.25;
}


h1{
	font-size: 35px;
}

.hTwo{
	font-size: 75px;
}

h1.Callout{
	font-size: 35px;
	color:#fff;
}


h2{
	font-size: 30px;
}

h3{
	font-size: 21px;
}

ul#list li{
	line-height: 24px;
	font-size: 18px;
}

ul#list a{
	font-weight: 700;
	text-decoration: none;
	color: #0099cc;
	
}


p{
	font-size: 16px;
	font-weight: thin;
	line-height: 1.75;
}

.bold{
	font-size: 18px !important;
	font-weight: bold;
}

.sm{
	font-size:14px;
}

.gold{
	color:#cc9933 !important;
}

.center{
	text-align: center;
}

.white{
	color: #fff !important;
}

a.more{
	cursor: pointer;
	color: #0099cc;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

a.more:hover{
opacity: .65;
}

a.tooltip{
	color:#0099cc;
}


/* css3 animate */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


/* BANNER */

#full{
	background: url(../img/ygbc-Banner.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	float: left;
	min-height: 855px;
	padding-bottom: 60px;
}

#fullAct{
	background: url(../img/ygbc-Banner.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	float: left;
	min-height: 355px;
	padding-bottom: 60px;
}


#fullSub{
	background:#fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	float: left;
	min-height: 100px;
	padding-bottom: 60px;
}


.head{
	margin-top: 285px;
}


/* RUNNER */

#yellowRunner{
background-color: #cc9933;
min-height:378px;
overflow: hidden;
margin-top:-330px;
text-align: center;
color:#fff;
float: left;
}


#yellowRunner p{
	font-size: 20px;
	line-height: 1.65;
	padding: 0 140px 20px;
}


/* SECTIONS */


/* WHO WE ARE */

#first{
	padding: 20px 0 45px;
  min-height: 300px;
}

#first h2{
	text-align: center;
	color: #cc9933;
}

/* JOIN US */

#callout1{
	background-color: #333;
	width: 100%;
	height: 634px;
	text-align: center;
	color: #fff;
}

.insideCallout{
	padding: 25px 20px 0;
	margin-bottom: 145px;
}

#button{
	background-color: #cc9933;
	padding:18px 48px;
	color: #fff !important;
	text-transform: uppercase;
	border: 0px  rgba(204, 153, 51, .0) solid !important;
	cursor: pointer;
	opacity: .95;text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: inline-block;

}

#buttonGold{
	background-color: #cc9933;
	padding:18px 48px;
	color: #fff !important;
	text-transform: uppercase;
	border: 0px  rgba(204, 153, 51, .0) solid !important;
	cursor: pointer;
	opacity: .95;text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

}

#button:hover, #buttonGold:hover{
border: 5px  rgba(204, 153, 51, .0) solid !important;
opacity: 1;
}


#hideShow{
	cursor: pointer;
	width: 100%;
	min-height: 45px;
	text-align: center;
	font-size: 30px;
	padding: 10px 0px;
	font-family: "futura-pt",sans-serif;
	background-color: transparent;
	border: #336666 solid medium;
	color: #336666;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#hideShow:hover{
	background-color: #336666;
	border: #336666 solid medium;
	color: #fff;
}


.list p{
	color:#336666;
	text-align: center;
	margin-bottom: 0px;
	
}

.listTop .grid_4{
	margin-left: 0px !important;
}


.video-container {
	margin-top: 60px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* WHAT IS PARADISE */

#third{
  width: 100%;
  min-height: 360px;
  float: left;
  background: #336666;
  padding-top: 25px;
  padding-bottom: 55px;
 
}


#third h2, #third p{
	color: #fff !important;
	text-align: left;
}


/* WHATS AT STAKE? */


#fourth{
	min-height:330px;
	width: 100%;
	margin-top: 15px;
}

#fourth h2{
	text-align: center;
}

#fourth p{
	padding-right: 20px;
}


/* Andrew Quote */

.endQuote{
	background-color: #cc9933;
	color: #fff;
	width: 100%;
	min-height:370px;
	float: left;
}

.endQuote img{
	width: 100%;
	height:auto;
	float: left;
	padding: 8px 0px 8px 0px;
	float: left;
}

.endQuote p{
	width: 80%;
	padding: 0px;
	float: left;
	margin-top: 60px;
	padding-left: 55px;
	font-size: larger;
}

/* FOOTER */

#footer{
margin-top: 55px;
	width: 100%;
	min-height: 659px !important;
	overflow: hidden;
	float: left;
	background: url(../img/YGBC_Landscapes__001.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footContent{
	position: relative;
	text-align: center;
	padding-top: 55px;
}

.footContent h1{
	font-size: 72px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  position: relative;
	
}

.footContent h2{
	font-size: 62px;
  color: #fff !important;
  text-transform: lowercase;
  font-weight: light !important;
  line-height: 1;
  text-align: center;
  position: relative;
  height: 111px;
}

.footContent .footButton{
}

#socFoot{
		margin-bottom: 65px !important;
}

#socFoot a{
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#socFoot a:hover{
	opacity: .65;
}

#footBar{
	min-height: 75px;
	width:100%;
	overflow: hidden;
	background-color: #336666;
	border:0px !important;
	position: absolute;
	padding-bottom:20px;
	margin-bottom: 0px;
}

#footBar p{
font-size: 14px;
line-height: 1;
	padding-top: 25px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}

#footBar a{
	text-decoration: none;
}

/* ////////////////////////////////////////////////////////////////////*/
/* End of Master Elements 
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout ELementes ~ You Can Fuck With These Brian
*/
/* Break 1 (iPhone 4, 4S & 5 Portrait)----------- */
@media only screen and (max-width : 320px) {
	/* Styles */
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: inline-block !important;  
	}
	
	#mainNav {
	height: 50px !important;
	background-color: rgba(0, 0, 0, .55) !important;
	}
	
		.hTwo {
    font-size: 65px;
    line-height: 65px;
	}


		/* RUNNER */
	
	#yellowRunner{
	width: 300px;
	margin-top:-30px;
	}
	
	
	#yellowRunner p{
	font-size: 15px;
	padding:0px 10px;
	}

	h2{
		padding-top: 20px !important;
	}
	
	#first, #second, #third h2, #third p, #fourth{
		text-align: center !important;
	}
	
	#third{
	}
	
	#full {
    min-height: 485px;
	}
	
	.stake{
		display: none;
	}
	
	#callout1 {
    max-height: 550px;
    background-image: none !important;
    background-color: #cc9933;
    margin-bottom: 55px;
    margin-top: 30px;
	}

	#callout1 p{
		font-size: 20px;
		padding: 0px 12px;
		margin-bottom: 0px;
	}
	
	.insideCallout{
	padding: 35px 0px 0;
	margin-bottom: 85px;
	}

	#button {
	 background: #336666;
	font-size: 18px;
	}
	
	#buttonGold{
	background-color: #cc9933;
	font-size: 15px;
	letter-spacing: .01em;
	padding:18px 8px;
	}
	
	.endQuote{
	}

	.endQuote p{
		text-align: center;
	}
	
	.footContent h1{
		font-size: 40px;
	}


}

/* Break 2 (iPhone 4, 4S - Lanscape)----------- */
@media only screen and (min-width : 321px)
and (max-width : 480px) {
	/* Styles */
	
	.menu {
	display: none;	
	}
	
	
	.mobileMenu {
	display: block;	
	}

	#mainNav {
	height: 39px !important;
	background-color: rgba(0, 0, 0, .55) !important;
	}
	
	#full {
    min-height: 485px;
	}
	
	.hTwo {
    font-size: 65px;
    line-height: 65px;
	}
	
	
	.stake{
		display: none;
	}
			/* RUNNER */
	
	#yellowRunner{
	width: 100%;
	margin-top:-30px;
	}
	
	
	#yellowRunner p{
	font-size: 15px;
	padding: 0 30px;
	
	}

	h2{
		padding-top: 20px !important;
	}
	
	#first, #second, #third h2, #third p, #fourth{
		text-align: center !important;
	}
	
	#first .grid_3{
		margin-bottom:20px;
	}
	
	#callout1 {
    height: 534px;
    background-image: none !important;
    background-color: #cc9933;
    margin-bottom: 55px;
    margin-top: 30px;
	}

	#callout1 p{
		font-size: 20px;
		margin-bottom: 0px;
	}
	
	.insideCallout{
	padding: 35px 20px 0;
	margin-bottom: 85px;
	}

	#button {
	 background-color: #336666;
	font-size: 18px;
	}
	
	
	#buttonGold{
	background-color: #cc9933;
	font-size: 15px;
	letter-spacing: .01em;
	padding:18px 8px;
	}

	.endQuote{
	}

	.endQuote p{
		margin-left: 0;
		text-align: center;
		padding: 25px 15px;
	}
	
	.footContent h1{
		font-size: 40px;
	}
	
}

/* Break 3 (Non Apple Smart Phones/Tables & Iphone 5 Landscape) ----------- */
@media only screen and (min-width : 481px)
and (max-width : 767px) {
	/* Styles */
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: block;	
	}
	
	#mainNav {
	height: 39px !important;
	background-color: rgba(0, 0, 0, .55) !important;
	}
	
	#full {
    min-height: 555px;
    width: 100%;
	}
	
	.stake{
		display: none;
	}
	
	.hTwo {
    font-size: 65px;
    line-height: 65px;
	}

		/* RUNNER */
	
	#yellowRunner{
	width: 100%;
	margin-top:-30px;
	}
	
	
	#yellowRunner p{
		padding:0px 30px;
	}
	
	h2{
		padding-top: 20px !important;
	}
	
	#first, #second, #third h2, #third p, #fourth{
		text-align: center !important;
	}
	
	#first .grid_3{
		margin-bottom:35px;
	}
	
	#callout1 {
    height: 534px;
    background-image: none !important;
    background-color: #cc9933;
    margin-bottom: 55px;
    margin-top: 30px;
	}

	#callout1 p{
		font-size: 23px;
		margin-bottom: 0px;
	}
	
	.insideCallout{
	padding: 25px 20px 0;
	margin-bottom: 85px;
	}

	#button {
	 background: #336666;
	font-size: 18px;
	}
	
	#buttonGold{
	background-color: #cc9933;
	font-size: 15px;
	letter-spacing: .01em;
	padding:18px 8px;
	}

	.endQuote{
	width: 100%;
	margin-top: 35px;
	background-color: #cc9933;
	color: #fff;
	background-image: none;
	padding-left: 0px;
	}

	.endQuote p{
	margin-top: 20px;
	text-align: center;
		line-height: 1.5;
	}
	
	.endQuote img{
		height: 100%;
		width: 100%;
		padding-right: 8px;
	}

	
	.footContent h1{
		font-size: 50px;
	}
	
	
	.tooltipster-default {
	border-radius: 5px; 
	background: #4c4c4c;
	border: 0px !important;
	color: #fff;
	max-width: 270px !important;
	text-align: center !important;
}

}

/* Break 4(iPad Portrait)----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	/* Styles */
	.mobileMenu {
	display: none;	
	}
	
	
	#button {
	 background: #336666;
	font-size: 15px;
	}

		.endQuote{
	width: 100%;
	margin-top: 35px;
	background-color: #cc9933;
	color: #fff;
	background-image: none;
	}

	.endQuote p{
	margin-top: 20px;
		margin-left: 0;
		padding: 5px 10px 5px 20px;
		line-height: 1.5;
	}
	
	.endQuote img{
		height: 100%;
		width: 100%;
		margin-left: 10px;
		margin-top: 15px;
	}

	#callout1 {
	background-image: none !important;
    background-color: #cc9933;
    height: 734px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	#callout1 p{
		font-size: 18px;
		margin-bottom: 0px;
	}
	
	.insideCallout{
	padding: 15px 7px ;
	}

	#button {
	background: #336666;
	font-size: 15px;
	padding: 18px !important;
	}

		#buttonGold{
	background-color: #cc9933;
	font-size: 15px;
	letter-spacing: .01em;
	padding:18px 8px;
	}

}

/* Break 5 (iPad Landscape and Smaller Screen Computers) ----------- */
@media only screen
and (min-width : 1024px) {
	/* Styles */
	.mobileMenu {
	display: none;	
	}
	

	
	

}

/* Break 6 (Desktop)----------- */
@media only screen
and (min-width : 1224px) {
	/* Styles */
	.mobileMenu {
	display: none;	
	}

	
}

/* Use these if you want to Swap Content Based on Pixel Ratio ----------- */

/* iPhone 4 & 4s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
	/* Styles */
	.mobileMenu {
	display: none;	
	}

	#full{
	background: url(../img/ygbc-Banner.jpg) no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	float: left;
	min-height: 498px;
	padding-bottom: 60px;
	}

#callout1 {
	background-image: none !important;
    background-color: #cc9933;
    height: 734px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
	.endQuote p{
	margin-top: 20px;
		margin-left: 0;
		padding: 5px 5px 5px 20px;
		line-height: 1.5;
	}
	
		#buttonGold{
	background-color: #cc9933;
	font-size: 15px;
	letter-spacing: .01em;
	padding:18px 8px;
	}
}

/* Retnia Devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 2.0),only screen and (min-device-pixel-ratio : 2.0) {
	/* Styles */
	.mobileMenu {
	display: none;	
	}


		#button {
	background: #336666;
	font-size: 20px;
	padding: 28px 18px !important;
	}
}