@-ms-viewport { width:device-width; }
		@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
		html { height:100%; }
		body { height:100%; overflow:hidden; margin:0; padding:0; font-size:16px; color:#000000; background-color:#ffffff; }

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v17-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Myfont';
  src: local(''),
       url('fonts/EncodeSansSemiCondensed-Regular.ttf') format('truetype')
}
/* 
@font-face {
  font-family: 'F29LT';
  src: url('fonts/29LTAdir-Regular.eot');
  src: local(''),
       url('fonts/29LTAdir-Regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/29LTAdir-Regular.woff') format('woff'), 
       url('fonts/29LTAdir-Regular.ttf') format('truetype') 
}

@font-face {
  font-family: 'Proxima';
  src: url('fonts/proxima-nova-regular-webfont.eot'); 
  src: local(''),
       url('fonts/proxima-nova-regular-webfont.woff') format('woff'),
       url('fonts/proxima-nova-regular-webfont.ttf') format('truetype') 
}

@font-face {
  font-family: 'PTSansNarrow';
  src: local(''),
       url('fonts/PTSansNarrow-Regular.ttf') format('truetype') 
}

@font-face {
  font-family: 'GTsuper';
  src: url('fonts/GT-Super-Display-Light.eot');
  src: local(''),
       url('fonts/GT-Super-Display-Light.woff') format('woff'),
       url('fonts/GT-Super-Display-Light.ttf') format('truetype') 
}
 */

div {
  font-family: Myfont;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
}
.lds-ellipsis div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #9C2D23;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
