/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

 #outdated h3{
  color: #b30000;
  text-transform: uppercase;
  font-size: 24px;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

#outdated{
  display:block; z-index:9999999; position:absolute; bottom:0; width:100%; padding:15px 20px; margin-left:auto; margin-right:auto;
}

#outdated p{
  color: #000 !important;
}

#outdated .intro{
  padding:10px 0 20px 0;
}

#outdated .wrap_btn{
  margin:20px 0; float:left;
}

#outdated p{
  margin-bottom:0;
}

#outdated .bodyoutdated{
  text-align:left; display:block; float:left; position:relative; width:50%; border:4px solid #b30000; padding: 8px 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;  background-color:#fff; color:#000;
}

#outdated .bodyoutdated a, #outdated .bodyoutdated a:hover{ color:#fff; }

#outdated .btn_ch{
  float:left;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
  margin-right: 10px;
  font-size: 14px;
}


#outdated .red{
  background: #b30000;
}

#outdated .green{
  background: #167F39;
}

#outdated #closemod{
  cursor:pointer;
}


#outdated .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */



   /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 20, 2017 */



   @font-face {
       font-family: 'open_sanslight';
       src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
            url('../fonts/opensans-light-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'open_sansregular';
       src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
            url('../fonts/opensans-regular-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }


      @font-face {
       font-family: 'open_sanssemibold';
       src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
            url('../fonts/opensans-semibold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }


   @font-face {
       font-family: 'open_sansbold';
       src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
            url('../fonts/opensans-bold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'open_sansextrabold';
       src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
            url('../fonts/opensans-extrabold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }







/* ============================================== GLOBAL
*/


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html{
  background-color: #fff;
}



body {
  font-size: 16px;
  color: #000;
  font-family: 'open_sansregular';
  /*min-height: 50000px;*/
}


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

a {
 color: #b62931;
 -webkit-transition: color 0.25s ease-in; /*safari and chrome */
 -moz-transition: color 0.25s ease-in; /* firefox */
 -o-transition: color 0.25s ease-in; /* opera */
 transition: color 0.25s ease-in; /* opera */
}

a:hover, a:focus {
  color: #b62931;
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100000;
}

#loading img{
  max-width: 80px;
}

.number{
  display: inline-block;
}


.number:hover{
    cursor: context-menu;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'open_sansbold';
  text-transform: uppercase;
  
}

.noLink:hover{
  cursor: context-menu;
}

/* ============================================== HEADER
*/

#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
  /*box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);*/
}

#logos img{
  max-width: 160px;
}

#menu{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

#menu li{
    display:inline-block;
    width: 15%;
   /* background: pink;*/
}

#menu li#logos{
  width: auto;
}

#menu a{
    display:inline-block;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 20px;
    /*padding: 10px 0;*/
}

#menu a:hover{
  color: #000;
}

a.mPS2id-highlight {
    color: #000 !important;
}


/* ============================================== HERO
*/

#hero{
  position: relative;
  /*margin-top:  113px;*/
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
  width: 100%;
}

#hero .overlay{
  background: rgba(0,0,0,0.2);
}

.overlay .cta{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay .cta h1{
  color: #fff;
}

#hero .overlay .cta h1{
  margin-bottom: 2rem;
}

#hero .overlay .cta p{
  background-color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 5px;
  -webkit-transition: background-color 0.2s ease-in; /*safari and chrome */
  -moz-transition: background-color 0.2s ease-in; /* firefox */
  -o-transition: background-color 0.2s ease-in; /* opera */
  transition: background-color 0.2s ease-in; /* opera */
} 

#hero .overlay .cta p:hover{
  background-color: #b62931;
}

#hero .overlay .cta p a{
  padding: 12px 40px;
  border: 1px solid #b62931;
}

#hero .overlay .cta p:hover a{
  border: 1px solid #fff;
  color: #fff;
}

/* ============================================== CONTENT
*/

.holder{
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}


#contact .holder{
  padding-top: 0;
  padding-bottom: 30px;
}

/*#about .holder p{
  padding: 0 10%;
}*/

.divide{
  height: 3px;
  width: 35px;
  background: #b62931;
  margin: 50px auto;
}


#fixedBG{
  position: relative;
  background: url('../img/fixed-bg.jpg') no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
  /* height: 460px;*/
}


#projectsWrap{
  margin-top: 60px;
}

.projectThumb img{
  width: 100%;
  max-width: none;
}

.projectThumb{
  margin-bottom: 1.875rem;
}

.projectThumb img{
  border: 3px solid #b62931;
}

.projectThumbEf {
  /*font-family: 'Raleway', sans-serif;*/
  position: relative;
  display: inline-block;
  overflow: hidden;
  /*margin: 10px 8px;*/
 /* min-width: 230px;
  max-width: 315px;*/
  width: 100%;
  /*color: #ffffff;*/
  /*font-size: 16px;*/
  /*text-align: left;*/
}
.projectThumbEf * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.projectThumbEf:before {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  top: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.projectThumbEf img {
  vertical-align: top;
  width: 100%;
  max-width: none;
  backface-visibility: hidden;
}
.projectThumbEf figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projectThumbEf h3,
.projectThumbEf h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.projectThumbEf h3 {
  font-family: 'open_sansregular';
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  color: #b62931;
  margin-bottom: 15px;

}
.projectThumbEf h5 {
  font-weight: normal;
  background-color: #b62931;
  font-family: 'open_sansregular';
  color: #fff;
  padding: 10px 15px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.projectThumbEf a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.projectThumbEf:hover:before,
.projectThumbEf.hover:before {
  top: 50px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.projectThumbEf:hover h3,
.projectThumbEf.hover h3,
.projectThumbEf:hover h5,
.projectThumbEf.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.projectThumbEf:hover h3,
.projectThumbEf.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.projectThumbEf:hover h5,
.projectThumbEf.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#close{
  position: relative;
  text-align: center;
  font-family: 'open_sanssemibold';
  margin: 150px auto 50px;
}


#projectSlider{
  margin: 0 auto;
}



.slideShow{
  border: 3px solid #b62931; 
}

#projectContent .holder{
  padding-top: 50px;
}

#projectContent ul{
  list-style-type: none;
  margin-left: 0;
}

#projectContent ul li span{
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}

.line{
  width: 100%;
  height: 1px;
  background: #000;
  margin-bottom: 50px;
}

.projectLink{
  display: inline-block;
  font-family: 'open_sansbold';
  color: #000;
  margin-top: 25px;
}

#contactDetails{
  /*background: yellow;*/
  margin-top: 40px;
}

#contactDetails a{
  font-family: 'open_sansbold';
  color: #000;
  display: inline-block;
 /* background: pink;*/
}

#contactDetails a:hover{
  color: #b62931;
}

#contactDetails i{
  padding-right: 5px;
}

#contactDetails .number{
  float: left;
}

#contactDetails .email{
  float: right;
}



/* ============================================== FORM 
*/

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    height: 2.4375rem;
    margin: 0 0 2.5rem;
    padding: 0.5rem;
    border: 1px solid #000;
    background-color: #ffffff;
    color: #000000;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 1px solid #000000;
    background-color: #fff;
    box-shadow: none;
}

#message {
    height: 7.3rem;
}

#formSubmit{
  width: 100%;
  height: 2.4375rem;
  border: 0;
  background: #b62931;
  color: #fff;
  font-family: 'open_sansbold';
  margin-bottom: 0.25rem;
}

#response p{
  font-size: 12px;
  text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
}

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -35px;
  color: #b62931;
  text-align: left !important;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
}

#error{
  color:#f04124;
  margin-bottom: 10px;
}

/* ============================================== FOOTER
*/

/* -------------------------------- 

Map

-------------------------------- */

@media only screen and (min-width: 768px) {
  header {
    height: 300px;
    line-height: 300px;
  }
}

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 450px;
  }
}

#cd-google-map {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #b62931;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #b62931;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}


#footer{
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer a{
  color: #000;
}

.legal{
  text-align: right;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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;
}


@charset 'UTF-8';
/* Slider */

.slick-loading .slick-list {
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 26px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
    /*color: transparent;
    outline: none;
    background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #b62931;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -150px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
   /* content: '←';*/
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -150px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next{
  background: url('../img/slick-arrows-next.png') no-repeat center;
}

.slick-prev{
  background: url('../img/slick-arrows-prev.png') no-repeat center;
}

.slick-next:before {
    /*background: url('../img/slick-arrows-next');*/
    /*content: '→';*/
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #b62931;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b62931;
}





@-webkit-keyframes color{
0%{color:#b62931;}
  50%{color:transparent;}
  100%{color:#b62931;}
}
@-webkit-keyframes border-c{
0%{border-color:transparent;border-top-color:#b62931;}
  25%{border-color:transparent;border-right-color:#b62931;}
  50%{border-color:transparent;border-bottom-color:#b62931;}
  75%{border-color:transparent;border-left-color:#b62931;}
  100%{border-color:transparent;border-top-color:#b62931;}
}
#loader{
/*font-family:"helvetica neue";*/
text-align:center;
/*width:100px;
height:100px;
line-height:100px;*/
/*border:1px solid transparent;*/
/*-webkit-border-radius:100px;
   -moz-border-radius:100px;
        border-radius:100px;*/
display:block;
position: absolute;
/*height: 46px;*/
top: 50%;
left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
margin-top: -112px;
padding:10px;
color:#fff;
font-weight:100;
-webkit-animation:border-c 1.25s linear 0 infinite;
   -moz-animation:border-c 1.25s linear 0 infinite;
    -ms-animation:border-c 1.25s linear 0 infinite;
     -o-animation:border-c 1.25s linear 0 infinite;
        animation:border-c 1.25s linear 0 infinite;
}
#loader span{
-webkit-animation:color 1.5s linear infinite;
   -moz-animation:color 1.5s linear infinite;
    -ms-animation:color 1.5s linear infinite;
     -o-animation:color 1.5s linear infinite;
        animation:color 1.5s linear infinite;
}
#loader span:nth-child(1){
-webkit-animation-delay:0s;
   -moz-animation-delay:0s;
    -ms-animation-delay:0s;
     -o-animation-delay:0s;
        animation-delay:0s;
}
#loader span:nth-child(2){
-webkit-animation-delay:.25s;
   -moz-animation-delay:.25s;
    -ms-animation-delay:.25s;
     -o-animation-delay:.25s;
        animation-delay:.25s;
}
#loader span:nth-child(3){
-webkit-animation-delay:.45s;
   -moz-animation-delay:.45s;
    -ms-animation-delay:.45s;
     -o-animation-delay:.45s;
        animation-delay:.45s;
}
#loader span:nth-child(4){
-webkit-animation-delay:.55s;
   -moz-animation-delay:.55s;
    -ms-animation-delay:.55s;
     -o-animation-delay:.55s;
        animation-delay:.55s;
}
#loader span:nth-child(5){
-webkit-animation-delay:.65s;
   -moz-animation-delay:.65s;
    -ms-animation-delay:.65s;
     -o-animation-delay:.65s;
        animation-delay:.65s;
}
#loader span:nth-child(6){
-webkit-animation-delay:.75s;
   -moz-animation-delay:.75s;
    -ms-animation-delay:.75s;
     -o-animation-delay:.75s;
        animation-delay:.75s;
}
#loader span:nth-child(7){
-webkit-animation-delay:.85s;
   -moz-animation-delay:.85s;
    -ms-animation-delay:.85s;
     -o-animation-delay:.85s;
        animation-delay:.85s;
}

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 4px;
  background-color: #222;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 2em;
}
.fat-nav li, .fat-nav li a {
  color: #b62931;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  font-size: 20px;
}
.fat-nav li a {
  text-decoration: none;
}


.hamburger .hamburger__icon, 
.hamburger .hamburger__icon:before, 
.hamburger .hamburger__icon:after {
    background-color: #b62931;
}

.hamburger.active .hamburger__icon:before, 
.hamburger.active .hamburger__icon:after {
    background-color: #b62931;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 

  

    

    .hamburger{
      display: block;
    }

    .slick-prev,
    .slick-next{
      display: none !important;
    }

    #mobNav{
      position: relative;
    }


    #close {
      margin: 100px auto 25px;
    }


    .slicknav_btn{
      position: absolute;
      right: 10px;
      top: 10px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .divide {
        margin: 25px auto;
    }

    #hero{
      margin-top: 83px;
    }

   /* #mobNav a{
      position: absolute;
      left: 10px;
      top: 10px;
    }*/

    #mobNav img{
      max-width: 90px;
    }

    figcaption{
      padding:  0 10px;
    }

    #projectSlider{
          padding-right: 0.625rem;
          padding-left: 0.625rem;
      }


    .holder {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #about .holder p{
      padding: 0 5%;
    }

    .projectThumbEf h3{
      padding: 0 2%;
    }

    #footer, .legal{
     text-align: center;
    }

    .legal{
     margin-top: 10px;
    }

    #contactDetails a{
      float: none;
      width: 100%;
      display: block;
      text-align: center;
      margin-bottom: 8px;
    }

    .overlay .cta h1{
      padding: 0 2%;
    }

    #fixedBG{
     height: 260px;
    }





  
}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    .slicknav_menu {
      display:none;
    }

    .fat-nav, .hamburger{
      display: none;
    }

    #mobNav{
      display: none;
    }

    #hero{
      margin-top:  113px;
    }

    #about .holder p{
      padding: 0 10%;
    }

    #fixedBG{
     height: 460px;
    }

    .slick-prev,
    .slick-next{
      display: block !important;
    }

}

/*iPhone 6 in portrait & landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

  

}


/* iPhone 6 + 7 Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    

      #mobNav{
        position: relative;
      }

      

      #mobNav img{
        max-width: 90px;
      }


      .holder {
          padding-top: 60px;
          padding-bottom: 60px;
      }

      #footer, .legal{
       text-align: center;
      }

      .legal{
       margin-top: 10px;
      }

      #contactDetails a{
        float: none;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 8px;
      }
}


/* iPhone 6 + 7 Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  
  /* #menu is the original menu */
      .js #menu {
        display:none !important;
      }
      
      .js .slicknav_menu {
        display:block !important;
      }

    .slicknav_menu li:nth-child(1) {
      display: none;
    }

    #mobNav{
      position: relative;
    }

    .slicknav_btn{
      position: absolute;
      right: 10px;
      top: 10px;
    }

   /* #mobNav a{
      position: absolute;
      left: 10px;
      top: 10px;
    }*/

    #mobNav img{
      max-width: 90px;
    }


    .holder {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #footer, .legal{
     text-align: center;
    }

    .legal{
     margin-top: 10px;
    }

    #contactDetails a{
      float: none;
      width: 100%;
      display: block;
      text-align: center;
      margin-bottom: 8px;
    }
  


}


/* iPhone 6+ Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 


 /* #menu is the original menu */
      .js #menu {
        display:block !important;
      }
      
      .js .slicknav_menu {
        display:none !important;
      }

   .slicknav_menu li:nth-child(1) {
     display: none;
   }

   #mobNav{
     position: relative;
   }

   .slicknav_btn{
     position: absolute;
     right: 10px;
     top: 10px;
   }

  /* #mobNav a{
     position: absolute;
     left: 10px;
     top: 10px;
   }*/

   #mobNav img{
     max-width: 90px;
   }


   .holder {
       padding-top: 60px;
       padding-bottom: 60px;
   }

   #footer, .legal{
    text-align: center;
   }

   .legal{
    margin-top: 10px;
   }

   #contactDetails a{
     float: none;
     width: 100%;
     display: block;
     text-align: center;
     margin-bottom: 8px;
   }

   #projectSlider{
      padding-right: 0;
      padding-left: 0;
   }

}




/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
   .slick-prev,
   .slick-next{
     display: none !important;
   }

   #projectSlider{
         padding-right: 0.625rem;
         padding-left: 0.625rem;
   }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
   #footer, .legal{
    text-align: center;
   }

   .legal{
    margin-top: 10px;
   }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
   
}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}



/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
    
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
