@charset "utf-8";

img, object, embed {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body { 
	background-color: #000000;
/*	background-image: url('/images/outer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	margin: 0px;
	font-family: 'Lato', 'Futura', sans-serif;
	font-weight: 400;
	font-size:12px;
	color:#FFFFFF;
	overflow: hidden;
}

a { color: #5d5d5d; text-decoration: none; }
a:hover { opacity: 0.8; }

.video-background {
	position: absolute;
	top: 0;
	left: 35px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.video-background video {
	min-height: 100%; 
	min-width:100%; 
	opacity: 0.5;
}

#container {
	margin: 0 auto; 
	text-align: center;
	position: relative;
	overflow: hidden;	
}

#transparentoverlay {
    content: "";
    background: url("images/mesh_pattern.png") repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
	opacity: 1;
    z-index: 1;   
}

video { opacity: 0.5; }

#content {
	z-index: 100;
	width: 550px;
	height: 226px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -150px 0 0 -275px;
}

#copyright {
	position: absolute;
	bottom: 25px; 
	right: 25px;
	z-index: 5;
	font-size: 18px;
}
#moreinfo {
	max-width: 550px;
	text-align: center;
}
#moreinfo p {
	text-align: left;
}
.ui-widget {display:none;}

@media only screen and (max-width: 480px) {
	/*.video-background { display:none }

	}*/
	  
	#content  {
		margin: auto;
		position: relative;
		left: auto;
		top: auto;
		margin-top: 40px;
		height: auto;
		width: auto;
	}
	
	video { display: none; }
	
		body {
		background: url('insta.gif') no-repeat center center fixed;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
		background-position: -330px center;
}