﻿@charset "UTF-8";
/* Handcrafted by hardworking people of Kabuk  */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* CSS RESET */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 769px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 960px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (max-width: 768px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important; } }
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important; } }
.btn {
  display: inline-block;
  height: 36px;
  background-color: #cccccc;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 22px;
  border: 0 none;
  border-radius: 2px;
  outline: 0 none;
  cursor: pointer;
  margin-bottom: 12px;
  font-size: 14px; }
  .btn:hover {
    text-decoration: none;
    background-color: #b3b3b3; }
  .btn:active {
    background-color: gray; }
  .btn.btn-block {
    display: block;
    width: 100%; }

.form-control {
  display: block;
  width: 100%;
  min-height: 36px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 1px;
  outline: 0 none;
  padding: 8px 10px;
  line-height: 20px;
  background-color: #ffffff;
  background-image: none;
  margin-bottom: 8px; }
  .form-control:focus {
    border-color: #34353C;
    background-color: #ffffff;
    color: #34353C; }
  .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9B9B9B; }
  .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9B9B9B;
    opacity: 1; }
  .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9B9B9B;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9B9B9B; }

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
  -webkit-appearance: none; }

textarea.form-control {
  height: auto;
  resize: none; }

fieldset {
  margin-bottom: 20px; }

@font-face {
  font-family: 'clear_sansbold';
  src: url("../font/ClearSans-Bold-webfont.eot");
  src: url("../font/ClearSans-Bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/ClearSans-Bold-webfont.woff2") format("woff2"), url("../font/ClearSans-Bold-webfont.woff") format("woff"), url("../font/ClearSans-Bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clear_sansitalic';
  src: url("../font/ClearSans-Italic-webfont.eot");
  src: url("../font/ClearSans-Italic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/ClearSans-Italic-webfont.woff2") format("woff2"), url("../font/ClearSans-Italic-webfont.woff") format("woff"), url("../font/ClearSans-Italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clear_sans_lightregular';
  src: url("../font/ClearSans-Light-webfont.eot");
  src: url("../font/ClearSans-Light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/ClearSans-Light-webfont.woff2") format("woff2"), url("../font/ClearSans-Light-webfont.woff") format("woff"), url("../font/ClearSans-Light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'clear_sansregular';
  src: url("../font/ClearSans-Regular-webfont.eot");
  src: url("../font/ClearSans-Regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../font/ClearSans-Regular-webfont.woff2") format("woff2"), url("../font/ClearSans-Regular-webfont.woff") format("woff"), url("../font/ClearSans-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'clear_sansregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #34353C; }

a {
  color: #D8232A; }

.form-control {
  font-family: 'clear_sansbold';
  font-size: 13px; }
  .form-control.error {
    border-color: #D8232A; }

label {
  min-height: 36px;
  padding: 8px 0px;
  display: inline-block;
  font-size: 13px;
  line-height: 20px; }
  label.error {
    display: none !important; }

iframe {
  width: 100%;
  height: 203px; }

.btn {
  font-family: 'clear_sansbold';
  font-weight: normal;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); }
  .btn.btn-red {
    background: #D8232A;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.08) 50%, rgba(0, 0, 0, 0.08) 56%); }

img.img-block {
  display: block;
  margin-top: 24px;
  margin-bottom: 32px; }

.text-center {
  text-align: center; }

h5 {
  font-size: 14px;
  font-family: 'clear_sansbold'; }

h1 {
  font-size: 28px;
  line-height: 38px;
  color: #D8232A; }

h3 {
  font-size: 14px;
  font-family: 'clear_sansbold';
  color: #D8232A;
  line-height: 24px; }

.exhibitions h3 {
  margin-top: 12px; }

hr {
  margin-top: 38px;
  margin-bottom: 38px;
  border: 0;
  border-top: 1px solid #cccccc;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

.exhibitions hr {
  margin-top: 12px; }

strong {
  font-family: 'clear_sansbold'; }

em {
  font-family: 'clear_sansitalic'; }

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 84px;
  z-index: 8000; }
  #header .header-bg-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 89.5px;
    background-image: url("../gfx/header_bg@2x.png");
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: auto 89.5px;
    z-index: 8001; }
  #header .header-content {
    position: relative;
    width: 940px;
    height: 84px;
    margin: 0 auto; }
    #header .header-content #logo {
      display: block;
      width: 264px;
      height: 84px;
      padding: 27px 18px;
      position: relative;
      z-index: 8002; }
      #header .header-content #logo img {
        display: block; }
    #header .header-content .top-nav {
      position: absolute;
      right: 0px;
      top: 0px;
      text-align: right;
      z-index: 8002; }
      #header .header-content .top-nav ul {
        text-align: right; }
        #header .header-content .top-nav ul li {
          display: inline-block;
          margin-left: 24px; }
          #header .header-content .top-nav ul li a {
            display: inline-block;
            height: 40px;
            font-size: 12px;
            line-height: 19px;
            padding-top: 11px;
            color: #555555; }
            #header .header-content .top-nav ul li a.lang-switch {
              background: url("../gfx/world.svg");
              background-repeat: no-repeat;
              background-position: 0px center;
              padding-left: 16px; }
    #header .header-content .navbar {
      position: absolute;
      top: 40px;
      left: 272px;
      right: 0px;
      z-index: 8003; }
      #header .header-content .navbar > ul {
        font-size: 13px;
        font-family: 'clear_sansbold'; }
        #header .header-content .navbar > ul > li {
          float: left;
          height: 40px; }
          #header .header-content .navbar > ul > li > a {
            display: block;
            height: 40px;
            line-height: 20px;
            padding: 10px 12px;
            color: #F8F8F8;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            position: relative;
            overflow: hidden; }
            #header .header-content .navbar > ul > li > a:before {
              position: absolute;
              display: none;
              content: '';
              width: 100%;
              height: 1px;
              top: -1px;
              left: 0px;
              box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); }
          #header .header-content .navbar > ul > li > ul {
            display: none;
            min-width: 180px;
            position: absolute;
            background-color: rgba(248, 248, 248, 0.9);
            border-radius: 0px 0px 2px 2px;
            overflow: hidden;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); }
            #header .header-content .navbar > ul > li > ul li {
              float: none; }
              #header .header-content .navbar > ul > li > ul li a {
                display: block;
                height: 40px;
                line-height: 20px;
                padding: 10px 16px;
                font-family: 'clear_sansbold';
                color: #D8232A;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none; }
                #header .header-content .navbar > ul > li > ul li a:hover {
                  background-color: #ffffff; }
                #header .header-content .navbar > ul > li > ul li a:active {
                  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25); }
          #header .header-content .navbar > ul > li:hover > a {
            background-color: rgba(248, 248, 248, 0.9);
            color: #D8232A; }
            #header .header-content .navbar > ul > li:hover > a:before {
              display: block; }
          #header .header-content .navbar > ul > li:hover ul {
            display: block; }
          #header .header-content .navbar > ul > li.current-menu-item > a, #header .header-content .navbar > ul > li.current-menu-ancestor > a {
            background-color: rgba(248, 248, 248, 0.9);
            color: #D8232A;
            box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25); }
          #header .header-content .navbar > ul > li#search-toggle {
            float: right;
            margin-right: 16px;
            width: 40px;
            background: url("../gfx/search.svg") no-repeat center center;
            cursor: pointer;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none; }
          #header .header-content .navbar > ul > li.home > a {
            padding: 0px;
            width: 40px;
            background: url("../gfx/home.svg") no-repeat center center;
            text-indent: -9999px;
            box-shadow: none; }
            #header .header-content .navbar > ul > li.iot > a {
              padding: 0px 10px;
              width: 40px;
              background: url("../gfx/iot.svg") no-repeat center center / 28px 28px;
              text-indent: -9999px;
              box-shadow: none; }
          #header .header-content .navbar > ul > li.home:hover a {
            box-shadow: none;
            background-color: transparent;
            color: #f8f8f8; }
            #header .header-content .navbar > ul > li.home:hover a:before {
              box-shadow: none; }
          #header .header-content .navbar > ul > li.icon-sub-menu > ul {
            position: absolute;
            left: 40px;
            width: 600px; }
            #header .header-content .navbar > ul > li.icon-sub-menu > ul li {
              height: 120px;
              width: 20%;
              float: left; }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li a {
                display: block;
                height: 122px;
                padding: 20px;
                padding-top: 74px;
                line-height: 14px;
                text-align: center;
                background-position: center 28px;
                background-repeat: no-repeat; }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.smoke > a {
                background-image: url("../gfx/smoke.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.oil > a {
                background-image: url("../gfx/oil.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.smell > a {
                background-image: url("../gfx/smell.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.fire > a {
                background-image: url("../gfx/fire.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.energy > a {
                background-image: url("../gfx/energy.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.project > a {
                background-image: url("../gfx/project.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.hotel > a {
                background-image: url("../gfx/hotel.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.mall > a {
                background-image: url("../gfx/mall.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.restaurant > a {
                background-image: url("../gfx/restaurant.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.industry > a {
                background-image: url("../gfx/industry.svg"); }
              #header .header-content .navbar > ul > li.icon-sub-menu > ul li.corporate > a {
                background-image: url("../gfx/corporate.svg"); }
          #header .header-content .navbar > ul > li.products-sub-menu > ul {
            width: 600px;
            left: 40px;
            background-color: transparent;
            height: 280px; }
            #header .header-content .navbar > ul > li.products-sub-menu > ul > li {
              width: 120px;
              height: 50%;
              float: none; }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li > a {
                width: 100%;
                height: 100%;
                background-color: rgba(52, 53, 60, 0.8);
                color: #F8F8F8;
                background-position: center 28px;
                background-repeat: no-repeat;
                text-align: center;
                padding: 20px;
                padding-top: 74px; }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li.singles > a {
                background-image: url("../gfx/single_white.svg"); }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li.ecologic > a {
                background-image: url("../gfx/ecologic_white.svg"); }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul {
                position: absolute;
                left: 120px;
                height: 100%;
                top: 0px;
                width: 480px;
                display: none;
                background-color: rgba(248, 248, 248, 0.9);
                box-shadow: 4px 2px 4px 0px rgba(0, 0, 0, 0.25);
                overflow: auto; }
                #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul > li {
                  width: 50%;
                  float: left; }
                  #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul > li > a {
                    display: none; }
                  #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul > li > ul li {
                    padding: 0px 6px; }
                    #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul > li > ul li a {
                      border-bottom: 1px solid #CCCCCC;
                      padding: 10px 8px; }
                      #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul > li > ul li a:hover {
                        background-color: transparent;
                        color: #34353C; }
                    #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul > li > ul li:last-child > a {
                      border-bottom: none; }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li.current-pro-menu > a {
                color: #34353C;
                background-color: rgba(248, 248, 248, 0.9);
                background-image: url("../gfx/mall.svg"); }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li.current-pro-menu > ul {
                display: block; }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li.current-pro-menu.singles > a {
                background-image: url("../gfx/single.svg"); }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li.current-pro-menu.ecologic > a {
                background-image: url("../gfx/ecologic.svg"); }
          #header .header-content .navbar > ul > li.services > ul {
            position: absolute;
            left: 40px;
            width: 600px; }
            #header .header-content .navbar > ul > li.services > ul > li {
              width: 50%;
              height: 240px;
              float: left; }
              #header .header-content .navbar > ul > li.services > ul > li > a {
                display: none; }
              #header .header-content .navbar > ul > li.services > ul > li > ul {
                padding-top: 8px; }
                #header .header-content .navbar > ul > li.services > ul > li > ul li {
                  padding: 0px 6px; }
                  #header .header-content .navbar > ul > li.services > ul > li > ul li a {
                    border-bottom: 1px solid #CCCCCC; }
                    #header .header-content .navbar > ul > li.services > ul > li > ul li a:hover {
                      background-color: transparent;
                      color: #34353C; }
                  #header .header-content .navbar > ul > li.services > ul > li > ul li:last-child > a {
                    border-bottom: none; }
    #header .header-content #search-box {
      z-index: 7999;
      position: absolute;
      top: 40px;
      right: -10px;
      background: url("../gfx/search_box%402x.png") no-repeat center center;
      background-size: cover;
      width: 396px;
      height: 80px;
      display: none; }
      #header .header-content #search-box input {
        position: absolute;
        bottom: 6px;
        width: 260px;
        height: 32px;
        left: 45px;
        font-size: 14px;
        color: #F8F8F8;
        line-height: 19px;
        padding: 6px 11px;
        font-family: 'clear_sansregular';
        outline: 0 none;
        border: 0 none;
        background: #717176;
        border-radius: 2px; }
      #header .header-content #search-box button {
        position: absolute;
        bottom: 5px;
        right: 46px;
        height: 32px;
        width: 40px;
        border: 0 none;
        outline: 0 none;
        background: transparent;
        color: #ADAEB1;
        cursor: pointer;
        font-size: 13px;
        font-family: 'clear_sansbold';
        line-height: 19px;
        text-align: center;
        padding-top: 1px; }

#content {
  z-index: 500;
  background-color: #F8F8F8;
  position: relative;
  padding-bottom: 72px;
  padding-top: 20px; }
  #content .left-menu h5 {
	font-size: 15px;
  }
    #content .left-menu ul li {
      padding: 10px 0px;
      font-size: 15px;
      line-height: 18px; }
      #content .left-menu ul li.active > a {

        font-family: 'clear_sansbold'; }
  #content .content {
    min-height: 300px;
    position: relative; }
    #content .content p {
      line-height: 24px;
      margin-bottom: 24px; }
      #content .content p .alignleft {
        margin: 20px;
        float: left;
        margin-left: 0px; }
      #content .content p .alignright {
        margin: 20px;
        float: right;
        margin-right: 0px; }
      #content .content p .aligncenter {
        margin: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block; }
    #content .content h5 {
      font-size: 16px; }
    #content .content h3 {
      font-size: 16px; }
    #content .content ul {
      margin-top: 20px;
      margin-bottom: 20px;
      list-style-type: disc;
      list-style-position: outside;
      line-height: 24px;
      padding-left: 16px; }
      #content .content ul li {
        padding-left: 24px; }
    #content .content table {
      width: 100%;
      border: 0 none;
      margin-bottom: 20px; }
      #content .content table tr td {
        line-height: 20px;
        vertical-align: middle;
        padding: 12px 8px;
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc; }
        #content .content table tr td.center {
          text-align: center; }
        #content .content table tr td:first-child {
          border-left: 1px solid #cccccc; }
      #content .content table tr:first-child td {
        border-top: 1px solid #cccccc; }
    #content .content.single-product h3 {
      margin-top: 32px; }
    #content .content.single-product table tr:first-child td {
      text-align: center;
      font-family: clear_sansbold !important; }
    #content .content.single-product table tr:not(:first-child) {
      font-family: clear_sansregular !important; }
      #content .content.single-product table tr:not(:first-child) strong {
        font-family: clear_sansregular !important; }
      #content .content.single-product table tr:not(:first-child) td {
        text-align: center; }
      #content .content.single-product table tr:not(:first-child) td:first-child {
        text-align: left; }
    #content .content.single-reference .gallery .item {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 100%;
      padding: 33%; }
    #content .content.single-reference .gallery .owl-controls {
      display: none; }
      #content .content.single-reference .gallery .owl-controls .owl-prev {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        background: url("../gfx/prev.svg") no-repeat center center; }
      #content .content.single-reference .gallery .owl-controls .owl-next {
        position: absolute;
        right: 0px;
        top: 50%;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        background: url("../gfx/next.svg") no-repeat center center; }
    #content .content.single-reference .gallery:hover .owl-controls {
      display: block; }
    #content .content.single-reference p.gallery-caption {
      margin: 14px 0px; }
    #content .content.search p {
      font-size: 18px;
      line-height: 24px; }
    #content .content .icon-list {
      margin: 12px 0px; }
      #content .content .icon-list .icon {
        background-position: 0px 12px;
        background-repeat: no-repeat;
        padding: 12px 0px 12px 40px;
        line-height: 24px; }
        #content .content .icon-list .icon.tel {
          background-image: url("../gfx/list-icons/tel.svg"); }
        #content .content .icon-list .icon.mobile {
          background-image: url("../gfx/list-icons/mobile.svg"); }
        #content .content .icon-list .icon.fax {
          background-image: url("../gfx/list-icons/fax.svg"); }
        #content .content .icon-list .icon.mail {
          background-image: url("../gfx/list-icons/mail.svg"); }
        #content .content .icon-list .icon.location {
          background-image: url("../gfx/list-icons/location.svg"); }
        #content .content .icon-list .icon.user {
          background-image: url("../gfx/list-icons/user.svg"); }
    #content .content ul.dist-card {
      list-style: none;
      padding: 16px;
      padding-top: 0px;
      margin: 0px !important; }
      #content .content ul.dist-card li {
        display: block;
        position: relative;
        padding: 0px;
        margin-bottom: 20px;
        padding-left: 32px;
        padding-top: 2px;
        line-height: 18px;
        min-height: 24px; }
        #content .content ul.dist-card li:before {
          content: '';
          display: block;
          position: absolute;
          left: 0px;
          top: 0px;
          background-repeat: no-repeat;
          background-position: center center;
          width: 24px;
          height: 24px; }
        #content .content ul.dist-card li.user:before {
          background-image: url("../gfx/dist-icons/user.svg"); }
        #content .content ul.dist-card li.tel:before {
          background-image: url("../gfx/dist-icons/tel.svg"); }
        #content .content ul.dist-card li.mobile:before {
          background-image: url("../gfx/dist-icons/mobile.svg"); }
        #content .content ul.dist-card li.fax:before {
          background-image: url("../gfx/dist-icons/fax.svg"); }
        #content .content ul.dist-card li.mail:before {
          background-image: url("../gfx/dist-icons/mail.svg"); }
        #content .content ul.dist-card li.web:before {
          background-image: url("../gfx/dist-icons/web.svg"); }
        #content .content ul.dist-card li.location:before {
          background-image: url("../gfx/dist-icons/location.svg"); }
        #content .content ul.dist-card li:last-child {
          margin-bottom: 0px; }
    #content .content .dist {
      background-color: #ffffff;
      margin-bottom: 48px;
      border: 1px solid #cccccc; }
      #content .content .dist h3 {
        font-size: 18px;
        border-bottom: 2px solid #D8232A;
        padding: 9px 16px;
        margin-bottom: 16px; }
        #content .content .dist h3 span {
          font-size: 14px;
          color: #34353C; }
    #content .content .article {
      background-color: #ffffff;
      padding: 16px;
      margin-bottom: 20px;
      height: 320px;
      border: 1px solid #cccccc; }
      #content .content .article ul {
        margin-bottom: 0px; }
      #content .content .article a {
        color: #34353C; }
    #content .content .wp-caption {
      margin: 24px;
      margin-top: 0px; }
      #content .content .wp-caption.alignleft {
        float: left;
        margin-left: 0px; }
      #content .content .wp-caption.alignright {
        float: right;
        margin-right: 0px; }
      #content .content .wp-caption.aligncenter {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto; }
      #content .content .wp-caption.alignnone {
        width: 100% !important;
        margin: 0px;
        margin-bottom: 24px; }
      #content .content .wp-caption p.wp-caption-text {
        margin: 0px;
        text-align: center;
        min-height: 24px;
        font-size: 12px; }
      #content .content .wp-caption img {
        display: block;
        width: 100%; }
    #content .content .nav-tabs a.active {
      font-family: 'clear_sansbold'; }
    #content .content .nav-tabs h5 {
      font-size: 14px; }
    #content .content .nav-tabs p:last-child {
      margin-bottom: 0px; }
    #content .content .tab-content .tab-pane {
      display: none; }
      #content .content .tab-content .tab-pane.active {
        display: block; }

.ref-highlighted {
  min-height: 200px;
  margin-bottom: 48px;
  background-color: #ffffff;
  border: 1px solid #cccccc; }
  .ref-highlighted .image-holder {
    display: block;
    height: 100%;
    min-height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .ref-highlighted .text-holder {
    padding-right: 10px; }
  .ref-highlighted h3 {
    padding-top: 12px; }
  .ref-highlighted strong {
    display: inline-block;
    margin-bottom: 12px; }

.product {
  margin-bottom: 48px; }
  .product a {
    display: block;
    background-color: #ffffff;
    border-radius: 2px 2px 0px 0px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #D8232A;
    position: relative; }
    .product a img {
      display: block;
      width: 100%;
      height: auto; }
    .product a:before {
      position: absolute;
      content: '';
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: rgba(200, 200, 200, 0.2);
      display: none; }
    .product a:hover:before {
      display: block; }
  .product .caption {
    height: 32px;
    position: relative; }
    .product .caption strong {
      font-size: 14px;
      line-height: 24px;
      color: #D8232A;
      font-family: 'clear_sansbold';
      bottom: 0px;
      left: 0px;
 }
    .product .caption span {
      position: absolute;
      right: 0px;
      bottom: 0px;
      white-space: nowrap; }

.employee img {
  display: block;
  width: 100%;
  height: auto; }
.employee p {
  padding-top: 12px;
  height: 110px; }
  .employee p strong {
    color: #D8232A; }

.gallery-anchor a {
  display: block;
  position: relative;
  height: 220px;
  width: auto;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  border-radius: 2px 2px 0px 0px;
  border-bottom: 4px solid #D8232A;
  background-size: cover; }
  .gallery-anchor a:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(200, 200, 200, 0.2);
    display: none; }
  .gallery-anchor a:hover:before {
    display: block; }
.gallery-anchor img {
  display: block;
  width: 100%;
  height: auto; }
.gallery-anchor p {
  padding-top: 12px; }
  .gallery-anchor p strong {
    color: #D8232A; }
.gallery-anchor.membership p {
  height: 86px; }
.gallery-anchor.video a {
  height: 160px; }
  .gallery-anchor.video a:before {
    background-image: url("../gfx/play_icon.svg");
    background-position: center center;
    background-repeat: no-repeat; }
.gallery-anchor.video p {
  height: 64px; }
.gallery-anchor.pdf a {
  background-image: url("../gfx/pdf_icon.png"); }

#footer {
  background-color: #CCCCCC;
  padding: 60px 0px;
  font-size: 12px; }
  #footer a {
    color: #34353C; }
  #footer .menu > li > a {
    display: none; }
  #footer .menu > li > ul > li {
    margin-bottom: 16px; }
    #footer .menu > li > ul > li > a {
      font-family: "clear_sansbold"; }
  #footer .social {
    height: 20px;
    margin-bottom: 32px; }
    #footer .social a {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 12px; }
      #footer .social a.linkedin {
        background-image: url("../gfx/linkedin.svg"); }
      #footer .social a.facebook {
        background-image: url("../gfx/facebook.svg"); }
      #footer .social a.youtube {
        background-image: url("../gfx/youtube.svg"); }
  #footer h5 {
    font-size: 12px;
    margin-bottom: 16px; }

.background-holder {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #34353C; }

.title-holder {
  position: absolute;
  height: 61px;
  left: 0px;
  right: 0px;
  top: 339px;
  background: url("../gfx/content_top%402x.png") no-repeat center center;
  background-size: auto 61px; }
  .title-holder h1 {
    padding-top: 10px; }

.clearfix {
  clear: both; }

.properties p strong {
  font-size: 12px;
  color: #999A9D;
  font-family: 'clear_sansbold';
  display: block;
  margin-top: 6px; }
  .properties p strong:first-child {
    margin-top: 0px; }

.chart-holder {
  width: 100%;
  overflow-x: scroll;
  height: auto;
  margin-top: 20px;
  margin-bottom: 36px; }
  .chart-holder .chart-container {
    width: 700px;
    position: relative; }
    .chart-holder .chart-container .caption {
      position: absolute;
      right: 0px;
      top: 15px;
      color: #D8232A;
      padding-left: 20px;
      white-space: nowrap;
      font-size: 12px;
      font-family: 'clear_sansbold'; }
      .chart-holder .chart-container .caption small {
        display: block;
        color: #34353C;
        font-family: 'clear_sansregular'; }

#home-interaction {
  position: relative; }
  #home-interaction > div:first-child {
    position: relative;
    height: 100%; }
  #home-interaction .title {
    position: absolute;
    bottom: 22%;
    left: 0%;
    width: 100%;
    }
  #home-interaction h1 {
  	text-align: center;
    font-family: 'clear_sansregular';
    font-size: 64px;
    color: #FFFFFF;
    line-height: 64px;
    text-shadow: 2px 2px 8px #000000, 0px 0px 16px rgba(0,0,0,0.5);
}
#home-interaction h1 .bold {
	font-family: 'clear_sansbold';
}
  #home-interaction h2 {
  	text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 32px;
    text-shadow: 1px 1px 4px #000000;
}
  #home-interaction img {
    display: block;
    width: 100%;
    height: auto; }
  #home-interaction .opener {
    position: absolute;
    z-index: 4000;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 20px;
    background-color: #D8232A;
    background-color: rgba(216, 35, 42, 0.8);
    background-image: url("../gfx/one_finger.svg");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s; }
    #home-interaction .opener:hover {
      background-color: #d8232a; }
    #home-interaction .opener.open {
      background-image: url("../gfx/close.svg");
      z-index: 7000; }
  #home-interaction .modal {
    position: absolute;
    display: none;
    height: 0px;
    opacity: 0;
    z-index: 6000;
    width: 400px;
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s; }
    #home-interaction .modal .modal-content {
      padding: 20px;
      padding-bottom: 38px;
      background-color: #f8f8f8;
      background-color: rgba(248, 248, 248, 0.9);
      border-radius: 2px; }
    #home-interaction .modal h3 {
      margin-bottom: 19px;
      font-size: 16px; }
    #home-interaction .modal img {
      display: block;
      width: 100% !important;
      height: auto !important; }
    #home-interaction .modal a {
      position: absolute;
      bottom: -18px;
      right: 22px;
      background: #D8232A;
      background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
      background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.08) 50%, rgba(0, 0, 0, 0.08) 56%);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
      border-radius: 2px;
      font-size: 14px;
      line-height: 20px;
      color: #F8F8F8;
      font-family: 'clear_sansbold';
      padding: 8px 20px; }
    #home-interaction .modal.left {
      margin-left: -400px; }
    #home-interaction .modal.open {
      display: block;
      height: auto;
      opacity: 1; }

#home-banner {
  position: relative;
  /*
  .quote-slider{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    .quote-slide{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      opacity: 0;
      @include get-transition(opacity,0.5s);
      .table{
        width: 100%;
        height: 100%;
        display: table;
        .table-cell{
          display: table-cell;
          vertical-align: middle;
        }
      }
      p{
        font-family: 'clear_sansregular';
        font-size: 20px;
        color: #f8f8f8;
        line-height: 27px;
        margin-top: 28px;
        text-shadow: 1px 1px 14px #000000;
        &.quote{
          font-size: 28px;
          color: #F8F8F8;
          line-height: 40px;
          position: relative;
          &:before{
            position: absolute;
            content: '“';
            display: block;
            top: 0px;
            left: -50px;
            font-size: 64px;
            color: $dcl_red;
            line-height: 64px;
          }
          &:after{
            position: absolute;
            content: '”';
            display: block;
            bottom: -22px;
            right: -50px;
            font-size: 64px;
            color: $dcl_red;
            line-height: 64px;

          }
        }
      }
      &.current{
        opacity: 1;
      }
    }
  }
  */ }
  #home-banner .slider {
    overflow: auto; }
    #home-banner .slider .slide {
      position: relative;
      width: 20%;
      float: left;
      padding-top: 28%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      #home-banner .slider .slide .layer {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #34353C;
        opacity: 0.45;
        transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s; }
      #home-banner .slider .slide .icon {
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 10%;
        left: 0px;
        width: 100%;
        height: 40%;
        background-size: 60px; }
        #home-banner .slider .slide .icon.mall {
          background-image: url("../gfx/icon-mall.png"); }
        #home-banner .slider .slide .icon.hotel {
          background-image: url("../gfx/icon-hotel.png"); }
        #home-banner .slider .slide .icon.restaurant {
          background-image: url("../gfx/icon-restaurant.png"); }
        #home-banner .slider .slide .icon.industry {
          background-image: url("../gfx/icon-industry.png"); }
        #home-banner .slider .slide .icon.corporate {
          background-image: url("../gfx/icon-corporate.png"); }
      #home-banner .slider .slide h5 {
        position: absolute;
        right: 0px;
        left: 0px;
        top: 50%;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        line-height: 30px; }
      #home-banner .slider .slide.current > .layer {
        opacity: 0; }
      #home-banner .slider .slide:hover > .layer {
        opacity: 0; }
  #home-banner .border {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 8px;
    background-color: #D8232A; }

#googlemap {
  width: 100%;
  height: 400px;
  background-color: #cccccc;
  margin-top: 24px; }

#stage {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(52, 53, 60, 0.9);
  z-index: 9999; }
  #stage .alert-holder {
    width: 240px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -60px;
    background-color: #f8f8f8;
    display: table;
    padding: 12px; }
    #stage .alert-holder p {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }

.mobile-header {
  position: absolute;
  top: 0px;
  height: 60px;
  width: 100%;
  background-color: transparent;
  z-index: 9000; }
  .mobile-header .header-bg-container {
    position: absolute;
    left: 15px;
    right: 124px;
    height: 60px;
    background-image: url("../gfx/mobile/repeat.png");
    background-repeat: repeat-x;
    background-size: contain; }
    .mobile-header .header-bg-container:before {
      display: block;
      position: absolute;
      content: '';
      width: 15px;
      height: 100%;
      left: -15px;
      top: 0px;
      background: url("../gfx/mobile/header_bg_left.png") no-repeat center center;
      background-size: cover; }
    .mobile-header .header-bg-container:after {
      display: block;
      position: absolute;
      content: '';
      width: 124px;
      height: 100%;
      right: -124px;
      top: 0px;
      background: url("../gfx/mobile/header_bg_right.png");
      background-size: cover; }
  .mobile-header a.logo {
    display: block;
    position: absolute;
    left: 30px;
    top: 16px;
    width: 160px; }
  .mobile-header a.lang-switch {
    display: block;
    position: absolute;
    right: 16px;
    top: 4px;
    height: 16px;
    font-size: 12px;
    padding-left: 16px;
    color: #34353C;
    background: url("../gfx/world.svg") no-repeat 0px 4px; }
  .mobile-header #menu-switcher {
    position: absolute;
    height: 16px;
    width: 62px;
    right: 20px;
    bottom: 11px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-family: 'clear_sansbold';
    text-align: right;
    background: url("../gfx/mobile/hamburger.svg") no-repeat 0px center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .mobile-header #menu-switcher.open {
      background-image: url("../gfx/close.svg");
      background-position: 3px center; }

#menu-holder {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 60px;
  background-color: rgba(52, 53, 60, 0.95);
  z-index: 8000;
  font-family: 'clear_sansbold';
  display: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }
  #menu-holder .search-box {
    padding: 10px 16px 8px 16px; }
    #menu-holder .search-box .form-control {
      height: 32px;
      color: #ffffff;
      background: #717176 url("../gfx/search.svg") no-repeat 98% center;
      margin: 0px;
      border-color: transparent;
      border-radius: 2px; }
  #menu-holder .navbar {
    margin: 16px;
    height: 400px;
    overflow: hidden; }
    #menu-holder .navbar ul li {
      display: block;
      height: 40px;
      border-bottom: 1px solid #979797; }
      #menu-holder .navbar ul li a {
        display: block;
        font-size: 13px;
        line-height: 18px;
        height: 39px;
        padding: 10px 0px;
        color: #F8F8F8; }
      #menu-holder .navbar ul li:last-child {
        border: 0 none; }
      #menu-holder .navbar ul li.back {
        background-image: url("../gfx/mobile/left_arrow.svg");
        background-position: 0px center !important;
        background-repeat: no-repeat; }
        #menu-holder .navbar ul li.back a {
          padding-left: 16px !important; }
      #menu-holder .navbar ul li.icon-menu li {
        background-position: 16px center;
        background-repeat: no-repeat; }
        #menu-holder .navbar ul li.icon-menu li a {
          padding-left: 56px; }
        #menu-holder .navbar ul li.icon-menu li.mall {
          background-image: url("../gfx/mobile/mall.svg"); }
        #menu-holder .navbar ul li.icon-menu li.hotel {
          background-image: url("../gfx/mobile/hotel.svg"); }
        #menu-holder .navbar ul li.icon-menu li.restaurant {
          background-image: url("../gfx/mobile/restaurant.svg"); }
        #menu-holder .navbar ul li.icon-menu li.industry {
          background-image: url("../gfx/mobile/industry.svg"); }
        #menu-holder .navbar ul li.icon-menu li.corporate {
          background-image: url("../gfx/mobile/corporate.svg"); }
        #menu-holder .navbar ul li.icon-menu li.ecologic {
          background-image: url("../gfx/mobile/ecologic.svg"); }
        #menu-holder .navbar ul li.icon-menu li.energy {
          background-image: url("../gfx/mobile/energy.svg"); }
        #menu-holder .navbar ul li.icon-menu li.fire {
          background-image: url("../gfx/mobile/fire.svg"); }
        #menu-holder .navbar ul li.icon-menu li.oil {
          background-image: url("../gfx/mobile/oil.svg"); }
        #menu-holder .navbar ul li.icon-menu li.singles {
          background-image: url("../gfx/mobile/singles.svg"); }
        #menu-holder .navbar ul li.icon-menu li.smell {
          background-image: url("../gfx/mobile/smell.svg"); }
        #menu-holder .navbar ul li.icon-menu li.smoke {
          background-image: url("../gfx/mobile/smoke.svg"); }
        #menu-holder .navbar ul li.icon-menu li.other {
          background-image: url("../gfx/mobile/other.svg"); }
    #menu-holder .navbar ul.sub-menu {
      position: absolute;
      left: 100%;
      top: 0px;
      width: 100%;
      display: none; }
      #menu-holder .navbar ul.sub-menu.open {
        display: block; }
      #menu-holder .navbar ul.sub-menu > li > a {
        padding-left: 16px; }
    #menu-holder .navbar > ul {
      position: relative;
      left: 0%; }
      #menu-holder .navbar > ul > li {
        background: url("../gfx/mobile/right_arrow.svg") no-repeat 100% center; }

@media (max-width: 768px) {
  .gallery-anchor.video a:before {
    display: block; }

  #home-interaction {
    height: 432px;
    overflow-x: scroll; }
    #home-interaction > div:first-child {
      width: 768px; }
    #home-interaction img {
      height: 100%;
      width: auto;
      max-width: none; }
    #home-interaction .title {
      width: 240px;
      bottom: 10px;
      right: 10px;
      top: auto;
      left: auto; }
    #home-interaction h1 {
      font-size: 20px;
      line-height: 28px; }
    #home-interaction .opener {
      width: 28px;
      height: 28px;
      border-radius: 14px;
      margin-left: -14px;
      margin-top: -14px;
      background-size: 12px; }
      #home-interaction .opener.open {
        position: fixed;
        top: 82px !important;
        right: 0px !important;
        left: auto !important; }
    #home-interaction .modal {
      position: fixed;
      top: 82px !important;
      left: 16px !important;
      right: 16px !important;
      width: auto; }
      #home-interaction .modal .modal-content {
        position: relative; }
      #home-interaction .modal.left {
        margin-left: 0px; }
      #home-interaction .modal.open:after {
        display: block;
        content: '';
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        background-color: #34353C;
        opacity: 0.95;
        z-index: -1; }

  #home-banner {
    height: 450px;
    /*
    .quote-slider{
      .quote-slide{
        p{
          font-size: 14px;
          line-height: 20px;
          &.quote{
            font-size: 18px;
            line-height: 26px;
            padding: 0px 30px;
            &:before{
              font-size: 40px;
              line-height: 40px;
              left: 0px;
              top: 0px;
            }
            &:after{
              font-size: 40px;
              line-height: 40px;
              right: 0px;
              bottom: -20px;
            }
          }
          strong{
            display: block;
          }
        }
        &.current{
        }
      }
    }
    */ }
    #home-banner .slider {
      position: relative;
      height: 100%; }
      #home-banner .slider .slide {
        width: 100%;
        height: 20%;
        padding: 0px;
        transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s; }
        #home-banner .slider .slide .icon {
          width: 32px;
          height: 40px;
          left: 12px;
          top: 50%;
          margin-top: -20px;
          background-size: 32px; }
        #home-banner .slider .slide.current {
          opacity: 1; }
          #home-banner .slider .slide.current .layer {
            opacity: 0.45; }
        #home-banner .slider .slide h5 {
          top: 50%;
          height: 30px;
          line-height: 30px;
          margin-top: -15px; }
    #home-banner .border {
      height: 4px; }

  #footer {
    text-align: center;
    padding: 40px 6px 30px 6px; }
    #footer .btn {
      display: block;
      width: 100%; }
    #footer .social a {
      margin: 0px 6px; }

  .background-holder {
    height: 260px; }

  #content {
    padding-left: 6px;
    padding-right: 6px; }
    #content .left-menu {
      padding-bottom: 24px;
       }
      #content .left-menu h5.toggle {

        cursor: pointer;
        background: url("../gfx/mobile/down_arrow.svg") no-repeat 100% center;
        border-bottom: 1px solid #34353C;
        padding-bottom: 12px; }
        #content .left-menu h5.toggle.toggled {
          background-image: url("../gfx/mobile/up_arrow.svg"); }
      #content .left-menu ul {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        display: none; }
    #content .content {
      min-height: 100px; }
      #content .content .article {
        height: auto; }
      #content .content .wp-caption {
        width: 100% !important; }
      #content .content .nav-tabs {
        position: static;
        width: auto;
        padding: 0px; }

  .title-holder {
    background: #f8f8f8;
    top: 229px;
    right: 36px;
    left: 112px;
    height: 31px; }
    .title-holder:before {
      content: '';
      display: block;
      background: url("../gfx/mobile/content_left.png") no-repeat center center;
      background-size: cover;
      width: 112px;
      height: 100%;
      position: absolute;
      left: -112px;
      top: 0px; }
    .title-holder:after {
      content: '';
      display: block;
      width: 36px;
      height: 100%;
      background: url("../gfx/mobile/content_right.png") no-repeat center center;
      background-size: cover;
      position: absolute;
      right: -36px;
      top: 0px; }
    .title-holder h1 {
      font-size: 18px;
      line-height: 24px; }

  .gallery-anchor.membership p {
    height: auto; } }
@media (min-width: 769px) and (max-width: 991px) {
  #header .header-bg-container {
    background-size: auto 68px;
    height: 68px; }
  #header .header-content {
    width: 720px;
    height: 61px; }
    #header .header-content #logo {
      width: 200px;
      height: 61px;
      padding: 22px 16px; }
    #header .header-content .navbar {
      left: 200px;
      top: 30px; }
      #header .header-content .navbar > ul > li {
        height: 31px; }
        #header .header-content .navbar > ul > li > a {
          height: 31px;
          padding: 6px 10px;
          font-size: 12px; }
        #header .header-content .navbar > ul > li.icon-sub-menu > ul {
          width: 461px; }
          #header .header-content .navbar > ul > li.icon-sub-menu > ul li {
            height: 92px; }
            #header .header-content .navbar > ul > li.icon-sub-menu > ul li a {
              height: 92px;
              background-size: 18px;
              background-position: center 14px;
              padding: 6px;
              padding-top: 54px;
              font-size: 12px;
              line-height: 16px; }
        #header .header-content .navbar > ul > li.products-sub-menu > ul {
          width: 461px;
          height: 184px; }
          #header .header-content .navbar > ul > li.products-sub-menu > ul > li {
            width: 92px; }
            #header .header-content .navbar > ul > li.products-sub-menu > ul > li > a {
              background-size: 18px;
              background-position: center 14px;
              padding: 6px;
              padding-top: 54px;
              font-size: 12px;
              line-height: 16px; }
            #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul {
              left: 92px;
              width: 369px; }
              #header .header-content .navbar > ul > li.products-sub-menu > ul > li > ul > li > ul li a {
                height: auto;
                font-size: 12px;
                padding: 5px 10px;
                line-height: 18px; }
        #header .header-content .navbar > ul > li.services > ul {
          width: 461px; }
          #header .header-content .navbar > ul > li.services > ul > li {
            height: 184px; }
            #header .header-content .navbar > ul > li.services > ul > li > ul > li > a {
              height: auto;
              font-size: 12px;
              padding: 5px 10px;
              line-height: 18px; }
        #header .header-content .navbar > ul > li.home {
          width: 40px; }
          #header .header-content .navbar > ul > li.home > a {
            display: none; }
    #header .header-content #search-box {
      top: 30px;
      right: -6px;
      height: 68px; }
      #header .header-content #search-box input {
        height: 28px;
        bottom: 5px; }
      #header .header-content #search-box button {
        height: 28px; }
    #header .header-content .top-nav ul li a {
      height: 30px;
      padding-top: 7px; }

  #home-interaction h1 {
    font-size: 20px;
    line-height: 28px; }
  #home-interaction .title {
    width: 240px;
    bottom: 40px;
    right: 34px;
    left: auto;
    top: auto; }
  #home-interaction .opener {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin-left: -16px;
    margin-right: -16px;
    background-size: 14px; }
    #home-interaction .opener.open {
      top: 140px !important;
      left: 50% !important;
      margin-left: 184px !important; }
  #home-interaction .modal {
    left: 50% !important;
    margin-left: -200px !important;
    top: 140px !important; }

  #home-banner {
    /*

    .quote-slider{
      .quote-slide{
        p{
          font-size: 16px;
          line-height: 22px;
          margin-top: 12px;
          &.quote{
            font-size: 16px;
            line-height: 22px;
            &:before{
              font-size: 40px;
              line-height: 40px;
            }
            &:after{
              font-size: 40px;
              line-height: 40px;
            }
          }
        }
      }
    }
    */ }
    #home-banner .slider .slide .icon {
      background-size: 40px; }
    #home-banner .border {
      height: 4px; }

  .title-holder {
    height: 48px;
    background-size: auto 48px;
    top: 272px; }

  .background-holder {
    height: 320px; }

  #content .content .article {
    height: auto; }
  #content .content .wp-caption {
    width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
