body,
html {
    height: 100%;
}
html {
    /* font-size: 16px; */
}
body {
    overflow: hidden;
}
body.no-touch {
    overflow: visible;
}
#main {
    width: 100%;
    height: 100%;
}
.section {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding: 16px; */
    box-sizing: border-box;
    overflow: hidden;
    /* display: table; */
}

.container {
    /* display: table-cell; */
    vertical-align: middle;
    /* text-align: center; */
}
/* .container a {
    color: #fff;
} */
.slide-navigation {
    position: fixed;
    top: 50%;
    bottom: 0;
    right: 100px;
    text-align: center;
}
.slide-navigation > li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.slide-navigation > li > a {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #a5e6e0;
    margin: 0 auto;
    /* border: 3px solid #fff; */
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slide-navigation > li > a.is-active {
    height: 14px;
    width: 14px;
    background: #38b6aa;
}


/*# sourceMappingURL=application.min.css.map */