@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 640px) {
	.mobile {
    display:none;
}	
	.logomobile {
    display:none;
}	
	.logo {
    display:inline;
}		
	.mobiletable {
	margin-left: 18%; margin-right: 18%
}
	.mobilesubline {
	width: 60%;
}	
}
@media only screen and (max-width: 641px) {
	.desktop {
    display:none;
}	
	.logo {
    display:none;
}
	.logomobile {
    display:inline;
}		
	.desktoptable {
	margin-left: 0%; margin-right: 0%
}	
	.desktopsubline {
	width: 93%;
}	
}

@font-face {
		font-family: 'CircularStdBook';
	src: url('../font/CircularStd-Book.eot');
	src: url('../font/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
		 url('../font/CircularStd-Book.woff') format('woff'),
		 url('../font/CircularStd-Book.ttf') format('truetype'),
		 url('../font/CircularStd-Book.svg#CircularStd-Book') format('svg');	
}

body{
	font-family: 'CircularStdBook', Arial, sans-serif;
	}

#background {
    position: fixed;
    top: 70%;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: #F3F3F3;
    z-index: -1000000;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -1000000;	
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;	
}


h1 {
    font-size: 40px;
    line-height: 1em;
	font-weight: 300;
	margin: 2%;
	top: 2%;
	margin-top: 40px;
}

h2 {
    font-size: 15px;
    line-height: 20px;
	font-weight: 100;
	margin: 3%;
	margin-top: 2%;
	margin-bottom: 3%;
}

h3 {
	position: static;
    font-size: 12px;
    line-height: 20px;
	font-weight: 100;
	margin: 5%;
	color: white;
	margin-top: 2%;
}

h4 {
    font-size: 12px;
    line-height: 168x;
	font-weight: 100;
	text-align: left;
	color: #676767;
	margin-top: 20px;
	margin-bottom: 10%;
    word-wrap: break-word;
}




.button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*margin: auto 20%;*/
  left: 30%;
  right:30%;
  border: 1px solid rgba(255,255,255,0.00);
  font: normal 16px/normal 'CircularStdBook', Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0000fe;
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
}

.button:hover {
  /*margin: 0 20%;*/
  left: 30%;
  right:30%;
  border: 1px solid rgba(0,0,0,0.66);
  color: #0000FE;
  background: rgba(255,255,255,0.27);
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transform:  scaleX(1.01) scaleY(1.01) scaleZ(1.0)  ;
  transform:  scaleX(1.01) scaleY(1.01) scaleZ(1.0)  ;
}

.button:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.buttoninfo {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*margin: auto 20%;*/
 	position: absolute;
	z-index: 10;
	left: 20px;
	bottom: 20px;
  border: none;
  font: normal 16px/normal 'CircularStdBook', Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(49,49,49,0.63);
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
}

.buttoninfo:hover {
  /*margin: 0 20%;*/
  	left: 20px;
	bottom: 20px;
  border: none;
  color: #0000FE;
  background: #E5E5E5;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.buttoninfo:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.buttonloading {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*margin: auto 20%;*/
  left: 30%;
  right:30%;
  border: 1px solid rgba(255,255,255,0.00);
  font: normal 16px/normal 'CircularStdBook', Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0000fe;
}

@keyframes blink {50% { color: transparent }}
.loader__dot { animation: 1s blink infinite }
.loader__dot:nth-child(2) { animation-delay: 250ms }
.loader__dot:nth-child(3) { animation-delay: 500ms }


.logo {
 	position: absolute;
	z-index: 10;
	right: 25px;
	top: -20px;
   opacity: .4;
   transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
	width: 150px;
	height: 150px;
   }

.logo:hover {
      opacity: 1;
	  cursor: pointer;
      }

.logomobile {
 	position: absolute;
	z-index: 10;
	right: 25px;
	top: 0px;
   opacity: .4;
   transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
	width: 80px;
	height: 80px;
   }

.logomobile:hover {
      opacity: 1;
	  cursor: pointer;
      }





 /* unvisited link */
a:link {
    color: #0000FE;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #0000FE;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #000000;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #0000FE;
	text-decoration: none;
}
