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

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

/*

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

*/

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

@import url('responsive-grid.css');

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: #ebebeb;
    font: normal 100%/1.618em 'Roboto', Arial, Helvetica, sans-serif;
    color: #666666;
}

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

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

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

h1, .alpha {
    font-size: 2.125em; /* 34px */
    line-height: 1.235em; /* 42px */
	margin-bottom: 0.618em; /* 21px */
}

h2, .beta {
    font-size: 1.438em; /* 23px */
    line-height: 1.348em; /* 31px*/
	margin-bottom: 0.913em; /* 21px*/
}

h3, .gamma {
    font-size: 1.188em; /* 19px*/
    line-height: 1.421em; /* 27px*/
	margin-bottom: 1.105em; /* 21px*/
}

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

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

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

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

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

a:link, a:visited {
    text-decoration: none;
    color: #ee232b;
    font-weight: bold;
	-webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}

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

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

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

a.block-link { display: block; }

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

a.button, .site button, input[type="submit"], body .gform_wrapper .button {
	font-size: 1em;
    line-height: 1em;
    padding: 0.75em 3.125em 0.75em 1.618em;
    color: #fff;
    background-color: #ee232b;
    position: relative;
    text-transform: uppercase;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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


a.button:before, .site button:before, body .gform_wrapper .button:before {
	content:'';
	top:0;
	bottom: 0;
	right: 35px;
	width: 1px;
	position: absolute;
	background-color: #bf1c22;
	border-right: 1px solid #f9949b;
}

a.button:after, .site button:after, body .gform_wrapper .button:after {
	content: '';
	top: 50%;
	margin-top: -10px;
	right: 8px;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(images/sprite.png) -300px -297px no-repeat;
}

a.button > span.button-bg, .site button > span.button-bg, input[type="submit"] > span.button-bg, body .gform_wrapper .button > span.button-bg {
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:2.1875em;
	background:#f32836;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


a.button:hover > span.button-bg, button:hover > span.button-bg, input[type="submit"]:hover > span.button-bg, body .gform_wrapper .button:hover > span.button-bg {
	background:#de0507;
}


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

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

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

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

a.button-cta {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.469em;
}

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

.call-now .button {
	width:38%;
	float:left;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 1em;
	padding: 1.125em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.call-now .button.button-alt {
	width:62%;
}

.call-now .button + .button {
	margin-left:0;
}

.call-now a.button > span.button-bg, .call-now .button:before, .call-now .button:after, .search-submit:after, .search-submit > span.button-bg, .search-submit:before {
	display: none;
}



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

.header-links {
	position: absolute;
	top:0;
	right:0;
}

.header-links .button:before, .header-links .button.button-alt:before, .header-links .button.button-alt:after, .header-links .button-bg  {
	display: none;
}

.header-links .button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.header-links .button-alt {
	font-size: 0.875em;
	color:#78889b;
	text-transform: none;
	background:#eceef0;
	font-weight: normal;
	padding: 0.94em 1.125em;
}

.header-links .button-alt span {
	color:#303a51;
}

.header-links .button + .button {
	margin-left:0;
}

.header-links .button-alt:hover {
	background:#dbdfe2;
	color:#78889b;
}

@media screen and (min-width: 64em) {
	.header-links .button-alt {
		padding:0.94em 3.125em;
	}
}

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

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

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

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

hr {
	border: solid #ddd;
    border-width: 1px 0 0 0;
    clear: both;
	width: 33%;
	margin: 2.5em auto;
}

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





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

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

.header {
	background:#fff;
	padding-bottom:	1.5625em;
}

.container {
	width: 18.125em; /* 290px */
	margin: 0 auto;
}

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

	.container { width: 26.875em; } /* 430px */

}

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

	.container { width: 40em; }	/* 640px */

}


@media all and (min-width: 64em) { /* 1024px */

	.container { width: 64em; } /* 1024px */

}

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

.header .container {
	width:100%;
}

.top { padding: 0.25em 0 0.25em 1.25em; }

@media screen and (min-width: 43.75em) {
	.header .container {
		width:48em;
	}

	.top {padding:0;}
	img.logo {
		padding-left: 1.25em;
		padding-top: 1em;
	}
}

@media screen and (max-width: 699px) {
	img.logo {
		width:11.125em;
	}
}

@media screen and (min-width: 64em) {
	.header .container {
		width:64em;
	}

	img.logo {
		padding-top: 1em;
		padding-left:0;
	}
}


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

	$TOUCH NAV

	Only displayed on touch devices

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

a.nav-touch-toggle {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 85px;
	padding-top: 1em;
	bottom: 0;
	background: #100151;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.nav-touch-top {
	padding: 1em 1.25em;
	position: relative;
}

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

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

.nav-touch {
	width: 100%;
	display: block;
	font-size: 0.938em;
}

.nav-touch a {
	display: block;
	width: 100%;
	background-color: #495768;
	color: #fff;
	border-top: 1px solid #eee;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.625em 1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.nav-touch a.red-login {
    background: #ee232b;
}

.nav-touch ul { display: none; }

.nav-touch a:hover ul { display: block; }

.nav-touch ul a { padding: 0.625em 2em; color:#100151; background:#ebebeb; }

.nav-touch ul ul a { padding: 0.625em 3em; }

.nav-touch a:hover { text-decoration: none; }

.nav-touch .current-menu-item > a {
	text-decoration: none;
	color: #fff;
	background-color: #00a1e0;
}

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

@media all and (min-width: 43.75em) { /* 700px */
	.navigation {
		bottom: 0;
		right: 20px;
		width: 70%;
		position: absolute;
	}

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

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

	.nav-primary a {
		color: #444;
		line-height: 3em;
		padding: 0 0.5em;
		text-align: left;
		color: #100151;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight: normal;
	}

	.nav-primary > li > a {
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}

	.nav-primary > li > a::before,
	.nav-primary > li > a::after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #495768;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.nav-primary > li > a::before {
		top: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.nav-primary > li > a::after {
		bottom: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}

	.nav-primary > li > a:hover::before,
	.nav-primary > li > a:focus::before,
	.nav-primary > li > a:hover::after,
	.nav-primary > li > a:focus::after {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.nav-primary li:hover > a {
		color: #495768;
		text-decoration: none;
	}

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

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

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

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

	.nav-primary ul a {
		background-color: #ebebeb;
		color: #100151;
		font-weight: 300;
		line-height: 1.4em;
		padding: 0.5em 0.875em;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #999;
	}

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

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

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

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

	.nav-primary li.current_page_item > a, .nav-primary li.current-menu-ancestor > a, .nav-primary li.current-menu-item > a, .nav-primary li.current-menu-parent > a {
		color: #00a1e0;
	}

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

	.nav-primary > li.current-menu-item > a:before, .nav-primary > li.current-menu-ancestor > a:before {
		position: absolute;
		left: 0;
		top:0;
		width: 100%;
		height: 2px;
		background: #00a1e0;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.nav-primary > li.current-menu-item > a:after, .nav-primary > li.current-menu-ancestor > a:after {
		position: absolute;
		left: 0;
		bottom:0;
		width: 100%;
		height: 2px;
		background: #00a1e0;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

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

	.nav-primary ul li.current-menu-item > a {
		background-color: #3b4654;
		color: #fff;
	}

}




@media screen and (min-width: 64em) {
	.navigation {
		width: 58%;
	}
}

@media screen and (min-width: 43.813em) and (max-width: 63.938em) {
.nav-primary a {
       font-size:14px;
       }
}


@media screen and (min-width: 120.000em) and (max-width: 131.250em) {
.nav-primary a {
       font-size:14px;
       }
}


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

.feature {
	position: relative;
	overflow: hidden;
	height: 16.625em;
	background:#100151;
}

.feature-content, .banner-content {
	position: absolute;
	top: 1.875em;
	right: 5%;
	width: 50%;
	color: #fff;
	text-align: right;
}

.feature-heading, .banner-heading {
	color: #fff;
	font-size: 1.625em;
	line-height: 1.2em;
	margin-bottom: 1.1538461538461537em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-shadow: 0 2px 2px rgba(1,1,1,.5);
}

.feature-mobile { background-size: cover; }

@media all and (min-width: 64em) { /* 1024px */

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

	.feature .container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -32em;
	}
	.neg-fix {
		margin-bottom:-3.125em;
	}
	.feature-heading {
		font-size:2.625em;
		line-height: 1.6666666666666667em;
	}
	.feature-content {
		top:6.25em;
	}
}

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

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

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

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

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

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

* html .slides { height: 1%; }

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

@media all and (min-width: 64em) { /* 1024px */

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

}

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

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

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
    z-index: 100000;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/sprite.png) -500px -300px no-repeat rgba(0, 0, 0, 0.5);
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 0;
	background-position: -400px -300px;
}

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

.feature-nav {
	position: absolute;
	z-index: 999;
	bottom: 10em;
	right: 0;
	left: 0;
}

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

.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;
	border-radius: 100%;
}

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

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

	.feature-nav {
		bottom: 19em;
	}
}

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

.promo-item {
	position: relative;
	overflow: hidden;
}

.promo a { display: block;}

@media screen and (min-width: 43.75em) {
	.promo .container {
		width:43.75em;
	}
	.promo {
		margin-top: -11px;
		position: relative;
		z-index: 2;
	}
	.promo-item {
		float:left;
		position: relative;
	}
	.promo .promo-item-01 {
		width:33.4%;
		height:21.25em;
	}
	.promo .promo-item-02 {
		width:33.3%;
		height:21.25em;
	}
	.promo .promo-item-03, .promo .promo-item-04 {
		width:33.3%;
		height:10.625em;
	}
	.promo-item-heading {
		position: absolute;
		bottom:18px;
		left:16px;
		margin-bottom:0;
		color:#fff;
		font-size: 1.875em;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 64em) {
	.promo {
		top:-3.125em;
	}
	.promo .container {
		width:64em;
	}
	.promo .promo-item-01 {
		width:50%;
		height:21.25em;
	}
	.promo .promo-item-02 {
		width:25%;
		height:21.25em;
	}
	.promo .promo-item-03, .promo .promo-item-04 {
		width:25%;
		height:10.625em;
	}

	.promo-hover {
		opacity: 0;
	    position: absolute;
	    padding:1em;
	    bottom: 0;
	    left:0;
	    right:0;
	    height: 0;
	    z-index: -1;
	    text-align: center;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	    background:#fff;
	}

	.promo a:hover .promo-hover  {
		opacity: 1;
		bottom: 0px;
		height: 170px;
		border-top:4px solid #00aeef;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.promo .promo-hover p {
		font-size:0.875em;
		line-height: 1.4285714285714286em;
		text-align: left;
		font-weight: normal;
		opacity: 0;
		color:#666666;
	}
	.promo a:hover .promo-hover p {
		opacity: 1;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
	}
	.promo .promo-hover p span {
		font-size:1.1428571428571428em;
		margin-top:0.4em;
		display: block;
		font-weight: bold;
		font-style: italic;
		color:#00aeef;
	}
}

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

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

@media all and (min-width: 64em) { /* 1024px */

	.banner { background-size: auto;  }

	.banner .container {
		position: relative;
		left:50%;
		margin-left:-32em;
	}

	.banner-content { position: absolute; bottom:0; left:0; right:0 }

}

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

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

.home-intro h2 {
	color:#100151;
	text-transform: uppercase;
	font-size: 1.625em;
	text-align: center;
}

.home-intro h1 {
	color:#a4a4a4;
	text-transform: uppercase;
	font-size: 1.25em;
}

.home-intro p {
	font-weight: 300;
}

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

.home-list .home-intro {
	padding:1.875em 0.625em 0;
}

.home-list .container {
	background:#fff;
	width:100%;
}

.home-content-full img {
	margin-bottom:1.875em;
}

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

.home-content h3 {
	color:#100151;
	text-transform: uppercase;
	font-size: 1.25em;
}

.mot-text {
    -webkit-box-shadow: inset 0 3px 3px -3px rgba(229,229,229,0.8);
    -moz-box-shadow: inset 0 3px 3px -3px rgba(229,229,229,0.8);
    box-shadow: inset 0 3px 3px -3px rgba(229,229,229,0.8);
    padding: 1.25em 0;
    text-align: center;
}
.mot-text h2 {
	text-transform: uppercase;
	color:#495768;
	margin-bottom: 0;
}

.grid .grid-bottom {
	padding-left: 0;
}

.home-content-background.bg-01, .home-content-background.bg-02, .home-content-background.bg-03 {
    height: 10em;
    background-size: cover !important;
}

.home-content-full .home-content-01 span {
    text-align: right;
    display: block;
    font-style: italic;
}

@media screen and (min-width: 43.75em) {
	.home-content-full img {
		margin-bottom:0;
	}
	.grid-bottom-03 .home-content-03 {
		padding: 1.875em;
	}
	.home-content h3 {
		font-size: 1.5625em;
		margin-bottom: 0.5em;
	}
	.home-content-01.home-content {
		margin: 2.3em;
	}
	.mot-text h2 {
		font-size: 1.5625em;
	}
	.home-content-background.bg-01 {
		height:21.875em;
	}
	.home-content-background.bg-02, .home-content-background.bg-03 {
	    height: 16.875em;
	}
		.contact-bg {
		background:url(images/contact-bg.jpg) 50% 0 no-repeat;
	}
	.page-template-page-contact-php .main {
		background:#fdfdfd;
		padding: 0 1.875em;
	}
}

@media screen and (min-width: 64em) {
	.home-content-background {
    	width:100%;
	}
	.home-content-background.bg-01 {
	    height: 16em;
	}

	.home-content-background.bg-02, .home-content-background.bg-03 {
	    height: 20em;
	}
	.home-content-full p {
		font-size: 0.875em;
		font-weight: 300;
	}
	.grid-bottom-03 .home-content-03 {
		padding:0;
	}
	.home-list .container {
		width:64em;
	}
	.home-content {
		padding:0;
	}
}

/*------------------------------------*\
    $INDUSTRIES LANDING
\*------------------------------------*/

.indus-list .list-main {
	margin-bottom: 1em;
}

.content .indus-list h3 {
	color:#100151;
}

.indus-list img {
	margin-bottom:1.25em;
}

.indus-list p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#666666;
}

.indus-list span {
	color:#00aeef;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

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

@media screen and (min-width: 64em) {
	.main-text.indus-text {
		padding-left:1.875em;
	}
}

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

.main-text {
	background: #ffffff;
}

.content h3, .content h2 {
	text-transform: uppercase;
	color:#495768;
	font-size:1.188em;
	line-height: 1.421em;
}

.main-text .content {
	padding-top:1.875em;
}

h2.page-title {
    color: #100151;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 2.125em;
  	line-height: 1.235em;
}

.page-heading h1 {
    color: #a4a4a4;
    text-transform: uppercase;
    font-size: 1.438em;
  	line-height: 1.348em;
  	margin-bottom: 0.913em;
}

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

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.125em;
		line-height: 1.4em;
		margin-bottom: 1.167em;
	}
	.content-white, .page-heading-full {
		background:#fff;
	}
	.page-heading-full h2 {
		margin-bottom:0;
	}
}

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

	.page-heading {
		margin-top: 161px;
		padding: 30px;
		padding-bottom: 8px;
		z-index: 1;
		position: relative;
		background: rgba(255, 255, 255, 0.9);
	}

	.main-text {
		padding:0 1.875em;
	}
}

@media all and (min-width: 64em) { /* 1024px */

	.content {
		float: left;
		padding: 0;
		width: 65%; /* 640px */
	}

	.content-right { float: right; }

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

	.main-text {
		background:url(images/content-border.jpg) 743px 0 repeat-y #ffffff;
		padding-left: 1.875em;
		padding-right:0;
	}

	.page-heading {
		margin-top: 8.75em;
	}

	.page-template-page-contact .page-heading {
		background:#fdfdfd;
	}
	.page-id-1569 .content {
		background: url(images/priority-content-img.jpg) 27em 0 no-repeat;
		width: 71%;
	}
	.content-rt {
	    width: 60%;
	    margin-bottom: 3em;
	}
}

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

.content table { border-collapse: collapse; }

.content table th, .content table td {
	padding: 0.625em;
	border-bottom: 1px solid #ddd;
}

.content table th {
    font-weight: bold;
	text-align: left;
}

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

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

.content ul { list-style: disc; }

.content ol { list-style: decimal; }

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

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

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

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

}

/*------------------------------------*\
    $NUMBERED 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;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #888;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px; /* Same as icon height */
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

/*------------------------------------*\
    $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 {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(images/sprite.png) -400px -100px no-repeat;
}

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

	/* Two column list */

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

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

}

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

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

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

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

ul.child-pages a:before, ul.list-pages a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.313em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -100px -200px no-repeat;
}

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

	$CHILD PAGES WITH EXCERPT

	[child-pages-excerpt]

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

ul.list-pages-excerpt { list-style: none; }

ul.list-pages-excerpt li {
	margin-bottom: 0;
	border-bottom: 1px solid #e8e8e8;
}

ul.list-pages-excerpt a {
	display: block;
	font-weight: normal;
	padding: 0.8em 1.875em 0.8em 0;
	position: relative;
}

.list-pages-excerpt .list-main {
	overflow: hidden;
	width: 100%;
}

.list-pages-excerpt .list-image, .list-pages-excerpt .list-content { float: left; }

.list-pages .list-heading { margin-bottom: 0.25em; }

.list-pages-excerpt .list-image {
	width: 30%;
	background-color: #29a2a2;
	height: 0;
	padding-bottom: 16%;
}

.list-pages-excerpt img { transition: all .25s linear; }

.list-pages-excerpt .list-content { width: 100%; }

ul.list-pages-excerpt p {
	color: #595959;
	line-height: 1.4em;
	margin-bottom: 0;
}

ul.list-pages-excerpt a:hover img { opacity: 0.5; }

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

	.list-pages-excerpt a { padding-right: 1.25em; }

	.list-pages-excerpt .list-image { display: none; }

}

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

	.list-pages-excerpt .list-content {
		width: 70%;
		padding-left: 1em;
		padding-right: 2em;
	}

}

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

blockquote {
	position: relative;
	font-size: 1.125em;
	line-height: 1.618em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	border: solid #eee;
	border-width: 10px 0;
}

blockquote p:last-child { margin: 0 }

@media all and (min-width: 64em) { /* 1024px */

	blockquote { padding: 1.5em 2em; }

}

/*------------------------------------*\
	$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: #ddd;
    width: 50%;
	margin: 3em auto;
}

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

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

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

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

}

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

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

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

}

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

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

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

	img.alignleft, 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;
    line-height: 1.4em;
	margin-bottom: 0;
	padding: 0.625em 0;
	font-style: italic;
	border-bottom: 1px solid #ddd;
}

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

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

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

@media all and (min-width: 64em) { /* 1024px */

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

}

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

.sidebar-heading {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

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

.sidebar-list li > a {
	color:#100151;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.125em;
	text-transform: uppercase;
	background:#fff;
}

.sidebar-list li:hover, .sidebar-list li:hover > a, .sidebar-list li.current_page_item > a {
	color:#fff;
	background:#00a1e0;
}

.sidebar a.button.button-pdf {
	background: url(images/pdf-image.jpg) 85% 50% no-repeat;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color:#100151;
	padding: 1.75em 7.125em 1.75em 1.618em;
	font-size: 1.125em;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	line-height: 1.44em;
}

.sidebar a.button.button-pdf:hover {
	background-color:#00aeef;
	color:#fff;
}

.sidebar a.button.button-pdf:before, .sidebar a.button.button-pdf:after, .sidebar a.button.button-pdf span {
	display: none;
}

.page-id-1567 .sidebar-list, .page-id-1585 .sidebar-list {
	margin-bottom:0;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/

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

.island-heading { color: #fff; }

/*------------------------------------*\
    $UI LIST
\*------------------------------------*/

.ui-list {
    list-style: none;
    border-top: 1px solid #ddd;
	margin: 0;
}

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

.ui-list a {
    display: block;
    padding: 0.625em 0.313em;
	line-height: 1.4em;
	font-weight: normal;
}

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

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

.form-search { position: relative; }

.form-search input.search-input {
	width: 100%;
	margin: 0;
	padding: 0.5em;
	color: #666;
	border: 1px solid #a1a1a1;
}

.form-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	border: none;
	text-indent: -9999em;
	margin: 0;
}

.form-search .search-submit:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: -10px;
	border-right:0;
	background: url(images/sprite.png) -300px -300px no-repeat;
}

@media all and (min-width: 64em) { /* 1024px */

	.sidebar .form-search .search-input, .content .form-search .search-input {
		border: solid #eee;
		border-width: 1px 0 1px 1px;
	}

}

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

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

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

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
  	margin-bottom: 0.313em;
  	color:#100151;
}

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

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

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

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

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

	.sidebar-left table { width: 50%; }
	.sidebar-left {
		padding: 0 1em;
	}
}

@media all and (min-width: 64em) { /* 1024px */

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

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

}

/*------------------------------------*\
    $CONTACT PAGE
\*------------------------------------*/

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

	.page-template-page-contact-php .main { padding: 1.5em 1.875em 2.5em 1.875em; }

	.page-template-page-contact-php .sidebar-left {
		float: left;
		width: 39%;
		padding: 0;
	}

	.page-template-page-contact-php .content {
		float: right;
		width: 57%;
		padding: 0;
	}

}

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

.footer {
	text-align: center;
	padding: 1.25em;
	background:#ebebeb;
}

.footer-body {
	font-size: 0.813em;
    line-height: 1.4em;
}

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

.footer a { font-weight: normal; }

.footer a:hover { color: #444 }

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

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

}

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

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

ul.nav, .nav ul {
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

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

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

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

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

@media screen and (min-width: 43.75em) {
	.grid.grid-bottom {
		margin-bottom:0;
	}
	.grid-bottom-03 .grid-item:first-child {
	    float: right;
	    padding-left: 0;
	}
	.grid-bottom-02 > .grid-item + .grid-item {
	    -webkit-box-shadow: inset 0 3px 3px -3px rgba(229,229,229,0.8);
	    -moz-box-shadow: inset 0 3px 3px -3px rgba(229,229,229,0.8);
	    box-shadow: inset 0 3px 3px -3px rgba(229,229,229,0.8);
	    padding-top: 1em;
	}
}

@media screen and (min-width: 64em) {
	.grid-bottom-03 .grid-item:first-child {
		float:left;
	}
	.grid-bottom-02 > .grid-item + .grid-item, .grid-bottom-03 > .grid-item + .grid-item {
		padding:1.875em;
		padding-bottom:0;
		-webkit-box-shadow: inset 0 0 0 0 rgba(229,229,229,0.8);
		-moz-box-shadow: inset 0 0 0 0 rgba(229,229,229,0.8);
		box-shadow: inset 0 0 0 0 rgba(229,229,229,0.8);
	}
}

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

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

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

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

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

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

}

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

	.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: 64em) {

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

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

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

.icon-xl {
	width: 64px;
	height: 64px;
}

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

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

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

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

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

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


.icon-facebook { background-position: 0 -400px; }
.icon-googleplus { background-position: -100px -400px; }
.icon-linkedin { background-position: -200px -400px; }

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

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

	.icon, .nav-touch-toggle, .flex-direction-nav a, ul.list-ticked li:before, ul.child-pages a:before, ul.list-pages a:before,.form-search .search-submit:before, .list-accordion-title a:before  {
		background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
	}

}

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

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

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

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

}

@media all and (min-width: 64em) { /* 1024px */

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

}

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

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

}

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

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

.list-inline li { display: inline; }

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

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

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

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

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

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

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

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

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

.list-accordion-title a {
	display: block;
	position: relative;
	padding: 0.625em 0.313em;
}

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

.list-accordion-title a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.313em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -200px -200px no-repeat;
}

.list-accordion-title.open a:before { background-position: -300px -200px; }

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

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

    $SIDR

	Slide out sidebar for touch devices

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

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 280px;
    overflow-x: none;
    overflow-y: auto;
	background-color: #fff;
	padding-bottom: 2em;
}

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

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

/*------------------------------------*\
    $BREADCRUMBS
\*------------------------------------*/

.nav-breadcrumb {
	font-size: 0.875em;
	line-height: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.nav-breadcrumb a {
	color:#00a1e0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

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

    $CONVERSION PAGE

	page-conversion.php

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

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

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

.page-conversion-intro h2 { font-size: 1.125em; }

.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;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

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

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

.page-conversion-quote img {
	margin-right: 1em;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        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-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-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 .page-title { font-size: 3em; }

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

	.page-conversion-cta .is-alternative { margin: 0 1em; }

}

@media all and (min-width: 64em) { /* 1024px */

	.page-conversion ul.list-ticked { margin-top: 3em; }

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

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

	.page-conversion-content .page-conversion-cta { margin-top: 1em; }

}





/*------------------------------------*\
    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: 63.875em) { /* 699px to 979px */

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

}

@media all and (min-width: 64em) { /* 1024px */

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

}

.is-invisible {
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
           filter: alpha(opacity=0);
     -moz-opacity: 0;
   -khtml-opacity: 0;
          opacity: 0;
}

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

.spinner {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-animation: rotation 1s infinite linear;
	   -moz-animation: rotation 1s infinite linear;
	     -o-animation: rotation 1s infinite linear;
	        animation: rotation 1s infinite linear;
	border-left: 6px solid rgba(255,255,255,.15);
	border-right: 6px solid rgba(255,255,255,.15);
	border-bottom: 6px solid rgba(255,255,255,.15);
	border-top: 6px solid rgba(255,255,255,.8);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes rotation {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(359deg); }
}

@-o-keyframes rotation {
	from { -o-transform: rotate(0deg); }
	to { -o-transform: rotate(359deg); }
}

@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}





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

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

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

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

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

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

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

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


/*------------------------------------*\
    $FOOTER FORM
\*------------------------------------*/
.footer-form {
	background:#ebebeb;
	padding: 1.875em 0;
}

.session-title {
	background:#f32836;
	color:#fff;
	padding: 1em 0;
	margin-bottom:3.125em;
	position: relative;
}

.session-title:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -16px;
	height: 16px;
	width: 32px;
	background: url(images/session-arrow.png) 0 0 no-repeat;
}

.session-title h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.5625em;
	text-transform: uppercase;
	margin-bottom:0;
}

.footer-form p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight:300;

}

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

.contact-global {
	background:#495768;
	color:#cacaca;
	padding:2.5em 0;
}

.contact-global a, .contact-detail a {
	color:#00aeef;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.contact-global h3 {
	text-align: center;
	font-size: 1.25em;
	text-transform: uppercase;
}

.contact-global p.title-contact-global {
	text-align: center;
}

.contact-global li {
	margin-bottom:1.25em;
	position: relative;
	padding-left: 1.5em;
	font-weight: 300;
}

.before-i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.4em;
	height: 15px;
	width: 15px;
	background: url(images/sprite.png) 0 0 no-repeat;
}

.before-i.address-icon:before {
	background-position: -400px -200px;
}

.before-i.po-address-icon:before {
	background-position: -500px -200px;
}

.before-i.phone-icon:before {
	background-position: 0 -300px;
}

.before-i.fax-number-icon:before {
	background-position: -100px -300px;
}

.before-i.email-icon:before {
	background-position: -200px -300px;
}

@media screen and (min-width: 43.75em) {
	.contact-global h3 {
		text-align: left;
	}

	ul.contact-global-links li {
		padding: 0;
	}
}

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

.feed-item {
	float:left;
	width:33.3333333%;
	height:16.0625em;
	background-size:cover !important;
	position: relative;
	color:#fff;
}

.feed-item .feed-bg:after {
	content:'';
	position: absolute;
	background-image: -moz-linear-gradient(bottom left, rgba(1,1,1,.5) 0%, rgba(255,255,255,.5) 100%);
	background-image: -o-linear-gradient(bottom left, rgba(1,1,1,.5) 0%, rgba(255,255,255,.5) 100%);
	background-image: -webkit-linear-gradient(bottom left, rgba(1,1,1,.5) 0%, rgba(255,255,255,.5) 100%);
	background-image: linear-gradient(bottom left, rgba(1,1,1,.5) 0%, rgba(255,255,255,.5) 100%);
	top:0;
	bottom:0;
	left:0;
	right:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.feed-item a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 9999;
}

.feed-item h4 {
	margin-bottom:0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.375em;
}

.feed-content-text {
	position: absolute;
	bottom:25px;
	left:1.25em;
	z-index: 500;
	width: 80%;
}

.feed-roll {
	opacity: 0;
	position: absolute;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
		display: none;
}

.feed-roll p {
	margin-bottom:0;
	font-size:0.875em;
}

.feed-roll span {
	text-transform: uppercase;
	color:#00aeef;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.feed-item:hover .feed-roll {
	opacity: 1;
	position: relative;
	display: inherit;
}

.feed-item:hover .feed-bg:after {
	background:rgba(0, 0, 0, 0.6);
}

.type-blog {
    background: #00aeef;
    position: absolute;
    padding: 0.2em 1em;
    left: 20px;
    top: 20px;
    z-index: 500;
}

@media screen and (min-width: 64em) {
	.feed-item {
		width:auto;
	}
	.feed-item-01 {
		width:50%;
	}
	.feed-item-02, .feed-item-03 {
		width:25%;
	}
}
/*------------------------------------*\
    $PLANS TABLE
\*------------------------------------*/

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

table.table-plan th {
	border-bottom: none;
	color: #495768;
	font-weight: 400;
	text-align: center;
}

.table-plan td.td-title {
	background-color: #100151;
	text-align: left;
	color: #fff;
}

table.table-plan td {
	border: 1px solid #fff;
	background-color: #e9e9e9;
}

.table-plan tr:nth-child(odd) td.td-plan { background-color: #f4f4f4; }

.table-plan td.td-highlight { background-color: #b8d87c; }

.table-plan tr:nth-child(odd) td.td-highlight { background-color: #bddc80; }

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

	.table-plan { text-align: left; }

	.table-plan th { display: none; }

	.table-plan td { display: block; }

	.table-plan td:first-child { padding-top: .5em; }

	.table-plan td:last-child { padding-bottom: .5em; }

	.table-plan td:before {
	  content: attr(data-th);
	  display: inline-block;
	}

	.table-plan .icon { margin-left: 10px; }

}

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

.social-footer {
    background: #2f3a49;
    color: #fff;
    text-align: center;
}

.social-footer p, .social-footer li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5em;
    position: relative;
}

.social-footer ul {
    display: inline-block;
    margin-bottom: 0;
}

.social-footer p {
	font-weight: bold;
}

.social-footer li > a {
    color: #fff;
    display: block;
    padding: 1em;
    font-weight: normal;
}

.social-footer li > a:hover {
    background: #00aeef;
    text-decoration: none;
}

/*Thanh added*/
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

/*  Custom css from Rakes */

.sidebar-list{
margin-top: 30px !important;
}

.sidebar a.button.button-membership-pdf {
    background: url(images/member_brochure.png) 85% 50% no-repeat !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #100151;
    padding: 1.75em 7.125em 1.75em 1.618em;
    font-size: 1.125em;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    line-height: 1.44em;
}

.sidebar a.button.button-membership-pdf:hover {
	background-color:#00aeef !important;
	color:#fff !important;
}

.sidebar a.button.button-membership-pdf:before, .sidebar a.button.button-membership-pdf:after, .sidebar a.button.button-membership-pdf span {
	display: none !important;
}


a.button.button-membership-pdf::before{
     background: none !important;
    border-right: 0px solid #f9949b !important;
}

.page-id-1915 .sidebar-list{
    margin-bottom: 0!important;
}

@media all and (max-width: 1023px) {
.sidebar a.button.button-membership-pdf {
    padding: 2.75em 10.125em 2.75em 2.618em;
    width: 100% !important;
}


.sidebar a.button.button-pdf {
    padding: 2.75em 10.125em 2.75em 2.618em;
    width: 100% !important;
}
}
/*Thanh customise for list news*/
time {
    color: #888;
    font-size: 12px;
}
h2.post-title{
    margin-bottom: 5px;
}
.goc-row img{margin-top:5px;}

/*form*/

/* do not group these rules */
.wpcf7-form input::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-input-placeholder {
    color: #9E9E9E;
}
.wpcf7-form input:-moz-placeholder,.wpcf7-form textarea:-moz-placeholder {
    /* FF 4-18 */
    color: #9E9E9E;
}
.wpcf7-form input::-moz-placeholder,.wpcf7-form textarea::-moz-placeholder {
    /* FF 19+ */
    color: #9E9E9E;
}
.wpcf7-form input:-ms-input-placeholder ,.wpcf7-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9E9E9E;
}
.wpcf7-form fieldset {
  padding: 10px;
  border: 1px dashed #DDD;
  margin-bottom: 20px;
}

.wpcf7-form fieldset legend{
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="number"],.wpcf7-form textarea,.wpcf7-form input[type="tel"]{
    padding: 0.5em;
    font-size: 1em;
    margin-top: 4px;
    margin-bottom: 10px;
    width:345px;
    border-radius: 3px;
}

.wpcf7-form input.disabled, .wpcf7-form textarea.disabled{
    background-color: #EEE;
}

.info{
    border-radius: 5px;
    border: 1px  solid #DDD;
    border-left: 6px solid #FFFFFF;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info.info-warning{
    border-color:#FFC107;
}

.tooltip {
    position: relative;
    display: inline;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 5px;
}

#tooltip:after /* triangle decoration */
    {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

a.btn{
    background-color: #ee232b;
    padding: 10px 30px;
    color: #FFF;
    border-radius: 5px;
    text-decoration: none;
}

/*Calculator form*/
.content-full{
    float: none;
    width: 100%;
    margin-top: 80px;
    padding: 10px;
    background-color: #FFF;
}

/*Mobile*/
@media screen and (max-width: 43.6875em) {
    .panel-list-body{
        padding: 5px;
        background: #ebebeb;
    }
    img {width:100%;}
    .goc-row{
        float:none;
    }
    .goc-row img{margin-top:0px;}
    .goc-row .panel-list-body{margin-bottom:15px;}

    .wpcf7-form input[type="text"],.wpcf7-form input[type="email"],.wpcf7-form input[type="number"],.wpcf7-form textarea{
        width:99%;
    }
}