@charset "UTF-8";
/* CSS Document */

/* START RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */


body{
	background-color:#000;
	width: 100%;
}

div{
	overflow-x: hidden;
	overflow-y: hidden;
	
}

#gold_content{
	width:100%;
	margin: auto;
	text-align:center;
	/*background-color:rgba(51,51,51, 0.7);*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#3dff40;
	font-size:16px;
	font-weight:normal;
	overflow:hidden;
}



img{
	max-width:100%;
}

.rotating{
	width:100%;
	margin: auto;
	text-align:center
}


#gold_content{
	width:100%;
	margin: auto;
	text-align:center;
	/*background-color:rgba(51,51,51, 0.7);*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#84c0df;
	font-size:16px;
	font-weight:normal;
	overflow:hidden;
}

#thumb1, #thumb2, #thumb3, #thumb4, #thumb5, #thumb6, #thumb7, #thumb8 {
	color:#84c0df;
}


.rotatingText{
	width: 100%;
	margin-top: 35%;
	color: #84c0df;
	font-size: 18px;
	line-height: 1.25;
}

#navigate{
	display: inline;
}

/* unvisited link */
.rotatingText a:link {
    color: #84c0df;
	font-size: 19px;
}

/* visited link */
.rotatingText  a:visited {
   color: #84c0df;
}

/* mouse over link */
.rotatingText  a:hover {
    color: #84c0df;
}

/* selected link */
.rotatingText  a:active {
    color: #84c0df;
}

.titleLarge{
	font-size: 30px;
	color: #84c0df;
	font-weight:bold;
}

.titleLarge2{
	font-size: 15px;
	font-family:"Avantgarde", "TeX Gyre Adventor", "URW Gothic L", sans-serif;
	color: #84c0df;
	font-weight:normal;
}

.clearfix {
  overflow: hidden;
}

.navRow{
	width: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.goldNavItem{
	text-align: left;
	margin-right: 40px;
	margin-left: 0;
	float: left;
	padding-bottom: 12px;
	padding-top: 36px;
	text-shadow: 2px 2px #fff;
	
}

#navItems{
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-top:20px;
	padding-bottom: 40px;
}

#menuItems{
	display: inline;
	height: auto;
}

.item {
	position: relative;
}

#thumbrow{
	position: relative;
	top: 0;
}

#item1, #item2, #item3, #item4 {
	left: 0;
}

.first{
	margin-right: 80px;
}


#thumbs{
	padding-right: 100px;
	
}

#RolloverText{
	padding-left: 8px;
	display: inline;
}

#logo{
	padding-top: 42px;
}

.thumb {
	/*background-color:#000;*/
	color:#84c0df;
	font-size:12px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	height: 100px;
	font-weight:normal;
	padding-bottom: 30px;
}

.thumb img {
	border-color:#84c0df;
	border-width: 2px;
	border-style:solid;
}

.thumb img:hover{
    border-color:#84c0df;
}

.italic {
    font-style: italic;
}

.select {
	color: #FFF;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	height: 35px;
	
}

/* unvisited link */
.select a:link {
    color: #84c0df;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

/* visited link */
.select  a:visited {
   color: #fff;
}

/* mouse over link */
.select  a:hover {
    color: #fff;
}

/* selected link */
.select  a:active {
    color: #84c0df;
}

.portion{
	font-size:12px;
}

.campLogo{
	padding-top: 50px;
}


.mediaVideo{
	padding-right: 40px;
}

.mediaGallery{
	padding-right: 10px;
}

#galleryLarge{
	margin-bottom: 30px;
}


#galleryThumbRow{
	width: 100%;
}


.galleryThumb{
	display: inline;
	
}

.galleryThumb img{
	display: inline;
	max-width: 11%;
	cursor: pointer;
	box-sizing: border-box;
	
}



/* Normal styles for the modal */
#modal, #modal2, #modal3 {
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 0;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:60%;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	color: #FFF;
	line-height:20px;
}
	/* Make the modal appear when targeted */
	#modal:target {
		opacity: 1;
		top:45%;
		visibility: visible;
	}
	
	#modal2:target {
		opacity: 1;
		top:45%;
		visibility: visible;
	}
	
	#modal3:target {
		opacity: 1;
		top:45%;
		visibility: visible;
	}

#modal .btn {
	float:right;
}

#modal2 .btn {
	float:right;
}

#modal3 .btn {
	float:right;
}

.modal-content, .modal-content2, .modal-content3 {
	background: #000;
	position: relative;
	z-index: 20;
	border-radius:5px;
	padding: 20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}



#modal .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#modal2 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#modal3 .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	font-style:italic
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn {
	background-color: #84c0df;
	color:#fff;
	display:inline-block;
	padding:5px 15px;
	text-decoration:none;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0 1px rgba(0,0,0,.35);
	-moz-box-shadow:0 1px rgba(0,0,0,.35);
	-webkit-box-shadow:0 1px rgba(0,0,0,.35);
}
	.btn:active {
		background-color: #84c0df;
		color:#fff;
	}
	.btn.go {
		background-color: #cccccc;
		color:#fff;
		
	}
		.btn.go:active {
			background-color: #0099ff;
			color:#fff;
		}


/* unvisited link */
a:link {
    text-decoration: none;
	color:#fff;
}

/* visited link */
a:visited {
    text-decoration: none;
	color:#fff;
}

/* mouse over link */
a:hover {
    text-decoration: none;
	color:#fff;
}

/* selected link */
a:active {
   text-decoration: none;
	color:#fff;
}


/* unvisited link */
 a.btn:link {
    text-decoration: none;
	color:#fff;
}

/* visited link */
a.btn:visited {
    text-decoration: none;
	color:#fff;
}

/* mouse over link */
a.btn:hover {
    text-decoration: none;
	color:#fff;
}

/* selected link */
a.btn:active {
   text-decoration: none;
	color:#fff;
}


.canvasText{
	color: #fff;
	text-align:left;
	font-size:14px;
	margin-left: 8%;
	margin-right: 8%;
	line-height: 1.25;
}

.canvasTitle{
	font-style:italic;
	font-weight:bold;
	color: #fff;
	font-size:16px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% .5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.87%;
}
.span_2_of_4 {
	width: 49.75%;
}
.span_1_of_4 {
	width: 24.62%;
}

/*  ROLLOVER TEXT GOES TO NEXT LINE */
@media only screen and (max-width: 1035px) {
	/*.select {
	
	height: auto;
	
   }
	#RolloverText{
	padding-left: 88px;
	padding-top: 5px;
	display: block;
	height: 15px;
	
    }
	
	#logo{
	padding-top: 72px;
}
*/

}

/*  GO FULL WIDTH BELOW 780 PIXELS */
@media only screen and (max-width: 780px) {
	.col {  margin: 1% 1% 1% 3%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	
	#cycle .span_1_of_4, #cycle .span_2_of_4, #cycle .span_3_of_4,  #cycle .span_4_of_4 { width: 100%; }
	
	.canvasText{
	margin-left: 1%;
	margin-right: 1%;
   }
   
   
   
   .rotatingText{
	width: 100%;
	margin: auto;
	text-align:center;
	color: #FFF;
	font-size: 18px;
}
#modal, #modal2, #modal3 {

	width:90%;
	left:45%;
	
}
#thumbs{
	padding-right: 0;
	
}


	
	#logo{
	padding-top: 45px;
	
	width: 100%;
	margin: auto;
	text-align: center;
    }
	
	.select{
		width: 100%;
		text-align: center;
		margin: auto;
		height: 70px;
	}
	
	#navigate{
	display: block;
	text-align: center;
	height: 20px;
}
	
	#menuItems{
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	height: auto;
    }
	
	
#RolloverText{
	display: block;
	padding-left: 0;
	padding-top: 10px;
	text-align: center;
	height: 25px;
    }
	
	
	
}

/*  GO FULL WIDTH BELOW 694 PIXELS */
@media only screen and (max-width: 420px) {
	/* unvisited link */
  .select a:link {
    
	padding-left: 5px;
	padding-right: 5px;
  }
}


/*  FOR LARGER SCREENS, LIMIT THE WIDTH TO 1400px */
@media only screen and (min-width: 1400px) {
	#gold_body{
	width: 1400px;
	margin: auto;
	
}
}