@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#f1eae2;
}

.container {
	width:960px;
	margin:0px auto;
	z-index:1;
}

.header-cont{
	width:100%;
	background-color:#f1eae2;
	position:fixed;
	top:0px;
	z-index:1;
}

.content{
	background:#f1eae2;
	width:960px;
	height:auto;
	margin-top:65px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:justify;
	color:#888576;
	line-height:22px;
}

.h1 {
	font-size:20px;
	font-family: 'georgia';
	color:#888576;
	position:relative;
	width:960px;
	height:auto;
	margin-top:65px;
	margin-left:auto;
	margin-right:auto;
}

.h2 {
	font-size:20px;
	font-family: 'georgia';
	color:#888576;
	position:relative;
	width:960px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.footer {
	top:20px;
	position:relative;
	margin:auto;
	width:960px;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	text-align:center;
	color:#888576;
	padding-bottom:20px;
}

.logo {
	margin-right:0px;
	float:right;
	height: 40px;
	padding:5px 0;
	line-height:40px;
	z-index:1;
}

.nav-main {
	width:100%;
	background-color:#f1eae2;
	height:50px;
	z-index:1;
}

.nav-main > ul {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	overflow:hidden;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-m-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

.nav-main > ul > li {
	float:left;
}

.nav-item {
	display:inline-block;
	padding:5px 20px;
	height:40px;
	line-height:40px;
	font-weight: bold;
	color:#644e40;
	text-decoration:none;
}

.nav-item-select {
	display:inline-block;
	padding:5px 20px;
	height:40px;
	line-height:40px;
	font-weight: bold;
	background-color:#644e40;
	color:#fff;
	text-decoration:none;
}

.nav-item:hover {
	background-color:#644e40;
	color:#fff;
}

.nav-item:focus {
	background-color:#644e40;
	color:#fff;
}

@media screen and (max-width: 580px){

.content {
	padding:0px 0px;
	position:relative;
	margin:auto;
	width:90%;
    top:220px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:justify;
	color:#888576;
	line-height:22px;
    z-index: -1;
}
.dwuserEasyRotator {
	top:250px;
}
.footer {
	top:280px;
	padding:0px 0px;
	position:relative;
	margin:auto;
	width:90%;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	text-align:center;
	color:#888576;
    z-index: -1;
}	
nav ul li{
	width:100%;
	padding:2px;
	text-align:left;
}
}