﻿/*
@import this file directly into your existing Scss files to use these mixins
*/
.aparat-icon {
  background-image: url(/images/aparat.svg); }

.instagram-icon {
  background-image: url(/images/insta.svg); }

.facebook-icon {
  background-image: url(/images/facebook.svg); }

.telegram-icon {
  background-image: url(/images/telegram.svg); }

.linkedin-icon {
  background-image: url(/images/linkedin.svg); }

.google-plus-icon {
  background-image: url(/images/google.svg); }

.twitter-icon {
  background-image: url(/images/twitter.svg); }

.clear {
  clear: both; }

.big-btn {
  font-size: 1.8em;
  border-radius: 25px;
  margin: 0 10px 10px 10px; }

.box-shadow {
  box-shadow: 0 2px 3px #444; }

[v-cloak] {
  display: none; }

.d-block {
  display: block; }

.d-inline {
  display: inline-block; }

.contact-form {
  border: 1px dashed #979797;
  border-radius: 8px;
  position: relative;
  padding: 45px; }
  .contact-form:before {
    content: '';
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed #979797;
    position: absolute;
    top: 17px;
    right: -7px;
    transform: rotate(-45deg); }
  .contact-form:after {
    content: '';
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed #979797;
    position: absolute;
    top: 17px;
    left: -7px;
    transform: rotate(45deg); }

/*****General******/
.share-btn {
  position: relative;
  padding: 0 16px;
  height: 45px;
  cursor: pointer;
  transition: cubic-bezier(0.65, 1.03, 0.9, 1.02) 0.2s;
  border-radius: 22.5px;
  width: 120px;
  overflow: hidden; }
  .share-btn .title {
    display: inline-block;
    font-size: 0.85em;
    padding: 10px 0; }
    .share-btn .title .share-icon.hover {
      display: none; }
  .share-btn .icons {
    vertical-align: middle;
    display: block;
    right: 120px;
    top: 7px;
    opacity: 0;
    transition: all 1s;
    position: absolute; }
    .share-btn .icons .social-icon {
      width: 24px;
      height: 24px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat; }
    .share-btn .icons .icon {
      color: white;
      display: table-cell;
      padding: 3px 10px; }
  .share-btn:hover {
    background-color: #002c63;
    width: 362px; }
    .share-btn:hover .title {
      color: white;
      border-left: 1px dashed #fff;
      padding: 10px 0 10px 10px; }
      .share-btn:hover .title .share-icon {
        display: none; }
        .share-btn:hover .title .share-icon.hover {
          display: inline; }
    .share-btn:hover .icons {
      opacity: 1; }

.share-btn-mobile {
  display: none; }

.share-icons-mobile {
  display: none; }

.download-box {
  position: relative;
  margin: 0 0 16px 4px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px; }
  .download-box .download-body {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #eaeaea; }

.project-box {
  position: relative;
  margin: 0 0 16px 4px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px; }
  .project-box p {
    font-size: 1.2em;
    font-weight: 600; }
  .project-box .summary {
    font-size: 1.2em; }
  .project-box .date {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff6015;
    padding: 0px 10px;
    color: white; }
  .project-box .project-employer {
    text-align: right; }
  .project-box .project-body {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #eaeaea; }

html, body {
  height: 100%;
  position: relative;
  scroll-behavior: smooth; }

body {
  background: #fff; }
  body > .main-content-wrapper {
    font-size: 1.2em; }

.back-white {
  background: white;
  font-size: 1.5em; }
  .back-white .col-sm-7 {
    padding: 0; }
  .back-white h2 {
    font-size: 1.5em; }

.back-gray {
  background: #e0dfe5;
  font-size: 1.5em; }
  .back-gray .col-sm-7 {
    padding: 0; }
  .back-gray h2 {
    font-size: 1.5em; }

.back-gray-dark {
  background: #929497;
  color: white;
  font-size: 1.3em; }

.ul-inline {
  text-align: center; }
  .ul-inline li {
    display: inline-block;
    margin: 0 5px;
    font-size: 1.4em;
    text-decoration: none; }
    .ul-inline li a {
      padding: 5px 10px;
      font-size: 1.2em; }
      .ul-inline li a:hover {
        background: #e0dfe5; }

.padding-20 {
  padding: 20px 0;
  text-align: center; }

.padding-0-margin-15 {
  padding: 0;
  margin: 0 -15px; }

.padding-none {
  padding: 0; }

.padding-right-20 {
  padding-right: 20px; }

.padding-left-20 {
  padding-right: 20px; }

.modal-header .close {
  font-size: 3em; }

.page-header {
  padding: 0;
  margin: 0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5; }

.autocomplete-suggestion {
  font-size: 1.8em; }
  .autocomplete-suggestion b {
    color: #002c63; }

img {
  max-width: 100%; }

.bold {
  font-weight: bold; }

button.close-modal {
  position: absolute;
  right: 22px;
  top: 22px; }

.text-secondary {
  color: #d81818; }

.text-success {
  color: #00aca4; }

.text-primary {
  color: #ecd513; }

.lg-outer {
  direction: ltr !important; }

img.size-constraint {
  width: 100%; }

.abs-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.rel-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.seo-f-hidden {
  position: absolute;
  top: -9999px;
  right: -9999px; }

.padding-h-5 {
  padding-right: 5px;
  padding-left: 5px; }

.padding-h-10 {
  padding-right: 10px;
  padding-left: 10px; }

.margin-v-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.margin-v-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.width-controller {
  width: 80%;
  margin: auto;
  max-width: 1500px; }

.v-align-center {
  display: table; }
  .v-align-center > * {
    display: table-cell;
    vertical-align: middle; }

.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gold-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(#c8ac39, #f4cf6b, #997814); }

.input-container {
  border: 1px solid #e2a335;
  background: url(/images/product-image-bg.png) left center;
  display: block;
  padding: 2px;
  border-radius: 8px;
  position: relative;
  width: 100%; }
  .input-container input {
    width: 100%; }

.paging {
  background: whitesmoke;
  padding: 20px 0;
  text-align: center; }
  .paging a {
    text-decoration: none; }
  .paging .page-item .number-page {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4em;
    width: 31px;
    padding: 2px;
    border-radius: 50%; }
    .paging .page-item .number-page:hover {
      background: #d81818; }
    .paging .page-item .number-page.active:before {
      content: "";
      position: absolute;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #d81818;
      bottom: -5px;
      pointer-events: none; }
  .paging .page-item .previous-page {
    cursor: pointer; }
    .paging .page-item .previous-page:before {
      transition: .3s all;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: 5px;
      content: '\f053';
      pointer-events: none;
      z-index: 2;
      color: #bfbfbf;
      border: 1px solid #bfbfbf;
      font-size: 1.5em;
      padding: 8px 11px;
      border-radius: 50%; }
    .paging .page-item .previous-page:hover:before {
      background: #d81818;
      color: white; }
  .paging .page-item .next-page {
    cursor: pointer; }
    .paging .page-item .next-page:before {
      transition: .3s all;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-left: 5px;
      content: '\f054';
      pointer-events: none;
      z-index: 2;
      color: #bfbfbf;
      border: 1px solid #bfbfbf;
      font-size: 1.5em;
      padding: 8px 11px;
      border-radius: 50%; }
    .paging .page-item .next-page:hover:before {
      background: #d81818;
      color: white; }
  .paging .page-item .disabled {
    pointer-events: none; }

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto; }
  .carousel.vertical .carousel-inner > .item {
    width: auto;
    padding-right: 50px;
    transition: 0.9s ease-in-out top; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel.vertical .carousel-inner > .item {
        transition: 0.9s ease-in-out; }
        .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
          transform: translate3d(0, 100%, 0);
          top: 0; }
        .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
          transform: translate3d(0, -100%, 0);
          top: 0; }
        .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          top: 0; } }
  .carousel.vertical .carousel-inner > .active,
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    display: block; }
  .carousel.vertical .carousel-inner > .active {
    top: 0; }
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel.vertical .carousel-inner > .next {
    top: 100%; }
  .carousel.vertical .carousel-inner > .prev {
    top: -100%; }
  .carousel.vertical .carousel-inner > .next.left,
  .carousel.vertical .carousel-inner > .prev.right {
    top: 0; }
  .carousel.vertical .carousel-inner > .active.left {
    top: -100%; }
  .carousel.vertical .carousel-inner > .active.right {
    top: 100%; }

@keyframes top-left-corner {
  100% {
    top: -12px;
    left: -12px; } }

@keyframes top-right-corner {
  100% {
    top: -12px;
    right: -12px; } }

@keyframes bottom-left-corner {
  100% {
    bottom: -12px;
    left: -12px; } }

@keyframes bottom-right-corner {
  100% {
    bottom: -12px;
    right: -12px; } }

.more-text-container .text-holder .text-justify {
  height: 30px;
  overflow: hidden; }

.more-text-container .text-holder.active .text-justify {
  height: auto;
  overflow: visible;
  text-overflow: none;
  white-space: normal; }

.more-text-container .more-btn-wrapper {
  position: relative;
  background-image: url("/Images/more-text-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  text-align: center; }
  .more-text-container .more-btn-wrapper.active {
    background-image: url("/Images/less-text-bg.png"); }
  .more-text-container .more-btn-wrapper .more {
    width: 100%;
    cursor: pointer; }
  .more-text-container .more-btn-wrapper .less {
    width: 100%;
    display: none;
    cursor: pointer; }

.qr-code-container {
  position: fixed;
  right: -4px;
  top: 30%;
  z-index: 100; }
  .qr-code-container .qr-code-item {
    margin: 5px;
    cursor: pointer;
    position: relative;
    max-width: 60px;
    padding: 5px 0;
    background: gray;
    transition: .5s all;
    border-radius: 10px 0px 0px 10px; }
    .qr-code-container .qr-code-item .qr-code-img img {
      width: 60px;
      border-radius: 50%;
      height: 60px;
      border: 1px solid #929497; }
    .qr-code-container .qr-code-item .qr-code-text {
      transition: .5s all;
      visibility: hidden;
      pointer-events: none;
      opacity: 0;
      text-align: left;
      font-size: 1.5em;
      text-decoration: none;
      position: absolute;
      width: 185px;
      background: #ecd513;
      right: 60px;
      top: 0px;
      padding: 10px; }
      .qr-code-container .qr-code-item .qr-code-text a {
        display: block;
        color: white; }
    .qr-code-container .qr-code-item:hover {
      background: #002c63;
      border-radius: 0; }
      .qr-code-container .qr-code-item:hover .qr-code-text {
        visibility: visible;
        pointer-events: all;
        opacity: 1; }

.ads-left-container {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 1000; }
  .ads-left-container .far {
    font-size: 2em;
    position: absolute;
    right: -20px;
    top: -15px;
    cursor: pointer; }
  .ads-left-container img {
    width: 100%; }

.ads-bottom-container {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  border: 2px solid gray;
  padding: 5px 20px;
  font-size: 1.3em;
  max-width: 40%; }
  .ads-bottom-container .far {
    font-size: 1.6em;
    position: absolute;
    right: -22px;
    top: -15px;
    cursor: pointer; }
  .ads-bottom-container img {
    width: 100%; }

.main-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 50px; }
  .main-title p {
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #002c63; }

.title-border {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  font-weight: bold;
  padding-bottom: 20px; }
  .title-border:after {
    border-radius: 0;
    bottom: -3px;
    background: #002c63;
    content: "";
    display: inline-block;
    height: 5px;
    right: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px; }
  .title-border .shared-btn {
    float: left;
    font-size: 0.5em;
    background: #002c63;
    margin-top: 7px;
    padding: 10px;
    color: white;
    cursor: pointer;
    border-radius: 5px; }

.border-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  display: block;
  height: 4px;
  background: transparent;
  pointer-events: none;
  margin: auto;
  transition: all 1s ease; }

.border-bottom:hover:before {
  width: 100%;
  background: #002c63; }

.search-container {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .5s all; }
  .search-container .search-input-container {
    display: table-cell;
    vertical-align: middle; }
    .search-container .search-input-container .btn {
      border: none;
      font-size: 1.6em;
      outline: none;
      display: block;
      margin: 0 auto;
      width: 15%;
      margin-top: 50px;
      background: #f9a51a;
      color: black; }
    .search-container .search-input-container .search-input {
      min-width: 250px;
      width: 30%;
      margin: 0 auto;
      display: block;
      background: none;
      border: none;
      color: white;
      outline: none;
      border-bottom: 2px solid white; }
      .search-container .search-input-container .search-input::placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.4em; }
      .search-container .search-input-container .search-input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.4em; }
      .search-container .search-input-container .search-input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.4em; }
  .search-container .close-search {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 1.6em;
    color: white;
    cursor: pointer; }
    .search-container .close-search i {
      font-size: 2.5em; }
  .search-container.show-search {
    visibility: visible;
    opacity: 1; }

.gallary-loading-background {
  background: black;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: .6; }

.dialog-container {
  transition: .5s all;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000; }
  .dialog-container.show-dialog-container {
    visibility: visible;
    opacity: 1; }
  .dialog-container .dialog {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    transition: .5s all; }
    .dialog-container .dialog.show-gallary {
      visibility: visible;
      opacity: 1;
      display: flex;
      flex-direction: column; }
    .dialog-container .dialog .gallary-header {
      width: 100%;
      background: #4D4D4F;
      text-align: left;
      padding: 0 25px;
      margin: 0; }
      .dialog-container .dialog .gallary-header p {
        font-size: 3em;
        margin: 0;
        color: white;
        display: inline-block; }
      .dialog-container .dialog .gallary-header .btn-close {
        cursor: pointer;
        font-size: 4em; }
    .dialog-container .dialog .gallary-body {
      padding: 0px;
      text-align: center;
      flex: 1;
      overflow: hidden;
      margin: 5px; }
      .dialog-container .dialog .gallary-body .gallary-container {
        height: calc(100vh - 200px); }
        .dialog-container .dialog .gallary-body .gallary-container .photos {
          position: relative;
          height: 100%; }
          .dialog-container .dialog .gallary-body .gallary-container .photos img {
            height: 100%; }
        .dialog-container .dialog .gallary-body .gallary-container .prev {
          text-decoration: none;
          cursor: pointer;
          position: absolute;
          top: 0;
          left: 0;
          width: 100px;
          padding: 16px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: bold;
          font-size: 20px;
          border-radius: 0 3px 3px 0;
          user-select: none;
          -webkit-user-select: none;
          height: 100%; }
          .dialog-container .dialog .gallary-body .gallary-container .prev i {
            top: 35%;
            font-size: 2em;
            position: absolute;
            left: 35px; }
        .dialog-container .dialog .gallary-body .gallary-container .next {
          text-decoration: none;
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0;
          width: 100px;
          padding: 16px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: bold;
          font-size: 20px;
          border-radius: 0 3px 3px 0;
          user-select: none;
          -webkit-user-select: none;
          height: 100%; }
          .dialog-container .dialog .gallary-body .gallary-container .next i {
            top: 35%;
            font-size: 2em;
            position: absolute;
            right: 35px; }
        .dialog-container .dialog .gallary-body .gallary-container .prev:hover, .dialog-container .dialog .gallary-body .gallary-container .next:hover {
          background-color: rgba(0, 0, 0, 0.8);
          color: white; }
        .dialog-container .dialog .gallary-body .gallary-container .cursor {
          cursor: pointer; }
    .dialog-container .dialog .gallary-footer {
      position: relative; }
      .dialog-container .dialog .gallary-footer .items-box {
        overflow: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        /*                &.active { background: rgba(255,255,255,0.3); cursor: grabbing; cursor: -webkit-grabbing; transform: scale(1); }*/ }
        .dialog-container .dialog .gallary-footer .items-box .item {
          display: inline-block;
          margin: 0 5px;
          width: 200px;
          height: 120px; }
          .dialog-container .dialog .gallary-footer .items-box .item.selected {
            border: 1px solid white; }
          .dialog-container .dialog .gallary-footer .items-box .item img {
            width: 200px;
            -o-object-fit: contain;
            object-fit: contain;
            max-width: 100%;
            height: 100%;
            max-height: 100%; }
        .dialog-container .dialog .gallary-footer .items-box .prev {
          text-decoration: none;
          cursor: pointer;
          position: absolute;
          top: 0;
          left: 0;
          width: 100px;
          padding: 16px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: bold;
          font-size: 20px;
          border-radius: 0 3px 3px 0;
          user-select: none;
          -webkit-user-select: none;
          height: 100%; }
          .dialog-container .dialog .gallary-footer .items-box .prev i {
            top: 35%;
            font-size: 2em;
            position: absolute;
            left: 35px; }
        .dialog-container .dialog .gallary-footer .items-box .next {
          text-decoration: none;
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0;
          width: 100px;
          padding: 16px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: bold;
          font-size: 20px;
          border-radius: 0 3px 3px 0;
          user-select: none;
          -webkit-user-select: none;
          height: 100%; }
          .dialog-container .dialog .gallary-footer .items-box .next i {
            top: 35%;
            font-size: 2em;
            position: absolute;
            right: 35px; }
        .dialog-container .dialog .gallary-footer .items-box .prev:hover, .dialog-container .dialog .gallary-footer .items-box .next:hover {
          background-color: rgba(0, 0, 0, 0.8);
          color: white; }
    .dialog-container .dialog .btn {
      position: fixed;
      left: 10px;
      bottom: 10px; }

.download table tr {
  direction: ltr;
  text-align: right; }

#social-network .modal-body a {
  display: inline-block;
  margin-right: 20px; }

#social-network .text-size {
  font-size: 1.5em; }
  #social-network .text-size span, #social-network .text-size i {
    font-size: 1.5em; }
  #social-network .text-size .fa-telegram:hover {
    color: #0088cc; }
  #social-network .text-size .fa-facebook:hover {
    color: #3b5998; }
  #social-network .text-size .fa-twitter:hover {
    color: #1da1f2; }
  #social-network .text-size .fa-whatsapp:hover {
    color: #1ebea5; }

.banner-container {
  overflow: hidden;
  height: 650px; }
  .banner-container #top-banner {
    text-align: center;
    position: relative;
    margin: 0 auto;
    height: 100%; }
    .banner-container #top-banner .owl-carousel {
      height: 100%; }
      .banner-container #top-banner .owl-carousel .owl-stage-outer {
        overflow: visible;
        height: 100%; }
      .banner-container #top-banner .owl-carousel .owl-stage {
        height: 100%; }
      .banner-container #top-banner .owl-carousel img {
        width: 100%; }
      .banner-container #top-banner .owl-carousel .control {
        position: absolute;
        top: 50%;
        margin-top: -31px;
        height: 60px;
        padding: 10px; }
      .banner-container #top-banner .owl-carousel .owl-nav {
        margin: 0 2%;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -40px; }
        .banner-container #top-banner .owl-carousel .owl-nav > div {
          position: absolute;
          z-index: 100;
          cursor: pointer;
          width: 40px;
          height: 40px;
          top: 7px; }
          .banner-container #top-banner .owl-carousel .owl-nav > div.owl-next {
            left: 50px;
            background: url("/images/previous.svg") center center no-repeat;
            background-size: cover; }
          .banner-container #top-banner .owl-carousel .owl-nav > div.owl-prev {
            right: 50px;
            background: url("/images/next.svg") center center no-repeat;
            background-size: cover; }
      .banner-container #top-banner .owl-carousel .owl-item {
        transform: scale(1);
        transition: all 0.3s;
        height: 100%; }
        .banner-container #top-banner .owl-carousel .owl-item .item {
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        .banner-container #top-banner .owl-carousel .owl-item img {
          opacity: 0.25;
          transition: all 0.7s; }
        .banner-container #top-banner .owl-carousel .owl-item .img-opacity {
          background: rgba(0, 0, 0, 0.2);
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        .banner-container #top-banner .owl-carousel .owl-item .caption {
          color: white;
          font-size: 2.4em;
          text-shadow: 0 2px 3px black;
          font-weight: bold;
          position: absolute;
          left: 15%;
          top: 50%;
          transform: translateY(-50%);
          background: rgba(0, 0, 0, 0.5);
          padding: 10px 40px;
          border-radius: 5px; }
        .banner-container #top-banner .owl-carousel .owl-item.active img {
          opacity: 1; }
        .banner-container #top-banner .owl-carousel .owl-item.center {
          transform: scale(1); }
    .banner-container #top-banner .owl-dots {
      margin: 0;
      position: absolute;
      z-index: 2;
      bottom: 10px;
      left: auto;
      right: auto;
      width: 100%; }
      .banner-container #top-banner .owl-dots .owl-dot {
        position: relative;
        height: 18px;
        width: 18px;
        background: #ededed;
        display: inline-block;
        transition: all 0.3s;
        cursor: pointer;
        border: none;
        border-radius: 50%;
        margin: 0 3px; }
        .banner-container #top-banner .owl-dots .owl-dot span {
          position: absolute;
          top: -33px;
          right: 3px;
          opacity: 0;
          transition: all 0.3s;
          font-family: IranSansWeb;
          font-weight: bold;
          font-size: 1.42em;
          color: #5592c4;
          width: 100%;
          display: block;
          text-align: right; }
        .banner-container #top-banner .owl-dots .owl-dot.active {
          background: #002c63; }
          .banner-container #top-banner .owl-dots .owl-dot.active span {
            opacity: 1; }

.big-images {
  position: relative; }
  .big-images .items {
    height: 100vh;
    padding: 0; }
    .big-images .items .sometext {
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
      width: 100%;
      padding: 0 10%; }
    .big-images .items > div {
      height: 50%;
      margin-top: 30px; }
      .big-images .items > div.col-sm-12 .item {
        margin: 0 -15px; }
      .big-images .items > div.col-sm-6:nth-child(2n+1) .item {
        margin: 0 0 0 -15px; }
      .big-images .items > div.col-sm-6:nth-child(2n) .item {
        margin: 0 -15px 0 0; }
      .big-images .items > div .item {
        height: 100%;
        padding-top: 50px;
        text-align: center;
        font-size: 2em;
        overflow: hidden;
        padding: 0; }
        .big-images .items > div .item.video {
          padding: 0; }
  .big-images .item {
    position: relative;
    height: 40vh;
    margin: 10px 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; }
    .big-images .item .sometext {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      width: 100%;
      padding: 0 10%; }
  .big-images .half-item {
    width: 100%;
    white-space: nowrap;
    overflow: hidden; }
    .big-images .half-item .item {
      position: relative;
      height: 40vh;
      margin: 10px 0;
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      display: inline-block;
      width: 49.7%;
      margin-left: 15px; }
      .big-images .half-item .item .sometext {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        width: 100%;
        padding: 0 10%; }
    .big-images .half-item .h_iframe-aparat_embed_frame {
      height: 100%; }

/*Home-page*/
.site-news {
  background: #d81818;
  padding: 12px;
  text-align: center;
  color: white;
  font-size: 1.6em;
  font-weight: bold; }
  .site-news p {
    margin: 0; }

.last-stuffs {
  padding: 50px 0 30px;
  position: relative; }
  .last-stuffs .stuff {
    border: 2px solid black;
    border-radius: 5px;
    margin-bottom: 30px; }
    .last-stuffs .stuff .pic-container {
      text-align: center; }
      .last-stuffs .stuff .pic-container img {
        width: 250px; }
    .last-stuffs .stuff .title-wrapper .title {
      font-size: 1.4em;
      background-color: #002c63;
      color: white;
      display: block;
      text-align: center;
      text-decoration: none;
      padding: 3px 0; }
    .last-stuffs .stuff .more-wrapper .btn-more {
      font-size: 1.3em;
      color: #002c63;
      display: block;
      text-align: left;
      text-decoration: none;
      padding: 3px 10px; }
  .last-stuffs .more-stuff {
    margin-top: 50px;
    position: relative;
    z-index: 1; }

.best-selling {
  background: #e3e3e3;
  padding: 50px 0; }
  .best-selling .stuff {
    border: 2px solid black;
    border-radius: 5px;
    margin-bottom: 30px; }
    .best-selling .stuff .pic-container {
      text-align: center;
      /*            img { width: 250px; }*/ }
    .best-selling .stuff .title-wrapper .title {
      font-size: 1.4em;
      background-color: #002c63;
      color: white;
      display: block;
      text-align: center;
      text-decoration: none;
      padding: 3px 0; }
    .best-selling .stuff .more-wrapper .btn-more {
      font-size: 1.3em;
      color: #002c63;
      display: block;
      text-align: left;
      text-decoration: none;
      padding: 3px 10px; }

.top-background {
  background-image: url("/Images/novinElec/top-header-background.png");
  height: 150px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.bottom-background {
  background-image: url("/Images/novinElec/bottom-background.png");
  height: 150px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.article-and-videos {
  margin-top: 30px; }
  .article-and-videos .section-title {
    background: #d81818;
    padding: 15px 25px;
    color: white;
    border-radius: 5px; }
    .article-and-videos .section-title h2 {
      margin: 0;
      display: inline-block; }
    .article-and-videos .section-title a {
      text-decoration: none;
      float: left;
      color: white;
      font-size: 1.8em;
      margin-top: -10px; }
  .article-and-videos .article-box {
    background: #e3e3e3;
    padding: 25px;
    margin: 20px 0;
    font-size: 1.6em;
    border-radius: 5px;
    box-shadow: 0 0px 5px #e4e4e4; }
    .article-and-videos .article-box .article-title {
      color: #002c63;
      font-weight: bold;
      display: block; }
    .article-and-videos .article-box .article-dscp {
      color: black;
      display: block; }
    .article-and-videos .article-box a {
      text-decoration: none; }
  .article-and-videos .video-box {
    padding: 15px;
    margin: 15px 0;
    font-size: 1.6em;
    font-weight: bold;
    box-shadow: 0 0px 4px #a7a7a7;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .article-and-videos .video-box .video-img-box {
      flex: 1; }
    .article-and-videos .video-box .video-title-box {
      flex: 4;
      margin-right: 25px; }
    .article-and-videos .video-box a {
      text-decoration: none;
      color: black; }
  .article-and-videos .video-section-title {
    background: #002c63;
    padding: 15px 25px;
    color: white;
    border-radius: 5px;
    margin-top: 20px; }
    .article-and-videos .video-section-title h2 {
      margin: 0;
      display: inline-block; }

.brands {
  background-image: url("/Images/novinElec/brand-background.png");
  padding: 30px;
  background-size: 100% 100%; }
  .brands .owl-carousel .owl-item {
    height: 100px; }
  .brands .owl-carousel .owl-item img {
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
    height: 100%; }

@media (max-width: 1400px) {
  .application .box .details {
    font-size: 1.1em; } }

@media (max-width: 1200px) {
  .custom-product .stuff .box .details .title-wrapper .title, .ready-product .stuff .box .details .title-wrapper .title {
    font-size: 1.8em;
    color: black;
    display: block;
    margin: 15px 0;
    font-weight: bold; }
  .custom-product .stuff .box .details .title-wrapper .summary, .ready-product .stuff .box .details .title-wrapper .summary {
    font-size: 1.2em;
    color: #777;
    display: block;
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .application .box .details {
    font-size: 1.5em; }
  .banner-container {
    height: 350px; }
    .banner-container #top-banner .owl-carousel .owl-nav > div.owl-prev {
      right: 20px; }
    .banner-container #top-banner .owl-carousel .owl-nav > div.owl-next {
      left: 20px; }
    .banner-container #top-banner .owl-carousel .owl-item .caption {
      font-size: 1.4em; }
    .banner-container #top-banner .owl-carousel .owl-nav {
      margin-top: 30px; }
    .banner-container #top-banner .owl-carousel .owl-nav > div {
      width: 20px;
      height: 20px; }
  .article-and-videos {
    text-align: center; }
    .article-and-videos .section-title {
      text-align: right; } }

.mobile-header {
  display: none; }

.mobile-logo-wrapper {
  display: none; }
  .mobile-logo-wrapper img {
    width: 80%; }

.search-icon {
  cursor: pointer;
  border-right: 1px solid #e6e6e6; }
  .search-icon span {
    display: none; }

header {
  background-color: white;
  z-index: 101; }
  header .top-header {
    background: #323232;
    padding: 5px 0; }
    header .top-header .items .top-item {
      display: inline-block;
      margin-left: 70px; }
      header .top-header .items .top-item a {
        color: #000;
        font-size: 1.6em; }
      header .top-header .items .top-item ul {
        padding: 0;
        margin: 0; }
        header .top-header .items .top-item ul li {
          display: inline-block;
          padding: 0px 5px; }
          header .top-header .items .top-item ul li a {
            color: #000;
            text-decoration: none;
            font-size: 1.3em; }
            header .top-header .items .top-item ul li a img {
              width: 80%; }
          header .top-header .items .top-item ul li:hover a {
            color: #002c63; }
      header .top-header .items .top-item.pull-left a {
        font-size: 1.5em;
        margin-right: 5px;
        padding: 0 8px;
        text-decoration: none; }
        header .top-header .items .top-item.pull-left a:hover {
          color: #002c63; }
  header .middle-header {
    background: #e3e3e3;
    background-image: url("/Images/novinElec/top-header-background.png");
    background-size: contain;
    background-position: center;
    height: 170px;
    display: flex;
    align-items: center; }
    header .middle-header #logo {
      max-width: 150px; }
    header .middle-header .search-input-container {
      position: relative;
      margin-top: 50px; }
      header .middle-header .search-input-container .fa-search {
        position: absolute;
        left: 10px;
        top: 12px;
        font-size: 2em;
        color: #009343;
        cursor: pointer; }
      header .middle-header .search-input-container .form-control {
        padding: 6px 12px 6px 40px;
        border: 1px solid black; }
    header .middle-header .text-bold {
      color: black;
      text-decoration: none;
      border-left: 2px solid #009343;
      font-size: 1.2em;
      padding: 0 5px;
      font-weight: bold; }
    header .middle-header .text-bold:last-child {
      border: none; }
    header .middle-header .phone-number {
      display: block;
      direction: ltr;
      font-size: 1.4em;
      font-weight: bold;
      color: black;
      text-decoration: none; }
  header .bottom-header {
    background: #002c63; }
  header .main-menu-container {
    clear: both;
    text-align: right; }
    header .main-menu-container .main-nav {
      position: relative;
      font-size: 1.4em; }
      header .main-menu-container .main-nav > .category {
        display: none; }
        header .main-menu-container .main-nav > .category > div {
          width: 50%;
          float: right;
          text-align: center;
          line-height: 3em;
          cursor: pointer;
          background: #2b6bb4;
          color: white; }
      header .main-menu-container .main-nav .main-menu {
        display: block;
        list-style: none;
        font-size: 1em;
        margin: 0;
        white-space: nowrap;
        text-align: right;
        padding-right: 0;
        list-style: none;
        padding: 0;
        margin: 0; }
        header .main-menu-container .main-nav .main-menu a {
          color: white;
          text-decoration: none; }
        header .main-menu-container .main-nav .main-menu > li {
          display: inline-block;
          padding: 16px 0px; }
          header .main-menu-container .main-nav .main-menu > li .title-dot {
            width: 4px;
            height: 4px;
            background: white;
            display: inline-block;
            margin-right: 12px;
            border-radius: 50%; }
          header .main-menu-container .main-nav .main-menu > li > a {
            position: relative;
            line-height: 2em;
            padding: 12.4px;
            font-weight: 500; }
            header .main-menu-container .main-nav .main-menu > li > a.has-sub-menu:after {
              content: '';
              width: 10px;
              height: 10px;
              display: inline-block;
              vertical-align: middle;
              margin-top: 3px;
              background-image: url("/images/arrow-white.png");
              background-repeat: no-repeat; }
          header .main-menu-container .main-nav .main-menu > li.active {
            background-color: #f2f2f2; }
            header .main-menu-container .main-nav .main-menu > li.active > a {
              color: #002c63 !important; }
          header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 {
            position: relative;
            transition: all 0.3s;
            padding: 12px;
            width: 100%;
            border-radius: 0 0 16px 16px;
            display: none;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0, 0, 0, 1);
            opacity: 0;
            position: absolute;
            top: 48px;
            right: 0;
            left: 0;
            z-index: 5;
            height: 0; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .sub-menu.level-3 {
              display: list-item !important; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots {
              width: 400px;
              float: right;
              background-color: #f2f2f2;
              padding: 10px 0; }
              header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul {
                display: block;
                margin: 0;
                padding: 0; }
                header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .more-categories {
                  list-style: none;
                  margin-top: 8px; }
                  header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .more-categories a {
                    color: black;
                    padding: 5px 12px;
                    font-weight: bold; }
                header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 {
                  display: block;
                  font-size: 1em;
                  padding: 6px 12px;
                  margin-top: 5px; }
                  header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level2-img {
                    width: 55px;
                    margin-left: 20px;
                    border-radius: 5px; }
                  header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 > a {
                    font-weight: 500;
                    color: black; }
                  header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active {
                    background: #002c63;
                    border-radius: 8px; }
                    header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active a {
                      color: white; }
                    header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active .level-3-container {
                      display: block; }
                      header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2.active .level-3-container .categories .category {
                        width: 50%;
                        text-align: center;
                        margin-right: 1.25%;
                        padding: 5px 15px;
                        float: right;
                        color: white;
                        background: #002c63;
                        border-radius: 0 0 8px 8px; }
                  header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container {
                    display: none;
                    position: absolute;
                    width: calc(100% - 440px);
                    border-radius: 8px;
                    top: 15px;
                    right: 425px;
                    background: white;
                    height: calc(100% - 30px);
                    background-image: url("/Images/menu-bg.jpg");
                    background-size: cover;
                    background-repeat: no-repeat; }
                    header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container > ul {
                      float: right;
                      width: 100%;
                      padding: 15px 30px 15px 0; }
                      header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container > ul li {
                        margin-top: 5px; }
                        header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .roots > ul > .level-2 .level-3-container > ul li .level3-img {
                          width: 55px;
                          margin-left: 20px;
                          border-radius: 5px; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .items {
              width: 80%;
              background: white;
              float: right; }
              header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop .items > div {
                float: right;
                width: 50%;
                background: transparent; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category {
              position: absolute;
              height: 100%;
              width: 150px;
              right: 0;
              top: 0; }
              header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category > div {
                display: block;
                height: 50%;
                text-align: center;
                cursor: pointer;
                background: #e0e0e0; }
                header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 > .category > div:hover {
                  background: #4b89d0;
                  color: white; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2.desktop.active {
              height: 440px;
              display: block;
              opacity: 1; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 a {
              border-bottom: 2px solid transparent; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 .sub-menu.level-3 a:hover {
              color: #002c63 !important;
              border-bottom: 2px solid #002c63; }
            header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 {
              display: inline-block;
              vertical-align: top; }
              header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 a {
                color: black;
                text-decoration: none; }
              header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 {
                padding-right: 0;
                list-style: none; }
                header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 > li {
                  width: 28%;
                  float: right; }
                  header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 > li a {
                    line-height: 2.4em;
                    font-size: 0.97em;
                    font-weight: 500;
                    color: #787878; }
                header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 .more-categories {
                  clear: both;
                  float: left;
                  list-style: none;
                  width: 198px; }
                  header .main-menu-container .main-nav .main-menu > li .sub-menus.level-2 li.sub-menu.level-2 .sub-menus.level-3 .more-categories a {
                    color: #002c63; }
      header .main-menu-container .main-nav[data-category='0'] .category [data-category='0'] {
        background: #2b6bb4 !important;
        color: white; }
      header .main-menu-container .main-nav[data-category='0'] [data-category-1] {
        display: none; }
      header .main-menu-container .main-nav[data-category='1'] .category [data-category='1'] {
        background: #2b6bb4 !important;
        color: white; }
      header .main-menu-container .main-nav[data-category='1'] [data-category-0] {
        display: none; }

@media (max-width: 1549px) {
  .sub-menus.level-2 .sub-menu.level-2 ul.items > li {
    font-size: 0.9em; }
  .page-header .header-inner .logo {
    margin-left: 0; }
  .page-header .header-inner .header-separator nav .menu-title {
    padding-right: 20px; }
  .page-header .header-inner .header-separator nav .separator-line-w {
    left: 38px; }
  .page-header .header-inner .microphone-wrapper {
    line-height: 1em !important;
    left: 260px;
    right: 330px; }
    .page-header .header-inner .microphone-wrapper .bg {
      padding: 18px !important; }
      .page-header .header-inner .microphone-wrapper .bg .comment {
        width: 30%; }
      .page-header .header-inner .microphone-wrapper .bg .record {
        width: 30%; }
      .page-header .header-inner .microphone-wrapper .bg .icon img {
        margin-bottom: 23px !important; } }

@media (max-width: 1200px) {
  header .main-menu-container .main-nav .main-menu > li {
    padding: 16px 5px; } }

@media (max-width: 992px) {
  .hidden-plus {
    visibility: hidden; }
  .text-column .temp-content {
    text-align: center; }
  .text-column .contents {
    background-color: #002c63;
    min-height: 500px;
    padding: 60px 90px 20px 60px; }
    .text-column .contents h1 {
      position: absolute;
      left: 2px;
      color: #d21145;
      top: -16px;
      font-size: 6em; }
    .text-column .contents h2 {
      position: absolute;
      left: 3px;
      top: 35px;
      font-size: 3em; } }

@media (max-width: 768px) {
  header .top-header, header .middle-header {
    display: none; }
  header .container {
    padding: 0;
    width: 100%; }
  .bottom-header {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0; }
  .main-menu-container {
    margin-right: initial;
    background: #f2f2f2;
    height: 100%;
    box-shadow: 0 3px 5px #1c4885;
    display: none; }
    .main-menu-container .main-nav {
      height: calc(100vh - 14px);
      display: none; }
      .main-menu-container .main-nav .main-menu {
        padding-top: 120px !important; }
        .main-menu-container .main-nav .main-menu .fa-search {
          margin-right: 24px;
          margin-left: 20px;
          font-size: 1.1em;
          color: #444444; }
        .main-menu-container .main-nav .main-menu .search-icon {
          border: none;
          border-bottom: 1px solid #ededed;
          display: block; }
          .main-menu-container .main-nav .main-menu .search-icon span {
            display: inline-block; }
      .main-menu-container .main-nav.open {
        display: block; }
      .main-menu-container .main-nav[data-category='0'] .category > div[data-category='0'] {
        background: #f2f2f2 !important;
        color: white;
        color: black;
        font-weight: bold; }
      .main-menu-container .main-nav[data-category='1'] .category > div[data-category='1'] {
        background: #f2f2f2 !important;
        color: white;
        color: black;
        font-weight: bold; }
      .main-menu-container .main-nav > .category {
        display: block; }
      .main-menu-container .main-nav .sub-menu.level-1 {
        height: 100%;
        overflow-y: auto; }
        .main-menu-container .main-nav .sub-menu.level-1 > .items > .item {
          width: 100%;
          display: block;
          border-bottom: 1px solid #ededed;
          position: relative;
          transition: .5s; }
          .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .toggle-button {
            display: inline-block;
            vertical-align: middle;
            width: 17px;
            height: 17px;
            margin-right: 20px;
            background: url(/images/plus.svg) center center no-repeat;
            background-size: cover; }
          .main-menu-container .main-nav .sub-menu.level-1 > .items > .item > a {
            padding: 5px 18px;
            line-height: 3.8em;
            color: black; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item > a:after {
              left: 10px; }
          .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active {
            background-color: white; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > a {
              color: #002c63; }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > a:after {
                background-image: url(/images/arrow-left-open.png); }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active .toggle-button {
              background: url(/images/minus.svg) center center no-repeat; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item.active > .sub-menus {
              height: auto;
              opacity: 1;
              display: block; }
          .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 {
            position: relative;
            top: 0;
            background-color: transparent;
            box-shadow: none;
            padding: 0; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2.desktop {
              display: none !important; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2.active {
              min-height: 0; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .category {
              display: none; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .more-categories {
              padding: 12px 45px; }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 > .more-categories a {
                color: #002c63; }
            .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 {
              display: block;
              position: relative;
              border-bottom: 1px solid #ededed; }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .toggle-button {
                vertical-align: middle;
                position: relative;
                width: 17px;
                height: 17px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 40px;
                background: url(/images/plus.svg) center center no-repeat;
                background-size: cover; }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 > a {
                display: inline-block;
                vertical-align: middle;
                margin-right: 18px;
                font-weight: 500;
                line-height: 3.8em; }
                .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 > a:after {
                  content: '';
                  width: 10px;
                  height: 10px;
                  position: absolute;
                  left: 15px;
                  top: 24px;
                  background-image: url(/images/arrow-left.png);
                  background-repeat: no-repeat; }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > a {
                color: #002c63; }
                .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > a:after {
                  background-image: url(/images/arrow-down-open.png); }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active .toggle-button {
                background: url(/images/minus.svg) center center no-repeat; }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2.active > .sub-menus.level-3 {
                height: auto;
                opacity: 1;
                display: block; }
              .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 {
                display: none;
                height: 0;
                transition: all 0.3s;
                margin-top: 0;
                padding-right: 100px;
                background: #ededed; }
                .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3.active {
                  display: block;
                  height: auto; }
                .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .sub-menu.level-3 {
                  border-bottom: 1px solid #ededed;
                  width: auto;
                  float: none;
                  list-style: none; }
                  .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .sub-menu.level-3 .level3-img {
                    width: 50px;
                    margin: 5px; }
                  .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .sub-menu.level-3 > a {
                    display: block;
                    margin: 0 24px 0 0;
                    color: black; }
                .main-menu-container .main-nav .sub-menu.level-1 > .items > .item .sub-menus.level-2 .sub-menu.level-2 .sub-menus.level-3 .more-categories {
                  clear: none;
                  float: none;
                  width: auto;
                  padding: 8px 12px; }
  .mobile-nav {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    float: right;
    position: relative;
    z-index: 10;
    margin-top: 10px; }
    .mobile-nav .bar1, .mobile-nav .bar2, .mobile-nav .bar3 {
      width: 33px;
      height: 3px;
      background-color: white;
      margin: 6px 0;
      transition: 0.4s; }
      .mobile-nav .bar1.open, .mobile-nav .bar2.open, .mobile-nav .bar3.open {
        background-color: white; }
    .mobile-nav.change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-5px, 5px);
      transform: rotate(-45deg) translate(-5px, 5px); }
    .mobile-nav.change .bar2 {
      opacity: 0; }
    .mobile-nav.change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px); }
  .mobile-header {
    display: block;
    position: relative;
    z-index: 3;
    background-color: white;
    border-bottom: 1px solid #ededed;
    position: fixed;
    width: 100%;
    border-top: 5px solid #002c63; }
    .mobile-header .actions {
      padding-left: 20px; }
    .mobile-header .nav-toggle-button {
      position: relative;
      cursor: pointer;
      font-weight: bold;
      padding: 20px 30px; }
      .mobile-header .nav-toggle-button.open .toggle-button {
        transform: rotate(45deg) !important; }
        .mobile-header .nav-toggle-button.open .toggle-button .bar.i-2 {
          opacity: 0; }
        .mobile-header .nav-toggle-button.open .toggle-button .bar.i-1 {
          transform: rotate(-90deg) translateX(-5px) translateY(-7px); }
        .mobile-header .nav-toggle-button.open .toggle-button .bar.i-3 {
          transform: translateY(-7px) translateX(-7px); }
      .mobile-header .nav-toggle-button.open .menu-title {
        opacity: 0; }
    .mobile-header .toggle-button {
      transition: all 0.3s cubic-bezier(0, 0, 0, 1);
      cursor: pointer;
      width: 59px;
      height: 60.5px;
      z-index: 2;
      position: absolute;
      top: 29px;
      right: 7px; }
      .mobile-header .toggle-button .icon {
        margin-top: 8px; }
        .mobile-header .toggle-button .icon .bar {
          display: block;
          width: 22px;
          height: 2px;
          border-radius: 2px;
          background: #d81818;
          transition: all 0.2s ease-in-out;
          margin: 4px auto; }
    .mobile-header .menu-title {
      display: inline-block;
      position: relative;
      z-index: 2;
      font-size: 0.85em;
      font-weight: bold;
      margin-right: 30px;
      color: #d81818;
      opacity: 1;
      transition: all 0.3s; }
    .mobile-header .logo {
      float: left;
      width: 130px;
      margin: 10px; } }

.product-order-background {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 9999; }

#product-order {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999; }
  #product-order.hide-message {
    top: -200%;
    transition: .4s all;
    visibility: hidden; }
  #product-order.show-message {
    top: 0;
    visibility: visible; }
  #product-order .product-order-container {
    display: table;
    margin: 0 auto;
    height: 100%; }
    #product-order .product-order-container .cell {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      width: 50vw; }
      #product-order .product-order-container .cell .product-order-cell {
        background: white;
        position: relative; }
        #product-order .product-order-container .cell .product-order-cell .product-order-header {
          padding: 10px 20px;
          background: #002c63;
          color: white;
          border-bottom: 1px solid #b7b7b7; }
          #product-order .product-order-container .cell .product-order-cell .product-order-header .btn-product-order-close {
            cursor: pointer;
            font-size: 2.5em; }
          #product-order .product-order-container .cell .product-order-cell .product-order-header .product-name {
            font-size: 2em;
            font-weight: 500;
            margin: 0;
            padding-right: 50px; }
        #product-order .product-order-container .cell .product-order-cell .product-order-body {
          padding: 40px 70px; }
          #product-order .product-order-container .cell .product-order-cell .product-order-body label {
            font-size: 1.6em; }
          #product-order .product-order-container .cell .product-order-cell .product-order-body .form-control {
            padding: 6px 12px; }
          #product-order .product-order-container .cell .product-order-cell .product-order-body input::-webkit-input-placeholder {
            font-size: 1.2em; }
          #product-order .product-order-container .cell .product-order-cell .product-order-body textarea {
            font-size: 1.2em;
            resize: none; }
            #product-order .product-order-container .cell .product-order-cell .product-order-body textarea::-webkit-input-placeholder {
              font-size: 1.2em; }
          #product-order .product-order-container .cell .product-order-cell .product-order-body .text-danger {
            font-size: 1.2em;
            color: red; }
          #product-order .product-order-container .cell .product-order-cell .product-order-body .btn {
            width: 30%; }
          #product-order .product-order-container .cell .product-order-cell .product-order-body .submited-text {
            font-size: 2em; }

.top-ten {
  margin: 25px; }
  .top-ten .owl-carousel .owl-nav.disabled, .top-ten .owl-carousel .owl-dots.disabled {
    display: block !important; }
  .top-ten .item img {
    display: block;
    width: 0;
    height: auto; }
  .top-ten .stuff {
    position: relative;
    margin: 15px 20px;
    overflow: hidden;
    background: white;
    text-align: center; }
    .top-ten .stuff .box {
      padding: 5px;
      position: relative;
      z-index: 2;
      border-radius: 5px;
      margin-bottom: 1px; }
      .top-ten .stuff .box .rate {
        padding: 5px 0; }
      .top-ten .stuff .box:hover .heart-dislike {
        visibility: visible; }
    .top-ten .stuff .header {
      border-bottom: 1px dotted #b0b0b0;
      z-index: 3;
      position: relative; }
    .top-ten .stuff .image-link {
      position: relative;
      z-index: 2;
      /*background: #f2f2f2;*/
      display: block; }
      .top-ten .stuff .image-link img {
        width: 100%;
        margin: 0 auto 0; }
    .top-ten .stuff .details {
      display: inline-block;
      width: 100%; }
      .top-ten .stuff .details .title-wrapper {
        /* height: 100%;*/ }
        .top-ten .stuff .details .title-wrapper .title {
          font-size: 1.6em;
          color: black;
          display: block;
          margin-bottom: -7px;
          font-weight: bold; }
        .top-ten .stuff .details .title-wrapper a:hover {
          text-decoration: none; }
        .top-ten .stuff .details .title-wrapper .summary {
          font-size: 1.4em;
          color: #002c63;
          display: block;
          margin-bottom: 30px; }
      .top-ten .stuff .details .summary {
        display: none; }
      .top-ten .stuff .details .price-box {
        margin: 5px 0 0;
        position: relative;
        font-size: 1.5em;
        text-align: center;
        font-weight: bold; }
        .top-ten .stuff .details .price-box > div {
          display: inline-block; }
        .top-ten .stuff .details .price-box .icon-tag {
          font-size: 1.3em;
          color: #9f9fa0;
          vertical-align: middle; }
        .top-ten .stuff .details .price-box b {
          font-size: 1.1em; }
    .top-ten .stuff .sign {
      right: -15px;
      top: -18px;
      z-index: 70; }
    .top-ten .stuff .hover {
      border-radius: 25px;
      position: absolute;
      top: 50px;
      right: 0;
      bottom: 0;
      left: 0; }
    .top-ten .stuff .btns {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      z-index: 3;
      text-align: center; }
      .top-ten .stuff .btns .btn i {
        margin-left: 5px; }
    .top-ten .stuff .hover {
      visibility: visible;
      opacity: 1; }
    .top-ten .stuff .btns {
      display: block; }
    .top-ten .stuff .image-link img:hover {
      transform: scale(1.01); }
  .top-ten h3 {
    position: absolute;
    left: 9px;
    top: -27px;
    background: white;
    padding: 0 10px; }
  .top-ten .items {
    position: relative; }
    .top-ten .items .owl-nav {
      position: absolute;
      width: 100%;
      top: 50%; }
      .top-ten .items .owl-nav > div {
        width: 50px;
        height: 50px;
        font-size: 2.5em;
        position: absolute;
        padding: 0px 10px;
        margin-top: -25px; }
        .top-ten .items .owl-nav > div.owl-prev {
          right: -30px;
          background: url("/images/next-yellow.svg") center center no-repeat;
          background-size: cover; }
        .top-ten .items .owl-nav > div.owl-next {
          left: -30px;
          background: url("/images/previous-yellow.svg") center center no-repeat;
          background-size: cover; }
    .top-ten .items .item {
      margin: 20px 10px;
      position: relative;
      border-radius: 9px;
      padding: 10px; }
      .top-ten .items .item a img {
        padding: 5px; }
      .top-ten .items .item:hover {
        box-shadow: 1px 1px 17px #bbb; }
    .top-ten .items .specs {
      /*position: absolute;
                background: #4d4d4d;
                color: white;
                padding: 10px 15px;
                text-align: center;
                height: 50px;
                bottom: 0;
                left: 0;
                right: 0;
                transition: all 0.3s ease-in-out;*/ }
      .top-ten .items .specs a {
        color: #253746; }
      .top-ten .items .specs .title {
        font-size: 1.6em;
        text-align: center;
        min-height: 65px; }
      .top-ten .items .specs .price {
        font-size: 2em;
        margin-top: 20px;
        text-align: center; }

.page-footer {
  background: #e3e3e3;
  color: black;
  margin-top: -5px; }
  .page-footer .footer-title b {
    color: #002c63;
    border-bottom: 1px solid #002c63;
    display: inline-block;
    font-size: 1.2em; }
  .page-footer .newslatter-title {
    font-size: 1.2em; }
  .page-footer .about-us {
    text-align: justify; }
  .page-footer .top {
    font-size: 1.4em;
    padding: 30px 0;
    border-bottom: 1px solid #303639; }
    .page-footer .top .phone-number {
      direction: ltr;
      text-align: right;
      font-weight: bold; }
    .page-footer .top a {
      color: black;
      display: block;
      text-decoration: none; }
    .page-footer .top .address {
      font-weight: bold;
      margin-top: 30px; }
    .page-footer .top ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .page-footer .top h4 {
      font-size: 1.6em; }
    .page-footer .top .top {
      padding: 10px; }
  .page-footer .social-networks {
    text-align: right; }
    .page-footer .social-networks ul {
      padding: 0;
      margin: 0; }
      .page-footer .social-networks ul li {
        display: inline-block;
        padding: 20px 10px;
        border-left: 1px solid #303639;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: .5s all; }
        .page-footer .social-networks ul li:hover {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
  .page-footer .copy-right {
    font-size: 1em;
    padding-top: 20px; }

.nav-is-open .quick-links.open {
  left: -280px; }

.quick-links {
  position: fixed;
  top: 50%;
  margin-top: -150px;
  width: 300px;
  z-index: 2;
  left: -280px;
  transition: all 0.3s ease-in-out; }
  .quick-links:hover, .quick-links.open {
    left: 0; }
  .quick-links:before {
    content: '';
    width: 14px;
    height: 14px;
    background: -webkit-linear-gradient(-45deg, #f4cf6b, #997814);
    z-index: 100;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -7px;
    transform: rotate(45deg); }
  .quick-links .quick-links-wrapper {
    width: 100%;
    padding: 20px 10px 10px 10px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out; }
    .quick-links .quick-links-wrapper:hover {
      background: rgba(0, 0, 0, 0.8); }
      .quick-links .quick-links-wrapper:hover ul li .title {
        color: white;
        border-bottom: 1px dotted white;
        transition: all 0.3s ease-in-out; }
    .quick-links .quick-links-wrapper:before {
      content: '';
      width: 14px;
      height: 14px;
      background: -webkit-linear-gradient(-45deg, #f4cf6b, #997814);
      z-index: 100;
      position: absolute;
      top: -7px;
      left: 53px;
      transform: rotate(45deg); }
    .quick-links .quick-links-wrapper:after {
      content: '';
      width: 14px;
      height: 14px;
      background: -webkit-linear-gradient(-45deg, #f4cf6b, #997814);
      z-index: 100;
      position: absolute;
      bottom: -7px;
      left: 53px;
      transform: rotate(45deg); }
    .quick-links .quick-links-wrapper ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .quick-links .quick-links-wrapper ul li {
        padding: 0 10px;
        color: #212b36;
        text-align: center;
        width: 100%;
        cursor: pointer; }
        .quick-links .quick-links-wrapper ul li .title {
          float: right;
          width: 70%;
          text-align: center;
          border-bottom: 1px dotted black;
          font-weight: bold;
          padding-bottom: 10px; }
        .quick-links .quick-links-wrapper ul li .icon {
          width: 30%;
          display: inline-block;
          background: url("/Images/diamond-black-bg.png") no-repeat center center;
          width: 50px;
          height: 50px;
          background-size: contain; }
          .quick-links .quick-links-wrapper ul li .icon div {
            width: 80%;
            height: 80%;
            margin: 10% 10% 0 0;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; }
            .quick-links .quick-links-wrapper ul li .icon div.quick-select {
              background-image: url("/Images/quick-select-icon-gold.png"); }
            .quick-links .quick-links-wrapper ul li .icon div.today-announce {
              background-image: url("/Images/today-announce-icon-gold.png"); }
            .quick-links .quick-links-wrapper ul li .icon div.ecoffice-suggestions {
              background-image: url("/Images/ecoffice-suggestions-icon-gold.png"); }
            .quick-links .quick-links-wrapper ul li .icon div.related-links {
              background-image: url("/Images/related-links-icon-gold.png"); }
        .quick-links .quick-links-wrapper ul li:hover .icon div.quick-select {
          background-image: url("/Images/quick-select-icon-white.png"); }
        .quick-links .quick-links-wrapper ul li:hover .icon div.today-announce {
          background-image: url("/Images/today-announce-icon-white.png"); }
        .quick-links .quick-links-wrapper ul li:hover .icon div.ecoffice-suggestions {
          background-image: url("/Images/ecoffice-suggestions-icon-white.png"); }
        .quick-links .quick-links-wrapper ul li:hover .icon div.related-links {
          background-image: url("/Images/related-links-icon-white.png"); }

#loginModal .modal-header {
  text-align: center;
  height: 85px;
  position: relative; }
  #loginModal .modal-header img {
    position: relative;
    bottom: -5px; }

#loginModal .modal-content .invoice-alert {
  display: none;
  background: #ecddb3;
  font-weight: bold;
  padding: 8px;
  border-radius: 5px;
  text-align: right; }

#loginModal .modal-content.show-invoice-alert .invoice-alert {
  display: block; }

#loginModal .modal-body {
  padding-top: 50px; }
  #loginModal .modal-body .card-signin {
    padding: 0 15px; }
  #loginModal .modal-body .nav-tabs {
    border-bottom: none; }
    #loginModal .modal-body .nav-tabs > li {
      float: none;
      display: inline-block; }
      #loginModal .modal-body .nav-tabs > li.active > a {
        background: #f5f5f1;
        margin-right: 0px; }
  #loginModal .modal-body .tab-content {
    padding: 15px;
    transition: all 0.3s;
    background: #f5f5f1;
    border: 1px solid #dddddd;
    border-radius: 8px; }
    #loginModal .modal-body .tab-content .tab-pane {
      padding: 15px; }
  #loginModal .modal-body .options {
    display: block; }
    #loginModal .modal-body .options .checkbox {
      margin: 20px 0; }
    #loginModal .modal-body .options a {
      margin: 20px 0;
      display: block; }
  #loginModal .modal-body .register-btn {
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    text-align: center; }
  #loginModal .modal-body .social-login {
    text-align: center; }
    #loginModal .modal-body .social-login .title {
      z-index: 1;
      position: relative;
      margin-top: 30px; }
      #loginModal .modal-body .social-login .title span {
        font-size: 1.1em;
        color: #997814;
        background: white;
        padding: 5px; }
    #loginModal .modal-body .social-login .border {
      height: 1px;
      width: 100%;
      position: relative;
      margin-top: -17px;
      background-color: #997814;
      z-index: 0; }
    #loginModal .modal-body .social-login .icons {
      margin-top: 30px; }
      #loginModal .modal-body .social-login .icons a {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        color: white;
        text-decoration: none;
        padding-top: 5px; }
      #loginModal .modal-body .social-login .icons a.fb-btn {
        background-color: #3b578f; }
      #loginModal .modal-body .social-login .icons a.tw-btn {
        background-color: #33a7d9; }
      #loginModal .modal-body .social-login .icons a.gl-btn {
        background-color: #e0523b; }

#loginModal .modal-footer {
  text-align: center; }

.validation-summary-errors ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.top-picture {
  margin-bottom: 50px; }
  .top-picture .img {
    max-width: 100%; }

.newsletter-form {
  position: relative; }
  .newsletter-form .popover-content {
    color: black;
    font-size: 0.7em; }
  .newsletter-form .newsletter-submit {
    border: none;
    position: absolute;
    top: 1px;
    left: 0;
    background: #009343; }

.diamond-price {
  margin-bottom: 100px; }
  .diamond-price h1 {
    font-size: 3.6em;
    color: #002c63; }
  .diamond-price p {
    font-size: 1.6em; }

.text-right p {
  /*font-size: 1.6em*/ }

.pics-container {
  width: 60%;
  margin: 0 auto 0;
  margin-bottom: 100px; }
  .pics-container .btns {
    border-radius: 5px;
    margin: 0 auto 0;
    margin-top: 50px;
    min-width: 250px;
    display: block;
    font-size: 2em;
    font-weight: 600; }
  .pics-container .btn-secondary:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.7); }

.history {
  margin-bottom: 100px; }
  .history h1 {
    font-size: 6em;
    color: #002c63; }
  .history p {
    font-size: 1.6em; }

.content-s {
  margin-bottom: 100px; }
  .content-s p {
    font-size: 1.6em; }
  .content-s img {
    width: 100%; }

.pic-column {
  z-index: 5; }

.text-column {
  margin-right: -100px;
  margin-top: 60px; }
  .text-column .temp-content {
    padding: 40px;
    position: relative; }
  .text-column .contents {
    background-color: #002c63;
    min-height: 500px;
    padding: 90px 50px 10px 60px; }
    .text-column .contents h1 {
      position: absolute;
      left: -20px;
      color: #d21145;
      top: -37px;
      font-size: 7em; }
    .text-column .contents h2 {
      position: absolute;
      left: -20px;
      top: 50px;
      font-size: 4em; }
    .text-column .contents p {
      font-size: 1.6em; }

div.favorite-mark {
  visibility: hidden; }
  div.favorite-mark:hover .heart-dislike {
    visibility: hidden; }
  div.favorite-mark:hover .heart-like {
    visibility: visible; }
  div.favorite-mark i {
    background-color: white;
    border-radius: 40%;
    padding: 5px;
    font-size: 15pt;
    z-index: 3;
    position: absolute;
    left: 10px;
    top: 10px; }

.mobile-nav {
  display: none; }

@media (max-width: 1920px) {
  header .header-top .action-buttons .actions-top .quotation span.title:after {
    left: 60px; }
  header .login .header-button span:before {
    left: 80px; }
  header .header-top .action-buttons .actions-top .favorite span.title:before {
    left: 71px; }
  .autocomplete-suggestions {
    text-align: right; }
  .page-header {
    border-bottom: none; }
    .page-header .header-inner .logo {
      margin-left: 0; }
    .page-header .header-inner .search-wrapper {
      padding: 19px 370px 0 365px; } }

@media (max-width: 1600px) {
  .width-controller {
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
  section.page-2 .product-selector .canvas .line {
    height: 40px;
    margin-top: 40px; }
  section.page-2 .product-selector .canvas .title {
    margin-top: 100px; }
  .page-header .header-inner .logo {
    margin-left: 0; }
  .page-header .header-inner .microphone-wrapper {
    line-height: 1em !important;
    text-align: center;
    left: 21%;
    right: 23%; } }

@media (max-width: 1549px) {
  section.page-4 .products .product .product-box .content .image {
    height: 150px; }
  section.page-4 .products .product .product-box .content .title {
    height: 70px; }
  section.page-4 .products .product .add-to-cart {
    width: 62px;
    height: 112px;
    position: absolute;
    background: url("/images/new-product-tag.png") no-repeat;
    top: 100%;
    right: -12px;
    margin-top: -17px; }
    section.page-4 .products .product .add-to-cart.i-1 {
      z-index: 3; }
      section.page-4 .products .product .add-to-cart.i-1 .icon {
        font-size: 1.6em;
        color: white;
        margin-top: 50px;
        display: inline-block;
        margin: 64px 17px;
        text-shadow: 0 2px 4px grey; }
    section.page-4 .products .product .add-to-cart.i-2 {
      background: url("/images/new-product-tag-line.png") no-repeat;
      right: -43px;
      margin-top: -5px; } }

@media (max-width: 1440px) {
  .page-header .header-inner .logo {
    margin-left: 0; }
  .page-header .header-inner .microphone-wrapper {
    line-height: 1em !important;
    left: 261px;
    right: 330px; }
    .page-header .header-inner .microphone-wrapper .bg {
      padding: 18px !important; }
      .page-header .header-inner .microphone-wrapper .bg .comment {
        width: 30%; }
      .page-header .header-inner .microphone-wrapper .bg .record {
        width: 30%; }
      .page-header .header-inner .microphone-wrapper .bg .icon img {
        margin-bottom: 23px !important; } }

@media (max-width: 1200px) {
  #product-order .product-order-container .cell {
    width: 80vw; }
  .page-footer .info .info-container {
    margin-top: -100px; }
    .page-footer .info .info-container .info-container-box {
      flex: 0 0 100%;
      max-width: 100%; }
      .page-footer .info .info-container .info-container-box:after {
        display: none; }
  .text-column .temp-content {
    text-align: center; }
  .text-column .contents {
    background-color: #002c63;
    min-height: 500px;
    padding: 60px 90px 20px 60px; }
    .text-column .contents h1 {
      position: absolute;
      left: 2px;
      color: #d21145;
      top: -16px;
      font-size: 6em; }
    .text-column .contents h2 {
      position: absolute;
      left: 3px;
      top: 35px;
      font-size: 3em; }
  section.page-2 .product-selector .canvas .product-type .bullet {
    width: 30px;
    height: 30px;
    margin-right: -15px;
    margin-top: -10px;
    background: url(/images/bullet-black-small.png) no-repeat; }
  .page-header .header-inner .logo {
    margin-left: 0; }
  .page-header .header-inner .microphone-wrapper {
    left: 260px;
    right: 330px;
    bottom: 0;
    top: -200%; }
    .page-header .header-inner .microphone-wrapper .bg {
      position: relative;
      background: black;
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 10px; }
      .page-header .header-inner .microphone-wrapper .bg .comment {
        font-size: 0.7em;
        line-height: 1em;
        width: 100%; }
      .page-header .header-inner .microphone-wrapper .bg .icon img {
        margin-top: 35px;
        width: 90px; }
      .page-header .header-inner .microphone-wrapper .bg .record {
        display: none; }
    .page-header .header-inner .microphone-wrapper.active {
      top: 0; }
  .page-header .header-inner .quotation .paper-clip {
    background: url("/Images/paperclip-sm.png") no-repeat center center;
    width: 110px;
    height: 100px; }
  .page-header .header-inner .quotation .envelope {
    background: url("/Images/envelope-sm.png") no-repeat center center;
    width: 110px;
    height: 110px; }
  .page-header .header-inner .quotation .invoice {
    background: url("/Images/invoice-sm.png") no-repeat center center;
    width: 110px;
    height: 130px; }
  section.page-4 .lamps.container .lamps .lamp {
    width: 33%; }
    section.page-4 .lamps.container .lamps .lamp:nth-child(4) {
      display: none; }
  /*.header-bottom { display: none; }*/
  header {
    position: relative; }
    header .main-page {
      margin-right: 45px;
      font-weight: bold;
      text-decoration: none; }
    header .header-top .scroll {
      /*background: #013b4f;*/
      float: left; }
    header .header-top .logo {
      float: right;
      margin-top: 10px; }
      header .header-top .logo img {
        width: 150px;
        margin-left: 10px; }
    header .header-top .action-buttons-mobile {
      display: block !important; }
    header .header-top .action-buttons {
      display: none;
      float: none !important; }
      header .header-top .action-buttons .actions-top {
        padding: 15px;
        text-align: center; }
        header .header-top .action-buttons .actions-top > div {
          float: none !important;
          display: inline-block; }
      header .header-top .action-buttons .actions-bottom {
        margin: 10px 0; }
        header .header-top .action-buttons .actions-bottom .search-wrapper {
          float: none !important; }
          header .header-top .action-buttons .actions-bottom .search-wrapper .search-input {
            width: 100%; } }

@media (max-width: 992px) {
  .application .box .details {
    top: 88%; }
  .pic-column {
    display: none; }
  .text-column {
    margin: 0; }
    .text-column .temp-content {
      padding: 40px;
      position: relative; }
    .text-column .contents {
      min-height: 300px;
      padding: 90px 10px 0px 30px; }
      .text-column .contents h1 {
        font-size: 6em;
        margin: -109px auto 0px;
        position: relative; }
      .text-column .contents h2 {
        font-size: 3em;
        margin: 10px auto 15px;
        position: static; }
  .menu-overlay {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none; }
  body.nav-is-open .nav-container {
    right: 0 !important; }
  body.nav-is-open .menu-overlay {
    display: block; }
  .search-container .search-input-container .btn {
    width: auto; }
  section.page-4 .lamps.container .lamps .lamp {
    width: 50%; }
    section.page-4 .lamps.container .lamps .lamp:nth-child(3) {
      display: none; }
    section.page-4 .lamps.container .lamps .lamp:nth-child(4) {
      display: none; } }

@media (max-width: 768px) {
  /*    .banner-container #top-banner .owl-carousel .owl-item .caption { left: 0; right: 0; font-size: 2em; }*/
  .top-heeader {
    display: none; }
  .ads-bottom-container, .ads-left-container {
    display: none; }
  .ads-bottom-container {
    max-width: 80%; }
  #product-order .product-order-container .cell {
    width: 100vw; }
    #product-order .product-order-container .cell .product-order-cell {
      height: 100%; }
      #product-order .product-order-container .cell .product-order-cell .product-order-body {
        overflow: auto;
        max-height: 90vh; }
        #product-order .product-order-container .cell .product-order-cell .product-order-body .btn {
          width: auto; }
  .page-footer .top ul {
    padding: 0; }
  .display-priority .advance-search button {
    min-width: 50%;
    border-radius: 4px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5; }
  .invoice:before {
    height: 10%; }
  .big-images {
    position: relative; }
    .big-images .item {
      position: relative;
      height: 20vh;
      margin: 10px 0;
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat; }
      .big-images .item .sometext {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center !important;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 10%; }
      .big-images .item .sometext768 {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center !important;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 10%; }
    .big-images .half-item {
      width: 100%;
      white-space: normal;
      overflow: no-display; }
      .big-images .half-item .item {
        position: relative;
        height: 20vh;
        margin: 10px 0;
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        margin-left: 0; }
        .big-images .half-item .item .sometext {
          position: absolute;
          top: 50%;
          left: 50%;
          text-align: center !important;
          transform: translate(-50%, -50%);
          width: 100%;
          padding: 0 10%; }
        .big-images .half-item .item .sometext768 {
          position: absolute;
          top: 50%;
          left: 50%;
          text-align: center !important;
          transform: translate(-50%, -50%);
          width: 100%;
          padding: 0 10%; }
      .big-images .half-item .h_iframe-aparat_embed_frame {
        height: 100%; }
  header {
    position: relative; }
    header .main-page {
      margin-right: 45px;
      font-weight: bold;
      text-decoration: none; }
    header .header-top .logo {
      margin-top: 10px;
      /*                img { width: 150px; margin-left: 10px; }*/ }
    header .header-top .action-buttons-mobile {
      display: block !important; }
    header .header-top .action-buttons {
      display: none;
      float: none !important; }
      header .header-top .action-buttons .actions-top {
        padding: 15px;
        text-align: center; }
        header .header-top .action-buttons .actions-top > div {
          float: none !important;
          display: inline-block; }
      header .header-top .action-buttons .actions-bottom {
        margin: 10px 0; }
        header .header-top .action-buttons .actions-bottom .search-wrapper {
          float: none !important; }
          header .header-top .action-buttons .actions-bottom .search-wrapper .search-input {
            width: 100%; }
  .stuff.details .product-information .buy-information .price-information .add-to-cart {
    margin: 0 !important; }
    .stuff.details .product-information .buy-information .price-information .add-to-cart .btn {
      min-width: 0 !important;
      float: left; }
    .stuff.details .product-information .buy-information .price-information .add-to-cart .discounted-price {
      font-size: 2.5em !important;
      float: right; }
  .stuff.details .product-information .buy-information .price-information .discount, .stuff.details .product-information .buy-information .price-information .count {
    display: none !important; }
  .stuff.details .infos .add-to-basket {
    position: fixed !important;
    left: 0;
    box-shadow: 0px -1px 5px grey;
    background-color: white;
    z-index: 5;
    padding: 15px;
    margin: 0; }
  .stuff.details .container .nav-tab li {
    border-left: none !important; }
  .page-header .header-inner .action-buttons .login .indicator {
    top: 41px;
    left: 7px; }
  .page-header .header-inner .action-buttons .login .greetings {
    left: auto;
    right: 35px;
    top: 52px;
    padding: 0 5px; }
  body > .main-content-wrapper {
    padding-top: 30px;
    margin-top: -30px; }
  .quick-links {
    display: none; }
  .page-footer .top {
    text-align: center; }
    .page-footer .top .col-sm-4 {
      margin-bottom: 50px; }
    .page-footer .top .phone-number {
      text-align: center; }
  .page-footer .social-networks {
    text-align: center; }
  .page-footer .copy-right {
    font-size: 1em;
    padding-top: 20px; }
  .article .certificate {
    background-size: cover;
    background-position: center;
    margin-top: 80px; } }

@media (min-width: 768px) {
  #mobile-header {
    display: none; }
  .stuff .category-container-mobile {
    display: none !important; }
    .stuff .category-container-mobile .specification-filters {
      display: none !important; }
  .stuff .category-container {
    display: block !important; }
  .display-priority {
    display: block !important; }
  .display-priority-mobile {
    display: none !important; }
  .display-priority.mobile {
    display: none !important; }
  #show-filters-btn {
    display: none; }
  section.page .products .owl-nav {
    display: none; } }

@media (min-width: 550px) {
  .share-icons-mobile {
    display: none; }
  .share-btn-mobile {
    display: none; } }

@media (max-width: 480px) {
  .main-title {
    font-size: 2em; }
    .main-title p:before {
      display: none; }
    .main-title p:after {
      display: none; }
  .big-images {
    position: relative; }
    .big-images .item {
      position: relative;
      height: 10vh;
      margin: 3px 0;
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat; }
      .big-images .item .sometext {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center !important;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 10%; }
        .big-images .item .sometext p {
          font-size: 13px !important;
          text-align: center !important; }
        .big-images .item .sometext span {
          font-size: 13px !important;
          text-align: center !important; }
    .big-images .half-item {
      width: 100%;
      white-space: normal;
      overflow: no-display; }
      .big-images .half-item .item {
        position: relative;
        height: 10vh;
        margin: 0px 0;
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        margin-left: 0; }
        .big-images .half-item .item .sometext {
          position: absolute;
          top: 50%;
          left: 50%;
          text-align: center !important;
          transform: translate(-50%, -50%);
          width: 100%;
          padding: 0 10%; }
          .big-images .half-item .item .sometext p {
            font-size: 13px !important;
            text-align: center !important; }
          .big-images .half-item .item .sometext span {
            font-size: 13px !important;
            text-align: center !important; }
      .big-images .half-item .h_iframe-aparat_embed_frame {
        height: 100%; }
  .best-selling .image-link img {
    width: 100% !important; }
  .featured-products .products {
    margin: 0 20px 100px 20px; }
  .text-column {
    margin: 0; }
    .text-column .contents {
      min-height: 300px;
      padding: 90px 10px 0px 30px; }
      .text-column .contents h1 {
        font-size: 2.7em !important;
        margin: -89px auto 0px !important; }
      .text-column .contents h2 {
        font-size: 1.5em;
        margin: 10px auto 15px; }
  .fa-search:before {
    margin: 0px -3px 0; }
  .fa-user-circle:before {
    margin: 0px -3px 0; }
  .fa-shopping-bag:before {
    margin: 0px -3px 0; } }
