@media (min-width: 768px) {

  /* HEADER */
  .juicy-menu-outer {
    text-align: right;
  }
  #juicy-menu {
     display: inline-block;
     visibility: visible;
   }
  #juicy-menu .nav-pills {
    border-top: 1px solid #777777;
    margin-top: 92px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #juicy-menu .nav-pills li {
    float: left;
    width: auto;
    border-top: none;
  }
  #juicy-menu .nav-pills>li+li {
    margin-left: 0;
  }
  #juicy-menu .nav-pills li a {
    padding: 10px 47px 10px 0;
    text-decoration: none;
  }
  #juicy-menu .nav-pills li:last-child a {
    padding-right: 0;
  }
  #juicy-menu .nav-pills li a.active {
    font-weight: bold;
  }
  #juicy-menu .nav-pills li a:hover {
    background: none;
  }
  header .menu {
    display: none;
  }
  header .address {
    font-size: 10px;
    margin-top: 124px;
  }
  header .address:before {
    top: -275px;
    height: 260px;
  }
  header .logo {
    width: 266px;
    float: none;
    margin-top: 124px;
    margin-bottom: 0;
  }
  .intro {
    padding: 90px 0;
  }
  .intro.feed h1 a {
    font-style: normal;
    word-break: normal;
  }
  /* MAIN */
  .carousel-indicators {
    bottom: 40px;
  }
  .featured-project .image {
    margin-bottom: 30px;
  }
  .work-grid {
    margin-bottom: 60px;
  }
  .work-grid .project-info {
    margin-bottom: 30px;
  }
  .project-images img {
    margin-bottom: 30px;
    width: 100%;
  }
  .instagram .work-grid {
    margin-top: 30px;
  }
  .instagram .work-grid .image-container {
    margin-bottom: 30px;
  }
  .profile {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .profile h2 {
    font-weight: bold;
    font-size: 30px;
  }
  #menu-navigation li a:hover:after, li.current-menu-item a:after, .single-dig-project #menu-item-37 a:after {
    content:'';
    height:1px;
    background-color:#000;
    display:block;
    margin-top:11px;
  }

  .white #menu-navigation li a:hover:after, .white li.current-menu-item a:after {
    background-color:#fff;
  }

}

@media (max-width: 1200px) and (min-width: 976px) {
  .project-thumb-container {
    height: 305px !important;
  }
}
