﻿/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
html, body, .body__container, form {
  height: 100%; }

html {
  /*IE vertical scrollbar position fix*/
  direction: rtl; }

/*#region body */
body {
  font: 9pt/2 "farayekan";
  color: #333;
  user-select: text !important; }
  body#Body {
    /*sidebar fix*/
    direction: ltr; }
  body .ltr {
    direction: ltr !important; }
  body a {
    color: #333; }
    body a:hover, body a:active, body a:focus {
      text-decoration: none;
      color: #333;
      outline: none; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "farayekan"; }

/*#endregion body*/
@media only screen and (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 7px;
    /* for vertical scrollbars */
    height: 7px;
    /* for horizontal scrollbars */ }
  ::-webkit-scrollbar-track {
    background: #fff; }
  ::-webkit-scrollbar-thumb {
    background: #ff8400; } }

/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
.body__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms; }
  .body__container.open {
    overflow-y: hidden; }
  .body__container.position--right.open {
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  .body__container.position--left.open {
    -webkit-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0; }

.sidebar__box .sidebar__close {
  font-size: 25px;
  display: block;
  text-align: center;
  color: #cc070f; }

.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 300px;
  top: 0;
  z-index: 10;
  background-color: #f0f0f0; }
  .sidebar__box .sidebar__container .after, .sidebar__box .sidebar__container .before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 1; }
  .sidebar__box .sidebar__container .before {
    z-index: -2;
    background-position: center;
    background-size: cover;
    -moz-filter: blur(50px);
    -ms-filter: blur(50px);
    -webkit-filter: blur(50px);
    filter: blur(50px); }
  .sidebar__box .sidebar__container .after {
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
  .sidebar__box .sidebar__container.position--right {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .sidebar__box .sidebar__container.position--left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .sidebar__box .sidebar__container.open {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
.container__content-center .container__heading {
  text-align: center;
  position: relative; }
  .container__content-center .container__heading h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ffc20e;
    line-height: 0.1em;
    margin: 20px 0 20px; }
  .container__content-center .container__heading span {
    background: #fff;
    padding: 0 15px;
    color: #201b57;
    font-size: 20px; }

.container__content .container__heading {
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(151, 151, 151, 0.36); }
  .container__content .container__heading h2 {
    font-size: 17px;
    display: inline-block;
    border-bottom: 5px solid #01adef;
    padding-bottom: 14px;
    margin: 0;
    color: #000 !important; }

.container__content.container__content--green .container__heading h2 {
  border-bottom: 4px solid #343434; }

.container__content__withback {
  margin-top: 10px; }
  @media only screen and (max-width: 469px) {
    .container__content__withback {
      margin-bottom: 20px; } }
  .container__content__withback .container__heading {
    margin-bottom: 5px;
    background-color: #00adef;
    padding: 13px; }
    .container__content__withback .container__heading h2 {
      color: #fff;
      font-size: 17px;
      margin: 0;
      font-family: farayekan; }

/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
.skin__3100 {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .skin__3100.skin-inside .main {
    margin-top: 115px; }
  html[lang=en-us] .skin__3100 #dnn_SectionBottomPane__Right {
    direction: ltr; }
  html[lang=fa-IR] .skin__3100 #dnn_SectionBottomPane__Right {
    direction: rtl; }

.header .header__container {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  opacity: 0.95; }
  @media screen and (max-width: 769px) {
    .header .header__container {
      position: fixed; } }
  @media screen and (min-width: 769px) {
    .header .header__container.fixed {
      position: fixed;
      height: 61px;
      top: -70px; }
      .header .header__container.fixed .header__utilities, .header .header__container.fixed .datetime__container, .header .header__container.fixed .header__utilities__items {
        display: none !important; }
      .header .header__container.fixed .site__logo {
        margin-top: 0px; }
        .header .header__container.fixed .site__logo img {
          height: 60px; }
      .header .header__container.fixed .main-menu {
        margin-top: 0px !important;
        /*li a {
                        padding: 13px 10px 16px 10px !important;
                    }*/ }
      .header .header__container.fixed .language__holder {
        display: none; }
    .header .header__container .header__utilities__container {
      position: relative; }
      .header .header__container .header__utilities__container .header__utilities__items {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .header .header__container .header__utilities__container .header__utilities__items > li {
          display: inline-block;
          vertical-align: top; }
        .header .header__container .header__utilities__container .header__utilities__items .search__box {
          display: inline-block;
          background-color: #00adef;
          text-align: center;
          box-sizing: content-box;
          padding: 7px;
          border-radius: 3px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          width: 25px;
          height: 20px;
          padding: 3px 0;
          position: relative;
          z-index: 999; }
          .header .header__container .header__utilities__container .header__utilities__items .search__box i {
            color: #fff;
            margin-top: 1px; }
          .header .header__container .header__utilities__container .header__utilities__items .search__box .trigger {
            width: 18px;
            display: inline-block;
            position: absolute;
            left: 4px;
            top: -1px;
            font-size: 14px; }
          .header .header__container .header__utilities__container .header__utilities__items .search__box input[type=text] {
            float: right;
            display: none;
            border: 0;
            font-family: tahoma;
            padding: 2px;
            border-radius: 2px;
            margin-top: -1px;
            margin-right: 3px;
            font-size: 12px;
            width: 170px;
            height: 21px;
            outline: none; } }
        @media screen and (min-width: 769px) and (max-width: 769px) {
          .header .header__container .header__utilities__container .header__utilities__items .search__box input[type=text] {
            width: 170px; } }
  @media screen and (min-width: 769px) {
      .header .header__container .header__utilities__container .main-menu {
        margin-top: 50px;
        display: block;
        float: left; }
        .header .header__container .header__utilities__container .main-menu a {
          color: #1a1a40;
          padding: 12px 10px 8px 10px;
          display: block;
          text-decoration: none;
          font-size: 15px;
          transition: all .2s ease-in-out;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out; }
        .header .header__container .header__utilities__container .main-menu li ul {
          background-color: rgba(255, 255, 255, 0.85); }
          .header .header__container .header__utilities__container .main-menu li ul a {
            padding: 0 10px;
            font-size: 13px; }
          .header .header__container .header__utilities__container .main-menu li ul > li {
            padding: 5px 5px;
            transition: background-color 0.25s ease; }
            .header .header__container .header__utilities__container .main-menu li ul > li::after {
              position: absolute;
              content: '';
              top: 0;
              right: 0;
              width: 0;
              height: 100%;
              background-color: rgba(255, 255, 255, 0.2);
              transform-origin: right;
              transition: width 0.25s ease;
              z-index: -1; }
            .header .header__container .header__utilities__container .main-menu li ul > li:hover::after {
              width: 100%; }
            .header .header__container .header__utilities__container .main-menu li ul > li > a {
              font-size: 15px; }
            .header .header__container .header__utilities__container .main-menu li ul > li ul li {
              padding: 7px 10px; }
              .header .header__container .header__utilities__container .main-menu li ul > li ul li > a {
                font-size: 13px; } }
  .header .header__container .site__logo {
    margin-top: 0px;
    margin-bottom: 0px; }
    @media screen and (max-width: 769px) {
      .header .header__container .site__logo img {
        height: 75px;
        float: left;
        margin-top: 0px; } }
  .header .header__container .menu__mobile {
    color: #00adef;
    font-size: 25px;
    margin-right: 15px;
    margin-top: 17px;
    float: right;
    margin-bottom: 17px; }

.main {
  background-color: #fff;
  overflow-x: hidden;
  flex-grow: 1; }
  @media screen and (max-width: 769px) {
    .main .slider__container {
      margin-top: 83px; } }
  .main .section-top__container {
    padding: 30px 0; }
  .main .section-middle__container {
    padding-top: 30px; }
  .main .statistics_box {
    margin: 35px 0; }
    .main .statistics_box .container__heading {
      background-color: #ec9d33;
      padding: 12px 15px;
      border: none; }
      .main .statistics_box .container__heading h2 {
        padding-bottom: 0px;
        border: none;
        color: white; }
  .main .image-about__container .container__heading {
    display: none; }
  .main .news__container {
    padding: 25px 0;
    position: relative; }
  .main .about-us__container .two-columns-layout__container .two-columns-layout__item .image-part__container img {
    width: 100%; }
  .main .about-us__container .elena .two-columns-layout__item .links__list li a {
    padding: 7px 33px !important;
    margin-top: 15px; }
  .main .section-products__container {
    background-color: #fafafa; }
  .main .section-bottom__container {
    padding: 30px 0; }
    .main .section-bottom__container .container__content .container__heading h2 {
      color: #fff;
      font-size: 15px; }
    .main .section-bottom__container div.row > div:nth-child(1) {
      padding-right: 30px;
      padding-left: 30px; }
    .main .section-bottom__container div.row > div:nth-child(2) {
      padding: 5px 30px; }
  .main .triple__container {
    padding: 30px 0 30px 0;
    background-color: #ffffff;
    font-size: 10pt; }
    @media screen and (max-width: 769px) {
      .main .triple__container {
        padding: 5px 0 5px 0; } }

.footer {
  background-color: #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
  direction: ltr;
  text-align: left; }
  @media screen and (max-width: 769px) {
    .footer {
      text-align: center; } }
  .footer .footer__follow-us {
    color: black;
    font-size: 14px;
    text-align: left; }
    @media screen and (max-width: 769px) {
      .footer .footer__follow-us {
        margin-top: 15px;
        text-align: center; } }
  .footer div.row > div:nth-child(1) {
    padding-right: 30px;
    padding-left: 30px; }
  .footer div.row > div:nth-child(2) {
    padding-right: 30px;
    padding-left: 30px; }
  .footer .footer__copyright {
    font-size: 13px;
    font-family: Tahoma;
    color: black !important;
    float: left;
    width: 100%; }
  .footer .copyright-texts {
    margin-top: 15px;
    color: #b7b7b7; }
