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


/* -----   Carry this Section over to all Overlays ----- */



#CCwrapper {
	width: 100%;
	height: 100%;
}

.CCTitle {
	position: absolute;
	top: 1%; /* Single Line Titles */
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 12%;
	width: 50%;
	height: 12%;
	background-color:transparent;
}

h1 {
	margin: 5%;
	padding: 0;
	line-height: normal;
	color: #ff8700;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	font-size: 2.5vw;
	font-family: 'amplitudemedium';

}

.CCmain {
	position: absolute;
	top: 12%;
	width: 100%;
	height: 88%;
}

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

h2 {
	
	margin: 0;
	position: realtive;
	padding: 1%;
	color: #ff8700;
	font-size: 2.5vw;
	font-family: 'amplitudemediumitalic';
	line-height: 1;
	
}
p1 {
	margin-top: 2;
	padding: 1%;
	color: #6d6e71;
	font-size: 1.5vw;
	line-height: 1;
	text-align: center;
	font-family: 'amplitudemediumitalic';
}




#CC1top {
	width: 60%;
	height: 25%;
	max-height: 25%;
	position: absolute;
	text-align:center;
	top: 10%;
	right: 20%;
	bottom: 0;
	left: 20%;
}

#CC1middle {
	position: absolute;
	width: 50%;
	height: 21.5%;
	z-index: 5;
	left: 25%;
	top: 32%;
	right: 25%;
	bottom: 0;
	@font-face {
		font-family: "amplitude";
		src: url("../Fonts/amplitude-medium.eot?") format("eot"),
		url("../Fonts/amplitude-medium.woff") format("woff"),
		url("../Fonts/amplitude-medium.ttf") format("truetype")
}
	font-style: italic;
	margin: 0;
	padding: 0 0 0 0;
	color: #ff8700;n
	}
	

	
#CC1bottom {
	position: fixed;
	height: 42%;
	left: 0;
	top: 70%;
	right: 0;
	bottom: 0;
	}

#CC1bottom1 {
		width: 14.8%;
	height: 25%;
	position: absolute;
	top: 65%;
	right: 0;
	bottom: 0;
	left: 15%;
}

#CC1bottom2 {
	width: 14.8%;
	height: 25%;
	position: absolute;
	top:65%;
	right: 0;
	bottom: 0;
	left: 34.5%;
}

#CC1bottom3 {
	alignment-baseline: baseline;
	width: 29.6%;
	height: 25%;
	position: absolute;
	top: 67.5%;
	right: 0;
	bottom: 0;
	left: 55%;
}

#bottom3-4Overlay {
	z-index: 11;
	alignment-baseline: baseline;
	width: 29.6%;
	max-width: 29.6%;
	min-width: 29.6%;
	height: 26%;
	position: fixed;
	top: 60%;
	right: 0;
	bottom: 0;
	left: 55%;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #d8e573;
}
a:active {
	color: #d8e573;
}