﻿/*
 *  Project Styles
 *
 */

/* ==========================================================================
    Base styles and resets
   ========================================================================== */
@media only screen and (max-width: 767px) {
	.lineBrk {
		display: none;
	}
}
.cycle-slide-active{ height: 100%; width: 100%;}

html {
	color: #000;
	background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,
textarea,
select {
	*font-size: 100%;
}
legend {
	color: #000;
}
html {
	-webkit-text-size-adjust: none;
}
strong {
	font-weight: 400;
}
img {
	vertical-align: top;
}
.cl {
	clear: both;
	font-size: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	overflow-x: hidden;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 400;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: 400;
}
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 85%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}

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

label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

input,
textarea,
select {
	-webkit-appearance: none;
}

/* ==========================================================================
    General styles
   ========================================================================== */
html {
	background: #fff;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	outline: none !important;
}
a:hover {
	color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

#email.error,
#name.error,
#subject.error,
#sub_email.error {
	border: 1px solid #f66;
}

.row.profile a {
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 40px;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
}

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

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

.wrapper {
	max-width: 980px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.projects-large{
	max-width: 1280px;
}


.wrapper:before,
.wrapper:after {
	content: '';
	display: table;
}
.wrapper:after {
	clear: both;
}
.wrapper {
	*zoom: 1;
}
.contact_wrap {
	width: 750px;
}
.services_wrap {
	width: 780px;
}
.services_wrap h5 {
	margin-top: -40px;
}

@media (max-width: 479px) {
	.services_wrap h5 {
		margin-top: 0;
	}
}

.services_wrap.services_new p {
	font-size: 21px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.52px;
	margin-bottom: 35px;
	text-align: center;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row:before,
.row:after {
	display: table;
	content: '';
	line-height: 0;
}
.row:after {
	clear: both;
}
.row > div {
	padding: 0 10px;
}

.row.wide {
	margin-left: -45px;
	margin-right: -45px;
}
.row.wide > div {
	padding: 0 45px;
}

.col12 {
	width: 100%;
	float: left;
}
.col11 {
	width: 91.66666666666666%;
	float: left;
}
.col10 {
	width: 83.33333333333334%;
	float: left;
}
.col9 {
	width: 75%;
	float: left;
}
.col8 {
	width: 66.66666666666666%;
	float: left;
}
.col7 {
	width: 58.333333333333336%;
	float: left;
}
.col6 {
	width: 50%;
	float: left;
}
.col5 {
	width: 41.66666666666667%;
	float: left;
}
.col4 {
	width: 33.33333333333333%;
	float: left;
}
.col3 {
	width: 25%;
	float: left;
}
.col2 {
	width: 16.666666666666664%;
	float: left;
}
.col1 {
	width: 8.333333333333332%;
	float: left;
}

@media (max-width: 767px) {
	.col-sm-12 {
		width: 100%;
		float: none;
	}
}

.loader {
	position: fixed;
	background: rgba(0, 0, 0, 1) url(/resources/images/projects-ajax-loader.gif) no-repeat center
		center;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 1000;
	opacity: 0.9;
}

/* ==========================================================================
    Fonts
   ========================================================================== */

/*
	GOOGLE FONTS
	=====================================
	Open Sans
	---------
	font-family: 'Open Sans', sans-serif;
	Light 300
	Light 300 Italic
	Normal 400
	Normal 400 Italic
	Semi-Bold 600
	Semi-Bold 600 Italic
	Bold 700
	Bold 700 Italic
	=====================================
	Roboto
	------
	font-family: 'Roboto', sans-serif;
	Light 300
	Light 300 Italic
	 */

/* ==========================================================================
    Misc
   ========================================================================== */

.btn {
	cursor: pointer;
	padding: 17px 23px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #fff;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.btn:hover {
	background: #fff;
	color: #000;
}
.btn.black {
	background: none;
	color: #111;
	border: 1px solid #000;
}



body.project_modular .btn:hover {
	background: none;
	color: #111;
}
body.project_modular .btn.black {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.team_contact {
	position: absolute;
	bottom: 30px;
	right: 390px;
}
@media only screen and (max-width: 1023px) {
	.team_contact {
		position: absolute;
		bottom: 28px;
		left: 28px;
		right: inherit;
	}
	.cd-item-info {
		padding-bottom: 75px !important;
	}
}

.btn.black:hover {
	background: #000;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #111;
	border: none;
}
.btn.white:hover {
	background: #919191;
	color: #fff;
}

.center {
	text-align: center;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 54px;
	color: #000;
	letter-spacing: 2.16px;
	margin-bottom: 45px;
	text-align: center;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	color: #000;
	margin-bottom: 5px;
	text-align: left;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	color: #808285;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
h6 {
	font-size: 15px;
	line-height: 21px;
	color: #111;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}
h6 strong {
	font-weight: 400;
}
p {
	font-weight: 300;
	font-size: 15px;
	line-height: 21px;
	color: #111;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
	text-align: left;
}
p.leading {
	font-size: 21px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.52px;
	margin-bottom: 35px;
	text-align: center;
}
p.text-large {
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 0.52px;
	margin-bottom: 35px;
}

.row ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 21px;
	color: #111;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
	text-align: left;
}
.row ul li {
	padding-left: 35px;
	position: relative;
}
.row ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0;
}

.desaturated {
	filter: grayscale(68%);
	-webkit-filter: grayscale(68%) brightness(60%);
	-moz-filter: grayscale(68%) brightness(60%);
	-ms-filter: grayscale(68%) brightness(60%);
	-o-filter: grayscale(68%) brightness(60%);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.desaturated:hover,
.project:hover .desaturated {
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
}

.mobile-hide {
}
.mobile-show {
	display: none;
}

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

#header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
	z-index: 400;
}
.header-inner {
	position: relative;
	height: 88px;
	text-align: center;
}

#logo {
	display: block;
	width: 213px;
	height: 30px;
	position: absolute;
	left: 30px;
	top: 30px;
}
@media only screen and (max-width:1150px) {
	#logo {
		display: block;
		width: 160px;
		height: 30px;
		position: absolute;
		left: 30px;
		top: 32px;
	}
}
.nav {
	list-style: none;
	display: inline-block;
	padding-top: 36px;
	position: relative;
}
.nav > li {
	list-style: none;
	display: inline-block;
	margin: 0 14px;
}
.nav > li a {
	font-size: 14px;
	line-height: 22px;
	color: #111;
	text-transform: uppercase;
	padding-bottom: 31px;
	-webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	position: relative;
	letter-spacing: 0.05em;
}

@media only screen and (max-width:900px) {
	.nav > li a {
		font-size: 12px;
		line-height: 22px;
		color: #111;
		text-transform: uppercase;
		padding-bottom: 31px;
		-webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
		transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
		position: relative;
		letter-spacing: 0.05em;
	}
} 
.nav > li.on a,
.nav > li.selected a {
	border-bottom: 3px solid #888888;
	padding-bottom: 29px;
}
.nav > li > a:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #888888;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}
.nav > li > a:hover:before,
.nav > li:hover > a:before,
.nav > li.on > a:before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.header-toolbar {
	position: absolute;
	right: 30px;
	top: 25px;
}

.header-toolbar .variation-links {
	position: absolute;
	top: 67%;
	width: 100px;
	right: 0;
}

.header-toolbar .variation-links p a:hover {
	color: #000;
}

@media only screen and (max-width: 900px) {
	.header-toolbar .variation-links p a {
		font-size: 12px;
	}

	.header-toolbar .variation-links {
		width: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.header-toolbar .variation-links {
		width: 100%;
		background: #ebebeb;
	}

	.header-toolbar .variation-links p{
		text-align: center;
		margin-top: 20px;
	}

	.header-toolbar .variation-links p a{
		font-size: 15px;
	}
	
	.slide2{background-size:contain!important;}
}


@media only screen and (min-width: 768px) {
	.header-toolbar {
		display: inline-block !important;
	}
}

.social-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 13px;
}

@media only screen and (max-width:1100px) {
	.social-nav li {
		list-style: none;
		display: inline-block;
		margin-left: 0px;
	}
}

.social-nav li a {
	display: inline-block;
	width: 38px;
	height: 38px; /*border-radius:50%;-webkit-border-radius:50%;background-color:#333333;*/
	font-size: 24px;
	line-height: 38px;
	color: #555;
	text-align: center;
}

@media only screen and (max-width:1100px) {
	.social-nav li a {
		display: inline-block;
		width: 38px;
		height: 24px; /*border-radius:50%;-webkit-border-radius:50%;background-color:#333333;*/
		font-size: 16px;
		line-height: 38px;
		color: #555;
		text-align: center;
	}
}
@media only screen and (max-width:1100px) {
	.header-toolbar .social-nav li a {
		display: inline-block;
		width: 38px;
		height: 34px; /*border-radius:50%;-webkit-border-radius:50%;background-color:#333333;*/
		font-size: 24px;
		line-height: 38px;
		color: #555;
		text-align: center;
	}
}
.social-nav li a:hover {
	color: #000;
}

.header-toolbar .nav {
	padding-top: 0;
}

#mobile-menu-trigger {
	display: none;
}

/* .nav ul, */ .nav .dropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 88px;
	left: 0;
	right: 0;
	padding: 0 14px;
	transition: opacity 0.2s ease-in;
	margin: 30px 0;
}

/* .nav ul::before, */ .nav .dropdown::before {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	right: -50vw;
	width: 150vw;
	height: calc(100% + 60px);
	background: rgba(136, 136, 136, 0.8);
	z-index: -1;
}

/*
.nav .dropdown::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -14px;
	background: white;
	height: 100%;
	width: 1px;
}
*/


@media (min-width:768px ) {
	.nav > li:hover .dropdown {
		visibility: visible;
		opacity: 1;
	}
}

.nav ul li a {
	color: #ffffff;
	display: block;
	margin: 0px;
	padding: 0 0 0px !important;
	text-align: left;
	min-width: 190px;
}

.nav .dropdown .column {
	width: 50%;
	float: left;
	text-align: left;
	position: relative;
}

.nav .dropdown a {
	text-transform: none;
}

.nav .dropdown h3 {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	line-height: 1;
}

.nav .dropdown h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -14px;
	background: white;
	height: 100%;
	width: 1px;
}

.nav .dropdown .social-nav {
	text-align: left;
}

.nav .dropdown .social-nav li {
	width: 24px;
}

.nav .dropdown .social-nav li:first-of-type {
	margin-left: 0px;
}

.nav li.open ul {
	visibility: visible;
	opacity: 1;
	position: static;
	padding: 0;
	border-top: 1px solid #fff;
}

.nav li.open ul a {
	text-align: center;
	margin: 0;
	padding: 13px 0 !important;
}

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

#banner {
	position: relative;
}
#banner .slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner .cycle-pager,
.banner .cycle-pager {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 6.3%;
	left: 0;
	right: 0;
	z-index: 300;
}
#banner .cycle-pager span,
.banner .cycle-pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: 9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	margin: 0 7px;
	cursor: pointer;
}
#banner .cycle-pager span:hover,
.banner .cycle-pager span:hover,
#banner .cycle-pager span.cycle-pager-active,
.banner .cycle-pager span.cycle-pager-active {
	background: #a1a1a1;
}

.banner-text {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 300;
	/*margin-top: -170px;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.banner-text h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
	letter-spacing: 3.3px;
	margin-bottom: 25px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width:1000px) {
	.banner-text h1 { 
		font-size: 40px;
		margin-bottom: 15px;
	}

}

.banner-text h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 120px;
}

.banner-text p {
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	text-align: center;
}

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

#main {
	background-color: #e8e8e8;
	padding-top: 50px;
	padding-bottom: 60px;
}

.switch_view.map{
	display: inline-block;
    background: url(/resources/images/map-view.png) no-repeat;
    background-size: contain;
    background-position: left top;
    width: 80px;
    height: 40px;
    top: -6px;
    position: relative;
    cursor: pointer;
}

.switch_view.grid{
	display: inline-block;
    background: url(/resources/images/grid-view.png) no-repeat;
    background-size: contain;
    background-position: left top;
    width: 80px;
    height: 40px;
    top: -6px;
    position: relative;
    cursor: pointer;
}

.filters {
	list-style: none;
	margin: 0;
	padding: 30px 0px 20px 0px;
	display: block;
	width: 100%;
	text-align: left;
}
.filters li {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	color: #808285;
	letter-spacing: 0.88px;
}
.filters li span {
	font-weight: 400;
	color: #111111;
	text-transform: uppercase;
}
.filters li a {
	color: #808285;
}
.filters li a:hover {
	color: #111111;
}
.filters li.on a {
	color: #111111;
	font-weight: 400;
}
.filters li:after {
	content: '|';
	display: inline-block;
	padding: 0px 2px 0px 5px;
}
.filters li:last-child:after,
.filters li.last:after {
	display: none;
}
.filters li:first-child:after,
.filters li.first:after {
	content: '';
}

.thumb-href {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.projects {
}
.project {
	margin-bottom: 20px;
}
.project-thumb {
	position: relative;
}
.project-thumb > div {
	float: left;
	height: 300px;
	position: relative;
}
.project-thumb-image {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.project-text {
	width: auto;
	background-color: transparent;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.project-text h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	color: #000;
	padding-bottom: 23px; /* border-bottom:1px solid #363636; */ /* margin-bottom:25px; */
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.project-text p {
	font-size: 13px;
	line-height: 22px;
	color: #111;
	text-align: left;
}
.project-text p a {
	font-weight: 400;
	color: #111;
}
.project-categories {
	font-size: 14px;
	line-height: 16px;
	color: #808285;
	letter-spacing: 0.56px;
}
.project-categories a {
	color: #808285;
}
.project-text .project-categories {
	position: absolute;
	bottom: 9%;
	left: 9%;
}

.project-details {
	text-align: left;
	padding-bottom: 55px;
	display: none;
}
body.project_modular .project-details{
	padding-bottom: 40px;
}

body.project_modular .project-slideshow{
	margin-bottom: 0px;
}



.project-slideshow {
	position: relative;
	margin-bottom: 40px;
	height: 0;
	padding-top: 70%;
	overflow: hidden;
}
.project-slideshow .cycle-control {
	display: none;
	width: 43px;
	height: 43px;
	overflow: hidden;
	text-indent: 100%;
	background: url(../images/arrows-sprite.png) top left no-repeat #fff;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	z-index: 300;
}
.project-slideshow .cycle-prev {
	left: 0;
}
.project-slideshow .cycle-next {
	right: 0;
	background-position: top right;
}
.project-slideshow .slide-contain {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: contain !important;
}
.project-slideshow .slide-contain.bg-hide{
	background: none !important;
}
.project-slideshow .slide2.bg-hide{
	background: none !important;
}



.project-slideshow .slide-contain img {
}
.project-slideshow .slide-contain a {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.project-slideshow .slide2 a {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-slideshow .slide-contain iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}

.project-slideshow .slide2 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}

.project-details h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0px;
}
.project-details .project-categories {
}
.project-details .project-categories a {
}
.project-top {
	padding-bottom: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #363636;
	position: relative;
}
.close-project {
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: 100%;
	background: url(../images/icon-close.png) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.project-desc {
	float: left;
	width: 66%;
	padding-right: 9.5%;
}
.project-info {
	float: left;
	width: 34%;
}

.project-desc.project-form {
	float: left;
	width: 50%;
	padding-right: 9.5%;
}
.project-info.project-form {
	float: left;
	width: 50%;
}

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

.project-desc.project-form {
	float: left;
	width: 100%;
	padding-right: 9.5%;
}
.project-info.project-form {
	float: left;
	width: 100%;
}	
	
}
	

.project-top.form h4{
	font-size: 18px!important;
}
.project-form h5 {
    font-size: 14px;
    line-height: 18px;
    color: #808285;
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
    padding-left: 5px;
}

.project-desc h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #111;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.project-desc p {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #111;
	margin-bottom: 20px;
}

.project-info table {
}
.project-info table tr {
	border-bottom: 1px solid #8e8f8f;
}
.project-info table tr:last-child {
	border-bottom: none;
}
.project-info table th {
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #363636;
	text-transform: uppercase;
	width: 31%;
	padding: 10px 0px;
	letter-spacing: 0.66px;
	vertical-align: top;
}
.project-info table td,
.project-info table td a.download {
	font-weight: 300;
	font-size: 13px;
	line-height: 17px;
	color: #363636;
	width: 69%;
	padding: 10px 0px;
	letter-spacing: 0.78px;
	vertical-align: top;
}
.project-info table a.related {
	font-weight: 300;
	font-size: 13px;
	line-height: 17px;
	color: #363636;
	width: 69%;
	padding: 10px 0px;
	letter-spacing: 0.78px;
	vertical-align: top;
}
.project-info table a.related:hover {
	text-decoration: underline;
}
.enquiry {
	border-top: 1px solid #818285;
	padding-top: 45px;
}
.enquiry h3 {
	margin-bottom: 30px;
}

.projects ul.services-list {
	position: relative;
	display: block;
}

.projects ul.services-list li {
	display: inline-block;
	padding: 0 40px 0 33px;
	position: relative;
}

.projects ul.services-list li.last:after {
	border-right: none;
}

.projects ul.services-list li:after {
	content: '';
	border-right: 2px solid #000;
	position: absolute;
	right: 0;
	height: 20px;
	top: 10px;
}

.projects ul.services-list li h3 {
	font-size: 22px;
}

@media (max-width: 767px) {
	.projects ul.services-list li {
		width: 100%;
	}
	.projects ul.services-list li:after {
		display: none;
	}
}


/* ==========================================================================
    News
   ========================================================================== */

.news {
}
.news {
	margin-bottom: 20px;
}
.news-thumb {
}
.news-thumb > div {
	float: left;
	height: 300px;
}
.news-thumb-image {
	width: 66%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.news-text {
	width: 34%;
	background-color: #fff;
	padding: 3%;
	position: relative;
}
.news-text h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	color: #000;
	padding-bottom: 23px;
	border-bottom: 1px solid #363636;
	margin-bottom: 25px;
	text-align: left;
}
.news-text p {
	font-size: 13px;
	line-height: 22px;
	color: #111;
	text-align: left;
}
.news-text p a {
	font-weight: 400;
	color: #111;
}
.news-categories {
	font-size: 14px;
	line-height: 16px;
	color: #808285;
	letter-spacing: 0.56px;
}
.news-categories a {
	color: #808285;
}
.news-text .news-categories {
	position: absolute;
	bottom: 9%;
	left: 9%;
}

.news-details {
	text-align: left;
	padding-bottom: 55px;
	display: none;
}
.news-slideshow {
	position: relative;
	margin-bottom: 40px;
}
.news-slideshow .cycle-control {
	display: block;
	width: 43px;
	height: 43px;
	overflow: hidden;
	text-indent: 100%;
	background: url(../images/arrows-sprite.png) top left no-repeat #fff;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	z-index: 300;
}
.news-slideshow .cycle-prev {
	left: 0;
}
.news-slideshow .cycle-next {
	right: 0;
	background-position: top right;
}

.news-details h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0px;
}
.news-details .news-categories {
}
.news-details .news-categories a {
}
.news-top {
	padding-bottom: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #363636;
	position: relative;
}
.close-news {
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: 100%;
	background: url(../images/icon-close.png) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.news-desc {
	float: left;
	width: 66%;
	padding-right: 9.5%;
}
.news-info {
	float: left;
	width: 34%;
}
.news-desc h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #111;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.news-desc p {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #111;
	margin-bottom: 20px;
}

.news-info table {
}
.news-info table tr {
	border-bottom: 1px solid #8e8f8f;
}
.news-info table th {
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	color: #363636;
	text-transform: uppercase;
	width: 31%;
	padding: 10px 0px;
	letter-spacing: 0.66px;
	vertical-align: top;
}
.news-info table td {
	font-weight: 300;
	font-size: 13px;
	line-height: 17px;
	color: #363636;
	width: 69%;
	padding: 10px 0px;
	letter-spacing: 0.78px;
	vertical-align: top;
}

.col12 input:hover{ 
	cursor: pointer;
}
/* ==========================================================================
    Footer
   ========================================================================== */

#footer {
	background-color: #383737;
	padding: 20px 0px;
	text-align: center;
	position: relative;
}
.footer-content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px;
}
.footer-nav ul {
	display: inline-block;
}
.footer-nav {
	list-style: none;
	display: block;
	width: auto; /* margin-bottom:33px; */
	display: inline-block;
	flex: 1;
}
@media only screen and (max-width: 767px) {
	.footer-nav {
		list-style: none;
		display: block;
		width: auto; /* margin-bottom:33px; */
		display: inline-block;
		flex:none;
	}
} 
.footer-nav li {
	list-style: none;
	display: inline-block;
	margin: 0 8px;
}
.footer-nav li a {
	font-size: 14px;
	line-height: 14px;
	color: #7c7c7c;
}

#footer .social-nav {
	display: inline-block; /*margin-bottom:20px;*/
	flex: 1;
}

@media only screen and (max-width :767px) {
	#footer .social-nav {
	
		flex: none;
	}
}
#footer .social-nav li {
	margin: 0 5px;
}
#footer .social-nav li a {
	background-color: transparent;
	color: #7c7c7c;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 24px;
}
#footer .social-nav li a:hover {
	background-color: #000;
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

#footer p {
	font-size: 14px;
	line-height: 14px;
	color: #7c7c7c;
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
}
#footer p a {
	color: #7c7c7c;
}

#footer .footer-images {
	list-style: none;
	position: absolute;
	top: 35px;
	right: 20px;
}
#footer .footer-images li {
	width: 60px;
	background-color: #fff;
	border-radius: 10px;
	padding: 4px;
	float: left;
}
#footer .footer-images li ~ li {
	margin-left: 10px;
}

#footer .license {
	flex: 1;
}

@media only screen and (max-width: 767px) {
	#footer .license { 
		flex:none;
	}
}
#footer .license span {
	font-size: 14px;
	line-height: 14px;
	color: #7c7c7c;
	text-align: right;
	display: block;
}

@media (max-width: 992px) {
	#footer .footer-images {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 10px;
		text-align: center;
	}
	#footer .footer-images li {
		float: none;
		display: inline-block;
	}
	.footer-content {
		flex-direction: column;
	}
	#footer .license span {
		text-align: center;
	}
	.social-nav {
		margin: 20px 0;
	}


}
/* ==========================================================================
    Profile - Services Pages
   ========================================================================== */

.banner {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner:after {
	padding-top: 28%;
	display: block;
	content: '';
}
.banner-inner {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section h3 {
	margin-bottom: 50px;
}
.section.white {
	background-color: #ffffff;
}
.section.dark {
	background-color: #222;
}
.inner-section {
	border-top: 1px solid #818285;
	padding-top: 40px;
	margin-bottom: 30px;
}
.inner-banner {
	margin-bottom: 45px;
}

.section.dark {
	color: #fff;
}
.section.dark h3 {
	color: #fff;
}
.section.dark h5 {
	color: #808285;
}

/* ==========================================================================
    Contact
   ========================================================================== */
.contact-info {
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 60px;
}
.contact-info ul {
	list-style: none;
}
.contact-info ul li {
	list-style: none;
	display: block;
	width: 50%;
	float: left;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	padding-left: 17px;
	position: relative;
}
.contact-info ul li:before {
	content: '\f0da';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 13px;
	color: #222222;
	top: 0;
	left: 0;
	z-index: 1;
}

.contact-form {
	max-width: 455px;
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	border: 1px solid #919191;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 18px;
	font-weight: 300; /* color:#fff; */
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-form input[type='text']:focus,
.contact-form input[type='email']:focus,
.contact-form textarea:focus {

    outline: none;

}
.contact-form textarea {
	height: 150px;
	padding: 15px 18px;
	margin-bottom: 30px;
}
.contact-form input[type='submit'] {
	min-width: 160px;
	padding: 20px 23px;
	margin: 0;
	display: block;
}
.contact-form input::placeholder {
	color: #000;
}

.contact-form .row {
	margin-left: -5px;
	margin-right: -5px;
}
.contact-form .row > div {
	padding: 0 5px;
}
.contact-form .row.subscribe {
	line-height: 16px;
	padding: 0 0 20px 0;
	text-align: left;
}
.contact-form input[type='checkbox'] {
	width: 16px;
	height: 16px;
	border: 1px solid #919191;
	background: none;
	vertical-align: top;
}
.contact-form input[type='checkbox']:checked {
	background: url('/resources/images/icon-close-white.png') center center no-repeat;
	background-size: 14px;
}
.contact-form label[for='subscribe_f'] {
	font-size: 15px;
	margin-left: 10px;
}
.message {
	display: block;
	float: right;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
	padding-top: 10px;
	text-align: center;
}

.contact-subscribe .row {
	margin-left: -5px;
	margin-right: -5px;
}
.contact-subscribe .row > div {
	padding: 0 5px;
}
.contact-subscribe input[type='email'] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	border: 1px solid #000;
	display: inline-block;
	width: 50%;
	height: 50px;
	padding: 0px 18px;
	font-weight: 300;
	color: #222;
	font-size: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.contact-subscribe input[type='submit'] {
	min-width: 160px;
	padding: 20px 23px;
	margin: 0 auto;
	display: block;
}
.contact-subscribe input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #222;
	opacity: 1;
}
.contact-subscribe input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #222;
	opacity: 1;
}
.contact-subscribe input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #222;
	opacity: 1;
}
.contact-subscribe input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #222;
	opacity: 1;
}
.contact-subscribe input[type='submit'] {
	min-width: 160px;
	padding: 18px 23px;
	margin: 0 auto;
	display: inline-block;
}

.contact-contact-section {
	display: flex;
}
.contact-contact-section .left {
	flex: 1;
	padding-right: 50px;
}

@media only screen and (max-width: 1034px) {
	.contact-contact-section .left {
		flex: none;
	}

}

.contact-contact-section .right {
	flex: 1;
	padding-left: 50px;
}

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

	.contact-contact-section .right {
		flex: none;
	}
}
.contact-contact-section h2 {
	text-align: left;
	margin-bottom: 0;
}
.contact-contact-section h3 {
	text-align: left;
}
.contact-contact-section h5 {
	text-align: left;
}
.contact-contact-section .leading {
	text-align: left;
}
.contact-contact-section .left .social-nav .first {
	margin-left: -6px;
}

.contact-subscribe-section h2 {
	text-align: left;
}
.contact-subscribe-section h3 {
	text-align: left;
}
.contact-subscribe-section h5 {
	text-align: left;
}
.contact-subscribe-section .leading {
	text-align: left;
	color: #fff;
}
.contact-subscribe-section .contact-subscribe input[type='email'] {
	color: #fff;
	border: 1px solid #fff;
}
.contact-subscribe-section .contact-subscribe input::placeholder {
	color: #fff;
}

@media (max-width: 992px) {
	.contact-contact-section {
		flex-direction: column;
	}
	.contact-contact-section .left {
		padding-right: 0;
		max-width: 455px;
		margin: 0 auto;
		width: 100%;
	}
	.contact-contact-section .right {
		padding-left: 0;
	}
	.contact-contact-section h2 {
		text-align: center;
	}
	.contact-contact-section h3 {
		text-align: center;
	}
	.contact-contact-section h5 {
		text-align: center;
	}
	.contact-contact-section .leading {
		text-align: center;
	}
	.contact-subscribe-section .wrapper {
		padding: 0 50px;
	}
	.contact-contact-section .left .social-nav {
		display: block;
		text-align: center;
		background-color: none;
	}
	.contact-contact-section .left .social-nav a {
		background-color: transparent;
	}
	.contact-contact-section .left .contact-info {
		padding-bottom: 0;
	}
}

.contact-tile-section {
	padding: 0;
}
.contact-tile-section .row {
	display: flex; /*margin: 0;*/
}
.contact-tile-section .row div {
	flex-grow: 1;
}

.contact-tile-section .tile-content {
	padding: 50px;
	min-height: 50vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-tile-section .tile-content h3 {
	text-align: left;
	margin: 0;
}
.contact-tile-section .tile-content h5 {
	text-align: left;
}
.contact-tile-section .tile-content .leading {
	text-align: left;
	margin-bottom: 20px;
}
.contact-tile-section .tile-image {
	padding: 0;
}
.contact-tile-section .tile-image div {
	min-height: 50vw;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 75%;
}
.contact-tile-section .customer-service {
	background-image: url('../images/customer-service.jpg');
}
.contact-tile-section .balmain-care {
	background-image: url('../images/balmain-care.jpg');
}

@media (max-width: 992px) {
	.contact-tile-section .row {
		flex-direction: column;
	}
	.contact-tile-section .row:last-child {
		flex-direction: column-reverse;
	}
	.contact-tile-section .col6 {
		width: 100%;
	}
	.contact-tile-section .tile-content {
		padding: 25px !important;
	}
}

.care-form {
	display: flex;
}
.care-form .selectric-wrapper {
	margin-right: 2rem;
}

/* ==========================================================================
    Services new
   ========================================================================== */
.layout-service-single .subPage {
	padding: 45px 0;
	border-top: 1px solid #818285;
}

@media only screen and (max-width: 1023px) {
	.layout-service-single .subPage .wrapper {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.layout-service-single .subPage .row.wide {
		margin: 0;
	}

	.layout-service-single .subPage .row.wide > div {
		padding: 0;
	}
	
	.contact-form .row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* ==========================================================================
    Team
   ========================================================================== */
.team-member {
	text-align: left;
	margin-bottom: 20px;
	cursor: pointer;
}
.member-info {
	padding: 15px 5px 15px 15px;
	background-color: #fff;
	min-height: 105px;
    background-position: 95% 15px;
    background-size: 45px;
    background-repeat: no-repeat;
	
}
.member-title {
	/*font-size: 14px;
	line-height: 14px;*/
	font-size: 10px;
	line-height: 1;
	color: #808285;
}
.cd-item-info .member-title {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
.linkedin-btn {
	font-size: 28px;
	color: #a3a3a3;
	position: absolute;
	bottom: 35px;
	right: 28px;
	display: block;
	z-index: 400;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
	transition: transform 0.3s 0s, visibility 0s 0.3s;
}
.linkedin-btn:hover {
	color: #000;
}
.add-content .linkedin-btn {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
	transition: transform 0.3s 0s, visibility 0s 0s;
	position: absolute;
	right: 30px;
	bottom: 23px;
}
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
@media only screen and (min-width: 1024px) {
	body.overlay-layer::after {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
		transition: opacity 0.3s 0s, visibility 0s 0s;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-quick-view {
		display: block;
		position: fixed;
		max-width: 940px;
		max-height: 569px;
		overflow: hidden;
		visibility: hidden;
		z-index: 1;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: left, top, width;
	}
	.cd-quick-view:after {
		content: '';
		display: table;
		clear: both;
	}
	.cd-quick-view.is-visible {
		visibility: visible;
	}
	.cd-quick-view.animate-width {
		background-color: #ffffff;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
		-webkit-transition: box-shadow 0.3s;
		-moz-transition: box-shadow 0.3s;
		transition: box-shadow 0.3s;
	}
}
.cd-slider-wrapper {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 401;
}

.cd-years-container {
	position: absolute;
	bottom: 30px;
	right: 25px;
/* 	border: 1px solid #000; */
	background: white;
}
.cd-years-logo {
	background: #000;
}
.cd-years-logo img{
	width: 120px;
	padding: 8px 25px;
}
.cd-years p{
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 0;
}
.cd-years{
   border: 1px solid #000;
}

.cd-item-info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 53%;
	padding: 3em 3em 0em 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s;
	-moz-transition: opacity 0.3s, visibility 0s;
	transition: opacity 0.3s, visibility 0s;
}

.team_contact {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s;
	-moz-transition: opacity 0.3s, visibility 0s;
	transition: opacity 0.3s, visibility 0s;
}

.add-content .cd-item-info {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.add-content .team_contact {
	visibility: visible;
	opacity: 1;
}

.add-content .cd-item-info h4 {
	-webkit-animation: cd-slide-in 0.3s;
	-moz-animation: cd-slide-in 0.3s;
	animation: cd-slide-in 0.3s;
}
.add-content .cd-item-info p {
	-webkit-animation: cd-slide-in 0.4s;
	-moz-animation: cd-slide-in 0.4s;
	animation: cd-slide-in 0.4s;
	line-height: 22px;
}

@-webkit-keyframes cd-slide-in {
	0% {
		-webkit-transform: translate3d(-40px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@-moz-keyframes cd-slide-in {
	0% {
		-moz-transform: translate3d(-40px, 0, 0);
	}
	100% {
		-moz-transform: translate3d(0, 0, 0);
	}
}
@keyframes cd-slide-in {
	0% {
		-webkit-transform: translate3d(-40px, 0, 0);
		-moz-transform: translate3d(-40px, 0, 0);
		-ms-transform: translate3d(-40px, 0, 0);
		-o-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.cd-close {
	z-index: 400;
	position: absolute;
	top: 35px;
	right: 28px;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: 100%;
	background: url(../images/icon-close.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
	transition: transform 0.3s 0s, visibility 0s 0.3s;
}
.add-content .cd-close {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
	transition: transform 0.3s 0s, visibility 0s 0s;
}
.popup-close2 {
	display: none;
}

/* ==========================================================================
    Portrait iPad
   ========================================================================== */
@media only screen and (max-width: 1023px) {
	.section {
		overflow: hidden;
	}
	#logo {
		width: 115px;
		height: 21px;
		left: 20px;
		top: 38px;
	}
	.nav li {
		margin: 0px 12px;
	}
	.header-toolbar {
		right: 20px;
	}
	.social-nav li {
		margin-left: 8px;
	}
	.header-toolbar .social-nav li {
		margin-left: 0px;
	}
	.header-toolbar .nav li {
		margin: 0;
	}

	.cd-quick-view {
		position: relative;
		display: none;
	}
	.mfp-content .cd-quick-view {
		display: block;
	}
	.cd-close {
		visibility: visible;
	}
	.linkedin-btn {
		visibility: visible;
	}
	.cd-slider-wrapper {
		float: none;
	}
	.cd-item-info {
		float: none;
		width: 100%;
		padding: 3em 3em;
		visibility: visible;
		opacity: 1;
		position: relative;
	}

	.cd-quick-view {
		max-width: 320px;
		background: #fff;
		margin: 0 auto;
	}
	.popup-close2 {
		display: block;
		z-index: 400;
		position: absolute;
		top: 35px;
		right: 28px;
		display: block;
		width: 22px;
		height: 22px;
		overflow: hidden;
		text-indent: 100%;
		background: url(../images/icon-close.png) 0 0 no-repeat;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

	.contact_wrap {
		width: 100%;
	}
	.services_wrap {
		width: 100%;
	}

	.inner-section {
		border-top: 0px solid #818285;
	}
}
@media only screen and (max-width: 830px) {
	#logo {
		width: 95px;
		height: 21px;
		left: 10px;
		top: 38px;
	}
}
/* ==========================================================================
    Landscape iPhone
   ========================================================================== */
@media only screen and (max-width: 767px) {
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}

	.inner-section {
		padding-top: 30px;
		margin-bottom: 20px;
	}

	/*Header*/
	#mobile-menu-trigger {
		display: block;
		float: right;
		width: 88px;
		height: 88px;
		overflow: hidden;
		text-indent: 100%;
		background: url(../images/icon-menu.png) center center no-repeat #fff;
	}

	#mobile-menu-trigger.active {
		background: url(../images/icon-menu.png) center center no-repeat #f1f1f1;
	}
	.header-inner {
		height: auto;
	}
	#logo {
		position: relative;
		top: auto;
		left: auto;
		float: left;
		margin-top: 30px;
		margin-left: 30px;
	}
	.nav {
		display: block;
		display: none;
		width: 100%;
		clear: both;
		padding-top: 0px;
		border-top: 1px solid #333;
		background-color: #ebebeb;
	}
	.nav li {
		display: block;
		width: 100%;
		margin: 0px;
	}
	.nav li.first {
		display: none;
	}
	.nav li.selected a {
		border-bottom: 1px solid #333;
		padding: 13px;
	}

	.nav li a {
		display: block;
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		color: #111;
		text-transform: uppercase;
		padding: 13px 10px;
		position: relative;
		border-bottom: 1px solid #333;
	}
	.nav li.on a,
	.nav li a:hover {
		background-color: #888;
		color: #fff;
	}
	.nav > li > a:before {
		display: none;
	}

	.header-toolbar {
		position: relative;
		right: auto;
		top: auto;
		display: block;
		display: none;
		width: 100%;
		clear: both;
		background-color: #333;
		/*height: 100% !important;
		min-height: 280px;*/
	}
	.header-toolbar .nav {
		border-top: 0;
		background-color: #3c3c3c;
	}
	.header-toolbar .nav li a {
		border-bottom: 0;
		color: #fff;
	}
	.social-nav {
		padding:26px 0px;
	}
	.social-nav li {
		margin: 0px 10px;
	}
	.social-nav li a {
		background-color: #fff;
		color: #333;
	}
	.footer-nav li {
		width: 100%;
		margin-bottom: 8px;
	}
	#footer p {
		margin-bottom: 0;
	}

	#header.active,
	#header.active .header-inner {
		height: 100%;
	}
	
	#header.active {
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	.nav li.first {
		display: block;
	}
	.nav li a,
	.nav li.selected a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#logo {
		margin-top: 18px;
		margin-left: 15px;
	}
	#logo img {
		width: 140px;
	}
	#mobile-menu-trigger {
		height: 56px;
		width: 56px;
	}

	/* News */
	.news-text {
		float: none;
		width: 100%;
		height: auto !important;
	}
	.news-thumb-image {
		float: none;
		width: 100%;
		height: 262px;
	}
	/* Home*/
	.banner-text h1 {
		margin-bottom: 10%;
	}

	/*Projects */
	.filters {
		display: none;
	}
	.filter-label {
		font-size: 28px;
		line-height: 28px;
		color: #111;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.styled-select {
		width: 100%;
		overflow: hidden;
		background: #fff;
		border: 1px solid #252525;
		font-size: 28px;
		line-height: 28px;
		color: #808285;
	}
	.styled-select select {
		width: 120%;
		background: none;
		border: 0;
		padding: 13px 15px;
		font-size: 14px;
		line-height: 14px;
		color: #808285;
	}
	.filters-select {
	}
	.project-thumb-image {
		float: none;
		width: 100%;
		height: 262px;
	}
	.project-text {
		float: none; /* width:100%; */
		height: auto !important;
	}
	.project-text .project-categories {
		position: relative;
		bottom: auto;
		left: auto;
		text-align: left;
	}
	.project-desc {
		width: 100%;
		float: none;
		padding: 0;
		border-bottom: 1px solid #363636;
		margin-bottom: 25px;
	}
	.project-info {
		width: 100%;
		float: none;
		padding: 0;
	}
	.project-info table tr {
		border-bottom: 0px;
	}

	.filter-label {
		text-transform: uppercase;
	}
	.styled-select select {
		/*font-size: 28px; line-height: 28px;*/
	}

	/*Profile*/
	.banner::after {
		padding-top: 100%;
	}
	.inner-section .row,
	.section .row {
		margin: 0;
	}
	.section .row.wide {
		margin: 0;
	}
	.inner-section .col6,
	.section .row.wide .col6,
	.section .col6 {
		width: 100%;
		padding: 0;
		float: none;
	}
	.about-cont h3,
	.about-cont h5,
	.about-cont p {
		text-align: left;
	}

	/*Team*/
	.team-member {
		width: 50%;
	}

	/*Contact*/
	.contact-form .row > div {
		padding: 0;
	}
	.contact-form input[type='submit'] {
		display: block;
		width: 100%;
	}
	.message {
		float: none; /* text-align:left; */
		padding-top: 20px;
		width: 100%;
	}
	.contact-info ul li {
		float: none;
		width: 100%;
	}


}

@media only screen and (min-width: 768px) {
	.nav { 
		display: inline-block !important;
	}
}



 

/* ==========================================================================
    Portrait iPhone
   ========================================================================== */
@media only screen and (max-width: 479px) {
	.contact-subscribe input[type='email'] {
		width: 100%;
	}
	.contact-subscribe input[type='submit'] {
		width: 100%;
	}

	.banner-text h1 {
		font-size: 36px;
		line-height: 36px;
	}
	#banner .cycle-pager span {
		width: 15px;
		height: 15px;
	}
	.team-member {
		width: 100%;
		padding: 0;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}
	#logo {
		margin-left: 20px;
	}
	.close-project {
		top: -25px;
	}
}

#main {
	padding-top: 58px;
}
h2 {
	margin-bottom: 51px;
}
p.leading {
	margin-bottom: 60px;
}
.layout-team .inner-section {
	padding-top: 65px;
}

#main.terms .wrapper {
	max-width: 500px;
}
#main.terms .wrapper p {
}
#main.terms .wrapper h1 {
	margin-bottom: 50px;
	font-size: 37px;
	text-align: left;
	line-height: 37px;
}
#main.terms .wrapper h2 {
	font-size: 14px;
	color: #808285;
	margin-bottom: 40px;
	text-align: left;
	line-height: 14px;
}

.close-project {
	z-index: 1;
}

.filters,
.styled-select.mobile-show,
.mobile-show.filter-label {
	/*display: none !important; */
}

.switch_view.mobile-show{
	display: none;
}

.nav > li.on > a:before,
.nav > li.selected > a:before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.nav li.on a,
.nav li.selected a {
	border-bottom: none;
	padding-bottom: 31px;
}

.contact-info a,
.contact-info a:hover {
	color: #222;
}

body.layout-services .row ul {
	margin-bottom: 0;
}
body.layout-services .inner-banner {
	margin-bottom: 50px;
}
body.layout-services .row.wide > div:first-child {
	padding-right: 25px;
}
body.layout-services .row.wide > div:last-child {
	padding-left: 25px;
}
body.layout-services h3 {
	line-height: 36px;
}
body.layout-services .enquiry {
	margin-top: 30px;
}

body.layout-team h4 {
	font-size: 26px;
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 767px) {
	.nav li.on a,
	.nav li.selected a {
		padding-bottom: 20px;
	}
	
	.switch_view.mobile-show{
		display: block;
		width: 92px;
		text-align: center;
		margin: 10px auto;
	}
	
	

	#mobile-menu-trigger {
		/*		height: 17px;
		width: 24px;*/
		background-size: 24px 17px;
		/*		padding-top: 19px;
		padding-right: 19px;
		padding-bottom: 19px;
		padding-left: 19px;*/
		/*background-size: contain;*/
	}
	#mobile-menu-trigger.active {
		/*		height: 17px;
		width: 24px;*/
		background-size: 24px 17px;
		/*		padding-top: 19px;
		padding-right: 19px;
		padding-bottom: 19px;
		padding-left: 19px;*/
		/*background-size: contain;*/
	}
}

@media only screen and (max-width: 479px) {
	#logo {
		text-align: left;
		margin-left: 15px;
		margin-top: 21px;
		width: 108px;
	}

	#banner .cycle-pager span {
		width: 7px;
		height: 7px;
		margin: 0px 4px;
	}
	#mobile-menu-trigger {
		/*height: 17px; width: 17px; background-size: contain; margin: 19px 15px;*/
		background-position: center center;
		background-size: 17px;
		margin: 0;
		height: 55px;
		width: 47px;
		background-color: white;
		/*		height: 15px;
		width: 21px;*/
		background-size: 21px 15px;
		/*padding: 20px;*/
		/*background-size: contain;*/
	}
	#mobile-menu-trigger.active {
		background-position: center center;
		background-size: 17px;
		margin: 0;
		height: 55px;
		width: 47px;
		/*		height: 15px;
		width: 21px;*/
		background-size: 21px 15px;
		/*padding: 20px;*/
		/*background-size: contain;*/
	}
	.banner-text h1 {
		margin-bottom: 20%;
	}

	/* projects */
	.wrapper {
		padding: 0 25px;
	}
	h2 {
		font-size: 43px;
	}
	p.leading {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.filter-label {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.styled-select {
		background: #fff url(/resources/images/dropdownarrowdown.png) no-repeat right 15px center;
	}
	.inner-section {
		border-top: 1px solid #818285;
		padding-top: 45px;
		margin-bottom: 30px;
	}
	.project-thumb > div {
		height: 133px;
	}
	.project-text {
		padding: 15px;
	}
	.project-text h3 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 0;
		margin-bottom: 12px;
	}
	.project-text p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.project-text p a.open-project {
		display: block;
		text-decoration: underline;
	}
	.project-categories a {
		font-size: 11px;
	}
	.project {
		margin-bottom: 25px;
	}

	/* projects popup */
	.project-slideshow .cycle-control {
		width: 31px;
		height: 31px;
		background-size: 62px 31px;
	}
	.close-project {
		top: -25px;
		background-image: url(/resources/images/icon-close-white.png);
		top: 6px;
		right: 6px;
		z-index: 110;
		width: 18px;
		height: 18px;
		top: 7px;
		right: 7px;
		z-index: 110;
		width: 17px;
		height: 17px;
		background-size: 17px;
	}
	.project-top .project-categories a {
		font-size: 14px;
	}
	.project-top {
		padding-bottom: 40px;
		margin-bottom: 25px;
		border-bottom: 2px solid #363636;
	}
	.project-desc {
		padding-bottom: 20px;
	}
	.project-desc h4 {
		font-weight: bold;
		line-height: 13px;
	}
	.project-desc p {
		font-weight: 300;
		font-size: 15px;
		line-height: 24px;
	}
	.project-info table th {
		font-weight: bold;
		width: 100px;
	}
	.project-details {
		padding-bottom: 25px;
	}

	/* profile */
	#main {
		padding-top: 35px;
	}
	#main h2 {
		margin-bottom: 15px;
	}
	p.leading {
		margin-bottom: 40px;
	}
	h3 {
		margin-bottom: 10px;
	}
	h5 {
		line-height: 14px;
		margin-bottom: 30px;
		letter-spacing: 0.8px;
	}
	.inner-section:first-of-type {
		border-top: 2px solid #818285;
		padding-top: 35px;
	}
	.btn {
		padding: 17px 37px;
	}

	/* team */
	.row > div {
		padding: 0 0px;
	}
	.team-member {
		margin-bottom: 25px;
	}
	.member-info {
		padding: 14px;
		min-height: 0;
		background-size: 25px;
	}
	.mfp-close-btn-in .mfp-close {
		display: none;
	}
	.mfp-container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.cd-item-info {
		padding: 14px;
	}
	.cd-item-info h4 {
		line-height: 28px;
	}
	.cd-item-info .member-title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.popup-close2 {
		width: 16px;
		height: 16px;
		top: 14px;
		right: 14px;
		background-size: 16px;
	}
	.team_contact {
		bottom: 14px;
		left: 14px;
	}
	.linkedin-btn {
		bottom: 20px;
		right: 14px;
	}

	/* services */
	.section {
		padding-top: 27px;
	}
	.section h3 {
		margin-bottom: 35px;
	}
	.inner-banner {
		margin-bottom: 35px;
	}
	.layout-services .enquiry {
		border-top: 2px solid #818285;
		padding-top: 45px;
		margin-top: 55px;
	}

	/* contact */
	.contact-info {
		padding-bottom: 55px;
	}
	.contact-info ul {
		margin-left: 25px;
	}
	.section.dark {
		padding-top: 55px;
	}
	.section.dark h3 {
		width: 110%; /* margin-left: -5%; */
		margin-bottom: 10px;
	}
	.section.dark h5 {
		margin-bottom: 50px;
	}
	.contact-form input[type='text'],
	.contact-form input[type='email'],
	.contact-form textarea {
		margin-bottom: 22px;
		resize: none;
	}
}

/* 2021 additions */

.nav-img-thumb {
	display: inline-block;
    width: 200px;
    height: 140px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.feature-column {
	position: absolute;
	left: 220px;
	top: 0px;
	width: 360px;
}

.full-height-line:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    background: white;
    height: 100%;
    width: 1px;
}

.full-height-line h3:before {
	display: none !important;
}

.feature-column p {
	font-size: 12px;
	line-height: 1.3;
	color: #ffffff;
}

.feature-column h3:before {
	display: none !important;
}

.nav .btn {
	color: #ffffff;
	text-transform: uppercase !important;
	font-size: 12px;
	padding: 5px 10px !important;
	border: 1px solid #ffffff !important;
}

.nav .btn:hover {
	color: #111111;
}

.nav p {
	color: #ffffff;
	font-weight: normal;
}

.layout-about #main, .layout-civil #main, .layout-community #main, .layout-capabilities #main, .layout-queensland #main {
	padding: 0px;
}

.layout-about section .inner-section, .layout-civil section .inner-section, .layout-community section .inner-section, .layout-capabilities section .inner-section, .layout-queensland .inner-section {
	border: none;
}

.layout-queensland #page #banner .banner-text .wrapper h2{
	color: white;
	font-weight: bold;
	font-size: 40px;
}
	 


section.white {
	background-color: #ffffff;
}

section.white h3, section.white h4, section.white h5, section.white p, section.white a {
	text-align: left;
}

section.light--grey {
	background-color: #e8e8e8;
}

section.light--grey .btn {
	border: 1px solid #949494;
	font-weight: 300;
}

section.white .btn {
	border: 1px solid #3c3c3c;
	color: #3c3c3c;
	font-weight: 300;
}

section.white .btn:hover {
	background-color: #f8f8f8;
}

section.light--grey h3, section.light--grey h4, section.light--grey h5, section.light--grey p, section.light--grey a {
	color: #111111;
	text-align: left;
}

section.dark--grey {
	background-color: #3c3c3c;
}

section.white {
	background-color: #ffffff;
}

section.dark--grey h3, section.dark--grey h4, section.dark--grey h5, section.dark--grey p, section.dark--grey a {
	color: #e8e8e8;
	text-align: left;
}

.strive-tree {
	margin-top: -140px;
	margin-bottom: 110px;
}

.strive-tree li {
	position: relative;
	margin-bottom: -20px;
}

.strive-tree h4 {
	text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.strive-tree li .strive-copy {
	width: 50%;
	position: absolute;
	top: 70px;
}

.strive-tree li span {
	width: 100%;
	display: block;
	color: #ffffff;
	font-size: 110px;
	clear: both;
}

.strive-tree li:nth-child(odd) p, .strive-tree li:nth-child(odd) h4{
	text-align: left !important;
}

.strive-tree li:nth-child(odd) h4:before {
	content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    left: 50px;
    top: 13px;
    z-index: 1;
}

.strive-tree li:nth-child(odd) .strive-copy {
	float: right;
	right: 0;
	padding-left: 120px;
}

.strive-tree li:nth-child(even) p,  .strive-tree li:nth-child(even) h4{
	text-align: right !important;
}

.strive-tree li:nth-child(even) h4:before {
	content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    right: 50px;
    top: 13px;
    z-index: 1;
}

.strive-tree li:nth-child(even) .strive-copy {
	float: left;
	left: 0;
	padding-right: 120px;
}

.cta {
	display: inline-block;
	width: 30%;
	padding-top: 19%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	position: relative;
	margin-right: 4%;
}

	

.cta-tile {
	display: inline-block;
	width: 30%;
	padding-top: 0;
	position: relative;
	margin-right: 4%;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	
	.cta-tile  {
		display: block;
		width: 100%;
		padding-top: 19%;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center center;
		position: relative;
		margin-right: 4%;
	}
	
}
.cta-tile h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
	margin-top: 15px;
}
.cta-tile h5 {
	margin-bottom: 0px;
	font-size: 13px;
}


.cta-tile:last-of-type {
	margin-right: 0px;
}

.cta:hover > .cta-banner {
	background: rgba(130, 129, 129, 0.7);
	transition: .3s;
}

.cta:last-of-type {
	margin-right: 0px;
}

.cta-banner {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(130, 129, 129, 0.85);
	padding: 10px 15px;
	transition: .3s;
}


.cta-banner h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1;
}

.cta-banner h5 {
	margin-bottom: 0px;
	font-size: 13px;
}

.banner--small .banner-text {
	margin-top: 0px;
	transform: translateY(-50%);
}

.banner--small .banner-text p {
	font-size: 31px;
	line-height: 1;
}

@media only screen and (max-width:900px) {
	.banner--small .banner-text p {
		font-size: 27px;
		margin-bottom: 45px;
	}
}
.banner--small .banner-text p:last-of-type {
	margin-bottom: 0px;
}

.civil-team-section {
	background: #ffffff;
}

.civil-team-section .col4 {
	width: 25%;
}

.member-info h4 {
	font-size: 18px;
	line-height: 1;
}

.project-slider {
	margin: 0px -20px;
}

.slick-slide .cta {
	width: 100%;
	padding-top: 69%;
}

.slick-initialized .slick-slide {
	margin: 0px 20px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border: none;
	font-size: 0;
	color: transparent;
	background: transparent;
	width: 30px;
	height: 40px;
}

.slick-arrow:focus {
	outline: none;
}

.slick-prev {
	left: 0;
	background: url('../images/arrow-prev.png') no-repeat;
	background-position: center center;
	background-size: contain;
	
}

.slick-next {
	right: 0;
	background: url('../images/arrow-next.png') no-repeat;
	background-position: center center;
	background-size: contain;
}

.col4 img {
	max-width: 100% !important;
	width: 100%;
	padding: 0px 20px;
}

.section--stats .col4 p {
	text-align: center;
}

.section--stats h2 {
	margin-bottom: 0px;
	color: #ffffff;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.strive-tree li h4:before,  .strive-tree li span{
		display: none !important;
	}

	.section--stats .col4 p {
		padding: 0 15vw;
	}
	
	.strive-tree li .strive-copy {
		position: relative;
		top: 0;
		float: none !important;
		text-align: left !important;
		width: 100%;
		padding: 0px !important;
	}
	
	.strive-tree li:nth-child(even) p,  .strive-tree li:nth-child(even) h4{
		text-align: left !important;
	}
	
	.strive-tree li {
		margin-bottom: 0px;
	}
	
	.strive-tree {
		margin: 0px 0px 40px 0px;
	}
	
	.cta {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		padding-top: 64%;
	}
	
	.banner--small .banner-text p {
		font-size: 20px;
	}
	
	.civil-team-section .col4 {
		width: 50%;
	}
	
	.col4 {
		width: 100%;
	}
	
	.nav .dropdown {
		/*position: static;*/
		top: 0;
	}
	
	.nav .dropdown .column {
		width: 100%;
		float: none;
		background-color: rgba(136, 136, 136, 0.8);
	}
	
	.nav .dropdown .column ul {
		text-align: center;
	}
	
	.nav .dropdown .column li a {
		border-bottom: 1px solid #ffffff;
		text-transform: uppercase;
	}

	.nav .dropdown .column + .column {
		padding-top: 20px;
		padding-bottom: 34px;
	}
	
	.nav li.open .dropdown {
		position: relative;
		opacity: 1;
    	visibility: visible;
    	top: 0;
    	margin: 0px;
    	padding: 0px;
	}
	
	.nav li.open .dropdown h3 {
		text-align: center;
		font-weight: 600;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.nav li.open .dropdown .nav-img-thumb, .nav li.open .dropdown .feature-column {
		width: 100%;
		position: relative;
		left: 0;
		padding: 0px 10px;
	}
	
	.nav li.open .dropdown .feature-column p {
		font-size: 14px;
	}
	
	.nav .btn {
		text-align: center;
	}
	
	.nav li.selected a {
		border-bottom: 1px solid #333;
	}
	
	.nav .column .social-nav li a {
		background-color: transparent;
		border-bottom: none;
		/* min-width: auto; */
	}
	
	.nav .dropdown .social-nav {
		width: 330px;
		margin: 0px auto;
		border: none;
	}
	
	.social-column {
		text-align: center !important;
	}
	
	.nav .dropdown .social-nav li {
		float: left;
	}
	
	.nav p {
		text-align: center;
	}
	
	.accredited-pro-column {
		padding-bottom: 0px !important;
	}
	
	.accredited-pro-column h3 {
		padding-top: 0px !important;
	}
	
	.accredited-pro-column p {
		padding: 10px 0px;
	}
	
	.contact-column {
		padding: 20px 10px !important;
	}
	
	.nav .dropdown::before {
		display: none !important;
	}
	
	#header.active .header-inner:before {
		content: '';
		position: absolute;
		background: #333;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 200px;
	}
	
	.nav li a:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
		margin-left: 10px;
		transform: rotateZ(-45deg);
		-webkit-transform: rotateZ(-45deg);
		position: relative;
		top: -4px;
	}
	
	.nav li.open a:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
		margin-left: 10px;
		transform: rotateZ(135deg);
		-webkit-transform: rotateZ(135deg);
		position: relative;
		top: 0px;
	}
	
	.nav li ul li a:after, .nav li.open ul li a:after, .nav li.open a.btn:after {
		display: none;
	}
	
/*
	.nav li.open a:first-of-type {
		background-color: #888;
	}
*/
	
}


@media (min-width:768px ) {
	.nav > li:hover .dropdown {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (max-width: 479px) {
	.civil-team-section .col4 {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.nav .dropdown .contact-column-reverse {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
  }