@font-face {
  font-family: 'VaudDisplay-Book';
  src: url("../font/VaudDisplay-Book.eot");
  src: url("../font/VaudDisplay-Book.eot") format("embedded-opentype"), url("../font/VaudDisplay-Book.woff") format("woff"), url("../font/VaudDisplay-Book.ttf") format("truetype"), url("../font/VaudDisplay-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VaudDisplay-Medium';
  src: url("../font/VaudDisplay-Medium.eot");
  src: url("../font/VaudDisplay-Medium.eot") format("embedded-opentype"), url("../font/VaudDisplay-Medium.woff") format("woff"), url("../font/VaudDisplay-Medium.ttf") format("truetype"), url("../font/VaudDisplay-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Vaud-Bold';
  src: url("../font/Vaud-Bold.eot");
  src: url("../font/Vaud-Bold.eot") format("embedded-opentype"), url("../font/Vaud-Bold.woff") format("woff"), url("../font/Vaud-Bold.ttf") format("truetype"), url("../font/Vaud-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'VaudDisplay-Book';
}

p {
  font-family: 'VaudDisplay-Book';
  line-height: 1.4em;
  padding: 0px 0 15px;
  font-size: 1em;
  font-weight: normal;
  color: #5d5d5d;
}

h3 {
  font-family: 'VaudDisplay-Medium';
  font-size: .7em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

h2 {
  font-size: 1em;
  line-height: 1.4em;
}

ol {
  text-align: left;
  list-style-type: decimal;
  padding-left: 22px;
  font-size: 1em;
  padding-top: 12px;
  line-height: 1.4em;
}

ol li {
  padding-bottom: 10px;
}

body{
  display: none;
}

/*  general */
.landing {
  width: 100%;
  float: left;
  position: relative;
}

.mobile {
  display: none;
}

.page-wrapper {
  position: relative;
  margin-top: 100vh;
  z-index: 1000;
}

.full-image {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  top: 0;
  opacity: 1;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.5);
  background-position: center top;
}

.button-wrapper {
  position: absolute;
  width: 100%;
  height: 46px;
  padding: 0;
  bottom: 0px;
  left: 0;
  border-bottom: 1px solid #a6a7ab;
}
section .section-wrapper .button-wrapper .right-arrow {
  position: absolute;
  right: 0;
  width: 30px;
  opacity: 1;
  top: 10px;
}


.button-wrapper .right-arrow img {
  opacity: 1;
  top: 8px;
}

.button {
  color: #5d5d5d;
  padding: 19px 0 17px 2px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'VaudDisplay-Medium';
}

.button:hover {
  /*    background-color: #fff;
      color: #353535;*/
}

.down-arrow {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #0000006b;
  bottom: -60px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
  border-radius: 70px;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
  z-index: 2;
}
.down-arrow img {
  width: 24px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
  position: absolute;
  top: -26px;
}

.down-arrow:hover {
  width: 130px;
  height: 130px;
  bottom: -65px;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}

.intro-logo-wrapper {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
}
.intro-logo-wrapper .inner {
  background: url(https://hadihospitality.com.au/wp-content/themes/hadi/build/assets/loading-once.gif) no-repeat 0px 0px;
  background-size: 300px;
  top: 40%;
  position: absolute;
  width: 300px;
  height: 263px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.intro-logo-wrapper img {
  width: 310px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.logotype-n{
  position: absolute;
  top: 75%;
    width: 300px;
  height: 30px  ;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'VaudDisplay-Medium';
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
}

.intro-logotype .logotype{
  bottom: 23%;
  position: absolute;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  z-index: 100;
}
.intro-logotype .logotype {
  width: 300px;
  height: 30px  ;
  margin: 0 auto;
  color: #fff;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'VaudDisplay-Medium';
  text-align: center;
}

.hero-heading{
    position: absolute;
    top: 55px;
    z-index: 30;
    color: white;
    width: 100%;
    text-align: center;
/*    background: #00000061;*/
    height: 70px;
    font-size: .8em;
}
.hero-heading h1{
    font-size: 1.2em;
    display: none;
}

.hero-heading h3{
  font-size: 1em;
  text-transform: uppercase;
  padding-bottom: 10px; 
     padding-top: 32px;
}

.loaded .full-image{
    opacity: 1;
    filter: blur(0px) brightness(0.8);
    -webkit-filter: blur(0px) brightness(0.8);
    letter-spacing: 0.2em;
    transform: scale(1.05);
    transition: all 2s;  
}

.loaded .full-image {
  
}

.full-image{
    opacity: 0;
    filter: blur(20px) brightness(0.8);
    -webkit-filter: blur(20px) brightness(0.8);
    transform: scale(1);
    transition: all 2s;
}

.copy p {
  top: 71px;
  width: 30%;
}

.copy h3 {
  top: 88px;
}

.landing {
  position: absolute;
  top: 0px;
}
.landing .content-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 40%;
  height: 160px;
  z-index: 10;
}
.landing .content-wrapper .copy {
  color: white;
}
.landing .content-wrapper .copy p {
  font-size: 2em;
  opacity: 1;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  line-height: 1.3em;
}
.landing .content-wrapper .copy h3 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  font-size: .64em;
  letter-spacing: .1em;
  color: #ffffffb5;
}

.landing .content-wrapper .copy h4 {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  font-family: Vaud-Bold;
  padding-bottom: 9px;
}

#splash {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.slick-slide .copy p {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-prev {
  display: block;
  width: 25%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: url(../image/small-left-arrow.png), auto;
}

.slick-next {
  display: block;
  width: 25%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  /*cursor: e-resize;*/
  cursor: url(../image/small-right-arrow.png), auto;
}

.slick-slide.slick-active .copy p {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
  color: #fff;
}

/*.full-image:hover {
  cursor: url(../image/small-right-arrow.png), auto;
}
*/
.slick-slider {
  height: 100vh;
}

.slide-number {
  position: absolute;
  top: 84px;
  right: 61px;
  z-index: 50;
}
.slide-number p {
  color: white;
  font-size: .7em;
}

.slick-slide {
  position: relative;
  height: 100vh !important;
}

.slick-dots li button {
  background: url(../image/slick-nav.svg);
  text-indent: -9999px;
  overflow: hidden;
  width: 27px;
  background-size: cover;
  border: 0;
  float: left;
  opacity: .5;
  /* more CSS */
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  z-index: 1000;
  right: 56px;
  top: 97px;
  width: 108px;
}

.button-wrapper-gallery{
    width: 140px;
    position: absolute;
    bottom: -100px;
    height: 46px;
    padding: 0;
    border-bottom: 1px solid #ffffff80;
    color: white;
    z-index: 1000;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/*.button-wrapper-gallery:hover{
    border-top: 1px solid #ffffff00;
    border-bottom: 1px solid #ffffff00;
    -webkit-transition: all .2s;
    transition: all .2s;
}
*/
.button-wrapper-gallery .button{
    color: white;
}

.button-wrapper-gallery img.right-arrow{
    position: absolute;
    right: 1px;
    width: 30px;
    opacity: 1;
    top: 2px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.button-wrapper-gallery:hover img.right-arrow{
      -webkit-transform: translateX(30px);
    transform: translateX(30px);
}





section {
  float: left;
  position: relative;
  width: 100%;
  /*  color: #454f59;*/
}
section .section-wrapper {
  padding: 110px 10%;
  margin: 0% auto;
}
section .section-wrapper h3.section-title {
    color: #2d2d2d;
    margin-bottom: 60px;
    font-size: 1em;
    font-size: 2em;
    line-height: 1.5em;
    max-width: 650px;
    letter-spacing: 0.015em;
    text-transform: none;
    font-family: 'VaudDisplay-Book';
}
section .section-wrapper ul {
  position: relative;
}
section .section-wrapper ul li {
  padding-bottom: 30px;
  position: relative;
}


section .section-wrapper ul img {
  position: absolute;
  top: 0;
  left: -100px;
}
section .section-wrapper h3 {
  text-transform: uppercase;
}
section .section-wrapper .link {
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid;
  display: inline-block;
  color: #454f59;
  padding-top: 100px;
}
section .section-wrapper .interactive {
  padding-top: 10px;
}
section .section-wrapper .interactive h2 {
  color: #c7c7c7;
  font-size: 1.2em;
  letter-spacing: -0.01em;
  font-family: VaudDisplay-Book;
  /* border-bottom: 1px solid;*/
}
section .section-wrapper .interactive .active h2 {
  color: #2d2d2d;
}
section .section-wrapper .interactive .int-arrow {
  width: 30px;
  position: absolute;
  left: -41px;
  top: -6px;
}
section .section-wrapper .interactive .active img.int-arrow {
  opacity: 1;
}
section .section-wrapper .interactive .active p {
  opacity: 1;
}
section .section-wrapper .interactive p {
  padding-right: 20px;
  padding-top: 0px;
  color: #5d5d5d;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  /* Safari */
  transition: opacity .2s;
  font-size: 1em;
}
section .section-wrapper .interactive img {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
section .section-wrapper .interactive img.active{
  opacity: 1;
}
section .section-wrapper .interactive .span-4 {
  float: right;
}

section .section-wrapper ul li:hover  .sec-link{
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.section-anchor{
  height: 0px;
  position: relative;
  width: 100%;
  float: left;
}

.sec-link{
    position: absolute;
    width: auto;
    height: 10px;
    padding: 0;
    bottom: 0px;
    color: #292929;
    left: 60%;
    top: -3px;
    opacity: 0;
    background: #efefef;
    border-radius: 50px;
    padding: 10px 10px 9px 10px;
    font-size: .7em;
    letter-spacing: 0.04em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

section .section-wrapper .interactive .sec-link img.right-arrow{
    position: absolute;
    right: -41px;
    left: auto;
    width: 30px;
    opacity: 1;
    top: -10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .2s;
    transition: all .2s;
}


section .section-wrapper .interactive .sec-link:hover img.right-arrow{
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

/*
section .section-wrapper .interactive .button-wrapper {
  position: absolute;
  width: auto;
  height: 43px;
  padding: 0;
  bottom: 0px;
  right: -48px;
  left: auto;
  border-bottom: 1px solid #5f5f5f;
  left: auto;
  top: -7px;
  opacity: 1;
}*/
/*section .section-wrapper .interactive .button-wrapper img.right-arrow {
  position: absolute;
  right: 1px;
  width: 30px;
  opacity: 1;
  top: 8px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .2s;
  transition: all .2s;
}
section .section-wrapper .interactive .button-wrapper:hover img.right-arrow {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}
*/

section .section-wrapper .image-wrapper, section .section-wrapper .copy-wrapper {
  position: relative;
}
section .section-wrapper .copy-wrapper {
  height: 270px;
}

section.about {
  background: #ffffff;
    min-height: 100vh;
}
section.about .section-wrapper {
  min-height: 600px;
}

section.wwd {
  background: #efece2;
    min-height: 100vh;
}
section.wwd .section-wrapper {
  min-height: 600px;
}
section.wwd .section-wrapper .span-8 .span-8 {
  float: left;
}
section.wwd .section-wrapper .span-8 .span-4 {
  float: right;
}

section.projects {
  background: #232323;
/*  padding-top: 100px;*/
}
section.projects .section-wrapper {
  min-height: 660px;
}
section.projects .section-wrapper ul li {
  padding-bottom: 10px;
  position: relative;
  /*  border-bottom: 1px solid #585858;*/
  margin-bottom: 30px;
  position: relative;
}
section.projects .section-wrapper ul li a {
  position: absolute;
  right: 0;
  color: white;
  font-size: .7em;
  top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0;
}
section.projects .section-wrapper ul li.active {
  /*    border-bottom: 1px solid white;*/
}
section.projects .section-wrapper ul li.active a {
  opacity: 1;
}
section.projects .section-wrapper .button {
  color: white;
  border-bottom: 1px solid;
}
section.projects .section-wrapper h3 {
  color: white;
}
section.projects .section-wrapper .interactive {
  padding-top: 10px;
}
section.projects .section-wrapper .interactive h2 {
  color: #585858;
  -webkit-transition: color .2s;
  /* Safari */
  transition: color .2s;
  border-bottom: 0px;
}
section.projects .section-wrapper .interactive .active h2, section.projects .section-wrapper .interactive .active h4 {
  color: white;
}
section.projects .section-wrapper .interactive h4 {
  color: #585858;
  font-size: .7em;
  padding-top: 15px;
  letter-spacing: 0.15em;
  font-family: VaudDisplay-Book;
  text-transform: uppercase;
}
section.projects .section-wrapper .interactive img {
/*  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;*/
}
section.projects .section-wrapper .interactive img.active, section.projects .section-wrapper .interactive p.active, section.projects .section-wrapper .interactive .active h2 {
  opacity: 1;
}
section.projects .section-wrapper .interactive .span-4 {
  float: left;
}
section.projects .section-wrapper .interactive .button-wrapper {
    position: relative;
    border: 0px;
    width: 450px;
    margin-top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.entry-header h1{
  text-align: center;
  color: white;
  font-family: "VaudDisplay-Book", sans-serif;
  font-size: 1.2em;
  padding-bottom: 20px;
}

section.projects .section-wrapper .image-wrapper, section.projects .section-wrapper .copy-wrapper {
  position: relative;
}

section.projects .active h2, section.projects .active h5, section.projects .active h4 {
  color: white;
}

section.projects .button-wrapper{
    position: relative;
    height: 46px;
} 


/*section.projects .button{
    border-bottom: 1px solid;
    border-top: 1px solid;
}

section.projects .button-wrapper .right-arrow{
      top: 10px;
}*/

section.projects .section-wrapper .projects {
    padding-bottom: 20px;
    min-height: 410px;
}

section.projects .section-wrapper .projects h2{
    font-size: 1.3em;
    letter-spacing: -0.01em;
    color: white;
    padding-bottom: 13px;
    padding-top: 16px;
}

section.projects .section-wrapper .projects h4{
    color: white;
    font-size: .7em;
    padding-top: 15px;
    letter-spacing: 0.15em;
    font-family: VaudDisplay-Book;
    text-transform: uppercase;
}

section.projects .section-wrapper.projects p{
    color: white;
    padding-top: 22px;
}


section.projects .projects img:hover{
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
}

section.projects .projects img{
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
}

section.testimonials .section-wrapper{
  padding-bottom: 20px;
}

section.testimonials .section-wrapper li {
  padding-bottom: 40px;
}
section.testimonials .section-wrapper h2 {
  font-size: 1.6em;
  letter-spacing: -0.01em;
  cursor: pointer;
  color: #cecece;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  /* Safari */
  transition: opacity .2s;
}
section.testimonials .section-wrapper h5 {
  font-size: .7em;
  padding-top: 15px;
  color: #cecece;
  letter-spacing: .03em;
  font-family: 'VaudDisplay-Book';
  text-transform: uppercase;
  -webkit-transition: opacity .2s;
  /* Safari */
  transition: opacity .2s;
}
section.testimonials .section-wrapper h4 {
  font-size: .7em;
  padding-top: 4px;
  color: #cecece;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: opacity .2s;
  /* Safari */
  transition: opacity .2s;
}
section.testimonials .section-wrapper h3.section-title {

}
section.testimonials p{
    text-indent: -8px;
    line-height: 1.5em;
  }
section.testimonials .section-wrapper .test {
  color: #2d2d2d;
  opacity: 0;
  position: absolute;
  top: 0;
  font-size: 1.5em;
  -webkit-transition: opacity .2s;
  /* Safari */
  transition: opacity .2s;
}
section.testimonials .section-wrapper .test-wrapper {
  position: relative;
}

section.testimonials .section-wrapper .active h2, section.testimonials .section-wrapper .active h5, section.testimonials .section-wrapper .active h4 {
  color: #2d2d2d;
}

section.testimonials .section-wrapper .test.active {
  opacity: 1;
}

section.clients .section-wrapper li {
  padding-bottom: 80px;
}
section.clients .section-wrapper h2 {
  font-size: 1.1em;
  color: #5d5d5d;
}
section.clients .section-wrapper h4 {
  font-size: .7em;
  padding-top: 14px;
  color: #909090;
  letter-spacing: .06em;
  font-family: 'VaudDisplay-Book';
  text-transform: uppercase;
}

section.clients .section-wrapper img{
  position: relative;
  width: 140px;
  display: block;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
    -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}

section.clients .section-wrapper img:hover{
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
    -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}

.secondary-page-top {
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
}

.secondary-page-top .section-wrapper{
   padding: 0px;
   padding-top: 250px;
}

.secondary-page-top .page-intro{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 400px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  color: white;
  text-align: center;
}

.secondary-page-top .page-intro h3{
    font-size: 1.6em;
}

.secondary-page-top .page-intro p{
  color: white;
}

.secondary-page-top h1 {
    text-transform: uppercase;
    font-size: .8em;
    font-family: 'VaudDisplay-Medium';
    letter-spacing: 0.1em;
}

.secondary-page-top p {
  color: grey;
  font-size: 1.4em;
  padding-top: 30px;
}

/*Page What We do*/

.page-template-page-what-we-do .secondary-page-top, .page-template-page-what-we-do section.services, .page-template-page-what-we-do section.process{
    background: #efece2;
}

.page-template-page-what-we-do section.services{
  z-index: 3;
  margin-top: 100px;
}

.page-template-page-what-we-do section.process{
  min-height: 600px;
}

.page-template-page-what-we-do section.commitment {
  background: #eeece2;

}
.page-template-page-what-we-do section.commitment .section-title {
  margin-bottom: 10px;
}

.page-template-page-what-we-do section.commitment h2{
  font-size: 1.2em;
  padding-bottom: 10px;
}

.page-template-page-what-we-do section.commitment .item{
  min-height: 210px;
}

.commitments{
  padding-top: 40px;
}

.commitment .intro-copy{
  max-width: 550px;
}


/*Page About*/
.page-template-page-about section.experience{
  min-height: 600px;
}

.page-template-page-about section.experience .item h3{
    padding-bottom: 10px;
    font-size: 1.5em;
    text-transform: inherit;
    letter-spacing: 0em;
    font-family: 'VaudDisplay-Book';
}

.page-template-page-about section.experience .section-wrapper h3.section-title{

}

.page-template-page-about section.about{
    z-index: 3;
    min-height: 100vh;
    padding-top: 80px;
}

/*Page Projects*/

.entry-title{
  text-align: center;
  color: white;
  padding-bottom: 20px;
}

.entry-title h1{
  font-family: "VaudDisplay-Book", sans-serif;
  font-size: 1.5em;
}

.page-template-archive-project .projects {
    padding-top: 20px;
}

.page-template-archive-project .projects {
    padding-bottom: 0px;
}

.page-template-archive-project .projects img:hover{
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
}

.page-template-archive-project .projects img{
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
}

.page-template-archive-project .projects h2{  
    font-size: 1.3em;
    letter-spacing: -0.01em;
    color: white;
    padding-bottom: 13px;
    padding-top: 16px;
}

.page-template-archive-project .projects h4{
    color: white;
    font-size: .7em;
    padding-top: 15px;
    letter-spacing: 0.15em;
    font-family: VaudDisplay-Book;
    text-transform: uppercase;
}

.page-template-archive-project .projects p{
    color: white;
    padding-top: 22px;
}

/*Single Project*/

.single-project{
  padding-top: 70px;
}

.single-project .post-title{
  text-align: center;
}


.single-project .post-copy{
  text-align: center;
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-top: 20px;
}

.single-project .post-title h2{
  font-size: 1.8em;
}

.single-project .post-title h3{
    font-size: .85em;
    padding-top: 15px;
    letter-spacing: 0.15em;
    font-family: VaudDisplay-Book;
    text-transform: uppercase;
}


.single-project .slick-slider-wrapper{
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 100px;
    max-width: 900px;
  }

.single-project .slick-slider-wrapper .slick-slider{
    height: auto;
    padding: 0 10%;
    max-width: 900px;
    margin: 0% auto;
}

 .single-project .slick-slider-wrapper .slick-slide{
  height: 80vh !important;
}

  .single-project .slick-slider-wrapper .slick-slider img{  
    width: 100%;
  }

  .single-project {

  }

.single-project .slick-dots li{
  display: inline;
}

.single-project .slick-dots{
    position: absolute;
    right: 12%;
    top: 32px;
    width: auto;
}

.single-project .slide-number p{

}

.single-project .slide-number {
    position: absolute;
    top: 20px;
    right: 2.7%;
}

/*Page My Account*/

.account-page-top{
  padding-top: 140px;
}

#user-registration{
  padding-top: 30px;
  padding-bottom: 30px;
}

.user-registration-Button{
  background: #000;
  color: white;
}

.create-form-wrapper{
  padding-top: 30px;
  padding-bottom: 30px;
}

/*Page Resources*/

.inner{
  padding-top: 30px;
}

.m-gallery{
/*  position: absolute;
  max-width: 46%;*/
  display: none;
}

.m-gallery{
  opacity: 0;
  display: none;
}

.m-gallery.active{
  opacity: 1;
    display: block;
}

.m-gallery-wrapper{
  height: 370px;
}

.list h2{
  cursor: pointer;
  padding-bottom: 5px;
  margin-bottom: 21px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 1.1em;
}


.list h2.active{
  border-bottom: 1px solid;
}

.page-template-page-resources .secondary-page-top .page-intro{
  color: black;
}

.page-template-page-resources .secondary-page-top .page-intro p{
  color: black;
}

.resources-title{
    padding-bottom: 11px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.page-template-page-resources h3{

}

.materials{
  padding-top: 140px;
}

section.materials .section-wrapper{
  min-height: 610px;
}

.materials .type{
    padding-top: 50px;
    padding-bottom: 50px;
}

.materials .type h3{
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
  }

 .materials .item{
    padding: 10px 0 10px 0;
 }

  .materials .item h4{
    font-size: .8em;
    padding: 10px 0 0 0;
 }

.design-process .intro{
  padding-bottom: 20px;
}

.design-process .item h2{
      padding-bottom: 20px;
      font-size: 1.3em;
}

.contact-form input{
    font-family: 'VaudDisplay-Book';
    font-size: 1.2em;
    height: 23px;
    border: 0px;
    padding-top: 5px;
    width: 100%;
    padding-left: 10px;
}

.contact-form span{
    position: relative;
    width: 100%;
    display: block;
}

.contact-form input:focus { 
  outline: none;
}

.contact-form input:-webkit-autofill, .contact-form textarea:-webkit-autofill, .contact-form select:-webkit-autofill{
  background: none !important;
}

.contact-form label{
    font-size: .8em;
    padding-left: 10px;
}

.contact-form p{
    width: 100%;
    padding-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    padding-bottom: 0px;
  }

.contact-form textarea{
    font-family: 'VaudDisplay-Book';
    font-size: 1em;
    padding-top: 8px;
    border: 0px;
    width: 95%;
    padding-left: 10px;
    line-height: 1.3em;
    background: none !important;
    background-color: none !important;
}

.contact-form textarea:focus { 
  outline: none;
}


span.wpcf7-not-valid-tip {
    color:  #ff0d0d !important;
    font-size: .8em !important;
    display: block;
    text-indent: 10px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  border: 0px !important;
}

div.wpcf7-response-output{
    border: 0px !important;
    font-size: .9em;
    color: #ff0d0d !important;
    padding: 0px !important;
    margin: 0px !important;
}

.textarea-355 textarea{
  height: 60px;
  width: 100%;
}

.submit{
  background: #313131;
  color: white;
}
.wpcf7-submit{
  cursor: pointer;
  background: #313131;
  color: white;
  margin-top: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact{
    padding-top: 140px;
}

.footer {
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 100%;
  font-size: 1em;
  border-top: 1px solid #ececec;
  padding: 50px 0px;
  letter-spacing: 0.03em;
  background: black;
}

.footer .second-block{
  padding-top: 20px;
  float: left;
  display: block;
  width: 100%;
}
.footer .wrapper {
  padding: 0px 90px;
  margin: 0% auto;
}
.footer .inner {
  margin: 0% auto;
}
.footer h4 {
  font-size: .8em;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer ul {
  padding-top: 20px;
  list-style: none;
}
.footer ul li {
  color: #b1b1b1;
  font-size: .8em;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}

.footer .sign-up{
  padding-top: 20px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pt3 {
  padding-top: 3em !important;
}

.pt4 {
  padding-top: 4em !important;
}

.pt5 {
  padding-top: 5em !important;
}

.pt6 {
  padding-top: 6em !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pb3 {
  padding-bottom: 3em !important;
}

.pb4 {
  padding-bottom: 4em !important;
}

.pb5 {
  padding-bottom: 5em !important;
}

.pb6 {
  padding-bottom: 6em !important;
}

.mt0 {
  margin-top: 0em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.content {
  margin: 0 auto;
  max-width: 1352px;
  padding: 0 2em;
}

/* grid */
.row {
  margin-left: -24px;
}

.row::after, .clearfix::after {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  content: " ";
}

.col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-left-width: 24px;
  background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
}

.col.right {
  float: right;
}

.col img {
  max-width: 100%;
  height: auto;
}

.span-1 {
  width: 8.33333333333%;
}

.span-2 {
  width: 16.6666666667%;
}

.span-3 {
  width: 25%;
}

.span-4 {
  width: 33.3333333333%;
}

.span-5 {
  width: 41.6666666667%;
}

.span-6 {
  width: 50.0%;
}

.span-7 {
  width: 58.3333333333%;
}

.span-8 {
  width: 66.6666666667%;
}

.span-9 {
  width: 75%;
}

.span-10 {
  width: 83.3333333333%;
}

.span-11 {
  width: 91.6666666667%;
}

.span-12 {
  width: 100%;
}

.prefix-1 {
  margin-left: 8.33333333333%;
}

.prefix-2 {
  margin-left: 16.6666666667%;
}

.prefix-3 {
  margin-left: 25%;
}

.prefix-4 {
  margin-left: 33.3333333333%;
}

.prefix-5 {
  margin-left: 41.6666666667%;
}

.prefix-6 {
  margin-left: 50%;
}

.prefix-7 {
  margin-left: 58.3333333333%;
}

.prefix-8 {
  margin-left: 66.6666666667%;
}

.prefix-9 {
  margin-left: 75%;
}

.prefix-10 {
  margin-left: 83.3333333333%;
}

.prefix-11 {
  margin-left: 91.6666666667%;
}

/* mobile grid */
@media screen and (max-width: 600px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .row {
    margin-left: 0;
  }

  .col {
    border-left-width: 0;
    float: none;
    margin-left: 0;
    width: auto;
  }
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.0;
  }
  to {
    opacity: 1.0;
  }
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.fade-in {
  opacity: 0.0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.fade-out {
  -webkit-animation: fadeOut ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeOut ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.fade-in.one {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fade-in.two {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.fade-in.three {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.fade-in.four {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.fade-in.five {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.fade-in.five {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.fade-in.seven {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.fade-out.six {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.fade-out.seven {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.sm-link3::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.sm-link3:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#scrollup {
  color: #fff;
  background: #00000099;
  border-radius: 40px;
  height: 50px;
  width: 50px;
  position: fixed;
  left: 20px;
  bottom: 10px;
  z-index: 1000;
  display: none;
  cursor: pointer;
}
#scrollup img {
  width: 30px;
  margin-top: 0;
  margin-left: 10px;
}


.menu-about-menu-container {
  padding: 0px;
  height: 55px;
  z-index: 100;
  top: 71px;
  position: fixed;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
  border-bottom: 1px solid #ffffff3d;
  border-top: 1px solid #212121;
  background: #000000;
}
.menu-about-menu-container .menu {
  width: 40%;
  float: left;
  position: relative;
  padding-left: 50px;
  margin-top: 18px;
}
.menu-about-menu-container .menu li {
  display: inline-block;
  padding: 0 0 3px 0;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .7em;
  color: white;
  position: relative;
}

.menu-about-menu-container .menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu-about-menu-container .menu li a.active:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-about-menu-container .menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-resources-menu-container .menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu-resources-menu-container .menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-wrapper {
  padding: 0px;
  height: 75px;
  z-index: 10000;
  top: 0;
  position: fixed;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
/*  background: #00000061;*/
}
.menu-wrapper .menu-left {
  width: 45%;
  float: left;
  position: relative;
  height: 50px;
}
.menu-wrapper .menu-left nav {
  float: left;
  padding-left: 50px;
  margin-top: 35px;
    -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}
.menu-wrapper .menu-center {
  width: 10%;
  float: left;
  position: relative;
  z-index: 10;
}
.menu-wrapper .menu-right {
  width: 45%;
  float: left;
  position: relative;
}
.menu-wrapper .menu-right nav {
  float: right;
  padding-right: 50px;
  margin-top: 35px;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}
.menu-wrapper .logo {
  width: 62px;
  padding-top: 5px;
  margin: 0 auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 100;
}
.menu-wrapper .logotype {
  width: 218px;
  margin: 0% auto;
  text-align: center;
  margin-top: 21px;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'VaudDisplay-Medium';
  text-align: center;
}
.menu-wrapper nav {
  color: #ffffff;
  margin-top: 47px;
  font-size: .7em;
  letter-spacing: 0.3em;
  font-family: 'VaudDisplay-Medium';
}
.menu-wrapper nav ul {

}

.menu-wrapper nav ul li.current-menu-item  .sub-menu a{
  border-bottom: 0px;
}

.menu-wrapper nav ul li.current-menu-item .sub-menu{
  opacity: 1;
  transform: translateY(0%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  visibility: visible;
}


.sub-menu.active{
  top: 39px;
  height: 28px;
  padding: 28px 0px 0px 50px;
}

.home .sub-menu{
    background: #00000000;
}

.home .sub-menu.active{
    background: #000000;
}

.sub-menu{
  opacity: 0;
  transform: translateY(-200%);
  padding: 28px 0px 0px 50px;
  height: 39px;
  z-index: -2;
  top: 50px;
  position: fixed;
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  transition-delay: transform .3s;
  left: 0;
  background: black;
}

.menu-wrapper nav ul li:hover .sub-menu{
  opacity: 1;
  transform: translateY(0%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  transition-delay: opacity .3s;
  z-index: 1;
}

.home .sub-menu{
  display: block;
}

/*.sub-menu{
  position: absolute;
  top: 7px;
  padding-top: 42px;
  width: 100%;
  left: 0;
  opacity: 0;
  z-index: 5;
  display: none;
  transform: translateY(-500%);
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
*/
.menu-wrapper nav ul li .sub-menu li{
  margin-bottom: 10px;
  line-height: 1.3em;
}

.menu-wrapper nav ul li {
  display: inline-block;
  padding: 0 0 3px 0;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
}
.menu-wrapper nav ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu-wrapper nav ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.menu-wrapper nav ul li.current-menu-item a {
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

.menu-wrapper nav .menu-second-menu-container ul li {
  padding: 0 0 3px 0;
  margin-left: 10px;
}

.page-template-page-about .menu-wrapper.second.active, .page-template-page-what-we-do .menu-wrapper.second{
  height: 89px;
  background: #000;
}

.page-template-page-about .menu-wrapper.second.active, .page-template-page-what-we-do  .menu-wrapper.second.active {
  height: 55px;
  background: #000;
}

.page-template-page-about .menu-wrapper.second, .page-template-page-what-we-do .menu-wrapper.second{
  height: 112px;
  background: #000;
}

.menu-wrapper.second.active {
  height: 55px;
  background: #000;
}

.menu-wrapper.second {
  height: 70px;
  background: #000;
}

.menu-wrapper.second .logo {
  width: 120px;
}
.menu-wrapper.second .menu-left nav, .menu-wrapper.second .menu-right nav {
  margin-top: 35px;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}


.menu-wrapper.active .menu-right nav{
  margin-top: 35px;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}

.menu-wrapper.active {
  background: black;
  -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
  height: 50px;
}

.menu-about-menu-container.active{
  height: 50px;
  top: 50px;
    -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}

.menu-wrapper.active .logo {
    width: 90px;
}

.menu-wrapper.active .menu-left nav, .menu-wrapper.active .menu-right nav{
  margin-top: 25px;
    -webkit-transition: all .2s;
  /* Safari */
  transition: all .2s;
}

.menu-resources-menu-container{
    padding: 0px;
    height: 55px;
    z-index: 100;
    top: 71px;
    position: fixed;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px solid #ffffff3d;
    border-top: 1px solid #212121;
    background: #000000;
  }

  .menu-resources-menu-container .menu li {
    display: inline-block;
    padding: 0 0 3px 0;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .7em;
    color: white;
        float: right;
    position: relative;
}

.menu-resources-menu-container .menu {
    width: 40%;
    float: right;
    position: relative;
    padding-right: 50px;
    margin-top: 23px;
}

.nav-wrapper {
  z-index: 100;
  position: fixed;
  width: 25%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  height: 100%;
  background: #6f4a00;
  color: white;
}
.nav-wrapper ul li:nth-child(1) {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper ul li:nth-child(2) {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper ul li:nth-child(3) {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper ul li:nth-child(4) {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper ul li:nth-child(5) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.nav-wrapper.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.nav-wrapper.active ul li:nth-child(1) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper.active ul li:nth-child(2) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper.active ul li:nth-child(3) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper.active ul li:nth-child(4) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.nav-wrapper.active ul li:nth-child(5) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#nav-icon3 {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 9px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: white;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mob-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  z-index: 2000;
  opacity: 0;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.mob-menu.active {
  opacity: 1;
  -webkit-transform: translate(0%);
  transform: translate(0%);
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.section.subscribe{
  width: 100%;
  float: left;
  position: relative;
  height: 300px;
  padding-bottom: 100px;
  background: #E3D9CD;
}

.section.subscribe.contact-bar{
  background: #272728;
}

.section.subscribe.contact-bar p{
  color: white;
}

.section.subscribe.contact-bar h2{
  color: white;
}

.section.subscribe h2{
  font-size: 1.5em;
}

.section.subscribe p{
  padding-top: 20px;
    font-size: 1em;
    letter-spacing: .03em;
}

.section.subscribe .text{
  text-align: center;
  padding: 100px 0px 0px;
}


.section.subscribe .button{
  background: #e8e8e8;
  padding: 13px 24px;
  border-radius: 50px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#mc_embed_signup form{
  padding: 0  !important;
}

#mc_embed_signup .mc-field-group{
  width: 100%  !important;
}

#mc_embed_signup {
    background: #e2d9cc !important;
        font-family: 'VaudDisplay-Book' !important;
}

#mc_embed_signup .button{
  background: #e8e8e8 !important;
  padding: 13px 24px !important;
  border-radius: 50px !important;
  -webkit-transition: all .2s ease-in !important;
  transition: all .2s ease-in !important;
  margin: 0 auto !important;
  color: #272728 !important;
  line-height: 1em !important;
  font-size: .8em !important;
  display: block !important;
}

#mc_embed_signup  .button:hover{
  background: #d0d0d0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#mc_embed_signup .mc-field-group input{
  max-width: 300px;
  margin: 0 auto;
  background: #e2d9cc;
  text-align: center;
  text-indent: 0  !important;
  padding: 18px 0px 10px !important;
  border: 0px;
  border-bottom: solid 1px;
}

#mc_embed_signup #mce-success-response{
  text-align: center;
  width: 100% !important;
  padding: 0 !important;
}

#mc_embed_signup .mc-field-group label{
  text-align: center;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
  text-align: center;
  /* width: 100%; */
  background-color: rgb(225 217 203)  !important;
         font-family: 'VaudDisplay-Book' !important;
}

.indicates-required{
  display: none;
}

.section.subscribe .button:hover{
  background: #d0d0d0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.section.subscribe span{
    width: 500px;
    display: block;
    margin: 0% auto;
}

.section.subscribe span input{
    width: 500px;
    height: 34px;
    background: none;
    border: none;
    border-bottom: 1px solid;
    text-align: center;
    font-size: .8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
     border-radius: 0;
    -webkit-appearance: none;
}

.section.subscribe .button-wrapper{
    width: 160px ;
    position: relative;
    margin-top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0px;
}

.section.subscribe .button-wrapper .right-arrow{
    top: -4px;
    width: 24px;
    position: absolute;
    right: 14px;
}

.section.subscribe button{
    -webkit-appearance: none;
    background: none;
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'VaudDisplay-Medium';
  }


.section.subscribe .form{
    text-align: center;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
section.projects .section-wrapper .projects {
    padding-bottom: 20px;
    min-height: 280px;
}
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}



.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*!
 * fullPage 2.8.1
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
.fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover
.fp-slidesNav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

.fp-slidesNav ul li {
  display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.menu-resources-menu-container{
  top: 70px;
}

.menu-resources-menu-container{
  top: 70px;
}

.menu-resources-menu-container.active{
  top: 55px;
}



section.services{
/*    min-height: 150vh;*/
  }
  .page-template-page-what-we-do section.process{
/*    min-height: 150vh;*/
  }

@media (min-width: 1500px) and (max-width: 3000px) {
  .landing .content-wrapper .copy p {
 
  }
  section.clients .section-wrapper img{
      position: relative;
      width: 140px;
    }
  .menu-wrapper {
    height: 110px;
  }
  .menu-wrapper nav {
    /*font-size: .6em;*/
  }
  .menu-wrapper .logo {
    width: 90px;
    padding-top: 9px;
  }
  .menu-wrapper .logotype {
    margin-top: 26px;
  }
  .landing .content-wrapper {
   
  }
  .landing .content-wrapper .copy p {

  }
  .landing .content-wrapper .copy h3 {

  }

  .slick-dots {
    top: 111px;
  }

  .slide-number {
    top: 100px;
  }


  .menu-about-menu-container {
    top: 71px;
  }

  section.about .section-wrapper, section.wwd .section-wrapper {
    min-height: 900px;
  }
  section.factory-view .section-wrapper{
    min-height: 600px;
  }
  .page-template-page-what-we-do section.process{
    min-height: 900px;
  }

  .page-template-page-what-we-do section.services{
    min-height: 900px;
  }

  section .commitment .section-wrapper ul li{
    min-height: 0px;
    padding-bottom: 0px;
  }

  section.projects .section-wrapper {

  }

  section .section-wrapper h3.section-title {
    /*      font-size: .7em;*/
  }
  section .section-wrapper .interactive h2 {
    /*  font-size: 1em;*/
  }
  .hero-heading {
    top: 97px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 1000px) {
    .design-process .span-3{
      width: 50%;
      float: left;
  }
}
@media screen and (max-width: 760px) {
  section.testimonials .section-wrapper li {
    padding-bottom: 20px;
}
  .single-project .slick-slider-wrapper .slick-slide{
    height: 40vh !important;
  }

.page-template-page-what-we-do section.services{
  padding-top: 40px;
  min-height: 130vh;
  }

   .page-template-page-about section.about{
      padding-top: 100px;
   }

    .page-template-page-what-we-do section.services .image-col{
      padding-top: 30px;
    }


  section.services .section-wrapper .interactive .i4-title .int-arrow{
    top: 28px;
  }

  .page-template-page-what-we-do section.commitment .item{
    min-height: 0px;
    padding-bottom: 10px;
  }

  .page-template-archive-project .projects {
      padding-top: 30px;
  }




  .mobile {
    display: block;
  }
  section.testimonials .section-wrapper h2{
    font-size: 1.2em;
  }
  section .section-wrapper h3.section-title{
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .menu-resources-menu-container .menu{
    width: 100%;
    text-align: center;
    padding: 0px;
  }

  .materials .item {
      width: 33%;
      float: left;
  }

  .secondary-page-top .page-intro{
    width: 90%;
    top: 35%;
  }

  .secondary-page-top p{
    font-size: 1em;
  }

  .page-template-page-about section.experience .item h3{
      font-size: 1.2em;
  }

  .menu-about-menu-container .menu{
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .desktop {
    display: none;
  }
  section .section-wrapper .interactive h2{
    font-size: 1.2em;
  }
  section .section-wrapper .interactive p{
    line-height: 1.5em;
  }
  section .section-wrapper .interactive .int-arrow{
    left: -1px;
    top: 8px;
  }
  .intro-logo-wrapper img {
    width: 70%;
  }
  .menu-wrapper{
    height: 65px;
  }
  .menu-wrapper.active {
       height: 50px;
  }
  .menu-wrapper .logo {
    width: 55px;
  }
  .menu-wrapper.active .logo {
      width: 35px;
      padding-top: 8px;
  }
  .menu-wrapper.active #nav-icon3{
    top: 3px;
  }
  #nav-icon3{
    top: 11px;
  }
  .menu-about-menu-container{
    top: 49px;
  }
  .menu-wrapper.second{
      height: 50px;
  }
  .menu-wrapper.second .logo{
    width: 70px;
    padding-top: 8px;
  }
  .menu-wrapper.second #nav-icon3{
    top: 3px;
  }
  #scrollup {
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }
  #scrollup img {
    width: 30px;
    margin-top: 1px;
    margin-left: 6px;
  }

  .landing .content-wrapper .copy p {
    width: 100%;
/*    font-size: 1em;*/
  }

  .landing .content-wrapper{
    width: 90%;
    font-size: .7em;
  }

  .slide-number {
    right: 12px;
    top: 75px;
  }

  .slick-dots {
    right: 12px;
    top: 83px;
  }
  .slick-dots li button{
      width: 22px;
      float: right;
    }

  .landing .content-wrapper {
    height: 168px;
  }
  .landing .content-wrapper .copy h3 {
    top: 140px;
    left: 10px;
  }

  section .section-wrapper {
    padding: 30px 10px;
  }
  section .section-wrapper .copy-wrapper {
    height: 100px;
  }
  section .section-wrapper .copy-wrapper {
    height: 160px;
  }
  section .section-wrapper {
    width: 94%;
    float: left;
  }
  section .section-wrapper ul {
    width: 100%;
    float: left;
  }
  section .section-wrapper .copy-wrapper {
    width: 100%;
    float: left;
  }

  section.projects .section-wrapper .copy-wrapper {
    height: 257px;
  }

  section.projects .section-wrapper {
    min-height: 720px;
  }

  section .section-wrapper .interactive{
    width: 100%;
  }

  section.projects .section-wrapper .interactive .span-4 {
    width: 100%;
  }

  section .section-wrapper ul {
    float: left;
    width: 100%;
  }

  section.projects .section-wrapper .interactive .button-wrapper {
    bottom: -395px;
  }

  section .section-wrapper .interactive p {
    padding-top: 0px;
  }

  section.about .section-wrapper {
    min-height: 790px;
  }

   section.wwd .section-wrapper{
    min-height: 670px;
   }

  section.testimonials .section-wrapper {
    min-height: 570px;
  }
  section.testimonials .section-wrapper .test-wrapper {
    float: left;
    width: 100%;
  }

  section.testimonials .section-wrapper p {
    font-size: .8em;
  }

  section.clients .section-wrapper .span-3 {
    float: left;
    width: 50%;
/*    min-height: 320px;*/
  }
   .footer .wrapper .span-3.break{
      width: 100%;
   }
  .section.subscribe span{
    width: 90%;
  }
  .section.subscribe span input{
    width: 90%;
  }
  section.clients .section-wrapper li {
    padding-bottom: 30px;
  }

  section.wwd .section-wrapper .span-8 .span-8 {
    float: none;
  }
  section.wwd .section-wrapper .span-8 .span-4 {
    float: none;
  }

  .prefix-2 {
    margin: 0;
  }

  .image-col {
    float: left;
    width: 100%;
  }
/*  section .section-wrapper .interactive{
    width: 40%;
    float: left;
  }
*/
  .menu-main-menu-container {
    position: fixed;
    top: 90px;
    left: 10px;
    width: 94%;
  }

  .menu-main-menu-container ul li {
    border-bottom: 1px solid #525252;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }
  .menu-main-menu-container ul li a {
    display: inline-block;
  }

  .menu-second-menu-container {
    position: fixed;
    top: 250px;
    left: 10px;
    width: 94%;
  }
  .menu-second-menu-container ul li {
    border-bottom: 1px solid #525252;
    margin-bottom: 20px;
    padding-bottom: 3px;
  }
  .menu-second-menu-container ul li a {
    display: inline-block;
  }

  .footer .wrapper {
    padding: 10px;
  }
  .footer .wrapper .span-3 {
    width: 50%;
    float: left;
    min-height: 230px;
    padding-bottom: 20px;
  }
  section.projects .section-wrapper .interactive .button-wrapper{
    width: 90%;
    bottom: 0px;
  }
  .page-template-page-about .menu-wrapper.second, .page-template-page-what-we-do .menu-wrapper.second {
      height: 55px;
      background: #000;
  }
  .page-template-page-what-we-do section.services{
    margin-top: 55px;
  }
  .menu-resources-menu-container{
    display: none;
  }
}
img {
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.landing .slick-prev{
  z-index: 0;
}

@media screen and (max-width: 600px) {
   .materials .item {
      padding: 10px;
      width: 33%;
      float: left;
  }
  section.projects .section-wrapper .projects{
    min-height: 0px;
  }
}
