body{
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #676761;
	background:#f5f5ec;
}

#wrap{
	width:960px;
	height:100%;
	margin:0 auto;
	margin-bottom: 17px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
}

header {
	width:100%;
	float: left;
	border-bottom: 1px solid gray;
	background-color:#fff;
}

#logo{
	float: left;
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
	padding-right: 17px;
}

#logo img{
	max-width: 100%;
	height: auto;
	width: auto;
}

#navmobilwrap{
	display:none;
}
	
#navmobil{
	display:none;
}

#navmobiltoggle{
	display:none;
}

#nav{
	float: right;
	padding-top: 14px;
	padding-right:5px;
}

#nav ul{
	list-style: none;
}

#nav ul li{
	padding-left: 17px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

#nav ul li a{
	font-size: 14px;
	color: #2e47cc;
	text-decoration: none;	
}

#mediawrap{
	width:100%;
	float:left;	
}

#fronttext{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: lighter;	
}

#fronta{
	font-size: 30px;
	color: #676761;
	font-weight: lighter;
	padding-bottom: 8px;
	display:block;
}

#frontb{
	font-size: 15px;
	text-transform: uppercase;
	text-align:center;
	padding-bottom: 10px;
	line-height: 24px;
	display:block;
}

#container{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	display: inline-table;
}

#left{
	float: left;
	width: 78%;
	padding:5px;
	border-right: 1px solid gray;	
	background-color:#fff;
}

#left h3, p,span{
	padding:5px;
}

.formclearfix{

}

#form{
	
	padding:5px;
	width:320px;

}

#form span{
	font-size:16px;	
}

#form input{
	width:94%;
	height:20px;
	font-size:16px;
	padding:6px;	
}

#form #send{
	height: 50px;
	font-size: 15px;
	width: auto;
	border: 1px solid darkgray;
	background: #ccc;
	color: #fff;
}


.fastfix{
	    float: left;
    width: 100%;
    padding: 5px;
    height: auto;
}

.fast{
	    margin: 0 auto;
	
}

.fastimg{
	width: 320px;
	height: 220px;
	float:left;
}


.fastdesc{
	    float: left;
    width: 30%
}

.fastdesc h3{
	float:left;
}

.fastdesc span{
	float:left;
}

#clearfix{
	    width: 100%;
    height: auto;
    margin-top: 250px;
}

#oldinfo{
	width:280px;
	height:130px;
	margin:0 auto;
	color: #ada771;
	background: #f9f9dc;
	border: 1px solid #fbfbef;
	-moz-box-shadow: inset 0 0 45px #efefc0;
	-webkit-box-shadow: inset 0 0 45px #efefc0;
	box-shadow: inset 0 0 45px #efefc0;
}

#infoico{
	float:left;
	width:40px;	
}

#oldinfoico{
	font-size:24px; 
	padding:5px;
}

#infotext{
	float:right;
	width:240px;
	font-size:12px;
}

#sidebar{
	float: left;
	width: 20%;
	height: auto;
	
}

#sidebar h3{
	font-size: 16px;
	float: left;
	padding: 5px;
}

footer{
	width:100%;
	float:left;
}

footer p{
	float:right;
	color:#000;
}



@media screen and (max-width: 960px){
	#wrap{
		width:100%;
	}
	
	#logo{
		width:100%;
		text-align:center;
		padding-right: 1px;
	}
	#logo img{
		margin-left: 20px;
	}
	
	#navmobilwrap{
		display:block;
	}

	#navmobil{
		display:none;
		width:100%;
		height:100%;
	}
	
	#navmobil ul{    
		list-style-type: none;
    		margin-left: 0px;
    		background: #fff;
    		width: 100%;
    		float: left;
    		padding-left: 0px;
	}

	#navmobil ul li{
		width:100%;
		float:left;
		height:20px;
		background:#fff;
		padding-top:10px;
		padding-bottom:10px;
		border: 1px solid;
		margin-top: 2px;		
	}
	
	#navmobil ul li a{
		color:#2e47cc;
		text-decoration:none;
		text-align:center;
		font-size:14px;
		display:block;
	}

	#navmobiltoggle{
		display:block;
		padding-left: 17px;
		text-align:center;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.material-icons{
		font-size:11px!important;
	}

	#navmobiltoggle ul{
		list-style-type:none;
	}

	#navmobiltoggle ul li{
		text-align:center;
		font-weight: bold;
		text-transform: uppercase;
		margin-left:15px;
	}

	#navmobiltoggle a{
		font-size: 14px;
		color: #676761;
		text-decoration: none;	
	}
	
	#closenavmobiltoggle{
		padding-left: 17px;
		text-align:center;
		font-weight: bold;
		text-transform: uppercase;
	}

	#closenav{
		font-size: 14px;
		color: #676761;
		text-decoration: none;	
		margin-left: -12px;
	}

	#nav{
		display:none;
	}
	
	#mediawrap img{
		width:100%;
	}
	
	#container{
		width:100%;
	}
	
	#left{
		width:100%;
		padding:0px;
		border-right:none;
	}

	#form{
		width:280px;
		margin:0 auto;
	}
	
	#sidebar{
		width:100%;
		float:left;
	}
	
	#sidebar h3{
		float:left;
	}
	
	#sidebar span{
		width:100%;
		padding:0px;
		font-size:14px;
		float:left;
	}
}