/*
Theme Name: What's It Worth?
Author: Big Fish Creative
*/

/* ----------------------------------------------------------------
    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; }
:focus { outline: 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: 1px; background: transparent; width: 100%; clear: both; margin: 0 !important; }

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

.wrapper { width: 92%; padding: 0 4%; }
.container { width: 940px; margin: 0 auto; }
.container-1400 { max-width: 1400px; margin: 0 auto; padding: 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.container-820 { max-width: 820px; margin: 0 auto; }
.container-760 { max-width: 760px; margin: 0 auto; }
.inset { padding: 4% 8% 8% 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: #2494d8; color: #fff; }
::-moz-selection { background: #2494d8; /* Firefox */ color: #fff; }
::-webkit-selection { background: #2494d8; /* Safari */ color: #fff; }
::-webkit-input-placeholder { color: #7b7e85; }
:-moz-placeholder { /* Firefox 18- */ color: #7b7e85; }
::-moz-placeholder {  /* Firefox 19+ */ color: #7b7e85; }
:-ms-input-placeholder { color: #7b7e85; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: #1d4c9c; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */ color: #1d4c9c; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {  /* Firefox 19+ */ color: #1d4c9c; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: #1d4c9c; }

html, body { height:100%; background: #eeeeee; }

/* 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: #f7941d; outline: none; border: none; margin: 20px 0; }

/* FORMS */

fieldset { border: 1px solid #aaa; padding: 35px; }
legend { padding: 0 5px; font-weight: 700; }
small span { color: #7b7e85; font-size: 18px; font-style: normal; }
input[type="text"], input[type="email"], input[type="password"], select, textarea { display: block; background: #fcfcfc; color: #000; padding: 10px 14px; border: 1px solid #7b7e85; outline: 0; font-family: 'Raleway', sans-serif; font-size: 16px; line-height: 24px; font-weight: 500; }
input[type="text"], input[type="email"], input[type="password"], textarea { width: 94.5%; }
textarea { height: 110px; }
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, select:focus, textarea:focus { -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; background: #ecfaff; border-color: #1d4c9c; color: #1b4ca1; }
input[type="submit"] { outline: none; border: none; cursor: pointer; font-size: 18px; line-height: 22px; text-transform: uppercase; padding: 10px 20px; display: inline-block; background: #1b4ca1; color: #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; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
input[type="submit"]:hover, input[type="submit"]:active { background-color: #8ec8db; }
#contact-captcha { margin-bottom: 20px; }
.wpcf7-form .wpcf7-not-valid { border: 1px solid red; background: #ffe7e7; }
div.wpcf7-response-output { margin: 2em 0 1em 0 !important; padding: 10px 15px !important; border-width: 1px !important; background: #fffef0 !important; font-size: 18px !important; line-height: 24px; color: #656565 !important; }
div.wpcf7-validation-errors { border: 1px solid #ff0000 !important; background: #ffe7e7 !important; color: red !important; text-shadow: none; }
span.wpcf7-not-valid-tip { font-size: 14px !important; font-style: italic; width: auto !important; padding: 3px 8px; color: red !important; text-shadow: none; font-weight: 400; }
div.wpcf7-mail-sent-ok { background: #f1ffeb !important; color: #398F14 !important; }

/* LISTS */

ul, ol, dl { margin-left: 20px; }
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%; }
.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; -webkit-backface-visibility: hidden; overflow: hidden; }

/* BUTTONS */

.btn { font-family: 'Roboto Slab', serif; font-size: 24px; line-height: 26px; font-weight: 700; background: #2494d8; color: #fff; padding: 12px 40px; margin: 20px 0; display: inline-block; position: relative; border: none; cursor: pointer; outline: none; -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; -webkit-appearance: none; }
.btn.inverse { background-color: #fff; color: #545454; }
.btn:hover, .btn:active { background: #8dc63f; color: #fff; }
.btn.inverse:hover { background-color: #2494d8; color: #fff; }

/* ICONS */

.icon { display: block; }
.icon i { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: inline-block; text-align: center; -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; }

/* SECTIONS */

.page-section { padding: 60px 0; }
.parallax { position: relative; background-attachment: fixed; background-position: top center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 120px 0 80px 0; }
.parallax h2 { line-height: 54px; margin-bottom: 30px; padding: 0 20px; }
.bg-grayscale { background-color: #eeeeee; }
.bg-coloured, .bg-coloured h2 { color: #fff; }

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

body { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 18px; line-height: 28px; color: #000; }

p, ul, ol, blockquote, table, fieldset, form { margin-bottom: 20px; }

strong { font-weight: 700; }
em, i { font-style: italic; }
sup { vertical-align: super; font-size: 12px; }
small { font-size: 12px; font-style: italic; }
caption { text-align: left; }

blockquote { padding-top: 15px; }
blockquote p { font-family: 'Roboto Slab', serif; color: #fff; font-size: 44px; line-height: 48px; margin-bottom: 10px; font-weight: 700; }

.kicker { font-size: 24px; line-height: 32px; margin-bottom: 20px; color: #2494d8; font-weight: 500; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

.centered { text-align: center;}
.upper { text-transform: uppercase; }
.shadow { color: #fff !important; text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7); }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif; color: #2494d8; margin-bottom: 15px; font-weight: 700; }
h1 { font-size: 48px; line-height: 52px; margin-bottom: 30px; }
h2 { font-size: 40px; line-height: 44px; }
h3 { font-size: 28px; line-height: 32px; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 18px; line-height: 22px; }
h6 { font-size: 14px; line-height: 18px; }

/* LINKS */

a { text-decoration: none; color: #1b4ca1; font-weight: 500; -webkit-transition: color 0.15s ease-in-out; -moz-transition: color 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out; transition: color 0.15s ease-in-out; }
a:hover, a:active { color: #8ec8db; }

.more { font-weight: 700; position: absolute; color: #8ec8db; }
.tel { cursor: default; }

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

#hero-header { position: relative; }

	#masthead { position: absolute; top: 0; width: 100%; z-index: 1000; }
	
	/* LOGO */
	
	#logo { margin-left: 2.5%; }
	#logo a { display: block; line-height: 0; }
	
	/* MAIN NAV */
	
	#responsive-nav { display: none; }
	
	#main-nav { margin-right: 2.5%; }
	#main-nav li { display: inline-block; margin-bottom: 0; }
	#main-nav a { font-family: 'Roboto Slab', serif; font-size: 20px; font-weight: 400; text-align: center; display: block; color: #fff; text-transform: uppercase; -webkit-transition : all 200ms ease-out; -moz-transition : all 200ms ease-out; -o-transition : all 200ms ease-out; transition : all 200ms ease-out; }
	li.tab-jobs a { background: #8dc63f; }
	li.tab-housing a { background: #ed145b; }
	li.tab-schools a { background: #ffc400; }
	li.tab-vision a { background: #30b5c3; }
	
	.home-nav { position: absolute; left: 4%; bottom: 7%; z-index: 1000; }
	.home-nav li { line-height: 150px; width: 150px; margin-left: 5px; }
	.home-nav a { border: 2px solid transparent; }
	.home-nav li.tab-jobs a { background: rgba(141,198,63,0.9); }
	.home-nav li.tab-jobs a:hover { background-color: #8dc63f; }
	.home-nav li.tab-housing a { background: rgba(237,20,91,0.9); }
	.home-nav li.tab-housing a:hover { background-color: #ed145b; }
	.home-nav li.tab-schools a { background: rgba(255,196,0,0.9); }
	.home-nav li.tab-schools a:hover { background-color: #ffc400; }
	.home-nav li.tab-vision a { background: rgba(48,181,195,0.95); }
	.home-nav li.tab-vision a:hover { background-color: #30b5c3; }
	.home-nav a:hover { border-color: #fff; }
	
	.page-nav li { margin-left: 16px; }
	.page-nav a { padding: 16px 35px; }
	.page-nav li.current-menu-item a, .page-nav a:hover { padding-bottom: 30px; }
	
	/* FACEBOOK */
	
	#header-fb { margin-right: 2.5%; margin-top: 15px; }
	#header-fb i { width: 45px; height: 45px; font-size: 28px; line-height: 48px; background-color: #fff; color: #000; }
	#header-fb:hover i { background-color: #2494d8; color: #fff; }
	
	/* SLIDER */
	
	#slider { position: relative; }
	#slider li { margin-bottom: 0; line-height: 0; }
	#slider .bx-controls { position: absolute; bottom: 25px; right: 2.5%; z-index: 1000; }
	#slider .bx-pager { overflow: hidden; text-align: right; z-index: 100; }
	#slider .bx-pager-item { display: inline-block; }
	#slider .bx-pager-link { display: block; width: 25px; height: 25px; text-indent: -5000px; color: transparent; margin: 0 5px; background-color: #fff; background-color: rgba(255,255,255,0.8); }
	#slider .bx-pager-link:hover, #slider .bx-pager-link.active { background: #2494d8; }
	
	.hero-image { position: relative; line-height: 0; }
	.hero-image img { width: 100%; }
	.hero-overlay { position: absolute; bottom: 21%; right: 7.5%; max-width: 700px; text-align: right; }
	.hero-overlay .retina-wordmark { display: none; }
	.hero-overlay img { width: auto !important; }
	.hero-overlay h2 { font-size: 50px; line-height: 54px; }
	.home .hero-overlay { right: auto; left: 4%; bottom: 26%; text-align: left; }
	.home .hero-overlay h2 { max-width: 500px; }
	

/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#main-content-wrapper { background: #fff; clear: both; width: 100%; overflow: hidden; }
	
	#main-content { overflow: hidden; }
	
		/* HOME */
		
		.home .kicker { color: #000; text-transform: none; }
		
		#housing-promo { background-image: url('gfx/bg-whangarei-heads.jpg'); }
		#housing-promo .btn { color: #ed145b; }
		#housing-promo .btn:hover { background-color: #ed145b; color: #fff; }
		
		#employment-promo { overflow: hidden; }
		#employment-promo, #employment-promo h2, #employment-promo h3, #employment-promo .kicker { color: #3e3e3e; }
		#employment-promo h2 { margin-bottom: 25px; }
		#employment-promo h2 span { font-weight: 300; }
		#employment-promo .kicker { font-weight: 700; margin-bottom: 40px; }
		#employment-promo h3 { font-size: 40px; line-height: 60px; }
		#employment-promo h3.highlight { color: #8dc63f; }
		#employment-promo h3 span { font-weight: 300; font-size: 18px; display: block; line-height: 26px; color: #000; }
		#employment-promo em { font-size: 16px; }
		#employment-promo em a { color: #8dc63f; border-bottom: 1px solid #8dc63f; }
		#employment-promo em a:hover { border-color: transparent; }
		#employment-promo .col-one-fourth { margin-bottom: 20px; }
		#employment-promo .btn { background-color: #8dc63f; }
		#employment-promo .btn:hover { background-color: #2494d8; }
		
		#schools-promo { background-color: #ffc400; }
		#schools-promo .btn { color: #ffc400; }
		#vision-promo { background-color: #30b5c3; }
		#vision-promo .btn { color: #30b5c3; }
		#schools-promo .btn:hover, #vision-promo .btn:hover { background-color: #3e3e3e; color: #fff; }
		.home-promo { width: 50%; float: left; }
		.home-promo article { padding: 5%; max-width: 550px; margin: 0 auto; }
		.home-promo .kicker { color: #fff; }
		
		/* JOBS */
		
		.page-id-9 h1,
		.page-id-9 h2,
		.page-id-9 h3,
		.page-id-9 .kicker { color: #8dc63f; }
		
		#job-listings { background-image: url('gfx/bg-job-listings.jpg'); padding-top: 80px; }
		#job-listings h2 { margin-bottom: 50px; }
		#job-listings a { background-color: #8dc63f; font-weight: 400; font-size: 18px; }
		#job-listings a:hover { background-color: #2494d8; }
		
		#job-slider { position: relative; }
		#job-slider .pager { position: absolute; top: -35px; z-index: 100; width: 100%; text-align: center; }
		#job-slider .bx-pager-item { display: inline-block; }
		#job-slider .bx-pager-link { display: block; width: 15px; height: 15px; text-indent: -5000px; margin: 0 4px; background-color: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
		#job-slider .bx-pager-link:hover, #job-slider .bx-pager-link.active { background-color: #8dc63f; }
		#job-slider .bx-controls-direction { position: absolute; top: 40%; z-index: 9999; width: 100%; }
		#job-slider .bx-controls-direction a { display: block; position: absolute; text-indent: -5000px; width: 40px; height: 40px; background-color: transparent; background-repeat: no-repeat; background-position: 0 0; }
		#job-slider .bx-controls-direction a:hover { background-position: 0 -40px; }
		#job-slider .bx-prev { left: -60px; background-image: url('gfx/sprite-prev.png'); }
		#job-slider .bx-next { right: -60px; background-image: url('gfx/sprite-next.png'); }
		
		.job-listing { background: #fff; background: rgba(255,255,255,0.9); position: relative; }
		.job-listing div { padding: 35px 40px 30px 40px; max-width: 500px; font-size: 15px; line-height: 22px; }
		.job-listing h3 { color: #3e3e3e; }
		.job-listing a { position: absolute; bottom: 20px; right: 20px; margin: 0; padding: 12px 15px; }
		
		#job-sites { display: table; margin: 0 auto; }
		#job-sites h3 { margin-right: 10px; }
		#job-sites li { display: inline-block; }
		#job-sites a { margin-left: 10px; }
		
		#things-to-do-promo { background-image: url('gfx/bg-poor-knights.jpg'); padding: 150px 0; }
		#things-to-do-promo a:hover { background-color: #8dc63f; }
		
		/* HOUSING */
		
		.page-id-7 h1,
		.page-id-7 h2,
		.page-id-7 .kicker { color: #ed145b; }
		
		#median-pricing { background-image: url('gfx/bg-median-pricing.jpg'); padding: 120px 0; }
		
		#property-listings h2 { color: #545454; }
		#property-listings .btn { text-transform: uppercase; background-color: #545454; color: #fff; font-size: 18px; padding: 12px 20px; }
		#property-listings .btn.inverse { background-color: #f4f4f4; color: #545454; }
		#property-listings .btn:hover, #property-listings .btn.inverse:hover { background-color: #ed145b; color: #fff; }
		
		#properties { padding: 0 1.6%; overflow: hidden; clear: both; margin: 20px auto 10px auto; }
		.property-listing { width: 23.8%; float: left; margin-right: 1.6%; margin-bottom: 1.6%; }
		.property-listing.last { margin-right: 0; }
		.property-listing a { color: #545454; display: block; -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; }
		.property-listing img { width: 100%; }
		.property-listing .inset { overflow: hidden; }
		.property-listing h4 { font-family: 'Roboto', sans-serif; }
		.property-listing a:hover { background: #dedede; }
		.property-listing 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+ */ }
		.property-meta { margin-bottom: 15px; }
		.property-meta li { font-weight: 500; margin-bottom: 0; font-size: 18px; line-height: 24px; }
		.property-meta span { font-size: 14px; }
		.property-specs { margin-top: 5px; }
		.property-specs li { display: inline-block; margin-bottom: 0; font-size: 22px; }
		.property-specs .bedroom-number { background: url('gfx/icon-bedroom.png') no-repeat right 3px; padding-right: 30px; margin-right: 15px; }
		.property-specs .bathroom-number { background: url('gfx/icon-bathroom.png') no-repeat right 2px; padding-right: 26px; }
		.price { font-size: 28px; line-height: 32px; }
		.no-figure { display: block; clear: both; padding-top: 20px; font-size: 24px; }
		
		/* SCHOOLS */
		
		.page-id-11 h1,
		.page-id-11 h2,
		.page-id-11 .kicker { color: #ffc400; }
		
		#school-information { background-image: url('gfx/bg-schools.jpg'); padding: 100px 0 40px 0; overflow: hidden; color: #fff; background-position: 50% 100%; }
		#school-information h3 { color: #fff; }
		#school-information h3, #school-information p { text-shadow: 1px 1px 1px rgba(0,0,0,0.4); }
		#school-information a { text-transform: uppercase; -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); }
		.school-list { margin-bottom: 30px; }
		.school-list li { margin-bottom: 12px; }
		.school-list .btn { font-size: 16px; margin: 0; padding: 12px 15px; min-width: 270px; text-align: center; }
		.school-list .btn:hover { background-color: #ffc400; color: #fff; }
		
		#school-search { position: relative; }
		#school-search .btn { background-color: #ffc400; color: #fff; font-size: 20px; margin-top: 60px; padding: 12px 25px; }
		#school-search .btn:hover { background-color: #545454; }
		#school-search img { position: absolute; right: -20px; top: -20px; }
		
		/* VISION */
		
		.page-id-13 h1,
		.page-id-13 h2,
		.page-id-13 h3,
		.page-id-13 .kicker { color: #30b5c3; }
		
		#project-promo .kicker { margin-bottom: 40px; }
		#projects { background-image: url('gfx/bg-hihiaua.jpg'); overflow: hidden; }
		
		.project-teaser { display: block; color: #fff; height: 180px; }
		.project-teaser:hover { color: #fff; }
		.project-teaser .project-title { display: table; width: 100%; height: 100%; }
		.project-teaser h4 { font-family: 'Roboto', sans-serif; margin-bottom: 0; font-size: 14px; line-height: 18px; display: table-cell; vertical-align: middle; width: 80%; height: 92%; padding: 4% 10%; color: #fff; text-transform: uppercase; }
		.project-teaser-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; } 
		.project-teaser-overlay div { display: table; width: 100%; height: 100%; }
		.project-teaser-overlay h4 { text-shadow: 1px 1px 0 rgba(0,0,0,0.4); }
		
		#cbd-core-projects.project-teaser { background-color: #d44598; }
		#cbd-core-projects .project-teaser-image div { background: rgba(212,69,512,0.4); }
		#waterfront-projects.project-teaser { background-color: #e8643f; }
		#waterfront-projects .project-teaser-image div { background: rgba(232,100,63,0.4); }
		#pohe-island-projects.project-teaser { background-color: #8d2b82; }
		#pohe-island-projects .project-teaser-image div { background: rgba(141,43,130,0.4); }
		#marine-projects.project-teaser { background-color: #27a7ac; }
		#marine-projects .project-teaser-image div { background: rgba(39,167,172,0.4); }
		#arts-culture-conference-projects.project-teaser { background-color: #009cdb; }
		#arts-culture-conference-projects .project-teaser-image div { background: rgba(0,156,219,0.4); }
		#arts-heritage-recreation-projects.project-teaser { background-color: #fcc838; }
		#arts-heritage-recreation-projects .project-teaser-image div { background: rgba(252,200,56,0.4); }
		#regional-sports-projects.project-teaser { background-color: #e32a2e; }
		#regional-sports-projects .project-teaser-image div { background: rgba(227,42,46,0.4); }
		#other-projects.project-teaser { background-color: #51b6e2; }
		#other-projects .project-teaser-image div { background: rgba(81,182,226,0.4); }
		
/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#global-footer { padding: 80px 0 70px 0; width: 100%; clear: both; position: relative; }
	
	#footer-nav { margin-top: 10px; }
	#footer-links { margin: 7px 40px 0 0; }
	#footer-links li { font-family: 'Roboto Slab', serif; display: inline-block; border-right: 1px solid #000; font-size: 20px; line-height: 18px; }
	#footer-links li:last-child { border-right: none; }
	#footer-links a { color: #000; display: block; padding: 1px 12px; }
	#footer-links li:first-child a { padding-left: 0; }
	#footer-links li.current-menu-item a { font-weight: 700; }
	#footer-links li#menu-item-1.current-menu-item a, #footer-links li#menu-item-1 a:hover { color: #8dc63f; }
	#footer-links li#menu-item-2.current-menu-item a, #footer-links li#menu-item-2 a:hover { color: #ed145b; }
	#footer-links li#menu-item-3.current-menu-item a, #footer-links li#menu-item-3 a:hover { color: #ffc400; }
	#footer-links li#menu-item-4.current-menu-item a, #footer-links li#menu-item-4 a:hover { color: #30b5c3; }
	#footer-fb i { height: 35px; width: 35px; font-size: 24px; line-height: 36px; color: #eee; background-color: #000; }
	#footer-fb:hover i { background-color: #2494d8; }
	
	#footer-logo a { display: block; text-indent: -5000px; width: 205px; height: 62px; background: url('gfx/sprite-logo-footer.png') no-repeat 0 0; }
	#footer-logo a:hover { background-position: 0 -62px; }
	
/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; width: 40px; height: 40px; top: auto; left: auto; right: 30px; bottom: 30px; cursor: pointer; }
#back-to-top span { position: absolute; left: -5000px; }
#back-to-top .icon { padding: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #2494d8; color: #fff; display: inline-block; height: 45px; width: 45px; text-align: center; font-size: 20px; line-height: 40px; -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; }
#back-to-top:hover .icon, #back-to-top:active .icon { background-color: #1eaaff; }