﻿
@import url('fontiran.css');

.xxHover a:hover,#About li a:hover{background-color :white!important; color:red}
.xxHover a:hover span,ul .dropdown-menu li a:hover span{background-color :white!important; color:#01cc66 }
 #header .nav-menu > ul > li.dropdown:hover .dropdown-menu{display:block!important} 
 .Maindropdown-menu{font-weight:900!important}
#header .nav-menu ul ul.dropdown-menu li a{background-color:white!important;color:black!important; text-align:right!important}
.header-outer.default-bg #top-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.header-outer.default-bg #top-bar, .header-outer.default-bg #top-bar a, .header-outer.default-bg #top-bar .select-wrapper:before {
  color: #676565; }
.header-outer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; } 

body {
  font-family: IRANSans !important;
  font-size: 13px;
  line-height: 23px;
  color: #666;
  position: relative;
  background-color: #fff; }

strong, b {
  font-weight: 600; }

img {
  max-width: 100%;
  height: auto; }

p img {
  display: inline-block; }
#logo .logo-c img{height:90px!important}
img.aligncenter {
  margin: 0 auto; }

img.alignright {
  float: right;
  margin-left: 15px; }

img.alignleft {
  float: left;
  margin-right: 15px; }
a {
  color: #444;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; }

a:hover {
  color: #01cc66; }

a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus {
  outline: 0;
  text-decoration: none; }

a.main-button {
  font-size: 11.5px;
    font-family: IRANSans;
  color: #333;
  padding: 9px 18px;
  border: 1px solid #dddddd;
  transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important; }

a.main-button:hover {
  color: #fff;
  border-color: #01cc66;
  background-color: #01cc66; }

a.main-button i {
  position: relative;
    top: 2.4px;
    margin-right: 4px;
}

*:focus {
  outline: none; }

i {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: IRANSans;
  margin: 0;
  color: #333;
  text-transform: capitalize; }

h1 {
  font-size: 24px;
  line-height: 36px; }

h2 {
  font-size: 22px;
  line-height: 32px; }

h3 {
  font-size: 18px;
  line-height: 28px; }

h4 {
  font-size: 16px;
  line-height: 26px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h6 {
  font-size: 12px;
  line-height: 18px; }

p {
  margin: 0; }

.section span {
  display: inline-block; }

ul, ol {
  list-style: none; }

ul {
  padding: 0;
  margin: 0; }

table {
  font-size: 12px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 10px; }

table tr:nth-child(odd) {
  background-color: #eeeeee; }

table tr:nth-child(even) {
  background-color: #ffffff; }

table td, table th {
  vertical-align: middle;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px 15px;
  font-size: 11px;
  font-weight: normal;
  color: #333333; }

table thead th {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  background-color: #fff; }

dl {
  margin-top: 10px;
  margin-bottom: 20px; }

dl dt {
  margin-bottom: 2px; }

dl dd {
  margin-bottom: 10px; }

.uppercase {
  text-transform: uppercase; }

form {
  margin: 0;
  padding: 0; }

select {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  padding: 6px 12px;
  width: 100%;
  color: #aaa;
  background-color: #fff;
  border: 2px solid #eee;
  -webkit-appearance: none; }

.styled-select {
  position: relative; }

.styled-select:before {
  content: "\ec12";
  display: block;
  color: #bbb;
  position: absolute;
  top: 14px;
  right: 12px;
  font-family: 'dalton';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input::-moz-focus-inner {
  border: 0;
  outline: none; }

input, textarea, button {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }
input:focus, textarea:focus, button:focus {
  outline: 0; }

input[type="text"], input[type="url"], input[type="password"], input[type="email"] {
  display: inline-block;
  text-decoration: none;
  color: #666;
  border: 2px solid #eee;
  padding: 8px 12px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

input[type="text"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  border-color: #e4e4e4;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 white inset; }

input[type="submit"] {
  font-family: IRANSans;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 12px 24px;
  background-color: #01cc66;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.post-password-form input[type="submit"] {
  padding: 9px 24px;
  position: relative;
  top: -2px;
  margin: 0 2px; }

input[type="submit"]:hover {
  background: #333; }

textarea {
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  padding: 10px 12px;
  color: #666;
  resize: none;
  border: 2px solid #eee; }

textarea:focus {
  color: #888; }

blockquote {
  padding: 10px 25px;
  border-color: #01cc66; }

blockquote, .su-quote-inner {
  font-size: 16px;
  border-width: 3px;
  margin-bottom: 25px; }

blockquote.pullleft {
  float: left;
  width: 40%;
  margin: 5px 20px 20px 0; }

blockquote.pullright {
  float: right;
  width: 40%;
  margin: 5px 0 20px 20px; }

blockquote h4 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}

blockquote small {
  font-size: 10px; }

.su-quote-inner {
  margin-bottom: 0; }

.su-quote-inner .su-quote-cite {
  font-size: 13px; }

pre {
  padding: 8px 10px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #999;
  background-color: #f8f8f8;
  border-color: #eee; }

.za-label {
  display: inline-block;
  padding: 0 4px; }

.za-dropcap {
  margin-top: 5px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin-right: 15px;
  text-align: center; }

.tooltip, .tooltip .tooltip-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  padding: 6px 12px;
  font-size: 11px; }

.centered-table {
  display: table;
  width: 100%;
  height: 100%; }

.centered-table-cell {
  display: table-cell;
  vertical-align: middle; }

iframe {
  max-width: 100%; }

.soundcloud iframe {
  width: 100% !important;
  height: 230px !important; }

.wp-caption {
  max-width: 100% !important;
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.retina {
  display: none; }

.no-retina {
  display: block; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

/*------------------------------------------*/
/*	  02 - TopBar & Header & Nav-Menu
/*------------------------------------------*/
/*------------  ( TopBar )  ------------*/
#top-bar {
  width: 100%;
  font-size: 11px;
}

#top-bar i {
  font-size: 12px; }

#top-bar .pull-right > *:first-child {
  padding-right: 0; }

#top-bar .pull-left > *:first-child {
  padding-left: 0; }


#top-bar .number-info, #top-bar .email-info, #top-bar .user-login, #top-bar .social-icons li, #top-bar .select-wrapper span {
  line-height: 37px; }

#top-bar .social-icons {
  padding: 0 12px; }

#top-bar .pull-right .social-icons {
  direction: rtl; }

#top-bar .pull-left .social-icons {
  direction: ltr; }

#top-bar .social-icons li {
  display: inline-block;
  text-align: center; }

#top-bar .social-icons li a {
  width: 26px;
  height: 26px;
  line-height: 28px;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
#top-bar .social-icons{color:black}
#top-bar .social-icons li a:hover {
  color: #fff !important; }

#top-bar .social-icons li.facebook a:hover {
  background-color: #507cbe; }

#top-bar .social-icons li.twitter a:hover {
  background-color: #63cdf1; }
#top-bar .social-icons li.FaceBook a:hover {
  background-color: #d97aa6; }

#top-bar .social-icons li.dribbble a:hover {
  background-color: #d97aa6; }

#top-bar .social-icons li.pinterest a:hover {
  background-color: #f16261; }

#top-bar .social-icons li.linkedin a:hover {
  background-color: #f16261; }

#top-bar .social-icons li.flickr a:hover {
  background-color: #dc97c0; }

#top-bar .social-icons li.instagram a:hover {
  background-color: #e8c697; }

#top-bar .social-icons li.google-plus a:hover {
  background-color: #4d4f54; }

#top-bar .social-icons li.github a:hover {
  background-color: #e8c697; }

#top-bar .social-icons li.tumblr a:hover {
  background-color: #507cbe; }

#top-bar .social-icons li.vk a:hover {
  background-color: #456691; }

#top-bar .social-icons li.youtube a:hover {
  background-color: #e14f42; }

#top-bar .social-icons li.behance a:hover {
  background-color: #1aace3; }

#top-bar .social-icons li.vimeo a:hover {
  background-color: #87d3e0; }

#top-bar .social-icons li.deviantart a:hover {
  background-color: #657c6a; }

#top-bar .social-icons li.soundcloud a:hover {
  background-color: #ff5d00; }

#top-bar .social-icons li.skype a:hover {
  background-color: #36c4f3; }

#top-bar .social-icons li a i {
  display: inline-block; }

#top-bar .select-wrapper {
  position: relative;
  width: 180px; }

#top-bar .select-wrapper span {
  display: block;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06); }

#top-bar .select-wrapper span i {
  position: relative;
  top: 1px;
  margin-right: 4px; }

#top-bar .select-wrapper span i.arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  margin-right: 0; }

#top-bar .select-wrapper .langs-list ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-top: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

#top-bar .select-wrapper:hover .langs-list ul {
  display: block;
  visibility: visible;
  opacity: 1; }

#top-bar .select-wrapper .langs-list li {
  display: block;
  padding: 7px 15px;
  opacity: 0.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

#top-bar .select-wrapper .langs-list li:last-child {
  border-bottom: none; }

#top-bar .select-wrapper .langs-list li a {
  display: block; }

#top-bar .select-wrapper .langs-list li img {
  position: relative;
  top: -2px;
  margin-right: 6px; }

#top-bar .number-info, #top-bar .email-info, #top-bar .user-login {
  padding: 0 14px; }

#top-bar .number-info + .email-info, #top-bar .email-info + .user-login {
  /*border-left: none; */
}

#top-bar .number-info i, #top-bar .email-info i, #top-bar .user-login i {
  margin-left: 5px; }

/*------------  ( Main )  ------------*/

#header {
  width: 100%;
  z-index: 99;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hidden-header {
  transition: height 0.1s linear;
  -moz-transition: height 0.1s linear;
  -webkit-transition: height 0.1s linear;
  -o-transition: height 0.1s linear; }

#header.sticky {
  position: fixed;
  z-index:99999999999999;
  top: 0;
  left: 0; }

body.admin-bar #header.sticky {
  top: 32px; 
  z-index:99999999999;}

#header .col-md-8 {
  position: inherit !important; }

#header .header-right {
  text-align: right; }

#header .header-left {
  text-align: left; }

#header #logo, #header .nav-menu > ul > li > a, #header .wc-cart-icon, #header .show-search, #header .show-menu {
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }

/*------------  ( Logo )  ------------*/
#header #logo {
  display: table; }

#header #logo .logo-c {
  display: table-cell;
  vertical-align: middle; }

#header #logo .logo-c > a {
  display: block;
  position: relative; }

#header #logo .light-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%; }

#header #logo h1 {
  font-weight: 900;
  font-size: 24px;
  display: inline-block;
  line-height: 100%;
  text-transform: uppercase; }

#header #logo h1 a {
  display: block; }

.header-outer.default-bg #logo h1 a {
  color: #333; }

.header-outer.transparent-light #logo h1 a {
  color: #fff !important; }

.header-outer.transparent-dark #logo h1 a {
  color: #222 !important; }

/*------------  ( Mobile Menu )  ------------*/
#header .show-menu {
  display: none;
  float: right;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }

#header .show-menu {
  margin-right: 30px; }

#header .show-menu span {
  display: block;
  text-align: center;
  width: 26px;
  height: 26px;
  position: relative;
  top: 50%;
  margin-top: -13px; }

#header .show-menu i {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #333;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out; }

#header .show-menu i::before, #header .show-menu i::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#header .show-menu i::before {
  top: -6px; }

#header .show-menu i::after {
  bottom: -6px; }

.mobile-nav {
  position: fixed;
  top: 0;
  left: -300px;
  height: 100%;
  width: 300px;
  max-width: 100%;
  overflow: auto;
  background-color: #222;
  z-index: 9999999;
  padding: 25px 0;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.wrapper {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

body.mobile-menu-showen .wrapper {
  -o-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

.mobile-nav .close-mobile-nav {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 99999;
  line-height: 26px;
  font-size: 16px;
  color: white;
  background-color: #222;
  cursor: pointer;
  border: 2px solid white;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.mobile-nav .close-mobile-nav:hover {
  border-color: white;
  background-color: #fff;
  color:black; 
  font-weight:800
}

.mobile-nav .mobile-menu ul li {
  padding-left: 20px; 
}

.mobile-nav .mobile-menu > ul > li {
  padding-left: 24px;
  padding-right: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

.mobile-nav .mobile-menu ul ul {
  padding: 0 0 10px 0; }

.mobile-nav .mobile-menu > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.05); }

.mobile-nav .mobile-menu ul li a {
  color: white;
  display: block;
  position: relative;
  padding: 8px 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out; }

.mobile-nav .mobile-menu > ul > li > a {
  padding: 10px 0; }

.mobile-nav .mobile-menu ul ul li:first-child a {
  padding-top: 0; }

.mobile-nav .mobile-menu ul li a:hover, #header .mobile-menu ul li.current-menu-item > a {
  color: #c8006e;
}
.menu-item a{
  font-size:14px; font-weight:900}
.animate-in h1,.float-left,.user-login a{font-weight:900; font-size:10px}
#sequence .title{font-size:20px}
/*------------  ( Header Search )  ------------*/
#header .show-search {
  color: #333;
  margin-right: 30px;
  display: block;
  float: left; }

#header .show-search span {
  cursor: pointer;
  padding: 5px;
  position: relative;
  top: -1px; }

#header .show-search i {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  display: inline-block; }

#header .search-box {
  background-color: #222;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 56;
  width: 100%;
  height: 120px;
  line-height: 120px; }

#header .search-box .container {
  position: relative; }

#header .search-box input {
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #ddd;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out; }

#header .search-box:hover input, .search-box:focus input {
  color: #fff; }

#header .search-box .close-btn {
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -17px;
  height: 34px;
  width: 34px;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.08);
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out; }

#header .search-box .close-btn:hover {
  color: #01cc66; }

.ui-helper-hidden-accessible {
  display: none; }

#header .autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 57;
  width: 100%;
  margin-top: 120px; }

#header .autocomplete-results .container {
  position: relative; }

#header .autocomplete-results .search-results {
  background-color: #1b1b1b; }

#header .autocomplete-results .ui-widget-content {
  top: 0% !important;
  left: 0 !important;
  width: 100% !important; }

#header .autocomplete-results .ui-widget-content li {
  display: block;
  float: left;
  padding: 20px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out; }

#header .autocomplete-results.results-count-2 .ui-widget-content li {
  width: 50%; }

#header .autocomplete-results.results-count-3 .ui-widget-content li, #header .autocomplete-results.results-count-6 .ui-widget-content li, #header .autocomplete-results.results-count-9 .ui-widget-content li {
  width: 33.3333%; }

#header .autocomplete-results.results-count-4 .ui-widget-content li, #header .autocomplete-results.results-count-8 .ui-widget-content li {
  width: 25%; }

#header .autocomplete-results .ui-widget-content li:hover {
  background-color: #181818; }

#header .autocomplete-results .ui-widget-content li img {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 18px; }

#header .autocomplete-results .ui-widget-content li i {
  display: block;
  float: left;
  height: 45px;
  margin-right: 18px;
  font-size: 32px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.1); }

#header .autocomplete-results .ui-widget-content li a {
  display: block;
  cursor: pointer;
  font-size: 11px;
  line-height: 22px;
  color: #555; }

#header .autocomplete-results .ui-widget-content li .title {
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out; }

#header .autocomplete-results .ui-widget-content li:hover .title {
  color: #01cc66; }

/*------------  ( Nav Menu )  ------------*/
#header .nav-menu {
  display: inline-block;
  vertical-align: middle; }

#header .nav-menu li {
  position: relative; }

#header .nav-menu li a {
  color: #333;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

#header .nav-menu li a i {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 2px; }

#header .nav-menu > ul > li {
  display: inline-block;
  padding-right: 16px;
  margin-right: 16px;
  float: right; }

#header .nav-menu > ul > li > a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

#header .nav-menu > ul > li.active > a:after, #header .nav-menu > ul > li > a:hover:after {
  width: 100%;
  background-color:#01cc66; }

#header .nav-menu li .second-lvl {
  line-height: 24px;
  position: absolute;
  width: 200px;
  z-index: 60;
  display: none; }

#header .nav-menu .second-lvl {
  top: 100%;
  left: 0; }

#header .nav-menu li li ul {
  top: 0;
  left: 100%; }

#header .nav-menu ul ul li a {
  padding: 8px 15px;
  color: #888;
  text-align: left;
  background-color: #222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

#header .nav-menu ul ul li a:hover, #header .nav-menu ul ul li.active > a, #header .nav-menu ul ul li.current-menu-item > a {
  color: #01cc66; }

#header .nav-menu ul li > ul > li:last-child a {
  border-bottom: 0; }

#header .nav-menu ul li.menu-title > a {
  color: #fff; }

#header .nav-menu ul li.menu-title > a:before {
  visibility: hidden; }

#header .nav-menu ul li.no-mega-menu .second-lvl > ul > li > ul {
  line-height: 24px;
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  z-index: 60;
  display: none; }

#header .nav-menu > ul > li.no-mega-menu .second-lvl > ul > li:hover > ul {
  display: block; }

#header .nav-menu > ul > li.no-mega-menu .second-lvl ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 10px;
  top: 14px;
  content: '\ec14';
  font-family: 'dalton';
  font-size: 12px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#header .nav-menu li.mega-menu {
  position: inherit !important; }

#header .nav-menu li.mega-menu.two-columns, #header .nav-menu li.mega-menu.three-columns {
  position: relative !important; }

#header .nav-menu li.mega-menu.two-columns .second-lvl {
  width: 400px; }

#header .nav-menu li.mega-menu.three-columns .second-lvl {
  width: 560px; }

#header .nav-menu li.mega-menu.three-columns-wide .second-lvl, #header .nav-menu li.mega-menu.four-columns-wide .second-lvl, #header .nav-menu li.mega-menu.five-columns-wide .second-lvl {
  width: 1140px;
  left: 50%;
  margin-left: -570px; }

#header .nav-menu li.mega-menu.two-columns .second-lvl > ul > li {
  float: left;
  width: 50%;
  display: block; }

#header .nav-menu li.mega-menu.three-columns .second-lvl > ul > li, #header .nav-menu li.mega-menu.three-columns-wide .second-lvl > ul > li {
  float: left;
  width: 33.333%;
  display: block; }

#header .nav-menu li.mega-menu.four-columns-wide .second-lvl > ul > li {
  float: left;
  width: 25%;
  display: block; }

#header .nav-menu li.mega-menu.five-columns-wide .second-lvl > ul > li {
  float: left;
  width: 20%;
  display: block; }

#header .nav-menu li.mega-menu .second-lvl {
  width: 100%;
  background-color: #222;
  background-repeat: no-repeat;
  padding: 15px 24px 12px 24px; }

#header .nav-menu li.mega-menu .second-lvl ul li a {
  padding: 8px 0;
  border-color: rgba(255, 255, 255, 0.05);
  background-color: transparent; }

#header .nav-menu li.mega-menu .second-lvl ul li a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -1px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  -webkit-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in; }

#header .nav-menu li.mega-menu .second-lvl ul li a:hover:before {
  width: 100%; }

#header .nav-menu li.mega-menu .second-lvl > ul > li {
  padding: 0 10px; }

#header .nav-menu .mega-menu.two-columns .second-lvl {
  left: -164px; }

#header .nav-menu .mega-menu.three-columns .second-lvl {
  left: -240px; }

/*------------  ( Light & Dark Header Outer )  ------------*/
.header-outer.transparent-dark #header, .header-outer.transparent-light #header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.header-outer.transparent-dark #header:after, .header-outer.transparent-light #header:after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px; }

.header-outer.transparent-dark #header, .header-outer.transparent-dark #top-bar, .header-outer.transparent-light #header, .header-outer.transparent-light #top-bar {
  background-color: transparent !important; }

.header-outer.transparent-dark #top-bar, .header-outer.transparent-light #top-bar, .header-outer.transparent-dark #top-bar div, .header-outer.transparent-light #top-bar div, .header-outer.transparent-dark #top-bar li, .header-outer.transparent-light #top-bar li {
  border: 0 !important; }

/* Dark Header */
.header-outer.transparent-dark #top-bar .select-wrapper span {
  border: none !important; }

.header-outer.transparent-dark #header #logo .dark-logo {
  opacity: 1; }

.header-outer.transparent-dark #header #logo .light-logo {
  opacity: 0; }

.header-outer.transparent-dark #top-bar,
.header-outer.transparent-dark #top-bar a,
.header-outer.transparent-dark #logo h1 a,
.header-outer.transparent-dark .nav-menu > ul > li > a,
.header-outer.transparent-dark #header .header-right .show-search,
.header-outer.transparent-dark #header .wc-cart-icon .woo-cart-icon,
.header-outer.transparent-light #top-bar .select-wrapper .langs-list li a {
  color: #222 !important; }

.header-outer.transparent-dark #header .show-menu i,
.header-outer.transparent-dark #header .nav-menu > ul > li.active > a:after,
.header-outer.transparent-dark #header .nav-menu > ul > li > a:hover:after,
.header-outer.transparent-dark #header .nav-menu > ul > li.active > a:hover:after {
  background-color: #222 !important; }

.header-outer.transparent-dark #header:after {
  background-color: rgba(0, 0, 0, 0.1) !important; }

/* Light Header */
.header-outer.transparent-light #top-bar .select-wrapper span {
  border: none !important; }

.header-outer.transparent-light #header #logo .dark-logo {
  opacity: 0; }

.header-outer.transparent-light #header #logo .light-logo {
  opacity: 1; }

.header-outer.transparent-light #top-bar,
.header-outer.transparent-light #top-bar a,
.header-outer.transparent-light #header #logo h1 a,
.header-outer.transparent-light #header .nav-menu > ul > li > a,
.header-outer.transparent-light #header .header-right .show-search,
.header-outer.transparent-light #header .wc-cart-icon .woo-cart-icon {
  color: #fff !important; }

.header-outer.transparent-light #header .show-menu i,
.header-outer.transparent-light #header .nav-menu > ul > li.active > a:after,
.header-outer.transparent-light #header .nav-menu > ul > li > a:hover:after,
.header-outer.transparent-light #header .nav-menu > ul > li.active > a:hover:after {
  background-color: #fff !important; }

.header-outer.transparent-light #top-bar a:hover, .header-outer.transparent-dark #top-bar a:hover {
  color: #01cc66; }

.header-outer.transparent-light #header:after {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.nav-menu > ul > li > a, #header .show-search {
  height: 90px;
  line-height: 90px; }

#header #logo, .wc-cart-icon, #header .show-menu {
  height: 90px; }


.mobile-nav .sub-menu {
  display: none;
  transition: 1s; }
.header , .mobile-menu{
    font-family: IRANSans;
}
.header a:hover , .top-bar a:hover , .mobile-menu a:hover{
    text-decoration: none !important;
    color: #01cc66 !important;
}
.header li.active a.current , .mobile-nav li.active a{
    color: #01cc66 !important;
}

.wc-cart-icon .woo-cart-icon span{
    background-color: #01cc66;
}
.social-icons{
    margin-bottom: 0px !important;
}
.top-bar{
    font-family: IRANSans;
}
.top-bar .pull-right i{
    color: #01cc66;
}
.info-top-bar div{
    border-left: 1px solid rgba(0,0,0,0.06);;
}




@media(max-width : 1199px){#header .nav-menu li a{font-size:12.5px!important}}

/*File2*/   
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

		.select-wrapper {
			display: none!important
		}

		#top-bar .number-info, #top-bar .email-info, #top-bar .user-login {
			padding: 0 10px;
		}

		.nav-menu, .header-right .show-search {
			display: none;
		}

		#header .nav-menu {
			display: none;
		}

		#header .show-menu {
			display: block;
		}
		
		/* Sidebars & Widgets Elements */
		.right-sidebar .page-inner .sidebar, .left-sidebar .page-inner .sidebar {
			width: 34%;
		}

		.right-sidebar .page-inner .by-sidebar, .left-sidebar .page-inner .by-sidebar {
			width: 66%;
		}

		.style-grid.widget-recent-posts li, .flickr-me-feed .grid-pics a {
			width: 33.3333%;
		}

		.footer .style-grid.widget-recent-posts li, .footer .flickr-me-feed .grid-pics a {
			width: 12.5%;
		}
          

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {

		.special-column {
			left: 0!important;
			border-width: 0!important;
			border-color: transparent!important;
			margin: 2px;
		}

		.top-bar {
			padding-top: 7px;
			text-align: center;
		}

		.top-bar > div > div {
			float: none!important;
			display: inline-block;
		}

		#top-bar .number-info, #top-bar .email-info/*, #top-bar .user-login*/ {
			display: none;
		}
        #top-bar .user-login{border:none}

		.right-sidebar .page-inner .by-sidebar, .left-sidebar .page-inner .by-sidebar, .right-sidebar .page-inner .sidebar, .left-sidebar .page-inner .sidebar {
			width: 100%;
			padding: 0;
		}

		.right-sidebar .page-inner .by-sidebar, .left-sidebar .page-inner .sidebar {
			padding-top: 40px;
		}

		.style-grid.widget-recent-posts li, .flickr-me-feed .grid-pics a {
			width: 20%;
		}

		.footer .style-grid.widget-recent-posts li, .footer .flickr-me-feed .grid-pics a {
			width: 16.666%;
		} 
         
		/* Search Results Page */
		.search-results .search-item .post-side {
			padding-left: 0;
		}

		.search-results .search-item .result-count {
			display: none;
		} 
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {

		#header .show-search {
			margin: 0;
		}

		#header .wc-cart-icon {
			margin: 0;
			padding-right: 15px;
		}

		#header .show-menu {
			margin-right: 20px;
		}
		
		.style-grid.widget-recent-posts li, .flickr-me-feed .grid-pics a {
			width: 25%;
		}

		.footer .style-grid.widget-recent-posts li, .footer .flickr-me-feed .grid-pics a {
			width: 25%;
		}
          
	}
     
	@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	    .retina {
	    	display: block;
	    }

	    .no-retina {
	    	display: none;
	    }
	    
	}