@import url(/assets/fonts/font/font.css);
html, body {
  font-family: WorkSpace, Arial, sans-serif;
  font-weight: 300; }

/* Mixins*/
/* This CSS works like charm.*/
/* Removes Google Logo, terms of use, and Report a problem div.*/
/* Tweak the .sidebar-menu class to display product categories*/
/* Gray line to the left of a heading*/
/* Display: flex*/
/* Here are the main class used in the*/
/* project and few defaults.*/
/* Main*/
main {
  overflow: hidden; }

/* BS overwrites*/
.form-control {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
  height: 38px; }

/* Container size*/
@media (min-width: 1200px) {
  .container {
    width: 85%; } }

/* XS specific*/
@media (min-width: 1px) and (max-width: 767px) {
  h1 {
    font-size: 30px; } }
/* Links*/
a {
  color: #000; }
  a:hover, a:focus {
    outline: none;
    color: #000;
    text-decoration: none; }

/* Link buttons*/
.button-white {
  background-color: white;
  color: black;
  padding: 10px 20px;
  display: inline-block;
  font-size: 18px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .button-white {
      font-size: 16px; } }

/* Buttons <button>*/
.button-black {
  padding: 10px 15px !important;
  color: white;
  background: #000;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 600; }

/* Homepage*/
.landing-image {
  height: 460px;
  background: url(/assets/images/landing-image.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30px; }
  .landing-image .info-panel {
    color: #fff;
    padding: 10px 45px 30px;
    background: rgba(166, 166, 166, 0.95);
    margin: 60px 0 0 70px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .landing-image .info-panel {
        padding: 0 15px 15px;
        margin: 0; } }
    .landing-image .info-panel p {
      font-size: 20px; }
      @media (min-width: 1px) and (max-width: 767px) {
        .landing-image .info-panel p {
          font-size: 16px; } }

.picture-and-heading {
  margin: 45px 0; }
  .picture-and-heading .picture {
    position: relative;
    background: url("/assets/images/projects.jpg") center no-repeat;
    background-size: contain;
    padding-bottom: 40%;
    display: block; }
    .picture-and-heading .picture:hover .picture-hover {
      opacity: 1; }
    .picture-and-heading .picture-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: rgba(237, 28, 36, 0.9);
      transition: opacity .3s; }
      .picture-and-heading .picture-hover p {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: 200; }
        .picture-and-heading .picture-hover p img {
          width: 25px;
          margin-top: -5px;
          display: inline-block; }
      .picture-and-heading .picture-hover ul {
        position: absolute;
        bottom: 10px;
        list-style: none; }
        .picture-and-heading .picture-hover ul li a {
          font-weight: 400;
          font-size: 18px;
          margin-top: 5px;
          display: block;
          color: white !important; }
  @media (min-width: 1px) and (max-width: 767px) {
    .picture-and-heading {
      margin: 15px 0; }
      .picture-and-heading:first-child {
        margin: 30px 0 15px; }
      .picture-and-heading:last-child {
        margin: 15px 0 30px; } }
  .picture-and-heading a:hover {
    text-decoration: none; }
  .picture-and-heading h2 {
    font-weight: 300; }
    .picture-and-heading h2:after {
      position: absolute;
      bottom: 0;
      left: 15px;
      content: "";
      width: 45px;
      height: 2px;
      background: #ed1c24; }

.heading-paragraph-after {
  padding-top: 25px;
  margin-bottom: 50px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .heading-paragraph-after {
      padding-top: 10px;
      margin-bottom: 15px; } }
  .heading-paragraph-after p {
    font-size: 24px;
    font-weight: 300; }
    .heading-paragraph-after p:after {
      position: absolute;
      bottom: 0;
      left: 15px;
      content: "";
      width: 45px;
      height: 2px;
      background: #ed1c24; }

.product-category {
  margin: 0 0 30px;
  background: #fff; }
  .product-category .picture {
    position: relative;
    background: url("/assets/images/projects.jpg") center no-repeat;
    background-size: contain;
    padding-bottom: 48%;
    display: block; }
    .product-category .picture:hover .picture-hover {
      opacity: 1; }
    .product-category .picture-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: rgba(237, 28, 36, 0.9);
      transition: opacity .3s; }
      .product-category .picture-hover p {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: 200; }
        .product-category .picture-hover p img {
          width: 25px;
          margin-top: -5px;
          display: inline-block; }
      .product-category .picture-hover ul {
        position: absolute;
        bottom: 10px;
        list-style: none; }
        .product-category .picture-hover ul li a {
          font-weight: 400;
          font-size: 18px;
          margin-top: 5px;
          display: block;
          color: white !important; }
  .product-category:last-child {
    margin-bottom: 30px; }
  .product-category div {
    padding: 1px 25px;
    background-color: white; }
    .product-category div p {
      margin-bottom: 20px; }

.news-slide-center .owl-item {
  opacity: 0.5;
  transition: all .6s; }
  .news-slide-center .owl-item.active {
    opacity: 1; }
.news-slide-center .slide-item .picture {
  position: relative;
  background: url("/assets/images/projects.jpg") center no-repeat;
  background-size: contain;
  padding-bottom: 50%;
  display: block; }
  .news-slide-center .slide-item .picture:hover .picture-hover {
    opacity: 1; }
  .news-slide-center .slide-item .picture-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(237, 28, 36, 0.9);
    transition: opacity .3s; }
    .news-slide-center .slide-item .picture-hover p {
      font-size: 20px;
      color: white;
      position: absolute;
      top: 15px;
      right: 15px;
      font-weight: 200; }
      .news-slide-center .slide-item .picture-hover p img {
        width: 25px;
        margin-top: -5px;
        display: inline-block; }
    .news-slide-center .slide-item .picture-hover ul {
      position: absolute;
      bottom: 10px;
      list-style: none; }
      .news-slide-center .slide-item .picture-hover ul li a {
        font-weight: 400;
        font-size: 18px;
        margin-top: 5px;
        display: block;
        color: white !important; }
.news-slide-center .slide-item .bottom {
  padding: 0 10%;
  /* @include viewport-sm() {*/
  /*   padding: 0 30px;*/
  /* }*/
  /* @include viewport-md() {*/
  /*   padding: 0 60px;*/
  /* }*/
  /* @include viewport-lg() {*/
  /*   padding: 0 90px;*/
  /* }*/ }
  .news-slide-center .slide-item .bottom h3 {
    color: white;
    font-weight: 300; }
    @media (min-width: 1px) and (max-width: 767px) {
      .news-slide-center .slide-item .bottom h3 {
        font-size: 20px; } }
  .news-slide-center .slide-item .bottom p {
    margin: 20px 0 50px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .news-slide-center .slide-item .bottom p {
        font-size: 12px; } }

.sidebar-menu {
  margin-top: -60px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .sidebar-menu {
      margin-top: 30px; } }
  .sidebar-menu > ul {
    background-color: #f2f2f2;
    list-style: none;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .sidebar-menu > ul.company li {
      margin-bottom: 5px;
      padding-bottom: 0px !important; }
    .sidebar-menu > ul:after {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 100%;
      content: '';
      width: 3000px;
      background: #f2f2f2; }
      @media (min-width: 1px) and (max-width: 767px) {
        .sidebar-menu > ul:after {
          display: none; } }
    .sidebar-menu > ul > li.active {
      background-color: #ed1c24;
      padding-bottom: 5px;
      padding-top: 5px; }
      .sidebar-menu > ul > li.active a {
        color: white; }
    .sidebar-menu > ul > li > a {
      font-size: 20px;
      padding: 5px 0 5px 30px;
      display: block;
      font-weight: 500; }
    .sidebar-menu > ul > li ul {
      padding: 0;
      list-style: none; }
      .sidebar-menu > ul > li ul li a {
        font-size: 18px;
        padding: 3px 0 3px 30px;
        padding: 0px 0 0px 30px;
        display: block; }
      .sidebar-menu > ul > li ul li.active {
        background-color: #ed1c24; }
        .sidebar-menu > ul > li ul li.active a {
          color: white; }

.event-preview .picture,
.project-preview .picture {
  position: relative;
  background: url("/assets/images/projects.jpg") center no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  display: block; }
  .event-preview .picture:hover .picture-hover,
  .project-preview .picture:hover .picture-hover {
    opacity: 1; }
  .event-preview .picture-hover,
  .project-preview .picture-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(237, 28, 36, 0.9);
    transition: opacity .3s; }
    .event-preview .picture-hover p,
    .project-preview .picture-hover p {
      font-size: 20px;
      color: white;
      position: absolute;
      top: 15px;
      right: 15px;
      font-weight: 200; }
      .event-preview .picture-hover p img,
      .project-preview .picture-hover p img {
        width: 25px;
        margin-top: -5px;
        display: inline-block; }
    .event-preview .picture-hover ul,
    .project-preview .picture-hover ul {
      position: absolute;
      bottom: 10px;
      list-style: none; }
      .event-preview .picture-hover ul li a,
      .project-preview .picture-hover ul li a {
        font-weight: 400;
        font-size: 18px;
        margin-top: 5px;
        display: block;
        color: white !important; }
.event-preview h4,
.project-preview h4 {
  margin-top: 25px; }
.event-preview p,
.project-preview p {
  font-size: 16px; }
.event-preview a.read-more,
.project-preview a.read-more {
  color: #ed1c24 !important; }

.concepts {
  /*  Bootstrap Clearfix */
  /*  Tablet  */
  /*  Medium Desktop  */
  /*  Large Desktop  */ }
  @media (min-width: 767px) {
    .concepts {
      /* Column clear fix */ }
      .concepts .col-lg-1:nth-child(12n+1),
      .concepts .col-lg-2:nth-child(6n+1),
      .concepts .col-lg-3:nth-child(4n+1),
      .concepts .col-lg-4:nth-child(3n+1),
      .concepts .col-lg-6:nth-child(2n+1),
      .concepts .col-md-1:nth-child(12n+1),
      .concepts .col-md-2:nth-child(6n+1),
      .concepts .col-md-3:nth-child(4n+1),
      .concepts .col-md-4:nth-child(3n+1),
      .concepts .col-md-6:nth-child(2n+1) {
        clear: none; }
      .concepts .col-sm-1:nth-child(12n+1),
      .concepts .col-sm-2:nth-child(6n+1),
      .concepts .col-sm-3:nth-child(4n+1),
      .concepts .col-sm-4:nth-child(3n+1),
      .concepts .col-sm-6:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 992px) {
    .concepts {
      /* Column clear fix */ }
      .concepts .col-lg-1:nth-child(12n+1),
      .concepts .col-lg-2:nth-child(6n+1),
      .concepts .col-lg-3:nth-child(4n+1),
      .concepts .col-lg-4:nth-child(3n+1),
      .concepts .col-lg-6:nth-child(2n+1),
      .concepts .col-sm-1:nth-child(12n+1),
      .concepts .col-sm-2:nth-child(6n+1),
      .concepts .col-sm-3:nth-child(4n+1),
      .concepts .col-sm-4:nth-child(3n+1),
      .concepts .col-sm-6:nth-child(2n+1) {
        clear: none; }
      .concepts .col-md-1:nth-child(12n+1),
      .concepts .col-md-2:nth-child(6n+1),
      .concepts .col-md-3:nth-child(4n+1),
      .concepts .col-md-4:nth-child(3n+1),
      .concepts .col-md-6:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 1200px) {
    .concepts {
      /* Column clear fix */ }
      .concepts .col-md-1:nth-child(12n+1),
      .concepts .col-md-2:nth-child(6n+1),
      .concepts .col-md-3:nth-child(4n+1),
      .concepts .col-md-4:nth-child(3n+1),
      .concepts .col-md-6:nth-child(2n+1),
      .concepts .col-sm-1:nth-child(12n+1),
      .concepts .col-sm-2:nth-child(6n+1),
      .concepts .col-sm-3:nth-child(4n+1),
      .concepts .col-sm-4:nth-child(3n+1),
      .concepts .col-sm-6:nth-child(2n+1) {
        clear: none; }
      .concepts .col-lg-1:nth-child(12n+1),
      .concepts .col-lg-2:nth-child(6n+1),
      .concepts .col-lg-3:nth-child(4n+1),
      .concepts .col-lg-4:nth-child(3n+1),
      .concepts .col-lg-6:nth-child(2n+1) {
        clear: left; } }
  .concepts .concept {
    margin-bottom: 30px;
    display: block; }
    .concepts .concept .picture {
      position: relative;
      background: url("/assets/images/projects.jpg") center no-repeat;
      background-size: cover;
      padding-bottom: 50%;
      display: block; }
      .concepts .concept .picture:hover .picture-hover {
        opacity: 1; }
      .concepts .concept .picture-hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(237, 28, 36, 0.9);
        transition: opacity .3s; }
        .concepts .concept .picture-hover p {
          font-size: 20px;
          color: white;
          position: absolute;
          top: 15px;
          right: 15px;
          font-weight: 200; }
          .concepts .concept .picture-hover p img {
            width: 25px;
            margin-top: -5px;
            display: inline-block; }
        .concepts .concept .picture-hover ul {
          position: absolute;
          bottom: 10px;
          list-style: none; }
          .concepts .concept .picture-hover ul li a {
            font-weight: 400;
            font-size: 18px;
            margin-top: 5px;
            display: block;
            color: white !important; }
    .concepts .concept h4 {
      margin: 15px 0 5px 0;
      text-transform: uppercase; }
    .concepts .concept p:first-of-type {
      font-size: 12px;
      color: #b4b4b4; }
    .concepts .concept p:last-of-type {
      font-size: 16px; }

.clear {
  /*  Bootstrap Clearfix */
  /*  Tablet  */
  /*  Medium Desktop  */
  /*  Large Desktop  */ }
  @media (min-width: 767px) {
    .clear {
      /* Column clear fix */ }
      .clear .col-lg-1:nth-child(12n+1),
      .clear .col-lg-2:nth-child(6n+1),
      .clear .col-lg-3:nth-child(4n+1),
      .clear .col-lg-4:nth-child(3n+1),
      .clear .col-lg-6:nth-child(2n+1),
      .clear .col-md-1:nth-child(12n+1),
      .clear .col-md-2:nth-child(6n+1),
      .clear .col-md-3:nth-child(4n+1),
      .clear .col-md-4:nth-child(3n+1),
      .clear .col-md-6:nth-child(2n+1) {
        clear: none; }
      .clear .col-sm-1:nth-child(12n+1),
      .clear .col-sm-2:nth-child(6n+1),
      .clear .col-sm-3:nth-child(4n+1),
      .clear .col-sm-4:nth-child(3n+1),
      .clear .col-sm-6:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 992px) {
    .clear {
      /* Column clear fix */ }
      .clear .col-lg-1:nth-child(12n+1),
      .clear .col-lg-2:nth-child(6n+1),
      .clear .col-lg-3:nth-child(4n+1),
      .clear .col-lg-4:nth-child(3n+1),
      .clear .col-lg-6:nth-child(2n+1),
      .clear .col-sm-1:nth-child(12n+1),
      .clear .col-sm-2:nth-child(6n+1),
      .clear .col-sm-3:nth-child(4n+1),
      .clear .col-sm-4:nth-child(3n+1),
      .clear .col-sm-6:nth-child(2n+1) {
        clear: none; }
      .clear .col-md-1:nth-child(12n+1),
      .clear .col-md-2:nth-child(6n+1),
      .clear .col-md-3:nth-child(4n+1),
      .clear .col-md-4:nth-child(3n+1),
      .clear .col-md-6:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 1200px) {
    .clear {
      /* Column clear fix */ }
      .clear .col-md-1:nth-child(12n+1),
      .clear .col-md-2:nth-child(6n+1),
      .clear .col-md-3:nth-child(4n+1),
      .clear .col-md-4:nth-child(3n+1),
      .clear .col-md-6:nth-child(2n+1),
      .clear .col-sm-1:nth-child(12n+1),
      .clear .col-sm-2:nth-child(6n+1),
      .clear .col-sm-3:nth-child(4n+1),
      .clear .col-sm-4:nth-child(3n+1),
      .clear .col-sm-6:nth-child(2n+1) {
        clear: none; }
      .clear .col-lg-1:nth-child(12n+1),
      .clear .col-lg-2:nth-child(6n+1),
      .clear .col-lg-3:nth-child(4n+1),
      .clear .col-lg-4:nth-child(3n+1),
      .clear .col-lg-6:nth-child(2n+1) {
        clear: left; } }

.video-responsive {
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  .video-responsive .iframe-container {
    position: relative; }
    .video-responsive .iframe-container .ratio {
      display: block;
      width: 100%;
      height: auto; }
    .video-responsive .iframe-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.btn-template {
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px !important;
  margin-bottom: 15px !important; }
  .btn-template:hover, .btn-template:focus {
    background: white; }

.background-grey {
  background-color: #f2f2f2; }

.fancybox-overlay {
  background-color: #e6e6e6;
  background-color: rgba(242, 242, 242, 0.97);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center; }

.fancybox-prev, .fancybox-next, .fancybox-close {
  opacity: 1 !important; }

.post-date {
  margin: 10px 0 0 0; }
  .post-date:after {
    width: 50px;
    height: 2px;
    background: #ed1c24;
    content: "";
    display: block;
    margin: 5px 0 30px; }

.blog-header h3 {
  font-weight: normal;
  font-size: 20px; }

.search-result {
  margin-bottom: 30px;
  display: block; }
  .search-result-image {
    padding-bottom: 66.6667%;
    position: relative;
    background: rgba(0, 0, 0, 0.05); }
    .search-result-image img {
      position: absolute; }

#search .modal-body {
  padding: 0px; }
#search .modal-content {
  border: none;
  border-radius: 0px; }
#search input {
  border-radius: 0px; }
#search .btn {
  padding: 0 15px !important;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 0px; }

.on-sale {
  background: #ed1c24;
  z-index: 5;
  color: white;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
  .on-sale-details {
    right: 15px;
    left: auto; }
  .on-sale:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ed1c24; }
  .on-sale:before {
    content: '';
    position: absolute;
    top: 13px;
    right: -8px;
    z-index: 6;
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%; }
  .on-sale-details {
    font-size: 28px;
    font-weight: 300;
    top: 0;
    margin-top: 15px;
    transform: scale(0.66);
    transform-origin: top right; }
    .on-sale-details .deal {
      position: absolute;
      top: -21px;
      left: -30px;
      right: -30px;
      color: black;
      text-align: center;
      font-size: 18px;
      font-weight: 400; }
    .on-sale-details:after {
      right: -25px;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 25px solid #ed1c24; }
    .on-sale-details:before {
      top: 21px;
      right: -14px;
      height: 7px;
      width: 7px; }

.img-responsive-min-100 {
  min-width: 100%; }

.login-register img {
  padding: 100px 0 50px; }
.login-register input {
  margin-bottom: 25px; }

header .navbar {
  background: none;
  border: none;
  border-top: 2px solid #ed1c24;
  border-radius: 0;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    header .navbar {
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      align-items: center; } }
  header .navbar .navbar-header .navbar-toggle {
    margin: 34px 1px 0 0 !important;
    padding: 10px !important;
    border: none;
    background: none; }
    header .navbar .navbar-header .navbar-toggle .icon-bar {
      display: block;
      width: 33px;
      height: 4px;
      background-color: #000;
      border-radius: 0; }
  header .navbar .navbar-header .navbar-brand {
    height: auto;
    max-width: 225px;
    padding: 30px 15px 30px 0; }
  @media (min-width: 768px) {
    header .navbar #navbar {
      flex: 1;
      justify-self: flex-end; } }
  header .navbar #navbar .nav a {
    font-size: 20px;
    padding: 10px;
    color: #000; }
    header .navbar #navbar .nav a i.fa-search {
      color: #ed1c24; }
    @media (min-width: 1px) and (max-width: 767px) {
      header .navbar #navbar .nav a {
        font-size: 16px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .navbar #navbar .nav a {
        font-size: 19px; } }
    header .navbar #navbar .nav a.active:after {
      position: absolute;
      bottom: 0;
      left: 10px;
      content: "";
      width: 45px;
      height: 2px;
      background: #ed1c24; }
  @media (min-width: 992px) {
    header .navbar #navbar .search-container a {
      padding-right: 0px; } }
  header .navbar #navbar .languages {
    color: #f2f2f2; }
    header .navbar #navbar .languages li {
      display: inline-block; }
      header .navbar #navbar .languages li:after {
        content: "/";
        display: inline-block; }
      header .navbar #navbar .languages li:last-child:after {
        display: none; }
      header .navbar #navbar .languages li a {
        font-size: 14px;
        padding: 10px 10px;
        display: inline-block; }
    @media (min-width: 992px) {
      header .navbar #navbar .languages {
        position: absolute;
        right: -10px;
        top: 0px; }
        header .navbar #navbar .languages a {
          font-size: 14px;
          padding: 5px 5px;
          display: inline-block; } }

.home .landing-image {
  margin: 0; }
  .home .landing-image .info-panel {
    position: absolute;
    left: 0;
    bottom: 50px; }
.home .owl-item {
  transform-style: preserve-3d; }
.home .news .heading-paragraph-after h1 {
  color: white; }
.home .news .heading-paragraph-after p {
  color: #e7e7e7; }
.home .news .news-slide-center .slide-item p {
  color: #e7e7e7; }
.home .news .news-slide-center .owl-stage {
  z-index: 2; }
.home .news .news-slide-center .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  pointer-events: none;
  align-items: flex-start; }
  @media (min-width: 1px) and (max-width: 767px) {
    .home .news .news-slide-center .owl-nav {
      display: none; } }
  .home .news .news-slide-center .owl-nav .fa {
    font-size: 67px;
    transition: all 0.2s;
    color: #ed1c24;
    height: 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home .news .news-slide-center .owl-nav .fa {
        padding: 0 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home .news .news-slide-center .owl-nav .fa {
        padding: 0 60px; } }
    @media (min-width: 1200px) {
      .home .news .news-slide-center .owl-nav .fa {
        padding: 0 80px; } }
  .home .news .news-slide-center .owl-nav .owl-prev, .home .news .news-slide-center .owl-nav .owl-next {
    height: 100%;
    z-index: 3;
    pointer-events: all; }
    .home .news .news-slide-center .owl-nav .owl-prev:hover .fa.fa-angle-left, .home .news .news-slide-center .owl-nav .owl-next:hover .fa.fa-angle-left {
      margin-left: -5px; }
    .home .news .news-slide-center .owl-nav .owl-prev:hover .fa.fa-angle-right, .home .news .news-slide-center .owl-nav .owl-next:hover .fa.fa-angle-right {
      margin-right: -5px; }
.home .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 5px;
  text-align: center;
  margin-bottom: 15px;
  z-index: 5; }
  .home .owl-dots .owl-dot {
    width: 46px;
    height: 4px;
    background: #cacaca;
    margin: 0 3px;
    display: inline-block; }
    .home .owl-dots .owl-dot.active {
      background: #ed1c24; }

.home-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none; }
  .home-carousel .owl-nav .owl-prev,
  .home-carousel .owl-nav .owl-next {
    z-index: 2;
    pointer-events: all; }
    .home-carousel .owl-nav .owl-prev span,
    .home-carousel .owl-nav .owl-next span {
      font-size: 50px;
      color: #ed1c24;
      padding: 50px 5px; }

footer {
  overflow: hidden;
  padding: 45px 0 60px 0;
  width: 100%; }
  footer .like-button {
    margin-bottom: 45px; }
  @media (min-width: 1px) and (max-width: 767px) {
    footer {
      padding: 60px 15px 30px 15px; } }
  footer .footer {
    width: 100%; }
    footer .footer .footer-logo {
      max-width: 200px;
      margin-bottom: 30px; }
      @media (min-width: 1px) and (max-width: 767px) {
        footer .footer .footer-logo {
          margin: auto; } }
    @media (min-width: 1px) and (max-width: 767px) {
      footer .footer .footer-text {
        text-align: center;
        padding-top: 30px; } }
    footer .footer .footer-text h3 {
      font-size: 18px; }
      footer .footer .footer-text h3:first-child {
        margin-top: 0;
        margin-bottom: 0; }
      footer .footer .footer-text h3:last-of-type {
        margin-bottom: 0px; }
    footer .footer .footer-text p {
      font-size: 16px; }
      footer .footer .footer-text p:last-of-type {
        font-size: 12px; }
    footer .footer .map #map {
      width: 100%;
      height: 300px; }
      @media (min-width: 1px) and (max-width: 767px) {
        footer .footer .map #map {
          margin-bottom: 30px; } }
    footer .footer .slogan-and-text {
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex; }
      @media (min-width: 1px) and (max-width: 767px) {
        footer .footer .slogan-and-text {
          flex-direction: row-reverse; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer .slogan-and-text {
          flex-direction: row-reverse;
          padding-top: 30px; } }
    footer .footer .slogan {
      float: right;
      max-height: 310px; }
      @media (min-width: 1px) and (max-width: 767px) {
        footer .footer .slogan {
          padding-left: 15px; } }
      @media (min-width: 1px) and (max-width: 767px) {
        footer .footer .slogan {
          max-height: 260px; } }
    footer .footer .about:before {
      content: "";
      width: 45px;
      height: 2px;
      background: #ed1c24;
      display: block;
      margin-bottom: 30px; }
    footer .footer .about p {
      margin: 15px 0 0 0;
      line-height: 24px;
      font-size: 16px; }
    footer .footer.herman-miller .hm {
      background-color: #f62400;
      padding-left: 30px;
      padding-top: 15px;
      padding-bottom: 30px; }
      footer .footer.herman-miller .hm-container {
        padding-bottom: 0px;
        padding-right: 0; }
        @media (min-width: 1px) and (max-width: 767px) {
          footer .footer.herman-miller .hm-container {
            padding-right: 15px;
            text-align: center;
            margin-top: 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .footer.herman-miller .hm-container {
            padding-right: 15px;
            margin-top: 30px; } }
      footer .footer.herman-miller .hm:before {
        content: "";
        height: 100%;
        display: block;
        width: 1000px;
        background-color: #f62400;
        position: absolute;
        left: 15px;
        top: 100%; }
        @media (min-width: 1px) and (max-width: 767px) {
          footer .footer.herman-miller .hm:before {
            width: auto;
            right: 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .footer.herman-miller .hm:before {
            width: auto;
            right: 15px; } }
      footer .footer.herman-miller .hm:after {
        content: "";
        height: 100%;
        display: block;
        width: 1000px;
        background-color: #f62400;
        position: absolute;
        left: 100%;
        top: 0px; }
        @media (min-width: 1px) and (max-width: 767px) {
          footer .footer.herman-miller .hm:after {
            display: none; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .footer.herman-miller .hm:after {
            display: none; } }
      footer .footer.herman-miller .hm img {
        height: 24px;
        margin-top: 25px;
        margin-bottom: 50px; }
        @media (min-width: 1px) and (max-width: 767px) {
          footer .footer.herman-miller .hm img {
            margin: 25px auto 50px; } }
      footer .footer.herman-miller .hm p {
        color: #fff;
        font-size: 16px; }
        footer .footer.herman-miller .hm p:first-of-type {
          font-size: 18px;
          margin-bottom: 20px; }

.company_about .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_about .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_about .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_about .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_about .landing-image .info-panel {
        margin: 0; } }
.company_about .about-text p {
  font-size: 16px;
  margin-bottom: 20px; }
  .company_about .about-text p:first-of-type {
    margin-top: 60px; }

.company_contact .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_contact .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_contact .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_contact .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_contact .landing-image .info-panel {
        margin: 0; } }
.company_contact .owl-stage-outer {
  z-index: 1; }
.company_contact .owl-nav {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .company_contact .owl-nav .owl-prev,
  .company_contact .owl-nav .owl-next {
    z-index: 2; }
    .company_contact .owl-nav .owl-prev span,
    .company_contact .owl-nav .owl-next span {
      font-size: 50px;
      color: #ed1c24;
      padding: 50px 5px; }
.company_contact #map-1 {
  height: 415px;
  margin-top: 60px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_contact #map-1 {
      margin-top: 30px; } }
.company_contact .contact_form {
  padding-top: 30px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_contact .contact_form {
      padding-top: 30px; } }
  .company_contact .contact_form p {
    font-size: 16px; }
  .company_contact .contact_form form label {
    font-weight: 400; }
  .company_contact .contact_form form .form-control {
    border: none !important;
    background: #e5e5e5; }
  .company_contact .contact_form form textarea {
    height: 106px; }
.company_contact a[href^="http://maps.google.com/maps"] {
  display: none !important; }
.company_contact a[href^="https://maps.google.com/maps"] {
  display: none !important; }
.company_contact .gmnoprint a, .company_contact .gmnoprint span, .company_contact .gm-style-cc {
  display: none; }
.company_contact .gmnoprint div {
  background: none !important; }
.company_contact .marker {
  width: 300px;
  padding: 40px 35px;
  background: white;
  position: relative; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_contact .marker {
      width: 230px;
      padding: 20px 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .company_contact .marker {
      width: 270px; } }
  .company_contact .marker:after {
    content: "\f04b";
    font-family: 'FontAwesome';
    color: white;
    font-size: 50px;
    position: absolute;
    right: -25px;
    top: 38%; }
  .company_contact .marker .marker-wrapper h4 {
    font-size: 20px; }
  .company_contact .marker .marker-wrapper p {
    font-size: 14px; }

.company_events .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_events .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_events .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_events .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_events .landing-image .info-panel {
        margin: 0; } }
.company_events .landing-image {
  margin: 0;
  width: 100%; }
.company_events .sidebar-menu {
  margin-top: -30px; }
.company_events .concepts {
  margin-top: 60px; }
.company_events .events-col {
  padding-top: 60px;
  margin-bottom: -50px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_events .events-col {
      padding-top: 30px;
      margin-bottom: -20px; } }
  .company_events .events-col .event-preview {
    margin-bottom: 45px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_events .events-col .event-preview {
        margin-bottom: 25px; } }

.company_news .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_news .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_news .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_news .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_news .landing-image .info-panel {
        margin: 0; } }
.company_news .landing-image {
  margin: 0;
  width: 100%; }
.company_news .blog-header {
  float: left;
  width: 100%;
  display: flex; }
  @media (max-width: 990px) {
    .company_news .blog-header {
      flex-direction: column; } }
  .company_news .blog-header > div:first-child {
    padding-right: 0;
    display: flex; }
    @media (max-width: 990px) {
      .company_news .blog-header > div:first-child {
        padding-right: 15px; } }
  .company_news .blog-header > div:last-child {
    padding-left: 0; }
    @media (max-width: 990px) {
      .company_news .blog-header > div:last-child {
        padding-left: 15px; } }
  .company_news .blog-header h1 {
    margin: 0 0 30px 0; }
  .company_news .blog-header .landing-image {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 300px; }
    @media (max-width: 990px) {
      .company_news .blog-header .landing-image {
        position: relative; } }
.company_news .sidebar-menu {
  margin-top: -30px; }
.company_news .info-panel {
  color: #fff;
  background: #ed1c24;
  flex: 1;
  padding: 10%;
  display: flex;
  align-items: center; }
  .company_news .info-panel p {
    font-size: 17px; }
.company_news .concepts {
  margin-top: 60px; }
.company_news .events-col {
  padding-top: 60px;
  margin-bottom: -50px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_news .events-col {
      padding-top: 30px;
      margin-bottom: -20px; } }
  .company_news .events-col .event-preview {
    margin-bottom: 45px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_news .events-col .event-preview {
        margin-bottom: 25px; } }

.company_event_details .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_event_details .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_event_details .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_event_details .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_event_details .landing-image .info-panel {
        margin: 0; } }
.company_event_details .landing-image {
  margin: 0;
  width: 100%; }
.company_event_details .sidebar-menu {
  margin-top: -30px; }
.company_event_details .info-panel {
  color: #fff; }
.company_event_details .news-list {
  margin-top: 60px; }
  .company_event_details .news-list .concept {
    margin-bottom: 30px; }
    .company_event_details .news-list .concept .picture {
      position: relative;
      background: url("/assets/images/projects.jpg") center no-repeat;
      background-size: contain;
      padding-bottom: 50%;
      display: block; }
      .company_event_details .news-list .concept .picture:hover .picture-hover {
        opacity: 1; }
      .company_event_details .news-list .concept .picture-hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(237, 28, 36, 0.9);
        transition: opacity .3s; }
        .company_event_details .news-list .concept .picture-hover p {
          font-size: 20px;
          color: white;
          position: absolute;
          top: 15px;
          right: 15px;
          font-weight: 200; }
          .company_event_details .news-list .concept .picture-hover p img {
            width: 25px;
            margin-top: -5px;
            display: inline-block; }
        .company_event_details .news-list .concept .picture-hover ul {
          position: absolute;
          bottom: 10px;
          list-style: none; }
          .company_event_details .news-list .concept .picture-hover ul li a {
            font-weight: 400;
            font-size: 18px;
            margin-top: 5px;
            display: block;
            color: white !important; }
.company_event_details .event-details h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 60px 0 0 0;
  padding: 0px;
  width: 100%;
  position: relative; }
  .company_event_details .event-details h1:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -30px;
    width: 1000px;
    height: 2px;
    background: #e5e5e5;
    transform: translate(-100%, 0); }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_event_details .event-details h1 {
      margin: 30px 0; } }
.company_event_details .event-details .landing-image {
  margin: 30px 0 0; }
.company_event_details .event-details .event-pictures-slide {
  position: relative;
  margin: 30px 0; }
  .company_event_details .event-details .event-pictures-slide .picture {
    position: relative;
    background: url("/assets/images/projects.jpg") center no-repeat;
    background-size: contain;
    padding-bottom: 80%;
    display: block; }
    .company_event_details .event-details .event-pictures-slide .picture:hover .picture-hover {
      opacity: 1; }
    .company_event_details .event-details .event-pictures-slide .picture-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: rgba(237, 28, 36, 0.9);
      transition: opacity .3s; }
      .company_event_details .event-details .event-pictures-slide .picture-hover p {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: 200; }
        .company_event_details .event-details .event-pictures-slide .picture-hover p img {
          width: 25px;
          margin-top: -5px;
          display: inline-block; }
      .company_event_details .event-details .event-pictures-slide .picture-hover ul {
        position: absolute;
        bottom: 10px;
        list-style: none; }
        .company_event_details .event-details .event-pictures-slide .picture-hover ul li a {
          font-weight: 400;
          font-size: 18px;
          margin-top: 5px;
          display: block;
          color: white !important; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_event_details .event-details .event-pictures-slide {
      margin-bottom: 0; } }
  .company_event_details .event-details .event-pictures-slide .owl-stage-outer {
    z-index: 1; }
  .company_event_details .event-details .event-pictures-slide .owl-nav {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: -30px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; }
    .company_event_details .event-details .event-pictures-slide .owl-nav .owl-prev,
    .company_event_details .event-details .event-pictures-slide .owl-nav .owl-next {
      z-index: 2;
      pointer-events: all; }
      .company_event_details .event-details .event-pictures-slide .owl-nav .owl-prev span,
      .company_event_details .event-details .event-pictures-slide .owl-nav .owl-next span {
        font-size: 50px;
        color: #ed1c24;
        padding: 50px 5px; }
.company_event_details .event-description {
  margin-bottom: -10px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_event_details .event-description {
      padding-top: 30px; } }
  .company_event_details .event-description p {
    font-size: 16px; }
.company_event_details .more-header {
  position: relative; }
  .company_event_details .more-header:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -30px;
    width: 1000px;
    height: 2px;
    background: #e5e5e5;
    transform: translate(-100%, 0); }

.company_news_details .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_news_details .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_news_details .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_news_details .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_news_details .landing-image .info-panel {
        margin: 0; } }
.company_news_details .landing-image {
  margin: 0;
  width: 100%; }
.company_news_details .blog-header {
  float: left;
  width: 100%;
  display: flex; }
  @media (max-width: 990px) {
    .company_news_details .blog-header {
      flex-direction: column; } }
  .company_news_details .blog-header > div:first-child {
    padding-right: 0;
    display: flex; }
    @media (max-width: 990px) {
      .company_news_details .blog-header > div:first-child {
        padding-right: 15px; } }
  .company_news_details .blog-header > div:last-child {
    padding-left: 0; }
    @media (max-width: 990px) {
      .company_news_details .blog-header > div:last-child {
        padding-left: 15px; } }
  .company_news_details .blog-header h1 {
    margin: 0 0 30px 0; }
  .company_news_details .blog-header .landing-image {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 300px; }
    @media (max-width: 990px) {
      .company_news_details .blog-header .landing-image {
        position: relative; } }
.company_news_details .sidebar-menu {
  margin-top: -30px; }
.company_news_details .info-panel {
  color: #fff;
  background: #ed1c24;
  flex: 1;
  padding: 10%;
  display: flex;
  align-items: center; }
  .company_news_details .info-panel p {
    font-size: 17px; }
.company_news_details .news-list {
  margin-top: 60px; }
  .company_news_details .news-list .concept {
    margin-bottom: 30px; }
    .company_news_details .news-list .concept .picture {
      position: relative;
      background: url("/assets/images/projects.jpg") center no-repeat;
      background-size: contain;
      padding-bottom: 50%;
      display: block; }
      .company_news_details .news-list .concept .picture:hover .picture-hover {
        opacity: 1; }
      .company_news_details .news-list .concept .picture-hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(237, 28, 36, 0.9);
        transition: opacity .3s; }
        .company_news_details .news-list .concept .picture-hover p {
          font-size: 20px;
          color: white;
          position: absolute;
          top: 15px;
          right: 15px;
          font-weight: 200; }
          .company_news_details .news-list .concept .picture-hover p img {
            width: 25px;
            margin-top: -5px;
            display: inline-block; }
        .company_news_details .news-list .concept .picture-hover ul {
          position: absolute;
          bottom: 10px;
          list-style: none; }
          .company_news_details .news-list .concept .picture-hover ul li a {
            font-weight: 400;
            font-size: 18px;
            margin-top: 5px;
            display: block;
            color: white !important; }
.company_news_details .event-details h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 60px 0 0 0;
  padding: 0px;
  width: 100%;
  position: relative; }
  .company_news_details .event-details h1:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -30px;
    width: 1000px;
    height: 2px;
    background: #e5e5e5;
    transform: translate(-100%, 0); }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_news_details .event-details h1 {
      margin: 30px 0; } }
.company_news_details .event-details .landing-image {
  margin: 30px 0 0; }
.company_news_details .event-details .event-pictures-slide {
  position: relative;
  margin: 30px 0; }
  .company_news_details .event-details .event-pictures-slide .picture {
    position: relative;
    background: url("/assets/images/projects.jpg") center no-repeat;
    background-size: contain;
    padding-bottom: 80%;
    display: block; }
    .company_news_details .event-details .event-pictures-slide .picture:hover .picture-hover {
      opacity: 1; }
    .company_news_details .event-details .event-pictures-slide .picture-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: rgba(237, 28, 36, 0.9);
      transition: opacity .3s; }
      .company_news_details .event-details .event-pictures-slide .picture-hover p {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: 200; }
        .company_news_details .event-details .event-pictures-slide .picture-hover p img {
          width: 25px;
          margin-top: -5px;
          display: inline-block; }
      .company_news_details .event-details .event-pictures-slide .picture-hover ul {
        position: absolute;
        bottom: 10px;
        list-style: none; }
        .company_news_details .event-details .event-pictures-slide .picture-hover ul li a {
          font-weight: 400;
          font-size: 18px;
          margin-top: 5px;
          display: block;
          color: white !important; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_news_details .event-details .event-pictures-slide {
      margin-bottom: 0; } }
  .company_news_details .event-details .event-pictures-slide .owl-stage-outer {
    z-index: 1; }
  .company_news_details .event-details .event-pictures-slide .owl-nav {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: -30px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; }
    .company_news_details .event-details .event-pictures-slide .owl-nav .owl-prev,
    .company_news_details .event-details .event-pictures-slide .owl-nav .owl-next {
      z-index: 2;
      pointer-events: all; }
      .company_news_details .event-details .event-pictures-slide .owl-nav .owl-prev span,
      .company_news_details .event-details .event-pictures-slide .owl-nav .owl-next span {
        font-size: 50px;
        color: #ed1c24;
        padding: 50px 5px; }
.company_news_details .event-description {
  margin-bottom: -10px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .company_news_details .event-description {
      padding-top: 30px; } }
  .company_news_details .event-description p {
    font-size: 16px; }
.company_news_details .more-header {
  position: relative; }
  .company_news_details .more-header:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -30px;
    width: 1000px;
    height: 2px;
    background: #e5e5e5;
    transform: translate(-100%, 0); }

.company_suppliers .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_suppliers .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_suppliers .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_suppliers .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_suppliers .landing-image .info-panel {
        margin: 0; } }
.company_suppliers .suppliers {
  padding-top: 45px; }
  .company_suppliers .suppliers .supplier-logo {
    height: 45px; }

.company_team .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .company_team .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .company_team .landing-image .info-panel h1.light {
      font-weight: 300; }
    .company_team .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .company_team .landing-image .info-panel {
        margin: 0; } }
.company_team .team {
  /*  Bootstrap Clearfix */
  /*  Tablet  */
  /*  Medium Desktop  */
  /*  Large Desktop  */ }
  @media (min-width: 767px) {
    .company_team .team {
      /* Column clear fix */ }
      .company_team .team .col-lg-1:nth-child(12n+1),
      .company_team .team .col-lg-2:nth-child(6n+1),
      .company_team .team .col-lg-3:nth-child(4n+1),
      .company_team .team .col-lg-4:nth-child(3n+1),
      .company_team .team .col-lg-6:nth-child(2n+1),
      .company_team .team .col-md-1:nth-child(12n+1),
      .company_team .team .col-md-2:nth-child(6n+1),
      .company_team .team .col-md-3:nth-child(4n+1),
      .company_team .team .col-md-4:nth-child(3n+1),
      .company_team .team .col-md-6:nth-child(2n+1) {
        clear: none; }
      .company_team .team .col-sm-1:nth-child(12n+1),
      .company_team .team .col-sm-2:nth-child(6n+1),
      .company_team .team .col-sm-3:nth-child(4n+1),
      .company_team .team .col-sm-4:nth-child(3n+1),
      .company_team .team .col-sm-6:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 992px) {
    .company_team .team {
      /* Column clear fix */ }
      .company_team .team .col-lg-1:nth-child(12n+1),
      .company_team .team .col-lg-2:nth-child(6n+1),
      .company_team .team .col-lg-3:nth-child(4n+1),
      .company_team .team .col-lg-4:nth-child(3n+1),
      .company_team .team .col-lg-6:nth-child(2n+1),
      .company_team .team .col-sm-1:nth-child(12n+1),
      .company_team .team .col-sm-2:nth-child(6n+1),
      .company_team .team .col-sm-3:nth-child(4n+1),
      .company_team .team .col-sm-4:nth-child(3n+1),
      .company_team .team .col-sm-6:nth-child(2n+1) {
        clear: none; }
      .company_team .team .col-md-1:nth-child(12n+1),
      .company_team .team .col-md-2:nth-child(6n+1),
      .company_team .team .col-md-3:nth-child(4n+1),
      .company_team .team .col-md-4:nth-child(3n+1),
      .company_team .team .col-md-6:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 1200px) {
    .company_team .team {
      /* Column clear fix */ }
      .company_team .team .col-md-1:nth-child(12n+1),
      .company_team .team .col-md-2:nth-child(6n+1),
      .company_team .team .col-md-3:nth-child(4n+1),
      .company_team .team .col-md-4:nth-child(3n+1),
      .company_team .team .col-md-6:nth-child(2n+1),
      .company_team .team .col-sm-1:nth-child(12n+1),
      .company_team .team .col-sm-2:nth-child(6n+1),
      .company_team .team .col-sm-3:nth-child(4n+1),
      .company_team .team .col-sm-4:nth-child(3n+1),
      .company_team .team .col-sm-6:nth-child(2n+1) {
        clear: none; }
      .company_team .team .col-lg-1:nth-child(12n+1),
      .company_team .team .col-lg-2:nth-child(6n+1),
      .company_team .team .col-lg-3:nth-child(4n+1),
      .company_team .team .col-lg-4:nth-child(3n+1),
      .company_team .team .col-lg-6:nth-child(2n+1) {
        clear: left; } }
  .company_team .team .team-member img {
    margin: 50px auto auto auto;
    border-radius: 50%;
    width: 100%; }
  .company_team .team .team-member h4 {
    margin: 25px 0 0 0; }
  .company_team .team .team-member p {
    margin: 0; }

.ergonomics_and_concepts {
  /* .sidebar-menu {*/
  /*   position: relative;*/
  /*   > ul {*/
  /*     > li {*/
  /*       > a {*/
  /*         font-weight: 500;*/
  /*       }*/
  /*       ul {*/
  /*         list-style: none;*/
  /*         li {*/
  /*           a {*/
  /*             font-size: 18px;*/
  /*             padding-top: 0;*/
  /*             padding-bottom: 0;*/
  /*           }*/
  /*         }*/
  /*       }*/
  /*     }*/
  /*   }*/
  /*   &:after {*/
  /*     margin-top: 0;*/
  /*     margin-left: 0;*/
  /*   }*/
  /*   &.brands {*/
  /*     margin-top: 10px;*/
  /*     &:after {*/
  /*       margin-top: 0;*/
  /*     }*/
  /*   }*/
  /* }*/ }
  .ergonomics_and_concepts .landing-image {
    height: 345px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .ergonomics_and_concepts .landing-image .info-panel {
      margin: 0px 0 30px 30px; }
      .ergonomics_and_concepts .landing-image .info-panel h1.light {
        font-weight: 300; }
      .ergonomics_and_concepts .landing-image .info-panel h1 + h1 {
        margin: 0; }
      @media (min-width: 1px) and (max-width: 767px) {
        .ergonomics_and_concepts .landing-image .info-panel {
          margin: 0; } }
  .ergonomics_and_concepts .landing-image h1 {
    margin-bottom: 10px; }
  .ergonomics_and_concepts .landing-image {
    margin: 0; }
  .ergonomics_and_concepts .sidebar-menu {
    margin-top: -30px; }
  .ergonomics_and_concepts .blog-header {
    float: left;
    width: 100%;
    display: flex; }
    @media (max-width: 990px) {
      .ergonomics_and_concepts .blog-header {
        flex-direction: column; } }
    .ergonomics_and_concepts .blog-header > div:first-child {
      padding-right: 0;
      display: flex; }
      @media (max-width: 990px) {
        .ergonomics_and_concepts .blog-header > div:first-child {
          padding-right: 15px; } }
    .ergonomics_and_concepts .blog-header > div:last-child {
      padding-left: 0; }
      @media (max-width: 990px) {
        .ergonomics_and_concepts .blog-header > div:last-child {
          padding-left: 15px; } }
    .ergonomics_and_concepts .blog-header h1 {
      margin: 0 0 30px 0; }
    .ergonomics_and_concepts .blog-header .landing-image {
      position: absolute;
      width: 100%;
      height: 100%;
      min-height: 300px; }
      @media (max-width: 990px) {
        .ergonomics_and_concepts .blog-header .landing-image {
          position: relative; } }
  .ergonomics_and_concepts .info-panel {
    color: #fff;
    background: #ed1c24;
    flex: 1;
    padding: 10%;
    display: flex;
    align-items: center; }
    .ergonomics_and_concepts .info-panel p {
      font-size: 17px; }
  .ergonomics_and_concepts .news-list {
    margin-top: 60px; }
    .ergonomics_and_concepts .news-list .concept {
      margin-bottom: 30px; }
      .ergonomics_and_concepts .news-list .concept .picture {
        position: relative;
        background: url("/assets/images/projects.jpg") center no-repeat;
        background-size: contain;
        padding-bottom: 50%;
        display: block; }
        .ergonomics_and_concepts .news-list .concept .picture:hover .picture-hover {
          opacity: 1; }
        .ergonomics_and_concepts .news-list .concept .picture-hover {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0;
          background: rgba(237, 28, 36, 0.9);
          transition: opacity .3s; }
          .ergonomics_and_concepts .news-list .concept .picture-hover p {
            font-size: 20px;
            color: white;
            position: absolute;
            top: 15px;
            right: 15px;
            font-weight: 200; }
            .ergonomics_and_concepts .news-list .concept .picture-hover p img {
              width: 25px;
              margin-top: -5px;
              display: inline-block; }
          .ergonomics_and_concepts .news-list .concept .picture-hover ul {
            position: absolute;
            bottom: 10px;
            list-style: none; }
            .ergonomics_and_concepts .news-list .concept .picture-hover ul li a {
              font-weight: 400;
              font-size: 18px;
              margin-top: 5px;
              display: block;
              color: white !important; }
  .ergonomics_and_concepts .concepts {
    padding-top: 30px; }

.ergonomics_and_concepts_article .article_title h1:first-of-type {
  margin: 0;
  font-weight: 400; }
.ergonomics_and_concepts_article .article_title h1:last-of-type {
  margin: 0; }
.ergonomics_and_concepts_article .blog-header {
  float: left;
  width: 100%;
  display: flex; }
  @media (max-width: 990px) {
    .ergonomics_and_concepts_article .blog-header {
      flex-direction: column; } }
  .ergonomics_and_concepts_article .blog-header > div:first-child {
    padding-right: 0;
    display: flex; }
    @media (max-width: 990px) {
      .ergonomics_and_concepts_article .blog-header > div:first-child {
        padding-right: 15px; } }
  .ergonomics_and_concepts_article .blog-header > div:last-child {
    padding-left: 0; }
    @media (max-width: 990px) {
      .ergonomics_and_concepts_article .blog-header > div:last-child {
        padding-left: 15px; } }
  .ergonomics_and_concepts_article .blog-header h1 {
    margin: 0 0 30px 0; }
  .ergonomics_and_concepts_article .blog-header .landing-image {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 300px; }
    @media (max-width: 990px) {
      .ergonomics_and_concepts_article .blog-header .landing-image {
        position: relative; } }
.ergonomics_and_concepts_article .info-panel {
  color: #fff;
  background: #ed1c24;
  flex: 1;
  padding: 10%;
  display: flex;
  align-items: center; }
  .ergonomics_and_concepts_article .info-panel p {
    font-size: 17px; }
.ergonomics_and_concepts_article .sidebar {
  padding: 20px 0 20px 20px;
  background-color: #f2f2f2;
  position: absolute;
  top: 30px;
  z-index: 2; }
  @media (min-width: 1px) and (max-width: 767px) {
    .ergonomics_and_concepts_article .sidebar {
      position: relative;
      margin-bottom: 30px; } }
  .ergonomics_and_concepts_article .sidebar:after {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 100%;
    content: '';
    width: 3000px;
    background: #f2f2f2;
    margin-left: -15px;
    margin-top: -30px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .ergonomics_and_concepts_article .sidebar:after {
        display: none; } }
  .ergonomics_and_concepts_article .sidebar h4 {
    margin: 0; }
  .ergonomics_and_concepts_article .sidebar p {
    margin: 0; }
.ergonomics_and_concepts_article .article_image {
  margin-top: 30px; }
  .ergonomics_and_concepts_article .article_image .picture {
    position: relative;
    background: url("/assets/images/projects.jpg") center no-repeat;
    background-size: contain;
    padding-bottom: 30%;
    display: block; }
    .ergonomics_and_concepts_article .article_image .picture:hover .picture-hover {
      opacity: 1; }
    .ergonomics_and_concepts_article .article_image .picture-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: rgba(237, 28, 36, 0.9);
      transition: opacity .3s; }
      .ergonomics_and_concepts_article .article_image .picture-hover p {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: 200; }
        .ergonomics_and_concepts_article .article_image .picture-hover p img {
          width: 25px;
          margin-top: -5px;
          display: inline-block; }
      .ergonomics_and_concepts_article .article_image .picture-hover ul {
        position: absolute;
        bottom: 10px;
        list-style: none; }
        .ergonomics_and_concepts_article .article_image .picture-hover ul li a {
          font-weight: 400;
          font-size: 18px;
          margin-top: 5px;
          display: block;
          color: white !important; }
  .ergonomics_and_concepts_article .article_image .picture {
    margin-bottom: 30px; }

.products_page .landing-image {
  margin-bottom: 0; }
.products_page .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .products_page .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .products_page .landing-image .info-panel h1.light {
      font-weight: 300; }
    .products_page .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .products_page .landing-image .info-panel {
        margin: 0; } }
.products_page .brands-row {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0; }
  @media (min-width: 1px) and (max-width: 767px) {
    .products_page .brands-row {
      flex-direction: column; } }
  .products_page .brands-row .brand-logo {
    margin-right: 45px;
    flex: 1;
    flex-basis: auto; }
    @media (min-width: 1px) and (max-width: 767px) {
      .products_page .brands-row .brand-logo {
        margin: 0 0 15px 0;
        align-self: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .products_page .brands-row .brand-logo {
        margin-right: 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .products_page .brands-row .brand-logo {
        margin-right: 25px; } }
    .products_page .brands-row .brand-logo:last-of-type {
      margin-right: 0; }
.products_page .products_categories_previews {
  padding-top: 30px; }
  .products_page .products_categories_previews .category-preview {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    background: white;
    margin-bottom: 30px;
    padding: 30px 15px;
    min-height: 240px; }
    .products_page .products_categories_previews .category-preview .category-image {
      flex: 1;
      justify-self: center;
      margin-right: 15px; }
      .products_page .products_categories_previews .category-preview .category-image .picture {
        position: relative;
        background: url("/assets/images/projects.jpg") center no-repeat;
        background-size: contain;
        padding-bottom: 75%;
        display: block; }
        .products_page .products_categories_previews .category-preview .category-image .picture:hover .picture-hover {
          opacity: 1; }
        .products_page .products_categories_previews .category-preview .category-image .picture-hover {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0;
          background: rgba(237, 28, 36, 0.9);
          transition: opacity .3s; }
          .products_page .products_categories_previews .category-preview .category-image .picture-hover p {
            font-size: 20px;
            color: white;
            position: absolute;
            top: 15px;
            right: 15px;
            font-weight: 200; }
            .products_page .products_categories_previews .category-preview .category-image .picture-hover p img {
              width: 25px;
              margin-top: -5px;
              display: inline-block; }
          .products_page .products_categories_previews .category-preview .category-image .picture-hover ul {
            position: absolute;
            bottom: 10px;
            list-style: none; }
            .products_page .products_categories_previews .category-preview .category-image .picture-hover ul li a {
              font-weight: 400;
              font-size: 18px;
              margin-top: 5px;
              display: block;
              color: white !important; }
    .products_page .products_categories_previews .category-preview .category-description {
      flex: 1.3;
      font-size: 18px; }
      .products_page .products_categories_previews .category-preview .category-description h3 {
        margin-top: 0;
        font-weight: 400; }
      .products_page .products_categories_previews .category-preview .category-description p {
        margin-bottom: 0; }
        .products_page .products_categories_previews .category-preview .category-description p:last-of-type {
          margin-bottom: 10px; }

.products_categories {
  /* .sidebar-menu {*/
  /*   position: relative;*/
  /*   > ul {*/
  /*     > li {*/
  /*       > a {*/
  /*         font-weight: 500;*/
  /*       }*/
  /*       ul {*/
  /*         list-style: none;*/
  /*         li {*/
  /*           a {*/
  /*             font-size: 18px;*/
  /*             padding-top: 0;*/
  /*             padding-bottom: 0;*/
  /*           }*/
  /*         }*/
  /*       }*/
  /*     }*/
  /*   }*/
  /*   &:after {*/
  /*     margin-top: 0;*/
  /*     margin-left: 0;*/
  /*   }*/
  /*   &.brands {*/
  /*     margin-top: 10px;*/
  /*     &:after {*/
  /*       margin-top: 0;*/
  /*     }*/
  /*   }*/
  /* }*/ }
  .products_categories .landing-image {
    height: 345px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .products_categories .landing-image .info-panel {
      margin: 0px 0 30px 30px; }
      .products_categories .landing-image .info-panel h1.light {
        font-weight: 300; }
      .products_categories .landing-image .info-panel h1 + h1 {
        margin: 0; }
      @media (min-width: 1px) and (max-width: 767px) {
        .products_categories .landing-image .info-panel {
          margin: 0; } }
  .products_categories .landing-image .info-panel h1:first-of-type {
    font-weight: 400; }
  .products_categories .landing-image .info-panel h1:last-of-type {
    margin: 0; }
  .products_categories .products_category {
    margin-bottom: 30px; }
    .products_categories .products_category h3 {
      margin-bottom: 20px;
      position: relative; }
      .products_categories .products_category h3:before {
        content: '';
        position: absolute;
        bottom: 5px;
        left: -30px;
        width: 1000px;
        height: 2px;
        background: #e5e5e5;
        transform: translate(-100%, 0); }
    .products_categories .products_category .product {
      margin-bottom: 45px; }
      .products_categories .products_category .product .picture {
        position: relative;
        background: url("/assets/images/projects.jpg") center no-repeat;
        background-size: contain;
        padding-bottom: 80%;
        display: block; }
        .products_categories .products_category .product .picture:hover .picture-hover {
          opacity: 1; }
        .products_categories .products_category .product .picture-hover {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0;
          background: rgba(237, 28, 36, 0.9);
          transition: opacity .3s; }
          .products_categories .products_category .product .picture-hover p {
            font-size: 20px;
            color: white;
            position: absolute;
            top: 15px;
            right: 15px;
            font-weight: 200; }
            .products_categories .products_category .product .picture-hover p img {
              width: 25px;
              margin-top: -5px;
              display: inline-block; }
          .products_categories .products_category .product .picture-hover ul {
            position: absolute;
            bottom: 10px;
            list-style: none; }
            .products_categories .products_category .product .picture-hover ul li a {
              font-weight: 400;
              font-size: 18px;
              margin-top: 5px;
              display: block;
              color: white !important; }
      @media (min-width: 1px) and (max-width: 767px) {
        .products_categories .products_category .product .picture {
          width: 300px;
          height: 300px;
          padding-bottom: 0;
          margin: auto;
          background-size: contain; } }
      .products_categories .products_category .product p {
        text-align: center; }
        .products_categories .products_category .product p:first-of-type {
          font-size: 18px;
          margin-top: 15px;
          margin-bottom: 0; }

.products_categories_previews {
  background-color: #f2f2f2; }

.products_category_item {
  padding-top: 80px;
  /* .sidebar-menu {*/
  /*   position: relative;*/
  /*   > ul {*/
  /*     > li {*/
  /*       > a {*/
  /*         font-weight: 500;*/
  /*       }*/
  /*       ul {*/
  /*         list-style: none;*/
  /*         li {*/
  /*           a {*/
  /*             font-size: 18px;*/
  /*             padding-top: 0;*/
  /*             padding-bottom: 0;*/
  /*           }*/
  /*         }*/
  /*       }*/
  /*     }*/
  /*   }*/
  /*   &:after {*/
  /*     margin-top: 0;*/
  /*     margin-left: 0;*/
  /*   }*/
  /*   &.brands {*/
  /*     margin-top: 10px;*/
  /*     &:after {*/
  /*       margin-top: 0;*/
  /*     }*/
  /*   }*/
  /* }*/ }
  @media (min-width: 1px) and (max-width: 767px) {
    .products_category_item {
      padding-top: 0; } }
  .products_category_item .sidebar-menu {
    margin-top: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .products_category_item .sidebar-menu {
        margin-top: 30px; } }
  .products_category_item .category-and-brand {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between; }
    @media (min-width: 1px) and (max-width: 767px) {
      .products_category_item .category-and-brand {
        margin-top: 30px;
        flex-direction: column; } }
    .products_category_item .category-and-brand h1 {
      flex: 1;
      margin: 0; }
    .products_category_item .category-and-brand .brand-logo {
      align-self: flex-end; }
      @media (min-width: 1px) and (max-width: 767px) {
        .products_category_item .category-and-brand .brand-logo {
          align-self: flex-start;
          margin-top: 15px; } }
      .products_category_item .category-and-brand .brand-logo img {
        height: 40px; }
  .products_category_item .product-preview-tabs {
    padding: 30px 15px;
    background: #f2f2f2;
    margin-top: 30px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .products_category_item .product-preview-tabs {
        padding: 15px; } }
    .products_category_item .product-preview-tabs .tabs-left {
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex; }
      @media (min-width: 1px) and (max-width: 767px) {
        .products_category_item .product-preview-tabs .tabs-left {
          flex-direction: column; } }
      .products_category_item .product-preview-tabs .tabs-left > .nav-tabs {
        margin-right: -2px;
        border: none; }
        @media (min-width: 1px) and (max-width: 767px) {
          .products_category_item .product-preview-tabs .tabs-left > .nav-tabs {
            position: absolute;
            top: -2px;
            left: 0;
            right: 0;
            border-radius: 0; } }
        .products_category_item .product-preview-tabs .tabs-left > .nav-tabs > li {
          float: none;
          margin-bottom: 0; }
          .products_category_item .product-preview-tabs .tabs-left > .nav-tabs > li > a {
            border-radius: 0;
            border: none;
            font-size: 16px;
            font-weight: 500; }
        .products_category_item .product-preview-tabs .tabs-left > .nav-tabs > li.active > a {
          background: #fff !important; }
  .products_category_item .tab-content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    flex: 1; }
    .products_category_item .tab-content .tab-pane {
      flex: 1;
      padding: 30px;
      background: white; }
      @media (min-width: 1px) and (max-width: 767px) {
        .products_category_item .tab-content .tab-pane {
          padding: 0; } }
      .products_category_item .tab-content .tab-pane.active#tab-a, .products_category_item .tab-content .tab-pane.active#promo-tab {
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex; }
        @media (min-width: 1px) and (max-width: 767px) {
          .products_category_item .tab-content .tab-pane.active#tab-a, .products_category_item .tab-content .tab-pane.active#promo-tab {
            flex-direction: column-reverse;
            padding: 15px; } }
        .products_category_item .tab-content .tab-pane.active#tab-a .item-overview, .products_category_item .tab-content .tab-pane.active#promo-tab .item-overview {
          flex: 1; }
          .products_category_item .tab-content .tab-pane.active#tab-a .item-overview h2, .products_category_item .tab-content .tab-pane.active#promo-tab .item-overview h2 {
            font-size: 32px;
            margin-top: 0; }
          .products_category_item .tab-content .tab-pane.active#tab-a .item-overview h3, .products_category_item .tab-content .tab-pane.active#promo-tab .item-overview h3 {
            margin-top: 0; }
          .products_category_item .tab-content .tab-pane.active#tab-a .item-overview p, .products_category_item .tab-content .tab-pane.active#promo-tab .item-overview p {
            font-size: 16px; }
          .products_category_item .tab-content .tab-pane.active#tab-a .item-overview .brand-designer-warranty, .products_category_item .tab-content .tab-pane.active#promo-tab .item-overview .brand-designer-warranty {
            padding-top: 15px; }
            .products_category_item .tab-content .tab-pane.active#tab-a .item-overview .brand-designer-warranty p, .products_category_item .tab-content .tab-pane.active#promo-tab .item-overview .brand-designer-warranty p {
              font-size: 16px;
              margin-bottom: 0; }
        .products_category_item .tab-content .tab-pane.active#tab-a .item-image, .products_category_item .tab-content .tab-pane.active#promo-tab .item-image {
          padding-left: 20px;
          flex: 2; }
          @media (min-width: 1px) and (max-width: 767px) {
            .products_category_item .tab-content .tab-pane.active#tab-a .item-image, .products_category_item .tab-content .tab-pane.active#promo-tab .item-image {
              margin-bottom: 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .products_category_item .tab-content .tab-pane.active#tab-a .item-image, .products_category_item .tab-content .tab-pane.active#promo-tab .item-image {
              flex: 1; } }
          .products_category_item .tab-content .tab-pane.active#tab-a .item-image img, .products_category_item .tab-content .tab-pane.active#promo-tab .item-image img {
            margin: auto; }
      .products_category_item .tab-content .tab-pane.active#promo-tab {
        position: relative;
        padding-top: 80px;
        flex-direction: column; }
        .products_category_item .tab-content .tab-pane.active#promo-tab .inner-wrapper {
          border-bottom: 10px solid #F2F2F2;
          margin-bottom: 20px;
          display: flex;
          position: relative !important;
          padding-bottom: 40px; }
          .products_category_item .tab-content .tab-pane.active#promo-tab .inner-wrapper:last-child {
            border-bottom: none; }
        .products_category_item .tab-content .tab-pane.active#promo-tab .promo-heading {
          position: absolute;
          top: 0;
          left: 20px;
          right: 200px; }
        .products_category_item .tab-content .tab-pane.active#promo-tab .promo-heading-bottom {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          font-size: 12px; }
          .products_category_item .tab-content .tab-pane.active#promo-tab .promo-heading-bottom a {
            color: #ed1c24;
            font-weight: 300; }
        .products_category_item .tab-content .tab-pane.active#promo-tab .item-overview {
          flex: 4; }
        .products_category_item .tab-content .tab-pane.active#promo-tab .item-image {
          flex: 3; }
      .products_category_item .tab-content .tab-pane.active#tab-b, .products_category_item .tab-content .tab-pane.active#tab-c, .products_category_item .tab-content .tab-pane.active#tab-e {
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex; }
        @media (min-width: 1px) and (max-width: 767px) {
          .products_category_item .tab-content .tab-pane.active#tab-b, .products_category_item .tab-content .tab-pane.active#tab-c, .products_category_item .tab-content .tab-pane.active#tab-e {
            flex-direction: column-reverse;
            padding: 15px; } }
        .products_category_item .tab-content .tab-pane.active#tab-b .item-features,
        .products_category_item .tab-content .tab-pane.active#tab-b .item-design,
        .products_category_item .tab-content .tab-pane.active#tab-b .item-downloads, .products_category_item .tab-content .tab-pane.active#tab-c .item-features,
        .products_category_item .tab-content .tab-pane.active#tab-c .item-design,
        .products_category_item .tab-content .tab-pane.active#tab-c .item-downloads, .products_category_item .tab-content .tab-pane.active#tab-e .item-features,
        .products_category_item .tab-content .tab-pane.active#tab-e .item-design,
        .products_category_item .tab-content .tab-pane.active#tab-e .item-downloads {
          flex: 1; }
          .products_category_item .tab-content .tab-pane.active#tab-b .item-features p,
          .products_category_item .tab-content .tab-pane.active#tab-b .item-design p,
          .products_category_item .tab-content .tab-pane.active#tab-b .item-downloads p, .products_category_item .tab-content .tab-pane.active#tab-c .item-features p,
          .products_category_item .tab-content .tab-pane.active#tab-c .item-design p,
          .products_category_item .tab-content .tab-pane.active#tab-c .item-downloads p, .products_category_item .tab-content .tab-pane.active#tab-e .item-features p,
          .products_category_item .tab-content .tab-pane.active#tab-e .item-design p,
          .products_category_item .tab-content .tab-pane.active#tab-e .item-downloads p {
            font-size: 16px; }
        .products_category_item .tab-content .tab-pane.active#tab-b .item-image, .products_category_item .tab-content .tab-pane.active#tab-c .item-image, .products_category_item .tab-content .tab-pane.active#tab-e .item-image {
          flex: 1; }
          @media (min-width: 1px) and (max-width: 767px) {
            .products_category_item .tab-content .tab-pane.active#tab-b .item-image, .products_category_item .tab-content .tab-pane.active#tab-c .item-image, .products_category_item .tab-content .tab-pane.active#tab-e .item-image {
              margin-bottom: 20px; } }
          .products_category_item .tab-content .tab-pane.active#tab-b .item-image img, .products_category_item .tab-content .tab-pane.active#tab-c .item-image img, .products_category_item .tab-content .tab-pane.active#tab-e .item-image img {
            margin: auto; }
      .products_category_item .tab-content .tab-pane.active .item-downloads p {
        font-size: 16px; }
      .products_category_item .tab-content .tab-pane.active .item-downloads ul {
        list-style: none;
        padding-left: 30px; }
        .products_category_item .tab-content .tab-pane.active .item-downloads ul li span {
          margin-right: 15px;
          color: #ed1c24; }
        .products_category_item .tab-content .tab-pane.active .item-downloads ul li a {
          font-size: 16px; }
  .products_category_item .slide-1 {
    position: relative;
    margin-top: 30px; }
    .products_category_item .slide-1 .picture {
      position: relative;
      background: url("/assets/images/projects.jpg") center no-repeat;
      background-size: contain;
      padding-bottom: 80%;
      display: block; }
      .products_category_item .slide-1 .picture:hover .picture-hover {
        opacity: 1; }
      .products_category_item .slide-1 .picture-hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(237, 28, 36, 0.9);
        transition: opacity .3s; }
        .products_category_item .slide-1 .picture-hover p {
          font-size: 20px;
          color: white;
          position: absolute;
          top: 15px;
          right: 15px;
          font-weight: 200; }
          .products_category_item .slide-1 .picture-hover p img {
            width: 25px;
            margin-top: -5px;
            display: inline-block; }
        .products_category_item .slide-1 .picture-hover ul {
          position: absolute;
          bottom: 10px;
          list-style: none; }
          .products_category_item .slide-1 .picture-hover ul li a {
            font-weight: 400;
            font-size: 18px;
            margin-top: 5px;
            display: block;
            color: white !important; }
    .products_category_item .slide-1 .owl-stage {
      position: relative;
      z-index: 2; }
    .products_category_item .slide-1 .owl-nav {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      justify-content: space-between;
      align-items: center;
      pointer-events: none; }
      .products_category_item .slide-1 .owl-nav .owl-prev,
      .products_category_item .slide-1 .owl-nav .owl-next {
        z-index: 3; }
        .products_category_item .slide-1 .owl-nav .owl-prev span,
        .products_category_item .slide-1 .owl-nav .owl-next span {
          font-size: 25px;
          color: #ed1c24; }
      .products_category_item .slide-1 .owl-nav .owl-prev {
        padding: 50px 50px 50px 0;
        pointer-events: all; }
      .products_category_item .slide-1 .owl-nav .owl-next {
        padding: 50px 0 50px 50px;
        pointer-events: all; }
  .products_category_item .slide-2,
  .products_category_item .slide-3 {
    position: relative;
    margin-top: 30px; }
    .products_category_item .slide-2 .picture,
    .products_category_item .slide-3 .picture {
      position: relative;
      background: url("/assets/images/projects.jpg") center no-repeat;
      background-size: contain;
      padding-bottom: 70%;
      display: block; }
      .products_category_item .slide-2 .picture:hover .picture-hover,
      .products_category_item .slide-3 .picture:hover .picture-hover {
        opacity: 1; }
      .products_category_item .slide-2 .picture-hover,
      .products_category_item .slide-3 .picture-hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(237, 28, 36, 0.9);
        transition: opacity .3s; }
        .products_category_item .slide-2 .picture-hover p,
        .products_category_item .slide-3 .picture-hover p {
          font-size: 20px;
          color: white;
          position: absolute;
          top: 15px;
          right: 15px;
          font-weight: 200; }
          .products_category_item .slide-2 .picture-hover p img,
          .products_category_item .slide-3 .picture-hover p img {
            width: 25px;
            margin-top: -5px;
            display: inline-block; }
        .products_category_item .slide-2 .picture-hover ul,
        .products_category_item .slide-3 .picture-hover ul {
          position: absolute;
          bottom: 10px;
          list-style: none; }
          .products_category_item .slide-2 .picture-hover ul li a,
          .products_category_item .slide-3 .picture-hover ul li a {
            font-weight: 400;
            font-size: 18px;
            margin-top: 5px;
            display: block;
            color: white !important; }
    .products_category_item .slide-2 .slide-description,
    .products_category_item .slide-3 .slide-description {
      padding: 25px 30px;
      background: rgba(161, 161, 161, 0.9);
      position: absolute;
      top: 35px;
      left: 30px;
      width: 60%; }
      @media (min-width: 1px) and (max-width: 767px) {
        .products_category_item .slide-2 .slide-description,
        .products_category_item .slide-3 .slide-description {
          padding: 15px;
          top: 15px;
          left: 15px;
          right: 15px;
          width: auto; } }
      @media (min-width: 1200px) and (max-width: 1299px) {
        .products_category_item .slide-2 .slide-description,
        .products_category_item .slide-3 .slide-description {
          padding: 15px 20px;
          top: 20px;
          left: 15px; } }
      .products_category_item .slide-2 .slide-description h5,
      .products_category_item .slide-3 .slide-description h5 {
        color: white;
        position: relative;
        opacity: 1; }
        .products_category_item .slide-2 .slide-description h5:first-of-type,
        .products_category_item .slide-3 .slide-description h5:first-of-type {
          margin-top: 0;
          font-size: 16px;
          padding-bottom: 10px; }
          @media (min-width: 1px) and (max-width: 767px) {
            .products_category_item .slide-2 .slide-description h5:first-of-type,
            .products_category_item .slide-3 .slide-description h5:first-of-type {
              font-size: 14px; } }
          .products_category_item .slide-2 .slide-description h5:first-of-type:after,
          .products_category_item .slide-3 .slide-description h5:first-of-type:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 45px;
            height: 2px;
            background: #cccccb; }
        .products_category_item .slide-2 .slide-description h5:last-of-type,
        .products_category_item .slide-3 .slide-description h5:last-of-type {
          font-size: 18px; }
          @media (min-width: 1px) and (max-width: 767px) {
            .products_category_item .slide-2 .slide-description h5:last-of-type,
            .products_category_item .slide-3 .slide-description h5:last-of-type {
              font-size: 16px; } }
      .products_category_item .slide-2 .slide-description p,
      .products_category_item .slide-3 .slide-description p {
        color: white;
        margin-bottom: 0;
        opacity: 1; }
        @media (min-width: 1px) and (max-width: 767px) {
          .products_category_item .slide-2 .slide-description p,
          .products_category_item .slide-3 .slide-description p {
            font-size: 12px; } }
    .products_category_item .slide-2 .owl-dots,
    .products_category_item .slide-3 .owl-dots {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: 5px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      /* OLD - iOS 6-, Safari 3.1-6 */
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      /* NEW - Chrome */
      display: flex;
      margin-bottom: 15px;
      margin-left: 30px;
      z-index: 2; }
      .products_category_item .slide-2 .owl-dots .owl-dot,
      .products_category_item .slide-3 .owl-dots .owl-dot {
        width: 46px;
        height: 4px;
        background: #cacaca;
        margin: 0 3px; }
        .products_category_item .slide-2 .owl-dots .owl-dot.active,
        .products_category_item .slide-3 .owl-dots .owl-dot.active {
          background: #ed1c24; }

.projects {
  /* .sidebar-menu {*/
  /*   position: relative;*/
  /*   > ul {*/
  /*     > li {*/
  /*       > a {*/
  /*         font-weight: 500;*/
  /*       }*/
  /*       ul {*/
  /*         list-style: none;*/
  /*         li {*/
  /*           a {*/
  /*             font-size: 18px;*/
  /*             padding-top: 0;*/
  /*             padding-bottom: 0;*/
  /*           }*/
  /*         }*/
  /*       }*/
  /*     }*/
  /*   }*/
  /*   &:after {*/
  /*     margin-top: 0;*/
  /*     margin-left: 0;*/
  /*   }*/
  /*   &.brands {*/
  /*     margin-top: 10px;*/
  /*     &:after {*/
  /*       margin-top: 0;*/
  /*     }*/
  /*   }*/
  /* }*/ }
  .projects .landing-image {
    height: 345px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .projects .landing-image .info-panel {
      margin: 0px 0 30px 30px; }
      .projects .landing-image .info-panel h1.light {
        font-weight: 300; }
      .projects .landing-image .info-panel h1 + h1 {
        margin: 0; }
      @media (min-width: 1px) and (max-width: 767px) {
        .projects .landing-image .info-panel {
          margin: 0; } }
  .projects .landing-image {
    margin-bottom: 30px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .projects .landing-image {
        margin-bottom: 0; } }
    .projects .landing-image .info-panel {
      background-color: rgba(167, 127, 71, 0.9); }
      .projects .landing-image .info-panel p {
        margin-bottom: 0; }
  .projects .project-preview {
    margin-top: 30px; }
    .projects .project-preview h4 {
      position: relative; }
      .projects .project-preview h4 img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-height: 120%; }
  .projects .sidebar-menu {
    top: -30px;
    right: 15px;
    left: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .projects .sidebar-menu {
        top: 0; }
        .projects .sidebar-menu .brands > li {
          padding-left: 0;
          padding-right: 0; }
          .projects .sidebar-menu .brands > li a {
            padding-left: 15px;
            padding-right: 15px;
            display: block; } }
    @media (min-width: 1px) and (max-width: 767px) {
      .projects .sidebar-menu:last-of-type {
        padding-left: 15px;
        padding-right: 15px; } }
    .projects .sidebar-menu:last-of-type > a {
      font-size: 20px;
      font-weight: 500; }
    .projects .sidebar-menu:last-of-type .dropdown,
    .projects .sidebar-menu:last-of-type .dropup {
      margin-left: 30px; }
      .projects .sidebar-menu:last-of-type .dropdown button,
      .projects .sidebar-menu:last-of-type .dropup button {
        width: 100%;
        text-align: left;
        border-radius: 0;
        border: none;
        padding: 10px 15px !important;
        background: white;
        outline: none;
        box-shadow: none;
        font-size: 18px;
        white-space: normal; }
      .projects .sidebar-menu:last-of-type .dropdown .dropdown-menu,
      .projects .sidebar-menu:last-of-type .dropup .dropdown-menu {
        border-radius: 0;
        border: none;
        box-shadow: none;
        width: 100%;
        font-size: 18px;
        max-height: 300px;
        overflow: auto; }
        .projects .sidebar-menu:last-of-type .dropdown .dropdown-menu li a,
        .projects .sidebar-menu:last-of-type .dropup .dropdown-menu li a {
          white-space: normal; }

.projects_details .landing-image {
  height: 345px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .projects_details .landing-image .info-panel {
    margin: 0px 0 30px 30px; }
    .projects_details .landing-image .info-panel h1.light {
      font-weight: 300; }
    .projects_details .landing-image .info-panel h1 + h1 {
      margin: 0; }
    @media (min-width: 1px) and (max-width: 767px) {
      .projects_details .landing-image .info-panel {
        margin: 0; } }
.projects_details .landing-image {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .projects_details .landing-image {
      margin-bottom: 60px; } }
.projects_details .projects-pictures-slide {
  padding: 0 30px; }
  .projects_details .projects-pictures-slide .slide-item .picture {
    position: relative;
    background: url("/assets/images/projects.jpg") center no-repeat;
    background-size: contain;
    padding-bottom: 85%;
    display: block; }
    .projects_details .projects-pictures-slide .slide-item .picture:hover .picture-hover {
      opacity: 1; }
    .projects_details .projects-pictures-slide .slide-item .picture-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background: rgba(237, 28, 36, 0.9);
      transition: opacity .3s; }
      .projects_details .projects-pictures-slide .slide-item .picture-hover p {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: 200; }
        .projects_details .projects-pictures-slide .slide-item .picture-hover p img {
          width: 25px;
          margin-top: -5px;
          display: inline-block; }
      .projects_details .projects-pictures-slide .slide-item .picture-hover ul {
        position: absolute;
        bottom: 10px;
        list-style: none; }
        .projects_details .projects-pictures-slide .slide-item .picture-hover ul li a {
          font-weight: 400;
          font-size: 18px;
          margin-top: 5px;
          display: block;
          color: white !important; }
  .projects_details .projects-pictures-slide .slide-item .picture:first-child {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .projects_details .projects-pictures-slide .slide-item .picture:first-child {
        margin-bottom: 30px; } }
.projects_details .owl-stage {
  position: relative;
  z-index: 2; }
.projects_details .owl-nav {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none; }
  .projects_details .owl-nav .own-prev, .projects_details .owl-nav .owl-next {
    pointer-events: all; }
  .projects_details .owl-nav span {
    font-size: 30px;
    color: #ed1c24;
    z-index: 3; }
.projects_details .project-info {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .projects_details .project-info {
      padding-left: 60px;
      padding-top: 0; } }
  .projects_details .project-info img {
    max-height: 30px;
    margin-bottom: 30px; }
  .projects_details .project-info p {
    font-size: 16px;
    margin-bottom: 25px; }
    .projects_details .project-info p:last-of-type {
      margin-bottom: 10px; }

.services .services-previews {
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f2f2f2; }
  @media (min-width: 1px) and (max-width: 767px) {
    .services .services-previews {
      padding-top: 30px; } }
  .services .services-previews .service {
    margin-top: 30px;
    background: white;
    padding-bottom: 35px; }
    .services .services-previews .service .picture {
      position: relative;
      background: url("/assets/images/projects.jpg") center no-repeat;
      background-size: contain;
      padding-bottom: 54%;
      display: block; }
      .services .services-previews .service .picture:hover .picture-hover {
        opacity: 1; }
      .services .services-previews .service .picture-hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: rgba(237, 28, 36, 0.9);
        transition: opacity .3s; }
        .services .services-previews .service .picture-hover p {
          font-size: 20px;
          color: white;
          position: absolute;
          top: 15px;
          right: 15px;
          font-weight: 200; }
          .services .services-previews .service .picture-hover p img {
            width: 25px;
            margin-top: -5px;
            display: inline-block; }
        .services .services-previews .service .picture-hover ul {
          position: absolute;
          bottom: 10px;
          list-style: none; }
          .services .services-previews .service .picture-hover ul li a {
            font-weight: 400;
            font-size: 18px;
            margin-top: 5px;
            display: block;
            color: white !important; }
    .services .services-previews .service h3 {
      padding: 0 30px; }
    .services .services-previews .service p {
      padding: 0 30px;
      font-size: 16px; }

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