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

* { box-sizing: border-box;	}

ul, ol { list-style: none; }

body {
    background: #fff;
    font: normal 100%/1.618em "Muli", Arial, Helvetica, sans-serif;
    color: #6f6f6f;
    overflow-y: scroll; 
}

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

	body { padding-bottom: 2.938em; } /* 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; } 

p, li {font-weight:300;}

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

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

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

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
	font-family: 'Raleway', sans-serif;
}

h1, .alpha {
    font-size: 1.313em; /* 34px */
    line-height: 1.381em; /* 42px */
	margin-bottom: 0.529em; /* 18px */
}

h2, .beta {
    font-size: 1.125em; /* 27px */
    line-height: 1.444em; /* 35px*/
	margin-bottom: 0.667em; /* 18px*/
}

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

h4, .delta {
    font-size: 1.125em; /* 18px*/
    line-height: 1.444em; /* 26px*/
	margin-bottom: 1em; /* 18px*/
	font-weight:bold;
	color:#3e708c;

}

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

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

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

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

	h3, .gamma, h2, .beta {
	  	font-size: 1.313em; /* 21px */
	    line-height: 1.381em; /* 29px*/
	}

}

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

	h1 {
		font-size:2.000em;
		line-height: 1.250em;
	}

	.content h2, .content h3 { font-size: 1.05em; }

}

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

a:link, a:visited {
    text-decoration: none;
    color: #3e708c;
    font-weight: bold;
	-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: #345d74;
    text-decoration: underline;
    outline: none;
}

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

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

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 1em;
    line-height: 1em;
    padding: 0.75em 1.618em;
    color: #fff;
    background-color: #f98f31;
}

a.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f87d10;
}

a.button-alt {
	color: #fff;
	background-color: #3e708c;
}

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

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

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

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

input[type="submit"] {
	-webkit-appearance: none; /* Remove iOS default styles */
    line-height: 1em;
    padding: 1em 1.618em;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #3e708c;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
    -webkit-border-radius: 3px;
     -opera-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

input[type="submit"]:hover { background-color: #345d74 }

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

.rhombus {
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.rhombus-fix {
	-moz-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

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

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

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.header img {width:12.063em;}
.top {
	padding: 0.625em 1.250em;
}
@media all and (min-width: 43.750em) { /* 700px */

	.header {
		position: relative;
		z-index: 9999;
		background:url(images/promo-bg.png) repeat;
		padding-bottom:1.625em;
	}

	.contact {
		position: absolute;
		top: 0;
		right: 1.250em;
		width: 28.750em;
	}

	.contact li { float: left; }
	.contact li:first-child { background:#3e708c; }
	.contact li:first-child:hover {
		background:#3e708c;
		cursor:default;
	}
	.contact li:last-child  { background:#f98f31; }
	.contact li:last-child:hover, .banner-button:hover {
		background:#f87d10;
		cursor:pointer;
	}
	.contact li:last-child a { 
		color:#fff; 
		font-weight:normal; 
}
	.contact li:last-child:hover a {
		text-decoration: none;
	}
	.contact li {
		font-size:0.688em;
		line-height:1.727em;
		padding:1.273em 0.5em;
		-moz-transform: skewX(-10deg);
		-webkit-transform: skewX(-10deg);
		-o-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);
		color:#fff;
		font-weight: normal;
	}
	.contact li.header-num:hover {
		background:#15233e;
		cursor:pointer;
	}

	.contact li div {
		-moz-transform: skewX(10deg);
		-webkit-transform: skewX(10deg);
		-o-transform: skewX(10deg);
		-ms-transform: skewX(10deg);
		transform: skewX(10deg);
	}
	.contact li.header-num {
		background-color:#1d3258;
		padding: 2.15em 2em;
	}
	.contact li.book-now-but {
		padding: 2.15em 2em;
	}
}
@media all and (min-width: 61.250em) { /* 980px */
	.contact br {display:none;}
	.contact li.header-num, .contact li.book-now-but {
		padding: 1.273em 0.5em;
	}
	.header {
		background: none;
		padding-bottom: 0;
	}
	.bg-header {
		background: url(images/promo-bg.png) repeat;
		z-index: 99999;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	.contact {
		width:43.063em;
	}
	.contact li {
		font-size:0.938em;
		line-height: 1.533em;
	}
	.header img {
		width:auto;
	}
	.contact ul {
		float:right;
	}
	.top {
		padding: 0.750em 2.375em 2.375em 0;
	}
	.contact i {
		margin-right:0.688em;
	}
		
}
/*------------------------------------*\
    $MOBILE TITLE
\*------------------------------------*/

.mobile-title {
	background-color: #3e708c;
	position: relative;
	width: 90%;
}

.mobile-title:after {    
	content: "";
	position: absolute;
	background: #3e708c;
	top: 0;
	right: -12px;
	bottom: 0;
	width: 23px;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
}

.mobile-title h1 {
	font-size: 1.313em;
	line-height: 1.875em;
	color: #fff;
	padding: 0 0.619em 0 1.905em;
	text-align: center;
}

@media all and (min-width: 30em) { /* 480px */
	.mobile-title {
		width: 93%;
		text-align: left;
	}
}

@media all and (min-width: 61.250em) { /* 980px */
	.mobile-title {
		background:none;

	}
	.mobile-title:after {
		background:none;
	}
}
/*------------------------------------*\
    $RESPONSIVE NAV
\*------------------------------------*/

#nav-primary-toggle {
	position: absolute;
	top: 50%; 
	right: 1em;
	margin-top: -22px;
	width: 40px;
	height: 40px;
	text-indent: -9999em;
	background: url(images/sprite.png) 0 -300px 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 -300px no-repeat;			
		background-size: 600px 800px;
	}
		
}

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

#nav li { float: none; }

#nav a {
	display: block;
	width: 100%;
	color: #6f6f6f;
	border-top: 1px solid #eee;
	font-weight: normal;
	padding: 0.625em;
	text-align: center;
}

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

#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: 43.750em) { /* 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; }
	#nav ul {
		padding-left: 2.308em;
	}
  
}

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

	#nav.opened {
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
				box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);		
	}	

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

@media all and (min-width: 43.750em) { /* 700px */
	
	#nav li {
		position: relative;
		z-index: 500;
	}
	
	#nav > ul > li { float: left; }
	
	#nav a {
		padding: 0;	
		border: none;
		color: #5c5c5c;
		line-height: 1.615em;
		padding: 0 0.4em;
		text-align: left;
		font-size:0.813em;
	}

	#nav li:hover > a {
		background: #3e708c;
		color: #fff;
	}

	#nav li:hover > ul { display: block }
	
	#nav ul ul {
		padding-left: 0px;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
		width: 16em;
		z-index: 99999;
		-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
		   -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
				box-shadow: 0px 5px 5px rgba(0,0,0,0.25);   
	}
	
	#nav ul ul li { min-width: 19em; }
	
	#nav ul ul a {
		background: #3e708c;
		color: #fff;
		line-height: 1.4em;
		padding: 0.5em 0.875em; /* 5px 7px */
		height: auto;
		border-bottom: 1px solid #999;
	}
	
	#nav ul ul :hover > a {
		background: #f98f31;
		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 {
		color: #fff;
		background: #345d74;
	}
	
	* 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 {
		color: #fff;
		background: #345d74;
	}
	
	/* Drop down current item */
	
	#nav ul ul li.current-menu-item a { 
		background-color: #345d74;
		color: #fff;  
	}
	
}
@media all and (min-width: 61.250em) { /* 980px */

	#nav a {
		font-size:1em;
		line-height: 1.5em;
		padding: 0.5em 0.8em;
	}
	

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

.feature { 
	position: relative;
}

.feature-content, .banner-content {
	position: absolute;
	top: 40%;
	left: 5%;
	width: 56%;
	color: #6f6f6f;
}

.feature-text, .banner-text {
	background:url(images/promo-bg.png) repeat;
	padding: 1em 1.5em;
}

.feature-heading, .banner-heading {
	color: #5c5c5c;
	font-size: 1.979em;
	line-height: 1.568em;
	margin-bottom: 0;
}
.feature p {
	color:#5c5c5c;
	margin-bottom:0;
}

@media all and (min-width: 43.750em) { /* 700px */
	.feature {
		z-index: 500;
		margin-top: -7.750em;
	}
	.feature-buttons {
		margin-left: -17px;
		margin-top: 10px;
	}
	.feature-buttons a {
		font-size:0.885em;
		line-height: 1.565em;
		padding: 0.75em 2.15em;
	}
	.banner-text p {
		margin-bottom: 0;
	}
}
@media all and (min-width: 61.250em) { /* 980px */

	.feature { margin-top: 0; }

	.feature-content {
		z-index: 99999;
		left: 50%;
		width: 980px;
		top: 19.313em;
		margin: 0 0 0 -490px;
	}
	.feature-text {
		width: 56%;
	}

	.feature-buttons a {
		font-size:1.125em;
		line-height: 1.444em;
		padding: 0.75em 2.91em;
	}

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

/* Direction Nav */

ul.flex-direction-nav {
	position: absolute;
	z-index: 1000;
	bottom: 3%;
	left: 50%;
	margin-left: -43px;
	width: 98px;
	height: 49px;
	margin-bottom: 0;
}

.flex-direction-nav a {
	width: 49px;
	height: 36px;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
    background: url(images/sprite.png) -500px -300px no-repeat;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 5%;
	background-position: -400px -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 */

ol.flex-control-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
	width: 100%;
	z-index: 999;
	text-align: center;
	display:none;
}

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

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

.flex-control-paging li a.flex-active {
    background-color: #ccc;
    cursor: default;
}
@media all and (max-width: 43.750em) { /* 700px */
	ol.flex-control-nav, .flex-direction-nav {
		display:none;
	}
}
@media all and (min-width: 61.250em) { /* 980px */

	.flexslider-pager {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 61.250em;
		margin-left: -30.625em;
		padding: 0;
	}

	.flexslider-pager-nav { 
		height: 120px; 
		overflow: hidden;
		margin-bottom: 0;
	}

	.flexslider-pager li {
		float: left;
		width: 25%;
		padding: 0 1px;
		position: relative;
	}
	.feature-nav-1 {
	    z-index: 505;
	}
	.feature-nav-2 {
	    z-index: 506;
	    margin-left: -22px;
	}
	.feature-nav-3 {
	    z-index: 507;
	    margin-left: -22px;
	}
	.feature-nav-4 {
	    z-index: 508;
	    margin-left: -22px;
	}
	ul.flex-direction-nav {
		display: none;
	}
	.flexslider-pager a img:hover, .flexslider-pager .flex-active img {
	    -webkit-filter: grayscale(100%);  
	       -moz-filter: grayscale(100%);  
	        -ms-filter: grayscale(100%);  
	         -o-filter: grayscale(100%);  
	            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */	 	    
	            filter: grayscale(100%);  
	            filter: gray;
	}
}


/*------------------------------------*\
    $INTRO
\*------------------------------------*/

.intro { padding: 1.25em; }

.intro p:last-of-type { margin-bottom: 0; }

@media screen and (max-width: 43.6875em) {

	.intro .grid-item { padding-bottom: 1.25em; }
	
}

@media screen and (min-width: 61.25em) {

	.intro { padding: 3.75em 0; }

	.intro .grid-alpha { width: 40%; }
	.intro .grid-beta { width: 60%; }
	
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/
.promo-item-background {
	height: 12.438em;
	position:relative;
	background-repeat:no-repeat;
}
.promo-item-01 .promo-item-background {
	background:url(images/promo-01.jpg) no-repeat;
	background-position: 97% 10%;
	background-size: 165%;
}
.promo-item-02 .promo-item-background  {
	background:url(images/promo-02.jpg) no-repeat;
	background-position: 83%;
	background-size: 154%;
}
.promo-item-03 .promo-item-background {
	background:url(images/promo-03.jpg) no-repeat;
	background-position: 68% 100%;
	background-size: 331%;
}
.promo-item-body {
	background: url(images/promo-bg.png) repeat;
	position: absolute;
	width: 15.000em;
	bottom: 0;
	right: 2.438em;
	-moz-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.promo-item-text {
	-moz-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
	width: 12.8em;
	margin: 1.250em 0em 0 1.5em;
}
.promo a { 
	display: block; 
	font-weight:300; 
} 

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

.promo-image { margin-bottom: 1em; }

.promo-heading { 
	margin-bottom:  0.75em; 
	font-family: 'Raleway', sans-serif;
	font-size:0.875em;
	line-height:1.571em;
}

.promo p {
    font-size: 0.875em;
    line-height: 1.5em;
}

.promo-button {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e78a30;
	width: 2.375em;
	height: 1.688em;
}
.promo-item-background:hover .promo-button {
	background: #3e708c;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
@media all and (min-width: 24.063em) { /* 400px */
	.promo-item-03 .promo-item-background {
		background-position: 77% 89%;
		background-size: 280%;
	}
	.promo {
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	}
}

@media all and (min-width: 27.188em) { /* 435px */
	.promo-item-03 .promo-item-background {
		background-position: 84% 89%;
		background-size: 242%;
	}
}

@media all and (min-width: 30em) { /* 480px */
	.promo-item-background {
		height:14.625em;
	}
	.promo-item-01 .promo-item-background {
		background-position: 100% 9%;
		background-size: 155%;
	}
	.promo-item-02 .promo-item-background {
		background-position: 100% 30%;
		background-size: 128%;
		height:10.750em;
	}
	.promo-item-03 .promo-item-background {
		background-position: 98% 19%;
		background-size: 205%;
		height:9.125em;
	}
	.promo-item-01 .promo-item-body {
		bottom:3.656em;
		width:19.000em;
	}
	.promo-item-01 .promo-item-text {
		width:13.375em;
		margin-left:2.438em;
	}
	.promo-item-02 .promo-item-body {
		bottom:1.656em;
		width:18.625em;
	}
	.promo-item-02 .promo-item-text {
		width: 14em;
	}
	.promo-item-03 .promo-item-body {
		bottom:0.906em;
		width:16.563em;
	}
	.promo-heading { 
		font-size:1em;
		line-height:1.5em;
	}
	.promo p {
    	font-size: 0.938em;
    	line-height: 1.563em;
    	margin-bottom:1em;
	}
}

@media all and (min-width: 61.250em) { /* 980px */
	.promo-item-01 {
	    width: 47.4%;
	    float: left;
	}
	.promo-item-02, .promo-item-03 {
	    width: 52%;
	    float: right;
	}
	.promo-item-01 .promo-item-background {
		background:url(images/promo-01-full.jpg) no-repeat;
		background-position: 0 0;
		background-size: auto;
		height:21.938em;
	}
	.promo-item-02 .promo-item-background {
		background:url(images/promo-02-full.jpg) no-repeat;
		background-position: 0 0;
		background-size: auto;
		height:16.438em;
		margin-bottom: 0.750em;
	}
	.promo-item-03 .promo-item-background {
		background:url(images/promo-03-full.jpg) no-repeat;
		background-position: 0 0;
		background-size: auto;
		height:10.625em;
	}
	.promo-title {
		background:#3e708c;
		color:#fff;
		text-align: right;
		width: 100%;
		display: inline-block;
		margin-bottom: 0.750em;
	}
	.promo-title h3 {
		font-size:2.000em;
		line-height: 1.250em;
		margin: 0.67em 1.469em;
	}
}
@media all and (min-width: 60.313em) { /* 965px */
	.promo-item-01 .promo-item-background {
		background-position: -19em 0;
	}

}

@media all and (min-width: 78.625em) { /* 1258px */
	.promo-item-01 .promo-item-background {
		background-position: 0 0;
	}
}
/*------------------------------------*\
    $BANNER
\*------------------------------------*/

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


@media all and (min-width: 43.750em) { /* 700px */
	.banner {
		height:32.250em;
		background-position: 58% 0;
		margin-top: -7.750em;
	}
	.banner-button {
		background:#f98f31;
		padding:0.75em 1.618em;
		width:54%;
		margin-left: -20px;
		margin-top: 10px;
		color: #fff;
		font-weight: normal;
	}
	.banner-button a {
		font-size:0.912em;
		line-height: 1.548em;
		font-weight: 300;
		color:#fff;
	}
	.banner-button:hover,  a.banner-link:hover {
		text-decoration: none;
	}
}
@media all and (min-width: 61.250em) { /* 980px */
	.banner {
		margin-top: 0em;
	}
	.banner-content {
		left: 50%;
		width: 980px;
		margin: 0 0 0 -490px;
		top: 18em;
	}
	.banner-text {
		width: 60%;
	}
	.banner-button {
		width: 23%;
	}
	.banner-button a {
		font-size:1em;
		line-height: 1.5em;
	}
}
/*------------------------------------*\
    $HOME CONTENT
\*------------------------------------*/

.home-content-item {
		margin:1.250em 1.250em 0 1.250em;
}

.home-content-item.home-content-01 {
	margin:0;
	padding:1.250em 1.250em 1.1618em 1.250em;
	position: relative;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);	
}

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

	.home-content-01 .home-text {
		float: left;
		padding-right: 5%;
		width: 71%;
		padding-top: 5%
	}
	.home-content-02 .home-text {
		float: left;
		padding-right: 3%;
		width: 67%;
	}
	.home-content-03 .home-text {
		float: right;
		width: 66%;
	}
	.home-content-item.home-content-01 {
		margin-top: 1em;
	}
	.home-content-item.home-content-02 {
		margin: 2.5em 0;
	}
	.home-content-item.home-content-03 {
		margin-bottom: 2.5em;
	}
	.home-content-item.home-content-01 {
		padding-bottom:0;
	}
}
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

.content { padding: 0 1.618em; }

h1.page-title {
	padding-left: 1.233em;
	text-align: left;
}
.content-heading {
	margin-left: -1.618em;
}
@media all and (min-width: 43.750em) { /* 700px */

	h1.page-title {
		font-size:2.000em;
		line-height: 1.250em;
	}
}

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

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

	.content-bg {
		background:url(images/content-bg.jpg) top center no-repeat;
		overflow: hidden;
	}
	h1.page-title {
		padding:0.5em 0;
		margin-bottom: 1.38em;
		font-size:1.600em;
	}
	.content-heading {
		margin-left:0;
	}
}
/*------------------------------------*\
    $Info Graphic
\*------------------------------------*/

	.info-graphic {
		background-color:#f6f4f4;
		text-align:center;
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	}
	.info-graphic > .info-content:first-child {
		padding-top:1.625em;
	}
	.info-content {
		padding: 0 1.250em 1.625em 1.250em;
	}
	.info-content a:hover {
		text-decoration:none;
	}
	.info-content .icon {
		margin-bottom: 1.438em;
		width:93px;
		height:80px;
	}
	.info-content-1 {
	padding-top: 1.625em;
}
	
@media all and (min-width: 43.750em) { /* 700px */

	.info-graphic {
		text-align:left;
	}
	.info-content .icon {
		float: left;
		margin:1.8em 1em 0 0;
	}
	.info-content h3 {
		padding-left:6.619em;
	}
	.info-content p {
		padding-left:8.688em;
	}
}

@media all and (min-width: 61.250em) { /* 980px */
	.info-content-1 {
		padding-top: 0;
	}
	.info-content .icon {
		margin:0;
		float:none;
	}
	.info-content h3 {
		padding-left:0;
	}
	.info-content p {
		padding-left: 0;
	}
	.info-content {
		padding: 0;
		width: 21%;
		float: left;
		text-align: center;
		margin-right: 5%;
		margin-top: 1.250em;
	}
	.info-content-4 {
		margin-right:0;
	}
}

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

}

/*------------------------------------*\
    $ORDERED LIST
\*------------------------------------*/

.content ol { 
	list-style: none;
	margin-left: 0;
	counter-reset: number-counter;
}

.content ol li { 
	margin-bottom: 0.875em; 
	padding-left: 2em;
	position: relative;
}

.content ol li:before {
	content: counter(number-counter);
	counter-increment: number-counter;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	background-color: #3e708c;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
}

/* 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;
		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;
    }
	
}
@media screen and (min-width:700px) and (max-width:970px) {
	.fb_img {
	    float: right !important;
	    margin-right: -6px !important;
	    margin-top: -5px !important;
	    width: 7% !important;
	}
	}
@media screen and (min-width:320px) and (max-width:699px) {
	.fb_img {
	    display:none;
	}
	}

/*------------------------------------*\
    $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-divider {
    display: block;
    height: 1px;
    background: #ccc;
    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; }

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

	.blog-background {
		background:url(images/blog-bg.png) 0 0 no-repeat;
		overflow:hidden;
	}
}
/*------------------------------------*\
    $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 */
}

.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 h1 {
		color:#fff;
		padding: 0.5em 0;
	}
	.sidebar p {
		font-size:1.313em;
		line-height: 1.381em;
		font-family: 'Raleway', sans-serif;
		margin-bottom: 3.000em;
	}
	.sidebar-heading {
		color: #3e708c;
		font-size: 2.000em;
		line-height: 1.250em;
}
	.sidebar > div.sidebar-cta {
		margin-top: 0.750em;
		margin-bottom: 9em;
	}
	.sidebutton {
		background: #f98f31;
		padding: 0.6em 0.2em;
		width: 40%;
		text-align: center;
	}
	.sidebutton:hover {
		background:#f87d10;
		cursor: pointer;
	}
	.sidebutton a {
		color:#fff;
		font-size: 1.500em;
	}
	.sidebutton:hover a {
		text-decoration: none;
	}
	.sidebar .list {
		margin-right:-99999em;
	}
	.sidebar .list ul {
		border-top: 1px dashed #d8d8d8;
	}
	.sidebar .list li {
		border-bottom: 1px dashed #d8d8d8;
	}
	.sidebar .list a {
		font-family: 'Raleway', sans-serif;
		font-weight: normal;
	}
}

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

.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;
    margin: 0;
}

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

@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; margin-top: 6.8em; }
	
	.sidebar-left p, .sidebar-left table { font-size: 1em; }
		
	.sidebar-left h4 { margin-bottom: 0.875em; }
	
}

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

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

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

.form-subscribe input[type="submit"] { padding: 0.75em; }
/*------------------------------------*\
    $FOOTER CONTACT
\*------------------------------------*/
	.footer-contact {
		background: url(images/bg-footer-contact.png) center top no-repeat #f6f4f4;
		padding: 10.938em 1.250em 1.250em 1.250em;
		color: #3e708c;
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	}
	.footer-contact h3 {
		font-weight:bold;
	}
@media all and (min-width: 30em) { /* 480px */
		.footer-contact {
			margin: 0 3.8em;
	}
}
@media all and (min-width: 43.750em) { /* 700px */
	.footer-contact {
		margin:0;
		padding-bottom: 0.7em;
	}
	.lap-halves .grid-item.footer-contact-width {
		width: 54%;
	}
	.footer-contact {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
/*------------------------------------*\
    $FOOTER MAP
\*------------------------------------*/

.lap-halves .grid-item.footer-map {
	height:34.000em;
	background:url(images/footer-map.jpg) -185px 0 no-repeat;
	position: relative;
	width:42%;
	margin-left: 0.938em;
	padding-left:0;
	z-index: 700
}

.footer-map img {
	position: absolute;
	bottom:0;
	right:0;
}

@media all and (min-width: 43.750em) { /* 700px */
	.content-footer {
		padding: 0 1.875em;
		position: relative;
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	}
}
@media all and (min-width: 61.250em) { /* 980px */
	.lap-halves .grid-item.footer-map {
		background:url(images/footer-map.jpg) 0 0 no-repeat;
		width: 63%;

	}
	.lap-halves .grid-item.footer-contact-width {
		width: 35%;
		padding-left: 0;
	}
}
/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

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

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

.footer a { font-weight: normal; }

.footer a:hover { color: #a1a2a2 }

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

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

	.grid {
		margin-left: -1.618em;
	}
}
/*------------------------------------*\
    $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: 24px;
	height: 24px;
}

.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-hbook { background-position: -200px -300px;}
.icon-hphone { background-position: -100px -300px;}
.icon-haddress { background-position: -200px -400px;}


.icon-hig01 {
	background-position: -100px -200px;
}
.icon-hig02 {
	background-position: -200px -200px;
}
.icon-hig03 {
	background-position: -300px -200px;
}
.icon-hig04 {
	background-position: -400px -200px;
}

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

.icon-promo {
	background-position: -300px -300px;
	height:8px;
	width:9px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}

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

	.icon-surf {
		display: block;
		margin: 1em 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;  }

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

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

}





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

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

/* Brand primary and secondary colours */
.bpc { color: #808080; }
.bsc { color: #454545; }

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

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

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

/* Brand primary and secondary background colours */
.bpb { background-color: #808080; }
.bsb, .island { background-color: #454545; }

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


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

.cta-home {
	background: #3e708c;
	color: #fff;
	position: relative;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}

.cta-home li {
	float:left;
	margin: 0.875em 0;
}

.cta-home li:last-child {
	background:#f98f31;
	padding:0.833em;
}

.cta-home li:last-child:hover {
	background:#f87d10;
	cursor: pointer;
}

.cta-home h3 {
	font-size:1.500em;
	line-height: 1.333em;
	margin-bottom: 0;
	font-weight: bold;
	padding:0.5em 1.250em;
}

.cta-home a {
	font-size:1.313em;
	line-height: 1.381em;
	color:#fff;
}

.cta-home li:last-child:hover a {
	text-decoration: none;
}

@media all and (min-width: 61.250em) { /* 980px */
	.cta-home li:first-child {
		margin: 0.875em 0 0.875em 4.938em;
	}
	.cta-home h3 {
		padding: 0.5em 2.708em;
	}
}

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

.cta-global {
	background:#3e708c;
	color:#fff;
}
.cta-global-content {
	padding: 1.875em 3.5em;
	font-family: 'Open Sans', sans-serif;
	font-size:1.500em;
	line-height: 1.333em;
	text-align: center;
}
.cta-global-content div {
	display: inline-block;
}

.cta-global-content a {
	font-size:0.875em;
	line-height: 1.381em;
	color:#fff;
	font-family: "Muli", sans-serif;
}

.cta-global .rhombus {
	background:#f98f31;
	padding: 0.5em 1em;
	margin: 0 0.6em;
}

.cta-global .rhombus.white {
	background:#fff;
	color: #1d3258;
}

.cta-global .rhombus.white:hover {
	background:#1d3258;
	color:#fff;
	cursor: pointer;
}

.cta-global .rhombus:hover {
	background:#f87d10;
	cursor: pointer;
}
@media all and (min-width: 43.750em) { /* 700px */

	.grid-contact-details {
		position: relative;
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		z-index: 900;
	}
}
@media all and (min-width: 61.250em) { /* 980px */
	.grid-contact-details {
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.cta-global {
		-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
		z-index: 900;
		position: relative;
	}
	.cta-global-heading h4 {
		display: inline-block;
		font-size: 1.500em;
		color: #fff;
		padding-top: 1.417em;
	}
	.cta-global-heading.grid-item {
		width:44%;
	}

	.grid-contact-details.grid-item {
		width: 56%;
	}
	.cta-global-content {
		padding: 1.875em 0;
	}
}

/*------------------------------------*\
    $WELCOME MESSAGE
\*------------------------------------*/

.welcome-message {
	text-align: center;
	padding:3.125em 0;
}

@media screen and (min-width: 61.25em) {

	.welcome-message { padding-bottom: 0; }

	.welcome-message h1 { margin-bottom: 0; }
	
}

/*------------------------------------*\
    $TICKED LIST
\*------------------------------------*/

ul.list-ticked { 
	margin-left: 0;
	list-style: none; 
}

ul.list-ticked li { 
	margin-bottom: 0.875em; 
	padding-left: 2em;
	position: relative;
}

ul.list-ticked li:before {
	font-family: 'dashicons';
	content: '\f147';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	width: 22px;
	height: 22px;
	background-color: #3e708c;
	color: #fff;
	text-align: center;
	border-radius: 100px;
}

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

    $CONVERSION PAGE

	page-conversion.php

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

.page-conversion { background-color: #f9f9f9; }

.page-conversion-header {
	background-color: #3e708c;
	color: #fff;
	padding: 1.25em 0;
	text-align: center;
}

.page-template-page-conversion .page-title { 
	margin-bottom: 0; 
	text-align: center;
}

.page-conversion-intro h2 { 
	font-size: 1.125em; 
	line-height: 1.3em;
	margin-bottom: 1em;
}

.page-conversion ul.list-ticked { margin-bottom: 1.618em; }

.page-conversion .list-ticked li { margin-bottom: 0.75em; }

.page-conversion-intro .intro-image {
	overflow: hidden;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}

.page-conversion-intro img { border-radius: 10px; }

.page-conversion-cta { text-align: center; }

.page-conversion-quote img {
	margin-right: 1em;
	border-radius: 100%;
}

.page-conversion-quote, .page-conversion-footer { 
	background-color: #fff; 
	border: solid #eee;
	border-width: 1px 0; 
}

.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 1.25em; }

.page-conversion-form-heading { 
	text-align: center;
	text-transform: uppercase;
}

.page-conversion-form-heading { font-size: 1.5em; }

.page-conversion .content h2, .page-conversion .content h3, .page-conversion .content h4, .page-conversion .content h5, .page-conversion .content h6 { font-weight: 700; }

.page-conversion-cta { font-size: 1.25em; }

.page-conversion a.button-cta { font-size: 1em; }

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

	.page-conversion-cta .is-number { display: block; }
	
	.page-conversion-cta .is-alternative {
		display: block;
		margin: 0.313em 0;
	}

	.page-conversion a.button-cta { 
		text-align: center;
		display: block;
	}		
	
	.page-conversion-quote .grid-alpha {
		width: 45%;
		padding-right: 1em;
	}
	
	.page-conversion-quote .grid-beta { float: none; }

}

@media all and (min-width: 43.750em) { /* 700px */
		
	.page-conversion-intro h2 { 
		font-size: 1.5em;
		width: 72%;
		margin: 0 auto 1.5em auto;
	}
	
	.page-conversion ul.list-ticked { margin-bottom: 0; }
	
	.page-conversion .list-ticked li {
		font-size: 1.125em; 
		margin-bottom: 1em; 
	}
	
	.page-conversion-intro .intro-image { margin-bottom: 1.618em; } 
	
	.page-conversion-quote .quote-content { text-align: center; }
	
	.page-conversion-quote .grid { margin-left: -2em; }
	
	.page-conversion-quote .grid-item { padding-left: 2em; }
	
	.page-conversion-quote .grid-alpha { width: 23%; }
	
	.page-conversion-quote .grid-beta { width: 77%; }
	
	.page-conversion-quote p { 
		font-size: 1.25em; 
		line-height: 1.5em;
	}

	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 3em 2em; }
	
	.page-conversion-cta { font-size: 24px; }
	
	.page-conversion-cta .is-alternative { margin: 0 1em; }

}

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

	.page-template-page-conversion { padding-top: 181px; }

	.page-conversion .content {
		font-size: 18px;
	}

	.page-conversion .container { width: 980px; }

	.page-template-page-conversion .page-title { 
		font-size: 2.5em; 
		padding: 0;
	}

	.page-conversion ul.list-ticked { margin-top: 2em; }
	
	.page-conversion .list-ticked li { font-size: 1.25em; }

	.page-conversion-quote .quote-content { padding-top: 1.5em; }

	.page-conversion-form {
		width: 62%;
		margin: 0 auto;
	}
	
	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 3.125em 0; }
	
	.page-conversion-cta { font-size: 26px; }
	
	.page-conversion-content .page-conversion-cta { margin-top: 1em; }

	.page-conversion-content p:last-of-type { margin-bottom: 0; }

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

	.page-conversion-footer .grid-item { 
		width: 40%; 
		padding-left: 2.5em;
	}

	.page-conversion-footer .grid-beta { width: 60%; }

}

/*------------------------------------*\
    $REFERRAL FORM 
\*------------------------------------*/

.gform_wrapper ul.field-number li { 
	display: inline-block; 
	padding: 10px !important;
}

.gform_wrapper ul.field-number-primary { 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px !important;
}

.gform_wrapper .field-number .field-number-middle { border-right: 1px solid #ccc; }
.footer-contact{padding-top:251px;}
.grid.palm-whole.lap-halves.desk-halves{margin-top:26px;}
.fb_img{
float: right;
margin-right: -79px;
margin-top: -5px;
}