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

body{
	width:100%;
	margin:0 auto;
	background:#fff;
	font-family: myFirstFont;
	
	
}

.structure
{
	max-width:1220px;
	margin-right:auto;
	margin-left:auto;
	padding-left:10px;
	padding-right:10px;
	background-image: url(images/bg1.jpg);
	background-repeat:repeat-x;
	z-index:-999;
	
	}
	
	.structure:before, .structure:after {
display: table;
content: " ";
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.structure:after {
clear: both;
}


.banner-area
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	background:#006898;
}
.banner
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:20px;
}
.banner h1
{
	font-size:42px;
	color:#fff;
	text-align:center;
	font-family: myFirstFont;
	margin-bottom:20px;
	font-weight:normal;
}
.banner h1 span
{
	color:#fff;
	font-family: myFirstFont1;
}
.banner ul
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	padding-right:50px;
}
.banner ul li
{
	float:none;
	display:inline-block;
	text-align:center;
	width:235px;
}
.banner ul:last-child
{
	padding-left:9px;
}
.banner ul:last-child li
{
	width:239px;
	margin-top:-123px;
}

.footer-area
{
	float:left;
	width:100%;
	background:#00496b;
}
.footer
{
	float:left;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}


.power
{
	float:right;
}
.power p
{
	color:#fff;
	margin-bottom:0 !important;
	position:relative;
	z-index:999;
	font-size:14px;
}
.power a
{
	color:#fff;
	position:relative;
	z-index:999;
}
.footer-menus
{
	float:left;
	display:inline-block;
	text-align:center;
}
.menu ul {
    list-style-type: none;
    float:left;
	padding:0;
	margin:0;
	display:inline-block;
	text-align:center;
	

}
.footer-menus ul li
{
	float:left;
	display:inline-block;
	text-align:center;
}
.footer-menus ul li a {
    color: #fff;
    font-family: myFirstFont;
    font-size: 14px;
    text-decoration: none;
	padding:0px 20px;
	font-weight:normal;
	float:none;
	display:inline-block;
	text-align:center;
}








@font-face
{
font-family: myFirstFont;
src: url(font/OpenSans-Regular_0.ttf);
}
@font-face
{
font-family: myFirstFont1;
src: url(font/OpenSans-Light_0.ttf);
}





/*.................................Responsive-Menu......................................*/

/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */



@media (max-width: 992px)
{
.banner h1
{
	margin-bottom:60px;
	margin-top:50px;
}
.banner ul li
{
	width:100%;
	margin-top:-70px;
}
.banner ul:last-child li
{
	margin-top:-70px;
	width:100%;
}
.banner ul
{
	padding-right:0px;
}
.banner ul:last-child
{
	padding-left:0px;
}
.banner ul li img
{
	max-width:100%;
}
}

@media (max-width: 350px)
{
.banner ul li
{
	margin-top:-50px;
}
.banner ul:last-child li
{
	margin-top:-50px;
}
}
@media (max-width: 550px)
{

}

/*..................................Responsive Menu....................................*/