/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@font-face { font-family: 'WOFF IRANSansX-Regular'; src: url('fonts/woff/IRANSansX-Regular.woff'); }
@font-face { font-family: 'WOFF IRANSansX-Bold'; src: url('fonts/woff/IRANSansX-Bold.woff'); }
@font-face { font-family: 'WOFF2 IRANSansX-Regular'; src: url('fonts/woff2/IRANSansX-Regular.woff2'); }
@font-face { font-family: 'WOFF2 IRANSansX-Bold'; src: url('fonts/woff2/IRANSansX-Bold.woff2'); }

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  cursor: url(../images/bottomBar/cursor.123), default !important;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* *********** End of normalize.css ************ */


/* Start Yahoo! (YUI 3) Reset CSS */
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}
/* END Yahoo! (YUI 3) Reset CSS */

/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/

/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
	padding: 0;
	margin: 10px 0;
}
p:first-child,
blockquote:first-child,
form:first-child,
dl:first-child,
ul:first-child,
ol:first-child,
fieldset:first-child,
address:first-child,
table:first-child {
	margin-top: 5px;
}
p:last-child,
blockquote:last-child,
form:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
fieldset:last-child,
address:last-child,
table:last-child {
	margin-bottom: 5px;
}
/* =============== END  DEFAULT HTML - TEXT STYLES =============== */
/* change colours to suit your needs */
ins {
	background-color:#ff9;
    color:#000;
    text-decoration:none;
}
    /* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
/* END HTML5 Doctor CSS Rese */

.ltr {
	direction: ltr !important;
	text-align:justify;
	font-family: "WOFF IRANSansX-Regular", Tahoma, verdana, arial;
	font-size: 14px;
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
 
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
}
html {
	direction: ltr;
	line-height: 1.5;
	margin: 0;
	padding: 0;
        
	/* Addresses a small issue in webkit: http://bit.ly/14RCAh6 */
	-webkit-backface-visibility:hidden;
} 
body {
	background-color:#134983;
	background-image: url(./img/noisy-texture-100x100.png), url(./img/bg_blue.jpg);
  background-position: top left, top;
  background-repeat: repeat, no-repeat;

	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* new clearfix */
.clearfix {clear:both;}
.clearfix:after{
  clear:both;
  content:".";
  display:block;
  display:inline-block;
  font-size:0;
  height:0 !important;
  visibility:hidden
}
* html .clearfix{
  zoom:1
}/* IE6 */
* html .clearfix { zoom: 1; } /* IE6 */
* + html .clearfix { zoom: 1; height:0 !important; } /* IE7 */
*:first-child+html .clearfix { zoom: 1; height:0 !important; } /* IE7 */

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.bold {
font-weight: bold;
}

#preloader{
position:fixed;
_position:absolute;
height:100%;
width:100%;
top:0;
left:0;
background-color: rgb(0, 0, 0);
background-repeat:repeat;
opacity: 0.97;
-moz-opacity: 0.97;
filter: alpha(opacity=97);
background-color: rgba(115,115,115,0.97);

z-index:5000;
margin: 0px;
padding: 0px;
}

#preloader_image{
  left:0px;
  position:relative;
  top:0px
}

#Subpreloader{
position:fixed;
margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
direction:ltr;
z-index:5100;
left:50%;
margin-left: -100px;
width:190px;
top:50%;
margin-top: -65px;
height:110px;
padding: 5px 5px 10px 5px;

background-color:rgba(0, 0, 0, 0.2);
background-repeat: repeat;
background-position: center;

border: 6px solid rgba(0, 0, 0, 0.7);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25), inset 0px 0px 5px rgba(255, 255, 255, 0.15);
-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25), inset 0px 0px 5px rgba(255, 255, 255, 0.15);
box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25), inset 0px 0px 5px rgba(255, 255, 255, 0.15);

color:rgba(255, 192, 0, 0.99);
font-size:15px;
font-family: "WOFF IRANSansX-Regular", Tahoma, verdana, arial;
font-weight: bold;
text-align:center;
}
* + html #Subpreloader {filter: alpha(opacity=95); background-color: #525252; color:#FFC000 !important; border: 6px solid #3672B2 !important; } /* IE7 */
*:first-child+html #Subpreloader {filter: alpha(opacity=95); background-color: #525252; color:#FFC000 !important; border: 6px solid #3672B2 !important; } /* IE7 */


h6.loaderpersianmessege {
  position: relative;
  top: -32px;
  padding-bottom: 3px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica,sans-serif;
  font-size: 14px;
  height: 18px;
}

.loaderpersianmessege span {
  letter-spacing: 0.0em;
  /* word-spacing: 0.3em; */ /*4 PERSIAN MESSEGE */
  /* margin-left: -3px; */
  color: #35C4F0; /*#F8B334; */
  text-shadow:
    0 0 2px rgba(53, 196, 206,0.9),
    0 15px 25px rgba(0, 0, 0, 0.3),
    0 -2px 3px rgba(0, 0, 0, 0.1),
    0 -5px 10px rgba(255, 255, 255, 0.5),
    0 5px 10px rgba(0, 0, 0, 0.3),
    0 3px 4px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.45);
  
    animation: persianmessegeloading 0.85s ease-in-out infinite alternate;
}

@keyframes persianmessegeloading {
	to {text-shadow:
    0 0 2px rgba(204, 208, 212,0.2),
    0 0 3px rgba(0, 0, 0, 0.02),
    0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(255, 255, 255, 0),
    0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(255, 255, 255, 0),
    0 0 0 rgba(255, 255, 255, 0);}
}

.loaderpersianmessege span:nth-child(1) {
   /* animation-delay:0.142s; */
   animation: fadeloadingtext 4s infinite 100ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.142s;
}

.loaderpersianmessege span:nth-child(2) {
  /* animation-delay:0.284s; */
   animation: fadeloadingtext 4s infinite 200ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.284s;
}

.loaderpersianmessege span:nth-child(3) {
  /* animation-delay:0.426s; */
   animation: fadeloadingtext 4s infinite 300ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.426s;
}

.loaderpersianmessege span:nth-child(4) {
  /* animation-delay:0.568s; */
   animation: fadeloadingtext 4s infinite 400ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.568s;
}

.loaderpersianmessege span:nth-child(5) {
  /* animation-delay:0.710s; */
   animation: fadeloadingtext 4s infinite 500ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.710s;
}

.loaderpersianmessege span:nth-child(6) {
  /* animation-delay:0.852s; */
   animation: fadeloadingtext 4s infinite 600ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.852s;
}

.loaderpersianmessege span:nth-child(7) {
  /* animation-delay:0.995s; */
   animation: fadeloadingtext 4s infinite 700ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.995s;
}

.loaderpersianmessege span:nth-child(8) {
  /* animation-delay:0.995s; */
   animation: fadeloadingtext 4s infinite 800ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.995s;
}

.loaderpersianmessege span:nth-child(9) {
  /* animation-delay:0.995s; */
   animation: fadeloadingtext 4s infinite 900ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.995s;
}

.loaderpersianmessege span:nth-child(10) {
  /* animation-delay:0.995s; */
   animation: fadeloadingtext 4s infinite 1000ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.995s;
}

.loaderpersianmessege span:nth-child(11) {
  /* animation-delay:0.995s; */
   animation: fadeloadingtext 4s infinite 1200ms, fadeloadingtext 4s infinite 200ms, persianmessegeloading 0.85s ease-in-out infinite alternate 0.995s;
}
 @-webkit-keyframes fadeloadingtext {
        50% {
            opacity: 0.02;
        }
    }
 
@keyframes fadeloadingtext {
        50% {
            opacity: 0.02;
        }
    }

/* loader image animation */
.loader-animation-image {
position:relative;
direction:ltr;
top: -60px;
margin-left: auto;
margin-right: auto;
height: 50px;
width: 50px;
}

.contener_general
{
  -webkit-animation:animball_two 3s infinite;
  -moz-animation:animball_two 3s infinite;
  -ms-animation:animball_two 3s infinite;
  animation:animball_two 3s infinite;
  width:44px; height:44px;
}
.contener_mixte
{
  width:44px; height:44px; position:absolute;
}
.ballcolor
{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
  position: absolute;
  -webkit-animation:animball_one 3s infinite ease;
  -moz-animation:animball_one 3s infinite ease;
  -ms-animation:animball_one 3s infinite ease;
  animation:animball_one 3s infinite ease;
}
.ball_1
{
  background-color:#cb2025;
  top:0; left:0;
}
.ball_2
{
  background-color:#f8b334;
  top:0; left:24px;
}
.ball_3
{
  background-color:#00a096;
  top:24px; left:0;
}
.ball_4
{
  background-color:#97bf0d;
  top:24px; left:24px;
}

@-webkit-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-moz-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-ms-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-webkit-keyframes animball_two
{
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}
@-moz-keyframes animball_two
{
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}
@-ms-keyframes animball_two
{
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}
@keyframes animball_two
{
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}
/*
.petal-1 {
  fill: rgba(219, 219, 219, 0.75);
  transform-origin: 90% 90%;
  animation: animation-imagerotate 1s linear infinite;
}

.petal-2 {
  fill: rgba(173, 235, 241, 0.75);
  transform-origin: 10% 65%;
  animation: animation-imagerotate 2s linear infinite;
}

.petal-3 {
  fill: rgba(121, 190, 196, 0.75);
  transform-origin: 67% 10%;
  animation: animation-imagerotate 1s linear infinite reverse;
}

@keyframes animation-imagerotate {
  to {
    transform: rotate(359deg)
  }
}
@-moz-keyframes animation-imagerotate {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(359deg)
  }
}
*/

/* Loader text animation */

#load div {
  position:absolute;
  width:20px;
  height:36px;
  bottom: 0px;
  margin-left: -4px;
  opacity:0;
  font-family:Helvetica, Arial, sans-serif;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
   
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
   
  animation:loadermessegemove 2s linear infinite;
  -o-animation:loadermessegemove 2s linear infinite;
  -moz-animation:loadermessegemove 2s linear infinite;
  -webkit-animation:loadermessegemove 2s linear infinite;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);

  -webkit-backface-visibility:hidden;
  -webkit-perspective: 1000; 

  color:#35C4F0;
}

#load div:nth-child(2) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
#load div:nth-child(3) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}
#load div:nth-child(4) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#load div:nth-child(5) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#load div:nth-child(6) {
  animation-delay:1s;
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
}
#load div:nth-child(7) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}

@keyframes loadermessegemove {
  0% {
    left:0;
    opacity:0;
  }
	35% {
		left: 41%; 
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		left:59%; 
		-moz-transform:rotate(0deg); 
		-webkit-transform:rotate(0deg); 
		-o-transform:rotate(0deg);
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		left:100%; 
		-moz-transform:rotate(-180deg); 
		-webkit-transform:rotate(-180deg); 
		-o-transform:rotate(-180deg); 
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-moz-keyframes loadermessegemove {
	0% {
		left:0; 
		opacity:0;
	}
	35% {
		left:41%; 
		-moz-transform:rotate(0deg); 
		transform:rotate(0deg);
		opacity:1;
	}
	65% {
		left:59%; 
		-moz-transform:rotate(0deg); 
		transform:rotate(0deg);
		opacity:1;
	}
	100% {
		left:100%; 
		-moz-transform:rotate(-180deg); 
		transform:rotate(-180deg);
		opacity:0;
	}
}

@-webkit-keyframes loadermessegemove {
	0% {
		left:0; 
		opacity:0;
	}
	35% {
		left:41%; 
		-webkit-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	65% {
		left:59%; 
		-webkit-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		left:100%;
		-webkit-transform:rotate(-180deg); 
		transform:rotate(-180deg); 
		opacity:0;
	}
}

@-o-keyframes loadermessegemove {
	0% {
		left:0; 
		opacity:0;
	}
	35% {
		left:41%; 
		-o-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	65% {
		left:59%; 
		-o-transform:rotate(0deg); 
		transform:rotate(0deg); 
		opacity:1;
	}
	100% {
		left:100%; 
		-o-transform:rotate(-180deg); 
		transform:rotate(-180deg); 
		opacity:0;
	}
}


/* LOGO  */

#logo {
    display: block;
    position: relative;
	float: right;
    right: 17px;
    top: 0px;
    width: 230px;
    height: 138px;
	margin-top: -20px;
	clear: none;
	overflow: hidden;
	border: none;
	line-height: 65px;
	vertical-align: middle;
}

#logo  a {
    color: #FFFFFF;
}
#logobobble {
display: inline-block;
vertical-align: baseline;
position: static;
top: auto;
right: auto;
bottom: auto;
left: auto;
margin-top: -3px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;

 animation-name: fadeIn;
 animation-duration: 9s;
 animation-iteration-count: 1;
 animation-direction: alternate;
 animation-timing-function: linear;
 animation-fill-mode: forwards;
 animation-delay: 0s;
}
#logoshine {
cursor: pointer;
position: relative;
display: inline-block;
vertical-align: baseline;
position: static;
top: auto;
right: auto;
bottom: auto;
left: auto;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
float: left;
width: 210px;
}
#logobobble canvas {
 animation-name: bobble;
 animation-duration: 5.9s;
 animation-iteration-count: infinite;
 animation-direction: alternate;
 animation-timing-function: ease;
 animation-fill-mode: forwards;
 animation-delay: 1.5s;
}

@keyframes bobble {
0% {
    animation-timing-function: ease-in;
    transform: translate3d(0px, 0px, 0px);
}
50% {
    animation-timing-function: ease-out;
    transform: translate3d(0px, -5px, 0px);
}
100% {
    transform: translate3d(0px, 0px, 0px);
}
}

#logo  a:hover {
    color: #fff;
}
#logo  a.button {
    color: #fff;
}

#logo  .button.mini {
    padding: 6px 9px;
}

.header-promocode-button {
	display: block;
	width: 210px;
	color: #1c1c1c !important;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #4E8ABE;
	background: url('images/promocode-button-2015.png') !important;
	background-size: 230px auto !important;
	background-repeat: no-repeat !important;
	background-position: bottom 50%;
	height: 118px;
	padding: 10px;
	line-height: 1;
	overflow: hidden;
	animation: bouncelogo 2s ease 0 1 normal;
	-webkit-animation: bouncelogo 2s ease 0 1 normal;
	-moz-animation: bouncelogo 2s ease 0s 1 normal;
	border-top: 1px solid #FFC000;
	z-index: 30;
	}
	@-webkit-keyframes bouncelogo {
		0% 	 { opacity: 0; -webkit-transform: translateY(-2000px);}
		60%  { opacity: 1; -webkit-transform: translateY(0px);}
		80%  { -webkit-transform: translateY(-10px); }
		100% {-webkit-transform: translateY(0);
		}
	}
	@-moz-keyframes bouncelogo {
		0% 	 { opacity: 0; -moz-transform: translateY(-2000px);}
		60%  { opacity: 1; -moz-transform: translateY(0px);}
		80%  { -moz-transform: translateY(-10px); }
		100% {-moz-transform: translateY(0);
		}
	}
	@keyframes bouncelogo {
		0% 	 { opacity: 0; transform: translateY(-2000px);}
		60%  { opacity: 1; transform: translateY(0px);}
		80%  { transform: translateY(-10px); }
		100% {transform: translateY(0);
		}
	}


.bouncelogo {
-webkit-animation-name: bouncelogo;
-moz-animation-name: bouncelogo;
-o-animation-name: bouncelogo;
animation-name: bouncelogo;
}
.header-promocode-button:visited, .header-promocode-button:hover {
	color: #1c1c1c;
}

.header-promocode-button small{
display: inline-block;
vertical-align: baseline;
position: static;
opacity: 0;
top: auto;
right: auto;
bottom: auto;
left: auto;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
direction: ltr;
font-family: tekutekural, "Trebuchet MS", Impact, sans-serif, Arial, Helvetica;
font-weight: normal;
font-size: 15px;
margin-left: -1px;
color: #735b00;
}
.logosloganfadeInUp { 
animation-name: fadeInUp;
 animation-duration: 1s;
 animation-iteration-count: 1;
 animation-direction: alternate;
 animation-timing-function: ease-in;
 animation-fill-mode: forwards;
 animation-delay: 8s;
}
#logoslogan {
	font-size: 20px !important;
	display: block;
	border: 1px solid red;
}

#ravPanimArea {
display: inline-block;
position: relative;
width: 207px;
height: 90px;
margin-left: 10px;
margin-top: -10px;
}

/* LOGO END  */

		/* Make HTML 5 elements display block-level for consistent styling */  
		header, nav, article, section, aside, footer, address {  
    	display: block;  
		} 
		.wrapper {
		width: 960px;
		min-height: 720px;
		margin: 0 auto;
		text-align: center;

		padding-top: 20px;
		}
		
		
		
		a{ color: #B43A44; text-decoration: none;}
		

		
		h1 {
		text-transform: uppercase;
		color: #B43A44;
		font-family: LeagueGothicRegular;
		font-size: 80px;
		font-weight: lighter;
		text-shadow: 0px 2px 0px #000;
		margin: 10px 0 0 0;
		}
		
		h2 {
		text-transform: uppercase;
		color: #C3D3EA;
		font-family: "WOFF IRANSansX-Regular", Tahoma, verdana, arial;
		font-size: 24px;
		font-weight: lighter;
		text-shadow: 0px 2px 0px #000;
		margin: 15px 0 15px 20px;
		text-align: left;
		}
		
		p {
		color: #fff;
		margin: 0;
		font-size: 14px;
		text-shadow: 0 -2px 0 #000;
		}
		
		p.credit {font-size: 12px; margin-top: 40px; color: #ccc;}
		
		.hr {
		display: block;
		border: none;
		width: 960px;
		height: 2px;
		background: url(images/divider.png);
		margin: 10px 0;
		}
		
		.clear {
		clear: both;
		}
		
		.progress {
		height: 110px;
		margin: 80px 0;
		background: url(images/progress-container.png) no-repeat;
		position: relative;
		}
		
		.txt-launch-day-hat {
		background: url(images/txt-launch-day-hat.png) no-repeat;
		width: 117px;
		height: 159px;
		position: absolute;
		top: -120px;
		right: -45px;
		}
		
		.txt-launch-day {
		background: url(images/txt-launch-day.png) no-repeat;
		width: 112px;
		height: 110px;
		position: absolute;
		top: -80px;
		right: -40px;
		}
		
		.progress-bar {
		height: 43px;
		background: #eb0e00 url(images/progress-bar.png) repeat-x;
		position: absolute;
		top:14px;
		left: 0px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		}
		
		.progress-bar-container {
		width: 930px;
		height: 70px;
		margin-left: 13px;
		position: relative;
		}
		
		.ResultSection h2 {
		width: 400px;
		float: left;
		}
		
		.ResultSection form {
		display: block;
		width: 450px;
		float: right;
		margin: 5px 0 0 0;
		}
		
		.ResultSection input[type=text]{
		width:280px;
		height: 16px;
		background: url(images/form-bg.png) no-repeat;
		border: none;
		color: #c9c9c9;
		font-size: 14px;
		padding: 15px 10px;
		margin: 0;
		}
		
		.ResultSection input[type=submit]{
		width:87px;
		height: 42px;
		cursor: pointer;
		border: 2px solid black !important;
		background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
		background-image: -moz-linear-gradient(top, #3498db, #2980b9);
		background-image: -ms-linear-gradient(top, #3498db, #2980b9);
		background-image: -o-linear-gradient(top, #3498db, #2980b9);
		background-image: linear-gradient(to bottom, #3498db, #2980b9);
		-webkit-border-radius: 2px 2px 0px 0px;
		-moz-border-radius: 2px 2px 0px 0px;
		border-radius: 2px 2px 0px 0px;
		font-family: Arial;
		color: #ffffff;
		font-size: 10px;
		padding: 3px 5px 3px 5px;
		text-decoration: none;
		margin: 0 0 0 -10px;
		text-transform: capitalize;
		}
		
		.ResultSection input[type=submit]:hover{
		background: #3cb0fd;
		background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
		background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
		text-decoration: none;
		}
		
		.ResultSection input[type=submit]:active{
		background: #3cb0fd;
		background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
		background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
		background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
		text-decoration: none;
		}
		
		.ResultSection input[type=text]:focus {
		outline: none;
		}
		
		
		
		

		.tabeltitle {color: #589FC4;}
		.tipsy { margin-bottom: 25px; font-size: 18px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(images/tipsy.png); font-family: 'LeagueGothicRegular'; text-transform: uppercase;  }
  		.tipsy-inner { padding: 10px 20px; background-color: black; color: white; max-width: 400px; text-align: right; -webkit-box-shadow: 0 20px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 20px 15px rgba(0,0,0,0.5);   }
  		.tipsy-inner { -moz-border-radius:5px; -webkit-border-radius:5px; }
  		.tipsy-north { background-position: top center; }
  		.tipsy-south { background-position: bottom center; }
  		.tipsy-east { background-position: right center; }
  		.tipsy-west { background-position: left center; }
  		.tipsy-container { border: 1px solid green;}

/* COUNTDOWN */

#countdown {margin: -70px auto 0; padding: 20px 0 0 0; display: block; width: 846px; height: 105px; clear: both; list-style: none;}
#countdown.false {width: 794px;}
#countdown.false div.false {display: none;}
#countdown div {float: left; height: 105px; background: url(img/digits.png) no-repeat 0px 0px;} 
#countdown div.image0 {background-position: -0px 0px; width: 52px;} 
#countdown div.image1 {background-position: -52px 0px; width: 52px;} 
#countdown div.image2 {background-position: -116px 0px; width: 52px;} 
#countdown div.image3 {background-position: -172px 0px; width: 52px;} 
#countdown div.image4 {background-position: -226px 0px; width: 52px;} 
#countdown div.image5 {background-position: -285px 0px; width: 52px;} 
#countdown div.image6 {background-position: -343px 0px; width: 52px;} 
#countdown div.image7 {background-position: -400px 0px; width: 52px;} 
#countdown div.image8 {background-position: -456px 0px; width: 52px;} 
#countdown div.image9 {background-position: -513px 0px; width: 52px;} 
#countdown div.imageDay {background-position: -572px 0px; width: 52px;} 
#countdown div.imageHour {background-position: -631px 0px; width: 52px;} 
#countdown div.imageMin {background-position: -692px 0px; width: 66px;}
#countdown div.imageSec {background-position: -767px 0px; width: 52px;} 
#countdown div.imageSpace {background-position: -890px 0px; width: 52px;}

.countdown_description {float: right; margin: 7px 0 10px 0;}

	

/*  Inquiryresults  */
	
.block {
	display: block;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
#Inquiryresults {
	display:block;
	width: 940px;
	height: auto;
	padding-bottom: 5px;
	text-align: left;
	font-family: 'akzidenz-grotesk_bq_extendeRg';
	
}
#Inquiryresults div {

	font-family: 'akzidenz-grotesk_bq_extendeRg';
	
}
.certheadtitle {
	display: inline-block;
	position: relative;
	width: 470px;
	height: 65px;
	left: 30px;
	top: 30px;
	color: C7D9ED;

	background: transparent url("images/certtitle.png") no-repeat left top;
}

#userphotoframe {
display: inline-block;
	position: relative;
	float: right;
	width: 100px;
	height: 120px;
	right: 30px;
	top: 20px;
	padding: 5px;
	color:white;
   margin: 10px;
   padding: 0;
   border: 1px solid rgba(0,0,0,0.5);
   border-radius: 2px 2px 2px 2px;
   background: rgba(0,0,0,0.25);
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

#userphoto {
	position: relative;
    margin: 3px;
    padding: 0;
    width: 94px;
}

.certnum {
	position: relative;
	height: 40px;
	width: 700px;
	left: 30px;
	top: 0;
	text-align: left;
	font-size: 25px;
	color: 3D6EA6;
	margin-top: -15px;
}
.resultstitle {
	position: relative;
	height: 40px;
	width: 800px;
	left: 30px;
	top: 0px;
	text-align: left;
	font-size: 25px;
	color: 3D6EA6;
/*
	margin-top: -10px;
*/
	}

.NameFamily {
	position: relative;
	height: 40px;
	width: 800px;
	left: 30px;
	text-align: center;
	font-size: 30px;
	color: #C7D9ED;

	margin-top: -12px;

}

.CourseDetails{
	position: relative;
	width: 800px;
	left: 30px;

	margin-top: -8px;
}

.CourseDetails p {
	font-size: 20px;
}
.CorceName {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	color: #CA7D26;
}
.Describtion {
	border-right: 1px solid black;
	width: 64%;
	text-align: left;
	margin-top: 10px;
	 
	height: 30px;
}
.Duration {
	width: 33%;
	text-align: left;
	margin-top: 10px;
	 
	height: 30px;
}

.Date {
	border-right: 1px solid black;
	width: 64%;
	text-align: left;
	margin-top: 10px;
	 
	height: 30px;
}
.Examination {
	width: 33%;
	text-align: left;
	margin-top: 10px;
	 
	height: 30px;
}

.Teacher {
	border-right: 1px solid black;
	width: 64%;
	text-align: left;
	margin-top: 10px;
	 
	height: 30px;
	text-decoration: none;
	color: #959FAB;
}
.Location {
	width: 33%;
	text-align: left;
	margin-top: 10px;
	 
	height: 30px;
}
/* END Inquiryresults  */	
.content-bottom {
	width: 916px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	overflow: hidden;
	font-weight:bold;
}
.clearbreak {
	clear: both;
}
.hrfooter {
    background: url("images/div.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    clear: both;
    height: 57px;
    margin: -14px auto -48px;
    text-align: center !important;
}

.roll-link {
    display: inline-block;
	margin-top: 0px;
    overflow: hidden;
    perspective: 600px;
	-webkit-perspective: 600px;
    perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%; /* Safari and Chrome */
    vertical-align: middle;
	color: white;
	font-weight: bold;
}
.roll-link a {
text-shadow: 0px 0px 1px #000000;
}
.roll-link:hover {
    text-decoration: none;
}
.roll-link span {
    display: block;
    padding: 0 2px;
    position: relative;
	transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-o-transform-origin:50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;	
	-webkit-transition: all 400ms ease 0s;  /* Safari 3.2+, Chrome */
	-moz-transition: all 400ms ease 0s;  /* Firefox 4-15 */
	-o-transition: all 400ms ease 0s;  /* Opera 10.5أ¯آ؟آ½12.00 */
	transition: all 400ms ease 0s;
}
.roll-link:hover span {
    background: none repeat scroll 0 0 #E68A00;
	-webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
	-moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
	-ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
	-o-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
	transform: translate3d(0px, 0px, -30px) rotateX(90deg); 
}
.roll-link span:after {
    background: none repeat scroll 0 0 #E68A00;
    color: #FFFFFF;
    content: attr(data-title);
    display: block;
    left: 0;
    padding: 0 2px;
    position: absolute;
    top: 0;
	-webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	-moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	-ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	-o-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	transform-origin:50% 0;
	-ms-transform-origin:50% 0; /* IE 9 */
	-webkit-transform-origin:50% 0; /* Safari and Chrome */
	-moz-transform-origin:50% 0; /* Firefox */
	-o-transform-origin:50% 0; /* Opera */
}
#callme img {
    height: 16px !important;
    margin-bottom: -4px;
}






.TB_Wrapper {
	/* important */
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 0px 4px rgba(236, 241, 242, 0.9);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 4px rgba(236, 241, 242, 0.9);
	background: #f9f9fa url("trans_banner/preloader.gif") center center no-repeat;
	border-radius: 3px;
	border: 2px solid #ccc;
	box-shadow: 0px 0px 4px rgba(236, 241, 242, 0.9);
	height: 330px;
	margin: 5px auto 0px auto;
	overflow: hidden;
	position: relative;
	width: 930px;
	color: white;
	font-size: 18px;
}