/*------------------------------------*\
            Common.css
\*------------------------------------*/

/*
    * General.....................General use
    * Footer......................
    * Media Query.................RWD Setting
        * General.....................
*/

/*------------------------------------
            $General
------------------------------------*/

section[id]:before {
    content: "";
    display: block;
    margin-top: -59px;
    height: 59px;
    visibility: hidden;
}

.preload {
    background: url(../../images/production/preloader.gif) no-repeat center center;
}

ul.rl-text-desc {
    padding-left: 20px;
}

/*--- Banner ---*/

.banner {
    background-image: url(../../images/production/character-creator-3-main.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    height: calc(23.9375vw + 173.4px);

    /*633-250*/
    position: relative;
}

.banner .title {
    font-size: calc(20px + 4.5vw);
    line-height: 1;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    margin-left: -4px;

    /* transform: scale(1.15, 1); */
    transform-origin: 0% 0%;
    letter-spacing: 0px;
    font-family: 'Oswald', 'Roboto', sans-serif;
    font-weight: 900;
    font-size: calc(5.375vw + 16.8px);
}

.banner.home .title {
    font-size: calc(6.1875vw + 21.2px);
    font-family: 'Oswald', 'Roboto', sans-serif;
}

.banner.home .logos,
.banner.home .rl-popup {
    display: inline-block;
}

.banner.home .logos {
    float: right;
}

.banner .logos img {
    margin-right: 1.82291666vw;
}

@media screen and (max-width: 767px) {
    .banner.home .rl-popup a {
        justify-content: center;
        margin-right: 0;
        margin-top: 40px;
    }
}

.banner .logos img {
    /* position: absolute; */
    /* top: -12px; */
    /* padding-left: calc(51000vw/1920); */
    height: calc(40px + 1.5625vw);

    /* margin-bottom: calc(10px + 2500vw/1920); */
}

.banner .wiptext {
    text-align: center;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    font-size: calc(0.5208333333333333vw + 14px);
    font-weight: 300;
    padding-left: calc(25px + 1000vw/1920);
    padding-right: calc(25px + 1000vw/1920);
    display: inline-block;
    background-color: rgba(22, 0, 0, 0.3);
}

.banner .sub-title {
    font-size: calc(1.9097222222222223vw + 5.333333333333333px);
    font-weight: 500;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
    padding-top: 7px;
    font-family: 'Oswald', 'Roboto', sans-serif;
    line-height: 1.3;
}

.banner .text-wrapper {
    padding-top: calc(12.152777777777777vw + 86.66666666666667px);

    /*100-30*/
}

/*--- rl-declareBoard ---*/

.rl-declareBoard-header-common {
    background-image: url(../../images/production/Background.jpg);
    background-repeat: no-repeat;
}

.rl-declareBoard-header-common {
    background-attachment: fixed;
    background-size: cover;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.rl-declareBoard-header .title {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.divider {
    border-bottom: 1px solid #b1b1b1;
}

.wip-block {
    display: flex;
    align-content: stretch;
}

.wip-block .wip-item {
    flex: 1;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
}

.wip-block .wip-item:nth-child(1) {
    align-items: flex-start;
}

.wip-block .wip-item:nth-child(3) {
    align-items: flex-end;
}

.wip-block .wip-item ul {
    text-align: left;
}

.wip-block .wip-item .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.wip-block .wip-item .content > a {
    text-align: center;
    color: inherit;
    text-decoration: none;
}

.wip-block .wip-item .content div {
    text-align: center;
}

.wip-block .wip-item .title {
    display: inline-block;
    color: #82be0f;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.wip-block .wip-item .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}

.wip-block .wip-item .date {
    font-size: 20px;
    font-weight: 300;
}

.wip-block .circle {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 0;
    border: 3px solid #82be0f;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: white;
}

.wip-block .circle-fill {
    background: #82be0f;
}

.wip-block .circle .line {
    z-index: 2;
    position: absolute;
    border-bottom: 3px solid #82be0f;
    left: 39px;
    top: 18px;
}

.wip-block .wip-item .content > a:hover .circle {
    /* animation: Breathe 1s linear 0s infinite alternate;
    -moz-animation: Breathe 1s linear 0s infinite alternate;
    -ms-animation: Breathe 1s linear 0s infinite alternate;
    -webkit-animation: Breathe 1s linear 0s infinite alternate; */
}

@keyframes Breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.flex-container-svg {
    display: flex;
    align-content: center;
    align-items: center;
}

#production-wrapper .flex-container {
    display: flex;
    align-content: center;
    align-items: center;
}

#production-wrapper .flex-container .flex-left {
    flex: 7;
    padding: 15px;
    order: 1;
}

#production-wrapper .flex-container .flex-right {
    flex: 5;
    padding: 15px;
    order: 2;
}

#production-wrapper .flex-container .flex-left-reverse {
    flex: 5;
    padding: 15px;
    order: 1;
}

#production-wrapper .flex-container .flex-right-reverse {
    flex: 7;
    padding: 15px;
    order: 2;
}

/*--- Button ---*/
.default-btn {
    display: inline-block;
}

.default-btn.fill {
    background-color: #82be0f;
    border: 2px solid #82be0f;
    color: white;
}

.default-btn.fill:hover {
    background-color: rgba(0,0,0,0.7);
    border: 2px solid #82be0f;
    color: #82be0f;
}

.default-btn.border {
    background-color: transparent;
    border: 2px solid #82be0f;
    color: #82be0f;
}

.default-btn.border:hover {
    background-color: rgba(0,0,0,0.7);
    border: 2px solid #82be0f;
    color: white;
}

.default-btn.lg {
    font-size: calc(0.25vw + 19.2px); /*24-20*/
    /*50-30*/
    padding: 11px calc(1.25vw + 26px);
}

.default-btn.sm {
    font-size: 18px;
    padding: 9px 50px;
}

.default-btn.min-width-400 {
    min-width: 410px;
}

.default-btn.min-width-300 {
    min-width: 330px;
}

@media screen and (max-width: 480px) {
    .default-btn.min-width-400 {
        min-width: 90%;
    }

    .default-btn.min-width-300 {
        min-width: 90%;
    }
}

.label-msg {
    background-color: rgba(0, 154, 206, 0.5);
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 24px;
}

.tools .know-more {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.tools .tools-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.tools .tools-slide .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    height: 39.84375vw;
    min-height: 700px;
}

.tools .label-msg {
    margin-bottom: 20px;
}

.tools .tools-slide .item.mesh {
    background-image: url(../../images/production/old/Tools-01-mesh.jpg);
}

.tools .tools-slide .item.texture {
    background-image: url(../../images/production/old/Tools-02-texture.jpg);
}

.tools .tools-slide .item.text {
    background-image: url(../../images/production/old/Tools-03-text.jpg);
}

.tools .tools-slide .item.ribbon {
    background-image: url(../../images/production/old/Tools-04-ribbon.jpg);
}

.tools .tools-slide .item.distortion {
    background-image: url(../../images/production/old/Tools-05-distortion.jpg);
}

.popcorn-library {
    background-color: #000;
    background-image: url(../../images/production/old/PopcornFX-Library-40-backgroung.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    position: relative;
}

.free-popcorn-editor {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.icon-title {
    vertical-align: text-bottom;
    width: calc(1.5625vw + 30px);
    height: calc(1.5625vw + 30px);
    margin-right: calc(0.1875vw + 9.4px);
}

.banner-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 21.55vw;
}

.btn-fill,
.btn-fill:focus,
.btn-fill:active,
.btn-fill:focus:active {
    background-color: #82be0f;
    padding: 13px 44px;
    color: white;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    border: 2px solid #82be0f;
}

.btn-fill:hover {
    background-color: rgba(0,0,0,0.7);
    color: #82be0f;
}

/*------------------------------------
                  game
------------------------------------*/
.section-title {
    line-height: 1.5;
    color: #82be0f;
    font-weight: 400;
    font-size: calc(0.625vw + 48px);
}

#game-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(33.8547vw);
    background: url(../../images/game/Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#game-blog .blog-block {
    padding: calc(10px + 1vw);
    text-align: center;
    width: calc(50% - 32.5px);
}

#game-blog .blog-block > a > img.shadow {
    transition: all 0.3s;
}

#game-blog .blog-block > a > img.shadow:hover {
    -webkit-box-shadow: 13px 14px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 13px 14px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 13px 14px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (max-width: 475px) {
    #gmae-blog {
        height: auto;
    }

    #game-blog .blog-block {
        width: 100%;
    }

    #game-blog .blog-block:first-child {
        margin-bottom: 20px;
    }
}

/*------------------------------------
            $Media Query
------------------------------------*/

@media screen and (max-width: 1024px) {
    .banner .logos img {
        position: relative;
        top: 0;
        padding-left: 0;
        height: calc(50px);
    }

    .rl-declareBoard-header-common {
        background-attachment: scroll;
    }

    .wip-block {
        flex-direction: column;
    }

    .wip-block .wip-item:nth-child(n) {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        align-items: center;
    }

    .wip-block .wip-item:nth-child(n+2) {
        padding-top: 20px;
    }

    .wip-block .line {
        display: none;
    }

    .wip-block .circle {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .tools .know-more {
        position: static;
    }

    .tools .tools-content {
        position: static;
    }

    .tools .tools-content .tools-text-wrapper {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tools .tools-content .tools-text-wrapper .rl-text-desc {
        padding-bottom: 0;
    }

    .tools .tools-content .tools-nav {
        width: 80%;
        margin: auto;
    }

    .tools .tools-content .tools-nav .tools-nav-img {
        max-width: 140px;
    }

    .tools .tools-slide .item.mesh {
        background-image: url(../../images/production/old/Tools-01-mesh_991.jpg);
    }

    .tools .tools-slide .item.texture {
        background-image: url(../../images/production/old/Tools-02-texture_991.jpg);
    }

    .tools .tools-slide .item.text {
        background-image: url(../../images/production/old/Tools-03-text_991.jpg);
    }

    .tools .tools-slide .item.ribbon {
        background-image: url(../../images/production/old/Tools-04-ribbon_991.jpg);
    }

    .tools .tools-slide .item.distortion {
        background-image: url(../../images/production/old/Tools-05-distortion_991.jpg);
    }

    .tools .tools-slide .item {
        background-size: cover;
        background-position: 50% 50%;
        height: 50.454vw;
        min-height: auto;
    }

    .popcorn-library .title-img {
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        background-image: url(../../images/production/main_768.jpg);
        height: calc(117.34vw);
    }

    .banner .text-wrapper {
        /*768:120 - 320:60*/
        padding-top: calc(13.392857142857142vw + 17.142857142857142px);
    }

    .banner .title {
        /*768:82 - 320:30*/
        font-size: calc(11.6331096196868vw + -7.225950782997763px);
        text-align: center;
    }

    .banner .sub-title {
        font-size: calc(2.013422818791946vw + 11.557046979865772px);
        text-align: center;
    }

    .banner .logos img {
        width: 42.6336375vw;
        min-width: 200px;
        height: auto;
    }

    .banner.home .logos, .banner.home .rl-popup {
        display: block;
    }

    .banner.home .logos {
        float: none;
    }

    .tools .tools-content .tools-nav .tools-nav-img {
        margin: auto;
        max-width: 85%;
    }

    .tools .tools-content .tools-nav {
        width: 100%;
    }

    #production-wrapper .flex-container {
        flex-direction: column !important;
        align-items: left;
    }

    #production-wrapper .flex-container .flex-left,
    #production-wrapper .flex-container .flex-right,
    #production-wrapper .flex-container .flex-left-reverse,
    #production-wrapper .flex-container .flex-right-reverse {
        flex: 1;
    }

    #production-wrapper .flex-container .flex-left-reverse {
        order: 2;
    }

    #production-wrapper .flex-container .flex-right-reverse {
        order: 1;
    }

    .banner-label {
        width: 40vw;
    }

    .rl-center-xs {
        text-align: center;
    }

    .banner .wiptext {
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .tools .tools-content .slick-initialized .slick-slide {
        min-width: 33.3333%;
    }
}
