html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
.section {
  background: url('../images/circle-base-dark.svg') no-repeat center;
  background-size: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
}
.section img {
  display: block;
  position: relative;
  width: 70%;
  height: auto;
  max-width: 70%;
  margin: 0 auto;
  z-index: 7003;
}
#logo .section img {
  width: 50%;
}
.section div span {
  background: url('../images/circle-spin.svg') no-repeat center;
  background-size: 40px;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  display: block;
  animation-name: spin;
  animation-duration: 1300ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1300ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1300ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-name: spin;
  -o-animation-duration: 1300ms;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  z-index: 7002;
}
@media only screen and (max-device-width : 767px) and (orientation: portrait) {
  .section,
  #logo .section {
    background-size: 10vw;
  }
  .section img {
    width: 80%;
    height: auto;
    max-width: 80%;
  }
  .section div span {
    background-size: 10vw;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
  .section,
  #logo .section {
    background-size: 5vw;
  }
  .section img {
    width: 90%;
    height: auto;
    max-width: 90%;
  }
  .section div span {
    background-size: 5vw;
  }
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 9998;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller{
  overflow: hidden;
}
.iScrollIndicator{
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
  right: 36px;
}
@media only screen and (max-device-width : 767px) and (orientation: portrait) {
#fp-nav.right {
    right: -0.5vw;
  }
}
#fp-nav.left {
  left: 6vw;
}
.fp-slidesNav{
  position: absolute;
  z-index: 9999;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 1.5vh;
  height: 1.5vh;
  margin: 0.7vh;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
  background: #b4b4b4;
  height: 10px;
  width: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 5px;
 }
#logo #fp-nav ul li a.active span,
#logo .fp-slidesNav ul li a.active span,
#logo #fp-nav ul li:hover a.active span,
#logo .fp-slidesNav ul li:hover a.active span {
  background: #b4b4b4;
  height: 10px;
  width: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 5px;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 2px;
  position: absolute;
  z-index: 9999;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#logo #fp-nav ul li a span,
#logo .fp-slidesNav ul li a span {
  border-radius: 2px;
  position: absolute;
  z-index: 9999;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}


@media only screen and (max-device-width : 767px) and (orientation: portrait) {
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span{
    height: 6px;
    width: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 3px;
   }
  #logo #fp-nav ul li a.active span,
  #logo .fp-slidesNav ul li a.active span,
  #logo #fp-nav ul li:hover a.active span,
  #logo .fp-slidesNav ul li:hover a.active span {
    height: 6px;
    width: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 3px;
   }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    border-radius: 1px;
    height: 2px;
    width: 2px;
    margin: -1px 0 0 -1px;
  }
  #logo #fp-nav ul li a span,
  #logo .fp-slidesNav ul li a span {
    border-radius: 1px;
    height: 2px;
    width: 2px;
    margin: -1px 0 0 -1px;
  }
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span{
    width: 6px;
    height: 6px;
    margin: -3px 0px 0px -3px;
  }
}


#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/* fullpage fade */
.fullpage {
	width: 100%!important;
	transform: none!important;
}

.section {
	width: 100%!important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 0;
	transition: all .3s;
}

.section.active {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}






/* backtotop */
.cd-top {
  display: inline-block;
  background: rgba(255,255,255,0.05) url('../images/backtotop.svg') no-repeat center;
  background-size: 30px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 90px;
  right: 50px;
  border-radius: 20px;
  overflow: hidden;
  text-indent: 0;
  white-space: nowrap;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 8000;
}

@media only screen and (max-device-width : 767px) and (orientation:portrait) {
  .cd-top {
    background-size: 0.6vh;
    height: 6vh;
    width: 6vh;
    bottom: 10vh;
    right: 50%;
    margin-right: -3vh;
    border-radius: 3vh;
  }
}

@media only screen and (-o-min-device-pixel-ratio: 5/4) and (orientation:portrait),
       only screen and (-webkit-min-device-pixel-ratio: 1.25) and (orientation:portrait),
       only screen and (min-device-pixel-ratio: 1.25) and (orientation:portrait),
       only screen and (min-resolution: 1.25dppx) and (orientation:portrait) {
  .cd-top {
    background-size: 3vh;
    right: 50%;
    margin-right: -3vh;
    height: 6vh;
    width: 6vh;
    border-radius: 3vh;
  }
}

@media only screen and (-o-min-device-pixel-ratio: 9/4) and (orientation:portrait),
       only screen and (-webkit-min-device-pixel-ratio: 2.25) and (orientation:portrait),
       only screen and (min-device-pixel-ratio: 2.25) and (orientation:portrait),
       only screen and (min-resolution: 2.25dppx) and (orientation:portrait) {
  .cd-top {
    background-size: 3vh;
    right: 50%;
    margin-right:-2.5vh;
    height: 5vh;
    width: 5vh;
    border-radius: 2.5vh;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
  .cd-top {
    background-size: 4vw;
    right: 50%;
    margin-right:-2.5vw;
    height: 5vw;
    width: 5vw;
    border-radius: 2.5vw;
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .cd-top {
    background-size: 6vh;
    bottom: 7vh;
    height: 8vh;
    width: 8vh;
    border-radius: 4vh;
  }
}

@media only screen and (max-width: 1279px) and (orientation: landscape) {
  .cd-top {
    background-size: 1.8vw;
    height: 2.8vw;
    width: 2.8vw;
    border-radius: 1.4vw;
  }
}

.cd-top img {
  width: 100%;
  height: 100%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.no-touch .cd-top:hover {
  opacity: 1;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.cd-top:hover {
  background: #76dcd1 url('../images/backtotop-grey.svg') no-repeat center;
  background-size: 30px;
  transform: scale(1.2);
}