
/*reset */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* general */
.clear {
	clear:both;
}
html {
	width:100%;
	height:100%;
}
body {
	background:#fff;
	width:100%;
	height:100%;
}
#container {
	width:100%;
	height:100%;
	/*max-height:1000px;*/
	min-height:660px;
	overflow:hidden;
	position:relative;
	background:url(../img/2013/sky.jpg) repeat-x;
}


/* text */
@font-face {
	font-family: WaukeganLDOBold;
	src: url('Waukegan LDO Bold.ttf');
}
@font-face {
	font-family: WaukeganLDOExtendedBold;
	src: url('Waukegan LDO Extended Bold.ttf');
}
@font-face {
	font-family: WaukeganLDOBlack;
	src: url('Waukegan LDO Black.ttf');
}
@font-face {
	font-family: WaukeganLDO;
	src: url('Waukegan LDO.ttf');
}
h2 {
	font-size:19px;	
	line-height:20px;
	padding:3px 0;
	color:#444;
	font-family:WaukeganLDOBlack, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	letter-spacing:2px;
}
h3 {
	color:#444;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	font-family:WaukeganLDOBold, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	letter-spacing:1.5px;
}
p {
	color:#333;
	font-size:16px;
	line-height:18px;
	margin-bottom:20px;
	font-family:WaukeganLDO, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#222;
	text-decoration:underline;
}

/* mountains */
#mountains1 {
	background:url(../img/2013/mountains1.png);
	position:absolute;
	/*top:382px;*/
	bottom:-15%; /* -8 */
	width:200%;
	height:532px;
	left:-4%; /* 14 */
	margin-left:-35%;
}
#mountains4 {
	background:url(../img/2013/mountains4.png);
	position:absolute;
	/*top:382px;*/
	bottom:-6%; /* 2 */
	width:200%;
	height:471px;
	left:-50%; /* -1 */
	margin-left:-30%;
}
#futronicamountain {
	background:url(../img/2013/futronica.png);
	position:absolute;
	/*top:200px;*/
	bottom:19%;
	width:872px;
	height:487px;
	left:33%;
	margin-left:-411px;
}
#futronicamountain img {
	display:none;
}
#mountains5 {
	background:url(../img/2013/mountains5.png);
	position:absolute;
	/*top:330px;*/
	bottom:24%;
	width:250%;
	height:264px;
	left:8%; /* 13 */
	margin-left:-30%;
	/*width:1681px;
	left:50%;
	*/
}
#mountains3 {
	background:url(../img/2013/mountains3.png);
	position:absolute;
	/*top:330px;*/
	bottom:34%; /* 36 */
	width:250%;
	height:221px;
	left:26%; /* 24 */
	margin-left:-30%;
	/*width:1681px;
	left:50%;
	*/
}
#mountains2 {
	background:url(../img/2013/mountains2.png);
	position:absolute;
	/*top:330px;*/
	bottom:42%; /* 42 */
	width:250%;
	height:195px;
	left:22%;
	margin-left:-30%;
	/*width:1681px;
	left:50%;
	*/
}

/* other bg elements */
#sun {
	background:url(../img/2013/sun.png);
	position:absolute;
	top:3%;
	width:156px;
	height:156px;
	right:4.5%;
}
#stars1 {
	background:url(../img/2013/stars1.png);
	position:absolute;
	top:0;
	width:100%;
	height:500px;
	right:0;
	opacity:0.4;
}
#stars2 {
	background:url(../img/2013/stars2.png);
	position:absolute;
	top:0;
	width:100%;
	height:500px;
	right:0;
	opacity:0.4;
}
#stars3 {
	background:url(../img/2013/stars3.png);
	position:absolute;
	top:0;
	width:100%;
	height:500px;
	right:0;
	opacity:0.4;
}

/* popup */
#popupHolder {
	position:absolute;
	bottom:10%;
	right:10%;
}
#popupMask {
	position:absolute;
	bottom:26px;
	width:300px;
	overflow:hidden;
	height:1000px;
}
.popup {
	position:absolute;
	bottom:0;
	padding:20px;
	min-height:300px;
	max-height:80%;
	width:260px;
	border-radius:8px;
	background:#fff;
	background:rgba(255,255,255,0.5);
	background:url(../img/2013/popup_bg.png);
	display:none;
	margin-bottom:40px;
	box-shadow: 0 4px 6px rgba(6, 6, 6, 0.4);
}
.closePopup {
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	padding:2px 0 0 0;
	width:20px;
	height:18px;
	cursor:pointer;
	text-align:center;
	background:rgba(255,255,255,0.8);
	border-radius:10px;
}
.closePopup:hover {
	background:rgba(255,255,255,1);
	color:#555;
}


.blur { -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); }

/* menu */
#menu {
	list-style:none;
	z-index:999;
	width:300px;
	border-radius:8px;
	box-shadow: 0 2px 6px rgba(6, 6, 6, 0.3);
	display:none;
}
#menu li {
	float:left;
	width:50%;
	text-align:center;
}
#menu li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:5px 0 5px 0;
	font-family:WaukeganLDOExtendedBold, Arial, Helvetica, sans-serif;
	font-size:17px;
	letter-spacing:1.5px;
	background:#cca37e;
	background:rgba(255,255,255,0.3);
}
#menu li.on a {
	background:rgba(255,255,255,0.5);
	color:#444;
}
#menu li.on a:hover {
	background:rgba(255,255,255,0.5);
	color:#444;
}
#menu li a:hover {
	background:rgba(255,255,255,0.5);
	color:#666;
}
#menu #menu1 a {
	border-radius:8px 0 0 8px;
}
#menu #menu2 a {
	border-radius:0 8px 8px 0;
}

#copyright {
	margin-top:10px;
	font-family:WaukeganLDO, Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	color:#000;
	opacity:0.5;
	font-size:8px;
	position:absolute;
	bottom:10px;
	right:10px;
}

#contactForm label {
	display:block;
	margin:10px 0 0 0;
	font-family:WaukeganLDO, Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	color:#333;
	font-size:15px;
}
#contactForm .inputBox {
	width:100%;
}
#contactForm .inputArea {
	width:100%;
	height:70px;
}
#contactForm .submitButton {
	width:150px;
	height:30px;
	margin:18px 0 5px 0;
	display:block;
	border-radius:8px;
	background:#fff;
	background:rgba(255,255,255,0.6);
	border:0;
	font-family:WaukeganLDOBold, Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	color:#555;
	font-size:16px;
	cursor:pointer;
}
#contactForm .submitButton:hover {
	background:#fff;
	background:rgba(255,255,255,0.8);
}
#contactForm .titleInput {
	display:none;
}
.error {
	color:#ff0000;
	margin-bottom:14px;
}


@media screen and (max-width: 800px) {
	body {
		background:url(../img/2013/bg.jpg);
	}
	#menu {
		display:none;
	}
	#mountains1 {
		display:none;
	}
	#mountains2 {
		display:none;
	}
	#mountains3 {
		display:none;
	}
	#mountains4 {
		display:none;
	}
	#mountains5 {
		display:none;
	}
	#sun {
		display:none;
	}
	#stars1, #stars2, #stars3 {
		display:none;
	}
	#futronicamountain {
		background:none;
		width:413px;
		height:183px;
		position:relative;
		left:0 !important;
		top:0 !important;
		margin:0 auto;
		max-width:100%;
		height:auto;
	}
	#futronicamountain img {
		max-width:95%;
		display:block;
	}
	#container {
		background:none;
		overflow:visible;
		height:auto;
		padding-bottom:30px;
	}
	#popupHolder {
		position:relative;
		left:0;
		top:0;
		right:0;
		bottom:0;
		margin:30px auto 40px auto;
		max-width:380px;
	}
	#popupMask {
		bottom: 0;
		height: auto;
		overflow: visible;
		position: relative;
		width: auto;
	}
	.popup {
		display:block !important;
		position:relative;
		left:0;
		top:0;
		bottom:0;
		opacity:1 !important;
		right:0;
		width:100%;
		padding-left:0;
		padding-right:0;
		height:auto;
	}
	.popup h2, .popup h3, .popup p {
		padding-left:20px;
		padding-right:20px;
	}
	.closePopup {
		display:none;
	}
	#contactForm {
		padding:0 24px 0 20px;
	}
}

@media screen and (max-width: 460px) {

	#popupHolder {
		max-width:88%;
	}

}

