@charset "utf-8";
/* CSS Document */
/*
@font-face {
    font-family: 'segoe_uiregular';
    src: url('../../fonts/segoeui.eot');
    src: url('../../fonts/segoeui.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/segoeui.woff') format('woff'),
         url('../../fonts/segoeui.ttf') format('truetype'),
         url('../../fonts/segoeui.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #000;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

*/
.splash_container {
	width: 1000px;
	padding:70px 0 0;
	margin: 0 auto;
	z-index: 1000;
	
}
.splash_outer{
	background:url(../../images/Landing.jpg) center center no-repeat;
	background-size:100%;
	float:left;
	width:100%;
	height:100%;
	z-index: 1000;
        position: relative;
        margin-top: -10px;
}
.splash_clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
header{
	/*width:100%;*/
	/*float:left;*/
	}
header .splash_right{
		float:right;
		width:auto;
	}
	
	/*header h3{
	 font-family: 'segoe_uiregular';
	color:#007bd0;
	float:right;
	text-align:right;
	margin:0 0 15px 0;
	padding:0;
	line-height: 23px;
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;width: 100%;
}*/
a.splash_span{
	text-align:right;width: 100%;
	text-decoration:none;
	color:#4e4e4e;
	float:right;
	font-size:14px;
	text-transform:uppercase;}
	
.splash_container_bottom {
	float:left;
	width:100%;	
	background:rgba(255,255,255,0.7);
	position:absolute;
	bottom:35px;
	padding:5px 0;

	
}
	
	.splash_footer_landing{
	width:1000px;
	margin:auto;
	
	
	}
	.splash_footer_landing .splash_logo_bottom{
		float:left;
		width:auto;
	}
	nav{
		float:left;
		width:70%;
		padding:30px;
	}
	nav ul li{
		list-style:none;
	}
	nav ul li a{
		float:left;
		color:#262626;
		text-decoration:none;
		line-height:14px;
		padding:0 20px;
		border-left:1px solid #262626;
		font-size:14px;
		text-transform:uppercase;
	}
	nav ul li:first-child a{
		border:none;
		padding-left:0;
	}
	a.splash_up{
	    float:right;
		color:#262626;		
		line-height:14px;
		padding:30px 0;
	}
/*================================================
===========================RESPONSIVE=============*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {

}
@media only screen and (max-width: 1024px) {
	body{
    width:100%;
	
}
.splash_footer_landing, .splash_container{
	padding:70px 1% 0;
    width:98% !important;
	
}
}
@media only screen and (max-width: 800px) {
body{
    width:100%;
	
}
.splash_footer_landing, .splash_container{
	padding:70px 1% 0;
    width:98% !important;
	
}

}

@media only screen and (max-width: 640px) {
body, .splash_footer_landing, .splash_container{
    width:100%;
}
}
@media only screen and (max-width: 480px) {

body, .splash_footer_landing, .splash_container{
    width:100%;
}
header h3, a.splash_span {    
    line-height: 30px;
      text-align: center;   
}
.splash_footer_landing .splash_logo_bottom {

    text-align: center;
    width: 100%;
}

nav {
    
    width: 100%;
}
nav ul li a {
    border-top: 1px solid #262626;
	border-left:none;    
    padding: 5px 0;
	text-align:center;
    width: 100%;
}
nav {
    padding: 0;
}
a.splash_up {
      text-align: center;
    width: 100%;
}
}
@media only screen and (max-width: 320px) {	
body, .splash_footer_landing, .splash_container{
    width:100%;
}
header h3, a.splash_span {    
    line-height: 30px;
      text-align: center;   
}
.splash_footer_landing .splash_logo_bottom {

    text-align: center;
    width: 100%;
}

nav {
    
    width: 100%;
}
nav ul li a {
    border-top: 1px solid #262626;
	border-left:none;    
    padding: 5px 0;
	text-align:center;
    width: 100%;
}
nav {
    padding: 0;
}
a.splash_up {
      text-align: center;
    width: 100%;
}
}
@media only screen and (max-width: 220px) {	
}
