@charset "UTF-8";
.full-height {
  height: 100% !important; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0 !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

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

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

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

.disable-hover, .disable-hover * {
  pointer-events: none !important; }

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%; }
  .flexcenter.centered {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .flexcenter.left {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start; }

.flexleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%; }

.flexright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%; }

.flexbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%; }
  .flexbottom.flexleft {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

/**
 * Video Centered in Div
 */
.centervideo {
  width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media(min-aspect-ratio: 16/10) {
  .centervideo {
    width: 100%;
    height: auto; } }
  @media (max-aspect-ratio: 16 / 10) {
    .centervideo {
      height: 100%;
      width: auto; } }

html, body {
  font-family: "Lato";
  letter-spacing: 0.2px; }

.buffer {
  height: 70vh;
  width: 100%;
  background: transparent; }

.parallax-window {
  min-height: 70vh;
  background: transparent; }

span.heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333333;
  width: 120px;
  border-bottom: 3px solid #333333;
  padding: 8px 0px;
  display: inline-block;
  margin-bottom: 40px; }

p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7em; }

.mmm-btn {
  display: inline-block;
  padding: 12px 26px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border: 1px solid #333333;
  letter-spacing: 0.5px;
  outline: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .mmm-btn:hover {
    background-color: #333333;
    color: white; }

#references, #services, #contact, #team, #about, #work {
  padding: 40px 0; }

@media(max-width: 768px) {
  p {
    font-size: 16px; } }
#about {
  background-color: #EEEFF0;
  z-index: 1;
  position: relative; }
  #about p {
    white-space: pre-wrap; }

#contact {
  background-color: #EEEFF0;
  z-index: 1;
  position: relative; }
  #contact .row.bottom {
    padding-top: 40px; }
@media(max-width: 767px) {
  #contact .row.bottom > div:first-child {
    padding-bottom: 40px; }
  #contact .row.bottom > div:nth-child(2) {
    padding-left: 20%;
    padding-right: 20%; } }
@media(max-width: 600px) {
  #contact .row.bottom > div:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px; } }
    #contact .row.bottom .map-block.active .map .img {
      transform: scale(1, 1) !important; }
    #contact .row.bottom .map-block.active .logo, #contact .row.bottom .map-block.active .address {
      opacity: 1; }
    #contact .row.bottom .map, #contact .row.bottom .logo, #contact .row.bottom .address {
      width: 100%;
      text-align: center; }
    #contact .row.bottom .map .img {
      transform: scale(0.001, 0.001) !important;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      border-radius: 50%;
      border: 2px solid #000000;
      height: 200px;
      width: 200px;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      -o-transition: all 250ms;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    #contact .row.bottom .logo {
      margin: 8px 0 10px;
      opacity: 0;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      -o-transition: all 250ms;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      #contact .row.bottom .logo img {
        width: 80px; }
    #contact .row.bottom .address {
      opacity: 0;
      font-size: 14px;
      font-weight: 300;
      color: #9C9D9E;
      letter-spacing: 0.3px;
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      -ms-transition: all 250ms;
      -o-transition: all 250ms;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    #contact .row.bottom .input-wrapper {
      padding-bottom: 20px; }
      #contact .row.bottom .input-wrapper .title {
        font-size: 14px;
        font-weight: 300;
        color: #9C9D9E;
        padding-bottom: 2px;
        padding-left: 2px;
        letter-spacing: 0.3px; }
      #contact .row.bottom .input-wrapper input, #contact .row.bottom .input-wrapper textarea {
        width: 100%;
        border: none;
        box-shadow: none;
        outline: none; }
      #contact .row.bottom .input-wrapper input {
        height: 36px;
        padding: 4px; }
      #contact .row.bottom .input-wrapper textarea {
        resize: none; }
      #contact .row.bottom .input-wrapper button {
        outline: none; }
    #contact .row.bottom .success {
      opacity: 0;
      padding: 10px 0;
      line-height: 1.5em;
      padding: 10px;
      background: white;
      margin-top: 10px;
      color: #9C9D9E;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      #contact .row.bottom .success.in {
        opacity: 1; }

#footer {
  background-color: white;
  z-index: 1;
  position: relative; }
  #footer a {
    display: inline-block;
    color: #333333;
    padding: 16px 32px;
    text-decoration: none; }

#header a {
  color: #FEFFFF;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.5px; }

#menu, #menu-scrolled {
  background-color: rgba(33, 33, 33, 0.7);
  color: white;
  padding: 20px 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  #menu a, #menu-scrolled a {
    color: #EEEFF0;
    text-decoration: none;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 18px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    #menu a:hover, #menu-scrolled a:hover {
      color: white; }
  #menu.inactive, #menu-scrolled.inactive {
    opacity: 0; }

#menu-scrolled {
  height: 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  background-color: #333333;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  #menu-scrolled.active {
    height: 60px; }
  #menu-scrolled .container {
    padding: 20px 0; }
  #menu-scrolled img {
    position: relative;
    top: -4px; }

#references {
  color: white;
  background-color: #333333;
  z-index: 1;
  position: relative; }
  #references span.heading {
    color: white;
    border-color: white; }
  #references .logos img {
    max-height: 40px;
    max-width: 120px;
    padding: 0 10px; }
  #references .mobile-row {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px; }
@media(max-width: 768px) {
  #references .mobile-row {
    width: 33.3%;
    padding-top: 20px;
    padding-bottom: 20px; } }
@media(max-width: 490px) {
  #references .mobile-row {
    width: 50%;
    height: 80px; } }
#services {
  color: white;
  background-color: #333333;
  z-index: 1;
  position: relative; }
  #services span.heading {
    color: white;
    border-color: white; }
  #services .services {
    padding-top: 10px; }
    #services .services .service-item {
      display: inline-block;
      margin: 0 4px;
      width: 114px; }
      #services .services .service-item .title {
        font-size: 13px;
        font-weight: 300;
        padding-top: 16px;
        letter-spacing: 0.5px; }
    #services .services .wrapper {
      display: inline-block; }
      #services .services .wrapper.inner {
        margin: 10px 0; }
@media(max-width: 768px) {
  #services .services .wrapper.inner {
    margin: 20px 0; } }
@media(max-width: 529px) {
  #services .services .wrapper:last-child .wrapper:last-child {
    width: 100%; } }
#team {
  background-size: cover;
  background-position: center center;
  color: white;
  z-index: 1;
  position: relative; }
  #team span.heading {
    color: white;
    border-color: white; }
  #team .member-block.active img {
    transform: scale(1, 1) !important; }
  #team .member-block.active .name, #team .member-block.active .position {
    opacity: 1; }
  #team img {
    width: 170px;
    transform: scale(0.001, 0.001);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  #team .name {
    padding: 16px 0 4px;
    font-weight: 300;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  #team .position {
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  #team .row.info {
    padding-top: 10px; }
  #team .row.text {
    padding-top: 30px;
    font-weight: 300; }
@media(max-width: 767px) {
  #team .info > div {
    width: 100%; }
    #team .info > div:first-child {
      padding-bottom: 40px; } }
#paralax {
  z-index: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center; }

#video {
  background-color: #333333;
  color: white;
  position: relative; }
  #video .text-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    flex-direction: column; }
    #video .text-layer .slogan {
      font-weight: 300;
      letter-spacing: 1px;
      text-align: center;
      margin-top: 40px; }
      #video .text-layer .slogan q {
        quotes: "»" "«"; }
      #video .text-layer .slogan p {
        display: inline; }
  #video .video-layer {
    z-index: 0;
    overflow: hidden;
    height: 65vh;
    width: 100%;
    position: relative; }
    #video .video-layer video {
      height: 100%;
      width: 177.77778vh;
      min-width: 100%;
      min-height: 56.25vw;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #video .mobile-layer {
    z-index: 0;
    overflow: hidden;
    height: 65vh;
    width: 100%;
    position: relative;
    display: none; }
    #video .mobile-layer .bg-img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-position: center center;
      background-size: cover;
      opacity: 0;
      -webkit-filter: blur(3px);
      -moz-filter: blur(3px);
      -o-filter: blur(3px);
      -ms-filter: blur(3px);
      filter: blur(3px);
      -webkit-transition: all 800ms;
      -moz-transition: all 800ms;
      -ms-transition: all 800ms;
      -o-transition: all 800ms;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      #video .mobile-layer .bg-img.active {
        opacity: 1; }
  #video #mobile-menu-layer {
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none; }
    #video #mobile-menu-layer .navbar-brand img {
      height: 100%; }
    #video #mobile-menu-layer .navbar-default {
      background-color: #333333;
      border: none; }
      #video #mobile-menu-layer .navbar-default a {
        color: white; }
      #video #mobile-menu-layer .navbar-default .divider {
        background-color: white; }
      #video #mobile-menu-layer .navbar-default .navbar-toggle {
        border: none; }
        #video #mobile-menu-layer .navbar-default .navbar-toggle:hover, #video #mobile-menu-layer .navbar-default .navbar-toggle:active, #video #mobile-menu-layer .navbar-default .navbar-toggle:focus {
          background-color: transparent; }
@media(max-width: 767px) {
  #video #mobile-menu-layer {
    display: block; }
  #video .video-layer {
    display: none; }
  #video .mobile-layer {
    display: block; } }
  #video .menu-layer {
    z-index: 11;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #video .menu-layer #menu-scrolled .scrolled-logo {
      position: absolute;
      left: 10px; }
  #video .header-layer {
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 8px 0;
    background-color: transparent; }
@media(max-width: 767px) {
  #video .menu-layer {
    display: none; } }
#work {
  background-color: white;
  z-index: 1;
  position: relative; }
  #work .player {
    height: 0px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    #work .player .header {
      position: relative;
      font-weight: 300;
      padding-bottom: 20px; }
      #work .player .header .title {
        text-transform: uppercase;
        font-size: 14px; }
      #work .player .header .sub {
        color: #999999;
        font-size: 14px; }
      #work .player .header .close {
        position: absolute;
        bottom: 20px;
        right: 0px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
        #work .player .header .close img {
          height: 26px;
          cursor: pointer; }
    #work .player .footer {
      font-weight: 300;
      font-size: 14px;
      padding-top: 20px;
      color: #999999; }
    #work .player .window {
      position: relative; }
      #work .player .window .player-window {
        overflow: hidden;
        background-color: transparent;
        width: 100%; }
        #work .player .window .player-window #video-player {
          width: calc( 100% - 80px );
          position: relative;
          left: 40px;
          right: 40px; }
      #work .player .window .next-btn, #work .player .window .prev-btn {
        position: absolute;
        top: 0;
        right: 0px;
        height: 100%;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
        flex-direction: column;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        width: 40px;
        opacity: 0.2;
        cursor: pointer; }
        #work .player .window .next-btn.prev-btn, #work .player .window .prev-btn.prev-btn {
          right: auto;
          left: 0px;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
        #work .player .window .next-btn img, #work .player .window .prev-btn img {
          height: 30px; }
        #work .player .window .next-btn:hover, #work .player .window .prev-btn:hover {
          opacity: 1; }
  #work .contact-button {
    padding-top: 40px; }
  #work .videos {
    padding-top: 20px;
    padding-bottom: 20px; }
    #work .videos .preview-block-wrapper {
      padding-bottom: 20px; }
      #work .videos .preview-block-wrapper.active .preview {
        transform: scale(1, 1) !important; }
      #work .videos .preview-block-wrapper.active .icon, #work .videos .preview-block-wrapper.active .title {
        opacity: 1 !important; }
@media(max-width: 768px) {
  #work .videos .preview-block-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; } }
      #work .videos .preview-block-wrapper .preview-wrapper {
        position: relative;
        width: 170px;
        height: 170px;
        display: inline-block;
        cursor: pointer; }
        #work .videos .preview-block-wrapper .preview-wrapper .preview {
          width: 170px;
          height: 170px;
          display: none;
          background-size: cover;
          background-position: center center;
          border-radius: 50%;
          transform: scale(0.001, 0.001);
          -webkit-transition: all 250ms;
          -moz-transition: all 250ms;
          -ms-transition: all 250ms;
          -o-transition: all 250ms;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
          #work .videos .preview-block-wrapper .preview-wrapper .preview:first-child {
            display: block; }
        #work .videos .preview-block-wrapper .preview-wrapper .icon {
          position: absolute;
          bottom: 4px;
          right: 4px;
          -webkit-transition: all 250ms;
          -moz-transition: all 250ms;
          -ms-transition: all 250ms;
          -o-transition: all 250ms;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          opacity: 0; }
      #work .videos .preview-block-wrapper .title {
        margin: 0px auto;
        width: 200px;
        padding-top: 16px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -ms-transition: all 250ms;
        -o-transition: all 250ms;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        opacity: 0; }

#imprint {
  background-color: #ECECEE; }
  #imprint .heading {
    margin-top: 40px; }
  #imprint h1 {
    text-align: center; }
  #imprint h2, #imprint h3 {
    font-size: 16px;
    margin-bottom: 4px; }
  #imprint h3 {
    margin-top: 60px;
    margin-bottom: 40px; }
  #imprint p {
    font-size: 16px;
    white-space: pre-wrap; }
  #imprint .bottom {
    margin-bottom: 40px; }

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