#nav {
	position: absolute;
	top: 0;
}
#regular-content-container {
	margin-top: 235px;	
}
.local-nav-container {
	margin-top: -58px;
	padding-bottom: 0;
}
@media screen and (max-width: 520px) {
	.local-nav-container {
		margin-top: -20px;
	}
}
/*
.main-content.lower {
	margin-top: 235px;
}
*/


#mobile-menu-iframe {
	position: absolute;
	top: 0;
	right: 0;
}
#mobile-menu-iframe-container {
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 75px;
	opacity: 0;
	background: url(images/background.jpg) repeat;
	-webkit-transition: width 0.5s, height 0.5s;
	transition: width ease 0.5s, height ease 0.5s, opacity ease-out 0.5s;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
}
#mobile-menu-iframe-container.full {
	width: 100%;
	height: 100%;
	opacity: 1;
}

#menu-link {
	position: fixed;
	width: 90px;
	height: 27px;
	top: 30px;
	right: 0;
}

@media screen and (max-width: 777px) {
	#menu-link {
		position: absolute;
	}
}

@media screen and (max-width: 520px) {
	#nav {
		position: fixed;
		top: 0;
		box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
		background-color: transparent;
		background-image: url(images/background-darker.jpg);	
	}
	#regular-content-container {
		margin-top: 151px;
	}
	#menu-link {
		position: fixed;
	}
}

#expandable-mask {
	position: fixed;
	overflow: auto;
}


