@font-face {
    font-family: "yekan";
    src: url("../../fonts/yekan/yekan.eot");
    src: url("../../fonts/yekan/yekan.eot?#iefix") format("embedded-opentype"), url("../../fonts/yekan/yekan.woff") format("woff"), url("../../fonts/yekan/yekan.ttf") format("truetype"), url("../../fonts/yekan/yekan.svg#BYekan") format("svg");
    font-weight: normal;
    font-style: normal
}
a{ -webkit-transition: all ease .3s; transition: all ease .3s;}
html {
    font-family: 'yekan',tahoma,Arial;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
    font-family: 'yekan',tahoma;
    color: #515151;
    font-size: 14px;
    direction: rtl;
    background: #000000 url("../../img/template/background/signin.jpg") no-repeat center 40px;
}
ul{
    margin: 0;
    padding: 0;
}
@media all and (min-width : 1000px) {
    body{
        overflow-x:hidden;
    }
}
@media all and (max-width : 1000px) {
    .home-content{
        overflow-x:hidden;
    }
}
header {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-image: -ms-linear-gradient(top, #289F45 0%, #32B953 50%, #289F45 100%);
    background-image: -moz-linear-gradient(top, #289F45 0%, #32B953 50%, #289F45 100%);
    background-image: -o-linear-gradient(top, #289F45 0%, #32B953 50%, #289F45 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #289F45), color-stop(0.5, #32B953), color-stop(1, #289F45));
    background-image: -webkit-linear-gradient(top, #289F45 0%, #32B953 50%, #289F45 100%);
    background-image: linear-gradient(to bottom, #289F45 0%, #32B953 50%, #289F45 100%);
}

footer {
    clear: both;
    margin-bottom: 0 !important;
    background-image: -ms-linear-gradient(top, #289F45 0%, #32B953 70%, #289F45 100%);
    background-image: -moz-linear-gradient(top, #289F45 0%, #32B953 70%, #289F45 100%);
    background-image: -o-linear-gradient(top, #289F45 0%, #32B953 70%, #289F45 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #289F45), color-stop(0.7, #32B953), color-stop(1, #289F45));
    background-image: -webkit-linear-gradient(top, #289F45 0%, #32B953 70%, #289F45 100%);
    background-image: linear-gradient(to bottom, #289F45 0%, #32B953 50%, #289F45 100%);
}
input[type="text"]{
    direction: ltr;
}
#registerForm input[type='checkbox'] {
    visibility:hidden;
    width: 1px;
    height: 1px;
}
#registerForm input[type=checkbox]:checked ~ .my-checkbox{
    background: url("../../img/template/icons/tik.png");
    background-size: 100%;
}

.my-checkbox {
    position: absolute;
    top:12px;
    right: 1px;
    background: #ddd;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 8px;
    background-color: rgba(255,255,255,0);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow:         inset 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}
.parsley-error .my-checkbox{
    border-color: rgba(169, 68, 66, 0.8);
    outline: 0px none;
    box-shadow: 0px 0px 8px rgba(169, 68, 66, 0.6);
}
.parsley-success .my-checkbox{
    border-color: rgba(60, 118, 61, 0.8);
    outline: 0px none;
    box-shadow: 0px 0px 8px rgba(60, 118, 61, 0.6);
}
.my-checkbox:hover {
    background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #8FECFF));
    background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);
    background-image: linear-gradient(to top left, #FFFFFF 0%, #8FECFF 100%);
}

.drop-light-shadow{
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 8px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 8px 8px 0px rgba(0, 0, 0, 0.35);
}

.headerWrapper {
    margin: auto;
    color: #fff;
}
.headerWrapper .form-group{
    margin: 0;
}
.headerWrapper .form-group label{
    width: 70px;
}
.headerWrapper .form-group input{
    display: inline-block;
    width: 150px;
    background-color: rgba(255,255,255,0.8);
}
.next-line{
    color: #fff;
}
.next-line .checkbox{
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.btn-inline{
    margin:-1px 20px 0;
    width: 85px;
    line-height: 1.1;
}
.google-register {
    cursor: pointer;
    color: #fff;
    padding-left: 40px;
    background-color: #df4a32;
    border-color: #df4a32;
    width: 254px;
    margin: auto;
    position: relative;
    text-align: center;
}
.google-register:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../../img/template/icons/Gplus.png");
}
.btn-vlg{
    padding: 10px 16px;
    font-size: 40px;
    height: 78px;
    border-radius: 10px;
}
.btn-ok {
    color: #fff;
    background: #8dc438;
    border: none;
}
.btn-ok:hover,
.btn-ok:focus,
.btn-ok.focus,
.btn-ok:active,
.btn-ok.active,
.open > .dropdown-toggle.btn-ok {
    color: #fff;
    background: #83b934;
    border-color: #83b934;
}
.btn-ok:active,
.btn-ok.active,
.open > .dropdown-toggle.btn-ok {
    background-image: none;
}
.btn-ok .badge {
    color: #fff;
    background-color: #333;
}
.btn-error {
    color: #fff;
    background: #be4646;
    border: none;
}
.btn-error:hover,
.btn-error:focus,
.btn-error.focus,
.btn-error:active,
.btn-error.active,
.open > .dropdown-toggle.btn-error {
    color: #fff;
    background: #b34141;
    border-color: #b34141;
}
.btn-error:active,
.btn-error.active,
.open > .dropdown-toggle.btn-error {
    background-image: none;
}
.btn-error .badge {
    color: #fff;
    background-color: #333;
}
.main-container{
    min-height: 600px;
    width: 990px;
}
.fc-logo{
    background: url("../../img/template/others/profclogo.png") no-repeat center / contain;
    height: 200px;
    max-width: 390px;
    margin: 0 auto;
    float: none;
}
.register-form{
    border-radius: 8px;
    background-color: rgba(255,255,255,0.8);
}
.register-form>.register-header{
    height: 48px;
    line-height: 48px;
    width: 100%;
    font-size:25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    background-color: #32b852;
    text-align: right;
    padding: 0 15px;
}
.register-form>.register-body{
    padding: 20px 0;
    font-size: 20px;
    line-height: 40px;
}
.register-body .form-group-wrapper{
    padding: 0 15px;
}
.checkbox label{
    padding-left: 0;
    padding-right: 40px;
}
.register-body .form-group label{
    text-align: left;
}
.register-body .form-group input{
    background-color: rgba(255,255,255,0.4);
}
.register-body>.section{
    position: relative;
}
.register-body>.section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #515151 25%, #515151 75%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 2px;
}

.game-intro h3{
    font-size: 35px;
}
.game-intro p{
    margin: 20px auto;
}
.game-intro{
    margin: 0 auto 40px;
    text-align: right;
    color: #fff;
    font-size: 20px;
}

.footerWraper {
    margin: auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.logo {
    float: left;
    width: 160px;
    height: 65px;
    display: inline-block;
    background: url("../../img/template/icons/NoaGamesLogo.png") no-repeat center/contain;
}

footer li a {
    color: #fff !important;
    font-size: 15px;
}

footer li a:hover {
    color: #A6C931 !important;
}

.copyright {
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    clear: both;
    text-align: center;
}

.social {
    float: left;
}

.social a {
    display: inline-block;
    background: url("../../img/template/icons/sprite.png") no-repeat;
    width: 30px;
    height: 30px;
    float: right;
    margin: 5px;
    text-indent: 50px;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.social .gp {
    background-position: 0 -163px;
}

.social .gp:hover {
    background-position: 0 -193px;
}

.social .fb {
    background-position: -30px -163px;
}

.social .fb:hover {
    background-position: -30px -193px;
}
.forgot-password{
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
}
.forgot-password:hover{
    color: #fff;
}
.ladda-button{
    direction: ltr;
}


.form-group{
    position: relative;
}
.form-validation >.error-sign{
    border-radius: 16px;
    color: #fff;
    position: absolute;
    width: 0;
    height: 30px;
    top:0;
    left: -16px;
    transition: all 0.3s linear;
    background: #ff0000;
    text-align: center;
    visibility: hidden;
    cursor: pointer;
    line-height: 30px;
}
.form-validation.has-er >.error-sign{
    width: 30px;
    visibility: visible;
}

.form-validation-relative >.error-sign{
    border-radius: 16px;
    color: #fff;
    width: 0;
    height: 0px;
    transition: all 0.3s linear;
    background: #ff0000;
    text-align: center;
    visibility: hidden;
    cursor: pointer;
    line-height: 30px;
    float: left;
    display: inline-block;
}

.form-validation-relative.has-er >.error-sign{
    width: 30px;
    height: 30px;
    visibility: visible;
}
.error-sign>.validation-mes{
    display: none;
    position: absolute;
    text-align: center;
}
.form-control.parsley-error{
    border-color: rgba(169, 68, 66, 0.8);
    outline: 0px none;
    box-shadow: 0px 0px 8px rgba(169, 68, 66, 0.6);
}
.form-control.parsley-success{
    border-color: rgba(60, 118, 61, 0.8);
    outline: 0px none;
    box-shadow: 0px 0px 8px rgba(60, 118, 61, 0.6);
}
.login-container:after{
    clear: none;
}
.login-flush{
    display: inline;
    color: rgba(169, 68, 66, 1);
    border-radius: 4px;
    margin-right:20px;
}
.box-margin{
    margin: 100px auto;
}
.home-content{
    width: 994px;
    margin: 40px auto 100px;
    position: relative;
}
.left-animation-container{
    position: absolute;
    z-index: -1;
    right: 300px;
    top: 80px;
    width: 768px;
    height: 800px;
    overflow: hidden;
}
.left-animation-container .player{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent url("../../img/template/background/P1.png") no-repeat scroll center center;
}
.left-animation-container .big-circle{
    position: absolute;
    left: 0;
    top: 10px;
    width: 712px;
    height: 712px;
    z-index: 1;
    background: transparent url("../../img/template/background/CircleP1-1.png") no-repeat scroll center center;
}
.left-animation-container .circle{
    position: absolute;
    right: 80px;
    top: 0;
    width: 431px;
    height: 431px;
    z-index: 2;
    background: transparent url("../../img/template/background/CircleP1-2.png") no-repeat scroll center center;
}
.left-animation-container .over{
    position: absolute;
    top: 50px;
    left: 360px;
    width: 307px;
    height: 625px;
    z-index: 4;
    background: transparent url("../../img/template/background/P1-rect.png") no-repeat scroll center center;
}
.right-animation-container{
    position: absolute;
    z-index: -1;
    left: 220px;
    top: 70px;
    width: 872px;
    height: 819px;
    overflow: hidden;
}
.right-animation-container .player{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent url("../../img/template/background/P2.png") no-repeat scroll center center;
}

.right-animation-container .circle{
    position: absolute;
    top: 40px;
    right: 210px;
    width: 682px;
    height: 682px;
    z-index: 2;
    background: transparent url("../../img/template/background/CircleP2.png") no-repeat scroll center center;
}
.right-animation-container .over{
    position: absolute;
    top: 60px;
    right: 250px;
    width: 503px;
    height: 657px;
    z-index: 4;
    background: transparent url("../../img/template/background/P2-rect.png") no-repeat scroll center center;
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
@keyframes star-animation {
    0% {
        transform: rotate(120deg);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(390deg);
    }
}
.flare-container{
    position: absolute;
    opacity: 0;
    left: 50px;
    top: 240px;
    width: 530px;
    height: 73px;
    z-index: 4;
    background: transparent url("../../img/template/background/Flare1-1.png") no-repeat scroll center right;
    animation: star-animation 2s linear 2s;
}
.rotating-slow{
    animation: rotating 150s linear infinite;
}
.rotating-fast{
    animation: rotating 150s linear infinite;
}
.rotating-reverse{
    animation-direction: reverse;
}
.ladda-label{
    margin-top:-6%
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
    float: left;
}
.nav > li > a:hover{
    background-color: inherit !important;
}