.menu_button {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  height: 100%;
  margin-top: 10px;
  float: left;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.body {
  background-image: url('../images/BG_Paper_v02.jpg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  width: 70px;
}

.menu_text {
  display: block;
  width: 130px;
  height: 20px;
  margin-top: 55px;
  margin-bottom: auto;
  margin-left: -50px;
  padding: 0px auto;
  float: none;
  clear: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
}

.menu_link {
  width: 30px;
  height: 130px;
  margin: 40px 20px;
  padding: auto;
  float: left;
  clear: both;
  color: #222;
  text-decoration: none;
}

.menu_link:hover {
  text-decoration: line-through;
}

.menu_link:active {
  text-decoration: line-through;
}

.logo_div {
  width: 100%;
  height: 70px;
  clear: both;
  background-color: #fff;
  background-image: url('../images/Logo_v01-01.png');
  background-position: 50% 50%;
  background-size: 70px;
  background-repeat: no-repeat;
}

.logo_div.w--current {
  height: 70px;
}

.work_grid {
  position: relative;
  display: block;
  margin-top: 10px;
  float: left;
  background-color: #396087;
  text-decoration: none;
}

.work_grid._1 {
  width: 43.829%;
  height: 100%;
  max-height: 300px;
  max-width: 412px;
  clear: left;
}

.work_grid._2 {
  width: 42.553%;
  height: 100%;
  max-height: 300px;
  max-width: 400px;
  margin-top: 120px;
  float: right;
  background-color: #c4be4d;
}

.work_grid._3 {
  width: 34.255%;
  height: 100%;
  max-height: 482px;
  max-width: 322px;
  background-color: #ad3a3a;
}

.work_grid._4 {
  width: 64.68%;
  height: 100%;
  max-height: 384px;
  max-width: 608px;
  float: right;
}

.work_grid._5 {
  width: 57.446%;
  height: 100%;
  max-height: 360px;
  max-width: 540px;
  margin-left: 100px;
  background-color: #c4be4d;
}

.work_grid._6 {
  width: 34.255%;
  height: 100%;
  max-height: 475px;
  max-width: 322px;
  background-color: #396087;
}

.work_grid._7 {
  width: 52.127%;
  height: 100%;
  max-height: 300px;
  max-width: 490px;
  margin-top: 90px;
  margin-left: 10px;
  background-color: #ad3a3a;
}

.work_grid._8 {
  width: 64.68%;
  height: 100%;
  max-height: 384px;
  max-width: 608px;
  float: right;
  background-color: #c4be4d;
}

.works {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail {
  position: relative;
  margin-bottom: 10px;
  background-color: #396087;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.splash_logo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 85px;
  display: block;
  width: 140px;
  height: 85px;
  margin: auto;
}

.splash_text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -22px;
  display: block;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.splash_text:hover {
  text-decoration: line-through;
}

.splash_image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 85px;
  height: 85px;
  margin-right: auto;
  margin-left: auto;
}

.nav_bar_bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.nav_bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.nav_logo {
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50px;
}

.nav_link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #222;
}

.nav_link:hover {
  text-decoration: line-through;
}

.nav_link.w--current {
  color: #222;
  text-decoration: line-through;
}

.nav_link.last {
  padding-right: 10px;
}

.work_title {
  z-index: 10;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 100px;
  font-weight: 400;
  text-decoration: none;
}

.work_title._1 {
  position: absolute;
  left: 169px;
  bottom: -4px;
  display: inline-block;
}

.work_title._3 {
  position: absolute;
  left: 198px;
  right: 0px;
  bottom: 41px;
}

.work_title._2 {
  position: absolute;
  left: -175px;
  bottom: -4px;
}

.work_title._4 {
  position: absolute;
  left: 240px;
  right: 0px;
  bottom: -4px;
}

.work_title._5 {
  position: absolute;
  left: 330px;
  top: 164px;
  right: 0px;
}

.work_title._6 {
  position: absolute;
  left: 198px;
  top: 284px;
  right: 0px;
}

.work_title._7 {
  position: absolute;
  left: -185px;
  top: -5px;
  display: block;
}

.work_title._8 {
  position: absolute;
  left: -142px;
  right: 0px;
  bottom: 72px;
}

.work_image {
  display: block;
  margin: auto;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 90px auto 50px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
}

.works_intro {
  position: static;
  width: 350px;
  margin-top: 10px;
  float: right;
  text-align: right;
}

.works_intro_left {
  position: static;
  width: 300px;
  margin-top: 10px;
  float: left;
  text-align: left;
}

.work_image_frame {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.project_content {
  width: 64%;
  padding-bottom: 50px;
  float: right;
}

.project_text {
  width: 36%;
  margin-bottom: 10px;
  padding-right: 30px;
  float: left;
}

.project_title {
  display: inline-block;
  margin-top: 0px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 60px;
  line-height: 54px;
}

.project_title.syn {
  font-size: 52px;
  line-height: 54px;
}

.project_image {
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.project_info {
  width: 80%;
  padding-top: 5px;
  border-top: 2px solid #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.project_paragraph {
  margin-top: 50px;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

.project_column {
  padding-right: 0px;
  padding-left: 0px;
}

.back_to_works {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
}

.back_to_works_link {

  color: #fff;
}


.info_blue {
  position: relative;
  z-index: 10;
  width: 50%;
  padding-bottom: 59px;
  float: left;
  clear: left;
  background-color: #396087;
}

.info_title {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  clear: left;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 60px;
  line-height: 54px;
}

.info_title.syn {
  font-size: 52px;
  line-height: 54px;
}

.info_contact_link {
  position: relative;
  margin-left: 20px;
  float: left;
  clear: left;
  color: #fff;
  text-decoration: none;
}

.info_contact_link:hover {
  text-decoration: line-through;
}

.info_image {
  position: relative;
  z-index: 10;
  width: 30%;
  margin-top: 20px;
  float: left;
}

.paragraph {
  float: right;
}

.contact_paragraph {
  position: relative;
  z-index: 10;
  width: 70%;
  margin-top: 20px;
  padding-left: 20px;
  float: right;
}

.info_container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 1200px;
  max-width: 960px;
  margin: 100px auto 50px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
}

.info_yellow {
  position: absolute;
  top: 199px;
  right: 0px;
  width: 10%;
  height: 180px;
  background-color: #c4be4d;
}

.info_red {
  position: absolute;
  left: 20%;
  top: 397px;
  width: 50%;
  height: 280px;
  background-color: #ad3a3a;
}

@media (max-width: 991px) {
  .thumbnail {
    margin-bottom: 4px;
  }
  .nav_drop {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .work_title._3 {
    left: 0px;
  }
  .work_title._4 {
    left: 129px;
  }
  .work_title._5 {
    left: 158px;
  }
  .work_image {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 130%;
  }
  .works_intro {
    width: 280px;
  }
  .project_info {
    font-size: 12px;
    line-height: 16px;
  }
  .project_paragraph {
    font-size: 12px;
    line-height: 14px;
  }
  .info_yellow {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .menu_button {
    display: none;
  }
  .menu {
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  .logo_div {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .logo_div.w--current {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .work_grid {
    position: static;
    width: 100%;
  }
  .work_grid._1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: auto;
    max-width: 100%;
  }
  .work_grid._2 {
    position: relative;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 395px;
    max-width: 530px;
    margin-top: 10px;
  }
  .work_grid._3 {
    position: relative;
    top: 0px;
    overflow: hidden;
    width: 100%;
    max-height: 655px;
    max-width: 100%;
  }
  .work_grid._4 {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 100%;
    max-height: 332px;
  }
  .work_grid._5 {
    position: relative;
    left: 0%;
    top: 0px;
    width: 100%;
    max-height: 350px;
    margin-left: 0px;
  }
  .work_grid._6 {
    position: relative;
    top: 0px;
    overflow: hidden;
    width: 100%;
    max-height: 655px;
    max-width: 100%;
  }
  .work_grid._7 {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    max-height: 305px;
    max-width: 540px;
    margin-top: 10px;
    margin-left: 0px;
  }
  .work_grid._8 {
    position: relative;
    width: 100%;
  }
  .works {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .work_title._1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 115px;
    margin: auto;
    font-size: 70px;
    line-height: 56px;
    text-align: center;
  }
  .work_title._2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 60px;
    margin: auto;
    font-size: 70px;
    line-height: 56px;
    text-align: center;
  }
  .work_title._6 {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 70px;
    line-height: 56px;
  }
  .work_title._7 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 70px;
    line-height: 56px;
    text-align: center;
  }
  .work_image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200%;
  }
  .container {
    margin-top: 70px;
  }
  .works_intro {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
     .works_intro_left {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .icon {
    color: #222;
  }
  .project_content {
    width: 100%;
  }
  .project_text {
    width: 100%;
    padding-right: 0px;
  }
  .project_image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .project_paragraph {
    margin-top: 20px;
  }
  .back_to_works {
    margin-top: 0px;
  }
  .work_title_mobile {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 64px;
    margin: auto;
    font-family: 'Abril Fatface', sans-serif;
    color: #fff;
    font-size: 38px;
    line-height: 49px;
    text-align: center;
  }
  .info_blue {
    position: static;
    width: 100%;
  }
  .info_image {
    position: static;
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }
  .contact_paragraph {
    position: static;
    width: 100%;
    padding-right: 20px;
  }
  .info_container {
    position: relative;
    margin-top: 70px;
  }
  .info_yellow {
    display: none;
  }
  .info_red {
    display: none;
  }
}

@media (max-width: 479px) {
  .menu_button {
    display: none;
    margin-top: 0px;
  }
  .menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  .menu_text {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .logo_div {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .logo_div.w--current {
    width: 50px;
    height: 50px;
  }
  .work_grid._1 {
    height: auto;
    max-height: auto;
  }
  .work_grid._2 {
    height: auto;
    max-height: auto;
  }
  .work_grid._3 {
    height: auto;
    max-height: auto;
  }
  .work_grid._4 {
    height: auto;
    max-height: auto;
  }
  .work_grid._5 {
    height: auto;
    max-height: auto;
  }
  .work_grid._6 {
    height: auto;
    max-height: auto;
  }
  .work_grid._7 {
    height: auto;
    max-height: auto;
  }
  .work_grid._8 {
    height: auto;
    max-height: auto;
  }
  .works {
    margin-top: 60px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .nav_logo {
    height: 50px;
  }
  .work_image_frame {
    height: auto;
    max-height: auto;
  }
  .image {
    width: 100px;
  }
}

