.clearfix:after, article:after {
  content: "";
  display: table;
  clear: both; }

.container,
.wrapper,
main,
footer,
section {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.container, header, footer {
  width: 980px; }
  @media only screen and (max-width: 979px) {
    .container, header, footer {
      width: 760px; } }
  @media only screen and (max-width: 759px) {
    .container, header, footer {
      width: 480px; } }
  @media only screen and (max-width: 479px) {
    .container, header, footer {
      width: 300px; } }

/* Header Styles */
.gallery {
  width: 100%;
  height: calc(100vh - 60px);
  padding: 0 30px; }
  .gallery .slider {
    width: 100%;
    height: calc(100%); }
    .gallery .slider.rsMinW .rsArrowLeft, .gallery .slider.rsMinW .rsArrowRight {
      top: calc(50vh - 12px); }
    .gallery .slider.rsMinW .rsGCaption {
      position: absolute;
      float: none;
      bottom: 0;
      left: 0;
      text-align: left;
      background: #000;
      background: rgba(0, 0, 0, 0.75);
      color: #FFF;
      padding: 10px;
      width: auto;
      border-radius: 0; }

/* Header Styles */
header {
  margin: 0 auto;
  padding: 30px 0;
  width: 980px; }
  header h1 {
    font-family: "MTI Letter Gothic W01", Monaco, "Lucida Console", monospace;
    margin-bottom: 10px; }

.menu_toggle {
  cursor: pointer;
  display: block;
  margin: auto;
  position: fixed;
  top: 45px;
  right: 45px;
  height: 15px;
  width: 24px;
  z-index: 1000; }
  .menu_toggle .bars {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.5px;
    display: block;
    width: 24px;
    height: 3px;
    background: #29fd2e;
    -o-transition: all all 0.2s linear;
    -ms-transition: all all 0.2s linear;
    -moz-transition: all all 0.2s linear;
    -webkit-transition: all all 0.2s linear;
    transition: all all 0.2s linear; }
    .menu_toggle .bars:before, .menu_toggle .bars:after {
      content: "";
      position: absolute;
      display: block;
      width: 24px;
      height: 3px;
      background: #29fd2e;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .menu_toggle .bars:before {
      top: -6px; }
    .menu_toggle .bars:after {
      bottom: -6px; }
    .menu_toggle .bars:hover {
      opacity: 0.8; }

a.back {
  color: #29fd2e;
  position: fixed;
  display: none;
  left: 45px;
  top: 45px;
  z-index: 100; }
  a.back.show {
    display: inherit; }

/* Project section */
.project {
  height: calc(100%);
  padding: 30px;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }
  .project .in, .project .out {
    font-family: "Avenir W01", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    height: 50%;
    margin: 0 0 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 0; }
    .project .in .text, .project .out .text {
      position: absolute;
      top: 50%;
      margin-top: -54px;
      overflow: hidden;
      width: 100%; }
  .project .in {
    background: white;
    color: black; }
  .project .out {
    background: black;
    color: white; }
  @media only screen and (max-width: 979px) {
    .project .in, .project .out {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 0; }
      .project .in .text, .project .out .text {
        margin-top: -24px; } }
  @media only screen and (max-width: 759px) {
    .project .in, .project .out {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      margin-bottom: 0; }
      .project .in .text, .project .out .text {
        margin-top: -24px; } }

.menu {
  background: #9d9d9d;
  padding: 45px 90px 30px 30px;
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000; }
  .menu a.current, .menu a:hover {
    color: white; }
  .menu ul.social {
    position: absolute;
    left: 30px;
    bottom: 30px; }
    .menu ul.social li {
      float: left;
      margin-right: 20px; }
      .menu ul.social li a {
        display: block;
        text-indent: -999em;
        width: 23px;
        height: 23px; }
        .menu ul.social li a.twitter {
          background: url("../images/icon_twitter.png") 50% 50% no-repeat;
          background-size: 23px auto; }
        .menu ul.social li a.facebook {
          background: url("../images/icon_fb.png") 50% 50% no-repeat;
          background-size: 23px auto; }

.menu-right {
  right: -240px; }

.menu-right.menu-open {
  right: 0px; }

.menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.map {
  background: white;
  margin-bottom: 30px;
  width: 100%;
  height: 500px; }

main {
  background: #808080;
  padding: 30px 0 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10; }
  main.article {
    top: 0;
    width: 100%; }
    main.article article {
      border-top: none;
      margin: 30px auto 120px;
      padding-top: none;
      width: 100%; }
      main.article article img {
        max-width: 100%;
        margin-bottom: 30px; }
      main.article article .text {
        padding-top: 30px;
        margin: 0 auto;
        width: 740px; }
        main.article article .text:first-of-type {
          border-top: 1px solid #29fd2e; }
        main.article article .text p, main.article article .text ul {
          margin-left: 33%;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.71429;
          margin-bottom: 24px;
          margin-bottom: 1.5rem; }
        main.article article .text ul.log {
          font-weight: bold;
          font-family: "Avenir W01", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.5;
          margin-bottom: 24px;
          margin-bottom: 1.5rem; }
          main.article article .text ul.log li span {
            display: block;
            padding-right: 15px;
            float: left;
            width: 50%; }
            main.article article .text ul.log li span.out {
              color: black; }
        main.article article .text blockquote {
          color: #29fd2e;
          float: left;
          font-weight: bold;
          font-family: "Avenir W01", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding-right: 30px;
          width: 60%; }
          main.article article .text blockquote p {
            margin-left: 0;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 1.33333;
            margin-bottom: 24px;
            margin-bottom: 1.5rem; }
      @media only screen and (max-width: 979px) {
        main.article article .text {
          max-width: 100%;
          padding-left: 30px;
          padding-right: 30px; }
          main.article article .text p, main.article article .text ul {
            margin-left: 0; } }
      @media only screen and (max-width: 759px) {
        main.article article .text blockquote {
          float: none;
          width: 80%; }
        main.article article .text ul.log li {
          margin-bottom: 15px; }
          main.article article .text ul.log li span {
            float: none; } }

article {
  border-top: 1px solid #29fd2e;
  margin: 60px auto 120px;
  padding-top: 30px;
  width: 740px; }
  article h1, article h2 {
    float: left;
    width: 33%;
    padding-right: 30px; }
  article .content {
    float: left;
    width: 67%; }
    article .content p, article .content ul, article .content ol {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.71429;
      margin-bottom: 24px;
      margin-bottom: 1.5rem; }
  article.arts h1, article.arts h2 {
    width: 50%;
    padding-right: 30px; }
  article.arts .content {
    width: 50%; }
  article.feature h1, article.feature h2 {
    display: inline;
    float: none;
    padding-right: 0;
    width: auto; }
  article.feature .content {
    padding: 0 60px;
    width: 100%; }
    article.feature .content p {
      font-family: "Avenir W01", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.33333;
      margin-bottom: 24px;
      margin-bottom: 1.5rem;
      display: inline; }
  article.support {
    font-family: "Avenir W01", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    article.support h4, article.support h5 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.33333;
      margin-bottom: 24px;
      margin-bottom: 1.5rem; }
      article.support h4 span, article.support h5 span {
        color: white; }
    article.support h5 {
      margin-bottom: 12px; }
    article.support .content {
      width: 100%; }
    article.support .col {
      float: left;
      margin-right: 5%;
      width: 30%; }
      article.support .col:last-child {
        margin-right: 0; }
      article.support .col p, article.support .col ul, article.support .col ol {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; }
      article.support .col ul li a {
        color: white; }
        article.support .col ul li a:hover {
          color: #29fd2e; }
    article.support#team .col {
      width: 50%;
      padding-right: 45px;
      margin-right: 0; }
  @media only screen and (max-width: 979px) {
    article {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; }
      article h1, article h2 {
        float: none;
        width: auto;
        padding-right: 0;
        margin-bottom: 24px; }
      article .content {
        width: 100%; }
      article.arts h1, article.arts h2 {
        width: auto;
        padding-right: 30px; }
      article.arts .content {
        width: 100%; }
      article.feature .content {
        padding: 0;
        width: 100%; } }
  @media only screen and (max-width: 759px) {
    article.support .col {
      float: none;
      margin-right: 0;
      width: 60%; } }

.logos {
  background: #747474;
  margin-bottom: 0;
  padding: 30px 0;
  width: 100%; }
  .logos ul {
    text-align: center;
    margin-bottom: 0; }
    .logos ul li {
      margin: 0 20px 20px 20px;
      display: inline-block;
      vertical-align: baseline; }
      .logos ul li img {
        width: auto;
        height: 50px; }
        .logos ul li img.landscape {
          height: 30px; }

/*# sourceMappingURL=layout.css.map */
