/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700;900&display=swap');

body {
  font: 16px/1.2 'Noto Sans TC',
    "Microsoft JhengHei",
    "Microsoft YaHei",
    "SimHei",
    "STHeiti",
    "LiHei Pro Medium",
    "Apple LiGothic Medium",
    Verdana,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #152e38;
}

.Bold900 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 900;
}

.Bold700 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.custom-width {
  max-width: 900px;
}

/* 強調底線背景效果 */

.highlight-title {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
}

.highlight {
  background: linear-gradient(transparent 60%, #ffff33 60%);
}

/* 表頭顏色 */

.f-Footer-s {
  font-size: 16px;
}

#result {
  height: 100px;
  font-size: 3rem;
  margin: 0;
  border-radius: 0;
}

#operator {
  width: 50px;
}

#number-area {
  margin: 0;
}

.trapezoid-button {
  clip-path: polygon(10% 2%, 98% 2%, 90% 98%, 2% 98%);
}

#masterimg {
  display: none;
}

.bg_Ash {
  background-color: #efefef;
}

.bg-red {
  background-color: #2f2f2f;
}

.bg_Goose {
  background-color: #c5000b;
}

.bg-blue {
  background-color: #afdfdb;
  opacity: 0.8;
  background-image: linear-gradient(135deg, #bbe4e0 25%, transparent 25%), linear-gradient(225deg, #bbe4e0 25%, transparent 25%), linear-gradient(45deg, #bbe4e0 25%, transparent 25%), linear-gradient(315deg, #bbe4e0 25%, #afdfdb 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg_maple_m {
  background-image: url('../images/bg_m.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: scroll;
  background-color: #000;
  min-height: 100vh;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.card-bg {
  background-color: rgb(255, 255, 255);
  border: 8px solid rgb(0, 0, 0);
  width: 100%;
  border-radius: 10px;
  margin: 20px 0 20px 0;
  padding: 10px;
}

.bg-lights {
  background-color: #f0f0f0;
  border-radius: 10px;
}

.cards-img {
  background-color: rgb(255, 255, 255);
  border: 8px solid rgb(0, 0, 0);
  border-radius: 15px;
}

.Outer_rame {
  margin-top: 5px;
  background-color: #ffba7d48;
  border-radius: 15px;
  border-color: #ffba7d48;
  border-width: 0px;
  border-style: solid;
  padding: 5px;
}

.Outer_rame_b {
  margin-top: 5px;
  background-color: #3a47d994;
  border-radius: 10px;
  border-color: #96755100;
  padding: 5px;
  box-shadow: 0px 11px 0px -1px rgba(150, 117, 81, 0);
}

.black-border {
  border: 7px solid rgb(0, 0, 0);
  width: 100%;
  border-radius: 10px;
  margin: 5px 0 20px 0;
  padding: 10px;
  font-size: 28px;
  font-weight: bold;
  color: rgb(175, 175, 175);
}

.number-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #dedede;
}

hr.style-one {
  border: 0;
  border-top: 1.5px solid #ffffff;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.badge-lg {
  font-size: 0.9rem;
  padding: 0.3em 0.4em;
  border-radius: 1px;
}

.badge-rad{
  background-color: #d7000f;
  color: #fff;
}

.badge-gold{
  background-color: #f5c104;
  color: #000000;
}

.badge-blue-s{
  background-color: #3d77ba;
  color: #fff;
}

.badge-green{
  background-color: #789506;
  color: #fff;
}

.content-box {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

/* pc font */

.font-l-black {
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  line-height: 36px;
}

.font-m-black {
  font-size: 16px;
  color: #b3b3b3;
  line-height: 28px;
}

.font-s-black {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 28px;
}

.font-l-red {
  font-size: 38px;
  color: #f90006;
  font-weight: bold;
  line-height: 36px;
}

.font-m-red {
  font-size: 24px;
  color: #f90006;
  font-weight: bold;
  line-height: 36px;
}

.font-s-red {
  font-size: 18px;
  color: #f90006;
  font-weight: bold;
  line-height: 28px;
}

.font-l-white {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  line-height: 28px;
}

.font-m-white {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}

.font-s-white {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 28px;
}


/* 注意事項 */
.p_g_18 {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

.p_w_18 {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}

.font-s-brown {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 26px;
}

.arrow {
  list-style-type: '► ';
}

/* 標籤按鈕 */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #253647 !important;
  background-color: #fff83f;
  padding: 15px 50px 15px 50px;
}

.nav-link {
  color: #ffffff !important;
  background-color: #ffffff;
  padding: 15px 50px 15px 50px;
}


/* 按鈕+動態 */

.btn-blue {
  width: 200px;
  height: 60px;
  background-color: #555555;
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-weight: bolder;
  border: 4px solid rgb(157, 157, 157);
  border-radius: 30px;
  margin: auto;

}

.btn-in {
  transform: scale(1, 1);
  transition: all 0.2s ease-out;
}

.btn-in:hover {
  transform: scale(1.08);
}

.btn2-in {
  transition: 0.2s;
  transform: scale(1);
}

.btn2-in:hover {
  transform: translateY(5px);
}

.btn2-in:active {
  transform: scale(0.95);
}

.sidebtn>.bn {
  background-color: #ff3578;
  text-align: center;
  border-color: #000000;
  border-width: 4px;
  border-style: solid;
}

/* 基本外觀 */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 100px;
  background-color: #4f4f4f5e;
  border-radius: 0;
  opacity:1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: background-color .2s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #4f4f4f97;
}

.carousel-control-prev {
  left: -10px;
}

.carousel-control-next {
  right: -10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* 左箭頭 */
.carousel-control-prev-icon {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999999" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.354 1.646a.5.5 0 0 1 0 .708L5.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z"/></svg>');
}

/* 右箭頭 */
.carousel-control-next-icon {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999999" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5.646 14.354a.5.5 0 0 1 0-.708L10.293 8 5.646 3.354a.5.5 0 1 1 .708-.708l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708 0z"/></svg>');
}

/* 手機與小平板 */
@media (max-width: 767.98px) {

  .carousel-control-prev,
  .carousel-control-next {
    width: 24px;
    height: 86px;
  }

  .carousel-control-prev {
    left: -1;
  }

  /* 收回到邊線內 */
  .carousel-control-next {
    right: -1;
  }
}




.sidebtn>.bn>a {
  color: #FFFFFF;
  display: block;
}

.sidebtn>.bn>a:hover {
  text-decoration: none;
}

.sidebtn>.bn-01 .ico {
  background: url(../images/Icon-01.svg) no-repeat center;
  background-size: contain;
}

.sidebtn>.bn-02 .ico {
  background: url(../images/Icon-02.svg) no-repeat center;
  background-size: contain;
}

.sidebtn>.bn-03 .ico {
  background: url(../images/Icon-03.svg) no-repeat center;
  background-size: contain;
}

.sidebtn>.bn-04 .ico {
  background: url(../images/Icon-04.svg) no-repeat center;
  background-size: contain;
}

.sidebtn>.bn-05 .ico {
  background: url(../images/Icon-05.svg) no-repeat center;
  background-size: contain;
}

.sidebtn>.bn-06 .ico {
  background: url(../images/Icon-06.svg) no-repeat center;
  background-size: contain;
}


@media screen and (max-width: 768px) {
  .navbar {
    padding: 0.75rem 1rem;
  }

  .navbar .navbar-brand {
    width: 140px;
    height: 32px;
  }

  .bg_maple_m {
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

}

@media screen and (max-width: 568px) {

  /* m font */

  .content-box {
    width: 86%;
    max-width: 86%;
    margin: 0 auto;
  }

  .font-l-black {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    line-height: 26px;
  }

  .font-m-black {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 22px;
  }

  .font-s-black {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 20px;
  }

  .font-l-red {
    font-size: 26px;
    color: #f90006;
    font-weight: bold;
    line-height: 26px;
  }

  .font-m-red {
    font-size: 16px;
    color: #f90006;
    font-weight: bold;
    line-height: 26px;
  }

  .font-s-red {
    font-size: 14x;
    color: #f90006;
    font-weight: bold;
    line-height: 20px;
  }

  .font-l-white {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
  }

  .font-m-white {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
  }

  .font-s-white {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
  }

  .font-m-yellow {
    font-size: 16px;
    color: #e7ff49;
    font-weight: bold;
    line-height: 26px;
  }

  /* 活動注意事項 */
  .p_g_18 {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
  }

  .p_w_18 {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
  }

  .font-s-brown {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    line-height: 26px;
  }

  .event-01 .card-body {
    font-size: 1rem;
  }

  .event-01 .card-body .title {
    font-size: 1.25rem;
    margin: -44px auto 16px auto;
  }

  .btn-area>a {
    font-size: 1rem;
  }

  .btn-area>.btn01::before,
  .btn-area>.btn02::before {
    top: 4px;
  }

  .copyright .container>div {
    display: block;
  }

  .copyright .container>div {
    width: 100%;
    padding: 0.5rem;
  }

  .sidebtn {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0);
  }

  .sidebtn>.bn {
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 6px;
    width: 49%;
    display: inline-block;
  }

  .sidebtn>.bn>a:hover {
    text-decoration: none;
  }

  .sidebtn>.bn .ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 0.5rem;
  }

  .sidebtn>.bn span {
    vertical-align: super;
  }

}

@media screen and (min-width: 569px) {
  .sidebtn {
    position: fixed;
    right: 0;
    top: 24%;
  }

  .sidebtn>.bn {
    padding: 2rem 0.5rem;
    font-size: 1.25rem;
    border-radius: 12px 0 0 12px;
  }

  .sidebtn>.bn+.bn {
    margin-top: 0.5rem;
  }

  .sidebtn>.bn .ico {
    width: 32px;
    height: 32px;
    display: block;
    margin-bottom: 1rem;
  }

  .sidebtn>.bn span {
    writing-mode: tb-rl;
  }

}


/* .hero .hero-banner {
/* height: 40vh; 
}*/
.event-01 .card-body {
  font-size: 1rem;
}

.event-01 .card-body .title {
  font-size: 1.25rem;
  margin: -44px auto 16px auto;
}

footer {
  margin-bottom: 0rem;
}

.btn-area>a {
  font-size: 1rem;
}

.btn-area>.btn01::before,
.btn-area>.btn02::before {
  top: 4px;
}


.flippableCard {
  background-color: transparent;
  perspective: 1000px;
}

.flippableCard__inner {
  position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flippableCard.flippableCard--open .flippableCard__inner {
  transform: rotateY(180deg);
}

.flippableCard__back {
  position: absolute;
  inset: 0;
}

.flippableCard__front,
.flippableCard__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flippableCard__back {
  color: white;
  transform: rotateY(180deg);
}

.block {
  display: none;
  min-width: 100%;
}

.navbar {
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16);
  padding: 1rem;
}

.navbar .navbar-brand {
  background: url(../images/irent.svg) center no-repeat;
  display: block;
  width: 180px;
  height: 32px;
  font-size: 0;
}

.event-01 {
  background-color: #f4f4f4;
}

.event-01 .card {
  max-width: 765px;
  margin: 0 auto;
}

.event-01 .card-body {
  font-size: 1.25rem;
}

.event-01 .card-body .title {
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: #316c99;
  padding: 4px 24px;
  text-align: center;
  max-width: 240px;
  margin: -44px auto 16px auto;
  border-radius: 2rem;
}

.event-01 .card-body .special-note {
  font-size: 0.875rem;
}

.event-02 .event-intro {
  background-color: #fcfcf2;
}

.event-02 .event-notice ul {
  padding-inline-start: 0px;
}

.event-02 .event-notice li {
  list-style: none;
  margin: 0 0 0.5rem 0;
}

.btn-area {
  text-align: center;
}

.btn-area>a {
  position: relative;
  max-width: 200px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 8px 20px;
  color: #152e38;
}

.btn-area>a+a {
  border-left: 1px solid #000;
}

.btn-area>.btn01::before {
  content: "";
  background-image: url(../images/Arrow_Left.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: -12px;
}

.btn-area>.btn02::before {
  content: "";
  background-image: url(../images/Arrow_Right.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: -12px;
}

footer {
  background-color: #f4f4f4;
}

.sns {
  text-align: center;
}

.sns>div {
  display: inline-block;
  width: 20%;
  max-width: 120px;
}

.sns>div>a {
  color: #717171;
}

.sns i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.5rem auto;
}

.sns .fb {
  background: url(../images/Facebook.svg) no-repeat center;
  background-size: cover;
}

.sns .youtube {
  background: url(../images/Youtube.svg) no-repeat center;
  background-size: cover;
}

.sns .line {
  background: url(../images/Line.svg) no-repeat center;
  background-size: cover;
}

.sns .instagram {
  background: url(../images/Instagram.svg) no-repeat center;
  background-size: cover;
}


.flippableCard {
  background-color: transparent;
  perspective: 1000px;
}

.flippableCard__inner {
  position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flippableCard.flippableCard--open .flippableCard__inner {
  transform: rotateY(180deg);
}

.flippableCard__back {
  position: absolute;
  inset: 0;
}

.flippableCard__front,
.flippableCard__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flippableCard__back {
  color: white;
  transform: rotateY(180deg);
}

.block {
  display: none;
  min-width: 100%;
}

.navbar {
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16);
  padding: 1rem;
}

.navbar .navbar-brand {
  background: url(../images/irent.svg) center no-repeat;
  display: block;
  width: 180px;
  height: 32px;
  font-size: 0;
}

.navbar .navbar-brand {
  background: url(../images/irent.svg) center no-repeat;
  display: block;
  width: 120px;
  height: 32px;
  font-size: 0;
}

.event-01 {
  background-color: #f4f4f4;
}

.event-01 .card {
  max-width: 765px;
  margin: 0 auto;
}

.event-01 .card-body {
  font-size: 1.25rem;
}

.event-01 .card-body .title {
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: #316c99;
  padding: 4px 24px;
  text-align: center;
  max-width: 240px;
  margin: -44px auto 16px auto;
  border-radius: 2rem;
}

.event-01 .card-body .special-note {
  font-size: 0.875rem;
}

.event-02 .event-intro {
  background-color: #fcfcf2;
}

.event-02 .event-notice ul {
  padding-inline-start: 0px;
}

.event-02 .event-notice li {
  list-style: none;
  margin: 0 0 0.5rem 0;
}

.btn-area {
  text-align: center;
}

.btn-area>a {
  position: relative;
  max-width: 200px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 8px 20px;
  color: #152e38;
}

.btn-area>a+a {
  border-left: 1px solid #000;
}

.btn-area>.btn01::before {
  content: "";
  background-image: url(../images/Arrow_Left.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: -12px;
}

.btn-area>.btn02::before {
  content: "";
  background-image: url(../images/Arrow_Right.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  right: -12px;
}

footer {
  background-color: #f4f4f4;
}

.sns {
  text-align: center;
}

.sns>div {
  display: inline-block;
  width: 20%;
  max-width: 120px;
}

.sns>div>a {
  color: #717171;
}

.sns i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.5rem auto;
}

.sns .fb {
  background: url(../images/Facebook.svg) no-repeat center;
  background-size: cover;
}

.sns .youtube {
  background: url(../images/Youtube.svg) no-repeat center;
  background-size: cover;
}

.sns .line {
  background: url(../images/Line.svg) no-repeat center;
  background-size: cover;
}

.sns .instagram {
  background: url(../images/Instagram.svg) no-repeat center;
  background-size: cover;
}

.sns span {
  font-size: 0.75rem;
}

.copyright {
  border-top: 1px solid #dfdedc;
  text-align: center;
}

.copyright .container>div {
  display: inline-block;
  text-align: center;
  padding: 1rem;
}

.copyright img {
  width: 100%;
}

.cpr {
  width: 58%;
}

.phone {
  width: 30%;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 */
.la-ball-newton-cradle,
.la-ball-newton-cradle>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-newton-cradle {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-newton-cradle.la-dark {
  color: #333;
}

.la-ball-newton-cradle>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-newton-cradle {
  width: 40px;
  height: 10px;
}

.la-ball-newton-cradle>div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.la-ball-newton-cradle>div:first-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  -o-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  animation: ball-newton-cradle-left 1s 0s ease-out infinite;
}

.la-ball-newton-cradle>div:last-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  -o-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  animation: ball-newton-cradle-right 1s 0s ease-out infinite;
}

.la-ball-newton-cradle.la-sm {
  width: 20px;
  height: 4px;
}

.la-ball-newton-cradle.la-sm>div {
  width: 4px;
  height: 4px;
}

.la-ball-newton-cradle.la-2x {
  width: 80px;
  height: 20px;
}

.la-ball-newton-cradle.la-2x>div {
  width: 20px;
  height: 20px;
}

.la-ball-newton-cradle.la-3x {
  width: 120px;
  height: 30px;
}

.la-ball-newton-cradle.la-3x>div {
  width: 30px;
  height: 30px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 */
.la-ball-newton-cradle,
.la-ball-newton-cradle>div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-newton-cradle {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-newton-cradle.la-dark {
  color: #333;
}

.la-ball-newton-cradle>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-newton-cradle {
  width: 40px;
  height: 10px;
}

.la-ball-newton-cradle>div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.la-ball-newton-cradle>div:first-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  -o-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  animation: ball-newton-cradle-left 1s 0s ease-out infinite;
}

.la-ball-newton-cradle>div:last-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  -o-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  animation: ball-newton-cradle-right 1s 0s ease-out infinite;
}

.la-ball-newton-cradle.la-sm {
  width: 20px;
  height: 4px;
}

.la-ball-newton-cradle.la-sm>div {
  width: 4px;
  height: 4px;
}

.la-ball-newton-cradle.la-2x {
  width: 80px;
  height: 20px;
}

.la-ball-newton-cradle.la-2x>div {
  width: 20px;
  height: 20px;
}

.la-ball-newton-cradle.la-3x {
  width: 120px;
  height: 30px;
}

.la-ball-newton-cradle.la-3x>div {
  width: 30px;
  height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-moz-keyframes ball-newton-cradle-left {
  25% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes ball-newton-cradle-left {
  25% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes ball-newton-cradle-right {
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  75% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-moz-keyframes ball-newton-cradle-right {
  50% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }

  75% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes ball-newton-cradle-right {
  50% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  75% {
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes ball-newton-cradle-right {
  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  75% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

}

.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 9999;
}

.loading {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;

}

.loading_logo {
  position: absolute;
  width: 120px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -40px;
}