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



.intro-container{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
 
    z-index:10 !important;
    
   
}

.imask{
    position:absolute;
    width:100%;
        height:100%;
            top:0;
    left:0;
    
}


.intro-container img{
    width:100% !important;
    height:auto;
}
.containeri{
	position:absolute;
	width:100%;
        height:auto;
}


.headline{
	position:absolute;
	top:600px;
	width:100%;
    text-align:center;
    opacity:0;
}

.headline img{
    width:850px !important;
    height:auto;
        
}




.invis{
	opacity:0;
}


.bred{
	border:solid thin red;
}

.bblue{
	border:solid thin blue;
}




.intrologo{
	width:100%;
	text-align:center;
}



.intrologobtm{
	position:absolute;
	top:260px;
	left:200px;
	opacity:0;
}





#darkbg{
    background:#01376b;
    width:100%;
   	height:100%;
   	position:absolute;
}

#introimg1{
    background: url('../images/work.jpg') no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity:0;
  width:100%;
	height:100%;
 	position:absolute;
}








.intro-logo-container{
	width:700px;
	height:600px;
	text-align:center;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-350px;
}






.logo-container{
	position:fixed;
	/*display:none;*/
	width:85px;
	height:55px;
	top:5px;
	left:50%;
	margin-left:-25px;
	z-index:15;
}




