/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name:
Description:
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/

/*============Sticky Footer============*/

html{
  height:100%;
   overflow-x:hidden;
}

body {
  height:100%;
  min-height: 100%;
  height:auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}

#wrap{
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right:0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}

.image-responsive img{
  max-width: 100%;
  height: auto;
}

.clear{clear:both;}

.alignright,
img.alignright {
  float:right;
  margin:0 0 15px 30px;
}

img.alignleft,
.alignleft {
  float:left;
  margin:0 30px 15px 0;
}

* {outline:none!important;}

/*==========Fonts & Headings===========*/

body{
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  font-size:1.6rem;
  font-weight: 300;
  color:#5b5b5b;
}

h1{
  font-family: "myriad-pro",sans-serif;
  font-size:72px;
  font-size:7.2rem;
  color:#0b0a07;
  font-weight:400;
  margin:10px 0 40px 0;
}

h2{
  font-family: "myriad-pro",sans-serif;
  font-size:48px;
  font-size:4.8rem;
  color:#0b0a07;
  font-weight:600;
  margin:10px 0 40px 0;
}

h3{
  font-family: "myriad-pro",sans-serif;
  font-size:36px;
  font-size:3.6rem;
  color:#0b0a07;
  font-weight:600;
  margin:10px 0 40px 0;
}

h4{
  font-family: "myriad-pro",sans-serif;
  font-size:24px;
  font-size:2.4rem;
  color:#0b0a07;
  font-weight:400;
}

h5{
  font-family: "myriad-pro",sans-serif;
  font-size:18px;
  font-size:1.8rem;
  color:#0b0a07;
  font-weight:400;
}

p{
  margin:0 0 40px 0;
  line-height: 1.8;
}

strong{font-weight:bold}

.white{color:#fff;}

a{
  color:#799d2b;
  text-decoration:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


a:hover,
a:active{
  color:#4b88a2;
  text-decoration:none
}

sup{
  top: -.75em;
  font-size: 50%;
  text-transform: uppercase;
}

.white-btn{
  color:#fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  border:2px solid #fff;
  padding:8px 25px;
  display: inline-block;
  font-weight: 400;
}

.white-btn:hover{
  color:#fff;
  background-color:#799d2b ;
  border-color:#799d2b;
}

.white-btn.white-hover:hover{
   color:#799d2b;
  background-color:#fff;
  border-color:#fff;
}


.green-btn{
  color:#799d2b;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  border:2px solid #799d2b;
  padding:8px 25px;
  display: inline-block;
  font-weight: 400;
}

.green-btn:hover{
  color:#fff;
  background-color:#799d2b ;
  border-color:#799d2b;
}

.center{
  text-align: center;
}

#swipebox-bottom-bar{
  display: none;
}

#swipebox-overlay{
  background-color: rgba(0,0,0,0.5)!important;
}


/* Mobile font sizes */
@media (max-width: 767px) {

  body{
    font-size:14px;
    font-size:1.4rem;
  }

  h1{
    font-size:42px;
    font-size:4.2rem;
  }

  h2{

    font-size:36px;
    font-size:3.6rem;

  }

  h3{
    font-size:28px;
    font-size:2.8rem;
  }

  h4{
    font-size:20px;
    font-size:2rem;
  }

  h5{

    font-size:16px;
    font-size:1.6rem;
  }

  p{
    margin:0 0 30px 0;
    line-height: 1.8;
  }

  .white-btn,
  .green-btn{
    font-size: 12px;
    font-size: 1.2rem;
  }

}

/* Header
==============================*/

header{
-webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.3);
}

#header-top{
  background-color: #0b0a07;
}

#header-top ul{
  padding:0;
  float:left;
}

#header-top ul li{
  display: inline-block;
}

ul.header-social{
  margin:10px 15px 0 0;
}

ul.header-social li{
  width:25px;
  height:25px;
  margin-right:5px;
  position: relative;
  background-color: #939598;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

ul.header-social li i{
  position: absolute;
  color:#0b0a07;
}

ul.header-social li i.fa-instagram{
  top:4.5px;
  left:5.5px;
}

ul.header-social li i.fa-facebook-square{
  top:5px;
  left:6px;
}

ul.header-social li i.fa-linkedin{
  top:4px;
  left:6px;
}

ul.header-loactions{
  margin: 11px 0 0 0;
}

ul.header-loactions li{
  text-transform:uppercase;
  font-size: 14px;
  font-size:1.4rem;
  color:#939598;
  font-weight: 400;
  padding:0 7px 0 5px;
}

ul.header-loactions span{
  display: inline-block;
  width:2px;
  height:12px;
  margin-bottom:-1px;
  background-color:#939598;
}

h4.header-call{
  text-align: right;
  color:#939598;
  font-weight: 300;
  text-transform: uppercase;
  margin:8px 0 10px 0;
}

h4.header-call a{
  color:#fff;
}

#header-menu .container-fluid,
#header-menu .col-xs-12{
  padding:0 0 0 0;
  position:relative;
  text-align:center;
}

#header-menu .header-logo{
  max-width:70px;
  display: block;
  padding:10px 0;
  margin-left:15px;
  float:left;
}

.header-logo img{
  max-width:100%;
  height:auto;
}

#header-menu{

}

#header-menu a.header-contact{
  position: absolute;
  top:0;
  right:0;
  background-color: #799d2b;
  display: block;
  color:#fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform:uppercase;
  text-align:center;
  font-weight: 400;
  padding:43px 20px 42px 20px;
}

#header-menu a.header-contact:hover{
  background-color:#4b88a2;
}

#header-menu a.header-contact i{
  display:block;
  font-size:24px;
  font-size: 2.4rem;
  margin-bottom:5px;
}

header .navToggle{
  color:#939598;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  float:right;
  padding-right:50px;
  margin-top:98px;
  cursor: pointer;
}

header .navToggle i{
  position: absolute;
  top:-4px;
  right:15px;
  font-size: 30px;
  font-size: 3rem;
}

header .navToggle:hover i{
  color:#799d2b;
}

/* XS */
@media (max-width: 767px) {

  h4.header-call{
    text-align: center;
  }

}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {

  h4.header-call{
    margin-top:11px;
    font-size: 18px;
    font-size: 1.8rem;
  }

}

/* Mobile Nav
==============================*/


#mobileNav {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index:1000;
    top: 0;
    right:-50%;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #f1f1f1;
}

#wrap.menuOpenWrap{
   right:50%;
    pointer-events: none;
}

#mobileNav.menuOpen{
  right:0;
}

.mobileNav-overlay.menuOpen{
    width:100%;
    height:100%;
    left:0;
    top:0;
    position: absolute;
    background-color: transparent;
    z-index:1;
}

@media (max-width: 767px) {

  /* Menu */
  #mobileNav {
      width: 100%;
      right:-100%;
  }

  #wrap.menuOpenWrap{
     right:100%;
  }

}


#mobileNav .mobileNav-header{
  background-color: #000;
  text-align:right;
  padding:4.5px 0;
}

.mobileNav-header ul.header-social{
  margin:5px 0 0 0;
  padding:0 0 0 15px;
  float:left;
}

.mobileNav-header ul.header-social li{
  display: inline-block;
  margin-right:10px;
}

.mobileNav-header .navToggle{
  float:right;
  font-weight: 400;
  text-transform: uppercase;
  padding:7px 15px 5px 0;
  color:#fff;
}

#mobileNav ul.menu{
  padding:0;
  margin: 0;
  border-top:1px solid #fff;
}

#mobileNav ul.menu li{
  border-bottom:1px solid #fff;
  position: relative;
  list-style-type: none;
}

#mobileNav ul.menu li .menu-drop{
  position: absolute;
  right:0;
  top:0px;
  padding-top:8px;
  color:#939598;
  width:50px;
  height:42px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mobileNav ul.menu li .menu-drop.sub-menu-active{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mobileNav ul.menu li a{
  color:#939598;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding:10px 50px 10px 25px;
}

#mobileNav ul.menu li:hover > a{
  color:#799d2b;
}

#mobileNav ul.menu .sub-menu{
  display: none;
  margin:10px 0 20px 0;
}

#mobileNav ul.menu .sub-menu li{
  border-bottom:none;
}

#mobileNav ul.menu .sub-menu li a{
  color:#799d2b;
  font-size: 14px;
  font-size: 1.4rem;
  PADDING:0 10px 10px 0;
}

#mobileNav ul.menu .sub-menu li a:hover{
  color:#939598;
}

#mobileNav ul.menu .sub-menu li .menu-drop{
  top:-1px;
  padding-top:0;
  color:#939598;
  width:50px;
  height:30px;
}

#mobileNav .mobile-contact{
  background-color: #799d2b;
  display: block;
  color:#fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform:uppercase;
  text-align:center;
  font-weight: 400;
  padding:15px 25px;
}

#mobileNav .mobile-contact:hover{
  background-color:#4b88a2;
}

#mobileNav .mobile-contact i{
  font-size:24px;
  font-size: 2.4rem;
  margin-right:5px;
  bottom:-2.5px;
  position: relative;
}

#mobileNav ul.header-loactions{
  margin:0;
  padding:20px 0 0 0;
  text-align: center;
}

#mobileNav ul.header-loactions li{
 display: inline-block;
}

/* Nav
==============================*/

nav.main-menu ul{
  padding:0;
  margin:92px 0 0 0;
  display:inline-block;
}

nav.main-menu li{
  display:inline-block;
  padding:0;
  margin:0 15px 0 15px;
}

nav.main-menu li a{
  color:#939598;
  font-weight: 400;
  text-transform: uppercase;
  padding:0 0 15px 0;
  display: block;
  border-bottom:3px solid transparent;
}

nav.main-menu li a:hover,
nav.main-menu li.sub-menu-active a{
  color:#799d2b;
  border-color:#799d2b;
}

nav.main-menu li.menu-item-has-children > a:after{
  content: "\f107";
  font-family: FontAwesome;
  margin-left:10px;
}

nav.main-menu li.sub-menu-active.menu-item-has-children > a:after{
  content: "\f106";
}

nav.main-menu ul.sub-menu{
  display:none;
  position:absolute;
  top:100%;
  max-width:950px;
  width:100%;
  z-index:99999;
  text-align:left;
  padding:20px 0 40px 0;
  margin:0 auto;
  left:0;
  right:0;
  background-color: #fff;
  z-index:20;
}

nav.main-menu ul.sub-menu h3{
  margin:0 1% 20px 0;
  font-family: "myriad-pro",sans-serif;
  font-size:30px;
  font-size:3rem;
}


nav.main-menu ul.sub-menu .menu-bg{
  content:"";
  position: absolute;
  z-index:-1;
  top:0px;
  left:-3000px;
  background-color: #fff;
  background-image:url('images/menu-bg.png');
  background-repeat: no-repeat;
  background-position: left 2650px top -40px;
  height:100%;
  width:9000px;
  border-top:1px solid #d6e5e3;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.6);
}

nav.main-menu ul.sub-menu li{
  display: inline-block;
  width:48%;
  margin:0 1% 0 0;
  vertical-align: top;
}

nav.main-menu ul.sub-menu li a{
  padding:0;
  color:#799d2b;
  border:none;
  font-size: 14px;
  font-size: 1.4rem;
  margin:0 10px 10px 0;
}

nav.main-menu ul.sub-menu li a:hover{
  color:#939598;
}

nav.main-menu ul.sub-menu li a:after,
nav.main-menu ul.sub-menu li.menu-item-has-children  a:after{
  content: "\f105";
  font-family: FontAwesome;
  margin:0 0 0 10px;
}

nav.main-menu ul.sub-menu ul.sub-menu{
  display:block!important;
  position:relative;
  white-space:nowrap;
  top:auto;
  max-width:100%;
  padding:20px 0 20px 0;
  margin:0 auto;
  left:auto;
  right:auto;
}

nav.main-menu ul.sub-menu ul.sub-menu .menu-bg,
nav.main-menu ul.sub-menu ul.sub-menu h3{
  display: none;
}

nav.main-menu ul.sub-menu ul.sub-menu li{
  display: block;
  width:100%;
  margin:0;
  float:none;
}

nav.main-menu ul.sub-menu ul.sub-menu li a{
  padding:0;
  color:#939598;
  margin:0 10px 10px 0;
}

nav.main-menu ul.sub-menu ul.sub-menu li a:hover{
  color:#799d2b;
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {

  nav.main-menu li{
    margin:0 8px;
  }

}


/* Form
==============================*/
#gform_1 #gform_submit_button_1{
  color: #799d2b;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #799d2b;
  padding: 8px 50px;
  display: inline-block;
  font-weight: 400;
  background-color: transparent!important;
}

#gform_1 #gform_submit_button_1:hover{
  background-color: #799d2b!important;
  color: #fff;
}

#gform_1 label{
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #939598;
  margin: 0px;
  text-transform: uppercase;
}

#gform_1 input{
  border: 1px solid #939598;
}

#gform_1 textarea{
  border: 1px solid #939598;
}

#gform_1 .gfield_checkbox label{
  text-transform: none;
}


/* Banner
==============================*/

.banner{
  padding:130px 0 200px; 0;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-text{
  position: relative;
  z-index:2;
}

.banner h1 .line-one{
  font-size: 120px;
  font-size: 12rem;
  display: block;
  margin-bottom:10px;
  font-weight:600;
}

.banner h1{
  font-weight: 300;
  margin:0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.banner h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin:15px 0 60px 0;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.banner .white-btn{
  margin:20px 20px 0 0
}

.banner-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background: rgba(0,0,0,0.1);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#breadcrumbs{
  background-color: #f1f1f1;
  padding:10px 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color:#939598;
}

#breadcrumbs .col-xs-12{
  padding-left:42px;
}

#breadcrumbs .bread-icon{
  background-image: url('images/icon.png');
  background-size: 100% auto;
  position: absolute;
  top:-2px;
  left:15px;
  width:17px;
  height:17px;
}

#breadcrumbs a{
  color:#939598;
}

#breadcrumbs .breadcrumb_last{
  color:#799d2b;
}

/* XS */
@media (max-width: 767px) {

  .banner{
    padding:65px 0 100px; 0;
  }

  .banner h1 .line-one{
    font-size: 60px;
    font-size: 6rem;
  }

  .banner .white-btn{
    width:100%;
  }

}

/* Archive Grid
==============================*/

.archive-grid{
  padding:90px 0 60px 0;
  text-align: center;
}

.grid-box{
  position: relative;
  display: block;
  margin:0 auto 30px auto;
  max-width:360px;
}

.grid-box .grid-box-image{
  width:100%;
  height:auto
}

.grid-box-text{
  position: absolute;
  top:30px;
  left:30px;
  z-index: 2;
}

.box-overlay{
  position: absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0.1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}

.box-overlay:hover{
  background: rgba(0,0,0,0.1);
}

#company-awards .company-logos .company-logo{
  padding: 30px 15px;
}

#company-awards .company-logos .company-logo .company-description{
  padding-top: 15px;
}

#award-boxes{
  padding: 90px 0 60px 0;
}

#award-boxes .award-box .award-box-description p{
  margin-bottom: 25px;
}

#award-boxes .award-box .award-box-image img{
  width: 100%;
  height: auto;
}

#award-boxes .award-box .award-box-heading h4{
  margin-top: 20px;
  margin-bottom: 5px;
}

#award-boxes .award-box{
  padding-bottom: 25px;
}

/*#award-boxes .award-box{
  border-bottom: 1px solid rgba(0,0,0,0.25);
}*/

/* Gallery
==============================*/

.image-gallery .container-fluid{
  padding:0;
}

.image-gallery .gallery-box{
  display: block;
  padding:0;
  position: relative;
}

.image-gallery .gallery-box img{
  width:100%;
  height: auto;
}


/* Media
==============================*/
#media-feature{
  padding-bottom: 50px;
}
#media-features{
  padding:50px 0px;
}
#media-features .media-feature{
  margin-bottom: 35px;
}
#media-features .media-feature #magazine_description p{
  margin: 0px;
  line-height: 1.4;
  padding: 10px 0px;
}
#media-features .media-feature a{
  text-decoration: none;
}
#media-features .media-feature a:hover{
  color: #799d2b;
}
.media-heading h4{
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
.media-heading{
  padding-bottom: 15px;
}
.media-feature-wrap ul{
  padding-left: 15px;
}
.media-feature-wrap ul li a{
  text-decoration: none;
}

/* Testimonial
==============================*/

.testimonial .container{
  position: relative;
}

.testimonial-image{
  position: absolute;
  left:-15%;
  top:10%;
  height:80%;
  width:90%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size:100% auto;
}

.testimonial-content{
  background-color: #fff;
  margin-top:180px;
  margin-bottom:180px;
  padding:90px;
  -webkit-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.1);
}

.testimonial-content p.testimony{
  color:#0b0a07;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
  font-style: italic;
  margin:0;
  padding:0;
  position: relative;
}

.testimonial-content p.testimony:before{
  content:"“";
  position: absolute;
  top:-50px;
  left:-90px;
  color:#789d2b;
  font-size: 300px;
  font-size: 30rem;
  opacity: 0.2;
  line-height: 1;
}

.testimonial-content .credits{
  text-align: right;
  font-weight:500;
}

.testimonial-content .credits p{
  display: inline-block;
  margin:0;
  padding:0;
}

.testimonial-content .credits p.type span{
  display: inline-block;
  width:2px;
  height:15px;
  margin:0 15px -2px 15px;
  background-color: #929292;
}


/* XS */
@media (max-width: 767px) {

  .testimonial-content{
    margin-top:90px;
    margin-bottom:90px;
    padding:45px;
  }

  .testimonial-content p.testimony{
    font-size: 20px;
    font-size: 2rem;
  }

  .testimonial-content p.testimony:before{
    top:-30px;
    left:-50px;
    font-size: 200px;
    font-size: 20rem;
  }

}

/* History
==============================*/
.page-template-history-page-php #project-content{
  padding-bottom: 60px;
}


/* Home
==============================*/

#home-banner.banner{
  padding:300px 0 250px; 0;
}

#home-banner.banner h1 .line-one{
  font-weight:300;
}

#home-intro{
  background-color: #f0f0f0;
  position: relative;
  z-index:10;
}

#home-intro .col-xs-12{
  background-color: #fff;
  margin-top:-120px;
  margin-bottom:90px;
  -webkit-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.1);
}

#home-intro .home-intro-text{
  max-width:55%;
  margin-left:11%;
  padding:60px 0;
  position: relative;
  z-index: 2;
}

#home-intro img.intro-bg{
  position: absolute;
  top:0;
  right:0;
  z-index:1;
  opacity:0.8;
}

#home-intro img.intro-square{
  position: absolute;
  bottom:-90px;
  left:70%;
  z-index:1;
}

#home-services{}

#home-cols{
  margin-bottom:90px;
}

#home-cols .container-fluid{
  padding:0;
}

#green-col{
  background-color:#799d2b;
  background-image: url('images/big-G.png');
  background-repeat: no-repeat;
  background-position: left -40px top -40px;
  overflow: hidden;
}

#grey-col{
  background-color:#f1f1f1;
  overflow: hidden;
}

.home-col-content{
  max-width:450px;
  position: relative;
  z-index:2;
}

#green-col .home-col-content{
  float:right;
  padding:70px 90px 100px 0;
}

#grey-col .home-col-content{
  float:left;
  padding:70px 0px 100px 90px;
}

#grey-col .grey-bg-image{
  position: absolute;
  bottom:0;
  right:0;
  opacity:0.8;
}

.social-wall{
  padding:90px 0;
  text-align: center;
  background-color: #f1f1f1;
}

.social-wall h3{
  margin:0 0 60px 0;
}

/* XS */
@media (max-width: 767px) {

  #home-banner.banner{
    padding:100px 0 200px; 0;
  }

  #home-banner .col-xs-12{
    padding:0;
  }

  #home-intro .home-intro-text{
    max-width:100%;
    margin:0 15px;
  }

  #home-intro img.intro-bg{
    width:300px;
  }

  #home-intro img.intro-square{
    position: absolute;
    bottom:-90px;
    width:220px;
    height:auto;
    display: none;
  }

  #green-col .home-col-content,
  #grey-col .home-col-content{
    float:none;
    padding:70px 15px 100px 15px;
  }

}

/* Default Page
==============================*/

#default-content{
  padding:60px 0 0 0;
}

#default-content img{
  max-width: 100%;
  height: auto;
}

/* Services
==============================*/

#intro,
#intro-inverse{
  padding:110px 0  80px 0;
  position: relative;
  z-index:1;
}

#intro .intro-text,
#intro-inverse .intro-text{
  position: relative;
  z-index:5;
  padding-right:90px;
}

#intro img.intro-bg,
#intro-inverse img.intro-bg{
  position: absolute;
  opacity: 0.8;
  left:0;
  bottom:0;
  z-index:1;
}

#intro-inverse img.intro-bg{
  left:auto;
  right:0;
}

#intro .intro-images,
#intro-inverse .intro-images{
  position: relative;
}

#intro .intro-images img.intro-big{
  max-width: 100%;
  height:auto;
  -webkit-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
}

#intro .intro-images img.intro-square{
  position: absolute;
  bottom:70%;
  left:65%;
  width:52.5%;
  height:auto;
  -webkit-box-shadow: 1px 1px 30px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 30px 5px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 30px 5px rgba(0,0,0,0.2);
}

#intro-inverse .intro-images img.intro-big{
  position: absolute;
  top:-250px;
  left:130px;
    -webkit-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
}

#intro-inverse .intro-images img.intro-square{
  margin-top:80px;
  max-width:300px;
  width:100%;
  position: relative;
  z-index:2;
  -webkit-box-shadow: 1px 1px 30px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 30px 5px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 30px 5px rgba(0,0,0,0.2);
}

#services-grid{
  background-color: #f1f1f1;
}

/* XS */
@media (max-width: 767px) {

  #intro,
  #intro-inverse{
    padding:60px 0  80px 0;
  }

  #intro .intro-text,
  #intro-inverse .intro-text{
    padding-right:0px;
  }

  #intro .intro-images,
  #intro-inverse .intro-images{
    margin-top:30px;
    max-width:320px;
    z-index:2;
  }

  #intro .intro-images img.intro-square{
    position: absolute;
    top:70%;
  }

  #intro-inverse .intro-images{
    margin-top:60px;
  }

  #intro-inverse .intro-images img.intro-big{
    position: absolute;
    top:-50px;
    width:400px;
    left:130px;
  }

  #intro img.intro-bg,
  #intro-inverse img.intro-bg{
    /*! display:none; */
  }

}


/* SM */
@media (min-width: 768px) and (max-width: 991px) {

  #intro .intro-text,
  #intro-inverse .intro-text{
    padding-right:0px;
  }

  #intro .intro-images,
  #intro-inverse .intro-images{
   margin-top:30px;
  }

  #intro .intro-images img.intro-square{
    position: absolute;
    top:70%;
  }

}

/* Our Process
==============================*/

#our-process{
  padding:80px 0 0 0;
  text-align: center;
}

#our-process .process-img{
  margin:20px 0 80px 0;
  max-width:100%;
  height:auto;
}

#process-steps{
  padding:80px 0 20px 0;
  background-color: #789D2B;
  background-image: url('images/big-G.png');
  background-repeat: no-repeat;
  background-position: left -80px bottom -40px;
  text-align: left;
}

#process-steps .col-xs-12{
  padding-bottom:60px;
}

.process-step{
  padding:0 0 0 50px;
  position: relative;
}

.process-step h5{
  margin:0 0 20px 0;
}

.process-step p{
  margin:0;
}

.step-number{
  color: #789D2B;
  font-weight: 500;
  position: absolute;
  left:0;
  top:-10px;
  background-color: #fff;
  width:40px;
  height:40px;
  line-height: 40px;
  text-align: center;
    -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* Contact CTA
==============================*/

#contact-cta{
  background-color: #f1f1f1;
  margin:90px 0;
}
#contact-cta .contact-cta-images{
  position: relative;
  text-align: right;
}

.cta-image-wrapper{
  position: relative;
  padding:24% 120px 0 0;
  display: inline-block;
}

.contact-cta-images img.top-image{
  width:54%;
  max-width:260px;
  position: absolute;
  right:60px;
  top:-90px;
  -webkit-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
}

.contact-cta-images img.bottom-image{
  max-width:100%;
  height:auto;
  -webkit-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
}

#contact-cta .contact-cta-content{
  padding:80px 0 90px 0;
  max-width:780px;
}

.contact-cta-content h4.call-contact{
  display: inline-block;
  margin-left:20px;
  color:#939598;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 21px;
  font-size: 2.1rem;
}

.contact-cta-content h4.call-contact a{
  font-weight: 400;
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {

  .contact-cta-images img.top-image{
    right:15px;
  }

  .cta-image-wrapper{
    padding:24% 60px 0 0;
  }

  #contact-cta .contact-cta-content{
    padding:40px 0 50px 0;
    max-width:780px;
  }

}

/* XS */
@media (max-width: 767px) {

    .contact-cta-images img.top-image{
      width:160px;
      position: absolute;
      right:-30px;
      top:auto;
      bottom:140px;
    }

    .contact-cta-images img.bottom-image{
      width:260px;
      height:auto;
      -webkit-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
      -moz-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
      box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
    }

    .cta-image-wrapper{
      padding:24% 0 0 0;
    }

    #contact-cta .contact-cta-content{
      padding:40px 0 40px 0;
      max-width:780px;
    }

}

/* Additional Information
==============================*/

#additional-infomation{
  padding: 60px 0;
}


/* Projects Grid
==============================*/

#lifespaces-grid{
  padding:80px 0 60px 0;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

#lifespaces-grid a.grid-box{
  max-width: 100%;
}

#lifespaces-grid a.grid-box h4{
  margin-bottom:5px;
}

#lifespaces-grid a.grid-box p{
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin:0;
}

#lifespaces-grid a.green-btn{
  margin:20px 20px 0 20px
}

.single-projects .image-gallery{
  padding-bottom: 50px;
}

/* Projects/Team
==============================*/

#project-intro,
#team-intro{
  padding:110px 0  80px 0;
  position: relative;
  z-index:1;
}

#project-intro .intro-text,
#team-intro .intro-text{
  position: relative;
  z-index:5;
  padding-right:65px;
}

#project-intro .intro-text ul,
#team-intro .intro-text ul{
  margin-bottom:40px;
}

#team-intro .team-divider{
  border:1px solid #f1f1f1;
  margin:20px 0 50px 0;
}

.team-member{
  padding:0 15px 0 0;
}

.team-member a{
  display: block;
  text-align: center;
  margin-bottom:25px;
}

.team-member .team-member-circle{
  width:100%;
  height:auto;
  margin:0 auto;
  background-color: #f1f1f1;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.team-member .team-member-circle img{
  width:100%;
  height:auto;
}

.team-member h5{
  margin:20px 0 10px 0;
}

.team-member p{
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

.view-team-members{
  text-align: center;
  padding:60px 15px;
}

.extra-image {
  margin-top:40px;
}

.project-transformations{
  margin-top:90px;
}

.project-transformations .container-fluid{
  padding:0;
}

.project-transformations .col-xs-12{
  padding:0;
}

.project-transformations .trans-caption{
  padding:15px 15px 0 15px;
  background-color: #fff;
  position:relative;
  max-width:90%;
  display: inline-block;
  margin:-30px 30px 0;
  -webkit-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.2);
}

.project-transformations .trans-caption p{
  margin:0;
  padding:0 0 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.project-transformations img{
  max-width:100%;
}

.project-transformations .trans-right .trans-caption{
  float:right;
}

#project-content img{
  width:100%;
  height:auto;
}

#project-content .col-xs-12{
  padding:0;
}

.intro-features{
  padding-top:30px;
}

.project-features h4{
  margin:0 0 20px;
}


.project-features ul{
  margin:0 0 40px 0;
  padding:0;
}

.project-features ul li{
  list-style-type: none;
  margin-bottom:15px;
}

.project-features ul li span{
  font-weight: 400;
  display: inline-block;
}

.project-features ul.features-list li{
  padding-left:100px;
  position: relative;
}

.project-features ul.features-list span{
  position: absolute;
  left:0;
  top:0;
  min-width:100px;
}

.project-features ul.awards-list span{
  position: relative;
  padding-right:8px;
  margin-right:7px;
}

.project-features ul.awards-list span:after{
  content:"";
  width:1px;
  height:13px;
  background-color: #5b5b5b;
  position: absolute;
  top:5px;
  right:0;
}


#project-content .project-content-left{
  background-color: #f1f1f1;
}

#project-content .project-content-left .project-content-text{
  padding:80px 0 0 90px;
}

#project-content .project-content-right .project-content-text{
  padding:80px 90px 0 0;
}

#project-services-grid{
  padding-top:0;
}

/* XS */
@media (max-width: 767px) {

  #project-intro,
  #team-intro{
    padding:60px 0  40px 0;
  }

  #project-intro .intro-text,
  #team-intro .intro-text{
    padding-right:15px;
  }

  .team-member a{
    min-height:235px;
    margin-bottom:25px;
  }

  .project-transformations .trans-left .trans-caption{
    margin-bottom:60px;
  }

  #project-content .container{
    padding:0;
  }


  #project-intro .intro-text{
    padding-right:0;
  }

  #project-content .project-content-left .project-content-text,
  #project-content .project-content-right .project-content-text{
    padding:35px 15px 5px 15px;
  }

  .intro-features{
    padding-top:0px;
  }

  .project-features ul.features-list span{
    min-width:0px;
    margin-right:10px;
  }

}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

  #project-intro .intro-text,
  #team-intro .intro-text{
    padding-right:0;
  }

  #project-content .project-content-text,
  #project-content .project-content-image{
    max-width:600px;
    margin:0 auto;
    float:none;
  }

  #project-content .project-content-left .project-content-text,
  #project-content .project-content-right .project-content-text{
    padding:80px 0 50px 0;
  }

  .intro-features{
    padding-top:0px;
  }

}

/* Single Team
==============================*/

#team-member{
  padding:110px 0  80px 0;
  position: relative;
  z-index:1;
}

#team-member .team-member-images{
  text-align: center;
}

#team-member .team-member-circle{
  margin:20px 0 40px 0;
  max-width:100%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 15px 3px rgba(0,0,0,0.2);
}

#team-member .team-member-circle img{
  max-width:100%;
  height:auto;
}

#team-member .team-member-text{
  position: relative;
  z-index:5;
  padding-left:90px;
}

#team-member .team-member-header{
  margin-bottom:40px;
}

#team-member .team-member-header h1{
  margin-bottom:0;
}

/* XS & SM */
@media  (max-width: 991px) {

  #team-member .team-member-text{
    padding-left:15px;
  }

}

/* Footer
==============================*/

#footer-green{
  padding:90px 0;
  background-color:#789d2b;
  color:#fff;
}

h4.footer-call{
  font-size: 30px;
  font-size: 3rem;
  color:#bbcea8;
  font-weight: 300;
  text-transform: uppercase;
  margin:8px 0 45px 0;
}

h4.footer-call a{
  color:#fff;
  font-weight: 400;
}

.footer-address{
  padding:0;
}

.footer-address h4{
  margin:0 0 30px 0;
}

.footer-address p.address{
  position: relative;
  padding-left:20px;
}

.footer-address p.address i{
  position: absolute;
  left:0;
  top:5px;
  color:#bbcea8;
}

.footer-contact{
  padding:56px 0 0 0;
}

.footer-contact p{
  margin:0;
  position: relative;
  padding-left:30px;
}

.footer-contact p strong{
  width:60px;
  display: inline-block;
}

.footer-contact p i{
  position: absolute;
  left:0;
  top:6px;
  color:#bbcea8;
}

.footer-contact p a{
  color:#fff;
}

.footer-links{
  padding:0;
}

.footer-links ul{
  padding:0;
  margin:0;
}

.footer-links ul li{
  display: inline-block;
  width:100%;
  margin:0 0 10px 0;
}

.footer-links ul li a{
  color:#fff;
  display: block;
  position: relative;
}

.footer-links ul li a:after{
  position: absolute;
  top:-2px;
  right:0;
  font-size: 20px;
  font-size: 2rem;
  content: "\f105";
  font-family: FontAwesome;
  color:#bbcea8;
}
.footer-links ul li:hover a:after{
  color:#fff;
}

.footer-links h4{
  margin:0 0 30px 0;
}

.footer-social{
  text-align: right;
}

.footer-social ul{
  padding:0;
  margin:0;
}

.footer-social ul{
  margin:10px 15px 0 0;
}

.footer-social ul li{
  display: inline-block;
  width:40px;
  height:40px;
  margin-left:15px;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.footer-social ul li i{
  position: absolute;
  color:#789d2b;
  font-size:22px;
  font-size: 2.4rem;
}

.footer-social ul li i.fa-instagram{
  top:8px;
  left:11px;
}

.footer-social ul li i.fa-facebook-square{
  top:8px;
  left:10px;
}

.footer-social ul li i.fa-linkedin{
  top:7px;
  left:11px;
}

.footer-social img{
  max-width:100%;
  height:auto;
  margin-top:40px;
}

.footer-tag{
  clear:both;
  display: block;
  margin:0;
  font-weight: 300;
  text-align: center;
}

#footer-white{
  padding:20px 0;
  background-color:#fff;
}

.footer-left{
  float:left;
  margin:15px 0 0 0;
}

.footer-right{
  float:right;
  margin-left:40px;
  display: block;
}


#footer-grey{
  background-color: #939598;
  padding:10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color:#fff;
}

#footer-grey a{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

#footer-grey ul{
  padding:0;
  margin:0;
  float:left;
  line-height:1;
}

#footer-grey ul li{
  display: inline-block;
}

#footer-grey p{
  float:right;
  margin:0;
  color:#fff;
  line-height: 1;
  text-transform: uppercase;
}

#footer-grey p a{
  margin-left:5px;
  color:#fff;
  font-weight: 400;
}

/****************************************/
/***** MEDIA QUERY FOR BELOW 767PX ******/
/****************************************/
@media (max-width: 767px) {

  .footer-contact {
    padding: 0;
  }

  .footer-social ul li i.fa-instagram {
    top: 9px;
    left: 9px;
  }

  .footer-social ul li i.fa-linkedin {
    top: 8px;
  }

  .footer-social ul li i.fa-facebook-square {
    top: 9px;
  }

  .footer-links{
    margin:40px 0 40px 0;
  }

  .footer-social{
    margin-top:40px;
    text-align: center;
  }

  .footer-social img{
    max-width:100px;
  }

  #footer-white{
    text-align: center;
  }

  .footer-left,
  .footer-right{
    float:none;
    margin:10px;
  }

  #footer-grey{
    text-align: center;
  }

  #footer-grey ul{
    margin:0 0 10px 0;
    float:none;
  }

  #footer-grey p{
    float:none;
  }

}

/****************************************/
/**** MEDIA QUERY FOR 768PX - 991PX *****/
/****************************************/
@media (min-width: 768px) and (max-width: 991px) {

  .footer-social{
    margin-top:40px;
    text-align: center;
  }

  .footer-social img{
    max-width:100px;
  }

}

/****************************************/
/*** MEDIA QUERY FOR 992PX - 1199PX *****/
/****************************************/
@media (min-width: 992px) and (max-width: 1199px) {



}

/****************************************/
/*** MEDIA QUERY FOR 1200PX AND ABOVE ***/
/****************************************/
@media (min-width: 1200px) {



}

/**************************************/
/*** CHROME AND SAFARI SPECIFIC CSS ***/
/**************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {



}

/**************************************/
/******** IE 10+ SPECIFIC CSS *********/
/**************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {



}
