body{
	font-family: 'Oswald', sans-serif;
	position: relative;
	padding-bottom:70px;
	font-weight:300;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
header{
	width: 100%;
	margin:0 auto;

}
header nav{
	width: 100%;
}
header nav .logo{
	
}
header nav .logo img{
	width: 50%;
	margin: 0 auto;
	display: block;
}

header nav ul li a{
	display: block;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	margin-top: 1px;
	background-color: #87c1eb;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	overflow: hidden;
}
header nav ul li a:focus, header nav ul li a:hover, header nav ul li a:active{
	background-color: #fff;
	color: #929292;
}

header nav ol li{
	margin-top: 1px;
}
header nav ol li a{
	display: block;
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background-color: rgba(192,214,51,.9);
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
header nav ol li a:focus, header nav ol li a:hover, header nav ol li a:active{
	background-color: #fff;
	color: #c0d633;
}

header menu{
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	z-index: 3;
	height: 50px;
}
header menu a{
	display: block;
	width: 33%;
	float: left;
	height: 50px;
	background: url(../images/btn_home.png) 50% 50% no-repeat;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
header menu a.info{
	background: url(../images/btn_info.png) 50% 50% no-repeat;
	width: 34%;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
header menu a.login{
	background: url(../images/btn_login.png) 50% 50% no-repeat;
}

header menu a:hover{
	background: rgba(192,214,51,.9) url(../images/btn_home_on.png) 50% 50% no-repeat;
}
header menu a.info:hover{
	background: rgba(135,193,235,.9) url(../images/btn_info_on.png) 50% 50% no-repeat;
}
header menu a.login:hover{
	background: rgba(192,214,51,.9) url(../images/btn_login_on.png) 50% 50% no-repeat;
}

footer{
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;	
	padding: 0 0 0 5px;
	line-height: 40px;
	font-size: 12px;
	color: #999;
	border-top:1px solid #e0e0e0;
	width: 100%;
	text-align:center;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

section{
	width: 100%;
	margin:0 auto;
	position: relative;
	z-index: 1;
}
section#home{
	
}
section#home img{
	width: 100%;
	display: block;
}
section#home span{
	position: absolute;
	bottom: 1px;
	right: 0px;
	display: block;
	height: 50px;
	width: 100%;
	padding: 0 1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
section#home span a{
	display: block;
	height: 50px;
	width: 100%;	
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);;
	color: #929292;
	font-size: 10px;
	text-transform: uppercase;
	overflow: hidden;
}
section#home span a:focus, section#home span a:hover, section#home span a:active{
	background-color: rgba(135,193,235,.7);
	color: #fff;
}

section#content{
	padding: 40px;
	background-color: #efefef;
	font-size:14px; line-height:24px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a.link4 {
	color: #383838;
	text-decoration: none;
	display:block;
}
a.link4:hover, a.link4:active{
	color: #87c1eb;
}
span.spacing{
	display:none;	
}


@media only screen and (min-width : 640px) {
	/* Tablet */
	body{
		padding-bottom: 0px;
	}
	header{
		position: relative;
	}
	header nav{
		position: absolute;
		z-index: 2;
	}
	header nav .logo{
		display: block;
		float: left;
		margin-top: 52px;
	}
	header nav .logo img{
		width: auto;
		margin: 0px;
	}
	header nav ul{
		float: right;
		height: 52px;
	}
	header nav ol{
		float: right;
		clear: right;
		height: 177px;
		
	}
	header menu{
		width: 63px;
		bottom: auto;
		top: 261px;
		left: 0px;
		height: auto;
	}
	header menu a{
		display: block;
		width: 63px;
		float: none;
		height: 63px;
		background-color: rgba(255,255,255,.7);
		margin-bottom: 1px;
	}
	header menu a.info{
		width: 63px;
		border:none;
		background-color: rgba(255,255,255,.7);
	}
	header menu a.login{
		background-color: rgba(255,255,255,.7);
	}

	section#home span{
		padding-left: 332px;
	}
	section#home span a{
		width: 66%;

		float: right;
	}


	section#content{
		min-height: 805px;
		padding-top: 269px;
		padding-left: 100px;
	}
	section#home{
		
	}

	header nav ul{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		padding-left: 332px;

		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	header nav ul li{
		width: 33.33%;
		float: left;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding-right: 1px;
	}
	header nav ul li:first-child{
		margin-left: 33.33%;
	}
	header nav ul li a{
		/*height: 106px;
		line-height: 17px;
		padding-top: 71px;*/
	}


	header nav ol{
		position: absolute;
		top: 51px;
		right: 0px;
		width: 100%;
		padding-left: 332px;

		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	header nav ol li{
		width: 33.33%;
		float: left;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding-right: 1px;
	}
	header nav ol li a{
		height: 106px;
		line-height: 17px;
		padding-top: 71px;
	}

	footer{
		position: relative;
		bottom: auto;
		left: auto;	
		line-height: 20px;
		font-size: 12px;
		color: #999;
		border-top:none;
		width: 100%;
		text-align:left;

		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}	
	
	a.link4 {
		display:inline;
	}
	span.spacing{
		display:inline;	
	}
	
	
}

@media only screen and (min-width : 1000px) {
	/* Desktop */
	header{
		max-width: 1000px;
	}
	header nav{
		max-width: 1000px;
	}
	header nav ul{
		width: 446px;
		position: relative;
		top: auto;
		right: auto;
		padding-left: 0;
	}
	header nav ul li{
		width: 222px;
		margin: 0 1px 0 0;
		float: left;
		padding: 0px;
	}
	header nav ul li:first-child{
		margin-left: 0px;
	}
	header nav ol{
		width: 668px;

		position: relative;
		top: auto;
		right: auto;
		padding-left: 0;
	}
	header nav ol li{
		width: 222px;
		margin: 0 1px 0 0;
		float: left;
	}
	header nav ol li a{
		width: 222px;
		height: 177px;
		line-height: 177px;
		padding: 0px;
	}
	header nav ol li:first-child{
		width: 221px;
		overflow: hidden;
	}
	header menu{
		top: 229px;
		left: -63px;
	}
	header menu a.home{
		-webkit-box-shadow:inset 0px 16px 26px -26px #000000;
		   -moz-box-shadow:inset 0px 16px 26px -26px #000000;
				box-shadow:inset 0px 16px 26px -26px #000000;
	}

	footer{
		max-width: 1000px;
		margin:0 auto;
		padding-left: 0px;
		height: 30px;
		line-height: 30px;
	}

	section{
		max-width: 1000px;
	}

	section#content{
		padding-left: 40px;
	}
	
}


.heading1 {
font-size:22px; font-weight:500; color:#3875a0;
text-shadow: #dceffc 1px 0px 1px;
}
.heading2 {
font-size:14px; font-weight:500; color:#3875a0;
text-shadow: #dceffc 1px 0px 1px;
}
.heading3 {
color:#fff; background-color:#7fb8e2;
}
.heading4 {
color:#fff; background-color:#c0d633;
}
.heading5 {
color:#87c1eb;
}
.heading6 {
color:#999;
}
.spacing {
margin:0 15px 0 15px;
}
a.link1:link 		{color: #adadad; text-decoration: none; border-bottom:1px dotted #;}
a.link1:active 	  	{color: #adadad; text-decoration: none; border-bottom:1px dotted #;}
a.link1:visited 	{color: #adadad; text-decoration: none; border-bottom:1px dotted #;}
a.link1:hover 	  	{color: #fff; text-decoration: none; background-color:#c0d633;
}
a.link2:link 		{color: #fff; text-decoration: none; border-bottom:1px dotted #;}
a.link2:active 	  	{color: #fff; text-decoration: none; border-bottom:1px dotted #;}
a.link2:visited 	{color: #fff; text-decoration: none; border-bottom:1px dotted #;}
a.link2:hover 	  	{color: #fff; text-decoration: none; background-color:#c0d633;
}
a.link3:link 		{color: #fff; text-decoration: underline; border-bottom:1px dotted #;}
a.link3:active 	  	{color: #fff; text-decoration: underline; border-bottom:1px dotted #;}
a.link3:visited 	{color: #fff; text-decoration: underline; border-bottom:1px dotted #;}
a.link3:hover 	  	{color: #fff; text-decoration: none; background-color:#c0d633;
}



a.link5:link 		{color: #87c1eb; text-decoration: none; border-bottom:;}
a.link5:active 	  	{color: #87c1eb; text-decoration: none; border-bottom:;}
a.link5:visited 	{color: #87c1eb; text-decoration: none; border-bottom:;}
a.link5:hover 	  	{color: #383838; text-decoration: none; background-color:;
}
a.link6:link 		{color: #999; text-decoration: none; border-bottom:;}
a.link6:active 	{color: #999; text-decoration: none; border-bottom:;}
a.link6:visited 	{color: #999; text-decoration: none; border-bottom:;}
a.link6:hover 	  	{color: #383838; text-decoration: none; background-color:;
}z