@font-face{font-family:'SDF';src:url(../fonts/IRANSansWeb_Light.woff) format("woff"),url(fonts/IRANSansWeb_Light.ttf) format("truetype");font-weight:200}
@font-face{font-family:'SDF';src:url(../fonts/IRANSansWeb.woff) format("woff"),url(fonts/IRANSansWeb.ttf) format("truetype");font-weight:400}
@font-face{font-family:'SDF';src:url(../fonts/IRANSansWeb_Medium.woff) format("woff"),url(fonts/IRANSansWeb_Medium.ttf) format("truetype");font-weight:700}
@font-face{font-family:'SDF';src:url(../fonts/IRANSansWeb_Bold.woff) format("woff"),url(fonts/IRANSansWeb_Bold.ttf) format("truetype");font-weight:800}


.fullbg{
    display: block;
    z-index: 999;
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;

}

.bganim{
    background: linear-gradient(320deg, #0014b7, #b100ce, #220027);
    background-size: 600% 600%;

    -webkit-animation: bganim 4s ease infinite;
    -moz-animation: bganim 4s ease infinite;
    animation: bganim 4s ease infinite;
}

@-webkit-keyframes bganim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes bganim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes bganim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}



#loading{
    background-color: #9C27B0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#loading2{
    background-color: #9C27B0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;

}
.object{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.object:nth-child(2n+0) {
    margin-right: 0px;

}
#object_one{
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}
#object_two{
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}
#object_three{
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}
#object_four{
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}
@keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@-webkit-keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}
@keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}


@-webkit-keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}
@keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}



@-webkit-keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}
@keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}



@-webkit-keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}
@keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}


.sprite {
    background: url(../sprite2.png) no-repeat;
    background-size: 375px 183px;
    display: block;
}


.stand-alone {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #540062;
    display: flex;
    flex-flow: column;
    padding: 20px;
    z-index: 9999;
}

.stand-alone__top-logo {
    margin: 10px auto 20px;
}
.stand-alone__top-logo {
    background-position: -215px 0px;
    width: 150px;
    height: 85px;
}
.stand-alone__header {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    direction: rtl;
}

.stand-alone__main, .stand-alone__main-red {
    border-radius: 8px;
    margin-top: 26px;
    display: flex;
    flex-flow: column;
    padding: 17px;
}
.stand-alone__main {
    background-color: hsla(0,0%,81.6%,.3);
}
.stand-alone__add-to-home {
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: 5px;
    transform: translateX(-50%);
}
.stand-alone__add-to-home {
    background-position: -100px -37px;
    width: 56px;
    height: 59px;
}
.stand-alone__main-item {
    margin-top: 12px;
    margin-bottom: 12px;
    direction: rtl;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.stand-alone__main-item-icon {
    display: inline-block;
}
.sprite--ios-share {
    background-position: -167px -36px;
    width: 15px;
    height: 21px;
}
.stand-alone__main-item-icon {
    display: inline-block;
}
.sprite--ios-home-screen {
    background-position: -78px -3px;
    width: 137px;
    height: 28px;
    vertical-align: middle;
}
