/* ICONS */

@font-face {
  font-family: 'acoven-icons';
  src:  url('../fonts/acoven-icons.eot?9cnrr6');
  src:  url('../fonts/acoven-icons.eot?9cnrr6#iefix') format('embedded-opentype'),
    url('../fonts/acoven-icons.ttf?9cnrr6') format('truetype'),
    url('../fonts/acoven-icons.woff?9cnrr6') format('woff'),
    url('../fonts/acoven-icons.svg?9cnrr6#acoven-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'coven-medium';
  src: url('../fonts/coven-medium.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/coven-medium.woff') format('woff'), 
    url('../fonts/coven-medium.ttf')  format('truetype'), 
    url('../fonts/coven-medium.svg#coven-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'coven';
  src: url('../fonts/coven.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/coven.otf')  format('opentype'),
       url('../fonts/coven.woff') format('woff'), 
       url('../fonts/coven.ttf')  format('truetype'), 
       url('../fonts/coven.svg#coven') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'coven-light';
  src: url('../fonts/coven-light.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/coven-light.woff') format('woff'), 
    url('../fonts/coven-light.ttf')  format('truetype'), 
    url('../fonts/coven-light.svg#coven-light') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="entypo-"], [class*=" entypo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'acoven-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entypo-linkedin:before {
  content: "\e901";
}
.entypo-brand:before {
  content: "\e901";
}
.entypo-social:before {
  content: "\e901";
}
.entypo-instagram:before {
  content: "\e902";
}
.entypo-brand2:before {
  content: "\e902";
}
.entypo-social2:before {
  content: "\e902";
}
.entypo-behance:before {
  content: "\e903";
}
.entypo-brand3:before {
  content: "\e903";
}
.entypo-social3:before {
  content: "\e903";
}
.entypo-dribbble:before {
  content: "\e904";
}
.entypo-brand4:before {
  content: "\e904";
}
.entypo-social4:before {
  content: "\e904";
}
.entypo-brand5:before {
  content: "\e900";
}
.entypo-codepen:before {
  content: "\e900";
}

/* Awwwards */

#awwwards{
  position: absolute;
  top: -6px;
  right:0px;
  width: 90px;
  height: 135px;
  text-indent: -666em;
  overflow: hidden;
  z-index: 9999999;

  -webkit-transition: all 1s ease;
    transition: all 1s ease; 
}

#awwwards:hover {}
#awwwards.top{
  top: 20px;
}
#awwwards.left{
  transform: translateX(-90px);
  left: 0;
  animation: awwward 1s 1 forwards;
  animation-delay: 1s;
}
#awwwards.right{
  right: 78px;
  animation: awwward 1s 1 forwards;
  animation-delay: 1s;
}

#awwwards a{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: 90px 135px;
}

/* HONORABLE */

#awwwards.honorable.black.left a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_black_left.png);
}
#awwwards.honorable.black.right a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_black_right.png);
}
#awwwards.honorable.silver.left a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_silver_left.png);
}
#awwwards.honorable.silver.right a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_silver_right.png);
}
#awwwards.honorable.white.left a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_white_left.png);
}
#awwwards.honorable.white.right a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_white_right.png);
}
#awwwards.honorable.white.left:hover a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_black_left.png);
}
#awwwards.honorable.green.left a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_green_left.png);
}
#awwwards.honorable.green.right a{
  background-image: url(/assets/img/ribbons/awwwards_honorable_green_right.png);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

  /* HONORABLE */

  #awwwards.honorable.black.left a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_black_left@2x.png);
  }
  #awwwards.honorable.black.right a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_black_right@2x.png);
  }
  #awwwards.honorable.silver.left a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_silver_left@2x.png);
  }
  #awwwards.honorable.silver.right a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_silver_right@2x.png);
  }
  #awwwards.honorable.white.left:hover a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_black_left@2x.png);
  }
  #awwwards.honorable.white.left a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_white_left@2x.png);
  }
  #awwwards.honorable.white.right a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_white_right@2x.png);
  }
  #awwwards.honorable.green.left a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_green_left@2x.png);
  }
  #awwwards.honorable.green.right a{
    background-image: url(/assets/img/ribbons/awwwards_honorable_green_right@2x.png);
  }

}

@-webkit-keyframes awwward {
  from {
    transform: translateX(-90px);
  }
  to {
    transform: translateX(-4px);
  }
}

@keyframes awwward {
  from {
    transform: translateX(-90px);
  }
  to {
    transform: translateX(-4px);
  }
}





/* Freeze Class */

#scrollblocker {
    height: 200000px;
    width: 100%;
    /*background: rgba(0,0,0,0.5);*/
}

#scrollblocker-wrapper {
    display: none;
    height:100vh;
    z-index: 999999;
    overflow: scroll;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.freeze {
    overflow:hidden !important;
  }

body.freeze,
html.freeze {
    height:100% !important;
}  

#scroll-control{
  overflow:scroll;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 999999;
}
#scroll-control-inner{
  height:2000px;
  position: absolute;
  top:0;
  left:0;
  width:100%;
}


/* Logo Animation */

.menu-shelf svg.logo path.hexagon,
.menu-shelf svg.logo path.ac,
.menu-shelf svg.logo {
  -webkit-transition: 0.5s all cubic-bezier(.666, 0, .333, 1);
  transition: 0.5s all cubic-bezier(.666, 0, .333, 1);
  /* IE 9 */
  -webkit-transform-origin: center center;
  /* Chrome, Safari, Opera */
  transform-origin: center center;
}

.menu-shelf svg.logo:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-shelf svg.logo:hover path.ac {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.menu-shelf svg.logo:hover path.hexagon {
  /* IE 9 */
  -webkit-transform: rotate(120deg);
  /* Chrome, Safari, Opera */
  transform: rotate(120deg);
}


/* Project Inner */

.lazyload,
.lazyloading {
	opacity: 0;
	padding-bottom: 55.3%;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.project-header {
  height: 50vh;
  width: 100%;
}

.project-content {
  width: 100%;
}

.project-section {
  width: 100%;
  line-height: 0;
  margin-top: -0.1px;
}

.project-section img {
  width: 100%;
  margin-top: -0.1px;
}

#project-inner-content.assorted .project-section {
  padding: 80px;
  background: #f1f1f1;
}

#project-inner-content.assorted .project-header {
  background-size: contain!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d0eeed;
}

#project-inner-content.sidepocket .project-header {
  background-size: contain!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #134B9E;
}

#project-inner-content.assorted div#project-inner-content {
    overflow: hidden;
}

#project-inner-content.assorted .project-section.gif {
  padding: 0px;
  background:transparent;
}

#project-inner-content.assorted .project-section img {
  box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

#project-inner-content.assorted .project-section.gif img {
  box-shadow: 0;
}

.next-project {
  height: 50vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.next-project .background {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
}

.next-project,
.next-project-info {
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
}

.next-project a {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 50vh;
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1px;
  z-index: 3;
  cursor: pointer;
}

.contact-section-container {
  background: #fff;
  width: 100%;
  display: block;
  position: relative;
  height: 50vh;
}

.contact-section {
  display: block;
  height: 100%;
  width: 100%
}

.contact-section a {
    height: 100%;
    width: 100%;
    line-height: 50vh;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "brandon-grotesque", sans-serif!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
    font-size: 12px;
    color: #a5a7a7;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}

.contact-section-container a:hover {
    color: #000;
    letter-spacing: 3px;
}

.next-project-info {
  width: 100%;
  height: 100%;
}

.next-project:hover .next-project-info {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.next-project:hover .next-project-info a {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  letter-spacing: 4px;
}

.project-section:nth-child(odd) {
  background: #f1f1f1;
}

.project-section.gif {
  width:50%;
  display: inline-block;
  margin: -4px -2px;
}
.gif-container {
  margin-right: -2px;
  margin-bottom: -4px;
}

.project-inner-container {
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#project-inner-content {
  padding: 0 80px 0px 0px;
}

#fullpage .project-details {
  display: block;
  position: absolute;
  bottom: 45px;
  left: 60px;
}

.project-inner .project-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 100px;
  max-width: 1020px;
  margin: 0 auto;
}

.project-details h1 {
  margin: 0;
  font-size: 40px;
  padding-bottom: 5px;
  /* Fallback */
  font-size: 4.5vw;
  width: 60%;
  color: #fff;
  line-height: 45px;
  /* Fallback */
  line-height: 4.7vw;
}

.project-details h4 {
  line-height: 20px;
  margin-left: 3px;
}

.project-details > p {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  margin: 0px;
  color: #545454;
}

.project-inner .project-details h4,
.project-inner .project-details .project-links h4 {
  margin-bottom: 0px;
  font-size: 11px;
  margin-top: 10px;
  line-height: 20px;
  margin-left: 0px;
  color: #a5a7a7;
  font-family: brandon-grotesque, sans-serif;
}

/*.project-inner .project-details .project-links h4 {
  color:#191a1a;
}*/

.project-inner .project-details > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.project-inner .project-details p {
  font-size: 16px;
  font-weight: lighter;
  line-height: 26px;
}

.project-inner .project-details .project-links p {
  margin-top: 0;
}

.project-inner .project-details .project-links h4 {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 15px;
}

.project-details .project-links p a {
  color:#000;
  font-family: "coven-light", sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: lighter;
  line-height: 24px;
  display: block;
}

.project-details .project-links a:hover {
  color:#39CCC7;
  transition: 0.3s all ease-in-out;
}

.project-details > div.project-links {
  padding-right: 0;
  margin-top: 0px;
}

.project-inner {
  background: #fff;
  -webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}

.project-details > div:first-child {
  max-width: 270px;
  padding-right: 60px;
}

.project-details.with-links > div {
  max-width: 100%;
}

.project-details.with-links > div > p {
  max-width: 420px;
}


/* LOADER */

.modal {
  display: block;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba( 255, 255, 255, 1) url('/assets/img/alex-coven_loader.gif') 50% 50% no-repeat;
}

body.loading {
  overflow: hidden;
}

body.loading .modal {
  display: block;
}

#fullpage .container .project-details {
  opacity: 0;
}

#fullpage .projects-load .container .project-details {
  opacity: 1;
  overflow: hidden;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.08);
}

.view-case-study.projects-load {
  right: 60px;
  -webkit-transition: 0.5s all cubic-bezier(.87, -.41, .19, 1.44), 1.5s right cubic-bezier(.87, -.41, .19, 1.44) 0.15s;
  transition: 0.5s all cubic-bezier(.87, -.41, .19, 1.44), 1.5s right cubic-bezier(.87, -.41, .19, 1.44) 0.15s;
}

#fullpage .container .project-details h4,
#fullpage .container .project-details h1 {
  margin-top: -80px;
}

#fullpage .projects-load .container .project-details h4,
#fullpage .projects-load .container .project-details h1 {
  margin-top: 0px;
}

#fullpage .projects-load .container .project-details h4 {
  margin-bottom: 2vw;
}

#fullpage .container .project-details {
  -webkit-transition: opacity 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: opacity 0.5s cubic-bezier(.666, 0, .333, 1);
}

.project-details,
.project-details h4,
.project-details h1 {
  -webkit-transition: all 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: all 0.5s cubic-bezier(.666, 0, .333, 1);
}


/* LOADER END */

h1,
h2,
h3 {
  font-family: "coven", sans-serif;
  text-transform: initial;
  font-weight: 700;
  -moz-font-feature-settings:"ss01" 1, "ss02" 1; 
  -ms-font-feature-settings:"ss01" 1, "ss02" 1; 
  -o-font-feature-settings:"ss01" 1, "ss02" 1; 
  -webkit-font-feature-settings:"ss01" 1, "ss02" 1; 
  font-feature-settings:"ss01" 1, "ss02" 1;
/*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

h4,
h5,
h6 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

p {
  font-family: "coven-light", sans-serif;
  -moz-font-feature-settings:"ss01" 1, "ss02" 1; 
  -ms-font-feature-settings:"ss01" 1, "ss02" 1; 
  -o-font-feature-settings:"ss01" 1, "ss02" 1; 
  -webkit-font-feature-settings:"ss01" 1, "ss02" 1; 
  font-feature-settings:"ss01" 1, "ss02" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*p {
  font-family: "coven-light", sans-serif;
}*/


/* Brandon */

* {
  box-sizing: border-box;
}

*::-moz-selection {
  background: transparent;
  color: #37CCC9;
}

*::selection {
  background: transparent;
  color: #37CCC9;
}

::-webkit-scrollbar {
  display: none;
}

p {
  color: #000;
  font-size: 12px;
  font-weight: lighter;
  line-height: 24px;
}

/* Brandon h1 {
  font-size: 53px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 62px;
  color: #191a1a;
  margin: 0;
}*/

h1 {
  font-family: "coven-medium", sans-serif;
  font-size: 53px;
  font-weight: 500;
  letter-spacing: -0.2px;
  letter-spacing: -0.125vw;
  line-height: 62px;
  color: #191a1a;
  margin: 0;
}


h2 {
  font-size: 32px;
/*  font-weight: bold;*/
  font-weight: 500;
  letter-spacing: 0;
/*  letter-spacing: 1px;*/
  line-height: 33px;
  color: #191a1a;
  margin: 0;
}

/*h3 {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 34px;
  color: #191a1a;
  margin: 0;
}*/

h3 {
  font-family: 'coven', sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-transform: initial;
  letter-spacing: 0px;
  line-height: 34px;
  color: #191a1a;
  margin: 0;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 34px;
  color: #a5a7a7;
  margin-left: 3px;
}

.client-project h4.portfolio-eyebrow {
  font-size: 11px;
}

.project-details .client-project h2.portfolio-heading {
  font-size: 16px;
  margin-left: 0;
  font-weight: lighter;
  font-family: 'coven-light', sans-serif;
  line-height: 25px;
  margin-top: 10px;
  -webkit-font-smoothing: antialiased;
}

.project-details .client-project h2.mar-btm-27{
  margin-bottom: 27px;
}

.project-details .project-description {
  max-width: 575px;
}

.project-details .project-description p {
  margin-top: 10px;
  line-height: 25px;
}

.project-details.with-links .project-description p {
  padding-right: 60px;
}

.project-inner .project-details .project-links h4 {
  font-size: 11px;
  margin-bottom: 3px;
  margin-top: 10px;
}

#fullpage .project-details h4 {
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 0.75);
}

button {
  background: transparent;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}

.view-case-study {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  position: fixed;
  border: 0;
  width: 65px;
  height: 65px;
  bottom: 60px;
  right: -100px;
  cursor: pointer;
  z-index: 3;
  overflow: hidden;
}

.view-case-study:before {
    content: '';
    border: 3px solid #fff;
    border-top: 3px solid #39CCC7;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
    animation: spin 2s linear infinite;
}

.loader.view-case-study:before {
    display: block;
}

.project-inner {
  position: fixed;
  left: 0px;
  width: 100vw;
  height: 100vh;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background: rgba(255, 255, 255, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: -webkit-transform 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: transform 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: transform 0.5s cubic-bezier(.666, 0, .333, 1), -webkit-transform 0.5s cubic-bezier(.666, 0, .333, 1);
}

.work-mode #main {
  left: -80vw;
  position: relative;
}

#main.main-move {
  left: 45vw;
}

@media (min-width: 1000px) {
  #main.main-move {
    left: 450px;
  }
}

#main {
  opacity: 0;
  left: 0vw;
  position: relative;
  -webkit-transition: left 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: left 0.5s cubic-bezier(.666, 0, .333, 1);
}

.project-inner > img {
  position: relative;
}

.project-header > img.full-page,
.project-content > img.full-page {
  width: 100%;
  padding-right: 0px;
}

.project-header > img.full-page {
  max-height: 50vh;
}

.project-inner-container > .project-header,
.project-inner-container > .project-content {
  padding: 0 80px 0 0;
}

.project-inner > img:before {
  content: '';
  background: #eee;
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  opacity: 1;
}

.work-mode-show,
.nav-text-project {
  opacity: 0;
}

.work-mode-show .project-inner > img:before {
  opacity: 0;
}

.work-mode .work-mode-show,
.work-mode .nav-text-project {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: opacity 0.5s cubic-bezier(.666, 0, .333, 1);
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}

.work-mode .project-inner > * {
  opacity: 1;
}

.work-mode .project-inner {
  -webkit-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0);
}

.work-mode .view-case-study {
  z-index: 3;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
}

.work-mode .view-case-study:hover:after {
  opacity: 0;
  background: transparent;
}

.view-case-study > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 8px;
  margin: -6px 0 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  -webkit-transition: height 0.5s cubic-bezier(.666, 0, .333, 1), margin 0.5s cubic-bezier(.666, 0, .333, 1);
  transition: height 0.5s cubic-bezier(.666, 0, .333, 1), margin 0.5s cubic-bezier(.666, 0, .333, 1);
}

.nav-button-project > span {
  background-color: #a5a7a7;
}

.view-case-study > span:last-child {
  margin: -1px 0 0;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.view-case-study:hover > span,
.work-mode .view-case-study > span {
  background-color: #000000;
}

.work-mode .view-case-study:hover,
.view-case-study:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.view-case-study:hover {
  -webkit-transform: scale(1.2) translate3d(0, 0, 0);
  transform: scale(1.2) translate3d(0, 0, 0);
}

.work-mode .view-case-study > span {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.work-mode .view-case-study > span:last-child {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

.work-mode .project-details h2 {
  margin-left: -2px;
}

button:hover {
  color: #191a1a;
}

button:hover:after,
.view-case-study:hover:after {
  width: 100%;
  opacity: 1;
}

button:after,
.view-case-study:after {
  opacity: 0;
  content: '';
  background: #fff;
  width: 0;
  height: 100%;
  top: 0;
  border-radius: 100px;
  margin: 0px 0px 0px 0px;
  display: block;
  position: absolute;
  z-index: -1;
}

button:focus {
  outline: 0px;
}

button.text {
  background: transparent;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.mob_open {
  display: block;
}

body {
  background: #ffffff;
  margin: 0;
  left: 80px;
  margin-right: 80px;
  position: relative;
  overflow-x: hidden;
}

body.homepage {}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.prev-next-buttons > *:hover {
      color:#000;
}

.navigation {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 99999;
}

.open-nav {
  background: rgba(0, 0, 0, 0.5);
}

.menu-shelf {
  background: #fff;
  width: 45vw;
  height: 100vh;
  position: relative;
  overflow: scroll;
  display: none;
  max-width: 450px;
}

.navigation:after {
  content: '';
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.open-nav + .navigation:after {
  background: rgba(0, 0, 0, 0.25);
  display: block;
}

.tabs_item h4 {
  margin-left: 0;
}

.tabs_item h3 {
  padding-bottom: 12px;
}

.tabs_item.tabs_contact h3 {
  padding-bottom: 0px;
}

.open-nav .tab_content .tabs_item {
  display: none;
  opacity: 0;
  -webkit-transform: translatey(100px);
  transform: translatey(100px);
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
}

.open-nav .tab_content .active_tab_content > * {
  opacity: 0;
  -webkit-transform: translatey(20px);
  transform: translatey(20px);
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
}

.open-nav .tab_content .active_tab_content {
  display: block;
}

.open-nav .tab_content .active_tab_content,
.open-nav .tab_content .active_tab_content > * {
  opacity: 1;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-transition: 1s opacity ease-in-out, 0.6s transform ease-in-out;
  -webkit-transition: 1s opacity ease-in-out, 0.6s -webkit-transform ease-in-out;
  transition: 1s opacity ease-in-out, 0.6s -webkit-transform ease-in-out;
  transition: 1s opacity ease-in-out, 0.6s transform ease-in-out;
  transition: 1s opacity ease-in-out, 0.6s transform ease-in-out, 0.6s -webkit-transform ease-in-out;
}

.tabs_item.active_tab_content {
    position: absolute;
    width: 100%;
}


.menu-shelf > *{
  opacity: 0;
  -webkit-transition: 0s opacity ease-in-out, 0.5s transform ease-in-out;
  -webkit-transition: 0s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0s opacity ease-in-out, 0.5s transform ease-in-out;
  transition: 0s opacity ease-in-out, 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


.menu-shelf ul li {
  opacity: 0;
  -webkit-transition: 0s opacity ease-in-out, 1s transform ease-in-out;
  -webkit-transition: 0s opacity ease-in-out, 1s -webkit-transform ease-in-out;
  transition: 0s opacity ease-in-out, 1s -webkit-transform ease-in-out;
  transition: 0s opacity ease-in-out, 1s transform ease-in-out;
  transition: 0s opacity ease-in-out, 1s transform ease-in-out, 1s -webkit-transform ease-in-out;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.open-nav .menu-shelf > *,
.open-nav .menu-shelf ul li {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  -webkit-transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s -webkit-transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
  transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.menu-shelf > *:nth-child(1),
.menu-shelf > *:nth-child(2),
.menu-shelf > *:nth-child(3),
.menu-shelf > *:nth-child(4) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.open-nav .menu-shelf > *:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.open-nav .menu-shelf > *:nth-child(2) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.open-nav .menu-shelf > *:nth-child(3) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.menu-shelf ul li:nth-child(1),
.menu-shelf ul li:nth-child(2),
.menu-shelf ul li:nth-child(3),
.menu-shelf ul li:nth-child(4) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.open-nav .menu-shelf ul li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.open-nav .menu-shelf ul:nth-child(1) li:nth-child(2) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.open-nav .menu-shelf ul.social li:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.open-nav .menu-shelf ul.tabs-fade li:nth-child(1) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.open-nav .menu-shelf ul.tabs-fade li:nth-child(2) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.open-nav .menu-shelf ul.tabs-fade li:nth-child(3) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.open-nav .menu-shelf ul.tabs-fade li:nth-child(4) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.open-nav .menu-shelf ul li:nth-child(2) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.open-nav .menu-shelf ul li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.open-nav .menu-shelf ul li:nth-child(4) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.open-nav .menu-shelf ul li:nth-child(5) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.menu-shelf ul.social a li {
  -webkit-transform: rotatey(180deg);
  transform: rotatey(180deg);
}

.open-nav .menu-shelf ul.social a li {
  -webkit-transition: 0.5s transform ease-in-out;
  -webkit-transition: 0.5s -webkit-transform ease-in-out;
  transition: 0.5s -webkit-transform ease-in-out;
  transition: 0.5s transform ease-in-out;
  transition: 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.open-nav .menu-shelf ul.social li:before {
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.social a {
  padding: 0px 25px;
}

.menu-shelf svg.logo {
  fill: #39CCC7;
  margin: 40px; 
  padding: 2px;
  padding-left: 0px;
  box-sizing: content-box;
  overflow: visible;
}

.menu-shelf h2 {
  line-height: 45px;
  letter-spacing: 1px;
  font-size: 40px;
}

.menu-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: 11;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.open-nav + .menu-bg {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.9s all ease-in-out;
  transition: 0.9s all ease-in-out;
}

.menu-shelf ul.tabs {
  margin-top: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-shelf ul.tabs:after {
  content: '';
  width: 100%;
  margin-top: -2px;
  border-bottom: 0px solid #f0f0f0;
  z-index: 0;
}

.menu-shelf ul.tabs li a {
  color: #191a1a;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.menu-shelf ul.tabs li:hover > a {
  color: #37ccc9;
}

.menu-shelf ul.tabs li.current > a {
  color: #37ccc9;
}

.menu-shelf ul.tabs li > a:hover {
  cursor: pointer;
}

.menu-shelf ul.tabs li {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  font-size: 11px;
  display: relative;
/*  line-height: 40px;*/
  line-height: 30px;
  margin: 0px 0px 0px 40px;
}

.menu-shelf ul.tabs li > a:after {
  content: '';
  display: block;
  position: relative;
  height: 2px;
  width: 0%;
  background: #39CCC7;
  z-index: 1;
}

.menu-shelf ul.tabs li.current > a:after,
.menu-shelf ul.tabs li:hover > a:after {
  width: 100%;
}

.menu-shelf ul.tabs:hover > li.current > a:after {
  width: 0%;
}

.menu-shelf ul.tabs li.current:hover > a:after {
  width: 100%;
}

.menu-shelf ul.tabs li:first-child:before {
  display: none;
}

.tabs_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.tab {
  position: relative;
  margin: 6vh auto;
}

.tab_content .services h4 {
  line-height: 12px;
  font-size: 11px;
  color: #a5a7a7;
  margin: 0px 0px 10px;
}

.seperator {
  width: 20px;
  height: 2px;
  background: #37CCC9;
  margin: 40px 0px 15px;
}

.tab_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: relative;
}

.tab_content > * {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.tab h4 a,
.tab h4.resume {
  color: #a5a7a7;
  padding-bottom: 30px;
  margin: 0;
  padding-top: 10px;
  font-size: 11px;
}

.nav-text-project {
  width: 300px;
  top: 25px;
  left: 46px;
  position: fixed;
}

.prev-next-buttons a:hover > span {
  background: #000;
}

.prev-next-buttons a {
  -webkit-transition: 0s left, 0s bottom, 0s top, 0.3s color ease-in-out;
  transition: 0s left, 0s bottom, 0s top, 0.3s color ease-in-out;
}

.prev-next-buttons {
  display: none;
  bottom: 0px;
  left: 0px;
  width: 80px;
  position: fixed;
}

.work-mode .prev-next-buttons {
  display: block;
}

a.nav-button-prev-project,
a.nav-button-next-project {
  position: relative;
  height: 80px;
  width: 60px;
  line-height: 82px;
  text-align: center;
  text-decoration: none;
  left: 80px;
  margin-top: -20px;
}

a.nav-button-next-project:after {
  content: '';
  width: 2px;
  height: 30px;
  background: #eee;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 57px;
  display: none;
}

.nav-text-project,
a.nav-button-prev-project,
a.nav-button-next-project {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
  font-size: 10px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #a5a7a7;
  text-decoration: none;
}

.nav-button-next-project > span,
.nav-button-prev-project > span {
  background-color: #a5a7a7;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.half {
  -webkit-box-flex: 1 50%;
  -ms-flex: 1 50%;
  flex: 1 50%;
  z-index: 1;
}

.tabs_contact h4 {
  margin-bottom: 0px;
  margin-top: 40px;
  display: block;
  width: 100%;
  font-size: 11px;
}

.tabs_item.services p {
  font-size: 12px;
  line-height: 24px;
}

.tabs_item.services .flex-row {
  margin-bottom: 30px;
}

.tabs_item.services .flex-row:last-child {
  margin-bottom: 0px;
}

.contact-image-container {
  position: relative;
  width: 100%;
  height: calc(100% - 10vh);
  display: none;
}

.contact-image {
  width: 100%;
  z-index: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -40px;
}

ul.shots {
  margin-left: -40px;
  margin-right: -44px;
}

li.shots--shot {
  display: inline;
}

li.shots--shot a img {
  width: 50%;
}

.menu-shelf p.contact {
  padding-bottom: 20px;
  text-align: left;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 24px;
}

.menu-shelf .half:last-child > p {
  padding-left: 0px;
}

.menu-shelf .half img {
  margin-left: -91px;
  margin-top: 22px;
  z-index: 0;
}

.menu-shelf .half p.contact {
  padding-bottom: 20px;
}

.menu-shelf p {
  max-width: 360px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin:0;
  padding:10px 0px;
}

p.menu_body_copy {
  width: 100%;
  text-align: left;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 22px;
}

.menu-shelf a {
  text-decoration: none;
  color: #000;
}

.menu-shelf a:hover {
  color: #37CCC9;
}

.menu-shelf button {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #a5a7a7;
  cursor: pointer;
}

.menu-shelf footer {
  border-top: 1px solid #f0f0f0;
  position: fixed;
  bottom: 0px;
  height: 50px;
  width: 45vw;
  max-width: 450px;
  background: #fff;
}

ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
}

ul.social li {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  color: #888;
  text-align: center;
  font-size: 14px;
}

ul.social a:hover li,
ul.social li:hover {
  color: #37CCC9;
}

ul.social a {
  padding: 16px 25px;
  position: relative;
}

ul.social a:before {
    border-top: 2px solid #37CCC9;
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
}

ul.social a:hover:before {
    width: 100%;
}

.nav {
  width: 80px;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: 0;
  border-right: 1px solid #f0f0f0;
  z-index: 9999;
}

.logo-menu {
  cursor: pointer;
  display: block;
  margin: 47vh 0;
  cursor: pointer;
}

.logo-menu svg,
.logo.mobile-show svg {
  display: block;
  margin: 0 auto;
  fill: #39CCC7;
  cursor: pointer;
}


/* Transitions */

.logo-menu svg,
.hexagon,
.ac,
line,
.navigation,
.open-nav,
.menu-shelf ul.tabs li > a:after,
ul.pagination a li,
button:after,
button,
.view-case-study,
.view-case-study:after,
.view-case-study > span,
ul.pagination,
.prev-next-buttons a:hover > span,
ul.social a:before,
.view-case-study.clickme {
  -webkit-transition: 0.5s all cubic-bezier(.87, -.41, .19, 1.44);
  transition: 0.5s all cubic-bezier(.87, -.41, .19, 1.44);
}

.open-nav .menu-shelf {
  -webkit-animation: shelf 0.5s forwards linear alternate;
  animation: shelf 0.5s forwards linear alternate;
  box-sizing: content-box;
}

a,
.menu-shelf ul.tabs li {
  -webkit-transition: 0.3s all ease-in-out, 0s z-index ease-in-out, 0s border ease-in-out;
  transition: 0.3s all ease-in-out, 0s z-index ease-in-out, 0s border ease-in-out;
}

.firstline,
.lastline,
.middleline {
  -webkit-transition: 0.3s all cubic-bezier(.87, -.41, .19, 1.44);
  transition: 0.3s all cubic-bezier(.87, -.41, .19, 1.44);
}

.logo-menu svg:hover,
.hovered {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.logo-menu svg:hover .ac,
.hovered .ac {
  -webkit-transform: translate(-3.7px, -3.5px) rotate(-180deg);
  transform: translate(-3.7px, -3.5px) rotate(-180deg);
  opacity: 0;
}

.logo-menu svg:hover line,
.hovered line {
  stroke-dashoffset: 100;
  -webkit-animation: dash 0.3s linear forwards alternate!important;
  animation: dash 0.3s linear forwards alternate!important;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.logo-menu svg:hover .middleline,
.hovered .middleline {
  -webkit-animation-delay: 0.25s!important;
  animation-delay: 0.25s!important;
}

.logo-menu svg line {
  -webkit-animation: undash 0.3s linear forwards alternate;
  animation: undash 0.3s linear forwards alternate;
}

.lines {
  -webkit-transform: rotate(60deg) translate(5.5px, -32.5px);
  transform: rotate(60deg) translate(5.5px, -32.5px);
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

svg:hover .lines,
svg.click .lines,
.hovered .lines {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.logo-menu svg:hover .firstline,
.hovered .firstline {
  -webkit-transform: translatey(2px);
  transform: translatey(2px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.logo-menu svg.click .firstline {
  -webkit-transform: rotate(45deg) translate(7px, -32px);
  transform: rotate(45deg) translate(7px, -32px);
}

.logo-menu svg:hover .lastline,
.hovered .lastline {
  -webkit-transform: translatey(-2px);
  transform: translatey(-2px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.logo-menu svg.click .hexagon {
  opacity: 0;
}

.logo-menu svg:hover .hexagon,
.hovered .hexagon {
  opacity: 0;
}

.logo-menu svg.click .lastline {
  -webkit-transform: rotate(-45deg) translate(-26px, 21px);
  transform: rotate(-45deg) translate(-26px, 21px);
}

.logo-menu svg.click:hover,
.hovered.click:hover {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.redraw {
  -webkit-animation: dash 0.4s forwards linear;
  animation: dash 0.4s forwards linear;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.logo-menu svg.click .middleline {
  -webkit-animation: undash 0.4s forwards linear!important;
  animation: undash 0.4s forwards linear!important;
}

.logo-menu svg.click {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.logo-menu svg.click .ac {
  display: none;
}

.logo-menu svg.click line {
  -webkit-animation: dash 0.4s linear forwards alternate;
  animation: dash 0.4s linear forwards alternate;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

line {
  stroke: #39CCC7;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 33;
  stroke-dashoffset: 50;
  -webkit-animation: undash 0.4s forwards linear;
  animation: undash 0.4s forwards linear;
}

.hovered g.lines .firstline {
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.hovered g.lines .lastline {
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.hovered:hover g.lines .firstline {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.hovered:hover g.lines .lastline {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.hovered.click:hover g.lines .firstline {
  -webkit-transform: rotate(45deg) translate(7px, -32px);
  transform: rotate(45deg) translate(7px, -32px);
}

.hovered.click:hover g.lines .lastline {
  -webkit-transform: rotate(-45deg) translate(-26px, 21px);
  transform: rotate(-45deg) translate(-26px, 21px);
}

.hovered.click g.lines .middleline {
  -webkit-animation: undash 0.1s forwards linear!important;
  animation: undash 0.1s forwards linear!important;
}


/* HERO */

.mobile-hero-h1 {
  display: none;
}

.desktop-hero-h1 {
  display: block;
}

.hats-mobile {
  width: 100%;
  display: none;
  position: absolute;
  left: 0px;
  bottom:10px;
}

.hats-mobile:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  height: 55px;
  bottom: -50px;
  background: #d0eeed;
}

.hats-mobile img{
  width: 100%;
}

span.hero-seperator {
  margin:0 15px;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: bolder;
  font-size: 10px;
  display: inline-block;
  position: relative;
  top:-2px;
}

.scroll {
  left: -80px;
  right: 0;
  margin: 0 auto;
  width: 72px;
  height: 50px;
  bottom: 50px;
  position: absolute;
  z-index: 9999999;
  cursor: pointer;
}

svg.scroll-start {
  fill: #D0EEED;
}

svg.scroll-end {
  fill: #39CCC7;
  clip: rect(1px, 0px, 200px, 0px);
  transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -webkit-transition: 0.1s all ease-in-out;
  -moz-transition: 0.1s all ease-in-out;
}

.scroll > svg {
  position: fixed;
  width: 72px;
}

a.scroll:hover > svg.scroll-end {
  fill: #39CCC7;
  clip: rect(0px, 100px, 200px, 0px);
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

#hero {
  background: #fff;
  width: 100%;
  height: 100vh;
  background-image: url(../img/hero.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 95% 0;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  -webkit-transition: 0.05s background-position ease-in-out,
  0.05s opacity ease-in-out;
  transition: 0.05s background-position ease-in-out,
  0.05s opacity ease-in-out;
}

#hero .container {
  padding: 50px;
  height: 100vh;
}

@media (min-width: 1440px) {
  #hero .container {
    padding: 50px 100px;
  }
}

#hero .name-scroll {
  display: flex;
}

#hero .name-scroll h4 {
  margin-top: 0;
}

#hero h4 {
  width: 100%;
  font-family: 'coven', sans-serif;
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 21px;
  text-transform: initial;
  width: auto;
  font-weight: lighter;
  margin-bottom: 45px;
}

#hero h4:last-child {
  padding-left: 40px;
}

#hero h1 {
  font-family: 'coven', sans-serif;
  width: 100%;
  font-size: 5.5vw;
  line-height: 5.8vw;
  letter-spacing: -0.2vw;
}


/* HERO END */


/* WORK */
.hero-center-container {
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-center {
  width: 100%;
}

@media (min-width: 770px) {
  .hero-center {
    margin-left: 2vw;
  }
}

#hero.destroy {
  opacity: 0.2;
  -webkit-transform: translate3d(0, -2000px, 0);
  transform: translate3d(0, -2000px, 0);
  -webkit-transition: all cubic-bezier(.666, 0, .333, 1) 0.25s;
  transition: all cubic-bezier(.666, 0, .333, 1) 0.25s;
}

.mobile-show {
  display: none;
}

#fullpage.hide {
    display:none;
}
#fullpage.padding-fix {
  padding-top: 0px;
}

#fullpage section {
  height: 100vh;
  width: 100%;
}

#fullpage section .container {
  padding: 60px;
  width: 100%;
  height: 100%;
  position: relative;
}

.ui-info h4 {
  color: #fff;
  margin: 2px 0px 0px 0px;
}

.ui-info {
  width: 100%;
}

.ui-info span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-info h4:last-child {
  text-align: right;
}

#fullpage section {
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: center center;
  background-position-y: 0px;
}

#fullpage > section .container {
  background: rgba(0, 0, 0, 0.2);
}

#fullpage > section:first-child .container {
  background: rgba(0, 0, 0, 0.1);
}

/*#fullpage > section:first-child .container {
  background: rgba(242, 199, 43, 0.8);
}

#fullpage > section:nth-child(2) .container {
  background: rgba(9, 91, 243, 0.8);
}

#fullpage > section:nth-child(3) .container {
  background: rgba(242, 100, 83, 0.8);
}

#fullpage > section:nth-child(4) .container {
  background: rgba(78, 125, 255, 0.8);
}

#fullpage > section:nth-child(5) .container {
  background: rgba(252, 34, 5,0.6);
}

#fullpage > section:nth-child(6) .container {
  background: rgba(57, 204, 199, 0.8);
}

#fullpage > section:nth-child(7) .container {
  background: rgba(57, 204, 199, 0.8);
}*/

#fullpage > section {
  background-repeat-y: initial;
}

.full-line {
  width: 0%;
  height: 2px;
  background: #fff;
  display: block;
  opacity: 0.5;
}

ul.pagination {
  z-index: 2;
  position: fixed;
  right: -100px;
  margin: 44vh 0;
}

ul.pagination.visible {
  right: 0px;
  -webkit-transition: 1.75s right ease-in-out;
  transition: 1.75s right ease-in-out;
}

ul.pagination > a{
  position: relative;
  right: -100px;
}


ul.pagination.visible > a{
  right: 0px;
  -webkit-transition: 1.75s right ease-in-out;
  transition: 1.75s right ease-in-out;
}

ul.pagination.visible a:nth-child(2) {
  transition-delay:0.15s;
}

ul.pagination.visible a:nth-child(3) {
  transition-delay:0.3s;
}

ul.pagination.visible a:nth-child(4) {
  transition-delay:0.45s;
}

ul.pagination.visible a:nth-child(5) {
  transition-delay:0.6s;
}

ul.pagination.visible a:nth-child(6) {
  transition-delay:0.75s;
}

ul.pagination.visible a:nth-child(7) {
  transition-delay:0.90s;
}

ul.pagination a {
  text-decoration: none;
  width: 12px;
  height: 18px;
  display: block;
}

ul.pagination a {
  cursor: pointer;
}

ul.pagination a li {
  width: 12px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  top: 8px;
  position: relative;
}

ul.pagination a:hover > li {
  margin-left: -12px;
  width: 24px;
  height: 4px;
  background: #fff;
}

ul.pagination a.active > li {
  margin-left: -12px;
  width: 24px;
  height: 4px;
  background: #fff;
}

g.arrow_down {
  -webkit-animation: arrow 2s infinite alternate forwards linear;
          animation: arrow 2s infinite alternate forwards linear;
  position: relative;
  fill: #39CCC7;
}

/*a.scroll.scroll-pop.scrollplease {
  background: #fff;
  padding: 20px;
  height: 70px;
  box-sizing: content-box;
  border: 2px solid #D0EEED;
  border-radius: 100px;
}*/

h4.tooltip {
  opacity: 0;
  /*display:none;*/
}

.hero-center h4.tooltip {
  font-size: 15px;
  letter-spacing: 0;
  font-family: "proxima-nova", sans-serif;
  font-family: "coven-light", sans-serif;
  text-transform: initial;
  color: #888;
  font-weight: lighter;
}

a.scroll.scroll-pop:before,
a.scroll.scroll-pop:after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    width: 2px;
    border-radius: 1px;
    background: #D0EEED;
    height: 0px;
    -webkit-transition: 2s all ease-in-out;
            transition: 2s all ease-in-out;
}

a.scroll.scroll-pop:before {
    position: absolute;
    left: 49%;
    right: 49%;
    background: #39CCC7;
}


a.scroll.scroll-pop.scrollplease:after,
a.scroll.scroll-pop.scrollplease:before {
    height: 40px;
}

a.scroll.scroll-pop.scrollplease:before {
    -webkit-animation: linescroll 2s infinite forwards linear;
            animation: linescroll 2s infinite forwards linear;
}

.view-case-study.clickme {
    -webkit-animation: clickme 1.5s infinite forwards linear;
            animation: clickme 1.5s infinite forwards linear;
    transition-timing-function: cubic-bezier(.87, -.41, .19, 1.44);
    background: rgba(255,255,255,0.75);
}

.view-case-study.clickme > span {
    -webkit-animation: clickmecolor 1.5s infinite forwards linear;
            animation: clickmecolor 1.5s infinite forwards linear;
    transition-timing-function: cubic-bezier(.87, -.41, .19, 1.44);
}



/* WORK END */

@-webkit-keyframes clickme {
  0% {
  }
  33% {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.3) translate3d(0, 0, 0); 
  }
  66% {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  100% {
  }
}

@keyframes clickme {
  0% {
  }
  33% {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.3) translate3d(0, 0, 0); 
  }
  66% {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  100% {
  }
}

@-webkit-keyframes clickmecolor {
  0% {
    background: rgba(0, 0, 0, 1);
  }
  33% {
    background: rgba(0, 0, 0, 1);
  }
  66% {
    background: rgba(0, 0, 0, 1);
  }
  100% {
    background: rgba(0, 0, 0, 1);
  }
}

@keyframes clickmecolor {
  0% {
    background: rgba(0, 0, 0, 1);
  }
  33% {
    background: rgba(0, 0, 0, 1);
  }
  66% {
    background: rgba(0, 0, 0, 1);
  }
  100% {
    background: rgba(0, 0, 0, 1);
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 69;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 69;
  }
}

@-webkit-keyframes scrollpop {
  from {
    fill: #D0EEED;
  }
  to {
    fill: #39CCC7;
  }
}

@keyframes scrollpop {
  from {
    fill: #D0EEED;
  }
  to {
    fill: #39CCC7;
  }
}

@-webkit-keyframes undash {
  from {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100;
    stroke-dashoffset: 102;
  }
}

@keyframes undash {
  from {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100;
    stroke-dashoffset: 102;
  }
}

@-webkit-keyframes shelf {
  0% {
    padding-right: 0px;
  }
  20% {
    padding-right: 20px;
  }
  40% {
    padding-right: 10px;
  }
  60% {
    padding-right: 15px;
  }
  80% {
    padding-right: 5px;
  }
  100% {
    padding-right: 0px;
  }
}

@keyframes shelf {
  0% {
    padding-right: 0px;
  }
  20% {
    padding-right: 20px;
  }
  40% {
    padding-right: 10px;
  }
  60% {
    padding-right: 15px;
  }
  80% {
    padding-right: 5px;
  }
  100% {
    padding-right: 0px;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
  }
}

@keyframes linescroll {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 0.1;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0.1;
  }
}

@-webkit-keyframes linescroll {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 0.1;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0.1;
  }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-moz-document url-prefix() {
  #main.main-move {
    left:0;
  }
}

@media (max-width: 960px) {
  .project-inner .project-details {
      padding: 100px 60px;
  }
  #hero {
    background-position: 40vw 0px;
  }
  #fullpage section#section-03 {
    background-image: url(/assets/img/alex-website-heroes-mobile.jpg)!important;
  }
  #fullpage section#section-02 {
    background-image: url(/assets/img/sidepocket-head-mobile.jpg)!important;
  }
}

@media (max-width: 770px) {
  body {
    margin: 0;
    left: 0px;
    margin-right: 0px;
    position: relative;
    overflow-x: hidden;
  }
  #awwwards{
    display: none;
  }
  .gif-container {
     margin-right: 0px; 
    overflow: hidden;
}
  .project-section.gif {
    width:100%;
    display: block;
    margin: -1px 0px;
  }
  a.scroll.scroll-pop:before,
  a.scroll.scroll-pop:after {
    display: none;
  }
  #fullpage section#section-06 {
    background-image: url(/assets/img/assorted-ui-interface-mobile.jpg)!important;
  }
  .project-inner .project-details h4 {
    margin-top: 10px;
  }
  .project-details > div.project-links {
    margin-top: 40px;
  }
  .project-details > div.project-links {
    margin-top: 10px;
  }
  .work-mode #main {
    left: -100vw;
  }
  #project-inner-content.assorted .project-section {
    padding: 40px;
  }
  .view-case-study.projects-load {
    right:40px;
  }
  .view-case-study {
    bottom:40px;
  }
  .hats-mobile img {
    width: 130%;
    right: 30%;
    position: relative;
  }
  .mobile-show {
    display: block;
    position: fixed;
    right: 20px;
    top: 0;
  }
  .hero-center-container {
    height: calc(100vh - 60px);
    padding-bottom: 30vw;
  }
  .project-inner .project-details > *,
  .project-inner .project-details > p,
  .project-inner .project-details {
    display: block;
  }
  .project-details .client-project h2.mar-btm-27,
  .project-details .client-project h2 {
    margin-bottom: 20px;
  }
  .project-inner .project-details h4.portfolio-eyebrow {
    margin-bottom: 4px;
  }
  .project-inner .project-details .project-description p {
    margin-top: 0;
  }
  .project-details > div {
    padding-right: 0px;
  }
  .hats-mobile {
    display: block;
    bottom: 0px;

  }
  .project-inner .project-details p {
    margin-top: 30px;
  }
  #fullpage section .container {
    padding-top: 140px;
  }
  #fullpage .project-details {
    bottom: 50px;
  }
  #project-inner-content {
    padding: 0;
  }
  .project-inner .project-details {
    padding: 80px;
  }
  .project-details h1 {
    font-size: 6vw;
    line-height: 6vw;
  }
  #fullpage section {
    background-size: cover!important;
    background-position-y: 0px!important;
  }
  #hero h1 {
    width: 100%;
    font-size: 55px;
    line-height: 57px;
    margin-top: 10px;
  }
  #hero .container {
    padding: 30px;
    height: 100vh;
  }
  #hero h4 {
    position: relative;
    width: 100%;
    line-height: 17px;
    width: auto;
    font-size: 16px;
    margin-bottom: 30px;
  }
  #hero {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .scroll {
      left: 30px;
      margin: 0;
      width: 72px;
      height: 40px;
      bottom: 180px;
      position: absolute;
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
  }
  a.scroll.scroll-pop svg.scroll-start {
    -webkit-animation:none;
    animation:none;
  }
  svg.scroll-start {
    fill: rgba(57,204,199,0.5);
  }
  .open-nav {
    background: rgba(0, 0, 0, 0);
  }
  .nav {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    left: 0;
    border-right: 0 solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
    z-index: 999999;
  }
  .logo-menu,
  .logo.mobile-show {
    margin: 0;
    width: 60px;
  }
  .logo-menu {
    top:0;
    left:60px;
    position: absolute;
  }
  .logo-menu svg,
  .logo.mobile-show svg {
    margin: 17px;
  }
  .menu-shelf {
    width: 100%;
    height: calc(100% - 60px);
    margin-top: 80px;
    max-width: 100%;
  }
  .container {
    margin: 0px
  }
  .menu-shelf svg.logo {
    display: none;
  }
  .nav-text-project {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    text-align: right;
    margin-left: -22px;
    display: none;
  }
  a.nav-button-prev-project {
    top: 0px;
    right: 0px;
    left: initial;
    height: 80px;
    width: 60px;
    margin-top: 0px;
    line-height: 76px;
  }
  a.nav-button-next-project {
    top: 0px;
    right: 0px;
    left: initial;
    height: 80px;
    width: 60px;
    margin-top: 0px;
    line-height: 76px;
  }
  a.nav-button-next-project:after {
    display: none;
    content: '';
    width: 2px;
    height: 30px;
    background: #eee;
    position: absolute;
    bottom: 26px;
    left: 0px;
  }
  .nav-text-project, a.nav-button-next-project, a.nav-button-prev-project {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  .prev-next-buttons {
    top: 0px;
    height: 80px;
    width: auto;
    position: fixed;
    right: 15px;
    left: initial;
  }
  .work-mode .prev-next-buttons {
    display: block;
  }
  .work-mode .project-inner {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .next-project,
  .contact-section-container {
    height: 33vh;
  }
  .next-project a,
  .contact-section a {
    line-height: 33vh;
  }
  ul.pagination {
    margin: 44vh 0;
  }
  .navigation {
    width:100%;
  }
  .navigation.open-nav {
    height:100%;
  }
  .navigation .container {
    height:100%;
  }
  .tab_content {
    max-width: 400px;
    margin: 0 auto;
    overflow: scroll;
    height: calc(100vh - 177px);
    -webkit-overflow-scrolling: touch; /* lets it scroll lazy */
  }
  .open-nav .tab_content .active_tab_content > * {
    width: 100%
  }
  .menu-shelf ul.tabs li:first-child {
    margin: 0px 0px 0px 40px;
  }
  .tab {
    margin-top: 38px;
    margin-bottom: 0px;
  }
  .open-nav + .menu-bg {
    display: none!important;
  }
  .menu-shelf footer {
    bottom: 20px;
    border-top: 2px solid #f0f0f0;
    position: absolute;
    height: 50px;
    width: 100%;
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .menu-shelf ul.tabs {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin: 0 auto;
    max-width: 400px;
  }
  ul.social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
  }
  ul.social li {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  ul.social a {
    padding: 16px 20px;
  }
  .logo.mobile-show {
    position: relative;
    right:0;
    left:0;
  }
  .logo-menu svg {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }

  .logo-menu svg .ac {
    -webkit-transform: translate(-3.7px, -3.5px) rotate(-180deg);
    transform: translate(-3.7px, -3.5px) rotate(-180deg);
    opacity: 0;
  }

  .logo-menu svg line {
    stroke-dashoffset: 100;
    -webkit-animation: dash 0.3s linear forwards alternate!important;
    animation: dash 0.3s linear forwards alternate!important;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }

  .logo-menu svg .middleline {
    -webkit-animation-delay: 0.25s!important;
    animation-delay: 0.25s!important;
  }

  .logo-menu g.lines .firstline {
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

  .logo-menu g.lines .lastline {
    transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
  }

  .logo-menu g.lines .firstline {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  .logo-menu g.lines .lastline {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  .logo-menu svg .lastline {
    -webkit-transform: translatey(-2px);
    transform: translatey(-2px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .logo-menu svg .hexagon {
    opacity: 0;
  }
  .logo-menu.click g.lines .firstline {
    -webkit-transform: rotate(45deg) translate(7px, -32px);
    transform: rotate(45deg) translate(7px, -32px);
  }

  .logo-menu.click g.lines .lastline {
    -webkit-transform: rotate(-45deg) translate(-26px, 21px);
    transform: rotate(-45deg) translate(-26px, 21px);
  }

  .logo-menu.click g.lines .middleline {
    -webkit-animation: undash 0.1s forwards linear!important;
    animation: undash 0.1s forwards linear!important;
  }
  .logo-menu svg.click .middleline {
    -webkit-animation: undash 0.1s forwards linear!important;
    animation: undash 0.1s forwards linear!important;
  }

  .logo-menu svg.click {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }

  .logo-menu svg.click .ac {
    display: none;
  }

  .logo-menu svg.click line {
    -webkit-animation: dash 0.4s linear forwards alternate;
    animation: dash 0.4s linear forwards alternate;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
  svg.click .lines {
    opacity: 1;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .logo-menu svg .firstline {
    -webkit-transform: translatey(2px);
    transform: translatey(2px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .logo-menu svg.click .firstline {
    -webkit-transform: rotate(45deg) translate(7px, -32px);
    transform: rotate(45deg) translate(7px, -32px);
  }

  .logo-menu svg .lastline {
    -webkit-transform: translatey(-2px);
    transform: translatey(-2px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .logo-menu svg.click .lastline {
    -webkit-transform: rotate(-45deg) translate(-26px, 21px);
    transform: rotate(-45deg) translate(-26px, 21px);
  }
  .logo-menu svg .lines {
    opacity: 1;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media (max-width: 500px) {

  .menu-shelf footer {
    bottom: 0px;
  }

  #project-inner-content.sidepocket .project-header,
  #project-inner-content.assorted .project-header  {
    background-position: center bottom!important;
  }
  #project-inner-content.assorted .project-header {
    background-size: 85%!important;
}

  .work-mode #main {
    left: 0vw;
  }

  #main.main-move {
    left:0;
  }

  .scroll {
      bottom: 160px;
      display: block;
  }

  .project-details h4 {
    line-height: 20px;
    margin-left: 0px;
  }

  ul.pagination a {
    height: 26px;
  }

  .mobile-hero-h1 {
    display: block;
  }

  .desktop-hero-h1 {
    display: none;
  }

  .project-inner .project-details h4 {
    margin-top: 8px;
  }

  .hats-mobile img {
    width: 120%;
    right: 33%;
    margin-bottom: 0px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    display: block;
    min-width: 480px;
  }

  .hero-center-container {
    height: calc(100vh - 60px);
    padding-bottom: 50vw;
  }

  a.nav-button-next-project:after {
    height: 20px;
    bottom: 20px;
  }

  a.nav-button-prev-project,
  a.nav-button-next-project{
      height: 60px;
      line-height: 60px;
  }

  .hats-mobile {
    bottom:50px;
  }

  .project-details h1 {
    font-size: 30px;
    line-height: 31px;
  }

  #fullpage .project-details h4,
  #fullpage .projects-load .container .project-details h4 {
    margin-bottom: 10px;
  }

  .nav {
    height: 60px;
  }

  .menu-shelf {
    margin-top: 60px;
  }

  .logo-menu svg,
  .logo.mobile-show svg {
    margin: 8px;
    width: 38px;
    margin-left: 20px;
  }

  .logo.mobile-show {
    position: relative;
    right:0;
    left:5px;
  }

  #hero h1 {
    font-size: 50px;
    line-height: 51px;
    margin-top:20px;
    letter-spacing: -0.1px;
  }

  #hero h4 {
    margin-bottom: 10px;
    font-size: 16px;
/*    letter-spacing: 2px;*/
  }

  #hero h4:last-child {
    padding-left: 30px;
    display: none;
  }

  h2 {
    font-size: 30px;
    line-height: 31px;
  }

  #hero .hero-center h4.tooltip {
    letter-spacing: 0;
  }

  span.hero-seperator {
    display: none;
  }

  span.hero-line-break {
    display: block;
  }

  #fullpage section .container {
    padding: 30px;
    padding-top: 90px;
  }
  #fullpage .project-details {
    bottom: 30px;
    left: 30px;
  }
  .view-case-study {
    width: 50px;
    height: 50px;
    bottom: 30px;
  }
  .view-case-study.projects-load {
    right: 30px;
  }
  .ui-info {
    opacity: 0;
    position: relative;
  }
  .project-inner .project-details {
    padding: 15vw 10vw;
    -webkit-transition: padding 0s;
    transition: padding 0s;
  }
  .project-inner .project-details > * {
    display: block;
  }
  .project-inner .project-details {
    display: block;
  }
  .project-inner .project-details p {
    margin-top: 16px;
  }
  .project-inner .project-details p:nth-child(2) {
    margin-bottom:0px;
  }
  .project-details > div {
    max-width: 250px;
    padding-right: 0px;
  }
}

@media (max-width: 380px) {
  .tab_content {
    -webkit-overflow-scrolling: touch;
  }
  .scroll {
      left: 30px;
      height: 90px;
      bottom: 23vh;
}
.tab h4.resume {
      padding-bottom: 85px;
}
  a.scroll.scroll-pop svg.scroll-start {
    -webkit-animation: scrollpop 1s linear forwards 6 alternate;
    animation: scrollpop 1s linear forwards 6 alternate;
  }
}

/* Bottom of page */

    