/* Reset Styles */


/* Page Styles */




.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

hr {
	border: none;
	border-bottom: 3px solid #f7f7f7;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1; 
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    animation-duration:0.3s;
    

    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;

}

/* Custom Styles */




.splash {
	background: #194B8E;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 360px;
	z-index: 999;
	
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0070cc+0,00508e+100 */

background: #0070cc; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #0070cc 0%, #00508e 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0070cc), color-stop(100%,#00508e)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #0070cc 0%,#00508e 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #0070cc 0%,#00508e 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #0070cc 0%,#00508e 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #0070cc 0%,#00508e 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070cc', endColorstr='#00508e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */







	
}
.splash-logo{position:absolute;bottom:0px;right:0px;width:400px;}
.splash-logo img{width:100%;}
.splash-title {
	border-right:thin solid #E7AD43;
		font: 2em/2.4em  'Open Sans', sans-serif;font-weight:100;text-transform:uppercase;
	color: white;
	text-align:right;padding-right:25px;margin-right:10px;
	width:250px;float:left;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.splash-title span{display:block;color:#E7AD43;}
.splash-textoniver {

	font: 1.5em/1.8em  'Open Sans', sans-serif;font-weight:200;
	color: white;text-align:left; padding:10px 20px;
	float:left;width:460px;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

a.splash-arrow {
	color: white;
	font-size: 3em;
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin-left: -35px;
	padding: 20px;
	width: 22px;
	height: 22px;
	font-weight: bold;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
	border: 3px solid white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

a.splash-arrow:hover {
	text-decoration: none;
	bottom: 50px;
}
.splash-text{width:820px;float:none;margin:12% auto;}



@media all and (max-width: 690px) {
  header h1 { width: 100%; text-align: center; }
  header nav { float: none; display: inline-block; margin: 0 auto; }
  
  .splash-title {font-size: 2em;}
}

@media all and (max-width: 480px) {
	.splash-title {font-size: 1.5em;}
}