@import url(http://fonts.googleapis.com/css?family=Raleway:200,500,600,700,800);


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }




body, html { 
	background: #edeeef url(../img/background.png);
	font-weight: 500;
	font-size: 1em;
	margin: 0px;
	height: 100%;
	font-family: 'Raleway', Arial, sans-serif;
}

a  {
	text-decoration: none;	
}

header {
	background: #EDEDED;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #D9DEE4;
	padding-top: 20px;
	margin-bottom: 20px;
}


header ol {
	margin: 0px;
}
header ol li{
	display: inline; 
}
header li+li:before {	
	content: "/\00a0"
}

.navBar a {
	color: #fff;
	height: 50px;
}

.navBar a:hover, .navBar a:active, .navBar a:focus {
	color: #25AAE1;
	text-decoration: none;
}

.form-control:required {
	box-shadow: 0 0 2px rgba(215, 40, 40, .8);
}

.hide {
	display:none;
}
