/*
Theme Name: Tropixel
*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic);


/*
font-family:'DINNextLTW01-UltraLight 706122';
font-family:'DINNextLTW01-UltraLight 706125';
font-family:'DIN Next W01 Light';
font-family:'DINNextW01-LightItalic';
font-family:'DIN Next W01 Regular';
font-family:'DIN Next W01 Italic';
font-family:'DIN Next W01 Medium';
font-family:'DINNextW01-MediumItalic';
font-family:'DIN Next W01 Bold';
font-family:'DINNextW01-BoldItalic';
font-family:'DIN Next W01 Heavy';
font-family:'DINNextW01-HeavyItalic';
font-family:'DIN Next W01 Black';
font-family:'DINNextW01-BlackItalic';
font-family:'DINNextW01-CondensedUlt';
font-family:'DINNextW01-CondensedLig';
font-family:'DINNextW01-CondensedReg';
font-family:'DINNextW01-CondensedMed';
font-family:'DINNextW01-CondensedBol';
font-family:'DINNextW01-CondensedHea';
font-family:'DINNextW01-CondensedBla';
font-family:'DINNextRoundedLTW01-Lig';
font-family:'DINNextRoundedLTW01-Reg';
font-family:'DINNextRoundedLTW01-Med';
font-family:'DINNextRoundedLTW01-Bol';

*/

body {
	-webkit-overflow-scrolling: touch;
	font-family: 'Source Sans Pro';
	color: #000;
}

main {
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
}

p, ol, ul, dl, blockquote {
	line-height: 1.3;
	font-size: 14px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.2;
}

.h1-large {
	font-family: 'DIN Next W01 Light';
	font-size: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.h1-caption {
	color: #fff;
	font-family: 'DINNextW01-CondensedLig';
	font-size: 33px;
	font-weight: normal;
	text-transform: none;
}
h1, .h1 {
	font-family: 'DIN Next W01 Light';
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 17px;
	font-family: 'DIN Next W01 Light';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3, .h3 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'DIN Next W01 Medium';
	font-weight: normal;
}
h4, .h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'DIN Next W01 Light';
}
h5, .h5 { font-size: 1em }

p, .p, ul, ol, blockquote {
	margin-bottom: 1em;
	margin-top: 0;
	font-size: 16px;
	font-family: 'Source Sans Pro';
	font-weight: 200;
	line-height: 1.4;
}

a {
	text-decoration: underline;
	color: #000;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

a:hover {
	color: #D31245;
}

a:visited {
	color: #000;
}


ul, ol { margin-left: 1em }
ul { list-style: disc }
ol { list-style: decimal}

.row {
	max-width: 100%;
}

.row_max {
	max-width: 1200px;
}

@media only screen and (min-width : 40.063em) {
	.h1-caption { font-size: 35px }
	h2, .h2 {  }
	h3, .h3 { }
	h4, .h4 { }
}

@media only screen and (min-width: 64.063em) {
	h1, .h1 {}
	h2, .h2 {  }
	h3, .h3 { }
	h4, .h4 { }
}

/* forms */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    padding: 1em;
}

.cuddle {
	position: relative;
	height: 100%;
}

.caption {
	position: absolute;
	width: 100%;
	top: 15%;
	left: 100%;
}

.caption h1 {
	padding-left: 30px;
	border-left: 10px solid #d31045;
	padding-right: 30px;
	text-shadow: 0 0 8px rgba(0,0,0,0.3);
	font-size: 24px;
}

/* parts */

.page-title {
	background: #222;
	color: white;
	padding: 1em 0;
}

.page-title h1 {
	margin: 0;
}

.page-content	{
	padding: 3em 0;
}

/* handy */

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

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}


/* colours */

.bg-1 {
	background: #ebebeb;
}

.bg-2 {
	background: #d1d0d0;
}

.bg-3 {
	background-color: #000;
}

.bg-4 {
	background-color: #fff;
}

.alfa {
	background: rgba(255,255,255,.5)
}

.rev h1,
.rev .h1,
.rev h2,
.rev .h2,
.rev h3,
.rev .h3,
.rev h4,
.rev .h4,
.rev .h5,
.rev h5,
.rev h6,
.rev .h6,
.rev p,
.rev .p {
	color: #fff;
}


.alfa-rev {
	background: rgba(0,0,0,.5);
}

/* Spacing */

.mrg-1 {
	margin-bottom: 15px;
}

.mrg-2 {
	margin-bottom: 30px;
}

.mrg-3 {
	margin-bottom: 45px;
}

.mrg-left {
	margin-left: 30px;
}

.mrg-right {
	margin-right: 30px;
}

.strip-1 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.strip-2 {
	padding-top: 0px;
	padding-bottom: 17px;
}

.strip-3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.strip-4 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.strip-5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.strip-6 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.lean-pad {
	padding: 0;
}

.lean-mrg {
	margin: 0;
}

.lean {
	margin: 0 !important;
	padding: 0 !important;
}

.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*
 * layout/footer
 */

.footer {
	background: #fff;
	font-family: 'DIN Next W01 Light';
	font-size: 14px;
}

.footer p {
	font-family: 'DIN Next W01 Light';
	font-size: 14px;
}

.footer img {
	height: 35px;
  width: 35px;
	padding-right: 4px;
	padding-bottom: 4px;
}

/*
 * module/posts
 */

.posts {
	margin:0;
}

.post-wrap {
    border-top: 1px solid #000;
    padding: 30px 0;
}

.posts_item {
    border-bottom: 1px solid #ddd;
    list-style: none outside none;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.posts_item:last-child {
    border: none;
}
.posts_item:after, .posts a {
    clear: both;
    content: "";
    display: table;
}
.posts a {
    color: inherit;
}
.posts_image > img {
    width: 100%;
    margin-bottom: 1em;
}

.excerpt-wrap {
	padding: 0 15px;
}

@media only screen and (min-width : 42em) {
    .posts_image > img {
        float: left;
        width: 30%;
    }
    .posts_title, .posts_excerpt {
        float: right;
        width: 66%;
    }
}

/**
 *  main-menu
*/
.main-menu {
	background: #eee;
}
.main-menu .menu {
	margin: 0;
}
.main-menu form,
.main-menu .s {
	margin: 0;
}

/**
 *  menu dropdown
 */
.menu-drop {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 65px;
	padding-top: 20px;
}
.menu-drop li {
	list-style: none;
	display: inline-block;
	float: none;
	height: 59px;
}

.menu-drop li:first-child a {
	margin-left: 0;
}

.menu-drop li:last-child a {
	margin-right: 0;
}

.menu-drop li a {
	display: block;
	line-height: 7.3;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000;
	margin: 0 8px;
	text-decoration: none;
	position: relative;
}

.menu-drop .menu-item-23 a {
	background: url(img/bennett-constructions-logo.svg) no-repeat center bottom;
	display: block;
	width: 212px;
	height: 59px;
	text-indent: -999999px;
	padding: 0 10px;
}

.menu-drop .menu-item-23.current_page_item a:after {
	display: none;
}

.side-menu {
	padding: 0;
	margin: 0;
}

.side-menu li {
	list-style-type: none;
}

.side-menu li a {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 100;
	text-decoration: none;
}

.side-menu-right li {
	float: right;
}

.side-menu-left li {
	float: left;
}

.side-menu-left li:first-child {
	margin-right: 30px;
}

.side-menu-right li:first-child {
	margin-left: 30px;
}

.header {
	font-family: 'DIN Next W01 Light';
}

.header .small-2:last-of-type {
	padding-left: 0;
}

.header .small-2:first-of-type {
	padding-right: 0;
}

.search-activate a:after {
	font-family: 'icomoon';
	content: '\f002';
	position: absolute;
	right: 0;
	top: 5px;
}

.search-activate a {
	padding-right: 15px;
}

.header a {
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.header a:hover {
	color: #D31245;
}

.search-box {
	position: absolute;
	margin-top: 13px;
	z-index: 99999;
}

.search-box:before {
	background: url(img/icon-arrow-up.svg) no-repeat left top;
	position: absolute;
	left: 16px;
	top: -11px;
	content: '';
	width: 20px;
	height: 13px;
}

.search-box input[type="text"] {
	border: 1px solid #ccc;
	width: 380px;
	background: #fff;
	height: 35px;
	font-size: 20px;
	font-weight: 100;
	font-family: 'DIN Next W01 Light';
	float: left;
	padding-right: 60px;
}

.search-box input[type="submit"] {
	float: left;
	position: absolute;
	background: none;
	border: none;
	font-size: 30px;
	top: 17px;
	right: 11px;
	height: 45px;
	width: 50px;
}

/* buttons */

.button {
	display: inline-block;
	background: #000;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding: 15px 20px;
	font-family: 'DIN Next W01 Light';
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 10px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    border: 1px solid #000;
    text-decoration: none;
}

.button:hover {
	background: none;
	color: #000 !important;
}

.button:visited {
	color: #fff;
}

@media only screen and (min-width : 1070px) {
	.menu-drop li a {
		margin: 0 12px;
	}
}

@media only screen and (min-width : 1100px) {
	.menu-drop li a {
		margin: 0 16px;
	}
}

@media only screen and (min-width : 1200px) {
	.menu-drop .menu-item-23 a {
		margin: 0 44px;
	}
}

@media only screen and (min-width : 1300px) {
	.menu-drop li a {
		margin: 0 27px;
	}
}

@media only screen and (min-width : 1400px) {
	.menu-drop .menu-item-23 a {
		margin: 0 76px;
	}
}

@media only screen and (min-width : 1500px) {
	.menu-drop .menu-item-23 a {
		margin: 0 110px;
	}
}

/* Mobile Menu */
.mobile-menu-trigger i:before {
	font-size: 55px;
	color: #241f20;
}

.mobile-menu-trigger {
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}

.mobile-bar {
	width: 100%;
	z-index: 999;
	top: 0;
}

.mobile-menu-content {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.mobile-menu {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.mobile-menu li {
	width: 100%;
	display: block;
	list-style-type: none;
}

.mobile-menu li a {
	width: auto;
	padding: 10px 0;
	display: block;
	font-family: 'DIN Next W01 Light';
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.mobile-menu .sub-menu {
	margin: 0;
	padding: 15px 0;
	background: #ccc;
}

.mobile-menu li#menu-item-23 {
	display: none;
}

.mobile-menu .sub-menu .sub-menu {
	background: #bab9b9;
}

.mobile-menu .menu-item-has-children > a {
	position: relative;
}

.mobile-menu .menu-item-has-children > a:before {
	content: '\e63d';
	font-family: 'icomoon';
	margin-left: -18px;
	position: relative;
	font-size: 12px;
	margin-right: 5px;
}

.mobile-menu .menu-item-has-children.open > a:before {
	content: '\e63e';
}

@media only screen and (min-width : 1026px) {
	.mobile-menu-content  {
		display: none !important;
	}
}

/* sub menu dropdown color */

.menu-drop li.menu-item-has-children:hover,
.menu-drop li .sub-menu{
	background: #ddd;
}

.menu-drop li.menu-item-has-children {
	border-radius: 3px 3px 0 0
}

.menu-drop li .sub-menu {
	border-radius: 0 3px 3px 3px
}

/* or

.menu-drop li:hover a {
	background: none repeat scroll 0 0 #ddd;
}*/

/* hide sub menu */
.menu-drop .sub-menu {
	display: none;
}

/* show sub menu */
.menu-drop li:hover ul, .menu-drop li:hover ul {
	display: block;
	left: 0;
	position: absolute;
	width: 10em;
}

/**
 * wordpress editor styles
 */
.aligncenter {
	display: block;
	margin: 1em auto;
}
.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

/*
 * expand to 100%
*/

.expand, .expand img {
	width: 100%;
}


/**
 * module/media
 */

.media, .media_body {overflow:hidden; _overflow:visible; zoom:1;}
.media_image {float:left; margin-right: 10px;}
.media_image img{display:block;}
.media_imageRev{float:right; margin-left: 10px;}


/**
 *  module/clearfix
 */

 .clearfix {
 	content: '';
 	display: table;
 	clear: both;
}

/*
 * module/nowrap
 */

 .nowrap {
 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-bottom: 0;
    padding-right: 0.9375rem;
 }

@media only screen and (min-width : px) {

}


/* spacing */


.m {
	margin-bottom: 0.5rem;
}
.m1 {
	margin-bottom: 1rem;
}
.m2 {
	margin-bottom: 2rem;
}
.pad {
	padding: 0.5rem;
}
.pad1 {
	padding: 1rem;
}
.pad2 {
	padding: 2rem;
}
.pad3 {
	padding: 3rem;
}
.lean-pad {
	padding: 0;
}
.lean-m {
	margin: 0;
}

.scroll-start {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.scroll-start a.jump-trigger {
	margin: auto;
	display: block;
	width: 80px;
	position: relative;
	font-size: 55px;
	color: #fff;
	text-align: center;
	height: 80px;
	border-radius: 100%;
	line-height: 1.8;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-decoration: none;
}

.scroll-start a.jump-trigger:hover {
	background: #fff;
	color: #000;
}

.small-12 .flex-viewport {
	max-height: 100%;
}

.small-12  .flexslider {
	width: 100%;
	height: 100%;
	padding: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

.flexslider .flex-direction-nav a.flex-next {
	right: 4px;
}

.flexslider .flex-direction-nav a.flex-next:before {
	font-family: 'icomoon';
	content: '\e647';
	right: 0;
	display: block;
	text-indent: 0;
	background: #fff;
	color: #241f20;
	font-size: 43px;
	padding: 15px;
}

.flexslider .flex-direction-nav a.flex-prev:before {
	font-family: 'icomoon';
	content: '\e644';
	left: 0;
	display: block;
	text-indent: -5px;
	background: #fff;
	color: #241f20;
	font-size: 43px;
	padding: 15px;
}

.flexslider .flex-direction-nav a {
	width: 65px;
	height: 85px;
	margin: -43px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	overflow: hidden;
	right: 0;
	text-decoration: none;
}

.flexslider .small-block-grid-1 li {
	padding: 0;
}

.flexslider .small-block-grid-1 {
	margin: 0;
}

.flex-direction-nav {
	display: none;
}

.overlay {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@media (max-width: 1025px) {
	.page-id-269 .featured-clients .table-child a.button {
		display: none;
	}
	.featured-clients .table-child {
		vertical-align: bottom;
	}
	.page-id-5 .featured-clients .table-child {
		padding-bottom: 5px;
	}
}

.page-id-5 .featured-clients .table-child {
	vertical-align: bottom;
}

.page-id-5 .featured-clients .table-child {
	padding-bottom: 10px;
}

.featured-project {
	cursor: pointer;
}

.featured-project:hover .overlay {
	opacity: 1;
}

/* vertical align */

.table-parent {
	height: 100%;
	display: table;
	width: 100%;
}

.table-child {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.featured-project .table-child {
	padding: 0 8%;
}

.icon-graph {
	display: block;

}

.icon-graph:before {
	background: url(img/icon-graph.svg) no-repeat;
	content: '';
	height: 20px;
	width: 20px;
	display: inline-block;
}

.block-image {
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center top;
}

ul.gform_fields {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.gform_wrapper > form {
	width: 100%;
	margin: 0 !important;
}

.gf_left_half {
	width: 100%;
}

.gf_right_half {
	width: 100%;
}

.ginput_container {
	position: relative;
}

.gform_body textarea, .gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="tel"] {
	width: 100%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	border: 1px solid #231f20;
}

.gform_fields li {
	margin-bottom: 15px;
}

label {
	font-size: 14px;
	font-family: 'DIN Next W01 Light';
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

ul.footer-menu {
	width: auto;
	float: right;
}

ul.footer-menu li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

ul.footer-menu li a {
	text-decoration: none;
}

.quick-contact-hover {
	position: absolute;
	z-index: -1;
	background: #fff;
	left: 50%;
	box-shadow: 0 0 9px rgba(0,0,0,0.25);
}

.quick-contact {
	display: none;
	opacity: 0;
	height: 0;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



.contact-trigger.open {
	color: #D31245;
}

.enquiry-close {
	text-decoration: none;
}

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

ul.sub-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'DIN Next W01 Light';
	font-size: 14px;
	letter-spacing: 0.5px;
}

ul.sub-menu li a:hover > span {
	color: #D31245;
}

ul.sub-menu li a span {
	width: 100%;
	display: inline-block;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

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

.sub-menu-strip {
	display: none;
}

.menu .current_page_item > a, .menu .current-page-ancestor > a {
	color: #D31245;
	font-family: 'DIN Next W01 Regular';
}

.menu .current_page_item > a:after, .menu .current-page-ancestor > a:after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8.5px 7px 8.5px;
	border-color: transparent transparent #000000 transparent;
	content: '';
	right: 50%;
	margin-right: -8px;
	bottom: 22px;
}

.menu #menu-item-277.current_page_item > a:after, .menu #menu-item-277.current-page-ancestor > a:after {
	display: none;
}

.menu.mobile-menu .current_page_item > a:after, .menu.mobile-menu .current-page-ancestor > a:after {
	display: none;
}

.sub-menu li.current_page a path, .sub-menu li.current_page a polygon {
	fill: #D31245;
}

.featured-clients {
	margin: 0;
}

.top-bottom-border {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.scroll-sub ul li a {
	color: #fff;
}

.sub-menu .jump-trigger.active {
	color: #D31245;
}

.scroll-sub {
	height: 30px;
	padding-top: 15px;
	position: relative;
	z-index: 9999;
}

.scroll-sub ul {
	display: none;
}

.featured-clients.no-hover .overlay {
	opacity: 1;
	background: rgba(255,255,255,0.6);
}

.map-wrap {
	display: none;
}

.wp-paginate {
	display: none;
}

#infscr-loading {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 100px;
	background: url('img/loading.gif') no-repeat center bottom 20px;
}

#infscr-loading img {
	display: none;
}

input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

/* medium media query */
@media only screen and (min-width : 641px) {
	.caption h1 {
		font-size: 33px;
	}
	.gf_left_half {
		float: left;
		width: 48%;
	}
	.gf_right_half {
		float: right;
		width: 48%;
	}
	.m-pad-right {
		padding-right: 0;
	}
	.m-pad-left {
		padding-left: 0;
	}
	.m-m {
		margin-bottom: .5rem;
	}
	.m-m1 {
		margin-bottom: 1rem;
	}
	.m-m2 {
		margin-bottom: 2rem;
	}
	.m-pad {
		padding: .5rem;
	}
	.m-pad1 {
		padding: 1em;
	}
	.m-pad2 {
		padding: 2em;
	}
	.m-lean {
		margin: 0;
		padding: 0;
	}
	.m-lean-pad {
		padding: 0;
	}
	.m-lean-m {
		margin: 0;
	}
	.caption {
		width: 80%;
	}
}

/* large media query */

@media only screen and (min-width : 1026px) {
	.map-wrap {
		display: block;
	}
	.overlay {
		opacity: 0;
	}
	.l-pad-right {
		padding-right: 0;
	}
	.l-pad-left {
		padding-left: 0;
	}
	.l-2-col {
		columns:2;
		-webkit-columns:2; /* Safari and Chrome */
		-moz-columns:2; /* Firefox */
	}
	main {
		padding-top: 136px;
	}
	header.with-sub + main {
		padding-top: 354px;
	}
	.sub-menu-strip {
		display: block;
		padding-top: 44px;
		overflow: hidden;
	}
	.quick-contact {
		display: block;
		visibility: hidden;
	}

	.flex-direction-nav {
		display: block;
	}

	header {
		position: fixed;
		z-index: 999;
		background: #fff;
		width: 100%;
		box-shadow: 0 0 9px rgba(0,0,0,0.25);
		transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	}
	.l-m {
		margin-bottom: .5rem;
	}
	.l-m1 {
		margin-bottom: 1rem;
	}
	.l-m2 {
		margin-bottom: 2rem;
	}
	.l-pad {
		padding: .5rem;
	}
	.l-pad1 {
		padding: 1em;
	}
	.l-pad2 {
		padding: 2em;
	}
	.l-lean {
		margin: 0;
		padding: 0;
	}
	.l-lean-pad {
		padding: 0;
	}
	.l-lean-m {
		margin: 0;
	}
	.caption {
		width: 40%;
	}
}

/* x-large media query */

@media only screen and (min-width : 2000px) {
	.caption {
		width: 30%;
	}
}



/* form-b with foundation */


.form-b form {
	margin: 0;
}

.form-b input,
.form-b label {
	border: none;
	margin: 0;
}
.form-b_title {
	font-size: 1.6em;
	line-height: 2em;

}
.form-b .gform_fields li {
	border: 1px solid #ccc;
	overflow: auto;
}

.form-b label{
	float: left;
	background: white;
	display: block;
	width: 25%;
	height: 2.3125rem;
	line-height: 3em;
	padding: 0 10px;
	text-transform: uppercase;
}
.form-b .ginput_container{
	float: left;
	width: 75%;
}
.form-b .button {
	float: right;
	height: 2.3125rem;
	padding: .9em;
	font-size: 1em;
}

.featured-banner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 0;
}

.next-prev {
	margin-bottom: 30px !important;
	text-transform: uppercase;
	line-height: 1.2;
}

@media only screen and (min-width : 62.5em) {
	.wide .form-b_title {
		margin: 0;
	}
	.wide .form-b_title {
		float: left;
		width: 30%;
	}
	.wide .form-b .gform_fields {
		float: left;
		width: 60%;
	}
	.wide .form-b .gform_footer {
		float: right;
		width: 10%;
	}
    .wide .form-b .gform_fields li {
		float: left;
		width: 48%;
		margin-left: 2%;
        margin-bottom: 0;
	}
	.wide .form-b .button {
		width: 90%;
	}
}

.project-gallery li {
	cursor: pointer;
}

.project-award {
    width: 25%;
    height: 25%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.completed-projects ul {
    height: 93px;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: 0;
}

.more-toggle {
    margin-left: 39px;
    margin-bottom: 25px;
    display: inline-block;
    margin-top: 3px;
}

.banner-hover {
    position: absolute;
    top: -20px;
    width: 180px;
    height: 220px;
    z-index: 2;
    right: 94px;
    left: 60px;
}

.banner-hover img {
	width: 100%;
	height: auto;
}

.error404 .sub-menu-strip {
	display: none;
}


.error404 main {
	padding-top: 50px !important;
	padding-bottom: 100px;
}


@media(min-width: 1025px) {
	.error404 main {
		padding-top: 250px !important;
		padding-bottom: 100px;
	}
}

.global-mark-mobile {
    background: #000;
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
}

.global-mark-mobile img {
	max-width: 470px;
	width: 100%;
}

.global-mark {
	display: none;
}

.gfield_description.validation_message {
	color: red;
}

.validation_error {
	color: red;
	margin-bottom: 20px;
}

@media(min-width:768px){
	.global-mark {
	    display: block;
	    position: absolute;
	    right: 20px;
	    bottom: 38px;
	    width: 38%;
	    max-width: 400px;
	}
	.global-mark-mobile {
		display: none;
	}
}
