html, body {
    height: 100%;
}

body {
    position: relative;
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: 0;
}

.swiper-container {
    vertical-align: middle;
    width: 1024px;
    height: 768px;
    margin-top: -20px;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*==========
Navigation
==========*/

.navigation {
    position: absolute;
    top: 0;
    left: -258px;
    background: url('../images/navigation.png') no-repeat top left;
    background-size: 258px 768px;
    width: 258px;
    height: 768px;
    z-index: 100;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navigation.active {
    left: 0;
}

.navigation ul {
    padding: 0;
    margin: 215px 0 0 0;
}

.navigation ul li {
    list-style-type: none;
    width: 254px;
    height:50px;
    margin-bottom: 4px;
}

.navigation ul li:last-of-type { margin-bottom: 0 }

/* Icon */

#btn_navigation {
    position: absolute;
    z-index: 150;
    top: 40px;
    left: 40px;
    border: 2px solid #000000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#icon {
    z-index: 150;
    width: 60px;
    height: 45px;
    position: relative;
    top: 0;
    left: 0;
    margin-left:9px;
    margin-top: 11px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: scale(0.47);
    transform-origin: top left;
}

#icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #000000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#icon span:nth-child(1) {
    top: 0px;
}

#icon span:nth-child(2),#icon span:nth-child(3) {
    top: 18px;
}

#icon span:nth-child(4) {
    top: 36px;
}

#icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-left: 7px;
    box-sizing: border-box;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: #999999;
    font-family: 'fontAwesome';
    left: 40px;
    right: auto;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    display: block;
    opacity: 0.2;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: #999999;
    font-family: 'fontAwesome';
    left: auto;
    right: 40px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    display: block;
    opacity: 0.2;
}

.slide_img {
    -webkit-animation: fadeOut 1s ease-in-out 0s both;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .0;
}

/* Slide 01 */

.s01_img01 {
    position: absolute;
    top: 192px;
    left: 125px;
    z-index: 1;
}

.swiper-slide-active .s01_img01 {
    -webkit-animation: fadeInRight 1s ease-in-out 0.8s both;
}

.s01_img02 {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active .s01_img02 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s01_img03 {
    position: absolute;
    bottom: 0;
    left: 319px;
    z-index: 1;
}

.swiper-slide-active .s01_img03 {
    -webkit-animation: fadeInUp 1s ease-in-out 1.0s both;
}

.s01_img04 {
    position: absolute;
    top: 192px;
    left: 510px;
}

.swiper-slide-active .s01_img04 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.2s both;
}

.s01_img05 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.swiper-slide-active .s01_img05 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.4s both;
}

.s01_img06 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.swiper-slide-active .s01_img06 {
    -webkit-animation: fadeInUp 1s ease-in-out 1.6s both;
}


/* Slide 02 */

.s02_img01 {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active .s02_img01 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s02_img02 {
    position: absolute;
    bottom: 0;
    left: 126px;
}

.swiper-slide-active .s02_img02 {
    -webkit-animation: fadeInUp 1s ease-in-out 0.8s both;
}

.s02_img03 {
    position: absolute;
    bottom: 191px;
    left: 319px;
}

.swiper-slide-active .s02_img03 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s02_img04 {
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-slide-active .s02_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s02_img05 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-slide-active .s02_img05 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.2s both;
}

/* Slide 03 */

.s03_img01 {
    position: absolute;
    top: 193px;
    right: 0;
}

.swiper-slide-active .s03_img01 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s03_img02 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-slide-active .s03_img02 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s03_img03 {
    position: absolute;
    top: 193px;
    left: 126px;
}

.swiper-slide-active .s03_img03 {
    -webkit-animation: fadeInRight 1s ease-in-out 0.8s both;
}

.s03_img04 {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active .s03_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s03_img05 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-slide-active .s03_img05 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.6s both;
}


/* Slide 04 */

.s04_img01 {
    position: absolute;
    top: 193px;
    left: 512px;
}

.swiper-slide-active .s04_img01 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s04_img02 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.swiper-slide-active .s04_img02 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s04_img03 {
    position: absolute;
    top: 191px;
    left: 123px;
}

.swiper-slide-active .s04_img03 {
    -webkit-animation: fadeInRight 1s ease-in-out 0.8s both;
}

.s04_img04 {
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-slide-active .s04_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s04_img05 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-slide-active .s04_img05 {
    -webkit-animation: fadeInUp 1s ease-in-out 1.6s both;
}


/* Slide 05 */


.s05_img01 {
    position: absolute;
    top: 193px;
    left: 512px;
}

.swiper-slide-active .s05_img01 {
    -webkit-animation: fadeInRight 1s ease-in-out 0.6s both;
}

.s05_img02 {
    position: absolute;
    top: 0;
    left: 126px;
}

.swiper-slide-active .s05_img02 {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
}

.s05_img03 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-slide-active .s05_img03 {
    -webkit-animation: fadeInUp 1s ease-in-out 1.0s both;
}

.s05_img04 {
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-slide-active .s05_img04 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.2s both;
}

.s05_img05 {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active .s05_img05 {
    -webkit-animation: fadeInLeft 1s ease-in-out 1.6s both;
}


/* Slide 06 */

.s06_img01 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-slide-active .s06_img01 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s06_img02 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.swiper-slide-active .s06_img02 {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
}

.s06_img03 {
    position: absolute;
    top: 0;
    left: 319px;
}

.swiper-slide-active .s06_img03 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s06_img04 {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1
}

.swiper-slide-active .s06_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s06_img05 {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.swiper-slide-active .s06_img05 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.2s both;
}


/* Slide 07 */

.s07_img01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.swiper-slide-active .s07_img01 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s07_img02 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-slide-active .s07_img02 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.8s both;
}

.s07_img03 {
    position: absolute;
    top: 193px;
    left: 122px;
}

.swiper-slide-active .s07_img03 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s07_img04 {
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-slide-active .s07_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s07_img05 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-slide-active .s07_img05 {
    -webkit-animation: fadeInUp 1s ease-in-out 1.6s both;
}


/* Slide 08 */

.s08_img01 {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active .s08_img01 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s08_img02 {
    position: absolute;
    bottom: 0;
    left: 125px;
}

.swiper-slide-active .s08_img02 {
    -webkit-animation: fadeInUp 1s ease-in-out 0.8s both;
}

.s08_img03 {
    position: absolute;
    top: 193px;
    left: 321px;
}

.swiper-slide-active .s08_img03 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s08_img04 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.swiper-slide-active .s08_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s08_img05 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.swiper-slide-active .s08_img05 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.6s both;
}


/* Slide 09 */

.s09_img01 {
    position: absolute;
    top: 192px;
    left: 127px;
}

.swiper-slide-active .s09_img01 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s09_img02 {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active .s09_img02 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s09_img03 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-slide-active .s09_img03 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.8s both;
}

.s09_img04 {
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-slide-active .s09_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s09_img05 {
    position: absolute;
    top: 193px;
    right: 123px;
}

.swiper-slide-active .s09_img05 {
    -webkit-animation: fadeInUp 1s ease-in-out 1.4s both;
}

.s09_img06 {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.swiper-slide-active .s09_img06 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.8s both;
}



/* Slide 10 */

.s10_img01 {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-active .s10_img01 {
    -webkit-animation: fadeInLeft 1s ease-in-out 0.6s both;
}

.s10_img02 {
    position: absolute;
    bottom: 0;
    left: 126px;
}

.swiper-slide-active .s10_img02 {
    -webkit-animation: fadeInUp 1s ease-in-out 0.8s both;
}

.s10_img03 {
    position: absolute;
    top: 192px;
    left: 319px;
}

.swiper-slide-active .s10_img03 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.0s both;
}

.s10_img04 {
    position: absolute;
    top: 0;
    right: 0;
}

.swiper-slide-active .s10_img04 {
    -webkit-animation: fadeInDown 1s ease-in-out 1.2s both;
}

.s10_img05 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-slide-active .s10_img05 {
    -webkit-animation: fadeInRight 1s ease-in-out 1.6s both;
}


/* Popups */

.btn_rcm_popup {
    position: absolute;
    bottom: 0;
    right: 39px;
    width: 115px;
    height: 40px;
}

.popup_container {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 1024px;
    height: 768px;
    z-index: 200;
    padding-top: 20px;
    display: none;
}

