html, body, 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 {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial;
}

html, body{
	height: 100%;
}

iframe{
	position: fixed;
	top: 0px;
	left: 0px;
}

.navigation{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.icon{
	position: relative;
}

.navigation .background{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.85);
	background-image: url('transparent.png');
	background-repeat: no-repeat;
}


	.navigation input{
		display: inline-block;
		position: relative;
		padding: 5px;
		font-size: 20px;
		color: #fff;
		background-color: #33a6fe;
		border-radius: 5px;
		border: 0px;
		opacity: 0.5;
	}

	@media screen and (min-width: 800px) {
	    .navigation input{
	       	float: right;
	       	margin-top: -5px;
	    }
	}

	@media screen and (max-width: 800px) {
	    .navigation input{
	        display: block;
	        margin-top: 5px;
	    }
	}

	.navigation input:focus{
		opacity: 1;
	}

	.navigation .wrapper{
		position: relative;
		z-index: 20;
		display: block;
		width: 98%;
		max-width: 960px;

		margin-left: auto;
		margin-right: auto;
		background-color: #0091ff;
		box-shadow: 0 0 100px rgba(0,0,0,0.5);
		background-repeat: no-repeat;
		background-position: top right;
		color: #e0f2ff;
		text-shadow: 0 1px 1px rgba(0,0,0,0.25);
		margin-bottom: 100px;
		border-radius: 0px 0px 25px 25px;
	}

	.navigation .wrapper .content{
		padding: 2%;
		padding-top: 50px;
	}

footer{
	position: fixed;
	z-index: 10;
	bottom: 0px;
	width: 100%;
	background-color: #7dc8ff;
	text-align: center;
	min-height: 45px;
}

footer .content{
	padding: 25px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}

footer .content .title small{
	display: inline-block;
	margin-top: 1em;
	font-size: 11px;
	font-weight: normal;
}

footer .content .title span{
	display: inline-block;
	font-size: 15px;
}

footer a, small.footer a{
	color: #fff;
	text-decoration: none;
}

footer a:hover, small.footer a:hover{
	text-decoration: underline;
}

	@media screen and (max-width: 800px) {
		footer .content{
			padding: 10px;
		}
	    footer .title{
	        font-size: 16px;
	    }
	}

small.footer{
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 11px;
	color: #fff;
}

.clear{
	clear: both;
}

ul small.description{
	display: block;
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: 10px;
}

ul{
	display: block;
	font-size: 18px;
	color: #fff;
	vertical-align: top;
	list-style-type: none;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.2);
}

	ul li{
		vertical-align: middle;
	}

	ul li a{
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 5px;
		border-radius: 5px;
		vertical-align: middle;
	}

	ul li a:hover, ul li a.current{
		background-color: #fff;
		color: #0091ff;
		text-shadow: 0 0 0 #fff;

	}

	ul.depth-1{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 25px;
		margin-top: 5px;
	}


a.close{
	position: absolute;
	right: 25px;
	color: #000;
	text-decoration: none;
	opacity: 0.6;
	background-color: #fff;
	padding: 15px;
	border-radius: 15px;
	text-shadow: 0 0 0 #fff;
}

a.close.top{
	top: -55px;
}

a.close.bottom{
	bottom: -55px;
}

.pulldown{
	position: fixed;
	display: block;
	width: 250px;
	margin-left: -125px;
	top: 0px;
	left: 50%;
	z-index: 500;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.75);
}
