/* #TYPOGRAPHY */
/* #links  */
/* #TABLE */
/* #pagination */
/* #NAVIGATION */
/* #sidemenu */
/* #footermenu */
body {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a {
  outline: none; }

a img, img {
  border: none; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1; }

#lightbox-wrap,
#lightbox-wrap * {
  box-sizing: initial;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial; }

#ckimgrsz {
  display: none; }

#xmap ul {
  margin-top: 0; }
#xmap ul.level_0 {
  margin-bottom: 0; }
#xmap ul.level_1 {
  font-size: 85%; }
#xmap a {
  color: #606060; }
  #xmap a:hover {
    color: #707070; }

#searchForm .label {
  float: none;
  margin: 6px 5px 0 0; }
#searchForm #search-searchword {
  float: left;
  height: 35px;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 270px; }
#searchForm .button {
  float: left;
  height: 35px;
  padding: 7px 15px; }

@media screen and (max-width: 480px) {
  #searchForm #search-searchword {
    margin: 0 1% 0 0;
    padding-left: 2%;
    padding-right: 2%;
    width: 77%; }
  #searchForm .button {
    font-size: 13px;
    padding-left: 2%;
    padding-right: 2%;
    width: 22%; } }
.search-results {
  margin: 0 !important;
  padding: 0 !important; }
  .search-results .result-title {
    margin: 0 0 10px 0; }
  .search-results .result-created {
    color: #a1a1a1;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase; }
  .search-results .result-text {
    margin: 5px 0; }
  .search-results hr {
    margin: 20px 0; }
  .search-results .highlight {
    background: #008bd2;
    color: #fff; }

.counter {
  margin: 20px 0 10px 0; }

.pagination {
  font-size: 14px;
  line-height: 1; }
  .pagination ul {
    margin: 0 !important;
    padding: 0 !important; }
    .pagination ul li {
      float: left;
      list-style: none !important;
      margin: 0 5px 5px 0 !important;
      padding: 0 !important; }
      .pagination ul li.pagination-start span, .pagination ul li.pagination-prev span, .pagination ul li.pagination-next span, .pagination ul li.pagination-end span {
        background: #e2e2e2;
        color: #606060; }
      .pagination ul li a {
        background: #707070;
        color: #fff;
        display: block;
        padding: 5px 8px; }
        .pagination ul li a:hover {
          background: #008bd2;
          color: #fff; }
      .pagination ul li span {
        background: #008bd2;
        color: #fff;
        display: block;
        padding: 5px 8px; }

.article-info {
  color: #a1a1a1;
  font-size: 11px;
  margin: -20px 0 0;
  text-transform: uppercase; }
  .article-info dd {
    margin: 0; }

*:focus {
  outline: 0; }

.align-left {
  float: left;
  margin: 0 15px 10px 0; }

.align-right {
  float: right;
  margin: 0 0 10px 15px; }

.overthrow {
  clear: both;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.overthrow-message {
  background: #999 url(../img/table-scroll.png) no-repeat right center;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  padding: 2px 15px 2px 7px;
  text-align: right; }

.modulelink {
  background: url(../img/blank.png) repeat 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.tooltip {
  display: none !important; }

.uk-lightbox-content .uk-slidenav {
  color: #008bd2;
  color: rgba(0, 139, 210, 0.4);
  display: block !important;
  width: 30px; }
  .uk-lightbox-content .uk-slidenav:hover {
    color: #008bd2;
    color: rgba(0, 139, 210, 0.7); }

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

body {
  color: #606060;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
  font-size: 15px;
  line-height: 1.4; }

h1, h2, h3, h4 {
  font-family: "Frutiger LT W01_55 Roma1475738", "Arial";
  font-weight: normal;
  margin: 0; }

strong {
  font-family: "Frutiger LT W01_65 Bold1475746", "Arial";
  font-weight: normal; }

p {
  margin: 0; }

a {
  color: #008bd2;
  text-decoration: none; }
  a:hover {
    color: #707070;
    text-decoration: none; }

blockquote {
  color: #a1a1a1;
  font-size: 21px;
  line-height: 1.3;
  margin: 15px 0; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }

table tr td {
  border: none;
  margin: 0;
  padding: 0; }
table p {
  margin: 0; }

table {
  border-collapse: collapse;
  border: none;
  line-height: 1.1;
  width: 100%; }
  table tr {
    border-bottom: solid 2px #fff; }
    table tr th {
      background: #707070;
      border-right: solid 2px #fff;
      color: #fff;
      font-family: "Frutiger LT W01_55 Roma1475738", "Arial";
      font-size: 14px;
      font-weight: normal;
      padding: 9px 10px;
      text-align: left; }
    table tr td {
      border-right: solid 2px #fff;
      font-size: 14px;
      margin: 0;
      padding: 9px 10px; }
    table tr:nth-child(2n) td {
      background: #f5f5f5;
      color: #606060; }
    table tr:nth-child(2n+1) td {
      background: #f5f5f5;
      color: #606060; }

.readmore,
.main-content .readmore {
  background: none;
  color: #008bd2;
  text-decoration: none; }
  .readmore:hover,
  .main-content .readmore:hover {
    background: none;
    color: #707070;
    text-decoration: none; }

hr {
  background: #e2e2e2;
  border: none;
  color: #e2e2e2;
  height: 1px; }

.container p {
  margin: 15px 0; }

.main-content h1 {
  color: #606060;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 25px 0; }
.main-content h2 {
  color: #008bd2;
  font-size: 22px;
  line-height: 1.2;
  margin: 15px 0; }
.main-content h3 {
  color: #707070;
  font-size: 20px;
  line-height: 1.2;
  margin: 15px 0; }
.main-content h4 {
  color: #008bd2;
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0; }
.main-content a {
  color: #008bd2;
  text-decoration: none; }
  .main-content a:hover {
    color: #707070;
    text-decoration: none; }
.main-content ul {
  margin: 15px 0 15px 20px;
  padding: 0; }
  .main-content ul li {
    list-style: disc;
    margin: 5px 0;
    padding: 0; }
    .main-content ul li p {
      margin: 0; }
.main-content ol li p {
  margin: 0; }
.main-content img {
  height: auto !important;
  max-width: 100%; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: solid 1px #e2e2e2;
  color: #606060;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
  font-size: 15px;
  line-height: 1;
  margin: 0;
  padding: 8px 10px; }

input[placeholder], [placeholder], *[placeholder] {
  color: #606060 !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #606060 !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #606060 !important; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #606060 !important; }

input[type="submit"],
button,
.button {
  background: #008bd2;
  border: 4px solid #008bd2;
  color: #fff;
  cursor: pointer;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
  font-size: 14px;
  height: 40px;
  line-height: 1;
  padding: 9px 20px 10px;
  text-transform: uppercase; }
  input[type="submit"]:hover,
  button:hover,
  .button:hover {
    background: #fff;
    color: #008bd2; }

.inner {
  padding: 0 15px;
  position: relative; }

.header {
  background: #fff;
  height: 80px;
  position: relative;
  z-index: 10; }
  .header .inner {
    padding: 0; }
  .header .logo {
    display: inline-block;
    margin: 20px 0 9px 15px; }
    .header .logo img {
      height: 45px; }
  .header .search {
    display: none; }

.menu-btn {
  background: url("../img/menu-btn.png") no-repeat;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 35px;
  width: 25px; }
  .menu-btn:hover {
    background: url("../img/menu-btn-hover.png") no-repeat; }

.main-nav {
  display: none;
  z-index: 10;
  font-family: "Frutiger LT W01_55 Roma1475738", "Arial"; }
  .main-nav ul.menu > li {
    border-bottom: solid 1px #ebebeb; }
    .main-nav ul.menu > li:hover > a, .main-nav ul.menu > li.active > a, .main-nav ul.menu > li.alias-parent-active > a {
      background: #008bd2;
      color: #fff; }
    .main-nav ul.menu > li:last-child {
      border-bottom: none; }
    .main-nav ul.menu > li > a {
      background: #707070;
      color: #ebebeb;
      display: block;
      font-size: 12px;
      line-height: 1.2;
      padding: 12px 15px;
      text-transform: uppercase; }
    .main-nav ul.menu > li ul {
      display: none; }

.slider {
  display: none; }

.slider-mobile .content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  width: 100%; }

.full-width .container .main-content {
  width: 100%; }
.full-width .container .left {
  display: none; }

.contact-page .container .main-content h2 {
  margin: 30px 0 0; }

.home-container {
  background: #fff; }
  .home-container .home-intro {
    border-bottom: solid 3px #d9d9d9;
    color: #a1a1a1;
    font-size: 19px;
    line-height: 1.45;
    padding: 30px 0;
    position: relative; }
    .home-container .home-intro h3 {
      color: #008bd2;
      font-size: 27px;
      margin-bottom: 10px; }
    .home-container .home-intro p {
      margin: 0 0 15px; }
    .home-container .home-intro .arrow-down {
      display: none; }
  .home-container .home-industries {
    background: #ebebeb;
    border-bottom: solid 3px #d9d9d9;
    padding: 30px 0 10px;
    position: relative; }
    .home-container .home-industries h2 {
      color: #008bd2;
      font-size: 27px;
      margin-bottom: 10px; }
    .home-container .home-industries .moduletable {
      float: left;
      line-height: 0;
      margin: 0 0 15px 0;
      position: relative;
      width: 50%; }
      .home-container .home-industries .moduletable:hover h3 {
        color: #008bd2; }
      .home-container .home-industries .moduletable:hover .content .hover-image {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
      .home-container .home-industries .moduletable h3 {
        color: #000000;
        font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 0;
        padding: 0 10px;
        text-align: center;
        text-transform: uppercase; }
      .home-container .home-industries .moduletable .content {
        height: 102px;
        position: relative; }
        .home-container .home-industries .moduletable .content .color-image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100px auto;
          height: 100%; }
        .home-container .home-industries .moduletable .content .hover-image {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100px auto;
          bottom: 0;
          height: 100%;
          left: 0;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          position: absolute;
          width: 100%; }
    .home-container .home-industries .arrow-down {
      display: none; }
  .home-container .home-services {
    background: #b0b2b3; }
    .home-container .home-services > .inner {
      padding: 0; }
    .home-container .home-services .moduletable {
      position: relative;
      width: 100%; }
      .home-container .home-services .moduletable:hover .content .hover-image {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1); }
      .home-container .home-services .moduletable:hover .modulelink {
        background-image: url(../img/arrow-hover-bg.png); }
      .home-container .home-services .moduletable h3 {
        color: #fff;
        font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
        font-size: 20px;
        line-height: 1.1;
        padding: 0 60px;
        position: absolute;
        text-align: center;
        top: 50px;
        z-index: 1;
        width: 100%; }
      .home-container .home-services .moduletable .content {
        height: 200px; }
        .home-container .home-services .moduletable .content .color-image {
          background-repeat: no-repeat;
          background-size: cover;
          height: 100%; }
        .home-container .home-services .moduletable .content .hover-image {
          bottom: 0;
          background-repeat: no-repeat;
          background-size: cover;
          height: 100%;
          left: 0;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          position: absolute;
          width: 100%; }
      .home-container .home-services .moduletable .modulelink {
        background: url(../img/arrow-bg.png) no-repeat center 110px;
        background-size: 26px auto; }
  .home-container .home-corporate-videos {
    padding: 55px 0 75px; }
    .home-container .home-corporate-videos .moduletable h3 {
      color: #008bd2;
      font-size: 26px;
      margin: 0 0 30px; }
    .home-container .home-corporate-videos .moduletable .uk-grid h3.uk-panel-title {
      color: #008bd2;
      font-size: 16px;
      margin: 0;
      text-align: center; }
    .home-container .home-corporate-videos .moduletable .uk-grid .uk-margin {
      line-height: 0;
      margin: 10px 0 0;
      position: relative; }
      .home-container .home-corporate-videos .moduletable .uk-grid .uk-margin iframe {
        border: 1px solid #ccc;
        max-width: 100%;
        height: 190px !important; }
      .home-container .home-corporate-videos .moduletable .uk-grid .uk-margin .video-overlay-controls {
        background-color: #acacac;
        background: rgba(172, 172, 172, 0.9) url("../img/btn-video-play.png") no-repeat center center;
        background-size: 25px auto;
        cursor: pointer;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3; }
        .home-container .home-corporate-videos .moduletable .uk-grid .uk-margin .video-overlay-controls:hover {
          background-color: #008bd2;
          background-color: rgba(0, 139, 210, 0.9); }

.container {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 3; }
  .container .main-content {
    padding: 0 0 20px 0; }
    .container .main-content .breadcrumbs {
      color: #a1a1a1;
      display: block;
      font-size: 11px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      .container .main-content .breadcrumbs a, .container .main-content .breadcrumbs span {
        padding: 0 5px; }
        .container .main-content .breadcrumbs a:first-child, .container .main-content .breadcrumbs span:first-child {
          padding-left: 0; }
      .container .main-content .breadcrumbs a {
        color: #a1a1a1; }
        .container .main-content .breadcrumbs a:hover {
          color: #606060; }
      .container .main-content .breadcrumbs span {
        color: #606060; }
    .container .main-content h1 {
      font-size: 30px; }
    .container .main-content .blog .items-row:first-child .item:first-child {
      padding-top: 0; }
    .container .main-content .blog .items-row:last-child .item:last-child {
      border: none; }
    .container .main-content .blog .items-row p:last-child {
      margin-bottom: 0; }
    .container .main-content .blog .items-row .item {
      border-bottom: solid 1px #e2e2e2;
      padding: 20px 0; }
      .container .main-content .blog .items-row .item h2.title {
        margin: 0 0 25px; }
  .container .left {
    padding-top: 40px; }
    .container .left .moduletable {
      margin: 0 0 20px 0; }
    .container .left h3 {
      font-size: 18px;
      line-height: 1.1;
      margin: 0 0 5px 0; }
    .container .left .side-nav ul li {
      border-bottom: solid 2px #fff; }
      .container .left .side-nav ul li.item-435 {
        display: none; }
      .container .left .side-nav ul li > a:hover, .container .left .side-nav ul li.current > a {
        background: #008bd2;
        color: #fff; }
      .container .left .side-nav ul li a {
        background: #b0b2b3;
        color: #fff;
        display: block;
        line-height: 1.2;
        padding: 9px 10px; }
    .container .left .products-nav ul.zoo-list > li {
      background: #f5f5f5;
      border-top: solid 2px #fff;
      margin: 0;
      padding: 0; }
      .container .left .products-nav ul.zoo-list > li > a:hover {
        background: #008bd2;
        color: #fff; }
        .container .left .products-nav ul.zoo-list > li > a:hover .code {
          color: #fff; }
      .container .left .products-nav ul.zoo-list > li a {
        display: block;
        line-height: 1.2;
        padding: 9px 10px; }
        .container .left .products-nav ul.zoo-list > li a.nav-active {
          background: #008bd2;
          color: #fff; }
          .container .left .products-nav ul.zoo-list > li a.nav-active .code {
            color: #fff; }
        .container .left .products-nav ul.zoo-list > li a .code {
          color: #606060;
          font-size: 14px;
          margin: 0 0 0 5px; }
    .container .left .moduletable.legend {
      background: #f5f5f5;
      padding: 15px; }
      .container .left .moduletable.legend p {
        margin: 5px 0; }

.footer {
  background: #2d2e2f;
  border-top: 8px #008bd2 solid;
  padding: 20px 0;
  position: relative;
  z-index: 20; }
  .footer .footer-info h3 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .footer .footer-info .contact-info {
    margin: 0 15px 0 0; }
    .footer .footer-info .contact-info .content {
      color: #b0b2b3; }
      .footer .footer-info .contact-info .content ul li a {
        color: #b0b2b3; }
        .footer .footer-info .contact-info .content ul li a:hover {
          color: #008bd2; }
  .footer .footer-info .map {
    margin: 20px 0 10px; }
    .footer .footer-info .map img {
      width: 130px; }
  .footer .footer-nav ul li {
    border-bottom: solid 1px #b0b2b3;
    font-size: 11px;
    line-height: 1;
    padding: 9px 0;
    text-transform: uppercase; }
    .footer .footer-nav ul li:last-child {
      border: none;
      padding-right: 0; }
    .footer .footer-nav ul li a {
      color: #b0b2b3; }
      .footer .footer-nav ul li a:hover {
        color: #008bd2; }
  .footer .social {
    margin: 0 0 20px 0; }
    .footer .social ul li {
      display: block;
      float: left;
      margin: 0 7px 0 0; }
      .footer .social ul li:last-child {
        margin-right: 0; }
      .footer .social ul li a {
        background: url(../img/social.png) no-repeat 0 0;
        display: block;
        height: 29px;
        text-indent: -999em;
        width: 30px; }
        .footer .social ul li a:hover {
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          filter: alpha(opacity=70); }
        .footer .social ul li a.linkedin {
          background-position: -33px 0; }

.rsform form div.rsform-block {
  padding: 0 0 15px 0; }
.rsform form input[type="text"],
.rsform form input[type="email"],
.rsform form textarea,
.rsform form select {
  width: 100%; }
.rsform form input[type="submit"] {
  float: right; }
.rsform form .formRed {
  color: #cc0000;
  margin: 0 0 15px 0; }
.rsform form .formError {
  color: #cc0000;
  font-size: 11.5px; }
.rsform form .caption {
  color: #707070;
  font-family: "Frutiger LT W01_55 Roma1475738", "Arial"; }
.rsform form input[type="text"], .rsform form .rsform form input[type="email"], .rsform form .rsform form textarea, .rsform form .rsform form select {
  height: 40px; }
.rsform form textarea {
  height: 200px; }

.contact-form.moduletable {
  background: #ebebeb;
  border-bottom: 3px solid #d9d9d9;
  border-top: solid 3px #d9d9d9;
  padding: 35px 0; }
  .contact-form.moduletable h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 15px; }
  .contact-form.moduletable textarea {
    height: 205px; }

/* Zoo blog styles */
.product-list {
  margin: 0 auto;
  max-width: 300px; }
  .product-list ul {
    margin: 0; }
    .product-list ul li {
      float: left;
      height: 160px;
      line-height: 0;
      list-style: none;
      margin: 0 0 10px;
      max-width: 300px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .product-list ul li:hover .corner-arrow {
        background: url(../img/product-arrow-hover-bg.png) no-repeat bottom right;
        background-size: 60px auto; }
      .product-list ul li:hover .hover-image {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
      .product-list ul li .corner-arrow {
        background: url(../img/product-arrow-bg.png) no-repeat bottom right;
        background-size: 60px auto;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3; }
      .product-list ul li .product-title {
        color: #fff;
        display: block;
        font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
        font-size: 20px;
        line-height: 1.2;
        padding: 0 35px;
        position: absolute;
        text-align: center;
        top: 60px;
        width: 100%;
        z-index: 2; }
      .product-list ul li .product-image {
        background-position: 0 0;
        background-repeat: no-repeat;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        display: block;
        height: 100%;
        width: 100%; }
      .product-list ul li .hover-image {
        background-position: 0 -268px;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        position: absolute;
        top: 0; }

/* Products page - limit description height */
.long-products-page #zoo .teaser-item .description {
  max-height: 300px;
  overflow: hidden; }

/* Zoo styles */
#zoo .details .category-description img {
  display: none; }
#zoo .details .category-description h2 {
  color: #909090;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
  font-size: 28px;
  margin: -28px 0 30px; }
#zoo .teaser-item {
  padding: 20px 0;
  position: relative; }
  #zoo .teaser-item:first-child {
    margin-top: -30px; }
  #zoo .teaser-item .title {
    margin: 0; }
  #zoo .teaser-item .subtitle {
    color: #b0b2b3;
    font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
    font-size: 17px;
    margin: 0 0 20px; }
  #zoo .teaser-item .intro .intro-text {
    margin: 15px 0 0; }
    #zoo .teaser-item .intro .intro-text p {
      margin: 3px 0 10px; }
  #zoo .teaser-item .gallery {
    margin: 15px 0;
    max-height: 120px;
    overflow: hidden; }
    #zoo .teaser-item .gallery .zoo-gallery-wall.margin {
      margin: 0; }
    #zoo .teaser-item .gallery .zoo-gallery-wall .thumb {
      width: 40%; }
  #zoo .teaser-item .thumbnail {
    margin: 15px 0; }
  #zoo .teaser-item .description {
    margin: 10px 0 0 0;
    position: relative; }
    #zoo .teaser-item .description .show-more {
      background: #fff;
      bottom: 0;
      display: none;
      height: 37px;
      opacity: 0.85;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
      filter: alpha(opacity=85);
      padding: 10px 5px;
      position: absolute;
      width: 100%; }
      #zoo .teaser-item .description .show-more span {
        background: url(../img/show-more-bg.png) no-repeat center right;
        background-size: 15px auto;
        color: #008bd2;
        float: right;
        font-family: "Frutiger LT W01_65 Bold1475746", "Arial";
        font-size: 14px;
        padding: 0 20px 0 0; }
        #zoo .teaser-item .description .show-more span:hover {
          color: #008bd2;
          cursor: pointer;
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
          filter: alpha(opacity=80); }

/*  Back to Top Style */
.back-to-top {
  background: url("../img/arrow-top-bg.png") no-repeat left center;
  background-size: 35px auto;
  bottom: 50px;
  color: #008bd2;
  cursor: pointer;
  display: none;
  height: 24px;
  font-family: "Frutiger LT W01_65 Bold1475746", "Arial";
  font-size: 18px;
  right: 15px;
  padding: 2px 0 0 42px;
  position: fixed;
  text-transform: uppercase;
  width: 80px;
  z-index: 50; }
  .back-to-top:hover {
    color: #008bd2;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }

#zoo.download .items {
  max-width: 300px;
  margin: 0 auto; }
  #zoo.download .items .download-item {
    margin: 0  0  20px 0;
    position: relative; }
    #zoo.download .items .download-item h2.title {
      line-height: 1.2;
      font-size: 15px;
      margin: 0;
      padding: 0 10px 10px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      z-index: 2; }
    #zoo.download .items .download-item .pdf-img {
      border: 5px #008bd2 solid;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      height: 350px;
      border-radius: 0 40px;
      line-height: 0;
      position: relative;
      width: 100%;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
      #zoo.download .items .download-item .pdf-img a {
        display: block;
        font-size: 0;
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
      #zoo.download .items .download-item .pdf-img:hover {
        -webkit-filter: grayscale(0);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0); }

.fillter-wrapper {
  margin: 23px 0 20px;
  position: relative;
  z-index: 20; }
  .fillter-wrapper .filter {
    background: url("../img/show-more-bg.png") no-repeat 98% center;
    background-size: 25px auto;
    border: 1px solid #008bd2;
    height: 40px;
    padding: 10px;
    position: relative; }
  .fillter-wrapper nav.filter-downloads {
    display: none;
    position: absolute;
    width: 100%; }
    .fillter-wrapper nav.filter-downloads ul.menu {
      margin: 0;
      padding: 0; }
      .fillter-wrapper nav.filter-downloads ul.menu li {
        border-top: 1px solid #fff;
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .fillter-wrapper nav.filter-downloads ul.menu li:first-child {
          border-top: none; }
        .fillter-wrapper nav.filter-downloads ul.menu li a {
          background: #ebebeb;
          color: #606060;
          display: block;
          line-height: 1;
          padding: 10px; }
          .fillter-wrapper nav.filter-downloads ul.menu li a:hover {
            background: #008bd2;
            color: #fff; }

@media screen and (min-width: 480px) {
  .contact-page .container .main-content .warehouse {
    float: left;
    padding: 0 10px 0 0;
    width: 50%; }

  .home-container .home-industries .moduletable {
    width: 33%; }

  /* Zoo blog styles */
  .product-list {
    max-width: 600px; }
    .product-list ul li {
      margin: 0;
      width: 50%; }
      .product-list ul li:nth-child(odd) .product-image {
        border-top-right-radius: 0; }
      .product-list ul li:nth-child(even) .product-image {
        border-bottom-left-radius: 0; }

  #zoo.download .items {
    margin: auto;
    max-width: 100%; }
    #zoo.download .items .download-item {
      float: left;
      margin: 0  1%  20px 0;
      position: relative;
      width: 49.5%; }
      #zoo.download .items .download-item:nth-child(2n) {
        margin-right: 0; }
      #zoo.download .items .download-item .pdf-img {
        height: 280px; }

  .footer .footer-info .contact-info {
    float: left; }
  .footer .footer-info .map {
    float: left;
    margin: 0; } }
@media screen and (min-width: 600px) {
  .home-container .home-services > .inner {
    padding: 0 15px; }
  .home-container .home-services .moduletable {
    float: left;
    width: 33.33%; }
    .home-container .home-services .moduletable:first-child .color-image,
    .home-container .home-services .moduletable:first-child .hover-image {
      border-bottom-left-radius: 30px; }
    .home-container .home-services .moduletable:last-child .color-image,
    .home-container .home-services .moduletable:last-child .hover-image {
      border-top-right-radius: 30px; }
    .home-container .home-services .moduletable h3 {
      font-size: 18px;
      padding: 0 20px; }

  /* Zoo styles */
  #zoo .teaser-item .intro {
    float: left;
    width: 40%; }
    #zoo .teaser-item .intro p {
      margin: 3px 0; }
  #zoo .teaser-item .gallery {
    float: right;
    text-align: right;
    width: 60%; }
    #zoo .teaser-item .gallery .zoo-gallery-wall .thumb {
      display: inline-block;
      float: none;
      margin: 0 10px 10px 0; }
      #zoo .teaser-item .gallery .zoo-gallery-wall .thumb img {
        float: right; }
  #zoo .teaser-item .thumbnail {
    float: right;
    margin: 0;
    padding: 10px 0 0 30px;
    width: 60%; }
    #zoo .teaser-item .thumbnail > * {
      float: right; }

  #zoo.download .items .download-item {
    width: 49.5%; }
    #zoo.download .items .download-item .pdf-img {
      height: 350px; } }
@media screen and (min-width: 768px) {
  /* Sticky Footer Code */
  html, body {
    height: 100%; }

  .wrap {
    min-height: 100%; }

  .sub:not(.contact-page) .container {
    overflow: auto;
    padding-bottom: 230px !important; }

  .sub:not(.contact-page) .footer {
    position: relative;
    margin-top: -172px !important;
    height: 172px !important;
    padding: 20px 0 !important;
    clear: both; }

  /* END Sticky Footer Code */
  .header {
    height: 110px; }
    .header .logo {
      margin: 25px 0 10px 15px; }
      .header .logo img {
        height: 60px; }
    .header .search {
      display: block;
      position: absolute;
      right: 15px;
      top: 35px; }
      .header .search input[type="text"] {
        height: 30px;
        float: left; }
      .header .search input[type="submit"] {
        height: 30px;
        float: right;
        padding: 0;
        width: 30px; }
        .header .search input[type="submit"]:hover {
          background: #008bd2; }

  .menu-btn {
    display: none; }

  .main-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: 61px; }
    .main-nav ul.menu > li {
      border: none;
      border-right: 3px solid #ebebeb;
      display: block;
      float: left; }
      .main-nav ul.menu > li:hover > a, .main-nav ul.menu > li.active > a, .main-nav ul.menu > li.alias-parent-active > a {
        background: none;
        color: #8d8d8c; }
      .main-nav ul.menu > li:hover > ul {
        display: block; }
      .main-nav ul.menu > li:last-child {
        border-right: none; }
      .main-nav ul.menu > li > a {
        background: none;
        color: #008bd2;
        display: block;
        font-size: 13px;
        padding: 5px 15px;
        text-align: center; }
      .main-nav ul.menu > li ul {
        position: absolute;
        padding-top: 35px; }
        .main-nav ul.menu > li ul li {
          background: #fff;
          background: rgba(255, 255, 255, 0.91);
          display: block;
          font-family: "Frutiger LT W01_45 Ligh1475730", "Arial"; }
          .main-nav ul.menu > li ul li:hover a > span, .main-nav ul.menu > li ul li.active a > span, .main-nav ul.menu > li ul li.alias-parent-active a > span {
            color: #008bd2; }
          .main-nav ul.menu > li ul li:first-child a span {
            padding-top: 17px; }
          .main-nav ul.menu > li ul li:last-child a span {
            border-bottom: none;
            padding-bottom: 17px; }
          .main-nav ul.menu > li ul li a {
            display: block;
            padding: 0 20px; }
            .main-nav ul.menu > li ul li a span {
              border-bottom: solid 2px #dadada;
              color: #606060;
              display: block;
              font-size: 14px;
              line-height: 1.2;
              padding: 10px 0;
              text-transform: none;
              width: 180px; }

  .slider-mobile .content {
    height: 260px; }

  .container .main-content {
    float: right;
    padding: 0;
    width: 72%; }
    .container .main-content h1 {
      font-size: 38px; }
  .container .left {
    float: left;
    width: 25%; }

  .contact-page .container .main-content .warehouse {
    width: 25%; }

  .home-container .home-industries {
    padding: 30px 0 0; }
    .home-container .home-industries h2 {
      margin-bottom: 15px; }
    .home-container .home-industries .moduletable {
      margin: 0 0 15px;
      width: 16.66%; }
      .home-container .home-industries .moduletable h3 {
        margin-bottom: 0; }
  .home-container .home-services .moduletable h3 {
    padding: 0 50px; }

  .footer .footer-left {
    float: left;
    width: 60%; }
  .footer .footer-right {
    margin: 50px 0 0;
    float: left;
    position: relative;
    width: 40%; }
  .footer .footer-info .contact-info {
    float: left;
    margin: 0 15px 0 0; }
  .footer .footer-info .map {
    float: left; }
  .footer .social {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .footer .footer-nav {
    float: right;
    margin: 55px 0 0; }
    .footer .footer-nav ul li {
      border: none;
      border-right: solid 1px #b0b2b3;
      display: block;
      float: left;
      padding: 0 10px; }
      .footer .footer-nav ul li:first-child {
        padding-left: 0; }
  .footer .dash {
    float: right;
    margin: -15px 0 0 0; }

  /* Zoo blog styles */
  .product-list {
    max-width: none; }
    .product-list ul li {
      width: 33%; }
      .product-list ul li .product-image {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 0 !important; } }
    @media screen and (min-width: 768px) and (max-width: 1279px) {
      .product-list ul li:nth-child(3n+1) .product-image {
        border-bottom-left-radius: 30px !important; }
      .product-list ul li:nth-child(3n) .product-image, .product-list ul li:nth-child(1) .product-image, .product-list ul li:nth-child(2) .product-image {
        border-top-right-radius: 30px !important; } }

@media screen and (min-width: 768px) {
  .col-1 {
    float: left;
    width: 49%; }

  .col-2 {
    float: right;
    width: 49%; }

  /*  Back to Top Style */
  .back-to-top {
    right: 25px; } }
@media screen and (min-width: 1000px) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 960px; }

  .home-container .home-services > .inner {
    padding: 0; }

  #zoo.download .items .download-item {
    width: 32.666%; }
    #zoo.download .items .download-item:nth-child(2n) {
      margin-right: 1% !important; }
    #zoo.download .items .download-item:nth-child(3n) {
      margin-right: 0 !important; }
    #zoo.download .items .download-item .pdf-img {
      height: 280px; } }
@media screen and (min-width: 1280px) {
  .inner {
    width: 1200px; }

  .header {
    height: 150px; }
    .header .logo {
      margin: 38px 0 0; }
      .header .logo img {
        height: 80px; }
    .header .search {
      display: block;
      position: absolute;
      right: 15px;
      top: 35px; }
      .header .search input[type="text"] {
        height: 30px;
        float: left; }
      .header .search input[type="submit"] {
        height: 30px;
        float: right;
        padding: 0;
        width: 30px; }
        .header .search input[type="submit"]:hover {
          background: #008bd2; }

  .main-nav {
    top: 90px; }
    .main-nav ul.menu > li > a {
      font-size: 14px;
      padding: 10px 20px; }
    .main-nav ul.menu > li ul li a span {
      font-size: 15px;
      width: 210px; }

  .slider-mobile {
    display: none; }

  .slider {
    display: block;
    height: 440px;
    overflow: hidden;
    position: relative; }
    .slider .moduletable,
    .slider .moduletable > div,
    .slider .moduletable .uk-position-relative,
    .slider ul.uk-slideshow,
    .slider ul.uk-slideshow li,
    .slider .uk-cover-background {
      height: 100% !important; }
    .slider .slider-overlay {
      background: url(../img/slider-overlay-bg.png) no-repeat center top;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; }
    .slider .uk-slideshow li .uk-overlay-panel .uk-text-large {
      color: #008bd2;
      font-size: 26px;
      height: 235px;
      left: 50%;
      line-height: 1.1;
      margin: 0 0 0 -600px;
      overflow: hidden;
      position: relative;
      top: 70px;
      width: 460px; }
      .slider .uk-slideshow li .uk-overlay-panel .uk-text-large h2 {
        color: #fff;
        font-family: "Frutiger LT W01_45 Ligh1475730", "Arial";
        font-size: 50px;
        margin-bottom: 20px; }
    .slider .uk-position-relative > .uk-overlay-panel {
      z-index: 4; }
      .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav li {
        padding-left: 12px; }
        .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav li a {
          background: url(../img/slider-nav-bg.png) no-repeat center top;
          border-radius: 0;
          height: 19px;
          transform: none;
          width: 19px; }
          .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav li a:hover {
            background: url(../img/slider-nav-hover-bg.png) no-repeat center top; }
      .slider .uk-position-relative > .uk-overlay-panel ul.uk-dotnav .uk-active a {
        background: url(../img/slider-nav-hover-bg.png) no-repeat center top; }
    .slider .uk-overlay-bottom {
      left: 50%;
      margin: 0 0 0 -600px; }

  .sub .slider {
    height: 280px; }
    .sub .slider .content {
      background-position: center center;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .sub .slider-overlay {
    background: url(../img/slider-overlay-sub-bg.png) no-repeat center top;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3; }

  .container {
    min-height: 300px;
    padding: 40px 0 60px; }
    .container .main-content {
      width: 920px; }
      .container .main-content p, .container .main-content ul li, .container .main-content ol li {
        text-align: justify; }
      .container .main-content .blog .items-row.cols-2 {
        border-bottom: solid 1px #e2e2e2;
        padding: 20px 0; }
        .container .main-content .blog .items-row.cols-2 .item {
          float: left;
          border: none;
          padding: 0;
          width: 45%; }
          .container .main-content .blog .items-row.cols-2 .item:nth-child(2n+1) {
            margin-right: 10%; }
      .container .main-content .blog .items-row.cols-3 {
        border-bottom: solid 1px #e2e2e2;
        padding: 20px 0; }
        .container .main-content .blog .items-row.cols-3 .item {
          float: left;
          border: none;
          margin: 0 5% 0 0;
          padding: 0;
          width: 30%; }
          .container .main-content .blog .items-row.cols-3 .item:nth-child(3n) {
            margin-right: 0; }
      .container .main-content .blog .items-row:first-child {
        padding-top: 0; }
      .container .main-content .blog .items-row:last-child {
        border: none; }
    .container .left {
      width: 230px; }
      .container .left .products-nav.sticky {
        overflow: auto;
        position: fixed;
        top: 20px;
        width: 230px; }

  .home-container .home-intro {
    font-size: 23px;
    padding: 40px 0; }
    .home-container .home-intro h3 {
      font-size: 32px;
      margin-bottom: 20px; }
    .home-container .home-intro .arrow-down {
      background: url(../img/arrow-down-industries-bg.png) no-repeat center top;
      bottom: -22px;
      display: block;
      font-size: 0;
      height: 32px;
      margin-left: -24px;
      position: absolute;
      left: 50%;
      width: 48px;
      z-index: 1; }
  .home-container .home-industries {
    padding: 35px 0 70px; }
    .home-container .home-industries h2 {
      font-size: 26px;
      margin-bottom: 30px; }
    .home-container .home-industries .moduletable {
      margin: 0; }
      .home-container .home-industries .moduletable h3 {
        font-size: 18px;
        margin-bottom: 15px; }
      .home-container .home-industries .moduletable .content {
        height: 133px; }
        .home-container .home-industries .moduletable .content .color-image {
          background-size: auto auto; }
        .home-container .home-industries .moduletable .content .hover-image {
          background-size: auto auto; }
    .home-container .home-industries .arrow-down {
      background: url(../img/arrow-down-bg.png) no-repeat center top;
      bottom: 10px;
      display: block;
      font-size: 0;
      height: 32px;
      margin-left: -24px;
      position: absolute;
      left: 50%;
      width: 48px; }
  .home-container .home-services .moduletable h3 {
    font-size: 24px;
    padding: 0 110px;
    top: 70px; }
  .home-container .home-services .moduletable .content {
    height: 260px; }
  .home-container .home-services .moduletable .modulelink {
    background-position: center 150px;
    background-size: auto auto; }
  .home-container .home-corporate-videos {
    padding: 55px 0 75px; }
    .home-container .home-corporate-videos .moduletable h3 {
      font-size: 26px;
      margin: 0 0 30px; }
    .home-container .home-corporate-videos .moduletable .uk-grid .uk-margin .video-overlay-controls {
      background-size: auto auto; }

  /* Zoo blog styles */
  .product-list {
    margin-top: 40px; }
    .product-list ul li {
      height: 255px;
      width: 25%; }
      .product-list ul li:hover .corner-arrow {
        background-size: auto auto; }
      .product-list ul li .corner-arrow {
        background-size: auto auto; }
      .product-list ul li .product-title {
        font-size: 24px;
        padding: 0 40px;
        top: 100px; }
      .product-list ul li:nth-child(4n+1) .product-image {
        border-bottom-left-radius: 30px !important; }
      .product-list ul li:nth-child(4n) .product-image, .product-list ul li:nth-child(-n+3) .product-image {
        border-top-right-radius: 30px !important; }

  /* Zoo styles */
  #zoo .teaser-item {
    padding: 30px 0; }
    #zoo .teaser-item .gallery .zoo-gallery-wall .thumb {
      width: auto; }
      #zoo .teaser-item .gallery .zoo-gallery-wall .thumb img {
        float: none; }
    #zoo .teaser-item .thumbnail {
      width: 30%; }

  #zoo.download .items .download-item {
    width: 24.25%; }
    #zoo.download .items .download-item:nth-child(3n) {
      margin-right: 1% !important; }
    #zoo.download .items .download-item:nth-child(4n) {
      margin-right: 0 !important; } }
@media screen and (min-width: 2000px) {
  .header {
    height: 190px; }
    .header .logo {
      margin: 68px 0 0; }
      .header .logo img {
        height: 90px; }

  .main-nav {
    top: 127px; }
    .main-nav ul.menu > li > a {
      font-size: 15px; }
    .main-nav ul.menu > li ul li a span {
      padding: 11px 0; }

  .slider {
    height: 520px; }
    .slider .uk-slideshow li .uk-overlay-panel .uk-text-large {
      font-size: 36px;
      top: 80px;
      width: 550px; }
      .slider .uk-slideshow li .uk-overlay-panel .uk-text-large h2 {
        font-size: 60px; }

  .home-container .home-intro {
    padding: 60px 0; }
    .home-container .home-intro h3 {
      font-size: 40px;
      margin-bottom: 20px; }
  .home-container .home-industries h2 {
    font-size: 34px; }
  .home-container .home-services .moduletable h3 {
    font-size: 28px;
    padding: 0 80px;
    top: 95px; }
  .home-container .home-services .moduletable .content {
    height: 300px; }
  .home-container .home-services .moduletable .modulelink {
    background-position: center 190px; }
  .home-container .home-corporate-videos .moduletable h3 {
    font-size: 34px; }

  .footer .footer-nav ul li {
    font-size: 12px; } }

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