*{
	padding:0px;
	margin:0px;
}

html, body{
	height:100%;
	width:100%;
	font-family:'Futura LT W01 Light Condensed';
}
.bxslider {
	position:fixed;
	left:0px;
	top:0px;
}
strong{
	text-transform:uppercase;
	letter-spacing:0.5px;
}
#close{
	width:15px !important;
	cursor:pointer;
	position:absolute;
	top:20px;
	left:20px;
	margin-top:0px !important;
}
#open{
	width:30px;
	cursor:pointer;
	position:absolute;
	top:21px;
	left:213px;
	display:none;
}
#content{
	background:rgba(77,77,77,0.8);
	height:100%;
	min-height:800px;
	width:320px;
	margin-left:200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
	z-index:1000;
	color:#FFF;
	font-size:22px;
	line-height:32px;
	position:relative;
}
#background{
	width:100%;
	height:100%;
}
#content img{
	width:100%;
	margin-top:40px;
}
#top{
	margin-top:40%;
}
#bottom{
	position:absolute;
	left:20px;
	bottom:20px;
}
.small{
	display: inline-block;
	margin-top:28px;
	font-size:19px;
}
#logo{
	width:260px;
	position:fixed;
	top:60px;
	right:70px;
	cursor:pointer;
}
.bx-wrapper{
	position:absolute !important;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.bx-wrapper li{
	width:100%;
	height:100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

@media screen and (max-width: 900px){
	#content{
		margin-left:50px;
		font-size:22px;
	}
	#top{
		margin-top:20%;
	}
	#open{
		left:63px;
	}
}
@media screen and (max-width: 750px){
	#logo{
		display:none;
	}
}
@media screen and (max-width: 500px){
	#open{
		left:20px;
	}
}
@media screen and (max-width: 450px){
	#content{
		margin-left:auto;
		margin-right:auto;
		font-size:20px;
		min-height: 640px;
		height: auto;
	}
	#content img{
		width:150px;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	#top{
		margin-top:10%;
	}
}
