/* Global transition classes */
.t2 {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.t5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

html, body {
  width: 100%;
  height: 100%; }

#site-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: black; }

#site-body {
  padding: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  height: 100%;
  padding-top: 97px;
  align-items: stretch; }

.owl-carousel {
  width: 100%; }
  .owl-carousel.owl-loaded {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  .owl-carousel .owl-stage, .owl-carousel .owl-item {
    height: 100%; }
  .owl-carousel .item {
    height: 100%; }
    .owl-carousel .item a {
      height: 100%;
      display: block; }
    .owl-carousel .item .slide {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: #000;
      height: 100%; }
      .owl-carousel .item .slide .project-meta {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -webkit-transform: translate(-50%, -50%);
        /* Safari */
        transform: translate(-50%, -50%);
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
        .owl-carousel .item .slide .project-meta h1 {
          font-size: 40px;
          line-height: 1.2; }
        .owl-carousel .item .slide .project-meta h2 {
          padding-top: 10px;
          font-weight: 300;
          font-size: 26px;
          line-height: 1.2; }
      .owl-carousel .item .slide.light-theme {
        color: white; }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 !important; }
    .owl-carousel .owl-dots .owl-dot span {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      border: 1px solid white;
      background: none;
      margin-left: 4px;
      margin-right: 4px; }
    .owl-carousel .owl-dots .owl-dot.active span {
      background: white; }
  .owl-carousel .owl-nav {
    margin-top: 0; }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
      margin: 0;
      padding: 0;
      display: block;
      position: absolute;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      width: 45px;
      height: 45px;
      top: 50%;
      right: 20px;
      margin-top: -22.5px;
      background: url(../img/arrow.svg) no-repeat center;
      background-size: contain; }
      .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:active, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:active {
        background: url(../img/arrow.svg) no-repeat center; }
    .owl-carousel .owl-nav .owl-prev {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Safari */
      transform: rotate(180deg);
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      left: 20px;
      right: auto; }
    .owl-carousel .owl-nav.light-theme .owl-prev, .owl-carousel .owl-nav.light-theme .owl-next {
      background-image: url(../img/arrow-light.svg); }

.projects {
  border-top: 4px solid #ED1B4A; }
  .projects li {
    padding: 0 0 50px; }
    .projects li:last-child {
      padding-bottom: 0; }
    .projects li a {
      text-align: center;
      text-decoration: none;
      display: block; }
      .projects li a.show.loaded .thumb {
        opacity: 1; }
    .projects li .w-thumb {
      background-color: #f2f2f2; }
    .projects li .thumb {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .projects li .thumb img {
        display: block;
        width: 100%;
        height: auto; }
    .projects li .overlay {
      text-align: center;
      padding: 15px;
      color: #fff; }
      .projects li .overlay h1 {
        font-size: 20px; }
      .projects li .overlay h2 {
        font-size: 14px;
        font-weight: 400; }

@media screen and (max-width: 767px) {
  html, body {
    height: auto;
    width: auto; }

  #site-header {
    position: static;
    width: auto; }

  #site-body {
    display: block;
    width: auto;
    height: auto;
    padding-top: 0; }

  .home .owl-carousel {
    display: none; } }

/*# sourceMappingURL=home.css.map */
