#heading-wrap {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
  color: white;
  text-align: center;
}

#heading-wrap img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: flex-end;
  height: auto;
  width: 100%;
  max-width: 60px;
  margin: 20px;
  float: right;
}

#heading-wrap h1 {
  font-style: italic;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: white;
  text-align: center;
  font-size: 68px;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

#heading-wrap a.one-page-arrow {
  position: relative;
  text-align: center;
}

#section-home {
  /* The image used */
  background-image: url("../../images/momo/bg-hero.jpg");
  /* Create the parallax scrolling effect */
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: visible;
}

#lineup img {
  width: 100%;
  height: 100%;
  display: block;
}

#section-home .lineup-wrap {
  z-index: 9;
  width: 80%;
}

#section-home .social-links {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#section-home .social-links img {
  width: 28px;
  height: auto;
  display: block;
  margin-top: 10px;
}

#section-home .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#section-home #page-submenu-trigger {
  color: #FFFFFF;
}

.logoHeader {
  z-index: 6;
}

#section-home .clearfix {
  width: 90%;
}

#page-menu {
  letter-spacing: 2px;
}

#page-menu #page-menu-wrap {
  background-color: #000000;
  color: #FFFFFF;
  border-top: 5px solid #FFFFFF;
}

#page-menu #page-menu-wrap .container {
  height: 100%;
}

#page-menu nav {
  float: left;
  width: 100%;
  height: 100%;
}

#page-menu nav ul {
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-menu nav ul li {
  text-align: center;
}

#page-menu nav ul li a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  height: 100%;
  min-height: 114px;
}

#page-menu nav ul li a div {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transform: scaleY(1.15);
          transform: scaleY(1.15);
  font-weight: 500;
}

#page-menu nav li:hover a div span,
#page-menu nav li.current a div span {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

#page-menu nav li:hover a,
#page-menu nav li.current a {
  background-color: transparent;
  color: #333e48;
}

.mobile-nav ul li {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-nav ul li a {
  font-size: 1.3rem;
  color: white;
  font-weight: normal;
  font-family: 'Trade Gothic Bold', Helvetica, Arial, sans-serif;
}

.mobile-nav ul li:before {
  /* bullet line */
  content: "";
  position: absolute;
  margin-top: .5em;
  left: -200px;
  /* adjust manually */
  border-bottom: 1px solid white;
  height: 1px;
  width: 200px;
}

.nav-break {
  display: block;
}

.imagescale img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#page-menu,
#page-menu-wrap {
  height: 118px;
}

#page-menu nav li:hover a div span,
#page-menu nav li.current a div span {
  border-bottom: 1px solid;
}

#page-menu nav li:hover a,
#page-menu nav li.current a {
  background-color: transparent;
  color: #31e7ff;
}

#page-menu.sticky-page-menu #page-menu-wrap {
  top: 0;
}

#section-home .container-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 9;
}

.one-page-arrow, .one-page-arrow:hover {
  position: relative;
  display: block;
  font-size: 3em;
  padding-top: 30px;
  color: white;
  z-index: 9;
}

#shelf {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

.plyr {
  max-width: 1170px;
  margin: 0 auto;
}

#lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0px auto;
  padding: 0 50px 50px 50px;
  max-width: 1170px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

#lineup .lineup-text {
  display: none;
}

#lineup .nav-col-large {
  min-height: 300px;
  width: 23%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 160px;
}

#lineup .nav-col-large a {
  font-size: 22px;
  line-height: 1.8em;
  color: black;
  mix-blend-mode: screen;
  display: inline;
  z-index: 2;
  text-align: center;
  padding: 0;
  margin: 0;
  max-width: 200px;
}

#lineup .nav-col-large h2 {
  margin-top: 250px;
  color: white;
  z-index: 2;
}

#lineup .nav-col-large .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .7;
  z-index: 0;
}

h1.section-title {
  padding: 20px;
  font-size: 3.5rem;
  letter-spacing: .1em;
}

h1.section-title span {
  color: inherit;
  border-top: 6px solid;
  padding: .25em;
  border-top-color: inherit;
}

.lineup-bmw {
  z-index: 2;
}

.lineup-text {
  position: absolute !important;
  bottom: 0;
  z-index: 1;
}

.swiper_wrapper {
  height: 100%;
}

.swiper_wrapper video {
  height: 100%;
}

.plyr--video .plyr__control:hover {
  background: #31e7ff;
}

.plyr__control--overlaid {
  background: white;
}

.plyr__control--overlaid :hover {
  background: #333e48;
}

.plyr__control--overlaid svg {
  color: #343f48;
}

.plyr .plyr--full-ui input {
  color: #31e7ff;
}

#section-home .share-icons .wrap {
  position: relative;
}

#section-home .share-icons .wrap a {
  margin-top: 5px !important;
  background-color: #fff !important;
  color: #343f48;
}

#section-home .share-icons .social-icon i:last-child {
  color: #f90b7d !important;
}

.page-section.body-section {
  padding: 40px 0 100px 0;
}

.page-section.body-section h1 span {
  color: #343f48;
  font-weight: normal;
  letter-spacing: 1px;
}

#section-story {
  /*background: #343f48;*/
}

#section-story h1 span {
  color: white;
}

#section-story h3 {
  padding: 20px 0 0 0;
  text-align: center;
}

#section-team {
  background-color: #FFFFFF;
}

#section-team .section {
  background-color: #FFFFFF;
  color: #000000;
}

#section-team .section p, #section-team .section .title, #section-team .section h1 span, #section-team .section h4, #section-team .section h5 {
  color: #000000;
  font-weight: normal;
}

#section-team .section .team-content p a {
  text-decoration: underline !important;
  color: white;
}

#section-team .section .team-title h4, #section-team .section .team-title h5 {
  font-style: normal;
}

#section-team .section .team-title h5 {
  text-align: left;
}

#section-team .section .owl-dots .owl-dot {
  background-color: white;
}

.team.team-list .team-image {
  float: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  /*height:203px; overflow: hidden;width:auto;*/
}

.team.team-list .team-desc {
  padding-top: 10px;
}

.team-desc p {
  margin-bottom: 10px;
}

.team-desc .team-content p,
.team-desc .team-content ol {
  font-family: arial, helvetica, sans-serif;
  line-height: 1.6em;
  font-size: 14px;
}

.team.team-list .team-desc ol {
  margin: 0 0 0 1.1em;
}

.item-caption {
  float: left;
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

.owl-carousel .owl-video-wrapper {
  background: transparent;
}

#section-team h5 {
  margin: 0 0 1px 0;
  text-align: center;
}

#page-submenu-trigger {
  width: 10%;
  right: 0%;
  top: 0;
}

#footer.momo {
  background-color: #000000;
  border-top: 0;
}

#footer.momo div {
  font-size: .75rem;
}

#footer.momo .footer-widgets-wrap {
  padding: 20px 0; 
}

#footer.momo .footer-widgets-wrap .clearfix {
  width: 75%;
}
#footer.momo .social-links {
  padding: 10px 0 15px 0;
}

#section-contact img {
  /*max-width: 500px;*/
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #lineup {
    background-image: none;
  }
  #section-home .section {
    padding: 0 0 35px 0;
  }
  .nav-col-large a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.8em;
  }
  .content-wrap {
    padding-bottom: 40px !important;
  }
  #page-menu,
  #page-menu-wrap {
    height: auto;
  }
  #page-menu-wrap {
    height: 44px;
  }
  #page-menu-wrap .container {
    width: 100% !important;
  }
  #page-menu-wrap nav {
    background-color: white;
    right: 10%;
    width: 90%;
    top: 0;
  }
  #page-menu-wrap nav ul {
    display: initial;
    padding: 20px 0;
  }
  #page-menu-wrap nav ul li {
    background-color: black;
    float: none;
    width: 100%;
    line-height: 1em;
  }
  #page-menu-wrap nav ul li a {
    line-height: 3em;
    min-height: 70px;
  }
  #page-menu-wrap nav ul li.logo {
    display: none;
  }
  .nav-break {
    display: inline;
  }
}

@media (max-width: 767px) {
  .nav-col-large {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .one-page-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-section.header-section h1 span {
    font-size: 1.2rem;
  }
  .page-section.body-section {
    padding: 10px 0 60px 0;
  }
  .page-section.body-section h1 {
    padding: 10px;
    margin-bottom: 0;
  }
  .page-section.body-section h1 span {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1rem;
  }
  #section-home .logoHeader img {
    width: auto;
    height: 40px;
    position: absolute;
  }
  #section-home .fleft {
    left: 0;
  }
  #section-home .fright {
    right: 0;
  }
  #section-home .clearfix {
    padding-bottom: 0px;
  }
  #section-home .share-icons {
    display: none;
  }
  #section-work .container {
    padding: 0 30px;
  }
  .one-page-arrow {
    display: block !important;
  }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -40px !important;
  }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -40px;
  }
}

@media (max-width: 500px) {
  .nav-col-large {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
  .nav-col-large h2 {
    margin-top: 110px;
  }
  .presentation-button {
    font-size: 9px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .team.team-list .team-image {
    /*height:170px;*/
  }
}
/*# sourceMappingURL=momo.css.map */