/* mixin */
/* module */
/* line 7, ../scss/_bar.scss */
.wrap-loading {
  width: 20px;
  margin: 0 auto;
  padding: 10px 0;
}
/* line 11, ../scss/_bar.scss */
.wrap-loading:after {
  content: '';
  display: table;
  clear: both;
}

/* line 17, ../scss/_bar.scss */
.loading-bar {
  float: left;
  width: 4px;
  height: 14px;
  margin-left: 1px;
  background-color: #4291bb;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-animation: loading-bar 1s linear 0s infinite;
  -moz-animation: loading-bar 1s linear 0s infinite;
  -ms-animation: loading-bar 1s linear 0s infinite;
  -o-animation: loading-bar 1s linear 0s infinite;
  animation: loading-bar 1s linear 0s infinite;
}

/* line 28, ../scss/_bar.scss */
.bar-1 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 29, ../scss/_bar.scss */
.bar-2 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 30, ../scss/_bar.scss */
.bar-3 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loading-bar {
  /* line 33, ../scss/_bar.scss */
  0% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 37, ../scss/_bar.scss */
  100% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
  }
}

@-moz-keyframes loading-bar {
  /* line 33, ../scss/_bar.scss */
  0% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 37, ../scss/_bar.scss */
  100% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
  }
}

@-ms-keyframes loading-bar {
  /* line 33, ../scss/_bar.scss */
  0% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 37, ../scss/_bar.scss */
  100% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
  }
}

@keyframes loading-bar {
  /* line 33, ../scss/_bar.scss */
  0% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 37, ../scss/_bar.scss */
  100% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
  }
}

/* line 11, ../scss/_circle.scss */
.wrap-loading-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 -15px;
}

/* line 19, ../scss/_circle.scss */
.line {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #dbdbda;
  -webkit-animation: fade 0.75s linear 0 infinite;
  -moz-animation: fade 0.75s linear 0 infinite;
  -ms-animation: fade 0.75s linear 0 infinite;
  -o-animation: fade 0.75s linear 0 infinite;
  animation: fade 0.75s linear 0 infinite;
}

/* line 34, ../scss/_circle.scss */
.rotate-1 {
  position: absolute;
  -webkit-animation-delay: 0.0625s;
  -moz-animation-delay: 0.0625s;
  -ms-animation-delay: 0.0625s;
  -o-animation-delay: 0.0625s;
  animation-delay: 0.0625s;
  -webkit-transform: rotate(60deg) translate(-7.5px, 12.99038px);
  -moz-transform: rotate(60deg) translate(-7.5px, 12.99038px);
  -ms-transform: rotate(60deg) translate(-7.5px, 12.99038px);
  -o-transform: rotate(60deg) translate(-7.5px, 12.99038px);
  transform: rotate(60deg) translate(-7.5px, 12.99038px);
}

/* line 34, ../scss/_circle.scss */
.rotate-2 {
  position: absolute;
  -webkit-animation-delay: 0.125s;
  -moz-animation-delay: 0.125s;
  -ms-animation-delay: 0.125s;
  -o-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-transform: rotate(60deg) translate(-12.99038px, 7.5px);
  -moz-transform: rotate(60deg) translate(-12.99038px, 7.5px);
  -ms-transform: rotate(60deg) translate(-12.99038px, 7.5px);
  -o-transform: rotate(60deg) translate(-12.99038px, 7.5px);
  transform: rotate(60deg) translate(-12.99038px, 7.5px);
}

/* line 34, ../scss/_circle.scss */
.rotate-3 {
  position: absolute;
  -webkit-animation-delay: 0.1875s;
  -moz-animation-delay: 0.1875s;
  -ms-animation-delay: 0.1875s;
  -o-animation-delay: 0.1875s;
  animation-delay: 0.1875s;
  -webkit-transform: rotate(60deg) translate(-15px, 0.0px);
  -moz-transform: rotate(60deg) translate(-15px, 0.0px);
  -ms-transform: rotate(60deg) translate(-15px, 0.0px);
  -o-transform: rotate(60deg) translate(-15px, 0.0px);
  transform: rotate(60deg) translate(-15px, 0.0px);
}

/* line 34, ../scss/_circle.scss */
.rotate-4 {
  position: absolute;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-transform: rotate(60deg) translate(-12.99038px, -7.5px);
  -moz-transform: rotate(60deg) translate(-12.99038px, -7.5px);
  -ms-transform: rotate(60deg) translate(-12.99038px, -7.5px);
  -o-transform: rotate(60deg) translate(-12.99038px, -7.5px);
  transform: rotate(60deg) translate(-12.99038px, -7.5px);
}

/* line 34, ../scss/_circle.scss */
.rotate-5 {
  position: absolute;
  -webkit-animation-delay: 0.3125s;
  -moz-animation-delay: 0.3125s;
  -ms-animation-delay: 0.3125s;
  -o-animation-delay: 0.3125s;
  animation-delay: 0.3125s;
  -webkit-transform: rotate(60deg) translate(-7.5px, -12.99038px);
  -moz-transform: rotate(60deg) translate(-7.5px, -12.99038px);
  -ms-transform: rotate(60deg) translate(-7.5px, -12.99038px);
  -o-transform: rotate(60deg) translate(-7.5px, -12.99038px);
  transform: rotate(60deg) translate(-7.5px, -12.99038px);
}

/* line 34, ../scss/_circle.scss */
.rotate-6 {
  position: absolute;
  -webkit-animation-delay: 0.375s;
  -moz-animation-delay: 0.375s;
  -ms-animation-delay: 0.375s;
  -o-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-transform: rotate(60deg) translate(0.0px, -15px);
  -moz-transform: rotate(60deg) translate(0.0px, -15px);
  -ms-transform: rotate(60deg) translate(0.0px, -15px);
  -o-transform: rotate(60deg) translate(0.0px, -15px);
  transform: rotate(60deg) translate(0.0px, -15px);
}

/* line 34, ../scss/_circle.scss */
.rotate-7 {
  position: absolute;
  -webkit-animation-delay: 0.4375s;
  -moz-animation-delay: 0.4375s;
  -ms-animation-delay: 0.4375s;
  -o-animation-delay: 0.4375s;
  animation-delay: 0.4375s;
  -webkit-transform: rotate(60deg) translate(7.5px, -12.99038px);
  -moz-transform: rotate(60deg) translate(7.5px, -12.99038px);
  -ms-transform: rotate(60deg) translate(7.5px, -12.99038px);
  -o-transform: rotate(60deg) translate(7.5px, -12.99038px);
  transform: rotate(60deg) translate(7.5px, -12.99038px);
}

/* line 34, ../scss/_circle.scss */
.rotate-8 {
  position: absolute;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transform: rotate(60deg) translate(12.99038px, -7.5px);
  -moz-transform: rotate(60deg) translate(12.99038px, -7.5px);
  -ms-transform: rotate(60deg) translate(12.99038px, -7.5px);
  -o-transform: rotate(60deg) translate(12.99038px, -7.5px);
  transform: rotate(60deg) translate(12.99038px, -7.5px);
}

/* line 34, ../scss/_circle.scss */
.rotate-9 {
  position: absolute;
  -webkit-animation-delay: 0.5625s;
  -moz-animation-delay: 0.5625s;
  -ms-animation-delay: 0.5625s;
  -o-animation-delay: 0.5625s;
  animation-delay: 0.5625s;
  -webkit-transform: rotate(60deg) translate(15px, 0.0px);
  -moz-transform: rotate(60deg) translate(15px, 0.0px);
  -ms-transform: rotate(60deg) translate(15px, 0.0px);
  -o-transform: rotate(60deg) translate(15px, 0.0px);
  transform: rotate(60deg) translate(15px, 0.0px);
}

/* line 34, ../scss/_circle.scss */
.rotate-10 {
  position: absolute;
  -webkit-animation-delay: 0.625s;
  -moz-animation-delay: 0.625s;
  -ms-animation-delay: 0.625s;
  -o-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-transform: rotate(60deg) translate(12.99038px, 7.5px);
  -moz-transform: rotate(60deg) translate(12.99038px, 7.5px);
  -ms-transform: rotate(60deg) translate(12.99038px, 7.5px);
  -o-transform: rotate(60deg) translate(12.99038px, 7.5px);
  transform: rotate(60deg) translate(12.99038px, 7.5px);
}

/* line 34, ../scss/_circle.scss */
.rotate-11 {
  position: absolute;
  -webkit-animation-delay: 0.6875s;
  -moz-animation-delay: 0.6875s;
  -ms-animation-delay: 0.6875s;
  -o-animation-delay: 0.6875s;
  animation-delay: 0.6875s;
  -webkit-transform: rotate(60deg) translate(7.5px, 12.99038px);
  -moz-transform: rotate(60deg) translate(7.5px, 12.99038px);
  -ms-transform: rotate(60deg) translate(7.5px, 12.99038px);
  -o-transform: rotate(60deg) translate(7.5px, 12.99038px);
  transform: rotate(60deg) translate(7.5px, 12.99038px);
}

/* line 34, ../scss/_circle.scss */
.rotate-12 {
  position: absolute;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-transform: rotate(60deg) translate(0.0px, 15px);
  -moz-transform: rotate(60deg) translate(0.0px, 15px);
  -ms-transform: rotate(60deg) translate(0.0px, 15px);
  -o-transform: rotate(60deg) translate(0.0px, 15px);
  transform: rotate(60deg) translate(0.0px, 15px);
}

@-webkit-keyframes fade {
  /* line 42, ../scss/_circle.scss */
  0% {
    background-color: #dbdbda;
  }

  /* line 45, ../scss/_circle.scss */
  10% {
    background-color: #ffcc13;
  }

  /* line 48, ../scss/_circle.scss */
  20% {
    background-color: #ffd53b;
  }

  /* line 51, ../scss/_circle.scss */
  30% {
    background-color: #ffe78d;
  }

  /* line 54, ../scss/_circle.scss */
  40% {
    background-color: #ffea99;
  }

  /* line 57, ../scss/_circle.scss */
  50% {
    background-color: #feea9b;
  }

  /* line 60, ../scss/_circle.scss */
  60% {
    background-color: #fbe8a0;
  }

  /* line 63, ../scss/_circle.scss */
  100% {
    background-color: #dbdbda;
  }
}

@-moz-keyframes fade {
  /* line 42, ../scss/_circle.scss */
  0% {
    background-color: #dbdbda;
  }

  /* line 45, ../scss/_circle.scss */
  10% {
    background-color: #ffcc13;
  }

  /* line 48, ../scss/_circle.scss */
  20% {
    background-color: #ffd53b;
  }

  /* line 51, ../scss/_circle.scss */
  30% {
    background-color: #ffe78d;
  }

  /* line 54, ../scss/_circle.scss */
  40% {
    background-color: #ffea99;
  }

  /* line 57, ../scss/_circle.scss */
  50% {
    background-color: #feea9b;
  }

  /* line 60, ../scss/_circle.scss */
  60% {
    background-color: #fbe8a0;
  }

  /* line 63, ../scss/_circle.scss */
  100% {
    background-color: #dbdbda;
  }
}

@-ms-keyframes fade {
  /* line 42, ../scss/_circle.scss */
  0% {
    background-color: #dbdbda;
  }

  /* line 45, ../scss/_circle.scss */
  10% {
    background-color: #ffcc13;
  }

  /* line 48, ../scss/_circle.scss */
  20% {
    background-color: #ffd53b;
  }

  /* line 51, ../scss/_circle.scss */
  30% {
    background-color: #ffe78d;
  }

  /* line 54, ../scss/_circle.scss */
  40% {
    background-color: #ffea99;
  }

  /* line 57, ../scss/_circle.scss */
  50% {
    background-color: #feea9b;
  }

  /* line 60, ../scss/_circle.scss */
  60% {
    background-color: #fbe8a0;
  }

  /* line 63, ../scss/_circle.scss */
  100% {
    background-color: #dbdbda;
  }
}

@keyframes fade {
  /* line 42, ../scss/_circle.scss */
  0% {
    background-color: #dbdbda;
  }

  /* line 45, ../scss/_circle.scss */
  10% {
    background-color: #ffcc13;
  }

  /* line 48, ../scss/_circle.scss */
  20% {
    background-color: #ffd53b;
  }

  /* line 51, ../scss/_circle.scss */
  30% {
    background-color: #ffe78d;
  }

  /* line 54, ../scss/_circle.scss */
  40% {
    background-color: #ffea99;
  }

  /* line 57, ../scss/_circle.scss */
  50% {
    background-color: #feea9b;
  }

  /* line 60, ../scss/_circle.scss */
  60% {
    background-color: #fbe8a0;
  }

  /* line 63, ../scss/_circle.scss */
  100% {
    background-color: #dbdbda;
  }
}

/* line 7, ../scss/_circle2.scss */
.wrap-loading-circle2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 30px;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c0c0c0), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top left, #c0c0c0, #ececec);
  background: -moz-linear-gradient(top left, #c0c0c0, #ececec);
  background: -o-linear-gradient(top left, #c0c0c0, #ececec);
  background: linear-gradient(top left, #c0c0c0, #ececec);
  -webkit-animation: rotate 1s linear 0 infinite;
  -moz-animation: rotate 1s linear 0 infinite;
  -ms-animation: rotate 1s linear 0 infinite;
  -o-animation: rotate 1s linear 0 infinite;
  animation: rotate 1s linear 0 infinite;
}
/* line 19, ../scss/_circle2.scss */
.wrap-loading-circle2 .line2 {
  position: absolute;
  top: 0;
  width: 30px;
  height: 60px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fed217), color-stop(100%, #ede4c7));
  background: -webkit-linear-gradient(top left, #fed217, #ede4c7);
  background: -moz-linear-gradient(top left, #fed217, #ede4c7);
  background: -o-linear-gradient(top left, #fed217, #ede4c7);
  background: linear-gradient(top left, #fed217, #ede4c7);
}
/* line 28, ../scss/_circle2.scss */
.wrap-loading-circle2 .line2:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fed217), color-stop(100%, #f9d74d));
  background: -webkit-linear-gradient(top left, #fed217, #f9d74d);
  background: -moz-linear-gradient(top left, #fed217, #f9d74d);
  background: -o-linear-gradient(top left, #fed217, #f9d74d);
  background: linear-gradient(top left, #fed217, #f9d74d);
}
/* line 40, ../scss/_circle2.scss */
.wrap-loading-circle2 .circle-space {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 20px;
  border: 0 solid #e1e1e1;
  border-width: 0 1px 0 0;
  background: #fff;
}

@-webkit-keyframes rotate {
  /* line 56, ../scss/_circle2.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 59, ../scss/_circle2.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 56, ../scss/_circle2.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 59, ../scss/_circle2.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  /* line 56, ../scss/_circle2.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 59, ../scss/_circle2.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 56, ../scss/_circle2.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 59, ../scss/_circle2.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 11, ../scss/_circle3.scss */
.wrap-loading-circle3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

/* line 20, ../scss/_circle3.scss */
.line-ty2 {
  position: absolute;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-1 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(24deg) translate(19px, 0);
  -moz-transform: rotate(24deg) translate(19px, 0);
  -ms-transform: rotate(24deg) translate(19px, 0);
  -o-transform: rotate(24deg) translate(19px, 0);
  transform: rotate(24deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-1 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.0625s;
  -moz-animation-delay: 0.0625s;
  -ms-animation-delay: 0.0625s;
  -o-animation-delay: 0.0625s;
  animation-delay: 0.0625s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-2 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(48deg) translate(19px, 0);
  -moz-transform: rotate(48deg) translate(19px, 0);
  -ms-transform: rotate(48deg) translate(19px, 0);
  -o-transform: rotate(48deg) translate(19px, 0);
  transform: rotate(48deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-2 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.125s;
  -moz-animation-delay: 0.125s;
  -ms-animation-delay: 0.125s;
  -o-animation-delay: 0.125s;
  animation-delay: 0.125s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-3 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(72deg) translate(19px, 0);
  -moz-transform: rotate(72deg) translate(19px, 0);
  -ms-transform: rotate(72deg) translate(19px, 0);
  -o-transform: rotate(72deg) translate(19px, 0);
  transform: rotate(72deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-3 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.1875s;
  -moz-animation-delay: 0.1875s;
  -ms-animation-delay: 0.1875s;
  -o-animation-delay: 0.1875s;
  animation-delay: 0.1875s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-4 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(96deg) translate(19px, 0);
  -moz-transform: rotate(96deg) translate(19px, 0);
  -ms-transform: rotate(96deg) translate(19px, 0);
  -o-transform: rotate(96deg) translate(19px, 0);
  transform: rotate(96deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-4 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-5 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(120deg) translate(19px, 0);
  -moz-transform: rotate(120deg) translate(19px, 0);
  -ms-transform: rotate(120deg) translate(19px, 0);
  -o-transform: rotate(120deg) translate(19px, 0);
  transform: rotate(120deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-5 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.3125s;
  -moz-animation-delay: 0.3125s;
  -ms-animation-delay: 0.3125s;
  -o-animation-delay: 0.3125s;
  animation-delay: 0.3125s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-6 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(144deg) translate(19px, 0);
  -moz-transform: rotate(144deg) translate(19px, 0);
  -ms-transform: rotate(144deg) translate(19px, 0);
  -o-transform: rotate(144deg) translate(19px, 0);
  transform: rotate(144deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-6 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.375s;
  -moz-animation-delay: 0.375s;
  -ms-animation-delay: 0.375s;
  -o-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-7 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(168deg) translate(19px, 0);
  -moz-transform: rotate(168deg) translate(19px, 0);
  -ms-transform: rotate(168deg) translate(19px, 0);
  -o-transform: rotate(168deg) translate(19px, 0);
  transform: rotate(168deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-7 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.4375s;
  -moz-animation-delay: 0.4375s;
  -ms-animation-delay: 0.4375s;
  -o-animation-delay: 0.4375s;
  animation-delay: 0.4375s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-8 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(192deg) translate(19px, 0);
  -moz-transform: rotate(192deg) translate(19px, 0);
  -ms-transform: rotate(192deg) translate(19px, 0);
  -o-transform: rotate(192deg) translate(19px, 0);
  transform: rotate(192deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-8 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-9 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(216deg) translate(19px, 0);
  -moz-transform: rotate(216deg) translate(19px, 0);
  -ms-transform: rotate(216deg) translate(19px, 0);
  -o-transform: rotate(216deg) translate(19px, 0);
  transform: rotate(216deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-9 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.5625s;
  -moz-animation-delay: 0.5625s;
  -ms-animation-delay: 0.5625s;
  -o-animation-delay: 0.5625s;
  animation-delay: 0.5625s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-10 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(240deg) translate(19px, 0);
  -moz-transform: rotate(240deg) translate(19px, 0);
  -ms-transform: rotate(240deg) translate(19px, 0);
  -o-transform: rotate(240deg) translate(19px, 0);
  transform: rotate(240deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-10 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.625s;
  -moz-animation-delay: 0.625s;
  -ms-animation-delay: 0.625s;
  -o-animation-delay: 0.625s;
  animation-delay: 0.625s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-11 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(264deg) translate(19px, 0);
  -moz-transform: rotate(264deg) translate(19px, 0);
  -ms-transform: rotate(264deg) translate(19px, 0);
  -o-transform: rotate(264deg) translate(19px, 0);
  transform: rotate(264deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-11 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.6875s;
  -moz-animation-delay: 0.6875s;
  -ms-animation-delay: 0.6875s;
  -o-animation-delay: 0.6875s;
  animation-delay: 0.6875s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-12 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(288deg) translate(19px, 0);
  -moz-transform: rotate(288deg) translate(19px, 0);
  -ms-transform: rotate(288deg) translate(19px, 0);
  -o-transform: rotate(288deg) translate(19px, 0);
  transform: rotate(288deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-12 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-13 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(312deg) translate(19px, 0);
  -moz-transform: rotate(312deg) translate(19px, 0);
  -ms-transform: rotate(312deg) translate(19px, 0);
  -o-transform: rotate(312deg) translate(19px, 0);
  transform: rotate(312deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-13 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.8125s;
  -moz-animation-delay: 0.8125s;
  -ms-animation-delay: 0.8125s;
  -o-animation-delay: 0.8125s;
  animation-delay: 0.8125s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-14 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(336deg) translate(19px, 0);
  -moz-transform: rotate(336deg) translate(19px, 0);
  -ms-transform: rotate(336deg) translate(19px, 0);
  -o-transform: rotate(336deg) translate(19px, 0);
  transform: rotate(336deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-14 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.875s;
  -moz-animation-delay: 0.875s;
  -ms-animation-delay: 0.875s;
  -o-animation-delay: 0.875s;
  animation-delay: 0.875s;
}

/* line 27, ../scss/_circle3.scss */
.rotate-reszie-15 {
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(360deg) translate(19px, 0);
  -moz-transform: rotate(360deg) translate(19px, 0);
  -ms-transform: rotate(360deg) translate(19px, 0);
  -o-transform: rotate(360deg) translate(19px, 0);
  transform: rotate(360deg) translate(19px, 0);
}
/* line 31, ../scss/_circle3.scss */
.rotate-reszie-15 div {
  width: 12px;
  height: 7px;
  border-radius: 50%;
  background-color: #e3e3e3;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateResize 0.9375s linear 0 infinite;
  -moz-animation: rotateResize 0.9375s linear 0 infinite;
  -ms-animation: rotateResize 0.9375s linear 0 infinite;
  -o-animation: rotateResize 0.9375s linear 0 infinite;
  animation: rotateResize 0.9375s linear 0 infinite;
  -webkit-animation-delay: 0.9375s;
  -moz-animation-delay: 0.9375s;
  -ms-animation-delay: 0.9375s;
  -o-animation-delay: 0.9375s;
  animation-delay: 0.9375s;
}

@-webkit-keyframes rotateResize {
  /* line 44, ../scss/_circle3.scss */
  0% {
    background-color: #e3e3e3;
  }

  /* line 47, ../scss/_circle3.scss */
  11.66667% {
    background-color: #ffe588;
  }

  /* line 50, ../scss/_circle3.scss */
  23.33333% {
    width: 19px;
    height: 10px;
    background-color: #ffcc13;
  }

  /* line 55, ../scss/_circle3.scss */
  35% {
    width: 12px;
    height: 7px;
    background-color: #ffe588;
  }

  /* line 60, ../scss/_circle3.scss */
  46.66667% {
    background-color: #e3e3e3;
  }

  /* line 63, ../scss/_circle3.scss */
  100% {
    background-color: #e3e3e3;
  }
}

@-moz-keyframes rotateResize {
  /* line 44, ../scss/_circle3.scss */
  0% {
    background-color: #e3e3e3;
  }

  /* line 47, ../scss/_circle3.scss */
  11.66667% {
    background-color: #ffe588;
  }

  /* line 50, ../scss/_circle3.scss */
  23.33333% {
    width: 19px;
    height: 10px;
    background-color: #ffcc13;
  }

  /* line 55, ../scss/_circle3.scss */
  35% {
    width: 12px;
    height: 7px;
    background-color: #ffe588;
  }

  /* line 60, ../scss/_circle3.scss */
  46.66667% {
    background-color: #e3e3e3;
  }

  /* line 63, ../scss/_circle3.scss */
  100% {
    background-color: #e3e3e3;
  }
}

@-ms-keyframes rotateResize {
  /* line 44, ../scss/_circle3.scss */
  0% {
    background-color: #e3e3e3;
  }

  /* line 47, ../scss/_circle3.scss */
  11.66667% {
    background-color: #ffe588;
  }

  /* line 50, ../scss/_circle3.scss */
  23.33333% {
    width: 19px;
    height: 10px;
    background-color: #ffcc13;
  }

  /* line 55, ../scss/_circle3.scss */
  35% {
    width: 12px;
    height: 7px;
    background-color: #ffe588;
  }

  /* line 60, ../scss/_circle3.scss */
  46.66667% {
    background-color: #e3e3e3;
  }

  /* line 63, ../scss/_circle3.scss */
  100% {
    background-color: #e3e3e3;
  }
}

@keyframes rotateResize {
  /* line 44, ../scss/_circle3.scss */
  0% {
    background-color: #e3e3e3;
  }

  /* line 47, ../scss/_circle3.scss */
  11.66667% {
    background-color: #ffe588;
  }

  /* line 50, ../scss/_circle3.scss */
  23.33333% {
    width: 19px;
    height: 10px;
    background-color: #ffcc13;
  }

  /* line 55, ../scss/_circle3.scss */
  35% {
    width: 12px;
    height: 7px;
    background-color: #ffe588;
  }

  /* line 60, ../scss/_circle3.scss */
  46.66667% {
    background-color: #e3e3e3;
  }

  /* line 63, ../scss/_circle3.scss */
  100% {
    background-color: #e3e3e3;
  }
}

/*
@import "fixed";
*/
