﻿#sp-slider-wrapper {
	position:absolute;
	height:100% !important;
	margin:0;
	padding:0;
}
html{width:100%;}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
body {
 font-family: "Vazirmatn", sans-serif;  
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  min-width: 100px;
  background-color: transparent;
  border: 0 none;
  color: #cbad5e;
  position: relative;
  z-index: 1;
  outline: none !important;
 }
.btn:hover {
  color: #D8BB6C;
  text-decoration: none;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: none 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 15px 30px 10px 30px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
font-weight:bold;
text-transform:uppercase;
margin:10px;
background: #ffac00;
Color:#222;
	border:1px solid #ffac00;
}
.btn-large:hover {
	background:transparent;
	border:1px solid #ffac00;
	color:#ffac00;
}

.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 10px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 9px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border: 1px solid #cbad5e;
}
.btn-primary {
  position: relative;
  overflow: hidden;
  background-image: url('../images/btn-shine.png');
  background-repeat: no-repeat;
  background-position: -90px 0;
  background-size: auto 100%;
  transition: none 0.5s ease-in-out;
  -webkit-transition: none 0.5s ease-in-out;
}
.btn-primary:after {
  content: " ";
  width: 37%;
  top: -60px;
  height: 220px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: -80px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: #cbad5e;
  opacity: 0.2;
}
.btn-primary:hover {
  background-position: 250% 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-primary:hover:after {
  left: 250px;
}
.btn-warning {
  color: #fff;
  background-color: #faa732;
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  background-color: #da4f49;
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  background-color: #49afcd;
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
    background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background: rgba(15,15,15,0.8);
  color: #cbad5e;
  border: medium none;
}
button.btn, input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large, input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small, input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #0a0a0a;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
#sp-header-wrapper {
  padding: 20px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
#sp-feature-wrapper {
  padding: 80px 0;
  text-align: center;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
.our-vision {
  line-height: 17px;
  text-align: center;
  width: 100%;
  max-width: 470px!important;
  direction: ltr;
  margin: 0 auto;
}
#sp-feature-wrapper #feature .our-vision p {
  color: #eee;
  font-size: 15px;
 font-family: "Vazirmatn", sans-serif;  
}
#sp-feature-wrapper #feature .our-vision p span {
  font-size: 30px;
	font-family: "Vazirmatn", sans-serif;
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #171717;
  background: #0a0a0a;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 30px 0;
  left: 0;
  right: 0;
  color: #595749;
  direction: ltr;
  font-family: font-family: "Vazirmatn", sans-serif;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.html) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  float: right;
  margin: 0 2% 0 10%;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
button, input[type=submit], input[type=button], submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 30px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  min-width: 100px;
  background-color: transparent;
  border: 0 none;
  color: #cbad5e;
  position: relative;
  z-index: 1;
  outline: none !important;
  border: 1px solid #cbad5e;
}
button:hover, input[type=submit]:hover, input[type=button]:hover, submit:hover {
  color: #D8BB6C;
  text-decoration: none;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus, input[type=submit]:focus, input[type=button]:focus, submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active, button:active, input[type=submit].active, input[type=submit]:active, input[type=button].active, input[type=button]:active, submit.active, submit:active {
  background-image: none;
  outline: none 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled, button[disabled], input[type=submit].disabled, input[type=submit][disabled], input[type=button].disabled, input[type=button][disabled], submit.disabled, submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social, input[type=submit].social, input[type=button].social, submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook, input[type=submit].social.facebook, input[type=button].social.facebook, submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover, input[type=submit].social.facebook:hover, input[type=button].social.facebook:hover, submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter, input[type=submit].social.twitter, input[type=button].social.twitter, submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover, input[type=submit].social.twitter:hover, input[type=button].social.twitter:hover, submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest, input[type=submit].social.pinterest, input[type=button].social.pinterest, submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover, input[type=submit].social.pinterest:hover, input[type=button].social.pinterest:hover, submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus, input[type=submit].social.gplus, input[type=button].social.gplus, submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover, input[type=submit].social.gplus:hover, input[type=button].social.gplus:hover, submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover, input[type=submit].social:hover, input[type=button].social:hover, submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
#sp-main-menu {
  float: right;
  position: relative;
  width: 100%;
}
#sp-main-menu ul {
  background: none repeat scroll 0 0 rgba(23,23,23,0.7);
  display: block;
  float: right;
  left: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#sp-main-menu ul.level-0 {
  right: 90px;
  max-height: 90px;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 25px 6px;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 10px 22px;
  color: #cbad5e;
  font-size: 13px;
  transition: all 2s ease 0s;
  -webkit-transition: all 2s ease 0s;
}
#sp-main-menu ul.level-0 > li >a .menu {
  position: relative;
}
#sp-main-menu ul.level-0 > li >a .menu .menu-desc {
  font-size: 11px;
  color: #9a8653;
  display: block;
}
#sp-main-menu ul.level-0 > li >a .menu .menu-image {
  position: absolute;
  right: 0px;
  top: -90px;
  margin: 0 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#sp-main-menu ul.level-0 > li >a .menu .menu-title {
  position: relative;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 1;
  z-index: 99999;
}
#sp-main-menu ul.level-0 > li.parent:hover > a > .menu .menu-image {
  top: 0;
}
#sp-main-menu ul.level-0 > li.parent:hover > a > .menu .menu-title {
  top: 100px;
  opacity: 0;
}
#sp-main-menu ul.level-1 {
  right: 0;
  background-color: transparent;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  width: 16.6%;
  height: 140px;
  position: relative;
  text-transform: capitalize;
  float: right;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group).first:after {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 10px;
  background: #cbad5e;
  right: -2px;
  top: 46px;
}
#sp-main-menu li li:not(.sp-menu-group):nth-child(odd) {
  background: #191919;
}
#sp-main-menu li li:not(.sp-menu-group):nth-child(even) {
  background: #171717;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 30px 10px 10px;
  color: #cbad5e;
  text-align: center;
}
#sp-main-menu li li:not(.sp-menu-group) a .menu-title {
  display: block;
  margin-top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #0f0f0f;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  padding-right: 12px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: -10px;
  -webkit-transition: margin 100ms, visibility 0ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 0ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 0ms, opacity 100ms;
  transition: margin 100ms, visibility 0ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 100ms, visibility 0ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 0ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 0ms, opacity 100ms;
  transition: margin 100ms, visibility 0ms, opacity 100ms;
}
.sp-submenu.open .s_m_1 {
  height: 52px !important;
}
.sp-submenu.open .s_m_2 {
  width: 99.7% !important;
}
.sp-submenu.open .s_m_3 {
  height: 105px !important;
}
.sp-submenu.open .s_m_4 {
  height: 25px !important;
  width: 1px !important;
}
.sp-submenu.open .s_m_5 {
  width: 35px !important;
  right: 20px;
  height: 1px !important;
}
.sp-submenu.open #services_menu > span {
  bottom: -1px !important;
  transition: all 0.5s cubic-bezier(.46,.22,.23,1.1) 0.5s !important;
  -webkit-transition: all 0.5s cubic-bezier(.46,.22,.23,1.1) 0.5s !important;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner #services_menu {
  height: 25px;
  left: -42px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 60px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  width: 65px;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner #services_menu > span {
  background: #cbad5e;
  color: #171717;
  font-size: 13px;
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  bottom: -28px;
  line-height: 25px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner > div.megacol.col1.first {
  position: relative;
  height: 140px;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner > div.megacol.col1.first > span {
  position: absolute;
  background: #cbad5e;
  z-index: 5;
  display: block;
  transition: all 1s cubic-bezier(.98,-0.14,.29,1) 0s;
  -webkit-transition: all 1s cubic-bezier(.98,-0.14,.29,1) 0s;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner > div.megacol.col1.first .s_m_1 {
  bottom: 87px;
  height: 6px;
  right: -1px;
  width: 1px;
  max-height: 52px;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner > div.megacol.col1.first .s_m_2 {
  top: -1;
  height: 1px;
  right: -1px;
  width: 6px;
  max-width: 99.7%;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner > div.megacol.col1.first .s_m_3 {
  top: -1;
  height: 6px;
  left: 3px;
  width: 1px;
  max-height: 105px;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner > div.megacol.col1.first .s_m_4 {
  height: 0px;
  right: 34px;
  bottom: 140px;
  width: 0px;
  max-height: 25px;
}
.sp-submenu .sp-submenu-wrap .sp-submenu-inner > div.megacol.col1.first .s_m_5 {
  height: 0px;
  right: 18px;
  top: -25px;
  width: 0px;
  max-width: 35px;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0 !important;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 1%;
    width: 90%;
    max-width: 480px;
    min-width: 280px;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 9px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    float: right;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
}
.fixed .hidden-desktop {
  display: none;
}
button, input[type=submit], input[type=button], submit::-moz-focus-inner {
  border: 0 none;
  margin-top: 0px;
  padding: 2px 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #cbad5e;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder {
  color: #2a2822;
}
input:-moz-placeholder {
  color: #cbad5e;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input:focus:-moz-placeholder {
  color: #2a2822;
}
input::-moz-placeholder {
  color: #cbad5e;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input:focus::-moz-placeholder {
  color: #2a2822;
}
input:-ms-input-placeholder {
  color: #cbad5e;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
input:focus:-ms-input-placeholder {
  color: #2a2822;
}
::selection {
  background: #343128;
  color: #ccc;
}
::-moz-selection {
  background: #343128;
  color: #ccc;
}
body,
html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}
body,
.onepage-wrapper,
html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}
.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
}
.onepage-pagination li a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #cbad5e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.onepage-pagination li a.active:before {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #cbad5e;
  margin-top: -4px;
  left: 8px;
}
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
  overflow-x: hidden;
  width:100%;
}
.draggable {
  cursor: url("../../../images/cursor-drag.png"), auto !important;
}
span svg {
  vertical-align: middle;
  cursor: pointer;
}
.e5panta_checkbox {
  cursor: pointer;
  display: block;
  float: left;
  height: 15px;
  margin-right: 3px;
  position: relative;
  width: 18px;
}
.spanta-logo {
  opacity: 0;
  left: 0;
  top: 15% !important;
  position: absolute;
}
.go-down {
  background: url("../images/Go-Down.png") no-repeat scroll 50% 50% rgba(0,0,0,0);
  bottom: 50px;
  display: block;
  height: 33px;
  left: 49%;
  position: absolute;
  width: 24px;
  z-index: 9999;
  animation: go-down 1s alternate infinite;
  -webkit-animation: go-down 1s alternate infinite;
}
#anim {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
}
#anim:hover {
  opacity: 1;
}
#menu_trigger {
  background-color: rgba(15,15,15,0.8);
  cursor: pointer;
  display: block;
  float: right;
  height: 90px;
  position: absolute;
  right: 0;
  width: 90px;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#menu_trigger > span {
  background: #cbad5e;
  height: 1px;
  width: 25px;
  display: block;
  position: absolute;
  left: 36px;
  transition: all 0.3s cubic-bezier(.95,-0.49,.33,1.65) .1s;
  -webkit-transition: all 0.3s cubic-bezier(.95,-0.49,.33,1.65) .1s;
}
#menu_trigger .m_t_1 {
  top: 34px;
}
#menu_trigger .m_t_2 {
  top: 40px;
}
#menu_trigger .m_t_3 {
  top: 46px;
}
#menu_trigger .m_t_4 {
  top: 52px;
}
#menu_trigger.active .m_t_1 {
  top: 38px;
}
#menu_trigger.active .m_t_2 {
  top: 42px;
}
#menu_trigger.active .m_t_3 {
  top: 46px;
}
#menu_trigger.active .m_t_4 {
  top: 50px;
}
#header {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;  
}
#header.header_hide {
  margin-top: -70px;
}
#header.header_hide .mod-lang,
#header.header_hide #sp-search,
#header.header_hide .sp-menu.level-0,
#header.header_hide #menu_trigger,
#header.header_hide #tiny-logo {
  background-color: transparent;
}
#header.header_hide #tiny-logo {
  animation: logo 3s ease-in-out 0.5s;
  -webkit-animation: logo 3s ease-in-out 0.5s;
  background-position: 264% 50%;
}
#header.header_hide #tiny-logo:after {
  background: rgba(15,15,15,0.8);
}
#header.header_hide #tiny-logo span {
  width: 12px;
  right: 5px;
}
#header.header_must_show {
  margin-top: 0px;
  background-color: transparent;
}
#header.header_must_show .mod-lang {
  background-color: rgba(15,15,15,0.8);
}
#header.header_must_show #sp-search {
  background-color: rgba(23,23,23,0.7);
}
#header.header_must_show .sp-menu.level-0 {
  background-color: rgba(23,23,23,0.7);
}
#header.header_must_show #menu_trigger {
  background-color: rgba(15,15,15,0.8);
}
#header.header_must_show #tiny-logo {
  background-position: 50% 50%;
}
#header.header_must_show #tiny-logo:after {
  background: transparent;
}
#header.header_must_show #tiny-logo span {
  width: 0;
}
#tiny-logo {
  width: 115px;
  height: 90px;
  float: right;
  position: absolute;
  background-image: url('../images/tiny-logo.png');
  background-size: 90px 46px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(15,15,15,0.8);
  right: -145px;
  z-index: 2;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
#tiny-logo:after {
  content: ' ';
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  width: 23px;
  height: 20px;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: -1;
}
#tiny-logo span {
  width: 0;
  height: 1px;
  right: 18px;
  background-color: #cbad5e;
  position: absolute;
  display: block;
}
#tiny-logo span.t_l_1 {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  bottom: 5px;
}
#tiny-logo span.t_l_2 {
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  bottom: 8px;
}
#tiny-logo span.t_l_3 {
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  bottom: 11px;
}
#tiny-logo span.t_l_4 {
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  bottom: 14px;
}
.logout_icon {
  background: url("../images/logout.svg") no-repeat scroll 50% 50% rgba(0,0,0,0);
  display: block;
  height: 7px;
  left: 11px;
  position: absolute;
  top: 11px;
  width: 11px;
}
.u_p {
  display: inline-block;
  float: right;
  line-height: 27px;
  margin-top: 30px;
}
.u_p .username-icon {
  background: url('../images/username-icon.svg') 50% 50% no-repeat;
  display: inline-block;
  height: 15px;
  width: 16px;
}
.mod-search.search {
  float: right;
  margin: 0 !important;
  width: 100%;
  position: relative;
}
.mod-search.search #mod-search-searchword {
  margin: 31px 23px 29px 0;
  padding-right: 20px;
  width: 163px;
}
.mod-search.search #search_icon {
  display: block;
  height: 16px;
  position: absolute;
  right: 23px;
  top: 39px;
  width: 16px;
  background: url('../images/search-icon.svg') 50% 50% no-repeat;
}
.e_search {
  background-color: rgba(23,23,23,0.7);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: 90px;
}
#member-registration table td{width:50%;}
#member-registration table td #form-login-username,
#member-registration table td #form-login-password
{
	width:100% !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:31px 0 0 0 !important;
	padding-left:10px;
}
#sp-search form {
  width: 60%;
  overflow: hidden;
}
.mod-lang {
  float: right;
  padding: 25px 6% 28px 6%;
  font-family: font-family: "Vazirmatn", sans-serif;
  background-color: rgba(15,15,15,0.8);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 40%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mod-lang p {
  line-height: 33px;
  margin: 0;
  text-align: center;
}
.mod-lang p #lang {
  display: inline-block;
  width: 50%;
  color: #cbad5e;
  float: right;
}
.mod-lang p #lang span {
  background: url("../images/lang.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  display: block;
  float: right;
  height: 16px;
  margin: 10px 10px 0 0;
  width: 16px;
}
.mod-lang p #android {
  display: block;
  width: 50%;
  color: #cbad5e;
  float: right;
  height: 37px;
}
.mod-lang p #android svg {
  margin-top: 4px;
}
.span4.e_login {
  height: 90px;
}
section .container {
  margin-top: 20px;
}
#login-form {
  position: relative;
}
#login-form form table {
  margin-top: 15px;
  margin-bottom: 10px;
  width:100%;
}
#login-form #form-login-username,
#login-form #form-login-password {
  float: right;
  margin: 31px 0 0 3%;
  width: 30%;
  position: relative;
}
#login-form #form-login-username input,
#login-form #form-login-password input {
  width: 100%;
  border-color: #343128;
  padding: 4px 35px 4px 0;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#login-form #form-login-username #register_name,
#login-form #form-login-password #register_name {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 4px 5px 0px 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#login-form #form-login-username #register_name:after,
#login-form #form-login-password #register_name:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #register_name.focus:after,
#login-form #form-login-password #register_name.focus:after {
  height: 28px;
}
#login-form #form-login-username #register_user,
#login-form #form-login-password #register_user {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 4px 5px 0px 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#login-form #form-login-username #register_user:after,
#login-form #form-login-password #register_user:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #register_user.focus:after,
#login-form #form-login-password #register_user.focus:after {
  height: 28px;
}
#login-form #form-login-username #register_email1,
#login-form #form-login-password #register_email1 {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 4px 5px 0px 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#login-form #form-login-username #register_email1:after,
#login-form #form-login-password #register_email1:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #register_email1.focus:after,
#login-form #form-login-password #register_email1.focus:after {
  height: 28px;
}
#login-form #form-login-username #register_email2,
#login-form #form-login-password #register_email2 {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 4px 5px 0px 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#login-form #form-login-username #register_email2:after,
#login-form #form-login-password #register_email2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #register_email2.focus:after,
#login-form #form-login-password #register_email2.focus:after {
  height: 28px;
}
#login-form #form-login-username #register_password1,
#login-form #form-login-password #register_password1 {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 3px 9px 0px 0;
  position: absolute;
  top: 0;
  width: 19px;
}
#login-form #form-login-username #register_password1:after,
#login-form #form-login-password #register_password1:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #register_password1.focus:after,
#login-form #form-login-password #register_password1.focus:after {
  height: 28px;
}
#login-form #form-login-username #register_password2,
#login-form #form-login-password #register_password2 {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 3px 9px 0px 0;
  position: absolute;
  top: 0;
  width: 19px;
}
#login-form #form-login-username #register_password2:after,
#login-form #form-login-password #register_password2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #register_password2.focus:after,
#login-form #form-login-password #register_password2.focus:after {
  height: 28px;
}
#login-form #form-login-username #login_email1,
#login-form #form-login-password #login_email1 {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 4px 5px 0px 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#login-form #form-login-username #login_email1:after,
#login-form #form-login-password #login_email1:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #login_email1.focus:after,
#login-form #form-login-password #login_email1.focus:after {
  height: 28px;
}
#login-form #form-login-username #login_email2,
#login-form #form-login-password #login_email2 {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 4px 5px 0px 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#login-form #form-login-username #login_email2:after,
#login-form #form-login-password #login_email2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #login_email2.focus:after,
#login-form #form-login-password #login_email2.focus:after {
  height: 28px;
}
#login-form #form-login-username #login_username,
#login-form #form-login-password #login_username {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 4px 5px 0px 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#login-form #form-login-username #login_username:after,
#login-form #form-login-password #login_username:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #login_username.focus:after,
#login-form #form-login-password #login_username.focus:after {
  height: 28px;
}
#login-form #form-login-username #login_password,
#login-form #form-login-password #login_password {
  border-right: 1px solid #343128;
  border-top: 1px solid #343128;
  display: block;
  height: 24px;
  padding: 3px 9px 0 0;
  position: absolute;
  top: 0;
  width: 19px;
}
#login-form #form-login-username #login_password:after,
#login-form #form-login-password #login_password:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background: #343128;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#login-form #form-login-username #login_password.focus:after,
#login-form #form-login-password #login_password.focus:after {
  height: 28px;
}
#login-form .login-enter {
  float: left;
  margin: 30px 3% 30px 0;
  height: 30px;
  width: 30%;
  line-height: 30px;
  text-align: center;
}
#login-form .login-enter #login_enter_icon {
  height: 11px;
  left: 12px;
  position: absolute;
  top: 3px;
  width: 7px;
}
#login-form .login-enter #login_sm_icon1 {
  height: 11px;
  left: 12px;
  position: absolute;
  top: 3px;
  width: 7px;
}
#login-form .login-enter #login_sm_icon2 {
  height: 11px;
  left: 12px;
  position: absolute;
  top: 3px;
  width: 7px;
}
#login-form .login-enter #login_reg_icon1 {
  height: 11px;
  left: 15px;
  position: absolute;
  top: 3px;
  width: 7px;
}
#login-form .login-more {
  background-color: #191919;
  display: none;
  font-size: 11px;
  padding: 10px 8%;
  position: absolute;
  right: -8%;
  top: 90px;
  width: 100.3%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#login-form .login-more ul {
  float: right;
  list-style: none outside none;
  margin: 0;
}
#login-form .login-more ul li {
  float: right;
  margin:0;
  position: relative;
  cursor: pointer;
  width:50%;
  height:30px;
}
#login-form .login-more ul li #form-login-remember {
  float: right;
  margin: 0;
}
#login-form .login-more ul li #form-login-remember #modlgn-remember {
  float: right;
  margin-right: 8px;
}
#login-form .login-more ul li #form-login-remember label {
  float: right;
  font-size: 11px;
  color: #9a8653;
}
#login-form .login-more ul li #form-login-remember label:hover {
  color: #cbad5e;
}
#login-form .login-more ul li a {
  color: #9a8653;
}
#login-form .login-more ul li a #retrieval_password_icon,
#login-form .login-more ul li a #retrieval_username_icon,
#login-form .login-more ul li a #registration_icon {
  float: right;
  width: 17px;
  height: 17px;
  display: block;
  margin-left: 5px;
}
#login-form .login-more ul li a:hover {
  color: #cbad5e;
}
#login-form .login-more ul li:last-child {
  margin-left: 0;
}
#login-form .login-more ul li:first-child label {
  cursor: default;
}
.shine_hover_menu {
  position: relative;
}
.shine_hover_menu input[type=submit] {
  padding-left: 30px;
  min-width: 115px;
  border: 0 none;
}
.shine_hover_menu > span.shine_hover_spans {
  position: absolute;
  display: block;
  min-height: inherit;
  background: #343128;
  -webkit-transition: .2s all ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: .2s all ease-in-out;
  -moz-transition-delay: 0s;
  -ms-transition: .2s all ease-in-out;
  -ms-transition-delay: 0s;
  -o-transition: .2s all ease-in-out;
  -o-transition-delay: 0s;
  transition: .2s all ease-in-out;
  transition-delay: 0s;
}
.shine_hover_menu > span.shine_hover_spans.shine_hover_1 {
  left: 0;
  top: 0;
  width: 80%;
  height: 1px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.shine_hover_menu > span.shine_hover_spans.shine_hover_2 {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.shine_hover_menu > span.shine_hover_spans.shine_hover_3 {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
.shine_hover_menu > span.shine_hover_spans.shine_hover_4 {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 80%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.shine_hover_menu > span.shine_hover_spans.shine_hover_5 {
  left: 0;
  bottom: 0;
  width: 10%;
  height: 1px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.shine_hover_menu > span.shine_hover_spans.shine_hover_6 {
  right: 0;
  top: 0;
  width: 10%;
  height: 1px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.shine_hover_menu:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 20px;
  border-right: 1px solid #343128;
}
.shine_hover_menu.login-enter:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 20px;
  border-right: 1px solid #343128;
}
.shine_hover_menu:hover > span.shine_hover_spans.shine_hover_1 {
  left: 0;
  top: 0;
  width: 10%;
  height: 1px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.shine_hover_menu:hover > span.shine_hover_spans.shine_hover_2 {
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.shine_hover_menu:hover > span.shine_hover_spans.shine_hover_3 {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
.shine_hover_menu:hover > span.shine_hover_spans.shine_hover_4 {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 10%;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.shine_hover_menu:hover > span.shine_hover_spans.shine_hover_5 {
  left: 0;
  bottom: 0;
  width: 90%;
  height: 1px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.shine_hover_menu:hover > span.shine_hover_spans.shine_hover_6 {
  right: 0;
  top: 0;
  width: 90%;
  height: 1px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mustcenter {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important;
}
#map {
  padding-top: 10px;
  background: url('../images/map-top-border.png') repeat-x 100% 0 scroll #151515;
  position: relative;
}
#map #sp-map {
  overflow: hidden;
  position: relative;
}
#map div {
  width: 100%;
  height: 100%;

}
#map .map-options {
  position: absolute;
  top: 20px;
  right: 60px;
  z-index: 5;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  height: auto;
}
#map .map-options .compass {
  width: 85px;
  height: 85px;
  display: block;
  clear: both;
  margin-bottom: 25px;
  z-index: 5;
}
#map .map-options .compass span {
  display: block;
  color: #cbad5e;
  text-align: center;
  float: left;
}
#map .map-options .compass span.north {
  width: 100%;
  height: 16px;
  padding-bottom: 5px;
}
#map .map-options .compass span.west {
  width: 16px;
  height: 32px;
  padding-right: 5px;
  padding-top: 11px;
}
#map .map-options .compass span.east {
  width: 16px;
  height: 32px;
  padding-left: 5px;
  padding-top: 11px;
}
#map .map-options .compass span.south {
  width: 100%;
  height: 16px;
  padding-top: 5px;
}
#map .map-options .compass span.compass-icon {
  width: 43px;
  height: 43px;
  background: url('../images/compass.png') 0 0 no-repeat scroll transparent;
}
#map .map-options .o_s_b {
  padding: 5px 20px 0 0;
  background: url('../images/map-marker.png') 100% 50% no-repeat;
  margin-bottom: 5px;
  font-family: font-family: "Vazirmatn", sans-serif;
  margin-right: 33px;
}
#map .map-options .i_b_c {
  padding-right: 20px;
  margin-right: 33px;
  font-family: font-family: "Vazirmatn", sans-serif;
  background: url('../images/primary-location.png') 99% 50% no-repeat;
}
#map #map-svg {
  position: absolute;
  left: -10%;
  top: -130px;
  width: 1280px;
  height: 722px;
  overflow: visible !important;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
#map #map-svg img {
  width: 100%;
  height: 100%;
}
#map #map-svg > span {
  display: block;
  position: absolute;
  background-color: #cbad5e;
  border: 0 solid #cbad5e;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
#map #map-svg > span.p1 {
  left: 59px;
  top: 140px;
}
#map #map-svg > span.p2 {
  left: 34px;
  top: 190px;
}
#map #map-svg > span.p3 {
  left: 118px;
  top: 143px;
}
#map #map-svg > span.p4 {
  left: 176px;
  top: 27px;
}
#map #map-svg > span.p5 {
  left: 167px;
  top: 75px;
}
#map #map-svg > span.p6 {
  left: 209px;
  top: 111px;
}
#map #map-svg > span.p7 {
  left: 271px;
  top: 76px;
}
#map #map-svg > span.p8 {
  left: 326px;
  top: 101px;
}
#map #map-svg > span.p9 {
  left: 320px;
  top: 147px;
}
#map #map-svg > span.p10 {
  left: 236px;
  top: 151px;
}
#map #map-svg > span.p11 {
  left: 292px;
  top: 198px;
}
#map #map-svg > span.p12 {
  left: 185px;
  top: 226px;
}
#map #map-svg > span.p13 {
  left: 165px;
  top: 277px;
}
#map #map-svg > span.p14 {
  left: 345px;
  top: 227px;
}
#map #map-svg > span.p15 {
  left: 322px;
  top: 272px;
}
#map #map-svg > span.p16 {
  left: 403px;
  top: 275px;
}
#map #map-svg > span.p17 {
  left: 254px;
  top: 308px;
}
#map #map-svg > span.p18 {
  left: 304px;
  top: 333px;
}
#map #map-svg > span.p19 {
  left: 205px;
  top: 317px;
}
#map #map-svg > span.p20 {
  left: 228px;
  top: 373px;
}
#map #map-svg > span.p21 {
  left: 250px;
  top: 403px;
}
#map #map-svg > span.p22 {
  left: 284px;
  top: 404px;
}
#map #map-svg > span.p23 {
  left: 369px;
  top: 451px;
}
#map #map-svg > span.p24 {
  left: 342px;
  top: 461px;
}
#map #map-svg > span.p25 {
  left: 415px;
  top: 507px;
}
#map #map-svg > span.p26 {
  left: 377px;
  top: 608px;
}
#map #map-svg > span.p27 {
  left: 406px;
  top: 603px;
}
#map #map-svg > span.p28 {
  left: 371px;
  top: 537px;
}
#map #map-svg > span.p29 {
  left: 332px;
  top: 502px;
}
#map #map-svg > span.p30 {
  left: 322px;
  top: 482px;
}
#map #map-svg > span.p31 {
  left: 353px;
  top: 686px;
}
#map #map-svg > span.p32 {
  left: 1201px;
  top: 649px;
}
#map #map-svg > span.p33 {
  left: 1072px;
  top: 559px;
}
#map #map-svg > span.p34 {
  left: 1106px;
  top: 485px;
}
#map #map-svg > span.p35 {
  left: 1092px;
  top: 479px;
}
#map #map-svg > span.p36 {
  left: 1002px;
  top: 467px;
}
#map #map-svg > span.p37 {
  left: 956px;
  top: 464px;
}
#map #map-svg > span.p38 {
  left: 1042px;
  top: 436px;
}
#map #map-svg > span.p39 {
  left: 1029px;
  top: 401px;
}
#map #map-svg > span.p40 {
  left: 958px;
  top: 406px;
}
#map #map-svg > span.p41 {
  left: 1165px;
  top: 217px;
}
#map #map-svg > span.p42 {
  left: 945px;
  top: 144px;
}
#map #map-svg > span.p43 {
  left: 956px;
  top: 43px;
}
#map #map-svg > span.p44 {
  left: 811px;
  top: 33px;
}
#map #map-svg > span.p45 {
  left: 786px;
  top: 81px;
}
#map #map-svg > span.p46 {
  left: 1053px;
  top: 322px;
}
#map #map-svg > span.p47 {
  left: 971px;
  top: 384px;
}
#map #map-svg > span.p48 {
  left: 961px;
  top: 390px;
}
#map #map-svg > span.p49 {
  left: 996px;
  top: 352px;
}
#map #map-svg > span.p50 {
  left: 1044px;
  top: 273px;
}
#map #map-svg > span.p51 {
  left: 958px;
  top: 269px;
}
#map #map-svg > span.p52 {
  left: 938px;
  top: 383px;
}
#map #map-svg > span.p53 {
  left: 976px;
  top: 329px;
}
#map #map-svg > span.p54 {
  left: 949px;
  top: 324px;
}
#map #map-svg > span.p55 {
  left: 913px;
  top: 315px;
}
#map #map-svg > span.p56 {
  left: 900px;
  top: 333px;
}
#map #map-svg > span.p57 {
  left: 900px;
  top: 288px;
}
#map #map-svg > span.p58 {
  left: 926px;
  top: 365px;
}
#map #map-svg > span.p59 {
  left: 875px;
  top: 381px;
}
#map #map-svg > span.p60 {
  left: 838px;
  top: 354px;
}
#map #map-svg > span.p61 {
  left: 826px;
  top: 334px;
}
#map #map-svg > span.p62 {
  left: 861px;
  top: 296px;
}
#map #map-svg > span.p63 {
  left: 804px;
  top: 308px;
}
#map #map-svg > span.p64 {
  left: 821px;
  top: 297px;
}
#map #map-svg > span.p65 {
  left: 861px;
  top: 265px;
}
#map #map-svg > span.p66 {
  left: 737px;
  top: 188px;
}
#map #map-svg > span.p67 {
  left: 833px;
  top: 258px;
}
#map #map-svg > span.p68 {
  left: 798px;
  top: 265px;
}
#map #map-svg > span.p69 {
  left: 714px;
  top: 124px;
}
#map #map-svg > span.p70 {
  left: 689px;
  top: 164px;
}
#map #map-svg > span.p71 {
  left: 655px;
  top: 146px;
}
#map #map-svg > span.p72 {
  left: 624px;
  top: 177px;
}
#map #map-svg > span.p73 {
  left: 685px;
  top: 199px;
}
#map #map-svg > span.p74 {
  left: 662px;
  top: 207px;
}
#map #map-svg > span.p75 {
  left: 683px;
  top: 211px;
}
#map #map-svg > span.p76 {
  left: 679px;
  top: 221px;
}
#map #map-svg > span.p77 {
  left: 576px;
  top: 211px;
}
#map #map-svg > span.p78 {
  left: 586px;
  top: 240px;
}
#map #map-svg > span.p79 {
  left: 564px;
  top: 234px;
}
#map #map-svg > span.p80 {
  left: 692px;
  top: 234px;
}
#map #map-svg > span.p81 {
  left: 661px;
  top: 243px;
}
#map #map-svg > span.p82 {
  left: 708px;
  top: 258px;
}
#map #map-svg > span.p83 {
  left: 653px;
  top: 258px;
}
#map #map-svg > span.p84 {
  left: 635px;
  top: 261px;
}
#map #map-svg > span.p85 {
  left: 644px;
  top: 267px;
}
#map #map-svg > span.p86 {
  left: 661px;
  top: 270px;
}
#map #map-svg > span.p87 {
  left: 598px;
  top: 275px;
}
#map #map-svg > span.p88 {
  left: 680px;
  top: 278px;
}
#map #map-svg > span.p89 {
  left: 631px;
  top: 282px;
}
#map #map-svg > span.p90 {
  left: 648px;
  top: 292px;
}
#map #map-svg > span.p91 {
  left: 655px;
  top: 284px;
}
#map #map-svg > span.p92 {
  left: 563px;
  top: 306px;
}
#map #map-svg > span.p93 {
  left: 667px;
  top: 288px;
}
#map #map-svg > span.p94 {
  left: 682px;
  top: 292px;
}
#map #map-svg > span.p95 {
  left: 707px;
  top: 291px;
}
#map #map-svg > span.p96 {
  left: 580px;
  top: 306px;
}
#map #map-svg > span.p97 {
  left: 609px;
  top: 308px;
}
#map #map-svg > span.p98 {
  left: 719px;
  top: 309px;
}
#map #map-svg > span.p99 {
  left: 656px;
  top: 329px;
}
#map #map-svg > span.p100 {
  left: 694px;
  top: 333px;
}
#map #map-svg > span.p101 {
  left: 729px;
  top: 329px;
}
#map #map-svg > span.p102 {
  left: 747px;
  top: 369px;
}
#map #map-svg > span.p103 {
  left: 794px;
  top: 390px;
}
#map #map-svg > span.p104 {
  left: 771px;
  top: 404px;
}
#map #map-svg > span.p105 {
  left: 569px;
  top: 343px;
}
#map #map-svg > span.p106 {
  left: 604px;
  top: 361px;
}
#map #map-svg > span.p107 {
  left: 653px;
  top: 360px;
}
#map #map-svg > span.p108 {
  left: 697px;
  top: 366px;
}
#map #map-svg > span.p109 {
  left: 542px;
  top: 373px;
}
#map #map-svg > span.p110 {
  left: 555px;
  top: 391px;
}
#map #map-svg > span.p111 {
  left: 583px;
  top: 398px;
}
#map #map-svg > span.p112 {
  left: 625px;
  top: 396px;
}
#map #map-svg > span.p113 {
  left: 658px;
  top: 408px;
}
#map #map-svg > span.p114 {
  left: 586px;
  top: 421px;
}
#map #map-svg > span.p115 {
  left: 572px;
  top: 440px;
}
#map #map-svg > span.p116 {
  left: 698px;
  top: 413px;
}
#map #map-svg > span.p117 {
  left: 618px;
  top: 432px;
}
#map #map-svg > span.p118 {
  left: 667px;
  top: 441px;
}
#map #map-svg > span.p119 {
  left: 731px;
  top: 430px;
}
#map #map-svg > span.p120 {
  left: 636px;
  top: 445px;
}
#map #map-svg > span.p121 {
  left: 753px;
  top: 452px;
}
#map #map-svg > span.p122 {
  left: 633px;
  top: 468px;
}
#map #map-svg > span.p123 {
  left: 648px;
  top: 466px;
}
#map #map-svg > span.p124 {
  left: 708px;
  top: 459px;
}
#map #map-svg > span.p125 {
  left: 730px;
  top: 461px;
}
#map #map-svg > span.p126 {
  left: 676px;
  top: 473px;
}
#map #map-svg > span.p127 {
  left: 711px;
  top: 468px;
}
#map #map-svg > span.p128 {
  left: 657px;
  top: 506px;
}
#map #map-svg > span.p129 {
  left: 717px;
  top: 490px;
}
#map #map-svg > span.p130 {
  left: 729px;
  top: 516px;
}
#map #map-svg > span.p131 {
  left: 688px;
  top: 520px;
}
#map #map-svg > span.p132 {
  left: 758px;
  top: 537px;
}
#map #map-svg > span.p133 {
  left: 679px;
  top: 581px;
}
#map #map-svg > span.p134 {
  left: 715px;
  top: 532px;
}
#map #map-svg > span.p135 {
  left: 699px;
  top: 535px;
}
#map #map-svg > span.p136 {
  left: 679px;
  top: 547px;
}
#map #map-svg > span.p137 {
  left: 655px;
  top: 543px;
}
#map #map-svg > span.p1:hover {
  left: 53px;
  top: 134px;
}
#map #map-svg > span.p2:hover {
  left: 28px;
  top: 184px;
}
#map #map-svg > span.p3:hover {
  left: 112px;
  top: 137px;
}
#map #map-svg > span.p4:hover {
  left: 170px;
  top: 21px;
}
#map #map-svg > span.p5:hover {
  left: 161px;
  top: 69px;
}
#map #map-svg > span.p6:hover {
  left: 203px;
  top: 105px;
}
#map #map-svg > span.p7:hover {
  left: 265px;
  top: 70px;
}
#map #map-svg > span.p8:hover {
  left: 320px;
  top: 95px;
}
#map #map-svg > span.p9:hover {
  left: 314px;
  top: 141px;
}
#map #map-svg > span.p10:hover {
  left: 230px;
  top: 145px;
}
#map #map-svg > span.p11:hover {
  left: 286px;
  top: 192px;
}
#map #map-svg > span.p12:hover {
  left: 179px;
  top: 220px;
}
#map #map-svg > span.p13:hover {
  left: 159px;
  top: 271px;
}
#map #map-svg > span.p14:hover {
  left: 339px;
  top: 221px;
}
#map #map-svg > span.p15:hover {
  left: 316px;
  top: 266px;
}
#map #map-svg > span.p16:hover {
  left: 397px;
  top: 269px;
}
#map #map-svg > span.p17:hover {
  left: 248px;
  top: 302px;
}
#map #map-svg > span.p18:hover {
  left: 298px;
  top: 327px;
}
#map #map-svg > span.p19:hover {
  left: 199px;
  top: 311px;
}
#map #map-svg > span.p20:hover {
  left: 222px;
  top: 367px;
}
#map #map-svg > span.p21:hover {
  left: 244px;
  top: 397px;
}
#map #map-svg > span.p22:hover {
  left: 278px;
  top: 398px;
}
#map #map-svg > span.p23:hover {
  left: 363px;
  top: 445px;
}
#map #map-svg > span.p24:hover {
  left: 336px;
  top: 455px;
}
#map #map-svg > span.p25:hover {
  left: 409px;
  top: 501px;
}
#map #map-svg > span.p26:hover {
  left: 371px;
  top: 602px;
}
#map #map-svg > span.p27:hover {
  left: 400px;
  top: 597px;
}
#map #map-svg > span.p28:hover {
  left: 365px;
  top: 531px;
}
#map #map-svg > span.p29:hover {
  left: 326px;
  top: 496px;
}
#map #map-svg > span.p30:hover {
  left: 316px;
  top: 476px;
}
#map #map-svg > span.p31:hover {
  left: 347px;
  top: 680px;
}
#map #map-svg > span.p32:hover {
  left: 1195px;
  top: 643px;
}
#map #map-svg > span.p33:hover {
  left: 1066px;
  top: 553px;
}
#map #map-svg > span.p34:hover {
  left: 1100px;
  top: 479px;
}
#map #map-svg > span.p35:hover {
  left: 1086px;
  top: 473px;
}
#map #map-svg > span.p36:hover {
  left: 996px;
  top: 461px;
}
#map #map-svg > span.p37:hover {
  left: 950px;
  top: 458px;
}
#map #map-svg > span.p38:hover {
  left: 1036px;
  top: 430px;
}
#map #map-svg > span.p39:hover {
  left: 1023px;
  top: 395px;
}
#map #map-svg > span.p40:hover {
  left: 952px;
  top: 400px;
}
#map #map-svg > span.p41:hover {
  left: 1159px;
  top: 211px;
}
#map #map-svg > span.p42:hover {
  left: 939px;
  top: 138px;
}
#map #map-svg > span.p43:hover {
  left: 950px;
  top: 37px;
}
#map #map-svg > span.p44:hover {
  left: 805px;
  top: 27px;
}
#map #map-svg > span.p45:hover {
  left: 780px;
  top: 75px;
}
#map #map-svg > span.p46:hover {
  left: 1047px;
  top: 316px;
}
#map #map-svg > span.p47:hover {
  left: 965px;
  top: 378px;
}
#map #map-svg > span.p48:hover {
  left: 955px;
  top: 384px;
}
#map #map-svg > span.p49:hover {
  left: 990px;
  top: 346px;
}
#map #map-svg > span.p50:hover {
  left: 1038px;
  top: 267px;
}
#map #map-svg > span.p51:hover {
  left: 952px;
  top: 263px;
}
#map #map-svg > span.p52:hover {
  left: 932px;
  top: 377px;
}
#map #map-svg > span.p53:hover {
  left: 970px;
  top: 323px;
}
#map #map-svg > span.p54:hover {
  left: 943px;
  top: 318px;
}
#map #map-svg > span.p55:hover {
  left: 907px;
  top: 309px;
}
#map #map-svg > span.p56:hover {
  left: 894px;
  top: 327px;
}
#map #map-svg > span.p57:hover {
  left: 894px;
  top: 282px;
}
#map #map-svg > span.p58:hover {
  left: 920px;
  top: 359px;
}
#map #map-svg > span.p59:hover {
  left: 869px;
  top: 375px;
}
#map #map-svg > span.p60:hover {
  left: 832px;
  top: 348px;
}
#map #map-svg > span.p61:hover {
  left: 820px;
  top: 328px;
}
#map #map-svg > span.p62:hover {
  left: 855px;
  top: 290px;
}
#map #map-svg > span.p63:hover {
  left: 798px;
  top: 302px;
}
#map #map-svg > span.p64:hover {
  left: 815px;
  top: 291px;
}
#map #map-svg > span.p65:hover {
  left: 855px;
  top: 259px;
}
#map #map-svg > span.p66:hover {
  left: 731px;
  top: 182px;
}
#map #map-svg > span.p67:hover {
  left: 827px;
  top: 252px;
}
#map #map-svg > span.p68:hover {
  left: 792px;
  top: 259px;
}
#map #map-svg > span.p69:hover {
  left: 708px;
  top: 118px;
}
#map #map-svg > span.p70:hover {
  left: 683px;
  top: 158px;
}
#map #map-svg > span.p71:hover {
  left: 649px;
  top: 140px;
}
#map #map-svg > span.p72:hover {
  left: 618px;
  top: 171px;
}
#map #map-svg > span.p73:hover {
  left: 679px;
  top: 193px;
}
#map #map-svg > span.p74:hover {
  left: 656px;
  top: 201px;
}
#map #map-svg > span.p75:hover {
  left: 677px;
  top: 205px;
}
#map #map-svg > span.p76:hover {
  left: 673px;
  top: 215px;
}
#map #map-svg > span.p77:hover {
  left: 570px;
  top: 205px;
}
#map #map-svg > span.p78:hover {
  left: 580px;
  top: 234px;
}
#map #map-svg > span.p79:hover {
  left: 558px;
  top: 228px;
}
#map #map-svg > span.p80:hover {
  left: 686px;
  top: 228px;
}
#map #map-svg > span.p81:hover {
  left: 655px;
  top: 237px;
}
#map #map-svg > span.p82:hover {
  left: 702px;
  top: 252px;
}
#map #map-svg > span.p83:hover {
  left: 647px;
  top: 252px;
}
#map #map-svg > span.p84:hover {
  left: 629px;
  top: 255px;
}
#map #map-svg > span.p85:hover {
  left: 638px;
  top: 261px;
}
#map #map-svg > span.p86:hover {
  left: 655px;
  top: 264px;
}
#map #map-svg > span.p87:hover {
  left: 592px;
  top: 269px;
}
#map #map-svg > span.p88:hover {
  left: 674px;
  top: 272px;
}
#map #map-svg > span.p89:hover {
  left: 625px;
  top: 276px;
}
#map #map-svg > span.p90:hover {
  left: 642px;
  top: 286px;
}
#map #map-svg > span.p91:hover {
  left: 649px;
  top: 278px;
}
#map #map-svg > span.p92:hover {
  left: 557px;
  top: 300px;
}
#map #map-svg > span.p93:hover {
  left: 661px;
  top: 282px;
}
#map #map-svg > span.p94:hover {
  left: 676px;
  top: 286px;
}
#map #map-svg > span.p95:hover {
  left: 701px;
  top: 285px;
}
#map #map-svg > span.p96:hover {
  left: 574px;
  top: 300px;
}
#map #map-svg > span.p97:hover {
  left: 603px;
  top: 302px;
}
#map #map-svg > span.p98:hover {
  left: 713px;
  top: 303px;
}
#map #map-svg > span.p99:hover {
  left: 650px;
  top: 323px;
}
#map #map-svg > span.p100:hover {
  left: 688px;
  top: 327px;
}
#map #map-svg > span.p101:hover {
  left: 723px;
  top: 323px;
}
#map #map-svg > span.p102:hover {
  left: 741px;
  top: 363px;
}
#map #map-svg > span.p103:hover {
  left: 788px;
  top: 384px;
}
#map #map-svg > span.p104:hover {
  left: 765px;
  top: 398px;
}
#map #map-svg > span.p105:hover {
  left: 563px;
  top: 337px;
}
#map #map-svg > span.p106:hover {
  left: 598px;
  top: 355px;
}
#map #map-svg > span.p107:hover {
  left: 647px;
  top: 354px;
}
#map #map-svg > span.p108:hover {
  left: 691px;
  top: 360px;
}
#map #map-svg > span.p109:hover {
  left: 536px;
  top: 367px;
}
#map #map-svg > span.p110:hover {
  left: 549px;
  top: 385px;
}
#map #map-svg > span.p111:hover {
  left: 577px;
  top: 392px;
}
#map #map-svg > span.p112:hover {
  left: 619px;
  top: 390px;
}
#map #map-svg > span.p113:hover {
  left: 652px;
  top: 402px;
}
#map #map-svg > span.p114:hover {
  left: 580px;
  top: 415px;
}
#map #map-svg > span.p115:hover {
  left: 566px;
  top: 434px;
}
#map #map-svg > span.p116:hover {
  left: 692px;
  top: 407px;
}
#map #map-svg > span.p117:hover {
  left: 612px;
  top: 426px;
}
#map #map-svg > span.p118:hover {
  left: 661px;
  top: 435px;
}
#map #map-svg > span.p119:hover {
  left: 725px;
  top: 424px;
}
#map #map-svg > span.p120:hover {
  left: 630px;
  top: 459px;
}
#map #map-svg > span.p121:hover {
  left: 747px;
  top: 446px;
}
#map #map-svg > span.p122:hover {
  left: 627px;
  top: 462px;
}
#map #map-svg > span.p123:hover {
  left: 642px;
  top: 460px;
}
#map #map-svg > span.p124:hover {
  left: 702px;
  top: 453px;
}
#map #map-svg > span.p125:hover {
  left: 724px;
  top: 455px;
}
#map #map-svg > span.p126:hover {
  left: 670px;
  top: 467px;
}
#map #map-svg > span.p127:hover {
  left: 705px;
  top: 462px;
}
#map #map-svg > span.p128:hover {
  left: 651px;
  top: 500px;
}
#map #map-svg > span.p129:hover {
  left: 711px;
  top: 484px;
}
#map #map-svg > span.p130:hover {
  left: 723px;
  top: 510px;
}
#map #map-svg > span.p131:hover {
  left: 682px;
  top: 514px;
}
#map #map-svg > span.p132:hover {
  left: 752px;
  top: 531px;
}
#map #map-svg > span.p133:hover {
  left: 673px;
  top: 575px;
}
#map #map-svg > span.p134:hover {
  left: 709px;
  top: 526px;
}
#map #map-svg > span.p135:hover {
  left: 693px;
  top: 529px;
}
#map #map-svg > span.p136:hover {
  left: 673px;
  top: 541px;
}
#map #map-svg > span.p137:hover {
  left: 649px;
  top: 537px;
}
#map #map-svg > span:after {
  content: ' ';
  position: absolute;
  border: 1px solid #cbad5e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  margin-top: -1px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(.17,.67,.28,1.3) 0s;
  -webkit-transition: all 0.4s cubic-bezier(.17,.67,.28,1.3) 0s;
}
#map #map-svg > span:before {
  content: ' ';
  position: absolute;
  border: 1px solid #cbad5e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  margin-left: -2px;
  margin-top: -2px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(.17,.67,.28,1.3) 0.1s;
  -webkit-transition: all 0.4s cubic-bezier(.17,.67,.28,1.3) 0.1s;
}
#map #map-svg > span:hover {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
#map #map-svg > span:hover:after {
  width: 22px;
  height: 22px;
  margin-left: -12px;
  margin-top: -12px;
  opacity: 0.2;
}
#map #map-svg > span:hover:before {
  width: 40px;
  height: 40px;
  margin-left: -21px;
  margin-top: -21px;
  opacity: 0.4;
}
#map #map-svg .primary_locate {
  background: url("../images/locate.svg") no-repeat scroll 0 0 rgba(0,0,0,0);
  height: 38px;
  position: absolute;
  width: 25px;
  z-index: 5;
  cursor: pointer;
}
#map #map-svg .primary_locate.switzerland {
  left: 609px;
  top: 230px;
}
#map #map-svg .primary_locate.turkey {
  left: 720px;
  top: 270px;
}
#map #map-svg .primary_locate.tehran {
  left: 770px;
  top: 288px;
}
#map #map-svg .primary_locate.kish {
  left: 790px;
  top: 323px;
}
#map #map-svg .primary_locate.uae {
  left: 766px;
  top: 336px;
}
#map #map-svg .primary_locate.indonesia {
  left: 950px;
  top: 408px;
}
#map #map-svg .primary_locate span {
  background: url("../images/locate_bg.svg") no-repeat scroll 0 0 rgba(0,0,0,0);
  bottom: 115px;
  display: block;
  left: -69px;
  line-height: 47px;
  position: absolute;
  text-align: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 163px;
  visibility: hidden;
  opacity: 0;
  font-family: font-family: "Vazirmatn", sans-serif;
  transition: opacity 0.4s ease-out, bottom 0.3s ease-out;
  -webkit-transition: opacity 0.4s ease-out, bottom 0.3s ease-out;
}
#map #map-svg .primary_locate:hover span {
  visibility: visible;
  opacity: 1;
  bottom: 84px;
}
#map .map-footer {
  position: absolute;
  bottom: 60px;
  left: 60px;
  text-align: left;
  direction: ltr;
  width: auto;
  height: auto;
}
#map .map-footer h4,
#map .map-footer h3 {
  margin-bottom: 10px;
  line-height: 16px;
  font-family: font-family: "Vazirmatn", sans-serif;
  font-size: 36px;
  line-height: 32px;
}
#map .map-footer span {
  font-size: 16px;
}
#map .zoom-map {
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: auto;
  height: auto;
  font-size: 33px;
  display: table;
  z-index: 999999;
}
#map .zoom-map > span {
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 30px;
  margin-left: 2px;
  text-align: center;
  display: table-cell;
  background: rgba(47,47,44,0.2);
}
#map .zoom-map > span:hover {
  background: rgba(47,47,44,0.5);
}
.e5panta_carousel {
  background: #1c1c1c;
}
.e5panta_carousel #myCarousel {
  height: 100%;
}
.e5panta_carousel #myCarousel .carousel-inner {
  height: 100%;
}
.e5panta_carousel #myCarousel .carousel-inner > div {
  height: 100%;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_trading {
  background: url("../images/Trading-Worldwide.gif") repeat-x scroll 50% 50% #1C1C1C;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_trading .dollar {
  font-family: "Vazirmatn", sans-serif;
  font-size: 145px;
  font-weight: bold;
  position: relative;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_trading .dollar .refresh {
  transition: none;
  -webkit-transition: none;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_trading .dollar .refresh:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_trading .dollar .dollar-icon {
  position: absolute;
  right: 145px;
  top: 72px;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_trading .traiding h4 {
  font-family: "Vazirmatn", sans-serif;
  font-size: 58px;
  line-height: 32px;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_trading .traiding p {
  font-size: 18px;
  color: #cbad5e;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_bear_cow {
  background: url("../images/Analysis-Basead-Diversification.gif") repeat-x scroll 50% 50% #1C1C1C;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_bear_cow h4 {
  font-family: nexa;
  font-size: 42px;
  line-height: 50px;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_bear_cow p {
  font-size: 18px;
  color: #cbad5e;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_speedy {
  background: url("../images/Speedy-Profit-Making.gif") repeat-x scroll 50% 50% #1C1C1C;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_speedy h4 {
  font-family: nexa;
  font-size: 78px;
  line-height: 75px;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_speedy h5 {
  font-size: 25px;
}
.e5panta_carousel #myCarousel .carousel-inner > div .bg_speedy p {
  font-size: 18px;
  color: #cbad5e;
}
.services-header {
  background: url('../../../images/services.png') 98% 50% no-repeat;
  padding-right: 75px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.services-header:after {
  position: absolute;
  content: ' ';
  left: 130px;
  right: 260px;
  background: #252421;
  height: 1px;
  display: block;
  top: 12px;
}
.services-header a {
  background: none repeat scroll 0 0 #171717;
  color: #656152;
  float: left;
  font-size: 10px;
  line-height: 28px;
  margin-left: 25px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  width: 85px;
  z-index: 5;
}
.shine_hover_menu.ee:after {
  content: none;
}
.u_p .ee {
  height: 30px;
  width: 140px;
  line-height: 30px;
  text-align: center;
}
.services .span6 {
  height: 100%;
  position: relative;
}
.services .span6 .s_box {
  position: absolute;
  width: 50%;
  height: 100%;
  float: right;
  cursor: pointer;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.services .span6 .s_box .bw {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 2;
  opacity: 1;
}
.services .span6 .s_box .s_ico_pos {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 5;
  height: 65%;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .span6 .s_box span.divider {
  position: absolute;
  width: 1px;
  background: #cbad5e;
  left: 0;
  top: 30%;
  bottom: 30%;
  display: block;
  z-index: 6;
}
.services .span6 .s_box span.divider:after {
  content: " ";
  position: absolute;
  height: 10px;
  width: 3px;
  top: -9px;
  background: #cbad5e;
  left: -1px;
  right: -1px;
}
.services .span6 .s_box span.divider:before {
  content: " ";
  position: absolute;
  height: 10px;
  width: 3px;
  bottom: -9px;
  background: #cbad5e;
  left: -1px;
  right: -1px;
}
.services .span6 .s_box .s_text_pos {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15,15,15,0.8);
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  z-index: 5;
}
.services .span6 .s_box .s_text_pos h4 {
  font-size: 15px;
  margin: 20px 30px 15px;
}
.services .span6 .s_box .s_text_pos p {
  font-size: 11px;
  padding: 5px 30px;
}
.services .span6 .s_box.s_right {
  right: 0;
}
.services .span6 .s_box.s_left {
  left: 0;
}
.services .span6 .s_box.financial {
  background: url('../images/services/financial.jpg') no-repeat 83% 82%;
}
.services .span6 .s_box.financial .bw {
  background: url('../images/services/financial-bw.jpg') no-repeat 83% 82%;
}
.services .span6 .s_box.financial .s_ico_pos {
  background: url('../images/services/financial.svg') no-repeat 50% 50%;
}
.services .span6 .s_box.international {
  background: url('../images/services/international.jpg') no-repeat 63% 0%;
}
.services .span6 .s_box.international .bw {
  background: url('../images/services/international-bw.jpg') no-repeat 63% 0%;
}
.services .span6 .s_box.international .s_ico_pos {
  background: url('../images/services/international.svg') no-repeat 50% 50%;
}
.services .span6 .s_box.pitch {
  background: url('../images/services/pitch.jpg') no-repeat 57% 45%;
}
.services .span6 .s_box.pitch .bw {

  background: url('../images/services/pitch-bw.jpg') no-repeat 57% 45%;
}
.services .span6 .s_box.pitch .s_ico_pos {
  background: url('../images/services/pitch.svg') no-repeat 50% 50%;
}
.services .span6 .s_box.palm {
  background: url('../images/services/palm.jpg') no-repeat 80% 70%;
}
.services .span6 .s_box.palm .bw {
  background: url('../images/services/palm-bw.jpg') no-repeat 80% 70%;
}
.services .span6 .s_box.palm .s_ico_pos {
  background: url('../images/services/palm.svg') no-repeat 50% 50%;
}
.services .span6 .s_box .s_btn_pos {
  position: absolute;
  top: 65%;
  z-index: 5;
  right: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.services .span6 .s_box .s_btn_pos .s_btn {
  display: inline-block;
  padding: 5px 33px;
  position: relative;
  color: #9a8653;
}
.services .span6 .s_box .s_btn_pos .s_btn > span {
  position: absolute;
  background: #cbad5e;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.services .span6 .s_box .s_btn_pos .s_btn .s_b_1 {
  top: 0;
  left: 0;
  width: 15px;
  height: 1px;
}
.services .span6 .s_box .s_btn_pos .s_btn .s_b_2 {
  top: 0;
  left: 0;
  width: 1px;
  height: 12px;
}
.services .span6 .s_box .s_btn_pos .s_btn .s_b_3 {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
}
.services .span6 .s_box .s_btn_pos .s_btn .s_b_4 {
  bottom: 0;
  right: 0;
  width: 15px;
  height: 1px;
}
.services .span6 .s_box:hover .bw {
  opacity: 0;
}
.services .span6 .s_box:hover .s_btn .s_b_1 {
  width: 100%;
}
.services .span6 .s_box:hover .s_btn .s_b_2 {
  height: 100%;
}
.services .span6 .s_box:hover .s_btn .s_b_3 {
  height: 100%;
}
.services .span6 .s_box:hover .s_btn .s_b_4 {
  width: 100%;
}
.services .span6 .s_box.s_open .s_ico_pos {
  opacity: 0;
}
.services .span6 .s_box.s_open .s_btn_pos {
  opacity: 0;
}
.services .span6 .s_box.s_open .s_text_pos {
  opacity: 1;
}
.news-header {
  background: url('../../../images/news.png') 98% 80% no-repeat;
  padding-right: 75px;
  margin-top: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}
.news-header:after {
  background: none repeat scroll 0 0 #252421;
  content: " ";
  display: block;
  height: 1px;
  left: 108px;
  position: absolute;
  right: 185px;
  top: 13px;
}
.news-header a {
  background: none repeat scroll 0 0 #1B1B1B;
  color: #656152;
  float: left;
  font-size: 10px;
  line-height: 28px;
  margin-left: 25px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  width: 85px;
  z-index: 1;
}
#sp-bottom-wrapper {
  z-index: 6;
}
.custom.currency {
  border-bottom: 1px solid #1f1f1f;
  border-top: 3px solid #171717;
}
.custom.currency > div {
  width: 50%;
  float: right;
  height: 100%;
  position: relative;
}
.custom.currency > div h4 {
  background: #151515;
  font-size: 14px;
  line-height: 80px;
  margin: 0;
  text-align: center;
}
.custom.currency > div h4 span {
  color: #5d5a4c;
  margin-right: -50px;
  padding-right: 50px;
  display: inline-block;
  line-height: 50px;
}
.custom.currency > div ul {
  margin: 0;
  text-decoration: none;
  list-style: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom.currency > div ul li {
  display: table;
  width: 100%;
}
.custom.currency > div ul li center {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}
.custom.currency > div ul li center .pr {
  color: #f5e77c;
  display: inline-block;
  min-width: 75px;
}
.custom.currency > div ul li center .chg-ico {
  padding-right: 25px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 100px;
}
.custom.currency > div ul li center .chg-ico.up {
  background-image: url('../images/up.png');
  background-position: 98% 50%;
}
.custom.currency > div ul li center .chg-ico.down {
  background-image: url('../images/down.png');
  background-position: 98% 50%;
}
.custom.currency > div ul li center .chg-ico.eq {
  background-image: url('../images/eq.png');
}
.custom.currency > div ul li center .chg {
  color: #595647;
  margin-right: 10px;
  margin-left: 5px;
}
.custom.currency > div ul li center .chg-num {
  margin-left: 15px;
}
.custom.currency > div ul li center .chg-prc {
  display: inline-block;
  min-width: 90px;
}
.custom.currency .commodity h4 {
  border-right: 1px solid #1f1f1f;
}
.custom.currency .commodity h4 em {
  left: 15px;
  position: relative;
  top: 5px;
}
.custom.currency .commodity li {
  height: 20%;
  background-color: #1b1b1b;
  border-top: 1px solid #1f1f1f;
}
.custom.currency .commodity li:nth-child(odd) {
  background-color: #191919;
}
.custom.currency .commodity li .nm {
  min-width: 68px;
  display: inline-block;
}
.custom.currency .commodity li .pr {
  min-width: 95px;
}
.custom.currency .commodity li .chg-num {
  display: inline-block;
  min-width: 70px;
}
.custom.currency .commodity li .chg {
  min-width: 36px;
  display: inline-block;
}
.custom.currency .money h4 em {
  left: 15px;
  position: relative;
  top: 5px;
}
.custom.currency .money li {
  background-color: #1b1b1b;
  height: 25%;
  border-top: 1px solid #1f1f1f;
  border-left: 1px solid #1f1f1f;
}
.custom.currency .money li center .nm {
  color: #595647;
  display: inline-block;
  min-width: 90px;
}
.custom.currency .money li:nth-child(odd) {
  background-color: #191919;
}
.disabled-onepage-scroll #sp-header-wrapper {
  position: absolute !important;
}
@keyframes aftermove {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin-left: 0;
    margin-top: 0;
  }
  100% {
    width: 20px;
    height: 20px;
    opacity: 1;
    margin-left: -11px;
    margin-top: -11px;
  }
}
@-webkit-keyframes aftermove {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -webkit-transform: translate(0,0) scale(1);
  }
  100% {
    transform: translate(-11.1px,-11.1px) scale(0.25);
    -ms-transform: translate(-11.1px,-11.1px) scale(0.25);
    -webkit-transform: translate(-11.1px,-11.1px) scale(0.25);
    width: 20px;
    height: 20px;
    opacity: 0.3;
  }
}
@keyframes beforemove {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -webkit-transform: translate(0,0) scale(1);
  }
  100% {
    transform: translate(-21px,-21px) scale(0.25);
    -ms-transform: translate(-21px,-21px) scale(0.25);
    -webkit-transform: translate(-21px,-21px) scale(0.25);
    width: 40px;
    height: 40px;
    opacity: 0.1;
  }
}
@-webkit-keyframes beforemove {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -webkit-transform: translate(0,0) scale(1);
  }
  100% {
    transform: translate(-21px,-21px) scale(0.25);
    -ms-transform: translate(-21px,-21px) scale(0.25);
    -webkit-transform: translate(-21px,-21px) scale(0.25);
    width: 40px;
    height: 40px;
    opacity: 0.1;
  }
}
@keyframes go-down {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 35px;
  }
}
@-webkit-keyframes go-down {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 35px;
  }
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px rgb(22, 22, 22) inset;
-webkit-text-fill-color: #CBA33C;
}
p {
    margin: 0;
}
