@font-face {
  font-family: "OverpassLight";
  src: url("../fonts/Overpass-Light.eot") format("eot"), url("../fonts/Overpass-Light.woff2") format("woff2"), url("../fonts/Overpass-Light.woff") format("woff"), url("../fonts/Overpass-Light.ttf") format("truetype"), url("../fonts/Overpass-Light.svg") format("svg");
}

@font-face {
  font-family: "OverpassLight";
  font-style: italic;
  src: url("../fonts/Overpass-LightItalic.eot") format("eot"), url("../fonts/Overpass-LightItalic.woff2") format("woff2"), url("../fonts/Overpass-LightItalic.woff") format("woff"), url("../fonts/Overpass-LightItalic.ttf") format("truetype"), url("../fonts/Overpass-LightItalic.svg") format("svg");
}

@font-face {
  font-family: "Overpass";
  src: url("../fonts/Overpass-Regular.eot") format("eot"), url("../fonts/Overpass-Regular.woff2") format("woff2"), url("../fonts/Overpass-Regular.woff") format("woff"), url("../fonts/Overpass-Regular.ttf") format("truetype"), url("../fonts/Overpass-Regular.svg") format("svg");
}

@font-face {
  font-family: "OverpassBold";
  src: url("../fonts/Overpass-Bold.eot") format("eot"), url("../fonts/Overpass-Bold.woff2") format("woff2"), url("../fonts/Overpass-Bold.woff") format("woff"), url("../fonts/Overpass-Bold.ttf") format("truetype"), url("../fonts/Overpass-Bold.svg") format("svg");
}

@font-face {
  font-family: "OverpassBlack";
  src: url("../fonts/Overpass-Black.eot") format("eot"), url("../fonts/Overpass-Black.woff2") format("woff2"), url("../fonts/Overpass-Black.woff") format("woff"), url("../fonts/Overpass-Black.ttf") format("truetype"), url("../fonts/Overpass-Black.svg") format("svg");
}

@font-face {
  font-family: "OverpassBlack";
  font-style: italic;
  src: url("../fonts/Overpass-BlackItalic.eot") format("eot"), url("../fonts/Overpass-BlackItalic.woff2") format("woff2"), url("../fonts/Overpass-BlackItalic.woff") format("woff"), url("../fonts/Overpass-BlackItalic.ttf") format("truetype"), url("../fonts/Overpass-BlackItalic.svg") format("svg");
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaLight.eot");
  src: url("../fonts/NexaLight.eot") format("eot"), url("../fonts/NexaLight.woff2") format("woff2"), url("../fonts/NexaLight.woff") format("woff"), url("../fonts/NexaLight.ttf") format("truetype"), url("../fonts/NexaLight.svg") format("svg");
}

@font-face {
  font-family: "Nexa";
  font-weight: bold;
  src: url("../fonts/Nexa-XBold.eot");
  src: url("../fonts/Nexa-XBold.eot") format("eot"), url("../fonts/Nexa-XBold.woff2") format("woff2"), url("../fonts/Nexa-XBold.woff") format("woff"), url("../fonts/Nexa-XBold.ttf") format("truetype"), url("../fonts/Nexa-XBold.svg") format("svg");
}

@font-face {
  font-family: "Rustic";
  src: url("../fonts/NexaRustSans-Black3.eot");
  src: url("../fonts/NexaRustSans-Black3.eot") format("eot"), url("../fonts/NexaRustSans-Black3.woff2") format("woff2"), url("../fonts/NexaRustSans-Black3.woff") format("woff"), url("../fonts/NexaRustSans-Black3.ttf") format("truetype"), url("../fonts/NexaRustSans-Black3.svg") format("svg");
}

/* width */
::-webkit-scrollbar {
  width: 12.5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #666;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  width: 100%;
  min-height: 100%;
  font-size: 12px;
  font-family: "Overpass", sans-serif;
  color: #c1372c;
  background-color: #69d9d5;
}

a {
  color: #5472a4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: #ffffff;
}

.bg-color0 {
  background-color: #69d9d5;
}

.bg-color1 {
  background-color: #e8ca5d;
}

.bg-color2 {
  background-color: #46494e;
}

.bg-color3 {
  background-color: #c1372c;
}

.bg-color4 {
  background-color: #5472a4;
}

.bg-color5 {
  background-color: #ffffff;
}

.font-size--xl {
  font-size: 3.16667rem;
}

.font-size--l {
  font-size: 2.66667rem;
}

.font-size--m {
  font-size: 1.83333rem;
}

.font-size--ms {
  font-size: 1.25rem;
}

.font-size--s {
  font-size: 1rem;
}

.font-size--xs {
  font-size: 0.70833rem;
}

.font-color0 {
  color: #69d9d5;
}

.font-color1 {
  color: #e8ca5d;
}

.font-color2 {
  color: #46494e;
}

.font-color3 {
  color: #c1372c;
}

.font-color4 {
  color: #5472a4;
}

.font-color5 {
  color: #ffffff;
}

/* HAMBURGER NAVIGATION */
.hamburger {
  position: fixed;
  z-index: 10000000;
  top: 5.4%;
  right: 14px;
  display: inline-block;
  width: 1.25em;
  height: 0.8em;
  margin-right: 0.3em;
  border-top: 0.2em solid color1;
  border-bottom: 0.2em solid color1;
  cursor: pointer;
}

.hamburger:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid color1;
}

.hamburger-black {
  position: fixed;
  z-index: 10000000;
  top: 5.4%;
  right: 14px;
  display: inline-block;
  width: 1.25em;
  height: 0.8em;
  margin-right: 0.3em;
  border-top: 0.2em solid color2;
  border-bottom: 0.2em solid color2;
  cursor: pointer;
  display: none;
}

.hamburger-black:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid color2;
}

/* MENU */
.menu-panel {
  position: fixed;
  z-index: 10 !important;
  top: 101%;
  left: 0%;
  width: 30%;
  height: 100%;
  background-color: white;
  opacity: 1;
}

.menu-panel .arrow {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  display: none;
}

.menu-panel .hamburger {
  position: absolute;
  z-index: 10000000;
  top: 40px;
  left: 40px;
  display: inline-block;
  width: 40px;
  height: 15px;
  margin-right: 0.3em;
  border-top: 0.2em solid #000;
  border-bottom: 0.2em solid #000;
  cursor: pointer;
}

.menu-panel .hamburger:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid #000;
}

.menu-panel .label-shell {
  position: absolute;
  top: 220px;
  left: 40px;
  height: 1px;
  width: 90%;
}

.menu-panel .label-shell .label {
  position: absolute;
  top: 50px;
  width: 65%;
  font-family: OverpassLight;
  font-size: 3.16667rem;
  text-align: left;
  white-space: initial;
  opacity: 0;
}

.menu-panel .label-shell .label--on {
  top: 0px;
  opacity: 1;
}

.menu-panel .label-shell .label--off {
  top: -50px;
  opacity: 0;
}

.menu-panel .logo {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 185px;
  height: auto;
  cursor: pointer;
}

.menu-panel2 {
  z-index: 9 !important;
  top: 0%;
  background-color: #c7b59f;
  display: none;
}

.menu-panel2 .menu-items--shell {
  position: absolute;
  top: 220px;
  left: 40px;
  height: 1px;
  width: 90%;
  left: 50%;
  margin-top: 10px;
  margin-left: -100px;
  width: 200px;
  height: 250px;
  text-align: left;
  white-space: nowrap;
}

.menu-panel2 .menu-items--shell a {
  display: block;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: Overpass;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-panel2 .menu-items--shell a .menutext {
  display: inline-block;
  position: relative;
  left: -40px;
  opacity: 0;
}

.menu-panel2 .menu-items--shell a:hover {
  color: #000;
}

.menu-panel2 .menu-items--shell .square {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 20px;
  left: -20px;
  opacity: 0;
}

.menu-panel2 .menu-items--shell .icon-scroll {
  position: absolute;
  bottom: -160px;
  left: 40%;
  width: 150px;
  height: auto;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
}

.menu-panel--mobile {
  position: fixed;
  z-index: 10 !important;
  top: -50px;
  left: 0%;
  width: 100%;
  height: 50px;
  background-color: white;
  opacity: 1;
}

.menu-panel--mobile .arrow {
  z-index: 100000000;
  position: absolute;
  top: 15px;
  left: -20px;
  cursor: pointer;
  display: block;
  width: 20px;
  height: none;
}

.menu-panel--mobile .hamburger {
  position: absolute;
  z-index: 10000000;
  top: 15px;
  left: 20px;
  display: inline-block;
  width: 40px;
  height: 15px;
  margin-right: 0.3em;
  border-top: 0.2em solid #000;
  border-bottom: 0.2em solid #000;
  cursor: pointer;
}

.menu-panel--mobile .hamburger:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid #000;
}

.menu-panel--mobile .logo {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 115px;
  height: auto;
  cursor: pointer;
}

.menu-panel--on {
  top: 0%;
  opacity: 1;
}

.menu-panel2--mobileOn {
  left: 0% !important;
}

.menu-panel--hamburger {
  left: 30%;
}

.menu-panel--shrink {
  width: 30%;
}

.menu-hover {
  position: fixed;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0%;
  opacity: 0;
}

.menu-hover--on {
  left: 30%;
  opacity: 1;
}

/* MAIN UI */
.intro-logo {
  position: absolute;
  margin: auto;
  top: 0;
  left: -5%;
  bottom: 0;
  right: 0;
  width: 800px;
  height: auto;
  opacity: 0;
}

.intro-logo--on {
  opacity: 1;
  left: 0%;
}

.intro-logo--off {
  opacity: 0;
  left: -66%;
}

.intro-process--shell {
  opacity: 0;
}

.intro-process--shell---on {
  opacity: 1;
}

.intro-process {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  /* Half the height */
  margin-left: -300px;
  /* Half the width */
  width: 600px;
  height: auto;
  opacity: .1;
}

.intro-process--on {
  -webkit-transition: -webkit-transform 3s;
  -webkit-transform: rotate(90deg);
}

.intro-tag {
  position: absolute;
  margin: auto;
  top: -63px;
  left: 0%;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 1px;
  white-space: nowrap;
}

.intro-tag .label {
  position: relative;
  left: 0px;
  color: #ffffff;
  font-family: OverpassLight;
  font-style: italic;
  font-size: 2.66667rem;
  opacity: 0;
}

.intro-tag .label--on {
  opacity: 1;
  left: 100px;
}

.intro-tag .label--off {
  left: -700px;
  opacity: 0;
}

.main {
  float: right;
  display: inline-block;
  z-index: 0;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  width: 70%;
  height: 100%;
  display: none;
}

.main .home-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.main .home-shell .text-shell {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main .home-shell .text-shell .text {
  position: relative;
  top: 220px;
  display: block;
  width: 70%;
  left: 15%;
  height: auto;
  font-family: 'Overpass';
  font-size: 1.83333rem;
}

.main .home-shell .text-shell .text a {
  position: relative;
  display: block;
  padding: 30px 40px 23px 40px;
  border: 1px solid #46494e;
  text-align: center;
  font-style: normal;
  margin-top: 80px;
  margin-bottom: 80px;
  color: #46494e;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 1.25rem;
}

.main .home-shell .text-shell .text a:hover {
  color: #ffffff;
  border: 1px solid #46494e;
  background-color: black;
}

.main .home-shell .text-shell .text div {
  position: relative;
  opacity: 0;
  top: 20px;
}

.main .home-shell .text-shell .text .device-icons {
  position: relative;
  width: 80%;
  left: 9%;
  top: 20px;
  height: auto;
  opacity: .2;
  margin-top: 40px;
  margin-bottom: 80px;
  opacity: 0;
}

.main .home-shell .text-shell .text .device-phone {
  position: relative;
  z-index: 2;
  display: block;
  width: 313px;
  height: 674px;
  left: 50%;
  margin-left: -156.5px;
  margin-top: 60px;
  margin-bottom: 80px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.main .home-shell .text-shell .text .device-phone a {
  position: absolute;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  color: #ffffff;
  left: 50%;
  top: initial;
  bottom: 80px;
  width: 140px;
  height: 5px;
  background-color: #e8ca5d;
  text-decoration: none;
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}

.main .home-shell .text-shell .text .device-phone a:hover {
  border: 1px solid #c1372c;
  background-color: black;
}

.main .home-shell .text-shell .text .device-phone img {
  z-index: -1;
}

.main .home-shell .text-shell .text .device-phone .logos {
  position: absolute;
  z-index: 10;
  top: 170px;
  left: 70px;
  width: 55%;
  height: auto;
  transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  -webkit-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  -o-transform: translateZ(50px);
  opacity: .1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main .home-shell .text-shell .text .device-phone .logos:hover {
  opacity: 1;
}

.main .home-shell .text-shell .text .device-phone .device-hamburger {
  position: absolute;
  z-index: 10;
  top: 65px;
  left: 40px;
  display: inline-block;
  width: 1.15em;
  height: 0.5em;
  margin-right: 0.3em;
  border-top: 0.1em solid #ffffff;
  border-bottom: 0.1em solid #ffffff;
  cursor: pointer;
  opacity: 1;
  transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
}

.main .home-shell .text-shell .text .device-phone .device-hamburger:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0px;
  width: 100%;
  border-top: 0.1em solid #ffffff;
}

.main .home-shell .text-shell .text .device-phone .device-logo {
  position: absolute;
  z-index: 10;
  top: 65px;
  right: 40px;
  width: 130px;
  height: auto;
  opacity: 1;
}

.main .skills-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.main .skills-shell .text-shell {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main .skills-shell .text-shell .text {
  position: relative;
  top: 220px;
  display: block;
  width: 70%;
  left: 15%;
  height: auto;
  font-family: 'Overpass';
  font-size: 1.83333rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.main .skills-shell .text-shell .text .buffer-bottom {
  position: relative;
  display: block;
  width: 100%;
  height: 25%;
}

.main .skills-shell .text-shell .text .skills-label {
  position: relative;
  opacity: 0;
  top: 40px;
  left: -20px;
  color: #46494e;
  font-size: 3.16667rem;
  font-style: initial;
}

.main .skills-shell .text-shell .text .service-shell {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  margin-left: -2%;
  margin-top: 40px;
}

.main .skills-shell .text-shell .text .service-shell .service {
  z-index: 5;
  position: relative;
  display: inline-block;
  width: 20%;
  padding-right: 2%;
  padding-left: 2%;
  height: 10%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  white-space: nowrap;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
}

.main .skills-shell .text-shell .text .service-shell .service div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  font-size: 1rem;
  cursor: default;
  transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  cursor: pointer;
}

.main .skills-shell .text-shell .text .service-shell .service:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: rgba(0, 0, 0, 0.2);
}

.main .skills-shell .text-shell .text--on {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.05;
}

.main .management-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.main .management-shell .text-shell {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main .management-shell .text-shell .text {
  position: relative;
  top: 220px;
  display: block;
  width: 70%;
  left: 15%;
  height: auto;
  font-family: 'Overpass';
  font-size: 1.83333rem;
}

.main .management-shell .text-shell .text div {
  position: relative;
  opacity: 1;
  top: 20px;
}

.main .management-shell .text-shell .text .management_name {
  margin-top: 40px;
  font-size: 2.66667rem;
  left: -20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.main .management-shell .text-shell .text .management_title {
  font-size: 1.83333rem;
  left: -20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.main .management-shell .text-shell .text .management_bio {
  margin-top: 20px;
  font-size: 1.25rem;
  left: -20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.main .management-shell .text-shell .text .management-item--show {
  opacity: 1;
  left: 0;
}

.main .management-shell .text-shell .text .management-photos--shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 175px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
}

.main .management-shell .text-shell .text .management-photos--shell div {
  width: 20%;
  height: 175px;
  top: 0;
  cursor: pointer;
}

.main .management-shell .text-shell .text .management-photos--shell .highlight {
  border-bottom: 0px solid #e8ca5d;
  display: block;
  width: 100%;
  height: 1;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 174px;
}

.main .management-shell .text-shell .text .management-photos--shell .highlight_show {
  border-bottom: 15px solid #e8ca5d;
}

.main .management-shell .text-shell .text .management-photos--shell .sam {
  background: url(../images/mgt_sam.jpg);
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
}

.main .management-shell .text-shell .text .management-photos--shell .tafara {
  background: url(../images/mgt_tafara.jpg);
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
}

.main .management-shell .text-shell .text .management-photos--shell .john {
  background: url(../images/mgt_john.jpg);
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
}

.main .management-shell .text-shell .text .management-photos--shell .christy {
  background: url(../images/mgt_christy.jpg);
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
}

.main .management-shell .text-shell .text .management-photos--shell .steve {
  background: url(../images/mgt_steve.jpg);
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
}

.main .casestudies-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.main .casestudies-shell .text-shell {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 1;
  color: #ffffff;
}

.main .casestudies-shell .text-shell .arrows-shell {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100px;
  height: 80px;
  bottom: 2%;
  left: 50%;
  margin-left: -60px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.main .casestudies-shell .text-shell .arrows-shell a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #46494e;
  font-family: OverpassBlack;
  font-size: 1.83333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.main .casestudies-shell .text-shell .arrows-shell a span {
  position: relative;
  top: 3px;
}

.main .casestudies-shell .text-shell .arrows-shell a:hover {
  opacity: 1;
  background-color: black;
  color: #ffffff;
}

.main .casestudies-shell .text-shell .arrows-shell .arrows-left {
  top: 0px;
  left: 0px;
}

.main .casestudies-shell .text-shell .arrows-shell .arrows-right {
  top: 0px;
  right: 0px;
}

.main .casestudies-shell .text-shell .arrows-shell--on {
  bottom: 5%;
  opacity: 1;
}

.main .casestudies-shell .text-shell .text {
  position: absolute;
  z-index: 0;
  top: 230px;
  display: block;
  width: 90%;
  left: 5%;
  height: 65%;
  font-family: 'OverpassBlack';
  font-style: italic;
  font-size: 1.83333rem;
  opacity: 0;
}

.main .casestudies-shell .text-shell .text a {
  position: relative;
  display: block;
  border: 1px solid #c1372c;
  text-align: center;
  font-style: normal;
  margin-top: 120px;
  margin-bottom: 160px;
  color: #ffffff;
  width: 46%;
  left: 25%;
  top: 20px;
  padding: 2% 2% 1% 2%;
  opacity: 0;
  background-color: #5472a4;
  text-decoration: none;
  opacity: 1;
}

.main .casestudies-shell .text-shell .text a:hover {
  border: 1px solid #c1372c;
  background-color: black;
}

.main .casestudies-shell .text-shell .text .logo-ryder {
  position: relative;
  display: block;
  width: 100%;
  height: 30%;
  background: url(/images/logo_ryder.png) no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

.main .casestudies-shell .text-shell .text .logo-fortunaliga {
  position: relative;
  display: block;
  width: 100%;
  height: 30%;
  background: url(/images/logo_fortunaliga.png) no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

.main .casestudies-shell .text-shell .text .logo-deere {
  position: relative;
  display: block;
  width: 100%;
  height: 30%;
  background: url(/images/logo_deere.png) no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

.main .casestudies-shell .text-shell .text .logo-watkins {
  position: relative;
  display: block;
  width: 100%;
  height: 35%;
  background: url(/images/logo_watkins.png) no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

.main .casestudies-shell .text-shell .text .logo-afi {
  position: relative;
  display: block;
  width: 100%;
  height: 35%;
  background: url(/images/logo_afi.png) no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

.main .casestudies-shell .text-shell .text .logo-adp {
  position: relative;
  display: block;
  width: 100%;
  height: 30%;
  background: url(/images/logo_adp.png) no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

.main .casestudies-shell .text-shell .text .caststudies-content {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  vertical-align: top;
  margin-top: 40px;
}

.main .casestudies-shell .text-shell .text .caststudies-content .left {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0%;
  width: 25%;
  height: 100%;
}

.main .casestudies-shell .text-shell .text .caststudies-content .left .profile-label {
  font-family: Overpass;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
}

.main .casestudies-shell .text-shell .text .caststudies-content .left .profile-data {
  font-family: Overpass;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 40px;
}

.main .casestudies-shell .text-shell .text .caststudies-content .right {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 26%;
  width: 74%;
  height: 100%;
  font-family: Overpass;
  font-size: 1.25rem;
  font-style: normal;
}

.main .casestudies-shell .text-shell .text .caststudies-content .right p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.main .casestudies-shell .text-shell .text-buffer {
  position: relative;
  display: none;
  width: 100%;
  height: 40%;
}

.main .casestudies-shell .text-shell .text--on {
  top: 220px;
  opacity: 1;
}

.main .contact-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.main .contact-shell .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: url(/images/map.png);
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}

.main .contact-shell .image div {
  -webkit-transform: translateZ(100px);
          transform: translateZ(100px);
  display: block;
  width: 60%;
  font-family: 'OverpassBlack';
  font-size: 1.25rem;
}

.main .contact-shell .image div .label {
  float: left;
  width: 49.5%;
}

.main .contact-shell .image div a {
  color: #ffffff;
}

.main .contact-shell .image div a:hover {
  color: #46494e;
}

.main .contact-shell .image div .logo-facebook {
  width: 70px;
  height: auto;
}

.details-shell {
  position: fixed;
  z-index: 2;
  padding-left: 10%;
  padding-right: 10%;
  top: 0px;
  right: 0px;
  display: none;
  width: 50%;
  height: 100%;
  opacity: 1;
  background-color: #e8ca5d;
  cursor: pointer;
  overflow: auto;
}

.details-shell .title {
  position: relative;
  top: 220px;
  display: none;
  font-family: 'OverpassBlack';
  font-style: italic;
  font-size: 2.66667rem;
  color: #ffffff;
  cursor: pointer;
}

.details-shell .close {
  position: absolute;
  top: 220px;
  right: 10%;
  display: none;
  font-family: 'OverpassBlack';
  font-style: italic;
  font-size: 2.66667rem;
  color: #ffffff;
}

.details-shell .description {
  position: relative;
  display: none;
  top: 260px;
  width: 80%;
  left: 10%;
  font-family: 'Overpass';
  font-size: 1.83333rem;
  color: #ffffff;
  cursor: pointer;
}

.section-title {
  position: fixed;
  z-index: 400000;
  top: -30px;
  right: -120px;
  font-family: 'OverpassBlack';
  font-size: 9.5vw;
  color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  white-space: nowrap;
}

.section-title--on {
  opacity: 1;
  right: -10px;
}

@media screen and (max-width: 1450px) {
  .intro-tag {
    top: -50px;
  }
  .intro-tag .label {
    left: -40px;
    font-size: 2.16667rem;
  }
  .intro-tag .label--on {
    left: 50px;
  }
  .intro-tag .label--off {
    left: -700px;
  }
  /* MENU */
  .menu-panel .label-shell {
    top: 140px;
  }
  .menu-panel .label-shell .label {
    font-size: 2.16667rem;
  }
  .menu-panel .logo {
    width: 125px;
  }
  .main .home-shell .text-shell .text {
    top: 140px;
  }
  .main .skills-shell .text-shell {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .main .skills-shell .text-shell .text {
    position: relative;
    top: 220px;
    display: block;
    width: 70%;
    left: 15%;
    height: auto;
    font-family: 'Overpass';
    font-size: 1.83333rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .main .skills-shell .text-shell .text .vimeo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 30px;
    margin-bottom: 40px;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  .main .skills-shell .text-shell .text .vimeo-on {
    top: 0px;
  }
  .main .skills-shell .text-shell .text .buffer-bottom {
    position: relative;
    display: block;
    width: 100%;
    height: 25%;
  }
  .main .skills-shell .text-shell .text .skills-label {
    position: relative;
    opacity: 0;
    top: 40px;
    left: -20px;
    color: #46494e;
    font-size: 3.16667rem;
    font-style: initial;
  }
  .main .skills-shell .text-shell .text .service-shell {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    margin-left: -2%;
    margin-top: 40px;
  }
  .main .skills-shell .text-shell .text .service-shell .service {
    z-index: 5;
    position: relative;
    display: inline-block;
    width: 20%;
    padding-right: 2%;
    padding-left: 2%;
    height: 10%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    -webkit-transform: scale(1);
            transform: scale(1);
    white-space: nowrap;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    cursor: pointer;
  }
  .main .skills-shell .text-shell .text .service-shell .service div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    font-size: 1rem;
    cursor: default;
    transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    cursor: pointer;
  }
  .main .skills-shell .text-shell .text .service-shell .service:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main .skills-shell .text-shell .text--on {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.05;
  }
  .main .management-shell .text-shell .text {
    top: 140px;
  }
  .main .management-shell .text-shell .text .management_name {
    margin-top: 40px;
    font-size: 2.66667rem;
  }
  .main .management-shell .text-shell .text .management_title {
    font-size: 1.83333rem;
  }
  .main .management-shell .text-shell .text .management_bio {
    margin-top: 20px;
    font-size: 1.25rem;
  }
  .main .management-shell .text-shell .text .management-photos--shell {
    height: 145px;
    margin-top: 40px;
  }
  .main .management-shell .text-shell .text .management-photos--shell div {
    height: 145px;
  }
  .main .management-shell .text-shell .text .management-photos--shell .highlight {
    top: 144px;
  }
  .main .casestudies-shell .text-shell .arrows-shell {
    width: 80px;
  }
  .main .casestudies-shell .text-shell .text {
    top: 170px;
  }
  .main .casestudies-shell .text-shell .text .logo-ryder {
    height: 25%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-fortunaliga {
    height: 25%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-deere {
    height: 25%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-watkins {
    height: 25%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-afi {
    height: 25%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-adp {
    height: 25%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content .right {
    font-size: 1rem;
  }
  .main .casestudies-shell .text-shell .text--on {
    top: 140px;
  }
}

@media screen and (max-width: 1050px) {
  .details-shell .title {
    top: 140px;
    font-size: 2.16667rem;
    margin-top: -50px;
    margin-bottom: 10px;
  }
  .details-shell .close {
    top: initial !important;
    bottom: -2000px;
  }
  .details-shell .description {
    top: 140px;
    font-size: 1.25rem;
  }
  .main .management-shell .text-shell .text {
    top: 100px;
  }
  .main .management-shell .text-shell .text .management_name {
    margin-top: 20px;
    font-size: 1.83333rem;
  }
  .main .management-shell .text-shell .text .management_title {
    font-size: 1.25rem;
  }
  .main .management-shell .text-shell .text .management_bio {
    margin-top: 20px;
    font-size: 1rem;
  }
  .main .management-shell .text-shell .text .management-photos--shell {
    height: 115px;
    margin-top: 40px;
  }
  .main .management-shell .text-shell .text .management-photos--shell div {
    height: 115px;
  }
  .main .management-shell .text-shell .text .management-photos--shell .highlight {
    top: 114px;
  }
}

@media screen and (max-width: 1000px) {
  /* MAIN UI */
  .intro-logo {
    width: 700px;
  }
  .intro-tag {
    top: -50px;
  }
  .intro-tag .label {
    left: -40px;
    font-size: 2.16667rem;
  }
  .intro-tag .label--on {
    left: 20px;
  }
  .intro-tag .label--off {
    left: -700px;
  }
  .menu-panel .hamburger {
    left: 20px;
  }
  .menu-panel .label-shell {
    left: 20px;
  }
  .menu-panel .label-shell .label {
    width: 85%;
    font-family: Overpass;
  }
  .menu-panel .logo {
    right: 20px;
    width: 125px;
  }
  .menu-panel2 {
    width: 100%;
  }
  .main {
    width: 100%;
    margin-top: 40px;
  }
  .main .home-shell .text-shell .text {
    width: 90%;
    left: 5%;
    font-size: 1.25rem;
  }
  .main .skills-shell .text-shell {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .main .skills-shell .text-shell .text {
    width: 90%;
    left: 5%;
    font-size: 1.25rem;
    top: 140px;
  }
  .main .skills-shell .text-shell .text .service-shell .service div {
    font-size: 0.70833rem;
  }
  .main .skills-shell .text-shell .text .service-shell .service:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main .management-shell .text-shell .text .management_name {
    margin-top: 40px;
    font-size: 1.83333rem;
  }
  .main .management-shell .text-shell .text .management_title {
    font-size: 1.25rem;
  }
  .main .management-shell .text-shell .text .management_bio {
    margin-top: 20px;
    font-size: 1rem;
  }
  .main .management-shell .text-shell .text .management-photos--shell {
    height: 95px;
    margin-top: 20px;
  }
  .main .management-shell .text-shell .text .management-photos--shell div {
    height: 95px;
  }
  .main .management-shell .text-shell .text .management-photos--shell .highlight {
    top: 94px;
  }
  .main .casestudies-shell .text-shell .arrows-shell {
    width: 80px;
  }
  .main .casestudies-shell .text-shell .text {
    top: 160px;
    width: 90%;
    left: 5%;
    font-size: 1.25rem;
  }
  .main .casestudies-shell .text-shell .text .logo-ryder {
    height: 27%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-fortunaliga {
    height: 27%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-deere {
    height: 27%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-watkins {
    height: 27%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-afi {
    height: 27%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .logo-adp {
    height: 27%;
    background-size: auto 40%;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content .right {
    font-size: 1rem;
  }
  .main .casestudies-shell .text-shell .text--on {
    top: 140px;
  }
  .main .contact-shell .image .label {
    font-size: 1.83333rem;
  }
  .main .contact-shell .image .label .logo-facebook {
    width: 70px;
  }
  .details-shell {
    margin-top: -50px;
    top: 100px !important;
    width: 80%;
  }
  .details-shell .title {
    top: 140px;
    font-size: 2.16667rem;
    margin-top: -50px;
    margin-bottom: 10px;
  }
  .details-shell .close {
    top: initial !important;
    font-size: 1.83333rem;
  }
  .details-shell .description {
    top: 140px;
    font-size: 1.25rem;
  }
  .section-title {
    top: 30px;
  }
}

@media screen and (max-width: 775px) {
  .intro-logo {
    width: 400px;
  }
  .intro-logo--off {
    opacity: 0;
    left: -66%;
  }
  .intro-tag {
    top: -40px;
  }
  .intro-tag .label {
    left: -40px;
    font-size: 1.83333rem;
  }
  .intro-tag .label--on {
    left: 20px;
  }
  .intro-tag .label--off {
    left: -700px;
  }
  .intro-process {
    margin-top: -150px;
    /* Half the height */
    margin-left: -150px;
    /* Half the width */
    width: 300px;
  }
  .menu-panel .logo {
    width: 95px;
  }
  .menu-panel2 .menu-items--shell {
    margin-left: -75px;
    width: 150px;
  }
  .menu-panel2 .menu-items--shell a {
    font-size: 1rem;
  }
  .menu-panel2 .menu-items--shell .square {
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
  }
  .main .casestudies-shell .text-shell .arrows-shell {
    display: none;
  }
  .main .casestudies-shell .text-shell .text {
    position: relative;
    height: auto;
  }
  .main .casestudies-shell .text-shell .text a {
    font-size: 1rem;
  }
  .main .casestudies-shell .text-shell .text .logo-ryder {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-fortunaliga {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-deere {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-watkins {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-afi {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-adp {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content {
    height: auto;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content .left {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 00px;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content .right {
    position: relative;
    left: 0%;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .main .casestudies-shell .text-shell .text-buffer {
    display: block;
    width: 100%;
    height: 80px;
  }
  .main .contact-shell .image div {
    width: 90%;
    font-size: 1.25rem;
  }
  .main .contact-shell .image div .label {
    width: 100%;
    margin-bottom: 35px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 500px) {
  ::-webkit-scrollbar {
    width: 0px;
  }
  .intro-logo {
    width: 300px;
  }
  .intro-process {
    margin-top: -100px;
    /* Half the height */
    margin-left: -100px;
    /* Half the width */
    width: 200px;
  }
  .intro-tag {
    position: fixed;
    margin: initial;
    top: 50%;
    left: 0%;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    margin: initial;
    bottom: initial;
    right: initial;
  }
  .intro-tag .label {
    position: relative;
    left: 0px;
    font-size: 1.25rem;
  }
  .intro-tag .label--on {
    left: 27px;
  }
  .intro-tag .label--off {
    left: -200px;
  }
  .menu-panel2 {
    width: 100%;
    left: -100%;
  }
  .main {
    width: 100%;
  }
  .main .home-shell .text-shell {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .main .home-shell .text-shell .text {
    top: 100px;
  }
  .main .home-shell .text-shell .text .device-icons {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .main .home-shell .text-shell .text .device-phone {
    width: 219.1px;
    height: 471.8px;
    left: 50%;
    margin-left: -109.55px;
    margin-bottom: 40px;
  }
  .main .home-shell .text-shell .text .device-phone a {
    left: 50%;
    bottom: 40px;
    width: 90px;
    padding-top: 18px;
    padding-bottom: 15px;
  }
  .main .home-shell .text-shell .text .device-phone img {
    width: 100%;
    height: 100%;
  }
  .main .home-shell .text-shell .text .device-phone .logos {
    top: 90px;
    left: 33px;
    width: 70%;
    height: auto;
    opacity: .2;
  }
  .main .home-shell .text-shell .text .device-phone .device-hamburger {
    top: 40px;
    left: 20px;
  }
  .main .home-shell .text-shell .text .device-phone .device-hamburger:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0px;
    width: 100%;
    border-top: 0.1em solid #ffffff;
  }
  .main .home-shell .text-shell .text .device-phone .device-logo {
    top: 40px;
    right: 20px;
    width: 100px;
  }
  .main .skills-shell .text-shell .text {
    width: 90%;
    left: 5%;
    font-size: 1.25rem;
    top: 100px;
  }
  .main .skills-shell .text-shell .text a {
    font-size: 1rem;
  }
  .main .skills-shell .text-shell .text .service-shell .service {
    width: 41.5%;
    height: 60px;
    margin-bottom: 10px;
  }
  .main .skills-shell .text-shell .text .service-shell .service div {
    font-size: 0.70833rem;
  }
  .main .skills-shell .text-shell .text .service-shell .service:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main .management-shell .text-shell .text {
    width: 90%;
    font-size: 1.25rem;
    left: 5%;
  }
  .main .management-shell .text-shell .text .management_name {
    margin-top: 40px;
    font-size: 1.25rem;
  }
  .main .management-shell .text-shell .text .management_title {
    font-size: 1rem;
  }
  .main .management-shell .text-shell .text .management_bio {
    margin-top: 20px;
    font-size: 0.70833rem;
  }
  .main .management-shell .text-shell .text .management-photos--shell {
    height: 75px;
    margin-top: 20px;
  }
  .main .management-shell .text-shell .text .management-photos--shell div {
    height: 75px;
  }
  .main .management-shell .text-shell .text .management-photos--shell .highlight {
    top: 74px;
  }
  .main .casestudies-shell .text-shell .arrows-shell {
    display: none;
  }
  .main .casestudies-shell .text-shell .text {
    position: relative;
    height: auto;
  }
  .main .casestudies-shell .text-shell .text a {
    font-size: 1rem;
  }
  .main .casestudies-shell .text-shell .text .logo-ryder {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-fortunaliga {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-deere {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-watkins {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-afi {
    height: 110px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .logo-adp {
    height: 80px;
    background-size: auto 50%;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content {
    height: auto;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content .left {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 00px;
  }
  .main .casestudies-shell .text-shell .text .caststudies-content .right {
    position: relative;
    left: 0%;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .main .casestudies-shell .text-shell .text-buffer {
    display: block;
    width: 100%;
    height: 80px;
  }
  .main .contact-shell .image div {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    width: 80%;
    font-size: 1rem;
  }
  .main .contact-shell .image div .label {
    width: 100%;
    margin-bottom: 35px;
    font-size: 1rem;
  }
  .details-shell {
    margin-top: -50px;
    top: 100px !important;
    width: 85%;
  }
  .details-shell .title {
    top: 140px;
    font-size: 1.83333rem;
    margin-top: -50px;
    margin-bottom: 10px;
  }
  .details-shell .close {
    top: initial !important;
  }
  .details-shell .description {
    top: 140px;
    font-size: 1rem;
  }
  .section-title {
    top: 50px;
    right: -120px;
    font-size: 13vw;
    color: rgba(0, 0, 0, 0.2);
  }
  .section-title--on {
    right: 0px;
  }
}
