/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:979px) {


/*header*/
/*------------------------------------------------------------------------------*/
header{	width: 95%;}
header h1{margin-bottom: 20px;}
#headnav{margin-bottom: 30px;}



/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	padding: 30px 0 10px;
}
#footer_top{
	width: 94%;
	padding-bottom: 30px;
}
#footer_logo{
	width: 22%;
	margin-right: 3%;
}
.footnav{
	width: 25%;
}

#footer_bottom{
	width: 94%;
}



/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	display: none;
}








/*------------------------------------------------------------------------------*/
}