  

@media -sass-debug-info{filename{}line{font-family:\0000316}}
#header {
 }
@media -sass-debug-info{filename{}line{font-family:\0000327}}
#header .logo {
  width: 100%;
  max-width: 200px;
}

@media -sass-debug-info{filename{}line{font-family:\0000334}}
.fp-slidesContainer {
  position: relative;
}

@media -sass-debug-info{filename{}line{font-family:\0000338}}
#moveDown, #moveUp {
  display: block;
  position: fixed;
  bottom: 10px;
  background: url("/images/jt.jpg") no-repeat center;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  left: calc(18% - 15px);
  border-width: 0;
  z-index: 9999;
}
@media -sass-debug-info{filename{}line{font-family:\0000351}}
#moveDown:focus, #moveUp:focus {
  outline: none;
}
@media -sass-debug-info{filename{}line{font-family:\0000354}}
#moveDown:hover, #moveUp:hover {
  cursor: url(img/hand.png), auto;
}

@media -sass-debug-info{filename{}line{font-family:\0000358}}
#moveUp {
  display: none;
  position: fixed;
  bottom: 10px;
  background: url("/images/jt.jpg") no-repeat center;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  left: calc(50% - 15px);
  border-width: 0;
  z-index: 9999;
  transition: .2s;
  transform: rotate(180deg);
}
@media -sass-debug-info{filename{}line{font-family:\0000372}}
#moveUp:focus {
  outline: none;
}
@media -sass-debug-info{filename{}line{font-family:\0000375}}
#moveUp:hover {
  cursor: url(img/hand.png), auto;
}

@media -sass-debug-info{filename{}line{font-family:\0000381}}
body {
  overflow: hidden;
}

@media -sass-debug-info{filename{}line{font-family:\0000388}}
#fullpage .contact-template.active +
#moveDown, #fullpage .contact-template.active #moveUp {
  display: none;
}

/* Preloader */
 

@media -sass-debug-info{filename{}line{font-family:\00003111}}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

@media (min-width: 1200px) {
@media -sass-debug-info{filename{}line{font-family:\00003127}}
  body {
    padding: 0;
  }

@media -sass-debug-info{filename{}line{font-family:\00003130}}
  #header {
    height: 7%;
    height: 100px;
  }
@media -sass-debug-info{filename{}line{font-family:\00003133}}
  #header .logo {
    max-width: 240px;
  }

@media -sass-debug-info{filename{}line{font-family:\00003137}}
  #moveDown, #moveUp {
    bottom: 50px;
  }
} 