/*
Theme Name: Protectus
Author: Big Fish Creative
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
-----------------------------------------------------------------*/

.wrapper { width: 100%; padding: 0 4%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.container { margin: 0 auto; padding: 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.container-1400 { max-width: 1400px; }
.container-1260 { max-width: 1260px; }
.inset { padding: 6% 8%; }
.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: #00aae0; color: #fff; }
::-moz-selection { background: #00aae0; /* Firefox */ color: #fff; }
::-webkit-selection { background: #00aae0; /* Safari */ color: #fff; }

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

/* 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: 20px 0; }

/* FORMS */

.input-wrapper { float: left; margin-bottom: 2%; }
.input-full { 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 p { margin-bottom: 18px; }
fieldset { border: 1px solid #d3d3d3; padding: 25px; }
label { font-family: 'Titillium Web', sans-serif; display: inline-block; padding-bottom: 4px; font-size: 18px; font-weight: 600; }
label span { color: #00aae0; }
label em { font-weight: 400; font-size: 15px; }
span.wpcf7-list-item { margin: 0 25px 0 0; }
span.wpcf7-list-item label { font-weight: 400; }
span.wpcf7-list-item label span { color: #000; margin-left: 5px; }
span.note { font-size: 16px; line-height: 20px; font-style: italic; display: block; margin-bottom: 10px; }
small span { color: #7b7e85; font-size: 18px; font-style: normal; }
input[type="text"], input[type="email"], select, textarea { font-family: 'Titillium Web', sans-serif; font-size: 18px; display: block; background: #f9f9f9; color: #939393; padding: 8px 14px; border: 1px solid #ccc; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -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"] { width: 70%; }
textarea { height: 180px; width: 100%; }
input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus { background-color: #f0fbff; color: #00aae0; border-color: #00aae0; -webkit-box-shadow: 0 0 8px rgba(0,170,224,0.6); }
input[type="submit"] { font-family: 'Titillium Web', sans-serif; font-size: 20px; font-weight: 600; text-transform: uppercase; color: #fff; margin-top: 15px; background-color: #00aae0; padding: 12px 25px; display: inline-block; position: relative; cursor: pointer; border: none; width: auto; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }
input[type="submit"]:hover, input[type="submit"]:active,
.button[type="submit"]:hover, .button[type="submit"]:active { background-color: #00c2ff; }
#captcha { margin-bottom: 30px; padding-top: 10px; }
#your-site { height: 100px; }
.wpcf7-checkbox { display: block; padding-top: 10px; }
div.wpcf7-response-output { margin: 2em 0 1em 0; padding: 12px 15px; border: none; font-size: 18px; line-height: 24px; }
div.wpcf7-validation-errors { border-left: 5px solid #e90e0e; background-color: #ffe7e7; color: #e90e0e; }
span.wpcf7-not-valid-tip { font-size: 14px; line-height: 18px; font-style: italic; width: auto; padding: 6px 0 0 0; color: red; text-shadow: none; font-weight: 400; }
div.wpcf7-mail-sent-ok {display: none !important; }

/* 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; }
.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: none; background: transparent; padding: 0; width: auto !important; }
.wp-caption img { display: block; line-height: 0; width: 100%; }
.wp-caption-text { background: #dcdcdc; font-size: 14px; line-height: 18px; padding: 10px; margin: 0; }
.wp-caption.alignleft .wp-caption-text, .wp-caption.alignright .wp-caption-text { max-width: 430px; }

/* SECTIONS */

.page-section { width: 100%; clear: both; overflow: hidden; padding: 60px 0 70px 0; }
.page-section div, .page-section article { margin-bottom: 0; }
.bg-light { background-color: #fff; color: #222; }
.cta { background: #00AAE2; clear: both; }
.cta .page-section { background: #00AAE2 url("gfx/watermark-cta.png") no-repeat left center; width: 900px; margin: 0 auto; }
.cta.secondary .page-section { background-position: right center; }
.cta span { display: block; font-weight: 600; font-size: 42px; margin-bottom: 20px; }

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

body { font-family: 'Titillium Web', sans-serif; font-size: 20px; line-height: 1.5; color: #fff; }

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

strong { font-weight: 700; }
em, i { font-style: italic; }
small { font-size: 13px; font-style: italic; }
caption { text-align: left; }
blockquote { max-width: 960px; margin: 0 auto; padding-top: 30px; position: relative; }
blockquote p { font-style: italic; font-size: 22px; color: #929497; }
blockquote span { color: #d8d8d8; font-size: 60px; line-height: 60px; font-family: Georgia, serif; font-style: normal; position: absolute; left: -40px; top: 15px; }
blockquote span:last-of-type { right: -40px; left: auto; top: auto; bottom: 15px; }
sup { vertical-align: super; font-size: smaller; }

.kicker { font-weight: 600; font-size: 22px; }
.success { background: #f1ffeb; color: #398F14; border-left: 5px solid #398F14; padding: 15px 20px; font-size: 20px; }
.success br { display: none; }
.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; }
.shadow { text-shadow: 4px 4px 5px rgba(0,0,0,0.4); }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { line-height: 1.15; margin-bottom: 20px; font-weight: 600; color: #00aae0; }
h1 { font-size: 38px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }

/* LINKS */

a { display: inline-block; position: relative; text-decoration: none; color: #00aae0; -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: #00c2ff; }
.tel { cursor: default; }

[class^="animate-"] { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.animate-underline { vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); -moz-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); overflow: hidden; }
.animate-underline:before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; background: #00aae0; height: 4px; -webkit-transition: right 0.3s ease-out; -moz-transition: right 0.3s ease-out; transition: right 0.3s ease-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
.animate-underline:hover:before, .animate-underline:focus:before, .animate-underline:active:before { right: 0; }

.animate-float { background-color: #a3a5a8; padding-bottom: 30px; }
.animate-float h3 { color: #fff; padding: 0 20px; }
.animate-float:hover, .animate-float:focus, .animate-float:active { background-color: #fff; -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); transform: translateY(-15px); }
.animate-float:hover h3 { color: #222; }
.animate-float:hover .button .button-icon { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.animate-float:hover .button > span { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

.animate-blind:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #424242; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; }
.animate-blind:hover:before, .animate-blind:focus:before, .animate-blind:active:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform: scaleX(1); }

.button { display: inline-block; padding: 12px 25px; border: none; background: none; vertical-align: middle; position: relative; z-index: 1; background-color: #00aae0; color: #fff; font-weight: 600; text-transform: uppercase; overflow: hidden; }
.button.button-light { background-color: #fff; color: #00aae0; }
.button:hover,
.button:focus,
.button:active { color: #fff; }
.button:active { top: 1px; }

.button::before { content: ''; position: absolute; left: -50%; top: -50%; z-index: -1; }
.button .button-icon { position: absolute; top: -9px; width: 100%; left: 0; font-size: 50px; color: #fff; -webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
.button > span { display: block; vertical-align: middle; }
.button > span,
.button .button-icon { -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1); transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1); }

.button-group .button { margin-right: 15px; }
.button-group .button:last-of-type { margin-right: 0; }


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

/* MASTHEAD */

#masthead { width: 100%; z-index: 100; }

	/* GLOBAL HEADER */
	
	#global-header { width: 100%; min-height: 100px; background-color: #222; overflow: hidden; }
	#global-header h2 { font-size: 16px; color: #a3a5a8; margin: 45px 0 0 100px; }
	
		/* LOGO */
		
		#logo { width: 280px; display: block; padding: 20px 0 5px 0; position: relative; z-index: 10; }
		#header-logo-strapline { display: none; }
		
		/* HEADER CONTACT */
	
		#header-contact { position: absolute; top: 0; right: 0; z-index: 1; }
		#header-contact li { float: left; line-height: 111px; border-left: 1px solid #424242; margin-bottom: 0; }
		#header-contact li:first-child { border-left: none; }
		#header-contact a { color: #fff; display: block; padding: 0 35px; font-size: 22px; font-weight: 600; }
		#header-contact #header-phone { line-height: 1.6; text-align: right; padding-top: 27px; }
		#header-contact #header-phone br { display: none; }
		#header-contact #header-phone a { font-size: 18px; }
		#header-contact #header-phone i { margin-right: 5px; }
		#header-contact #header-phone a:last-child i { margin-right: 8px; }
		#header-contact a#header-fb { padding: 0 48px; font-size: 40px; }
		#header-contact a#header-fb:hover { background-color: #00aae0; color: #fff; }

	/* MAIN NAV */
	
	#responsive-nav { display: none; }
	#main-nav { z-index: 1000; width: 100%; clear: both; background-color: #424242; }
	#home-hero #main-nav { position: absolute; }	
	#menu-main-navigation { zoom: 1; list-style: none; padding: 0; margin: 0; text-align: center; }
	#menu-main-navigation > li { display: inline-block; margin-bottom: 0; position: relative; }
	#menu-main-navigation > li > a { display: inline-block; position: relative; font-size: 17px; color: #fff; padding: 18px 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
	#menu-main-navigation > li:hover > a,
	#menu-main-navigation > li.current-menu-item > a { color: #00aae0; background-color: #fff; }
	
/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#main-content { position: relative; overflow: hidden; z-index: 5; padding-top: 50px; background-color: #fff; }
.home #main-content { background-color: #222; }
	
	.header-image { margin: 10px 0 20px 0; }
	
	/* HOME */
	
	#home-intro { background: url("gfx/watermark.png") no-repeat 870px top; overflow: hidden; margin-top: 10px; margin-bottom: 20px; }
	#home-intro h1 { font-size: 30px; margin-bottom: 15px; }
	#home-intro p { font-size: 24px; padding-right: 29px; }
	#home-intro #home-kicker { font-size: 48px; line-height: 1.3; font-weight: 600; }
	
	#home-services { clear: both; margin-bottom: 10px; }
	.service img { margin-bottom: 20px; }
	.service h3 { font-size: 24px; }
	
	#timelapse-promo { overflow: hidden; clear: both; }
	#timelapse-promo .protectus-video-wrapper { margin-top: 0; }
	#timelapse-promo h3 { font-size: 28px; }
	.protectus-video-wrapper { position: relative; padding-bottom: 56.3%; height: 0; z-index: 5; margin: 40px auto; clear: both; max-width: 1200px; }
	.protectus-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #c7c8ca; z-index: 2; }
	
	/* FAQS */
	
	#faqs { border-bottom: 1px solid #424242; margin-top: 30px; margin-bottom: 50px; overflow: hidden; }
	.ui-accordion h3.ui-accordion-header { margin-bottom: 0; background-color: #424242; color: #fff; font-size: 22px; cursor: pointer; position: relative; padding: 15px 60px 12px 20px; zoom: 1; border-top: 1px solid #fff; -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; }
	.ui-accordion h3#ui-id-1 { border-top: none; }
	.ui-accordion h3.ui-accordion-header:after { font-family: "Ionicons"; content: "\f125"; font-size: 18px; margin-top: 2px; display: inline-block; position: absolute; right: 20px; color: #fff; }
	.ui-accordion .ui-accordion-header-icon { position: absolute; left: 10px; top: 15px; width: 20px; height: 20px; }
	.ui-accordion h3.ui-accordion-header:hover, .ui-accordion h3.ui-accordion-header.ui-state-active { background-color: #00aae0; }
	.ui-accordion h3.ui-accordion-header.ui-state-active:after { content: "\f123"; }
	.ui-accordion .ui-accordion-content { padding: 20px 20px 0 20px; border-left: 1px solid #424242; border-right: 1px solid #424242; overflow: auto; zoom: 1; height: auto; background-color: #fff; }
	.ui-accordion .ui-accordion-content ul { color: #000; }
	
	/* CONTACT */
	
	#contacts-list i { margin-right: 5px; font-size: 24px; position: relative; top: 2px; }
	#contacts-list li:nth-child(2) i { margin-right: 15px; }
	#contacts-list a { color: #222; border-bottom: 1px solid #222; }
	#contacts-list a:hover { border-color: transparent; color: #00aae0; }
	.page-id-102 h1 { display: none; }
	
	/* FEEDBACK */
	
	#wpcf7-f92-o1 input[type="text"] { width: 48%; }
	#wpcf7-f92-o1 input.full-width[type="text"] { width: 100%; }
	#google-review { background-color: #eee; padding: 20px; margin-bottom: 20px; }
	#google-review h3,
	#google-review p { margin-bottom: 10px; }
	
	#testimonials h2 { font-size: 36px; }
	#testimonials img { display: block; opacity: 0.7; margin: 20px auto 0 auto; }
	#testimonial-q img { max-width: 100px; }
	.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; margin: 0; padding: 0; overflow: hidden; }
	.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; width: 100%; }
	.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-dots { list-style: none; margin: 20px 0 0 0; padding: 0; }
	.slick-dots li { display: inline-block; border: 1px solid #929497; -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: #929497; border: none; margin: 3px; }
	.slick-dots li.slick-active { border-color: #00aae0 }
	.slick-dots li.slick-active button { background-color: #00aae0; }
	
	/* ----------------------------------------------------------------
	    SIDEBAR
	-----------------------------------------------------------------*/
	
	#sidebar-right .button { display: block; text-align: center; margin: 10px 0 50px 0; }
	
	.sidebar-feature { background-color: #222; color: #fff; padding: 25px; position: relative; }
	.sidebar-feature i { font-size: 30px; line-height: 54px; color: #fff; }
	.sidebar-feature h4 { margin: 20px 0 10px 0; }
	.sidebar-feature p { font-size: 16px; margin-bottom: 10px; }
	.sidebar-feature a { color: #fff; }
	.sidebar-feature a:hover, .sidebar-feature:active { color: #00aae0; }
	
	.icon-wrapper { position: absolute; top: -25px; left: 50%; margin-left: -25px; width: 50px; height: 45px; text-align: center; background-color: #A3A5A8; display: inline-block; }
	.icon-wrapper:after { content: ""; border-top: 15px solid #A3A5A8; border-left: 25px solid transparent; border-right: 25px solid transparent; position: absolute; bottom: -15px; left: 0; }

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

#global-footer { overflow: hidden; clear: both; padding-bottom: 40px; color: #929497; position: relative; z-index: 1; }
#global-footer div { margin-bottom: 0; }

	#footer-logos { background-color: #424242; }
	#footer-logos p { max-width: 895px; margin: 0 auto; font-size: 18px; margin-bottom: 30px; }
	#footer-logos ul { max-width: 800px; margin: 0 auto; }
	#footer-logos li { display: inline-block; margin: 0 20px; line-height: 0; vertical-align: middle; }
	#jasanz { width: 100px; }
	#ohsas { width: 112px; }
	#lbp { width: 100px; }
	#site-safe { width: 166px; }
	#asbestoswise { width: 170px; }
	#nzdaa { width: 95px; }
	#sitewise { width: 171px; }
	
	#footer-details { padding-top: 40px; font-size: 16px; overflow: hidden; }
	#footer-details .col-half { overflow: hidden; }
	
		#footer-logo { width: 180px; }
		#footer-meta { margin: 10px 0 0 60px; }
		
		#footer-contact { text-align: right; }
		#footer-contact li { display: inline-block; margin-left: 40px; }
		#footer-contact a { border-bottom: 1px solid #929497; color: #929497; }
		#footer-contact a.tel { border-bottom: none; }
		#footer-contact a:hover { border-color: transparent; color: #00aae0; }
		#footer-contact a.tel:hover { color: #929497; }
		#footer-contact #footer-fb { background-color: #929497; width: 40px; color: #222; text-align: center; font-size: 26px; top: 5px; border: none; }
		#footer-contact #footer-fb:hover, #footer-contact #footer-fb:focus, #footer-contact #footer-fb:active { background-color: #00aae0; color: #fff; }
	
/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; top: auto; left: auto; right: 30px; bottom: 30px; cursor: pointer; background-color: #00aae0; color: #fff; display: inline-block; height: 40px; width: 40px; text-align: center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
#back-to-top span { position: absolute; left: -5000px; }
#back-to-top i { padding: 0; font-size: 26px; line-height: 40px; }
#back-to-top:hover, #back-to-top:focus, #back-to-top:active { background-color: #00c2ff; }