@import url("font.css");
@import url("default.css");
/* @import url("../fonts/robotoslab/robotoslab.css"); */

h2.project {
  margin-top: 35px;
  margin-bottom: 56px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
}
h3.subheader {
  font-size: 18px;
  font-weight: normal;
  font-weight: 400;
  line-height: 2em;
  margin-top: 0;
}
.category {
  position: absolute;
  width: 100%;
  top: 37%;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  z-index: 999;
  letter-spacing: 0.05em;
}
.title {
  position: absolute;
  width: 100%;
  top: 48%;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  z-index: 999;
  text-transform: uppercase;
}
.section.work {
  padding-top: 0;
}

/* Loader Bar */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #f00;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}
.cover,
.cover-home {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: rgb(255, 255, 255);
}
.cover-logo {
  position: absolute;
  width: 240px;
  height: 116px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cover-logo img {
  width: 100%;
}

/* Header */
.header {
  display: block;
  position: fixed;
  top: 0;
  height: auto;
  padding: 12px;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.links {
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.links * {
  box-sizing: border-box;
}
.links li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
.links a {
  font-family: "Major Mono Display", monospace;
  padding: 0.5em 0;
  color: rgba(0, 0, 0, 1);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}
.links a:before,
.links a:after {
  position: absolute;
}
.links a:before {
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #f00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}
.links a:hover:before,
.links .current a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.links a:hover:after,
.links .current a:after {
  max-width: 100%;
}
.logo {
  position: absolute;
  float: left;
  margin-left: 1.2vw;
  margin-top: 10px;
}
.logo img {
  width: 90px;
}
.nav-desktop {
  float: right;
  margin-right: 30px;
}
/*.logo-colour svg path {
    fill:#fff; 
    transition: all .5s ease-in-out ; 
    -moz-transition: all .5s ease-in-out; 
    -webkit-transition: all .5s ease-in-out;
}
.logo-black svg path {
    fill:#000;
}
.nav-colour ul li a {
    color:#fff;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.nav-colour ul li a:before, 
.nav-colour span {
    background-color:#fff!important;
}
.nav-black ul li a {
    color:#000;
}
.nav-black ul li a:before, 
.nav-black span {
    background-color:#000!important;
}*/

/*.header-white{background-color: #fff !important;}
.header-white .links a{
    color: #000;
}
.header-white .links a:before{
    background-color: #000;
}
.header-white .logo{
    margin-top: 10px !important;
}
.header-white .logo img{
    width: 140px;
}*/
.header-bg-white .links a {
  color: #000;
}
.header-bg-white .links a:before {
  background-color: #f00;
}

.contact .links a:before {
  background-color: #f00;
}

/* Main hero image */
.hero {
  width: 100vw;
  height: 100vw;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  background-position-y: 0px;
  background-repeat: no-repeat;
}

.work .hero{
  width: 100vw;
  height: 56.1vw;
  background-attachment: fixed;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-position: center center;
  background-position-y: 0px;
  background-repeat: no-repeat;
}
.hero-image {
  width: 100%;
}
.hero-text {
  padding-top: 0;
  margin: 0;
  float: left;
  width: 100%;
  text-align: justify;
}
.hero-text h1 {
  margin-top: 0;
}
/* .work .hero{
    height:60vh; 
    background-attachment: unset; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    background-position-y: center;
} */
/* #scroll-down {
    width:31px; 
    position:absolute; 
    bottom:7%; 
    left: 0; 
    right: 0; 
    margin: auto; 
    cursor:pointer; 
    overflow-y:visible;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
} */

#scroll-down {
  width: 31px;
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  overflow-y: visible;
  -webkit-animation: action 0.5s infinite alternate;
  animation: action 0.5s infinite alternate;
}
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
#scroll-down a {
  display: inline-block;
  position: relative;
  width: 31px;
  height: 90px;
}
#scroll-down a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #1f1f1f;
}
#scroll-down a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-left: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#scroll-down:hover {
  bottom: 5%;
}
.bg-headbar .logo img {
  width: 90px;
}
.bg-headbar .logo {
  margin-top: 10px;
}

/* Page */
section {
  display: block;
}
.container {
  width: 85%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.page-header {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding-bottom: 62px;
  /* top: 140px; */
}
.page-header p {
  /*max-width: 900px;*/
  padding-left: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 87%;
}
.about-page-header p {
  width: 100%;
  padding-left: 280px;
}
.page-header h2 {
  padding-top: 140px;
  text-align: left;
  font-weight: 700;
  padding-left: 0;
  text-align: center;
}
.section {
  width: 100%;
  padding: 54px 0;
  position: relative;
  clear: both;
  overflow: auto;
}
/* .aboutus-section{
    padding-top: 184px;
} */
.aboutus-content {
  width: 100%;
  float: none;
  text-align: center;
}
.grid-copy {
  width: 100%;
  float: left;
}
.grid-copy p {
  margin-top: 45px;
}
.work-copy {
  width: 50%;
  float: left;
}
.work-copy p {
  margin-top: 43px;
}
.border:before {
  content: "";
  border-top: 1px solid #000;
  padding: 3px 50px;
}
.border-none::before {
  border: none !important;
}
.gray-noise {
  /* background: url('../images/backgrounds/gray-noise.jpg'); */
  background-color: #fff;
}
.bg-headbar {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-headbar.header-bg-white {
  background-color: #fff;
}
.fullscreen-img {
  width: 100%;
  /* padding-bottom:56%; */
  background-size: cover;
  background-position: center center;
  position: relative;
}
.skinny {
  padding-bottom: 37.5%;
}
.column {
  width: 30%;
  float: left;
}
.column.alpha {
  margin-right: 5%;
}
.column.omega {
  margin-left: 5%;
}
.column p {
  margin-bottom: 35px;
}

.column-2 {
  width: 48%;
  float: left;
}
.column-2.alpha {
  margin-right: 4%;
}
.column-2.omega {
  margin-left: 4%;
}
.column-2 p {
  margin-bottom: 35px;
}
.services-list {
  overflow: auto;
}
.services-list h3 {
  font-size: 18px;
}
h2.about-header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 75px;
  position: relative;
  display: block;
  font-weight: 700;
}
h2.about-header:after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: "";
  width: 50px;
  border-bottom: 1px solid #000;
}
h3.contact-header {
  margin-bottom: 0;
}
h3.contact-header:first-child {
  margin-top: 87px;
}
p.contact-copy {
  margin-top: 0;
  margin-bottom: 30px;
}
p.contact-copy a {
  text-decoration: underline;
}
.contact-social-icons {
  float: left;
  padding-top: 15px;
  margin-bottom: 0;
  margin-left: -10px;
}
.contact-social-icons a {
}
/* .contact-map{
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-bottom: 37.5%;
} */
.contact-map {
  height: 500px;
  position: relative;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.client-logos {
  width: 100%;
  overflow: auto;
  margin-bottom: 0;
}
.client-logos img {
  width: 16.66%;
  height: auto;
  float: left;
}
#instaDesktop,
#instaTablet,
#instaMobile {
  width: 100%;
  cursor: pointer;
  /*background-color:#000;*/
}
#instaDesktop a img {
  width: 10%;
  vertical-align: bottom;
}
#instaTablet a img {
  width: 20%;
}
#instaMobile a img {
  width: 33.333%;
}
#instaDesktop a,
#instaTablet a,
#instaMobile a {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
#instaDesktop a:hover,
#instaTablet a:hover,
#instaMobile a:hover {
  opacity: 0.5;
}

/* Grid */
.grid-item,
.grid-hero,
.team-item {
  display: block;
  position: relative;
  padding-bottom: 37.5%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.grid-hero {
  width: 100%;
}
.grid-item,
.team-item {
  width: 50%;
  float: left;
}
.grid-hero:after,
.grid-item:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #444;
  opacity: 0.4;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  z-index: 1;
}
.grid-hero:hover:after,
.grid-hero:active:after,
.grid-item:hover:after,
.grid-item:active:after {
  opacity: 0.1;
}
.grid-hero:before,
.grid-item:before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 63%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.grid-hero:hover:before,
.grid-item:hover:before,
.grid-item:active:before,
.grid-hero:active:before {
  width: 150px;
}

/* Project Page */
.masonry-item {
  width: 50%;
  float: left;
  padding-bottom: 37.5%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.wide {
  width: 100%;
}
.tall {
  padding-bottom: 75%;
}
.project-nav {
  width: 100%;
  overflow: auto;
  padding-top: 100px;
}
.project-nav .container {
  max-width: 96%;
  width: 100%;
}
h2.project-nav-header {
  margin-top: 0;
}
.project-nav-previous {
  float: left;
  cursor: pointer;
}
.project-nav-next {
  float: right;
  cursor: pointer;
}
.previous {
  float: left;
  padding-left: 10px;
}
.next {
  float: right;
  padding-right: 10px;
}
.arrow-left {
  float: left;
  width: 50px;
  height: 50px;
}
.arrow-right {
  float: right;
  width: 50px;
  height: 50px;
}
.project-cta {
  padding-top: 0;
}

/* CTA Section */
.bottom-link,
.bottom-link:visited {
  color: #000;
}
.bottom-link {
  margin-top: 0;
}
h2.bottom-link {
  font-weight: 700;
}
.bottom-link:after {
  content: "";
  position: absolute;
  background: #f00;
  height: 1px;
  max-height: 1px;
  width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 93px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.bottom-link:hover:after {
  width: 280px;
}
.about-us.bottom-link:after {
  width: 140px;
}
.view-all-work.bottom-link:hover:after {
  width: 332px;
}
.about-us.bottom-link:hover:after {
  width: 200px;
}
.get-in-touch.bottom-link:hover:after {
  width: 311px;
}
.project-nav-arrowprev {
  width: 90px;
  height: 31px;
  position: relative;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  z-index: 1;
}
.project-nav-arrowprev span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #1f1f1f;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-nav-arrowprev:before {
  content: "";
  width: 24px;
  height: 24px;
  border-left: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.project-nav-arrownext {
  width: 90px;
  height: 31px;
  position: relative;
  float: right;
  margin-top: 5px;
  margin-left: 15px;
}
.project-nav-arrownext span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #1f1f1f;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-nav-arrownext:before {
  content: "";
  width: 24px;
  height: 24px;
  border-right: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.cta {
  /* margin-bottom:45px; */
  padding: 92px 0 92px 0;
}

/* Work */
.work-nav {
  position: absolute;
  bottom: 35px;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  font-family: "Major Mono Display", monospace;
}
.work-nav ul {
  margin-left: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  padding: 0;
}
.work-nav ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.75em;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
  /* transition: color .35s ease-in-out; */
}
.work-nav ul li:hover {
  color: #fff;
  background-color: #f00;
}
.current {
  color: #fff;
  background-color: #f00;
}

/* contact Page */
.contact .page-header h2 {
  margin-top: 0;
  color: #fff;
  font-size: 50px;
  padding-top: 34vh;
  padding-left: 0;
  text-align: center;
}
.contact h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

/* Footer */
footer {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px 0;
  position: relative;
}
.copyright {
  font-style: normal;
  font-weight: 300;
  text-align: center;
}
.copyright p {
  font-size: 14px;
  margin: 0;
}
.footer-social-icons {
  width: auto;
  position: absolute;
  top: 35px;
  right: 3vw;
}
.social-icon-footer {
  width: auto;
  height: 27px;
  margin: 0 13px;
  padding: 0;
  cursor: pointer;
}

.vimeo-wrapper {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-dialog {
}

.modal-header {
  padding: 5px;
}
.modal-body {
  padding: 0;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000;
  z-index: 99999;
}
.modal-dialog {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 80%;
  /* height: 95%; */
  padding: 0;
}
.modal-content {
  /* max-width: 1600px; */
  border-radius: 0;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 0 15px;
  /* border-bottom: 1px solid #e5e5e5; */
  text-align: right;
}
.modal-header .close {
  margin-top: -2px;
  cursor: pointer;
  font-size: 24px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 79%;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
