/*
Theme Name: Terry's Tours Responsive Theme
Theme URI: http://www.michaelmano.com
Description: A responsive WordPress theme Designed & Developed by Stacey Morrison & Michael Mano
Author: Michael Mano & Stacey Morrison
Author URI: http://www.michaelmano.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
\*------------------------------------*/
html 
 {
 height: 100%;
 margin-bottom: 1px;
 overflow-y: scroll;
 overflow-x: hidden;
 }
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capt, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

ul, ol { list-style: none; }

body {
    background: #fff;
    font: normal 100%/1.618em 'Lato', sans-serif;
    color: #1b2638;
}
a {position:relative;}
/* 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: normal; font-family: 'Lora', serif; color:#fab719; }

h1.page-title {
	color: #fff;
	padding: 1.14em 0 0.5em 0;
	font-weight: bold;
	font-style: italic;
}

h1.featured-tours {
	font-size:3em;
	font-weight:bold;
	padding-top:1.8em;
	font-style:italic;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight:400;
}

h2.shadow-white {
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

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: #555;
    font-weight: bold;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}

a:hover {
    color: #000;
    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-cta {
	margin-top:-0.3em;
	width:100%;
}
a.button.tours {
	margin:0 auto;
	display:block;
	width:220px;
}
span.or-footer, span.or-cta {font-size:1.2em;}

.or-cta:before {
display:none;
}

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


.or-cta:before {display:block;color:#fab719!important; top:-2.5em!important; right:-13em!important;}

}
.or-footer:before,.or-cta:before {
	content: 'or';
	text-decoration:underline;
	font-weight:bold;
	position: absolute;
	right: -14.1em;
	font-size: 1em!important;
	top: -3em;
	color: #1b2638;
}
.subForm input.btn-subscribe {border-bottom:none!important}
input.btn-subscribe { border-bottom:4px solid transparent!important;}
a.button, button, input[type="submit"] {
	font-size: 1.3em;
    line-height: 1em;
    padding: 1em;
    color: #fff;
	background: #ffcf6d; /* Old browsers */
	background: -moz-linear-gradient(top, #ffcf6d 0%, #fdb804 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcf6d), color-stop(100%,#fdb804)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffcf6d 0%,#fdb804 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffcf6d 0%,#fdb804 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffcf6d 0%,#fdb804 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffcf6d 0%,#fdb804 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf6d', endColorstr='#fdb804',GradientType=0 ); /* IE6-9 */
    border-bottom:4px solid #dd8c00!important;
    border-radius:5px;
    text-shadow: 1px 1px 1px rgba(221, 140, 0, 1);

}

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

a.button:hover, button:hover, input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background: #fdb805; /* Old browsers */
	background: -moz-linear-gradient(top, #fdb805 0%, #ffcf6d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdb805), color-stop(100%,#ffcf6d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdb805 0%,#ffcf6d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdb805 0%,#ffcf6d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdb805 0%,#ffcf6d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdb805 0%,#ffcf6d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb805', endColorstr='#ffcf6d',GradientType=0 ); /* IE6-9 */
    border-bottom:4px solid #efb43b!important;
}

a.button-alt {
	color: #fff;
	border-bottom:4px solid #5e5e5e!important;
	text-shadow: 1px 1px 1px rgba(94, 94, 94, 1);
	background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #c5c5c5 0%, #797979 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c5c5), color-stop(100%,#797979), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* W3C */

	

}

a.button-alt:hover {
	border-bottom:4px solid #5e5e5e!important;
	background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #c5c5c5 0%, #797979 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c5c5), color-stop(100%,#797979), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c5c5c5 0%,#797979 100%,#7db9e8 100%); /* W3C */


}

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


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

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

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

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

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

hr {
	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
\*------------------------------------*/
.tab-button-top {
	margin-top:3.2em;
}
.header, .navigation, .main, .footer { width: 100%; }

.container {
	width: 90%;
	margin: 0 auto;
}

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

	.container { width: 80%; } /* 430px */	

}

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

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

}

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

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

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.top { padding: 1.25em; }

.page-id-1545 .top { padding: 1.25em 1.25em 0 1.25em; }
/*------------------------------------*\
    
	$TOUCH NAV
	
	Only displayed on touch devices
	
\*------------------------------------*/
.mobi-nav {
	background:#fab717;
	border-bottom:4px solid #c57e03;
	height:65px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;

}
.mobi-nav-margin {
	margin-top:65px;
}
@media all and (min-width: 700px) { 
.mobi-nav-margin {
	margin-top:0px;
}
	}
.mobi-nav .grid .grid-item span {
	color:#fff;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	display:block;
	text-align:center;
}
.mobi-nav .grid .grid-item a, .mobi-nav .grid .grid-item a:hover {
	text-decoration:none;
	font-weight:normal;
}
span.menu-span {
	margin-top:2.5em;
}
.nav-touch-toggle {
	position: absolute;
	top: 35px; 
	right: 47%;
	margin-top: -22px;
	width: 45px;
	height: 45px;
	text-indent: -9999em;
	background:  url(images/sprite.png) no-repeat -188px -303px;
	width: 46px;
	height: 43px;
}

.tab-touch-toggle {
position: absolute;
top: 100px;
right: 0px;
margin-top: -22px;
width: 131px;
height: 45px;
text-indent: -9999em;
background: url(images/sprite.png) no-repeat -4px -624px;
width: 131px;
height: 43px;
}
.nav-touch-top {
	padding: 1em 1.25em; 
	position: relative;
}

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

.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: #fdb802;
	color: #fff;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
	padding: 1em 1em;
}

.nav-touch ul { display: none; }

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

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

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

.nav-touch a:hover { text-decoration: none; background:#fff; color:#fdb802; }

.nav-touch .current-menu-item > a {
	text-decoration: none;
	color: #fdb802;
	background-color: #FFF;
}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/
@media all and (min-width: 450px) { 
.phone-lap {margin-top:120px;}
.lap-contact {
	text-align:right!important;
	padding-top:110px;
}
.lap-left {
	text-align:left!important;
}
}
@media all and (min-width: 61.250em) { /* 980px */
	
	.nav-primary li {
		position: relative;
		z-index: 500;
	}
	.lap-left {
	text-align:none;
}
	.nav-primary > li { float: left; }
	
	.nav-primary a {
		color: #1b2638;
		line-height: 3em;
		padding: 0 0.6em;
		text-align: left;
	}

	.nav-primary li:hover > a {

		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: #808080;
		color: #fff;
		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: #333;
		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: #1b2638;
	}
	
	* 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  {}
	
	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary ul li.current-menu-item > a { 

	}
	
}

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

.feature-text {
	padding-top:2em;
}
.feature-side {position:relative;}
.feature { 
	position: relative; 
	overflow: hidden;
	height:26em;
	margin-bottom:-12px;
}

@media all and (min-width: 980px) { 
.feature { 
height: 43em;
}
}
.feature-content, .banner-content {
	position: absolute;
	right: 5%;
	width: 40%;
	text-align:center;
	color: #fff;
	background-color:rgba(22,27,38,0.8);
	padding:1em;
}

.feature-content { top: 7em; }

.banner-content { top:6em; }

.feature-heading, .banner-heading {
	color: #fff;
	font-size: 2.50em;
	line-height: 1.2em;
	margin-bottom: 0;
	color:#fdbd1b;
	font-style:italic;
}
.single-sp_gallery .banner {display:none;}
.banner-heading span,.feature-heading span {display:block; font-weight:bold;}
.feature-mobile { background-size: cover; }

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

	.feature {
		height: 43em;
		margin-bottom:-1em;
		overflow: hidden;
	}

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

}

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

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

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

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

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

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

* html .slides { height: 1%; }

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

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

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

}

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

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

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

.flex-direction-nav a.flex-next {
	left: auto;
	right: 5%;
	background-position: -100px -200px;
}

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

.feature-nav {
	position: absolute;
	z-index: 999;
	bottom: 1em;
	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;
}

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

img.side-slide-img {position:absolute; top:0;}
.sideslider { position: relative;  }
.sideslider {margin: 0; padding: 0;}
.sideslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.sideslider .slides img {width: 100%; display: block;}
.sideslider h2 {
	font-weight: 300;
}
.sideslider h2 span {
	font-weight:bold;
}
.sideslider .flex-direction-nav a {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -12px;
    z-index: 100000;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/sprite.png) 0 -200px no-repeat;
}
.sideslider .flex-direction-nav a.flex-next {
	left: auto;
	right: 5%;
	background-position: -480px -301px;
	position: absolute;
	left: 35px;
}
.sideslider .flex-direction-nav {
	position: absolute;
	left: 47%;
	top:17em;
}
.side-menu {margin-top:11em;}
.sideslider .flex-direction-nav a {
	background: url(images/sprite.png) -396px -301px no-repeat;
	position:absolute;
	left:-35px;

}

a.button.font-m.upper.text-center.button-cta {margin-top:0.5em;}
h3.lato.bpbc.bold.upper.no-mb {font-size:1.6em;padding-top:0em; text-align:center;}
h2.lora.bpbc.bold.minus-top.font-larger.no-mb.upper {font-size:4.5em;text-align:center;}
h3.lora.bpbc.bold.italic.minus-top.no-mb {font-size:2em;margin-top:-0.7em; text-align:center;}
h2.tab-promo {font-size:2.4em; font-style:italic; }
@media all and (min-width: 61.250em) { 

a.button.font-m.upper.text-center.button-cta {margin-top:0em;}
h3.lato.bpbc.bold.upper.no-mb {text-align:left;}
h2.lora.bpbc.bold.minus-top.font-larger.no-mb.upper {text-align:left;}
h3.lora.bpbc.bold.italic.minus-top.no-mb {text-align:left;}


}
.promo-item .promo-bg .promo-border a p {color:#fff; font-style:italic; margin:0; padding-bottom:25px; height:50px; display:none;}

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

	.promo-item .promo-bg .promo-border a p {display:block;}

}


.promo-item .promo-bg .promo-border a p span {display:none; }
.promo-item:hover .promo-bg .promo-border a p span {display:none; }
.promo-item:hover .promo-bg .promo-border a:hover {text-decoration:none;}

@media all and (min-width: 61.250em) { /* 980px */
	
	.promo-item .promo-bg .promo-border a p {height:75px; }
	.promo-item:hover .promo-bg .promo-border a p span {display:block; padding:0 30px;}

}

.promo-bg {
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition: background 300ms linear;
	background:rgba(0,0,0,0.5)!important;
}
.promo-bg:hover {
	background:rgba(0,0,0,0.8)!important;
}
.promo-item:hover { 
	background-size:105% 105%!important; 
	background-position:-5% -5%!important; 
    transition:all 0.5s!important; 
    -webkit-transition:all 0.5s !important; 
    -o-transition:all 0.5s !important; 
    -moz-transition:all 0.5s !important; 

}

.promo-bg:hover .promo-border:before {
	opacity:1;
}
.promo-border {position:relative;}

.promo-border:before {
	content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    opacity:0;
    transition: visibility 0s 1s, opacity 1s linear;
    right: 20px;
	border:2px solid #fff;
}

.promo-item .promo-bg .promo-border a h2 {
	color:#fdb802;
	text-transform:uppercase;
}

.promo-item .promo-bg .promo-border a h2 span {
	font-weight:bold;
	display:block;
}
@media all and (min-width: 980px) { /* 900px */

	.promo-item .promo-bg .promo-border a h2 span {
	display:inline-block;
}
.promo-item .promo-bg .promo-border a i, .promo-item .promo-bg .promo-border a i {
    margin-top:20%;

}

}

.promo-item {
	text-align: center;
	position:relative;
}

.bpb.promo {
	padding:0;
}
.full-grid .grid-item {

}
.palm-promo {
	background:#1b2638;
	margin-bottom:3px;
}
.font-larger {
	font-size:3.5em;
	margin-top:0;
}
.font-l {
	font-size:1.8em!important;
}
.font-m {
	font-size:1.2em!important;
}
.lora {
	font-family: 'Lora', serif;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}
.lato {
	font-family: 'Lato', sans-serif;
}
.promo h2,.promo h1 {
	color:#fff;
	text-align:center;
	margin:0.5em 0;
	font-weight:300!important;
	
}
h2.welcome {
	padding-top:3em;
	font-family: 'Lora', serif;
	font-style:italic;
}

.bpb.promo .content-home h2 {
	font-family: 'Lato', sans-serif;
	font-style:normal;
	text-transform:uppercase;
	color:#1b2638;
	font-weight:bold!important;

}
.bpb.promo .content-home p {
	color:#fff;
}
h2.mobi-promo {
	display:block;
	float:right;
	margin:3em 1em 2em 0;
	width:50%;
	text-transform:uppercase;
	text-shadow:none;
	font-size:1.2em;
	font-style:normal;
	color:#f6b61f;
	font-family: 'Lato', sans-serif;
}

h2.mobi-promo span {
	text-shadow:none!important;
	color:#f6b61f!important;
	font-weight:bold!important;
	display:block;
	font-family:'Lato', sans-serif!important;
}
.promo a { display: block; } 

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

	.bpb.promo {
	
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
		margin-bottom: 7px;
	}

}

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


.read-more-tours {
	background:#f1f1f1;
	border:1px solid #e2e2e2;
	width:100%;
	margin:0 auto;
	height:30px;
	padding-right:15px;
}
.read-more-tours a {
	float:right;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
	color:#fab719;
	font-size:0.9em;
	padding-top:1px;
}
.read-more-tours:hover {
	background:#fbb72c;
}
.read-more-tours:hover a {
	color:#fff;
}

.tours img {
	width:100%;
	height:auto;
}
.read-more-tours a:hover {
	text-decoration:none;
}
.read-more-tours:hover:after{
  content:url('images/before-bg-roll.png');
  position:relative;
  z-index:100000;
  left:10px;
  top:-18px;
}
.read-more-tours:after{
  content:url('images/before-bg.jpg');
  position:relative;
  z-index:100000;
  left:10px;
  top:-18px;
}
.tours {
	margin-top:2em;
}
.tours p.tnm {
	margin:0;
}
.content-tours {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 15px;
}


.content-tours p {
	text-align:justify;
}
.tours .grid-item h3 {
	font-size:1.2em;
	text-transform:uppercase;
	display:block;
	font-family: 'Lato', sans-serif;
	border-bottom:4px double #fab719;
	min-height:46px;
	margin-bottom: 0;
	margin-top: 10px;
	min-height: 58px;
}
.double-under {
	border-bottom:4px double #fab719;

}
.tours .grid-item h3 a,.tours .grid-item h3 a:hover {
	text-decoration:none;
	color:#fdb802;
	text-shadow: 1px 1px 0px rgba(221, 140, 0, 0.3);
}
.tours-01,.tours-02, .tours-03 {
	
}
.tours-02, .tours-03 {
	display:none!important;
}
@media all and (min-width: 700px) { /* 700px */

	.tours-02 {
	display:block!important;
	}

}
@media all and (min-width: 980px) {

	.tours-03 {
	display:block!important;
	}

}
/*------------------------------------*\
    $PARALLAX FOOTER
\*------------------------------------*/
.parallax-content { padding:3em 0 1em 0; text-align:center; font-size:1.2em;}
a.button.button-alt.font-m.upper {text-align:center;}
.parallax-footer {
	background:url('images/parallax.jpg') 50% 0 no-repeat;

	background-size:100% 100%;
}
.parallax-content .grid .grid-item {margin-top:1em;}
.or-footer:before {right:50%; margin-right:-15px; top:0em;}
@media all and (min-width: 61.250em) { /* 980px */
	.parallax-footer {
	background-attachment: fixed;
}
.or-footer:before {
	right: -14.1em;
	top: -3em;

}
	.parallax-content {  text-align:left; padding:11em 0 7em 0;}

}

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

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

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

	.banner { background-size: auto; }

	.banner-content { position: relative; }	

}

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

.content, .content-home { padding: 0 1.25em; margin:3em 0 5em 0;}

.content-home p {
	text-align:center;
}

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

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.125em;
		line-height: 1.4em;
		margin-bottom: 1.167em;
	}	

}

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

	.content { padding: 0 1.875em; }	

}

@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 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; 
	font-weight:bold;
	color:#fab719;
}

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

@media all and (min-width: 700px) { /* 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: 0.0625em;
	left: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #fab719;
	font-weight: 700;
	text-decoration:underline;
	font-size: 14px;
	line-height: 24px; /* Same as icon height */
}

/*------------------------------------*\
    $TICKED LIST
\*------------------------------------*/
ul.secondary-ticked li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url('images/sprite.png') no-repeat -7px -307px;
	width: 14px;
	height: 13px;
}

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

ul.list-ticked li, ul.secondary-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: 700px) { /* 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: 700px) { /* 699px */

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

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

}

@media all and (min-width: 700px) { /* 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;
	font-style: italic;
	color:#fab719;
	font-family: 'Lora', serif;
}
blockquote:before, blockquote:after {
	position:absolute;
	content:'';
	width:45%;
	height:3px;
	left:30%;
	border-top:1px solid #fab719;
	border-bottom:1px solid #fab719;
}
blockquote:before { top:-1em; } 
blockquote:after { bottom:-1em; }
blockquote p:last-child { margin: 0 }

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

	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 {
    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: 700px) { /* 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
\*------------------------------------*/
.side-links {
	margin-top:4em;
}
.side-links a.button {
	width:100%;
	display:block;
	text-align:center;
	border-top:none!important;
	background:#f1f1f1;
	color:#1b2638;
	text-shadow:none;
	border-bottom:4px solid transparent!important;
	margin-bottom:1px;
	font-weight:normal;
}
.side-links a.button:hover {
	background:#fdb802;
	border-top:none!important;
	color:#fff;
}
.sidebar-cta {text-align:center;}
.sidebar-cta span {color:#fab717; font-style:italic; font-family: 'Lora', serif; }
.sidebar-cta-img {
	margin-top:-100px;
	border-radius:50%;
	background:#1b2638;
	text-align:center;
	-webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);

}
.sidebar-cta-img img {
	border-radius:50%;
	width:80%;
	padding:10% 0;
}
@media all and (min-width: 61.250em) { /* 980px */

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

}

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

.sidebar-heading { 
	font-size: 1.25em;
	line-height: 1.3em;
	font-weight:300;
	margin-bottom: 0.5em;
}
#gform_fields_3 input,#gform_fields_3 textarea {
	background:#f1f1f1;
	border-radius:5px;
	color:#222;
	border:1px solid transparent;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #1b2638;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #1b2638;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #1b2638;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #1b2638;
}
#gform_3 input[type="submit"] {
	width:100%;
	display:block;
	text-transform:uppercase;
	border-bottom:4px solid #dd8c00;
}

/*------------------------------------*\
    $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;
	border-radius:5px;
	padding: 0.5em;
	color: #666;
	border: none;
}

.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: 16px;
	height: 16px;
	margin-top: -8px;
	margin-right: -8px;
	background: url(images/sprite.png) -200px -100px no-repeat;
}

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

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

}

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

.sidebar-left { 
	padding: 0 1em; 
	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;
}

.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: 700px) and (max-width: 61.188em) { /* 700px - 700px */

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

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

	.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: 700px) and (max-width: 61.188em) { /* 700px - 700px */

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

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

.footer p, .footer a { color: #1b2638; }

.footer a { font-weight: normal; }

.footer a:hover { color: #444 }

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

	.footer {  } /* Height of call now button */

}





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

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

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

.nav li { float: left; }

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

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
.b-right { border-right:1px solid #dd8c00; }

.b-right:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 100%;
            border-right: 1px solid rgba(255,255,255,0.3);
            right:1px;
            top:0px;
}
.b-left { border-left:1px solid #dd8c00; }

.b-left:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 100%;
            border-left: 1px solid rgba(255,255,255,0.3);
            left:1px;
            top:0px;
}
.left { float: left }

.right { float: right!important; }

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

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

.text-left {
	text-align:left;
}
.m-bot {
	margin-bottom:1.2em!important;
}
h1.front {
	font-size:2.7em!important;
}
.upper { text-transform: uppercase; }

.lower { text-transform: lowercase;}

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

.spaced { letter-spacing: 2px; }

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

.no-p-left {padding-left:0!important; }

.minus-top { margin-top: -0.4em; }

.t-button { margin-bottom:0.99em; font-size:0.9em!important;}

.is-inline { display:inline-block; }

.mt { margin-top:1.2em; }

.yes-mb { margin-bottom:1.2em;}

.p-bot { padding-bottom:1.2em;}

.p-top { padding-top:1.2em; }

.p-right { padding-right:1.2em; }

.p-left { padding-left:1.2em; }

.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: 700px) and (max-width: 61.250em) {

	.lap-whole .grid-item { width: 100%; }
	
	.lap-halves .grid-item { width: 50%; }
	
	.lap-thirds .grid-item { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-one-third { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-two-thirds { width: 66.666667%; }
	
	.lap-fourths .grid-item { width: 25%; }
	
	.lap-fifths .grid-item { width: 20%; }
	
}

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

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

	.desk-halves .grid-item { width: 50%; }
		
	.desk-thirds .grid-item { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-one-third { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-two-thirds { width: 66.666667%; }
	
	.desk-fourths .grid-item { width: 25%; }
	
	.desk-fifths .grid-item { width: 20%; }

}

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

.icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    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; height:31px;}
.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; }


/*------------------------------------*\
    $THEME SPECIFIC
\*------------------------------------*/
a.download-large {
	padding-left:4.1em;
	line-height:3.8em;
	color:#FAB717;
}

a.download-large:before {
	background: url(images/sprite.png) 0 0 no-repeat;  
	background-position: -464px -162px;
	width: 60px;
	position:absolute;
	content:'';
	left:0;
	height: 3.75em;
}
.download-small {
	background-position: -306px -301px;
	width: 16px;
	height: 24px;
}
.icon-bus {
	background-position: -66px -667px;
	width: 138px;
	height: 133px;
}
.icon-download {
	background-position: -266px -667px;
	width: 138px;
	height: 133px;
}
.icon-bus  {
	background-position: -466px -667px;
	width: 138px;
	height: 133px;
}
.icon-road  {
	background-position: -66px -667px;
	width: 138px;
	height: 133px;
}
.icon-facebook {
	background-position: -394px -193px;
	width: 30px;
	height: 30px;
}
.mobi-nav .grid .grid-item .icon-phone, .mobi-nav .grid .grid-item .download-small {
	margin-top:12px;
	margin-left:44%;
}
.mobi-icon {
	margin:1em 0.5em;
}
.icon-calendar {
	background-position:-1px -788px;
	width: 12px;
	height: 13px;
}
.icon-camera {
	background-position:-1px -773px;
	width: 12px;
	height: 13px;
}
/*------------------------------------*\
    $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: 61.188em) { /* Up to 700px */

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

}

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

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .icon-surf {
		background-position: -100px 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: #1b2638;
	padding-bottom: 2em;
	-webkit-box-shadow: -5px 0px 5px -4px rgba(0,0,0,0.45);
-moz-box-shadow: -5px 0px 5px -4px rgba(0,0,0,0.45);
box-shadow: -5px 0px 5px -4px rgba(0,0,0,0.45);
}

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

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/
.content-footer h3 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:1.3em;
}
@media all and (min-width: 980px) {
.fb-like span{
	width:472px!important;
}
}
.subscribe h3,.grid-item.desk-one-third.is-inline.p-bot h3 { text-align:center; }

.grid-item.desk-one-third.is-inline.p-bot {position:relative;}
.grid-item.desk-one-third.is-inline.p-bot:after {
	content:'';
	position:absolute;
	height:4px;
	width:100%;
	border
	margin:0 auto;
	border-top:4px double #fab719;
	border-bottom:none;
	border-left:none;
	top:-10px;
	left:0;
	
}
@media all and (min-width: 700px) { /* 700px */

	.grid-item.desk-one-third.is-inline.p-bot:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 10px;
	left: 0;
	border-top:none;
	border-left: 4px double #fab719;
}
.subscribe h3,.grid-item.desk-one-third.is-inline.p-bot h3 { text-align:left; }
}

.form-subscribe input { 
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}
@media all and (min-width: 700px) { /* 700px */

	.form-subscribe input { 
	width:30%;
}
	.content-footer h3 {
		font-size:1.6em;
}

}

.form-subscribe input[type="text"] { padding: 0.67em; border-radius:5px; background:#e2e2e2;}

.form-subscribe input[type="submit"] { padding: 0.70em; border-radius:5px;}

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

.nav-breadcrumb {
	font-size: 0.875em;
	line-height: 1em;
	margin-bottom: 1em;	
}

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

    $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: 700px) { /* 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: 700px) { /* 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: 61.250em) { /* 980px */

	.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: 700px) { /* 489px */

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

}

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

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

}

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

	.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(0,0,0,.15);
	border-right: 6px solid rgba(0,0,0,.15);
	border-bottom: 6px solid rgba(0,0,0,.15);
	border-top: 6px solid rgba(0,0,0,.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
\*------------------------------------*/
.gallery.media-gallery .grid {margin-left:0;}
.gallery.media-gallery .grid .grid-item {padding-left:0;}
.media-gallery-item {margin:3px;}
.media-gallery-item img {border:2px solid #fab717;}
.mfp-arrow {border-bottom:2px solid transparent!important; border:2px solid transparent!important}
/*------------------------------------*\
    $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;
}
.bg-med {
	background-color:#f9f9f9;
}
/*------------------------------------*\
    $BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #fab717; }
.bsb, .island { background-color: #1b2638; }
.bpbc { color:#fab717; }

.bg-light { background-color: #eee; }
.bg-neutral { background-color: #808080; }
.bg-dark { background-color: #333; }
.bsc-font { color:#1b2638!important;}



/*------------------------------------*\
    $MASONRY GALLERY 
\*------------------------------------*/

.gallery-masonry {
	width: 18.750em;
	margin: 0 auto; 
}

.gallery-masonry-item {
	margin-bottom: 1.25em;
	background-color: #f1f1f1;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	   -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
	        box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

.gallery-masonry-content {
	padding: 0.8em 0.625em;
	color: #4d4d4d;
}

.gallery-masonry-content p { margin-bottom: 1em; }
 
.gallery-masonry-heading {
	color: #4d4d4d;
	font-size: 1.125em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: 500;
}

.gallery-masonry-meta {

	color: #888;
}

.gallery-masonry-meta .grid-item { width: 50%; }

.gallery-masonry-meta p {
	line-height: 1em; 
	font-size:0.8em;
	margin-bottom: 0; 
}

.gallery-masonry-meta a {
	font-weight: 400;

}

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

	.gallery-masonry { width: 40.625em; }
 
	.gallery-masonry .grid { margin-left: -0.625em; }
	
	.gallery-masonry .grid-item { padding-left: 0.625em; }	

}

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

	.gallery-masonry { width: 100%; }	

}
nav a {
	position: relative;
	display: inline-block;
	margin: 1px 0px;
	outline: none;
	color: #303C66;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 0.9em;
}
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 8px;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 300;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}