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


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

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

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
    padding: 0 0 80px;
    z-index:1;
    position: relative;
}

footer {
    height: 80px;
}

.clear{clear:both;}

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

body{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color:#808185;
  font-weight: 400;
  letter-spacing: 0.1px;
}

h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-size:5rem;
  color:#fff;
  font-weight:700;
  text-transform: uppercase;
}

h1 span.orange{color:#f37022}

.h1-secondheading{
  font-size: 78px;
  font-size:7.8rem;
  color:#ffffff;
  display:block;
}

/*.h1orange{
  font-size: 78px;
  font-size:7.8rem;
  color:#f37022;
}*/

h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-size:2.8rem;
  color:#fff;
  font-weight:400;
  text-transform: uppercase;
}

h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-size:2.2rem;
  color:#fff;
  font-weight:400;
}

h4,
p.intro-text,
#default-intro p{
  font-size: 24px;
  font-size: 2.4rem;
  color:#808185;
  font-weight: 300;
}

#page-content h2,
#page-content h3{
  color:#808185;
}

p{}

strong{font-weight:bold}

a{
  color:#f37022;
  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:visited,
a:hover,
a:active{
  color:#f37022;
  text-decoration:underline;
}

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

}

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

.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 30px auto;
}

* {outline:none!important;}

a.orange-btn{
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size:1.4rem;
  color:#fff;
  font-weight:400;
  text-transform: uppercase;
  background-color: #f37022;
  padding:8px 60px;
  border:2px solid #f37022;
  background-image: url('images/btn-arrow.png');
  background-position: right 3px top 4px;
  background-repeat: no-repeat;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}

a.white-btn{
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size:1.4rem;
  color:#fff;
  font-weight:400;
  text-transform: uppercase;
  background-color: transparent;
  padding:8px 60px;
  border:2px solid #fff;
  background-image: url('images/btn-arrow.png');
  background-position: right 3px top 4px;
  background-repeat: no-repeat;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}

a.orange-btn:hover,
a.white-btn:hover{
  border-color:#acacac;
  background-color: transparent;
  color:#acacac;
  text-decoration: none;
  background-position: right 3px bottom 4px;
}


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

  h1{
    font-size: 30px;
    font-size:3rem;
  }

  .h1-secondheading{
    font-size: 36px;
    font-size:3.6rem;
    color:#ffffff;
  }

  h2{
    font-size: 24px;
    font-size:2.4rem;
  }

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

  h4,
  p.intro-text,
  #default-intro p{
    font-size: 22px;
    font-size: 2.2rem;
  }


}


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

header{
  position: absolute;
  z-index:11;
  border-bottom:1px solid rgba(255,255,255,0.2);
  padding:0 30px;
  width:100%;
  text-align: center;
  height:80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.inverse-header{
  position: fixed;
  background-color: #fff;
  border-color:rgba(0,0,0,0.4);
}

.header-logo{
  float: left;
  width:45px;
  overflow: hidden;
  text-align: left;
}

.header-logo:hover{
  width:427px;
  margin-right:-382px;
}

.header-logo img{
  height:90px;
  width:auto;
  padding:20px 0;
  position:relative;
  top:-7px;
}

.header-logo img.logo-light{
  display:block;
}

.header-logo img.logo-dark{
  display:none;
}

.inverse-header img.logo-dark{
  display:block;
}

.inverse-header img.logo-light{
  display:none;
}

header .header-right{
  float: right;
  margin-top:-53px;
}

.header-right a.phone-header{
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left:25px;
  margin-right:15px;
}

.inverse-header .header-right a.phone-header{
  color:#f37022;
}

header a.phone-header i{
  margin-right:5px;
  color:#f37022;
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left:0;
  top:-1px;
}

header a.contact-btn{
  background-color:#f37022;
  color:#fff;
  font-size: 14px;
  font-size:1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  padding:9px 25px;
}

header a.contact-btn i{
  margin-right:5px;
}

header a.contact-btn:hover{
  text-decoration: none;
  background-color:#fff;
  color:#f37022;
}

header .shiftnav-toggle{
  float: right;
  margin-top:5px;
  line-height: 80px;
}

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

nav.main-menu > ul{
  padding:0 0 0 0;
  margin:0;
  display:inline-block;
  position: relative;
  height: 80px;
}

nav.main-menu ul > li{
  display:inline-block;
  padding:0;
  margin:0 0 0 0;
  position: relative;
}

nav.main-menu li a{
  color:#fff;
  text-transform: uppercase;
  font-size:14px;
  font-size:1.4rem;
  font-weight: 600;
  display: block;
  line-height: 80px;
  padding:0 30px;
}
nav.main-menu li a i{
  margin-right:3px;
}

nav.main-menu li a:hover,
nav.main-menu li.current-menu-item > a,
header.inverse-header nav.main-menu li a{
  color:#f37022;
  text-decoration: none;
}

header.inverse-header nav.main-menu li a{background:none;}
header.inverse-header nav.main-menu li a:hover{text-decoration: underline;}
header.inverse-header nav.main-menu .sub-menu li a{background-color:#ffffff!important;}

nav.main-menu ul.sub-menu{
  display:none;
  position:absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index:99999;
  text-align: left;
  overflow: hidden;
  padding:0;
  background-color:rgba(0,0,0,0.5);
}

nav.main-menu ul.sub-menu li{display:block;}

nav.main-menu li:hover > a{
  background-color:rgba(0,0,0,0.5);
  color:#f37022;
  text-decoration: none;
}

nav.main-menu ul.sub-menu li a:hover{background:none;}

/* Mobile Menu */

#shiftnav-main.shiftnav{
  overflow:initial!important;
}

.shiftnav,
.shiftnav-wrap,
#shiftnav-toggle-main{
    transition-duration:1s;
}

/* menuAngle Keyframe */
@-webkit-keyframes menuAngle{
  0%{
    left:0;
     -webkit-transform: skewX(0deg);
    -moz-transform:    skewX(0deg);
    -ms-transform:     skewX(0deg);
    -o-transform:      skewX(0deg);
    transform:         skewX(0deg);
  }
  100%{
    left:-150px;
    -webkit-transform: skewX(10deg);
    -moz-transform:    skewX(10deg);
    -ms-transform:     skewX(10deg);
    -o-transform:      skewX(10deg);
    transform:         skewX(10deg);
  }
}

@-moz-keyframes menuAngle{
  0%{
    left:0;
     -webkit-transform: skewX(0deg);
    -moz-transform:    skewX(0deg);
    -ms-transform:     skewX(0deg);
    -o-transform:      skewX(0deg);
    transform:         skewX(0deg);
  }
  100%{
    left:-150px;
    -webkit-transform: skewX(10deg);
    -moz-transform:    skewX(10deg);
    -ms-transform:     skewX(10deg);
    -o-transform:      skewX(10deg);
    transform:         skewX(10deg);
  }
}

@keyframes menuAngle{
  0%{
    left:0;
     -webkit-transform: skewX(0deg);
    -moz-transform:    skewX(0deg);
    -ms-transform:     skewX(0deg);
    -o-transform:      skewX(0deg);
    transform:         skewX(0deg);
  }
  100%{
    left:-150px;
    -webkit-transform: skewX(10deg);
    -moz-transform:    skewX(10deg);
    -ms-transform:     skewX(10deg);
    -o-transform:      skewX(10deg);
    transform:         skewX(10deg);
  }
}

.shiftnav::before{
  content: "";
  width:400px;
  position: absolute;
  height:100%;
  background-color:#000;
  left:0;
  z-index:99;
  -webkit-transform: skewX(0deg);
  -moz-transform:    skewX(0deg);
  -ms-transform:     skewX(0deg);
  -o-transform:      skewX(0deg);
  transform:         skewX(0deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.shiftnav-open .shiftnav::before{
  -webkit-animation: menuAngle 1s ease 1 forwards;
  -moz-animation:menuAngle 1s ease 1 forwards;
  -o-animation:menuAngle 1s ease 1 forwards;
  animation:menuAngle 1s ease 1 forwards;
}

.shiftnav::after{
  display:none!important;
}

.shiftnav.shiftnav-right-edge {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.shiftnav .shiftnav-inner{
  background-color:#000;
  position: relative;
  z-index:9999;
}

#shiftnav-main.shiftnav{
  width:50%;
  min-width:50%;
}

.shiftnav .shiftnav-inner ul{
    margin-left:-40%;
}

.shiftnav .shiftnav-panel-close{
  display: block;
  position: relative;
  text-align: right;
  color:#fff;
  font-size:40px;
  font-size:4rem;
}

.shiftnav li a{
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  font-size:20px;
  font-size:2rem;
  font-weight: 600;
}

.shiftnav li a i{
  margin-left:-15px;
}

.shiftnav li a:hover{
  color:#f37022;
}

.shiftnav-after{
  margin-left:-40%;
text-align: center;
}

.shiftnav a.phone-header{
  display: block;
  max-width:230px;
  text-align: center;
  margin:80px auto 0 auto;
  text-transform: uppercase;
  font-size:30px;
  font-size:3rem;
  font-weight: 600;
  position: relative;
}


.shiftnav a.phone-header i{
  color:#f37022;
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  left:0;
  top:2px;
}


.shiftnav a.contact-btn{
  display: block;
  max-width:250px;
  text-align: center;
  margin:40px auto;
  background-color:#f37022;
  color:#fff;
  text-transform: uppercase;
  font-size:20px;
  font-size:2rem;
  font-weight: 600;
  padding:9px 25px;
}


/* Small desktop */
@media (min-width: 991px) and (max-width: 1199px) {

  nav.main-menu li a{
    padding:0 15px;
  }

}

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

    #shiftnav-main.shiftnav{
    width:100%;
    min-width:100%;
  }

  .shiftnav .shiftnav-inner ul,
  .shiftnav-after{
      margin-left:0;
  }

  .shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target{
    padding:10px 15px;
  }

  .shiftnav a.phone-header{
    margin:40px auto 0 auto;
  }



  .shiftnav a.contact-btn{
    margin:40px auto;
  }

}

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

.banner-container{
  position: relative;
}

.banner-text{
  text-align: center;
  padding:400px 0 ;
  position: relative;
  z-index:10;
  margin:0 auto;
  max-width:1420px;
  width:80%;
}

.banner-text h1{
  margin:0 auto;
}

.banner-text h1 .h1orange{
  display: block;
}

.banner-text a{
  margin-top:35px;
    font-size:60px;
  font-size:6rem;
  color:#fff;
}

.banner-text a.white-btn{
  margin-right:30px;
}

.banner-overlay{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color: rgba(0,0,0,0.2)
}

.banner-container #main-banner{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  overflow: hidden;
}

.banner-container #main-banner .carousel-inner {
  height:100%;
}

.banner-container #main-banner .item{
  width:100%;
  height:100%;
  min-height: 100%;
  background-position:top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}


.banner-container #main-banner .carousel-control{
  z-index:2;
  background-image: none;
  text-shadow: none;
  opacity:1;
  width:7%;
}

.banner-container #main-banner .carousel-control span{
  font-size:60px;
  font-size:6rem;
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .banner-text{
    padding:250px 0 ;
    max-width: 90%;
  }

}


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

  .banner-text{
    padding:200px 0 ;
    width:100%;
  }


  .banner-container #main-banner .carousel-control{
    display: none;
  }

  .banner-container #main-banner .item{
    width:100%;
    height:100%;
    min-height: 100%;
    background-position:top center;
    background-size:auto 550px;
  }

}

/* Breadcrumbs
==============================*/

#breadcrumbs{
  border-bottom:1px solid #f4f4f4;
  padding:10px 0;
}

#breadcrumbs span .breadcrumb_last,
#breadcrumbs a{
  font-size: 14px;
  font-size:1.4rem;
  font-weight: 300;
  color:#808185;
}

#breadcrumbs a:hover{
  color:#F37022;
}

#breadcrumbs{
  color:#c2c2c4;
}

#breadcrumbs span .breadcrumb_last{
  font-weight:400;
}

/* Angle Areas
==============================*/

.angle-container{
  position: relative;
  overflow: hidden;
  margin-bottom:-1px;
}

.angle-bg-colour{
  position: absolute;
  width:100%;
  height:100%;
}

/* Angle Left Keyframe */
@-webkit-keyframes angleLeft{
  40%{left:-53%;}
  100%{
    left:-55%;
    -webkit-transform: skewX(-35deg);
    -moz-transform:    skewX(-35deg);
    -ms-transform:     skewX(-35deg);
    -o-transform:      skewX(-35deg);
    transform:         skewX(-35deg);
  }
}

@-moz-keyframes angleLeft{
  40%{left:-53%;}
  100%{
    left:-55%;
    -webkit-transform: skewX(-35deg);
    -moz-transform:    skewX(-35deg);
    -ms-transform:     skewX(-35deg);
    -o-transform:      skewX(-35deg);
    transform:         skewX(-35deg);
  }
}

@keyframes angleLeft{
  40%{left:-53%;}
  100%{
    left:-55%;
    -webkit-transform: skewX(-35deg);
    -moz-transform:    skewX(-35deg);
    -ms-transform:     skewX(-35deg);
    -o-transform:      skewX(-35deg);
    transform:         skewX(-35deg);
  }
}

/* Angle Right Keyframe */
@-webkit-keyframes angleRight{
  40%{right:-53%;}
  100%{
    right:-55%;
    -webkit-transform: skewX(35deg);
    -moz-transform:    skewX(35deg);
    -ms-transform:     skewX(35deg);
    -o-transform:      skewX(35deg);
    transform:         skewX(35deg);
  }
}

@-moz-keyframes angleRight{
  40%{right:-53%;}
  100%{
    right:-55%;
    -webkit-transform: skewX(35deg);
    -moz-transform:    skewX(35deg);
    -ms-transform:     skewX(35deg);
    -o-transform:      skewX(35deg);
    transform:         skewX(35deg);
  }
}

@keyframes angleRight{
  40%{right:-53%;}
  100%{
    right:-55%;
    -webkit-transform: skewX(35deg);
    -moz-transform:    skewX(35deg);
    -ms-transform:     skewX(35deg);
    -o-transform:      skewX(35deg);
    transform:         skewX(35deg);
  }
}

.left-angle .angle-bg-colour{
  left:-75%;
}

.left-angle.angle-animate .angle-bg-colour{
  -webkit-animation: angleLeft 1s ease 1 forwards;
  -moz-animation:angleLeft 1s ease 1 forwards;
  -o-animation:angleLeft 1s ease 1 forwards;
  animation:angleLeft 1s ease 1 forwards;
}

.right-angle .angle-bg-colour{
  right:-75%;
}

.right-angle.angle-animate .angle-bg-colour{
  -webkit-animation: angleRight 1s ease 1 forwards;
  -moz-animation:angleRight 1s ease 1 forwards;
  -o-animation:angleRight 1s ease 1 forwards;
  animation:angleRight 1s ease 1 forwards;
}

.angle-bg-colour.bg-black{
  background-color: #231f20;
}

.angle-bg-colour.bg-orange{
  background-color: #EC712D;
}

.angle-bg-colour.bg-grey{
  background-color: #808185;
}

.angle-bg-image{
  position: absolute;
  width:90%;
  height:100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

.left-angle .angle-bg-image{
  right:0;
  background-position: bottom right;
}

.right-angle .angle-bg-image{
  left:0;
  background-position: bottom left;
}

.angle-content{
  margin-top:100px;
  margin-bottom:100px;
  color:#fff;
  padding-right:185px;
  margin-left: -15%;
  opacity:0;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.angle-animate .angle-content{
  margin-left:0;
  opacity:1
}

.right-angle .angle-content{
  padding-right:0px;
  padding-left:225px;
  margin-left:65%;
}

.right-angle.angle-animate .angle-content{
  margin-left:50%;
}

.angle-content p{
  font-weight: 300;
}

.angle-content a.white-btn{
  margin-top:20px;
  font-size: 12px;
  font-size: 1.2rem;
  padding:9px 60px;
}

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

  .angle-content a.white-btn{
    padding:9px 35px 9px 15px;
  }

  .right-angle .angle-content {
    padding-left: 200px;
  }

}

/*Mobile and Tablet*/
@media (max-width: 991px) {

  .angle-bg-image{
    position: relative;
    width:100%;
    height:500px;
    margin-bottom:-40px;
  }

  .angle-container.angle-animate .angle-bg-colour{
    left:auto;
    right:auto;
     -webkit-animation: none !important;
     -moz-animation: none !important;
     -o-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
  }

  .angle-container.left-angle .angle-bg-colour{
    -webkit-transform: skewY(-5deg);
    -moz-transform:    skewY(-5deg);
    -ms-transform:     skewY(-5deg);
    -o-transform:      skewY(-5deg);
    transform:         skewY(-5deg);
  }

  .angle-container.right-angle .angle-bg-colour{
    -webkit-transform: skewY(5deg);
    -moz-transform:    skewY(5deg);
    -ms-transform:     skewY(5deg);
    -o-transform:      skewY(5deg);
    transform:         skewY(5deg);
  }

  #angle-area .angle-content{
    padding:0 15px;
    text-align: center;
    margin-left:0;
    margin-right:0;
  }

}

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


  .angle-bg-image{
    height:300px;
    margin-bottom:-25px;
    background-size: auto 300px;
  }

  .angle-content a.white-btn{
    padding:9px 35px 9px 15px;
  }

}

/* Default intro
==============================*/

#default-intro{
  padding:80px 15px;
}

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

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

#projects-grid{
  padding:0 5px;
}

.project-item-wrapper{
  padding:0 5px 10px 5px;
}

.project-item{
  min-height:500px;
  position: relative;
  overflow: hidden;
}

.project-item .project-bg{
  position: absolute;
  z-index:1;
  width:100%;
  height:100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.project-item:hover .project-bg{
  transform: scale(1.1);
}


.project-item .project-item-hover{
  position: absolute;
  z-index:2;
  width:100%;
  height:100%;
  overflow: hidden;
  background-color:rgba(243, 112, 34,0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.project-item:hover .project-item-hover{
  background-color:rgba(243, 112, 34,0.8);
}

.project-item-hover .project-item-content{
  opacity:0;
  text-align: center;
  padding:0px 40px;
  color:#fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.project-item-content h2,
.project-item-content p{
  margin-bottom:20px;
}

.project-item-content p,
.project-item-content h2,
.project-item-content img{
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


.project-item:hover .project-item-content p,
.project-item:hover .project-item-content h2,
.project-item:hover .project-item-content img{
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}


.project-item:hover .project-item-hover .project-item-content{
  opacity: 1;
}

.project-item .project-left-angle,
.project-item .project-right-angle{
  width:0%;
  height:2px;
  background-color:rgba(255, 255, 255,0.9);
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.project-item:hover .project-left-angle,
.project-item:hover .project-right-angle{
  width:100%;
}

.project-left-angle{
    bottom:0;
  left:-30%;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}

.project-right-angle{
  top:0;
  right:-30%;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}

.project-gallery{
  position: fixed;
  display: block;
  width:100%;
  height:100%;
  z-index:0;
  top:0;
  opacity: 0;
  background-color:rgba(0, 0, 0,0.8);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
    -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transform-origin: bottom center;
}

.project-gallery.gallery-animate{
  opacity: 1;
  z-index:100;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.project-gallery-content{
  display: none;
}

.project-gallery.gallery-animate .project-gallery-content{
  display: block;
  max-width:98%;
  margin:0 auto;
  clear: both;
}

.project-gallery .fotorama__wrap{
    margin:0 auto 0 auto;
}

.project-gallery .fotorama__wrap .fotorama__thumb-border{
  border-color:#fff;
}

.project-gallery .close-btn{
  position: relative;
  display: block;
  float:right;
  width:50px;
  height:50px;
  border:5px solid transparent;
  margin:5% 20px 0 20px;
  background-image:url('images/gallery-close.png');
  background-size:40px 40px;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.project-gallery .close-btn:hover{
  border-color:#fff;
   -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .project-item{
    min-height:0px;
  }
}

/* Awards
==============================*/
.award-single span{margin-top:30px; padding-right:10px;}
.award-single a{margin-top:-10px!important; position:relative; top:-12px;}

.award-single .right .award-image-container{height:0px;}
.award-single .right .award-image{position:relative; top:-200px; z-index:2;}
.award-single .right .award-image .award-text{padding-top:45px; text-align:center; font-style: italic;}

.award-single-gallery{margin-bottom:30px;}
.award-single-gallery .image{height:300px; background-size:cover; background-repeat:no-repeat; background-position:center; border:7px solid #ffffff;}

@media (max-width: 767px)  {
  .award-single .right .award-image-container{height:unset; padding-top:60px;}
  .award-single .right .award-image{position:unset; top:0px; z-index:2;}
}

@media (min-width: 768px) and (max-width: 1199px) {
  .award-single-gallery .image{height:150px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .award-single-gallery .image{height:200px;}
}

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

#intro-content{
  padding:60px 0;
  background-color: #F4F4F4;
  text-align: center;
}

#intro-content h2{
  color:#EC712D;
  margin:0 0 20px 0;
}

#page-content{
  margin-top:60px;
  margin-bottom:60px;
}

#health-and-safety{
  padding-top:60px;
}

/* Sitemap
==============================*/
#sitemap_list li a {
  background-color: #ffffff!important;
  padding: 3px 0px 2px!important;
  border:none!important;
  border-bottom: 1px solid #cacaca!important;
}

/* Call to action
==============================*/

.contact-angle-container{
  position: relative;
  overflow: hidden;
  margin-bottom:-1px;
}

.contact-angle-bg-colour{
  position: absolute;
  width:100%;
  height:100%;
  left:-62%;
  background-color: #EC712D;
  -webkit-transform: skewX(-35deg);
  -moz-transform:    skewX(-35deg);
  -ms-transform:     skewX(-35deg);
  -o-transform:      skewX(-35deg);
  transform:         skewX(-35deg);
}

#call-to-action {background-color:#f4f4f4; margin-bottom:20px;}
#call-to-action .contact-angle-content{
  color:#ffffff;
  padding-top:40px;
}
#call-to-action .contact-angle-content h3{text-transform:uppercase; margin-bottom:25px;}
#call-to-action .contact-angle-content .double-chevron{font-size:55px; font-size:5.5rem;}

#call-to-action .form label{font-weight:400; font-style:italic; color:#808185; font-size:14px; margin-bottom:0px!important;}
#call-to-action .form input, #call-to-action .form textarea{border-radius:25px; border:1px solid #cccccc; padding-left:10px; padding-right:10px; color:#231f20; font-style:italic; font-size:14px;}
#call-to-action .form select{border-radius:25px; border:1px solid #cccccc; padding-left:10px; padding-right:10px; color:#898787; font-style:italic; font-size:14px;}
#call-to-action .form textarea{padding:10px 15px;}
#call-to-action .form .gform_wrapper .gfield_required{color:#808185;}
#call-to-action .form .gform_wrapper .gform_footer {padding: 0em 0 .625em;}

#call-to-action .form #gform_submit_button_1{
  display:block!important;
  width:100%;
  max-width:515px;
  background-color:#EC712D;
  border-color:#EC712D;
  color:#ffffff;
  font-style: normal;
  text-transform: uppercase;
  font-weight:600;
  padding-top:5px;
  padding-bottom:5px;
  font-family: 'Montserrat', sans-serif;
}

/* Small desktop */
@media (min-width: 991px) and (max-width: 1199px) {

  .contact-angle-bg-colour{
    left:-67%;
  }

}

/* Mobile-tablet */
@media (max-width: 991px) {

  #call-to-action .container{
    width:100%;
    padding:0;
  }

  #call-to-action .contact-angle-bg-colour{
   display:none;
  }

  #call-to-action .contact-angle-content{
    background-color:#EC712D;
    padding:0 30px;
    text-align: center;
  }

  .contact-angle-content h2,
  .contact-angle-content p,
  .contact-angle-content .double-chevron{
    position: relative;
    z-index:81;
  }

  #call-to-action .contact-angle-content .mobile-angle{
    position: absolute;
    z-index:0;
    height:400px;
    width:100%;
    bottom:-40px;
    left:0;
    background-color:#EC712D;
    -webkit-transform: skewY(5deg);
    -moz-transform:    skewY(5deg);
    -ms-transform:     skewY(5deg);
    -o-transform:      skewY(5deg);
    transform:         skewY(5deg);
  }

  #call-to-action .double-chevron{
    text-align: center;
  }

  #call-to-action .form{
    margin-top:80px;
  }

  #call-to-action .form #gform_submit_button_1{
    max-width:100%;
  }

}

@media (max-width: 767px) {

  #call-to-action .contact-angle-bg-colour{
    top:-10%;
    height:50%;
  }

  #call-to-action .form{
    margin-top:50px;
  }

  #call-to-action .gform_wrapper .top_label li.gfield.gf_left_half,
  #call-to-action .gform_wrapper .top_label li.gfield.gf_right_half{
    width:100%;
  }


}


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

footer{
  background-color: #EC712D;
  line-height: 80px;
  position: relative;
  z-index:10;
}

footer p,
footer ul li a{
  color:#fff!important;
  font-size:12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding:0;
  margin:0;
  font-weight: 600;
}

footer ul{
  margin:0;
  padding:0;
  list-style-type: none;
  text-align: center;
}

footer ul li{
  display: inline-block;
}

footer ul span{
  width:1px;
  height:10px;
  display: inline-block;
  background-color: #fff;
  margin:0 5px -1px 5px;
}

footer img{
  width: 100%;
  height:auto;
  max-width:400px;
}

footer #footer-right{
  text-align: right;
}


/* Mobile-tablet */
@media (max-width: 991px) {

  footer{
    height:auto;
    text-align: center;
    line-height: 1.4;
  }

  footer img{
    max-width: 400px;
    height:auto;
  }


  #footer-left{
    padding:20px 15px 0 15px;
  }

  #footer-middle{
     padding:10px 15px 0 15px;
  }

  footer #footer-right{
    text-align: center;
    padding:20px 0;
  }

}

/****************************************/
/***** MEDIA QUERY FOR BELOW 767PX ******/
/****************************************/

@media (max-width: 767px) {



}

/****************************************/
/**** MEDIA QUERY FOR 768PX - 991PX *****/
/****************************************/

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



}

/****************************************/
/*** 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) {

}
conc
