/*
Theme Name: OTC
Author: Trent Morgan
Version: 999
*/

/* ----------------------------------------------------------------
    RESET
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #000; }
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
[hidden] { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],
input[type="email"],
input[type="password"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }
.input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}
.clear { height: 0; background: transparent; width: 100% !important; clear: both; margin: 0 !important; }

/* ----------------------------------------------------------------
    STRUCTURE
-----------------------------------------------------------------*/

.container { margin: 0 auto; padding: 0 30px; }
.container-1200 { max-width: 1200px; }
.container-980 { max-width: 980px; }
.align-left { float: left; }
.align-right { float: right; }

.col-full { width: 100%; }
.col-half { width: 48%; }
.col-one-third { width: 30.63%; }
.col-two-third { width: 65.33%; }
.col-one-fourth { width: 22%; }
.col-three-fourth { width: 74%; }
.col-one-fifth { width: 16.8%; }
.col-two-fifth { width: 37.6%; }
.col-three-fifth { width: 58.4%; }
.col-four-fifth { width: 79.2%; }
.col-one-sixth { width: 13.33%; }
.col-five-sixth { width: 82.67%; }

.col-full, .col-half, .col-one-third, .col-two-third, .col-three-fourth, .col-one-fourth, .col-one-fifth, .col-two-fifth, .col-three-fifth, .col-four-fifth, .col-one-sixth, .col-five-sixth { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; }

.col-full { clear: both; float: none; margin-right: 0; }
.col-last { margin-right: 0; clear: right; }

/* ----------------------------------------------------------------
    REPEATABLE PATTERNS
-----------------------------------------------------------------*/

::selection { background: #4285f4; color: #fff; }
::-moz-selection { background: #4285f4; /* Firefox */ color: #fff; }
::-webkit-selection { background: #4285f4; /* Safari */ color: #fff; }

html { height: 100%; }
html, body { width: 100%; margin: 0; padding: 0; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { min-height: 100%; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

.hidden{ opacity:0; }
.visible{ opacity:1; }
	
/* TABLES */

table { border-left: 1px solid #040404; border-top: 1px solid #040404; width: 100%; margin-top: 30px; }
th, td {border-bottom: 1px solid #040404; border-right: 1px solid #040404; padding: 10px 15px; text-align: left; }
th { background: #f7941d; color: #fff; font-weight: bold; }

hr { width: 100%; clear: both; height: 1px; background: transparent; border: none; border-bottom: 1px dashed #c5c5c5; outline: none; margin: 30px 0; }

/* FORMS */

.input-wrapper { margin-bottom: 18px; width: 100%; clear: both; }
.input-half { width: 49%; margin-right: 2%; }
.input-one-fourth { width: 23%; margin-right: 2%; }
.input-last { margin-right: 0; }

form div { margin-bottom: 15px; }
label { display: block; clear: both; padding-bottom: 5px; font-weight: 400; font-size: 16px; }
label span { font-size: 12px; color: #4285f4; } 
input[type="text"], input[type="email"], select, textarea { display: block; background: #f9f9f9; color: #303030; padding: 12px 14px; border: 1px solid #d3d3d3; outline: 0; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type="text"], input[type="email"], textarea { width: 100%; }
textarea { height: 175px; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { background-color: #eef4ff; border-color: #b5d1ff; }
input[type="submit"] { -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
input[type="submit"]:hover { background-color: #3fb0ff; border-color: #3fb0ff; }
#captcha { margin-bottom: 30px; padding-top: 10px; }
.wpcf7-form label.error, span.wpcf7-not-valid-tip { display: block; background-color: #CB0101; font-size: 14px; color: #fff; font-weight: 700; line-height: 1.2; padding: 6px 12px 8px 12px; }
.wpcf7-form label.error:before, .wpcf7-not-valid-tip:before { content: ""; display: inline-block; width: 15px; height: 15px; background-image: url(gfx/icon__exclamation.svg); background-repeat: no-repeat; background-position: 0 0; background-size: cover; position: relative; top: 2px; left: -2px; margin-right: 5px; }
.wpcf7-response-output { position: relative; font-size: 18px; font-weight: 600; color: #fff; padding: 25px 25px 25px 45px; margin: 45px 0 0 0; clear: both; }
.wpcf7-response-output:before { content: ""; position: absolute; top: 28px; left: 15px; display: block; width: 20px; height: 20px; background-image: url("gfx/icon__info.svg"); background-repeat: no-repeat; background-position: 0 0; background-size: cover; }
form.init .wpcf7-response-output, form.resetting .wpcf7-response-output, form.submitting .wpcf7-response-output { display: none; }
form.spam .wpcf7-response-output { background-color: #f56e28; }
form.unaccepted .wpcf7-response-output { background-color: #dca200; }
form.sent .wpcf7-response-output { background-color: #398F14; }
form.sent .wpcf7-response-output:before { background-image: url("gfx/icon__tick.svg"); }
form.invalid .wpcf7-response-output, form.failed .wpcf7-response-output, form.aborted .wpcf7-response-output { background-color: #CB0101; }
form.invalid .wpcf7-response-output:before, form.failed .wpcf7-response-output:before, form.aborted .wpcf7-response-output:before { background-image: url(gfx/icon__exclamation.svg); }
.wpcf7 .ajax-loader { visibility: hidden; display: inline-block; background-image: url(gfx/icon__loader.svg); background-size: cover; width: 24px; height: 24px; border: none; padding: 0; position: relative; top: 10px; left: 15px; }
form.submitting .ajax-loader { visibility: visible; }

/* LISTS */

ul, ol, dl { margin: 0 0 30px 35px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul li, ol li { margin-bottom: 8px; }
.list-reset { margin: 0; padding: 0; list-style: none; }

/* IMAGES */

img { max-width: 100%; height: auto; }
.cover { position: relative; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.rounded { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.full-width-image { width: 100%; }
.alignleft,
.alignright,
.aligncenter,
.alignnone { margin-bottom: 15px; }
.alignleft,
.alignright { display: inline; }
.alignleft { margin-right: 25px; float: left; }
.alignright { margin-left: 25px; float: right; }
p img,
.wp-caption { margin-top: 5px; }
.wp-caption { margin-bottom: 15px; }
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption { border: 8px solid #f4f4f4; background: transparent; padding: 0; width: auto !important; }
.wp-caption img { display: block; line-height: 0; width: 100%; }
.wp-caption-text { font-style: italic; background: #f4f4f4; font-size: 13px; line-height: 18px; padding: 10px 2px 2px 2px; margin: 0; }
.wp-caption.alignleft .wp-caption-text, .wp-caption.alignright .wp-caption-text { max-width: 530px; }

/* VIDEO EMBEDS */

.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; z-index: 5; margin: 0 auto 40px auto; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #444; z-index: 2; }
.postid-831 .video-wrapper { padding-bottom: 53.25% }

/* SVG */

.svg-wrapper { height: 0; position: relative; }
.svg-wrapper svg { position: absolute; top: 0; left: 0; }

/* BUTTONS */

.btn, input[type="submit"], .wpc_button, .wpc_logout_link { display: inline-block; cursor: pointer; padding: 8px 16px; margin-bottom: 10px; background-color: #4285f4; font-family: "Khand", sans-serif; font-weight: 500; color: #fff; font-size: 18px; letter-spacing: 2px; text-transform: uppercase; border: 2px solid #4285f4; text-align: center; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); }
.btn.secondary { background-color: #eee; border-color: #eee; color: #555; }
.wpc_logout_link { font-size: 15px; padding: 5px 12px 3px 12px; }
.wpc_client_files_list input[type="button"].wpc_button { background-color: #4285f4; border: none; padding: 8px 10px 6px 12px !important; }
.wpc_client_files_list input[type="button"].wpc_button:hover { border: none; background: #3fb0ff; }
.btn:hover, .btn:focus, .wpc_button:hover, .wpc_button:focus, .wpc_logout_link:hover, .wpc_logout_link:focus { color: #fff; border-color: #3fb0ff; }
.btn:active { top: 1px; left: 1px; }
.btn:before, input[type="submit"]:before, .wpc_button:before, .wpc_logout_link:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #3fb0ff; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.btn:hover:before, .btn:focus:before, .btn:active:before,
input[type="submit"]:hover:before, input[type="submit"]:focus:before, input[type="submit"]:active:before,
.wpc_button:hover:hover:before, .wpc_button:focus:before, .wpc_button:active:before,
.wpc_logout_link:hover:before, .wpc_logout_link:focus:before, .wpc_logout_link:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); }

/* ICONS */

@font-face{font-family:"Ionicons";src:url("fonts/ionicons.eot?v=2.0.0");src:url("fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("fonts/ionicons.woff?v=2.0.0") format("woff"),url("fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-chevron-down:before,
.ion-ios-email:before,
.ion-android-add:before,
.ion-iphone:before,
.ion-ios-location:before,
.ion-android-arrow-forward:before,
.ion-android-add:before,
.ion-locked:before { display:inline-block; font-family:"Ionicons"; speak:none; font-style:normal; font-weight:normal; font-variant:normal;text-transform:none; text-rendering:auto; line-height:1;-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.ion-chevron-left:before { content: "\f124"; }
.ion-chevron-right:before { content: "\f125"; }
.ion-chevron-up:before { content:"\f126"; }
.ion-chevron-down:before { content:"\f123"; }
.ion-ios-email:before { content:"\f423"; }
.ion-android-add:before { content:"\f2c7"; }
.ion-iphone:before { content:"\f1fa"; }
.ion-ios-location:before { content: "\f456"; }
.ion-android-arrow-forward:before { content: "\f30f"; }
.ion-android-add:before { content: "\f2c7"; }
.ion-locked:before { content: "\f200"; }

.play-icon { width: 70px; height: 70px; opacity: 0.8; position: absolute; top: 50%; left: 50%; margin: -35px 0 0 -35px; transition: transform 0.2s linear; }

.page-section { padding-top: 50px; padding-bottom: 50px; overflow: hidden; clear: both; }
.bg-grayscale { background-color: #444; color: #fff; position: relative; }
.bg-grayscale:before,
.bg-grayscale:after { content: ""; position: absolute; z-index: 1; width: 96%; height: 10px; left: 2%; border-radius: 100px/5px; box-shadow: 0 0 25px rgba(0,0,0,.9); }
.bg-grayscale:before { top: -10px; }
.bg-grayscale:after { bottom: -10px; }

#global-contact { background-color: #fefefe; padding: 20px; }
#global-contact span { display: block; }

/* ----------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------*/

body { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.8; color: #555; }

p, table, fieldset { margin-bottom: 25px; }

strong { font-weight: 600; }
em, i { font-style: italic; }
small { font-size: 13px; font-style: italic; }
caption { text-align: left; }
blockquote p { font-style: italic; font-size: 24px; }
cite { display: inline-block; line-height: 1.6; }

.kicker { font-size: 20px; line-height: 1.6; font-weight: 700; }
.screen-reader-text,
.screen-reader-response { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

.centered { text-align: center;}
.upper { text-transform: uppercase; }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { font-family: 'Khand', sans-serif; font-weight: 400; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 12px; }
.section-heading { position: relative; margin-bottom: 50px; }
.section-heading:after { content: ""; width: 60px; height: 2px; background-color: #303030; position: absolute; bottom: 0; left: 50%; margin-left: -30px; }

/* LINKS */

a { text-decoration: none; color: #4285f4; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
a:hover, a:active { color: #3fb0ff; }
.tel { cursor: default; }
.more { font-family: 'Khand', sans-serif; font-size: 18px; font-weight: 500; letter-spacing: 2px; border-bottom: 2px solid #4285f4; }
.more i { position: relative; -moz-transition: position 0.3s ease-in-out; -o-transition: position 0.3s ease-in-out; transition: position 0.3s ease-in-out; }
.more:hover { border-color: transparent; color: #4285f4; }
.more:hover i { right: -4px; }

/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

/* MASTHEAD */

#masthead { width: 100%; position: absolute; top: 0; left: 0; background-color: transparent; z-index: 5; padding: 20px 0; }

	/* LOGO */
	
	#logo { line-height: 0; display: block; width: 140px; }
	.home #logo { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
	
	/* MAIN NAV */
	
	.pushy,
	#mobile-menu-btn { display: none; }
	.home #header-menu { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
	#responsive-nav { display: none; }
	#main-nav { display: inline-block; }
	#menu-main-navigation { zoom: 1; list-style: none; padding: 0; margin: 0; text-align: center; display: inline-block; }
	#menu-main-navigation > li { display: inline-block; margin: 0 25px; position: relative; }
	#menu-main-navigation > li > a,
	#header-login { display: inline-block; padding: 15px 2px; font-family: "Khand", sans-serif; color: #fff; font-size: 20px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; position: relative; vertical-align: middle; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -moz-osx-font-smoothing: grayscale; }
	#menu-main-navigation > li > a:before { content: ""; position: absolute; z-index: 10; left: 0; right: 100%; bottom: 12px; background-color: #fff; height: 3px; -webkit-transition: right 0.3s ease-out; -moz-transition: right 0.3s ease-out; transition: right 0.3s ease-out; }
	#menu-main-navigation > li > a:hover:before,
	#menu-main-navigation > li > a:focus:before,
	#menu-main-navigation > li > a:active:before,
	#menu-main-navigation > li.current-menu-item > a:before,
	#menu-main-navigation > li.current-page-ancestor > a:before,
	.single-project #menu-main-navigation > #menu-item-16 > a:before { right: 0; }
	#menu-main-navigation > li > a:hover { color: #fff; }
	#header-login { font-size: 18px; background-color: #4184f3; font-weight: 400; padding: 4px 14px 1px 14px; top: -2px; margin-left: 25px; }
	#header-login i { font-size: 14px; top: -1px; position: relative; }
	
	.inverse #menu-main-navigation > li > a { color: #303030; }
	.inverse #menu-main-navigation > li.current-menu-item > a,
	.single-profile #menu-main-navigation > #menu-item-552 > a { color: #4285f4; }
	.single-profile #menu-main-navigation > #menu-item-552 > a:before { right: 0; }
	.inverse #menu-main-navigation > li > a:before { background-color: #303030; }
	.single-profile #menu-main-navigation > .menu-item-552 > a:before { background-color: #4285f4; }
	
	/* SLIDER */
	
	#slides { position: relative; background-color: #fff; z-index: 1; }
	#slides:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 5; -webkit-box-shadow: inset 0px 270px 200px -100px rgba(0,0,0,0.65); -moz-box-shadow: inset 0px 270px 200px -100px rgba(0,0,0,0.65); box-shadow: inset 0px 270px 200px -100px rgba(0,0,0,0.65); }
	#slides h1 { position: absolute; left: 0; bottom: 12%; z-index: 5; font-size: 32px; margin-bottom: 0; line-height: 0.6; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
	#slides h1 span, #slides h1 strong { display: inline-block; background-color: #fff; background-color: rgba(255,255,255,0.85); font-weight: 500; }
	#slides h1 span { padding: 25px 20px 5px 18px; }
	#slides h1 strong { padding: 22px 20px 18px 18px; }
	#slides .slides-container { display: none; }
	#slides .scrollable { *zoom: 1; position: relative; top: 0; left: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; height: 100%; }
	#slides .scrollable:after { content: ""; display: table; clear: both; }
	#slides i { font-size: 15px; line-height: 40px; }
	#slides a { display: block; position: absolute; width: 40px; height: 40px; background-color: #000; background-color: rgba(0,0,0,0.7); color: #fff; text-align: center; box-shadow: 0 0 15px rgba(255,255,255,1); }
	#slides a:hover { background-color: #4285f4; box-shadow: none; }
	.slides-navigation { margin: 0 auto; position: absolute; z-index: 10; top: 46%; width: 100%; }
	.slides-navigation a.prev { left: 15px; }
	.slides-navigation a.next { right: 15px; }
	.slides-navigation a.prev i { margin-right: 3px; }
	.slides-navigation a.next i { margin-left: 3px; }
	#slides .scroll { background-color: #4285f4; background-color: rgba(66,133,244,0.85); position: absolute; z-index: 10; bottom: 15px; left: 50%; margin-left: -20px; }
	
	.slide-badges { position: absolute; right: 20px; bottom: 20px; line-height: 0; }
	.badge { width: 100px; height: 100px; display: inline-block; background-size: cover; background-repeat: no-repeat; background-position: 0 0; margin-left: 15px; }
	.badge--gold-2018 { background-image: url("gfx/badges/badge--gold-2018.png"); }
	.badge--gold-2020 { background-image: url("gfx/badges/badge--gold-2020.png"); }
	.badge--top-100-2020 { background-image: url("gfx/badges/badge--top-100-2020.png"); }
	.badge--outdoor-living-2020 { background-image: url("gfx/badges/badge--outdoor-living-2020.png"); }
	.badge--gold-2024 { background-image: url("gfx/badges/badge--gold-2024.png"); }
	.badge--top-100-2024 { background-image: url("gfx/badges/badge--top-100-2024.png"); }
	.badge--environmental-sustainable-2024 { background-image: url("gfx/badges/badge--environmental-sustainable-2024.png"); }
	.badge--smart-home-2024 { background-image: url("gfx/badges/badge--smart-home-2024.png"); }
	
	#hero-header { position: relative; background-color: #fff; z-index: 1; line-height: 0; }
	#hero-header:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 5; -webkit-box-shadow: inset 0px 200px 200px -100px rgba(0,0,0,0.65); -moz-box-shadow: inset 0px 200px 200px -100px rgba(0,0,0,0.65); box-shadow: inset 0px 200px 200px -100px rgba(0,0,0,0.65); }
	#hero-header img { width: 100%; }
	
/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#main-content { position: relative; z-index: 1; background-color: #fff; padding-top: 60px; padding-bottom: 70px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4); box-shadow: 0 0 20px rgba(0,0,0,0.4); }
.single-project #main-content,
.single-profile #main-content { padding-bottom: 0; }
.single-profile #main-content { padding-top: 180px; }
	
	/* ----------------------------------------------------------------
	    CONTENT
	-----------------------------------------------------------------*/
	
	#content { margin-bottom: 60px; }
	
	/* HOME */
	
	#page-home h1 { text-align: center; font-size: 36px; line-height: 1.4; text-transform: none; max-width: 1040px; margin: 0 auto 50px auto; }
	#page-home .secondary { margin-left: 10px; }
	
	#grand-designs-promo img { line-height: 0; display: block; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; }
	#grand-designs-promo a:hover { border-color: transparent; color: #3fb0ff; }
	#grand-designs-promo a:hover img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ } 
	#grand-designs-promo div { background: #eee; padding: 20px 20px 30px 20px; position: relative; overflow: hidden; border-top:1px solid #ddd; border-bottom: 5px solid #bababa; }
	#grand-designs-promo div:before { content: ""; position:absolute; z-index: 1; width:96%; top: -10px; height: 10px; left: 2%; border-radius: 100px / 5px; box-shadow:0 0 18px rgba(0,0,0,0.6); }
	#grand-designs-promo p { margin-bottom: 10px; }
	#grand-designs-gallery { display: none; }
	
	#current-projects { padding-bottom: 0; }
	#current-projects div { width: 100%; clear: both; }
	.current-project { display: inline-block; width: 45%; margin: 0 2% 2% 2%; vertical-align: top; }
	.current-project h4 { margin-bottom: 5px; }
	.current-project__link { display: block; position: relative; line-height: 0; margin-bottom: 10px; }
	.current-project__link:hover .play-icon,
	.current-project__link:focus .play-icon { transform: scale(1.1); opacity: 1; }
	
	.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
	.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
	.slick-list:focus { outline: none; }
	.slick-list.dragging { cursor: pointer; cursor: hand; }
	.slick-slider .slick-track,
	.slick-slider .slick-list { -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); }
	.slick-track { position: relative; top: 0; left: 0; display: block; }
	.slick-track:before,
	.slick-track:after { display: table; content: ''; }
	.slick-track:after { clear: both; }
	.slick-loading .slick-track { visibility: hidden; }
	.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
	[dir='rtl'] .slick-slide { float: right; }
	.slick-slide img { display: block; }
	.slick-slide.slick-loading img { display: none; }
	.slick-slide.dragging img { pointer-events: none; }
	.slick-initialized .slick-slide { display: block; }
	.slick-loading .slick-slide { visibility: hidden; }
	.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
	.slick-arrow.slick-hidden, .slick-arrow.slick-disabled { display: none !important; }
	
	.slick-arrow { display: block; position: absolute; top: 38%; width: 40px; height: 40px; background-color: #383838; color: #fff; text-align: center;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: inset 0 0 0 1px #454545, inset 0 5px 10px #000; -moz-box-shadow: inset 0 0 0 1px #454545, inset 0 5px 10px #000; box-shadow: inset 0 0 0 1px #454545, inset 0 5px 10px #000; }
	.slick-arrow i { font-size: 15px; line-height: 40px; text-shadow: 1px 1px 0 rgba(0,0,0,1); }
	.slick-arrow:hover { background-color: #4285f4; -webkit-box-shadow: inset 0 0 0 1px #454545, inset 0 5px 10px #1e1a3d; -moz-box-shadow: inset 0 0 0 1px #454545, inset 0 5px 10px #1e1a3d; box-shadow: inset 0 0 0 1px #454545, inset 0 5px 10px #1e1a3d; }
	.slick-prev { left: -80px; }
	.slick-prev i { margin-right: 3px; }
	.slick-next { right: -80px; }
	.slick-next i { margin-left: 3px; }
	.slick-dots { list-style: none; margin: 0 0 10px 0; padding: 0; }
	.slick-dots li { display: inline-block; border: 1px solid #bdbdbd; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0 3px; }
	.slick-dots li button { text-indent: -5000px; padding: 0; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 10px; height: 10px; background-color: #bdbdbd; border: none; margin: 3px; }
	.slick-dots li.slick-active { border-color: #4285f4 }
	.slick-dots li.slick-active button { background-color: #4285f4; }
	
	/* PROJECTS */
	
	#projects { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; }
	
	.project-teaser { float: left; width: 29.3%; margin: 0 2% 4% 2%; display: block; background-color: #eee; text-align: center; color: #444; border-bottom: 5px solid #bababa; }
	.project-teaser div { overflow: hidden; line-height: 0; }
	.project-teaser img { transition: all 0.2s ease-in-out; }
	.project-teaser h4 { margin: 0; padding: 20px; font-size: 22px; line-height: 1.3; margin-top: 5px; }
	.project-teaser:hover,
	.project-teaser:focus,
	.project-teaser:active { background-color: #444; color: #fff; border-color: #4285f4; }
	.project-teaser:hover img,
	.project-teaser:focus img,
	.project-teaser:active img { transform: scale(1.1); opacity: 0.7; }
	
	#gallery { overflow: hidden; width: 100%; clear: both; padding: 30px 0; }
	#gallery li { margin-bottom: 50px; }
	
	.image-teaser { position: relative; }
	.image-teaser a { background-color: #303030; display: block; line-height: 0; }
	.image-teaser i { font-size: 40px; line-height: 64px; text-align: center; background-color: #fff; background-color: rgba(255,255,255,0.8); top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; position: absolute; transition: .3s ease-in-out; -webkit-transform: scale(.8) rotate(-10deg); -moz-transform: scale(.8) rotate(-10deg); -ms-transform: scale(.8) rotate(-10deg); transform: scale(.8) rotate(-10deg); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.7); box-shadow: 0 0 15px rgba(0,0,0,0.7); }
	.image-teaser a:hover img { opacity: 0.4; }
	.image-teaser a:hover i { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; color: #303030; }
	
	#page-project-gallery .btn { margin-bottom: 30px; }
	#page-project-gallery p:last-of-type { margin-bottom: 0; }
	
	#project-content { margin-bottom: 30px; }
	#project-content span { display: block; }
	#project-content #awards { margin-bottom: 30px; }
	#project-content #awards .badge:first-child { margin-left: 0; }
	
	#related-testimonial blockquote { padding: 30px; }
	#related-testimonial blockquote:before,
	#related-testimonial blockquote:after { display: none; }
	#related-testimonial blockquote p { font-size: 18px; line-height: 1.6; text-indent: -7px; }
	#related-testimonial cite { font-size: 14px; }
	
	#related-projects { overflow: hidden; width: 100%; clear: both; background-color: #eee; }
	#related-projects .all-projects { margin: 10px 0 0 0; }
	.related-project { background-color: #fff; }
	
	.all-projects { margin: -20px 0 50px 0; }
	
	/* PROFILES */
	
	.profile-list { list-style: none; padding: 20px 0 0 0; margin: 0 -2%; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex: 0 1 auto; flex: 0 1 auto; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
	.profile-teaser { width: 29%; margin: 0 2% 60px 2%; text-align: center; }
	.profile-image { margin-bottom: 15px; }
	.profile-name { line-height: 1; margin-bottom: 0px; }
	.profile-role { display: block; }
	.profile-teaser .btn { margin-top: 10px; }
	
	.profile { margin-bottom: 40px; overflow: hidden; }
	.profile-content { float: left; padding-top: 20px; }
	.profile .profile-image { float: right; margin-top: 25px; }
	.profile-meta .profile-role { font-weight: 600; }
	
	.profile-nav { background-color: #eee; }
	.profile-nav .profile-teaser { width: 21%; margin-bottom: 40px; }
	.profile-nav .profile-teaser .profile-name { font-size: 22px; }
	.profile-link { display: block; }	 
	
	/* CONTACT */
	
	#contact-details { font-size: 20px; margin-left: 5px; }
	#contact-phone i { padding-right: 12px; }
	#contact-email i { padding-right: 4px; }
	#contact-email a { border-bottom: 2px solid #4285f4; padding-bottom: 1px; }
	#contact-email a:hover { border-color: transparent; }
	.grecaptcha-badge { display: none; z-index: 1000; }
	.page-id-11 .grecaptcha-badge { display: block; }
	
	/* PORTAL */
	
	#portal-content .wpc_client_files_list .wpc_filelist { overflow: hidden; }
	#portal-content .wpc_client_files_list .wpc_category_line { clear: both; padding-bottom: 0; margin-top: 30px; margin-bottom: 25px; }
	#portal-content .wpc_client_files_list .wpc_category_line .file_item:nth-child(4n) { margin-right: 0; }
	#portal-content .wpc_client_files_list .wpc_category_line h4 { margin: 10px 0; line-height: 1.1; }
	#portal-content .wpc_client_files_list .file_item { position: relative; float: none; width: 100%; background-color: #eee; margin: 0; padding: 10px 12px; }
	#portal-content .wpc_client_files_list .file_item:nth-child(2n) { background-color: #fff; }
	#portal-content .wpc_client_files_list .file_item a:hover,
	#portal-content .wpc_client_files_list .file_item a:focus,
	#portal-content .wpc_client_files_list .file_item a:active { text-decoration: none; }
	#portal-content .wpc_client_files_list .file_item .wpc_filename { width: 680px; }
	#portal-content .wpc_client_files_list .file_item .wpc_filename a { font-size: 14px; }
	#portal-content .wpc_client_files_list .file_item .wpc_file_details { width: 100%; clear: both; }
	#portal-content .wpc_client_files_list .file_item .wpc_file_actions { margin: 0; visibility: visible; float: right; width: 210px; text-align: right; position: absolute; top: 12px; right: 12px; }
	#portal-content .wpc_client_files_list .file_item .wpc_file_actions a { font-size: 12px; }
	#portal-content .wpc_client_files_list .wpc_thumbnail_wrapper { display: none; }
	#portal-content .wpc_client_files_list .wpc_filedata_wrapper { width: 100%; padding-left: 0; }
	#portal-content .wpc_client_files_list input[type="button"].wpc_button.files_pagination_block { font-size: 16px; width: auto; padding: 14px 14px 12px 16px !important; clear: both; margin-top: 20px; }

/* BANNER */

#otc-projects { max-width: 720px; margin: 0 auto 40px auto; }
#otc-projects img { margin-bottom: 10px; }
#otc-projects p { font-family: 'Khand', sans-serif; font-size: 21px; line-height: 1.4; }

#banner-meta { display: flex; justify-content: space-between; align-items: center; margin: 0 -16px; }

#archipro { padding: 0 16px; }
#archipro a { display: inline-block; width: 150px; }
#archipro img,
#archipro span { display: inline-block; vertical-align: middle; }
#archipro img { width: 70px; margin: 0 10px 6px 0; }
#archipro span { width: 150px; padding-bottom: 36px; }
#archipro svg { fill: #bf9d6a; -webkit-transition: fill 0.3s ease-in-out; -moz-transition: fill 0.3s ease-in-out; -o-transition: fill 0.3s ease-in-out; transition: fill 0.3s ease-in-out; }
#archipro a:hover svg,
#archipro a:focus svg,
#archipro a:active svg { fill: #eacba5; }

/* AWARDS */

#awards { padding: 0 16px; }
#awards-list { line-height: 0; }
#awards .badge { margin: 8px; }

/* CLIENT PORTAL */

#main-content .wpc_client_files_list .wpc_add_filter { text-transform: uppercase !important; }

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#global-footer { padding-top: 40px; padding-bottom: 25px; background-color: #eee; overflow: hidden; clear: both; }
#global-footer div { margin-bottom: 0; }
#global-footer .col-last { text-align: right; }
#global-footer .btn { font-size: 15px; padding: 5px 12px 3px 12px; }
	
	#footer-contact { font-size: 16px; width: 100%; margin-bottom: 10px; }
	#footer-contact li { display: inline-block; margin: 0 15px; line-height: 1.4; }
	#footer-contact i { margin-right: 5px; font-size: 20px; }
	#footer-contact li:last-child { margin-right: 0; }
	#footer-contact li:last-child i { position: relative; top: 2px; }
	#footer-contact a { border-bottom: 1px solid #4285f4; display: inline-block; }
	#footer-contact a.tel { border: none; color: #303030; }
	#footer-contact a:not(.tel):hover { color: #3fb0ff; border-color: transparent; }
	
	#footer-logos { text-align: left; }
	#footer-logos li { display: inline-block; margin: 0 15px; position: relative; }
	#logo-lbp { width: 110px; }
	#logo-mb { width: 95px; }
	
	#footer-meta { display: block; width: 100%; clear: both; font-size: 12px; }
	#footer-meta br { display: none; } 
	
/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; top: auto; left: auto; right: 20px; bottom: 20px; cursor: pointer; background-color: #000; background-color: rgba(0,0,0,0.7); color: #fff; display: none; height: 40px; width: 40px; text-align: center; }
#back-to-top span { position: absolute; left: -5000px; }
#back-to-top i { padding: 0; font-size: 15px; line-height: 40px; }
#back-to-top:hover, #back-to-top:focus, #back-to-top:active { background-color: #4285f4; }
.page-id-11 #back-to-top { display: none !important; }

/* ----------------------------------------------------------------
    ANIMATIONS
-----------------------------------------------------------------*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.bounce {
    animation: animationFrames ease-in-out 1.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease-in-out 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames ease-in-out 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames ease-in-out 1.5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease-in-out 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames{
	0% { transform: translate(0px,0px); }
	50% { transform: translate(0px,-3px); }
	100% { transform: translate(0px,0px); }
}
@-moz-keyframes animationFrames{
	0% { -moz-transform: translate(0px,0px); }
	50% { -moz-transform: translate(0px,-3px); }
	100% { -moz-transform: translate(0px,0px); }
}
@-webkit-keyframes animationFrames {
	0% { -webkit-transform: translate(0px,0px); }
	50% { -webkit-transform: translate(0px,-3px); }
	100% { -webkit-transform: translate(0px,0px); }
}
@-o-keyframes animationFrames {
	0% { -o-transform: translate(0px,0px); }
	50% { -o-transform: translate(0px,-3px); }
	100% { -o-transform: translate(0px,0px); }
}
@-ms-keyframes animationFrames {
	0% { -ms-transform: translate(0px,0px); }
	50% { -ms-transform: translate(0px,-3px); }
	100% { -ms-transform: translate(0px,0px); }
}