* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

.hidden {
  display: none !important; }

.nbr {
  white-space: nowrap; }

@-moz-document url-prefix() {
  #canary {
    opacity: 0.01; } }
body {
  background-color: #111111;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

#main {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }

#top {
  display: none; }

#header-site {
  z-index: 888;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  @media screen {
    #header-site {
      height: 108px; } }
  @media screen and (min-width: 425px) {
    #header-site {
      height: 90px; } }
  #header-site .link-home {
    outline: 0;
    position: absolute;
    top: 25px;
    font-family: 'Megrim', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-animation: name_rainbow 10s infinite;
    -moz-animation: name_rainbow 10s infinite;
    -o-animation: name_rainbow 10s infinite;
    animation: name_rainbow 10s infinite;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1.0; }
@-webkit-keyframes name_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-moz-keyframes name_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-ms-keyframes name_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@keyframes name_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
    #header-site .link-home:hover {
      -webkit-transition: opacity 0.15s ease-in-out;
      -moz-transition: opacity 0.15s ease-in-out;
      -ms-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      opacity: 0.5; }
    @media screen {
      #header-site .link-home {
        left: 0;
        width: 100%;
        text-align: center; } }
    @media screen and (min-width: 425px) {
      #header-site .link-home {
        left: 25px;
        width: auto;
        text-align: left; } }
    @media screen and (min-width: 1650px) {
      #header-site .link-home {
        left: 0; } }
  #header-site .menu {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    outline: 0;
    position: absolute;
    height: 22px;
    border-radius: 0;
    border: 0;
    background: none; }
    #header-site .menu span {
      font-family: 'Palanquin', sans-serif;
      font-style: normal;
      font-weight: 200;
      line-height: 100%;
      white-space: nowrap;
      -webkit-transition: color 0.5s ease-in-out;
      -moz-transition: color 0.5s ease-in-out;
      -ms-transition: color 0.5s ease-in-out;
      -o-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out; }
    #header-site .menu .open {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      color: #cc0000; }
    #header-site .menu .close {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      color: #cc9a00; }
    #header-site .menu.open .open {
      display: none; }
    #header-site .menu.open .close {
      display: block; }
    #header-site .menu .open:hover {
      -webkit-animation: anger 0.2s infinite;
      -moz-animation: anger 0.2s infinite;
      -o-animation: anger 0.2s infinite;
      animation: anger 0.2s infinite; }
@-webkit-keyframes anger {
  20% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  40% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
  60% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  80% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px); } }
@-moz-keyframes anger {
  20% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  40% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
  60% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  80% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px); } }
@-ms-keyframes anger {
  20% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  40% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
  60% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  80% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px); } }
@keyframes anger {
  20% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  40% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
  60% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  80% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px); } }
    #header-site .menu .close:hover {
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      -ms-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      color: #664d00; }
    @media screen {
      #header-site .menu {
        right: 0;
        top: 72px;
        width: 100%; }
        #header-site .menu span {
          width: 100%;
          font-size: 12px; } }
    @media screen and (min-width: 425px) {
      #header-site .menu {
        right: 25px;
        top: 35px;
        width: 170px; }
        #header-site .menu span {
          width: auto;
          font-size: 18px; } }
    @media screen and (min-width: 768px) {
      #header-site .menu span {
        font-size: 20px; } }
    @media screen and (min-width: 1650px) {
      #header-site .menu {
        right: 0; } }

.project-feature {
  position: relative; }
  @media screen {
    .project-feature {
      width: 100%;
      padding-bottom: 67%; } }
  @media screen and (min-width: 425px) {
    .project-feature {
      width: 100%;
      padding-bottom: 70%; } }
  @media screen and (min-width: 600px) {
    .project-feature {
      width: 33.33%;
      padding-bottom: 70%; } }
  @media screen and (min-width: 1000px) {
    .project-feature {
      width: 20%;
      padding-bottom: 45%; } }
  .project-feature .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: opacity 0.5s ease-in-out, border 0.5s ease-in-out, transform 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, border 0.5s ease-in-out, transform 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out, border 0.5s ease-in-out, transform 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, border 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, border 0.5s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0.50; }
    .project-feature .image::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.85; }
    .project-feature .image.no-anim {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
  .project-feature .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px; }
    .project-feature .content .outer {
      display: table;
      width: 100%;
      height: 100%; }
    .project-feature .content .inner {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
    .project-feature .content .heading {
      position: relative;
      display: inline-block;
      font-family: 'Megrim', cursive;
      font-style: normal;
      font-weight: normal;
      line-height: 112%;
      text-transform: uppercase;
      color: #FFFFFF;
      white-space: nowrap; }
    .project-feature .content .summary {
      display: block;
      margin: 3px 0 0 0;
      font-family: 'Jura', sans-serif;
      font-style: normal;
      font-weight: 600;
      line-height: 112%;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-align: center;
      color: rgba(255, 255, 255, 0.65); }
    @media screen {
      .project-feature .content .heading {
        font-size: 30px; }
      .project-feature .content .summary {
        font-size: 14px; } }
    @media screen and (min-width: 600px) {
      .project-feature .content .heading {
        font-size: 24px; }
      .project-feature .content .summary {
        font-size: 13px; } }
    @media screen and (min-width: 768px) {
      .project-feature .content .heading {
        font-size: 30px; }
      .project-feature .content .summary {
        font-size: 14px; } }
    @media screen and (min-width: 1000px) {
      .project-feature .content .heading {
        font-size: 24px; }
      .project-feature .content .summary {
        font-size: 13px; } }
    @media screen and (min-width: 1300px) {
      .project-feature .content .heading {
        font-size: 30px; }
      .project-feature .content .summary {
        font-size: 14px; } }
  .project-feature.theme-blue-blue .image::before {
    background-color: #4D4DFF;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #000000);
    background: -moz-linear-gradient(60deg, #4D4DFF, #000000);
    background: -o-linear-gradient(60deg, #4D4DFF, #000000);
    background: linear-gradient(60deg, #4D4DFF, #000000); }
  .project-feature.theme-blue-blue .content .heading {
    color: #4D4DFF;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #2e2e99);
    background: -o-linear-gradient(60deg, #4D4DFF, #2e2e99);
    -webkit-background-clip: text; }
  .project-feature.theme-blue-pink .image::before {
    background-color: #4D4DFF;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #FF1485);
    background: -moz-linear-gradient(60deg, #4D4DFF, #FF1485);
    background: -o-linear-gradient(60deg, #4D4DFF, #FF1485);
    background: linear-gradient(60deg, #4D4DFF, #FF1485); }
  .project-feature.theme-blue-pink .content .heading {
    color: #4D4DFF;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #FF1485);
    background: -o-linear-gradient(60deg, #4D4DFF, #FF1485);
    -webkit-background-clip: text; }
  .project-feature.theme-blue-green .image::before {
    background-color: #4D4DFF;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #00DA6A);
    background: -moz-linear-gradient(60deg, #4D4DFF, #00DA6A);
    background: -o-linear-gradient(60deg, #4D4DFF, #00DA6A);
    background: linear-gradient(60deg, #4D4DFF, #00DA6A); }
  .project-feature.theme-blue-green .content .heading {
    color: #4D4DFF;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #00DA6A);
    background: -o-linear-gradient(60deg, #4D4DFF, #00DA6A);
    -webkit-background-clip: text; }
  .project-feature.theme-blue-yellow .image::before {
    background-color: #4D4DFF;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #FFC000);
    background: -moz-linear-gradient(60deg, #4D4DFF, #FFC000);
    background: -o-linear-gradient(60deg, #4D4DFF, #FFC000);
    background: linear-gradient(60deg, #4D4DFF, #FFC000); }
  .project-feature.theme-blue-yellow .content .heading {
    color: #4D4DFF;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #4D4DFF, #FFC000);
    background: -o-linear-gradient(60deg, #4D4DFF, #FFC000);
    -webkit-background-clip: text; }
  .project-feature.theme-pink-pink .image::before {
    background-color: #FF1485;
    background: -webkit-linear-gradient(60deg, #FF1485, #000000);
    background: -moz-linear-gradient(60deg, #FF1485, #000000);
    background: -o-linear-gradient(60deg, #FF1485, #000000);
    background: linear-gradient(60deg, #FF1485, #000000); }
  .project-feature.theme-pink-pink .content .heading {
    color: #FF1485;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FF1485, #59072f);
    background: -o-linear-gradient(60deg, #FF1485, #59072f);
    -webkit-background-clip: text; }
  .project-feature.theme-pink-blue .image::before {
    background-color: #FF1485;
    background: -webkit-linear-gradient(60deg, #FF1485, #4D4DFF);
    background: -moz-linear-gradient(60deg, #FF1485, #4D4DFF);
    background: -o-linear-gradient(60deg, #FF1485, #4D4DFF);
    background: linear-gradient(60deg, #FF1485, #4D4DFF); }
  .project-feature.theme-pink-blue .content .heading {
    color: #FF1485;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FF1485, #4D4DFF);
    background: -o-linear-gradient(60deg, #FF1485, #4D4DFF);
    -webkit-background-clip: text; }
  .project-feature.theme-pink-green .image::before {
    background-color: #FF1485;
    background: -webkit-linear-gradient(60deg, #FF1485, #00DA6A);
    background: -moz-linear-gradient(60deg, #FF1485, #00DA6A);
    background: -o-linear-gradient(60deg, #FF1485, #00DA6A);
    background: linear-gradient(60deg, #FF1485, #00DA6A); }
  .project-feature.theme-pink-green .content .heading {
    color: #FF1485;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FF1485, #00DA6A);
    background: -o-linear-gradient(60deg, #FF1485, #00DA6A);
    -webkit-background-clip: text; }
  .project-feature.theme-pink-yellow .image::before {
    background-color: #FF1485;
    background: -webkit-linear-gradient(60deg, #FF1485, #FFC000);
    background: -moz-linear-gradient(60deg, #FF1485, #FFC000);
    background: -o-linear-gradient(60deg, #FF1485, #FFC000);
    background: linear-gradient(60deg, #FF1485, #FFC000); }
  .project-feature.theme-pink-yellow .content .heading {
    color: #FF1485;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FF1485, #FFC000);
    background: -o-linear-gradient(60deg, #FF1485, #FFC000);
    -webkit-background-clip: text; }
  .project-feature.theme-yellow-yellow .image::before {
    background-color: #FFC000;
    background: -webkit-linear-gradient(60deg, #FFC000, #000000);
    background: -moz-linear-gradient(60deg, #FFC000, #000000);
    background: -o-linear-gradient(60deg, #FFC000, #000000);
    background: linear-gradient(60deg, #FFC000, #000000); }
  .project-feature.theme-yellow-yellow .content .heading {
    color: #FFC000;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FFC000, #594300);
    background: -o-linear-gradient(60deg, #FFC000, #594300);
    -webkit-background-clip: text; }
  .project-feature.theme-yellow-blue .image::before {
    background-color: #FFC000;
    background: -webkit-linear-gradient(60deg, #FFC000, #4D4DFF);
    background: -moz-linear-gradient(60deg, #FFC000, #4D4DFF);
    background: -o-linear-gradient(60deg, #FFC000, #4D4DFF);
    background: linear-gradient(60deg, #FFC000, #4D4DFF); }
  .project-feature.theme-yellow-blue .content .heading {
    color: #FFC000;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FFC000, #4D4DFF);
    background: -o-linear-gradient(60deg, #FFC000, #4D4DFF);
    -webkit-background-clip: text; }
  .project-feature.theme-yellow-green .image::before {
    background-color: #FFC000;
    background: -webkit-linear-gradient(60deg, #FFC000, #00DA6A);
    background: -moz-linear-gradient(60deg, #FFC000, #00DA6A);
    background: -o-linear-gradient(60deg, #FFC000, #00DA6A);
    background: linear-gradient(60deg, #FFC000, #00DA6A); }
  .project-feature.theme-yellow-green .content .heading {
    color: #FFC000;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FFC000, #00DA6A);
    background: -o-linear-gradient(60deg, #FFC000, #00DA6A);
    -webkit-background-clip: text; }
  .project-feature.theme-yellow-pink .image::before {
    background-color: #FFC000;
    background: -webkit-linear-gradient(60deg, #FFC000, #FF1485);
    background: -moz-linear-gradient(60deg, #FFC000, #FF1485);
    background: -o-linear-gradient(60deg, #FFC000, #FF1485);
    background: linear-gradient(60deg, #FFC000, #FF1485); }
  .project-feature.theme-yellow-pink .content .heading {
    color: #FFC000;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #FFC000, #FF1485);
    background: -o-linear-gradient(60deg, #FFC000, #FF1485);
    -webkit-background-clip: text; }
  .project-feature.theme-green-green .image::before {
    background-color: #00DA6A;
    background: -webkit-linear-gradient(60deg, #00DA6A, #000000);
    background: -moz-linear-gradient(60deg, #00DA6A, #000000);
    background: -o-linear-gradient(60deg, #00DA6A, #000000);
    background: linear-gradient(60deg, #00DA6A, #000000); }
  .project-feature.theme-green-green .content .heading {
    color: #00DA6A;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #00DA6A, #004c25);
    background: -o-linear-gradient(60deg, #00DA6A, #004c25);
    -webkit-background-clip: text; }
  .project-feature.theme-green-blue .image::before {
    background-color: #00DA6A;
    background: -webkit-linear-gradient(60deg, #00DA6A, #4D4DFF);
    background: -moz-linear-gradient(60deg, #00DA6A, #4D4DFF);
    background: -o-linear-gradient(60deg, #00DA6A, #4D4DFF);
    background: linear-gradient(60deg, #00DA6A, #4D4DFF); }
  .project-feature.theme-green-blue .content .heading {
    color: #00DA6A;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #00DA6A, #4D4DFF);
    background: -o-linear-gradient(60deg, #00DA6A, #4D4DFF);
    -webkit-background-clip: text; }
  .project-feature.theme-green-yellow .image::before {
    background-color: #00DA6A;
    background: -webkit-linear-gradient(60deg, #00DA6A, #FFC000);
    background: -moz-linear-gradient(60deg, #00DA6A, #FFC000);
    background: -o-linear-gradient(60deg, #00DA6A, #FFC000);
    background: linear-gradient(60deg, #00DA6A, #FFC000); }
  .project-feature.theme-green-yellow .content .heading {
    color: #00DA6A;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #00DA6A, #FFC000);
    background: -o-linear-gradient(60deg, #00DA6A, #FFC000);
    -webkit-background-clip: text; }
  .project-feature.theme-green-pink .image::before {
    background-color: #00DA6A;
    background: -webkit-linear-gradient(60deg, #00DA6A, #FF1485);
    background: -moz-linear-gradient(60deg, #00DA6A, #FF1485);
    background: -o-linear-gradient(60deg, #00DA6A, #FF1485);
    background: linear-gradient(60deg, #00DA6A, #FF1485); }
  .project-feature.theme-green-pink .content .heading {
    color: #00DA6A;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(60deg, #00DA6A, #FF1485);
    background: -o-linear-gradient(60deg, #00DA6A, #FF1485);
    -webkit-background-clip: text; }

#menu-links {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  @media screen {
    #menu-links {
      padding: 10px 25px 0 25px; } }
  @media screen and (min-width: 425px) {
    #menu-links {
      padding: 0 25px 25px 25px; } }
  @media screen and (min-width: 1650px) {
    #menu-links {
      padding: 0 0 25px 0; } }
  #menu-links ul {
    list-style: none;
    padding: 0 0 0 0;
    text-align: right; }
  #menu-links li {
    display: inline-block;
    font-family: 'Jura', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    #menu-links li span {
      display: block;
      font-size: 14px;
      color: #cccccc; }
    #menu-links li a {
      display: block;
      font-size: 18px;
      text-decoration: none;
      -webkit-transition: color 0.5s ease-in-out;
      -moz-transition: color 0.5s ease-in-out;
      -ms-transition: color 0.5s ease-in-out;
      -o-transition: color 0.5s ease-in-out;
      transition: color 0.5s ease-in-out; }
    @media screen {
      #menu-links li {
        margin: 0 0 0 0;
        padding: 0 0 15px 0;
        text-align: center; }
        #menu-links li span {
          font-size: 13px; }
        #menu-links li a {
          font-size: 16px; }
        #menu-links li:nth-child(1) {
          display: none; }
        #menu-links li:nth-child(2), #menu-links li:nth-child(3), #menu-links li:nth-child(4) {
          display: block; }
        #menu-links li:nth-child(5) {
          display: block; }
        #menu-links li.email {
          margin-left: 0; } }
    @media screen and (min-width: 425px) {
      #menu-links li {
        margin: 0 0 0 15px;
        padding: 0 0 0 0;
        text-align: left; }
        #menu-links li:nth-child(1) {
          display: none; }
        #menu-links li:nth-child(2), #menu-links li:nth-child(3), #menu-links li:nth-child(4) {
          display: inline-block; }
        #menu-links li:nth-child(5) {
          display: inline-block; }
        #menu-links li.email {
          margin-left: 30px; } }
    @media screen and (min-width: 768px) {
      #menu-links li span {
        font-size: 14px; }
      #menu-links li a {
        font-size: 18px; }
      #menu-links li:nth-child(1), #menu-links li:nth-child(2), #menu-links li:nth-child(3), #menu-links li:nth-child(4), #menu-links li:nth-child(5) {
        display: inline-block; } }
    #menu-links li.linkedin a {
      color: #3e3ecc; }
      #menu-links li.linkedin a:hover {
        -webkit-animation: link_rainbow_blue 0.5s linear;
        -moz-animation: link_rainbow_blue 0.5s linear;
        -o-animation: link_rainbow_blue 0.5s linear;
        animation: link_rainbow_blue 0.5s linear;
        color: #1f1f66; }
@-webkit-keyframes link_rainbow_blue {
  12.5% {
    color: #664d00; }
  25% {
    color: #660835; }
  37.5% {
    color: #1f1f66; }
  50% {
    color: #00572a; }
  62.5% {
    color: #664d00; }
  75% {
    color: #660835; }
  87.5% {
    color: #1f1f66; } }
@-moz-keyframes link_rainbow_blue {
  12.5% {
    color: #664d00; }
  25% {
    color: #660835; }
  37.5% {
    color: #1f1f66; }
  50% {
    color: #00572a; }
  62.5% {
    color: #664d00; }
  75% {
    color: #660835; }
  87.5% {
    color: #1f1f66; } }
@-ms-keyframes link_rainbow_blue {
  12.5% {
    color: #664d00; }
  25% {
    color: #660835; }
  37.5% {
    color: #1f1f66; }
  50% {
    color: #00572a; }
  62.5% {
    color: #664d00; }
  75% {
    color: #660835; }
  87.5% {
    color: #1f1f66; } }
@keyframes link_rainbow_blue {
  12.5% {
    color: #664d00; }
  25% {
    color: #660835; }
  37.5% {
    color: #1f1f66; }
  50% {
    color: #00572a; }
  62.5% {
    color: #664d00; }
  75% {
    color: #660835; }
  87.5% {
    color: #1f1f66; } }
    #menu-links li.twitter a {
      color: #cc9a00; }
      #menu-links li.twitter a:hover {
        -webkit-animation: link_rainbow_yellow 0.5s linear;
        -moz-animation: link_rainbow_yellow 0.5s linear;
        -o-animation: link_rainbow_yellow 0.5s linear;
        animation: link_rainbow_yellow 0.5s linear;
        color: #664d00; }
@-webkit-keyframes link_rainbow_yellow {
  12.5% {
    color: #1f1f66; }
  25% {
    color: #00572a; }
  37.5% {
    color: #664d00; }
  50% {
    color: #660835; }
  62.5% {
    color: #1f1f66; }
  75% {
    color: #00572a; }
  87.5% {
    color: #664d00; } }
@-moz-keyframes link_rainbow_yellow {
  12.5% {
    color: #1f1f66; }
  25% {
    color: #00572a; }
  37.5% {
    color: #664d00; }
  50% {
    color: #660835; }
  62.5% {
    color: #1f1f66; }
  75% {
    color: #00572a; }
  87.5% {
    color: #664d00; } }
@-ms-keyframes link_rainbow_yellow {
  12.5% {
    color: #1f1f66; }
  25% {
    color: #00572a; }
  37.5% {
    color: #664d00; }
  50% {
    color: #660835; }
  62.5% {
    color: #1f1f66; }
  75% {
    color: #00572a; }
  87.5% {
    color: #664d00; } }
@keyframes link_rainbow_yellow {
  12.5% {
    color: #1f1f66; }
  25% {
    color: #00572a; }
  37.5% {
    color: #664d00; }
  50% {
    color: #660835; }
  62.5% {
    color: #1f1f66; }
  75% {
    color: #00572a; }
  87.5% {
    color: #664d00; } }
    #menu-links li.instagram a {
      color: #cc106a; }
      #menu-links li.instagram a:hover {
        -webkit-animation: link_rainbow_pink 0.5s linear;
        -moz-animation: link_rainbow_pink 0.5s linear;
        -o-animation: link_rainbow_pink 0.5s linear;
        animation: link_rainbow_pink 0.5s linear;
        color: #660835; }
@-webkit-keyframes link_rainbow_pink {
  12.5% {
    color: #00572a; }
  25% {
    color: #664d00; }
  37.5% {
    color: #660835; }
  50% {
    color: #1f1f66; }
  62.5% {
    color: #00572a; }
  75% {
    color: #664d00; }
  87.5% {
    color: #660835; } }
@-moz-keyframes link_rainbow_pink {
  12.5% {
    color: #00572a; }
  25% {
    color: #664d00; }
  37.5% {
    color: #660835; }
  50% {
    color: #1f1f66; }
  62.5% {
    color: #00572a; }
  75% {
    color: #664d00; }
  87.5% {
    color: #660835; } }
@-ms-keyframes link_rainbow_pink {
  12.5% {
    color: #00572a; }
  25% {
    color: #664d00; }
  37.5% {
    color: #660835; }
  50% {
    color: #1f1f66; }
  62.5% {
    color: #00572a; }
  75% {
    color: #664d00; }
  87.5% {
    color: #660835; } }
@keyframes link_rainbow_pink {
  12.5% {
    color: #00572a; }
  25% {
    color: #664d00; }
  37.5% {
    color: #660835; }
  50% {
    color: #1f1f66; }
  62.5% {
    color: #00572a; }
  75% {
    color: #664d00; }
  87.5% {
    color: #660835; } }
    #menu-links li.email a {
      color: #00ae55; }
      #menu-links li.email a:hover {
        -webkit-animation: link_rainbow_green 0.5s linear;
        -moz-animation: link_rainbow_green 0.5s linear;
        -o-animation: link_rainbow_green 0.5s linear;
        animation: link_rainbow_green 0.5s linear;
        color: #00572a; }
@-webkit-keyframes link_rainbow_green {
  12.5% {
    color: #660835; }
  25% {
    color: #1f1f66; }
  37.5% {
    color: #00572a; }
  50% {
    color: #664d00; }
  62.5% {
    color: #660835; }
  75% {
    color: #1f1f66; }
  87.5% {
    color: #00572a; } }
@-moz-keyframes link_rainbow_green {
  12.5% {
    color: #660835; }
  25% {
    color: #1f1f66; }
  37.5% {
    color: #00572a; }
  50% {
    color: #664d00; }
  62.5% {
    color: #660835; }
  75% {
    color: #1f1f66; }
  87.5% {
    color: #00572a; } }
@-ms-keyframes link_rainbow_green {
  12.5% {
    color: #660835; }
  25% {
    color: #1f1f66; }
  37.5% {
    color: #00572a; }
  50% {
    color: #664d00; }
  62.5% {
    color: #660835; }
  75% {
    color: #1f1f66; }
  87.5% {
    color: #00572a; } }
@keyframes link_rainbow_green {
  12.5% {
    color: #660835; }
  25% {
    color: #1f1f66; }
  37.5% {
    color: #00572a; }
  50% {
    color: #664d00; }
  62.5% {
    color: #660835; }
  75% {
    color: #1f1f66; }
  87.5% {
    color: #00572a; } }
  #menu-links.open {
    display: block; }

#filters {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  @media screen {
    #filters {
      padding: 5px 25px 50px; } }
  @media screen and (min-width: 1650px) {
    #filters {
      padding: 5px 0 50px; } }
  #filters .content {
    padding: 0 0 0; }
  #filters .groups {
    list-style: none;
    text-align: left; }
  #filters .filters {
    overflow: hidden;
    margin: 20px 0 0 0;
    font-size: 0;
    max-height: 0;
    margin: 0 0 0 0; }
    #filters .filters:first-child {
      margin-top: 0; }
    #filters .filters.open {
      max-height: 1000px;
      margin: 20px 0 0 0; }
  #filters .heading {
    margin: 0 0 10px 0;
    font-family: 'Jura', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 135%;
    color: #FFFFFF;
    text-transform: uppercase; }
  #filters .filters-clear {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 8px 16px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: 'Jura', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    color: white; }
    #filters .filters-clear:hover {
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      -ms-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      color: rgba(255, 255, 255, 0.6); }
  #filters .filters-more {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 31px;
    padding: 8px 16px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: 'Jura', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    background-color: #1a1a1a; }
    #filters .filters-more:hover {
      -webkit-transition: background-color 0.15s ease-in-out;
      -moz-transition: background-color 0.15s ease-in-out;
      -ms-transition: background-color 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out;
      background-color: #0f0f0f; }
    #filters .filters-more.emoticon {
      height: 31px;
      font-family: 'Palanquin', sans-serif;
      font-style: normal;
      font-weight: 200;
      font-size: 14px; }
    #filters .filters-more.text-rainbow.active {
      -webkit-animation: more_rainbow 2.5s infinite;
      -moz-animation: more_rainbow 2.5s infinite;
      -o-animation: more_rainbow 2.5s infinite;
      animation: more_rainbow 2.5s infinite; }
@-webkit-keyframes more_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-moz-keyframes more_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-ms-keyframes more_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@keyframes more_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
    #filters .filters-more .label-1,
    #filters .filters-more .label-2 {
      position: absolute;
      left: 0;
      top: 8px;
      width: 100%;
      -webkit-transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      -ms-transition: opacity 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
    #filters .filters-more .label-1 {
      opacity: 1; }
    #filters .filters-more .label-2 {
      opacity: 0; }
    #filters .filters-more.on {
      cursor: default; }
      #filters .filters-more.on .label-1,
      #filters .filters-more.on .label-2 {
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      #filters .filters-more.on .label-1 {
        opacity: 0; }
      #filters .filters-more.on .label-2 {
        opacity: 1; }
      #filters .filters-more.on:hover {
        background-color: #1a1a1a; }
    #filters .filters-more.filters-less {
      cursor: pointer; }
      #filters .filters-more.filters-less.on:hover {
        background-color: #0f0f0f; }
  #filters .filter {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    #filters .filter input[type='checkbox'] {
      z-index: 2;
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      outline: 0;
      border: 0;
      border-radius: 0;
      background: none;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
    #filters .filter .bg {
      z-index: 1;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #filters .filter span {
      z-index: 3;
      position: relative;
      display: block;
      padding: 8px 16px;
      font-family: 'Jura', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.05em;
      line-height: 100%;
      text-transform: uppercase;
      text-align: center; }
      #filters .filter span.emoticon {
        height: 31px;
        font-family: 'Palanquin', sans-serif;
        font-style: normal;
        font-weight: 200;
        font-size: 14px; }
    #filters .filter.active span.text-rainbow {
      -webkit-animation: filter_rainbow 2.5s infinite;
      -moz-animation: filter_rainbow 2.5s infinite;
      -o-animation: filter_rainbow 2.5s infinite;
      animation: filter_rainbow 2.5s infinite; }
@-webkit-keyframes filter_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-moz-keyframes filter_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-ms-keyframes filter_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@keyframes filter_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
    #filters .filter.theme-grey .bg {
      background: -webkit-linear-gradient(to top right, #666666, gray);
      background: -moz-linear-gradient(to top right, #666666, gray);
      background: -o-linear-gradient(to top right, #666666, gray);
      background: linear-gradient(45deg, #666666, gray);
      opacity: 0.2; }
    #filters .filter.theme-grey span {
      color: #FFFFFF; }
    #filters .filter.theme-grey:hover .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      -webkit-transform: scaleX(1) scaleY(1);
      -moz-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
      -o-transform: scaleX(1) scaleY(1);
      transform: scaleX(1) scaleY(1);
      opacity: 0.1; }
    #filters .filter.theme-grey:hover input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0.6; }
    #filters .filter.theme-grey input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
    #filters .filter.theme-grey input[type='checkbox']:checked + .bg + span {
      color: #111111; }
    #filters .filter.theme-grey.theme-rainbow .bg {
      background: -webkit-linear-gradient(to top right, #4d4d4d, #666666);
      background: -moz-linear-gradient(to top right, #4d4d4d, #666666);
      background: -o-linear-gradient(to top right, #4d4d4d, #666666);
      background: linear-gradient(45deg, #4d4d4d, #666666); }
    #filters .filter.theme-grey.theme-rainbow input[type='checkbox']:checked + .bg {
      opacity: 0.6; }
    #filters .filter.theme-pink .bg {
      background: -webkit-linear-gradient(to top right, #800a43, #cc106a);
      background: -moz-linear-gradient(to top right, #800a43, #cc106a);
      background: -o-linear-gradient(to top right, #800a43, #cc106a);
      background: linear-gradient(45deg, #800a43, #cc106a);
      opacity: 0.2; }
    #filters .filter.theme-pink span {
      color: #FFFFFF; }
    #filters .filter.theme-pink:hover .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      -webkit-transform: scaleX(1) scaleY(1);
      -moz-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
      -o-transform: scaleX(1) scaleY(1);
      transform: scaleX(1) scaleY(1);
      opacity: 0.4; }
    #filters .filter.theme-pink:hover input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0.6; }
    #filters .filter.theme-pink input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
    #filters .filter.theme-pink input[type='checkbox']:checked + .bg + span {
      color: #FFFFFF; }
    #filters .filter.theme-green .bg {
      background: -webkit-linear-gradient(to top right, #006d35, #00ae55);
      background: -moz-linear-gradient(to top right, #006d35, #00ae55);
      background: -o-linear-gradient(to top right, #006d35, #00ae55);
      background: linear-gradient(45deg, #006d35, #00ae55);
      opacity: 0.2; }
    #filters .filter.theme-green span {
      color: #FFFFFF; }
    #filters .filter.theme-green:hover .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      -webkit-transform: scaleX(1) scaleY(1);
      -moz-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
      -o-transform: scaleX(1) scaleY(1);
      transform: scaleX(1) scaleY(1);
      opacity: 0.2; }
    #filters .filter.theme-green:hover input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0.6; }
    #filters .filter.theme-green input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
    #filters .filter.theme-green input[type='checkbox']:checked + .bg + span {
      color: #FFFFFF; }
    #filters .filter.theme-blue .bg {
      background: -webkit-linear-gradient(to top right, #272780, #3e3ecc);
      background: -moz-linear-gradient(to top right, #272780, #3e3ecc);
      background: -o-linear-gradient(to top right, #272780, #3e3ecc);
      background: linear-gradient(45deg, #272780, #3e3ecc);
      opacity: 0.2; }
    #filters .filter.theme-blue span {
      color: #FFFFFF; }
    #filters .filter.theme-blue:hover .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      -webkit-transform: scaleX(1) scaleY(1);
      -moz-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
      -o-transform: scaleX(1) scaleY(1);
      transform: scaleX(1) scaleY(1);
      opacity: 0.3; }
    #filters .filter.theme-blue:hover input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0.6; }
    #filters .filter.theme-blue input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
    #filters .filter.theme-blue input[type='checkbox']:checked + .bg + span {
      color: #FFFFFF; }
    #filters .filter.theme-yellow .bg {
      background: -webkit-linear-gradient(to top right, #806000, #cc9a00);
      background: -moz-linear-gradient(to top right, #806000, #cc9a00);
      background: -o-linear-gradient(to top right, #806000, #cc9a00);
      background: linear-gradient(45deg, #806000, #cc9a00);
      opacity: 0.2; }
    #filters .filter.theme-yellow span {
      color: #FFFFFF; }
    #filters .filter.theme-yellow:hover .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      -webkit-transform: scaleX(1) scaleY(1);
      -moz-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
      -o-transform: scaleX(1) scaleY(1);
      transform: scaleX(1) scaleY(1);
      opacity: 0.2; }
    #filters .filter.theme-yellow:hover input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0.6; }
    #filters .filter.theme-yellow input[type='checkbox']:checked + .bg {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      opacity: 1; }
    #filters .filter.theme-yellow input[type='checkbox']:checked + .bg + span {
      color: #FFFFFF; }

#hello {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
  -moz-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
  -ms-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
  -o-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
  transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out; }
  #hello .content {
    min-height: 30px;
    padding: 0 0 0; }
    #hello .content:before, #hello .content:after {
      content: "";
      display: table; }
    #hello .content:after {
      clear: both; }
@-webkit-keyframes hello_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-moz-keyframes hello_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@-ms-keyframes hello_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
@keyframes hello_rainbow {
  0% {
    color: #ff1485; }
  25% {
    color: #ffc000; }
  50% {
    color: #00da6a; }
  75% {
    color: #4d4dff; }
  100% {
    color: #ff1485; } }
  #hello .greeting {
    position: relative;
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 135%;
    color: #FFFFFF; }
    #hello .greeting .word {
      z-index: 2;
      position: relative;
      display: inline-block; }
    #hello .greeting .emoticon {
      z-index: 2;
      cursor: pointer;
      position: relative;
      display: inline-block; }
      #hello .greeting .emoticon.active {
        -webkit-animation: hello_rainbow 2s infinite;
        -moz-animation: hello_rainbow 2s infinite;
        -o-animation: hello_rainbow 2s infinite;
        animation: hello_rainbow 2s infinite; }
@-webkit-keyframes wave_1 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes wave_1 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes wave_1 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes wave_1 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes wave_2 {
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes wave_2 {
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes wave_2 {
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes wave_2 {
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
      #hello .greeting .emoticon .arm:nth-child(1),
      #hello .greeting .emoticon .arm:nth-child(2) {
        position: absolute;
        right: -10px;
        top: 0; }
      #hello .greeting .emoticon .arm:nth-child(2) {
        right: -19px;
        opacity: 0; }
      #hello .greeting .emoticon:hover .arm:nth-child(1) {
        -webkit-animation: wave_1 0.5s 0s infinite;
        -moz-animation: wave_1 0.5s 0s infinite;
        -o-animation: wave_1 0.5s 0s infinite;
        animation: wave_1 0.5s 0s infinite; }
      #hello .greeting .emoticon:hover .arm:nth-child(2) {
        -webkit-animation: wave_2 0.5s 0s infinite;
        -moz-animation: wave_2 0.5s 0s infinite;
        -o-animation: wave_2 0.5s 0s infinite;
        animation: wave_2 0.5s 0s infinite; }
  #hello .message {
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 135%;
    color: #FFFFFF; }
    @media screen {
      #hello .message {
        font-size: 18px; } }
    @media screen and (min-width: 425px) {
      #hello .message {
        font-size: 20px; } }
    #hello .message p {
      margin: 0 0 1.0em 0; }
      @media screen {
        #hello .message p {
          margin-top: 1.0em;
          text-align: left; } }
      @media screen and (min-width: 1000px) {
        #hello .message p {
          margin-top: 0;
          text-align: justify; } }
    #hello .message a {
      position: relative;
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 1.0; }
      #hello .message a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 1px;
        border-top: 1px solid #FFFFFF;
        border: 0; }
      #hello .message a:hover {
        -webkit-transition: opacity 0.15s ease-in-out;
        -moz-transition: opacity 0.15s ease-in-out;
        -ms-transition: opacity 0.15s ease-in-out;
        -o-transition: opacity 0.15s ease-in-out;
        transition: opacity 0.15s ease-in-out;
        opacity: 0.5; }
      #hello .message a.theme-blue {
        color: #4D4DFF; }
        #hello .message a.theme-blue::before {
          border-top-color: #4D4DFF; }
      #hello .message a.theme-green {
        color: #00DA6A; }
        #hello .message a.theme-green::before {
          border-top-color: #00DA6A; }
      #hello .message a.theme-yellow {
        color: #FFC000; }
        #hello .message a.theme-yellow::before {
          border-top-color: #FFC000; }
      #hello .message a.theme-pink {
        color: #FF1485; }
        #hello .message a.theme-pink::before {
          border-top-color: #FF1485; }
  #hello .toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 27px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 135%;
    text-decoration: none;
    white-space: nowrap;
    color: #FFFFFF; }
    #hello .toggle.active {
      -webkit-animation: hello_rainbow 2s infinite;
      -moz-animation: hello_rainbow 2s infinite;
      -o-animation: hello_rainbow 2s infinite;
      animation: hello_rainbow 2s infinite; }
    #hello .toggle .open,
    #hello .toggle .close {
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    #hello .toggle .close {
      display: none; }
      #hello .toggle .close .arm {
        position: relative;
        top: -5px; }
    #hello .toggle:hover .open,
    #hello .toggle:hover .close {
      -webkit-transition: opacity 0.15s ease-in-out;
      -moz-transition: opacity 0.15s ease-in-out;
      -ms-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      opacity: 0.5; }
    @media screen {
      #hello .toggle {
        width: 100%; }
        #hello .toggle .open,
        #hello .toggle .close {
          width: 100%;
          text-align: center; } }
    @media screen and (min-width: 425px) {
      #hello .toggle {
        width: 80px; }
        #hello .toggle .open,
        #hello .toggle .close {
          width: auto;
          text-align: right; } }
  #hello .col-1 {
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    max-height: 1px; }
  #hello .col-2 {
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    max-height: 1px; }
  #hello.open .col-1 {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
  #hello.open .col-2 {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
  @media screen {
    #hello .col-1 {
      float: none;
      width: 100%;
      padding: 0 0 0 0; }
    #hello .col-2 {
      float: none;
      width: 100%;
      padding: 0 0 0 0; }
    #hello .col-3 {
      float: none;
      width: 100%;
      padding: 0 0 0 0;
      text-align: center; }
    #hello.open .col-1 {
      max-height: 30px; }
    #hello.open .col-2 {
      max-height: 800px; } }
  @media screen and (min-width: 425px) {
    #hello .col-3 {
      text-align: right; } }
  @media screen and (min-width: 1000px) {
    #hello .col-1 {
      float: left;
      padding: 0 25px 0 0;
      width: 20%; }
    #hello .col-2 {
      float: left;
      width: 60%;
      padding: 0 25px; }
    #hello .col-3 {
      float: left;
      width: 20%;
      padding: 0 0 0 25px; }
    #hello.open .col-2 {
      max-height: 600px; } }
  @media screen {
    #hello {
      padding: 5px 25px 25px; } }
  @media screen and (min-width: 1650px) {
    #hello {
      padding: 5px 0 25px; } }
  #hello.open {
    -webkit-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
    -moz-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
    -ms-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
    -o-transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out;
    transition: padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out; }
    @media screen {
      #hello.open {
        padding: 50px 25px 50px; } }
    @media screen and (min-width: 1650px) {
      #hello.open {
        padding: 50px 0 50px; } }
    #hello.open .toggle .open {
      display: none; }
    #hello.open .toggle .close {
      display: block; }

#project-state-blocker {
  z-index: 900;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }
  #project-state-blocker.init {
    display: block; }
  #project-state-blocker .focus {
    cursor: pointer;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 100%;
    color: #cccccc;
    text-decoration: none; }
    #project-state-blocker .focus .focus-wrapper {
      display: block;
      position: fixed;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 80px;
      height: 30px; }
    #project-state-blocker .focus .up,
    #project-state-blocker .focus .down {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: opacity 0.15s ease-in-out;
      -moz-transition: opacity 0.15s ease-in-out;
      -ms-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      opacity: 1.0; }
      #project-state-blocker .focus .up:hover,
      #project-state-blocker .focus .down:hover {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        opacity: 0.5; }
    #project-state-blocker .focus .up {
      display: none; }
@-webkit-keyframes point-up {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes point-up {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes point-up {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes point-up {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
      #project-state-blocker .focus .up .arm-1,
      #project-state-blocker .focus .up .arm-2 {
        display: inline-block;
        position: relative;
        top: -5px; }
      #project-state-blocker .focus .up.active {
        display: block; }
        #project-state-blocker .focus .up.active .arm-1,
        #project-state-blocker .focus .up.active .arm-2 {
          -webkit-animation: point-up 1s 0s infinite;
          -moz-animation: point-up 1s 0s infinite;
          -o-animation: point-up 1s 0s infinite;
          animation: point-up 1s 0s infinite; }
    #project-state-blocker .focus .down {
      display: none; }
@-webkit-keyframes point-down {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes point-down {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes point-down {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes point-down {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
      #project-state-blocker .focus .down .arm-1,
      #project-state-blocker .focus .down .arm-2 {
        display: inline-block;
        position: relative;
        bottom: -2px; }
      #project-state-blocker .focus .down.active {
        display: block; }
        #project-state-blocker .focus .down.active .arm-1,
        #project-state-blocker .focus .down.active .arm-2 {
          -webkit-animation: point-down 1s 0s infinite;
          -moz-animation: point-down 1s 0s infinite;
          -o-animation: point-down 1s 0s infinite;
          animation: point-down 1s 0s infinite; }

#project {
  display: none;
  z-index: 8888;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  #project:before, #project:after {
    content: "";
    display: table; }
  #project:after {
    clear: both; }
  #project.active {
    display: block; }
  #project.init {
    display: block; }
  #project .loader {
    z-index: 8;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #040404; }
  #project.init .loader {
    display: block; }
  #project .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #040404; }
  #project .project-container {
    position: relative; }
  #project .ui-project {
    z-index: 2;
    position: absolute;
    width: 100%; }
    #project .ui-project .close {
      cursor: pointer;
      display: block;
      position: absolute;
      left: 25px;
      top: 25px;
      outline: 0;
      border: 0;
      border-radius: 0;
      background: none;
      font-family: 'Palanquin', sans-serif;
      font-style: normal;
      font-weight: 200;
      font-size: 20px;
      line-height: 100%;
      color: #cccccc;
      text-decoration: none; }
@-webkit-keyframes point {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes point {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes point {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes point {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      #project .ui-project .close:hover .arm-1 {
        -webkit-animation: point 0.5s 0s infinite;
        -moz-animation: point 0.5s 0s infinite;
        -o-animation: point 0.5s 0s infinite;
        animation: point 0.5s 0s infinite; }
      #project .ui-project .close:hover .arm-2 {
        -webkit-animation: point 0.5s 0.25s infinite;
        -moz-animation: point 0.5s 0.25s infinite;
        -o-animation: point 0.5s 0.25s infinite;
        animation: point 0.5s 0.25s infinite; }
  #project .header {
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #040404; }
    #project .header .image {
      opacity: 0.1;
      -webkit-transform: scaleX(0.95) scaleY(0.981);
      -moz-transform: scaleX(0.95) scaleY(0.981);
      -ms-transform: scaleX(0.95) scaleY(0.981);
      -o-transform: scaleX(0.95) scaleY(0.981);
      transform: scaleX(0.95) scaleY(0.981);
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      background-image: none !important; }
  #project .project-content {
    width: 100%;
    padding: 0 0 0 0; }
    #project .project-content .words {
      padding: 0 25px; }
      #project .project-content .words:before, #project .project-content .words:after {
        content: "";
        display: table; }
      #project .project-content .words:after {
        clear: both; }
      @media screen {
        #project .project-content .words {
          width: 100%;
          margin: 70px auto 60px; } }
      @media screen and (min-width: 425px) {
        #project .project-content .words {
          width: 90%;
          margin: 75px auto 65px; } }
      @media screen and (min-width: 768px) {
        #project .project-content .words {
          margin: 75px auto; } }
      @media screen and (min-width: 1000px) {
        #project .project-content .words {
          width: 80%;
          margin: 125px auto; } }
      #project .project-content .words .description {
        position: relative;
        font-family: 'Palanquin', sans-serif;
        font-style: normal;
        font-weight: 200;
        color: #cccccc; }
        #project .project-content .words .description p {
          margin: 0 0 1.0em 0; }
        #project .project-content .words .description ul {
          list-style: none;
          margin: 0 0 1.0em 0; }
          #project .project-content .words .description ul li {
            position: relative;
            padding: 0 0 0 20px; }
            #project .project-content .words .description ul li::before {
              content: '';
              position: absolute;
              left: 0;
              top: 11px;
              width: 8px;
              height: 8px;
              background: rgba(255, 255, 255, 0.5); }
        #project .project-content .words .description a {
          position: relative;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          -ms-transition: opacity 0.5s ease-in-out;
          -o-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          opacity: 1.0; }
          #project .project-content .words .description a::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 4px;
            width: 100%;
            height: 1px;
            border-top: 1px solid #cccccc;
            border: 0; }
          #project .project-content .words .description a:hover {
            -webkit-transition: opacity 0.15s ease-in-out;
            -moz-transition: opacity 0.15s ease-in-out;
            -ms-transition: opacity 0.15s ease-in-out;
            -o-transition: opacity 0.15s ease-in-out;
            transition: opacity 0.15s ease-in-out;
            opacity: 0.5; }
        #project .project-content .words .description button {
          border: 0;
          background: none;
          border-radius: none;
          outline: 0;
          cursor: pointer;
          position: relative;
          font-family: 'Palanquin', sans-serif;
          font-style: normal;
          font-weight: 200;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          -ms-transition: opacity 0.5s ease-in-out;
          -o-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          opacity: 1.0; }
          #project .project-content .words .description button::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 4px;
            width: 100%;
            height: 1px;
            border-top: 1px solid #cccccc;
            border: 0; }
          #project .project-content .words .description button:hover {
            -webkit-transition: opacity 0.15s ease-in-out;
            -moz-transition: opacity 0.15s ease-in-out;
            -ms-transition: opacity 0.15s ease-in-out;
            -o-transition: opacity 0.15s ease-in-out;
            transition: opacity 0.15s ease-in-out;
            opacity: 0.5; }
        @media screen {
          #project .project-content .words .description {
            margin: 0 0 50px 0;
            font-size: 18px;
            line-height: 135%; }
            #project .project-content .words .description button {
              font-size: 18px;
              line-height: 135%; }
            #project .project-content .words .description .smaller {
              font-size: 14px; } }
        @media screen and (min-width: 425px) {
          #project .project-content .words .description {
            margin: 0 0 60px 0;
            font-size: 20px; }
            #project .project-content .words .description button {
              font-size: 20px; }
            #project .project-content .words .description .smaller {
              font-size: 16px; } }
        @media screen and (min-width: 768px) {
          #project .project-content .words .description {
            margin: 0 0 75px 0; } }
        @media screen and (min-width: 1000px) {
          #project .project-content .words .description {
            margin: 0 0 125px 0; } }
      #project .project-content .words .clients {
        position: relative;
        font-family: 'Jura', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #999999; }
        #project .project-content .words .clients span {
          display: inline-block;
          padding: 13px 20px 12px 0;
          text-transform: uppercase; }
        @media screen {
          #project .project-content .words .clients {
            margin: 0 0 0 0;
            font-size: 16px; } }
        @media screen and (min-width: 425px) {
          #project .project-content .words .clients {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          #project .project-content .words .clients span {
            background: none !important; } }
        @media screen and (min-width: 768px) {
          #project .project-content .words .clients {
            margin: 0 0 20px 0; } }
      #project .project-content .words .roles,
      #project .project-content .words .features {
        position: relative;
        font-family: 'Jura', sans-serif;
        font-style: normal;
        font-weight: 600; }
        #project .project-content .words .roles ul,
        #project .project-content .words .features ul {
          list-style: none;
          display: inline-block;
          padding: 10px 10px 10px 0; }
        #project .project-content .words .roles li,
        #project .project-content .words .features li {
          text-transform: uppercase; }
        @media screen {
          #project .project-content .words .roles,
          #project .project-content .words .features {
            font-size: 16px;
            line-height: 135%; }
            #project .project-content .words .roles li,
            #project .project-content .words .features li {
              display: inline-block;
              margin: 0 10px 0 0; } }
        @media screen and (min-width: 425px) {
          #project .project-content .words .roles,
          #project .project-content .words .features {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          #project .project-content .words .roles ul,
          #project .project-content .words .features ul {
            background: none !important; } }
        @media screen and (min-width: 768px) {
          #project .project-content .words .roles li,
          #project .project-content .words .features li {
            display: inline-block;
            margin: 0 10px 0 0; } }
      #project .project-content .words .roles {
        color: #999999; }
        @media screen {
          #project .project-content .words .roles {
            margin: 0 0 0 0; } }
        @media screen and (min-width: 768px) {
          #project .project-content .words .roles {
            margin: 0 0 20px 0; } }
      #project .project-content .words .features {
        margin: 0 0 0 0;
        color: #999999; }
        @media screen {
          #project .project-content .words .features li {
            display: block; } }
        @media screen and (min-width: 768px) {
          #project .project-content .words .features li {
            display: inline-block; } }
    #project .project-content .media,
    #project .project-content .more {
      text-align: center; }
      #project .project-content .media .text,
      #project .project-content .more .text {
        position: relative;
        font-family: 'Palanquin', sans-serif;
        font-style: normal;
        font-weight: 200;
        color: #cccccc;
        text-align: left; }
        #project .project-content .media .text h2,
        #project .project-content .more .text h2 {
          display: inline-block;
          padding: 10px 20px 10px 0;
          margin: 1.0em 0 0 0;
          font-family: 'Jura', sans-serif;
          font-style: normal;
          font-weight: 600;
          color: #cccccc;
          text-transform: uppercase; }
        #project .project-content .media .text h3,
        #project .project-content .more .text h3 {
          margin: 0 0 1.0em 0;
          font-family: 'Palanquin', sans-serif;
          font-style: normal;
          font-weight: 200;
          color: white; }
        #project .project-content .media .text p,
        #project .project-content .more .text p {
          margin: 0 0 1.0em 0; }
        #project .project-content .media .text ul,
        #project .project-content .more .text ul {
          list-style: none;
          margin: 0 0 1.0em 0; }
          #project .project-content .media .text ul li,
          #project .project-content .more .text ul li {
            position: relative;
            padding: 0 0 0 20px; }
            #project .project-content .media .text ul li::before,
            #project .project-content .more .text ul li::before {
              content: '';
              position: absolute;
              left: 0;
              top: 11px;
              width: 8px;
              height: 8px;
              background: rgba(255, 255, 255, 0.5); }
        #project .project-content .media .text a,
        #project .project-content .more .text a {
          position: relative;
          color: #FFFFFF;
          text-decoration: none;
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          -ms-transition: opacity 0.5s ease-in-out;
          -o-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          opacity: 1.0; }
          #project .project-content .media .text a::before,
          #project .project-content .more .text a::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 4px;
            width: 100%;
            height: 1px;
            border-top: 1px solid #cccccc;
            border: 0; }
          #project .project-content .media .text a:hover,
          #project .project-content .more .text a:hover {
            -webkit-transition: opacity 0.15s ease-in-out;
            -moz-transition: opacity 0.15s ease-in-out;
            -ms-transition: opacity 0.15s ease-in-out;
            -o-transition: opacity 0.15s ease-in-out;
            transition: opacity 0.15s ease-in-out;
            opacity: 0.5; }
        @media screen {
          #project .project-content .media .text,
          #project .project-content .more .text {
            margin: 0 0 50px 0;
            font-size: 18px;
            line-height: 135%; }
            #project .project-content .media .text h2,
            #project .project-content .more .text h2 {
              font-size: 16px; }
            #project .project-content .media .text h3,
            #project .project-content .more .text h3 {
              font-size: 18px; }
              #project .project-content .media .text h3 span,
              #project .project-content .more .text h3 span {
                font-size: 16px; }
            #project .project-content .media .text .smaller,
            #project .project-content .more .text .smaller {
              font-size: 14px; } }
        @media screen and (min-width: 425px) {
          #project .project-content .media .text,
          #project .project-content .more .text {
            margin: 0 0 60px 0;
            font-size: 20px; }
            #project .project-content .media .text h2,
            #project .project-content .more .text h2 {
              font-size: 18px; }
            #project .project-content .media .text h3,
            #project .project-content .more .text h3 {
              font-size: 20px; }
              #project .project-content .media .text h3 span,
              #project .project-content .more .text h3 span {
                font-size: 18px; }
            #project .project-content .media .text .smaller,
            #project .project-content .more .text .smaller {
              font-size: 16px; } }
        @media screen and (min-width: 768px) {
          #project .project-content .media .text,
          #project .project-content .more .text {
            margin: 0 0 75px 0; } }
        @media screen and (min-width: 1000px) {
          #project .project-content .media .text,
          #project .project-content .more .text {
            margin: 0 0 125px 0; } }
      #project .project-content .media .image,
      #project .project-content .media .video,
      #project .project-content .more .image,
      #project .project-content .more .video {
        position: relative;
        display: inline-block; }
        #project .project-content .media .image::before,
        #project .project-content .media .video::before,
        #project .project-content .more .image::before,
        #project .project-content .more .video::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        #project .project-content .media .image img,
        #project .project-content .media .video img,
        #project .project-content .more .image img,
        #project .project-content .more .video img {
          display: block;
          position: relative;
          max-width: 100%;
          border: 20px solid transparent; }
        #project .project-content .media .image .video-wrapper,
        #project .project-content .media .video .video-wrapper,
        #project .project-content .more .image .video-wrapper,
        #project .project-content .more .video .video-wrapper {
          position: relative;
          background-color: #000000; }
          #project .project-content .media .image .video-wrapper iframe,
          #project .project-content .media .video .video-wrapper iframe,
          #project .project-content .more .image .video-wrapper iframe,
          #project .project-content .more .video .video-wrapper iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
        #project .project-content .media .image .caption,
        #project .project-content .media .video .caption,
        #project .project-content .more .image .caption,
        #project .project-content .more .video .caption {
          display: block;
          position: relative;
          font-family: 'Jura', sans-serif;
          font-style: normal;
          font-weight: 600;
          letter-spacing: 0.05em;
          line-height: 114%;
          color: rgba(255, 255, 255, 0.65);
          text-align: center;
          text-transform: uppercase; }
          #project .project-content .media .image .caption a,
          #project .project-content .media .video .caption a,
          #project .project-content .more .image .caption a,
          #project .project-content .more .video .caption a {
            position: relative;
            color: #FFFFFF;
            text-decoration: none;
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            -ms-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
            opacity: 1.0; }
            #project .project-content .media .image .caption a:hover,
            #project .project-content .media .video .caption a:hover,
            #project .project-content .more .image .caption a:hover,
            #project .project-content .more .video .caption a:hover {
              -webkit-transition: opacity 0.15s ease-in-out;
              -moz-transition: opacity 0.15s ease-in-out;
              -ms-transition: opacity 0.15s ease-in-out;
              -o-transition: opacity 0.15s ease-in-out;
              transition: opacity 0.15s ease-in-out;
              opacity: 0.5; }
      @media screen {
        #project .project-content .media,
        #project .project-content .more {
          margin: 0 0 0; }
          #project .project-content .media .text,
          #project .project-content .more .text {
            width: 100%;
            margin: 0 auto 50px;
            padding: 0 25px; }
          #project .project-content .media .image,
          #project .project-content .media .video,
          #project .project-content .more .image,
          #project .project-content .more .video {
            width: 100%;
            margin: 0 auto 50px; }
            #project .project-content .media .image img,
            #project .project-content .media .video img,
            #project .project-content .more .image img,
            #project .project-content .more .video img {
              border-width: 15px;
              border-left-width: 0;
              border-right-width: 0; }
            #project .project-content .media .image .video-wrapper,
            #project .project-content .media .video .video-wrapper,
            #project .project-content .more .image .video-wrapper,
            #project .project-content .more .video .video-wrapper {
              margin-bottom: 15px; }
            #project .project-content .media .image .caption,
            #project .project-content .media .video .caption,
            #project .project-content .more .image .caption,
            #project .project-content .more .video .caption {
              position: relative;
              top: -2px;
              padding: 0 10px 10px;
              font-size: 14px; }
          #project .project-content .media .video,
          #project .project-content .more .video {
            padding: 15px 0 0; } }
      @media screen and (min-width: 425px) {
        #project .project-content .media .text,
        #project .project-content .more .text {
          margin: 0 auto 50px; }
          #project .project-content .media .text.wider,
          #project .project-content .more .text.wider {
            max-width: 90%; }
        #project .project-content .media .image,
        #project .project-content .media .video,
        #project .project-content .more .image,
        #project .project-content .more .video {
          margin: 0 auto 50px; }
          #project .project-content .media .image img,
          #project .project-content .media .video img,
          #project .project-content .more .image img,
          #project .project-content .more .video img {
            border-width: 20px;
            border-left-width: 0;
            border-right-width: 0; }
          #project .project-content .media .image .video-wrapper,
          #project .project-content .media .video .video-wrapper,
          #project .project-content .more .image .video-wrapper,
          #project .project-content .more .video .video-wrapper {
            margin-bottom: 20px; }
          #project .project-content .media .image .caption,
          #project .project-content .media .video .caption,
          #project .project-content .more .image .caption,
          #project .project-content .more .video .caption {
            top: auto;
            padding: 0 20px 20px;
            font-size: 16px; }
        #project .project-content .media .video,
        #project .project-content .more .video {
          padding: 20px 0 0; } }
      @media screen and (min-width: 768px) {
        #project .project-content .media .text,
        #project .project-content .more .text {
          padding: 0 50px; }
          #project .project-content .media .text.wider,
          #project .project-content .more .text.wider {
            max-width: 90%;
            padding: 0 25px; } }
      @media screen and (min-width: 1000px) {
        #project .project-content .media,
        #project .project-content .more {
          margin: 0 0 0; }
          #project .project-content .media .text,
          #project .project-content .more .text {
            width: auto;
            max-width: 90%;
            margin: 0 auto 100px; }
            #project .project-content .media .text.wider,
            #project .project-content .more .text.wider {
              max-width: 80%;
              padding: 0 25px; }
          #project .project-content .media .image,
          #project .project-content .media .video,
          #project .project-content .more .image,
          #project .project-content .more .video {
            width: auto;
            max-width: 90%;
            margin: 0 auto 100px; }
            #project .project-content .media .image img,
            #project .project-content .media .video img,
            #project .project-content .more .image img,
            #project .project-content .more .video img {
              border-width: 20px; }
            #project .project-content .media .image .video-wrapper,
            #project .project-content .media .video .video-wrapper,
            #project .project-content .more .image .video-wrapper,
            #project .project-content .more .video .video-wrapper {
              margin-bottom: 20px; }
          #project .project-content .media .video,
          #project .project-content .more .video {
            padding: 20px 20px 0; } }
      @media screen and (min-width: 1300px) {
        #project .project-content .media .text,
        #project .project-content .more .text {
          max-width: 80%;
          padding: 0 100px; }
          #project .project-content .media .text.wider,
          #project .project-content .more .text.wider {
            padding: 0 25px; }
        #project .project-content .media .image,
        #project .project-content .media .video,
        #project .project-content .more .image,
        #project .project-content .more .video {
          max-width: 80%; } }
    #project .project-content.theme-blue .words .clients span,
    #project .project-content.theme-blue .words .roles ul,
    #project .project-content.theme-blue .words .features ul {
      background: -webkit-linear-gradient(-120deg, #21216c, #040404);
      background: -moz-linear-gradient(-120deg, #21216c, #040404);
      background: -o-linear-gradient(-120deg, #21216c, #040404);
      background: linear-gradient(-120deg, #21216c, #040404); }
    #project .project-content.theme-blue .words .description a,
    #project .project-content.theme-blue .words .description button {
      color: #3e3ecc; }
      #project .project-content.theme-blue .words .description a::before,
      #project .project-content.theme-blue .words .description button::before {
        border-top-color: #3e3ecc; }
    #project .project-content.theme-blue .media .text a,
    #project .project-content.theme-blue .more .text a {
      color: #3e3ecc; }
      #project .project-content.theme-blue .media .text a::before,
      #project .project-content.theme-blue .more .text a::before {
        border-top-color: #3e3ecc; }
    #project .project-content.theme-blue .media .image::before,
    #project .project-content.theme-blue .media .video::before,
    #project .project-content.theme-blue .more .image::before,
    #project .project-content.theme-blue .more .video::before {
      background: -webkit-linear-gradient(-135deg, #21216c, #08081a);
      background: -moz-linear-gradient(-135deg, #21216c, #08081a);
      background: -o-linear-gradient(-135deg, #21216c, #08081a);
      background: linear-gradient(-135deg, #21216c, #08081a); }
    #project .project-content.theme-blue .media .image .caption a,
    #project .project-content.theme-blue .media .video .caption a,
    #project .project-content.theme-blue .more .image .caption a,
    #project .project-content.theme-blue .more .video .caption a {
      color: #3e3ecc; }
    #project .project-content.theme-yellow .words .clients span,
    #project .project-content.theme-yellow .words .roles ul,
    #project .project-content.theme-yellow .words .features ul {
      background: -webkit-linear-gradient(-120deg, #6c5200, #040404);
      background: -moz-linear-gradient(-120deg, #6c5200, #040404);
      background: -o-linear-gradient(-120deg, #6c5200, #040404);
      background: linear-gradient(-120deg, #6c5200, #040404); }
    #project .project-content.theme-yellow .words .description a,
    #project .project-content.theme-yellow .words .description button {
      color: #cc9a00; }
      #project .project-content.theme-yellow .words .description a::before,
      #project .project-content.theme-yellow .words .description button::before {
        border-top-color: #cc9a00; }
    #project .project-content.theme-yellow .media .text a,
    #project .project-content.theme-yellow .more .text a {
      color: #cc9a00; }
      #project .project-content.theme-yellow .media .text a::before,
      #project .project-content.theme-yellow .more .text a::before {
        border-top-color: #cc9a00; }
    #project .project-content.theme-yellow .media .image::before,
    #project .project-content.theme-yellow .media .video::before,
    #project .project-content.theme-yellow .more .image::before,
    #project .project-content.theme-yellow .more .video::before {
      background: -webkit-linear-gradient(-135deg, #6c5200, #1a1300);
      background: -moz-linear-gradient(-135deg, #6c5200, #1a1300);
      background: -o-linear-gradient(-135deg, #6c5200, #1a1300);
      background: linear-gradient(-135deg, #6c5200, #1a1300); }
    #project .project-content.theme-yellow .media .image .caption a,
    #project .project-content.theme-yellow .media .video .caption a,
    #project .project-content.theme-yellow .more .image .caption a,
    #project .project-content.theme-yellow .more .video .caption a {
      color: #cc9a00; }
    #project .project-content.theme-green .words .clients span,
    #project .project-content.theme-green .words .roles ul,
    #project .project-content.theme-green .words .features ul {
      background: -webkit-linear-gradient(-120deg, #005d2d, #040404);
      background: -moz-linear-gradient(-120deg, #005d2d, #040404);
      background: -o-linear-gradient(-120deg, #005d2d, #040404);
      background: linear-gradient(-120deg, #005d2d, #040404); }
    #project .project-content.theme-green .words .description a,
    #project .project-content.theme-green .words .description button {
      color: #00ae55; }
      #project .project-content.theme-green .words .description a::before,
      #project .project-content.theme-green .words .description button::before {
        border-top-color: #00ae55; }
    #project .project-content.theme-green .media .text a,
    #project .project-content.theme-green .more .text a {
      color: #00ae55; }
      #project .project-content.theme-green .media .text a::before,
      #project .project-content.theme-green .more .text a::before {
        border-top-color: #00ae55; }
    #project .project-content.theme-green .media .image::before,
    #project .project-content.theme-green .media .video::before,
    #project .project-content.theme-green .more .image::before,
    #project .project-content.theme-green .more .video::before {
      background: -webkit-linear-gradient(-135deg, #005d2d, #00160b);
      background: -moz-linear-gradient(-135deg, #005d2d, #00160b);
      background: -o-linear-gradient(-135deg, #005d2d, #00160b);
      background: linear-gradient(-135deg, #005d2d, #00160b); }
    #project .project-content.theme-green .media .image .caption a,
    #project .project-content.theme-green .media .video .caption a,
    #project .project-content.theme-green .more .image .caption a,
    #project .project-content.theme-green .more .video .caption a {
      color: #00ae55; }
    #project .project-content.theme-pink .words .clients span,
    #project .project-content.theme-pink .words .roles ul,
    #project .project-content.theme-pink .words .features ul {
      background: -webkit-linear-gradient(-120deg, #6c0939, #040404);
      background: -moz-linear-gradient(-120deg, #6c0939, #040404);
      background: -o-linear-gradient(-120deg, #6c0939, #040404);
      background: linear-gradient(-120deg, #6c0939, #040404); }
    #project .project-content.theme-pink .words .description a,
    #project .project-content.theme-pink .words .description button {
      color: #cc106a; }
      #project .project-content.theme-pink .words .description a::before,
      #project .project-content.theme-pink .words .description button::before {
        border-top-color: #cc106a; }
    #project .project-content.theme-pink .media .text a,
    #project .project-content.theme-pink .more .text a {
      color: #cc106a; }
      #project .project-content.theme-pink .media .text a::before,
      #project .project-content.theme-pink .more .text a::before {
        border-top-color: #cc106a; }
    #project .project-content.theme-pink .media .text h2,
    #project .project-content.theme-pink .more .text h2 {
      background: -webkit-linear-gradient(-120deg, #6c0939, #040404);
      background: -moz-linear-gradient(-120deg, #6c0939, #040404);
      background: -o-linear-gradient(-120deg, #6c0939, #040404);
      background: linear-gradient(-120deg, #6c0939, #040404); }
    #project .project-content.theme-pink .media .image::before,
    #project .project-content.theme-pink .media .video::before,
    #project .project-content.theme-pink .more .image::before,
    #project .project-content.theme-pink .more .video::before {
      background: -webkit-linear-gradient(-135deg, #6c0939, #1a020d);
      background: -moz-linear-gradient(-135deg, #6c0939, #1a020d);
      background: -o-linear-gradient(-135deg, #6c0939, #1a020d);
      background: linear-gradient(-135deg, #6c0939, #1a020d); }
    #project .project-content.theme-pink .media .image .caption a,
    #project .project-content.theme-pink .media .video .caption a,
    #project .project-content.theme-pink .more .image .caption a,
    #project .project-content.theme-pink .more .video .caption a {
      color: #cc106a; }

#projects {
  z-index: 888;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  #projects .projects {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #111111; }
    #projects .projects:before, #projects .projects:after {
      content: "";
      display: table; }
    #projects .projects:after {
      clear: both; }
  #projects .project {
    float: left;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    #projects .project a {
      overflow: hidden;
      position: absolute;
      width: 100%;
      height: 100%; }
    #projects .project a:hover .image {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      opacity: 0.1;
      -webkit-transform: scaleX(0.95) scaleY(0.981);
      -moz-transform: scaleX(0.95) scaleY(0.981);
      -ms-transform: scaleX(0.95) scaleY(0.981);
      -o-transform: scaleX(0.95) scaleY(0.981);
      transform: scaleX(0.95) scaleY(0.981); }
  #projects .projects-blocker {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
