@-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-family: Myfont; font-size:16px; color:#333333; background-color:#ffffff; }

@font-face {
  font-family: 'Releway';
  src: url('fonts/raleway-v17-latin-regular.eot');
  src: local(''),
       url('fonts/raleway-v17-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/raleway-v17-latin-regular.woff2') format('woff2'), 
       url('fonts/raleway-v17-latin-regular.woff') format('woff'), 
       url('fonts/raleway-v17-latin-regular.ttf') format('truetype'),
       url('fonts/raleway-v17-latin-regular.svg#Raleway') format('svg'); 
}

@font-face {
  font-family: 'Myfont';
  src:url('fonts/muli/Muli.ttf.woff') format('woff'),
      url('fonts/muli/Muli.ttf.svg#Muli') format('svg'),
      url('fonts/muli/Muli.ttf.eot'),
      url('fonts/muli/Muli.ttf.eot?#iefix') format('embedded-opentype'); 
      font-weight: normal;
      font-style: normal;
}



/* 
@font-face {
  font-family: 'Myfont';
  src: url('fonts/MuseoSansCyrl-300.eot'); 
  src: local(''),
       url('fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
       url('fonts/MuseoSansCyrl-300.woff') format('woff'), 
	   url('fonts/MuseoSansCyrl-300.woff2') format('woff2'),
       url('fonts/MuseoSansCyrl-300.ttf') format('truetype') 
} */

/* encode-sans-semi-condensed-regular - latin */

/* @font-face {
  font-family: 'Myfont';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/encode-sans-semi-condensed-v5-latin-regular.eot'); 
  src: local('Encode Sans Semi Condensed Regular'), local('EncodeSansSemiCondensed-Regular'),
       url('fonts/encode-sans-semi-condensed-v5-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/encode-sans-semi-condensed-v5-latin-regular.woff2') format('woff2'), 
       url('fonts/encode-sans-semi-condensed-v5-latin-regular.woff') format('woff'), 
       url('fonts/encode-sans-semi-condensed-v5-latin-regular.ttf') format('truetype'),
       url('fonts/encode-sans-semi-condensed-v5-latin-regular.svg#EncodeSansSemiCondensed') format('svg');
} */


/* 
@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: 'Encode';
  src: local(''),
       url('fonts/EncodeSansSemiCondensed-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: #1c3476;
  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);
  }
}
