@media all and (max-width: 800px) {

.hero {display:none;}

.dn {display:block;
position: fixed;
left: 3%;
top:3%;}

}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	line-height: 1;
	min-height:100%;
	font-family:Artial, Verdana, sans-serif;
}

body {
	background: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee, black 100%);
	background: -moz-linear-gradient(top, #eeeeee, black 100%);
	background: -o-linear-gradient(top, #eeeeee, black 100%);
	background: -ms-linear-gradient(top, #eeeeee, black 100%);
	background: linear-gradient(top, #eeeeee, black 100%);
	background-attachment:fixed;
	overflow: hidden;
}

ol, ul {
	list-style: none;
}

p {
	margin:1em 0;
	line-height:1.1em;
}

q {
	font-style:italic;
	color:#333;
}

h1 {
	font-size:2.91em;
	margin:0;
}

h1 > small {
	text-align:right;
	display:inline-block;
	font-size:.71em;
	text-indent:15em;
	color:#444;
}

h2 {
	color:inherit;
	font-size:1.91em;
	margin:2em 0 1em 0;
}

h2:first-child {margin-top:0;}

h3 {
	color:#333;
	font-size:1.41em;
	margin:1em 0;
}

h4 {
	color:#444;
	font-size:1.11em;
	margin:1em 0;
}

#progress {
	height:2%;
	background:#444;
	bottom:0;
	z-index:200;
}

#scrollbar {
	position:fixed;
	right:2px;
	height:50px;
	width:6px;
	background:#444;
	background:rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.6);
	z-index:300;
	border-radius:3px;
}

.skrollr-desktop #scrollbar {display:none;}


.drop {
	background:transparent;
	font-weight:bold;
	padding:0;
}

.topbar {
	background:transparent;
	font-weight:bold;
	padding:0;
	position:fixed;
	width:100%;
	z-index:5554;
	height:30px;
}
.ex {
	background:red;
	padding:0;
	position:relative;
	z-index:9999;
}

#download {
	width:80%;
	left:0%;
	height:100%;
	border:none;
	background-color: transparent;
	z-index: 9999;
	position: center;
}

.dn {}

#thing {
		width:32px;
		height:32px;
		border-radius:16px;
		background:#000;
	}


	#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
