@import "/lib/ostrich/ostrich.css";
@import "/lib/poppins/poppins.css";
html {
  box-sizing: border-box;
}
html.noscroll {
  overflow: hidden;
  position: fixed;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'poppins', sans-serif;
  font-weight: 200;
  text-rendering: optimizeLegibility;
  color: #1f1f1f;
  background-color: #f9f9f9;
  font-size: 14px;
  margin: 0;
}
body.noscroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0;
  font-family: 'ostrich', sans-serif;
  font-weight: 600;
}
h1 {
  font-size: 75px;
  letter-spacing: 8px;
  text-align: center;
  margin: 25px 0 15px;
}
h2 {
  margin: 20px 0 10px;
  font-size: 28px;
  letter-spacing: 2.5px;
  text-align: center;
}
a {
  font-style: normal;
  text-decoration: inherit;
  color: inherit;
}
a:focus,
a:active {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}
.bold {
  font-weight: 600;
}
input:invalid,
textarea:invalid {
  border: none;
  box-shadow: none;
}
input.error,
textarea.error {
  background-color: #aaa !important;
}
.contain_image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cover_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#error {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.arrow-down {
  z-index: 1000;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/images/icons/arrow_down_black.svg");
  background-size: 28px;
  background-position: 50% 55%;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 21px);
  margin: auto;
}
.arrow-down:hover,
.arrow-down.hover {
  -webkit-animation: down 2s infinite ease;
  animation: down 2s infinite ease;
}
.arrow-down.up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-down.up:hover,
.arrow-down.up.hover {
  -webkit-animation: up 2s infinite ease;
  animation: up 2s infinite ease;
}
.arrow-down.white {
  background-image: url("/images/icons/arrow_down_white.svg");
}
p,
ul {
  margin: 15px auto;
  text-align: justify;
  width: 100%;
}
p a,
ul a {
  font-style: italic;
}
.fullwidth {
  width: 100%;
}
.panel {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: #f9f9f9;
}
ul {
  list-style-type: '- ';
}
.smooth-scroll {
  cursor: pointer;
}
.page {
  position: relative;
  width: 100%;
  height: 100vh;
}
.photo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.credits {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #999;
  font-size: 12px;
}
.parallax {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 50%;
}
.parallax.ios {
  background-attachment: scroll;
}
#accueil-photo {
  background-image: url("/images/accueil-1.jpg");
}
#danse-photo {
  background-image: url("/images/danse-1.jpg");
}
#pilates-photo {
  background-image: url("/images/pilates-1.jpg");
}
#contact-photo {
  background-image: url("/images/contact-1.jpg");
}
#error {
  color: #f9f9f9;
  background-image: url("/images/error.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 0%;
}
#error .text-wrapper {
  background-color: transparent;
}
#error pre {
  font-size: 11px;
}
.flex-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.text-wrapper {
  padding: 25px 35px;
  width: 570px;
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.text-wrapper.transparent {
  color: #f9f9f9;
  padding: 25px 20px;
  background-color: transparent;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.9);
}
#compatibility {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
  z-index: 3000;
}
#menu {
  transition: color 0.3s ease-out;
}
#menu.white {
  color: #f9f9f9;
}
#menu nav {
  position: fixed;
  z-index: 5;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  top: -50px;
  right: 0px;
}
#menu nav.show {
  top: 0px;
  -webkit-animation: fadeInTop 1.5s ease-out;
  animation: fadeInTop 1.5s ease-out;
}
#menu nav a {
  display: block;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px;
  font-family: 'ostrich', sans-serif;
}
#logo {
  position: absolute;
  top: calc(50% - 60.5px);
  left: calc(50% - 256px);
  height: 52px;
  width: 500px;
  background: url("/images/logo.svg") center/contain no-repeat;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s ease;
}
#logo.hidden {
  opacity: 0;
}
#loading-bar {
  position: absolute;
  top: 50%;
  width: 90%;
  left: 5%;
  height: 1px;
  background-color: #bbb;
  transition: all 0.5s ease-in;
  -webkit-animation: loading 15s;
  animation: loading 15s;
  opacity: 1;
}
#loading-bar.loaded {
  -webkit-animation: none;
  animation: none;
  width: 100%;
  left: 0%;
}
#loading-bar.hidden {
  opacity: 0;
}
#accueil .photo-wrapper {
  top: 25vh;
  height: 50%;
  overflow: hidden;
  transition: 1.5s ease;
}
#accueil .photo-wrapper .credits {
  transition: opacity 2s ease;
  opacity: 1;
}
#accueil .photo-wrapper.loading {
  height: 0%;
  top: 50%;
}
#accueil .photo-wrapper.loading .credits {
  opacity: 0;
}
#accueil .photo-wrapper.notransition {
  transition: none;
}
#accueil .flex-wrapper {
  padding-top: 0;
  position: fixed;
  z-index: 1;
}
#accueil .flex-wrapper.relative {
  padding-top: 25vh;
  position: relative;
}
#accueil .text-wrapper {
  transition: text-shadow 2s ease, opacity 2s ease;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
  opacity: 1;
}
#accueil .text-wrapper.loading {
  text-shadow: 0px 0px 6px rgba(0,0,0,0);
  opacity: 0;
}
#accueil .text-wrapper p {
  text-align: center;
  font-size: 19px;
}
#accueil .arrow-down {
  opacity: 1;
  transition: opacity 3s ease;
}
#accueil .arrow-down.hidden {
  opacity: 0;
}
#danse .photo-wrapper {
  height: 100%;
}
#danse .text-wrapper {
  margin-left: 45%;
  margin-bottom: 8%;
}
#pilates .photo-wrapper {
  height: 100%;
}
#pilates .text-wrapper {
  margin-right: 45%;
}
#infos .flex-wrapper {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  vertical-align: top;
}
#infos .text-wrapper {
  padding: 0;
  width: 512px;
}
#infos .map-wrapper {
  display: inline-block;
  width: 50%;
  height: 100%;
}
#infos .map-wrapper iframe {
  width: 100%;
  height: 100%;
}
#infos p {
  font-size: 14.5px;
  width: 500px;
  text-align: center;
}
.table {
  position: relative;
  margin: 15px auto;
  width: 500px;
}
.table .time,
.table .course {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  padding: 2px 5px;
}
.table .time {
  width: 20%;
  text-align: left;
  padding-left: 35px;
}
.table .course {
  width: 80%;
  padding-left: 35px;
}
.table .row {
  width: 100%;
  height: 15.5px;
}
.table .column {
  display: inline-block;
  width: 70%;
}
.table .day {
  display: inline-block;
  width: 30%;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 0px 10px;
  font-family: 'ostrich', sans-serif;
}
.table .box {
  width: 100%;
  padding: 6px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.table .box.even {
  background-color: #e9e9e9;
  transition: 0.5s;
}
.table .box.even:hover {
  background-color: #d9d9d9;
}
.table a {
  text-decoration: underline;
}
.table .small {
  font-size: 12px;
}
#contact> .flex-wrapper {
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-top: calc(50vh - 150px);
}
#contact .text-wrapper {
  width: 450px;
}
#contact p {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#contact p.right {
  text-align: right;
  font-size: 15px;
}
#contact .smooth-scroll {
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
  bottom: 10px;
  text-align: center;
  color: #f9f9f9;
}
#contact a {
  font-style: inherit;
}
.links {
  width: 80%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.links .facebook {
  background-image: url("/images/icons/facebook.svg");
  width: 46px;
  height: 46px;
}
#contact-form {
  position: relative;
  width: 540px;
  padding: 10px;
}
#contact-form> div {
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
#contact-form> div.show {
  opacity: 1;
  z-index: 1;
}
#contact-form h2 {
  color: #f9f9f9;
}
#contact-form input,
#contact-form textarea {
  font-family: 'poppins', sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #1f1f1f;
  margin: 6px 0px;
  border: none;
  background-color: #eee;
  border-radius: 1px;
}
#contact-form input {
  height: 32px;
  padding-left: 5px;
}
#contact-form .name {
  width: 45%;
  margin-right: 5%;
}
#contact-form .mail {
  width: 50%;
}
#contact-form textarea {
  width: 100%;
  padding: 5px;
  min-height: 170px;
  resize: none;
}
#contact-form #message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10%;
  vertical-align: middle;
  text-align: center;
  color: #f9f9f9;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
#contact-form .button {
  position: static;
  height: 35px;
  width: 125px;
  line-height: 35px;
  font-size: 1.1rem;
  float: right;
  font-variant: small-caps;
  cursor: pointer;
}
#contact-captcha {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  width: 100%;
  height: 290px;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
#contact-captcha .visualCaptcha .audioField {
  border-color: #333;
}
#contact-captcha .accessibility-description,
#contact-captcha .visualCaptcha-explanation,
#contact-captcha .status.valid {
  padding: 15px 10px;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
}
#contact-captcha .visualCaptcha-refresh-button,
#contact-captcha .visualCaptcha-accessibility-button {
  background-color: #f9f9f9;
  border: none;
  height: 40px;
  width: 40px;
  padding: 11px;
}
#contact-captcha .visualCaptcha-possibilities .img {
  background-color: #f9f9f9;
  border-radius: 1px;
  height: 54px;
  margin: 0 2px;
  border: none;
  border-color: transparent;
}
#contact-captcha .visualCaptcha-possibilities .img.visualCaptcha-selected {
  border-color: inherit;
  background-color: #c9c9c9;
}
#contact-captcha.error .visualCaptcha-explanation,
#contact-captcha.error .accessibility-description {
  background-color: #aaa important;
}
#made-by {
  position: absolute;
  bottom: 1px;
  left: 5px;
  font-size: 11px;
  color: #fff;
}
footer {
  position: relative;
  height: 0px;
  width: 100%;
}
footer p {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #logo {
    width: 80%;
    left: 10%;
  }
  #menu.white {
    color: inherit;
  }
  #menu.white .menu-button {
    background-image: url("/images/icons/menu_button.svg");
  }
  #menu .menu-button {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 6;
    background-image: url("/images/icons/menu_button_black.svg");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: right top;
  }
  #menu nav {
    width: 100vw;
    height: 0vh;
    overflow: hidden;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #f9f9f9;
    transition: height 1s ease;
  }
  #menu.show .menu-button {
    background-image: url("/images/icons/menu_button_black.svg");
  }
  #menu.show nav {
    height: 100vh;
  }
  .page,
  #pilates,
  #infos,
  #contact {
    height: auto;
    min-height: 100vh;
  }
  .page > .flex-wrapper,
  #pilates > .flex-wrapper,
  #infos > .flex-wrapper,
  #contact > .flex-wrapper {
    min-height: 100vh;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
  }
  .page .text-wrapper,
  #pilates .text-wrapper,
  #infos .text-wrapper,
  #contact .text-wrapper,
  .page .table,
  #pilates .table,
  #infos .table,
  #contact .table,
  .page #contact-form,
  #pilates #contact-form,
  #infos #contact-form,
  #contact #contact-form {
    width: 100%;
    max-width: 540px;
    padding: 5%;
    margin: 0;
    font-size: 12px;
  }
  .page .table,
  #pilates .table,
  #infos .table,
  #contact .table {
    padding: 0;
  }
  .page .table .day,
  #pilates .table .day,
  #infos .table .day,
  #contact .table .day {
    width: 18%;
    font-size: 22px;
    padding: 5px;
  }
  .page .table .column,
  #pilates .table .column,
  #infos .table .column,
  #contact .table .column {
    width: 82%;
  }
  .page .table .column .time,
  #pilates .table .column .time,
  #infos .table .column .time,
  #contact .table .column .time,
  .page .table .column .course,
  #pilates .table .column .course,
  #infos .table .column .course,
  #contact .table .column .course {
    padding-left: 5px;
    font-size: 11.5px;
  }
  .page .table .small,
  #pilates .table .small,
  #infos .table .small,
  #contact .table .small {
    font-size: 10.5px;
  }
  .page p,
  #pilates p,
  #infos p,
  #contact p {
    width: 100%;
  }
  .page .map-wrapper,
  #pilates .map-wrapper,
  #infos .map-wrapper,
  #contact .map-wrapper {
    display: none;
  }
  #accueil h1 {
    font-size: 58px;
  }
  #accueil .text-wrapper p {
    font-size: 15px;
  }
  #accueil #accueil-flex {
    padding-top: 0;
    position: relative;
  }
  #danse {
    margin-top: -15vh;
  }
  #danse .photo-wrapper {
    display: none;
  }
  #danse .text-wrapper {
    text-shadow: none;
    margin-left: 0;
    color: #1f1f1f;
  }
  #danse .arrow-down {
    background-image: url("/images/icons/arrow_down_black.svg");
  }
  #contact .text-wrapper {
    text-shadow: 0px 0px 3px rgba(0,0,0,0.9);
  }
  #infos .text-wrapper {
    padding: 5px 10px;
  }
  #infos p {
    font-size: 12px;
    margin: 5px 0;
  }
  #gap {
    height: 30vh;
    min-height: 30vh;
  }
  #contact .flex-wrapper {
    padding: 20px 0 35px;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
  }
  .arrow-down {
    display: none;
  }
}
@media only screen and (min-height: 1023px) {
  .arrow-down {
    display: block;
  }
}
@-moz-keyframes down {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes down {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes up {
  0% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(0, 10px);
    -ms-transform: rotate(180deg) translate(0, 10px);
    transform: rotate(180deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(0, 10px);
    -ms-transform: rotate(180deg) translate(0, 10px);
    transform: rotate(180deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-o-keyframes up {
  0% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(0, 10px);
    -ms-transform: rotate(180deg) translate(0, 10px);
    transform: rotate(180deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes up {
  0% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(0, 10px);
    -ms-transform: rotate(180deg) translate(0, 10px);
    transform: rotate(180deg) translate(0, 10px);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    -ms-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-moz-keyframes scrolldownbackground {
  0% {
    background-color: rgba(0,0,0,0);
  }
  50% {
    background-color: #000;
  }
  100% {
    background-color: rgba(0,0,0,0.5);
  }
}
@-webkit-keyframes scrolldownbackground {
  0% {
    background-color: rgba(0,0,0,0);
  }
  50% {
    background-color: #000;
  }
  100% {
    background-color: rgba(0,0,0,0.5);
  }
}
@-o-keyframes scrolldownbackground {
  0% {
    background-color: rgba(0,0,0,0);
  }
  50% {
    background-color: #000;
  }
  100% {
    background-color: rgba(0,0,0,0.5);
  }
}
@keyframes scrolldownbackground {
  0% {
    background-color: rgba(0,0,0,0);
  }
  50% {
    background-color: #000;
  }
  100% {
    background-color: rgba(0,0,0,0.5);
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  50% {
    opacity: 0.1;
    top: -10px;
  }
  70% {
    opacity: 0.2;
    top: -3px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  50% {
    opacity: 0.1;
    top: -10px;
  }
  70% {
    opacity: 0.2;
    top: -3px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  50% {
    opacity: 0.1;
    top: -10px;
  }
  70% {
    opacity: 0.2;
    top: -3px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    top: -50px;
  }
  50% {
    opacity: 0.1;
    top: -10px;
  }
  70% {
    opacity: 0.2;
    top: -3px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-moz-keyframes loading {
  0% {
    width: 0%;
    left: 50%;
  }
  5% {
    width: 8%;
    left: 46%;
  }
  10% {
    width: 14%;
    left: 43%;
  }
  15% {
    width: 27%;
    left: 36.5%;
  }
  20% {
    width: 39%;
    left: 30.5%;
  }
  25% {
    width: 50%;
    left: 25%;
  }
  40% {
    width: 60%;
    left: 20%;
  }
  65% {
    width: 69%;
    left: 15.5%;
  }
  80% {
    width: 77%;
    left: 11.5%;
  }
  88% {
    width: 84%;
    left: 8%;
  }
  95% {
    width: 88%;
    left: 6%;
  }
  100% {
    width: 90%;
    left: 5%;
  }
}
@-webkit-keyframes loading {
  0% {
    width: 0%;
    left: 50%;
  }
  5% {
    width: 8%;
    left: 46%;
  }
  10% {
    width: 14%;
    left: 43%;
  }
  15% {
    width: 27%;
    left: 36.5%;
  }
  20% {
    width: 39%;
    left: 30.5%;
  }
  25% {
    width: 50%;
    left: 25%;
  }
  40% {
    width: 60%;
    left: 20%;
  }
  65% {
    width: 69%;
    left: 15.5%;
  }
  80% {
    width: 77%;
    left: 11.5%;
  }
  88% {
    width: 84%;
    left: 8%;
  }
  95% {
    width: 88%;
    left: 6%;
  }
  100% {
    width: 90%;
    left: 5%;
  }
}
@-o-keyframes loading {
  0% {
    width: 0%;
    left: 50%;
  }
  5% {
    width: 8%;
    left: 46%;
  }
  10% {
    width: 14%;
    left: 43%;
  }
  15% {
    width: 27%;
    left: 36.5%;
  }
  20% {
    width: 39%;
    left: 30.5%;
  }
  25% {
    width: 50%;
    left: 25%;
  }
  40% {
    width: 60%;
    left: 20%;
  }
  65% {
    width: 69%;
    left: 15.5%;
  }
  80% {
    width: 77%;
    left: 11.5%;
  }
  88% {
    width: 84%;
    left: 8%;
  }
  95% {
    width: 88%;
    left: 6%;
  }
  100% {
    width: 90%;
    left: 5%;
  }
}
@keyframes loading {
  0% {
    width: 0%;
    left: 50%;
  }
  5% {
    width: 8%;
    left: 46%;
  }
  10% {
    width: 14%;
    left: 43%;
  }
  15% {
    width: 27%;
    left: 36.5%;
  }
  20% {
    width: 39%;
    left: 30.5%;
  }
  25% {
    width: 50%;
    left: 25%;
  }
  40% {
    width: 60%;
    left: 20%;
  }
  65% {
    width: 69%;
    left: 15.5%;
  }
  80% {
    width: 77%;
    left: 11.5%;
  }
  88% {
    width: 84%;
    left: 8%;
  }
  95% {
    width: 88%;
    left: 6%;
  }
  100% {
    width: 90%;
    left: 5%;
  }
}
