@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: local("Crimson Text Regular"), local("CrimsonText-Regular"), url(../fonts/CrimsonText-Regular.ttf);
}
@-webkit-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.select {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.select-cont {
  position: absolute;
  width: 200px;
  height: 230px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -115px;
}
.select-cont img {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.select-line {
  width: 1px;
  height: 60px;
  background: #444;
  margin: 20px auto;
}
.select-link {
  font-size: .875em;
  text-align: center;
}
.select-link a {
  display: block;
  line-height: 1.5;
  border: #444 solid 1px;
  padding: 10px 0;
  margin: 10px 0;
}
.select-link a:hover {
  color: #E54478;
  border: #666 solid 1px;
}
