body {
  font-family: "Signika";
  font-size: 16px; }

@media (min-width: 1200px) {
  .container {
    width: 960px; }
    .container.no-padding {
      padding: 0; } }

@media (max-width: 991px) {
  .container {
    width: 100%; } }
.topbar {
    padding: 0 30px;
}

@media (max-width: 1600px) {
  .topbar {
    padding: 0;
}
}
p {
  margin: 0;
  color: #2d2e33; }

a {
  color: inherit;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none;
    color: inherit; }
  a.hover-underline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
    a.hover-underline::after, a.hover-underline::before {
      position: absolute;
      bottom: 1px;
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: #FFFFFF; }
    a.hover-underline::before {
      transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1) 0.1s;
      transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(1, 0, 0, 1) 0.1s;
      -webkit-transform: translate3d(-102%, 0, 0);
      transform: translate3d(-102%, 0, 0);
      opacity: .35; }
    a.hover-underline::after {
      -webkit-transform: translate3d(-102%, 0, 0);
      transform: translate3d(-102%, 0, 0);
      transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    a.hover-underline:hover::before {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
      transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }
    a.hover-underline:hover::after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
      transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }

img {
  max-width: 100%;
  height: auto; }

.button {
  display: inline-block;
  padding: 8px 33px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 2px solid #131360;
  border-radius: 10px;
  transition: all 0.3s ease; }
  .button:hover {
    color: #FFFFFF;
    background: #131360; }
  .button.transparent-black {
    color: #000000;
    background: transparent;
    border-color: #000000; }
    .button.transparent-black:hover {
      color: #FFFFFF;
      background: #000000; }
  .button.transparent-white {
    color: #FFFFFF;
    background: transparent;
    border-color: #FFFFFF; }
    .button.transparent-white.no-hover:hover {
      color: #FFFFFF;
      background: transparent; }
    .button.transparent-white:hover {
      color: #000000;
      background: #FFFFFF; }

footer {
  overflow: hidden; }
  footer .footer-menu {
    width: 100%;
    padding: 18px 0;
    text-align: center;
    background-color: #323287; }
    footer .footer-menu #menu-footer-menu {
      padding: 0;
      margin: 0; }
    footer .footer-menu li {
      display: inline-block;
      position: relative;
      list-style-type: none; }
      footer .footer-menu li::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 22px;
        background: #FFFFFF;
        content: ''; }
      footer .footer-menu li:last-child::after {
        display: none; }
    footer .footer-menu a {
      display: inline-block;
      padding: 0 13px 0 9px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 22px;
      color: #F7F7F7; }
  footer .footer-bottom {
    background: #131360; }
  footer .address-info {
    padding-top: 38px;
    padding-bottom: 41px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #FFFFFF; }
    footer .address-info > div {
      padding: 58px 2px 0; }
      footer .address-info > div:first-child {
        padding-left: 15px; }
      footer .address-info > div:last-child {
        padding-right: 15px; }
    footer .address-info .address {
      background: url(../../content/img/PIN_ICO.png) no-repeat top center; }
    footer .address-info .phone {
      background: url(../../content/img/PHONE_ICO.png) no-repeat top center; }
    footer .address-info .fax {
      background: url(../../content/img/PRINT_ICO.png) no-repeat top center; }
    footer .address-info .email {
      background: url(../../content/img/MAIL_ICO.png) no-repeat top center; }
  footer .copyright p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #FFFFFF; }
    footer .copyright p a {
      font-weight: 700; }
    footer .copyright p:first-child {
      float: right; }
    footer .copyright p:last-child {
      float: left; }
  footer .copyright-inner {
    width: 100%;
    padding: 17px 0;
    border-top: 1px solid #FFFFFF; }
    footer .copyright-inner::after {
      display: block;
      clear: both;
      content: ''; }

header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  padding: 8px 0;
  text-align: center;
  background: #FFFFFF;
  transition: top 0.3s ease-in-out;
  z-index: 100;
  /* Site logo */
  /* Main menu */
  /* Responsive main menu */
  /* Language switcher */ }
  header.is-open {
    top: 0 !important; }
  header.nav-up {
    top: -100px; }
  header .logo {
    position: absolute;
    top: 32px;
    left: 31px;
    margin: 0 5px 0 9px; }
  header .main-menu-wrapper #qtranslate-chooser {
    display: none; }
  header .main-menu {
    display: inline-block;
    margin-top: 6px; }
    header .main-menu #menu-main-menu {
      padding: 0;
      margin: 0; }
    header .main-menu .menu li {
      display: inline-block;
      position: relative;
      height: 73px;
      vertical-align: middle;
      list-style-type: none; }
      header .main-menu .menu li a {
        display: inline-block;
        vertical-align: middle;
        padding: 0 29px 0 21px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: inherit;
        transition: all 0.3s ease; }
      header .main-menu .menu li.current_page_item, header .main-menu .menu li a:hover {
        color: #62B65A; }
      header .main-menu .menu li::before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: ''; }
      header .main-menu .menu li::after {
        position: absolute;
        width: 8px;
        height: 73px;
        top: 0;
        right: 0;
        background: url(../../content/img/SEPARATOR.png) no-repeat center;
        content: '';
		-webkit-filter: brightness(70%);
        filter: brightness(70%);}
      header .main-menu .menu li:last-child::after {
        background: transparent; }
  header .hamburger {
    display: none;
    float: right;
    padding: 10px;
    margin: 0;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    overflow: visible; }
    header .hamburger.is-active .hamburger-inner {
      transform: rotate(225deg);
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      header .hamburger.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
      header .hamburger.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
    header .hamburger .hamburger-inner::before {
      transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    header .hamburger .hamburger-inner::after {
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  header .hamburger-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative; }
  header .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    header .hamburger-inner::after, header .hamburger-inner::before {
      display: block;
      content: ""; }
    header .hamburger-inner::after {
      bottom: -10px; }
    header .hamburger-inner::before {
      top: -10px; }
  header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
    width: 30px;
    height: 5px;
    background-color: #131360;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  header .language-switcher {
    position: absolute;
    top: 38px;
    right: 33px; }
    header .language-switcher > .is-active {
      position: relative;
      padding-right: 21px;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #131360;
      cursor: pointer; }
      header .language-switcher > .is-active::before {
        position: absolute;
        width: 10px;
        height: 6px;
        top: calc(50% - 2px);
        right: 0;
        transition: transform 0.3s ease;
        transform: translateY(-50%);
        background: url(../../content/img/ARROW_ICO.png) no-repeat center;
        content: ''; }
      header .language-switcher > .is-active.open::before {
        transform: translateY(-50%) rotateX(180deg); }
    header .language-switcher #qtranslate-chooser {
      display: none;
      position: absolute;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
      padding: 11px;
      margin: 0;
      list-style-type: none;
      background: #FFFFFF;
      border: 1px solid #e1e1e1;
      border-radius: 10px; }
      header .language-switcher #qtranslate-chooser li {
        margin-bottom: 5px; }
        header .language-switcher #qtranslate-chooser li:last-child {
          margin-bottom: 0; }
      header .language-switcher #qtranslate-chooser a {
        display: block;
        padding: 10px 18px;
        font-size: 18px;
        font-weight: 700;
        line-height: 0.9;
        text-transform: uppercase;
        color: #131360;
        background: transparent;
        border-radius: 8px;
        transition: all 0.3s ease; }
      header .language-switcher #qtranslate-chooser .active a, header .language-switcher #qtranslate-chooser li:hover a {
        color: #FFFFFF;
        background: #131360; }

/* Loader */
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 9999999; }

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lds-eclipse {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  -webkit-transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
  transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px); }
  .lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1.5s linear infinite;
    animation: lds-eclipse 1.5s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #62B65A;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px; }

/* Description widget*/
.description-text {
  margin-top: 40px;
  margin-bottom: 90px;
  text-align: center; }
  .description-text.dark {
    color: #131360; }
    .description-text.dark h1 {
      color: #131360; }
    .description-text.dark p {
      color: #131360; }
  .description-text.light {
    color: #FFFFFF; }
    .description-text.light h1 {
      color: #FFFFFF; }
    .description-text.light p {
      color: #FFFFFF; }
  .description-text h1 {
    margin: 44px 0 40px;
    font-size: 50px;
    font-weight: 700; }
  .description-text h2 {
    padding: 0 40px;
    margin: 35px 0 30px;
    font-size: 36px;
    font-weight: 700; }
  .description-text p {
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.9; }
  .description-text.small-text p {
    font-size: 14px;
    font-weight: 600; }
  .description-text.small-text.light p {
    font-size: 15px;
    line-height: 1.7; }
  .description-text.large-text p {
    font-size: 18px;
    font-weight: 600; }
  .description-text .inner-text .button {
    margin-top: 50px;
    text-transform: uppercase; }
  .description-text .aligncenter > img {
    margin: 0 5%; }

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #2D2E33; }

input, textarea {
  padding: 15px 12px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #2D2E33;
  border: 1px solid #C9CAD3;
  border-radius: 10px;
  transition: border-color 0.3s ease;
  outline: none; }
  input:hover, input:focus, textarea:hover, textarea:focus {
    border-color: #2D2E33; }

textarea {
  resize: none; }

/*
 * Fancybox gallery on "Technology and Expertise page
 */
#lightboxOverlay {
  background: #000000;
  opacity: 0.7; }

#lightbox {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%) !important; }
  #lightbox .lb-container {
    box-shadow: 0 0 18px 5px rgba(0, 0, 0, 0.3); }
  #lightbox .lb-image {
    border: 0;
    border-radius: 0; }
  #lightbox .lb-nav {
    width: 100%;
    height: 0;
    top: 50%; }
    #lightbox .lb-nav > a {
      display: block !important;
      position: absolute;
      width: 22px !important;
      height: 44px !important;
      opacity: 1 !important;
      z-index: 1; }
    #lightbox .lb-nav .lb-prev {
      left: -44px;
      background: url("../../content/img/general/ARROW_LEFT_ICO.png") no-repeat center !important; }
    #lightbox .lb-nav .lb-next {
      right: -44px;
      background: url("../../content/img/general/ARROW_RIGHT_ICO.png") no-repeat center !important; }
  #lightbox .lb-dataContainer {
    display: none !important; }

/*
 * Image gallery on "Gallery and News" page
 */
/* Swipebox effect */
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.7); }
  #swipebox-overlay .slide.current {
    cursor: default; }

#swipebox-close {
  display: none; }

#swipebox-bottom-bar {
  top: 50%;
  background: transparent;
  transform: translateY(-50%) !important; }

#swipebox-next, #swipebox-prev {
  width: 22px;
  height: 44px; }

#swipebox-prev {
  background: url("../../content/img/general/ARROW_LEFT_ICO.png") no-repeat center !important; }

#swipebox-next {
  background: url("../../content/img/general/ARROW_RIGHT_ICO.png") no-repeat center !important; }

/* prettyPhoto effect */
.pp_pic_holder .pp_left, .pp_pic_holder .pp_right, .pp_pic_holder .pp_content {
  background: transparent !important; }

.pp_pic_holder .pp_gallery {
  display: block !important;
  left: 0 !important;
  margin-top: 10px !important;
  margin-left: 15px !important;
  opacity: 1 !important; }
  .pp_pic_holder .pp_gallery > div {
    width: 100% !important; }
  .pp_pic_holder .pp_gallery ul {
    width: calc(100% - 120px) !important;
    height: 70px; }
    .pp_pic_holder .pp_gallery ul a {
      height: 70px; }
      .pp_pic_holder .pp_gallery ul a img {
        width: auto;
        height: 70px; }

.pp_pic_holder .pp_details {
  position: absolute !important;
  width: 88px !important;
  height: 44px;
  bottom: -30px;
  right: 0;
  margin: 0 !important;
  z-index: 10001; }

.pp_pic_holder .pp_nav {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  margin: 0; }

.pp_pic_holder .pp_arrow_previous, .pp_pic_holder .pp_arrow_next {
  position: absolute !important;
  width: 22px !important;
  height: 44px !important;
  margin: 0 !important; }

.pp_pic_holder .pp_arrow_previous {
  left: 0 !important;
  background: url("../../content/img/general/ARROW_LEFT_ICO.png") no-repeat center !important; }

.pp_pic_holder .pp_arrow_next {
  left: 100% !important;
  background: url("../../content/img/general/ARROW_RIGHT_ICO.png") no-repeat center !important; }

.pp_pic_holder .currentTextHolder {
  display: none; }

.pp_pic_holder .pp_top, .pp_pic_holder .pp_bottom, .pp_pic_holder .pp_close, .pp_pic_holder .pp_hoverContainer {
  display: none !important; }

/* Technology and Expertise widget*/
.technology-and-expertise-wrapper {
  margin-top: -60px;
  margin-bottom: 90px; }

.technology-and-expertise {
  padding: 0 20px;
  text-align: center; }
  .technology-and-expertise .thumbnail-image {
    display: inline-block;
    width: 191px;
    height: 191px; }
    .technology-and-expertise .thumbnail-image img {
      border-radius: 100%; }
  .technology-and-expertise h2 {
    height: 42px;
    margin: 29px 0 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #131360;
    overflow: hidden; }
  .technology-and-expertise .inner-text {
    height: 77px;
    overflow: hidden; }
    .technology-and-expertise .inner-text p {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.9px;
      color: #2D2E33; }
  .technology-and-expertise .button {
    margin-top: 14px; }

.entry-content .panel-grid-cell {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: all 1.3s ease; }
  .entry-content .panel-grid-cell.in-viewport {
    top: 0;
    opacity: 1; }

.archive-wrapper > *,
.top-banner,
.second-top-banner,
.bottom-banner,
.contact-page > .container > .row,
#map,
footer > * > * {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: all 1.3s ease; }
  .archive-wrapper > *.in-viewport,
  .top-banner.in-viewport,
  .second-top-banner.in-viewport,
  .bottom-banner.in-viewport,
  .contact-page > .container > .row.in-viewport,
  #map.in-viewport,
  footer > * > *.in-viewport {
    top: 0;
    opacity: 1; }

@media screen and (max-width: 768px) {
  .entry-content .panel-grid-cell {
    position: relative;
    transition: all 1.3s ease;
    top: 0;
    opacity: 1; }
  .archive-wrapper > *,
  .top-banner,
  .second-top-banner,
  .bottom-banner,
  .contact-page > .container > .row,
  #map,
  footer > * > * {
    position: relative;
    transition: all 1.3s ease;
    top: 0;
    opacity: 1; } }

.homepage {
  /* Top banner - slider */
  /*Pager*/
  /* About Monicom section */
  /* Our products section */ }
  .homepage .top-banner-large {
    position: relative;
    width: 100%;
    max-height: 747px;
    height: 747px;
    overflow: hidden; }
  .homepage .header-slider {
    position: relative;
    height: 100% !important;
    overflow: hidden;
    z-index: 1; }
    .homepage .header-slider .header-slider__inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .homepage .header-slider .header-slider__slide_wr {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .homepage .header-slider .header-slider__slide_wr.gi1 {
        z-index: 3; }
    .homepage .header-slider .header-slider__slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      color: #fff; }
      .homepage .header-slider .header-slider__slide .header-slider__slide_img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transform: translatez(0);
        transform: translatez(0);
        will-change: transform;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0;
        background: #FFFFFF !important; }
      .homepage .header-slider .header-slider__slide.header-slider__slide--left .header-slider__slide_content {
        position: relative;
        height: 100%;
        box-sizing: border-box;
        display: table;
        width: 100%;
        z-index: 2;
        transform: translatez(0) translateY(0) !important;
        will-change: transform;
        opacity: 1 !important;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .homepage .header-slider .header-slider__slide.header-slider__slide--left .header-slider__slide_content_inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10%;
        position: absolute;
        width: 100%;
        bottom: 120px;
        left: 0;
        text-align: center;
        overflow: hidden; }
    .homepage .header-slider .header-slider-inner-text {
      position: absolute;
      width: 100%;
      height: auto;
      top: 40%;
      left: 0;
      transform: translateY(-50%);
      z-index: 20; }
      .homepage .header-slider .header-slider-inner-text img {
        display: block;
        margin: 0 auto; }
      .homepage .header-slider .header-slider-inner-text h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF; }
    .homepage .header-slider .owl-nav {
      height: 93px;
      top: calc(50% + 50px);
      bottom: 0;
      transform: translateY(-50%);
      display: block !important;
      position: absolute;
      width: 100%;
      z-index: 99; }
      .homepage .header-slider .owl-nav .owl-prev {
        float: left;
        left: -10px;
        background: url("../../content/img/general/arrow-image-left.png") no-repeat;
        position: relative;
        width: 46px;
        height: 93px;
        font-size: 0;
        transition: all 0.3s ease;
        cursor: pointer; }
      .homepage .header-slider .owl-nav .owl-next {
        float: right;
        right: -10px;
        background: url("../../content/img/general/arrow-image-right.png") no-repeat;
        position: relative;
        width: 46px;
        height: 93px;
        font-size: 0;
        transition: all 0.3s ease;
        cursor: pointer; }
      .homepage .header-slider .owl-nav .owl-prev:hover {
        left: 0; }
      .homepage .header-slider .owl-nav .owl-next:hover {
        right: 0; }
  .homepage .header-slider_pagination {
    position: absolute;
    bottom: 46px;
    right: 50%;
    transform: translateX(50%);
    z-index: 10; }
    .homepage .header-slider_pagination span {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 8px 0 9px;
      font-size: 0;
      background: #B6B2B2;
      border-radius: 100%;
      transition: color 0.3s linear;
      cursor: pointer; }
      .homepage .header-slider_pagination span.active, .homepage .header-slider_pagination span:hover {
        background: #FFFFFF; }
      .homepage .header-slider_pagination span.active {
        pointer-events: none; }
  .homepage .panel-layout .panel-grid:first-child {
    position: relative; }
    .homepage .panel-layout .panel-grid:first-child::before {
      display: block;
      position: absolute;
      width: 100%;
      height: 11px;
      bottom: -11px;
      left: 0;
      background: url(../../content/img/GRAY_PATTERN.png) repeat-x bottom left;
      content: ''; }
  .homepage .no-top-margine .description-text {
    margin-top: 0; }
  .homepage .no-margine .description-text {
    margin: 0; }
  .homepage .widget_siteorigin-panels-postloop {
    float: none;
    width: 959px;
    margin: 54px auto;
    text-align: center; }
    .homepage .widget_siteorigin-panels-postloop h3.widget-title {
      padding-top: 28px;
      margin-bottom: 26px;
      font-size: 50px; }
    .homepage .widget_siteorigin-panels-postloop .post-loop {
      display: inline-block;
      position: relative;
      width: 16.6666667%;
      height: 246px; }
      .homepage .widget_siteorigin-panels-postloop .post-loop::before {
        position: absolute;
        width: 12px;
        height: 100%;
        top: 50%;
        left: -6px;
        transform: translateY(-50%);
        background: url(../../content/img/SEPARATOR_LARGE.png) no-repeat left center;
        content: ''; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:first-of-type::before {
        display: none; }
      .homepage .widget_siteorigin-panels-postloop .post-loop .post-thumbnail img {
        max-width: 60%;
        max-height: 60%; }
      .homepage .widget_siteorigin-panels-postloop .post-loop > a:hover .post-thumbnail img {
        top: calc(50% - 10px); }
    .homepage .widget_siteorigin-panels-postloop .post-title {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase; }

.bootstrap-content-wrapper .panel-layout {
  position: relative; }

.bootstrap-content-wrapper .panel-grid {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.bootstrap-content-wrapper .widget_small-top-banner, .bootstrap-content-wrapper .widget_sow-google-map {
  width: 100%;
  padding: 0; }

.panel-grid .panel-row-style {
  background-position: center !important; }

/* Small top banner */
.top-banner {
  position: relative;
  width: 100%; }
  .top-banner h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin: 55px 0 0;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    color: #FFFFFF;
    transform: translateY(-50%);
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.29); }
  .top-banner img {
    width: 100%;
    height: auto; }

.product-subpage {
  margin-bottom: 90px; }
  .product-subpage .panel-grid {
    display: flex;
    margin-bottom: 35px !important;
    align-items: center !important; }
    .product-subpage .panel-grid:first-child {
      align-items: flex-start !important; }
    .product-subpage .panel-grid .panel-grid-cell:last-child .product-description {
      width: 86%;
      left: 14%; }
  .product-subpage .top-banner {
    position: relative;
    margin-bottom: 76px;
    overflow: hidden; }
    .product-subpage .top-banner h1 {
      display: inline-block;
      position: absolute;
      top: 23%;
      left: 50%;
      font-size: 64px;
      font-weight: 700;
      line-height: 1;
      color: #131360;
      transform: translateX(-50%); }
  .product-subpage .product-short-description {
    position: relative;
    width: 96%;
    min-height: 203px;
    padding-top: 0;
    padding-left: 38px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8; }
    .product-subpage .product-short-description::before {
      position: absolute;
      width: 12px;
      height: 100%;
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
      background: url(../../content/img/SEPARATOR_LARGE.png) no-repeat left center;
      content: ''; }
  .product-subpage .widget_product-short-description {
    margin-bottom: 88px !important; }
  .product-subpage .product-description {
    position: relative;
    width: 89%;
    font-size: 15px;
    line-height: 2;
    color: #2D2E33; }
    .product-subpage .product-description h2 {
      margin: 42px 0 45px 0;
      font-size: 36px;
      font-weight: 700;
      line-height: 0.8;
      letter-spacing: 1px;
      color: #131360; }

.second-top-banner {
  position: relative;
  width: 100%; }
  .second-top-banner .inner-text {
    position: absolute;
    left: 50%;
    margin: 4.4% 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.9;
    text-align: center;
    color: #2D2E33;
    transform: translateX(-50%); }
    .second-top-banner .inner-text p {
      padding: 0 40px; }

.widget_siteorigin-panels-postloop {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 43px;
  margin-bottom: 40px !important;
  text-align: center;
  overflow: hidden; }
  .widget_siteorigin-panels-postloop::before, .widget_siteorigin-panels-postloop::after {
    display: block;
    position: absolute;
    width: 12px;
    height: 100px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    z-index: 11;
    content: ''; }
  .widget_siteorigin-panels-postloop::before {
    left: calc(33.3333333% - 6px); }
  .widget_siteorigin-panels-postloop::after {
    left: calc(66.6666667% - 6px); }
  .widget_siteorigin-panels-postloop h3.widget-title {
    margin-bottom: 95px;
    font-size: 62px;
    font-weight: 700;
    color: #131360; }
  .widget_siteorigin-panels-postloop .post-product-loop {
    position: relative;
    float: left;
    width: 33.333333%;
    height: 407px;
    padding: 33px 0 40px; }
    .widget_siteorigin-panels-postloop .post-product-loop::before {
      position: absolute;
      width: 12px;
      height: 100%;
      top: 0;
      right: -6px;
      background: url(../../content/img/SEPARATOR_VERTICAL.png);
      background-repeat: repeat-y;
      background-position: right;
      content: ''; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n)::before {
      background: transparent; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(1) > a::after, .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(2) > a::after {
      position: absolute;
      width: 12px;
      height: 100px;
      top: 0;
      right: -6px;
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      content: ''; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n+1)::after {
      display: block;
      position: relative;
      width: 300%;
      height: 12px;
      top: -43px;
      left: 0;
      background: url(../../content/img/SEPARATOR_HORIZONTAL.png);
      background-repeat: repeat-x;
      content: ''; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n+1) a::before {
      display: block;
      position: absolute;
      width: 110px;
      height: 12px;
      bottom: -2px;
      left: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      z-index: 11; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n+3) a::before {
      display: block;
      position: absolute;
      width: 110px;
      height: 12px;
      bottom: -2px;
      right: 0;
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      z-index: 11; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(1)::after {
      display: none !important; }
    .widget_siteorigin-panels-postloop .post-product-loop > a {
      float: left;
      width: 100%;
      height: 100%; }
      .widget_siteorigin-panels-postloop .post-product-loop > a:hover .post-thumbnail img {
        top: calc(50% - 10px); }
  .widget_siteorigin-panels-postloop .post-title {
    margin: 20px 0 10px;
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    color: #000000; }
  .widget_siteorigin-panels-postloop .post-thumbnail {
    width: 100%;
    height: 190px;
    margin: 20px 0; }
    .widget_siteorigin-panels-postloop .post-thumbnail img {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      transform: translateY(-50%);
      transition: top 0.6s ease; }

/* Technology and expertise page */
.image-carousel-wrapper {
  position: relative;
  text-align: center; }
  .image-carousel-wrapper .owl-carousel::after, .image-carousel-wrapper .owl-carousel::before {
    position: absolute;
    width: 33.33333%;
    height: 100%;
    top: 0;
    background-color: #131360;
    opacity: 0.6;
    z-index: 1;
    content: ''; }
  .image-carousel-wrapper .owl-carousel::before {
    left: 0; }
  .image-carousel-wrapper .owl-carousel::after {
    right: 0; }
  .image-carousel-wrapper .owl-carousel .owl-item {
    height: 388px;
    min-height: 100%; }
    .image-carousel-wrapper .owl-carousel .owl-item > div {
      height: 100%; }
    .image-carousel-wrapper .owl-carousel .owl-item img {
      display: block;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .image-carousel-wrapper .owl-nav {
    position: absolute;
    width: 33.333333%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2; }
    .image-carousel-wrapper .owl-nav > div {
      position: relative;
      width: 74px;
      height: 74px;
      margin-top: -37px;
      font-size: 0;
      color: transparent;
      background-color: #FFFFFF;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50%;
      opacity: 0.7; }
    .image-carousel-wrapper .owl-nav .owl-prev {
      float: left;
      left: -37px;
      background-image: url(../../content/img/general/ARROW_LEFT.png); }
    .image-carousel-wrapper .owl-nav .owl-next {
      float: right;
      right: -37px;
      background-image: url(../../content/img/general/ARROW_RIGHT.png); }
  .image-carousel-wrapper .owl-dots {
    display: none !important; }
  .image-carousel-wrapper .button {
    margin-top: 30px;
    margin-bottom: 10px;
    background: transparent; }
    .image-carousel-wrapper .button:hover {
      background: #131360; }

.owl-item {
  height: 388px;
  min-height: 100%; }
  .owl-item > div {
    height: 100%; }
  .owl-item img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

.gallery-and-news {
  /* Signle post */
  /* Side menu on archive page */
  /* Social share */ }
  .gallery-and-news .go-back a {
    position: relative;
    display: block;
    height: 12px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #131360; }
    .gallery-and-news .go-back a::before {
      display: inline-block;
      width: 16px;
      height: 100%;
      background: url(../../content/img/BACK_ARROW_ICO.png) no-repeat left center;
      content: ''; }
    .gallery-and-news .go-back a::after {
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: -25px;
      left: 0;
      background: #C9CAD3;
      content: ''; }
  .gallery-and-news .main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #C9CAD3; }
  .gallery-and-news .archive-wrapper {
    margin-top: 40px;
    margin-bottom: 40px; }
  .gallery-and-news .post-year {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #131360; }
  .gallery-and-news .top-inner-banner {
    width: 100%;
    margin-bottom: 30px; }
  .gallery-and-news .post-date {
    position: relative;
    width: 100%;
    height: 13px;
    top: -5px;
    font-size: 14px;
    line-height: 24px;
    color: #C9CAD3; }
  .gallery-and-news .entry-title {
    margin: 2px 0 19px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #2D2E33; }
  .gallery-and-news .paragraph {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #2D2E33; }
  .gallery-and-news .gallery .gallery-item {
    margin: 0 0 20px; }
  .gallery-and-news .gallery .gallery-icon > a {
    display: block;
    position: relative;
    overflow: hidden; }
    .gallery-and-news .gallery .gallery-icon > a::before {
      position: absolute;
      width: 210px;
      height: 136px;
      top: -100%;
      left: 50%;
      background-color: rgba(19, 19, 96, 0.6);
      background-image: url(../../content/img/VIEW_ICO.png);
      background-repeat: no-repeat;
      background-position: center;
      transform: translateX(-50%);
      transition: top 0.3s ease;
      content: ''; }
    .gallery-and-news .gallery .gallery-icon > a:hover::before {
      top: 0; }
  .gallery-and-news .gallery img {
    width: 210px;
    height: 136px;
    border: 0 !important; }
  .gallery-and-news .single-gallery-and-news {
    padding: 30px 0;
    border-top: 1px solid #C9CAD3; }
    .gallery-and-news .single-gallery-and-news::after {
      display: block;
      clear: both;
      content: ''; }
    .gallery-and-news .single-gallery-and-news .thumbnail-image {
      float: left;
      width: 290px;
      height: 205px; }
      .gallery-and-news .single-gallery-and-news .thumbnail-image img {
        width: 100%;
        height: 100%; }
    .gallery-and-news .single-gallery-and-news .inner-text {
      float: right;
      width: calc(100% - 320px); }
    .gallery-and-news .single-gallery-and-news .paragraph {
      height: 110px;
      margin-bottom: 10px;
      line-height: 26px;
      overflow: hidden;
      visibility: hidden; }
    .gallery-and-news .single-gallery-and-news .read-more {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #2D2E33; }
      .gallery-and-news .single-gallery-and-news .read-more::after, .gallery-and-news .single-gallery-and-news .read-more::before {
        background: #131360; }
  .gallery-and-news .other-posts:hover h4 {
    color: #131360; }
  .gallery-and-news .other-posts h3 {
    padding: 28px 0 24px;
    margin: 0 0 21px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #2D2E33;
    border-bottom: 1px solid #C9CAD3; }
  .gallery-and-news .other-posts .thumbnail-image {
    width: 100%;
    margin-bottom: 18px; }
  .gallery-and-news .other-posts h4 {
    padding: 2px 0 15px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #2D2E33;
    border-bottom: 1px solid #C9CAD3; }
  .gallery-and-news .other-posts ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .gallery-and-news .other-posts li {
    margin-bottom: 20px; }
  .gallery-and-news .social-share-wrapper {
    position: relative;
    float: right;
    top: 2px; }
  .gallery-and-news .social-share {
    position: relative;
    float: right; }
    .gallery-and-news .social-share .addtoany_shortcode {
      display: none;
      position: absolute;
      width: 88px;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 11; }
      .gallery-and-news .social-share .addtoany_shortcode::before, .gallery-and-news .social-share .addtoany_shortcode::after {
        position: absolute;
        top: 0;
        content: ''; }
      .gallery-and-news .social-share .addtoany_shortcode::before {
        width: 8px;
        height: 8px;
        left: 50%;
        background: #FFFFFF;
        border: 1px solid #C9CAD3;
        transform: rotate(45deg) translateX(-50%);
        z-index: -1; }
      .gallery-and-news .social-share .addtoany_shortcode::after {
        width: 6px;
        height: 6px;
        left: 50%;
        background: #FFFFFF;
        transform: rotate(45deg) translateX(-50%); }
      .gallery-and-news .social-share .addtoany_shortcode > div {
        float: left;
        padding: 5px 4px 0;
        background: #fff;
        border: 1px solid #C9CAD3; }
    .gallery-and-news .social-share .addtoany_list a > span {
      border-radius: 50% !important; }
    .gallery-and-news .social-share .share-button {
      position: relative;
      float: right;
      padding-left: 18px;
      font-size: 14px;
      color: #C9CAD3;
      background: url("../../content/img/general/SHARE_ICO_PASSIVE.png") no-repeat left center;
      cursor: pointer;
      transition: all 0.3s ease; }
      .gallery-and-news .social-share .share-button::before {
        position: absolute;
        width: 11px;
        height: 100%;
        top: 0;
        left: 0;
        background: url("../../content/img/general/SHARE_ICO_ACTIVE.png") no-repeat center;
        transition: all 0.3s ease;
        opacity: 0;
        content: ''; }
      .gallery-and-news .social-share .share-button:hover {
        color: #131360; }
        .gallery-and-news .social-share .share-button:hover::before {
          opacity: 1; }
  .gallery-and-news .facebook-like {
    float: left;
    width: auto !important; }
    .gallery-and-news .facebook-like > div {
      position: relative; }

.contact-page label {
  display: inline-block;
  float: left;
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 35px; }
  .contact-page label.textarea {
    width: 100%; }
  .contact-page label span {
    display: block;
    margin-top: 5px; }

.contact-page input {
  width: 100%; }

.contact-page textarea {
  width: 100%; }

.contact-page .wpcf7 {
  margin-top: 58px; }

.contact-page .wpcf7-form {
  margin: 0 -15px 60px; }
  .contact-page .wpcf7-form::after {
    display: block;
    clear: both;
    content: ''; }
  .contact-page .wpcf7-form p {
    display: block;
    width: 100%; }

.contact-page .wpcf7-submit {
  float: right;
  width: auto;
  padding: 15px 43px 13px;
  margin: 15px 15px 0 0;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #131360;
  border: 2px solid #131360;
  background: #FFFFFF;
  transition: all 0.3s ease; }
  .contact-page .wpcf7-submit:hover {
    color: #FFFFFF;
    background: #131360; }

.contact-page .wpcf7-validation-errors {
  display: none !important; }

.contact-page .wpcf7-mail-sent-ng {
  border: none !important; }

.contact-page .address-info {
  padding: 37px 0;
  text-align: center;
  border-top: 1px solid #E2E2E2; }
  .contact-page .address-info p {
    display: inline-block;
    padding-left: 32px;
    background-position: left center;
    background-repeat: no-repeat; }
  .contact-page .address-info .phone p {
    background-image: url(../../content/img/PHONE_ICO_SMALL.png); }
  .contact-page .address-info .fax p {
    background-image: url(../../content/img/PRINT_ICO_SMALL.png); }
  .contact-page .address-info .email p {
    background-image: url(../../content/img/MAIL_ICO_SMALL.png); }

.contact-page #map {
  width: 100%;
  height: 308px; }

.google-info-window-wrapper > div:first-child, .google-info-window-wrapper > div:last-child {
  display: none; }

.google-info-window-wrapper::before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
  content: ''; }

.gm-style-iw {
  padding: 15px;
  background: #FFFFFF;
  overflow: hidden !important; }
  .gm-style-iw > div, .gm-style-iw > div > div {
    overflow: hidden !important; }

#google-info-window {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #131360; }

@media screen and (max-width: 1600px) {
  header {
    padding: 8px 20px; }
    header .logo {
      position: relative;
      float: left;
      left: auto;
      top: 21px;
      margin-left: 0; }
    header .language-switcher {
      position: relative;
      float: right;
      top: 30px;
      right: auto; } }

@media screen and (max-width: 1366px) {
  header {
    height: 85px;
    padding: 6px 20px; }
    header .logo {
      margin-left: 0; }
    header .main-menu .menu li a {
      padding: 0 25px 0 17px;
      font-size: 17px; }
    header .language-switcher > .is-active {
      font-size: 17px; }
      header .language-switcher > .is-active::before {
        top: calc(50% - 1px); }
    header .language-switcher #qtranslate-chooser a {
      font-size: 17px; }
  input, textarea {
    padding: 12px 12px 11px; }
  .button {
    padding: 7px 28px 5px; }
  .top-banner h1 {
    margin: 42px 0 0; }
  .homepage .top-banner-large {
    height: 100vh;
    max-height: 100%; }
  .homepage .widget_siteorigin-panels-postloop {
    margin: 34px auto; }
    .homepage .widget_siteorigin-panels-postloop .post-loop {
      height: 226px; }
  .description-text {
    margin-top: 30px;
    margin-bottom: 70px; }
    .description-text h1 {
      margin: 34px 0 28px; }
    .description-text h2 {
      padding: 0; }
    .description-text p {
      padding: 0; }
    .description-text .inner-text .button {
      margin-top: 40px; }
  .widget_siteorigin-panels-postloop .post-thumbnail {
    height: 180px;
    margin: 10px 0; }
    .widget_siteorigin-panels-postloop .post-thumbnail img {
      max-width: 110px; }
  .widget_siteorigin-panels-postloop h3.widget-title {
    margin-bottom: 65px;
    font-size: 52px; }
  .widget_siteorigin-panels-postloop .post-title {
    margin: 10px 0 5px;
    font-size: 34px; }
  .widget_siteorigin-panels-postloop .post-product-loop {
    height: 377px;
    padding: 20px 0 0; }
  .technology-and-expertise-wrapper {
    margin-bottom: 70px; }
  .second-top-banner .inner-text p {
    padding: 0; }
  .product-subpage {
    margin-bottom: 70px; }
    .product-subpage .top-banner {
      margin-bottom: 60px; }
      .product-subpage .top-banner h1 {
        font-size: 52px; }
    .product-subpage .widget_product-short-description {
      margin-bottom: 56px !important; }
  .image-carousel-wrapper .owl-nav > div {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 15px; }
  .image-carousel-wrapper .owl-nav .owl-prev {
    left: -25px; }
  .image-carousel-wrapper .owl-nav .owl-next {
    right: -25px; }
  .contact-page label {
    margin-bottom: 25px; }
  .contact-page .wpcf7-form {
    margin: 0 -15px 38px; }
  .contact-page .wpcf7-submit {
    padding: 14px 40px 12px;
    margin: 10px 15px 0 0; }
  .contact-page .address-info {
    padding: 30px 0; } }

@media screen and (max-width: 1279px) {
  header .main-menu {
    float: right;
    margin-top: 13px; }
    header .main-menu .hamburger {
      display: block; }
    header .main-menu .menu-main-menu-container {
      display: inline-block; }
    header .main-menu .menu li a {
      padding: 0 15px 0 7px; }
    header .main-menu .menu li:last-child::after {
      background: url(../../content/img/SEPARATOR.png) no-repeat center; }
  header .main-menu-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 74px;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    border-top: 1px solid #E0E0E0;
    overflow: hidden;
    z-index: 99; }
    header .main-menu-wrapper #qtranslate-chooser {
      display: inline-block;
      padding: 0;
      margin: 0 0 0 9px;
      list-style-type: none; }
      header .main-menu-wrapper #qtranslate-chooser li {
        display: inline-block; }
      header .main-menu-wrapper #qtranslate-chooser a {
        display: block;
        padding: 8px 10px 7px;
        font-size: 17px;
        font-weight: 700;
        line-height: 0.9;
        text-transform: uppercase;
        color: #131360;
        background: transparent;
        border-radius: 8px;
        transition: all 0.3s ease; }
      header .main-menu-wrapper #qtranslate-chooser .active a, header .main-menu-wrapper #qtranslate-chooser li:hover a {
        color: #FFFFFF;
        background: #131360; }
  header .language-switcher {
    display: none; } }

@media screen and (max-width: 1199px) {
  header {
    height: 70px;
    padding: 6px 20px; }
    header .logo {
      top: 12px; }
    header .main-menu {
      margin-top: 5px; }
  .homepage .top-banner-large {
    max-height: 400px; }
  .homepage .header-slider .header-slider-inner-text {
    top: 120px;
    transform: none; }
    .homepage .header-slider .header-slider-inner-text h1 {
      font-size: 24px; }
    .homepage .header-slider .header-slider-inner-text img {
      width: 112px; }
  .homepage .header-slider_pagination {
    bottom: 26px; }
  .homepage .widget_siteorigin-panels-postloop h3.widget-title {
    font-size: 40px; }
  .description-text h1 {
    font-size: 40px; }
  .second-top-banner > img {
    width: auto;
    height: 600px;
    object-fit: cover; }
  .widget_siteorigin-panels-postloop {
    margin-top: 20px;
    margin-bottom: 20px !important; }
    .widget_siteorigin-panels-postloop h3.widget-title {
      margin-bottom: 40px;
      font-size: 40px; }
  .product-subpage {
    margin-bottom: 50px; }
  .image-carousel-wrapper .owl-nav {
    width: calc(100% - 300px); }
  .image-carousel-wrapper .owl-carousel::after, .image-carousel-wrapper .owl-carousel::before {
    width: 150px; }
  .technology-and-expertise-wrapper .panel-grid-cell {
    -ms-flex: 0 !important;
    -webkit-flex: 0 !important;
    flex: 0 !important;
    padding: 0 !important;
    flex-grow: 1 !important; } }

@media screen and (max-width: 991px) {
  header {
    height: 70px; }
    header .logo img {
      width: 190px; }
    header .main-menu-wrapper {
      height: auto; }
      header .main-menu-wrapper #qtranslate-chooser {
        display: block;
        padding: 8px 0;
        margin: 0;
        border-top: 1px solid #E0E0E0; }
        header .main-menu-wrapper #qtranslate-chooser a {
          padding: 17px;
          font-size: 18px; }
    header .main-menu {
      margin-top: 3px; }
      header .main-menu .menu-main-menu-container {
        display: block; }
      header .main-menu .menu li {
        display: block; }
        header .main-menu .menu li a {
          font-size: 18px; }
        header .main-menu .menu li:last-child::after {
          background: transparent; }
        header .main-menu .menu li::after {
          top: 50%;
          left: 0;
          right: 0;
          margin: auto;
          transform: rotate(90deg); }
  .homepage .widget_siteorigin-panels-postloop {
    width: 100%; }
  .top-banner {
    height: 300px; }
    .top-banner > img {
      height: 100%;
      width: auto;
      object-fit: cover; }
  .second-top-banner .inner-text {
    width: 100%; }
  .description-text h2 {
    margin: 25px 0 20px;
    font-size: 32px; }
  .image-carousel-wrapper .owl-nav {
    width: calc(100% - 360px); }
  .image-carousel-wrapper .owl-carousel::after, .image-carousel-wrapper .owl-carousel::before {
    width: 180px; } }

@media screen and (max-width: 768px) {
  .homepage .so-widget-sow-image-default-46f30e3d504b .sow-image-container .so-widget-image {
    height: 240px;
    width: 100%;
    object-fit: cover; }
  #lightbox .lb-nav .lb-prev {
    left: 0; }
  #lightbox .lb-nav .lb-next {
    right: 0; }
  #swipebox-close {
    display: block; }
  .gallery-and-news .gallery .gallery-item {
    margin: 0 0 15px;
    padding: 0 10px; } }

@media screen and (max-width: 767px) {
  footer .footer-menu {
    display: none; }
  footer .address-info {
    padding-top: 0;
    padding-bottom: 34px; }
    footer .address-info > div {
      margin-top: 38px; }
      footer .address-info > div:nth-child(2n+1) {
        clear: both; }
  .image-carousel-wrapper .owl-nav {
    width: calc(100% - 160px); }
  .image-carousel-wrapper .owl-carousel::after, .image-carousel-wrapper .owl-carousel::before {
    width: 80px; } }

@media screen and (max-width: 640px) {
  header .main-menu {
    margin-top: 8px; }
  header .hamburger-box {
    height: 26px; }
  header .hamburger-inner::before {
    top: -9px; }
  header .hamburger-inner::after {
    bottom: -9px; }
  header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
    height: 4px; }
  .homepage .top-banner-large {
    max-height: 387px; }
  .homepage .widget_siteorigin-panels-postloop {
    margin: 20px auto; }
    .homepage .widget_siteorigin-panels-postloop::before, .homepage .widget_siteorigin-panels-postloop::after {
      display: block !important;
      position: absolute;
      width: 12px;
      height: 100px;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      z-index: 11;
      content: ''; }
    .homepage .widget_siteorigin-panels-postloop::before {
      left: calc(33.3333333% - 6px); }
    .homepage .widget_siteorigin-panels-postloop::after {
      left: calc(66.6666667% - 6px); }
    .homepage .widget_siteorigin-panels-postloop h3.widget-title {
      padding-top: 20px;
      margin-bottom: 20px;
      font-size: 36px; }
    .homepage .widget_siteorigin-panels-postloop .post-loop {
      width: 33.33333%;
      height: 233px; }
      .homepage .widget_siteorigin-panels-postloop .post-loop .post-thumbnail img {
        max-width: 40%;
        max-height: 40%; }
      .homepage .widget_siteorigin-panels-postloop .post-loop::before {
        top: 0;
        right: -6px;
        left: auto;
        background: url(../../content/img/SEPARATOR_VERTICAL.png);
        background-repeat: repeat-y;
        background-position: right;
        transform: none; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:nth-of-type(3n)::before {
        background: transparent; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:first-of-type::before {
        display: block; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:nth-of-type(1) > a::after, .homepage .widget_siteorigin-panels-postloop .post-loop:nth-of-type(2) > a::after {
        position: absolute;
        width: 12px;
        height: 100px;
        top: 0;
        right: -6px;
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        content: ''; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:nth-of-type(3n+1)::after {
        display: block;
        position: absolute;
        width: 300%;
        height: 12px;
        top: -9px;
        left: 0;
        background: url(../../content/img/SEPARATOR_HORIZONTAL.png);
        background-repeat: repeat-x;
        content: ''; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:nth-of-type(3n+1) a::before {
        display: block;
        position: absolute;
        width: 110px;
        height: 12px;
        bottom: -2px;
        left: 0;
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        content: '';
        z-index: 11; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:nth-of-type(3n+3) a::before {
        display: block;
        position: absolute;
        width: 110px;
        height: 12px;
        bottom: -2px;
        right: 0;
        background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
        content: '';
        z-index: 11; }
      .homepage .widget_siteorigin-panels-postloop .post-loop:nth-of-type(1)::after {
        display: none !important; }
  .homepage .technology-and-expertise-wrapper {
    display: block !important;
    text-align: center;
    margin: -40px 0 20px; }
    .homepage .technology-and-expertise-wrapper .panel-grid-cell {
      display: inline-block !important;
      width: 50% !important;
      margin: 30px 0 40px !important; }
  .top-banner {
    height: 240px; }
    .top-banner h1 {
      font-size: 36px; }
  .second-top-banner .inner-text {
    line-height: 1.8; }
  .description-text {
    margin-top: 20px;
    margin-bottom: 50px; }
    .description-text h1 {
      margin: 24px 0 18px;
      font-size: 36px; }
    .description-text p {
      font-size: 15px;
      line-height: 1.8; }
    .description-text .aligncenter > img {
      margin: 0 2% 3% 2%; }
    .description-text.large-text p {
      font-size: 17px; }
  .widget_siteorigin-panels-postloop::before {
    display: none !important; }
  .widget_siteorigin-panels-postloop::after {
    left: calc(50% - 6px); }
  .widget_siteorigin-panels-postloop .post-product-loop {
    width: 50%; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(2) > a::after {
      display: none; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(2n)::before {
      background: transparent !important; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n)::before {
      background: url(../../content/img/SEPARATOR_VERTICAL.png); }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n+1) a::before {
      display: none; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n+1)::after {
      display: none; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(2n+1)::after {
      display: block;
      position: relative;
      width: 200%;
      height: 12px;
      top: -29px;
      left: 0;
      background: url(../../content/img/SEPARATOR_HORIZONTAL.png);
      background-repeat: repeat-x;
      content: ''; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(3n+3) a::before {
      display: none !important; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(2n+2) a::before {
      display: block !important;
      position: absolute;
      width: 110px;
      height: 12px;
      bottom: -2px;
      right: 0;
      left: auto;
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      z-index: 11; }
    .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(2n+1) a::before {
      display: block !important;
      position: absolute;
      width: 110px;
      height: 12px;
      bottom: -2px;
      left: 0;
      right: auto;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      z-index: 11; }
  .subpage .bottom-banner {
    height: 180px; }
    .subpage .bottom-banner > img {
      height: 100%;
      width: auto;
      object-fit: cover; }
  .product-subpage .panel-grid {
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    margin-bottom: 25px !important;
    align-items: start !important; }
    .product-subpage .panel-grid .panel-grid-cell {
      width: 50% !important; }
      .product-subpage .panel-grid .panel-grid-cell:last-child .product-description {
        width: 100%;
        padding-left: 15px;
        padding-right: 0;
        left: 0; }
  .product-subpage .top-banner {
    margin-bottom: 30px;
    height: 300px; }
    .product-subpage .top-banner h1 {
      top: 0;
      margin-top: 95px;
      font-size: 36px;
      text-transform: capitalize; }
  .product-subpage .product-short-description {
    width: 100%;
    padding: 0;
    font-size: 17px; }
  .product-subpage .widget_product-short-description {
    margin-bottom: 26px !important; }
  .product-subpage .product-description {
    width: 100%;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.8; }
    .product-subpage .product-description h2 {
      margin: 15px 0 25px 0; }
  .product-subpage .sow-image-container {
    margin-top: 15px; }
  .gallery-and-news .archive-wrapper {
    margin-top: 20px;
    margin-bottom: 20px; }
  .gallery-and-news .post-year {
    margin-bottom: 10px;
    font-size: 20px; }
  .gallery-and-news .post-date {
    font-size: 13px; }
  .gallery-and-news .entry-title {
    margin: -2px 0 10px; }
  .gallery-and-news .single-gallery-and-news {
    padding: 20px 0; }
    .gallery-and-news .single-gallery-and-news .thumbnail-image {
      width: 270px;
      height: 185px; }
    .gallery-and-news .single-gallery-and-news .inner-text {
      width: calc(100% - 290px); }
    .gallery-and-news .single-gallery-and-news .paragraph {
      margin-bottom: 5px;
      line-height: 22px; }
    .gallery-and-news .single-gallery-and-news .read-more {
      font-size: 14px;
      line-height: 20px; }
  .gallery-and-news .go-back a {
    margin-top: 20px;
    margin-bottom: 15px; }
    .gallery-and-news .go-back a::after {
      bottom: -15px; }
  .gallery-and-news .main-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }
  .gallery-and-news .top-inner-banner {
    margin-bottom: 20px; }
  .gallery-and-news .other-posts {
    display: none; }
  .contact-page .wpcf7 {
    margin-top: 30px; }
  .contact-page label {
    width: 100%;
    margin-bottom: 15px; }
  .contact-page .address-info {
    padding: 30px 0 0; }
    .contact-page .address-info > div {
      display: inline-block;
      width: calc(50% - 10px);
      margin-bottom: 30px; }
  .nicescroll-rails {
    display: none !important; } }

@media screen and (max-width: 600px) {
  footer .copyright p {
    margin-top: 20px; }
    footer .copyright p:first-child {
      float: none; }
  footer .copyright-inner {
    padding: 8px 0 28px; } }

@media screen and (max-width: 480px) {
  header {
    padding: 10px 15px 20px;
    height: auto; }
    header .logo {
      top: 12px; }
      header .logo img {
        width: 130px; }
    header .main-menu {
      margin-top: 13px; }
    header .hamburger {
      padding: 0; }
    header .hamburger-box {
      width: 26px; }
    header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
      width: 26px; }
  .homepage .top-banner-large {
    max-height: 250px; }
  .homepage .header-slider .header-slider-inner-text {
    top: 70px; }
    .homepage .header-slider .header-slider-inner-text img {
      width: 57px; }
    .homepage .header-slider .header-slider-inner-text h1 {
      font-size: 18px;
      line-height: 1.4; }
  .homepage .header-slider_pagination {
    width: 100%;
    bottom: 20px;
    text-align: center; }
  .homepage .widget_siteorigin-panels-postloop {
    width: calc(100% - 30px); }
    .homepage .widget_siteorigin-panels-postloop .post-loop {
      width: 100%; }
      .homepage .widget_siteorigin-panels-postloop .post-loop .post-thumbnail img {
        max-width: 80%;
        max-height: 80%; }
      .homepage .widget_siteorigin-panels-postloop .post-loop::before {
        display: none !important; }
      .homepage .widget_siteorigin-panels-postloop .post-loop::after {
        display: block !important;
        position: absolute;
        width: 300%;
        height: 12px;
        top: -9px;
        left: 0;
        background: url(../../content/img/SEPARATOR_HORIZONTAL.png);
        background-repeat: repeat-x;
        content: ''; }
      .homepage .widget_siteorigin-panels-postloop .post-loop a::after, .homepage .widget_siteorigin-panels-postloop .post-loop a::before {
        display: block;
        position: absolute;
        width: 110px !important;
        height: 12px !important;
        top: auto !important;
        bottom: -2px !important;
        content: '';
        z-index: 11; }
      .homepage .widget_siteorigin-panels-postloop .post-loop a::after {
        right: 0 !important;
        background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%) !important; }
      .homepage .widget_siteorigin-panels-postloop .post-loop a::before {
        left: 0 !important;
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important; }
  .homepage .technology-and-expertise-wrapper .panel-grid-cell {
    width: 100% !important; }
  .top-banner {
    height: 200px; }
    .top-banner h1 {
      margin: 25px 0 0;
      font-size: 24px; }
  .second-top-banner {
    padding-bottom: 230px;
    overflow: hidden; }
    .second-top-banner::before {
      display: block;
      position: absolute;
      width: 100%;
      height: 290px;
      bottom: 200px;
      background: url(../../content/img/OUR_PRODUCTS_BG.png) repeat-x;
      content: ''; }
    .second-top-banner .inner-text {
      position: static;
      margin: 0;
      padding-top: 20px;
      transform: none; }
    .second-top-banner img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 1020px;
      z-index: -1;
      height: auto;
      max-width: initial; }
  .entry-content .widget_siteorigin-panels-postloop h3.widget-title {
    display: none; }
  .entry-content .widget_siteorigin-panels-postloop .post-product-loop {
    width: 100%; }
    .entry-content .widget_siteorigin-panels-postloop .post-product-loop::before {
      display: none !important; }
    .entry-content .widget_siteorigin-panels-postloop .post-product-loop::after {
      display: block !important;
      position: absolute;
      width: 300%;
      height: 12px;
      top: -9px;
      left: 0;
      background: url(../../content/img/SEPARATOR_HORIZONTAL.png);
      background-repeat: repeat-x;
      content: ''; }
    .entry-content .widget_siteorigin-panels-postloop .post-product-loop:nth-of-type(1)::after {
      display: none !important; }
    .entry-content .widget_siteorigin-panels-postloop .post-product-loop a::after, .entry-content .widget_siteorigin-panels-postloop .post-product-loop a::before {
      display: block;
      position: absolute;
      width: 110px !important;
      height: 12px !important;
      top: auto !important;
      bottom: -2px !important;
      content: '';
      z-index: 11; }
    .entry-content .widget_siteorigin-panels-postloop .post-product-loop a::after {
      right: 0 !important;
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%) !important; }
    .entry-content .widget_siteorigin-panels-postloop .post-product-loop a::before {
      left: 0 !important;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important; }
  .product-subpage {
    margin-bottom: 20px; }
    .product-subpage .top-banner {
      height: 200px;
      margin-bottom: 20px; }
      .product-subpage .top-banner h1 {
        margin-top: 60px;
        font-size: 26px; }
    .product-subpage .panel-grid {
      flex-direction: column !important;
      -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important; }
      .product-subpage .panel-grid:nth-of-type(odd) .panel-grid-cell:nth-of-type(1) {
        order: 2; }
      .product-subpage .panel-grid:nth-of-type(odd) .panel-grid-cell:nth-of-type(2) {
        order: 1; }
      .product-subpage .panel-grid .panel-grid-cell {
        width: 100% !important; }
    .product-subpage .product-short-description {
      min-height: initial;
      padding: 0;
      font-size: 16px; }
      .product-subpage .product-short-description::before {
        display: none; }
    .product-subpage .widget_product-short-description {
      margin-bottom: 15px !important; }
  .description-text.small-text p {
    font-size: 15px;
    font-weight: 400; }
  .description-text .aligncenter > img {
    max-width: 100px;
    margin: 0 20px 10px 20px; }
  .gallery-and-news .single-gallery-and-news .thumbnail-image {
    margin-bottom: 15px; }
  .gallery-and-news .single-gallery-and-news .inner-text {
    width: 100%; }
  .gallery-and-news .gallery {
    text-align: center; }
    .gallery-and-news .gallery .gallery-item {
      display: inline-block;
      float: none !important;
      width: auto !important; }
  .contact-page .address-info > div {
    width: 100%; } }

@media screen and (max-width: 360px) {
  footer .address-info {
    padding-top: 20px;
    padding-bottom: 30px; }
    footer .address-info > div {
      width: 100%;
      min-height: 38px;
      padding: 0 0 0 80px !important;
      margin-top: 15px;
      text-align: left;
      background-position: left 22px top !important; } }

@media screen and (min-width: 1199px) and (max-width: 1500px) {
  .second-top-banner .inner-text {
    margin: 0.5% 0 0; } }
