:root {
  --modals: rgba(18, 18, 18, .85);
  --silver: #b8b8b8;
}

body {
  background-color: #b1b3ba;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: webfont, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: webfont, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .8s ease-in-out;
  display: inline-block;
}

.button:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #000;
}

.button.form-button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: none;
}

.button.form-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  font-weight: 300;
}

.button.about-button {
  width: 230px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.head {
  width: 100%;
  height: auto;
  margin-bottom: 3%;
  position: static;
}

.acetrife {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 16px;
  text-transform: uppercase;
  font-family: webfont, sans-serif;
  font-size: 72px;
  font-weight: 300;
  display: none;
  position: static;
  top: 100px;
  right: -30px;
}

.txt {
  color: #3c3c3c;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 35px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.menu_link {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-style: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, .18);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: webfont, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition: padding-bottom .45s, padding-top .45s;
  display: block;
  position: static;
}

.menu_link:hover {
  background-color: rgba(0, 0, 0, .09);
  padding-top: 25px;
  padding-bottom: 25px;
  transition-duration: .4s, .4s;
}

.menu_link.last_link {
  border-style: none;
}

.menu_link.modal-link {
  border-style: none;
  font-family: webfont, sans-serif;
}

.menu_link.modal-link:hover {
  background-color: rgba(0, 0, 0, .09);
}

.menu {
  z-index: 2;
  width: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.lg_image {
  width: 54px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo_img {
  color: #967272;
  margin-bottom: 25px;
  display: none;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .59);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.row {
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

.left {
  width: 50%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
}

.right {
  width: 50%;
  min-width: 0;
  float: right;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
}

.story-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.story-heading.story-heading {
  letter-spacing: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: webfont, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 46px;
}

.story-heading.clients-h {
  font-size: 61px;
}

.slide-p {
  width: auto;
  color: #999;
  text-align: center;
  letter-spacing: .5px;
  margin: 20px auto 29px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.slide-p.clients-p {
  text-align: center;
}

.slide-p.p-exp {
  margin-top: 10px;
  margin-bottom: 45px;
}

.slide-p.work-p {
  text-align: left;
}

.close-icon {
  width: 42px;
  height: 42px;
  background-image: url('../images/Close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 30px auto 40px;
  transition: transform .5s ease-in-out;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.close-icon:hover {
  transform: translate(0, 15px);
}

.close-icon.close-contacts:hover {
  background-position: 50% 86%;
  margin-top: 20px;
  padding-top: 0;
}

.close-icon.close-story {
  display: block;
  position: relative;
}

.main-container {
  z-index: 1;
  height: 550px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader-animation {
  background-image: url('../images/ajax-loader-2_1ajax-loader-2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
}

.inputs {
  width: 40%;
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, .31);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.inputs:focus {
  box-shadow: none;
  border-color: #3c3c3c;
}

.inputs.text-fields {
  max-height: 100px;
  box-shadow: none;
}

.success {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.success-p {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.success-p2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.contact-me {
  color: #3c3c3c;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 33px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.contacts {
  display: none;
  position: relative;
}

.blog {
  height: 800px;
  margin: auto;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.avatar {
  border-radius: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-bio {
  z-index: 6;
  width: 100%;
  height: 100%;
  min-height: 780px;
  background-color: rgba(18, 18, 18, .85);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.social-icon.twit {
  background-image: url('../images/Twitter.svg');
  background-repeat: no-repeat;
  transition: transform .5s;
}

.social-icon.twit:hover {
  transform: translate(0, -3px);
}

.social-icon.drib {
  background-image: url('../images/dribbble.svg');
  background-repeat: no-repeat;
  transition: transform .5s;
  display: inline-block;
}

.social-icon.drib:hover {
  transform: translate(0, -3px);
}

.social-icon.in {
  background-image: url('../images/LinkdIn.svg');
  background-repeat: no-repeat;
  transition: transform .5s;
}

.social-icon.in:hover {
  transform: translate(0, -3px);
}

.social-icon.spot {
  background-image: url('../images/5b537f91ef1d584c03498701_social-02-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .5s;
}

.social-icon.spot:hover {
  transform: translate(0, -3px);
}

.social-icon.inst {
  background-image: url('../images/Instagram.svg');
  background-repeat: no-repeat;
  transition: transform .5s;
  transform: none;
}

.social-icon.inst:hover {
  transform: translate(0, -3px);
}

.socials {
  width: 145px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-media {
  z-index: 7;
  width: 100%;
  height: 100%;
  min-height: 800px;
  opacity: 1;
  background-color: rgba(18, 18, 18, .85);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.work-container {
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider {
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
}

.mask {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-heading {
  color: #fff;
  letter-spacing: 3px;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
}

.slide-paragraph {
  color: #b8b8b8;
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.slide-nav {
  z-index: 52;
  position: relative;
  bottom: 75px;
}

.slide-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-clients {
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, .85);
  display: none;
  position: absolute;
}

.client-container {
  height: 550px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.client-logo {
  padding-top: 0;
  position: relative;
  top: 21px;
  left: 0;
}

.videocontainer {
  z-index: 0;
  display: none;
}

.canvas {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.spin {
  min-height: 70px;
  opacity: .11;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.links {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.links:hover {
  color: #2aeb37;
  font-weight: 300;
}

.load {
  font-family: webfont, sans-serif;
  font-size: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
}

.company_name {
  color: rgba(255, 255, 255, .49);
}

.in-p-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .35s;
}

.in-p-link:hover {
  opacity: .7;
}

.body-work {
  background-color: #fff;
}

.work-h {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.b-video {
  width: 100%;
  height: 100%;
  display: inline;
  position: fixed;
}

.image {
  float: none;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block {
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.bottomimage {
  clear: none;
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph {
  max-width: 648px;
  float: none;
  direction: ltr;
  color: #001727;
  text-align: center;
  background-image: linear-gradient(#fcfcfc, #fcfcfc);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  font-family: Karla, sans-serif;
  display: block;
  position: static;
  box-shadow: 9px 13px 35px -13px #000;
}

.form {
  display: block;
}

.lightbox-link {
  text-decoration: none;
  position: static;
}

.heading {
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 14px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.bold-text {
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}

.video {
  margin-top: 30px;
}

.image-3 {
  margin-bottom: 12px;
}

.image-4 {
  margin-bottom: 10px;
}

.image-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

.image-6 {
  margin-top: 10px;
  margin-right: 15px;
}

.image-7 {
  margin-top: 10px;
}

.section {
  height: 300px;
  background-image: linear-gradient(rgba(175, 95, 95, .93), rgba(175, 95, 95, .93));
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block {
  font-family: Lato, sans-serif;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-3 {
  background-color: rgba(184, 184, 184, .36);
}

.image-8 {
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  body {
    background-image: url('../images/snow.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .button {
    display: inline-block;
  }

  .slide-p {
    font-size: 18px;
  }

  .inputs {
    width: 60%;
    box-shadow: none;
  }

  .modal-bio {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .work-container {
    height: 600px;
  }

  .slider {
    height: auto;
    margin-top: 44px;
  }

  .slide-heading {
    font-size: 40px;
    line-height: 42px;
  }

  .slide-paragraph {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }

  .slide-nav {
    height: 42px;
    margin-top: 23px;
    position: relative;
    bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: #b1b3ba;
  }

  .button {
    margin-left: 170px;
    margin-right: 170px;
    display: block;
  }

  .button.about-button {
    margin-bottom: 42px;
  }

  .head {
    padding-top: 10px;
  }

  .menu {
    padding-top: 35px;
  }

  .slide-p {
    font-size: 18px;
  }

  .main-container {
    height: auto;
    margin-top: 10%;
    position: relative;
  }

  .inputs {
    width: 80%;
    box-shadow: none;
  }

  .blog {
    height: auto;
    position: relative;
  }

  .modal-bio {
    height: 1100px;
    display: none;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .modal-media {
    height: 1100px;
    min-height: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .work-container {
    position: relative;
  }

  .slider {
    margin-top: auto;
  }

  .slide-heading {
    text-align: center;
  }

  .slide-paragraph {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-nav {
    text-align: center;
  }

  .slide-image {
    height: auto;
  }

  .modal-clients {
    height: 1640px;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .client-container {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .client-logo {
    top: 0;
  }

  .columns {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .story-heading {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .story-heading.story-heading {
    font-size: 30px;
  }

  .slide-p {
    font-size: 18px;
  }

  .close-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .close-icon:hover {
    margin-top: 20px;
  }

  .main-container {
    height: auto;
    margin-top: 10%;
    position: relative;
  }

  .inputs {
    width: 90%;
    box-shadow: none;
  }

  .modal-media {
    height: 1050px;
  }

  .slide-heading {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }

  .slide-paragraph {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .modal-clients {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'webfont';
  src: url('../fonts/geosanslight-oblique-webfont.eot') format('embedded-opentype'), url('../fonts/geosanslight-oblique-webfont.woff') format('woff'), url('../fonts/geosanslight-oblique-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'webfont';
  src: url('../fonts/geosanslight-webfont.eot') format('embedded-opentype'), url('../fonts/geosanslight-webfont.woff') format('woff'), url('../fonts/geosanslight-webfont.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}