@charset "UTF-8";

/* ------------------------------------------ reset
--------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

body {
    width: 100%;
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

html,
body,
div,
span,
p,
ul,
li,
input,
table,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

a:hover {
    color: #ffffff;
}

p {
    color: #1C1C1C;
}


hr {
    background-color: rgb(209, 208, 208);
    height: 1px;
    border: none;
    margin: 26px 0;
}

/* ------------------------------------------ utility
--------------------------------------------- */

.row {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w50 {
    width: 50%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.col-1-4 {
    padding: 0 16px;
    width: 25%;
}

.col-1-3 {
    padding: 0 16px;
    width: 33%;
}

.col-1-2 {
    padding: 0 16px;
    width: 50%;
}

.col-2-3 {
    padding: 0 16px;
    width: 60%;
}

.col-3-4 {
    padding: 0 16px;
    width: 75%;
}

.col-4-5 {
    padding: 0 16px;
    width: 80%;
}

.col {
    padding: 0 16px;
    width: 100%;
}


@media screen and (max-width: 786px) {

    .col-1-2,
    .col-1-4,
    .col-1-3,
    .col-3-4,
    .col-2-3,
    .w70,
    .w30 {
        width: 100%;
    }
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.pl-4 {
    padding-left: 4rem;
}

.pr-4 {
    padding-right: 4rem;
}

.vertical-md {
    vertical-align: middle;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.inline-block {
    display: inline-block;
}

.margin-auto {
    margin: 0 auto;
}

.align-item-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-evenly {
    justify-content: space-evenly
}


/* ------txt------- */
.hightlight-orange {
    color: #EF7800;
    font-weight: bold;
}
.hightlight-red {
    color: #F8524C;
    font-weight: bold;
}
.txt-link {
    color: #00a19b;
    text-decoration: underline;
}

.txt-link:hover {
    color: #1cada4;
    text-decoration: underline;
}

.txt-remark {
    color: #7c7c7c;
    font-size: .9rem;
    line-height: 1.3rem
}

/* ------------------------------------------ component 
--------------------------------------------- */

.wrapper {
    width: 100%;
    /* position: relative; */
    overflow: hidden;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
}

.container_fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
}

.container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}


@media screen and (max-width: 576px) {
    .container {
        padding: 0 20px;
    }
}
/* .h2_title{
    font-weight: 900;
    font-style: italic;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #007a7b;
    text-align: center;
}
.h3_title{
    font-weight: 700;
    font-style: italic;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #007a7b;
    text-align: center;

}
.p_title{
    background-color: yellow;
    font-weight: 700;    
    font-style: italic;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 10px;
}
@media screen and (max-width: 576px) {
    .h2_title{
        font-size: 40px;
        line-height: 50px;
    }
    .h3_title{
        font-size: 24px;
        line-height: 40px;
    }
}
@media screen and (max-width: 476px) {
    .h2_title{
        font-size: 33px;
        line-height: 40px;
    }
    .h3_title{
        font-size: 18px;
    }
    .p_title{
        font-size: 16px;
        padding: 0;
    }
} */
.mainTitle {
    font-size: 42px;
    font-weight: bold;
    color: #1C1C1C;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 1px #d4d4d4;

}

.mainTitle+p {
    margin-top: 6px;
    font-size: 22px;
    color: #1C1C1C;
    text-shadow: 0 0 1px #d4d4d4;
}

@media screen and (max-width: 786px) {
    .mainTitle {
        font-size: 36px;
        line-height: 45px;
    }

    .mainTitle+p {
        font-size: 20px;
    }


}

@media screen and (max-width: 576px) {
    .mainTitle {
        font-size: 32px;
        line-height: 45px;
    }

    .mainTitle+p {
        font-size: 18px;
    }

}

.seo {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}



/*--btn--*/
.btn {
    display: inline-block;
    height: 44px;
    font-size: 16px;
    border-radius: 4px;
    line-height: 44px;
    padding: 0px 32px;
    text-align: center;
    vertical-align: middle;
    transition: .2s;
    background: #00B6A4;
    color: #fff;
    letter-spacing: 1px;
}

.btn:hover {
    background: #00c0ad;
    color: #fff;
}

.card .btn {
    padding: 0 18px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 18px;
}



@media screen and (max-width: 768px) {
    .btn {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        padding: 0px 24px;
    }

    .card .btn {
        font-size: 16px;
    }
}

/*--card--*/
.card {
    width: 100%;
    background: #ffffff;
    padding: 32px 24px;
    border-radius: 14px;
    margin-top: 16px;
    margin-bottom: 32px;
    box-shadow: 0 0 4px #C2D2DF;
    text-align: center;
}

.card .title {
    width: 200px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    background: #4b4b4b;
    position: absolute;
    border-radius: 10px;
    top: -20px;
    right: calc(50%);
    transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    line-height: 40px;
}

@media screen and (max-width: 576px) {
    .card {
        height: auto;
    }

    .card .title {
        font-size: 16px;
        width: 160px;
        height: 38px;
    }
}

table {
    width: 100%;
    border: solid 1px #D0D0D0;
    margin-top: 15px;
    font-size: 14px;
}

table th {
    font-weight: bold;
}

table th, table td {
    padding: 6px 0;
}

table tr:nth-child(even) {
    background: #F5F5F5;
}

@media screen and (max-width: 376px) {
    table {
        font-size: 13px;
    }
}

/* ------------------------------------------ kv 
--------------------------------------------- */
.kv-pc {
    width: 100%;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    height: 1000px;
    background: url(../img/kv-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.kv-bg_m {
    display: none;
}

/* .kv .txt-container {
    margin-top: 24px;
    padding: 0;
}

.kv .row {
    height: 100%;
    align-items: center;
}

.kv .left {
    width: 50%;
    height: 100%;
}

.kv .right {
    width: 50%;
    height: 100%;
}

.kv-person {
    height: 520px;
    position: absolute;
    bottom: 0px;
    left: 48%;
}

.kv-copyright {
    position: absolute;
    bottom: 5px;
    right: 5%;
    max-width: 180px;
} */
@media screen and (max-width: 1400px) {
    .kv-pc {
        height: 600px;
    }
}
@media screen and (max-width: 1200px) {
    .kv-pc {
        height: 600px;
    }
}
/* @media screen and (max-width: 980px) {
    .kv-pc {
        height: 600px;
    }
} */
@media screen and (max-width:885px) {
    .kv-pc {
    height: 550px;
    }
}

@media screen and (max-width:786px) {
    .kv-pc{
        display: none;
    }
    .kv-bg_m {
        padding-top: 65px;
        width: 100%;
        display: block;
        position: relative;
    }

    .kv .left {
        height: 35vh;
        width: 100%;
        order: 0;
    }

    .kv .right {
        height: 35vh;
        width: 100%;
        order: 1;
        text-align: center;
    }

    .kv-person {
        height: 35vh;
        width: auto;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .kv .scroll-down {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    
}


/* -section--- */
section {
    padding-top: 80px;
    overflow: hidden;
    height: auto;
    font-size: 18px;
    line-height: 1.8rem;
}

@media screen and (max-width: 768px) {
    section {
        padding-top: 65px;
        padding-bottom: 50px;
        font-size: 16px;
        line-height: 1.6rem;
    }
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title .title {
    font-size: 34px;
    font-weight: bold;
    color: #007A7A;
    position: relative;
    display: inline-block;
    line-height: 1.5;
}


.section-title .title+p {
    color: #007A7A;
    margin-top: 12px;
    font-size: 20px;
}

.slick .slider .title {
    font-size: 34px;
    font-weight: bold;
    color: #007A7A;
    position: relative;
    top: -30px;
    display: block;
    line-height: 1.5;
}


@media screen and (max-width:1200px) {
    .section-title .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 786px) {
    .section-title {
        margin-bottom: 20px;
    }

    .section-title .title {
        font-size: 26px;
    }
    .slick .slider .title {
        font-size: 26px;
    }    

    .section-title .title+p {
        margin-top: 6px;
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 376px) {
    .section-title .title {
        letter-spacing: 0px;
    }

}

.section-title .title::before {
    content: "";
    background: url(../img/title-decro.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 28px;
    position: absolute;
    left: -24px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    animation: lighten 2.5s infinite;
}

.section-content {
    margin: 0 auto;
}

.section-content .content-img {
    /* max-width: 45%; */
}

.section-content .content-img img {
    width: 100%;
}

.section-content .content-txt .title {
    font-weight: bold;
    font-size: 25px;
    color: #007A7A;
    margin-bottom: 8px !important;
}

.section-content .content-txt .date {
    font-weight: bold;
    font-size: 15px;
    color: #007A7A;
}

@media screen and (max-width: 786px) {
    .section-content .row {
        margin-bottom: 50px;
    }

    .section-content .content-img {
        max-width: 100%;
        width: 100%;
        order: 1;
        text-align: center;
        margin-top: 12px;
    }

    .section-content .content-txt {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
        order: 0;
    }

    .section-content .content-txt.pl-4, .section-content .content-txt.pr-4 {
        padding: 0;
    }

    .section-content .content-txt .title {
        font-size: 22px;
        /* text-align: center; */
    }
}

.section-content .btn {
    margin: 24px 8px;
}


.section-wave {
    width: 100%;
    max-height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*--- section0 --- */
#section0 {
    background-position: center bottom;
    padding: 100px 0px 0px 0px;
}

#section0 .section-content .row {
    margin-bottom: 70px;
}

#section0 .content-txt {
    width: 100%;
    text-align: center;
}

#section0 .content-txt p {
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}


#section0 .content-img {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

#section0 .content-img img {
    width: 430px;
    margin: 0 auto;
}

.player{
    position: absolute;
    bottom: -5px;
    height: 220px;
    left: 80px;
    z-index: -1;
}

@media screen and (max-width: 786px) {
    #section0 {
        background-size: contain;
        padding-bottom: 45px;
        padding-top: 65px;
    }

    #section0 .section-content .row {
        margin-bottom: 0px;
    }

    #section0 .content-txt {
        margin-left:10px;
        margin-right:10px;
    }

    #section0 .content-txt p {
        font-size: 18px;
    }

    #section0 .content-img img {
        margin-right: 0;
        width: 285px;
    }


    #section0 .btn {
        display: block;
        width: 160px;
        margin: 16px auto;
    }
}

@media screen and (max-width: 576px) {
    .player{
        height: 120px;
        left: 10px;
        z-index: -1;
    }
    
}
/*--- section1 --- */
#section1 {
    background: url(../img/section1-bg.png) no-repeat;
    background-color: #F4F8FA;
    background-size: 100% 220px;
    background-position: center bottom;
    padding-bottom: 120px;
}

#section1 .section-title .title::before {
    left: auto;
    right: -50px;
}

#section1 .section-content .content-txt {
    max-width: 650px;
}

#section1 .section-content .content-txt p {
    margin-bottom: 10px;
}

#section1 .content-img .section1-img1 {
    max-width: 235px;
}



@media screen and (max-width: 786px) {
    #section1 {
        background-size: contain;
        padding-bottom: 40px;
    }

    #section1 .section-content .mb-2 {
        margin-bottom: 1.3rem;
    }

    #section1 .content-txt .btn {
        margin: 25px auto 10px;
        display: block;
        width: 160px;
    }

    #section1 .content-img .section1-img1 {
        max-width: 240px;
    }
}

/*--- section2 --- */
#section2 .section-content{
    max-width: 800px;
}

/*--- section3 --- */
#section3 {
    padding-bottom: 0;
}

#section3 .section-title .title {
    font-size: 28px;
}

#section3 .section-title .title img {
    margin-left: 12px;
    vertical-align: middle;
}

#section3 .section-title .title::before {
    content: none;
    left: auto;
    right: -50px;
}

@media screen and (max-width: 786px) {
    #section3 .section-title .title {
        font-size: 26px;
    }


}

/*--- notice --- */
.section-notice {
    padding-bottom: 32px;
}

.section-notice .container {
    background: #f8f8f8;
    padding: 18px 28px;
    width: 90%;
}

.notice-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.notice-title p {
    font-size: 18px;
    line-height: 1.5rem;
    font-weight: bold;
    color: #1C1C1C;
    display: inline-block;
}

.notice-title .arrow {
    border: solid #1C1C1C;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);

}

.notice-title .arrow.rotate {
    margin-top: 10px;
}

.notice-content {
    margin-top: 12px;
    padding-top: 12px;
    /* border-top: 1px dashed #d4d4d4; */
}

.notice-content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 4px;
}

.notice-content ul {
    margin-left: 36px;
    margin-bottom: 16px;
}

.notice-content ul li {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    list-style: decimal;
    padding: 3px;
}
.notice-content ul li .list_a{
    margin-bottom: 5px;  
}
.notice-content ul li .list_c{
    margin-bottom: 5px;  
}
.notice-content ul li .list_a li{
    list-style: upper-alpha;
}
.notice-content ul li .list_b li{
    list-style: disc;
} 
.notice-content ul li .list_b p{
    font-size: 15px;
    font-weight: normal;
    margin-left: -18px;
    margin-top: 8px;
}
.notice-content ul li .list_c li{
    list-style: circle;    
}

.notice-content ul .li_title{
    color: #0083c9;
    font-size: 17px;
    margin-left: -42px;
    line-height: 24px;
}

@media screen and (max-width: 576px) {
    .section-notice .container {
        padding: 18px 16px;
        width: 94%;
    }
    .section-notice .title {
        font-size: 16px;
        padding: 0px 0;
    }

    .notice-content p, .notice-content ul li {
        font-size: 14px;
    }
}

/* ----popup--- */
.fancybox-bg {
    background: #151515b5;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: default;
}

.fancybox-content {
    border-radius: 5px;
    width: 900px;
    min-height: 200px;
    padding: 32px;
}

.fancybox-button {
    width: 48px;
    height: 48px;
}
.popup-content  {
  text-align: center;
}
.popup-content p {
    font-size: 16px;
    line-height: 1.5rem;
}

.popup-content .popup-img {
    width: 50%;
    position: relative;
}

.popup-content .popup-img img {
    padding: 0 14px;
    max-width: 100%;
    position: absolute;
    bottom: 50%;
    right: 0px;
    transform: translateY(50%);


}

.popup-content .popup-txt {
    background: #F4F8FA;
    width: 50%;
    padding: 36px;
}

.popup-content .title {
    font-size: 30px;
    color: #007A7A;
    font-weight: 500;
    text-align: center;
    margin: 24px 0;
}

.popup-content .btn {
    background: #1CADA4;
    width: 255px;
    height: 100px;
    border-radius: 30px;
    line-height: 90px;
    font-size: 20px;
    border: #BDE3E2 solid 5px;
    margin: 8px 16px;
    position: relative;
    transition: .2s;
}

.popup-content .btn:hover {
    border: #007A7A solid 5px;
}

.popup-content .btn:hover::after {
    content: "";
    position: absolute;
    background: url(../img/ball.svg) no-repeat;
    background-size: cover;
    right: -10px;
    bottom: -10px;
    width: 35px;
    height: 35px;
}

.popup-block p {
    padding-left: 30px;
    font-size: 20px;
    color: #515151;
    line-height: 32px;
    letter-spacing: 1.1;
    /* font-weight: bold; */
}

.popup-block p small {
    margin-left: 8px;
    color: #a2a2a2;
}

@media screen and (max-width: 900px) {
    .fancybox-content {
        width: 95%;
    }
}


@media screen and (max-width: 768px) {
    .popup-content  {
        text-align: left;
      }
    .popup-content .popup-img {
        width: 100%;
        height: 250px;
        order: 0;
    }

    .popup-content .popup-img img {
        height: 100%;
        right: 50%;
        transform: translate(50%, 50%);
    }

    .popup-content .popup-txt {
        width: 100%;
        order: 0;
        height: 300px;
        overflow-y: auto;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .popup-content .title {
        font-size: 26px;
    }

    .popup-content .btn {
        height: 90px;
        line-height: 80px;

    }
}


/* -- 輪播 -- */
.slick{
    text-align: center;
}
.slider{
    width: 100% !important;
    max-width: 620px;
    padding:30px 14px 20px 14px; 
    /* background: url(../img/video-bg.png) no-repeat;
    background-size: cover;
    background-position: center center; */
    border-radius: 10px;
}
.slider iframe{
   max-width: 620px;
   width: 100%;
   height: 340px
}
   
.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 24px;
}

.slick-dots li {
    text-align: center;
    width: auto;
    height: auto;
    margin:0 10px;
    margin-bottom: 6px;
}

.slick-dots li button {
    width: 100px;
    height: 70px;
    background: #007A7A;
    border: 1px solid rgb(66, 66, 66);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 8px;
}
/* .slick-dots li:nth-child(1) button{
    background-image: url(../img/slider-btn1.png);
} */

/* 原本1關掉，2先修改1 */

.slick-dots li:nth-child(1) button{
    background-image: url(../img/slider-btn2.png);
}
.slick-dots li:nth-child(2) button{
    background-image: url(../img/slider-btn3.png);
}
.slick-dots li:nth-child(3) button{
    background-image: url(../img/slider-btn4.png);
}
.slick-dots li:nth-child(4) button{
    background-image: url(../img/slider-btn5.png);
}
.slick-dots li button:hover, .slick-dots li.slick-active button{
   filter: brightness(.4);
   border: 2px solid #000;
}
.slick-dots li button:before {
   display: none;
}
.slick-dots li:after {
    color: #7c7c7c;
    font-size: 14px;
 }
/* .slick-dots li:nth-child(1)::after {
    content: "兄妹款";
    
}
.slick-dots li:nth-child(2)::after {
    content: "青棒紀錄片";
}
.slick-dots li:nth-child(3)::after {
    content: "夥伴款";
}
.slick-dots li:nth-child(4)::after {
    content: "夥伴款";
}
.slick-dots li:nth-child(5)::after {
    content: "夥伴款";
} */
.slick-prev {
    left: 145px;
}
.slick-next {
    right: 145px;
}
.slick-prev:before {
    content: '❮';
}
.slick-next:before {
    content: '❯';
}
.slick-prev, .slick-next,.slick-prev:hover, .slick-next:hover {
    top: 40%;
    width: 50px;
    height: 50px;
    z-index: 10;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 1;
    color: #00a19b;
    opacity: 1;
}

@media (max-width: 989px) {
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right:-30px;
    }

}

@media (max-width: 576px) {
    .slider{
        width: 100%;
        height: 100%;
        background-image: none;
        padding:0 10px;
        padding-top: 50px;
    }
    .slider iframe{
        height: 250px;
    }
    .slick-dots li {
        margin: 0 4px;
    }
    .slick-dots li button {
        width: 80px;
        height: 50px;
    }

}
@media (max-width: 414px){
    .slider iframe{
        height: 210px;
    }
}

/* ------------------------------------animation
-------------------------------------------- */

@keyframes elasticus {
    0% {
        transform-origin: 0% 0%;
        transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
    }

    50% {
        transform-origin: 0% 0%;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }

    50.1% {
        transform-origin: 0% 100%;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }

    100% {
        transform-origin: 0% 100%;
        transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -o-transform: scale(1, 0);
    }
}

.rotate {
    transform: rotate(225deg) !important;
    -ms-transform: rotate(225deg) !important;
    -moz-transform: rotate(225deg) !important;
    -webkit-transform: rotate(225deg) !important;
    -o-transform: rotate(225deg) !important;
}


@keyframes moveRight {
    0% {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
    }
}


@keyframes moveLeft {
    0% {
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(-00%);
        -o-transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes enlarge {
    0% {
        opacity: 0;
        transform: scale(0) translate(0%, 0%);
        -ms-transform: scale(0) translate(0%, 0%);
        -moz-transform: scale(0) translate(0%, 0%);
        -webkit-transform: scale(0) translate(0%, 0%);
        -o-transform: scale(0) translate(0%, 0%);
    }

    100% {
        opacity: 1;
        transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
        -moz-transform: scale(1) translate(-50%, -50%);
        -webkit-transform: scale(1) translate(-50%, -50%);
        -o-transform: scale(1) translate(-50%, -50%);
    }
}

@keyframes lighten {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
