body {
	background: #0f0f0f;
}
#loadScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
  z-index: 10000;
}

#loadScreenImg {
  position: fixed;
  margin: auto;
  top:50%;
  left:50%;
  margin-left: -110px;
  margin-top: -10px;
}

/*.logo-loading {
	transform: rotate(90deg);
	position: fixed;
	margin: auto;
	top:50%;
	left:50%;
	margin-left: 0px;
	margin-top: 0px;
}*/

#range {
    width:100%;
    height:100%;
    overflow:hidden;
		position: fixed;
}

.map {
	position: absolute;
	width:300px;
	height:300px;

	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	opacity: 0.25;
	/*-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);*/
}

.map:hover {
	opacity: 1 !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	/*-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);*/
}

.logo {
	color:#fff;
	position: fixed;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+54 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 80%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	right:0px;
	width:25%;
	height: 100%;
	opacity: 1;
	z-index: 10001;
	pointer-events: none;
}

.logo-img {
	position: fixed;
	right: 25px;
	bottom:5%;
	height:200px;
	pointer-events: auto;
}
