<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/DroidKufi-Regular.woff) format('woff'), url(../fonts/DroidKufi-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/DroidKufi-Bold.woff) format('woff'), url(../fonts/DroidKufi-Bold.ttf) format('truetype')
}

.content{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.floating-left {
    float: left;
}
.floating-right {
    float: right;
}
.clear-both {
    clear: both;
}
a {
    cursor: pointer;
    text-decoration: none;
}
*:not(i) {
    outline: none;
    box-sizing: border-box;
}
*:before {
    outline: none;
    box-sizing: border-box;

}
body {
    display: block;
    overflow: hidden;
    font-family: 'Droid Arabic Kufi';
    font-weight: 400;
    text-align: center;
    margin: 0px;
    direction: ltr;
    height: 100%;
    width: 100%;
}
::-webkit-scrollbar {
    width: 9px;
    height: 30px;
}
::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border: 1px solid rgba(255, 255, 255,0.5);
    /*border-right: 1px solid rgba(255, 255, 255,0.5);*/
    border-radius: 30px;
}
::-webkit-scrollbar-thumb {
    background-color: #377ab6;
    border-radius: 30px;
}
/*::-webkit-scrollbar-thumb:hover {*/
/*background-color: rgba(5, 54, 92, 0.5);*/
/*}*/
header {
    display: block;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
header img {
    display: inline-block;
    overflow: hidden;
    width: 274px;
    height: 75px;
    margin: 10px 30px 10px 00px;
}
header nav {
    display: block;
    overflow: hidden;
    /* width: 618px; */
    width: calc(100% - 560px);
    margin: 35px 50px 0 0px;
}
header nav a {
    display: block;
    overflow: hidden;
    line-height: 20px;
    margin: 1px 0 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #00AB67;
    padding: 5px 10px 5px 10px;
}
header nav a:hover, header nav .selected {
    background: #187D55;
}
header h3
{
    display: block;
    overflow: hidden;
    color: #00AB67;
    font-size: 18px;
    margin: 0 0 0 10px;
    line-height: 90px;
}
.bottom-header {
    display: block;
    overflow: hidden;
    border-bottom: solid 2px #00AB67;
    padding-bottom: 5px;
}
.site-container {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    /*min-height: 850px;*/
    height: 100%;
    width: 100%;
    position: absolute;
    /*padding: 0 30px 0 30px;*/
    /*padding: 0 0px 0 0px;*/
    text-align: center;
    /*margin: 15px 0 0 0;*/
    /*margin: 0 0 0 0;*/
    background: rgb(94, 179, 229);
    background: -moz-linear-gradient(90deg, rgb(94, 179, 229) 30%, rgb(234, 245, 252) 70%);
    background: -webkit-linear-gradient(90deg, rgb(94, 179, 229) 30%, rgb(234, 245, 252) 70%);
    background: -o-linear-gradient(90deg, rgb(94, 179, 229) 30%, rgb(234, 245, 252) 86%);
    background: -ms-linear-gradient(90deg, rgb(94, 179, 229) 30%, rgb(234, 245, 252) 86%);
    background: linear-gradient(180deg, rgb(94, 179, 229) 30%, rgb(234, 245, 252) 86%);
}
.Container{
    display: block;
    overflow: hidden;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.innerGame
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.commentContet{
    padding: 20px;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width:10%;
    height:10%;
}
.title{
    display: block;
    overflow: hidden;
    background: #00AB67;
    width:100%;
    height:40px;
    /*background: rgba(30,30,0,.2);*/
    /*border: 1px solid rgba(100,100,100,.2);*/
}

.addPage
{
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: #fff;
    margin: 8px 10px 0 0;
}
.export
{
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: #fff;
    margin: 8px 0 0 10px;
}
.addPage i,.export i
{
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.content
{
    display: block;
    width: 100%;
    /*height: calc(100vh - 20px);*/
    height: 100%;
    overflow: auto;
    /*border: #00AB67 1px solid;*/
    /*padding: 0 10px;*/
    padding: 0;
    position: absolute;

}
.ulTag.ui-sortable
{
    display: block;
    overflow: scroll;
    width: 100%;

    padding: 0;
    margin: 0;
}
.BigeditBox{

    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.5);
}
button{
    margin: 10px;
}

.closeButton
{
    display: block;
    overflow: hidden;
    width:25px;
    height: 25px;
    color: #fff;
    margin: 8px 0 0 5px;
}
.closeButton i
{
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.editBox{

    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width:70%;
    height: 447px;
    background: #fff;
    -webkit-box-shadow: 0 10px 6px -6px #000;
    -moz-box-shadow: 0 10px 6px -6px #000;
    box-shadow: 0 10px 6px -6px #000;
    border: 1px solid rgba(0,0,0,.8);
    min-width: 303px;
    max-width: 774px;

}
.popup-title
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 6%;
    position: relative;
    /*background: #00AB67;*/
    /*border: 1px solid rgba(30,30,0,.2);*/
    /*-moz-box-shadow: inset 0 0 10px #000000;*/
    /*-webkit-box-shadow: inset 0 0 10px #000000;*/
    /*box-shadow: inset 0 0 10px #000000;*/
}
.story-title
{
    display: block;
    overflow: hidden;
    width: 28.232%;
    height: 72%;
    /* padding: 3px; */
    position: absolute;
    top: 15.2%;
    right: 0.617%;
    z-index: 999;
    border-radius: 11px;
    background: #8eb112;
}
/*.inner-story-title*/
/*{*/
/*display: block;*/
/*overflow: hidden;*/
/*width: 100%;*/
/*height: 100%;*/
/*border: 1px dashed #60aa31;*/
/*border-bottom: 0;*/
/*!*position: relative;*!*/
/*padding: 0 0.5%;*/
/*!*position: relative;*!*/
/*}*/
.story-title span
{
    display: block;
    overflow: hidden;
    width: 97.59%;
    height: 90.44%;
    text-align: center;
    font-size: 2vmin;
    position: absolute;
    color: #3969b2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 9px;
    line-height: normal;
    background: rgba(255,255,255,0.80);
    direction: rtl;
}
.popup-title .logo
{
    display: block;
    overflow: hidden;
    width: 10%;
    height: 100%;
    background: url("../../../images/POWEREDBY.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 0 0 1.58%;
}
.footer-popup
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 6%;
    position: absolute;
    bottom: -0.2%;
}
.inner-footer
{
    display: block;
    overflow: visible;
    width: 95%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #b8df26 0%, #B2DA1A 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #b8df26 0%, #B2DA1A 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #b8df26 0%, #B2DA1A 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b8df26), color-stop(100, #B2DA1A));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #b8df26 0%, #B2DA1A 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #b8df26 0%, #B2DA1A 100%);
}
.inner-footer .logo
{
    display: block;
    overflow: hidden;
    width: 10.721%;
    height: 56.15%;
    background: url(../../../images/POWEREDBY.png) no-repeat center;
    background-size: 100% 100%;
    /* margin: 1.5% 0 0 1.58%; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.58%;
    margin: auto;
    cursor: pointer;
    z-index: 999;
}
.footer-left,.footer-right
{
    display: block;
    overflow: hidden;
    width: 30%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-left
{
    background-image: url("../../../images/PHOTO01.png");
}
.footer-right
{
    background-image: url("../../../images/PHOTO02.png");
}
.contentBox{
    /*top:10%;*/
    /*left:0;*/
    /*right:0;*/
    /*bottom: 0;*/
    display: block;
    overflow: hidden;
    margin: auto;
    /*position: relative;*/
    width:100%;
    height: calc(100% - 80px);
    overflow: auto;
    /*border-bottom: 1px solid #696D6D;*/
    padding-bottom: 10px;

}
.controlMsgBox{
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 281px;
    margin: auto;
    /*lefT: 0;*/
    /*right: 0;*/
}
.controlMsgBox button{

    margin-left: 58px;
}

.contentBox div {
    margin-left: 0px;
    border: 1px solid #00AB67;
    width: calc(100% - 20px);
    position: relative;
    margin: 10px;
    background-color: #F2F0F0;
    display: block;
    overflow: hidden;
    height: 86px;
}

.contentBox img{
    display: block;
    overflow: hidden;
    width:25px;
}

.contentBox label
{
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #00AB67;
    float: right;
    margin: 0 10px 0 0;
    line-height: 77px;
}
.textInput{
    height: 100px !important;
    direction: rtl;
    width: 80% !important;
    text-align: justify;
    padding: 10px;
    resize: none;
}
.contentBox input,.contentBox textarea{
    position: relative;
    width:25%;
    height: 40px;
    margin: 20px;
}

.contentBox textarea{
    height:20%;
    font-size: 18px;
    font-family: monospace;
}
.infobox
{
    display: block;
    overflow: hidden;
    color: white;
    width: calc(100% - 30px);
    line-height: 40px;
    /* padding: 20px; */
    /*position: absolute;*/
    /*width: 100%;*/
    /*background: rgba(100,100,100,.2);*/
    /*border: 1px solid  rgba(30,30,0,.2);*/
    /*-moz-box-shadow:    inset 0 0 10px #000000;*/
    /*-webkit-box-shadow: inset 0 0 10px #000000;*/
    /*box-shadow:         inset 0 0 10px #000000;*/
    /*height: 30px;*/
}
img,button,li,label{
    cursor: pointer;
}
.save,.back{
    display: inline-block;
    overflow: hidden;
    width:70px;
    height: 35px;
    color: #fff;
    background: #00AB67;
    border-radius: 10px;
    margin: 0 10px;
}
.save:hover,.back:hover
{
    background: #187D55;
}
.save i,.back i
{
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    text-align: center
}

li {
    color: blue;
    cursor: pointer;
    margin: 5px;
    list-style-type: none;
}
li:nth-child(odd) {
    color: #00AB67;
    background: #F2F0F0;
}
li:nth-child(even) {
    color: #00AB67;
    background: #FFFCFC;
}
h2 {
    font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
    text-align: right;
}

li img {
    float: left;
    margin: 0 15px 0 0;
}

li p {
    font: 200 12px/1.5 Georgia, Times New Roman, serif;
    text-align: right;
    direction: rtl;
    font-size: 16px;
}

li {
    padding: 10px;
    overflow: auto;
}

/*li:hover {*/
/*background: #eee;*/
/*cursor: pointer;*/
/*}*/
li img{
    width:auto;
    height: auto;
    width:100px
}


.control
{
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 24px;
}
.control a
{
    display: block;
    overflow: hidden;
    position: relative;
    width: 24px;
    height: 24px;
    float: left;
}
.control a i
{
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
#ImagePreview
{
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 112px;
    margin: 0 0 0 10px;
    max-height: 100%;
    padding: 5px;
}
.imagePreviewBig{
    width: auto;
    height: auto;
    max-width: 50%;
}

.soundPlay{
    display: inline-block;
    overflow: hidden;
    width:45%;
    margin: 25px 0 0 25px;
    -webkit-appearance:none;
}
.soundPlay::-webkit-media-controls-panel
{
    background: #00AB67;
}

/*.soundPlay::-webkit-media-controls-mute-button*/
/*{*/
/**/
/*}*/

/*.soundPlay::-webkit-media-controls-play-button*/

/*.soundPlay::-webkit-media-controls-timeline-container*/
/*{*/
/*background: #fff;*/
/*}*/

/*.soundPlay::-webkit-media-controls-current-time-display*/

/*.soundPlay::-webkit-media-controls-time-remaining-display*/

.soundPlay::-webkit-media-controls-timeline
{
    background: #fff;
}
/*.soundPlay::-webkit-media-controls-volume-slider-container*/
.soundPlay::-webkit-media-controls-volume-slider
{
    background: #fff;
}
/*.soundPlay::-webkit-media-controls-seek-back-button*/

/*.soundPlay::-webkit-media-controls-seek-forward-button*/

/*.soundPlay::-webkit-media-controls-fullscreen-button*/

/*.soundPlay::-webkit-media-controls-rewind-button*/

/*.soundPlay::-webkit-media-controls-return-to-realtime-button*/

/*.soundPlay::-webkit-media-controls-toggle-closed-captions-button*/
.divNumberPages{
    /*position: absolute;*/
    /* top: 0; */
    /*left: 25px;*/
    /*right: 0;*/
    /*bottom: 14px;*/
    margin: auto;
    width: 77px;
    height: 15px;
    color: #00AB67;
}

.gotopage{
    /*position: absolute;*/
    /* top: 0; */
    /*left: 25px;*/
    /*bottom: 14px;*/
    margin: auto;
    width: 266px;
    height: 39px;

    display: inline-block;
    overflow: hidden;
}
.gotopage span
{
    display: block;
    overflow: hidden;
    line-height: 39px;
    color: #00AB67;
    margin: 0 0 0 10px;
}
.numberPageGo{
    width:45px;
    display: block;
    overflow: hidden;
}

.wavContainer{
    position: fixed;
    /* top: 0; */
    left: 0px;
    bottom: 0px;
    right:0;
    top:0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.wavIframe{
    position: fixed;
    /* top: 0; */
    left: 0px;
    bottom: 0px;
    right:0;
    top:0;
    margin: auto;
    width: 100%;
    height: 100%;

}
.wavIframe iframe{
    position: fixed;
    /* top: 0; */
    left: 0px;
    bottom: 0px;
    right:0;
    top:0;
    margin: auto;
    width: 78%;
    height: 80%;
}

/*=========================================*/
.addImage,.addSound
{
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin: 36px 0 0 14px;
    color: #00AB67;
}
.open-waveEditor
{
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: #00AB67;
    /*background: #00AB67;*/
    border-radius: 10px;
    margin: 36px auto 0 auto;
}
.open-waveEditor:hover
{
    opacity: 0.7;
}
.open-waveEditor i
{
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.addImage i,.addSound i
{
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.contentBox input
{
    direction: ltr;
    padding: 10px;
}
.ulTag
{
    padding: 0;
}
.popupFooter
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    direction: ltr;
    border-top: 1px solid #D9E0DD;
}
.nave-container
{
    display: inline-block;
    overflow: hidden;
    margin: 10px 0 0 45px;
}
.next-btn,.previous-btn
{
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    color: #00AB67;
}
.next-btn i,.previous-btn i
{
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.next-btn i
{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.numberPages
{
    line-height: 24px;
}
.numberPageGo
{
    margin: 10px 0 0 10px;
}



/*=============tile thumb===========*/
.thumbnailContainer
{
    position: relative;
    display: block;
    overflow: hidden;
    height: calc(100% - 24px);
    width: 100%;
}
.tileContainer .ulTag li
{
    color: blue;
    cursor: pointer;
    margin: 20px;
    list-style-type: none;
    padding: 10px;
    overflow: visible;
    width: calc(23% - 20px);
    height: 283px;
    position: relative;
    display: inline-block;
    /* border: 1px solid #00AB67; */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius: 10px;
}
.tileContainer .ulTag li:before, .tileContainer .ulTag li:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.tileContainer .ulTag li:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    /* transform: skew(8deg) rotate(3deg); */
}
.tileContainer .ulTag li .control
{
    position: absolute;
    bottom: 3px;
    left: 7px;
    width: auto;
}
.tileContainer .ulTag li:nth-child(odd) {
    color: #00AB67;
    background: #F2F0F0;
}
.tileContainer .ulTag li:nth-child(even) {
    color: #00AB67;
    background: #FFFCFC;
}
.tileContainer .ulTag li .thumbnailContainer img
{
    width: 100%;
    height: 100%;
}
.tileContainer .ulTag li .thumbnailContainer h2
{
    position: absolute;
}
.tileContainer .ulTag li .thumbnailContainer p
{
    position: absolute;
    bottom: 0;
    background: rgba(0,171,103,0.8);
    color: #fff;
    height: 38%;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #887A7A;
    box-shadow: 4px -1px 11px #585656;
    width: 100%;
    overflow-y: auto;
    text-align: justify}
#gotopagebtn
{
    display: block;
    overflow: hidden;
    width: 35px;
    height: 24px;
    color: #00AB67;
    margin: 10px;
}
#gotopagebtn i
{
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
/*==========start page preview=========*/
.page-preview-container
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../../../images/SKY.png") no-repeat top center,url("../../../images/FOOTER.png") no-repeat bottom center;
    background-size: contain;

}
.swiper-slide
{
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin-left: 5px;
}
.main-containerSlide
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: calc(100% - 0px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.text-containerSlide {
    display: block;
    overflow: visible;
    width: 100%;
    height: 23%;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: right;
    font-size: 2vw;
    color: white;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    top: 0px;
}
.left-container-text
{
    display: block;
    overflow: hidden;
    width: 5%;
    height: 100%;
    border-right: 2px solid rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.349);
    position: absolute;
    left: 0;
    top: 0;
    outline: 2px solid rgba(255, 255, 255,0.2);
}
#scroller {
    height: 80%;
    position: absolute;
    width: 97%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    text-align: justify;
    padding-bottom: 0.808%;
    padding-top: 0;
    padding-right: 3.555%;
    padding-left: 0.808%;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    margin: auto;
    /* overflow: visible; */
}
.left-container
{
    display: block;
    overflow: hidden;
    width: 50px;
    height: 100%;
    background: rgba(0,0,0,0.349);
    position: absolute;
    left: 0;
    top: 0;
}
.right-container
{
    display: block;
    overflow: hidden;
    width: calc(100% - 50px);
    height: 100%;
}
/*==========end page preview=========*/


.swiper-container {
    width: 99%;
    height: 94%;
    border: 8px solid #f6f6f6;
    /*outline: 4px solid #cfcfcf;*/
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    /* top: 1%; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}

.main-containerSlidethumb {
    display: block;
    overflow: hidden;
    width: 97%;
    height: 96%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-image: url("../images/page03.jpg"); */
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    top: 100%;
}

.gallery-thumbs-container
{


    position: absolute !important;
    height: 25%;
    width: 98%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    background: #bf772b;
    border-radius: 17px;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
}

.gallery-thumbs {
    display: none;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute !important;
    /* top: 0%; */
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    height: 20%;
    width: 98%;
    background: rgba(0,0,0,.5);
    /* background: #fdbd66; */
    /* border: 5px solid #fde09c; */
    /* border-radius: 13px; */
    /* -webkit-transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000); */
    -moz-transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* transition: all .5s cubic-bezier(0.770, 0.000, 0.175, 1.000); */
    /* -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); */
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); */
    border: 0;
    /* background: rgba(0,0,0,0.3); */
}
.gallery-thumbs .swiper-slide {
    width: 23%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 6px #000;
    margin-left: 0.5%;
}
.gallery-thumbs .swiper-slide:first-child
{
    margin-right: 3%;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.pageNumber {
    font-size: 12px;
    position: absolute;
    z-index: 111;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    width: 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
    text-align: center;
}
.slideThumbUp {
    top: calc(100% - 25%) !important;
}

.thumb-btn-story, .sound-btn-story, .swiper-button-next, .swiper-button-prev,
.fullscreenApp,.unfullscreenApp
{
    display: block;
    overflow: hidden;
    position: absolute;
    width: 9.665%;
    height: 95.36%;
    top: 5%;
    z-index: 10000;
    cursor: pointer;
    border-radius: 6px;
    background: url("../../../images/butbar.png") no-repeat center;
    background-size: 100% 100%;
}
.unfullscreenApp
{
    display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    height: 53px;
    width: 52px;
    position: absolute;
    bottom: 6%;
}
.thumb-btn-story
{
    left: 169px;
    left: 23.664%;
}
.sound-btn-story
{
    left: 39%;
}
.fullscreenApp,.unfullscreenApp
{
    left: 67.664%;
}
.fullscreenApp i,.unfullscreenApp i
{
    display: block;
    overflow: hidden;
    width: 45%;
    height: 45%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.fullscreenApp i
{
    background-image: url("../../../images/fullscreen.svg");
}
.unfullscreenApp i
{
    background-image: url("../../../images/unfullscreenapp.svg");
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    /*background-image: none ;*/
    /*border: 3px solid #fff;*/
    /*border-radius: 100%;*/
    height: 53px;
    width: 52px;
    position: absolute;
    /* bottom: 6%; */
    /* top: auto !important; */
}
.swiper-button-next {
    left: 31.7% !important;
    right: auto!important;
    background: url("../../../images/LEFT.svg") no-repeat center !important;
    background-size: 100% 100% !important;
    top: 21% !important;
    width: 3.657% !important;
    height: 71.95% !important;
    margin-top: 0 !important;
}
.swiper-button-prev {
    right: 31.1% !important;
    left: auto !important;
    background: url("../../../images/RIGHT.svg") no-repeat center !important;
    background-size: 100% 100% !important;
    top: 21% !important;
    width: 3.657% !important;
    height: 71.95% !important;
    margin-top: 0 !important;
}
.thumb-btn-story i, .sound-btn-story i, .swiper-button-next i, .swiper-button-prev i {

    line-height: 48px;
}
.thumb-btn-story i:before, .sound-btn-story i:before, .swiper-button-next i:before, .swiper-button-prev i:before{
    font-size: 25px;
    color: #fff;
}
/*swiper-button-next */

.swiper-button-next i:before, .swiper-button-prev i:before
{
    margin: 0;
    position: absolute;
    left: 8px;
    font-size: 30px;
}
.swiper-button-prev i:before
{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}



.scaleAnimation{
    /*animation: slideShow 1s linear infinite 0s;*/
    /*-o-animation: slideShow 1s linear infinite 0s;*/
    /*-moz-animation: slideShow 1s linear infinite 0s;*/
    /*-webkit-animation: slideShow 1s linear infinite 0s;*/


    /*animation-iteration-count:1;*/
}

.avoidScale{
    /*transform:scale(1);*/
    /*-ms-transform:scale(1);*/
    /*-moz-animation:scale(1);*/
    /*-webkit-animation:scale(1);*/
    /*-o-animation:scale(1);*/
}

.ScaleStart{
    /*transform:scale(1.3);*/
    /*-ms-transform:scale(1.3);*/
}

@keyframes
slideShow {
    /*!*100%*!*/
    /*!*{*!*/
    /*!*transform:scale(1);*!*/
    /*!*-ms-transformm:scale(1);*!*/
    /*!*}*!*/
    /*from {*/
    /*-webkit-transform: scale(1.3);*/
    /*}*/
    /*to {*/
    /*-webkit-transform: scale(1);*/
    /*}*/
}
/*@-o-keyframes*/
/*slideShow {*/
/*0% {*/

/*-o-transform:scale(1);*/
/*}*/
/*5% {*/
/*opacity: 1*/
/*}*/
/*25% {*/
/*opacity: 1;*/
/*}*/
/*30% {*/

/*-o-transform:scale(1.1);*/
/*}*/
/*100% {*/

/*-o-transformm:scale(1);*/
/*}*/
/*}*/
/*@-moz-keyframes*/
/*slideShow {*/
/*0% {*/

/*-moz-transform:scale(1);*/
/*}*/
/*5% {*/
/*opacity: 1*/
/*}*/
/*25% {*/
/*opacity: 1;*/
/*}*/
/*30% {*/

/*-moz-transform:scale(1.1);*/
/*}*/
/*100% {*/

/*-moz-transformm:scale(1);*/
/*}*/
/*}*/
/*@-webkit-keyframes*/
/*slideShow {*/
/*0% {*/

/*-webkit-transform:scale(1);*/
/*}*/
/*5% {*/
/*opacity: 1*/
/*}*/
/*25% {*/
/*opacity: 1;*/
/*}*/
/*30% {*/

/*-webkit-transform:scale(1.1);*/
/*}*/
/*100% {*/

/*-webkit-transformm:scale(1);*/
/*}*/
/*}*/

.textClass{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    margin: 0.5% 0.5%;
    width: initial;
    /* padding-bottom: 0.5%; */
    line-height: 1.4em;
}

.textClassNeon{

    color:#fff;

    text-shadow:0 0 1px #fff, 0 0 1px #fff;
    -webkit-transform-style: preserve-3d
}

.fullTextScreen
{
    height: 100% !important;
    width: 100% !important;
    background: rgba(0,0,0,0.8);
    position: absolute !important;
    top: 0 !important;
    right: 0;
    bottom: 0 !important;
    margin: auto;
    left: 0;
    padding-top: 5%;
}

.fullTextScreenscroller {
    height: 100% !important;
    overflow: visible;
    width: 76% !important;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    text-align: justify;
    left: 15% !important;
    position: absolute !important;
}
.text-tools
{
    display: block;
    overflow: hidden;
    width: 4.8%;
    height: 19%;
    background-color: rgba(202, 202, 202,0.302);
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #000;
}
.toggleText{
    position: absolute;
    top: 2%;
    right: 0.5%;
    z-index: 99999;
    width: 3.5%;
}
.toggleTextun{
    position: absolute;
    top: 0.5%;
    /* left: 1%; */
    z-index: 99999;
    width: 3.5%;
    right: 0.5%;
}

.introPage{
    display: none;
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    margin: auto;
    width:100%;
    height: 100%;

}
.inner-introPage
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background:url("../../../images/back.png") no-repeat center;
    background-size: contain;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.story-cover
{
    display: block;
    overflow: hidden;
    width: 627px;
    width: 49.501%;
    height: 509px;
    height: 53.58%;
    position: absolute;
    top: 26%;
    left: 27%;
    background: url(../../../images/OBJECT.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}
.boy
{
    display: block;
    overflow: hidden;
    width: 12%;
    height: 27%;
    background: url(../../../images/BOY.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 42%;
    right: 26%;
    z-index: 0;
}
.story-img-cover
{
    display: block;
    overflow: hidden;
    width: 370px;
    width: 59.012%;
    height: 235px;
    height: 46.17%;
    position: absolute;
    top: 5%;
    left: 17%;
}
.story-img-cover img
{
    display: block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: auto;
}
.story-cover-text
{
    display: block;
    overflow: hidden;
    width: 301px;
    width: 48.008%;
    height: 136px;
    height: 26.72%;
    position: absolute;
    bottom: 19%;
    left: 23%;
    margin: auto;
}
.main-title
{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 2vw;
    color: #531d11;
    position: absolute;
    top: 20%;
    font-weight: bold;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.32);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
.sub-title
{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    color: #fcf0d9;
    position: absolute;
    top: 60%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.32);
}
.playStory-container
{
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 12%;
    left: 42%;
    margin: auto;
    width: 233px;
    width: 17.606%;
    height: 73px;
    height: 7.685%;
    background: rgba(0,0,0,0.1);
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 5px;
}
.playStory{
    display: block;
    overflow: hidden;
    background: #3779ba;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px #2d468f,inset 0px 0px 0px 1px rgba(117, 199, 236, 0.75);
    -moz-box-shadow: 0 5px #2d468f,inset 0px 0px 0px 1px rgba(117, 199, 236, 0.75);
    box-shadow: 0 5px #2d468f,inset 0px 0px 0px 1px rgba(117, 199, 236, 0.75);
    position: absolute;
    top: 11%;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
    width: 212px;
    width: 93.81%;
    height: 47px;
    height: 68.12%;
}
.playStory:hover
{
    background: #2564a2;
}
.playStory span
{
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.2vw;
}
.playStory:hover span
{
    color: #ffc233;
}
/*.fullscreenApp-container*/
/*{*/
/*display: block;*/
/*overflow: hidden;*/
/*width: 3.7%;*/
/*height: 67%;*/
/*position: absolute;*/
/*top: 20%;*/
/*!* bottom: 0; *!*/
/*right: 0.5%;*/
/*margin: auto;*/
/*border-radius: 5px;*/
/*background: rgb(151, 181, 35);*/
/*background: -moz-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: -o-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: -ms-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: linear-gradient(180deg, rgb(151, 181, 35) 30%, rgb(219, 239, 145) 70%);*/
/*}*/
/*.fullscreenApp{*/
/*display: block;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*width: 85%;*/
/*top: 0;*/
/*height: 89%;*/
/*right: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*background: #87a518;*/
/*border-radius: 5px;*/
/*}*/
/*.unfullscreenApp-container*/
/*{*/
/*display: none;*/
/*overflow: hidden;*/
/*width: 3.7%;*/
/*height: 67%;*/
/*position: absolute;*/
/*top: 20%;*/
/*!* bottom: 0; *!*/
/*right: 4%;*/
/*margin: auto;*/
/*border-radius: 5px;*/
/*background: rgb(151, 181, 35);*/
/*background: -moz-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: -o-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: -ms-linear-gradient(90deg, rgb(151, 181, 35) 0%, rgb(219, 239, 145) 100%);*/
/*background: linear-gradient(180deg, rgb(151, 181, 35) 30%, rgb(219, 239, 145) 70%);*/
/*}*/
/*.unfullscreenApp{*/
/*display: block;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*width: 85%;*/
/*top: 0;*/
/*height: 89%;*/
/*right: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*background: #87a518;*/
/*border-radius: 5px;*/
/*}*/
/*.fullscreenApp i,.unfullscreenApp i*/
/*{*/
/*display: block;*/
/*overflow: hidden;*/
/*width: 56%;*/
/*height: 66%;*/
/*background-size: 100% 100%;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*right: 0;*/
/*margin: auto;*/
/*z-index: 999;*/
/*}*/
/*.fullscreenApp i*/
/*{*/
/*background-image: url("../../../images/fullscreen.svg");*/
/*}*/
/*.unfullscreenApp i*/
/*{*/
/*background-image: url("../../../images/unfullscreenapp.svg");*/
/*}*/
.textSetting div {
    background-image: url(../../../images/text_on.png);
    width: 48%;
    height: 88%;
}

.textSetting{
    position: absolute;
    top: 5%;
    display: block;
    overflow: hidden;
    width: 9.665%;
    height: 95.36%;
    cursor: pointer;
    z-index: 10000;
    background: url("../../../images/butbar.png") no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    left: 54%;
    border-radius: 6px;
}
.text-icon{
    width: 53%;
    top: 19%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    height: 60%;
    border: 0;
}
.sound-icon{
    width: 51%;
    top: 22%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    height: 49%;
    border: 0;
}
.pagesThumbC{
    width: 47%;
    top: 23%;
    position: absolute;
    left: -1%;
    margin: auto;
    right: 0;
    height: 54%;
    border: 0;
}
.ControlbuttonsCont{

    position: absolute;

    bottom: 7%;

    width: 100%;

    height: 100%;

    /* border: 3px solid #844040; */
}
.controlButtonSetting{
    position: relative;
    width: 43%;
    /* border: 1px solid red; */
    top: 9%;
    left: 0;
    height: 92%;
    right: 0;
    /* float: left */
    margin: auto;
    background: url("../../../images/BK000.png") no-repeat center;
    background-size: 100% 100%;
}

.block-msg,.block-mainContainer
{
    position: absolute;
    z-index: 9999999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    font-size: 3vw;
    text-align: center;
    color: white;
}
.block-msg
{
    background: transparent;
}
.block-msg-inner
{
    display: block;
    overflow: visible;
    width: 48%;
    height: 45%;
    background: url("../../../images/maseg.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.main-title-msg,.sub-title-msg
{
    display: block;
    overflow: hidden;
    position: absolute;
    right: 2%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.main-title-msg
{
    width: 28%;
    height: 9%;
    background-image: url("../../../images/text02.svg");
    top: 18%;
    right: 16%;
}
.sub-title-msg
{
    width: 38%;
    height: 44%;
    background-image: url("../../../images/text03.svg");
    top: 31%;
    right: 9%;
}
.close-msg
{
    display: block;
    overflow: hidden;
    width: 4%;
    height: 5%;
    position: absolute;
    top: 14%;
    right: 7%;
    border: none;
    background: url("../../../images/close.svg") no-repeat center;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.close-msg:hover
{
    transform: rotate(-180deg);
}
.send-toWeb
{
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: auto;
    background: #3779ba;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px #2d468f, inset 0px 0px 0px 1px rgba(117, 199, 236, 0.75);
    -moz-box-shadow: 0 5px #2d468f,inset 0px 0px 0px 1px rgba(117, 199, 236, 0.75);
    box-shadow: 0 5px #2d468f, inset 0px 0px 0px 1px rgba(117, 199, 236, 0.75);
    width: 32.478%;
    height: 10.997%;
}
.send-toWeb:hover
{
    background: #2564a2;
}
.send-toWeb span
{
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 46%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
}
.send-toWeb:hover span
{
    color: #ffc233;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/*=======start cloud=====*/
#clouds{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    direction: initial;
}
.cloud {
    width: 8%;
    height: 80%;
    background: url("../../../images/cloud.svg") no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.x1 {
    -webkit-animation: moveclouds 50s linear infinite;
    -moz-animation: moveclouds 50s linear infinite;
    -o-animation: moveclouds 50s linear infinite;
    animation: moveclouds 50s linear infinite;
}
.x2 {
    left: 9%;
    top: -86%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6;
    -webkit-animation: moveclouds 40s linear infinite;
    -moz-animation: moveclouds 40s linear infinite;
    -o-animation: moveclouds 40s linear infinite;
}

.x3 {
    left: -250px;
    top: -200px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite;
}

.x4 {
    left: 470px;
    top: -250px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75;
    -webkit-animation: moveclouds 28s linear infinite;
    -moz-animation: moveclouds 28s linear infinite;
    -o-animation: moveclouds 28s linear infinite;
}

.x5 {
    left: -150px;
    top: -150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite;
    animation: moveclouds 30s linear infinite;
}

@-webkit-keyframes moveclouds {
    0% {
        opacity: 0.1;
        -webkit-transform: translateX(1000px);
        -moz-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    10% {

        opacity: 0.7;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-800px);
        -moz-transform: translateX(-800px);
        transform: translateX(-800px);
    }
}
@-moz-keyframes moveclouds {
    0% {
        opacity: 0.1;
        -webkit-transform: translateX(1000px);
        -moz-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    10% {

        opacity: 0.7;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-800px);
        -moz-transform: translateX(-800px);
        transform: translateX(-800px);
    }
}
@-o-keyframes moveclouds {
    0% {
        opacity: 0.1;
        -webkit-transform: translateX(1000px);
        -moz-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    10% {

        opacity: 0.7;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-800px);
        -moz-transform: translateX(-800px);
        transform: translateX(-800px);
    }
}
/*=======end cloud=====*/

.inner-wrapperGallery-thumb
{
    display: block;
    overflow: hidden;
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}



.sign-popup-container {
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.sign-popup-container .signin-popup-content {
    position: absolute;
    /*width: 480px;*/
    /*height: 423px;*/
    width: 37.2%;
    height: 43.7%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    border-radius: 8px
}

.sign-popup-container .signin-popup-content.sign-up {
    height: 53.7%;
}

.sign-popup-container .signin-popup-content .head {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 12%;
    background: url(../../../images/pattern.png) center repeat-x;
    background-size: contain;
    border-radius: 8px 8px 0 0;
    position: absolute;
}

.sign-popup-container .signin-popup-content .avatar {
    display: block;
    overflow: hidden;
    width: 25%;
    height: 28.4%;
    position: absolute;
    left: 0;
    right: 0;
    top: -7.6%;
    margin: auto;
    background: url(../../../images/avatar.png) center no-repeat;
    background-size: contain;
}

.sign-popup-container .signin-popup-content .title1 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 18.5% 0 0;
    color: #90b10c;
    font-size: 1.1vw;
    font-weight: 700;
    position: absolute;
}

.sign-popup-container .signin-popup-content .input-content {
    display: inline-block;
    overflow: hidden;
    width: 94%;
    min-height: 38%;
    border-radius: 10px;
    background: -moz-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    background: -ms-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .004), inset 0 1px 2px 0 rgba(0, 0, 0, .32);
    background-color: #eaebeb;
    margin: auto;
    position: absolute;
    left: 0;
    top: 31%;
    right: 0;
}

.sign-popup-container .signin-popup-content .input-content .row-content:nth-child(1) {
    display: block;
    overflow: hidden;
    width: 94%;
    margin: auto;
    border-top: solid 2px #d4d4d4;
    border-bottom: solid 2px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    /* min-height: 38px; */
    height: 26.2%;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 12.5%;
}
.sign-popup-container .signin-popup-content .input-content .row-content:nth-child(2) {
    display: block;
    overflow: hidden;
    width: 94%;
    margin: 0 auto 0;
    border-top: solid 2px #d4d4d4;
    border-bottom: solid 2px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    /* min-height: 38px; */
    height: 26.2%;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 47.6%;
}
.sign-popup-container .signin-popup-content .input-content .row-content1 {

    height: 21.3% !important;
}
.sign-popup-container .signin-popup-content .input-content .row-content2 {
    top: 40.6% !important;
    height: 21.3% !important;
}
.sign-popup-container .signin-popup-content .input-content .row-content3 {

}

.sign-popup-container .signin-popup-content .input-content .row-content:nth-child(3) {
    display: block;
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
    border-top: solid 2px #d4d4d4;
    border-bottom: solid 2px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    height: 21.3%;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
}

.sign-popup-container .signin-popup-content .input-content .row-content .icon-email {
    display: block;
    overflow: hidden;
    width: 7%;
    height: 100%;
    background: url(../../../images/email.svg) center no-repeat;
    background-size: 100%;
    padding: 0;
    margin-right: 2%;
    margin-left: 2%;
}

.sign-popup-container .signin-popup-content .input-content .row-content .icon-pass {
    display: block;
    overflow: hidden;
    width: 7%;
    height: 100%;
    background: url(../../../images/password.svg) center no-repeat;
    background-size: 60%;
    padding: 0;
    margin-right: 2%;
    margin-left: 2%;
}

.sign-popup-container .signin-popup-content .input-content .row-content input {
    display: inline-block;
    overflow: hidden;
    border: none;
    height: 100%;
    line-height: 38px;
    width: 87.8%;
    text-align: right;
    padding: 0px 2%;
    color: #90b10c;
    font-size: 17px;
}

.sign-popup-container .signin-popup-content .input-content .row-content .split {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    width: 1px;
    border-left: solid 1px #ebebeb;
    margin: 3px 0 0
}

.sign-popup-container .signin-popup-content .input-content .forget-pass-btn {
    display: inline-block;
    overflow: hidden;
    height: 26%;
    /* line-height: 24px; */
    width: 94%;
    text-align: left;
    margin: auto 0;
    color: #90b10c;
    font-size: 0.8vw;
    position: absolute;
    /* margin: 20% auto 0; */
    top: 79%;
    left: 4%;
    width: auto;
}

.sign-popup-container .signin-popup-content .button-container {
    display: block;
    overflow: hidden;
    margin: 10px auto 0;
    width: 94%;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
}
.sign-popup-container .signin-popup-content .button-container1{
    top: 72%;
}

.sign-popup-container .signin-popup-content .button-container .line-left, .sign-popup-container .signin-popup-content .button-container .line-right {
    display: inline-block;
    overflow: hidden;
    border-top: solid 1px #cdcdcd;
    width: 28.5%;
    margin: 18px 0 0;
}
.sign-popup-container .signin-popup-content .button-container .button {
    display: inline-block;
    overflow: hidden;
    background: #96b613;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    background: url(../../../images/button.svg) center no-repeat;
    background-size: contain;
    color: #FFF;
    width: 31%;
    margin: 0 4.5%;
    font-weight: 700;
    font-size: 0.9vw;
    height: 100%;
    line-height: 35px;
}
.sign-popup-container .signin-popup-content .bottom-content {
    display: block;
    overflow: hidden;
    background-image: -ms-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -moz-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -o-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(100, #e3e3e3));
    background-image: -webkit-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: linear-gradient(to bottom, #F5F5F5 0, #e3e3e3 100%);
    width: 100%;
    height: 18.2%;
    margin: 20px 0 0;
    border-radius: 0 0 8px 8px;
    border-top: solid 1px #cdcdcd;
    position: absolute;
    top: 85%;
}
.sign-popup-container .signin-popup-content .bottom-content1
{
    top: 81%;
}
.sign-popup-container .signin-popup-content .bottom-content .inner-center {
    display: inline-block;
    overflow: hidden;
    margin: auto;
    /*line-height: 76px;*/
    -ms-transform: translateY(-50%);
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    /* top: 50%; */
    /* position: absolute; */
    left: 0;
    right: 0;
    /* width: 58%; */
}
.sign-popup-container .signin-popup-content .bottom-content .inner-center label {
    display: inline-block;
    overflow: hidden;
    color: #999;
    font-size: 0.8vw;
    position: absolute;
    right: 26%;
    top: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.sign-popup-container .signin-popup-content .bottom-content .inner-center a {
    display: inline-block;
    overflow: hidden;
    color: #90b10c;
    font-size: 0.8vw;
    margin: 0 10px 0 0;
    position: absolute;
    right: 54%;
    top: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.sign-popup-container .signin-popup-content .activation-code {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    width: 94%;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
}
.sign-popup-container .signin-popup-content .activation-code label {
    display: inline-block;
    overflow: hidden;
    color: #90b10c;
    font-size: 0.7vw;
    margin: 0 auto;
}
.sign-popup-container .signin-popup-content .activation-code input {
    display: inline-block;
    overflow: hidden;
    color: #90b10c;
    font-size: 0.9vw;
    border-top: solid 2px #e6e6e6;
    border-bottom: solid 2px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-radius: 8px;
    text-align: right;
    padding: 0 10px 0 0;
    margin: 0 20px 0 0;
}

.sign-popup-container .forget-password-content {
    position: absolute;
    width: 37.2%;
    height: 31.9%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    border-radius: 8px;
}

.sign-popup-container .forget-password-content.sign-up {
    height: 528px
}

.sign-popup-container .forget-password-content .head {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    background: url(../../../images/pattern.png) center repeat-x;
    background-size: contain;
    border-radius: 8px 8px 0 0;
    position: absolute;
}

.sign-popup-container .forget-password-content .title1 {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1vw;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}

.sign-popup-container .forget-password-content .paragraph {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    color: #90b10c;
    font-size: 0.8vw;
    font-weight: 700;
    height: 50px;
    line-height: 25px;
    width: 54%;
    position: absolute;
    left: 0;
    right: 0;
    top: 19%;
    margin: auto;
}
.sign-popup-container .forget-password-content .input-content {
    display: inline-block;
    overflow: hidden;
    width: 94%;
    min-height: 32%;
    border-radius: 10px;
    background: -moz-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    background: -ms-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .004), inset 0 1px 2px 0 rgba(0, 0, 0, .32);
    background-color: #eaebeb;
    margin: 5px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
}
.sign-popup-container .forget-password-content .input-content .row-content:nth-child(1) {
    display: block;
    overflow: hidden;
    width: 94%;
    margin: auto;
    border-top: solid 2px #d4d4d4;
    border-bottom: solid 2px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    height: 38.5%;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 11%;
}
.sign-popup-container .forget-password-content .input-content .row-content .icon-email {
    display: block;
    overflow: hidden;
    width: 7%;
    height: 100%;
    background: url(../../../images/email.svg) center no-repeat;
    background-size: 100%;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
}
.sign-popup-container .forget-password-content .input-content .row-content .icon-pass {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: url(../../../images/password.svg) center no-repeat;
    background-size: 60%;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px
}
.sign-popup-container .forget-password-content .input-content .row-content input {
    display: inline-block;
    overflow: hidden;
    border: none;
    height: 100%;
    line-height: 38px;
    width: 84%;
    text-align: right;
    padding: 0 10px;
    color: #90b10c;
    font-size: 0.9vw;
}

.sign-popup-container .forget-password-content .input-content .row-content .split {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    width: 1px;
    border-left: solid 1px #ebebeb;
    margin: 3px 0 0
}

.sign-popup-container .forget-password-content .input-content .back-btn {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    width: 9%;
    text-align: left;
    margin: 5px auto 10px 15px;
    color: #90b10c;
    font-size: 0.8vw;
    float: left;
    position: absolute;
    left: 0;
    top: 53%;
}

.sign-popup-container .forget-password-content .bottom-content {
    display: block;
    overflow: hidden;
    background-image: -ms-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -moz-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -o-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(100, #e3e3e3));
    background-image: -webkit-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: linear-gradient(to bottom, #F5F5F5 0, #e3e3e3 100%);
    width: 100%;
    height: 25.2%;
    margin: 10px 0 0;
    border-radius: 0 0 8px 8px;
    border-top: solid 1px #cdcdcd;
    position: absolute;
    top: 72%;
    right: 0;
    left: 0;
}

.sign-popup-container .forget-password-content .bottom-content .button {
    display: inline-block;
    overflow: hidden;
    background: #3779ba;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url(../../../images/button.svg) center no-repeat;
    background-size: contain;
    color: #FFF;
    margin: 4.5% 4.5% 0;
    font-weight: 700;
    font-size: 0.9vw;
    width: 31%;
}
.sign-popup-container .forget-password-content .head .close-info-popup, .sign-popup-container .signin-popup-content .head .close-info-popup {
    position: absolute;
    left: 3.5%;
    top: 28.8%;
    margin: auto;
    width: 3.3%;
    height: 39.5%;
    background: url(../../../images/close.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9;
}
.sign-popup-container .activation-link {
    display: inline-block;
    overflow: hidden;
    width: 93%;
    color: #90b10c;
    font-size: 0.8vw;
    text-align: right;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 71%;
}
#activation .activation-link {
    display: inline-block;
    overflow: hidden;
    width: 93%;
    color: #90b10c;
    font-size: 0.8vw;
    text-align: right;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 64%;
}
.sign-popup-container .signin-popup-content .head1 {
    height: 9.7%;
}
.sign-popup-container .signin-popup-content .input-content1 {
    top: 25%;
}
.message-main-container {
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}
.message-main-container .message-container .head {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 12%;
    background: url(../../../images/pattern.png) center repeat-x;
    background-size: contain;
    border-radius: 8px 8px 0 0;
    position: absolute;
}
.message-main-container .message-container {
    position: absolute;
    width: 32%;
    height: 24.9%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    border-radius: 8px;
}

.message-main-container .message-container.sign-up {
    height: 528px
}

.message-main-container .message-container .head {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    background: url(../../../images/pattern.png) center repeat-x;
    background-size: contain;
    border-radius: 8px 8px 0 0;
    position: absolute;
}

.message-main-container .message-container .title1 {
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1vw;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}
.message-main-container .message-container .paragraph {
    display: inline-block;
    overflow: hidden;
    text-align: right;
    color: #90b10c;
    font-size: 0.8vw;
    font-weight: 700;
    height: 50px;
    line-height: 25px;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    margin: auto;
}
.message-main-container .message-container .head .close-info-popup, .message-main-container .message-container .head .close-info-popup {
    position: absolute;
    left: 3.5%;
    top: 28.8%;
    margin: auto;
    width: 3.3%;
    height: 39.5%;
    background: url(../../../images/close.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9;
}




.activation-popup-main-container {
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, .5);
    text-align: center
}

.activation-popup-main-container .activation-popup-content {
    position: absolute;
    width: 37.2%;
    height: 33.8%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #fff;
    border-radius: 8px;
}

.activation-popup-main-container .activation-popup-content.sign-up {
    height: 528px
}

.activation-popup-main-container .activation-popup-content .head {display: block;overflow: hidden;width: 100%;height: 12%;background: url(../../../images/pattern.png) center repeat-x;background-size: contain;border-radius: 8px 8px 0 0;position: absolute;}

.activation-popup-main-container .activation-popup-content .avatar {
    display: block;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    margin: auto;
    background: url(../../../images/avatar.png) center no-repeat;
    background-size: contain
}

.activation-popup-main-container .activation-popup-content .title1 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 9.5% 0 0;
    color: #90b10c;
    font-size: 1.1vw;
    font-weight: 700;
    position: absolute;
}

.activation-popup-main-container .activation-popup-content .input-content {
    display: inline-block;
    overflow: hidden;
    width: 94%;
    border-radius: 10px;
    background: -moz-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    background: -ms-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    background-color: #eaebeb;
    height: 45%;
    background: -moz-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    background: -ms-linear-gradient(90deg, #fff 71%, #e4e4e4 100%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .004), inset 0 1px 2px 0 rgba(0, 0, 0, .32);
    background-color: #eaebeb;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    top: 26%;
    right: 0;
}

.activation-popup-main-container .activation-popup-content .input-content p {
    display: block;
    overflow: hidden;
    text-align: right;
    padding: 2% 3%;
    margin: 0;
    color: #757585;
    font-size: 1.6vmin;
    direction: rtl;
}

.activation-popup-main-container .activation-popup-content .input-content .row-content:nth-child(1), .activation-popup-main-container .activation-popup-content .input-content .row-content:nth-child(2) {
    display: block;
    overflow: hidden;
    width: 94%;
    margin: 20px auto 0;
    border-top: solid 2px #d4d4d4;
    border-bottom: solid 2px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    min-height: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff
}

.activation-popup-main-container .activation-popup-content .input-content .row-content:nth-child(3) {
    display: block;
    overflow: hidden;
    width: 94%;
    margin: 20px auto;
    border-top: solid 2px #d4d4d4;
    border-bottom: solid 2px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    min-height: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fff
}

.activation-popup-main-container .activation-popup-content .input-content .row-content .icon-email {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: url(../../../images/email.svg) center no-repeat;
    background-size: 100%;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px
}

.activation-popup-main-container .activation-popup-content .input-content .row-content .icon-pass {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: url(../../../images/password.svg) center no-repeat;
    background-size: 60%;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px
}

.activation-popup-main-container .activation-popup-content .input-content .row-content input {
    display: inline-block;
    overflow: hidden;
    border: none;
    height: 36px;
    line-height: 38px;
    width: 371px;
    text-align: right;
    padding: 0 10px;
    color: #005a94;
    font-size: 17px
}

.activation-popup-main-container .activation-popup-content .input-content .row-content .split {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    width: 1px;
    border-left: solid 1px #ebebeb;
    margin: 3px 0 0
}

.sign-popup-container .activation-popup-content .input-content .forget-pass-btn {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    width: 94%;
    text-align: left;
    margin: 10px auto 0;
    color: #0489d9;
    font-size: 16px
}

.activation-popup-main-container .activation-popup-content .button-container {
    display: block;
    overflow: hidden;
    width: 94%;
    position: absolute;
    top: 85%;
    left: 0;
    right: 0;
}

.activation-popup-main-container .activation-popup-content .button-container .line-left, .activation-popup-main-container .activation-popup-content .button-container .line-right {
    display: inline-block;
    overflow: hidden;
    border-top: solid 1px #cdcdcd;
    width: 28.5%;
    margin: 15px 0 0
}

.activation-popup-main-container .activation-popup-content .button-container .button {
    display: inline-block;
    overflow: hidden;
    /* border-style: solid; */
    border-width: 3px;
    border-color: #e0e0e0;
    background-image: -moz-linear-gradient(90deg, #438bc4 0, #4c93ca 43%, #71d4ff 100%);
    background-image: -webkit-linear-gradient(90deg, #438bc4 0, #4c93ca 43%, #71d4ff 100%);
    background-image: -ms-linear-gradient(90deg, #438bc4 0, 4 c93ca 43%, #71d4ff 100%);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, .5);
    color: #FFF;
    font-weight: 700;

    background: #96b613;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    background: url(../../../images/button.svg) center no-repeat;
    background-size: contain;
    width: 31%;
    margin: 0 4.5%;
    font-size: 0.9vw;
    height: 100%;
    line-height: 35px;
}

.activation-popup-main-container .activation-popup-content .bottom-content {
    display: block;
    overflow: hidden;
    background-image: -ms-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -moz-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -o-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(100, #e3e3e3));
    background-image: -webkit-linear-gradient(top, #F5F5F5 0, #e3e3e3 100%);
    background-image: linear-gradient(to bottom, #F5F5F5 0, #e3e3e3 100%);
    width: 100%;
    height: 76px;
    margin: 20px 0 0;
    border-radius: 0 0 8px 8px;
    border-top: solid 1px #cdcdcd
}

.activation-popup-main-container .activation-popup-content .bottom-content .inner-center {
    display: inline-block;
    overflow: hidden;
    margin: auto;
    line-height: 76px
}

.activation-popup-main-container .activation-popup-content .bottom-content .inner-center label {
    display: inline-block;
    overflow: hidden;
    color: #999;
    font-size: 16px
}

.activation-popup-main-container .activation-popup-content .bottom-content .inner-center a {
    display: inline-block;
    overflow: hidden;
    color: #0489d9;
    font-size: 16px;
    margin: 0 10px 0 0
}

.activation-popup-main-container .activation-popup-content .activation-code {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    width: 94%;
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
}

.activation-popup-main-container .activation-popup-content .activation-code label {
    display: inline-block;
    overflow: hidden;
    color: #90b10c;
    font-size: 0.7vw;
    margin: 0 auto;
    min-width: 20%;
}

.activation-popup-main-container .activation-popup-content .activation-code input {
    display: inline-block;
    overflow: hidden;
    color: #0489d9;
    font-size: 16px;
    border-top: solid 2px #e6e6e6;
    border-bottom: solid 2px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-radius: 8px;
    text-align: right;
    padding: 0px 1%;
    margin: 0 20px;
}

.activation-popup-main-container .activation-popup-content .head .close-info-popup {
    position: absolute;
    left: 3.5%;
    top: 28.8%;
    margin: auto;
    width: 3.3%;
    height: 39.5%;
    background: url(../../../images/close.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9;
}





.play-container
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,0.5);
    /*z-index: 99999;*/
}
.play-btn
{
    display: block;
    overflow: hidden;
    width: 20%;
    height: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/butstorry.svg") no-repeat center;
    background-size: 100% 100%;
}
</pre></body></html>