#footer {
	width: 100%;
}

#footer-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

#footer .moduletable {
	margin-bottom:10px;
}

#footer-wrapper .menu{
	margin: 10px 0;
	float: right;
}

#footer-wrapper .menu li {
	margin-left: 0 !important;
}

.hidden-big {
	display: none;
}

html, body, .body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Muli', sans-serif;
	background-image:url(../images/bg_wave.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 150px;
	background-color: #f0efe8;
}

.container {
    max-width: 900px;
    margin: 0 auto;
	background-color:rgba(255,255,255,0.5);
	overflow:auto;
	min-height:95%;
}


.item-page li {
    background-image: url("../images/bullet.png");
    list-style: outside none none;
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding: 0 10px;
	margin-bottom: 7px;
}
.item-page ul {
    padding: 0;
}

.row-fluid {
     padding: 0 2.5%;
    width: 95%;
}

.brand.pull-left {
    color: #00afa0;
    text-decoration: none;
    font-size: 40px;
    font-weight: lighter;
	margin: 20px -30px 10px 25px;
	float: left;
}

header, .row-fluid {
		float: left;
}
header {
    width: 100%;
}


hr {
    border-top: 1px solid #00afa0;
    margin: -15px 0 25px;
    border-left: none;
}

nav {
    float: right;
}

.nav.menu {
    list-style: none;
	margin-top: 42px;
}

.nav.menu li {
    float: left;
    margin: 0;
}
.moduletable {
    float: left;
    width: 100%;
}

.nav.menu li a {
    color: black;
    font-size: 15px;
    margin-left: 13px;
    margin-right: 15px;
    text-decoration: none;
    text-transform: lowercase;
}

.nav.menu li a:hover, .current.active > a{
    text-decoration: underline !important;
	color: #00afa0 !important;
}

#sidebar {
    float: right;
    width: 32%;
	margin-top: 10px;
}
#sidebar h2 {
    margin-top: 25px;
}
#content {
    width: 65%;
	float: left;
}
.item-page img {
    margin: 0 0 15px 15px;
}

h1, h2, h3 {
	color: #00afa0;
	font-weight:normal !important;
}

h1 {
    margin: 35px 0 30px;
}

h2 {
	font-size: 18px;
}

a {
	color: #00afa0;
}

#content, #sidebar {
    font-size: 14px;
    line-height: 19px;
}

@media (max-width: 900px) {
	nav {
		width: 100%;
	}
	.hidden-big { 
		display: block;
	}
	.hidden-small {
		display: none;
	}
	
	.nav.menu {
		margin: 0;
    	padding: 0;
	}
	.nav.menu li {
		float: left;
		margin: 10px 0 5px 0;
		width: 33%;
		text-align: center;
	}
	.brand.pull-left {
		margin: 10px auto !important;
		text-align: center !important;
		width: 100%;
	}
	.nav.menu li a {
		margin: 0;	
	}
	#content, #sidebar, .item-page ul  {
		width: 100%;
	}
	.moduletable {
    	margin-top: 15px;
	}
		
	
}

@media (max-width: 420px) {
	
	.item-page img {
		width: 50%;
		height: auto;
	}
}

@media (max-width: 370px) {
	
	.item-page img {
		width: 100% !important;
		height: auto;
	}
	.nav.menu li a {
	    font-size: 14px;
	}
}