/*
Theme Name: Surf Pacific Standard Responsive
Theme URI: http://www.surfpacific.com.au
Description: A responsive WordPress theme designed and built by Surf Pacific.
Author: Surf Pacific
Author URI: http://www.surfpacific.com.au
Version: 1.1
*/

/*------------------------------------*\
		CONTENTS
\*------------------------------------*/

/*

1. BASE.........Reset and default styles
2. LAYOUT.......Main and unique elements
3. MODULE............Reusable components
4. STATE..................Current states
5. THEME............Branding and colours

*/

/*------------------------------------*\
		1. $BASE
\*------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capt, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}

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

ul, ol { list-style: none; }

body {
		background: #fff;
		font: normal 100%/1.618em 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
		color: #000;
}

/* Give elements the same bottom margin to create consistent vertical rhythm */

p, ul, ol, blockquote, table, hr, iframe, .grid, .cta, .message, .button, .content, .has-mb { margin-bottom: 1.618em; }

/*------------------------------------*\
		$TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'ITC Avant Garde Gothic W01', Arial, Helvetica, sans-serif;
	color: #003a40;
}

h1, .alpha {
		font-size: 2.75em; /* 44px */
		line-height: 1.182em; /* 52px */
	margin-bottom: 0.7em; /* 30px */
}

h2, .beta {
		font-size: 1.875em; /* 30px */
		line-height: 1.267em; /* 38px*/
	margin-bottom: 0.7em; /* 21px*/
}

h3, .gamma {
		font-size: 1.875em; /* 30px */
		line-height: 1.267em; /* 38px*/
	margin-bottom: 0.7em; /* 21px*/
}

h4, .delta {
		font-size: 1.125em; /* 18px*/
		line-height: 1.444em; /* 26px*/
	margin-bottom: 1.167em; /* 21px*/
}

h5, .epsilon {
	font-size: 1em; /* 16px*/
		line-height: 1.5em; /* 24px*/
	margin-bottom: 1.313em; /* 21px*/
}

h6, .zeta {
	font-size: 0.875em; /* 14px*/
	line-height: 1.571em; /* 22px*/
	margin-bottom: 1.5em; /* 21px*/
}

small, .small {
		font-size: 0.875em;
		line-height: 1.4em;
}

.avant, .feature .button { font-family: 'ITC Avant Garde Gothic W01', Arial, Helvetica, sans-serif; }

/*------------------------------------*\
		$LINKS
\*------------------------------------*/

a:link, a:visited {
		text-decoration: none;
		color: #00a99d;
		font-weight: 500;
	-webkit-transition: all .1s linear;
			 -moz-transition: all .1s linear;
				-ms-transition: all .1s linear;
				 -o-transition: all .1s linear;
						transition: all .1s linear;
}

a:hover {
		color: #003a40;
		text-decoration: underline;
		outline: none;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }

/*------------------------------------*\
		$BUTTONS
\*------------------------------------*/

a.button, button, input[type="submit"] {
	font-size: 1em;
		line-height: 1em;
		padding: 0.625em 2.5em;
		color: #fff;
		background-color: #00a99d;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
					border-radius: 8px;
}

a.button {
		display: inline-block;
		zoom: 1;
		*display: inline;
}

a.button:hover, button, input[type="submit"]:hover {
		text-decoration: none;
		color: #fff;
		background-color: #003a40;
}

a.button-reversed {
	color: #00a99d;
	background-color: #fff;
}

a.button-reversed:hover {
	color: #fff;
	background-color: #003a40;
}

a.button-alt {
	font-weight: bold;
	padding: 0.625em 1.375em;
	color: #01cce0;
	background-color: #fff;
}

a.button-alt:hover {
	color: #fff;
	background-color: #003a40;
}

a.button-bordered { border: 2px solid #fff; }

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.button + .button { margin-left: 0.313em; }

/*------------------------------------*\
		$FORMS
\*------------------------------------*/

input, select, textarea, button {
		font-family: inherit;
	font-size: inherit;
		line-height: 1em;
		border: 1px solid #ddd;
	padding: 0.188em 0.313em; /* 3px 5px */
}

input[type="submit"], button {
	-webkit-appearance: none; /* Remove iOS default styles */
		cursor: pointer;
		border: none;
		-webkit-transition: all .1s linear;
			 -moz-transition: all .1s linear;
				-ms-transition: all .1s linear;
				 -o-transition: all .1s linear;
						transition: all .1s linear;
}

/*------------------------------------*\
		$OTHER ELEMENTS
\*------------------------------------*/

hr {
	display: block;
		height: 1px;
		background: #ddd;
		width: 50%;
	margin: 3em auto;
		clear: both;
	border: none;
}

img, iframe {
	vertical-align: top;
	max-width: 100%;
}





/*------------------------------------*\
		2. $LAYOUT
\*------------------------------------*/

.container, .header, .navigation, .main, .footer { width: 100%; }

@media all and (min-width: 61.250em) { /* 980px */

	.container {
		width: 61.250em; /* 980px */
		margin: 0 auto;
	}

}

.header:after {
	content: '';
	position: relative;
	z-index: 1;
	display: block;
	height: 10px;
	background-color: #80d623;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.35);
		 -moz-box-shadow: 0 0 5px rgba(0,0,0,.35);
					box-shadow: 0 0 5px rgba(0,0,0,.35);
}

.top {
	position: relative;
	padding: 1.125em 1.25em;
}

.logo { width: 14.063em; }

@media all and (min-width: 30em) { /* 480px */

	.top { padding: 1.25em 1.5em; }

	.top .grid-alpha { width: 58%; }

	.top .grid-beta { width: 42%; }

	.logo { width: 23em; }

	.contact h2 { font-size: 1.5em; }

	.contact a { color: #fff; }
	a.cow-link-contact {
		text-decoration:none;
		position:absolute;
		right: -20px;
		top:-20px;
	}
        a.cow-link-contact:hover img {
		display:none;
	}
        a.cow-link-contact img {display:block;}
	a.cow-link-contact:hover {
		background: #80d623;
		border-radius: 50%;
		border: 2px solid #fff;
		width: 90px;
		height: 90px;
		font-size: 18px;
	}
	a.cow-link-contact:hover p {
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		padding-top: 24px;
		font-weight:bold;
	}
	a.cow-link-contact p {
		display:none;
	}

}

@media all and (min-width: 43.750em) { /* 700px */

	.header:after { height: 20px; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.header:after { display: none; }

	.top {
		padding: 2.375em 0 1.375em 0;
		position: static;
	}

	.top-body {
		position: relative;
		z-index: 28;
	}

	.top .grid { margin-left: 0; }

	.top .grid-item { padding-left: 0; }

	.top .grid-alpha { width: 58%; }

	.top .grid-beta { width: 42%; }

	.logo { width: auto; }

	.contact { text-align: center; }

	.contact p {
		font-size: 0.75em;
		margin-bottom: 0;
		color: #fff;
		text-transform: uppercase;
	}

	.contact h2 {
		font-size: 2.2em;
		line-height: 1em;
		margin-bottom: 0;
	}
}

@media all and (min-width: 1230px) {
	.pattern {
		position: absolute;
		z-index: 26;
		top: 0;
		left: 50%;
		margin-left: -605px;
		width: 1210px;
		height: 299px;

	}
}

/*------------------------------------*\

	$TOUCH NAV

	Only displayed on touch devices

\*------------------------------------*/

.nav-touch-toggle {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -22px;
	width: 45px;
	height: 45px;
	text-indent: -9999em;
	background: url(images/sprite.png) -400px -200px no-repeat;
}

@media all and (min-width: 43.750em) { /* 700px */

	.nav-touch-toggle { background-position: -500px -200px; }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.nav-touch-toggle {
		background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
	}

}

.nav-touch-top {
	padding: 1em 1.25em;
	position: relative;
	background-color: #003a40;
}

.nav-touch-search { width: 75%; }

.nav-touch-close {
	position: absolute;
	top: 50%;
	right: 1em;
	width: 28px;
	height: 28px;
	margin-top: -14px;
}

.nav-touch-close .icon {
	width: 28px;
	height: 28px;
}

.nav-touch {
	width: 100%;
	display: block;
}

.nav-touch a {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #80d623;
	border-top: 1px solid #fff;
	font-weight: normal;
	padding: 0.625em;
	text-align: center;
	text-transform: uppercase;
}

.nav-touch ul a {
	background-color: #00a99d;
}

.nav-touch a:hover, .nav-touch .current-menu-item > a, .nav-touch .current-menu-ancestor > a {
	text-decoration: none;
	color: #fff;
	background-color: #003a40;
}

/*------------------------------------*\
		$FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.navigation-primary {
		position: relative;
		z-index: 89;
		background-color: #80d623;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.35);
			 -moz-box-shadow: 0 0 5px rgba(0,0,0,.35);
						box-shadow: 0 0 5px rgba(0,0,0,.35);
	}

	.page-template-page-contact-php .navigation-primary,
	.page-template-page-full-width-php .navigation-primary,
	.blog .navigation-primary,
	.single .navigation-primary { margin-bottom: 2.5em; }

	.nav-primary li {
		position: relative;
		z-index: 500;
	}

	.nav-primary > li { float: left; }

	.nav-primary a {
		padding: 0;
		border: none;
		color: #fff;
		font-size: 0.938em;
		line-height: 3.125em;
		padding: 0 2.1em;
		text-align: left;
		text-transform: uppercase;
	}

	.nav-primary li:hover > a {
		background: #00a99d;
		color: #fff;
		text-decoration: none;
	}

	.nav-primary li:hover > ul { display: block }

	/*------------------------------------*\
		$2ND LEVEL
	\*------------------------------------*/

	.nav-primary ul, .nav-primary ul li { width: 18em; }

	.nav-primary ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
		z-index: 99999;
	}

	.nav-primary ul a {
		background: #00a99d;
		color: #fff;
		line-height: 1.4em;
		padding: 0.75em 2.35em;
		width: 100%;
		height: auto;
	}

	.nav-primary ul :hover > a {
		background: #fff;
		color: #00a99d;
	}

	/*------------------------------------*\
		$3RD LEVEL
	\*------------------------------------*/

	.nav-primary ul ul {
		left: 100%;
		top: 0;
	}

	.nav-primary ul ul a {
		background: #fff;
		color: #00a99d;
	}

	.nav-primary ul ul a:hover {
		background-color: #003a40;
		color: #fff;
	}

	/*------------------------------------*\
		$1ST LEVEL CURRENT
	\*------------------------------------*/

	.nav-primary li.current_page_item > a, .nav-primary li.current-menu-ancestor > a, .nav-primary li.current-menu-item > a, .nav-primary li.current-menu-parent > a {
		background-color: #003a40;
		color: #fff;
	}

	* html .nav-primary li.current_page_item a, * html .nav-primary li.current-menu-ancestor a, * html .nav-primary li.current-menu-item a, * html .nav-primary li.current-menu-parent a, * html .nav-primary li a:hover {
		background-color: #003a40;
		color: #fff;
	}

	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/

	.nav-primary ul li.current-menu-item a {
		background-color: #003a40;
		color: #fff;
	}

}

/*------------------------------------*\
		$CAROUSEL
\*------------------------------------*/

.feature {
	position: relative;
	overflow: hidden;
	height: 18.125em;
}

.feature-content, .banner-content {
	position: absolute;
	top: 1.25em;
	left: 2.5em;
	width: 24.75em;
	color: #fff;
}

.feature-content { left: 3.5em; }

.feature-text, .banner-text {
	padding: 1em;
	margin-bottom: 0.313em;
	background: #003a40;
	background: rgba(0,58,64,0.7);
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
}

.feature-heading, .banner-heading {
	color: #fff;
	font-size: 1.625em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.feature p, .banner p {
	font-size: 1.25em;
	line-height: 1.4em;
}

.feature .button, .banner .button {
	padding: 0.75em 1em;
	margin-bottom: 0;
}

.feature .button-alt {
	font-weight: 400;
	color: #00a99d;
}

@media all and (min-width: 61.250em) { /* 980px */

	.feature {
		height: 29.375em;
		overflow: hidden;
	}

	.feature .container {
		position: absolute;
		z-index: 30;
		top: 0;
		left: 50%;
		margin-left: -30.625em;
	}

	.feature-content {
		top: 4.375em;
		left: 5em;
		width: 30em;
	}

	.feature-text {
		padding: 1.25em 1.875em;
		margin-bottom: 0.625em;
	}

	.feature-heading {
		font-size: 2.5em;
		line-height: 1.1em;
		margin-bottom: 0.5em;
	}

	.feature p {
		font-size: 1.875em;
		line-height: 1.2em;
	}

	.feature .button {
		font-size: 1.25em;
		padding: 0.875em 1em;
		float: right;
	}

	.feature .button-alt { float: none; }

}

@media all and (min-width: 81.250em) { /* 1300px */

	.feature-content { left: 0; }

}


/*------------------------------------*\
		$FLEXSLIDER
\*------------------------------------*/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li { display: none; }

.flexslider .slides img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30.625em; /* Half of width - 980px */
	max-width: none;
	width: auto;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

@media all and (min-width: 61.250em) { /* 980px */

	.flexslider .slides img {
		margin-left: -60em; /* Half of width - 1920px */
	}

}

/*------------------------------------*\
		$DIRECTION NAV - ARROWS
\*------------------------------------*/

ul.flex-direction-nav { margin-bottom: 0; }

.flex-direction-nav a {
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
		z-index: 100000;
		cursor: pointer;
		text-indent: -9999px;
	font-size: 0;
		background-color: rgba(0,58,64,0.8);
}

.flex-direction-nav a:hover { background-color: #003a40; }

.flex-direction-nav a:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/sprite.png) -400px -300px;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 0;
}

.flex-direction-nav a.flex-next:before {
	background-position: -500px -300px;
}

@media all and (min-width: 61.250em) { /* 980px */

	.flex-direction-nav a {
		width: 80px;
		height: 80px;
		margin-top: -40px;
	}

	.flex-direction-nav a:before {
		width: 80px;
		height: 80px;
		background-position: 0 -300px;
	}

	.flex-direction-nav a.flex-next:before { background-position: -100px -300px; }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

		.flex-direction-nav a {
			background-image: url(images/sprite@2x.png) -200px -100px;
		background-size: 600px 800px;
	}

}

/*------------------------------------*\
		$CONTROL NAV - DOTS
\*------------------------------------*/

ol.flex-control-nav {
	position: absolute;
	left: 3.5em;
	top: 4.65em;
	width: 5em;
	z-index: 55;
}

.flex-control-nav li {
		margin: 0 2px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	text-indent: -9999em;
}

.flex-control-paging li a {
		width: 10px;
		height: 10px;
		display: block;
		background-color: #fff;
		cursor: pointer;
	-webkit-border-radius: 100%;
		 -moz-border-radius: 100%;
					border-radius: 100%;
}

.flex-control-paging li a.flex-active {
		background-color: #01cce0;
		cursor: default;
}

@media all and (min-width: 61.250em) { /* 980px */

	ol.flex-control-nav {
		position: absolute;
		top: 10em;
		left: 50%;
		margin-left: -30.625em;
		width: 61.25em;
		padding: 0 1.875em;
		margin-bottom: 0;
	}

	.flex-control-nav li { margin: 0 3px; }

	.flex-control-paging li a {
		width: 15px;
		height: 15px;
	}

}

/*------------------------------------*\
		$PROMO
\*------------------------------------*/

.promo {
	padding: 0 1.25em;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.35);
		 -moz-box-shadow: 0 0 15px rgba(0,0,0,.35);
					box-shadow: 0 0 15px rgba(0,0,0,.35);
}

.promo .grid { margin-left: 0; }

.promo .grid-item { padding-left: 0; }

.promo-item {
	border-left: 1px solid #809da0;
	text-align: center;
}

.promo-item-03 { border-right: 1px solid #809da0;}

.promo-item-body { padding: 1.25em; }

.promo a {
	display: block;
	color: #fff;
}

.promo a:hover {
	text-decoration: none;
	background-color: #00a99d;
}

.promo-item .icon {
	width: 85px;
	height: 85px;
	margin-bottom: 1em;
}

.promo-item-heading {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
}

.promo-item p {
		font-size: 0.875em;
		line-height: 1.5em;
	margin-bottom: 0;
}

@media all and (min-width: 61.250em) { /* 980px */

	.promo-body {
		position: relative;
		z-index: 555;
	}

	.promo-item .icon {
		width: 128px;
		height: 111px;
	}

	.promo-item-hidden {
		height: 0;
		overflow: hidden;
	}

	.promo-item-heading { font-size: 1.438em; }

	.promo p {
		text-transform: uppercase;
		padding: 1em 3em 0 3em;
	}

}

/*------------------------------------*\
		$BANNER
\*------------------------------------*/

.banner {
		width: 100%;
		height: 18.125em;
	position: relative;
	background-position: 55% 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.35);
		 -moz-box-shadow: 0 0 15px rgba(0,0,0,.35);
					box-shadow: 0 0 15px rgba(0,0,0,.35);
}

.banner-content {
	top: 2.5em;
	left: 1.25em;
	width: 18.75em;
}

.banner-heading {
	font-size: 1.625em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}

.banner p { margin-bottom: 0; }

@media all and (min-width: 61.250em) { /* 980px */

	.banner {
		height: 26.25em;
		margin-bottom: 2.5em;
		background-size: auto;
	}

	.banner-content {
		width: 28.125em;
		position: relative;
		top: 3.750em;
		left: 0;
	}

	.banner-text {
		padding: 1.875em;
		margin-bottom: 0.625em;
	}

	.banner-heading {
		font-size: 2.25em;
		line-height: 1.2em;
	}

	.banner p {
		font-size: 1.875em;
		line-height: 1.2em;
	}

	.banner .button {
		font-size: 1.625em;
		padding: 0.75em 1em;
	}

}

/*------------------------------------*\
		$CONTENT
\*------------------------------------*/

.content {
	font-size: 1.125em;
	padding: 0 1.1em;
}

.content-heading { padding: 1.25em 1.25em 0 1.25em; }

.content p a {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

@media all and (max-width: 43.688em) { /* 699px */

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.1em;
		line-height: 1.3em;
	}

}

@media all and (min-width: 43.750em) { /* 700px */

	.content { padding: 0 1.667em; }

	.content-heading {
		padding: 1.667em 1.667em 0 1.667em;
		margin-bottom: 1em;
	}

}

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 979px */

	.page-title { font-size: 1.875em; }

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.4em;
		line-height: 1.3em;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.content-heading { padding: 0; }

	.content {
		font-size: 1em;
		float: left;
		padding: 0;
		width: 61%; /* 600px */
	}

	.content-right { float: right; }

	.content-full {
		float: none;
		width: 100%;
	}

}

/*------------------------------------*\
		$HOME CONTENT
\*------------------------------------*/

.content-home {
	padding: 1.25em;
	margin-bottom: 0;
}

.home-feature { text-align: center; }

.home-feature a { display: block; }

@media all and (min-width: 43.750em) { /* 700px */

	.content-home { padding: 0; }

	.home-primary, .home-secondary { padding: 1.25em 1.25em 0 1.25em; }

	.home-primary-section-02 .divider-shadow { display: none; }

	.home-feature { position: relative;	}

	.home-feature:before, .home-feature:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		height: 47px;
	}

	.home-feature:before {
		top: 0;
		background: url(images/shadow-down.png) 50% 0 no-repeat;
	}

	.home-feature:after {
		bottom: -10px;
		background: url(images/shadow-up.png) 50% 0 no-repeat;
	}

	.home-feature a { padding: 1.25em; }

	.home-feature .picture {
		position: relative;
		z-index: 2;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.content-home { width: 100%; }

	.home-primary, .home-secondary { padding: 0; }

	.home-primary { padding-top: 3.125em; }

	.home-primary-image, .home-primary-content { float: left; }

	.home-primary-image { width: 35%; }

	.home-primary-content { width: 65%; }

	.content-home-heading {
		font-size: 1.875em;
		line-height: 1.348em;
		margin-bottom: 0.8em;
	}

	.home-primary-section-02 .home-primary-image { float: right; }

	.home-primary-section-02 p { margin-bottom: 0; }

	.home-secondary { padding: 3.125em 0; }

	.home-secondary p { margin-bottom: 0; }

	.home-secondary .grid { margin-left: -4.688em; }

	.home-secondary .grid-item { padding-left: 4.688em; }

	.home-feature { padding: 0; }

	.home-feature a { padding: 1.25em 0; }

	.home-feature a:hover {
		background-color: #e2ffa8;
		background: -moz-linear-gradient(left,  #fff 0%, #e2ffa8 34%, #e2ffa8 68%, #fff 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff), color-stop(34%,#e2ffa8), color-stop(68%,#e2ffa8), color-stop(99%,#fff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #fff 0%,#e2ffa8 34%,#e2ffa8 68%,#fff 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #fff 0%,#e2ffa8 34%,#e2ffa8 68%,#fff 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #fff 0%,#e2ffa8 34%,#e2ffa8 68%,#fff 99%); /* IE10+ */
		background: linear-gradient(to right,  #fff 0%,#e2ffa8 34%,#e2ffa8 68%,#fff 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ffa8', endColorstr='#e2ffa8',GradientType=1 ); /* IE6-9 */

	}

}

/*------------------------------------*\
		$HOME CTA
\*------------------------------------*/

@media all and (min-width: 43.750em) { /* 700px */

	.cta-home { padding: 1.25em; }

	.cta-home .grid-alpha { width: 67%; }

	.cta-home .grid-beta { width: 33%; }

	h3.cta-home-heading {
		text-align: center;
		text-transform: uppercase;
		font-size: 2.2em;
		line-height: 1.1em;
		margin-bottom: 0.75em;
	}
		h2.cta-home-heading {
		text-transform:uppercase;
		font-size:1.3em;
		margin-bottom:0;
		padding:1em 0;
	}
	h2.cta-home-heading span {
		color:#003a40;
	}
	.cta-home p {
		font-size: 1.056em;
		line-height: 1.5em;
	}

	.cta-home .button {
		display: block;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		font-size: 1.556em;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.cta-home {
		background-image: url(images/pattern.png);
		background-position: 0 -160px;
		background-repeat: no-repeat;
		padding: 1.875em 0;
	}

	h3.cta-home-heading {
		font-size: 2.4em;
	}

	.cta-home-body { padding: 0 5em; }

	.cta-home p { font-size: 1.5em; }

	.cta-home .button {
		font-size: 2.25em;
		padding: 0.45em 0;
	}

}

/*------------------------------------*\
		$CONTENT TABLES
\*------------------------------------*/

.content table {
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-collapse: collapse;
}

.content table th {
	color: #fff;
	padding: 0.313em 0.616em;
	text-align: left;
}

.content table td {
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		padding: 0.313em 0.616em;
}

/*------------------------------------*\
		$CONTENT LISTS
\*------------------------------------*/

.content ul, .content ol { margin-left: 1em; }

.content ul { list-style: disc; }

.content ol { list-style: decimal; }

.content li { margin-bottom: 0.875em; }

.content li > ul, .content li > ol {
		margin-top: 0.625em;
		margin-bottom: 0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content ul, .content ol { margin-left: 2.625em; } /* 42px */

}

/* Styling for call to action links */

a.cta {
	clear: both;
	color: #fff;
		display: block;
		padding: 1em 1.618em;
	line-height: 1.4em;
		background-color: #808080;
		-webkit-transition: all .25s ease-in-out;
		 -moz-transition: all .25s ease-in-out;
					transition: all .25s ease-in-out;
}

a.cta:hover {
	text-decoration: none;
	background-color: #454545;
}

@media all and (min-width: 43.688em) { /* 699px */

	/* Two column list */

	ul.list-double {
		margin-left: 0;
		margin-bottom: 1em;
		clear: both;
		overflow: hidden;
	}

	ul.list-double li {
		float: left;
		width: 40%;
		margin-left: 10%;
	}

}

/* Page lists displayed with [list-pages] and [child-pages] */

ul.child-pages, ul.list-pages {
	list-style: none;
	margin-left: 0;
	border-top: 1px solid #ddd;
}

ul.child-pages li, ul.list-pages li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

ul.child-pages a, ul.list-pages a {
	display: block;
	padding: 0.616em 0.313em;
}

ul.child-pages a:before, ul.list-pages a:before {
	content: '';
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(images/sprite.png) -100px -200px no-repeat;
	margin-right: 0.5em;
	float: right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

		ul.child-pages a:before, ul.list-pages a:before {
				background-image: url(images/sprite@2x.png) -100px -200px no-repeat;
		background-size: 600px 800px;
		}

}

/*------------------------------------*\
		$BLOCKQUOTE
\*------------------------------------*/

blockquote {
	border: double #ddd;
	border-width: 4px 0;
	padding: 1.618em;
	font-size: 1em;
	line-height: 1.618em;
	text-align: center;
}

blockquote p { margin: 0 }

/*------------------------------------*\
		$PULL QUOTE
\*------------------------------------*/

.pullquote {
	float: right;
	width: 35%;
	margin: 0 0 1em 1em;
	font-size: 1.125em;
	line-height: 1.4em;
}

/*------------------------------------*\
	$MESSAGES
\*------------------------------------*/

.message {
		padding: 0.875em 1.618em;
		border: 1px solid;
		color: #555;
}

.note {
	background: #fcffc5;
	border-color: #fbffa3;
}

.highlight {
	background: #A9E8FA;
	border-color: #79dbf7;
}

.warning {
		background-color: #ef1000;
		border-color: #cf0000;
		color: #fff;
}

/*------------------------------------*\
		$BLOG
\*------------------------------------*/

@media all and (max-width: 43.688em) { /* 699px */

	.post-title, .single .page-title {
		font-size: 1.25em;
		line-height: 1.4em;
	}

}

.post-divider {
		display: block;
		height: 1px;
		background: #ddd;
		width: 50%;
	margin: 3em auto;
}

.post-meta p {
	font-size: 0.875em;
	line-height: 1.4em;
}

.post-navigation {
		font-size: 0.875em;
		line-height: 1.5em;
		border-top: 1px solid #ddd;
		padding: 1em 0;
}

.archive-navigation {
		display: block;
		clear: both;
		padding: 1em 0;
		text-align: center;
		border-top: 1px solid #ddd;
}

.archive-navigation span, .archive-navigation a {
		padding: 3px 6px;
		border: 1px solid #ddd;
	-webkit-border-radius: 2px;
		 -opera-border-radius: 2px;
		 -khtml-border-radius: 2px;
		 -moz-border-radius: 2px;
						border-radius: 2px;

}

.post-share h5 {
		font-size: 0.875em;
	line-height: 1.5em;
		text-transform: uppercase;
}

@media all and (min-width: 43.750em) { /* 700px */

	.post-share h5 {
		float: left;
		margin: 0 0.616em 0 0;
	}

}

#___plusone_0 { vertical-align: top !important; }

/*------------------------------------*\
		$CONTENT IMAGES
\*------------------------------------*/

.alignright, a.alignright, .alignleft, a .alignleft, .aligncenter, a .aligncenter, .alignnone, a.alignnone, .wp-caption {
	padding: 8px;
	background-color: #fff;
		border: 1px solid #ddd;
}

@media all and (max-width: 25.000em) { /* 400px */

	img.alignright, img.alignright {
		max-width: 50%;
		height: auto;
	}

}

.alignright, a.alignright {
		float: right;
		margin: 0 0 1.618em 1.618em; /* 0 0 26px 26px */
}

.alignleft, a.alignleft {
		float: left;
		margin: 0 1.618em 1.618em 0; /* 0 26px 26px 0 */
}

.aligncenter, a .aligncenter {
		display: block;
		margin: 0 auto 1.618em auto; /* 0 auto 26px auto */
}

.alignnone, a .alignnone {
		display: block;
		margin-bottom: 1.618em; /* 26px */
}

img.no-image-border {
	padding: 0;
	border: none;
}

.wp-caption { margin-bottom: 1.618em; /* 26px */ }

.wp-caption img {
		border: none;
		margin: 0;
		padding: 0;
}

.wp-caption p.wp-caption-text {
		font-size: 0.875em; /* 14px */
		line-height: 1.4em; /* 19px */
		margin: 0.357em 0 0 0; /* 5px 0 0 0 */
	padding: 0.714em 0 0.357em 0; /* 10px 0 5px 0 */
	text-align: center;
}

#gallery-1 img {
		border: 1px solid #ddd !important;
		background: #fff;
		padding: 8px;
}

#gallery-1 img:hover { border: 1px solid #808080 !important }

/*------------------------------------*\
		$RIGHT SIDEBAR
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 27%; /* 260px */
	}

}

.sidebar > div, .sidebar-blog > div { margin-bottom: 2em; }

.sidebar-heading {
	font-size: 2.25em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	text-align: center;
}

.sidebar-cta {
	padding: 1.25em 0.938em;
	-webkit-border-radius: 8px/11px;
		 -moz-border-radius: 8px/11px;
					border-radius: 8px/11px;
}

.sidebar-cta-content { text-align: center; }

.sidebar-cta p {
	font-size: 1.125em;
}

.island {
	padding: 1em 1.618em;
	color: #fff;
	-webkit-border-radius: 8px/11px;
		 -moz-border-radius: 8px/11px;
					border-radius: 8px/11px;
}

.island-heading { color: #fff; }

.list ul {
		list-style: none;
	margin: 0;
	text-align: center
}

.list ul:before, .list li:after {
	content: '';
	display: block;
	width: 81%;
	height: 0;
	margin: 0 auto;
	border-bottom: 1px dotted #00a99d;
}

.list a {
		display: block;
		padding: 0.625em;
	line-height: 1.4em;
	color: #00a99d;
	text-transform: uppercase;
}

.list a:hover, .list .current_page_item a {
	text-decoration: none;
	background-color: #003a40;
	color: #fff;
}

/*------------------------------------*\
		$SEARCH
\*------------------------------------*/

.form-search { position: relative; }

.form-search .search-input {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.5em 0.313em 0.5em 2.5em;
	color: #666;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
}

.form-search:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -8px;
	z-index: 1;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 16px;
	height: 16px;
	background: url(images/sprite.png) -200px -100px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

		.form-search:before {
			background-image: url(images/sprite@2x.png) -200px -100px;
		background-size: 600px 800px;
	}

}

/*------------------------------------*\
		$LEFT SIDEBAR
\*------------------------------------*/

.sidebar-left {
	padding: 0 1em;
	margin-bottom: 1em;
	border-top: 1px dotted #00a99d;
}

.sidebar-left .contact-detail {
		padding: 1em 0;
		border-bottom: 1px dotted #00a99d;
}

.sidebar-left h4 {
		font-size: 1em;
		line-height: 1em;
		text-transform: uppercase;
		margin: 0 0 5px 0;
}

.sidebar-left .icon { vertical-align: top; }

.sidebar-left p, .sidebar-left table {
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 0;
}

.sidebar-left p + p { margin: 10px 0 0 0 }

.sidebar-left .is-day, .sidebar-left .is-time { width: 50%; }

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 700px - 979px */

	.sidebar-left table { width: 50%; }

}

@media all and (min-width: 43.750em) { /* 700px */

	.sidebar-left { padding: 1.667em 1.667em 0 1.667em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar-left {
		float: left;
		width: 18.750em; /* 300px */
		padding: 0;
		margin-bottom: 1em;
		font-size: 1.1em;
	}

	.sidebar-left { font-size: 1em; }

	.sidebar-left p, .sidebar-left table { font-size: 1em; }

	.sidebar-left h4 { margin-bottom: 0.875em; }

}

/*------------------------------------*\
		$NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.form-subscribe { margin-bottom: 1.618em; }

.form-subscribe input {
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}

.form-subscribe input[type="text"] {
	padding: 0.75em 0.5em;
	border: none;
	background-color: #80d4ce;
	color: #000;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.35);
		 -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.35);
					box-shadow: inset 0 0 5px rgba(0,0,0,.35);
	-webkit-border-radius: 8px;
			 -moz-border-radius: 8px;
						border-radius: 8px;
}

.form-subscribe input[type="submit"] {
	padding: 0.75em;
	background-color: #fff;
	color: #01cce0;
	font-weight: bold;
}

.form-subscribe input[type="submit"]:hover {
	color: #fff;
	background-color: #003a40;
}

/*------------------------------------*\
		$FOOTER
\*------------------------------------*/

.footer {
		clear: both;
	text-align: center;
	padding: 1.25em;
}

.footer-body {
	font-size: 0.813em;
		line-height: 1.4em;
	padding-top: 1.45em;
	border-top: 1px solid #fff;
}

.page-template-page-contact-php .footer-body {
	border-top: none;
	padding-top: 0;
}

.footer p, .footer a { color: #fff; }

.footer a { font-weight: 300; }

.footer a:hover { color: #fff; }

@media all and (max-width: 43.688em) { /* 699px */

	.footer { margin-bottom: 3.750em; } /* Height of call now button */

}





/*------------------------------------*\
		3. $MODULE
\*------------------------------------*/

/*------------------------------------*\
		$NAV
\*------------------------------------*/

ul.nav, .nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

ul.nav-stacked li { float: none; }

/*------------------------------------*\
		$HELPER
\*------------------------------------*/

.clr { clear: both }

.left { float: left }

.right { float: right }

.text-center { text-align: center; }

.text-right { text-align: right; }

.upper { text-transform: uppercase; }

.lower { text-transform: lowercase;}

.under { border-bottom: 1px solid; }

.spaced { letter-spacing: 2px; }

.no-mb { margin-bottom: 0; }

.is-relative { position: relative; }

.inline-block {
		display: inline-block;
		zoom: 1;
		*display: inline;
}

.cf:before, .cf:after, .grid:before, .grid:after, .main:before, .main:after, .content:before, .content:after, .nav-primary:before, .nav-primary:after, .container:before, .container:after, .top:before, .top:after, .navigation:before, .navigation:after {
		content: " ";
		display: table;
}

.cf:after, .grid:after, .main:after, .content:after, .nav-primary:after, .container:after, .top:after, .navigation:after { clear: both; }

.cf, .grid, .main, .content, .nav-primary, .container, .top, .navigation { *zoom: 1; }

/*------------------------------------*\
		$GRID
\*------------------------------------*/

.grid { margin-left: -1.618em; }

.grid-item {
		display: block;
		float: left;
		padding-left: 1.618em;
		width: 100%;
}

@media all and (min-width: 18.750em) {

	.palm-whole .grid-item { width: 100%; }

	.palm-halves .grid-item { width: 50%; }

	.palm-thirds .grid-item { width: 33.3333333%; }

	.palm-fourths .grid-item { width: 25%; }

	.palm-fifths .grid-item { width: 20%; }

}

@media all and (min-width: 43.750em) and (max-width: 61.250em) {

	.lap-whole .grid-item { width: 100%; }

	.lap-halves .grid-item { width: 50%; }

	.lap-thirds .grid-item { width: 33.3333333%; }

	.lap-one-two-thirds .lap-one-third { width: 33.3333333%; }

	.lap-one-two-thirds .lap-two-thirds { width: 66.666667%; }

	.lap-fourths .grid-item { width: 25%; }

	.lap-fifths .grid-item { width: 20%; }

}

@media all and (min-width: 61.250em) {

	.desk-whole .grid-item { width: 100%; }

	.desk-halves .grid-item { width: 50%; }

	.desk-thirds .grid-item { width: 33.3333333%; }

	.desk-one-two-thirds .desk-one-third { width: 33.3333333%; }

	.desk-one-two-thirds .desk-two-thirds { width: 66.666667%; }

	.desk-fourths .grid-item { width: 25%; }

	.desk-fifths .grid-item { width: 20%; }

}

/*------------------------------------*\
		$ICONS
\*------------------------------------*/

.icon {
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		background: url(images/sprite.png) 0 0 no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.icon {
		background: url(images/sprite@2x.png) 0 0 no-repeat;
		background-size: 600px 800px;
	}

}

.icon-m {
	width: 50px;
	height: 50px;
}

.icon-l {
	width: 128px;
	height: 111px;
}

/*------------------------------------*\
		$ROW 1
\*------------------------------------*/

.icon-phone { background-position: 0 0; }
.icon-fax { background-position: -100px 0; }
.icon-email { background-position: -200px 0; }
.icon-address { background-position: -300px 0; }
.icon-hours { background-position: -400px 0; }
.icon-payment { background-position: -500px 0; }

/*------------------------------------*\
		$ROW 2
\*------------------------------------*/

.icon-info { background-position: 0 -100px; }
.icon-file { background-position: -100px -100px; }
.icon-search { background-position: -200px -100px; }
.icon-cross { background-position: -300px -100px; }
.icon-tick { background-position: -400px -100px; }
.icon-user { background-position: -500px -100px; }

/*------------------------------------*\
		$ROW 3
\*------------------------------------*/

.icon-arrow-left { background-position: 0 -200px; }
.icon-arrow-right { background-position: -100px -200px; }
.icon-arrow-down { background-position: -200px -200px; }
.icon-arrow-up { background-position: -300px -200px; }
.icon-nav { background-position: -400px -200px; }
.icon-nav-large { background-position: -500px -200px; }

/*------------------------------------*\
		$ROW 4
\*------------------------------------*/

.icon-pager { background-position: 0 -300px; }
.icon-pager-current { background-position: -100px -300px; }

.icon-divider {
	background-position: -200px -300px;
	width: 75px;
	height: 15px;
	margin-bottom: 1.2em;
}

.icon-call-now { background-position: -300px -300px; }

/*------------------------------------*\
		$ROW 5 & 6
\*------------------------------------*/

/*
.icon-dentures { background-position: 0 -400px; }
.icon-veneers { background-position: -200px -400px; }
.icon-implants { background-position: -400px -400px; }
*/

/*------------------------------------*\
		$ROW 7
\*------------------------------------*/

.icon-circle-marker { background-position: 0 -600px; }
.icon-circle-clock { background-position: -100px -600px; }
.icon-circle-envelope { background-position: -200px -600px; }
.icon-circle-like { background-position: -300px -600px; }
.icon-circle-blog { background-position: -400px -600px; }

/*------------------------------------*\
		$ROW 8
\*------------------------------------*/

.icon-facebook { background-position: 0 -700px; }
.icon-twitter { background-position: -100px -700px; }
.icon-google { background-position: -200px -700px; }
.icon-dentures { background-position: -300px -700px; }
.icon-veneers { background-position: -400px -700px; }
.icon-implants { background-position: -500px -700px; }

@media all and (min-width: 61.250em) { /* 980px */

	.icon-dentures { background-position: 0 -400px; }
	.icon-veneers { background-position: -200px -400px; }
	.icon-implants { background-position: -400px -400px; }

}

/*------------------------------------*\
		$EXTERNAL ICONS
\*------------------------------------*/

.icon-surf {
	background: url(http://www.surfpacific.com/sprite-logo.png);
	width: 137px;
	height: 34px;
	background-position: 0 -100px;
}

@media all and (max-width: 61.188em) { /* Up to 979px */

	.icon-surf {
		display: block;
		margin: 1em auto 0 auto;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.icon-surf { margin-left: 1em; }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

		.icon-surf {
		background-position: -100px -50px;
		background-size: 300px 100px;
	}

}

/*------------------------------------*\
		$INLINE LIST
\*------------------------------------*/

.list-inline { list-style: none; }

.list-inline li { display: inline; }

.list-inline a {
		display: inline-block;
		zoom: 1;
		*display: inline;
}

/*------------------------------------*\
		$ICON LIST
\*------------------------------------*/

.list-icon { font-size: 0; }

.list-icon li { margin-left: 0.625px; }

.list-icon li:first-child { margin-left: 0; }

/*------------------------------------*\
		$ACCORDION LIST
\*------------------------------------*/

.list-accordion {
	margin-left: 0;
	border-top: 1px solid #ddd;
}

.list-accordion-title {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0;
	padding: 0.625em 0.313em;
	border-bottom: 1px solid #ddd;
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a { display: block;  }

.list-accordion-content {
	padding: 0.313em;
	border-bottom: 1px solid #ddd;
}

.icon-collapse {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(images/sprite.png) -200px -200px no-repeat;
	margin-right: 0.5em;
	float: right;
}

.open .icon-collapse { background-position: -300px -200px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

		.icon-collapse {
				background-image: url(images/sprite@2x.png) -200px -200px no-repeat;
		background-size: 600px 800px;
		}

}

/*------------------------------------*\
		$CALL NOW
\*------------------------------------*/

.call-now {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.call-now a {
	display: block;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.875em;
	padding: 0.25em 0;
	background-color: #01cce0;
	border-top: 10px solid #80d623;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
					border-radius: 0;
}

.call-now .icon {
	width: 24px;
	height: 34px;
}

/*------------------------------------*\

		$SIDR

	Slide out sidebar for touch devices

\*------------------------------------*/

.sidr {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		width: 280px;
		overflow-x: hidden;
		overflow-y: auto;
	background-color: #80d623;
}

.sidr.right {
		left: auto;
		right: -280px;
}

.sidr.left {
		left: -280px;
		right: auto;
}

/*------------------------------------*\
		$LIST OF LOGOS
\*------------------------------------*/

.list-logo {
	padding: 1.125em;
	text-align: center;
	margin-bottom: 0;
}

.list-logo li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 0.75em;
}

.list-logo img { height: 42px; }

@media all and (min-width: 30em) { /* 480px */

	.list-logo { padding: 1.5em 1.25em; }

	.list-logo li {
		padding: 0 0.5em;
		margin-bottom: 0.313em;
	}

}

@media all and (min-width: 43.750em) { /* 700px */

	.list-logo { padding: 2.5em 1.25em; }

	.list-logo img { height: 49px; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.list-logo { padding: 2.5em 0; }

	.list-logo li {
		padding: 0 2em;
		margin-bottom: 0.5em;
	}

}

/*------------------------------------*\
		$GLOBAL CALL TO ACTION
\*------------------------------------*/

.cta-global {
	color: #fff;
	font-weight: 500;
	padding: 1em 0;
	text-align: center;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.35);
		 -moz-box-shadow: 0 0 15px rgba(0,0,0,.35);
					box-shadow: 0 0 15px rgba(0,0,0,.35);
}

.cta-global-content { font-size: 1.25em; }

.cta-global-heading {
	font-size: 1em;
	line-height: 1.25em;
	text-transform: uppercase;
}

.cta-global a { font-weight: 500; }

.cta-global .is-number { color: #fff; }

.cta-global .button { border: 2px solid #fff; }

@media all and (max-width: 43.688em) { /* 699px */

	.cta-global .alternative {
		display: block;
		clear: both;
		margin: 0.5em 0;
	}

}

@media all and (min-width: 43.750em) { /* 700px */

	.cta-global { padding: 1.1em; }

	.cta-global-content { font-size: 2.250em; }

	.cta-global-heading {
		font-size: 1.1em;
		line-height: 1em;
		margin-bottom: 0.25em;
	}

	.cta-global .alternative { padding: 0 0.25em; }

	.cta-global .button { padding: 0.25em 0.5em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.cta-global {
		width: 100%;
		clear: both;
	}

}

/*------------------------------------*\
		$MAP
\*------------------------------------*/

.map {
	position: relative;
	height: 18em;
	background: url(images/map.jpg) 50% 0 no-repeat;
}

.map:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.35);
			 -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.35);
						box-shadow: 0 8px 6px -6px rgba(0,0,0,0.35);
}

/*------------------------------------*\
		$CONTENT FOOTER
\*------------------------------------*/

.content-footer { padding: 1.25em 1.875em; }

.content-footer-heading {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #fff;
}

.content-footer p a { color: #fff; }

.icon-heading {
	text-align: center;
	margin-bottom: 1em;
	position: relative;
}

.icon-heading .icon-mask {
	background-color: #00a99d;
	padding: 0 0.625em;
	position: relative;
	z-index: 2;
}

.icon-heading:after {
	content: '';
	display: block;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content-footer { padding: 2.5em; }

	.content-footer .grid { margin-left: -2.5em; }

	.content-footer .grid-item { padding-left: 2.5em; }

}

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 979px */

	.content-footer .grid-gamma { width: 100%; }

}

/*------------------------------------*\
		$SOCIAL LIST
\*------------------------------------*/

.list-social { text-align: center; }

.list-social li { margin: 0 0.75em; }

/*------------------------------------*\
		$FEED
\*------------------------------------*/

.feed-item-heading {
	color: #003a40;
	text-transform: uppercase;
}

.feed-item-image { margin-bottom: 1em; }

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 979px */

	.feed-item-content, .feed-item-image {
		float: left;
		width: 50%;
		padding-left: 1.618em;
	}

	.feed-item-image { padding-left: 0; }

}





/*------------------------------------*\
		4. $STATE
\*------------------------------------*/

.is-hidden { display: none; }

@media all and (max-width: 43.688em) { /* 489px */

	.palm-is-hidden { display: none; }

}

@media all and (min-width: 43.688em) and (max-width: 61.188em) { /* 699px to 979px */

	.lap-is-hidden { display: none; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.desk-is-hidden { display: none; }

}

.no-transition {
	-webkit-transition: none;
			 -moz-transition: none;
				-ms-transition: none;
				 -o-transition: none;
						transition: none;
}





/*------------------------------------*\
		5. $THEME
\*------------------------------------*/

/*------------------------------------*\
		$COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc, .pullquote { color: #00a99d; } /* Medium */
.bsc { color: #01cce0; } /* Light */
.btc { color: #003a40; } /* Dark */

.text-white { color: #fff; }
.text-light { color: #eee; }
.text-neutral { color: #808080; }
.text-dark { color: #003a40; }

::selection {
		background: #01cce0;
		color: #fff;
		text-shadow: none;
}

/*------------------------------------*\
		$BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #00a99d; }
.bsb, .island { background-color: #01cce0; }
.btb { background-color: #003a40; }

.bg-light { background-color: #eee; }
.bg-neutral { background-color: #808080; }
.bg-dark { background-color: #333; }

.is-shadow {
	height: 47px;
	background: url(images/shadow-down.png) 0 0 no-repeat;
}

.shadow-up { background-image: url(images/shadow-up.png); }

.divider-shadow {
	height: 10px;
	margin-bottom: 1.2em;
	background: url(images/shadow-s.jpg) 50% 0 no-repeat;
}

@media all and (min-width: 43.750em) { /* 700px */

	.divider-shadow {
		height: 47px;
		background-image: url(images/shadow-m.jpg);
		margin-bottom: 0;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.divider-shadow { background-image: url(images/shadow-down.png); }

}


/*------------------------------------*\
		$EXTRA
\*------------------------------------*/
@media (min-width: 61.25em){
	.home-primary-content {
	  width: 100%;
	}
}
.flex-direction-nav a, .feature-text, .banner-text {
	background: #424242;
	background: rgba(23, 23, 23, 0.7);
}
.flex-direction-nav a:hover {
	background: #424242;
}
.nav-primary li.current_page_item > a, .nav-primary li.current-menu-ancestor > a, .nav-primary li.current-menu-item > a, .nav-primary li.current-menu-parent > a{
	background-color: #424242;
}