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

::selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #000;
  /* Gecko Browsers */
  color: #fff;
}

body {
  background: #fff;
  color: #000;
  font-family: "Proxima Nova", helvetica, sans-serif;
}

h1,
h2,
h3,
h5,
h6 {
  font-family: "proxima_nova_ltsemibold";
}

h1 {
  font-size: 6vw;
  letter-spacing: 30px;
}

h2 {
  font-size: 48px;
  letter-spacing: 4px;
  line-height: 70px;
}

h5 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 8px;
  font-size: 14px;
}

h6 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 6px;
  font-size: 12px;
}

p {
  font-size: 21px;
}

section p {
  color: #54616e;
}

img {
  max-width: 100%;
}

a {
  color: #49ff93;
  text-decoration: none !important;
  transition: all ease-in-out 0.2s;
}

a:hover {
  color: #49ff93;
}

/* main */

.main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* sections */

section {
  padding: 100px 0;
}

/* container */

.container {
  max-width: 1000px;
}

/* header */

header {
  height: -moz-calc(100% - 220px);
  height: -webkit-calc(100% - 220px);
  height: -o-calc(100% - 220px);
  height: calc(100% - 220px);
  width: 100%;
  background: #000;
  color: #fff;
}

header nav {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  z-index: 999999999999;
}

header nav .menu-button {
  position: absolute;
  right: 0;
  top: 0;
}

header nav .logo {
  position: absolute;
  left: 0;
  top: 0;
}

/* logo */

.logo {
  width: 30px;
}

.logo img {
  width: 30px;
}

/* hero */

.hero {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hero-caption {
  width: 60%;
  margin-top: -5%;
}

h1.black {
  text-align: right;
}

h1.agency {
  margin-left: 20%;
}

/* action bar logos */

.action-bar-logos {
  padding: 0;
  margin-top: -60px;
}

.actionbar .col-8 {
  background: #49ff93;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 3px 0 0 3px;
}

.actionbar .col-8 h2 {
  font-size: 28px;
  color: #191919;
}

.actionbar .col-4 {
  background: #191919;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0 3px 3px 0;
  transition: all ease-in-out 0.3s;
}

.actionbar .col-4:hover {
  background: #fff;
  color: #191919;
}

.actionbar .col-4 a {
  color: inherit;
  padding: 20px;
}

.actionbar .col-4 a .ti-arrow-right {
  margin-left: 10px;
}

/* Logos */

.logos {
  text-align: center;
  padding-top: 120px;
  margin-top: -60px;
  transition: all ease-in-out 0.2s;
  background: #f7f7f7;
  padding-bottom: 60px;
}

.logos .swiper-container {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.logos .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 50px;
}

.logos .swiper-slide img {
  width: 70px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all ease-in-out 0.2s;
}

.logos .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
  transition: all ease-in-out 0.2s;
}

/* About */

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #191919;
  color: #fff;
}

.about h3 {
  line-height: 60px;
  margin-top: 40px;
  letter-spacing: 3px;
  font-family: "Proxima Nova", helvetica, sans-serif;
}

/* Approach */

.approach {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #191919;
  color: #fff;
}

.approach h3 {
  line-height: 60px;
  margin-top: 40px;
  letter-spacing: 3px;
  font-family: "Proxima Nova", helvetica, sans-serif;
}

/* testimonial */

.testimonial {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.testimonial h2 {
  position: relative;
  margin-bottom: 30px;
  color: #191919;
}

.testimonial h2:before {
  height: 200px;
  width: 250px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  background: url(../img/quote.png) center no-repeat;
  background-size: contain;
  z-index: -1;
}

.testimonial .source .src-img {
  width: 36px;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.testimonial .source h6 {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  margin-left: 10px;
}

/* work */

section#work {
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.work-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: -moz-calc(100% - 360px);
  height: -webkit-calc(100% - 360px);
  height: -o-calc(100% - 360px);
  height: calc(100% - 360px);
  margin-bottom: 100px;
}

#workslider {
  height: 100%;
  width: 100%;
}

#workslider .swiper-slide {
  height: 100% !important;
  width: 60%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

#workslider .swiper-slide .caption-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#workslider .swiper-slide .slide-caption {
  background: #49ff93;
  width: 450px;
  padding: 40px;
  border-radius: 8px 8px 0 0;
  left: 300px;
  max-width: 100%;
}

#workslider .swiper-slide .slide-caption a {
  color: #191919;
  margin-right: 8px;
}

#workslider .swiper-slide .slide-caption p {
  color: #000;
}

a .ti-arrow-top-right {
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: bottom;
}

.swiper-pagination-bullet {
  transition: all ease-in-out 0.3s;
  opacity: 0.3;
  background: #000;
}

.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 5px;
  background: #ffffff;
  opacity: 1;
}

/* footer */

footer {
  background: #000;
  color: #fff;
  padding: 100px 0;
}

footer .logotext {
  width: 200px;
  display: block;
  margin-top: 50px;
}

footer p,
footer a {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px;
}

footer a span {
  transition: all ease-in-out 0.3s;
}

footer .menu-title {
  margin-top: 80px;
}

footer .footer-menu {
  padding: 0;
  list-style: none;
}

footer .footer-menu li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}

footer .footer-menu li a {
  font-size: 16px;
  color: #777777;
}

footer .footer-menu li a:hover {
  color: #49ff93;
}

footer .soc-loc {
  margin-top: 30px;
}

footer .soc-loc a {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
}

footer .soc-loc a:hover {
  color: #49ff93;
}

footer .soc-loc p {
  color: #fff;
}

/* menu */

.button_container {
  position: fixed;
  top: 30px;
  right: 30px;
  height: 25px;
  width: 26px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  z-index: 9999999;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #000;
}

.button_container.active .middle {
  opacity: 0;
  background: #000;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #000;
  width: 100%;
}

.button_container span {
  background: #ffffff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 8px;
  width: 80%;
  right: 0;
  left: auto;
}

.button_container span:nth-of-type(3) {
  top: 16px;
  width: 80%;
  right: 0;
  left: auto;
}

/* menu */

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 999;
}

.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  font-family: "proxima_nova_ltsemibold";
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  background: #000;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .actionbar .col-8 h2 {
    font-size: 24px;
    color: #191919;
  }
  .testimonial h2 {
    font-size: 36px;
    letter-spacing: 4px;
    line-height: 50px;
  }
  .testimonial h2:before {
    height: 120px;
    width: 150px;
  }
  .actionbar .col-8 {
    border-radius: 0;
  }
  .actionbar .col-4 {
    border-radius: 0;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .actionbar .col-8 h2 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 18px;
    color: #191919;
  }
  .actionbar .col-4 a {
    line-height: 18px;
  }
  .approach h3 {
    line-height: 56px;
    letter-spacing: 3px;
    font-size: 28px;
  }
  .testimonial h2 {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 36px;
  }
  .testimonial h2:before {
    height: 90px;
    width: 110px;
    top: -30px;
  }
  .work-slider {
    height: -moz-calc(100% - 380px);
    height: -webkit-calc(100% - 380px);
    height: -o-calc(100% - 380px);
    height: calc(100% - 380px);
  }
  #workslider .swiper-slide {
    width: 90%;
  }
  .logos .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100px !important;
  }
  header {
    height: -moz-calc(100% - 220px);
    height: -webkit-calc(100% - 220px);
    height: -o-calc(100% - 220px);
    height: calc(100% - 150px);
    width: 100%;
    background: #000;
    color: #fff;
  }
  .logos {
    padding: 20px 0;
    margin: 0;
    height: 90px;
    overflow: hidden;
  }
  .logos .swiper-slide img {
    width: auto;
    max-height: 50px !important;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all ease-in-out 0.2s;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .approach h3 {
    line-height: 32px;
    margin-top: 40px;
    letter-spacing: 3px;
    font-size: 21px;
  }

  section#work {
    height: auto;
  }

  .work-slider {
    height: 500px;
    min-height: 500px;
    position: inherit;
  }
  .swiper-pagination {
    display: none;
  }
  h1.agency {
    margin-left: 0%;
  }
  #workslider .swiper-slide .slide-caption p {
    display: none;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}
