/* line 5, ../src/onepage-scroll.scss */
html.onepage-scroll-enabled,
body.onepage-scroll-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 16, ../src/onepage-scroll.scss */
.onepage-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
/* line 23, ../src/onepage-scroll.scss */
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

/* line 30, ../src/onepage-scroll.scss */
.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 38, ../src/onepage-scroll.scss */
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
/* line 41, ../src/onepage-scroll.scss */
.onepage-pagination li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
}
/* line 46, ../src/onepage-scroll.scss */
.onepage-pagination li a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 54, ../src/onepage-scroll.scss */
.onepage-pagination li a.active:before {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}
