* {
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
	-moz-box-sizing: border-box;
}

body {
	margin: 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #E11B22;
}

.logo {
	background: transparent url(../images/logo.png) no-repeat scroll center center;
	background-size: cover;
	width: 300px;
	height: 200px;
	float: left;
	cursor: pointer;
}

.header {
	margin-left: 300px;
	background-color: #FFFFFF;
}

.underlay {
	display: none;
	width: 1024px;
	height: 350px;
}

.socialbar {
	height: 50px;
	text-align: right;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.socialitem {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	cursor: pointer;
	display: inline-block;
}

.instagram {
	background: transparent url(../images/instagram.png) no-repeat scroll center center;
	background-size: cover;
}

.facebook {
	background: transparent url(../images/facebook.png) no-repeat scroll center center;
	background-size: cover;
}

.email {
	background: transparent url(../images/email.png) no-repeat scroll center center;
	background-size: cover;
}

.menu {
	background: transparent url(../images/menu.png) no-repeat scroll center center;
	background-size: cover;
}

#menu_burger {
	display: none;
}

.menubar {
	width: 1000px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.missionbar {
	height: 150px;
	background-color: #C0C0C0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/scroll.png) repeat-x scroll left center;
	overflow: hidden;
}

.missionitem {
	line-height: 150px;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.9;
	font-size: 90px;
	text-shadow: 1px 1px #000000;
}

.menuitem {
	display: inline;
	border-bottom: 4px solid transparent;
	margin: 15px;
	cursor: pointer;
	font-size: 22px;
	color: #808080;
}

.menuitem:hover {
	color: #000000;
	border-bottom: 4px solid #000000;
}

.selected {
	color: #000000;
	border-bottom: 4px solid #E11B22;
}

.selected:hover {
	color: #000000;
	border-bottom: 4px solid #E11B22;
}

.content {
	width: 1024px;
	margin: auto auto;
	margin-top: 40px;
}

.title {
	border-left: 6px solid #E11B22;
	margin: 5px 5px;
	margin-top: 40px;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	overflow: hidden;
}

.title div {
	margin-top: 4px;
}

.info {
	margin: 0 40px;
	font-size: 16px;
	margin-top: 16px;
}

.label {
	font-weight: bold;
	text-align: left;
	background: transparent url(../images/dot.jpg) repeat-x scroll center bottom;
	width: 200px;
}

.label span {
	background-color: #FFFFFF;
	padding-right: 2px;
}

.popup_menu {
	position: fixed;
	top: 200px;
	left: 20px;
	right: 20px;
	text-align: center;
	z-index: 4;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 4px solid #000000;
	overflow: hidden;
}

.popup_menu .menuitem {
	display: block;
	font-size: 60px;
	padding: 40px;
	border-bottom: 4px solid #E11B22;
	border-top-width: 0;
	font-weight: bold;
	margin: 0 0;
}

.popup_menu .selected {
	background-color: #C0C0C0;
}

/* Mobile Device View */
@media only screen and (max-width : 1023px) {
	
legend {
	font-size: 50px;	
}
	
.logo {
	float: inherit;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.header {
	margin-left: 0;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	height: 350px;
	z-index: 2;
	vertical-align: bottom;
}

.underlay {
	display: block;
	width: auto;
	height: 350px;
}
	
.socialbar {
	top: 25px;
	height: 150px;
}

.socialitem {
	width: 150px;
	height: 150px;
}

.missionbar {
	margin-top: 200px;
}

.menubar {
	display: none;	
}

#menu_burger {
	display: inline;
}

.title {
	border-left: 12px solid #E11B22;
	font-size: 52px;
}

.title div {
	margin-top: 9px;
}

.info {
	font-size: 42px;
}

.content {
	width: auto;
}

.label {
	width: 600px;
}

}