@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:400,600,900');


.tim-row {
    margin-bottom: 20px;
}


/*      transitions */

.presentation-page .front,
.presentation-page .front:after,
.presentation-page .front .btn,
.logo-container .logo,
.logo-container .brand {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.presentation-page {
    /*       Loading dots  */
}

.presentation-page .loader {
    opacity: 0;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1031;
    margin-left: -32px;
    margin-top: -32px;
}

.presentation-page .section-basic-components,
.presentation-page .section-testimonials {
    overflow: hidden;
}

.presentation-page .loader.visible {
    display: block;
    opacity: 1;
}

.presentation-page .modal-content {
    background: url(../img/bg_cast.jpg) repeat;
    box-shadow: 0 0 0;
}

.presentation-page .modal-backdrop.in {
    opacity: 0.45;
}

.presentation-page .preload-image {
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.presentation-page .section-components .col-md-3 {
    max-width: 16%;
    padding-left: 100px;
}

.presentation-page .section-icons {
    padding: 180px 0;
}

.presentation-page .section-icons [class*="col-"]:nth-child(2) {
    padding: 0 70px;
}

.presentation-page .section-icons[data-background-color="black"] {
    background-color: #777777;
}

.presentation-page .section-icons .icons-nucleo {
    width: 100%;
    height: 100%;
    position: relative;
    top: -48px;
}

.presentation-page .section-icons .icons-nucleo .now-ui-icons {
    position: absolute;
    color: #fff;
    transform: translate3D(0px, 50px, 0px);
    -webkit-transform: translate3D(0px, 50px, 0px);
    -webkit-transition: all 0.6s cubic-bezier(0.34, 2, 0.7, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.34, 2, 0.7, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.34, 2, 0.7, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.34, 2, 0.7, 1) 0s;
    transition: all 0.6s cubic-bezier(0.34, 2, 0.7, 1) 0s;
}

.presentation-page .section-icons .icons-nucleo .first-left-icon {
    top: -25%;
    left: 10%;
    font-size: 65px;
}

.presentation-page .section-icons .icons-nucleo .second-left-icon {
    top: 0%;
    left: 45%;
    font-size: 35px;
}

.presentation-page .section-icons .icons-nucleo .third-left-icon {
    top: 30%;
    left: 65%;
    font-size: 25px;
}

.presentation-page .section-icons .icons-nucleo .fourth-left-icon {
    top: 70%;
    left: 10%;
    font-size: 50px;
}

.presentation-page .section-icons .icons-nucleo .fifth-left-icon {
    top: 45%;
    left: 30%;
    font-size: 40px;
}

.presentation-page .section-icons .icons-nucleo .sixth-left-icon {
    top: 120%;
    left: 35%;
    font-size: 40px;
}

.presentation-page .section-icons .icons-nucleo .seventh-left-icon {
    top: 35%;
    left: 85%;
    font-size: 45px;
}

.presentation-page .section-icons .icons-nucleo .eighth-left-icon {
    top: 90%;
    left: 55%;
    font-size: 30px;
}

.presentation-page .section-icons .icons-nucleo .ninth-left-icon {
    top: 40%;
    left: 5%;
    font-size: 40px;
}

.presentation-page .section-icons .icons-nucleo .tenth-left-icon {
    top: 75%;
    left: 80%;
    font-size: 35px;
}

.presentation-page .section-icons .icons-nucleo .first-right-icon {
    top: -25%;
    right: 10%;
    font-size: 65px;
}

.presentation-page .section-icons .icons-nucleo .second-right-icon {
    top: 0%;
    right: 45%;
    font-size: 35px;
}

.presentation-page .section-icons .icons-nucleo .third-right-icon {
    top: 30%;
    right: 65%;
    font-size: 25px;
}

.presentation-page .section-icons .icons-nucleo .fourth-right-icon {
    top: 70%;
    right: 10%;
    font-size: 50px;
}

.presentation-page .section-icons .icons-nucleo .fifth-right-icon {
    top: 45%;
    right: 30%;
    font-size: 40px;
}

.presentation-page .section-icons .icons-nucleo .sixth-right-icon {
    top: 120%;
    right: 35%;
    font-size: 35px;
}

.presentation-page .section-icons .icons-nucleo .seventh-right-icon {
    top: 35%;
    right: 88%;
    font-size: 30px;
}

.presentation-page .section-icons .icons-nucleo .eighth-right-icon {
    top: 90%;
    right: 55%;
    font-size: 35px;
}

.presentation-page .section-icons .icons-nucleo .ninth-right-icon {
    top: 40%;
    right: 5%;
    font-size: 40px;
}

.presentation-page .section-icons .icons-nucleo .tenth-right-icon {
    top: 75%;
    right: 80%;
    font-size: 35px;
}

.presentation-page .section-cards .image-container1,
.presentation-page .section-cards .image-container2,
.presentation-page .section-cards .image-container3,
.presentation-page .section-cards .image-container4,
.presentation-page .section-cards .image-container5 {
    display: inline-block;
    position: relative;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.1875rem;
    overflow: hidden;
}

.presentation-page .section-cards .image-container1 {
    left: 48px;
}

.presentation-page .section-cards .image-container5 {
    right: 48px;
}

.presentation-page .section-cards .image-container2 {
    left: 25px;
}

.presentation-page .section-cards .image-container4 {
    right: 25px;
}

.presentation-page .section-cards .images-container {
    height: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.presentation-page .section-cards .image-container1,
.presentation-page .section-cards .image-container5 {
    width: 15.5%;
    top: -53px;
    z-index: 1;
}

.presentation-page .section-cards .image-container2,
.presentation-page .section-cards .image-container4 {
    width: 22%;
    top: -27px;
    z-index: 2;
}

.presentation-page .section-cards .image-container3 {
    width: 22%;
    z-index: 3;
}

.presentation-page .section-cards+.section-content {
    padding-top: 400px;
    padding-bottom: 30px;
    margin-top: -277px;
    padding-bottom: 140px;
}

@media (max-width:767px) {
    .presentation-page .section-cards+.section-content { padding-top: 200px; }
}


.presentation-page .page-header+.section-components,
.presentation-page .section-cards {
    overflow:hidden;
}

.presentation-page .colors {
    padding: 100px 0;
}

.presentation-page>.description {
    padding-top: 20px;
}

.presentation-page .section-rotation {
    padding: 140px 0;
}

.presentation-page .section-images {
    padding: 80px 0;
}

.presentation-page .section-thin {
    padding: 0;
}

.presentation-page .section-pay {
    padding-top: 20px;
}

.presentation-page .colors {
    padding: 70px 0;
    z-index: 7;
    position: relative;
    margin-top: -300px;
}

.presentation-page .colors {
    border-top: 1px solid #DDDDDD;
}

.presentation-page .card-container {
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    perspective: 900px;
    width: 300px;
    position: relative;
    margin-top: 90px;
}

.presentation-page .card-component {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 500px;
}

.presentation-page .card-component .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-35deg);
    -moz-transform: rotateY(-35deg);
    -o-transform: rotateY(-35deg);
    transform: rotateY(-35deg);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    cursor: pointer;
    box-shadow: 10px 4px 14px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    overflow: hidden;
}

.presentation-page h5.description {
    /*margin-top: 35px;*/
}

.presentation-page .category {
    text-transform: uppercase;
}

.presentation-page .section-basic-components {
    padding: 190px 0;
}

.presentation-page .section-basic-components .title {
    margin-top: 60px;
}

.presentation-page .section-basic-components .image-container {
    height: 380px;
    position: relative;
}

.presentation-page .section-basic-components .image-container .components-macbook {
    width: auto;
    left: 100px;
    top: 0;
    height: auto;
    position: absolute;
}

.presentation-page .section-basic-components .image-container .table-img,
.presentation-page .section-basic-components .image-container .share-btn-img,
.presentation-page .section-basic-components .image-container .coloured-card-btn-img,
.presentation-page .section-basic-components .image-container .coloured-card-img,
.presentation-page .section-basic-components .image-container .social-img,
.presentation-page .section-basic-components .image-container .linkedin-btn-img {
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.presentation-page .section-basic-components .image-container .table-img {
    left: 65%;
    top: 23%;
    height: 175px;
    border-radius: 3px;
}

.presentation-page .section-basic-components .image-container .share-btn-img {
    left: 83%;
    top: 95%;
    height: 25px;
    border-radius: 10px;
}

.presentation-page .section-basic-components .image-container .coloured-card-img {
    left: 50%;
    top: -11%;
    height: 102px;
    border-radius: 3px;
}

.presentation-page .section-basic-components .image-container .coloured-card-btn-img {
    left: -3%;
    top: 42%;
    height: 133px;
    border-radius: 3px;
}

.presentation-page .section-basic-components .image-container .social-img {
    left: -4%;
    top: 95%;
    height: 57px;
}

.presentation-page .section-basic-components .image-container .linkedin-btn-img {
    left: 3%;
    top: -3%;
    height: 25px;
    border-radius: 10px;
}

.presentation-page .section-components+.section {
    z-index: 7;
    position: relative;
    border-top: 1px solid rgba(231, 231, 231, 0.5);
}

.presentation-page .info {
    max-width: 410px;
}

.presentation-page .section-free-demo {
    overflow: hidden;
}

.presentation-page .section-free-demo .github-buttons>.btn {
    float: left;
    margin-right: 15px;
}

.presentation-page .section-free-demo .github-buttons .github-button {
    float: left;
    margin-top: 15px;
}

.presentation-page .section-free-demo .github-background-container {
    position: absolute;
    right: -420px;
    top: -50px;
}

.presentation-page .section-free-demo .github-background-container i {
    font-size: 810px;
    opacity: .1;
}

.presentation-page .section-sections {
    overflow: hidden;
    padding-top: 200px;
}

.presentation-page .section-sections .container-fluid {
    z-index: 1;
}

.presentation-page .section-sections .container-fluid img {
    position: relative;
    z-index: 2;
}

.presentation-page .section-examples {
    margin-top: -125px;
}

.presentation-page .section-examples .section-description {
    margin-top: 100px;
}

.presentation-page .section-testimonials {
    padding-bottom: 0;
}

.presentation-page .section-testimonials[data-background-color="black"] {
    background: #181818;
}

.presentation-page .section-testimonials .carousel .card {
    margin: 40px auto;
}

.presentation-page .section-testimonials .testimonials-people {
    margin-top: -100px;
}

.presentation-page .section-pricing .our-clients {
    margin-bottom: 100px;
    margin-top: 50px;
}

.presentation-page .section-pricing .our-clients img {
    width: 100%;
    max-width: 120px;
    margin: 0 30px;
    display: inline-block;
}

.presentation-page .section-sharing span {
    margin-top: 30px;
    display: block;
}

.presentation-page .section-sharing .fa-pay {
    font-size: 30px;
    display: inline-block;
    margin: 5px 1px 0;
    width: auto;
}

.presentation-page .section-components {
    z-index: 1;
}

.presentation-page .front img {
    z-index: 2;
    position: relative;
}

.presentation-page .card-component img {
    width: 100%;
}

.presentation-page .description .col-md-3 {
    width: 16%;
    margin-left: 4%;
}

.presentation-page .first-card {
    z-index: 6;
}

.presentation-page .second-card {
    z-index: 5;
}

.presentation-page .third-card {
    z-index: 4;
}

.presentation-page .fourth-card {
    z-index: 3;
}

.presentation-page .section-gray h1 small {
    color: #888888;
}

.presentation-page .color-container {
    text-align: center;
}

.presentation-page .color-container img {
    width: 100%;
    margin-bottom: 10px;
}

.presentation-page .circle-color {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: block;
    background-color: #cccccc;
    margin: 0 auto;
}

.presentation-page .circle-red {
    background-color: #ff3b30;
}

.presentation-page .circle-blue {
    background-color: #3472f7;
}

.presentation-page .circle-azure {
    background-color: #2ca8ff;
}

.presentation-page .circle-green {
    background-color: #05ae0e;
}

.presentation-page .circle-orange {
    background-color: #ff9500;
}

.presentation-page .rellax-text-container,
.index-page .rellax-text-container {
    max-width: 1003px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 24%;
}

.presentation-page .rellax-text-container .h1-seo,
.index-page .rellax-text-container .h1-seo {
    font-size: 16.8em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    z-index: 1;
    letter-spacing: -10px;
    text-align: center;
    background: #ffedea;
    background: -moz-linear-gradient(top, #FFFFFF 35%, #c38775 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 35%, #c38775 100%);
    background: linear-gradient(to bottom, #FFFFFF 35%, #c38775 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.presentation-page .rellax-text-container .pro,
.index-page .rellax-text-container .pro {
    position: absolute;
    font-size: 20px;
    background: #132026;
    padding: 6px 10px;
    border-radius: 4px;
    top: 41px;
    font-weight: 600;
    margin-top: 10px;
    right: -78px;
}

.presentation-page .n-logo,
.index-page .n-logo {
    max-width: 100px;
    margin-bottom: 40px;
}

.presentation-page .page-header-city,
.index-page .page-header-city {
    background-size: cover;
    background-position: top;
    top: 25.5%;
    background-repeat: no-repeat;
}

.presentation-page .h3-description,
.index-page .h3-description {
    z-index: 3;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.71);
}

.presentation-page .category-absolute,
.index-page .category-absolute {
    z-index: 3;
}

.presentation-page .rellax-header,
.index-page .rellax-header {
    position: absolute;
    height: 100%;
    width: 100%;
}

.presentation-page .rellax-header-sky,
.index-page .rellax-header-sky {
    z-index: 0;
    height: 50%;
}

.presentation-page .rellax-header-buildings,
.index-page .rellax-header-buildings {
    z-index: 2;
}

.presentation-page [data-background-color="dark-red"],
.index-page [data-background-color="dark-red"] {
    background: #220c08;
}

.presentation-page .page-header,
.index-page .page-header {
    /*background: #d0aea8;*/
}

.index-page .rellax-text-container {
    top: 22%;
}

.index-page .rellax-text-container .h1-seo {
    letter-spacing: -3px;
    font-size: 10.3em;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#menu-dropdown .navbar {
    border-radius: 3px;
}

#pagination-row .pagination-container {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

#icons-row i.now-ui-icons {
    font-size: 30px;
}

.space {
    height: 130px;
    display: block;
}

.space-110 {
    height: 110px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-70 {
    height: 70px;
    display: block;
}

.navigation-example .img-src {
    background-attachment: scroll;
}

.navigation-example {
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    min-height: 740px;
    height: 100%;
}

#notifications {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.tim-note {
    text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
    margin: 0 0px 10px;
}

.space-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.be-social {
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}

.txt-white {
    color: #FFFFFF;
}

.txt-gray {
    color: #ddd !important;
}

.parallax {
    width: 100%;
    height: 570px;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 70px;
    height: 40px;
    text-align: left;
}

.logo-container .brand-material {
    font-size: 18px;
    margin-top: 15px;
    height: 25px;
    width: auto;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section {
    top: 90px;
    max-height: 80vh;
    overflow: scroll;
    position: sticky;
}

.fixed-section ul {
    padding: 0;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #00bbff;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.parallax .parallax-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.parallax .parallax-image img {
    width: 100%;
}

@media (max-width: 768px) {
    .parallax .parallax-image {
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img {
        height: 100%;
        width: auto;
    }
}

.social-buttons-demo .btn {
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container {
    width: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
}

.lightbox img {
    width: 100%;
}

.lightbox .modal-content {
    overflow: hidden;
}

.lightbox .modal-body {
    padding: 0;
}

@media screen and (min-width: 991px) {
    .lightbox .modal-dialog {
        width: 960px;
    }
}

@media screen and (max-width: 576px) {
    .index-page .typography-line span {
        margin-left: 0;
    }
    .presentation-page .section-cards+.section-content {
        padding-top: 70px;
        margin-top: 0;
    }
    .presentation-page .rellax-text-container .pro {
        bottom: 84px;
        top: initial;
        font-size: 13px;
        right: 55px;
    }
    .presentation-page .section-components .col-md-3 {
        max-width: inherit;
    }
    .presentation-page .card-container {
        margin: 0 auto;
    }
    .presentation-page .card-container .card-component .front {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .presentation-page .rellax-text-container .h1-seo,
    .presentation-page .index-page .h1-seo {
        background: -moz-linear-gradient(top, #FFFFFF 64%, #c38775 100%);
        background: -webkit-linear-gradient(top, #FFFFFF 64%, #c38775 100%);
        background: linear-gradient(to bottom, #FFFFFF 64%, #c38775 100%);
        -webkit-background-clip: text;
        font-size: 8.4em;
    }
    .presentation-page .rellax-text-container,
    .index-page .rellax-text-container {
        top: 21%;
        max-width: 360px;
    }
    .index-page .rellax-text-container {
        top: 25%;
    }
    .index-page .rellax-text-container .h1-seo {
        font-size: 3.8em;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .presentation-page .rellax-text-container {
        top: 20% !important;
    }
    .presentation-page .page-header+.section-components {
        padding-top: 200px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .presentation-page .rellax-text-container {
        top: 17% !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    .presentation-page .rellax-text-container,
    .index-page .rellax-text-container {
        max-width: 565px;
        top: 33%;
    }
    .index-page .rellax-text-container {
        top: 26%;
    }
    .presentation-page .rellax-text-container .h1-seo {
        font-size: 9.3em;
    }
    .index-page .rellax-text-container .h1-seo {
        font-size: 5.6em;
    }
    .presentation-page .rellax-text-container .pro {
        font-size: 12px;
        top: -14px;
        right: 2px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .presentation-page .rellax-text-container,
    .index-page .rellax-text-container {
        max-width: 730px;
        top: 32%;
    }
    .index-page .rellax-text-container {
        top: 24%;
    }
    .presentation-page .rellax-text-container .pro {
        font-size: 14px;
        top: 18px;
        right: -3px;
    }
    .presentation-page .rellax-text-container .h1-seo {
        font-size: 10.8em;
    }
    .index-page .rellax-text-container .h1-seo {
        font-size: 6.9em;
    }
}

@media screen and (min-width: 768px) {
    .presentation-page .card-container:hover .front {
        top: -80px;
    }
    .presentation-page .section-content .image-container {
        height: 400px;
    }
    .presentation-page .section-content .image-container img {
        position: absolute;
        width: 100%;
        max-width: 380px;
    }
    .presentation-page .section-content .image-container .img-blog {
        z-index: 4;
        left: 100px;
        top: 20px;
    }
    .presentation-page .section-content .image-container .img-comments {
        z-index: 3;
        left: -100px;
        top: -40px;
    }
}

@media (max-width: 991px) {
    .fixed-section.affix {
        position: relative;
        margin-bottom: 100px;
    }
    .presentation-page .section-cards .image-container1,
    .presentation-page .section-cards .image-container5 {
        width: 15%;
        top: -75px;
    }
    .presentation-page .section-cards .image-container2,
    .presentation-page .section-cards .image-container4 {
        width: 21%;
        top: -62px;
    }
    .presentation-page .section-cards .image-container3 {
        width: 22%;
        top: -45px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .presentation-page .section-icons .icons-nucleo {
        position: initial;
    }
    .presentation-page .third-right-icon,
    .presentation-page .fourth-right-icon,
    .presentation-page .fifth-right-icon,
    .presentation-page .sixth-right-icon,
    .presentation-page .seventh-right-icon,
    .presentation-page .eighth-right-icon,
    .presentation-page .ninth-right-icon,
    .presentation-page .tenth-right-icon,
    .presentation-page .second-left-icon,
    .presentation-page .third-left-icon,
    .presentation-page .fifth-left-icon,
    .presentation-page .sixth-left-icon,
    .presentation-page .eighth-left-icon,
    .presentation-page .fourth-left-icon,
    .presentation-page .ninth-left-icon,
    .presentation-page .tenth-left-icon {
        display: none;
    }
    .presentation-page .section-icons .icons-nucleo .first-right-icon,
    .presentation-page .section-icons .icons-nucleo .first-left-icon {
        top: -15%;
    }
    .presentation-page .section-icons .icons-nucleo .second-right-icon {
        top: 35%;
        right: 80%;
    }
    .presentation-page .section-content .image-container {
        height: 550px;
    }
    .index-page .category-absolute {
        top: 90vh;
    }
    .footer ul {
        text-align: left;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .section-images .hero-images-container,
    .section-images .hero-images-container-1,
    .section-images .hero-images-container-2 {
        margin-top: -15vh;
        margin-left: 80px;
    }
    .section-images .hero-images-container {
        max-width: 300px;
    }
    .section-images .hero-images-container-1 {
        right: 28%;
        top: 40%;
    }
    .section-images .hero-images-container-2 {
        right: 21%;
        top: 55%;
    }
    .index-page .category-absolute {
        top: 90vh;
    }
}

@media (max-width: 768px) {
    .btn,
    .btn-morphing {
        margin-bottom: 10px;
    }
    .parallax .motto {
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

@media screen and (max-width: 767px) {
    .presentation-page .section-icons .icons-nucleo {
        top: -135px;
    }
    .presentation-page .section-icons .icons-nucleo.icons-nucleo-right {
        top: 0;
    }
    .presentation-page .first-right-icon,
    .presentation-page .second-right-icon,
    .presentation-page .third-right-icon,
    .presentation-page .fourth-right-icon,
    .presentation-page .fifth-right-icon,
    .presentation-page .sixth-right-icon,
    .presentation-page .seventh-right-icon,
    .presentation-page .eighth-right-icon,
    .presentation-page .ninth-right-icon,
    .presentation-page .tenth-right-icon,
    .presentation-page .second-left-icon,
    .presentation-page .third-left-icon,
    .presentation-page .fifth-left-icon,
    .presentation-page .sixth-left-icon,
    .presentation-page .eighth-left-icon {
        display: none;
    }
    .presentation-page .section-icons .icons-nucleo .first-left-icon {
        left: 2%;
    }
    .presentation-page .section-icons .icons-nucleo .fourth-left-icon {
        left: 46%;
    }
    .presentation-page .section-icons .icons-nucleo .seventh-left-icon {
        left: 80%;
        font-size: 55px;
    }
    .presentation-page .section-icons .icons-nucleo .ninth-left-icon {
        left: 28%;
    }
    .presentation-page .section-icons .icons-nucleo .tenth-left-icon {
        left: 65%;
    }
    .presentation-page .testimonials-people img {
        position: relative;
        display: none;
    }
    .presentation-page .section-content .image-container {
        margin-bottom: 45px;
    }
    .presentation-page .section-content img {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .presentation-page .section-sections .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .presentation-page .section-sections .rellax {
        left: 60px;
        position: absolute !important;
        z-index: 4 !important;
        box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.4);
    }
}


/*       Loading dots  */

#images h4 {
    margin-bottom: 30px;
}

#javascriptComponents {
    padding-bottom: 0;
}


/*      layer animation          */

.layers-container {
    display: block;
    margin-top: 50px;
    position: relative;
}

.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.sharing-area {
    margin-top: 80px;
}

.sharing-area .btn {
    margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
    padding: 0;
}

.section-navbars {
    padding-top: 0;
}

#navbar .navbar {
    margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
    pointer-events: none;
}

.section-tabs {
    background: #ebebeb;
}

.section-pagination {
    padding-bottom: 0;
}

.section-download {
    padding-top: 130px;
}

.section-download .description {
    margin-bottom: 60px;
}

.section-download h4 {
    margin-bottom: 25px;
}

.section-examples a {
    text-decoration: none;
}

.section-examples a+a {
    margin-top: 30px;
}

.section-examples h5 {
    margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
    height: 500px;
    padding-top: 128px;
    background-size: cover;
    background-position: center center;
}

.components-page .title,
.tutorial-page .title {
    color: #FFFFFF;
}

.invision-logo {
    max-width: 70px;
    top: -2px;
    position: relative;
}

.creative-tim-logo {
    max-width: 140px;
    top: -2px;
    position: relative;
}

.section-javascript .title {
    margin-bottom: 0;
}

.navbar .switch-background {
    display: block;
}

.navbar-transparent .switch-background {
    display: none;
}

.section-signup .col .btn {
    margin-top: 30px;
}

#buttons-row .btn {
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .section-navbars .navbar-collapse,
    .header-1 .navbar-collapse,
    .header-2 .navbar-collapse,
    .header-3 .navbar-collapse {
        display: none !important;
    }
    .presentation-page .section-basic-components .image-container {
        height: 425px;
        margin-top: 100px;
    }
    .presentation-page .section-basic-components .image-container .components-macbook {
        width: 100%;
        height: 100%;
        position: relative;
        left: 0;
    }
    .presentation-page .section-free-demo .github-background-container {
        position: initial;
        left: 0;
        top: 0;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }
    .presentation-page .section-free-demo .github-background-container i {
        font-size: 400px;
    }
    .presentation-page .section-components .col-md-3 {
        padding-left: 15px;
    }
    .presentation-page .h3-description,
    .presentation-page .index-page .h3-description {
        top: 53%;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .presentation-page .section-basic-components .image-container {
        height: 326px;
        margin-top: 30px;
    }
    .presentation-page .section-basic-components .image-container .social-img {
        height: 48px;
    }
    .presentation-page .rellax-text-container,
    .index-page .rellax-text-container {
        max-width: 900px;
        top: 27%;
    }
    .index-page .rellax-text-container {
        top: 23%;
    }
    .presentation-page .rellax-text-container .pro {
        font-size: 18px;
        top: 29px;
        right: -29px;
    }
    .presentation-page .rellax-text-container .h1-seo {
        font-size: 14em;
    }
    .index-page .rellax-text-container .h1-seo {
        font-size: 9em;
    }
}

.burger-menu .section-navbars .navbar-collapse {
    display: none !important;
}

.section-basic {
    padding-top: 0;
}

.section-images {
    padding-bottom: 0;
    z-index: 2;
}

@-webkit-keyframes Floatingy {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(50px, 0);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes Floatingy {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(50px, 0);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(50px, 0px);
    }
    65% {
        -webkit-transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(50px, 0px);
    }
}

@-moz-keyframes Floatingx {
    from {
        -moz-transform: translate(50px, 0px);
    }
    65% {
        -moz-transform: translate(0, 0);
    }
    to {
        -moz-transform: translate(50px, 0px);
    }
}

.table-img,
.coloured-card-img,
.coloured-card-btn-img,
.linkedin-btn-img,
.share-btn-img,
.social-img {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
    float: left;
}

.table-img {
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.coloured-card-img {
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
}

.coloured-card-btn-img {
    -webkit-animation-duration: 18s;
    -moz-animation-duration: 18s;
}

.linkedin-btn-img {
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.share-btn-img {
    -webkit-animation-duration: 11s;
    -moz-animation-duration: 11s;
}

.social-img {
    -webkit-animation-duration: 16s;
    -moz-animation-duration: 16s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}


/* 自訂 */
.navbar.navbar-transparent .navbar-brand { /*display: none;*/ visibility:hidden; } /* Logo 隱藏 */
/*.mx-auto { margin-left: initial !important; }*/
/*.navbar.navbar-transparent .navbar-nav.mx-auto a{ background-color: rgba(0, 0, 0, 0.3); }*/
 a:visited,a:hover,a:active { text-decoration:none; }
 .page-header { overflow:hidden; }
 .section { overflow-x:hidden; }
 .navbar-brand { margin-right: 0; }

 .navbar.navbar-transparent a:not(.btn):not(.dropdown-item) { 
    color: #000;
    text-shadow: 0 1px 5px rgba(255, 117, 4, 0.5);
}

@media (max-width:767px) {
     .navbar.navbar-transparent a:not(.btn):not(.dropdown-item) { 
        color: #fff;
        text-shadow: 0 1px 5px rgba(255, 117, 4, 0.5);
    }
}

/* 反白 */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

::selection {
  color: #fff;
  background-color: #72c02c;
}

.box_mingle h2 { color: rgba(0,0,0,.7); }

  .box_mingle {
    display:inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background:rgba(255,255,255,.3);
  }


h2 {
    font: 900 2em/1.5 'Noto Serif TC', serif,"Microsoft JhengHei";    
    letter-spacing: -2.5px;
}

h2.title {
    font: 900 2.8em/1.5 'Noto Serif TC', serif,"Microsoft JhengHei";    
    letter-spacing: -2.5px;
}

#Bookmarks_story h2 { color: #032318; }
#Bookmarks_cast h2 { color: #111; }
#Bookmarks_cast h2:first-letter { color:#751616; }
#Bookmarks_image h2:first-letter { color:#c94a46; }
#Bookmarks_story h3:first-letter { font-size: 1.5em; }
#Bookmarks_cast h3 {
    font: 600 23px/0 'Noto Serif TC', serif,"Microsoft JhengHei" !important;
    color: #7fa99b;
    /*text-shadow: 2px 1px 0 rgba(0,0,0,.2);*/
    margin-bottom: 40px;
}

h3 {
    font: 600 20px/1.8 'Noto Serif TC', serif,"Microsoft JhengHei" !important;
    color: #7fa99b;
    text-shadow: 2px 1px 0px rgba(0,0,0,.1);
    margin-bottom: 40px;
}

h3 small { text-shadow: 0 0 0; }

p {
    margin-top: 0;
    margin-bottom: 0;
}

.plug {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
    z-index: 9;
}

.category big { font: 900 34px 'Noto Serif TC', serif,"Microsoft JhengHei"; color: rgb(237, 71, 76); }
.category { text-shadow: 2px 1px 0 rgba(255,255,255,.9); }


@media (max-width: 991px) {
    .navbar-brand img { width: 130px; margin-top: 10px; }.category big { font-size: 22px; }
    .plug { justify-content: center; }    
}
@media (min-width: 992px) {
    .navbar-brand img { width: 227px; }
    .plug { justify-content: flex-start;padding-left: 100px; }    
}


.subscribe-line.subscribe-line-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}



/*功能選單*/
/*.nav.navbar-nav a { background-color: rgba(0, 0, 0, 0.3); }*/
@media (min-width: 992px){
	.navbar .navbar-nav .nav-link a { padding: 23px 20px 19px; }}

/*故事大綱*/

#Bookmarks_story { padding: 0; }
.story_txt_01,
.story_txt_02,
.story_txt_03 {
    padding: 6rem 0;
    letter-spacing: 0.15em;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    /*background:url(../img/bg_story.jpg) no-repeat center center;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; 
    -o-background-size: cover;       
    background-size: cover;*/ }

.story_txt_01 { background: #7fa99b; }
.story_txt_02 { background: #b39977; }
.story_txt_03 { background: #a55b4f; }

@media (max-width: 767px){
    .story_txt_01,
    .story_txt_02,
    .story_txt_03 { padding: 2rem 0; }
}

/*





.story_txt:before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    opacity: .4;
    background-image: -ms-radial-gradient(center, circle farthest-corner, rgba(231,190,177,1) 0%, rgba(192,52,107,1) 100%);
    background-image: -moz-radial-gradient(center, circle farthest-corner, rgba(231,190,177,1) 0%, rgba(192,52,107,1) 100%);
    background-image: -o-radial-gradient(center, circle farthest-corner, rgba(231,190,177,1) 0%, rgba(192,52,107,1) 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 505, color-stop(0, rgba(231,190,177,1)), color-stop(1, rgba(192,52,107,1)));
    background-image: -webkit-radial-gradient(center, circle farthest-corner, rgba(231,190,177,1) 0%, rgba(192,52,107,1) 100%);
    background-image: radial-gradient(circle farthest-corner at center, rgba(231,190,177,1) 0%, rgba(192,52,107,1) 100%);
}*/

/*.story_txt:after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    opacity: .3;
    background: url(../img/dot.png) repeat;
}*/

.story_txt > div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    z-index: 1;
    /*border-radius: 40px;*/
    /*background: rgba(255,255,255,.3);*/
    
}

.story_img {
    /*padding: 3rem 0 0;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.story_img img {
    position: relative;    
    overflow: hidden; }


@media (min-width:992px) {
    .story_img { padding: 10rem 0; } 
}
@media (min-width:992px) and (max-width:1199px) {
    .story_img img { left: -4rem; }
    .pull-lg-7.story_img img {left:auto !important; right: -4rem; }
}
@media (min-width:1200px) {
    .story_img img { left: -6rem; }
    .pull-lg-7.story_img img {left:auto !important; right: -6rem; }
}

/*人物介紹-介紹區塊*/

#Bookmarks_cast { 
    position: relative;
    padding-top: 6rem;
    background:#ce9a2a url(../img/bg_cast.jpg) repeat; }
#Bookmarks_cast .box_01 h2 { margin: 0 0 .4em; }
#Bookmarks_cast .box_02 h2 { margin: .6em 0 .4em; }
.modal h4 { font-size: 1.4rem; }

#Bookmarks_cast .txt {
    border-left: .5px solid rgba(255,255,255,.7);
    margin-bottom: 50px;
    padding: 15px 0 0 20px;
}

#Bookmarks_cast .txt small { color: #111; }


#Bookmarks_story .slow_left { animation: slow_left 1.5s .2s both; }
#Bookmarks_story .slow_right { animation: slow_right 1.5s .2s both; }


.box_01 > div,
        /*.box_02 > div { border: 1px solid #666; }*/

        @media (max-width:767px) { .box_01 > div { display: flex; flex-flow: column wrap; }}
        @media (min-width:768px) and (max-width:991px) {            
            .box_01 {
                display: flex;
                flex-flow: row wrap;
                justify-content: space-between;
            }
            .box_01 > div { flex: 0 1 49.5%; }
        }
        @media (max-width:991px) { 
            .box_01 > div { margin-bottom: 1%; background: #fff; } 
        }
        @media (min-width:992px) { 
            .box_01 > div { display: flex; flex-flow: row nowrap; margin-bottom: 80px; } 
            .box_01 > div:nth-child(odd) div:nth-child(2) { margin: 100px 0 0 -70px; }
            .box_01 > div:nth-child(even) div:nth-child(2) { margin: 100px -70px 0 0; z-index: 1; right: 60%; order: -1; }
            .box_01 > div:nth-child(even) div:nth-child(1) { left: 40%; }
            .notch { background: #fff; }
        }
        @media (min-width:992px) and (max-width:1199px) {   
            .box_01 > div:nth-child(odd) div:nth-child(1),
            .box_01 > div:nth-child(even) div:nth-child(1) { flex:1 1 60%; }
            .box_01 > div:nth-child(odd) div:nth-child(2),
            .box_01 > div:nth-child(even) div:nth-child(2) { flex:1 1 40%; padding: 5rem; }
        }
        @media (min-width:1200px) {
            .box_01 > div:nth-child(odd) div:nth-child(1),
            .box_01 > div:nth-child(even) div:nth-child(1) { flex:1 1 60%; }
            .box_01 > div:nth-child(odd) div:nth-child(2),
            .box_01 > div:nth-child(even) div:nth-child(2) { flex:1 1 40%; padding: 5rem; }
        }
        @media (min-width:1200px) and (max-width:1699px) { .box { padding: 5rem 10rem; }}
        @media (min-width:1700px) { .box { padding: 2rem 22rem 5rem; } }



        
        .box_02 > div { background: #fff; }


        @media (max-width:767px) { 
            .box_02 {
                display: flex;
                flex-flow: column wrap;     
            }
            .box_02 > div { 
                flex: 1 1 100%; 
            }
        }
        @media (min-width:768px) { 
            
            .box_02 {
                display: flex;
                flex-flow: row wrap;
                justify-content: space-between;                
            }
            .box_02 > div { 
                flex: 0 1 49.5%;    
            }
        }
        @media (max-width:991px) { .box_02 > div { margin-bottom: 1%; }}
        @media (min-width:992px) { .box_02 > div { margin-bottom: 7%; }}

        .notch { padding: 0 35px 25px; }

        .box_01 .notch { box-shadow: -2px -2px 4px rgba(0,0,0,.1); }



/* 盒模內容
-------------------------------------------*/
section.cast {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; 
    width: 100%;
    overflow-y: hidden;    
}

.cast .Starring {
    display: flex;
    justify-content: flex-start;
    height: 50%;
}
.cast .Other {
    display: flex;
    justify-content: flex-end;
    height: 50%;
}
.cast .Starring a,
.cast .Other a {
    /*position: relative;*/
    border: .5px solid transparent;
}
.cast .Starring .name,
.cast .Other .name {
    position: absolute;
    width: auto;
    font:600 22px/1.5 'Noto Serif TC', serif,"Microsoft JhengHei" !important;
    padding: 0 10px;
    color: rgba(255,255,255,.6);
    background: rgba(48, 0, 53, 0.84);
}

.cast .Starring .name { right: 0; bottom: 0; }
.cast .Other .name { left: 0; bottom: 0; }

@media (max-width:991px) {
    .cast .Starring .name { right: 15px; bottom: 0; }
}

.cast .Starring .name small,
.cast .Other .name small { 
    padding-left: 10px;
}
 


@media (max-width:767px) {
    .cast .Starring a { flex: 1 1 100%; }
    .cast .Other a { flex: 1 1 50%; }         
}
@media (min-width:768px) and (max-width:991px) {
    .cast .Starring a { flex: 1 1 50%; }    
    .cast .Other a { flex: 1 1 50%; }
}
@media (min-width:992px) and (max-width:1199px) {
    .cast .Starring a { flex: 1 1 24.5%; }
    .cast .Other a { flex: 1 1 24.5%; }
}

@media (min-width:992px) {
    .num_08 { order:6; }
    .num_09 { order:5; }
    .num_10 { order:4; }
    .num_11 { order:3; }
    .num_12 { order:2; }
    .num_13 { order:1; }

}

@media (min-width:1200px) {
    .cast .Starring a { flex: 0 1 16.66%; }
    .cast .Other a { flex: 0 1 16.66%; }
}

/* 滑過效果
-------------------------------------------------------------*/

.cast .Starring a,
.cast .Other a {
    position: relative;
    overflow: hidden;
}

.cast .Starring a:before,
.cast .Other a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;           
    background:rgba(0,0,0,.5);
    opacity: 0;
    z-index: 1;
    transition: all .5s;
}

.cast .Starring a:hover:before,
.cast .Other a:hover:before {
    opacity: 1;
}



/*人物介紹 (燈箱) 
-------------------------------------------*/
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal h3 { color: #f0aeae; }
.modal h3 small { color: #fff; }
.modal-body div p { text-align: justify; }
.modal-body div p:nth-child(1):first-letter {  font-size: 1.35em; margin-left: 16px; }
.modal-body .row > div:nth-child(1) img { position: relative; margin-top: -24px;box-shadow: 4px 4px 8px rgba(0,0,0,.2); }
.modal-body .row > div:nth-child(2) p { color: rgba(255, 255, 255, 0.5); }
.modal-body .row > div:nth-child(2) img { margin: 0 0 20px; /*opacity: .6;*/ } 
.modal-body .row:nth-child(1) {
    position: relative;
    /*width: 100%;*/
    top: 24px;
    margin-left: 0;
    margin-bottom: 24px;
    min-height: 400px;
    /*background: rgba(255,255,255,.65);*/ }

.modal-body .row:nth-child(2) { margin-top: 65px; }
.modal-body .row:nth-child(2) p { color: rgba(255, 255, 255,1); line-height: 41px; }

@media (max-width: 991px) {
    .modal-body .row:nth-child(1) { margin-right: 0; }
    .modal-content .modal-body {    
        padding-right: 15px;    
        padding-left: 15px; }
    .modal .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .modal-body .row > div {
        padding-right: 30px;
        padding-left: 30px;
    }
    .modal-body .row > div:nth-child(2) { padding-bottom: 30px; }
}




@media (min-width: 992px) {
    .modal-body .row:nth-child(1) > div:nth-child(1) { 
        padding-left: 0;
        margin: 0 0 0 -24px;
        z-index: 1; }

    .modal-body .row:nth-child(1) > div:nth-child(2) { 
        margin-left: 15px;
        padding-bottom: 25px; }
}


.modal-footer {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}



.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}


/*劇情大綱
-------------------------------------------*/
#Bookmarks_plot .container-fluid {
    z-index: 9;
    background:#fff;
}

@media (max-width: 991px){ 
    #Bookmarks_plot {
        padding: 33px;    
        overflow: hidden;
    }
    .dec_plot { display:auto; }
    #Bookmarks_plot:before {
        content:"";
        bottom: 0;
        left: 0;
        position: absolute;
        border-left: 12em solid #b39977;
        border-top: 12em solid transparent;
    }
    #Bookmarks_plot:after {
        content:"";
        top: 0;
        right: 0;
        position: absolute;
        border-right: 12em solid #b39977;
        border-bottom: 12em solid transparent;
    }
}
@media (min-width: 992px){ 
    #Bookmarks_plot {
        padding: 70px;    
        overflow: hidden;
    }
    .dec_plot { 
        display: flex !important;
        justify-content: center;
        align-items: center;
        min-height: 75vh; 
    }
    #Bookmarks_plot:before {
        content:"";
        bottom: 0;
        left: 0;
        position: absolute;
        border-left: 30em solid #b39977;
        border-top: 30em solid transparent;
    }
    #Bookmarks_plot:after {
        content:"";
        top: 0;
        right: 0;
        position: absolute;
        border-right: 30em solid #b39977;
        border-bottom: 30em solid transparent;
    }
}

.dec_plot:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
    border-left: 30em solid #c8e0d8;
    border-bottom: 30em solid transparent;
}

.dec_plot:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-left: 75em solid #f9f3eb;
    border-top: 25em solid transparent;
}

.plot h5.description { color: #333; }




/*劇照印象
-------------------------------------------*/
#Bookmarks_image .col-lg-4 { 
    padding: 0; 
    display: flex;
    flex-flow:column wrap;     
    align-content: center;
    justify-content: center;
    overflow: hidden;
}
@media (min-width:992px) { #Bookmarks_image .col-lg-4 { display: flex !important; }}

.Stagger a img {     
    transform: rotate(0deg) scale(1);
    transition: .15s; 
}
.Stagger a:hover img { 
    transform: rotate(0deg) scale(1.2); 
}

.Stagger a:after { 
    content: "";
    position: absolute;
    top: 0;    
    width: 100%;
    height: 101%;
    background: rgba(0,0,0,.9);
    opacity: 0;
    transition: opacity .6s; 
}

.Stagger a:hover:after {
    opacity: 0.6;
}

.white {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    position: absolute;
    z-index: 1;
}

.Stagger div:nth-child(2) a .white { animation: DarkLight .5s ease-in-out .2s both; }
.Stagger div:nth-child(3) a .white { animation: DarkLight .5s ease-in-out .4s both; }
.Stagger div:nth-child(4) a .white { animation: DarkLight .5s ease-in-out .6s both; }
.Stagger div:nth-child(5) a .white { animation: DarkLight .5s ease-in-out .8s both; }
.Stagger div:nth-child(7) a .white { animation: DarkLight .5s ease-in-out 1s both; }
.Stagger div:nth-child(8) a .white { animation: DarkLight .5s ease-in-out 1.2s both; }
.Stagger div:nth-child(9) a .white { animation: DarkLight .5s ease-in-out 1.4s both; }
.Stagger div:nth-child(10) a .white { animation: DarkLight .5s ease-in-out 1.6s both; }






/*影音預告
-------------------------------------------*/
#Bookmarks_video {
    background: url(../img/bg_video.jpg) no-repeat;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; 
    -o-background-size: cover;       
    background-size: cover;
}

#Bookmarks_video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -ms-linear-gradient(top left, rgba(246,231,156,.9) 0%, rgba(247,156,29,.8) 100%);
    background-image: -moz-linear-gradient(top left, rgba(246,231,156,.9) 0%, rgba(247,156,29,.8) 100%);
    background-image: -o-linear-gradient(top left, rgba(246,231,156,.9) 0%, rgba(247,156,29,.8) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(246,231,156,.9)), color-stop(1, rgba(247,156,29,.8)));
    background-image: -webkit-linear-gradient(top left, rgba(246,231,156,.9) 0%, rgba(247,156,29,.8) 100%);
    background-image: linear-gradient(to bottom right, rgba(246,231,156,.9) 0%, rgba(247,156,29,.8) 100%);  
}

a.ytvideo span {
    display: block;
    background: #e8e8e8;
    padding: 0px 10px 7px;
    margin-top: 5px;
    border-radius: 6px;
}

a.ytvideo { color: #ff0059 !important; }
a:hover.ytvideo { color: #000 !important; }

#Bookmarks_video a.btn { background-color: #111; }

@media (max-width: 991px){ a.ytvideo { font-size: 14px !important; }}


/*視差滑動區塊
-------------------------------------------*/
.parallax-wrapper{
	position: relative;
	height: 270px;
	overflow: hidden;
}
.parallax{
	position: relative;
    background-image: url(../img/pp-cov.jpg);
    background-position: right center;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; 
    -o-background-size: cover;       
    background-size: cover;
    height: 800px;
    top: -450px;
}


/*選單
-------------------------------------------*/
/*.nav_spec { background: url(../img/bg_navi.jpg) repeat; }*/

.nav_spec {
    background-image: -ms-linear-gradient(top left, rgba(214,63,56,.9) 0%, rgba(183,49,46,.9) 100%);
    background-image: -moz-linear-gradient(top left, rgba(214,63,56,.9) 0%, rgba(183,49,46,.9) 100%);
    background-image: -o-linear-gradient(top left, rgba(214,63,56,.9) 0%, rgba(183,49,46,.9) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(214,63,56,.9),.9)), color-stop(1, rgba(183,49,46,.9)));
    background-image: -webkit-linear-gradient(top left, rgba(214,63,56,.9) 0%, rgba(183,49,46,.9) 100%);
    background-image: linear-gradient(to bottom right, rgba(214,63,56,.9) 0%, rgba(183,49,46,.9) 100%); 
}

/*
@media (max-width: 991px){ 
    .nav_spec { 
        background-image: -ms-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: -moz-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: -o-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #a91022), color-stop(1, #cb6491));
        background-image: -webkit-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: linear-gradient(to bottom right, #a91022 0%, #cb6491 100%); 
    }

}

*/
/*
@media (min-width: 992px){ 
	.navbar ul.mx-auto .nav-link i.fa { text-align: center; top: 1px !important; padding-right: 25px !important; }
    .navbar-nav:nth-child(1) li+li { border-left: 1px solid rgba(255,255,255,.2); }

    .nav_spec {
        width: 105%;
	    background-image: -ms-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: -moz-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: -o-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #a91022), color-stop(1, #cb6491));
        background-image: -webkit-linear-gradient(top left, #a91022 0%, #cb6491 100%);
        background-image: linear-gradient(to bottom right, #a91022 0%, #cb6491 100%); 
    }

}
*/

/*背景處理
-------------------------------------------*/

.bg_main { 
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }  


/*主視覺往下滑動鈕
-------------------------------------------*/

a:link {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.single_scroll {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.single_scroll .scroll {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.scroll {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    padding: 15px;
    padding-left: 165px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll p {
    padding-top: 1px;
    letter-spacing: 0.7em;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    padding: 0 15px;
    background: rgba(0,0,0,.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: color cubic-bezier(0.8, 0, 0.1, 1) 0.5s, 
    -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
    transition: color cubic-bezier(0.8, 0, 0.1, 1) 0.5s, 
    transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
}

.scroll:hover p {
    color: #ffcd00;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.arrow:before {
    content: "";
    padding: 5px;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 15px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    border-left: 1px solid rgba(255,255,255,.3);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.15);
    -webkit-animation: scroll 4s infinite;
    animation: scroll 4s infinite;
}

.arrow.left {
    left: 0;
}
.scroll .arrow {
    width: 150px;
}
.arrow {
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
}

@-webkit-keyframes scroll {
    15% { right: 100%; }        
    50% { right: 0; }
}

@keyframes scroll {
    15% { right: 100%; }        
    50% { right: 0; }
}


/*回至頂端
-------------------------------------------*/

#gotop {
        display: none;
        position: fixed;
        right: 20px;
        bottom: 20px;
        padding-top: 19px;
        width: 45px;
        height: 45px;
        color: #8d8d8d;
        font-size: .5em;
        /*font-weight: bold;*/
        /*border: 1px solid #cecece;*/
        border-radius: 50%;
        text-align: center;
        letter-spacing: -.03em;
        background: rgba(0,0,0,.9);
        z-index: 10;
        transition: color .5s;
    }

    #gotop:before {
        pointer-events: none;
        content: "";
        position: absolute;        
        top: 13px;
        left: 50%;
        margin-left: -4px;
        width: 8px;
        height: 8px;
        
        /*箭頭樣式一*/
        border-top: 9px solid #666;
        border-right: 9px solid transparent;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);

        /*箭頭樣式二*//*
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        */
    }

#gotop:hover { color:rgba(255,255,255,.8); }


/*footer
-------------------------------------------*/
footer {
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    border: 0;
}

footer span.copyright {
    text-transform: uppercase;
    font: 12px/4 Verdana, Geneva, sans-serif !important;
    color: rgba(255,255,255,.8);
    padding: 20px 0;
}

.copyright span { color: rgba(255,255,255,.4); }

@media(max-width:767px) { .hide_footer{ display:none; } }

.footer {
    padding: 1.125rem 0;
    text-align: center; }





/*主視覺特效
-------------------------------------------*/
/*.page-header-image {
    background: url(../img/bg_main.jpg) no-repeat;
    -ms-background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%; 
    -o-background-size: 100%;       
    background-size: 100%;
    animation: flicker 5s infinite; 
}*/


.logo {
    position: absolute;  
    z-index: 3;
    animation: Breathe 3s 6s 6 both;
}


@media (max-width:767px)  {
    .logo { top: 5%; padding: 0 60px; }
    .presentation-page .page-header {
        /*height: 100vh;*/
    }
    .page-header .content-center { top: 60%; }
    .page-header .content-center .container { width: 100%; }
}

@media (min-width:768px) and (max-width:991px) {
    .logo { top: 5%; padding: 0 60px; }
    .page-header .content-center { top: 43; }
    .page-header .content-center .container { width: 100%; }
}
@media (min-width:992px) and (max-width:1199px) {
    .logo { top: 35%; padding: 0 40px 0 88px; }
    .page-header .content-center { top: 55%; }
}
@media (min-width:1200px) and (max-width:1650px) {
    .logo { top: 25%; }
    .page-header .content-center { top: 60%; }    
}
@media (min-width:1650px) {
    .logo { top: 25%; }
}

.bg_main {
    height: 100vh;
    background: url('../img/bg_main.jpg') no-repeat center top;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; 
    -o-background-size: cover;       
    background-size: cover;
    animation: Master_effect 30s infinite;
    position: absolute;
    z-index: 1;
}

/*@media (max-width:767px) {
    .logo {
        position: absolute;
        width: 100%;
        height: 50%;
        top: 0;
    }
}*/




/*@media (max-width:991px) {
    .logo { width: 80%; bottom: 20%; }
}
@media (min-width:992px) and (max-width:1199px) {
    .logo { width: 50%; bottom: 15%; }
}
@media (min-width:1200px) and (max-width:1599px) {
    .logo { width: 40%; bottom: 15%; }
}
@media (min-width:1600px) {
    .logo { width: 35%; bottom: 12%; }
}*/

.logo .row div:nth-child(1) img { animation:dilation 1.2s 1.2s both; }
.logo .row div:nth-child(2) img { animation:dilation 1.2s 2s both; margin: 0 0 0 0; }
.logo .row div:nth-child(3) img { animation:Shrink 2.5s 2.5s both; margin: -20px 0 0 ; }
.logo .row div:nth-child(4) img { animation:dilation_ex 2s 3s both; margin: 10px 0 0 0; }
.logo .row div:nth-child(5) img { animation:dilation 2s 3.5s both; margin: -20px 0 0 0; }


.bg_gender {
    position: relative;
    z-index: 2;
}
.bg_gender .blurry_01_off { animation: slow_right 3s both,Pass 3s 2.8s forwards; }
.bg_gender .blurry_02_off { animation: slow_left 3s 1s both,Pass 3s 4.5s forwards; }

.bg_gender .blurry_01_on { animation: Appear 2.5s 2.8s both; }
.bg_gender .blurry_02_on { animation: Appear 2.5s 4.5s both; }


.bg_gender .blurry_01_on { position: absolute; left: 0; }
.bg_gender .blurry_02_on { position: absolute; right: 0;}

@media (max-width:767px) {
    .bg_gender div:nth-child(1) { left: -15%; display: flex; align-items: flex-end; height: 100%; }
    .bg_gender div:nth-child(2) { right: -10%; display: flex; align-items: flex-end; height: 100%; position: absolute; }
}
@media (min-width:768px) and (max-width:1700px) {
    .bg_gender div { display: flex; align-items: flex-end; overflow: hidden; }
    .bg_gender .blurry_01_on { bottom: 0; }
}
@media (min-width:1701px) {
    .bg_gender .blurry_01_on { top: -35px; }
    .bg_gender .blurry_02_on { top: 0; }
}



/*.bg_gender div:nth-child(1) img {  height: 100%; }
.bg_gender div:nth-child(2) img {  height: 100%; }*/


@keyframes light {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
@-webkit-keyframes light {
    0% { opacity: 0; }
    100% { opacity: 1; }       
  }

@keyframes Master_effect {
    0%,100% { transform: scale(1.20); }
    50% { transform: scale(1); }   
  }
@-webkit-keyframes Master_effect {
    0%,100% { transform: scale(1.20); }
    50% { transform: scale(1); }        
  }
    
@keyframes love {
      0% { transform: rotateZ(-290deg) scale(14); background-size: cover; }
     80% { transform: rotateZ(0deg) scale(1); }
     87% { transform: rotateZ(0deg) scale(1.1); }
     91% { transform: rotateZ(0deg) scale(1); opacity:1; }
    100% { transform: rotateZ(0deg) scale(1); opacity:0; }}

@-webkit-keyframes love {
      0% { transform: rotateZ(-290deg) scale(14); background-size: cover; }
     80% { transform: rotateZ(0deg) scale(1); }
     87% { transform: rotateZ(0deg) scale(1.1); }
     91% { transform: rotateZ(0deg) scale(1); opacity:1; }
    100% { transform: rotateZ(0deg) scale(1); opacity:0; }}

@keyframes logo {
      0% { transform: translate(400px,800px) rotateZ(-90deg); }
     50% { transform: translate(0px,0px) rotateZ(0deg); }
    100% { transform: translate(0px,0px) rotateZ(0deg); }
}

@keyframes Breathe {
 0%,100% { transform: scale(1); opacity: 1; }
     50% { transform: scale(.9); opacity: .7; }}



@keyframes Appear {
      0% { opacity: 0; }
    100% { opacity: 1; }}
@-webkit-keyframes Appear {
      0% { opacity: 0; }
    100% { opacity: 1; }}

@keyframes Pass {
      0% { opacity: 1; }
    100% { opacity: 0; }}
@-webkit-keyframes Pass {
      0% { opacity: 1; }
    100% { opacity: 0; }}

@keyframes Stretch {
      0%,100% { transform: scale(1.05); }
     50% { transform: scale(1); }}
@-webkit-keyframes Stretch {
      0%,100% { transform: scale(1.05); }
     50% { transform: scale(1); }}

@keyframes Shrink {
      0% { opacity: 0; transform: scale(1.7); }
    100% { opacity: 1; transform: scale(1); }}
@-webkit-keyframes Shrink {
      0% { opacity: 0; transform: scale(1.7); }
    100% { opacity: 1; transform: scale(1); }}

@keyframes dilation {
      0% { opacity: 0; transform: scale(.7); }
    100% { opacity: 1; transform: scale(1); }}
@-webkit-keyframes dilation {
      0% { opacity: 0; transform: scale(.7); }
    100% { opacity: 1; transform: scale(1); }}

@keyframes dilation_ex {
      0% { opacity: 0; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1.4); }}
@-webkit-keyframes dilation_ex {
      0% { opacity: 0; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1.4); }}
     
@keyframes fall {
     0% { transform: translateY(-21%); opacity: 0; }
    20% { opacity: 1; }
   100% { transform: translateY(0%);opacity: 1; }}
@-webkit-keyframes fall {
     0% { transform: translateY(-21%); opacity: 0; }
    20% { opacity: 1; }
   100% { transform: translateY(0%);opacity: 1; }}


@-webkit-keyframes flipInY {
  0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
} 

@-webkit-keyframes flipInY02 {
  0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 0deg); 
      opacity: 1;
  }
  33% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
  }
  66% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
 100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes flipInY02 {
  0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 0deg); 
      opacity: 1;
  }
  33% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
  }
  66% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);      
  }
 100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
  }
}


@keyframes slow_right {
      0% { opacity: 0; transform: translate(-260px,-19px); }
     60% { opacity: 1; }
    100% { opacity: 1; transform: translate(0px,-19px); }}
@-webkit-keyframes slow_right {
      0% { opacity: 0; transform: translate(-260px,-19px); }
     60% { opacity: 1; }
    100% { opacity: 1; transform: translate(0px,-19px); }}

@keyframes slow_right02 {
      0% { opacity: 0; transform: translate(-260px,0px); }
     60% { opacity: 1; }
    100% { opacity: 1; transform: translate(0px,0px); }}
@-webkit-keyframes slow_right {
      0% { opacity: 0; transform: translate(-260px,0px); }
     60% { opacity: 1; }
    100% { opacity: 1; transform: translate(0px,-19px); }}

@keyframes slow_left {
      0% { opacity: 0; transform: translate(260px,0px); }
     60% { opacity: 1; }
    100% { opacity: 1; transform: translate(0px,0px); }}
@-webkit-keyframes slow_left {
      0% { opacity: 0; transform: translate(260px,0px); }
     60% { opacity: 1; }
    100% { opacity: 1; transform: translate(0px,0px); }}


@media (min-width:992px) and (max-width:1199px) {
    @keyframes slow_left {
          0% { opacity: 0; transform: translate(260px,-20px); }
         60% { opacity: 1; }
        100% { opacity: 1; transform: translate(0px,-20px); }}
    @-webkit-keyframes slow_left {
          0% { opacity: 0; transform: translate(260px,-20px); }
         60% { opacity: 1; }
        100% { opacity: 1; transform: translate(0px,-20px); }}    
}

@keyframes slow_top {
      0% { opacity: 0; }
     40% { opacity: 0; transform: translate(0px,40px); }
    100% { opacity: 1; transform: translate(0px,0px); }}
@-webkit-keyframes slow_top {
      0% { opacity: 0; }
     40% { opacity: 0; transform: translate(0px,40px); }
    100% { opacity: 1; transform: translate(0px,0px); }}

@keyframes slow_bottom {
      0% { opacity: 0; }
     40% { opacity: 0; transform: translate(0px,-40px); }
    100% { opacity: 1; transform: translate(0px,0px); }}
@-webkit-keyframes slow_bottom {
      0% { opacity: 1; }
     40% { opacity: 1; transform: translate(0px,-40px); }
    100% { opacity: 1; transform: translate(0px,0px); }}

@keyframes Stand {
      0% { transform-origin:center bottom; transform: perspective(1000px) rotateX(90deg); }
     45% { transform-origin:center bottom; transform: perspective(1000px) rotateX(-15deg); }
     60% { transform-origin:center bottom; transform: perspective(1000px) rotateX(15deg); }
     80% { transform-origin:center bottom; transform: perspective(1000px) rotateX(-15deg); }
    100% { transform-origin:center bottom; transform: perspective(1000px) rotateX(0deg); }}
@-webkit-keyframes Stand {
      0% { transform-origin:center bottom; transform: perspective(1000px) rotateX(90deg); }
     45% { transform-origin:center bottom; transform: perspective(1000px) rotateX(-15deg); }
     60% { transform-origin:center bottom; transform: perspective(1000px) rotateX(15deg); }
     80% { transform-origin:center bottom; transform: perspective(1000px) rotateX(-15deg); }
    100% { transform-origin:center bottom; transform: perspective(1000px) rotateX(0deg); }}

@keyframes Liedown {
      0% { transform-origin:center bottom; transform: perspective(1000px) rotateX(0deg); }
     50% { transform-origin:center bottom; transform: perspective(1000px) rotateX(-20deg); }
    100% { transform-origin:center bottom; transform: perspective(1000px) rotateX(90deg); }}
@-webkit-keyframes Liedown {
      0% { transform-origin:center bottom; transform: perspective(1000px) rotateX(0deg); }
     50% { transform-origin:center bottom; transform: perspective(1000px) rotateX(-20deg); }
    100% { transform-origin:center bottom; transform: perspective(1000px) rotateX(90deg); }}

@keyframes Rotating {
      0% { transform-origin:55% bottom; transform: rotateY(0deg); }
    100% { transform-origin:55% bottom; transform: rotateY(2160deg); }}
@-webkit-keyframes Rotating {
      0% { transform-origin:65% bottom; transform: rotateY(0deg); }
    100% { transform-origin:65% bottom; transform: rotateY(2160deg); }}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes DarkLight {
      0%,100% { opacity: 0; }
          50% { opacity: .6; }}
@-webkit-keyframes DarkLight {
      0%,100% { opacity: 0; }
          50% { opacity: .6; }}

@keyframes LightDark {
      0%,100% { opacity: .8; }
          50% { opacity: .3; }}
@-webkit-keyframes LightDark {
      0%,100% { opacity: .8; }
          50% { opacity: .3; }}


@keyframes flicker {
     0% { opacity: 1; }
    35% { opacity: 1; }
    40% { opacity: .5; }
    45% { opacity: 1; }
    75% { opacity: 1; }
    80% { opacity: .5; }
   100% { opacity: 1; }}
@-webkit-keyframes flicker {
     0% { opacity: 1; }
    35% { opacity: 1; }
    40% { opacity: .5; }
    45% { opacity: 1; }
    75% { opacity: 1; }
    80% { opacity: .5; }
   100% { opacity: 1; }}


@keyframes swing {
      0%,100% { transform: rotate(5deg); }
          50% { transform: rotate(-5deg); }}
@-webkit-keyframes swing {
      0%,100% { transform: rotate(5deg); }
          50% { transform: rotate(-5deg); }}   

@keyframes jump {
      0%,100% { transform: translateY(0); }
          50% { transform: translateY(-50px); }}
@-webkit-keyframes jump {
      0%,100% { transform: translateY(0); }
          50% { transform: translateY(-50px); }}            
    

    


