/* Extracted from alpha/index.html (de-monolith). url() paths are ../ to
   resolve from alpha/css/ exactly as they did from /alpha/. */
/* For WORLD TIME CLOCK */
@font-face {
	font-family: 'DINProRegular';
	src: url('../dinpro-regular-webfont.eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINProRegular';
	src: local('O'), url('../dinpro-regular-webfont.woff') format('woff'), url('../dinpro-regular-webfont.ttf') format('truetype'), url('../dinpro-regular-webfont.svg#webfont0N1fD6K0') format('svg');
	font-weight: normal;
	font-style: normal;
}
@charset utf-8;


/* page loading engine */
.loadengine {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
}
.loadenginetext{
	position: fixed;
	top: 50%;
	left: 50%;
	font-size: 20px;
	margin-top: 87px;
	margin-left: -165px; /* 155 */
	color: #092142;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 0 0 20px #9fccf6;

}
.loadenginetextsmall{
	position: fixed;
	top: 50%;
	left: 50%;
	font-size: 11px;
	margin-top: 110px;
	margin-left: -56px;
	color: #092142;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 0 0 10px #75caf4;
}
#engine_small_external {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -92px;
}

#engine_small_int_blade {
    width: 93px;
    height: 93px;
    position: absolute;
    left: 25px;
    top: 25px;
}

#engine_small_int_spiral {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 63px;
    top: 63px;
    background: black;
}

#engine_small_int_static {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 56px;
    top: 56px;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.engine_small_int_blade {
    -webkit-animation: rotating 0.07s linear infinite;
    animation: rotating 0.07s linear infinite;
}
.engine_small_int_spiral {
    -webkit-animation: rotating 0.07s linear infinite;
    animation: rotating 0.07s linear infinite;
}
/* 0.07s will give effect of it moving backwards and forwards like IRL */
