html,
body {
	min-height:100%;
	height:100%;
	cursor:default;
	position:relative;
	margin:0 auto;
	background-color:white;
	min-width: 1000px;
}

body {
	overflow-x:hidden;
	overflow-y:scroll;
	width:1200px;
}

#PageContainer {
	position: relative;
	z-index: 1;
	overflow-x:hidden;
	overflow-y:hidden;
}

.site-shield .box {
	position:absolute;
	top:100px;
	left:50%;
	width:500px;
	height:600px;
	margin-left:-250px;
}

.site-shield .box > * {
	position:absolute;
}

.site-shield .hoist {
	width:10px;
	height:200px;
	top:-100px;
	background-color:black;
}

.site-shield .hoist.left {
	left:222px;
}

.site-shield .hoist.right {
	right:222px;
}

.site-shield .cable {
	top:178px;
	width:10px;
	height:205px;
	background-color:black;
}

.site-shield .cable.left {
	left:103px;
	z-index:25;
}

.site-shield .cable.right {
	right:103px;
	z-index:55;
}

.site-shield .crane {
	left:50%;
	top:70px;
	width:100px;
	height:auto;
	margin-left:-50px;
	z-index:50;
}

.site-shield .screw {
	width:30px;
	height:auto;
	z-index:100;
}

.site-shield .screw.left {
	left:20px;
}

.site-shield .screw.right {
	right:20px;
}

.site-shield .screw.top {
	top:385px;
}

.site-shield .screw.bottom {
	top:626px;
}

.site-shield .plate {
	width:100%;
	top:375px;
	height:auto;
	z-index:60;
}

#TopPanel {
	position:relative;
	z-index:2;
	background-color:white;
	font-size:0;
	font-family:"Tw Cen MT Condensed";
	padding:20px 10px;
	overflow:hidden;
}

#TopPanel .menu-controls {
	display:inline-block;
	vertical-align:middle;
}

#TopPanel .menu-clickableArea {
	display: inline-block;
	cursor: pointer;
}

#TopPanel .menu-clickableArea:hover .hamburger .bar {
	-webkit-box-shadow:0px 0px 5px 3px rgba(255, 0, 0, 0.75);
	box-shadow:0px 0px 5px 3px rgba(255, 0, 0, 0.75);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#TopPanel .menu-clickableArea:hover span {
	color:#D00;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#TopPanel .menu-controls > .menu-clickableArea > * {
	display:inline-block;
	vertical-align:middle;
	cursor: pointer;
}

#TopPanel .menu-controls .hamburger {
}

#TopPanel .menu-controls .hamburger .bar {
	width:48px;
	height:4px;
	background-color:black;
	margin-bottom:10px;
}

#TopPanel .menu-controls .hamburger .bar:last-child {
	margin-bottom:0;
}

#TopPanel .menu-controls .v-bar {
	background-color:#666;
	width:4px;
	height:32px;
	margin:0 15px;
}

#TopPanel .menu-controls span {
	font-size:24px;
	color:#888;
}

#TopPanel .logo-container {
	position:absolute;
	top:10px;
	right:15px;
	bottom:10px;
	text-align:right;
}

#TopPanel .logo-container #Logo {
	display:inline-block;
	width:auto;
	height:100%;
}

#TopPanel .contact-info {
	position:relative;
	display:inline-block;
	color:#777;
	font-size:0;
	vertical-align:middle;
	left:25px;
}

#TopPanel .contact-info span {
	font-size:20px;
	line-height:1;
	padding:0 5px;
}

#TopPanel .contact-info span.email a {
	text-decoration: none;
	color:#0068AD;
}

#TopPanel .contact-info span.email a:hover {
	color:#A00;
}

#TopPanel .contract-number {
	position:absolute;
	right:14px;
	bottom:5px;
	font-size:18px;
	font-weight:300;
	color:#666;
}

.nav-container {
	display:block;
	position:fixed;
	top:105px;
	z-index:10;
	visibility:hidden;
}

.nav-container .nav {
	filter:alpha(opacity=0);
	opacity:0;
	padding-right:50px;
}

.nav-container .nav li {
	padding:20px;
	border-bottom:6px solid #999;
	font-size:48px;
	text-transform:uppercase;
	font-family: 'Tw Cen MT Condensed';
	cursor:pointer;
}

.nav-container .nav li img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-container .nav li:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.nav-container .nav li span {
	display:inline-block;
	vertical-align: middle;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-container .nav li:hover span {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

.nav-container .nav li img {
	width:48px;
	height:48px;
	vertical-align: middle;
	padding-right:10px;
}

.nav-container .nav li:last-child {
	border-bottom:none;
}

.nav-container a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	margin-left: 25px;
	text-decoration: none;
	color: #000;
}

.nav-container a img {
	display: inline-block;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-container a p {
	display: inline-block;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-container a:hover img {
	-webkit-transform:scale(2.5);
	-moz-transform:scale(2.5);
	-ms-transform:scale(2.5);
	-o-transform:scale(2.5);
	transform:scale(2.5);
}

.nav-container a:hover p {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}

.indexPopup {
	display:none;
	position: absolute;
	top:200px;
	left:50%;
	margin-left:-300px;
	height:210px;
	width: 600px;
	background-color:#fff;
	border:#000 1px dashed;
	-webkit-box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	text-align:center;
	z-index: 100;
}

.indexPopup h1 {
	padding:10px;
	font-weight: 300;
}

.indexPopup > .field {
	padding:20px 5px;
}

.indexPopup > .field label {
	display: inline-block;
	width:100px;
	text-align: right;
	padding-right:5px;
}

.indexPopup > .field input {
	display: inline-block;
	width:250px;
	border:none;
	border-bottom: 1px #000 solid;
	font-size:24px;
	height:30px;
	text-shadow: 0 0 1px #000;
}

.indexPopup > .field input:focus {
	outline: none;
	border-top:none;
	border-bottom: 1px #00AD00 solid;
}

.indexPopup > .buttons {
	margin-top:10px;
}

.indexPopup .ui-button {
	width:55px;
	border:solid 1px #000;
	padding:5px;
	cursor:pointer;
}

.indexPopup .ui-button[data-action="cancel"] {
	display: inline-block;
	color:#0068AD;
	margin-right:10px;
}

.indexPopup .ui-button[data-action="cancel"]:hover {
	color:#000;
	background-color:#CED9E7;
}

.indexPopup .ui-button[data-action="submit"] {
	display: inline-block;
	color:#00AD00;
	margin-left:20px;
}

.indexPopup .ui-button[data-action="submit"]:hover {
	color:#000;
	background-color:#CEE7CE;
}

#AdminLogin {
	display:none;
	position:fixed;
	top:200px;
	left:50%;
	width:632px;
	margin-left:-337px;
	background-color:#fff;
	border:1px solid #333;
	border-radius:2px;
	padding:0 20px 20px 20px;
	z-index:50;
}

#AdminLogin .title {
	text-align:center;
	font-size:24px;
	line-height:30px;
	font-weight:300;
	margin:5px;
	padding:5px;
}

#AdminLogin #prescreen {
}

#AdminLogin #prescreen .field {
	display:block;
	text-align:center;
}

#AdminLogin #prescreen .field label {
}

#AdminLogin #prescreen .field input {
	padding-left:5px;
}

#AdminLogin #prescreen .ui-button {
	margin: 0 0 0 10px;
	border: 1px solid #CCC;
	display: inline-block;
	padding: 5px 30px;
	font-size: 16px;
	font-weight:300;
	border-radius:3px;
	background-color:#CFC;
	cursor: pointer;
}

#AdminLogin #prescreen .ui-button:hover {
	background-color:#A0C9A0;
}

#AdminLogin #prescreen .ui-button.disabled {
	background-color:#333;
	color:#EEE;
}

#AdminLogin .ui-x {
	position: absolute;
	top: -15px;
	right: 5px;
	color: #A00;
	font-size: 50px;
	cursor: pointer;
	font-weight: 300;
}

#AdminLogin .ui-x:hover {
	color:#F00;
}

#Footer {
	background-color:#000;
	text-align:center;
	z-index: 0;
	color:#e7e7e7;
	line-height:30px;
	margin-top:20px;
}

#Footer a {
	text-decoration: none;
	color:#ACF;
}

#Footer a:hover {
	text-shadow: 0 0 1px #ACF;
}

#Footer .ui-button {
	display: inline-block;
	color:#A00;
	cursor:pointer;
}

#Footer .ui-button:hover {
	color:red;
	text-shadow: 0 0 1px red;
}

#Shield {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:50;
	background-color:black;
	background-color:rgba(0,0,0,0.5);
	cursor:not-allowed;
	display:none;
}

#Shield .text {
	position:absolute;
	top:45%;
	right:0;
	left:0;
	font-size:36px;
	color:white;
	text-align:center;
	cursor:wait;
}

@media(max-width:1680px) {

}

@media(max-width:1440px) {

#TopPanel .content .tagline {
	font-size:25px;
}

}

@media(max-width:1120px) {

#TopPanel .content .tagline {
	font-size:20px;
}

#TopPanel .content .contact {
	font-size: 14px;
}

}

#TopPanel.snapTop {
	top:0px;
}

.animate-hidden {
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-ms-transform:translateY(50px);
	-o-transform:translateY(50px);
	transform:translateY(50px);
}

#splashLogo {
	position:fixed;
	display:block;
	top:50%;
	left:50%;
	margin:-306px auto 0 -319px;
	fill:none;
	stroke:black;
	stroke-miterlimit:10;
	stroke-width:1.5;
	stroke-dasharray: 1526;
	stroke-dashoffset: -1526;
	-webkit-animation: dash 3s ease-out forwards;
	-moz-animation: dash 3s ease-out forwards;
	animation: dash 3s ease-out forwards;
}

.stroke-medium {
	stroke-width:3;
}

.stroke-thick {
	stroke-width:6;
}

@-webkit-keyframes dash{from {stroke-dashoffset: -1526;}to {stroke-dashoffset: 0;}}@-moz-keyframes dash{from {stroke-dashoffset: -1526;}to {stroke-dashoffset: 0;}}@keyframes dash{from {stroke-dashoffset: -1526;}to {stroke-dashoffset: 0;}}@-webkit-keyframes fade{from {background-color: #536C8D;}to {background-color: #fff;}}@-moz-keyframes fade{from {background-color: #536C8D;}to {background-color: #fff;}}@keyframes fade{from {background-color: #536C8D;}to {background-color: #fff;}}