﻿
* {
    border: 0 none;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: baseline;
}
@font-face {
    font-family: "tanb";
    src: url("./font/Tanha-Bold.eot?#") format("eot"), url("./font/Tanha-Bold.woff") format("woff"), url("/temp/font/Tanha-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "tan";
    src: url("./font/Tanha.eot?#") format("eot"), url("./font/Tanha.woff") format("woff"), url("/temp/font/Tanha.ttf") format("truetype");
}
body {
    background-attachment: fixed;
    background-clip: border-box, border-box;
    background-color: #0d1e30;
    background-image: url("./img/bg-main.jpg"), none;
    background-origin: padding-box, padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    direction: rtl;
    font-family: "tan",Arial;
    word-spacing: 0;
}
.MessageBoxYellow
{
    direction:rtl;
    color:red;
    
}
.header {
    min-height: 40px;
    width: 100%;
}
ul {
    float: right;
    padding: 10px 15px;
}
ul li {
    display: inline;
    margin-left: 5px;
    padding: 0 5px;
}
li:nth-child(-n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
ul li a {
    color: #fff;
    font-size: 16px;
}
a {
    text-decoration: none;
}
.content {
    width: 100%;
}
.center {
    margin: auto;
    padding: 0 10px;
    width: 405px;
}
.top {
    color: #ffffff;
    padding: 10px;
    text-align: center;
}
.top h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2pt;
    word-spacing: -1px;
}
.top h2 {
    font-size: 18px;
}
.form {
    background-color: #ffffff;
    box-shadow: 0 0 6px #fff;
    margin: -70px auto auto;
    padding-top: 80px;
}
.user {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 7px #888888;
    height: 140px;
    margin: auto;
    position: relative;
    width: 140px;
    z-index: 5;
}
.user img {
    height: 75px;
    margin: auto;
    position: relative;
    right: 21px;
    top: 30px;
    width: 100px;
}
.box1 {
    margin: auto auto 10px;
    width: 315px;
}
.box1 h1 {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.box1 h2 {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
label {
    margin-left: 5px;
}
label img {
    height: 20px;
    position: relative;
    top: 5px;
    width: 20px;
}
.box1 input[type="text"], .box1 input[type="password"] {
    background-color: #cccccc;
    border: 1px solid transparent;
    color: #8c8c8c;
    float: right;
    font-family: "tan";
    font-size: 16px;
    font-weight: bold;
    height: 27px;
    letter-spacing: 0.2pt;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: right;
    width: 225px;
}
.box1 input[type="submit"] {
    background-color: #00a54f;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 4px #fff;
    color: #fff;
    font-family: "tan";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1pt;
    padding: 4px 30px 11px;
}
.select {
    background-color: #ccc;
    display: inline-block;
    font-size: 16px;
    position: relative;
}
.select select {
    background-color: #ccc;
    border: 1px solid transparent;
    border-radius: 3px;
    color: rgba(117, 117, 117, 0.7);
    display: block;
    font-family: tan;
    font-size: 15px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
    outline: medium none;
    padding: 3px 5px 7px;
    transition: all 0.2s ease 0s;
    width: 115px;
}
.select .arr {
    background-color: #cccccc;
    bottom: 5px;
    float: left;
    height: 34px;
    padding: 5px 0;
    pointer-events: none;
    position: absolute;
    right: 85px;
    top: 1px;
    width: 29px;
}
.select .arr::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    content: "";
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 62%;
}
.box2 {
    margin: 0 42px 0 0;
}
#box2 {
    float: left;
}
.box2 input[type="checkbox"] {
    height: 10px;
    position: relative;
    top: 11px;
    width: 10px;
}
.box3 {
    background-color: #e5e5e5;
    margin: 20px auto 10px;
}
.box3 .icon {
    background-color: #d1d1d1;
    border-radius: 100%;
    float: right;
    height: 30px;
    margin: 12px 12px 0 0;
    text-align: center;
    width: 30px;
}
.icon img {
    background-color: rgba(255, 255, 255, 0.4);
}
.belowTxt {
    color: #8c8c8c;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 8px 6px;
    width: auto;
}
.belowTxt a {
    color: #8c8c8c;
    text-decoration: none;
}
.checkbox {
    margin-top: 5px;
}
.label {
    color: #424242;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.2pt;
    padding-left: 25px;
    position: relative;
    top: -7px;
}
input[type="checkbox"] {
    display: none;
}
.label::before {
    border: 1px solid #00a54f;
    bottom: 1px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 5px;
    position: absolute;
    width: 16px;
}
.checkbox .label {
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    position: initial;
    word-spacing: -2px;
}
.checkbox .label::before {
    border-radius: 3px;
    margin-top: -5px;
    position: relative;
    right: -6px;
    top: 4px;
}
input[type="checkbox"]:checked + .label::before {
    color: #00a54f;
    content: "✓";
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    top: 1px;
}
.clear {
    clear: both;
}
.footer {
    text-align: center;
    width: 100%;
}
.prod {
    background: rgba(0, 0, 0, 0) radial-gradient(circle, #1a3153, transparent) repeat scroll 0 0;
    width: 100%;
}
.portfolio {
    background: rgba(0, 0, 0, 0) radial-gradient(circle, #1a3153, transparent) repeat scroll 0 0;
    margin: auto;
    text-align: center;
    width: 390px;
}
.portfolio .pentagon {
    float: left;
    margin: 20px;
    width: 55px;
}
.portfolio .pentagon a {
    display: block;
    float: left;
    height: 65px;
    overflow: hidden;
    position: relative;
    width: 65px;
}
.portfolio .pentagon a img {
    bottom: 10px;
    filter: grayscale(0%);
    position: relative;
    right: -16px;
}
.portfolio .pentagon a img.hovering {
    filter: grayscale(100%);
    position: absolute;
    right: 3px;
    top: -10px;
    transition: all 300ms ease-out 0s;
}
.portfolio .pentagon a span.mask {
    background: rgba(0, 0, 0, 0) url("../img/pentagon_mask.png") no-repeat scroll 0 0;
    height: 100px;
    left: -19px;
    position: absolute;
    top: -20px;
    transition: transform 300ms ease-out 0s;
    width: 100px;
    z-index: 2;
}
#cms-mask {
    background: rgba(0, 0, 0, 0) url("../img/cms-mask.png") no-repeat scroll 0 0;
}
#club-mask {
    background: rgba(0, 0, 0, 0) url("../img/club-mask.png") no-repeat scroll 0 0;
}
#acc-mask {
    background: rgba(0, 0, 0, 0) url("../img/acc-mask.png") no-repeat scroll 0 0;
}
#shop-mask {
    background: rgba(0, 0, 0, 0) url("../img/shop-mask.png") no-repeat scroll 0 0;
}
.portfolio .pentagon a span.mask:hover {
    transform: rotate(35deg);
}
.logo-bottom {
    margin: 10px auto auto;
}
.logo-bottom img {
    max-height: 60px;
    max-width: 110px;
}
.radial-menu {
    background-color: #213c67;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.25);
    display: block;
    height: 70px;
    left: 20px;
    line-height: 70px;
    position: fixed;
    top: 20px;
    width: 70px;
    z-index: 20;
}
.menu-item {
    background-color: dimGray;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    height: 80%;
    left: 15%;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 80%;
}
.menu-item i {
    font-size: 30px;
    line-height: 53px;
}
.menu-item .icon {
    border-radius: 100%;
    height: 100%;
    margin: 0;
    width: 100%;
    z-index: 21;
}
.menu-item .text {
    color: white;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    visibility: hidden;
    width: 100%;
    z-index: 19;
}
.menu-item:hover .text {
    visibility: visible;
}
.menu-item .text a {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}
.menu-item1 {
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 50px;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    z-index: 19;
}
.menu-item1 .text a {
    font-size: 16px;
}
.menu-item1:hover .text {
    transform: translate(5px, 50px);
}
.menu-item2 {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
.menu-item2:hover .text {
    transform: translate(30px, 40px);
}
.menu-item3 {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
.menu-item3:hover .text {
    transform: translate(48px, 20px);
}
.menu-item4 {
    line-height: 50px;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s;
}
.menu-item4:hover .text {
    transform: translate(55px, 0px);
}
.mask {
    background: #213c67 none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    height: 70px;
    left: 20px;
    position: fixed;
    text-align: center;
    top: 20px;
    width: 70px;
    z-index: 21;
}
.mask i {
    line-height: inherit;
}
.card {
    box-sizing: border-box;
    margin: auto;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 235px;
}
.card .input-container {
    background-color: #cccccc;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.card .input-container input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #212121;
    font-size: 24px;
    font-weight: 400;
    height: 38px;
    outline: medium none;
    padding: 0 5px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.card .input-container input:focus ~ span {
    color: #9d9d9d;
    transform: translate(-150px, 10%) scale(0.75);
}
.card .input-container input:focus ~ .bar::before, .card .input-container input:focus ~ .bar::after {
    width: 50%;
}
.card .input-container input:valid ~ span {
    color: #9d9d9d;
    transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container span {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 6px;
    transition: all 0.2s ease 0s;
    word-spacing: -2px;
}
.card .input-container .bar {
    background: #757575 none repeat scroll 0 0;
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.card .input-container .bar::before, .card .input-container .bar::after {
    background: #00a54f none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
}
.card .input-container .bar::before {
    left: 50%;
}
.card .input-container .bar::after {
    right: 50%;
}
@keyframes buttonFadeInUp {
0% {
    bottom: 30px;
    opacity: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 350px) {
.header {
    display: none;
}
.top h1 {
    font-size: 18px;
}
.top h2 {
    font-size: 16px;
}
.content {
}
.center {
    margin: auto;
    width: 100%;
}
.prod {
    width: 100%;
}
.user {
    height: 120px;
    width: 120px;
}
.user img {
    height: 70px;
    right: 14px;
    top: 24px;
    width: 94px;
}
.form {
    margin: -60px auto auto;
}
.icon {
    margin: 10px 5px auto auto;
}
.select {
    margin-right: 5%;
}
.belowTxt {
    font-size: 10px;
    padding: 6px 4px;
}
.portfolio {
    width: 200px;
}
.card {
    width: 100%;
}
.card .input-container {
    margin: auto auto 10px;
    position: relative;
    width: 90%;
}
.box1 {
    width: 100%;
}
.box2 {
    margin-right: 6%;
}
.box3 {
    height: auto;
}
.submit-box {
    width: 90%;
}
.footer {
    min-height: 30px;
    padding: 10px 0;
    width: 100%;
}
.logo-bottom {
    margin: auto;
}
}
@media screen and (min-width: 351px) and (max-width: 500px) {
.header {
    display: none;
}
.top h1 {
    font-size: 18px;
}
.top h2 {
    font-size: 16px;
}
.content {
}
.center {
    margin: auto;
    width: 80%;
}
.prod {
    width: 100%;
}
.user {
    height: 120px;
    width: 120px;
}
.user img {
    height: 70px;
    right: 14px;
    top: 24px;
    width: 94px;
}
.form {
    margin: -60px auto auto;
}
.icon {
    margin: 11px 5px auto auto;
}
.belowTxt {
    font-size: 10px;
    padding: 6px 4px;
}
.submit-box {
    width: 90%;
}
.portfolio {
    width: 350px;
}
.portfolio .pentagon {
    margin: 15px;
}
.card {
    width: 100%;
}
.card .input-container {
    margin: auto auto 10px;
    position: relative;
    width: 90%;
}
.box1 {
    width: 100%;
}
.submit-box {
    width: 90%;
}
.select {
    margin-right: 5%;
}
.box2 {
    margin: 0 6% 0 0;
}
.box3 {
    height: auto;
}
.footer {
    padding: 10px 0;
    width: 100%;
}
.logo-bottom {
    margin: auto;
}
}
