@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

body, p{
	border: 0;
	padding: 0;
	margin: 0;
}

p{
	margin-bottom: 20px;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	background: #fff;
}

h1, h2, h3, h4{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

h1{
	color:#444;
}

a:link, a:active, a:visited{
	color: #245dc1;
	text-decoration:none;
}
a:hover{
	color: #444;
	text-decoration:underline;
}

header{
	border-bottom: 1px solid #9D9D9D;
	margin-bottom: 35px;

	color: #fff;
	
	-moz-box-shadow: 0 0 7px 0.8px #888;
	-webkit-box-shadow: 0 0 7px 0.8px #888;
	box-shadow: 0 0 7px 0.8px #888;
  
}
header h2{
	margin: 0;
	padding-top: 9px;
	padding-bottom: 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	float: left;
	
	-webkit-transition: .35s ease;
	transition: .35s ease;
}
@media (min-width: 468px){
	header h2{
		font-size: 26px;
	}
}
@media (min-width: 768px){
	header h2{
		font-size: 30px;
	}
}
header h2 a.title{
	color: #fff;
}
header h2 a.title:hover{
	color: #B0C2D0;
	text-decoration: none;
}

header.sticked-nav{
	margin-bottom: 85px;
}
header .navbar{
	background: #3475A8;
}
.header-top{
	background: #1A4466;
	color: #fff;
	padding: 7px;
	font-size: 85%;
}
.header-top a{
	color: #fff;
}
.header-top a:hover{
	color: #ccc;
	text-decoration: none;
}

nav{
	border-top: 1px solid #cdcdcd;
}
.navbar-nav{
	clear: both;
}
header .content{
	padding: 0px 7px;
}
nav .content{
	padding: 0;
}

.wrapper{
	min-height: 600px;
}
footer{
	margin-top: 30px;
	color: #555;
}

footer .content{
	font-size: 85%;
	text-align: center;
}


/* --- Separators --- */
.ash, .sep, .clr{
	clear: both;
}
.sep{
	height: 19px;
	margin-bottom: 20px;
}
.ash{
	display: block;
	height: 15px;
	margin-bottom: 40px;
}
ul.fat li{
	margin-bottom: 11px;
}