#project-description #site-name, #portfolio-nav ul, #portfolio-nav li {
  position: relative;
  float: left;
  width: 100%; }

#project-announce, #project-description, #project-description #site-description {
  position: relative;
  float: left; }

#portfolio-nav {
  position: relative;
  float: right; }

#project-announce .top-line, #project-announce .bottom-line {
  font-size: 0;
  line-height: 0; }

body.black-bg {
  color: #fff; }
  body.black-bg #site-number {
    color: #8293b0 !important; }
  body.black-bg .site-link a::before {
    background-color: rgba(255, 255, 255, 0.4); }
body.white-text #logo {
  color: #fff !important; }
body.white-text footer a, body.white-text footer .lang-share .share-bar a {
  color: #fff !important; }
body.white-text #portfolio-nav ul a, body.white-text #portfolio-nav li a {
  color: #949397 !important; }
body.white-text #portfolio-nav li.active a, body.white-text #portfolio-nav li a:hover {
  color: #fff !important; }
body.white-text #portfolio-nav li:hover::after {
  background: #fff; }
body.white-text .menu-global {
  border-top: 2px solid #fff !important; }

/* PAGE TRANSITION */
.pt-perspective {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0; }
  .pt-perspective .wrapper {
    z-index: 1000; }

.pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: none; }
  .pt-page.active {
    z-index: 999; }
  .pt-page:first-child {
    display: block; }

/* CONTENT */
#project-announce {
  margin-left: 200px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  clear: both; }
  @media screen and (max-width: 992px) {
    #project-announce {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    #project-announce {
      font-size: 16px; } }
  @media screen and (max-width: 640px) {
    #project-announce {
      font-size: 14px; } }
  @media screen and (max-width: 1200px) {
    #project-announce {
      margin-left: 100px; } }
  @media screen and (max-width: 992px) {
    #project-announce {
      margin-left: 0; } }
  #project-announce span {
    display: inline-block;
    opacity: 0;
    margin-left: 100px; }
    @media screen and (max-width: 992px) {
      #project-announce span {
        margin-left: 0; } }
  #project-announce .top-line, #project-announce .bottom-line {
    position: absolute;
    height: 3px;
    background: #2b88fa;
    width: 0; }
  #project-announce .top-line {
    right: 0;
    top: -15px; }
    #project-announce .top-line.is-done {
      right: auto;
      left: 0; }
  #project-announce .bottom-line {
    left: 0;
    bottom: -15px; }
    #project-announce .bottom-line.is-done {
      left: auto;
      right: 0; }

#project-description {
  width: 70%; }
  @media screen and (max-width: 768px) {
    #project-description {
      width: 100%;
      margin-top: 10px; } }
  @media screen and (max-width: 640px) {
    #project-description {
      margin-top: 5px; } }
  #project-description #site-description {
    font-size: 18px;
    width: 480px;
    margin-left: 300px;
    line-height: 1.4;
    margin-top: 80px;
    min-height: 130px;
    left: -100px;
    opacity: 0; }
    @media screen and (max-width: 992px) {
      #project-description #site-description {
        font-size: 17px; } }
    @media screen and (max-width: 768px) {
      #project-description #site-description {
        font-size: 16px; } }
    @media screen and (max-width: 640px) {
      #project-description #site-description {
        font-size: 14px; } }
    @media screen and (max-width: 1200px) {
      #project-description #site-description {
        margin: 70px 0 0 150px;
        width: 430px;
        min-height: 140px; } }
    @media screen and (max-width: 992px) {
      #project-description #site-description {
        margin: 60px 0 0 0;
        width: auto;
        padding: 0 30px 0 100px;
        min-height: 130px;
        left: 0 !important; } }
    @media screen and (max-width: 768px) {
      #project-description #site-description {
        margin-top: 45px;
        padding: 0 0 0 50px;
        min-height: 100px;
        font-size: 16px !important; } }
    @media screen and (max-width: 640px) {
      #project-description #site-description {
        margin-top: 35px; } }
    @media screen and (max-width: 480px) {
      #project-description #site-description {
        padding-left: 40px;
        min-height: 90px; } }
  #project-description #site-name {
    padding-left: 100px;
    margin-top: 70px; }
    @media screen and (max-width: 1200px) {
      #project-description #site-name {
        padding-left: 50px;
        margin-top: 60px; } }
    @media screen and (max-width: 992px) {
      #project-description #site-name {
        margin-top: 50px; } }
    @media screen and (max-width: 768px) {
      #project-description #site-name {
        margin-top: 35px; } }
    @media screen and (max-width: 480px) {
      #project-description #site-name {
        padding-left: 40px; } }
    #project-description #site-name #site-number {
      position: absolute;
      white-space: nowrap;
      font-size: 24px;
      font-weight: bold;
      color: #2b88fa;
      left: 0;
      top: 25px;
      opacity: 0; }
      @media screen and (max-width: 1200px) {
        #project-description #site-name #site-number {
          top: 19px; } }
      @media screen and (max-width: 992px) {
        #project-description #site-name #site-number {
          top: 14px; } }
      @media screen and (max-width: 768px) {
        #project-description #site-name #site-number {
          top: 10px;
          font-size: 22px; } }
      @media screen and (max-width: 640px) {
        #project-description #site-name #site-number {
          font-size: 20px;
          top: 5px; } }
      @media screen and (max-width: 480px) {
        #project-description #site-name #site-number {
          font-size: 18px;
          top: 4px; } }
    #project-description #site-name #works-caption {
      position: absolute;
      white-space: nowrap;
      font-size: 34px;
      font-weight: bold;
      text-transform: uppercase;
      left: -55px;
      height: 50px;
      bottom: -165px;
      line-height: 50px;
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      text-align: right;
      margin-left: 100px;
      opacity: 0; }
      @media screen and (max-width: 1200px) {
        #project-description #site-name #works-caption {
          font-size: 32px;
          left: -53px;
          bottom: -162px; } }
      @media screen and (max-width: 992px) {
        #project-description #site-name #works-caption {
          font-size: 30px;
          left: -50px;
          bottom: -150px; } }
      @media screen and (max-width: 768px) {
        #project-description #site-name #works-caption {
          font-size: 28px;
          left: -46px;
          bottom: -130px; } }
      @media screen and (max-width: 640px) {
        #project-description #site-name #works-caption {
          font-size: 26px;
          left: -43px;
          bottom: -114px; } }
      @media screen and (max-width: 480px) {
        #project-description #site-name #works-caption {
          font-size: 22px;
          left: -36px;
          bottom: -106px; } }
    #project-description #site-name h1 {
      font-size: 48px;
      line-height: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      opacity: 0;
      margin-left: -50px; }
      @media screen and (max-width: 1200px) {
        #project-description #site-name h1 {
          font-size: 42px; } }
      @media screen and (max-width: 992px) {
        #project-description #site-name h1 {
          font-size: 36px; } }
      @media screen and (max-width: 768px) {
        #project-description #site-name h1 {
          font-size: 30px; } }
      @media screen and (max-width: 640px) {
        #project-description #site-name h1 {
          font-size: 24px; } }
      @media screen and (max-width: 480px) {
        #project-description #site-name h1 {
          font-size: 20px; } }

#portfolio-nav {
  width: 30%;
  text-align: right;
  margin-top: 17px; }
  @media screen and (max-width: 768px) {
    #portfolio-nav {
      display: none; } }
  #portfolio-nav ul, #portfolio-nav li {
    display: block; }
    #portfolio-nav ul a, #portfolio-nav li a {
      color: #4f5053 !important;
      text-decoration: none !important;
      transition: color 0.3s;
      display: inline-block;
      margin-right: -50px;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        #portfolio-nav ul a, #portfolio-nav li a {
          margin-right: 0; } }
      #portfolio-nav ul a:hover, #portfolio-nav li a:hover {
        color: #000 !important; }
      #portfolio-nav ul a span, #portfolio-nav li a span {
        transition: font-size .2s ease-in-out, color .3s ease-in-out; }
  #portfolio-nav li {
    font-size: 14px;
    line-height: 22px;
    width: auto;
    clear: both;
    float: right;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      #portfolio-nav li {
        float: left;
        padding: 8px 0; } }
    #portfolio-nav li.inactive::after {
      opacity: 0; }
    #portfolio-nav li::after {
      position: absolute;
      width: 0;
      height: 2px;
      content: '';
      left: 100%;
      margin-left: 15px;
      top: 50%;
      margin-top: -1px;
      transition: 0.3s; }
      @media screen and (max-width: 768px) {
        #portfolio-nav li::after {
          left: -75px; } }
    #portfolio-nav li:hover::after {
      background: #4f5053;
      width: 85px; }
      @media screen and (max-width: 1200px) {
        #portfolio-nav li:hover::after {
          width: 65px; } }
      @media screen and (max-width: 992px) {
        #portfolio-nav li:hover::after {
          width: 45px; } }
    #portfolio-nav li.active-line::after {
      background: #2b88fa;
      width: 85px; }
      @media screen and (max-width: 1200px) {
        #portfolio-nav li.active-line::after {
          width: 65px; } }
      @media screen and (max-width: 992px) {
        #portfolio-nav li.active-line::after {
          width: 45px; } }
    #portfolio-nav li.active a {
      color: #000 !important;
      line-height: 24px; }
      #portfolio-nav li.active a span {
        font-size: 18px;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          #portfolio-nav li.active a span {
            font-size: 16px; } }

/* FOOTER */
.site-link {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -16px;
  opacity: 0; }
  @media screen and (max-width: 992px) {
    .site-link {
      position: relative;
      float: left;
      width: 100%;
      top: auto;
      margin-top: 0;
      padding-bottom: 15px; } }
  .site-link a {
    font-size: 18px;
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 992px) {
      .site-link a {
        font-size: 17px; } }
    @media screen and (max-width: 768px) {
      .site-link a {
        font-size: 16px; } }
    @media screen and (max-width: 640px) {
      .site-link a {
        font-size: 14px; } }
    .site-link a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 4px;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      @media screen and (max-width: 768px) {
        .site-link a:before {
          bottom: 5px; } }
      @media screen and (max-width: 640px) {
        .site-link a:before {
          bottom: 6px; } }
    .site-link a:hover:before {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

@media screen and (max-width: 992px) {
  footer {
    height: 160px; } }
footer .share-bar a {
  margin-right: 50px !important; }
  @media screen and (max-width: 1200px) {
    footer .share-bar a {
      margin-right: 20px !important; } }
  @media screen and (max-width: 992px) {
    footer .share-bar a {
      margin-right: 0 !important; } }
footer .lang-bar {
  margin-top: -2px;
  width: 100px;
  text-align: right; }
  @media screen and (max-width: 992px) {
    footer .lang-bar {
      margin-top: -1px;
      width: auto; } }
  @media screen and (max-width: 768px) {
    footer .lang-bar {
      margin-top: -3px; } }
  footer .lang-bar span {
    font-size: 24px; }
    @media screen and (max-width: 992px) {
      footer .lang-bar span {
        font-size: 20px; } }

/*# sourceMappingURL=portfolio.css.map */
