@charset "UTF-8";
body {
  font-family: Georgia, serif;
  color: #111;
  line-height: 1.2; }

p {
  margin: 10px 0; }

h3 {
  margin-top: 0;
  padding-top: 20px; }

h2 {
  text-align: center; }

h4 {
  margin-bottom: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #000; }

#mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  #mask .boxclose {
    float: right;
    margin-top: -15px;
    margin-right: -15px;
    cursor: pointer;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #AEAEAE;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    text-decoration: none; }
    #mask .boxclose:before {
      content: "×"; }
  #mask .pre-words {
    width: 700px;
    min-width: 700px;
    background-color: #F6F3D6;
    z-index: 1000;
    border-radius: 5px; }
    #mask .pre-words .container-inner {
      padding: 0 20px 20px 20px; }
    #mask .pre-words h2 {
      margin: 0;
      border-radius: 5px 5px 0 0;
      padding: 10px 0; }
  #mask li {
    margin-bottom: 2px; }
  #mask ul {
    list-style: square inside;
    padding: 5px 10px; }
    #mask ul ul {
      list-style: circle inside;
      padding: 5px 10px; }
  #mask h4 {
    margin-top: 5px;
    font-size: 18px; }
  #mask .head {
    background-color: #E0EBF6; }
  #mask a {
    text-decoration: underline; }

* {
  box-sizing: border-box; }

.container {
  width: 100%; }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-md-6,
.col-md-2,
.col-md-3,
.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.col-md-6 {
  width: 50%; }

.col-md-2 {
  width: 16.66666667%; }

.col-md-4 {
  width: 33.33333333%; }

.col-md-3 {
  width: 25%; }

.ov {
  overflow: hidden; }

.db {
  display: block; }

.pl10 {
  padding-left: 10px; }

.br50 {
  border-radius: 50%;
  overflow: hidden; }

.tac {
  text-align: center; }

.xycenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.scale {
  transform: scale(1.1); }

.btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  border-radius: 6px;
  line-height: 50px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.3); }
  .btn:hover {
    opacity: .7; }

#fullpage,
.section,
.container {
  min-width: 1200px; }

#fullpageMenu {
  position: fixed;
  z-index: 2;
  color: #000;
  top: 0;
  left: 0;
  width: 100%; }
  #fullpageMenu a {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    transition: all .3s; }
    #fullpageMenu a:hover {
      background-color: rgba(255, 255, 255, 0.8); }
  #fullpageMenu .active a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }
    #fullpageMenu .active a:hover {
      color: #000; }

.self-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin: 0 40px;
  border-radius: 100%;
  opacity: .9;
  border: 1px solid #ccc;
  padding: 3px; }
  .self-img img {
    width: 100%;
    border-radius: 100%; }

.tech {
  max-width: 600px;
  margin: 0 auto; }
  .tech .circle {
    float: left;
    width: 100px;
    margin: 6px 6px 20px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    position: relative; }
    .tech .circle strong {
      position: absolute;
      top: 30px;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 30px; }
      .tech .circle strong i {
        font-style: normal;
        font-size: .6em;
        font-weight: normal; }
    .tech .circle span {
      display: block;
      margin-top: 12px; }

#about-me,
#skills {
  opacity: 0; }

.personal-info {
  min-width: 350px;
  max-width: 450px;
  margin: 0 auto; }
  .personal-info .fa {
    width: 28px;
    text-align: center; }

.fa-thumbs-o-up {
  width: 40px; }

#works {
  overflow: hidden;
  background-size: cover; }
  #works,
  #works .col-md-2,
  #works .col-md-4 {
    height: 100vh; }
  #works .col-md-4 {
    padding: 3px; }
  #works .knowledge {
    color: #fff;
    line-height: 1.4; }
  #works .art {
    top: 25%; }
    #works .art img {
      width: 250px;
      height: 250px;
      animation: rotate 20s infinite linear;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  #works .hand {
    width: 150px;
    height: 250px;
    z-index: 1;
    background: #3EA0E9;
    position: absolute;
    top: 50%; }
  #works .hand--right {
    left: 3px;
    transform: skew(30deg) rotate(30deg) translateY(-50%); }
  #works .hand--left {
    right: 3px;
    transform: skew(-30deg) rotate(-30deg) translateY(-50%); }
  #works .weapon {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #221713;
    z-index: 3;
    text-align: center;
    transition: color .5s; }
    #works .weapon:hover {
      color: #79A3AF; }
  #works .create-by-hands {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 67%; }
    #works .create-by-hands img {
      width: 100%;
      animation: scale 10s infinite linear;
      height: 100vh; }

.loader--spinningDisc {
  border: solid 0.5em #9b59b6;
  border-right-color: transparent;
  border-left-color: transparent;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #3498db;
  background-clip: content-box;
  animation: spinDisc 1.5s linear infinite;
  z-index: -1;
  margin: 0 auto; }

.top-down {
  position: absolute;
  -webkit-animation: arrow;
  animation: arrow;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 99;
  bottom: 5.5%;
  left: 50%;
  width: 47px;
  height: 26px;
  margin-left: -23px;
  background: url(../images/arrow-down.png) 50% 0 no-repeat; }

#roads {
  background: url(../images/map-light.jpg) center center; }
  #roads .foot {
    height: 50vh;
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 30px 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6); }
    #roads .foot img {
      width: 80%;
      border-radius: 50%; }
  #roads .step--left {
    animation: step infinite 2s; }
  #roads .step--right {
    animation: step infinite 2s 1s; }
  #roads .walk {
    position: absolute;
    top: 65%;
    left: 10%;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: width 20s 2s linear;
    color: #333;
    font-size: 20px;
    font-weight: bolder; }
    #roads .walk .maker {
      width: 200px;
      height: 200px;
      position: relative;
      z-index: 3;
      vertical-align: middle; }
    #roads .walk .walk-pic {
      position: absolute;
      left: 0;
      top: 0;
      transition: left linear 20s 2.6s;
      z-index: 2; }
    #roads .walk .problemsolver {
      position: relative;
      z-index: 3;
      vertical-align: middle; }
  #roads .takeuph {
    height: 100vh; }

#problem-solver {
  position: absolute;
  background: url(../images/problemsolver.png) no-repeat; }

.come-on-to-meet-me {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 25px;
  color: #333;
  opacity: 0;
  transition: opacity 2s; }

.fa-hand-o-right {
  animation: vertical-shake 2s infinite; }

@keyframes scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.08); }
  100% {
    transform: scale(1); } }
@keyframes spinDisc {
  50% {
    border-top-color: #3498db;
    border-bottom-color: #3498db;
    background-color: #2ecc71; }
  100% {
    transform: rotate(1turn); } }
@-webkit-keyframes arrow {
  0%,
    100%,
    88%,
    94% {
    bottom: 3.5%; }
  91%,
    97% {
    bottom: 1.5%; } }
@keyframes arrow {
  0%,
    100%,
    88%,
    94% {
    bottom: 3.5%; }
  91%,
    97% {
    bottom: 1.5%; } }
@keyframes step {
  0% {
    height: 50vh; }
  50% {
    height: 55vh; }
  100% {
    height: 50vh; } }
@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes vertical-shake {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(20%); }
  100% {
    transform: translateX(0); } }
@media (max-width: 1200px) {
  #fp-nav {
    display: none; } }
#mask .em {
  color: red; }

/*# sourceMappingURL=style.css.map */
