@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg), url(../../images/bg_bottom.jpg);
  background-color: #FFCDE1;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  color: #1A0303;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 780px;
  position: relative;
  overflow: hidden;
}

.header .logo, .header .logo a {
  width: 240px;
  height: 114px;
}

.header .logo {
  position: absolute;
  top: 0px;
  left: 163px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .role {
  width: 1091px;
  height: 1234px;
  position: absolute;
  top: 0;
  left: 346px;
  background-image: url(../../images/lead.png);
  background-repeat: no-repeat;
  -webkit-animation: 1s toright;
          animation: 1s toright;
}

.header .slogan01 {
  width: 353px;
  height: 703px;
  position: absolute;
  top: 60px;
  left: 170px;
  background-image: url(../../images/slogan01.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.3s,bounceIn 0.8s 0.3s linear,pulse 1.5s 2s infinite;
          animation: delay 0.3s,bounceIn 0.8s 0.3s linear,pulse 1.5s 2s infinite;
}

.header .slogan02 {
  width: 191px;
  height: 444px;
  position: absolute;
  top: 323px;
  left: 429px;
  background-image: url(../../images/slogan02.png);
  background-repeat: no-repeat;
  -webkit-animation: delay 0.5s,bounceIn 1s 0.5s linear,pulse 1.5s 2s infinite;
          animation: delay 0.5s,bounceIn 1s 0.5s linear,pulse 1.5s 2s infinite;
}

.header .btnM, .header .btnM a {
  width: 168px;
  height: 168px;
  background-repeat: no-repeat;
}

.header .btnM {
  position: absolute;
  top: 930px;
  right: 5%;
  z-index: 999;
}

.header .btnM a {
  display: block;
  background-image: url("../../images/btnM.png");
  text-indent: -9999px;
}

.header .btnM a:hover {
  background-image: url("../../images/btnM_action.png");
  -webkit-animation: pulse 0.5s 0.5s;
          animation: pulse 0.5s 0.5s;
  /* filter: brightness(1.2);*/
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 705px;
  position: relative;
  margin: 0 auto;
}

.nav .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 235px;
  height: 130px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -235px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -470px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -705px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -940px !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -1175px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn ul li a {
  width: 235px;
  height: 130px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 7%;
  position: relative;
}

.content .container {
  width: 1024px;
  padding: 50px;
  border: 5px solid #E39FBC;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 3px #be96c1;
          box-shadow: 0 0 10px 3px #be96c1;
  position: relative;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin-bottom: 15px;
  position: relative;
}

.content .container > h3 img {
  display: block;
  max-width: 589px;
  width: 90%;
  margin: 0 auto;
}

.content .container > h4 {
  text-align: left;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #D44848;
  font-weight: bold;
  font-size: 1.35em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  margin: 8px 0;
  background-image: #EA99AA;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(234, 153, 170, 0)), color-stop(20%, #EA99AA), color-stop(40%, #EA99AA), color-stop(60%, #EA99AA), color-stop(80%, #EA99AA), to(rgba(234, 153, 170, 0)));
  background-image: linear-gradient(to left, rgba(234, 153, 170, 0) 0%, #EA99AA 20%, #EA99AA 40%, #EA99AA 60%, #EA99AA 80%, rgba(234, 153, 170, 0) 100%);
  line-height: 28px;
  color: #551120;
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3600;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #ff3600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container > p {
  margin-left: 2em;
}

.content .container > p a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #2F9B2C;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container ol li a, .content .container ul li a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container ol li a:hover, .content .container ul li a:hover {
  color: #1e78ff;
}

/* ================= item__box ================= */
.item__box {
  background: black;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #ff5e8e;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 187, 215, 0.75)), to(rgba(203, 142, 221, 0.75)));
  background: linear-gradient(to bottom, rgba(255, 187, 215, 0.75) 0%, rgba(203, 142, 221, 0.75) 100%);
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#ff2b6a), color-stop(20%, #ff5e8e), color-stop(80%, #ff5e8e), to(#ff2b6a));
  background: linear-gradient(to right, #ff2b6a 0%, #ff5e8e 20%, #ff5e8e 80%, #ff2b6a 100%);
  color: #fff;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  font-weight: bold;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background: #4f4f4f 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #4f4f4f), to(#000));
  background: linear-gradient(to bottom, #4f4f4f 30% 20%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #EA99AA solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #EA99AA;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #EA99AA;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ffcbe0;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 5px solid #ffcbe0;
  table-layout: inherit;
}

.table tr {
  background: #fff;
}

.table tr th {
  background: -webkit-gradient(linear, left bottom, left top, from(#dc7fa4), to(#E59FBB));
  background: linear-gradient(to top, #dc7fa4 0%, #E59FBB 100%);
  color: #50162d;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

/*table標籤*/
.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.certificate:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.certificate:after {
  content: attr(data-comment);
  white-space: pre;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.certificate {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 10px;
  left: -50px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 812px) {
  .certificate {
    top: -20px;
    left: -35px;
  }
}

.certificate:before {
  content: '\f0a3';
  width: 90px;
  height: 90px;
  font-size: 90px;
  color: #ca0000;
  text-align: center;
}

.certificate:after {
  width: 90px;
  height: 90px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: center;
  top: -0.5em;
}

.certificate-char4 {
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 812px) {
  .certificate-char4 {
    top: -20px;
    left: -35px;
  }
}

.certificate-char4:before {
  content: '\f0a3';
  width: 120px;
  height: 120px;
  font-size: 120px;
}

.certificate-char4:after {
  width: 120px;
  height: 120px;
}

.ribbon {
  width: 80%;
  height: 28px;
  line-height: 28px;
  margin-left: -13.5px;
  position: relative;
  z-index: 1;
}

.ribbon p {
  font-size: 12px;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}

.ribbon--01 {
  background: #7800b7;
  margin-left: -18.5px;
}

.ribbon--01:after {
  border-left: 15px solid #7800b7;
}

.ribbon--02 {
  background: #281f87;
}

.ribbon--02 p {
  color: #fff;
}

.ribbon--02:after {
  border-left: 15px solid #281f87;
}

.ribbonTop {
  width: 50px;
  padding: 10px 0;
  position: absolute;
  top: -13px;
  left: 5px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #a40000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#a40000));
  background: linear-gradient(to bottom, #e60012 0%, #a40000 100%);
}

.ribbonTop p {
  color: #fff799;
  font-size: 1.5em;
  line-height: 1em;
}

.ribbonTop:before, .ribbonTop:after {
  content: "";
  position: absolute;
}

.ribbonTop:before {
  height: 0;
  width: 0;
  right: -7.5px;
  top: 0.1px;
  border-bottom: 8px solid #8e0000;
  border-right: 8px solid transparent;
}

.ribbonTop:after {
  height: 0;
  width: 0;
  bottom: -24.5px;
  left: 0;
  border-left: 25px solid #a40000;
  border-right: 25px solid #a40000;
  border-bottom: 25px solid transparent;
}

/*=============== 禮包圖片輪播 =====================*/
.slider-wra, .slider-wra .slider, .slider-wra .slider ul.slider__list li {
  width: 820px;
}

.slider-wra {
  margin: 10px auto 30px auto;
  text-align: center;
  background: #EA99AA;
  border-radius: 10px;
}

.slider-wra .slider {
  height: 540px;
  position: relative;
  overflow: hidden;
}

.slider-wra .slider ul.slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 9999px;
  height: 100%;
}

.slider-wra .slider ul.slider__list li {
  float: left;
  height: 100%;
}

.slider-wra .slider ul.slider__list img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider-wra .slider__btn ul {
  margin: 0;
}

.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 3px;
  font-size: 1.2em;
}

.slider-wra .slider__btn ul li a {
  color: #fff;
  background: #7161ff;
  -webkit-box-shadow: 0 3px 0 0px #432eff;
          box-shadow: 0 3px 0 0px #432eff;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: #fff;
}

.slider-wra .slider__btn ul li a:hover {
  background: #9286ff;
  -webkit-box-shadow: 0 3px 0 0px #6453ff;
          box-shadow: 0 3px 0 0px #6453ff;
  color: #241414;
}

.slider-wra .slider__btn ul li.current a {
  background: #e63eb3;
  -webkit-box-shadow: 0 3px 0 0px #d51c9d;
          box-shadow: 0 3px 0 0px #d51c9d;
  color: #fff;
}

.slider-wra .slider__btn .slider__control {
  padding: 12px 0;
}

/*================= tableNote =================*/
.tableNote_label {
  top: -30px;
  right: 30px;
  width: 108px;
  height: 108px;
  background: #ff4b4b;
  -webkit-mask-image: url(../../images/certificate-shape.svg);
          mask-image: url(../../images/certificate-shape.svg);
  background-size: 100%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

.tableNote_label::after {
  color: #fff56e;
  white-space: pre-line;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #EA99AA;
          box-shadow: 0px 0px 8px 2px #EA99AA;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1b9c4), to(#e37990));
  background: linear-gradient(to top, #f1b9c4 0%, #e37990 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 347.40741deg;
  color: 75.88235%;
  color: #551120;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}

.explanation .symbol {
  color: #800033;
}

@media only screen and (max-width: 812px) {
  .explanation .symbol {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/* ================= 內容區塊 ================= */
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #EA99AA;
  color: #551120;
}

.card-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
}

.card-notice2 p {
  color: #A860BB;
  text-align: left;
  line-height: 1.5em;
}

/* =================滑動選單B 單一遊戲================= */
#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}

/* =================唯舞活動頁使用：步驟流程================= */
.step {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step ul {
  padding: 0;
}

.step li {
  display: inline-block;
  padding: 12px;
  margin-right: 25px;
  color: #000;
  border-radius: 10px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  border: 1px #b8b8b8 solid;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background: #fff 20%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#d6d6d6));
  background: linear-gradient(to bottom, #fff 20% 20%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.step li > img {
  border-radius: 5px;
}

.step li:before {
  content: '►';
  color: #b8b8b8;
  font-size: 1.3em;
  position: absolute;
  right: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.step li:last-child:before {
  content: '';
}

/* ================= CSS動態  =================*/
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.swing {
  -webkit-animation: swing 2s infinite;
          animation: swing 2s infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
  33% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  66% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(0 deg);
            transform: rotate(0 deg);
  }
}

/* 上下飄動 */
.sloganAnimation {
  -webkit-animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
          animation: delay 0.5s, toTop 0.5s 0.5s linear, flash 2s 1.5s linear infinite, pulse 4s 1.5s linear infinite;
}

@-webkit-keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.toright {
  -webkit-animation: delay 0.5s, toright 0.5s 0.5s linear;
          animation: delay 0.5s, toright 0.5s 0.5s linear;
}

@-webkit-keyframes toright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes toright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  27% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  72% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  10% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toTop {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
