/*** Reset ***/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*** General Style ***/

html, body{
	height: 100%;
	/*background-image: url(images/background.jpg);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	background-color: #000;
}

#page-wrapper{
	position: relative;
	height: auto !important;
	min-height: 100%;
	margin-bottom: -3em;
}

.bg{
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#bg1{
	background-image: url(images/bg1.jpg);
	z-index: 2;
}

#bg2{
	background-image: url(images/bg2.jpg);
	z-index: 0;
	display: none;
}
#bg3{
	background-image: url(images/bg3.jpg);
	z-index: 0;
	display: none;
}
#bg4{
	background-image: url(images/bg4.jpg);
	z-index: 0;
	display: none;
}
#bg5{
	background-image: url(images/bg5.jpg);
	z-index: 0;
	display: none;
}
#bg6{
	background-image: url(images/bg6.jpg);
	z-index: 0;
	display: none;
}

#bg-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(images/overlay.png);	
	z-index: 42;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	color: #F3A811;
	text-decoration: underline;
}

h1{
	font-size: 1.6em;
	margin-bottom: 0.75em;
	line-height: 1.2em;
	margin-left: 29%;
}
dl {
	float: right;
	width: 71%;
 	line-height: 2.2em; 
}
dt {
	float: left;
	width:30%;
	font-size: 1.2em;
	vertical-align: middle;
}
dd {
	float: left;
	width: 70%;
	font-size: 1.2em;
}

dl span{
	margin-right: 0.25em;
}


#logo{
	width: 25%;
	position: relative;
	float: left;
	margin-right: 4%;
}
#logo img{
	width: 100%;
	height: auto;
}

#infobox-wrapper{
	position: absolute;
	top: 25%;
	text-align: center;
	width: 100%;

}

#infobox{
	text-align: left;
	position: relative;
	background-color: rgba(0,0,0,0.8);
	padding: 2em;
	box-sizing: border-box;	-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff;
	z-index: 100;
	display: inline-block;
}

.push{
	height: 4em;
}
#footer{
	position: relative;
	height: 1em;
	padding: 1em;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	z-index: 99;
}

.hidden{
	display: none;
}



@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelop:before {
	content: "\e600";
}
.icon-phone:before {
	content: "\e601";
}
.icon-file:before {
	content: "\e602";
}


@media only screen and (min-width: 768px) and (max-width:1199px) {
	h1{
		font-size: 1.6em;
	}
}
@media only screen and (min-width: 768px) and (max-width:960px) {
	h1{
		font-size: 1.6em;
	}
}

@media only screen and (max-width: 767px) {
	body{
		font-size: 13px;
	}

	#page-wrapper{
		margin-bottom: -3.5em;
	}
	
	#logo{
		float: none;
		height: auto;
		width: 40%;
		margin: 0 auto 2em;
	}
	#infobox-wrapper{
		top:0;
	}
	#infobox{
		display: block;
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		background-color: transparent;
		text-align: center;
	}

	#mobile-overlay{
		position: absolute;
		width: 100%; height: 100%;
		background-color: rgba(0,0,0,0.65);
		z-index: 50;
	}

	.text{
		margin-left: 0;

	}

	h1{
		float: none;
		margin:0 0 1.5em;
		font-size: 1.5em;
		line-height: 1.4em;
		text-align: center;
	}
	
	dl{
		margin: 0;
		float: none;
		text-align: left;
		width: 100%;
	}


	#footer{
		line-height: 1.5em;
		padding: 0;
		height: 3.5em;
		z-index: 100;
		background-color: transparent;
	}
	

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#logo{
		float: left;
		height: 100%;
		width: 25%;
		margin: 0;
	}
	h1{
		text-align: left;
		width: 70%;
		float: right;
	}

	dl{
		width: 70%;
		float: right;
	}

}