/*
	Theme Name: 6cm
	Theme URI: http://6cm.com.au
	Description: Custom Template for Horizontal Falls Adventures 
	Version: 1.0
	Author: Morgan Leek
	Author URI: http://morganleek.me
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/*-webkit-font-smoothing:antialiased;*/
	/*font-smoothing:antialiased;*/
	/*text-rendering:optimizeLegibility;*/
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 300 14px/1.4 'tenso', Arial, sans-serif;
	color:#444;
	/*background: url('../images/bg.png') no-repeat center top #FFF;*/
	background: #FFF;
	padding-top: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
h1, h2, h3, h4 {	
	font-weight: normal;
}

p:empty {
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	border-top: solid 2px #3DB7B0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1010;
	height: 120px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

}
.admin-bar .header {
	top: 32px;
}
/* logo */
header .logo {
	float: left;
	position: relative;
	z-index: 11;
	top: 31px;
}
header .logo > a {
	background: url('../images/logo.png') no-repeat;
	width: 144px;
	height: 138px;
	display: block;
}
.backgroundsize header .logo > a {
	background-image: url('../images/logo@2x.png');
	background-size: 144px 138px;
}
/* nav */
.nav {
	position: relative;
	z-index: 10;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #003a78;
	padding: 60px 0;
	border-top: solid 2px #3DB7B0;
	color: #FFF;
	position: relative;
}
.content-wrap {
	background: url('../images/gradient.png') repeat-x #fff;
	position: relative;
	z-index: 0;
    /*z-index: 1001;*/
	border-top: 2px solid #F7A506;
	transform: translateZ(100px);
}
.wrap {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 0 40px;
}
.unstyled {
	padding: 0;
	list-style: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

header .wrap {
	padding: 0;
}

.nav ul {
	list-style: none;
	padding-left: 0;
}
.nav > ul {
	float: right;
	margin: 10px 0 0 10px;
}
.nav > ul > li {
	float: left;
	margin: 0 18px;
	position: relative;
}
.nav ul ul {
	display: none;
	position: absolute;
	left: 0;
	width: 260px;
}
.nav ul ul a {
}
.nav > ul > li:hover > ul {
	display: block;
}
.nav a,
.nav-gears a {
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.1em;
	font-family: 'LibelSuit-Regular';
	font-size: 23px;
	letter-spacing: 0.05em;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	display: block;
	padding: 5px 0 5px;
	border-bottom: solid 2px rgba(0, 0, 0, 0);
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.nav a:hover, 
.nav .current-menu-item > a, 
.nav .current-menu-ancestor > a {
	color: #FAA424;
	text-shadow: 0 0 20px rgba(0,0,0,0);
}
.nav .current-menu-item > a:after,
.nav .current-menu-ancestor > a:after {
	content: '';
	background-color: #db4f27;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 3px;
}
.nav .sub-menu .current-menu-item > a:after,
.nav .sub-menu .current-menu-ancestor > a:after {
	display: none;
}

.gallery-wrapper {
	width: 100%;
	/*height: 460px;*/
	border-bottom: 2px solid #F7A506;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background: #fff;
}
.forced-scroll-locked .gallery-wrapper,
.scroll-locked .gallery-wrapper {
	z-index: 1002;
	height: 120px;
	overflow: hidden;
}
.gallery-wrapper {
	/* height: auto; */
}
.gallery-wrapper.post-thumbnail {
	background-size: cover;
	background-position: center center;
	transform: translateZ(0);
}
.admin-bar .gallery-wrapper {
	top: 32px;
}
.gallery-wrapper ul {
	margin: 0;
}

.footer-nav a {
	color: #FDF9E2;
	font-size: 13px;
	line-height: 1.3em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	/*max-width: 130px;*/
	display: block;
}
.footer-nav a:hover {
	color: #FAA424;
}
.footer-nav .no-click > a:hover {
	color: #FDF9E2;
}
.footer-nav > ul > li.no-click a {
	max-width: none;
	display: inline;
}
.footer-nav > ul > li > a {
	color: #FFF;
	text-transform: uppercase;
	font-family: 'LibelSuit-Regular';
	letter-spacing: 0.05em;
	font-size: 20px;
}
.footer-nav .sub-menu li {
	padding-bottom: 2px;
}

.social-links {
	padding-left: 0;
	list-style: none;
	float: left;
	margin: 0 72px 22px 0;
}
.social-links a {
	background: #FCF8E2;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	text-align: center;
	line-height: 38px;
	color: #003A78;
	font-size: 25px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.social-links a:hover {
	opacity: 0.85;
}
.social-links li {
	float: left;
	margin-left: 10px;
}
.social-links li:first-child {
	margin-left: 0;
}
.social-links img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.container.wrap {
	color: #FFF;
	font-size: 32px;
	text-align: center;
	line-height: 1.4em;
	padding: 0 20px;
	font-family: 'GistLight';
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	top: 50%;
	margin-top: -40px;
	background: transparent;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.home .container.wrap {
	font-size: 64px;
}
.fade-items .container.wrap {
	opacity: 0;
}
.safari .container.wrap {
	/*padding-top: 90px;
	font-size: 34px;
	padding-left: 20%;*/
}

.hf-duration {
	position: absolute;
	top: 56px;
	right: 22px;
	z-index: 999;
	width: 70px;
	text-align: center;
	background: #f7a507;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 35px;
	padding-top: 18px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.1em;
}

.single-tour .book {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.footer .wrap {
	padding-right: 26px;
}
.footer .contact {
	float: left;
	list-style: none;
	padding-left: 0;
	color: #F7A506;
	font-size: 29px;
	line-height: 1em;
	margin: 6px 0;
	font-family: 'RistrettoSlabPro-Regular';
}
.footer .contact li {
	float: left;
}
.footer .contact li:before {
	content: '|';
	padding: 0 6px;
	color: #3DB7B0;
}
.footer .contact li:first-child:before {
	content: '';
	padding: 0;
}
.footer .contact a {
	color: #f7a506;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.footer .contact a:hover {
	color: #fff;
}
.footer .contact span {
	color: #FFF;
}

.footer-nav-wrap {
	border-top: 1px solid #3DB7B0;
	padding: 22px 0 0;
	position: relative;
}
.footer-nav-wrap ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.footer-nav > ul > li {
	float: left;
	padding-left: 0;
	width: 216px;
}
.footer-nav > ul > li:last-child {
	width: 320px;
}
.footer-nav > ul > li:last-child:after {
  content: '';
  display: block;
  width: 103px;
  height: 106px;
  background: url('../images/accred_resized_1.png') no-repeat 0 0 / 100% auto;
  margin: 20px 0 10px 0px;
}

.post-content-text {
	color: #FFF;
	background: #f7a506;
	padding: 100px 100px;
	border-top: 2px solid #d84315;
	position: relative;
	z-index: 1001;
}
.pre-content-text {
	color: #d84315;
	padding: 50px 100px 0;
}
.post-content-text h3, 
.pre-content-text h3 {
	font-family: 'GistLight';
	font-size: 26px;
	line-height: 1.8em;
	text-align: center;
}

article {
	padding: 0 0 50px;
	margin-bottom: 80px;
	display: table;
}

.home article, 
.page-id-11 article {
	padding: 0;
	background: none;
	border-top: 0 none;
}

.page-id-53 article {
	padding-left: 70px;
	padding-right: 70px;
	display: block;
}

.social-links-body {
	list-style: none;
	margin-left: 30px;
}
.social-links-body li:first-child {
	float: left;
	margin-right: 40px;
}
.social-links-body li.fb {
	margin: 20px 0;
}
.social-links-body li.yt {
	margin-bottom: 10px;
}
.social-links-body .ta #CDSWIDCOE {
	float: left;
	margin: 0;
}

.hr-tours {
	/*margin-bottom: 60px;*/
}
.hr-tours > ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.hr-tours > ul > li {
	width: 32%;
	/* float: left; */
	padding: 0;
	position: relative;
	/*background: #FFF;*/
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	margin-bottom: 30px;
}
.hr-tours > ul > li:nth-child(3n+1) {
	margin-left: 0;
}
.hr-tours > ul > li .excerpt-thumbnail-link {
	border-bottom: solid 4px #3DB7B0;
	display: block;
	margin-bottom: 12px;
}
.hr-tours > ul > li:nth-child(3n+2) .excerpt-thumbnail-link {
	border-bottom-color: #D84315;
}
.hr-tours > ul > li:nth-child(3n+3) .excerpt-thumbnail-link {
	border-bottom-color: #F7A506;
}
.hr-tours > ul > li:nth-child(3n+4) .excerpt-thumbnail-link {
	border-bottom-color: #990000;
}
.hr-tours > ul > li:nth-child(3n+5) .excerpt-thumbnail-link {
	border-bottom-color: #003A78;
}
.hr-tours > ul > li:nth-child(3n+6) .excerpt-thumbnail-link {
	border-bottom-color: #3DB7B0;
}
/*.hr-tours > ul > li:nth-child(4n+4) .excerpt-thumbnail {
	border-top-bottom: #f6a502;
}*/
.hr-tours h3 a {
	color: #db4f27;
	font-family: 'LibelSuit-Regular';
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1em;
	letter-spacing: 0.05em;
}
/*.hr-tours > ul > li:nth-child(3n+2) h3 a {
	color: #db4f27;
}*/
/*.hr-tours > ul > li:nth-child(3n+3) h3 a {
	color: #39B7AF;
}*/	
/*.hr-tours > ul > li:nth-child(4n+4) h3 a {
	color: #003e7e;
}*/
.hr-tours ul ul {
	padding-left: 0;
	list-style-type: disc;
	list-style-position: outside;
}
.hr-tours .find-out-more {
	background: #3cb7b0;
	color: #FFF;
	font-family: 'RistrettoSlabPro-Regular';
	padding: 5px 6px 3px;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.excerpt-thumbnail {
	max-width: none;
	position: relative;
	/*bottom: 0;*/
	left: 0;
	width: 100%;
	display: block;
}

.book-now {
	background: #39B7AF;
	display: inline-block;
	padding: 3px 10px 0 6px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	height: 24px;
	font-family: 'RistrettoSlabPro-Regular';
	font-size: 22px;
	line-height: 1em;
}
.book-now:after {
	content: "";
	position: absolute;
	right: 0;
	width: 7px;
	height: 24px;
	top: 0;
	background: url('../images/book-now-after.png') no-repeat;
}


.hf-extra {
	/*padding: 0 80px;*/
}
.hf-extra h2 {
	font-size: 40px;
	font-family: 'LibelSuit-Regular';
	text-transform: uppercase;
	width: 250px;
	padding-right: 20px;
	color: #003E7E;
	line-height: 1.1em;
	float: left;
	margin-bottom: 60px;
	letter-spacing: 0.05em;
}
.hf-extra strong {
	font-weight: normal;
	color: #003E7E;
}

.page-title {
	font-family: 'GistLight';
	color: #003A78;
	text-align: center;
	font-size: 34px;
	line-height: 1.4em;
	margin: 35px 0;
}
.page-title:after {
	width: 86px;
	height: 2px;
	background: #1caca8;
	position: absolute;
	left: 50%;
	margin-left: -43px;
	bottom: 0;
	content: '';
}

.single-tour article {
	display: block;
}

article h2,
article h3 {
	font-family: 'LibelSuit-Regular';
	font-size: 26px;
	color: #3DB7B0;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 11px;
	line-height: 1em; /* 0.8em; */
	letter-spacing: 0.05em;
}
article h3 {
	color: #B01817;
}
article p {
	margin-top: 0;
}
article ul {
	padding-left: 0;
}

.parent-pageid-13 .page-title.wrap {
	color: #D84315;
}
.parent-pageid-13 .featured-gallery {
	width: 100%;
	height: 500px;
	margin-top: 80px;
	border-top: 2px solid #DB4F27;
}
.parent-pageid-13 article {
	display: none;
}

.featured-gallery-thumbs ul {
	margin: 25px 0 75px;
}
.featured-gallery-thumbs li {
	display: inline-block;
	width: 23.5%;
	vertical-align: top;
	margin-bottom: 20px;
	margin-left: 2%;
}
.featured-gallery-thumbs li:nth-child(4n+1) {
	margin-left: 0;
}
.featured-gallery-thumbs img {
	width: 100%;
	height: auto;
}
.featured-gallery-thumbs a {
	display: block;
}
.featured-gallery-thumbs h2 {
	color: #db4f27;
  font-family: 'LibelSuit-Regular';
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.slides-navigation a {
	width: 24px;
	height: 44px;
	display: block;
	background: url('../images/pre-next.png') no-repeat;
	text-indent: -9999px;
}
.slides-navigation a.prev {
	left: 13px;
}
.slides-navigation a.next {
	background-position: top right;
	right: 13px;
}

#slides .credit {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #003A78;
	color: #FFF;
	padding: 4px 6px;
}


.nav-dropdown {
	position: absolute;
	width: 100%;
	height: 116px;
	z-index: 0;
	top: 51px;
	overflow: hidden;
}
.nav-gears {
	position: absolute;
	background: #FEFAE3;
	width: 100%;
	height: 116px;
	top: 0;
	border-bottom: solid 2px #FAA424;
	-ms-transform: translate(0,-116px); 
	-webkit-transform: translate(0,-116px);
	transform: translate(0,-116px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.nav-gears.visible {
	-ms-transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.nav-gears > ul > li {
	position: absolute;
	top: 56px;
	left: 201px;
}
.nav-gears > ul > li > ul {
	display: none;
}
.nav-gears > ul > li > a{
	display: none;
}
.nav-gears ul {
	padding: 0;
	list-style: none;
}
.nav-gears > ul > li li {
	float: left;
	padding-left: 16px;
}
.nav-gears > ul > li li:first-child {
	padding-left: 0;
}
.nav-gears a {
	color: #D84315;
	line-height: 1.1em;
	padding: 0 10px;
	border-bottom: solid 2px #FAA424;
	height: 60px;
}
.nav-gears a:hover,
.nav-gears li.current-menu-item > a {
	color: #39B7AF;
	border-bottom-color: #D84315;
}

.nav-book-now {
	color: #FFF;
	font-family: 'RistrettoSlabPro-Regular';
	font-size: 14px;
	line-height: 1em;
	position: absolute;
	top: -107px;
	right: 0;
	z-index: 999;
	letter-spacing: 0.1em;
	background: url('../images/taco_90.png') no-repeat;
	width: 208px;
	height: 109px;
	padding: 50px 0 0;
	text-align: center;
	opacity: 1;
	display: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.home .nav-book-now,
.broome-full-day-tour .nav-book-now,
.derby-day-tour .nav-book-now,
.derby-overnight-tour .nav-book-now,
.horizontal-falls-and-cygnet-bay-pearl-farm-tour .nav-book-now {
	display: block;
}
.nav-book-now.special-offer {
	background: url('../../uploads/2015/11/2016_50_OFF.png') no-repeat;
	background-size: 100% auto;
	top: -330px;
	height: 210px;
}
.nav-book-now.special-offer a {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.nav-book-now.helicopter {
	background: url('../../uploads/2015/04/helicopter-2.png') no-repeat 0 0/100% auto;
	width: 289px;
	height: 347px;
	top: -237px;
}
.arrow-down {
	width: 63px;
	height: 32px;
	background: url('../images/down.png') no-repeat;
	left: 50%;
	margin-left: -31px;
	position: absolute;
	top: -65px;
	z-index: 999;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.fade-items .nav-book-now,
.fade-items .arrow-down {
	opacity: 0;
}
.nav-book-now h2 {
	margin: 0 0 16px;
	color: #003A78;
	font-family: 'GistLight';
	font-size: 23px;
	letter-spacing: 0;
}
.nav-book-now h2 a {
	color: #003A78;
}
.nav-book-now .call {
	font-family: 'LibelSuit-Regular';
	color: #003A78;
	display: block;
	text-transform: uppercase;
	font-size: 27px;
	letter-spacing: 0.05em;
}
.nav-book-now .call a {
	color: #003A78;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.nav-book-now .call a:hover {
	color: #003A78;
}

.TA_cdswritereviewlg {
	margin-left: 30px;
	margin-top: 30px;
}


.hf-half {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.about-pp .hf-half:nth-of-type(2) {
	margin-top:33px;
}

.clear {
	clear:both;
}

.hf-quarter {
	width: 25%;
	float: left;
	padding-right: 20px;
}

.content-wrap.contact-form {
	padding: 70px 0;
	background: #fcf8e1;
}
.contact-form .hf-half {
	padding-left: 2%;
	padding-right: 0;
}
.contact-form .hf-half:first-child {
	padding-right: 2%;
	padding-left: 0;
}
.contact-form h2 {
	font-family: 'RistrettoSlabPro-Regular';
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1em;
	color: #003A78;
	margin: 0;
}
.contact-form h3 {
	font-family: 'LibelSuit-Regular';
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1em;
	margin: 0 0 16px;
	color: #16aaa6;
	letter-spacing: 0.05em;
}

.sidebar-gallery {
	/*width: 260px;
	float: left;
	margin-right: 36px;*/
	width: 296px;
	display: table-cell;
	padding-right: 36px;
	vertical-align: top;
}
.sidebar-gallery ul {
	margin: 0;
}
.sidebar-gallery li {
	margin-bottom: 4px;
}

.content-container {
	display: table-cell;
}
.single-tour .content-container {
	padding-bottom: 20px;
}
.content-container h1 {
	text-align: center;
	margin-bottom: 50px;
	color: #003A78;
	font-family: 'GistLight';
	font-size: 36px;
	position: relative;
}
.content-container h1:after {
	width: 86px;
	height: 2px;
	background: #1caca8;
	position: absolute;
	left: 50%;
	margin-left: -43px;
	bottom: 0;
	content: '';
}
#post-53 .content-container {
	display: block;
}

.post-edit-link:before, 
.post-edit-link:after {
	display: block;
	clear: both;
	content: '';
}

.alignright, 
.alignleft {
	margin: 0;
}

.play-button {
	width: 150px;
	height: 105px;
	background-image: url('../images/play.png');
	background-repeat: no-repeat;
	background-size: 150px 105px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -52px 0 0 -75px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.play-button:hover {
	opacity: 0.8;
}

article .social-links { margin-left: 30px; }
article .social-links a { color: #FFF; }
article .social-links .fb a { background: #003A78; }
article .social-links .yt a { background: #B01817; }
article .social-links .in a { background: #3DB7B0; }

.gallery-page-link {
	color: #B01817;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'LibelSuit-Regular';
	text-decoration: underline;
	line-height: 1.1em;
	margin-top: 8px;
	display: block;
	letter-spacing: 0.05em;
	padding-right: 40px;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea {
	border: 2px solid #9CDBD7;
	height: 44px;
	padding-bottom: 12px;
	margin-bottom: 3px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0;
}
.wpcf7 textarea {
	height: auto;
	resize: none;
	padding: 4px;
	height: 134px;
}
.wpcf7 span.wpcf7-form-control-wrap.travel-dates {
	background: url('../images/date-picker.png') no-repeat top right;
	padding-right: 100px;
	display: inline-block;
	width: 100%;
}
.wpcf7 input[name='travel-dates'] {
	/* width: 310px; */
}
.wpcf7 a.datepicker-from, 
.wpcf7 a.datepicker-until {
	width: 46px;
	height: 42px;
	/* display: inline-block; */
	background: url('../images/date-picker.png') no-repeat;
	margin-left: 4px;
	vertical-align: top;
	display: none;
}
.wpcf7 a.datepicker-until {
	background-position: top right;
}
.wpcf7 input[type=submit] {
	background: #39B7AF;
	display: inline-block;
	padding: 3px 10px 0px 6px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	height: 28px;
	font-family: 'RistrettoSlabPro-Regular';
	font-size: 22px;
	line-height: 1em;
	border: 0 none;
	border-radius: 0;
}
.wpcf7 .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}
.daterangepicker.dropdown-menu {
	display: none;
	border: solid 1px #D1D1D1;
	z-index: 9999;
}
.date-picker-wrapper .footer {
	background: none;
	padding: 0;
	border: 0 none;
	color: #666;
}

.hf-contact-details {
	margin-bottom: 20px;
	padding-left: 30px;
}
.hf-contact-details p {
	color: #FAA424;
	font-size: 26px;
	font-family: 'RistrettoSlabPro-Regular';
	margin-bottom: 0;
	line-height: 1.1em;
}
.hf-contact-details a {
	color: #FAA424;
	margin-bottom: 20px;
	display: inline-block;
}
.hf-contact-details a[href^=tel] {
	margin-bottom: 0;
}
.hf-contact-details strong {
	margin-left: -28px;
	font-weight: normal;
	color: #B01817;
	display: inline-block;
	width: 22px;
}

li.no-click > a {
	cursor: default;
}

.gallery-nav {
	background: #FFF;
	padding: 4px 0;
}
.gallery-nav h2 {
	float: left;
	font-family: 'GistLight';
	color: #39B7AF;
	margin: 0;
	font-size: 28px;
	line-height: 1.3em;
	padding-top: 16px;
}
.gallery-nav > div > ul {
	float: right;
	margin: 12px 0 8px;
}
.gallery-nav > div > ul > li,
.gallery-nav > div > ul > li > a {
	display: none;
}
.gallery-nav > div > ul > li.current-menu-ancestor {
	display: block;
	padding-left: 0;
}
.gallery-nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.gallery-nav li {
	float: left;
	padding-left: 15px;
}
.gallery-nav a {
	text-transform: uppercase;
	font-family: 'LibelSuit-Regular';
	font-size: 18px;
	letter-spacing: 0.05em;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	display: block;
	color: #D84315;
	line-height: 2em;
	padding: 2px 0 0 15px;
	border-left: solid 2px #D84315;
}
.gallery-nav a:hover {
	color: #FAA424;
}
.gallery-nav li:first-child > a {
	border-left: 0 none;
	padding-left: 0;
}
.gallery-nav br {
	content: ' ';
}
.gallery-nav br:after {
	content: ' ';
}
.gallery-nav .current-menu-item > a {
	color: #39B7AF;
}

.book-now-lb {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	top: 0;
	left: 0;
}
.book-now-lb .book-now-box {
	position: relative;
	max-width: 500px;
	background: #FFF;
	padding: 30px 30px 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	width: 90%;
	margin: 100px auto 0;
}
a.book-now-close {
	font-size: 28px;
	position: absolute;
	top: 10px;
	right: 30px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.book-now-lb h2 {
	font-family: 'LibelSuit-Regular';
	font-size: 26px;
	color: #B01817;
	margin-top: 0;
	letter-spacing: 0.05em;
}

.home.header-offset .gallery-wrapper {
	position: fixed;
}

.lb-close {
	background-size: 30px 30px;
	opacity: 1;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 90000;
}
.lb-data .lb-close:hover {
	opacity: 0.7;
}
.lb-container {
	padding: 12px;
}
.lb-outerContainer, 
.lb-dataContainer,
.lightbox .lb-image {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #fdfae4;
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	background-size: 50px auto;
}
.lb-data .lb-number {
	display: none !important;
}
.lb-data .lb-details {
	padding-bottom: 18px;
	padding-left: 10px;
}
.lb-data .lb-caption {
	color: #003A78;
	font-weight: normal;
}

.hf-faq ul {
	list-style: none;
	padding-left: 0;
}
@media (min-width: 768px) {
	.hf-faq ul {
		margin: 0 -10px;
	}
}
.hf-faq li {
	margin-bottom: 16px;
	padding: 0 10px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.hf-faq .question {
	font-family: 'LibelSuit-Regular';
	text-transform: uppercase;
	font-size: 26px;
	color: #db4f27;
	cursor: pointer;
	letter-spacing: 0.05em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.hf-faq .question:hover,
.hf-faq .active .question {
	color: #FAA424;
}
.hf-faq .answer {
	display: none;
}

.single-tour .sidebar-gallery {
	width: 100%;
	float: left;
	margin-right: 0;
}
.single-tour .sidebar-gallery li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	margin-bottom: 20px;
	margin-left: 2%;
}
.single-tour .sidebar-gallery li:nth-child(3n+1) {
	margin-left: 0;
}
.single-tour .sidebar-gallery li img {
	width: 100%;
	height: auto;
}

.make-enquiry {
	background: #3cb7b0;
	color: #FFF;
	font-family: 'RistrettoSlabPro-Regular';
	padding: 5px 6px 3px;
	font-size: 20px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	display: inline;
}
.book h4 {
	color: #B01817;
	font-family: 'RistrettoSlabPro-Regular';
	font-size: 26px;
	margin: 6px 0 0;
	line-height: 1em;
}

.map {
	text-align: center;
	margin-bottom: 30px;
}

.mobile {
	display: none;
}

nav#menu:not(.mm-menu) {
	display: none;
}

#TA_cdsratingsonlynarrow201 {
	position: absolute;
	top: -140px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#TA_cdsratingsonlynarrow201 .cdsROW {
	background-color: rgba(255,255,255,0.8);
}
.fade-items #TA_cdsratingsonlynarrow201 {
	opacity: 0;
}

.TA_cdsratingsonlynarrow ul {
	list-style: none;
	margin: 0;
}
.TA_cdsratingsonlynarrow img {
	max-width: 115px;
}

.outback-floatplanes {
	width: 149px;
  height: 92px;
  position: absolute;
  bottom: 10px;
  left: -20px;
  background-image: url('../images/float-logo@2x-updated.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.content-container hr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #f7af20;
	border-top: 0 none;
	margin: 40px 0;
}

.hf-floats {
	background: url('../images/skin.jpg');
	padding: 10px 140px 10px 16px;
	position: relative;
	line-height: 1.3em;
	font-size: 0.9em;
}
.hf-floats:after {
	content: '';
	background: url('../images/float-logo.png') no-repeat;
	width: 138px;
	height: 92px;
	position: absolute;
	top: 10px;
	right: 14px;
}
.backgroundsize .hf-floats:after {
	background-image: url('../images/float-logo@2x.png');
	background-size: 138px auto;
}
article .hf-floats h2 {
	color: #ab1722;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;
}
article .hf-floats h2 a {
	color: #ab1722;
	text-transform: uppercase;
	text-decoration: underline;
}

#CDSWIDWRL .widWRLData {
	border: 0 none !important;
	padding: 0 !important;
}

.social-links-body .fb a {
	width: 145px;
	height: 38px;
	display: inline-block;
	background: url('../images/facebook.png') no-repeat;
}
.backgroundsize .social-links-body .fb a {
	background-image: url('../images/facebook@2x.png');
	background-size: 145px auto;
}

.social-links-body .yt a {
	width: 145px;
	height: 39px;
	display: inline-block;
	background: url('../images/youtube.png') no-repeat;
}
.backgroundsize .social-links-body .yt a {
	background-image: url('../images/youtube@2x.png');
	background-size: 145px auto;
}

div.credit {
	text-align: left;
	color: #fff;
	margin-top: 40px;
	font-size: 0.9em;
}
div.credit a {
	color: #FDF9E2;
}
div.credit a:hover {
	color: #FAA424;
}


/*
#TA_selfserveprop200 {
	position: absolute;
	top: -240px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
*/
/* .fade-items #TA_selfserveprop200, */
/*
#CDSWIDSSP .widSSPData {
	background-color: rgba(255,255,255,0.7) !important;
}
*/

.awards {
	background: #003a78;
	color: #fff;
	padding: 32px 0;
	text-align: center;
  margin-top: 36px;
}
.awards h2 {
	font-family: 'GistLight';
	font-size: 2.92em;
  margin: 20px 50px 20px 0;
	padding: 0;
	display: inline-block;
/* 	border-bottom: 2px solid #c1a300; */
	line-height: 0.9em;
  letter-spacing: 0.05em;
	vertical-align: middle;
  position: relative;
}
.awards h2:after {
  content: '';
  position: absolute;
  width: calc(100% - 70px);
  left: 40px;
  height: 2px;
  background: #c1a300;
  bottom: 0;
}
.awards h2 span {
  font-family: 'LibelSuit-Regular';
  text-transform: uppercase;
  font-size: 1.2em;
}
.award-logos {
	content: '';
	display: inline-block;
  width: 575px;
	height: 111px;
	max-width: 100%;
	background: url('../images/award-logos-center-updated@2x.png') no-repeat 0 0 / 100% auto;
	vertical-align: middle;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfontba72.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfontba72.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfontba72.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {font-family: 'GistLight';src: url('../fonts/2AA67B_0_0.eot');src: url('../fonts/2AA67B_0_0d41d.eot?#iefix') format('embedded-opentype'),url('../fonts/2AA67B_0_0.woff') format('woff'),url('../fonts/2AA67B_0_0.ttf') format('truetype');}
@font-face {font-family: 'LibelSuit-Regular';src: url('../fonts/2AA67C_0_0.eot');src: url('../fonts/2AA67C_0_0d41d.eot?#iefix') format('embedded-opentype'),url('../fonts/2AA67C_0_0.woff') format('woff'),url('../fonts/2AA67C_0_0.ttf') format('truetype');}
@font-face {font-family: 'RistrettoPro-Regular';src: url('../fonts/2AA67A_0_0.eot');src: url('../fonts/2AA67A_0_0d41d.eot?#iefix') format('embedded-opentype'),url('../fonts/2AA67A_0_0.woff') format('woff'),url('../fonts/2AA67A_0_0.ttf') format('truetype');}
@font-face {font-family: 'RistrettoSlabPro-Regular';src: url('../fonts/2A7ED2_0_0.eot');src: url('../fonts/2A7ED2_0_0d41d.eot?#iefix') format('embedded-opentype'),url('../fonts/2A7ED2_0_0.woff') format('woff'),url('../fonts/2A7ED2_0_0.ttf') format('truetype');}

/****BANNER ADDITIONS****/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'LibelSuit-Regular';
    font-size: 2.4rem;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
} 

.book-banner {
    background-color: #003A78;
    width: 325px;
    margin: 120px 20px 0 0;
    border: 1px solid #CCC;
    float: right;
    padding: 20px;
}

.overlay .wrap {
    padding:0;
}


.book-banner a {
    background-color: #f6861f;
    display: block;
    color: #000;
    text-align: center;
    margin: 15px 0 0 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width : 940px) {
	.footer-nav > ul > li:last-child:after {
		margin-left: 0;
	}
	
	.featured-gallery-thumbs li,
	.featured-gallery-thumbs li:nth-child(4n+1) {
		margin-left: 1%;
		margin-right: 1%;
		width: 31%;
	}

	.post-content-text h3 br, 
	.pre-content-text h3 br {
		display: none;
	}

	.footer-nav > ul > li {
		width: 50%;
		margin-bottom: 20px;
	}
	.page-id-53 article {
		padding: 0;
	}

}

@media only screen and (max-width: 767px) {
	.awards h2 {
		display: block;
		margin-right: 0;
	}
}

@media only screen and (max-width : 640px) {
	body {
		font-size: 14px;
		margin-top: 0 !important;
	}
	.wrap {
		padding: 0;
	}
	.nav-dropdown {
		display: none;
	}
	.nav > ul {
		padding-top: 12px;
	}
	.nav > ul > li {
		width: 100%;
		padding-left: 190px;
	}
	.nav a {
		font-size: 22px;
		line-height: 1.2em;
		padding: 3px 0;
	}
	.nav a,
	.nav-gears a,
	.nav a:hover, 
	.nav .current-menu-item > a, 
	.nav .current-menu-ancestor > a {
		border-bottom: 0 none;
	}
	.header .logo {
		float: none;
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 1000;
	}
	.header {
		background-repeat: repeat;
		min-height: 167px;
		position: absolute;
	}
	#TA_cdsratingsonlynarrow201 {
		left:0;
		top: 20px;
		opacity: 1 !important;
		position: relative;
		width: 100%;
		padding: 0 20px;
	}
	#TA_cdsratingsonlynarrow201 .cdsROW {
		width: 100%;
	}
	.gallery-wrapper {
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
	.page-title.wrap {
		padding: 30px 20px 0;
	}
	.wrap > main {
		padding: 0 10px 20px;
	}
	.hf-half,
	.hf-quarter,
	.contact-form .hf-half,
	.contact-form .hf-half:first-child {
		width: 100%;
		margin-bottom: 20px;
		/* padding: 0 20px; */
	}
	.contact-form .hf-half,
	.contact-form .hf-half:first-child {
		padding: 0 20px;
	}
	.footer .wrap {
	    padding: 0 20px;
	}
	.footer .contact {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.footer .contact li {
		float: none;
	}
	.footer .contact li:before {
		display: none;
	}
	.footer-nav > ul > li,
	.footer-nav > ul > li:last-child {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.footer-nav a {
		font-size: 16px;
		word-wrap: break-word;
	}
	.footer-nav > ul > li > a {
		font-size: 22px;
	}
	.sidebar-gallery {
		display: none;
	}
	.hr-tours > ul > li,
	.hr-tours > ul > li:nth-child(3n+1) {
		width: 100%;
		height: auto !important;
		padding-bottom: 22px;
		padding-left: 0;
		margin-left: 0;
	}
	.excerpt-thumbnail {
		position: relative;
		bottom: auto;
		margin-top: 20px;
	}
	.hr-tours h3 a {
		font-size: 26px;
	}
	.book-now {
		font-size: 30px;
		height: 32px;
		padding-left: 10px;
	}
	.book-now:after {
		display: none;
	}
	article h2, article h3 {
		font-size: 30px;
	}
	.parent-pageid-13 .featured-gallery {
		height: 300px;
	}
	.nav > ul > li {
		padding-left: 160px;
	}
	.nav ul li.current-menu-item ul,
	.nav ul li.current-menu-ancestor ul {
		display: none;
	}
	.nav ul ul {
		/*margin-left: 16px;*/
	}
	.nav ul ul a {
		color: #cf4123;
		padding-left: 16px;
		border-left: solid 2px transparent;
	}
	.nav ul ul a:hover,
	.nav ul ul li.current-menu-item > a,
	.nav ul ul li.current-menu-ancestor > a {
		border-left: solid 2px #52b8b0;
	}
	.pre-content-text {
		padding: 30px 20px 0;
	}
	.home .wrap > main {
		/*padding: 0;*/
	}
	.content-container {
		display: block;
	}
	.hf-extra {
		padding: 0;
	}
	.post-content-text {
		padding: 50px 20px;
	}
	.footer .contact {
		font-size: 20px;
	}
	.logo-img {
		width: 150px;
	}
	.gallery-nav h2 {
		padding-left: 20px;
	}
	.footer-nav > ul > li:last-child:after {
		/* width: 100%; */
		/* background-size: auto auto; */
	}
	.container.wrap {
		display: none;
	}
	.forced-scroll-locked .gallery-wrapper,
	.scroll-locked .gallery-wrapper {
		height: auto;
		z-index: 0;
		overflow: visible;
	}
	.featured-gallery-thumbs li,
	.featured-gallery-thumbs li:nth-child(4n+1) {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 0 20px;
		width: 100%;
	}
	.mobile {
		display: inline;
	}
	nav.nav {
		display: none;
	}
	.mobile-nav-toggle {
		position: fixed;
		top: 20px;
		right: 20px;
		color: #fff;
		font-size: 30px;
		text-shadow: 0 0 20px rgba(0,0,0,0.5);
	}
	.mobile-nav-toggle:hover {
		color: #fff;
	}
	.hf-contact-details {
		padding-left: 0;
		
	}
	.hf-contact-details a {
		word-wrap: break-word;
		display: inline;
	}
	.hf-contact-details strong {
		display: inline;
		margin: 0;
	}
	article .social-links {
		margin: 0 0 20px;
	}
	.hf-faq li {
		width: 100%;
	}
	.outback-floatplanes {
		display: none;
	}
	.nav-book-now.special-offer {
		width: 168px;
		top: -280px;
	}

/****BANNER ADDITIONS****/

.book-banner {
    width: 100%;
    margin: 180px 0 0 0;
    border:none;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

a.menu-target {
  position: absolute;
  margin-top: -220px;
}

.content-block {
 
  position: relative;
  padding: 30px 0;
}
.content-block:before {
	content: '';
  height: 2px;
  width: 100%;
  width: calc(100% - 30px);
  background-color: #3DB7B0;
  position: absolute;
  bottom: 0;
  margin: 0 15px;
}
.content-block:after {
	clear: both;
	display: block;
	content: '';
/*
	height: 2px;
	width: auto;
	background-color: #3DB7B0;
	margin: 0 15px;
*/
}
@media (min-width: 768px) {
	.content-block {
		 margin: 0 -15px;
	}
	.content-block .content-third {
		width: 33%;
		float: left;
	}
	.content-block .content-half {
		width: 50%;
		float: left;
	}
	.content-block .content-quarter {
		width: 25%;
		float: left;
	}
}
.content-block > h1,
.content-block > h2,
.content-block > h3,
.content-block > h4,
.content-block .content-quarter,
.content-block .content-half,
.content-block .content-third {
	padding: 0 15px;
}
.content-block ul {
  padding-left: 18px;
}
.content-block img {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: auto;
}
.content-block .content-clear:after {
	content: '';
	display: block;
	clear: both;
}
.content-block .make-enquiry-b {
	padding: 0 15px;
}
.content-block .make-enquiry-b h1 {
	text-transform: uppercase;
  line-height: 1.5em;
  font-family: 'RistrettoSlabPro-Regular';
  letter-spacing: 0.05em;
  font-size: 46px;
  color: #B01817;
	margin: 0;
}
.content-block .make-enquiry-b h1:after {
	display: none;
}
.content-block .make-enquiry-b h1 a {
  display: inline-block;
  padding-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.1;
  font-size: 46px;
}
.content-block.terms p {
	font-size: 12px;
}
.content-block.terms h3 {
	font-family: 'LibelSuit-Regular';
  font-size: 26px;
  color: #B01817;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.content-block.terms:before {
	top: 0;
	bottom: auto;
}

.page-template-template-extended h1.page-title.wrap {
  margin-bottom: 50px;
}

.quick-menu {
	list-style: none;
	text-align: center;
	padding-left: 0;
}
.quick-menu li {
	display: inline;
}
.quick-menu a {
  display: inline-block;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 1.1em;
  font-family: 'LibelSuit-Regular';
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #FAA424;
  padding: 0 17px 0 15px;
}


@media (min-width: 768px) {
	.quick-menu a {
		border-right: 2px solid #1caca8;
	}
	.quick-menu li:nth-child(3n+3) a {
		border-right: 0 none;
	}
	.quick-menu li:nth-child(3n+3):after {
		content:"\A"; 
		white-space:pre;
	}
	article {
		margin-top: 60px;
	}
}

.nav .menu-item-741 .sub-menu .current-menu-item > a {
  color: #fff;
  text-shadow: 0 0 20px rgba(0,0,0,0.5);2
}
.nav .menu-item-741 .sub-menu .current-menu-item > a:hover {
  color: #FAA424;
}

@media print {
   	.gallery-wrapper, .header, .footer {
		display:none;
	}

	.content-wrap {
    		margin: -1019px 0 0 0;
	}
}