.breadcrumb {
  margin-top: 120px; }

#portfolio-tag-index, #portfolio-piece-index {
  margin: 30px 0;
  list-style: none; }
  #portfolio-tag-index li, #portfolio-piece-index li {
    max-width: 33%; }
    #portfolio-tag-index li a, #portfolio-piece-index li a {
      display: block;
      position: relative;
      transition: all 0.5s ease;
      border-right: 1px solid white;
      border-bottom: 1px solid white; }
      #portfolio-tag-index li a img, #portfolio-piece-index li a img {
        display: block;
        width: 100%;
        height: auto;
        filter: brightness(50%) grayscale(100%);
        transition: all 0.5s ease; }
      #portfolio-tag-index li a h2, #portfolio-piece-index li a h2 {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        width: 100%;
        text-align: center;
        color: white;
        transition: all 0.5s ease; }
      #portfolio-tag-index li a:hover img, #portfolio-piece-index li a:hover img {
        display: block;
        width: 100%;
        height: auto;
        filter: brightness(85%) grayscale(0%); }
      #portfolio-tag-index li a:hover h4, #portfolio-piece-index li a:hover h4 {
        color: #fae818;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }

#project-intro {
  position: relative;
  max-height: 80vh;
  min-height: 80vh;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    #project-intro {
      background-size: 100% auto;
      background-position: 50% 0;
      min-height: 0; } }
  #project-intro #intro-text {
    position: absolute;
    width: 50%;
    height: auto;
    padding: 50px 100px 50px 50px;
    right: 0;
    bottom: 10%;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 14px;
    line-height: 18px;
    text-align: left; }
    @media screen and (max-width: 1000px) {
      #project-intro #intro-text {
        position: static;
        width: 100%;
        padding: 30px 80px; } }
    @media screen and (max-width: 767px) {
      #project-intro #intro-text {
        padding: 30px; } }
    #project-intro #intro-text h2 {
      color: #333;
      text-transform: uppercase;
      font-family: 'Montserrat';
      font-size: 20px; }
    #project-intro #intro-text p {
      font-size: 16px;
      line-height: 1.5em; }
    #project-intro #intro-text .button-block {
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      height: 100%;
      right: 0;
      top: 0;
      width: 80px; }
      @media screen and (max-width: 1000px) {
        #project-intro #intro-text .button-block {
          display: none; } }
      #project-intro #intro-text .button-block .button {
        background: #ac0b18;
        position: absolute;
        bottom: 0;
        right: 0;
        font-weight: 800;
        border-radius: 0;
        border: none;
        padding: 30px;
        width: 80px;
        font-size: 18px;
        font-family: 'Icons'; }

#page {
  padding-top: 0 !important; }

#project-body {
  padding: 0;
  margin: 50px auto;
  max-width: 1800px; }
  #project-body .detail-1 {
    margin-bottom: 1px; }
  #project-body .detail-2 img {
    display: block;
    width: 100%;
    height: auto; }
  #project-body #project-description {
    padding: 20px 0; }
  #project-body .flexslider {
    border: none;
    border-radius: 0;
    max-height: 800px;
    height: auto;
    margin: 0;
    overflow: hidden; }
    #project-body .flexslider .slides li {
      max-height: 800px;
      height: auto;
      position: relative; }

#project-nav {
  background: #000;
  color: white;
  padding: 10px 80px; }
  @media screen and (max-width: 1000px) {
    #project-nav {
      background: none;
      color: #333;
      padding: 10px 30px;
      border-top: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4; } }
  #project-nav a {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 900;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.6;
    transition: all 0.3s ease; }
    #project-nav a span {
      text-transform: none; }
    #project-nav a:hover {
      opacity: 1; }
    #project-nav a.disabled {
      color: #999; }
      #project-nav a.disabled:hover {
        opacity: 0.6;
        cursor: default; }
    @media screen and (max-width: 1000px) {
      #project-nav a {
        color: #333; } }
  #project-nav .next {
    text-align: right; }

#tags {
  margin: 30px 0; }
  #tags .tag {
    display: inline-block;
    background: #999;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    transition: all 0.3s ease;
    margin: 0 2px 2px 0; }
    #tags .tag:hover {
      background: #ac0b18; }

#project-snips .is-col {
  max-width: 25%; }
  @media screen and (max-width: 768px) {
    #project-snips .is-col {
      max-width: 100%; } }
#project-snips a {
  display: block;
  position: relative;
  border-right: 1px solid white;
  border-bottom: 1px solid white; }
  #project-snips a img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(50%) grayscale(100%);
    transition: all 0.5s ease; }
  #project-snips a:hover img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(85%) grayscale(0%); }
  #project-snips a:hover .text-block {
    opacity: 1; }
  #project-snips a .text-block {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    transition: all 0.5s ease; }
    #project-snips a .text-block h2 {
      color: white;
      width: 90%;
      margin-left: 5%;
      position: absolute;
      top: 50%;
      text-align: center;
      margin-top: -7px;
      transition: all 0.5s ease;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 1000px) {
        #project-snips a .text-block h2 {
          display: none; } }

#project {
  margin-top: 85px; }
  @media (max-width: 1200px) {
    #project {
      margin-top: 90px; } }
  #project #project-label {
    padding-right: 20px; }
    @media (max-width: 1400px) {
      #project #project-label p {
        font-size: 14px; } }
    @media (max-width: 768px) {
      #project #project-label {
        padding: 25px; } }
    @media (max-width: 768px) {
      #project #project-label #details {
        display: block !important; } }
    #project #project-label h2 {
      color: #333; }
    #project #project-label h3, #project #project-label h4 {
      color: #999; }
    #project #project-label .button.outline {
      color: white;
      background: #333;
      border-color: #333; }

/* customisation to counteract Kube default style */
.flex-direction-nav a {
  text-shadow: none;
  height: 50px;
  padding-top: 0px;
  color: white; }
  .flex-direction-nav a:before {
    box-sizing: content-box;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    color: white; }

#people-snips a {
  max-width: 33% !important; }
  #people-snips a.category {
    max-width: 25% !important; }
  @media screen and (max-width: 768px) {
    #people-snips a {
      max-width: 100% !important; } }
