/*
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.0
*/

/*------------------------------------*\
    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: 100%/1.618em 'Arial W01', Arial, Helvetica, sans-serif;
	font-weight: 300;
    color: #333;
    overflow-y: scroll; 
}

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

	body { padding-bottom: 4.625em; } /* Height of call now button */

}

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

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

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

@font-face {
    font-family: 'Satellite';
    src: url('fonts/satellite-webfont.eot');
    src: url('fonts/satellite-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/satellite-webfont.woff') format('woff'),
         url('fonts/satellite-webfont.ttf') format('truetype'),
         url('fonts/satellite-webfont.svg#satelliteregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.satellite, .feature-heading, .banner-heading, .promo-item-heading, .page-title, .post-title, .sidebar-heading { font-family: 'Satellite', Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	color: #ed1c24;
}

h1, .alpha {
    font-size: 1.875em; /* 30px */
    line-height: 1.267em; /* 38px */
	margin-bottom: 0.6em; /* 18px */
}

h2, .beta {
    font-size: 1.25em; /* 20px */
    line-height: 1.4em; /* 28px*/
	margin-bottom: 0.9em; /* 18px*/
}

h3, .gamma {
    font-size: 1.125em; /* 18px*/
    line-height: 1.444em; /* 26px*/
	margin-bottom: 1em; /* 18px*/
}

h4, .delta {
    font-size: 1em; /* 16px*/
    line-height: 1.5em; /* 24px*/
	margin-bottom: 1.125em; /* 18px*/
}

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

h6, .zeta {
	font-size: 1em; /* 16px*/
    line-height: 1.5em; /* 24px*/
	margin-bottom: 1.125em; /* 18px*/
}

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

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

a:link, a:visited {
    text-decoration: none;
    color: #333;
    font-weight: normal;
	-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: #ec1f27;
    text-decoration: underline;
    outline: none;
}

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

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

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

a.button, input[type="submit"] {
	font-weight: 400;
	font-size: 0.875em;
    line-height: 1em;
    padding: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;    
	background-color: #ec1f27;
	color: #fff;
	-webkit-box-shadow: 0 2px #760005;
	   -moz-box-shadow: 0 2px #760005;
		    box-shadow: 0 2px #760005;
}

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

a.button-alt {
	color: #ed1c24;
	background-color: transparent;
	border: 1px solid #ed1c24;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		    box-shadow: none;
}

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

a.button-secondary {
	background-color: #f7931d;
	color: #fff;
}

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

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

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

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

input[type="submit"] {
	-webkit-appearance: none; /* Remove iOS default styles */
    cursor: pointer;
    border: none;
	background-color: #ec1f27;
	color: #fff;
	-webkit-box-shadow: 0 2px #760005;
	   -moz-box-shadow: 0 2px #760005;
		    box-shadow: 0 2px #760005;
    -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 {
	border: solid #d5d5d5;
    border-width: 1px 0 0 0;
    clear: both;
}

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





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

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

.logo { width: 10.625em; }

.top {padding: 1.688em 1.188em;}

@media all and (max-width: 29.938em) {
	
	.header-social .list-social { display: none; }
	
}

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

	.logo { width: auto; }
	
	.header-social .list-social {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		right: 20%;
		margin-bottom: 0;
	}
	
}

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

	.contact { 
		padding: 1em 2.5em; 
		border-bottom: 2px solid #ccc;
	}
	
	.list-contact {
		font-size: 0.938em;
		line-height: 2em;
		font-weight: 400;
	}	
	
	.list-contact li { float: left; }
	
	.list-contact .list-item-01, .list-contact .list-item-03 { width: 25%; }
	
	.list-contact .list-item-02 { width: 50%; }	
	
	.list-contact .is-number { color: #ec1f27; }
	
	.list-contact .list-social li { margin: 0 2px; }

}

@media all and (min-width: 61.250em) { /* 980px */
	.top {
		background-color: #fff;
		background-color: rgba(255,255,255,0.95);
		z-index: 500;
		-webkit-box-shadow: 1px 2px rgba(0,0,0,.2);
	  -moz-box-shadow: 1px 2px rgba(0,0,0,.2);
	  box-shadow: 1px 2px rgba(0,0,0,.2);
	}

	.contact { padding: 0.750em 0; }

	.list-contact .list-item-01 { width: 22%; }
	.list-contact .list-item-02 { width: 30%; }
	.list-contact .list-item-03 { width: 16%; }
	.list-contact .list-item-04 { width: 32%; }	
	
	.list-contact .list-item-01, .list-contact .list-item-02, .list-contact .list-item-03 { padding-top: 0.2em; } 

	.top { padding: 1.313em 0; }

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

}

.no-banner-padding {padding: 2em 0 0;}

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

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

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	#nav-primary-toggle {
		background: url(images/sprite@2x.png) 0 -200px no-repeat;			
		background-size: 600px 800px;
	}
		
}

#nav { border-top: 1px solid #dbdbdb; }

#nav ul {
	width: 100%;
	display: block;
}

#nav li { float: none; }

#nav a {
	display: block;
	width: 100%;
	background-color: #fff;
	color: #666;
	border-top: 1px solid #dbdbdb;
	font-size: 1.125em;
	line-height: 1em;
	font-weight: 300;
	padding: 1.1em 1.667em;
}

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

#nav ul ul { display: none; }

.js #nav {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

#nav.opened { max-height: 9999px; }

#nav a:hover { text-decoration: none; }

@media all and (min-width: 43.750em) {
	
	.js #nav { overflow: visible; }
		
}

@media screen and (min-width: 61.250em) { /* 980px - this determines when the nav toggle button is hidden and the full nav is displayed */
	
	.js #nav { position: relative; }
	.js #nav.closed { max-height: none; }
	#nav-primary-toggle { display: none; }
  
}

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

@media all and (min-width: 61.250em) { /* 980px */
	
	#nav { 
		width: 47.5em; 
		border-top: none;
		float: right;
		margin-top: -3.563em;
	}
	
	#nav ul { 
		font-size: 0.875em; 
		width: auto;
		float: right;
	}
	
	#nav li {
		position: relative;
		z-index: 500;
	}
	
	#nav > ul > li { float: left; }
	
	#nav a {
		padding: 0;	
		border: none;
		background-color: transparent;
		color: #444;
		font-size: 1em;
		line-height: 4.081em;
		padding: 0 0.571em;
		text-align: left;
		font-weight: 400;
	}

	#nav .menu-item-13 a { padding-left: 0; }
	
	#nav .menu-item-1038 a { padding-right: 0; }

	#nav li:hover > a {
		background: transparent;
		color: #ed1c24;
	}

	#nav li:hover > ul { display: block }
	
	#nav ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
		font-size: 1em;
		width: 16em;
		z-index: 99999;
	}
	
	#nav ul ul li { min-width: 16em; }
	
	#nav ul ul a {
		background: #f1f1f1;
		color: #333;
		font-weight: 300;
		line-height: 1.4em;
		padding: 1em; 
		width: 16em;
		height: auto;
		border-bottom: 1px solid #ccc;
	}
	
	#nav ul ul li:last-child a { border-bottom: none; }
	
	#nav ul ul :hover > a {
		background: #ed1c24;
		color: #fff;
	}
	
	#nav ul ul ul {
		left: 100%;
		top: 0;
	}
	
	
	#nav li.current_page_item > a, #nav li.current-menu-ancestor > a, #nav li.current-menu-item > a, #nav li.current-menu-parent > a {
		background-color: transparent;
		color: #ed1c24;
	}
	
	* html #nav li.current_page_item a, * html #nav li.current-menu-ancestor a, * html #nav li.current-menu-item a, * html #nav li.current-menu-parent a, * html #nav li a:hover {
		background-color: transparent;
		color: #ed1c24;
	}
	
	/* Drop down current item */
	
	#nav ul ul li.current-menu-item a { 
		background-color: #ed1c24;
		color: #fff;  
	}
	
}

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

.feature { position: relative; }

.feature-content, .banner-content {
	position: absolute;
	top: 10%;
	left: 0;
	width: 64%;
	padding: 1.313em; /* 21px */
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
}

.feature-heading, .banner-heading {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

	.feature-content { 
		top: 15%;
		text-align: center; 
		width: 67%;
	}
	
	.feature-heading {
		font-size: 1.563em;
		line-height: 1.2em;
		margin-bottom: 0.5em;
	}	
	
	.feature .button { margin-bottom: 0; }

}

@media all and (max-width: 29.938em) {
	
	.feature .button { display: none; }
	
}

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

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

}

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

	.feature-content { 
		top: 20%; 
		width: 60%;
	}		
	
	.feature-heading {
		font-size: 1.875em;
	}

}

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

	.feature, .banner { margin-top: -4.813em; }

	.feature {
		height: 0;
		padding-bottom: 55.000em;
		
	}

	.feature .container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -30.625em;
		width: 61.250em;
	}

	.feature-content, .banner-content { 
		position: static; 
		margin-top: 9.688em;
		width: 60%;
		padding: 2.7em;
		-webkit-box-shadow: -588px 0 0 rgba(255,255,255,0.7);
		   -moz-box-shadow: -588px 0 0 rgba(255,255,255,0.7);
		        box-shadow: -588px 0 0 rgba(255,255,255,0.7);
	}
	
	.feature-heading {
		font-size: 2.7em;
	}
	
	.feature p {
		font-size: 1.3em;
		line-height: 1.4em;
		padding: 0 4em;
	}

}

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

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

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

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.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; }

/* Control Nav */

.flexslider-nav {
	position: absolute;
	left: 0;
	top: 67%;
	width: 63%;
	z-index: 999;
}

ol.flex-control-nav {
	line-height: 1em;
	text-align: center;
	margin-bottom: 0;
}

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

.flex-control-paging li a {
    width: 13px;
    height: 2px;
    display: block;
    background-color: #fff;
    cursor: pointer;
}

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

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

	.flexslider-nav { top: 72%; }	

}

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

	.flexslider-nav { width: 60%; }

	.flex-control-paging li a {
		width: 21px;
		height: 3px;
		-webkit-border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
	       -moz-border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
	            border-radius: 2px 1px 1px 2px/2px 2px 1px 1px;
	}	

}

@media all and (min-width: 61.250em) { /* 980px */
	
	.flexslider .slides img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -60em;
		max-width: none;
		width: auto;
	}
	
	.flexslider-nav {
		position: absolute;
		top: 60%;
		left: 50%;
		margin-left: -30.625em;
		width: 61.250em;
	}

	ol.flex-control-nav {
		width: 60%;
	}

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

	.flex-control-paging li a {
		width: 37px;
		height: 6px;
		-webkit-border-radius: 3px 2px 2px 3px/3px;
	       -moz-border-radius: 3px 2px 2px 3px/3px;
	            border-radius: 3px 2px 2px 3px/3px;
	}	

}

@media all and (min-width: 100em) { /* 1600px */
	.flex-slider-nav {top: 65%;}
}

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

.promo { 
	padding: 2.25em 0; 
	text-align: center;
}

.promo a { display: block; } 

.promo a:hover { text-decoration: none; }

.promo-item { margin-bottom: 1.618em; }

.promo-item-03 { margin-bottom: 0; }

.promo-item-thumb {
	position: relative;
	margin-bottom: 1.5em;
}

.promo-item-thumb:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #ed1c24;
}

.promo-item-thumb img { width: 8.500em; }

.promo-item-heading { 
	font-size: 1.375em;
	line-height: 1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.promo-item p {
    font-size: 1.125em;
    line-height: 1.5em;
	margin-bottom: 0;
	font-weight: 400;
	color: #333;
	padding: 0 1em;
}

.promo-item-hidden { opacity: 0; }

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

	.promo { padding: 3.438em 1em; }	
	
	.promo-item { margin-bottom: 2em; }
	
	.promo-item-heading { font-size: 1.875em; }
	
	.promo-item p { padding: 0 4em; }

}

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

	.promo { padding: 0 7.875em 1em 7.875em; }	

}

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

	.promo { padding: 3.125em 0; }	
	
	.promo .grid { margin-left: -1.875em; }

	.promo .grid-item { padding-left: 1.875em; }
	
	.promo-item { position: relative; }
	
	.promo-item-thumb { margin-bottom: 1em; }
	
	.promo-item-thumb img { width: 6.25em; }
	
	.promo-item-heading { font-size: 1.375em; }
	
	.promo-item-hidden { 
		background-color: #f1f1f1; 
		position: absolute;
		z-index: 1;
		top: -9.65em;
	}
	
	.promo-item-hidden .promo-item-thumb {
		position: relative;
		z-index: 2;
		margin-top: -3em;
	}
	
	.promo-item-hidden .promo-item-heading { margin-bottom: 1em; }
	
	.promo-item-hidden p {
		font-size: 1em;
		padding: 0 1em;
		margin-bottom: 1em;
	}
	
	.promo-item-hidden .is-button {
		display: inline-block;
		zoom: 1;
		*display: inline;
		font-size: 1.125em;
		line-height: 1em;
		padding: 1em;
		text-transform: uppercase;
		font-weight: 300;
		background-color: #fff;
		color: #f7931d;
	}
	
}

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

.banner {
    width: 100%;
    height: 14em;
	position: relative;
	background-position: 70% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-content { 
	width: 50%; 
	top: 15%;
}

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

	.banner { 
		height: 24.375em; 
		text-align: center;
		background-position: 50% 0;
	}	
	
	.banner-content { 
		top: 10%;
		width: 48%; 
	}
	
	.banner-heading {
		font-size: 1.875em;
		margin-bottom: 0.25em;
	}

}

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

	.banner { height: 35.500em; }	
	
	.banner-content {
		width: 52%;
		padding: 1.313em 4.688em;
		margin-top: 6.250em;
		-webkit-box-shadow: -470px 0 0 rgba(255,255,255,0.7);
		   -moz-box-shadow: -470px 0 0 rgba(255,255,255,0.7);
		        box-shadow: -470px 0 0 rgba(255,255,255,0.7);
	}
	
	.banner-heading { 
		font-size: 2.5em; 
		margin-bottom: 0.5em;
	}
	
	.banner p {
		font-size: 1.25em;
		padding: 0 1em;
	}

}

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

.content { padding: 0 1.618em; }

.page-title { text-transform: uppercase; }

.home .page-title { 
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 1em;
	text-align: center; 
}

.content h2, .content h3, .content h4, .content h5, .content h6 { font-weight: 100; }

.content p a { border-bottom: 1px solid; }

.content p a:hover { text-decoration: none; }

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

	.home .page-title { padding: 0 1em; }	

}

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

	.home .page-title { padding: 0; }	
	
	.content { padding: 0 2.5em; }

}

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

	.home .page-title {
		font-size: 3.125em;
	}

	.content {
		float: left;
		padding: 0;
		width: 65%; /* 640px */
	}
	
	.content-right { float: right; }
	
	.content-full { 
		float: none;
		width: 100%;
	}
	
}

.home-primary { 
	padding: 2.250em 1.313em; 
	text-align: center;
	font-weight: 400;
	position: relative;
	border-bottom: 5px solid #e58009;
}

.home-primary-section p {
	font-size: 1.125em;
	line-height: 1.4em;
}

.home-primary-section hr {
	border-color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.home-primary-03 hr { display: none; }

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

.home-secondary {
	padding: 3.438em 1.875em;
	background-color: #333;
	text-align: center;
}

.home-secondary-heading {
	font-size: 1.875em;
	line-height: 1em;
	text-transform: uppercase;
}

.home-tertiary {
	padding: 2.5em 1.875em;
	text-align: center;
}

.home-tertiary-heading {
	font-size: 1.875em;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
}

.home-tertiary p {
	font-size: 1.125em;
	line-height: 1.4em;
	margin-bottom: 1.875em;
}

.home-quaternary {
	text-align: center;
	color: #333;
	font-size: 1.125em;
	background: #f1f1f1 url(images/pattern-circles-top.jpg) 50% 0 no-repeat;
	background-size: contain;
}

.bg-home-quaternary {
	padding: 10em 1.875em;
	background: url(images/pattern-circles-bottom.jpg) 50% 100% no-repeat;
	background-size: contain;
}

.home-quaternary-heading {
	font-size: 1.667em;
	line-height: 1.2em;
	color: #333;
	text-transform: uppercase;
}

.home-quaternary-01 { margin-bottom: 2em; }

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

	.home-primary { padding: 2.250em 1.875em; }	
	
	.home-primary p, .home-primary hr { margin-bottom: 2.5em; }
	
	.home-primary hr { width: 67%; }
	
	.home-primary-03 p { margin-bottom: 0; }
	
	.home-secondary { 
		background: #333 url(images/home-parallax-s.jpg) 50% 0 no-repeat;	
		background-size: cover;
		padding: 2.5em 1.313em;
	}
	
	.home-secondary-content { width: 54%; }
	
	.home-quaternary { 
		padding: 0;
		background-image: url(images/pattern-circles-bottom-m.jpg); 
		background-position: 0 0;
		background-size: auto;
	}
	
	.bg-home-quaternary { 
		padding: 3.125em 1.875em;
		background-image: url(images/pattern-circles-top-m.jpg); 
		background-position: 100% 100%;
		background-size: auto;
	}

}

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

	.home-primary {
		text-align: left;
		font-size: 0.875em;
	}

	.home-primary .grid { margin-left: -4.714em; }
	
	.home-primary .grid-item { padding-left: 4.714em; }

	.home-primary hr { display: none; }
	
	.home-primary p { margin-bottom: 0; }
	
	.home-primary-02 { position: relative; }
	
	.home-primary-02:before, .home-primary-02:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -2.357em;
		width: 1px;
		height: 100%;
		background-color: #fff;
	}
	
	.home-primary-02:after {
		left: auto;
		right: -2.357em;
	}
	
	.home-secondary { 
		padding: 3.750em 2.5em; 
		background-image: url(images/home-parallax-m.jpg);
	}
	
	.home-secondary-heading { font-size: 2.5em; }
	
	.home-tertiary-content { 
		text-align: left; 
		font-size: 0.875em;
	}
	
	.home-tertiary-heading {
		font-size: 1.429em;
		line-height: 1.4em;
	}
	
	.home-tertiary p { 
		font-size: 1em; 
		line-height: 1.5em;
	}
	
	.home-quaternary { font-size: 0.875em; }
	
	.bg-home-quaternary { padding: 8.214em; }
	
	.home-quaternary-01 { margin-bottom: 8.214em; }
	
	.home-quaternary-heading {
		font-size: 1.429em;
		margin-bottom: 0.5em;
	}

}

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

	.home-primary { 
		font-size: 1em; 
		padding: 3.438em 0;
		border-width: 10px;
	}
	
	.home-primary p {
		font-size: 0.875em;
		line-height: 1.5em;
		padding: 0.875em 0;
	}	
	
	.home-secondary {
		padding: 5.5em 0;
		background-image: url(images/home-parallax.jpg);
		background-size: auto;
	}
	
	.home-secondary-content { width: 43%; }
	
	.home-secondary-heading {
		font-size: 3.125em;
		line-height: 1.3em;
	}
	
	.home-tertiary { padding: 6.250em 0; }
	
	.home-tertiary-content {
		float: left;
		width: 66%;
	}
	
	.home-tertiary-image {
		float: right;
		width: 23%;
	}

	.home-quaternary { 
		font-size: 1em;
		background-image: none; 
	}

	.bg-home-quaternary {
		padding: 7.500em 0;
		background: #f1f1f1 url(images/pattern-circles.jpg) 50% 50% no-repeat;
	}
	
	.home-quaternary-01 { margin-bottom: 0; }
	
	.home-quaternary-heading { 
		font-size: 1.250em; 
		margin-bottom: 0.75em;
	}
	
	.home-quaternary p { 
		font-size: 0.875em; 
		margin-bottom: 2em;
	}

}

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

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

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

.content table td {
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    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.616em; /* 10px */ 
    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: 0.5em;
		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 #efefef;
}

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

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

@media all and (min-width: 25em) { /* 400px */

	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) -300px -100px 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) -300px -100px no-repeat;
			background-size: 600px 800px;
    }
}

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

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

blockquote p { margin: 0 }

/*------------------------------------*\
	$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
\*------------------------------------*/

.post-title { text-transform: uppercase; }

.post-title a { font-weight: 300; }

.post-title a:hover { text-decoration: none; }

.post-divider {
    display: block;
    height: 1px;
    background: #d5d5d5;
    margin-bottom: 1.618em;
}

.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 #d5d5d5;
    padding: 1em 0;
}

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

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #d5d5d5;
	-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: 0.5em; /* 8px */
	background-color: #fff;
    border: 1px solid #d5d5d5; 
}

@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 #d5d5d5 !important;
    background: #fff;
    padding: 6px;
}

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

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

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

	.sidebar {
		float: right;
		width: 28%; /* 280px */
	}	

}

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

.sidebar-heading {
	font-size: 1.625em;
	line-height: 1.307692307692308em;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

/*.nav-secondary a {
	font-weight: 300;
	font-size: 1.125em;
	line-height: 1.3em;
	color: #ed1c24;
	padding: 0.5em 0;
}*/

.nav-secondary a {
	font-size: 0.875em;
	color: #333;
	padding: 1em;	
	font-weight: 400;
	border-bottom: 3px solid #fff;
	position: relative;
}

.nav-secondary a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(images/sprite.png) 0 -400px no-repeat;
}

.nav-secondary a:hover {
	color: #fff;
	background-color: #f7931d;
	border-color: #e58009;
	text-decoration: none;	
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .nav-secondary a:after {
		background: url(images/sprite@2x.png) 0 -400px no-repeat;
		background-size: 600px 800px;
	}
	
}

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

.list ul {
    list-style-type: none;
    border-top: 1px solid #d5d5d5;
	margin: 0;
}

.list li { border-bottom: 1px solid #d5d5d5; }

.list a {
    display: block;
    padding: 0.616em 0.313em;
	line-height: 1.4em;
}

.list a:hover, .list .current_page_item a { text-decoration: none; }

/*------------------------------------*\
    $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 #d5d5d5;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}

.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) -100px -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) -100px -100px;
		background-size: 600px 800px;
	}
	
}

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

.sidebar-left { 
	padding: 0 1em; 
	margin-bottom: 1em;
}

.sidebar-left .contact-detail {
    padding: 1em 0;
    border-bottom: 1px solid #d5d5d5;
}

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    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;
}

.sidebar-left p { margin: 0; }

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

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

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

}

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

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

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

	.sidebar-left {
		float: left;
		width: 30%; /* 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; }
	
}

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

.footer {
    clear: both;
	text-align: center;
    font-size: 0.75em;
    line-height: 1.4em;
	padding: 1.5em 2.5em;
}

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

.footer a { font-weight: 100; }

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

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

	.footer { padding: 2em 2.5em; }	

}

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

	.footer { 
		font-size: 1em; 
		padding: 1.125em 0;
	}
	
	.footer p { font-size: 0.813em; }	

}






/*------------------------------------*\
    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; }

/*------------------------------------*\
    $PADDING
\*------------------------------------*/

.has-p { padding: 1em 1.618em; }
.has-pv { padding: 1em 0; }
.has-ph { padding: 0 1.618em; }

.has-p-l { padding: 2em 3.236em; }
.has-pv-l { padding: 2em 0; }
.has-ph-l { padding: 0 3.236; }

/*------------------------------------*\
    $MARGIN
\*------------------------------------*/

.has-m { margin: 1em 1.618em; }
.has-mv { margin: 1em 0; }
.has-mh { margin: 0 1.618em; }

.has-m-l { margin: 2em 3.236em; }
.has-mv-l { margin: 2em 0; }
.has-mh-l { margin: 0 3.236; }

/*------------------------------------*\
    $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: 30em) and (max-width: 43.688em) {

	.palm-landscape-whole .grid-item { width: 100%; }
	
	.palm-landscape-halves .grid-item { width: 50%; }
	
	.palm-landscape-thirds .grid-item { width: 33.3333333%; }
	
	.palm-landscape-fourths .grid-item { width: 25%; }
	
	.palm-landscape-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: 30px;
	height: 30px;
}

.icon-l {
	width: 32px;
	height: 32px;
}

.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; }

.icon-info { background-position: 0 -100px; }
.icon-search { background-position: -100px -100px; }
.icon-arrow-white { background-position: -200px -100px;}
.icon-arrow-colour { background-position: -300px -100px;}
.icon-arrow-down { background-position: -400px -100px;}
.icon-arrow-up { background-position: -500px -100px;}

.icon-nav { background-position: 0 -200px; }
.icon-phone-small { background-position: -100px -200px; }
.icon-marker-small { background-position: -200px -200px;}
.icon-facebook { background-position: -300px -200px;}
.icon-twitter { background-position: -400px -200px;}
.icon-google { background-position: -500px -199px;}
.icon-instagram { background-position: -301px -384px;}

.icon-phone-large { background-position: 0 -300px; }
.icon-marker-large { background-position: -100px -300px; }
.icon-watch-large { background-position: -200px -300px;}
.icon-facebook:hover { background-position: -300px -300px;}
.icon-twitter:hover { background-position: -400px -300px;}
.icon-google:hover { background-position: -500px -300px;}
.icon-instagram:hover { background-position: -299px -484px;}

.icon-triangle { background-position: 0 -400px; }

.icon-surf {
	width: 137px;
	height: 34px;
	background-position: 0 -500px;
}

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

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

}

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

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

}

/*------------------------------------*\
    $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-right: 10px; }

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

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

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

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

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

.content p.list-accordion-title a { border: none; }

.list-accordion-content {
	padding: 0.313em; /* 5px */
	border-bottom: 1px solid #efefef;
}

@media all and (min-width: 25em) { /* 400px */

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

}

@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) -400px -100px 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.750em;
	line-height: 1em;
	padding: 0.750em 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

/*------------------------------------*\
    $AUTORESPONDER FORM
\*------------------------------------*/

.form-autoresponder .grid { 
	margin-left: -0.875em; 
	margin-bottom: 0.5em;
}

.form-autoresponder .grid-item { padding-left: 0.875em; }

.form-autoresponder input { 
	width: 100%; 
	padding: 0.625em;
}	

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

	.form-autoresponder input[type="submit"] { 
		float: right;
		width: 25%;
	}

}

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

.cta-global {
	text-align: center;
	padding: 2.5em;
}

.cta-global-heading {
	font-size: 1.875em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-transform: uppercase;	
}

.cta-global .is-number {
	display: block;
	color: #fff;
	font-size: 1.875em;
	line-height: 1em;
	margin-bottom: 0.75em;
}

.cta-global .is-number span {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 0.667em;
}

.cta-global .button {
	font-size: 1.125em;
	padding: 1em;
}

.cta-global .button:hover {
	color: #f7931d;
	background-color: #fff;
}

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

	.cta-global { padding: 2.813em 1.313em; }
	
	.cta-global .grid-beta, .cta-global .grid-gamma { width: 50%; }
	
	.cta-global .is-number { margin-bottom: 0; }
	
	.cta-global .button { margin-top: 0.313em; }	

}

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

	.cta-global { padding: 3.125em 6.675em; }
	
	.cta-global-heading { font-size: 2.188em; }	

}

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

	.cta-global { padding: 1.875em 0; }
	
	.cta-global .grid { margin-left: -3.625em; }
	
	.cta-global .grid-item { padding-left: 3.625em; }
	
	.cta-global .grid-alpha { width: 53%; }
	
	.cta-global .grid-beta { width: 26%; }
	
	.cta-global .grid-gamma { width: 21%; }	
	
	.cta-global-heading { 
		text-align: left;
		line-height: 2.143em;
		margin-bottom: 0;
	}
	
	.cta-global .is-number { line-height: 1.2em; }
	
	.cta-global .button {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		display: block;
		margin-top: 0.611em;
	}

}

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

.feed { padding: 2.813em 1.313em; }

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

.feed-item-date {
	display: block;
	font-size: 0.875em;
	line-height: 1em;
	margin-bottom: 0.75em;
}

.feed-item-heading {
	font-size: 1.25em;
	text-transform: uppercase;
}

.feed-item .button { 
	font-weight: 400; 
	font-size: 1em;
}

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

	.feed-item {
		width: 66%;
		margin: 0 auto;
	}	
	
	.feed-item .button { font-size: 0.875em; }

}

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

	.feed { padding: 3em 0 2em; }
	
	.feed-item {
		width: 100%;
		margin: 0;
	}	
	
	.feed-item-image {
		float: left;
		width: 47%;
	}
	
	.feed-item-content {
		float: right;
		width: 47%;
	}
	
	.feed-item-date { margin-bottom: 3.143em; }
	
	.feed-item-heading { line-height: 1.6em; }

}

/*------------------------------------*\
    $CONTACT GLOBAL
\*------------------------------------*/

.contact-global-content, .contact-global-form {
	padding: 1.313em 1em;
	background-color: #515151;
	color: #fff;
}

ul.list-has-icon li {
	position: relative;
	padding-left: 3em;
	margin-bottom: 1.25em;
}

ul.list-has-icon li:last-child { margin-bottom: 0; }

ul.list-has-icon .icon {
	position: absolute;
	top: 0;
	left: 0;
}

ul.list-has-icon a {
	color: #fff;
	font-weight: 400;
}

ul.list-has-icon strong { font-weight: 400; }

.contact-global-map { display: none; }	

.contact-global-content .is-day { width: 40%; }
	
.contact-global-content .is-time { width: 60%; }

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

	.contact-global { background: url(images/map-m.jpg) 100% 0 no-repeat; }

	.contact-global-content {
		margin: 3.125em 1.313em;
		width: 77%;
	}
}

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

	.contact-global-content {
		font-size: 1.25em;
		margin: 2.750em 2em;
		width: 57%;
	}	

}

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

	.contact-global {
		padding: 3.375em 0 2.3em 0;
		background: url(images/map.jpg) 50% 0 no-repeat;
	}

	.contact-global .grid { margin-left: -7.188em; }
	
	.contact-global .grid-item { padding-left: 7.188em; }

	.contact-global .grid-alpha { width: 47%; }
	
	.contact-global .grid-gamma { width: 53%; }

	.contact-global-content {
		margin: 0;
		width: 100%;
		padding: 2.1em 1.313em;
	}	
	
	ul.list-has-icon li { padding-left: 2em; }
	
	.contact-global-content .is-day { width: 40%; }
	
	.contact-global-content .is-time { width: 60%;	}
	
	.contact-global-form { padding: 1.875em; }

	.contact-global-map { 
		width: 100%;
		height: 0;
		padding-bottom: 62.5%;
		background: url(images/map-s.jpg) 50% 50% no-repeat;
		display: block;
	}
}

/*------------------------------------*\
    $BASIC FORM
\*------------------------------------*/

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

	.form-basic {
		width: 66%;
		margin: 0 auto;	
	}

}

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

	.form-basic {
		width: 100%; 
		margin: 0;
	}	

}

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

.subscribe { padding: 2.5em 1.313em; }

.subscribe-content { 
	text-align: center; 
	font-size: 1.125em;
}

.subscribe-heading {
	font-size: 1.111em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.form-subscribe input { 
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	color: #333;
	border-color: #f7931d;
	font-weight: 100;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.form-subscribe input[type="text"] { padding: 0.5em; }

.form-subscribe input[type="submit"] { 
	width: 50%;
	margin: 1em auto 0 auto;
	display: block;
	padding: 0.75em; 
	font-weight: 400;
	color: #ed1c24;
	background-color: #fff;
	border: 1px solid #ed1c24;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

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

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

	.subscribe { padding: 2.5em 6.250em; }

	.subscribe-content {
		text-align: left;
		font-size: 0.875em;
		margin-bottom: 1em;
	}	
	
	.subscribe-heading, .subscribe p { display: inline; }
	
	.form-subscribe input { float: left; }
	
	.form-subscribe input[type="text"] { 
		width: 39%;
		margin: 0 1% 0 0;
	}
	
	.form-subscribe input[type="submit"] { 
		width: 20%;
		margin: 0;
		padding: 0.6em;
	} 

}

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

	.subscribe { padding: 1.188em 0; }	

	.subscribe-content, .subscribe-form { float: left; }
	
	.subscribe-content { 
		width: 52%; 
		padding: 0.313em 0;
		margin-bottom: 0;
	}
	
	.subscribe-form { width: 48%; }
	
	.form-subscribe input { font-size: 0.813em; }

}







/*------------------------------------*\
    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; }

}





/*------------------------------------*\
    5. $THEME
\*------------------------------------*/
.footer-services {text-align:center; border-top:dashed 1px; margin-top:2em;padding-top:1em;}
.footer-services ul { text-align:center;}
.footer-services ul li {list-style:none; float:left; padding:0 0.5em;}
.footer-services ul li a h2,.footer-services ul li a,.footer-services ul li a:hover {
	color:#fff;
	font-weight:normal;
	font-size:0.9em;
}
/*------------------------------------*\
    $COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc { color: #ec1f27; } /* Red */
.bsc { color: #f7931d; } /* Yellow */

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

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

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

/* Brand primary and secondary background colours */
.bpb { background-color: #ec1f27; } /* Red */
.bsb, .island { background-color: #f7931d; } /* Yellow */

.bg-light { background-color: #f1f1f1; }

.bg-pattern { background: #f1f1f1 url(images/bg-pattern.jpg) 50% 0 no-repeat; }

.bg-alpha-dark { 
	background-color: #333;
	background-color: rgba(51,51,51,0.85); 
}

.bg-alpha-light {
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
}

/*------------------------------------*\
    $BORDERS
\*------------------------------------*/

.has-border-all { border: 1px solid #d5d5d5; }

.has-border-v {
    border: solid #d5d5d5;
    border-width: 1px 0;
}

.has-border-h {
    border: solid #d5d5d5;
    border-width: 0 1px;
}

.page-id-1029 .banner-content {display: none;}

@media screen and (max-width:699px) {
  #nav.opened { overflow:auto;  /* max-height:100% !important; */ } 
  #nav li.menu-item-has-children { position:relative;}	
  #nav li.menu-item-has-children:before { content:''; position:absolute; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #b5b5b5; right: 20px; top: 26px; }
  #nav li.menu-item-has-children li.menu-item-has-children:before { display:none; }
 /*
  	#nav .sub-menu { display: none; max-height: 235px; overflow: auto !important; } 
 */
}