/* General Demo Style 
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,html {font-family:Arial; font-size:11px; color:#000; padding:0; margin:0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ 
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
*/
body {
	/*font-family:Arial;
	#89867e*/
	/*background:#292929 ;#f9f9f9*/
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 2em;
	/*background:#292929;*/
}

.main {
	max-width: 82.667em;
	min-height: 20em;
	margin:0 auto;
	/*background:#ff0;*/
}
.nav {
	max-width: 82.667em;
	min-height: 20em;
	/*background:#f00;*/
}

.container > header {
	text-align: center;
	font-size: 16px;
	padding: 0em 2em 0em;
	background: rgba(0,0,0,0);
	color:#000;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 50%;
	color:;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.top-bar {
	background: #003F87;
	/*background: rgba(0, 0, 0, 1);*/
	text-transform: uppercase;
	position: relative;
	width: 100%;
	font-size: 0.8em;
	line-height: 2.2;
}

.top-bar a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.top-bar a:hover {
	background: rgba(0,0,0,.5);
	color:#fff;
}

.top-bar span.right {
	float: right;
}

.top-bar span.right a {
	float: left;
	display: block;
}
.top-icon:before {
	font-family:'IcoMoon-Free';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size:1.5em;
}

@media screen and (max-width: 25em) { 
	.codrops-icon span {
		display: none;
	}
	.container > header {
		font-size: 75%;
	}
}

