@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	font-style: normal;
	
	background-color: #000000;
}

img {
	border: none;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	font-family: "museo-sans", sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #ffffff;
	text-align: left;
	line-height: 150%;
	
	height: 50px;
}

input[type=text],
input[type=password] {
	width: 150px;
	height: 20px;
	margin: 5px -5px 0 0;
	background: #c0c0c0;
	border: none;
}

/*
@media screen and (min-width: 1025px;) {
	#image-container {
		display: none;
	}

	#video-container {
		display: block;
	}
}

#image-container {
	display; none;
}

@media screen and (max-width: 1024px;) {
	#image-container {
		display: block;
	}

	#video-container {
		display: none;
	}
}

@media all and (device-aspect-ratio: 9/16) {
	#image-container {
		display: block;
	}

	#video-container {
		display: none;
	}
}
*/

#container {
	width: 260px;
	height: 100%;
	margin: 0 15% 0 0;
	padding: 0;
	
	float: right;
}

#content {
	width: 100%;
	height: auto;
	min-height: 421px;
	margin: 0 0 0 0;
	padding: 40px 30px 30px 30px;
	font-style: normal;
	
	background-color: rgba(50,50,50,.85);
}

#content #logo {
	text-align: center;
	margin: 0 0 40px 0;
}

#content a {
	font-family: "museo-sans", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #0CF;
	text-decoration: none;
}

#content p {
	font-family: "museo-sans", sans-serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	line-height: 140%;
	color: #ffffff;
	text-align: left;
}

#video_background { 
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	z-index: -1000; 
	overflow: hidden; 
}
	
#image_background { 
	position: fixed;
	min-width: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	right: 0px;
}

#footer {
	width: 320px;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}

#footer p {
	font-family: "museo-sans", sans-serif;
	font-size: 10px;
	font-weight: 100;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	text-align: left;
}

#copyright {
	width: 40%;
	margin: 10px 0 0 0;
	float: none;
}

#tm {
	width: 30%;
	margin: -26px 0 0 0;
	float: right;
	text-align: right;
}

#passcopy {
	margin: 15px 10px 0 0;
	line-height: 200%;
	float: left;
}

#pass {
	margin: 10px 0 0 0;
	float: left;
}

.nav {
	font-family: "museo-sans", sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
	list-style: none;
	letter-spacing: 1px;
}

.nav:hover {
	color: #0CF;
}
			
.copy {
	font-family: "museo-sans", sans-serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	line-height: 140%;
	color: #ffffff;
	text-align: left;
}
		
.visible-content {
	display: block-inline;
	width: 100%;
	padding-bottom: 15px;
	margin-top: 8px;
}

.visible-content form {
	display: block;
}
			
.hidden-content {
	display: block-inline;
	width: 100%;
	margin-top: 5px;
	visibility: hidden;
	height: 0px;
}

.hidden-content form {
	display: none;
}

.closed-drawer {
	position: relative;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.drawer {
	width: 100%;
	margin-left: -23px;
}