@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import "typicons.min.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Open Sans Hebrew", sans-serif;
}

html, body {
  font-size: 15px;
  direction: rtl;
}

html .col-xs-1, html .col-xs-10, html .col-xs-11, html .col-xs-12, html .col-xs-2, html .col-xs-3, html .col-xs-4, html .col-xs-5, html .col-xs-6, html .col-xs-7, html .col-xs-8, html .col-xs-9, html .col-sm-1, html .col-sm-10, html .col-sm-11, html .col-sm-12, html .col-sm-2, html .col-sm-3, html .col-sm-4, html .col-sm-5, html .col-sm-6, html .col-sm-7, html .col-sm-8, html .col-sm-9, html .col-lg-1, html .col-lg-10, html .col-lg-11, html .col-lg-12, html .col-lg-2, html .col-lg-3, html .col-lg-4, html .col-lg-5, html .col-lg-6, html .col-lg-7, html .col-lg-8, html .col-lg-9 {
  float: right;
}

html .slick-slider {
  direction: ltr;
}

html .slick-slide {
  direction: rtl;
  float: right;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-ouer-spin-button {
  -webkit-appearance: none;
}

.slick-prev, .slick-next {
  background-color: #bbb;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-top: -3.5em;
  height: 9em;
  vertical-align: middle;
  line-height: 10em;
  width: 5em;
  z-index: 1;
}

.slick-prev {
  left: 0;
  border-bottom-right-radius: 18em;
  border-top-right-radius: 18em;
  text-align: left;
  padding-left: 0.8em;
}

.slick-next {
  right: 0;
  border-bottom-left-radius: 18em;
  border-top-left-radius: 18em;
  text-align: right;
  padding-right: 0.8em;
}

.slick-prev:hover, .slick-next:hover {
  cursor: pointer;
  opacity: 0.7;
}

.slick-prev > span, .slick-next > span {
  font-size: 2em;
}

.newsItems {
  width: 100%;
  background-color: #c3c3c3;
  text-align: center;
  font-weight: bold;
  height: 85px;
  display: -ms-flexbox;
  display: flex;
}

.newsItems .slick-prev, .newsItems .slick-next {
  background-color: transparent;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-top: -3.5em;
  height: 9em;
  vertical-align: middle;
  line-height: 8em;
  width: 5em;
  z-index: 1;
}

.newsItems .hidden {
  display: none;
}

.newsItems .active {
  display: block;
  height: 100%;
  padding-top: 15px;
  font-size: 23px;
}

.newsItems .slider .content-container {
  display: -ms-flexbox;
  display: flex;
  min-height: 35em;
}

.newsItems .col-sm-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsItems .slick-list {
  margin: auto;
}

.intro-container .header-container ul.header-menu > li.searchFrame {
  background: #fff;
  opacity: 1;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  vertical-align: bottom;
  color: #000;
  float: right;
}

.intro-container .header-container ul.header-menu > li.searchFrame.openSearch {
  width: 200px;
}

.searchFrame button {
  border: 0;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/search-icon.png) no-repeat right 1px transparent;
  width: 33px;
  height: 35px;
}

.searchFrame.openSearch button {
  background: url(../images/search-icon-hover.png) no-repeat right 1px transparent;
}

.searchFrame input[type=text] {
  background: transparent;
  border: none;
  text-indent: 34px;
  font-size: 19px;
  width: 100%;
  margin: 0px 0 0 0;
  height: 32px;
}

.dropdown-menu {
  border-radius: 0;
  top: 43px;
}

.scrolled #menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  min-height: 65px;
  transition: all 0.4s linear;
  z-index: 100;
  font-size: 15px;
  padding: 0 20px;
  box-shadow: 0 3px 6px -5px #000;
}

.scrolled #menu .logo {
  background-image: url(../images/logo_color.svg);
}

.logo-container {
  transition: all 0.4s linear;
  position: absolute;
  top: 17px;
  inset-inline-end: 7px;
  width: 250px;
}
.logo-container img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 2px black);
          filter: drop-shadow(0px 0px 2px black);
}
.logo-container a {
  display: block;
}
@media (min-width: 580px) and (max-width: 992px) {
  .logo-container img.logoScroll {
    display: block;
  }
}

.scrolled .logo-container a {
  width: auto;
}

.scrolled .logo-container {
  max-width: 297px;
}

.scrolled #menu a, .scrolled > #menu div, .scrolled > #menu h5, .scrolled > #menu li {
  display: inline-block;
  color: #000;
}

.scrolled .caret {
  border-top: 4px dashed #000;
}

.logoScroll {
  display: none;
}

.scrolled .logoScroll {
  display: block;
}

.scrolled .searchFrame button {
  background: url(../images/search-icon-blue.png) no-repeat right 1px transparent;
}

.scrolled .searchFrame button .scrolled .intro-container .header-container ul.header-menu > li.searchFrame {
  background: #2dcee8;
  color: #fff;
}

.scrolled .intro-container .header-container ul.header-menu > li.searchFrame.openSearch {
  background: #2dcee8;
}

.scrolled .searchFrame input[type=text] {
  color: #fff;
}

.sp-shape-1, .sp-shape-2, .sp-shape-3 {
  height: 154px;
  border-radius: 0 150px 150px 0;
  border: 10px solid #29CFE9;
  border-left: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 20%;
  padding: 0 100px 0 85px;
}

.sp-shape-1 {
  overflow: hidden;
}

.sp-shape-2, .sp-shape-3 {
  position: absolute;
  right: 20px;
  top: -10px;
  border-color: #29CFE9;
  background: transparent;
}

.sp-shape-3 {
  right: 50px;
  border-color: #29CFE9;
}

.sp-shape-text {
  font-size: 60px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.Default-sp-shape-1 {
  border-color: #2DCEE8;
}

.Default-sp-shape-2 {
  border-color: #E5AC2E;
}

.Default-sp-shape-3 {
  border-color: #33DD90;
}

.SearchResults {
  list-style: disc !important;
}

.departmentsMenu {
  display: table;
  font-weight: 100;
  padding: 90px 0 245px 0;
  position: relative;
  width: 950px;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}

.departmentsMenu .item {
  position: relative;
  font-size: 19px;
  left: 0;
  display: inline-block;
}

.departmentsMenu .item:nth-child(2):after {
  content: "";
  width: 7px;
  height: 322px;
  position: absolute;
  top: 140px;
  background: #505050;
  left: calc(50% - 3px);
}

.departmentsMenu:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 90%;
  background: #505050;
  top: 34%;
  z-index: 0;
  right: 5%;
}

.departmentsMenu .item button {
  background: #494949;
  color: #2dcee8;
  border-radius: 100%;
  width: 175px;
  height: 175px;
  font-size: 45px;
  text-align: center;
  border: 7px solid #505050;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 10;
  cursor: default;
}

.departmentsMenu .item ul {
  opacity: 0;
  transition: all 0.3s linear;
}

.departmentsMenu .item.active ul {
  opacity: 1;
}

.departmentsMenu .item.notActive button {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.departmentsMenu .item button:hover {
  background: #2dcee8;
  color: #fff;
}

.departmentsMenu .item:nth-child(2) button {
  color: #e5ac2e;
}

.departmentsMenu .item:nth-child(2) button:hover {
  background: #e5ac2e;
  color: #fff;
}

.departmentsMenu .item:nth-child(3) button {
  color: #33dd90;
}

.departmentsMenu .item:nth-child(3) button:hover {
  background: #33dd90;
  color: #fff;
}

.departmentsMenu .item ul li {
  position: absolute;
  min-width: 130px;
  max-width: 80px;
}

.departmentsMenu .line {
  border: 2px solid red;
  width: 30px;
}

.departmentsMenu .departmentCat {
  background: url(../images/iot_cat.png) no-repeat 0 0;
  width: 305px;
  height: 316px;
  position: absolute;
  left: 100px;
  top: -56px;
  transition: all 0.3s linear;
  background-size: contain;
  opacity: 0;
  z-index: 1;
}

.departmentsMenu .departmentCat.dep_1 {
  background: url(../images/hw_cat.png) no-repeat 0 0;
  width: 600px;
  height: 188px;
  position: absolute;
  left: -216px;
  top: -63px;
  background-size: contain;
  opacity: 0;
}

.departmentsMenu .item.active .departmentCat {
  opacity: 1;
}

.departmentsMenu .departmentCat.dep_2 {
  background: url(../images/scm_cat.png) no-repeat 0 0;
  left: -153px;
  background-size: contain;
  height: 304px;
  top: -66px;
}

.contact-contacts .contacts-item a {
  display: inline-block;
  padding-right: 27px;
  color: #000;
}

.contact-contacts .contacts-item img {
  max-width: 20px;
  position: absolute;
}

.contact-contact_form {
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #363636;
  color: #fff;
  position: relative;
}

.contact-contact_form .ClientMessage {
  padding-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-left: 20px;
}

.selectParent select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/br_down.png") no-repeat 20px 50% #fff;
}

.contact-contacts .contacts-item {
  margin-top: 10px;
  padding-right: 0px;
  font-size: 17px;
}

.cpage-form .form-control {
  display: block;
  width: 100%;
  height: auto;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  background-color: white;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
  padding: 7px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 0px;
  padding-right: 19px;
}

.btn-main {
  display: inline-block;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  border-color: #00d2ff;
  -o-border-image: initial;
  border-image: initial;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #fed434;
  font: 400 18px "Rubik", sans-serif;
  color: #272727;
  padding: 12px 50px;
  border-radius: 50px;
  border: 2px solid #fed434;
  line-height: 1;
}

.btn-main:hover, .btn-main:focus {
  background-color: transparent;
  box-shadow: #00d2ff 0px 0px 1px -5px;
  color: #fff;
  text-decoration: none;
}

.cpage-form textarea.form-control {
  margin-top: 5px;
  height: 103px;
  margin-bottom: 1px;
}

.cpage-form .btn-main {
  min-width: 98px;
  font-weight: 400;
  clear: both;
  margin-top: 15px;
}

.contact-contacts {
  padding-top: 23px;
  padding-bottom: 19px;
  background-color: white;
}

.contact-contacts h2 {
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 400;
}

.contact-contacts .contacts-item:not(:last-child) {
  margin-bottom: 17px;
}

#captcha_container {
  float: left;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
}

.contact-contact_form .captchaParent {
  float: left;
  margin-left: 45px;
  height: 68px;
  overflow: hidden;
  width: 216px;
  padding: 0;
  background: #f9f9f9;
  border-radius: 0;
}

@media (min-width: 992px) {
  [lang=he] .page-footer .container {
    direction: rtl;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-left: 0;
  }
  [lang=he] .page-footer .container:before, [lang=he] .page-footer .container:after {
    display: none;
  }
  [lang=he] .page-footer .container > div {
    float: none;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav > li {
    float: right;
  }
  .page-footer .container {
    margin: 0;
  }
  #responsiveMenu .aboutMenu {
    display: none;
  }
  .departmentsMenu .item:first-child.active + .item {
    transition: all 0.3s linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 10;
  }
  .departmentsMenu .item.last-active {
    transition: all 0.3s linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
  }
  .departmentsMenu .item:nth-child(1) {
    float: right;
  }
  .departmentsMenu .item:nth-child(3) {
    float: left;
  }
  .our-clients-list li:nth-child(n+5) .logo-holder:after {
    content: "";
    width: 9px;
    right: calc(50% - 4px);
    background: #ebebeb;
    display: inline-block;
    position: absolute;
    height: 150px;
    bottom: 100%;
  }
  .our-clients-list li:nth-child(4n) .logo-holder:before, .our-clients-list li:last-child .logo-holder:before {
    content: none;
  }
  .intro-container .header-container ul.header-menu > li > .dropdown-toggle {
    position: absolute;
    top: 19px;
    height: 7px;
    left: calc(50% - 5px);
  }
  .page-footer .col-sm-6, .page-footer .col-sm-3, .page-footer .col-sm-4, .page-footer .col-sm-7 {
    float: left;
  }
  .cpage-form .field-wrapper {
    width: calc(100% - 135px);
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .cpage-form-label {
    width: 120px;
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
    margin: 0px;
    overflow: hidden;
    font-weight: 400;
    color: #fff;
  }
  .cpage-form .col-md-4:nth-child(n+2) {
    padding-left: 0px;
    padding-right: 50px;
  }
  .cpage-form .col-md-4:nth-child(n+2) label {
    width: 100px;
  }
  .cpage-form .btn-main {
    margin-left: 45px;
    float: left;
  }
  .contact-contacts .contacts-item:nth-child(odd) {
    clear: right;
  }
}
@media (min-width: 1300px) {
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  body:not(.scrolled) #menu {
    position: relative;
  }
}
.header-navbar {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  min-height: 0;
  padding: 0 2em;
}

.header-navbar .navbar-nav > li > a {
  color: #000;
  padding: 0.5em 0.55em;
}

.header-navbar .navbar-right.navbar-nav > li > a {
  margin-top: -2px;
  font-size: 1.15em;
}

[lang=ru] .intro-container .header-container ul.header-menu > li {
  font-size: 19px;
}

.intro-container {
  position: relative;
  height: 650px;
  background-color: #000;
  background-size: cover;
  background-position: center, center;
}
.intro-container .header-container {
  padding: 2.3em 2%;
}
.intro-container .header-container #menu body:not(.scrolled) {
  position: relative;
}
.intro-container .header-container ul.header-menu {
  padding-top: 1em;
}
.intro-container .header-container ul.header-menu > li {
  position: relative;
  color: #fff;
  display: inline-block;
  margin-left: 2.1em;
  font-size: 1.5em;
  font-weight: 200;
}
.intro-container .header-container ul.header-menu > li [lang=en] {
  font-size: 19px;
}
.intro-container .header-container ul.header-menu > li > a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 15px;
}
.intro-container .header-container ul.header-menu > li > div.colspan-icon {
  font-size: 0.4em;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}
.intro-container .header-container ul.header-menu > li > ul {
  position: absolute;
  width: auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.6em 0;
}
.intro-container .header-container ul.header-menu > li > ul > li a {
  display: block;
  color: #000;
  font-size: 0.7em;
  font-weight: 200;
  text-decoration: none;
  text-align: left;
  padding: 10px 15px 10px 10px;
  width: 100%;
}
.intro-container .header-container ul.header-menu > li > ul > li a:hover {
  color: #000;
}
.intro-container .header-container ul.header-menu > li.selected {
  opacity: 1;
}
.intro-container .header-container ul.header-menu > li.selected > a {
  border-top: 2px solid #fff;
}
.intro-container .header-container ul.header-menu > li:hover {
  opacity: 1;
}
.intro-container .header-container ul.header-menu > li.open {
  opacity: 1;
}
.intro-container .header-container ul.header-menu > li.open .dropdown-menu {
  display: block !important;
  top: 46px;
}
.intro-container .header-container ul.header-menu > li:hover > div {
  cursor: pointer;
}
.intro-container h1.header-page-title {
  position: absolute;
  bottom: 2em;
  left: 0;
  padding: 0.8em 2em 0.8em;
  border: 10px solid #2dcee8;
  border-left: 0;
  border-right: 0;
  color: #fff;
}
.intro-container h1.header-page-title span {
  font-size: 2em;
  font-weight: 200;
  z-index: 4;
  position: relative;
}
.intro-container h1.header-page-title .circle {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: -10px;
  margin-right: -0.6em;
  padding: 0 0 0.8em;
  border: 10px solid #2dcee8;
  border-left: 0;
  color: #fff;
  border-radius: 0 10em 10em 0;
  z-index: 2;
}
.intro-container h1.header-page-title .circle.second {
  margin-right: -1.05em;
  z-index: 3;
}
.intro-container h1.header-page-title .circle.last {
  margin-right: -1.45em;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.intro-container.no-cover-image {
  height: auto;
  background: #fff;
  border-top: 2px solid #bbb;
}
.intro-container.no-cover-image .header-container ul.header-menu > li {
  color: #333;
}
.intro-container.no-cover-image .header-container ul.header-menu > li > a {
  color: #333;
}
.intro-container.no-cover-image .header-container ul.header-menu > li > ul {
  background-color: #efefef;
}
.intro-container.no-cover-image .header-container ul.header-menu > li > ul > li a {
  color: #333;
}

ul.power-buttons {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.power-buttons li {
  width: 100%;
  max-width: 25%;
  border: 1px solid #bbbbbb;
}

ul.power-buttons li a {
  display: block;
  color: #363636;
  text-decoration: none;
  text-align: center;
  padding: 1.5em;
  transition: background-color 0.2s;
}

ul.power-buttons li a .image-container {
  display: inline-block;
  max-width: 100%;
  width: 10em;
  height: 8em;
  position: relative;
}

ul.power-buttons li a .image-container > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

ul.power-buttons li a .button-title {
  font-size: 1.7em;
}

ul.power-buttons li.selected {
  pointer-events: none; /*background-color: #e9e62a; */
}

ul.power-buttons li a:hover { /*background-color: #e9e62a; */ }

ul.power-buttons.include-images li a {
  padding: 1.5em;
  padding-top: 2.5em;
}

ul.power-buttons.include-images li a .button-title {
  padding-top: 0.5em;
}

@media (max-width: 580px) {
  .page-footer .ContactFooterClass {
    padding-top: 2em;
  }
}
.page-footer {
  background-image: url(../images/logo-footer.png);
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 15em;
  padding-top: 2.5em;
  border-top: 1px solid #ddd;
  background-size: 21%;
}

.page-footer ul.social-links {
  padding-top: 0.5em;
}

.page-footer ul.social-links li {
  padding: 0 0.7em;
  display: inline-block;
}

.page-footer ul.company-details li {
  padding-bottom: 0.8em;
  font-size: 0.9em;
}

.page-footer ul.company-details li .typcn, .page-footer ul.company-details li .glyphicon {
  font-size: 1.5em;
  padding: 0 0.2em;
}

.page-footer .footer-links a {
  color: inherit;
}

.page-footer .footer-links ul.links-list {
  font-size: 1.2em;
}

.page-footer .footer-links ul.links-list li {
  padding-bottom: 2.3em;
}

.page-footer .footer-links ul.languages-list {
  font-size: 0.9em;
}

.page-footer .footer-links ul.languages-list li {
  display: inline-block;
  padding: 0 0.7em;
}

.page-footer .footer-links ul.languages-list li.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.net-background {
  background-image: url(../images/net-background.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.page-container {
  padding: 3em 4em;
}

.page-container h1.page-title {
  font-size: 3em;
}

.form-control {
  font-size: 18px;
  padding: 3px 12px;
}

.contact-us-form {
  color: #fff;
  background-color: #363636;
  padding: 1em;
  padding-top: 1em;
  position: relative;
  display: table;
  width: 100%;
}

.contact-us-form > h3 {
  font-size: 0.8em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #aaa;
  position: relative;
  padding-right: 58px;
  padding-top: 0.8em;
  margin-top: 0px;
}

.contact-us-form > h3 span {
  padding: 0 0.6em;
  display: inline-block;
}

.contact-us-form > h3 img {
  max-width: 58px;
  top: -3px;
  position: absolute;
  right: 0;
}

.contact-us-form .row {
  padding-bottom: 15px;
  padding-top: 10px;
}

.contact-us-form .row label {
  font-size: 0.8em;
  font-weight: 100;
  padding-top: 0.7em;
}

.contact-us-form .row input {
  border-radius: 0;
  height: 3.7em;
}

.contact-us-form .row textarea {
  border-radius: 0;
  height: 3.7em;
  height: 230px;
}

.contact-us-form button {
  border: 0;
  background-color: #e5ac2e;
  color: #363636;
  font-size: 1.2em;
  padding: 0.3em 25px;
  text-align: center;
  width: auto;
  float: left;
  clear: both;
}

.home-page .intro-container h1.header-page-title .circle.first {
  border-color: #33d38b;
  z-index: 4;
}

.home-page .intro-container h1.header-page-title .circle.second {
  border-color: #e5ac2e;
}

.home-page .intro-container h1.header-page-title .circle.last {
  border-color: #2dcee8;
}

.block-container h1, .block-container h2 {
  font-size: 3em;
}

.block-container p {
  font-size: 1.5em;
}

.block-container p a {
  font-weight: 400;
  color: #2dcee8;
}

.block-container p a .glyphicon {
  font-size: 0.7em;
}

.about-us-container {
  padding: 3em;
  background: url(../images/cityscape.png) no-repeat center bottom #363634;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.in-numbers {
  text-align: center;
  background-image: url(../images/in-numbers-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 1em 1em 60px;
}

.in-numbers h2 {
  font-size: 3em;
}

.in-numbers ul {
  display: -ms-flexbox;
  display: flex;
}

.in-numbers ul li {
  padding-top: 6em;
  width: 100%;
}

.in-numbers ul li .image-container {
  display: inline-block;
  width: 14em;
  height: 14em;
  position: relative;
}

.in-numbers ul li .image-container > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.in-numbers ul li .number {
  padding-top: 0.5em;
  font-size: 6em;
  line-height: 0.7em;
  font-weight: 200;
}

.in-numbers ul li .description {
  font-size: 1.35em;
  padding-top: 12px;
}

.promotion-sliders {
  background-color: #f6f6f6;
  padding: 69px 0 124px;
}

.promotion-sliders .slider .content-container {
  display: -ms-flexbox;
  display: flex;
  min-height: 35em;
}

.promotion-sliders .col-sm-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-slide img {
  max-width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.promotion-sliders .slider .content-container .block-container {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* our clients */
.our-clients-list {
  background-size: contain;
  width: 100%;
  min-height: 300px;
  position: relative;
  padding: 40px 0;
}

.our-clients-list:before {
  content: "";
  width: 9px;
  right: calc(50% - 4px);
  background: #ebebeb;
  display: inline-block;
  position: absolute;
  height: 240px;
  top: 7px;
}

.our-clients-list ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

.our-clients-list li {
  margin: 100px 0 50px 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: -webkit-center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-clients-list li div {
  background: #ebebeb;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  position: relative;
}

.our-clients-list li div > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}

.hardware-page .intro-container .header-container ul.header-menu > li.selected > a {
  border-color: red;
}

.hardware-page .intro-container h1.header-page-title {
  border-color: red;
}

.hardware-page .intro-container h1.header-page-title .circle {
  border-color: red;
}

.hardware-page.hardware-article-page .intro-container {
  height: 460px;
}

.hardware-page ul.timeline-list {
  padding: 2em;
}

.hardware-page ul.timeline-list li > div {
  min-height: 20em;
}

.hardware-page ul.timeline-list li .block-container {
  padding-top: 1.5em;
}

.hardware-page ul.timeline-list li .image-container {
  padding: 0;
}

.hardware-page ul.timeline-list li .image-container img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}

.hardware-page ul.timeline-list li > div:first-child {
  min-height: 22em;
  border-left: 1px solid #ccc;
}

.hardware-page ul.timeline-list li:last-child > div:first-child {
  border-left: 0;
}

.hardware-page .page-container .text-container {
  font-size: 1.5em;
}

.hardware-page .page-container .text-container h1 {
  font-size: 2.3em;
}

.hardware-page .page-container .text-container p.heading-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

.text-container ul {
  list-style: disc;
  padding-right: 25px;
}

.logo-holder .image, .logo-holder .text {
  transition: opacity 0.5s ease-in-out;
}

.logo-holder:before {
  content: "";
  height: 9px;
  width: 150%;
  right: 100%;
  background: #ebebeb;
  display: inline-block;
  top: calc(50% - 4px);
  position: absolute;
}

.logo-holder .text {
  position: relative;
  top: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  font-weight: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-holder:hover .image {
  opacity: 0.2;
}

.logo-holder:hover .text {
  opacity: 1;
}

.industrial-page .intro-container .header-container ul.header-menu > li.selected > a {
  border-color: red;
}

.industrial-page .intro-container h1.header-page-title {
  border-color: red;
}

.industrial-page .intro-container h1.header-page-title .circle {
  border-color: red;
}

.industrial-page.industrial-article-page .intro-container {
  height: 460px;
}

.industrial-page ul.timeline-list {
  padding: 2em;
}

.industrial-page ul.timeline-list li > div {
  min-height: 20em;
}

.industrial-page ul.timeline-list li .block-container {
  padding-top: 1.5em;
}

.industrial-page ul.timeline-list li .image-container {
  padding: 0;
}

.industrial-page ul.timeline-list li .image-container img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}

.industrial-page ul.timeline-list li > div:first-child {
  min-height: 22em;
  border-left: 1px solid #ccc;
}

.industrial-page ul.timeline-list li:last-child > div:first-child {
  border-left: 0;
}

.industrial-page .page-container .text-container {
  font-size: 1.5em;
}

.industrial-page .page-container .text-container h1 {
  font-size: 2.3em;
}

.industrial-page .page-container .text-container p {
  font-weight: normal;
}

.industrial-page .page-container .text-container p.heading-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

.category-page .intro-container .header-container ul.header-menu > li.selected > a {
  border-color: #33d38b;
}

.category-page .intro-container h1.header-page-title {
  border-color: #33d38b;
}

.category-page .intro-container h1.header-page-title .circle {
  border-color: #33d38b;
}

.category-page.category-article-page .intro-container {
  height: 460px;
}

.category-page ul.timeline-list {
  padding: 2em;
}

.category-page ul.timeline-list li > div {
  min-height: 20em;
}

.category-page ul.timeline-list li .block-container {
  padding-top: 1.5em;
}

.category-page ul.timeline-list li .image-container {
  padding: 0;
}

.category-page ul.timeline-list li .image-container img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-page ul.timeline-list li > div:first-child {
  min-height: 22em;
  border-left: 1px solid #ccc;
}

.category-page ul.timeline-list li:last-child > div:first-child {
  border-left: 0;
}

.category-page .page-container .text-container {
  font-size: 1.5em;
}

.category-page .page-container .text-container h1 {
  font-size: 2.3em;
  padding-bottom: 20px;
}

.category-page .page-container .text-container p.heading-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

.error-page .intro-container .header-container ul.header-menu > li.selected > a {
  border-color: #33d38b;
}

.error-page .intro-container h1.header-page-title {
  border-color: #33d38b;
}

.error-page .intro-container h1.header-page-title .circle {
  border-color: #33d38b;
}

.error-page.category-article-page .intro-container {
  height: 460px;
}

.error-page ul.timeline-list {
  padding: 2em;
}

.error-page ul.timeline-list li > div {
  min-height: 20em;
}

.error-page ul.timeline-list li .block-container {
  padding-top: 1.5em;
}

.error-page ul.timeline-list li .image-container {
  padding: 0;
}

.error-page ul.timeline-list li .image-container img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}

.error-page ul.timeline-list li > div:first-child {
  min-height: 22em;
  border-left: 1px solid #ccc;
}

.error-page ul.timeline-list li:last-child > div:first-child {
  border-left: 0;
}

.error-page .page-container .text-container {
  font-size: 1.2em;
}

.error-page .page-container .text-container h1 {
  font-size: 2.3em;
}

.error-page .page-container .text-container p {
  font-weight: normal;
}

.error-page .page-container .text-container p.heading-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

.products-page .intro-container .header-container ul.header-menu > li.selected > a {
  border-color: #e5ac2e;
}

.products-page .intro-container h1.header-page-title {
  border-color: #e5ac2e;
}

.products-page .intro-container h1.header-page-title .circle {
  border-color: #e5ac2e;
}

.products-page .page-container.product-page .text-container {
  font-size: 1.5em;
}

.products-page .page-container.product-page .text-container h1 {
  font-size: 2.3em;
}

.products-page .page-container.product-page .text-container p {
  font-size: 1.1em;
  padding-bottom: 1em;
}

.products-page .page-container.product-page .text-container p.heading-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

.products-page .page-container.product-page .product-image {
  border: 1px solid #bbb;
  border-bottom: 0;
  text-align: center;
  background-color: #fff;
  padding: 2em;
}

.products-page .page-container.product-page .product-image img {
  max-width: 100%;
}

.products-page .page-container .text-container.product-container {
  font-size: 1.5em;
}

.products-page .logos {
  text-align: center;
  border-bottom: 1px solid #bbb;
}

.products-page .logos img {
  vertical-align: middle;
  padding: 2em 3em;
}

.products-page ul.categories-list {
  margin: 0 -3%;
}

.products-page ul.categories-list li {
  display: inline-block;
  border: 1px solid #bbb;
  background-color: #363636;
  padding: 1em;
  margin: 3% 3% 2%;
  width: 18%;
  min-height: 19em;
  vertical-align: top;
  position: relative;
}

.products-page ul.categories-list li .image-container {
  width: 100%;
  height: 14em;
  position: relative;
}

.products-page ul.categories-list li .image-container > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.products-page ul.categories-list li .button-title {
  color: #fff;
  font-size: 2.7em;
  font-weight: 200;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  line-height: 1.2em;
}

.products-page ul.categories-list li a {
  text-decoration: none;
}

.products-page ul.categories-list li:hover { /*background-color: #e5ac2e; */ }

.products-page .page-container.product-category-page {
  position: relative;
  min-height: 50em;
  padding-top: 1em;
  padding-bottom: 0;
}

.products-page .product-category-page .filters-tab {
  position: static;
  bottom: 0;
  background-color: #fdfdfd;
  border: 2px solid #f6f6f6;
  font-size: 1.2em;
  padding: 0 1em 1em 1em;
  margin-top: 32px;
  margin-bottom: 4em;
}

.products-page .product-category-page .filters-tab > h3 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.6em;
  font-weight: 200;
}

.products-page .product-category-page .filters-tab > h3 > span {
  padding: 0 0.4em;
}

.products-page .product-category-page .filters-tab .filter-container {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-top: 1px solid #e0e0e0;
}

.products-page .product-category-page .filters-tab .filter-container .filter-name {
  font-weight: bold;
  font-size: 1.1em;
}

.products-page .product-category-page .filters-tab .filter-container .filter-item {
  padding-top: 0.8em;
}

.products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:checked, .products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:not(:checked) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:checked + label, .products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:checked + label:before, .products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #e5ac2e;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.products-page .product-category-page .filters-tab .filter-container .filter-item [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #e5ac2e;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.products-page .product-category-page .filters-tab .filter-container .filter-item label {
  font-weight: 200;
}

.products-page .product-category-page .filters-tab .filter-container .filter-item label img {
  max-height: 1em;
}

.products-page .product-category-page h1.page-title {
  font-size: 2.2em;
}

.products-page .product-category-page h1.page-title.Sub-Category-Title {
  font-weight: 200;
}

.products-page .product-category-page .product-category-header ul.view-icons li {
  display: inline-block;
  padding: 0 0.5em;
}

.products-page .product-category-page .product-category-header ul.view-icons li img {
  cursor: pointer;
}

.products-page .product-category-page ul.products-list {
  margin: 0 -5%;
}

.products-page .product-category-page ul.products-list li {
  display: inline-block;
  margin: 3% 4%;
  width: 24%;
  vertical-align: top;
}

.products-page .product-category-page ul.products-list li a {
  text-decoration: none;
}

.products-page .product-category-page ul.products-list li a .image-container {
  border: 1px solid #bbb;
  background-color: #fff;
  width: 100%;
  height: 14em;
  position: relative;
}

.products-page .product-category-page ul.products-list li a .image-container > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.products-page .product-category-page ul.products-list li a .image-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e5ac2e;
  opacity: 0;
}

.products-page .product-category-page ul.products-list li a .button-title {
  text-align: center;
  font-size: 1.4em;
  font-weight: 200;
  color: #000;
}

.products-page .product-category-page ul.products-list li a:hover .image-container { /*background-color: #e5ac2e; */ }

.products-page .product-category-page ul.products-list.list-view li {
  display: block;
  width: auto;
}

.products-page .product-category-page ul.products-list.list-view li a .image-container {
  width: 14em;
  display: inline-block;
}

.products-page .product-category-page ul.products-list.list-view li a .button-title {
  display: inline-block;
  vertical-align: top;
  padding: 0 1em;
}

.products-page .product-category-header ul.view-icons {
  float: left;
  padding-left: 35px;
}

.products-page .product-category-page .filters-tab .filter-container [type=radio]:checked + label, .products-page .product-category-page .filters-tab .filter-container [type=radio]:not(:checked) + label {
  padding-left: 0;
  padding-right: 28px;
}

.products-page .product-category-page .filters-tab .filter-container [type=radio]:checked + label:before, .products-page .product-category-page .filters-tab .filter-container [type=radio]:not(:checked) + label:before {
  left: auto;
  right: 0;
}

.products-page .product-category-page .filters-tab .filter-container [type=radio]:checked + label:after, .products-page .product-category-page .filters-tab .filter-container [type=radio]:not(:checked) + label:after {
  left: auto;
  right: 4px;
}

/* BIG SCREENS */
@media (max-width: 1500px) {
  /* PRODUCTS */
  .products-page ul.categories-list li .button-title {
    font-size: 1.5em;
  }
  .contact-us-form > h3 img {
    top: 7px;
  }
}
/*Start mouse-hover effect*/
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1775px;
  }
  .about-us-container .container {
    width: 100%;
    max-width: 936px;
  }
}
.our-customers-page .intro-container .header-container ul.header-menu > li.selected > a {
  border-color: red;
}

.our-customers-page .intro-container h1.header-page-title {
  border-color: red;
}

.our-customers-page .intro-container h1.header-page-title .circle {
  border-color: red;
}

.our-customers-page.hardware-article-page .intro-container {
  height: 460px;
}

.our-customers-page ul.timeline-list {
  padding: 2em;
}

.our-customers-page ul.timeline-list li > div {
  min-height: 20em;
}

.our-customers-page ul.timeline-list li .block-container {
  padding-top: 1.5em;
}

.our-customers-page ul.timeline-list li .image-container {
  padding: 0;
}

.our-customers-page ul.timeline-list li .image-container img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-customers-page ul.timeline-list li > div:first-child {
  min-height: 22em;
  border-left: 1px solid #ccc;
}

.our-customers-page ul.timeline-list li:last-child > div:first-child {
  border-left: 0;
}

.our-customers-page .page-container .text-container {
  font-size: 1.5em;
}

.our-customers-page .page-container .text-container h1 {
  font-size: 2.3em;
}

.our-customers-page .page-container .text-container p.heading-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

.about-us-page .intro-container .header-container ul.header-menu > li.selected > a {
  border-color: red;
}

.about-us-page .intro-container h1.header-page-title {
  border-color: red;
}

.about-us-page .intro-container h1.header-page-title .circle {
  border-color: red;
}

.about-us-page.industrial-article-page .intro-container {
  height: 460px;
}

.about-us-page ul.timeline-list {
  padding: 2em;
}

.about-us-page ul.timeline-list li > div {
  min-height: 20em;
}

.about-us-page ul.timeline-list li .block-container {
  padding-top: 1.5em;
}

.about-us-page ul.timeline-list li .image-container {
  padding: 0;
}

.about-us-page ul.timeline-list li .image-container img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us-page ul.timeline-list li > div:first-child {
  min-height: 22em;
  border-left: 1px solid #ccc;
}

.about-us-page ul.timeline-list li:last-child > div:first-child {
  border-left: 0;
}

.about-us-page .page-container .text-container {
  font-size: 1.5em;
}

.about-us-page .page-container .text-container h1 {
  font-size: 2.3em;
}

.about-us-page .page-container .text-container p.heading-text {
  font-size: 1.5em;
  line-height: 1.2em;
}

/* TABLETS */
@media (max-width: 1024px) {
  /* PRODUCTS */
  .products-page ul.categories-list li {
    width: 27%;
  }
  .products-page ul.categories-list li .button-title {
    font-size: 1.9em;
  }
  .products-page .product-category-page ul.products-list li {
    width: 39%;
  }
  .products-page .product-category-page ul.products-list li a .image-container {
    height: 12em;
  }
  .page-footer {
    background-size: 260px;
  }
  #captcha_container {
    float: left;
    margin-bottom: 15px;
    max-width: 150px;
    overflow: hidden;
    border-radius: 0;
    background: #f9f9f9;
    height: 71px;
  }
}
/* PHONES */
@media (max-width: 991.98px) {
  body.menuOpen, body.sideMenuOpen {
    height: 100vh;
    overflow: hidden;
  }
  .block-container h2 {
    font-size: 2em;
    padding: 10px 0 5px;
  }
  .navbar-toggle {
    display: block;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin: 0;
    top: 0;
    z-index: 1000;
    right: 15px;
    color: #fff;
  }
  .navbar-toggle-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .navbar {
    border-radius: 4px;
  }
  .navbar li {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: auto;
  }
  .block-container p {
    font-size: 1.3em;
  }
  .slick-prev, .slick-next {
    font-size: 0.5em;
  }
  .industrial-page .page-container .text-container h1, .category-page .page-container .text-container h1 {
    font-size: 1.5em;
  }
  .page-container .text-container {
    font-weight: 400;
  }
  .header-navbar {
    margin: 0;
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
  .header-navbar .navbar-right.navbar-nav > li {
    padding-right: 0;
  }
  .navbar-nav {
    margin: 7.5px 0;
    position: relative;
    z-index: 10;
  }
  .smallMenu {
    display: none;
  }
  .intro-container.no-cover-image .header-container ul.header-menu > li > a {
    color: #fff;
  }
  .intro-container .header-container ul.header-menu > li.searchFrame {
    float: none;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame) {
    border-radius: 0px;
    width: auto;
    height: auto;
    float: none !important;
    display: block !important;
    padding: 0 !important;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame) > a {
    display: block;
    color: #000;
    padding: 10px;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame).dropdown .dropdown-toggle {
    display: none !important;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame).dropdown.open .dropdown-toggle {
    display: block !important;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame) > ul {
    background-color: #000;
    border-color: #fff;
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    box-shadow: none;
    display: none !important;
    position: relative;
    z-index: 995;
    top: 0;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame).open .dropdown-menu {
    top: 0;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame) > ul > li a {
    text-align: center;
    color: #fff;
  }
  .intro-container .header-container ul.header-menu > li:not(.searchFrame) > .dropdown-toggle {
    position: relative;
    top: -1px;
    height: 7px;
  }
  body:not(.scrolled) .intro-container .header-container ul.header-menu > li > a,
  body:not(.scrolled) #responsiveMenu .header-navbar .navbar-nav > li > a {
    color: #fff !important;
  }
  .sp-shape-1, .sp-shape-2, .sp-shape-3 {
    padding: 0 88px 0 30px;
    overflow: hidden;
  }
  .sp-shape-text {
    font-size: 25px;
  }
  #responsiveMenu {
    max-height: 85vh;
    overflow: scroll;
  }
  #responsiveMenu .header-navbar .navbar-nav > li > a {
    color: #000;
    padding: 10px;
    font-size: 1.3em;
  }
  #responsiveMenu .container-fluid {
    padding: 0;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin: 0;
  }
  .products-page .product-category-page .filters-tab {
    position: fixed;
    z-index: 10;
    top: 49px;
    max-height: 88vh;
    box-shadow: 0 0 8px -2px #000;
    right: 0;
    overflow: visible;
    width: 75%;
    transition: all 0.3s ease-in;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
  .products-page .product-category-page .filters-tab > h3 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 1.4em;
  }
  .products-page .product-category-page .filters-tab.openMenu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .products-page .product-category-page .filters-tab > h3 img {
    background: #fdfdfd;
    padding: 10px 13px 10px 10px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: -45px;
    border: 1px solid #eabf56;
    border-right: 0;
    cursor: pointer;
    z-index: 10;
    width: 45px;
  }
  .sideMenuOpen:before {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: all 0.3s ease-out;
  }
  .fitersConteiner {
    overflow-y: scroll;
    max-height: 84%;
  }
  .scrolled .intro-container .header-container ul.header-menu > li > ul, .scrolled #responsiveMenu .header-navbar .navbar-nav > li > a {
    background-color: #fff;
    border-color: #000;
  }
  .scrolled #responsiveMenu .header-navbar .navbar-nav > li > a {
    color: #000;
  }
  .dropdown-menu {
    top: 122%;
  }
  .navbar-collapse {
    background: #000;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    font-weight: 400;
  }
  .scrolled .navbar-collapse {
    background: #fff;
    padding: 0;
  }
  .intro-container .header-container {
    padding: 10px 20px;
    background: #fff;
  }
  .category-page.category-article-page .intro-container, .intro-container {
    height: 15em;
  }
  ul.power-buttons li {
    max-width: 50%;
  }
  ul.power-buttons li a {
    padding-top: 1.5em;
  }
  ul.power-buttons li a .button-title {
    padding-top: 0;
    font-size: 1.4em;
  }
  .navbar-toggle em {
    width: 30px;
    height: 4px;
    background: #666363;
    display: block;
    margin: 6px 0;
  }
  .about-us-container {
    background-size: 100%;
    padding: inherit;
  }
  .intro-container .header-container ul.header-menu > li > a {
    color: #000 !important;
    font-weight: 400;
    padding-bottom: 5px;
  }
  .scrolled .navbar-toggle {
    color: #000;
  }
  .page-footer {
    background: url(../images/logo-footer-mobile.gif) no-repeat 0 bottom #fff;
    padding-top: 1em;
    overflow: hidden;
    padding-bottom: 30px;
    background-size: 222px;
  }
  .page-footer ul.company-details li {
    font-size: 1.1em;
  }
  .page-footer .footer-links ul.links-list {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .page-footer .footer-links ul.links-list li {
    padding-bottom: 0.5em;
  }
  .page-footer .container {
    padding-left: 10%;
  }
  /* HOMEPAGE */
  .in-numbers {
    padding: 40px 1em 60px;
  }
  .in-numbers ul {
    display: block;
  }
  .in-numbers ul li {
    padding-top: 6em;
    width: 49%;
    display: inline-block;
    margin: 10px 0 20px;
  }
  .in-numbers ul li .number {
    padding-top: 0;
    font-size: 3em;
  }
  .promotion-sliders .slider .content-container {
    text-align: center;
  }
  .departmentsMenu {
    display: block;
    font-weight: 100;
    padding: 30px 10px 70px;
    width: 100%;
    overflow: hidden;
    max-width: 93%;
  }
  .departmentsMenu .item {
    position: relative;
    font-size: 19px;
    left: 0;
    margin: 20px 0;
    width: 100%;
  }
  .departmentsMenu .item button {
    font-weight: 400;
    font-size: 30px;
    margin: 15px 0 8px;
    height: 115px;
    width: 115px;
    border: 4px solid #505050;
    cursor: default;
  }
  .departmentsMenu .item ul {
    opacity: 1;
    height: auto;
    transition: all 0.3s linear;
  }
  .departmentsMenu .item ul li {
    overflow: hidden;
  }
  .departmentsMenu .item:first-child.active + .item {
    transition: none;
  }
  .departmentsMenu .item.last-active {
    transition: all 0.3s linear;
    z-index: 10;
  }
  .departmentsMenu .item.active ul {
    opacity: 1;
  }
  .departmentsMenu .item.active ul li {
    height: auto;
  }
  .departmentsMenu .item:first-child.active {
    transition: all 0.3s linear;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
    left: -70px;
  }
  .departmentsMenu .departmentCat.dep_1 {
    background: url(../images/hw_cat_mobile.png) no-repeat 0 0;
    width: 323px;
    height: 113px;
    position: absolute;
    left: calc(50% - 161px);
    top: -17px;
    background-size: contain;
    transition: all 0.3s linear;
  }
  .departmentsMenu .item:nth-child(2).active {
    transition: all 0.3s linear;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
    top: 20px;
  }
  .departmentsMenu .item:last-child.active {
    transition: all 0.3s linear;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
    left: 70px;
  }
  .departmentsMenu .item:last-child.active button {
    transition: all 0.3s linear;
  }
  .departmentsMenu .item button:hover, .departmentsMenu .item.active button {
    background: #2dcee8;
    color: #fff;
  }
  .departmentsMenu .item:nth-child(2) button {
    color: #e7b13a;
  }
  .departmentsMenu .item:nth-child(2) button:hover {
    background: #e7b13a;
    color: #fff;
  }
  .departmentsMenu .item:nth-child(3) button {
    color: #33dd90;
  }
  .departmentsMenu .item:nth-child(3) button:hover {
    background: #33dd90;
    color: #fff;
  }
  .departmentsMenu .item:nth-child(2):after {
    content: none;
  }
  .departmentsMenu:before {
    content: none;
  }
  .departmentsMenu .departmentCat {
    width: 197px;
    height: 198px;
    left: 171px;
    top: -20px;
  }
  .departmentsMenu .departmentCat.dep_2 {
    background: url(../images/scm_cat.png) no-repeat 0 0;
    left: 2px;
    background-size: contain;
    height: 191px;
    top: -24px;
  }
  /* OUR CLIENTS */
  .our-clients-list {
    background: 0;
    width: 100%;
    overflow: hidden;
  }
  .our-clients-list li {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .our-clients-list li div {
    position: relative;
    width: 130px;
    height: 130px;
    display: block;
  }
  /* CATEGORY */
  ul.timeline-list li > div {
    height: auto;
  }
  ul.timeline-list li > div:first-child {
    height: auto;
    border-left: 0;
  }
  .category-page-container {
    padding: inherit;
  }
  /* PRODUCTS */
  .products-page ul.categories-list li {
    display: block;
    width: auto;
  }
  .products-page .product-category-page {
    padding: 0 1em 1em;
  }
  .products-page .product-category-page ul.products-list li {
    display: block;
    width: auto;
  }
  .contact-us-form .row input {
    height: 2.7em;
  }
  .contact-us-form .row textarea {
    height: 100px;
  }
  .contact-us-form .col-xs-4 {
    padding-left: 0;
    padding-right: 15px;
  }
  .contact-contact_form .captchaParent {
    margin: 0 15px;
    padding: 0;
    width: 216px;
  }
  .Send-Button {
    float: left;
    margin: 10px 15px 0;
  }
  .contact-contacts {
    padding: 20px 0;
  }
  .category-page .page-container .text-container {
    font-size: 1.3em;
  }
  .intro-container .header-container ul.header-menu > li > ul > li {
    text-align: center;
  }
  .contact-us-form button {
    float: left;
    clear: both;
  }
  .contact-us-form > h3 {
    position: relative;
    padding: 0 50px 12px 10px;
    margin-top: 5px;
  }
  .contact-us-form > h3 img {
    position: absolute;
    right: 0;
    width: 45px;
  }
  main#content {
    overflow: hidden;
    width: 100%;
  }
  .dropdown-backdrop {
    display: none;
  }
}
@media (min-width: 580px) and (max-width: 992px) {
  .our-clients-list li:nth-child(3n) .logo-holder:before, .our-clients-list li:last-child .logo-holder:before {
    content: none;
  }
  .intro-container .header-container {
    padding: 0px 20px;
    background: #fff;
  }
  #menu {
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    inset-inline: 0;
    min-height: 65px;
    transition: all 0.4s linear;
    z-index: 100;
    font-size: 15px;
    padding: 0 20px;
    box-shadow: 0 3px 6px -5px #000;
  }
  .navbar-toggle {
    padding: 15px 0;
  }
  .intro-container {
    height: 17em;
  }
  .sp-shape-1, .sp-shape-2, .sp-shape-3 {
    height: 120px;
    bottom: 30px;
  }
}
/*///Header Menu*/
.dropdown.open .caret {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid #fff;
  border-top: 0;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  font-size: 250%;
}

.product-page .dropdown.open .caret {
  border-bottom: 4px solid #000;
}

.scrolled .dropdown.open .caret {
  border-bottom: 4px solid #000;
}

/*///img fixed to text*/
.text-img-content {
  width: 100%;
  overflow: hidden;
}

.text-img-content img {
  margin-right: 15px;
  float: left;
  margin-top: 20%;
}

/*///Loader*/
.loader {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
}

.loader:after {
  content: "";
  display: inline-block;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  top: 50%;
  right: calc(50% - 10px);
  position: absolute;
  z-index: 100000;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* contacts seperate line */
.Seperate-Line {
  width: 100%;
  height: 1px;
  opacity: 0.6;
  background-color: #cccccc;
}

/* contacts send button */
.Send-Button {
  width: 217px;
  height: 51px;
}

/* contacts Form Title */
.Form-Title {
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0 15px;
}

@media (min-width: 580px) {
  .sp-shape-1 {
    min-width: 30%;
    max-width: 50%;
  }
  .Default-sp-shape-3 {
    min-width: 91%;
  }
}
@media (max-width: 580px) {
  html, body {
    font-size: 15px;
  }
  .navbar {
    margin-bottom: 10px;
  }
  #menu, .scrolled #menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 20px 15px 10px;
    background: #000;
    z-index: 100;
    transition: all 0.4s linear;
  }
  .caret {
    border-top: 4px dashed #fff;
  }
  .scrolled #menu {
    background: #fff;
  }
  .scrolled .navbar-collapse {
    background: #fff;
    padding: 0;
  }
  .promotion-sliders {
    padding: 69px 0 64px;
  }
  .header-container {
    min-height: 65px;
  }
  .navbar-collapse {
    background: #000;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    font-weight: 400;
  }
  body:not(.scrolled) .intro-container .header-container ul.header-menu > li > a {
    color: #fff !important;
  }
  .intro-container .header-container ul.header-menu > li > a.dropdown-toggle {
    color: #fff !important;
    top: 0px;
    position: relative;
    left: auto;
    right: 8px;
  }
  body:not(.scrolled) .intro-container .header-container ul.header-menu > li > ul > li a {
    font-weight: 400;
    color: #fff !important;
  }
  .scrolled #menu a, .scrolled > #menu div, .scrolled > #menu h5, .scrolled > #menu li {
    color: #333;
  }
  .Default-sp-shape-3 {
    min-width: 85%;
  }
  .page-container {
    padding: 1.5em 1em;
  }
  .sp-shape-text {
    line-height: 1;
  }
  .sp-shape-1, .sp-shape-2, .sp-shape-3 {
    height: 80px;
    border: 6px solid #29CFE9;
    overflow: hidden;
  }
  .sp-shape-2, .sp-shape-3 {
    top: -6px;
  }
  .our-clients-list li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .logo-holder:before {
    width: 100%;
  }
  .our-clients-list li:nth-child(n+3) .logo-holder:after {
    content: "";
    width: 9px;
    right: calc(50% - 4px);
    background: #ebebeb;
    display: inline-block;
    position: absolute;
    height: 150px;
    bottom: 100%;
  }
  .our-clients-list li:nth-child(2n) .logo-holder:before, .our-clients-list li:last-child .logo-holder:before {
    content: none;
  }
  .our-clients-list:before {
    height: 150px;
    top: 55px;
  }
  .in-numbers ul li {
    width: 100%;
  }
  .page-footer {
    background-size: 178px;
    padding-bottom: 64px;
  }
  #responsiveMenu .header-navbar .navbar-nav > li > a {
    color: #fff;
  }
}
@media (max-width: 360px) {
  .contact-us-form .row label {
    font-size: 0.7em;
  }
  .contact-us-form .col-xs-4 {
    padding-right: 10px;
  }
  .contact-us-form button {
    font-size: 1em;
  }
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.cpage-form .field-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.cpage-form .field-wrapper .error {
  color: #ff7878;
  position: absolute;
  padding-top: 4px;
}

.contact-us-form #captcha_container {
  margin-top: 10px;
}

.contact-us-form .error {
  color: #ff7878;
  position: absolute;
  padding-top: 4px;
  font-size: 16px;
}

.contact-us-form .row .col-md-8.col-sm-6.col-xs-8 {
  margin-bottom: 8px;
}

@media (min-width: 580px) {
  .sp-shape-1, .sp-shape-2, .sp-shape-3 {
    min-height: 154px;
    height: auto;
  }
  .sp-shape-2, .sp-shape-3 {
    height: calc(100% + 20px);
  }
  .sp-shape-text {
    line-height: 1;
    display: block;
  }
}
.footer-bottom-row {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  line-height: 1;
}

.footer-bottom-row p {
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
}

.footer-bottom-row .copyright {
  float: right;
  width: 50%;
}

.footer-bottom-row .created-by {
  float: left;
  width: 50%;
  direction: ltr;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .footer-bottom-row .created-by {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1186px;
  }
}
@media (max-width: 447px) {
  .Default-sp-shape-1 {
    border-color: #2DCEE8;
    min-width: 47%;
    max-width: 53%;
  }
  .Default-sp-shape-2 {
    border-color: #E5AC2E;
    padding: 0px 115px 0 34px;
  }
  .Default-sp-shape-3 {
    border-color: #33DD90;
    padding: 0px 100px 0 34px;
  }
}
/***NEWS LOBBY***/
.lobby-banner {
  background: url("../img/news-lobby-banner.jpg") no-repeat left center/cover;
}

.lobby-banner .badge {
  background-color: #d0e342;
}

.lobby-content .breadcrumb {
  padding: 19px 8px 18px 15px;
}

.lobby-content .lobby-news-wrap {
  margin-top: 20px;
  padding: 0 8px;
}

.lobby_img_holder {
  position: relative;
  text-align: center;
}

.lobby_img_holder .lobby_badge {
  position: absolute;
  top: 5%;
  right: 0;
  background-color: #fff;
  padding: 0 6px 0 30px;
  border-radius: 300px 0 0 300px;
  min-height: 64px;
  vertical-align: middle;
  line-height: 62px;
}

.lobby_img_holder .badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.lobby_img_holder .badge h2 {
  padding: 0.3rem 0 0.5rem;
  margin: auto 0;
  font-size: 26px;
}

.lobby_badge_logo {
  width: 100%;
}

.lobby_item_body {
  padding: 0 5px 15px 7px;
}

.lobby_item_body .btn {
  margin-top: 5px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.lobby_news_title {
  min-height: 40px;
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #272727;
  margin-top: 25px;
  margin-bottom: 3px;
  letter-spacing: -0.8px;
}

.lobby_text_news {
  text-align: center;
  letter-spacing: -0.2px;
}

.lobby_box {
  max-width: 370px;
  margin-bottom: 63px;
  padding: 0 14px;
  height: 490px;
}

.lobby_box img.img-responsive {
  width: 100%;
  max-width: 340px;
  max-height: 340px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
}

.lobby_box .badge img {
  width: auto;
  height: 50px;
  max-width: 100%;
}

.lobby-news-wrap .about-item__footer {
  text-align: center;
}

.lobby-news-wrap .btn:hover {
  color: #272727;
}

.lobby_box:nth-child(3n+2) {
  margin-right: 3.1%;
  margin-left: 3.1%;
}

.lobby_more_news {
  position: relative;
  top: -30px;
  text-align: center;
  clear: both;
  padding-left: 9px;
}

.lobby_more_news .more_news_link {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #00adef;
}

.lobby_more_news .more_news_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .lobby_box:nth-child(3n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  .lobby-news-wrap .row {
    margin: 0;
  }
  .lobby-content .breadcrumb {
    padding-right: 15px;
  }
  .lobby_more_news {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .lobby_news_title {
    font-size: 20px;
    line-height: 30px;
  }
  .lobby_text_news {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lobby_box {
    max-width: 100%;
    width: 100%;
  }
  .lobby_item_body .btn {
    width: auto;
  }
  .lobby_img_holder img {
    max-width: 100%;
  }
  .lobby-news-wrap {
    padding: 80px;
  }
  .lobby_news_title {
    min-height: 0;
  }
}
@media screen and (max-width: 480px) {
  .lobby-news-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .article_content {
    padding: 0;
  }
  .article-content .row {
    margin: 0;
  }
  .article-content .article_image {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .article-banner .badge {
    font-size: 24px;
  }
}
/***ARTICLE PAGE***/
.article-banner {
  background: url(../img/article-banner.jpg) no-repeat left center/cover;
  padding-top: 34.8%;
}

.article-banner .badge {
  background-color: #fed434;
}

.article-content .article_image {
  float: left;
  padding: 14px 15px 15px 0;
}

.article-content .breadcrumb {
  padding-top: 17px;
  padding-right: 8px;
}

.article_content {
  margin-top: 36px;
  padding-bottom: 69px;
  padding-right: 8px;
  padding-left: 7px;
  width: 100%;
}

.article-content p {
  font-size: 18px;
  color: #030b0c;
  line-height: 23px;
  margin-bottom: 15px;
  padding-left: 10px;
  letter-spacing: 0.02px;
}

@media screen and (max-width: 768px) {
  .article_content {
    padding: 0;
  }
  .article-content .row {
    margin: 0;
  }
  .article-content .article_image {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .article-banner .badge {
    font-size: 24px;
  }
}
/*** BANNERS ***/
.narrow-banner {
  display: none;
}/*# sourceMappingURL=main.css.map */