/** ------------- Page Header Images -----------**/
.parallax__image.home {
    background: url("../img/home/replacement.jpg") center center / cover no-repeat scroll;
}

.parallax__image.about {
    background: url("../img/about/replacement.jpg") center center / cover no-repeat scroll;
}

.parallax__image.contact {
    background: url("../img/contact/replacement.jpg") center center / cover no-repeat scroll;
}

.parallax__image.leader {
    background: url("../img/leader/page-header-img.jpg") center center / cover no-repeat scroll;
}

.parallax__image.commercial {
    background: url("../img/works/page-header-commercial.jpg") center center / cover no-repeat scroll;
}

.parallax__image.education {
    background: url("../img/works/page-header-education.jpg") center center / cover no-repeat scroll;
}

.parallax__image.hospitality {
    background: url("../img/works/page-header-hospitality.jpg") center center / cover no-repeat scroll;
}

.parallax__image.residential {
    background: url("../img/works/page-header-residential.jpg") center center / cover no-repeat scroll;
}

.parallax__image.project-item {
    background: url("../img/works/page-header-project-item.jpg") center center / cover no-repeat scroll;
}

.parallax__image.news {
    background: url("../img/news/page-header-img.jpg") center center / cover no-repeat scroll;
}

.parallax__image.news-details {
    background: url("../img/news/page-header-img2.jpg") center center / cover no-repeat scroll;
}

.parallax__image.maintenance {
    background: url("../img/maintenance.jpg") center center / cover no-repeat scroll;
}

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

#replacement-banner.parallax__image.contact,
#replacement-banner.parallax__image.about {
    display: block;
}

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

.mar-bottom0 {
	margin-bottom: 0;
}

.mar-bottom5 {
    margin-bottom: 5px;
}

.mar-bottom10 {
	margin-bottom: 10px;
}

.mar-bottom20 {
	margin-bottom: 20px;
}

.mar-bottom30 {
	margin-bottom: 30px;
}

.mar-bottom40 {
	margin-bottom: 40px;
}

.mar-bottom60 {
    margin-bottom: 60px;
}

.mar-bottom80 {
    margin-bottom: 80px;
}

.mar-top40 {
    margin-top: 40px;
}

.mar-top50 {
	margin-top: 50px;
}

.mar-top60 {
	margin-top: 60px;
}

.mar-top80 {
    margin-top: 80px;
}

.text-justify {
	/*text-align: justify;*/
    text-align: left;
}

.clear {
    clear: both;
}

.width100 {
    width: 100%;
}

.width-auto {
    width: auto;
}

.menu-area {
    z-index: 8000;
}

.dl-menuwrapper li a:focus,
.dl-menuwrapper li a {
	color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    outline: none;
}

.dl-menuwrapper .dl-menu {
    width: 70%;
}

a.btn-seeme {
    opacity: 0;
    display: inline-block;
    visibility: hidden;
    text-align: center;
    padding: 20px 40px;
    position: absolute;
    z-index: 1;
    bottom: -90px;
    transform: translateY(-50%);
    /*left: -6px;*/
    right: 0;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
    /*transition: all .5s ease;*/
    font-size: 60px;
    color: rgba(255,255,255,0.9);
}

a.btn-seeme span {
    font-weight: 400;
	font-size: 48px;
	color: #fff;
	text-decoration: none;
}

a.btn-seeme i {
	padding-top: 40px;
}

a:hover.btn-seeme {
	color: #a5c835 !important;
}

a:focus.btn-seeme {
	text-decoration: none;
	outline: none;
}

a.btn-down {
    opacity: 0.6;
    display: inline-block;
    visibility: visible;
    text-align: center;
    padding: 20px 40px;
    position: absolute;
    z-index: 1;
    bottom: -100px;
    transform: translateY(-50%);
    /*left: -6px;*/
    right: 0;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
    font-size: 60px;
    color: rgba(255,255,255,0.9);
}

a.btn-down span {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
}

a.btn-down i {
	padding-top: 40px;
}

a:hover.btn-down {
	color: #a5c835 !important;
	opacity: 1;
}

a:focus.btn-down {
	text-decoration: none;
	outline: none;
}

a:focus,
a {
    color: #a5c835 !important;
    opacity: 1;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#home .element .excerpt .heading a {
    color: #000 !important;
}

#home .element .excerpt .heading a:hover,
a:hover {
	color: #7a7a7a !important;
	text-decoration: none !important;
}

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

.line-spacer-long-gray {
	width: 65%;
	margin:0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #777;
}

span.title-green {
	color: #a5c835;
}

.btn-theme {
    font-size: 18px;
	background: #a5c835 !important;
    outline: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-theme:hover {
    background: rgba(165,200,53,0.5) !important;
    border-color: #a5c835;
    color: #000;
}

.btn-theme:active,
.btn-theme:focus {
	outline: 0;
	box-shadow: none;
}

#leader3 ul {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 15px;
}

p {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}

#associates .lb-album .inside-text p {
    margin-top: 20px;
}

#leader3 ul li {
	margin: 10px 0;
}

#leader3 ul li {
	padding: 0 10px 0 0;
}

.home-section {
	padding-bottom: 120px;
}

.home-section#about-cert,
.home-section#about-team,
.home-section#about,
.home-section#associates,
.home-section#home-news,
.home-section#works {
	padding-bottom: 100px;
}

.section-heading h2 {
    font-weight: 900;
	margin-bottom: 10px;
	text-transform: none;
    /*text-shadow: 4px 4px 4px #aaa;*/
}

.section-heading p {
	font-size: 16px;
	font-weight: 600;
    font-style: italic;
	text-align: center;
}

section#landing-about .section-heading {
	text-align: left;
}

section#landing-about .section-heading h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    text-shadow: none;
}

section#landing-about p {
	text-align: left;
}

section#landing-about img {
    margin-bottom: 20px;
}

#spacer2,
#spacer1{	
	background-position: center;
	background-attachment: fixed;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lb-album {
	padding: 0;
    list-style-type: none;
}

.lb-album li{
	float: left;
	margin: 0;
	position: relative;
}

.lb-album li > a{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.lb-album li > a span{
	background: rgba(0,0,0,0.56) !important;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: none;
    font-size: 24px;
	line-height: 26px;
}

.lb-album li > a span .inside-text {
	position: relative;
	top: 30%;
}

#works .lb-album li > a span .inside-text {
    position: relative;
    top: 50%;
}

#about-cert .lb-album li > a span .inside-text {
	top: 40%;
}

.lb-album li > a span .inside-text h3 {
	color: #fff;
	font-weight: 400;
    font-size: 42px;
}

#news .lb-album li > a span .inside-text,
#home-news .lb-album li > a span .inside-text {
	top: 40%;
}

#home .lb-album li > a span .inside-text h5,
#news .lb-album li > a span .inside-text h5,
#associates .lb-album li > a span .inside-text h5,
#home-news .lb-album li > a span .inside-text h5 {
	color: #fff;
	font-weight: 400;
    font-size: 30px;
}

#home .lb-album li > a,
#associates .lb-album li > a,
#home-news .lb-album li > a {
	margin-bottom: 0;
}

#news .lb-album li > a {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

#home-news .element .excerpt time strong,
#news .element .excerpt time strong {
    background-color: #a5c835;
}

.element {
    display: block;
    width: 100%;
    /*max-width: 320px;*/
    padding: 15px;
    border: 1px solid #ddd;
}

.element {
    /*border-color: #D7D7D7;
    border-top: none;*/
    margin-bottom: 40px;
    background-color: #fff;
}

#associates .lb-album .element {
    border: none;
}

.element .excerpt {
    display: block;
    position: relative;
    min-height: 80px;
    margin: 0;
    padding: 0 0 0 80px;
}

#home-news .element,
#news .element {
    min-height: 180px;
}

#home .element .excerpt,
#associates .element .excerpt {
    padding: 0;
    min-height: 100%;
}

#home .element .excerpt .heading,
#associates .element .excerpt .heading {
	text-align: center;
	margin: 0;
}

.element .excerpt time {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    /*font-family: Verdana,Geneva,sans-serif;*/
}

.element .excerpt time {
    color: #EAEAEA;
    background-color: #272421;
}

.element .excerpt time strong {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.element .excerpt time strong {
    color: #FFF;
    background-color: #3C3733;
}

.element .excerpt time[data-title*="June"] strong {
    background-color: #a5c835;
}

.element .excerpt time em {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    font-style: normal;
    font-family: Verdana,Geneva,sans-serif;
}

.element .excerpt .heading {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.element .excerpt .heading a {
    word-wrap: break-word;
	text-decoration: none;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.element .excerpt .heading a:focus {
	text-decoration: none;
}

.element .excerpt p {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}

footer {
	padding: 20px 0 10px;
}

#copyright {
	margin-top: 5px;
}

#copyright p,
#copyright a {
	font-size: 14px;
	text-align: left;
}

#copyright p a {
	-webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

#social-btn {
	text-align: right;
}

.fa-stack {
    width: 2em;
    height: 2em;
    line-height: 2em;
}

ul.social-network li a span .fa-circle {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

ul.social-network li a:hover span .fa-circle {
	color: #000;
}

.banner-normal-section {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.tbl {
	display: table;
    width: 100%;
    height: 100%;
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-normal-section .tbl-cell {
    vertical-align: bottom;
}

.nbanner-inner {
    background-color: rgba(0,0,0,0.4);
    padding: 11px 0 12px;
}

.hm-container-md {
    max-width: 1170px;
    margin: 0 auto !important;
    padding: 0;
    float: none !important;
}

.nbanner-header {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.banner-stext, .banner-nav {
    padding-top: 10px;
    padding-bottom: 20px;
}

.banner-stext, .banner-nav {
    width: 100%;
}

.banner-normal-section h1 {
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    text-align: left;
    margin: 0;
}

.banner-stext h4 {
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

#about {
	/*background-image: url('../img/page-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;*/
}

#about img {
    float: left;
    width: 40%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
}

p.mar-bottom5 {
	margin-bottom: 5px;
}

p.cert {
	font-size: 12px;
	line-height: 16px;
}

.team-block {
	margin-bottom: 40px;
}

.fancybox-close {
  background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: -60px;
  top: 0;
  width: 50px;
}
.fancybox-next span {
  background: url("../img/icons/right.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  right: 0;
}
.fancybox-prev span {
  background: url("../img/icons/left.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  left: 0;
}
.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}
.fancybox-title {
  padding: 15px 8px;
}

#about-cert .lb-album a {
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
    outline: none;
}

#leader3 h4,
#leader2 h4,
#leader h4 {
    font-size: 30px;
    font-weight: 900;
}

.position {
    font-weight: 300;
    font-style: italic;
}

#leader3 img,
#leader img {
    float: left;
    padding: 20px 40px 20px 0;
}

#leader2 img {
    float: right;
    padding: 20px 0 20px 40px;
}

/*#leader2-photo {
	float:right;
}

#leader2-photo img {
	position: relative;
	margin-left: 50px;
}

#leader2-content {
	float: left;
}*/

#leader1-content .fa,
#leader2-content .fa,
#leader3-content .fa {
	color: #aaa;
}

.leader3-list-1 {
    text-align: left;
    display: inline-block;
    float: left;
    width: 50%;
}

.leader3-list-2 {
    text-align: left;
    display: inline-block;
    float: right;
    width: 50%;
}

.leader-end {
    float: left;
}

#office-address {
	text-align: left;
}

#office-address p {
    font-size: 19px;
}

.form-control {
    height: 54px;
}

.address-title {
    font-weight: 900;
    text-shadow: 4px 4px 4px #aaa;
}

#top-menu-bar {
    height: 25px;
}

#home .float-associate {
    position: fixed;
    bottom: 20%;
}

li.lb-album-li {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.home-parallax {
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.float-associate .element .excerpt .heading {
    font-size: 16px;
}

#home .lb-album li > a span .inside-text h5 {
    font-size: 20px;
}

#home .lb-album li > a span .inside-text {
    position: relative;
    top: 50%;
}

#news .section-heading h2,
#contact .section-heading h2,
#services .section-heading h2,
#associates .section-heading h2,
#home-news .section-heading h2,
#works .section-heading h2 {
    font-size: 36px;
    text-align: left;
}

#home-news .lb-album li > a span .inside-text h5,
#news .lb-album li > a span .inside-text h5,
#associates .lb-album li > a span .inside-text h5 {
    font-size: 20px;
}

.lb-album li > a{
    margin-bottom: 10px;
    z-index: 10;
    outline: none;
}

.lb-album li > a span .inside-text h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.lb-album li > h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
}

#associates .lb-album img {
    /*border: solid 1px #eee;*/
}

#associates .lb-album .element {
    background-color: #000;
}

#associates .lb-album .element a:focus,
#associates .lb-album .element a {
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

#associates .lb-album .element a:hover {
    color: #a5c835 !important;
}

#associates ul.lb-album li {
    margin-bottom: 40px;
}

#associates ul.lb-album li a {
    background: transparent;
}

#about-cert .section-heading h2,
#about-team .section-heading h2,
#about .section-heading h2 {
    font-size: 36px;
    text-align: left;
}

h4.team-title {
    color: #809737;
    font-size: 30px;
    /*text-shadow: 2px 2px 2px #999;*/
    margin-bottom: 20px;
}

span.special-and {
    font-family: "Times New Roman", Georgia, Serif;
}

.box-team img {
    margin: auto;
}

.box-team a:focus,
.box-team a {
    color: #333 !important;
    text-decoration: none;
}

.box-team a img,
.box-team a h4 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-team a:hover h4,
.box-team a:hover {
    color: #a5c835 !important;
    text-shadow: 2px 2px 2px #999;
}

.box-team a:hover img {
    box-shadow: 4px 4px 4px #999;
}

.popup h4 {
    font-size: 20px;
}

.popup .position {
    font-size: 15px;
    font-style: italic;
}

.popup-project {
    display: block;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

section#map {
    width: 100%;
    min-height: 400px;
    background: #d3d3d3;
    background-size: cover;
}

#contact .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#contact p.small {
    font-size: 16px;
    line-height: 20px;
}

#contact .form-control {
    font-size: 18px;
}

#contact.home-section {
    padding-bottom: 90px;
}

.gallery-item .thumbnail {
    min-height: 180px;
    border: none;
    border-radius: 0;
}

.gallery-item span p {
    margin-top: 15px;
}

.fancybox-share a {
    color: #fff !important;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff !important;
    background-color: #a5c835;
    border-color: #a5c835;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 16px;
    color: #3a3a3a !important;
    border: 1px solid #ddd;
    font-family: serif;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff !important;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999 !important;
}

#services .part-title {
    color: #a5c835;
}

#enquiryform_forms_flash {
    text-align: left;
}

button.close {
    font-size: 30px;
    opacity: 0.6;
    outline: none;
}

#news img {
    max-width: 100%;
}

.popup {
    z-index: 10000 !important;
}

.b-modal.__b-popup1__ {
    z-index: 9999 !important;
}

.morelength {
    margin-bottom: 1.5em;
}

.read-more a {
    background-color: #000;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: 6px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

.photoimg-gallery li,
.d3img-gallery li {
    display: none;
}

.more-photoimg, .less-photoimg,
.more-3dimg, .less-3dimg {
    background-color: #000;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: 6px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}