/*
Theme Name: Digital Monopoly Default Bootstrap
Theme URI: http://www.digitalmonopoly.com.au/
Author: Digital Monopoly
Author URI: http://www.digitalmonopoly.com.au/
Description: Motus Architecture
Version: 1.0
*/


/* =Heading font
-------------------------------------------------------------- */
@font-face {
	font-family: 'PathwayGothic';
	src: url('fonts/pathway-gothic.eot');
	src: url('fonts/pathway-gothic.eot') format('embedded-opentype'),
			 url('fonts/pathway-gothic.woff') format('woff'),
			 url('fonts/pathway-gothic.ttf') format('truetype'),
			 url('fonts/pathway-gothic.svg') format('svg');
}

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #929292;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.3px;
	font-weight: 300;
	outline: none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#000000;
	font-family: 'PathwayGothic';
	text-transform: uppercase;
}

h1 {
    font-size: 28px;
    letter-spacing: 2px;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000000;
    line-height: 25px;
}
h3{ font-size: 22px; letter-spacing: 2px;}
h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    line-height: 20px;
}
h5{ font-size: 18px; }
h6{ font-size: 16px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	color: #929292;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.3px;
	font-weight: 300;
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 40px 40px 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	border-color: #eee #eee #bbb #eee;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:34px;
	line-height:34px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #33acf2;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* =Main Layout
----------------------------------------------- */
#page {width:100%; overflow: hidden;}
.site-header {
    width: 100%;
    float: left;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 999999;
    background: #ffffff;
}
.site-header.sticky {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 99999;
}
header#masthead .container {width: 100%;float: left; clear: both; overflow: hidden;}
.container {width:1140px;}

.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	height: 85px;
	line-height: 40px;
	padding: 10px 20px 10px 10px;
}
a#logo {
    width: 225px;
    float: left;
    padding-top: 10px;
}
.site-header .navbar-brand img{ height: auto; display: block;}

.site-featured{ margin:auto; }
.site-header-image-bg{ height: 0px!important;}

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}

.container{ }
.site-main{padding-top: 80px;}
.home .site-main{ width:100%; padding:20px 0 0; float:left; }

.site-footer{
	background: none repeat scroll 0 0 #555555;
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 0px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #555555;
	font-family: 'Lato', sans-serif;
	clear: both;
	color: #9a9a9a;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 20px 0 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info a {
	color: #9a9a9a;
	cursor: pointer;
}
.site-footer .footer-info a:hover {color:#ffffff;}
.site-footer .footer-info a :hover {color: #ffffff;}
.col-md-3.company-info p {
    padding-top: 0px;
    padding-bottom: 10px;
	line-height: 23px;
	font-size: 12px;
}
ul.socials.footer {
    float: left;
    margin-left: 0;
	padding-top: 5px;
}
h3.widget-title {
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 22px;
	margin-bottom: 0px;
}

.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }
.col-md-3.company-info2 .socials a {
    color: #555555 !important;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.col-md-3.company-info2 p, .col-md-3.company-info3 p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
	margin-bottom: 0px;
}

input#input_1_2 {width:85%; float: left;}
input#gform_submit_button_1 {
    right: 10px;
    width: 20%;
    float: right;
    position: absolute;
    bottom: 3px;
	opacity: 0.8;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input#gform_submit_button_1:hover {
	opacity: 1;
}
input#input_1_1, input#input_1_2 {
    background: #7d7d7d;
    border: 0pc;
    border-radius: 7px;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}

div.footer-btn {
    background: none;
    box-shadow: none;
    border: 0px;
    margin-top: 10px;
    padding-left: 0;
    font-family: 'PathwayGothic';
    float: left;
    text-shadow: none;
    color: #ffffff;
}
div.footer-btn i {
    background: #33abf1;
    border-radius: 50px;
    height: 26px !important;
    width: 26px;
    color: #ffffff;
    line-height: 26px !important;
    text-align: center;
    font-size: 19px !important;
    left: 0px !important;
    margin-right: 15px;
    opacity: 0.7;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.footer-btn a i {
    font-size: 25px !important;
    padding-left: 5px;
}
div.footer-btn.hover i {
	opacity: 1;
    margin-left: 0px !important;
}

div.footer-btn a {
    color: #ffffff !important;
    font-size: 18px;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-shadow: none;
    letter-spacing: 2px;
}
div.footer-btn.hover a {
	margin-right: 0;
	color:#33abf1!important;
}
.page .entry-header{  }
.page .entry-header .entry-title{}

.home .front-content{ margin-bottom:0px; padding-top: 30px;overflow: hidden; }
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 53%;
    margin-top: -16px;
    outline: 0;
    width: 70px;
    height: 40px;
    text-indent: -9999px;
    z-index: 999;
	opacity: 1;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/prev.png)50% 50% no-repeat;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/next.png)50% 50% no-repeat;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bx-wrapper .bx-prev:hover {
    left: 10px;
    background: url(images/prev-hover.png)50% 50% no-repeat;
	opacity: 1;
}
.bx-wrapper .bx-next:hover {
    right: 10px;
    background: url(images/next-hover.png)50% 50% no-repeat;
	opacity: 1;
}
#carousel-team .bx-controls-direction .bx-next:hover {
    right: 10px;
    background: url(images/next-hover.png)50% 50% no-repeat;
	opacity: 1;
}

/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 50px;}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}


.home .site-header-image-bg{ height:720px!important;}
.page-template-page-templatescontact-us-php .site-header-image-bg{ height:0px!important; }
.page-template-page-templatescontact-us-php #contact-map{
	height: 350px;
	left: 0;
	position: relative;
	right: 0;
	width: 100%;
}
.page-template-page-templatescontact-us-php .entry-header {
	height: auto;
	margin-top: -80px;
}

/* =Layout: Content-Sidebar
----------------------------------------------- */
#content {}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }

/* =Menu
----------------------------------------------- */

.navbar{ margin: 0; }
.navbar-default{ border:none; }

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    float: left;
    overflow: hidden;
    z-index: 9999;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-family: 'PathwayGothic';
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 19px;
	background: url(images/header-active.png)50% -120% no-repeat;
	webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #33acf2;
	background-color: transparent;
	background: url(images/header-active.png)50% -25% no-repeat;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #33acf2;
    text-transform: uppercase;
    font-family: 'PathwayGothic';
    background: url(images/header-active.png)50% -30% no-repeat;
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
	margin-top: 25px;
	background: #33abf1;
	box-shadow: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #33abf1;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}


.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}



.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}


#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a {
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.socials li a i {
    color: #555555;
    width: 35px;
    height: 35px;
    background: #33abf1;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.socials li a i:hover {
    color: #333333 !important;
    background: #ffffff;
}
.navbar-collapse.collapse .socials li a i {
    color: #ffffff;
}
.navbar-collapse.collapse .socials li a i:hover {
    color: #ffffff !important;
    background: #000000;
}
ul.socials {float: right; padding-top: 28px;}
span.header-phone {
    padding-top: 28px;
    float: right;
    margin-left: 25px;
}
div.nav-user.nav.navbar-nav.navbar-right {
    padding-right: 30px;
    float: right;
    position: relative;
}
span.header-phone a {
    font-family: 'PathwayGothic';
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 28px;
    padding-right: 12px;
    color: #34acf2;
}

.socials li a:hover {}
.socials li.facebook a {}
.socials li.twitter a {}


/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both;display: block; }
h1.architecture-box-title-2 a {
  color: #000000 !important;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1.architecture-box-title-2 a:hover {
    color: #33abf1 !important;
}
h1.architecture-box-title-2 a.property:hover {
    color: #b6dc11 !important;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 25px;
	position: relative;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}




#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}



/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}
.site-container {
    width: 1140px;
    margin: 0 auto;
    margin-top: 340px;
	padding-right: 25%;
}
.site-container h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 5px;
	line-height: 50px;
}
.site-container h4 {font-size: 18px; color: #ffffff;}

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#d7d7d7; float: left; width: 100%;}
#sliderarea{ width:100%; height:720px; display:block; padding:0px;overflow: hidden;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; z-index: 55; width:100%;}
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:720px; background:none!important; }
#custom-slideshows > .slide{ width:100%!important; height:720px; background-size: cover !important; float: left !important; background-attachment: fixed !important;
background-position: 50% -250px !important;}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #34acf2;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #fff; width:7px; height: 7px;}

/* Custom Post type CTA */
#cta-container{ margin-bottom:20px; }
#custom-cta{}
#custom-cta .cta{ background: none repeat scroll 0 0 #F4F4F4; }
#custom-cta .cta img{
	display: block;
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
#custom-cta .cta-title {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0 10px;
}
#custom-cta .cta-summary{ padding: 10px; }
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }


#testimonials{ padding:50px 0; background: #f4f4f4;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 250px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info{ font-size: 20px;  }


#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #1982d1;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #1982d1;
	border-color: #1982d1;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */

.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }


.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }


/* Custom bootstrap
-------------------------------------------------- */

.navbar-nav > li > a{ line-height: 55px; padding-top: 20px 10px;}

.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}
.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}

/* Home page CSS
-------------------------------------------------- */
#home-layer1  {}
#home-layer1 p {padding-right: 40%; min-height: 200px;}
.wpb_single_image.wpb_content_element.cta-icon {margin-bottom: 0px;}
#home-layer1 .wpb_column.vc_column_container.vc_col-sm-9 .vc_column-inner {padding-left: 0;}
.cta-icon {margin-left: -8px;}
.cta-icon img {
	width: 45px;
	margin-bottom: 0px !important;
    webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*#home-layer1 .cta-icon-list.hover .cta-icon img {width: 50px;}*/
#home-layer1 .cta-icon-list h4 {
	padding-top: 12px;
	color: #000000;
    webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#home-layer1 .cta-icon-list {
    cursor: pointer;
    max-height: 100px;
    min-height: 50px;
    overflow: hidden;
}
#home-layer1 .cta-icon-list.hover h4 {color: #33abf1;}
div#home-layer1 .more {margin-top: 40px;}
div#home-layer1b .more {margin-top: 40px;}

.more button.vc_general {
	font-family: 'PathwayGothic';
    float: left;
    line-height: 0px;
    text-transform: uppercase;
    background: none;
    box-shadow: none;
}
.more a .vc_btn3-icon {
    background: #33abf1;
    border-radius: 50px;
    height: 26px !important;
    width: 26px;
    color: #ffffff;
    line-height: 23px !important;
    text-align: center;
    font-size: 19px !important;
	left: 0px !important;
	opacity: 0.7;
}
.more a.vc_general {
	font-family: 'PathwayGothic';
    float: left;
    line-height: 0px;
    text-transform: uppercase;
    background: none;
    box-shadow: none;
}
.more a .vc_btn3-icon {
    background: #33abf1;
    border-radius: 50px;
    height: 26px !important;
    width: 26px;
    color: #ffffff;
    line-height: 23px !important;
    text-align: center;
    font-size: 19px !important;
	left: 0px !important;
}
.more button .vc_btn3 .vc_btn3-icon {background-color: transparent !important;}
.more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: transparent !important;
    border: 0px;
    font-size: 18px;
    letter-spacing: 1px;
	padding-left: 40px !important;
    color: #000000 !important;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.hover {color:#33abf1 !important;}
.more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.hover i {opacity: 1 !important;}

.more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-icon {
	padding-left: 2px;
	padding-top: 1px;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*.more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.hover .vc_btn3-icon {margin-left: 10px !important;}*/
.cta-body {min-height: 230px;}

#home-layer2 {padding-top: 0px;}
#front-page #home-layer2 {margin-top: 0px !important;}
#front-page .home-layer-heading {margin-top: 0px !important;}
.home-layer-heading h1 {
    background: url(images/header-active.png)50% 50px no-repeat;
    padding-bottom: 30px;
    text-align: center;
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: -38px;
}
#home-layer3 h1 {
      background: url(images/header-active.png)50% 50px no-repeat;
    padding-bottom: 30px;
    text-align: center;
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: -38px;
}
#home-layer2 h2.wpb_heading.wpb_singleimage_heading {
    position: absolute;
    padding: 25px 40px;
	width: 100%;
    color: #ffffff;
    font-size: 22px;
	z-index: 999;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4.hover h2.wpb_heading.wpb_singleimage_heading {
	color:#33abf1;
	opacity: 1;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4 {
	float: left;
	background-blend-mode: none;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
/*
	margin-left: 2.5%;
    width: 30%;
*/
}
#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {background:#000000;}
#project #home-layer2 .wpb_column.vc_column_container.vc_col-sm-4 {
	background: #ffffff;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#project #home-layer2 .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner {
	background: #ffffff;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#project #home-layer2 .wpb_column.vc_column_container.vc_col-sm-4:hover .vc_column-inner {
	background: #000000;

}

#project .mobile-project {display: none;}

#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4.hover .wpb_single_image img {
	background-blend-mode: darken;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_single_image .vc_figure {width: 100%;}
#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_single_image .vc_single_image-wrapper {width: 100%;}
#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_single_image img {
	opacity: 1;
  webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}
#home-layer2 .wpb_column.vc_column_container.vc_col-sm-4.hover .wpb_single_image img {opacity: 0.5;}
#home-layer2 .wpb_single_image.vc_align_left {margin-bottom: 0px !important;}

.vc_btn3-container.goto.vc_btn3-inline {
    float: right;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    right: 0;
    background: #000000 !important;
    opacity: 1 !important;
}
.vc_btn3-container.goto.vc_btn3-inline a {
	font-family: 'PathwayGothic';
    border: 0px;
    box-shadow: none;
    line-height: 0;
    text-shadow: none;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(0,0,0,0.8);
    border-radius: 0px;
    padding: 22px 12px;
	letter-spacing: 2px;
	font-size: 16px;
	min-width: 165px;
}
.vc_btn3-container.goto.vc_btn3-inline a:hover {background: #33abf1; color:#ffffff;}
.vc_btn3-container.goto.vc_btn3-inline .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	right:30px !important;
	font-size: 22px;
}
#home-layer1 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {line-height: 14px;}
#home-layer1 .vc_btn3-container.goto.vc_btn3-inline .vc_btn3.vc_btn3-size-md .vc_btn3-icon {line-height: 14px;}
#home-layer1b .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {line-height: 14px;}
#home-layer1b .vc_btn3-container.goto.vc_btn3-inline .vc_btn3.vc_btn3-size-md .vc_btn3-icon {line-height: 14px;}
.vc_btn3-container.goto.vc_btn3-inline .vc_btn3.vc_btn3-size-md .vc_btn3-icon
.vc_btn3-container.goto.vc_btn3-inline a:hover,
.vc_btn3-container.goto.vc_btn3-inline a:focus {
	background: #33abf1;
	color: #ffffff;
}
#call-to-action .vc_btn3-container.vc_btn3-left {float: right; text-align: right;}
#call-to-action i {
    background: #33abf1;
    padding: 0;
    border-radius: 50px;
    width: 30px;
    height: 30px !important;
    color: #ffffff;
    text-shadow: none;
    padding-left: 12px !important;
    line-height: 30px !important;
    opacity: 0.7;
    font-size: 25px !important;
}
.hover #call-to-action i {opacity: 1;}
.home #call-to-action i {padding-left: 3px !important;}

#call-to-action .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {left: 0px;}
.vc_grid-item-mini.vc_clearfix {background-color: #000000;}
#home-post .vc_gitem-animated-block {
    position: relative;
    width: 50%;
    float: right;
    padding: 0% 5%;
	background-color: #000000;
}
#home-post h3 {font-size: 24px;}
.vc_gitem-animated-block {
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.vc_gitem-animated-block:hover {opacity: 0.5;}
#home-post .vc_gitem-zone .vc-zone-link:hover {opacity: 0.7;}
#home-post .vc_gitem-animated-block:hover {opacity: 0.7;}
#home-post {
    width: 1140px;
    margin: 0 auto;
}
#home-post p {
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.2px;
	line-height: 23px;
}
#home-post .spg-item {width:100%; float: left;}
#home-post .spg-data {
    float: left;
    width: 50%;
	padding-right: 20px
}
#home-post ul.spg-grids li .spg-thumb {
    position: relative;
    border-radius: 3px;
    float: right;
    width: 50%;
    margin-bottom: 50px;
}
#home-post ul.spg-grids li .spg-thumb .spg-clip {
    width: 90%;
    height: 280px;
    overflow: hidden;
}
#home-post .spg-pagination {display: none;}
#home-post .spg-grids li a, #home-post  .spg-grids li img {width: 100%;}
#home-post span.spg-clip {width: 70%; float: right;}
#home-layer3 .vc_btn3-container.goto.vc_btn3-inline a {
    background: #000000;
    color: #ffffff;
    min-width: 165px;
}
#home-layer3 .vc_btn3-container.goto.vc_btn3-inline a:hover {color: #ffffff; background: #33abf1;}
#home-layer3 {padding-bottom: 20px;}
#home-layer3 .vc_gitem-zone {background-color: transparent !important;}
#home-layer3 h4 {font-size: 25px;}
#home-layer3 .vc_btn3-container.goto.vc_btn3-inline {top: 40%;}
#home-layer3 .spg-loop-actions .spg-view {display: none;}

#home-layer3 #loop-content {border-top: 0px;}
#home-layer3 span.spg-post-date {width: 100%; float: left; margin-bottom: 20px; color: #666666; letter-spacing: 0.5px; margin-top: 5px;}
span.spg-overlay-quick-view-close {background-color: #ffffff; border-bottom:1px solid #dddddd;}
.spg-quick-view {top: 0 !important; z-index: 9999999 !important; width: 99%; height: 99%;}
.wpb_text_column.wpb_content_element.cta-cat {
    margin-bottom: 0px;
}

.cta-cat p {
    position: absolute;
    margin-top: -80px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 3px;
    margin-left: -15px;
    font-weight: 500;
    text-shadow: none;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'PathwayGothic';
}

#intro {
	position: relative;
	height: auto;
	transform: translateZ(0);
}

#intro .caption {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 3;
	color: white;
}

#intro .overlay {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

#intro .caption h1 {
    background: url(images/header-active.png)50% 40px no-repeat;
    padding-bottom: 49px;
    margin-bottom: -150px !important;
}
#home-layer1 {
    position: relative;
    height: auto;
    transform: translateZ(100);
	left:6%;
}

#home-layer1 .overlay {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 2;
}
.vc_btn3-container.more.mobile.vc_btn3-left {
    margin-left: 0 !important;
    display: none;
}
#home-layer1 .layer1 {
	position: absolute;
	width: 100%;
	z-index: 3;
}

/* Project page CSS
-------------------------------------------------- */
.page-template-projects #project .container {}
#project {
    position: relative;
    float: left;
    width: 100%;
}
.project-info {
    width: 1140px;
    background: #ffffff;
    z-index: 999999;
    left: 0;
    min-height: 500px;
}
.project-info-list .col-md-4 {padding-left: 0px;}
.project-info-list-item .col-md-4 {font-weight: 600;}
#project-tabs {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}

#project-tabs ul li {
    text-align: center;
    float: none;
}
.page-template-projects #project .container {padding-left: 20px;}
#project-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	  padding:0em 0.5em !important;
}
#project-tabs ul {
    float: none;
    margin: 0 auto;
    width: 98%;
    min-height: 50px;
    text-align: center;
    padding: 1px 15%;
    margin-left: 1%;
}
#project-tabs .ui-tabs .ui-tabs-nav {max-height: 200px !important;}
#project-tabs ul li a.active-filter {
    color: #33abf1;
}
#project-tabs ul li a {
    text-transform: uppercase;
    color: #000000;
    font-family: 'PathwayGothic';
    font-size: 16px;
    letter-spacing: 1px;
	float: left;
	padding-right: 0
}
.page-template-projects #project .container {min-height: 700px; margin-top: 0px; margin-bottom: 20px;}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {display: none;}

#project-tabs ul li.ui-state-active a {
    color: #00aeef;
	padding-left: 0;
}
#project-tabs .ui-tabs .ui-tabs-panel {display: none; float: left;}
.ui-tabs .ui-tabs-panel {padding: 0px; float: left; width:100%;}
#project-tabs .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
    text-align: left;
    overflow: hidden;
}

.page-heading p {
    text-align: center;
    width: 100%;
    z-index: 999999;
    color: #ffffff;
    font-size: 25px;
	font-family: 'PathwayGothic';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: lighter !important;
}
.single-project {margin-bottom: 10px;position: static;}
.single-project .single-project-content {display: block;position: relative;overflow: hidden;cursor: pointer; color:#000000;}

.single-project.active .single-project-content .image {
	background-blend-mode: multiply;
	background-size: cover !important;
}
.single-project .image {overflow: hidden;top:0;left: 0;}
.single-project.col-left .image {left: 0;right: auto;}
.single-project.col-right .image {left: auto;right:0;}
.single-project.col-right.active {margin-left: -2px;}
.single-project.col-left {
    width: 24%;
    float: left;
    margin-right: 1%;
	position: relative;
}
.single-project.col-left .image img {
    overflow: hidden;
	width: 100%;
	height: auto;
}
.single-project.col-right {
    width: 24%;
    float: left;
    position: relative;
    margin-right: 1%;
}
.single-project.col-right .image img {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.single-project.active .image img {width:100%;}

.single-project.col-left .title, .single-project.col-right .title {
    color: #33abfa;
    text-transform: uppercase;
    font-family: 'PathwayGothic';
    letter-spacing: 1px;
    position: absolute;
    top: 70%;
    padding-left: 20px;
    padding-bottom: 20px;
	padding-right: 50px;
	font-size: 18px;
	opacity: 0;
	float: left;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.single-project.col-left.hover .image {background-blend-mode:multiply;}
.single-project.col-right.hover .image {background-blend-mode:multiply;}
.single-project.col-left.hover .title, .single-project.col-right.hover .title {
	display: block;
	opacity: 1;
}
.single-project.col-left .image, .single-project.col-right .image {
	background: #000000;
	background-blend-mode: normal;
	float: none;
	width: 100%;
	overflow: hidden;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-height: 250px;
	max-height: 250px;
}
.single-project.col-left.hover .image img, .single-project.col-right.hover .image img {
	opacity: 0.3;
}

.single-project.col-clear.all {clear: both;}
.single-project.active {position: static; clear: none;}
.single-project.active .single-project-content {overflow: visible;}
.single-project.active .image {position: absolute;z-index: 10; background-blend-mode: multiply; margin-left: 1px;}
.single-project.active .title {display: block;opacity: 1;z-index: 11; font-size: 20px;}

.project-infobox {
    float: none;
    display: block;opacity: 0;right: -200%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px 0px;
    background: #f2f2f6;
    position: absolute;
    width: 100%;
}
.project-infobox .col-project-text {padding-left:0;padding-right: 40px;}
.project-infobox .col-project-image {padding-left: 0; width: 48%;}
.single-project.active .project-infobox {display: block !important;right:0;z-index: 100; padding-bottom: 0px;}
.project-infobox .col-md-5 {
    padding-right: 40px;
    padding-left: 0;
}
.project-infobox .col-md-5 {padding-left: 0px;}
.project-infobox .col-md-7 {padding-left: 50px;}
.project-infobox .col-md-12 {padding-left: 0;}
.project-infobox  h1.project-title {
    color: #33acf2;
    font-size: 23px;
    padding-right: 50%;
    line-height: 30px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.project-infobox span.info.col-md-12 {padding-left: 0; margin-top: 20px;}


.close {
    padding-right: 90px;
    margin-top: 0px;
    margin-bottom: 20px;
    background: url(images/close.png)50% 52% no-repeat;
    font-size: 0;
    height: 40px;
    opacity: 0.3;
}
.close:hover {
	opacity: 0.8;
}
#project-tabs ul li {float:left;list-style: none;padding-left: 0; text-align: left;}
#project-tabs ul li a {padding:0px 10px;}

#project-tabs ul.flex-direction-nav {
	margin-bottom: 5px;
}
#project-tabs .ui-tabs .ui-tabs-nav li {margin: 0px;}
.close.bottom {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
	background: none;
	opacity: 0.3;
}
.close.bottom:hover {opacity: 0.6;}
.flex-direction-nav a.flex-prev:before {
    font-family: "FontAwesome";
    font-size: 21px;
    display: inline-block;
    content: '\f104';
    color: #ffffff;
    text-shadow: none;
    background: #33abf1;
    padding: 10px;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 15px;
}
.flex-direction-nav a.flex-next:before {
    font-family: "FontAwesome";
    font-size: 21px;
    display: inline-block;
    content: '\f105';
    color: #ffffff;
    text-shadow: none;
    background: #33abf1;
    padding: 10px;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 15px;
}
.flex-direction-nav a {color: #ffffff !important; overflow: visible; font-size: 0px !important;}
.slider.flexslider {margin: 0 0 0px; background-color: transparent;border: 4px solid transparent;}
.carousel.flexslider {margin: 0 0 0px; background-color: transparent;border: 4px solid transparent;}
#project-tabs ul.slides {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-left: 0%;margin-left: 0;
}
li.flex-nav-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 999999;
	left: 0 !important;
}
li.flex-nav-next {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 999999;
	right: 0 !important;
}
.flex-direction-nav .flex-prev {left: 20px !important; opacity: 0.7 !important;}
.flex-direction-nav .flex-next {right: 10px !important; opacity: 0.7 !important;}
.flex-direction-nav .flex-prev:hover {opacity: 1 !important;}
.flex-direction-nav .flex-next:hover {opacity: 1 !important;}
.flex-direction-nav {
    position: absolute;
    z-index: 999999;
    top: 44%;
    height: 50px;
}
.flex-direction-nav .flex-disabled {opacity: 0.7 !important; z-index: 99 ;}
.carousel.flexslider ul.flex-direction-nav {
    display: none;
}
/* News Page
-------------------------------------------------- */
a.a2a_dd.addtoany_share_save {float: right;}
#news {padding-left: 20px; padding-right: 20px;}
#news .vc_col-sm-2 {
    width: 20%;
    float: left !important;
}
#news .vc_gitem-zone-mini {padding: 10px !important; padding-bottom: 0px !important;}
#news .vc_btn3-container.more a {
    color: #000000;
    letter-spacing: 1px;
    font-size: 17px;
    padding-left: 35px;
	border: 0px;
	opacity: 0.8;
	margin-left: 0px !important;
}
#news .vc_btn3-container.more a:hover {
	color: #33abf1;
	padding-left: 35px !important;
}
#call-to-action .more.news i {
    height: 30px !important;
    line-height: 12px !important;
    padding-top: 9px;
    padding-left: 2px !important;
}
#news .more a .vc_btn3-icon {
    line-height: 26px !important;
    padding-left: 3px;
	font-size: 25px !important;
}
#news .vc_btn3-container.more a:hover {padding-left: 35px !important; opacity: 1;}
#news .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span, #news .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
	color: #33abf1;
}
#news li.vc_active.vc_grid-filter-item {color: #33abf1; background-color: transparent;}
#news .vc_grid-filter>.vc_grid-filter-item>span {
	font-family: 'PathwayGothic';
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#news h4 {font-size: 20px; line-height: 25px;}
#news .vc_gitem_row {padding-bottom: 0px !important;}
#news-post {
    padding-right: 40px;
	margin-bottom: 30px;
}
#page .news-image {width:100%; height: auto;}
#page .news-image img {width:100%; margin-bottom: 20px; height: auto;}
.news-header .addtoany_share_save_container.addtoany_content_bottom {
    display: none;
}
.news-header .vc_row-has-fill>.vc_column_container>.vc_column-inner {padding-top: 50px !important;}
.news-header .vc_column-inner {padding-top: 50px ; padding-bottom: 50px;}
.news-header .wpb_content_element {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
#sidebar h3.widget-title {
    color: #33abf1;
}
#sidebar ul li a {
    color: #929291;
    font-size: 14px;
    line-height: 28px;
}
#sidebar ul li a:hover {color: #33abf1;}
.vc_grid-btn-load_more a {
	color: #000000;
	text-transform:
		uppercase;
	font-family: 'PathwayGothic';
	font-size: 18px !important;
	background-color: transparent !important;
	border: 0px !important;
}
.vc_grid-btn-load_more a .vc_btn3-icon {
    background: #33abf1;
    border-radius: 50px;
    height: 26px !important;
    width: 26px;
    color: #ffffff;
    line-height: 23px !important;
    text-align: center;
    font-size: 19px !important;
    left: 0px !important;
}
i.vc_btn3-icon.fa.fa-angle-down {
    padding-top: 2px;
    font-size: 25px !important;
}
.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {background: none;}
.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item:hover {background-color: none !important; background: none !important;;}

.entry-meta.more a {
    font-family: 'PathwayGothic';
    float: left;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    margin-top: -30px;
	font-size: 17px;
}
.entry-meta.more i.vc_btn3-icon.fa.fa-angle-left {
    margin-right: 10px;
}
.vc_gitem_row .vc_gitem-col {padding: 20px; padding-bottom: 0px;}
/* Contact Page
-------------------------------------------------- */
.contact-info h3 {
    color: #000000;
    margin-bottom: 15px;
    padding-bottom: 0;
	font-size:24px;
}
.contact-info h4 {
	line-height: 30px;
	color:#57A9EB;
}
.contact-form h3 {
	font-size: 20px;
    color: #33abf1;
    margin-bottom: 0;
    padding-bottom: 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium {width:98% !important; letter-spacing: 1px !important;}
li#field_2_5 {margin-top: 0px !important;}
.gform_wrapper ul li {margin-top: 0px !important; margin-bottom: 5px !important; letter-spacing: 1px !important;}
input[type=text], input[type=email], input[type=password] {height: 40px;}
.gform_wrapper textarea.medium {
    height: 200px !important;
    width: 100%;
    margin-top: 1px;
    border: 1px solid #dddddd;
    letter-spacing: 1px;
    padding-left: 5px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #dddddd;
	letter-spacing: 1px !important;
}
input#gform_submit_button_2 {
    float: right;
    right: 0;
    padding-right: 0;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    color: #000000;
	font-family: 'PathwayGothic';
	background-color: transparent;
	width: 200px;
    font-size: 18px;
	text-align: right;
	letter-spacing: 2px;
	margin-right: -0px !important;
	opacity: 0.7;
    webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input#gform_submit_button_2:hover {
	opacity: 1;
}

form#gform_2 {
    float: left;
    width: 96%;
}
#notie-input-outer {display: none !important;}
#notie-select-outer {display: none !important;}


/* Architecture Page
-------------------------------------------------- */
#architecture {}
.about-footer.architecture #call-to-action {
    padding-top: 35px;
}
.about-footer #call-to-action i {
    font-size: 25px !important;
    padding-left: 11px !important;
}
.about-footer.architecture #call-to-action i {
    padding-left: 5px !important;
}
.arc-subwrapper {margin-bottom: 50px; margin-top: 0px;overflow: hidden;position: relative;}
.arc-subwrapper .single-arc-item, .arc-subwrapper .single-arc-text-item {margin-bottom: 30px;}
.arc-subwrapper .single-arc-item.col-left {padding-right: 15px;}
.arc-subwrapper .single-arc-item.col-right, .arc-subwrapper .single-arc-text-item.col-right {padding-left: 15px;padding-right:0;}
.arc-subwrapper .single-arc-item.col-clear {clear: both;}
.arc-subwrapper .single-arc-item .single-arc-content, .arc-subwrapper .single-arc-text-item .single-arc-content-text {position: relative;min-height: 360px;}
.arc-subwrapper .single-arc-text-item .single-arc-content.single-arc-content-text {background:#fafafa;padding:30px 30px 20px 30px; overflow:visible;}
.arc-subwrapper .single-arc-item .architecture-img {overflow: hidden;height: 360px;position: relative;background:#000000;cursor: pointer;}
.arc-subwrapper .single-arc-item .architecture-img img {height: 100%;width: auto; min-width: 100%; max-width:none;position: absolute;transition: opacity 0.5s ease;-o-transition: opacity 0.5s ease;-ms-transition: opacity 0.5s ease;-moz-transition: opacity 0.5s ease;-webkit-transition: opacity 0.5s ease;}
.arc-subwrapper .single-arc-item:hover .architecture-img img {opacity: 0.3;}
.arc-subwrapper .single-arc-item.col-left .architecture-img img {right:0;}
.arc-subwrapper .single-arc-item .architecture-img {
	left: 0;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.arc-subwrapper .single-arc-item .architecture-img:hover {
    background-blend-mode: multiply;
}

.arc-subwrapper .single-arc-item.col-right.active .architecture-img {
	background-blend-mode: multiply;
}
.arc-subwrapper .single-arc-item.col-left.active .architecture-img {
	background-blend-mode: multiply;
}

.arc-subwrapper .single-arc-item .architecture-title {
	color: #ffffff;
    text-transform: uppercase;
    font-family: 'PathwayGothic';
    letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    padding-left:30px;
    padding-bottom: 30px;
	padding-right: 50px;
	font-size: 26px;
	opacity: 1;
	float: left;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.arc-subwrapper .single-arc-item:hover .architecture-title {color:#33abf1;}
.arc-subwrapper .single-arc-item .architecture-infobox {padding: 50px 0px;background: #f2f2f6;margin-top: 40px;margin-bottom: 5px;float: none;display: block;opacity: 0;right: -200%;position: absolute;width: 100%;}

.architecture-infobox span.info.col-md-12 {padding-left: 0px; padding-right: 40px;}

.architecture-infobox h1 {margin-bottom: 25px; color: #33abf1; font-size: 24px; margin-top: 20px;}

.single-arc-item.col-sm-6.col-left {padding-left: 0px;}
.architecture-infobox .col-md-12 {padding-left: 20px; padding-right: 0px;}
.architecture-infobox .col-md-12.col-content-right {padding-left: 30px;}
.architecture-infobox .col-md-12.col-content-right h1 {margin-top: 0;}
.architecture-infobox .col-md-12 img {
    width: 100%;
    float: left;
    margin-bottom: 3%;
}

.architecture-infobox .col-md-12 ul li {width: 50%; float: left; max-height: 190px; overflow: hidden; margin-bottom: 10px;padding-left: 5px;padding-right: 5px;}
.architecture-infobox .col-md-12 ul li {
    min-height: 150px;
    overflow: hidden;
    max-height: 300px;
		width: 45%;
}
.architecture-infobox .col-md-12 ul li a {width:100%; float: left; overflow: visible;}
.architecture-infobox .col-md-12 ul {list-style: none; width:100%; float: left;}
.architecture-infobox .arc-images ul {list-style: none;margin:0;}
.architecture-infobox .arc-images ul li img {margin-left: 0;}
.architecture-footer {
    padding-top: 35px;
    background: #f3f3f3;
}
.architecture-infobox .col-arc {padding-left: 0;padding-right: 0;}
.architecture-infobox .col-arc.col-arc-left .arc-images {padding-left: 0;padding-right: 10px;}
.architecture-infobox .col-md-12 ul.single-arc-img li {width: 100%;max-height: none; padding-top: 26px;}
.arc-subwrapper .single-arc-item.active {position: static;}
.arc-subwrapper .single-arc-item.active .architecture-infobox {display: block !important;opacity: 1;z-index: 100;right: 0;}
.arc-subwrapper .single-arc-item.active .architecture-img img {width: 100%; height: auto; opacity: 0.3;}

#fancybox-close {
    right: -34px;
    background: url(images/close-icon.png)50% 50% no-repeat;
    background-color: #ffffff;
    border-radius: 50px;
}

/* About Page
-------------------------------------------------- */
.page-template-about #main .arc-subwrapper > .container, .page-template-property #main .arc-subwrapper > .container, .page-template-architecture #main .arc-subwrapper > .container, .architecture-infobox .container {width: 1410px;}
.page-template-services .container {width: 1410px;}
.page-template-social .container {width: 1410px;}
.about-joinus.wpb_column.vc_column_container.vc_col-sm-12 {
    position: relative;
    z-index: 999;
}
#about-ctas {
    margin-bottom: 10px;
    /* margin-top: 30px; */
    /* min-height: 300px; */
    overflow: hidden;
}
#about-ctas .vc_col-sm-3  .about-cta p {
    color: #000000;
    text-transform: uppercase;
    font-family: 'PathwayGothic';
    font-size: 18px;
	letter-spacing: 2px;
}
#about-ctas .vc_col-sm-3.hover .about-cta p {font-size: 20px;}
#about-ctas .vc_col-sm-3 img {max-width: 90%; margin: 0 auto;}
#about-ctas .vc_col-sm-3.hover img {
	max-width: 100%;
	margin: 0 auto;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#about-call-to-action {
	background: #f3f3f3;
}
#call-to-action {
    background: #f3f3f3;
}
#front-page #call-to-action {
    background: #ffffff;
}
#about-team {
	background: #2d3133;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 49px;
	min-height: 300px;
    /*max-height: 500px;*/
}
#about-team p {margin-top: 20px; padding-right: 70px;}

#about-team h5 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #33abf1;
    margin-top: 8px;
    line-height: 22px;
}
#about-team h4 {
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    text-shadow: none;
    letter-spacing: 2px;
    font-weight: lighter;
}
#about-team .more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #ffffff !important;
    position: relative;
    margin-top: 10px;
    padding:0;line-height: 1em;
}
#about-team .more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {color: #33abf1;}
#about-team .slidetextitem .content-team-full {display: none;}
#slider-team {margin-top: 20px;}
#slider-team ul li img {
    width: 170px;
    margin-bottom: 20px;
    float: left;
}
#carousel-team {
    position: relative;
    overflow: hidden;
}
#carousel-team ul li {
    margin-bottom: 10px;
		width: 130px !important;
}
.flex-direction-nav .flex-next:hover {
    right: -100px;
    text-align: right;
    position: absolute;
    z-index: 999999;
    display: block;
    opacity: 1;
}
#slider-team ul.flex-direction-nav {
    display: none;
}
#slider-team .slidetextitem {display: none;opacity: 0;transition: opacity 0.3s ease-in;}
#slider-team .slidetextitem.active {display: block;opacity: 1;}
span.team-bg {
    background: url(images/team-3.png) 82% 0% no-repeat;
    height:100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    background-size: cover;
    right: -1px;
	overflow: hidden;
}

/* Property Page
-------------------------------------------------- */
#page #main .inner-heading {background:#f3f3f3;padding:20px 20px 15px 20px;display: none;}
#page #main .inner-heading .inner-heading-text {color:#000000;text-align: center;text-transform: uppercase;}
.page-template-property h1 {
    color: #b5dc11;
}
.page-template-property .single-arc-item:hover .architecture-title {
    color: #b5dc11;
}
.page-template-property .navbar-default .navbar-toggle {background:#b5dc11;}
.page-template-property .navbar-default .navbar-nav > li > a:hover, .page-template-property .navbar-default .navbar-nav > li > a:focus{color: #b5dc11;background-image: url(images/header-active-green.png);}
.page-template-property .navbar-default .navbar-nav > .active > a, .page-template-property .navbar-default .navbar-nav > .active > a:hover, .page-template-property .navbar-default .navbar-nav > .active > a:focus {color: #b5dc11;background-image: url(images/header-active-green.png);}
.page-template-property span.header-phone a {color:#b5dc11;}
.page-template-property .site-header .socials li a i {background-color: #b5dc11;}
.page-template-property #call-to-action i {background-color:#b5dc11;}


#homeside li a img {
    width: 100%;
    float: left;
}
#homeside ul#apsp-pinterest-latest-pins li {
    background: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    float: left;
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 16.6666% !important;
}

h1.architecture-box-title {display: none;}

.wpb_text_column.wpb_content_element.design_process_h {
	width: 655px;
}

.design_process{
	width:655px;
}
.design_process_image{
	height: 165px;


}
.concept_image{
	width:285px;
	padding-top: 9px;
	height:160px;

}
.concept_text{
	width:655px;
	height:165px;
}
.design_text{
	width:655px;
	height:165px;
}
.construction_text{
	width:655px;
	height:165px;
}
.contract_text{
	width:655px;
	height:165px;
}
.design_dev_image{
	padding-top:10px;
}
.gform_confirmation_message_2{
	color: black;
	font-size: 18px;
	font-weight: 500;
}
.page-template-landing-page .site-main {
	padding-top: 0;
}
.page-template-landing-page .no-gutter {
	padding-right: 0;
    padding-left: 0;
    text-align: right;
}
.page-template-landing-page .no-gutter img {
    max-width: 100%;
    width: auto;
    position: relative;
    right: 0;
    display: inline;
}
.page-template-landing-page .featured-image,
.page-template-landing-page .form-container {
	background: #33abf1;
	position: relative;
}
.page-template-landing-page .featured-image {
	clear: both;
	overflow: hidden;
}
.page-template-landing-page .company-info p,
.page-template-landing-page .company-info-left p{
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
}
.page-template-landing-page .main-content {
	margin-top: 15px;
	margin-bottom: 15px;
}
.page-template-landing-page .content-wrapper {
	padding: 100px 70px 0;
}
.page-template-landing-page .content-wrapper h1 {
	margin-bottom: 70px;
    position: relative;
    font-size: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.page-template-landing-page .content-wrapper h1:after {
    content: "";
    width: 92px;
    height: 5px;
    background: #33abf1;
    position: absolute;
    left: 0;
    top: 135%;
}
.page-template-landing-page .content-wrapper p {
	color: #2c2c2c;
    font-size: 28px;
    margin-bottom: 1.5em;
    line-height: 33px;
}
.page-template-landing-page .form-container {

}
.page-template-landing-page .landingpage-title {

}
.page-template-landing-page .landingpage-title h1 {
	color: #fff;
    font-size: 114px;
    line-height: 96px;
    position: absolute;
    top: 447px;
    width: 730px;
    left: 50px;
    z-index: 20;
}
.page-template-landing-page .gform_wrapper {
	margin: 0 !important;
}
.page-template-landing-page .form-container label {
    color: #2e4c5d;
}
.page-template-landing-page .form-container form h3.gform_title {
	color: #fff;
    font-size: 48px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.page-template-landing-page .form-container form h3.gform_title:before {
	content: "";
    position: absolute;
    width: 5px;
    height: 100px;
    top: -120px;
    left: 50%;
    background: #fff;
}
.page-template-landing-page .form-container .gform_wrapper form {
	padding: 20px 30px 10px;
}
.page-template-landing-page .form-container .gform_wrapper select {
	padding: 5px 4px;
	height: 40px;
}
.page-template-landing-page .form-container .gform_wrapper ul li.gfield {
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    padding-left: 5px !important;
	padding-right: 5px !important;
	font-size: 18px;
}
.page-template-landing-page .form-container .gform_wrapper label.gfield_label {
	font-size: 18px;
}
.page-template-landing-page .form-container .gform_wrapper .top_label div.ginput_container {
	margin-top: 5px;
}
.page-template-landing-page .form-container .gform_wrapper .gform_footer {
	text-align: right;
    padding-top: 10px !important;
}
.page-template-landing-page .gform_wrapper .validation_error {
	color: #fff !important;
    font-size: 18px !important;
    border: 0 !important;
    padding: 0 !important;
}
.page-template-landing-page .form-container .gform_confirmation_wrapper {
    color: #fff;
    margin: 0;
    padding: 20px 10px;
    font-size: 18px;
}
.page-template-landing-page .form-container .gform_wrapper .top_label .gfield_error {
	width: 50%;
}
.page-template-landing-page .gform_wrapper ul li .validation_message {
	display: none;
}
.page-template-landing-page .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, 
.page-template-landing-page .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	max-width: 100% !important;
}
.page-template-landing-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.page-template-landing-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 3px !important;
}
.page-template-landing-page .gform_wrapper ul li.gfield {
	clear: none;

}
.page-template-landing-page .gform_wrapper ul li.gfield_html {
    color: #2e4c5d !important;
    margin-top: 5px !important;
}
.page-template-landing-page .gform_wrapper ul li.gfield_html a {
	color: #fff !important;
}
.page-template-landing-page .site-footer .footer-info .company-info-left {
	padding: 10px 70px;
}
@media (max-width: 991px) {
	.page-template-landing-page .landingpage-title h1 {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		font-size: 36px;
		line-height: 40px;
	    text-align: center;
	    padding: 10px 0;
	}
	.page-template-landing-page .row {
		width: auto;
	}
	.page-template-landing-page .form-container .gform_wrapper .top_label .gfield_error {
		width: 50%;
	}
}
@media (min-width: 992px) and (max-width: 1100px) {
	.page-template-landing-page .landingpage-title h1 {
	    top: 240px;
	}
	.page-template-landing-page .row {
		width: auto;
	}
}
@media (max-width: 480px){
	.page-template-landing-page  .site-footer .footer-info .container {
	    padding-left: 10px;
    	padding-right: 10px;
	}
	.page-template-landing-page  .site-footer .footer-info .container p {
		font-size: 16px;
	}
	.page-template-landing-page .site-footer .footer-info .company-info {
		text-align: center;
	}
	.page-template-landing-page .row {
		width: auto;
	}
	.page-template-landing-page .content-wrapper {
		padding: 20px;
	}
	
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
	.page-template-landing-page .site-footer .footer-info .col-md-3 {
	    min-height: auto;
    	padding-left: 10px !important;
    	padding-right: 10px !important;
    	padding-top: 0;
    	padding-bottom: 0;
    	width: 25%;
	}
	.page-template-landing-page  .site-footer .footer-info .container p {
		font-size: 16px;
	}
	.page-template-landing-page .row {
		width: auto;
	}

}
@media (max-width: 645px) {
	.page-template-landing-page .site-footer .footer-info .col-md-3 {
	    min-height: auto;
    	padding-left: 10px !important;
    	padding-right: 10px !important;
    	padding-top: 0;
    	padding-bottom: 0;
	}
	.page-template-landing-page .row {
		width: auto;
	}
	.page-template-landing-page .gform_wrapper ul.gform_fields li.gfield {
	    padding-left: 5px !important;
    	padding-right: 5px !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.page-template-landing-page .landingpage-title h1 {
		font-size: 71px;
	    line-height: 65px;
	    top: 225px;
	    width: 475px;
	    left: 25px;
	    z-index: 20;
	}
}
@media (min-width: 1400px) and (max-width: 1700px) {
	.page-template-landing-page .landingpage-title h1 {		   
	    font-size: 85px;
	    line-height: 80px;
	    position: absolute;
	    top: 365px;
	    width: 560px;
	    left: 50px;
	    z-index: 20;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.page-template-landing-page .landingpage-title h1 {		   
	    font-size: 85px;
	    line-height: 80px;
	    position: absolute;
	    top: 280px;
	    width: 560px;
	    left: 50px;
	    z-index: 20;
	}
}