/*
Theme Name: IBT Child
Theme URI: https://ibt.onl
Description: A child theme of IBT Theme
Author: IBT Themes
Author URI: https://ibt.onl
Version: 1.0.0
Text Domain: ibt-tpl
Template: ibt-tpl
*/


/* Popup
--------------------------------------------------------------*/

.ion-ios-play {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
  
.ion-ios-play:before {
    content: "";
    border: 12px solid transparent;
    display: block;
    border-left: 12px solid black;
    transform: scaleX(1.75);
    width: 24px;
    margin: 0;
    position: relative;
    left: 10px;
}

.ion-ios-play:hover:before { border-left: 12px solid #fff; }

.video-module {
  display: inline-block; }
  .video-module-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .video-module .btn-round.btn-brand {
    background: #d90a2c;
    border-color: #d90a2c; }
  @media screen and (min-width: 1025px) {
    .video-module .btn-round:before {
      height: 62px;
      width: 62px;
      line-height: 62px;
      left: 0; }
    .video-module .btn-round .ion {
      height: 62px;
      width: 62px;
      line-height: 62px;
      display: inline-block; } }
  .video-module .btn-round .ion:before {
    margin-right: -3px; }
  .video-module .btn-round-outline .ion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-color: currentColor;
    background-color: transparent; }
  .video-module .btn-round-outline.btn-brand {
    color: #d90a2c; }
  .video-module .video-headline {
    margin: 0px 0px 0px 10px; }
  .video-module-preview {
    width: 100%;
    min-height: 160px;
    position: relative; }
    .video-module-preview .preview-image {
      vertical-align: top;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      width: 100%; }
    .video-module-preview .video-module-holder {
      position: absolute;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .video-module-preview .video-module-holder .btn-play {
        position: relative;
        z-index: 1;
        display: inline-block; }
        .video-module-preview .video-module-holder .btn-play + .video-headline {
          margin-bottom: -35px; }
    .video-module-preview .video-headline {
      position: absolute;
      color: #fff;
      margin: 50px 0px 0px 0px;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
              transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .video-module-preview:hover .video-headline {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible;
      opacity: 1; }
  .video-module.boxed .btn-play.outline .ion {
    border: 1px solid; }
  .video-module.boxed > .wrap,
  .video-module.boxed .btn-play {
    display: inline-block; }
  .video-module.boxed:hover .btn-play {
    color: #232226; }
    .video-module.boxed:hover .btn-play.btn-brand {
      color: #d90a2c; }
    .video-module.boxed:hover .btn-play.outline.btn-brand {
      background: #d90a2c; }
  .video-module.with-animation .btn-play:after {
    content: '';
    border-color: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-name: video_sc;
            animation-name: video_sc;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .video-module.with-animation .btn-play:hover:after {
    -webkit-animation: none;
            animation: none; }
  .video-module.with-animation .btn-play.light:after {
    background-color: #fff !important;
    border-color: #fff !important; }
  .video-module.btn-brand-color-hover:hover .btn-play .icon {
    color: #d90a2c !important; }
  @media screen and (max-width: 768px) {
    .video-module.preview .btn-play {
      margin-top: 0; } }

@keyframes video_sc {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    opacity: 1; }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.5);
    opacity: 0; } }

@-webkit-keyframes video_sc {
  0% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  100% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }


.clb-popup {
  background-color: rgba(23, 22, 26, 0.992);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50vh);
      -ms-transform: translateY(-50vh);
          transform: translateY(-50vh); }
  .clb-popup.hidden {
    opacity: 0;
    visibility: hidden;
    display: initial; }
  .clb-popup.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; }
  .clb-popup .close-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .clb-popup .close-bar.text-left {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .clb-popup .close-bar .btn-expand {
      display: inline-block; }
  .clb-popup-holder {
    padding: 136px 10vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .clb-popup-holder {
        padding: 80px 10vw; } }
  @media screen and (max-width: 768px) {
    .clb-popup {
      overflow-y: auto; }
      .clb-popup-holder {
        height: auto;
        padding: 96px 25px; }
      .clb-popup .close-bar {
        position: fixed; }
      .clb-popup .clb-slider-nav-btn {
        margin-right: 0 !important; } }

.clb-video-popup iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.clb-portfolio-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .clb-portfolio-lightbox-media, .clb-portfolio-lightbox-details {
    height: 100%; }
  .clb-portfolio-lightbox-media {
    width: -webkit-calc(100% - 650px);
    width: calc(100% - 650px);
    height: 100%;
    overflow-y: auto;
    position: relative; }
    .clb-portfolio-lightbox-media .slider {
      width: 100%;
      height: 100%;
      position: static; }
      .clb-portfolio-lightbox-media .slider .clb-slider-outer-stage,
      .clb-portfolio-lightbox-media .slider .clb-slider-stage {
        height: 100%; }
      .clb-portfolio-lightbox-media .slider .clb-slider-pagination {
        left: 0; }
      .clb-portfolio-lightbox-media .slider .portfolio-lightbox-image {
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
  .clb-portfolio-lightbox-details {
    width: 650px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    padding: 12vh 10vh;
    background-color: #17161A;
    position: relative;
    color: #fff; }
    .clb-portfolio-lightbox-details .project-page-headline,
    .clb-portfolio-lightbox-details .project-meta-title,
    .clb-portfolio-lightbox-details .btn-link {
      color: #fff; }
    .clb-portfolio-lightbox-details .project-page-headline {
      margin: 10px 0px; }
    .clb-portfolio-lightbox-details .project-page .project-meta li {
      width: -webkit-calc((100% / 3) - 25px);
      width: calc((100% / 3) - 25px);
      border-color: rgba(255, 255, 255, 0.25); }
    .clb-portfolio-lightbox-details .project-page .project-meta p {
      color: rgba(255, 255, 255, 0.35); }
  @media screen and (max-width: 768px) {
    .clb-portfolio-lightbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow-y: scroll; }
      .clb-portfolio-lightbox::-webkit-scrollbar {
        width: 0; }
    .clb-portfolio-lightbox-media {
      width: 100%;
      position: relative;
      overflow-y: auto;
      overflow: visible;
      min-height: 50%; }
    .clb-portfolio-lightbox-details {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      right: auto;
      padding: 20px; } }

.clb-gallery-lightbox .close-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.clb-gallery-lightbox .clb-popup-holder {
  padding-top: 0;
  padding-bottom: 0; }
  .clb-gallery-lightbox .clb-popup-holder .slider {
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-gallery-lightbox .clb-popup-holder .slider.ready .clb-slider-item:not(.active) {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-popup-holder .slider,
  .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage {
    height: 100%; }
    .clb-gallery-lightbox .clb-popup-holder .slider .image-wrap,
    .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage .image-wrap {
      padding-top: 136px;
      padding-bottom: 136px; }
      .clb-gallery-lightbox .clb-popup-holder .slider .image-wrap.with-description,
      .clb-gallery-lightbox .clb-popup-holder .clb-slider-stage .image-wrap.with-description {
        padding-bottom: 0; }

.clb-gallery-lightbox .clb-slider {
  max-width: 70%; }
  .clb-gallery-lightbox .clb-slider-outer-stage {
    overflow: visible; }
  .clb-gallery-lightbox .clb-slider-stage {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .clb-gallery-lightbox .clb-slider-item {
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .clb-gallery-lightbox .clb-slider-item img {
      max-height: -webkit-calc(100vh - 290px);
      max-height: calc(100vh - 290px); }
    .clb-gallery-lightbox .clb-slider-item.active {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
      transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-slider-item:not(.active) {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-gallery-lightbox .clb-slider-nav-btn {
    position: fixed; }
  @media screen and (max-width: 991px) {
    .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage {
      height: 100%; }
      .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap:not(.with-description) {
        padding-top: 30px;
        padding-bottom: 30px; }
        .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap:not(.with-description) img {
          max-height: -webkit-calc(100vh - 60px);
          max-height: calc(100vh - 60px); }
      .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap.with-description {
        padding-top: 30px; }
        .clb-gallery-lightbox .clb-slider .clb-slider-outer-stage .image-wrap.with-description img {
          max-height: -webkit-calc(100vh - 166px);
          max-height: calc(100vh - 166px); } }

.clb-gallery-lightbox .clb-gallery-img-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 136px;
  max-height: 200px;
  width: 100%;
  padding: 30px; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .clb-gallery-lightbox .clb-gallery-img-details {
      padding: 25px; } }
  @media screen and (max-width: 1024px) {
    .clb-gallery-lightbox .clb-gallery-img-details {
      padding: 25px; } }
  @media screen and (max-width: 768px) {
    .clb-gallery-lightbox .clb-gallery-img-details {
      padding: 20px; } }
  .clb-gallery-lightbox .clb-gallery-img-details .title {
    color: #fff;
    font-size: 18px; }
  .clb-gallery-lightbox .clb-gallery-img-details .caption {
    display: block;
    width: auto;
    color: #6A696C; }

.clb-popup-product {
  display: block;
  overflow-y: auto; }
  .clb-popup-product .vc_row {
    margin: 0; }
    .clb-popup-product .vc_row .vc_col-md-6 {
      padding: 0; }
  .clb-popup-product .woocommerce-product-gallery__image > img {
    width: 100%; }
  .clb-popup-product .woo_c-product {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%; }
    .clb-popup-product .woo_c-product-details {
      background-color: transparent !important; }
      @media screen and (max-width: 768px) {
        .clb-popup-product .woo_c-product-details {
          margin-left: 0;
          margin-right: 0; } }
      .clb-popup-product .woo_c-product-details-inner {
        padding: 60px; }
        @media screen and (min-width: 1025px) and (max-width: 1440px) {
          .clb-popup-product .woo_c-product-details-inner {
            padding: 50px; } }
        @media screen and (max-width: 1024px) {
          .clb-popup-product .woo_c-product-details-inner {
            padding: 40px; } }
        @media screen and (max-width: 768px) {
          .clb-popup-product .woo_c-product-details-inner {
            padding: 30px; } }
    .clb-popup-product .woo_c-product-image .product-image-dots {
      margin-top: 30px;
      margin-left: 30px;
      margin-right: 30px; }
      @media screen and (min-width: 1025px) and (max-width: 1440px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-top: 25px; } }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-top: 25px; } }
      @media screen and (max-width: 768px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-top: 20px; } }
      @media screen and (min-width: 1025px) and (max-width: 1440px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-left: 25px; } }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-left: 25px; } }
      @media screen and (max-width: 768px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-left: 20px; } }
      @media screen and (min-width: 1025px) and (max-width: 1440px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-right: 25px; } }
      @media screen and (max-width: 1024px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-right: 25px; } }
      @media screen and (max-width: 768px) {
        .clb-popup-product .woo_c-product-image .product-image-dots {
          margin-right: 20px; } }
    @media screen and (max-width: 768px) {
      .clb-popup-product .woo_c-product .clb-slider-stage {
        -webkit-border-radius: 6px;
        border-radius: 6px; } }
    @media screen and (min-width: 1025px) {
      .clb-popup-product .woo_c-product-details,
      .clb-popup-product .woo_c-product .product-image-dots {
        position: -webkit-sticky;
        position: sticky;
        top: 0; }
      .clb-popup-product .woo_c-product .product-image-dots {
        top: 30px; } }



.btn-round {
  position: relative; }
  .btn-round .ion, .btn-round i {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(23, 22, 26, 0.95);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    position: relative;
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    color: #fff;
    cursor: pointer;
    outline: none; }
  .btn-round a:before {
    display: none; }
  .btn-round:before {
    content: "";
    position: absolute;
    top: 0;
    height: 56px;
    width: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(136, 136, 136, 0.2);
    background: #d90a2c;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .btn-round:focus {
    outline: none; }
    .btn-round:focus:before {
      -webkit-animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1;
              animation: 0.5s click_animation cubic-bezier(0.4, 0, 0.2, 1) 1; }
  .btn-round-light .ion, .btn-round-light i {
    background-color: rgba(136, 136, 136, 0.03);
    color: inherit; }
  .btn-round-light:hover .ion, .btn-round-light:hover i {
    background-color: rgba(136, 136, 136, 0.1); }
  .btn-round-small .ion, .btn-round-small i {
    width: 46px;
    height: 46px;
    line-height: 44px; }
  .btn-round-small:before {
    height: 46px;
    width: 46px; }
  .btn-round-outline .ion, .btn-round-outline i {
    background-color: transparent;
    color: #17161A;
    border: 1px solid currentColor; }
  .btn-round-outline.btn-round-light .ion, .btn-round-outline.btn-round-light i {
    color: #fff; }
  .btn-round-outline:hover .ion, .btn-round-outline:hover i, .btn-round-outline.btn-round-light:hover .ion, .btn-round-outline.btn-round-light:hover i {
    background-color: #17161A;
    color: #fff; }

@-webkit-keyframes click_animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0; } }

@keyframes click_animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .3; }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0; } }


/*--------------------------------------------------------------
### Buttons: close
--------------------------------------------------------------*/
.close-bar {
    padding: 40px;
    position: relative;
    line-height: 1;
    z-index: 11;
    text-align: right; }
    @media screen and (min-width: 1025px) and (max-width: 1440px) {
      .close-bar {
        padding: 30px; } }
    @media screen and (max-width: 1024px) {
      .close-bar {
        padding: 30px; } }
    @media screen and (max-width: 768px) {
      .close-bar {
        padding: 20px; } }
    .close-bar-btn {
      width: 56px;
      height: 56px;
      position: relative;
      cursor: pointer;
      display: inline-block; }
      .close-bar-btn .ion, .close-bar-btn i {
        display: inline-block;
        vertical-align: top;
        -webkit-animation: btn-rotation 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                animation: btn-rotation 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  
    .ion-md-close:before {
        content: "\f00d";
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 300;
    }

  @-webkit-keyframes btn-rotation {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); } }
      .close-bar-btn .ion:after,
      .close-bar-btn i:after {
        display: none; }
  


#ohio-custom-6066f8c2be5a3,#ohio-custom-6066f8c2be5a3 > *{font-weight:300;color:#ffffff;}#ohio-custom-6066f8c2bea1c,#ohio-custom-6066f8c2bea1c > *{font-size:24px;line-height:28px;color:#ffffff;}#ohio-custom-6066f8c2c0136.video-module .video-headline{font-size:24px;color:#ffffff;}#ohio-custom-6066f8c2c0136.video-module .btn-play:before, #ohio-custom-6066f8c2c0136.video-module .btn-play .ion {background-color:#ffffff;border-color:#ffffff;}#ohio-custom-6066f8c2c0136.video-module.with-animation .btn-play:before{border-color:#ffffff;}#ohio-custom-6066f8c2c0136.video-module .btn-play .ion{color:#000000;}#ohio-custom-6066f8c2c0136.video-module .btn-play:hover .ion{background:#0061aa !important; border-color:#0061aa !important;}#ohio-custom-6066f8c2c0136.video-module .btn-play:hover:before {background:#0061aa !important; border-color:#0061aa !important;}#ohio-custom-6066f8c2c0136.video-module:hover .btn-play .ion{color:#ffffff !important;}


.clb-portfolio-lightbox .clb-portfolio-lightbox-details{ background-color: #004070; }
.clb-popup { background-color: #1d8fe0; background-image:url(/wp-content/uploads/2021/04/menu-bg-mark.jpg); }
.clb-popup .hamburger-nav-info-item { color: #ffffff; font-size: 18px!important; line-height: 24px;}
.clb-hamburger-nav.type3 .clb-hamburger-nav-holder { max-width: 130%!important; margin-right: -25px!important;}

.clb-hamburger-nav.type3 .clb-hamburger-nav-holder { overflow-y: hidden!important; }

.whitetext, .whitetext p, .whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4,
.whitetext h5, .whitetext h6, .whitetext li, .whitetext ol
{color: #ffffff!important;}

@media only screen and (min-width: 780px) and (max-width: 1030px) {
 #mega-menu-wrap.main-nav-container { display: none!important; visibility: hidden!important; } }

.btn-round-light .ion {
    background-color: #65ACDE;
    color: #ffffff; }
.btn-round-light .ion a {color:#ffffff;}
.otopbutton img { margin-bottom: 5px!important;}

.clb-hamburger-nav.type3 .clb-hamburger-nav-holder .menu .nav-item .menu-link span,
.clb-hamburger-nav.type3 .clb-hamburger-nav-holder .menu .sub-nav-item .menu-link span { font-size: 50px; font-weight: 300; }

footer .menu .nav-item .menu-link span {color:#ffffff; }

.clb-social { display: none; visibility: hidden;}

.portfolio-item-fullscreen .details-holder{ margin-right: 105px!important;}

.portfolio-item-fullscreen .portfolio-details-description .short-description {
  color: #fff;
  font-size: -webkit-calc(18.6px + 1 * ( (100vw - 576px) / 1024));
  font-size: calc(18.6px + 1 * ( (100vw - 576px) / 1024));
  opacity: 1!important;
}



/* Additional CSS */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600&display=swap');

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection { color: #17161A; background: #fcb3bf;}
::selection { color: #17161A; background: #fcb3bf; }

body {
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
  line-height: 1.4em;
  color: #fff;
}

a { color: #0060a9; }
a:hover { color: #0060a9; text-decoration: underline; }
i.fa, i.fab, i.fal { font-family: 'FontAwesome'; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
  color: #fff;
  line-height: 1.2em;
	margin: 0 0 10px;
}

h1 { font-size: 70px; }
.title--h1 h1 { font-size: 34px; }
h2 { font-size: 54px; }
h3 { font-size: 26px; }
h5 { font-size: 20px; line-height: 1.3; }

h4 {
	font-size: 18px; 
	text-transform: uppercase;
	font-weight: 600;
}

p { margin-bottom: 20px; }

p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul {
	font-size: 18px;
  line-height: 1.5em;
	padding: 0 0 0 25px;
}

blockquote {
	margin: 25px 0;
  padding-left: 30px;
  padding-right: 30px;
  quotes: "" "";
  position: relative;
  border-left: 5px solid rgba(23, 22, 26, 0.5);
}

blockquote p {
	color: #000;
	font-weight: 400;
	font-style: italic;
}

b, strong, .bold { font-weight: 600; }
.pc-none { display: none; }

.pl-2 { padding-left: 2%!important; }
.pr-2 { padding-right: 2%!important; }
.pt-0 > .vc_column-inner { padding-top: 0!important; }

.p-bigger p, .p-bigger { font-size: 24px; }
.p-smaller p { font-size: 11px; }
.h2--smaller h2 { font-size: 40px; }

.text--black * { color: #17161A; }
.text--black a { color: #0060a9; }
.text--blue * { color: #0060a9; font-weight: 400; }
.text--grey * { color: #a5a5a5; font-size: 16px; }

.impressum { line-height: 2; }

.full-width__row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
  width: 100%;
  max-width: 100%;
}

.full-width__row.hp-img { align-items: center; }

.button a, button a, .button button, a.button {
  border-radius: 5px!important;
  background-color: unset!important;
	color: #fff!important;
	padding: 15px 30px!important;
	border: 2px solid #fff!important;
	transition: all 0.3s ease!important;
	position: relative;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: 14px!important;;
}

.button a:hover {
	background-color: #fff!important;
	color: #666!important;
}

.button.button--black a {
	border: none!important;
	background-color: #17161A!important;
}

.button.button--black a:hover { background-color: #0061aa!important; color: #fff!important; }

.fixed-top { z-index: 900!important; }

#wrapper-navbar {
	box-shadow: none;
	position: absolute;
	background: none!important;
}

#page-wrapper { padding-top: 0; }

.navbar-expand-md {
	padding: 0!important;
	box-shadow: none;
}

.navbar-expand-md .container.main-nav {
	padding: 30px 15px!important;
	max-width: 95vw;
	width: 100%!important;
}

.rhs-nav {
	float: unset!important;
	margin: 0;
	width: 100%;
	display: flex!important;
	align-items: center;
}

.navbar-brand {
	padding: 0;
	margin: 0 75px 0 0;
	float: unset!important;
}

.navbar-brand img {
	max-height: unset;
	width: 190px;
	padding: 0;
	height: auto;
	position: relative;
	margin: 0!important;
}

.navbar-brand:hover { opacity: 0.6; }

.lang-switcher {
	position: absolute;
	right: 15px;
}

.lang-switcher li.top-item:first-of-type { margin: 0 15px 0 0; }

.lang-switcher .top-item {
	margin: 0;
	background: rgb(0,97,170,0.7);
	padding: 0 15px!important;
	border-radius: 3px;
	transition: 0.3s ease;
}

.lang-switcher .top-item .fa { margin: 0 8px 0 0; font-size: 18px; position: relative; top: 2px; }

.lang-switcher li,
.lang-switcher .nav-link {
	display: flex;
	align-items: center;
	padding: 0;
}

.lang-switcher img {
	 margin-right: 10px;
   width: 27px;
	 height: 17px;
}

.lang-switcher li > a {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}

.lang-switcher .menu-item-has-children > a { padding: 12px 0!important; }

.lang-switcher li:hover { background: rgb(0,97,170,1); }
.lang-switcher li > a:hover { color: #fff!important; }

.lang-switcher .dropdown-menu {
	border: none;
  width: 22rem!important;
  right: 0;
  left: unset;
  top: 100%;
  padding: 0;
	z-index: 9999!important;
  box-shadow: 0;
	background-color: rgb(0,97,170,0.6);
  border: 1px solid rgb(0,97,170,0.8);
}

.lang-switcher .dropdown-menu li a {
  color: #fff;
	font-size: 14px;
	padding: 12px 15px!important;
	width: 100%;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 400;
}

.lang-switcher .dropdown-menu li:not(:last-of-type) { border-bottom: 1px solid rgb(0,97,170,0.8); }

.lang-switcher .dropdown-menu li a:hover {
	background-color: rgb(0,97,170,1);
	color: #fff!important;
	opacity: 1!important;
}

.flags-sp img { margin: 0 10px 0 0!important; }
.lang-switcher .dropdown-toggle i { display: none; }


/* big menu */

#responsive-menu-container#responsive-menu-container {
	width: 100%;
	height: 100vh;
	padding: 30px;
	top: 0;
	left: 0;
	z-index: 99999;
	color: #fff;
	background: url('/wp-content/uploads/2021/04/menu-bg-mark.jpg')!important;
	display: flex!important;
	align-items: center;
	justify-content: space-between;
}

button#responsive-menu-button {
	z-index: 999999 !important;
  background: #65ACDE!important;
  border-radius: 50%;
  display: flex!important;
  align-items: center;
  justify-content: center;
	margin: 0 25px 0 0!important;
	position: relative!important;
	top: unset!important;
	right: unset!important;
	left: unset!important;
}

button#responsive-menu-button.is-active {
	background: rgba(23, 22, 26, 0.95)!important;
	position: fixed!important;
}

button#responsive-menu-button.is-active:hover .responsive-menu-inner { background: #fff!important; opacity: 1!important;}
.responsive-menu-boring.is-active .responsive-menu-inner { background: #fff!important; }
button#responsive-menu-button:hover { background: none!important; }
.responsive-menu-inner, button#responsive-menu-button:hover .responsive-menu-inner { background: none!important; }

#responsive-menu-container #responsive-menu-wrapper {
	display: flex;
	align-items: center;
	background: none!important;
	font-family: "Lato";
	font-weight: 300;
	max-width: 1300px;
	margin: auto;
  width: 100%;
}

#responsive-menu {
	width: 60%!important;
	padding: 0 0 0 5%!important;;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	color: #fff!important;
	font-size: 50px!important;
	text-transform: uppercase;
	background: none!important;
	text-align: left;
	padding: 0;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {
	background-color: unset!important;
	color: #fff!important;
}

#responsive-menu li {
	position: relative;
	transition: all 0.1s ease;
	margin: 0 0 10px;
}

#responsive-menu li a:before {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	color: #0061aa;
	z-index: 5;
	text-shadow: -1px 1px 0 #fff,
				  1px 1px 0 #fff,
				 1px -1px 0 #fff,
				-1px -1px 0 #fff;
	transform: translateY(-10px);
	opacity: 0;
	transition: all 0.4s ease;
}

#responsive-menu li:hover a:before {
	transform: translateY(0px);
	opacity: 0.8;
}

#responsive-menu li:first-of-type a:before { content: "Services"; }
#responsive-menu li:nth-of-type(2) a:before { content: "Facet Collection"; }
#responsive-menu li:nth-of-type(3) a:before { content: "Customer Stories"; }
#responsive-menu li:nth-of-type(4) a:before { content: "Customer Care"; }
#responsive-menu li:nth-of-type(5) a:before { content: "Our Story"; }
#responsive-menu li:nth-of-type(6) a:before { content: "Sustainability"; }
#responsive-menu li:nth-of-type(7) a:before { content: "Contact"; }

#responsive-menu li:before {
  display: block;
  font-weight: bold;
  vertical-align: top;
  line-height: 20px;
  font-size: 50%;
  position: absolute;
	left: -35px;
	top: 5px;
  color: rgba(255, 255, 255, 0.35);
	transition: opacity 0.6s ease;
}

#responsive-menu li:first-of-type:before { content: "01"; }
#responsive-menu li:nth-of-type(2):before { content: "02"; }
#responsive-menu li:nth-of-type(3):before { content: "03"; }
#responsive-menu li:nth-of-type(4):before { content: "04"; }
#responsive-menu li:nth-of-type(5):before { content: "05"; }
#responsive-menu li:nth-of-type(6):before { content: "06"; }
#responsive-menu li:nth-of-type(7):before { content: "07"; }
#responsive-menu li:hover:before { opacity: 0; }
#responsive-menu-additional-content { width: 40%; padding: 0!important; }
#responsive-menu-container .info__container img { margin: 0 0 50px;  }
#responsive-menu-container .info__block { margin: 0 0 35px; }

#responsive-menu-container .info__block span {
	display: block;
	margin: 0;
}

#responsive-menu-container .info__block a { color: #fff; }
#responsive-menu-container .info__block a:hover { text-decoration: none; opacity: 0.6; }
.social__block { display: flex; }

.social__block a {
	color: #fff;
	margin: 0 10px 0 0!important;
}

.social__block a i {
	font-style: normal;
	font-size: 22px;
}

.fab.fa-facebook-f { font-size: 20px; }
.fa-facebook-f:before, .fa-facebook:before { content: "\f09a"!important; }

.social__block a {
	width: 42px;
	height: 42px;
	border-radius: 21px;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social__block a:hover {
	text-decoration: none;
	background-color: #fff;
}

.social__block a:hover i { color: rgba(23, 22, 26, 0.95); }


/* actual content */

.full-width__image .vc_figure,
.full-width__image .vc_single_image-wrapper {
	width: 100%;
	height: 100%;
}

.full-width__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc_row.width-1300 { max-width: 1300px; float: none!important; }
.width-1300 { width: 1300px; margin: 0 auto; float: none!important; }

.bg-backdrop:after {
	content: "";
	background-color: rgba(0,59,119,0.68)!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block!important;
	z-index: 0;
}

.bg-backdrop--lblue:after { background-color: rgba(0,97,170,0.79)!important; }
.bg-backdrop .wpb_column { z-index: 1; }
.vc_row.equal-height__row { align-items: stretch; }
.vc_row.equal-height__row .vc_column-inner { justify-content: center; }

.testimonial-subhead {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 0 60px;
}

.testimonial-head h2 {
	display: flex;
	align-items: end;
  margin: -10px 0 0 0;
}

.photo-gallery .wpb_image_grid_ul {
  display: grid;
	grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  grid-auto-rows: 180px;
  grid-gap: 20px;
  grid-auto-flow: dense;
  height: auto!important;
}

.photo-gallery .wpb_image_grid_ul .isotope-item {
	width: 100%;
  height: 100%;
  overflow: hidden;
  float: unset;
  margin: 0;
  position: unset!important;
	border-radius: 5px;
}

.photo-gallery .wpb_image_grid_ul a {
  width: 100%;
	height: 100%;
}

.photo-gallery .wpb_image_grid_ul a:hover { opacity: 0.6; }

.photo-gallery .wpb_image_grid_ul img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}

.sideways-text {
	position: relative!important;
	z-index: 1;
}

.sideways-text:after {
	font-family: 'Lato';
	color: rgb(0,0,0,0.06);
	font-size: 80px;
	line-height: 1;
	white-space: nowrap;
	display: flex;
	position: absolute;
	transform: translateX(100%) rotate(-90deg) translateX(-100%) translateY(-50%);
  transform-origin: 0% 0;
	right: calc( (100% - 1350px) / 4);
	top: 0;
	left: auto;
	z-index: -1;
}

.sideways-portable:after { content: "Portable Displays"!important; }
.sideways-rental:after { content: "Rental Exhibits"!important; color: rgb(255,255,255,0.2)!important; }
.sideways-pavilion:after { content: "International Pavilions"!important;  color: rgb(255,255,255,0.2)!important; }
.sideways-care:after { content: "Customer Care"!important; color: rgb(255,255,255,0.2)!important; right: calc(100% / 4); z-index: 1; }
.contact-socials__row .wpb_wrapper { display: flex; }
.contact-socials { margin-right: 15px; }
.contact-socials.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline { border-color: #020202; }
.contact-socials:hover a { background-color: #020202; }
.contact-socials span.vc_icon_element-icon { z-index: 1; }
.contact-socials__row .contact-socials:hover > div > span.vc_icon_element-icon { color: #fff!important; }
.wpb_wrapper .gform_wrapper { margin: 0; }
.wpb_wrapper .gform_wrapper select { height: 50px; }
.wpb_wrapper .gform_wrapper ul.gform_fields li.gfield { margin: 0 auto 20px; padding-right: 0!important;}
.wpb_wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 10px 5px; }

.wpb_wrapper .wpb_wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select {
	background-color: rgba(23, 22, 26, 0.04);
  border: none;	
}

.wpb_wrapper .gform_wrapper label.gfield_label, .wpb_wrapper .gform_wrapper legend.gfield_label {
	font-weight: 400;
	color: #17161A;	
}

.wpb_wrapper .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { color: #17161A;	}

.wpb_wrapper .gform_wrapper input.button {
  border-radius: 5px!important;
  box-shadow: none!important;
	color: #fff!important;
	transition: all 0.3s ease!important;
	background-image: none!important;
	padding: 15px 45px!important;
	border: none!important;
	background: #17161A!important;
  text-transform: uppercase;
  white-space: normal;
  font-size: 15px!important;
	margin: auto;
}

.wpb_wrapper .gform_wrapper input.button:hover { background-color: #888888!important; }

.cn-text-container a { color: #0ab8a6; }
.cn-text-container a:hover { text-decoration: underline; }
.cn-button.bootstrap { background-color: #0061aa; }
.cn-button.bootstrap:hover { background-color: #005b99; }

footer.wrapper {
  background-color: #0061aa;
  padding: 90px 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(239,239,239,0.8);
}

footer.wrapper .container,
.lower-foot .container { max-width: 1300px; }

.footer-col-1 img { margin: 0 0 25px 0; }

.footer-col-2 .zoom-social-icons-list { margin: 25px 0 0 0; }

.footer-col-2 .zoom-social_icons-list-span {
	background: none!important;
	border: 1px solid rgba(239,239,239,0.8);
	transition: all 0.2s ease;
}

.footer-col-2 .zoom-social_icons-list__link:hover .zoom-social_icons-list-span {
	background: #fff!important;
	color: #0061aa;
}

.footer-col-3 li {
	color: #fff;
	font-weight: 400;
	line-height: 1.8;
}

footer.wrapper  a:hover {
	color: rgba(239,239,239,0.7);
	text-decoration: none;
}

.lower-foot {
	background-color: #005b99;
	border-top: none;
	color: rgba(239,239,239,0.8);
	padding: 2rem 0 3rem;
	font-size: 14px;
}

.lower-foot ul { margin: 0!important; }
.lower-foot ul li { font-size: 14px; }
.lower-foot a:hover { text-decoration: underline; }

#rev_slider_6_1_wrapper .zeus .tp-tab-title {
  font-family: 'Lato', sans-serif!important;
}

rs-tabs { top: -100px!important; bottom: 50px; }

.customer-stories {
	min-height: calc(100vh - 509px);
	display: flex;
	align-items: center;
}

.project-meta ul {
	display: flex;
	margin-top: 30px;
	padding: 0;
}

.project-meta li {
	list-style: none;
	border-top: 1px solid rgba(23, 22, 26, 0.35);
	width: calc(25% - 25px);
  padding-top: 20px;
}

.project-meta li:not(:last-of-type) { margin-right: 25px; }
.project-meta li h6 { font-size: 20px; margin: 0; }


@media only screen and (max-width: 1600px) {
	#rev_slider_6_1_wrapper .zeus .tp-tab-title { padding: 7.5vh 0!important; }
}

@media only screen and (max-width: 1500px) {
	#rev_slider_6_1_wrapper .zeus .tp-tab-title { padding: 6.5vh 0!important; }
}

@media only screen and (max-width: 1400px) {
	#rev_slider_6_1_wrapper .zeus .tp-tab-title { padding: 5.5vh 0!important; }
}

@media only screen and (max-width: 1199px) {
	
	h1 { font-size: 50px; }
	.title--h1 h1 { font-size: 28px; }
	h2 { font-size: 44px; }
	h3 { font-size: 22px; }
	h4 { font-size: 16px }
	.p-bigger p { font-size: 20px; }
	.p-smaller p { font-size: 12px; }
	.h2--smaller h2 { font-size: 28px; }
	
	.vc_row.width-1300 { max-width: 100%!important; }
	.width-1300 { width: 100%!important; }
	.full-width__row { flex-wrap: wrap; }
	
	#responsive-menu-container #responsive-menu-wrapper {
		flex-direction: column!important;
		max-width: 100%!important;
	}
	
	#responsive-menu, #responsive-menu-additional-content { width: 100%!important; margin: auto!important; }
	
	#responsive-menu {
		padding: 0 30px!important;
		margin: 70px auto 50px!important;
	}
	
	.sideways-text:after { right: 40px!important; }
	.tp-leftarrow { transform: translate(-130px, -20px)!important; }
	.tp-rightarrow { transform: translate(-70px, -20px)!important; }
	#rev_slider_6_1_wrapper .zeus .tp-tab-title { padding: 50px 0!important; }
}


@media only screen and (max-width: 767px) {

	.pc-none { display: block; }
	.sp-none { display: none; }
	.photo-gallery .wpb_image_grid_ul { grid-template-columns: repeat(1, 1fr)!important; grid-auto-rows: 1fr!important; }
	.sideways-text:after { content: none; }
	.navbar-expand-md .container.main-nav { padding: 15px 10px!important; }
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link { font-size: 35px!important; line-height: 1!important; height: auto!important; }
	#responsive-menu li { margin: 0 0 20px!important; }
	#responsive-menu li a:before { content: none!important; }
	.navbar-toggler { display: none!important; }
	footer.wrapper { padding: 40px 0!important; }
	.footer-col-2 { margin: 0 0 25px!important; }
	.lower-foot ul, .lower-foot .col-12 { text-align: center!important; }
	.vc_column-inner.vc_custom_1617459469595 { padding: 50px 40px!important; }
	.full-width__row { flex-direction: column!important; }
	.project-meta ul { flex-wrap: wrap!important; }
	.project-meta li { width: calc(50% - 25px)!important; padding-top: 20px!important; }
	.project-meta li:not(:last-of-type) { margin-bottom: 25px!important; }

  #responsive-menu-container #responsive-menu li.flags-sp {
    position: relative;
    left: -30px;
    width: calc(100% + 30px)!important;
    margin: 35px 0 0 0;
  }
  
  #responsive-menu-container #responsive-menu li.flags-sp .responsive-menu-item-link.responsive-menu-item-link { font-size: 18px!important; }
  #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a { background: none!important; color: #fff!important; }
  #responsive-menu .flags-sp ul { margin: 20px 0 0; }
  #responsive-menu .flags-sp ul li { margin: 0; }
  #responsive-menu .flags-sp ul li:before { content: none; }
  
  #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    height: 10px!important;
    width: 10px!important;
    border-left: 8px solid transparent!important;
    background-color: unset!important;
    border-top: 14px solid #fff!important;
    border-right: 8px solid transparent!important;
  }
  
  #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow { right: -30px!important; }


}