@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:mrgvlovani;
	src:url(mrgvlovani/bpg_mrgvlovani_caps_2010.ttf)
}
.geotext{
	font-family:mrgvlovani!important;
	
}


@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #38ACCF;
    overflow: hidden;
	z-index: -2;
}
.background li {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #FF6E00;
    color: transparent;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 7s ease-in forwards infinite;
}
undefined
.background li:nth-child(0) {
    animation-delay: 0s;
    left: 8vw;
    top: 22vh;
}

.background li:nth-child(1) {
    animation-delay: 2s;
    left: 45vw;
    top: 80vh;
    border-color: #00EC13;
}

.background li:nth-child(2) {
    animation-delay: 4s;
    left: 52vw;
    top: 45vh;
}

.background li:nth-child(3) {
    animation-delay: 6s;
    left: 19vw;
    top: 0vh;
}

.background li:nth-child(4) {
    animation-delay: 8s;
    left: 88vw;
    top: 63vh;
    border-color: #FFED00;
}

.background li:nth-child(5) {
    animation-delay: 10s;
    left: 68vw;
    top: 84vh;
    border-color: #F5060A;
}
	
.button {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
  animation: ripple 2000ms infinite;
  z-index: -1;	
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0px #38ACCF, 0 0 0 0px #fff, 0 0 0 0px #38ACCF, 0 0 0 0px #fff, 0 0 0 0px #38ACCF, 0 0 0 0px #fff, 0 0 0 0px #38ACCF, 0 0 0 0px #fff; 
  }
  100% {
    box-shadow: 0 0 0 15px #38ACCF, 0 0 0 17px rgba(255,255,255,0), 0 0 0 40px #38ACCF, 0 0 0 42px rgba(255,255,255,0), 0 0 0 70px #38ACCF, 0 0 0 72px rgba(255,255,255,0), 0 0 0 105px #38ACCF, 0 0 0 107px rgba(255,255,255,0);
  }
}
	
.locator {		
  position: absolute;
  top: 50%;
  left: 50%; transform: translate(-50%, -50%);	
}

.entry_form {
  margin: auto;
  float: none;	
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);		
	
	
}

.game_btn {
  position: absolute;
  top: 90%;
  left: 50%; transform: translate(-50%, -50%);	
	
}

.blink_me {
animation: blinker 2s linear infinite;}

@keyframes blinker {50% {opacity: 0;}}


	

