@charset "UTF-8";

* {
    padding:0;
	margin:0;
} 

body{
	width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	min-width:944px;
	background-color: rgba(0,0,0,1);
	background-attachment: fixed;
}  

.container{
	position: relative;
	display: inline-block;
	clear:both;
	margin:0px auto 0 auto;
	padding: 0px 0px 70px 0px;
	align:center;
	min-width:944px;
	min-height:1000px;
	width:100%; 
}

#logoWrapper{
	position: relative;
	display: inline-block;
	align: center;
	top:50px;
	margin: 0px auto;
	width: 100%;
	z-index: 10000;
}

#logo{
	position: relative;
	display: block;
	align: center;
	margin: 0px auto;
	width: 440px;
	height: 440px;

}

.aboutOuterWrapper{
	position: relative;
	display: inline-block;
	align: center;
	margin: -20px auto 0px;
	width: 100%;
	z-index: 5000;
}

.aboutMidWrapper{
	position: relative;
	display: block;
	align: center;
	margin: 0px auto;
	width: 80%;
	min-height:200px;
}

.aboutInnerWrapper{
	position: relative;
	display: block;
	align: center;
	margin: 0px auto;
	max-width: 1300px;
	padding:40px;
	background-color: rgba(255,255,255,0.8);
	border-radius:10px;
	text-align: center;
}


/*=======================================Footer=====================================*/

footer{
	position: relative;
	display: inline-block;
	float:left;
	clear:both;
	width: 100%;
	min-width:944px;
	margin: 30px auto 0 auto;
	padding: 0px;
	align: center;
	height: 200px;
	background-color: rgba(0,21,64,0.7);
	overflow: hidden;
	z-index: 5000;
}

.footerInnerWrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	align:center;
	height:100%;
}


.footerInnerLeft{
	position: relative;
	display: inline-block;
	float:left;
	align:left;
	width: 24%;
	height:200px;
	/*border:1px solid white;*/
}

.footerInnerMiddle{
	position: relative;
	display: inline-block;
	align:center;
	margin:0px auto;
	text-align:center;
	width:50%;
	height:100px;
	/*border:1px solid white;*/
}

.footerInnerRight{
	position: relative;
	display: inline-block;
	float:right;
	align:right;
	text-align:right;
	width: 24%;
	height:100px;
	/*border:1px solid white;*/
}



/*========================================TEXT=======================================*/

h1,h2,h3,h4,h5,p,a,li,ul,.footer,.address,.phone,.email,#title,.copyright{
	font-family: 'Titillium Web', sans-serif;
}

h1{
	font-size: 50px;
	color: #214272;
	font-weight: 600;
}

p{
	font-size:22px;
	font-color:#214272;
}

.phone{
	margin-top:50px;
	font-size:40px;
	color:#ffffff;
	font-weight:300;
	line-height:40px;
}

.email{
	margin-top:10px;
	font-size:28px;
	font-weight:300;
	line-height:40px;
	color:#ffffff;
}

.copyright{
	margin-top:5px;
	font-size:18px;
	color:#ffffff;
	font-weight:300;
	line-height:40px;
}

a:link{
	color: #fff;
	text-decoration: none;
	cursor: default;
}

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

a:hover {
	color: #336C89;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #fff;
}


/*==========================================DEVICES==========================================*/

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width : 320px) and (max-width : 949px){
	
#logoWrapper{
	top:50px;
}
	
#logo{
	width: 250px;
	height: 250px;
}

}

/*==========================================================================*/
/*==========================================================================*/
/*=====================iPads (portrait and landscape) ===================== */

@media only screen and (min-width :950px) and (max-width : 1450px){
	
#logoWrapper{
	top:50px;
}
	
#logo{
	width: 300px;
	height: 300px;
}

}

/*==========================================================================*/
/*==========================================================================*/
/*===================Laptops (portrait and landscape)=======================*/

	
@media screen 
	and (min-width: 1450px) and (max-width: 1600px) and (min-resolution: 192dpi) {

#logo{
	width: 300px;
	height: 300px;
}
  
#logoWrapper{
	top:50px;
} 
		 
}

/*==========================================================================*/
/*==========================================================================*/
/* --------------------------- Retina Screens ----------------------------- */


@media screen 
	and (min-width: 720px) and (max-width: 1600px) and (min-resolution: 192dpi) {

#logo{
	width: 300px;
	height: 300px;
}
  
#logoWrapper{
	top:50px;
}	
		
}








