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

p{
	margin-bottom: 20px;
}

body{
	font-size: 100%;
	background: #fff;
	
	font-family: 'Roboto Slab', Georgia, serif;
}

h1, h2, h3, h4, h5{
	font-family: 'Roboto Slab', Georgia, serif;
	/* font-family: 'Crete Round', serif; */
}

h1{
	color:#444;
	font-size: 2.5em;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.7em;
}
h4{
	font-size: 1.3em;
}
h5 {
    margin: 0px;
    font-size: 1.2em;
}

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

header{
	border-top: 7px solid #245dc1;
	border-bottom: 1px solid #9D9D9D;
	margin-bottom: 35px;

	background: #f5f5f5;

	-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.sticked-nav{
	margin-bottom: 85px;
}
nav{
	border-top: 1px solid #cdcdcd;
}

nav.main-menu.fixed{
	position: fixed;
    top:0; left:0;
    width: 100%;
	
	background: #f5f5f5;
	
	-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;
}
@media (max-width: 467px){
	nav.main-menu.fixed .navigation-menu li{
		display: none;
	}
	nav.main-menu.fixed .navigation-menu li.sf{
		display: block;
		width: auto;
		border-top: 0px;
	}
}
nav.main-menu .content .sticky-name{
	display: none;
}
nav.main-menu.fixed .content .sticky-name{
	display: block;
	float: left;
	
	height: 24px;
	padding: 13px 15px;
	
	font-weight: bold;
	text-transform: uppercase;
	
}

header .content,
nav .content{
	max-width: 1000px;
	margin: auto;
}
header .content{
	padding: 0px 7px;
}
nav .content{
	padding: 0;
}

.content-wrapper{
	max-width: 1000px;
	padding: 0px 5px;
	margin: auto;
	clear: both;
	
	font-size: 16px;
	line-height: 30px;	
}


footer{
	margin-top: 30px;
	color: #555;
}

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

/* --- Navigation Menu --- */
.main-menu .navigation-menu,
.main-menu .navigation-menu li{
	padding: 0;
	margin:0;
}

.main-menu .navigation-menu{
	min-height: 50px
}
ul.navigation-menu:after {
    content: "";
    display: block;
	clear: both;
}
.main-menu .navigation-menu li{
	list-style: none;
	float: left;
}

@media (max-width: 467px){
	.main-menu .navigation-menu li{
		width: 100%;
		border-top: 1px solid #cdcdcd;
	}
	.main-menu .navigation-menu li:first-child{
		border-top: 0px;
	}
}
.main-menu .navigation-menu li:hover{
	background: #245dc1;
}
.main-menu .navigation-menu li{
	border-left: 1px solid #cdcdcd;
}
.main-menu .navigation-menu li:last-child{
	border-right: 1px solid #cdcdcd;
}

.main-menu .navigation-menu li a{
	display: block;
	height: 24px;
	padding: 13px 15px;
	
	font-weight: bold;
	text-transform: uppercase;
}
.main-menu .navigation-menu li a:hover{
	color: #fff;
	text-decoration: none;
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.badge.c {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    background: #1a4466;
    border-radius: 3px;
    margin-left: 2px;
}
.badge.bc {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    background: #f8c91f;
    border-radius: 3px;
    margin-left: 2px;
}
.badge.j {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    background: #c32b72;
    border-radius: 3px;
    margin-left: 2px;
}
.badge.i {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    background: #606b70;
    border-radius: 3px;
    margin-left: 2px;
}
.badge.bi {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    background: #96ad2c;
    border-radius: 3px;
    margin-left: 2px;
}
.badge.e {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px;
    background: #33c3ba;
    border-radius: 3px;
    margin-left: 2px;
}
.badge.open {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  padding: 4px;
  background: #368f05;
  border-radius: 3px;
  margin-left: 2px;
}

