/* Red 				#be2d3e		190,45,62	*/
/* Green 			#c2cb2c		194,203,44	*/
/* Light Blue 		#4c8ca4		76,140,164	*/
/* Dark Blue 		#425a78		66,90,120	*/

/* -------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------- */

html {
	width: 100%;
}
body {
	background: #fff url("../images/header-fabric.png") top left repeat;
	margin: 0 auto;
	padding: 0;
	font-family: 'Barlow', arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #444;
	text-align: center;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden !important;
}
div {
	text-align: left;
}
a, a:active, a:visited {
	color: #4c8ca4;
	text-decoration: none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
a[href^="tel"] {
	color: initial;
	text-decoration: none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
a:hover, a:focus {
	color: #333;
	text-decoration: none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.unclickable {
	pointer-events: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', arial, sans-serif;
}
h1 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	padding: 0 0 40px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	color: #333;
}
h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	padding: 0 0 25px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	color: #333;
}
h3 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	padding: 0 0 25px 0;
	color: #425a78;
}
h4 {
	font-size: 21px;
	line-height: 34px;
	font-weight: 700;
	padding: 0 0 25px 0;
	color: #425a78;
}
h4.no-gap {
	padding: 0;
}
p, li {
	color: #444;
	text-align: left;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 25px 0;
}
p:last-child {
	padding: 0;
}
p.final {
	padding: 0 !important;
	margin: 0 !important;
}
p.feature-highlight {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
p.feature-highlight-blue {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 10px;
	background-color: #4c8ca4;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 22px;
	font-weight: 500;
}
strong {
	font-weight: 600;
}
ul {
	list-style: none;
	margin: 0 0 30px 15px;
}
li .fa {
	padding-right: 5px;
}
li {
	padding: 0 0 0 5px;
	margin: 0;
}
.clearfix {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.strip {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}
.content {
	position: relative;
	clear: both;
	padding: 90px 0;
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
	border: 0;
	height: auto;
}
.content.balance {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	column-gap: 5%;
	row-gap: 60px;
	padding: 0;
	margin: 90px auto 90px auto;
}
.content.balance .p24-flx-5050 {
	flex: 47.5%;
	box-sizing: border-box;
}
.p24-flx-5050 a {
	font-weight: 500;
}
.strip.clean .content {
	background: #fff;
	padding: 40px 40px 50px 40px;
	border-radius: 6px;
	width: auto;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	margin: 40px auto 60px auto;
	box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
}
.strip.clean.blog .content h1 {
	padding-bottom: 5px;
}
.blog-main {
	float: left;
	width: 70%;
	margin-right: 2.5%;
	padding-right: 2.5%;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
.blog-side {
	float: left;
	width: 25%;
	padding-top: 10px;
	box-sizing: border-box;
}
h3.blog-side-headline {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blog-side-date {
	font-size: 14px;
	color: #999;
	padding-bottom: 25px;
}
.blog-separator {
	width: auto;
	margin: 5px 0 30px 0;
	height: 1px;
	border-top: 1px solid #eee;
}
.blog-article-date {
	color: #999;
	padding-bottom: 25px;
}
.blog-share {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 15px;
	margin: 5px 0 15px 0;
}

.strip.clean.blog .content .subhead {
	font-weight: 700;
	font-size: 18px;
}
.strip.clean .content li ul, .strip.clean .content li ol {
	margin: 0 1.5em;
}
.strip.clean .content ul, .strip.clean .content ol {
	margin: 0 0.5em 1.5em 1.5em;
}
.strip.clean .content ul {
	list-style-type: disc;
}
.strip.clean .content ol {
	list-style-type: decimal;
}
.strip.clean .content ol ol {
	list-style: lower-alpha;
}
.strip.clean .content ol ol ol {
	list-style: lower-roman;
}
.strip.clean .content ol ol ol ol {
	list-style: lower-alpha;
}
.strip.clean strong {
	font-weight: 700;
	font-size: 1.05em;
}
.strip.brand {
	width: 100%;
	position: relative;
	border-top: 0;
	/* border-bottom: 1px dashed rgba(0,0,0,0.25); */
}
.strip.brand .content {
	width: 100%;
	padding: 0;
	height: 190px;
}
#logo a {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 300px;
	height: 150px;
	background: url("../images/header-logo-honeybells-bevel.png") no-repeat;
	background-size: 300px 150px;
	text-indent: -9999px;
}
#strapline {
	position: absolute;
	top: 54px;
	right: 52%;
	margin-right: -215px;
	width: 315px;
	height: 90px;
	background: url("../images/header-strapline-bevel.png") no-repeat;
	background-size: 315px 90px;
}
a#strapline-spin {
	position: absolute;
	top: 45px;
	right: 50%;
	margin-right: 0px;
	width: 160px;
	height: 100px;
	background: url("../images/header-promo-spin-doctors.png") no-repeat;
	background-size: 160px 100px;
}
a#strapline-glamping {
	position: absolute;
	top: 45px;
	right: 50%;
	margin-right: -245px;
	width: 170px;
	height: 100px;
	background: url("../images/header-promo-glamping-shop.png") no-repeat;
	background-size: 170px 100px;
}
#menu a, #telephone-icn a {
	display: none;
}
#twitter a, #facebook a, #instagram a, #youtube a, #basket a, #menu a, #telephone-icn a {
	position: absolute;
	top: 25px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border-radius: 6px;
	background-size: 40px 40px;
}
#facebook a {
	right: 130px;/*was 185*/
	background: url("../images/header-icon-facebook.png") no-repeat;
	background-size: 40px 40px;
}
#twitter a {
	right: 130px;
	background: url("../images/header-icon-twitter.png") no-repeat;
	background-size: 40px 40px;
}
#instagram a {
	right: 75px;
	background: url("../images/header-icon-instagram.png") no-repeat;
	background-size: 40px 40px;
}
#youtube a {
	background: url("../images/header-icon-youtube-red.png") no-repeat;
	background-size: 40px 40px;
}
#basket a {
	right: 20px;
	background: url("../images/header-icon-basket.png") no-repeat;
	background-size: 40px 40px;
}
#basket.full a {
	background: url("../images/header-icon-basket-anim.gif") no-repeat;
	background-size: 40px 40px;
}
#basket #basket-qty {
	position: absolute;
	top: 21px;
	right: 12px;
	border-radius: 50%;
	background: #be2d3e;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	width: 10px;
	height: 10px;
	text-align: center;
}
#basket #basket-qty a, #basket #basket-qty a:hover, #basket #basket-qty a:focus, #basket #basket-qty a:active, #basket #basket-qty a:visited {
	color: #fff;
	text-decoration: none;
}
#telephone {
	position: absolute;
	top: 85px;
	right: 20px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #777;
	text-shadow: 0 1px 0 #f3f8fb;
	text-align: right;
}
#telephone span {
	color: #425a78;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
}
#telephone a[href^="tel"] {
	color: #425a78;
	text-decoration: none;
}
#bunting-l, #bunting-r, #bunting-big-l, #bunting-big-l {
	display: none;
}
.strip.nav {
	border: 0;
	margin: 0;
	width: 100%;
	background: #4c8ca4;
	z-index: 5000;
	font-size: 0;
	line-height: 0;
}
.strip.nav .content {
	width: 100%;
	padding: 0;
}
#nav {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li a {
	display: inline-block;
	background: #4c8ca4;
	margin: 0;
	padding: 20px 15px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	white-space: nowrap;
	/*text-transform: uppercase;*/
	border: 0;
	position: relative;
	text-decoration: none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
#nav ul li.current, #nav ul li.current a, #nav ul li ul.subnav li.current, #nav ul li ul.subnav li.current a {
	color: #fff;
}
#nav ul li:first-child a {
	/*padding-left: 0;*/
}
#nav ul li:last-child a {
	/*padding-right: 0;*/
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #000;
	text-decoration: none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
#nav ul li.hassub a::after {
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	content: "\f107";
	padding-left: 6px;
	font-size: 15px;
	line-height: 0;
}
#nav ul li.hassub ul.subnav a::after {
	content: "";
	padding: 0;
}

#nav ul li ul.subnav {
	display: block;
	list-style: none;
	z-index: 6000;
}
#nav ul li ul.subnav {
	display: none;
	opacity: 0;
	margin: 0;
	position: absolute;
	left: 0;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
	border: 1px solid rgba(255,255,255,0.75);
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #4c8ca4;
}

#nav ul li:hover > ul.subnav, #nav ul li ul.subnav:hover {
	opacity: 1;
	display: block;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

#nav ul li:hover > a {
	color: #000;
}

#nav ul li ul.subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li ul.subnav li a {
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	margin: 0;
	padding: 10px 15px;
	width: 200px;
	word-break: break-word;
	white-space: pre-line;
	background: #4c8ca4;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.24);
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
#nav ul li ul.subnav li:first-child a {
}
#nav ul li ul.subnav li:last-child a {
	padding-bottom: 12px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#nav ul li ul.subnav li a:hover, #nav ul li ul.subnav li a:focus {
	color: #000;
	text-decoration: none;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.strip.footer {
	position: relative;
	background: #425a78 url("../images/footer-bg-noise.png") top center repeat;
}
#start-footer {
	width: 100%;
	background: transparent url("../images/strip-top-navy.png") top center repeat-x;
	height: 3px;
}
#end-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: transparent url("../images/footer-bg-grass.png") bottom center repeat-x;
	background-size: 140px 57px;
	height: 114px;
}
.strip.footer .content {
	padding: 60px 0 90px 0;
	color: #c9cfd6;
}
#footer-logos {
	text-align: left;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 45px;
}
#footer-logos div {
	text-align: left;
	margin-bottom: 10px;
}
#splash-container {
	position: relative;
}
.strip.splash {
	width: 100%;
	position: relative;
	min-height: 550px;
	height: 550px;
	background-color: #425a78;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	border-top: 1px solid rgba(255,255,255,0.75);
	border-bottom: 0;
	font-size: 0;
	line-height: 0;
}
.strip.splash .olay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border-top: 1px solid rgba(255,255,255,0.5); */
	box-shadow: inset 0 15px 20px -10px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 15px 20px -10px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 15px 20px -10px rgba(0,0,0,0.4);
	font-size: 0;
	line-height: 0;
}
.strip.splash .content {
	text-align: center;
	padding: 0;
}
.strip.splash .p24-h1-container {
	display: table;
	width: 100%;
	text-align: center;
}
.strip.splash .p24-h1-titles {
	width: 100%;
	min-height: 550px;
	height: 550px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.strip.splash h1 {
	font-family: 'Barlow', arial, sans-serif;
	display: inline-block;
	padding: 25px 35px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.45);
	background: rgba(0,0,0,0.4) url("../images/splash-overlay-h1-25pc.png") top center repeat;
	/*border: 1px dashed rgba(255,255,255,0.5);*/
	border-radius: 12px;
	margin: 0;
	letter-spacing: -0.25px;
}
.strip.splash h1 span.event {
	font-family: 'Barlow Condensed', arial, sans-serif;
	display: block;
	font-size: 72px;
	line-height: 72px;
	/*text-transform: uppercase;*/
	font-weight: 700;
	color: #fff;
	padding: 2px 0 12px 0;
	margin-bottom: 10px;
	letter-spacing: -0.15px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.45);
	border-bottom: 1px dashed rgba(255,255,255,0.48);
	/*background: url("../images/h1-flourish.png") bottom center no-repeat;*/
	/*background-size: 500px 20px;*/
}
.strip.intro {
	/* background: transparent url("../images/background-stitching.png") top center repeat-x; */
	/* background-size: 95px 15px; */
	border-top: 1px solid #fff;
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
}
.strip.intro .content {
	padding: 50px 0 75px 0;
}
.strip.intro.prev-events {
	border-top: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.strip.intro.prev-events .content {
	padding-top: 90px;
}
.strip.alternate {
	background-color: rgba(255,255,255,0);
	border-top: 1px dashed rgba(0,0,0,0.25);
	border-bottom: 1px dashed rgba(0,0,0,0);
	background: url("../images/bg-canvas.jpg") top left repeat;
	background-size: 300px 300px;
}
.nostitch {
	border: 0;
}
.nostitch.txt-only .content {
	padding: 60px 0 75px 0;
}
.strip.tight-top .content {
	margin-top: -40px;
	padding-top: 0;
}
.strip.hb-navy, .strip.hb-blue, .strip.hb-green, .strip.hb-red {
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
}
.strip.hb-navy {
	background-color: #425a78;
	position: relative;
	/*background: #425a78 url("../images/background-stitching.png") top center repeat-x;*/
	/*background-size: 95px 15px;*/
}
.strip.hb-blue {
	background-color: #4c8ca4;
	position: relative;
	/*background: #4c8ca4 url("../images/background-stitching.png") top center repeat-x;*/
	/*background-size: 95px 15px;*/
}
.strip.hb-green {
	background-color: #c2cb2c;
	position: relative;
	/*background: #c2cb2c url("../images/background-stitching.png") top center repeat-x;*/
	/*background-size: 95px 15px;*/
}
.strip.hb-red {
	background-color: #be2d3e;
	position: relative;
	/*background: #be2d3e url("../images/background-stitching.png") top center repeat-x;*/
	/*background-size: 95px 15px;*/
}
.strip.hb-navy.within p:after, .strip.hb-blue.within p:after, .strip.hb-green.within p:after, .strip.hb-red.within p:after {
	display: block;
	content: "";
	width: 20%;
	border-top: 4px solid #c2cb2c;
	border-radius: 2px;
	margin: 40px auto 0 auto;
}
.strip.hb-navy:after, .strip.hb-blue:after, .strip.hb-green:after, .strip.hb-red:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	position: absolute;
	bottom: -30px; 
	left: 50%;
	margin-left: -50px;
}
.strip.hb-navy:after {
	border-top: 30px solid #425a78;
}
.strip.hb-blue:after {
	border-top: 30px solid #4c8ca4;
}
.strip.hb-green:after {
	border-top: 30px solid #c2cb2c;
}
.strip.hb-red:after {
	border-top: 30px solid #be2d3e;
}
.strip.hb-navy .content, .strip.hb-blue .content, .strip.hb-green .content, .strip.hb-red .content {
	padding: 60px 0 55px 0;
}
.strip.hb-navy.within:after, .strip.hb-blue.within:after, .strip.hb-green.within:after, .strip.hb-red.within:after {
	border: 0 !important;
}
.strip.hb-navy h2, .strip.hb-blue h2, .strip.hb-green h2, .strip.hb-red h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1.5px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
.strip.hb-navy p, .strip.hb-blue p, .strip.hb-green p, .strip.hb-red p {
	margin: 15px 0 10px 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.strip.hb-green h2 {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.strip.hb-green p {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.strip.setback {
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
}
.pic-container {
	background: #fff;
	border: 6px solid #fff;
	border-radius: 6px;
	padding: 0;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	font-size: 0;
	line-height: 0;
}
.blog-pic-container {
	margin-bottom: 25px;
}
img.pic {
	width: 100%;
	border-radius: 4px;
	font-size: 0;
	line-height: 0;
}
.p24-rot-r {
	rotate: 3deg;	
}
.p24-rot-l {
	rotate: -3deg;	
}
.intro-txt {
	width: 90%;
	margin: 0 auto;
}
.intro-txt p, p.intro-txt {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
	margin: 0 0 60px 0;
	padding: 0;
	text-align: center;
}
.intro-pics {
}
.booknow-container {
	text-align: center;
	width: 100%;
	margin: 50px auto -20px auto;
}
.share-container {
	text-align: center;
	width: 100%;
}
.share-social {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 6px;
	margin: 50px auto -20px auto;
	color: inherit;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.5);
}
.share-txt {
	float: left;
	text-align: left;
	margin: 0 25px 0 0;
	line-height: 40px;
	font-size: 20px;
}
.blog-share .share-txt {
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
}
a.share-facebook, a.share-twitter, a.share-email {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 25px 0 0;
}
a.share-facebook {
	background: transparent url("../images/social-facebook.png") center center no-repeat;
	background-size: 40px 40px;
	border-radius: 4px;
}
a.share-twitter {
	background: transparent url("../images/social-twitter.png") center center no-repeat;
	background-size: 40px 40px;
	border-radius: 4px;
}
a.share-email {
	background: transparent url("../images/social-email.png") center center no-repeat;
	background-size: 40px 40px;
	border-radius: 4px;
	margin-right: 0;
}
.one-whole {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 50px 0;
	text-align: center;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.one-whole.done  {
	margin-bottom: 0;
}
.featured-one-whole {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.featured-one-whole.done  {
	margin-bottom: 0;
}
.one-half.lft {
	float: left;
	width: 47.5%;
	margin: 0 5% 0 0;
	text-align: left;
}
.one-half.rt {
	float: right;
	width: 47.5%;
	margin: 0;
	text-align: left;
}
.one-quarter, .one-quarter.forced {
	float: left;
	width: 21.25%;
	margin: 0 5% 0 0;
	text-align: left;
}
.one-quarter.final, .one-quarter.final.forced  {
	margin-right: 0;
}
.one-quarter.mid.forced {
	margin: 0 5% 0 0;
}
.one-third {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	text-align: left;
}
.one-third.final {
	margin: 0;
}
.safari-one-third {
	float: left;
	width: 32.5%;
	margin: 0 1.25% 0 0;
	text-align: left;
}
.safari-one-third.final {
	margin: 0;
}
.resp-gap {
	clear: both;
	display: block;
	width: 100%;
	height: 50px;
}
.resp-gap.larger {
	height: 75px;
}
#resp-more {
	display: none;
}
.middle-info-heading {
	font-size: 28px;
	font-weight: 700;
	color: #be2d3e;
	text-align: center;
	margin: 0;
	padding: 25px 0 18px 0;
}
.middle-info-txt {
	text-align: center;
	padding: 0 0 10px 0 !important;
}
.tent-profile {
	background: #fff;
	padding: 8px;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.featured-one-whole .tent-profile {
	padding: 10px;
}
.tent-profile img.pic {
	width: 100%;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.tent-profile h3 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	color: #425a78;
	padding: 15px 0 15px 0;
	letter-spacing: -0.25px;
}
.tent-profile h3.no-pic-above {
	padding: 5px 0 10px 0;
}
.tent-profile h3.no-pic-above {
}
.tent-profile h3 span {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0;
}
.tent-profile p {
	text-align: center;
	padding: 0 5px 15px 5px;
}
.tent-features ul {
	margin-left: 0;
}
.tent-features {
	padding: 0;
	margin: 0 0 25px 0;
}
.tent-features.no-btn {
	margin: 5px 0 15px 0;
}
.tent-features-list.last {
	border-bottom: 1px solid #ddd;
}
.tent-features-list {
	font-size: 16px;
	line-height: 24px;
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 6px 8px 6px 8px;
	background: #fafafa;
	font-weight: 400;
}
.tent-features-list span {
	float: right;
	padding: 0;
}
.tent-features-list ul {
	display: block;
	list-style: none;
	border-top: 1px dotted #ddd;
	width: auto;
}
.tent-features-list li {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding: 2px 0 2px 0;
	border-bottom: 1px dotted #ddd;
	margin: 0;
}
.tent-features-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
ul.spacey li {
	font-size: 17px;
	line-height: 30px;
}
ul.facilities.no-more {
	margin-bottom: 0;
}
ul.facilities li {
	font-size: 17px;
	line-height: 26px;
}
.hire-price {
	text-align: center;
	color: #425a78;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.5px;
	border-top: 1px dashed #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
}
.hire-price span {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -6px;
}
.hire-price .duration {
	text-align: center;
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #888;
	letter-spacing: 0px;
}
.reveal {
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 10px 0 2px 0;
	padding: 10px 10px;
	background: rgba(255,255,255,0.75);
	font-size: 15px;
	font-weight: 400;
}
.reveal ul {
	margin-top: 5px;
	margin-bottom: 0;
}
.reveal li {
	font-size: 15px;
}
a.trigger {
	cursor: pointer;
}
.shortcuts {
	text-align: center;
	margin: 50px auto 0 auto;
}
.shortcuts div {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}
.shortcuts a {
	display:inline-block;
	padding: 4px 8px;
	background-color: rgba(255,255,255,0.4);
	margin: 0 5px 10px 0;
	border-radius: 5px;
	font-size: 17px;
	border: 1px solid #fff;
	font-weight: 500;
}
.faq {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	padding: 12px 15px 14px 15px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 6px;
	border: 2px solid #fff;
	margin: 0 0 20px 0;
	text-align: left;
}
.faq a {
	color: #444;
}
.faq p, .faq-answer p {
	text-align: left !important;
}
.faq:before {
	font-family: "Font Awesome 7 Free";
	font-weight: 400;
	content: "\f059";
	padding-right: 8px;
	font-size: 22px;
	line-height: 0;
	color: #4c8ca4;
}
.reveal.faq-answer {
	border: 0;
	border-top: 1px dashed rgba(0,0,0,0.2);
	border-radius: 0;
	margin: 15px 0 0 0;
	padding: 15px 5px 10px 5px;;
	font-size: 15px;
	font-weight: 400;
	background: none;
}
.reveal.faq-answer a, .reveal.faq-answer a:active, .reveal.faq-answer a:visited {
	color: #4c8ca4;
}
.reveal.faq-answer a:hover, .reveal.faq-answer a:focus {
	color: #333;
}
.reveal.faq-answer li {
	text-align: left;
	font-size: 17px;
	line-height: 26px;
	padding-left: 2px;
}
.p24-icn-grey {
	color: #aaa;
}
.p24-icn-green {
	color: #009900;
}
.p24-icn-red {
	color: #be2d3e;
}
.p24-icn-blue {
	color: #4c8ca4;
}
a.btn, .event-sbmt {
	font-family: 'Barlow', arial, verdana, sans-serif;
	width: 100%;
	margin: 0;
	display: block;
	padding: 15px;
	font-size: 18px;
	line-height: 18px;
	background: #be2d3e;
	color: #fff;
	text-decoration: none;
	border: 0;
	border-radius: 6px;
	font-weight: 700;
	-webkit-appearance: none;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
a.btn:hover, .event-sbmt:hover {
	background: #425a78;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.event-sbmt.soldout {
	background: #aaa;
}
.event-sbmt.soldout:hover {
	background: #aaa;
	cursor: initial;
}
a.btn.mini {
	display: inline-block;
	width: auto;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 4px;
}
a.btn.mini:hover {
}
a.btn.mini.ended {
	background: #aaa;
}
a.btn.mini.blog-side {
	float: none;
	background: #4c8ca4;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	clear:both;
}
a.btn.mini.blog-side:hover {
	background: #425a78;
}
.strip.clean.blog .content a.btn.mini {
	margin-top: 10px;
}
.strip.clean.blog .content a.btn.mini.blog-side {
	margin-top: 0;
}
a.btn.large {
	font-size: 26px;
	line-height: 26px;
	padding: 30px;
	width: 50%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	border: 4px solid #fff;
	border-radius: 12px;
	box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
}
.one-whole a.btn.large {
	border-radius: 6px;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 25px;
}
.one-whole p.btn-mid {
	margin-top: 15px;
	text-align: center;
}
.add-more {
	margin-bottom: 20px;
}
.home-promo a.btn.mini, .event-promo a.btn.mini, .blog-promo a.btn.mini {
	display: block;
	text-align: center;
	padding: 12px 0;
	font-size: 18px;
	line-height: 18px;
}
table#booking {
	width: 100%;
	margin: 10px 0 30px 0;
	border-spacing: 0;
}
table#booking thead, table#booking tbody, table#booking th, table#booking td {
	border: 1px solid #bbb;
	border-collapse: collapse;
}
table#booking th {
	padding: 15px 12px;
	background: #dbe8ed;
	font-size: 18px;
	line-height: 18px;
	color: #425a78;
	font-weight: 600;
	text-shadow: 0 1px 0 #fff;
}
table#booking td {
	background: rgba(255,255,255,1);
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
table#booking td.final-total {
	padding: 15px 12px;
	text-shadow: 0 1px 0 #fff;
	color: #425a78;
	font-size: 28px;
	line-height: 28px;
	text-decoration: none;
	font-weight: 600;
	background-color: #dbe8ed;
	white-space: nowrap;
	text-align: right;
}
table#booking a, table#booking a:visited {
	text-decoration: none;
}
table#booking a:hover, table#booking a:focus {
	text-decoration: underline;
}
#booking-frm {
	margin: 0;
}
#booking-frm .inpt, #booking-frm .txt {
	width: 100%;
	font-family: 'Barlow', arial, verdana, sans-serif;
	font-size: 18px;
	border: 1px solid #bbb;
	color: #555;
	padding: 8px 8px 8px 12px;
	border-radius: 4px;
	-webkit-appearance: none;
	background: #fff;
	font-weight: 400;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
#booking-frm .txt {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 193px;
	min-height: 193px;
	max-height: 193px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
#booking-frm select.subj {
	font-family: 'Barlow', arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: 400;
	-webkit-appearance: none;
	width: 100%;
	padding: 8px 8px 8px 12px;
	border: 1px solid #bbb;
	border-radius: 4px;
	background: #fff;
	color: #555;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
#enqfrm select.subj option {
	padding: 2px;
}
#booking-frm .frm-questions-little {
	margin-top: 10px;
}
#booking-frm .frm-questions-big {
	margin-top: 25px;
}
#booking-frm .frm-questions-contact {
	margin-top: 0;
}
#booking-frm .frm-questions-contact-big {
	margin-top: 18px;
}
.checkout-btn {
	margin-top: -10px;
}
#booking-frm #captchabox {
	width: 100%;
	height: 71px;
	border: 1px solid #bbb;
	padding: 8px 8px 8px 12px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
#booking-frm input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 8px;
}
#booking-frm .sbmt {
	font-family: 'Barlow', arial, verdana, sans-serif;
	margin: 10px 0 0 0;
	display: inline-block;
	padding: 15px;
	font-size: 18px;
	line-height: 18px;
	background: #be2d3e;
	color: #fff;
	text-decoration: none;
	border: 0;
	border-radius: 6px;
	font-weight: 700;
	-webkit-appearance: none;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
#booking-frm .sbmt:hover {
	background: #425a78;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
#booking-frm .sbmt.off, #booking-frm .sbmt.off:hover {
	background: #aaa;
	color: #fff;
	cursor: initial;
}
.show-me-mobile {
	display: none;
}
.hide-me-mobile {
	display: block;
}
.hide-me-mobile-tbl {
	display: table-cell;
}
.refrsh {
	margin-bottom: 25px;
}
.larger {
	font-size: 18px;
	margin-bottom: 5px;
}
.smaller {
	font-size: 15px;
	font-weight: 400;
}
.warning {
	color: #be2d3e;
}
.success-big {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #425a78;
	padding: 20px 0 60px 0;
}
.booking-added, .booking-removed, .booking-info {
	display: block;
	padding: 8px 10px;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	margin: 0 0 30px 0;
}
.booking-added {
	color: #009900;
	border: 1px solid rgba(0,153,0,0.40);
	background-color: rgba(0,153,0,0.05);
}
.booking-removed {
	color: #be2d3e;
	border: 1px solid rgba(190,45,62,0.40);
	background-color: rgba(190,45,62,0.05);
}
.booking-info {
	color: inherit;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.5);
}
.event-info {
	padding: 15px;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	color: inherit;
	border: 0 solid #fff;
	background-color: rgba(255,255,255,0.5);
}
.frm-save {
	margin-top: 12px;
}
.pp-cards {
	margin-left: 20px;
}
#tel-save-progress {
	margin: 2px 0 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
}


#booking-frm select.beds_notused { 
	font-family: 'Barlow', arial, verdana, sans-serif;
    display: block;
    padding: 4px 20px 4px 4px !important; 
    max-width: 100%; 
    height: auto !important; 
    border: 1px solid #bbb; 
    border-radius: 4px; 
    background: url("../images/dropdown-arrow.png") right center no-repeat;
    background-color: #fff; 
	color: #555;
	font-size: 14px;
	font-weight: 400;
    line-height: 16px !important; 
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
} 
#booking-frm select.beds_notused option { 
    padding: 0 4px; 
} 


.home-promo, .event-promo, .blog-promo {
	background: #fff;
	padding: 8px;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.home-pic, .event-pic, .blog-pic {
	font-size: 0;
	line-height: 0;
}
.home-promo img.pic, .event-promo img.pic, .blog-promo img.pic {
	width: 100%;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
h2.home-promo-title, h3.event-promo-title, h2.blog-promo-title {
	display: block;
	background: #fff;
	color: #425a78;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	padding: 0;
	margin: 20px 0 10px 0;
	text-align: center;
}
h2.home-promo-title {
	margin-bottom: 20px;
}
h2.blog-promo-title {
	margin-bottom: 10px;
}
h2.home-promo-title a, h3.event-promo-title a, h2.blog-promo-title a {
	text-decoration: none;
}
h2.home-promo-title a:hover, h2.home-promo-title a:focus, h3.event-promo-title a:hover, h3.event-promo-title a:focus, h2.blog-promo-title a:hover, h2.blog-promo-title a:focus {
	text-decoration: none;
}
.prev-events h3.event-promo-title {
	margin: 18px 0 12px 0;
	font-weight: 600;
}

.blog-promo-date {
	background: #fff;
	color: #999;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.home-promo-description, .event-promo-dates, .blog-promo-description {
	background: #fff;
	color: #666;
	padding: 0;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.home-promo-description, .blog-promo-description {
	padding: 0 10px;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 25px;
}
#footer-logos {
	text-align: left;
}
#footer-sponsor {
	position: absolute;
	left: 66%;
	bottom: 85px;
	margin-left: -90px;
	width: 180px;
	height: 80px;
	background: rgba(0,0,0,0.1) url("../images/footer-sponsor.png") no-repeat;
	background-size: 180px 80px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
}
#footer-lft {
	float: left;
	width: 50%;
	text-align: left;
}
#footer-rt {
	float: right;
	width: 50%;
	text-align: right;
}
#footer-lft p, #footer-rt p {
	color: #c9cfd6;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}
#footer-lft p {
	text-align: left;
}
#footer-rt p {
	text-align: right;
}
#footer-lft a, #footer-rt a {
	color: #5eafcc;
	text-decoration: none;
}
#footer-lft a:hover, #footer-rt a:hover, #footer-lft a:focus, #footer-rt a:focus {
	color: #fff;
	text-decoration: none;
}
#footer-rt span {
	display: block;
}
table.priv-cook {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.priv-cook th {
	color: #425a78;
	text-align: left;
	font-weight: 600;
	background-color: #dbe8ed;
	border: 1px solid #c4c4c4;
	padding: 10px;
}
table.priv-cook td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #c4c4c4;
}
.scroll-up a, .scroll-up a:link, .scroll-up a:visited {
	display: none;
	position: fixed;
	bottom: 32px;
	right: 40px;
	width: 20px;
	height: 20px;
	padding: 12px;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	background: rgba(0,0,0,0.5) url("../images/scroll-up.png") center center no-repeat;
	background-size: 20px 20px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	opacity: 0.5;
	cursor: pointer;
}
.scroll-up a:hover, .scroll-up a:focus {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	opacity: 1.0;
	cursor: pointer;
}

@media only screen and (max-width: 1150px) {
	.blog-main {
		float:none;
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0;
		box-sizing: border-box;
	}
	.blog-side {
		border-top: 1px solid #eee;
		display: block;
		width: auto;
		padding-top: 35px;
		margin-top: 50px;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1150px) {
	#nav ul li a, #nav ul li.current a {
		padding: 20px 14px;
		font-size: 16px;
		line-height: 16px;
	}
	#nav ul li ul.subnav li a, #nav ul li ul.subnav li.current a {
		font-size: 15px;
		line-height: 15px;
	}
	#nav ul li:first-child a {
		padding-left: 0;
	}
	#nav ul li:last-child a {
		padding-right: 0;
	}
	a#strapline-spin {
		margin-right: -25px;
	}
	a#strapline-glamping {
		margin-right: -235px;
	}
	.tent-profile h3.no-pic-above {
		font-size: 26px;
		line-height: 34px;	
	}
}

/* -------------------------------------------- */

/* All Mobile/Touch Sizes */

@media only screen and (max-width: 960px) {
	body {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		color: #444;
	}
	.show-me-mobile {
		display: block;
	}
	.hide-me-mobile {
		display: none;
	}
	.hide-me-mobile-tbl {
		display: none;
	}
	p {
		text-align: center;
		font-size: 18px;
		line-height: 25px;
		font-weight: 400;
		color: #333;
	}
	li {
		color: #333;
	}
	.strip.clean p {
		text-align: left;
	}
	h1 {
		margin-top: -50px;
		margin-left: -2.5%;
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 28px;
		display: block;
		width: 105%;
		text-align: center;
		padding: 25px 0;
		/* padding-right: 5%; */
		border-top: 1px dashed rgba(0,0,0,0.15);
		border-bottom: 1px dashed rgba(0,0,0,0.15);
		background: rgba(255,255,255,0.5);
	}
	h2 {
		font-size: 22px;
		line-height: 30px;
		font-weight: 700;
		margin: 0;
		padding: 0 0 25px 0;
		border: 0;
	}
	.p24-flx-5050 h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.strip.clean h1 {
		margin: 0;
		font-size: 24px;
		line-height: 28px;
		display: block;
		width: 100%;
		text-align: left;
		padding: 0 0 25px 0;
		border: 0;
		background: none;
	}
	.strip.clean.blog h1 {
		padding: 0 0 10px 0;
	}
	.pic-container {
		border: 6px solid #fff;
	}
	.p24-rot-r {
		rotate: 0deg;	
	}
	.p24-rot-l {
		rotate: 0deg;	
	}
	.strip.brand {
		border-bottom: 0;
	}
	.strip.brand .content {
		width: 100%;
		height: 190px;
		text-align: center;
	}
	.strip.nav {
		margin: 0;
		border: 0;
	}
	.strip.nav .content {
		width: 100%;
	}
	.strip.intro {
		background: none;
	}
	.content {
		width: 95%;
		margin: 0 auto;
		padding: 50px 0;
	}
	.nostitch.txt-only .content {
		padding: 50px 0;
	}
	#logo {
		text-align: center;
	}
	#logo a {
		margin-top: 15px;
		margin-left: -5px;
		display: inline-block;
		position: static;
		top: auto;
		left: auto;
		width: 220px;
		height: 110px;
		background-size: 220px 110px;
		text-align: center;
	}
	#strapline, a#strapline-spin, a#strapline-glamping {
		display: none;
	}
	#telephone {
		display: none;
	}
	#social {
		width: 270px;
		height: 30px;
		margin: 12px auto 0 auto;
		text-align: center;
		position: relative;
	}
	#twitter a, #facebook a, #instagram a, #youtube a, #basket a, #menu a, #telephone-icn a {
		float: left;
		position: static;
		display: inline;
		width: 30px;
		height: 30px;
		margin-right: 30px;
		border-radius: 3px;
	}
	#youtube a {
		background: url("../images/header-icon-youtube.png") no-repeat;
		background-size: 30px 30px;
	}
	#twitter a, #facebook a, #instagram a, #youtube a, #basket a {
		background-size: 30px 30px;
	}
	#basket #basket-qty {
		position: absolute;
		right: 47px;
		top: -6px;
		background: #425a78;
		font-size: 9px;
		line-height: 9px;
		padding: 3px;
		width: 9px;
		height: 9px;
	}
	#menu a {
		background: url("../images/header-icon-menu.png") no-repeat;
		background-size: 30px 30px;
		cursor: pointer;
	}
	#telephone-icn a {
		background: url("../images/header-icon-phone.png") no-repeat;
		background-size: 30px 30px;
		margin-right: 0;
	}
	#basket.full a {
		background-size: 30px 30px;
	}
	#nav {
		display: none;
		position: absolute;
		background: #4c8ca4;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding-top: 0;
		width: 100%;
		min-width: 320px;
		max-width: 1000px;
		box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
		-moz-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
		-webkit-box-shadow: 0 7px 7px -7px rgba(0,0,0,0.35);
		z-index: 5001;
	}
	#nav ul {
		padding-top: 0 !important;
	}
	#nav ul li {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#nav ul li a {
		display: block;
		text-align: center;
		border-top: 1px solid rgba(255,255,255,0.25);
		padding: 10px 0 11px 0;
		margin: 0;
	}
	#nav ul li:first-child a {
		border-top: 0;
	}
	#nav ul li, #nav ul li a, #nav ul li a:hover, #nav ul li a:focus {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: initial;
		font-weight: 500;
	}
	#nav ul li.hassub a {
		border-bottom: 0;
		padding-bottom: 0;
	}
	#nav ul li.hassub ul li:first-child a {
		margin-top: 11px;
		border-top: 1px dashed rgba(255,255,255,0.25);
	}
	#nav ul li.hassub ul li.mob-override a {
		margin-top: 11px !important;
		border-top: 1px dashed rgba(255,255,255,0.25) !important;
	}
	#nav ul li.hassub a::after {
		padding-left: 5px;
	}
	#nav ul li ul.subnav {
		opacity: 1;
		display: block;
		text-align: center;
		position: relative;
		width: 100%;
		margin: 0;
		left: -5px;
		border: 0 !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#nav ul li ul.subnav li a, #nav ul li ul.subnav li:last-child a {
		border: 0;
		text-align: center;
		width: 80%;
		padding: 11px 0 12px 0;
		margin: 0 auto;
		border-bottom: 1px dashed rgba(255,255,255,0.25);
		border-radius: 0;
	}
	#nav ul li.hassub ul li.single a {
		margin-top: 11px !important;
		border-top: 1px dashed rgba(255,255,255,0.25) !important;
	}
	#nav ul li ul.subnav li:last-child a {
		border-bottom: 0;
	}
	#nav ul li ul.subnav li a {
		font-size: 18px;
		line-height: 18px;
	}
	#nav ul li ul.subnav li a::before {
		content: "-";
		padding-right: 5px;
		font-weight: 500;
	}
	.strip.splash {
		width: 100%;
		position: relative;
		min-height: 400px;
		height: 400px;
		border-top: 0;
		/* background: none !important; */
		/* border-top: 1px dashed rgba(0,0,0,0.15); */
		/* border-bottom: 1px dashed rgba(0,0,0,0.15); */
	}
	.strip.splash .olay {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing: border-box;
		box-shadow: inset 0 10px 10px -12px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0 10px 10px -12px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 0 10px 10px -12px rgba(0,0,0,0.5);
		/* background: rgba(255,255,255,0.25); */
		border-top: 0 solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 0;
		margin: 0;
		font-size: 0;
		line-height: 0;
	}
	.strip.splash .content {
		padding: 0;
	}
	.strip.intro .content {
		padding: 40px 0 50px 0;
	}
	.strip.clean .content {
		width: 95%;
		padding: 25px 15px 25px 15px;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing: border-box;
		margin: 0 auto 60px auto;
		text-align: left;
	}
	.strip.clean.blog .content {
	}
	.blog-article-date {
	}
	.strip.clean .content ul, .strip.clean .content ol {
		margin: 0 0em 1.5em 1.5em;
	}
	.strip.splash .p24-h1-container {
		display: table;
		width: 100%;
		text-align: center;
		border: 0;
		padding: 0;
		margin: 0;
	}
	.strip.splash .p24-h1-titles {
		width: 100%;
		min-height: 400px;
		height: 400px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.strip.splash h1 {
		display: inline-block;
		padding: 0;
		font-size: 20px;
		line-height: 26px;
		font-weight: 500;
		/* color: #333; */
		/* background: none; */
		background: rgba(0,0,0,0.4) url("../images/splash-overlay-h1-25pc.png") top center repeat;
		border-radius: 10px;
		border: 0;
		text-shadow: 0px 0px 5px rgba(0,0,0,1);
		/* text-shadow: 0 1px 0 rgba(255,255,255,0.65); */
		width: auto;
		padding: 8px 15px 10px 15px;
	}
	.strip.splash h1 span.event {
		display: block;
		font-size: 36px;
		line-height: 42px;
		text-transform: inherit;
		font-weight: 600;
		/* color: #333; */
		padding: 0;
		margin: -2px 0 1px 0;
		letter-spacing: 0px;
		/* text-shadow: 0 1px 0 rgba(255,255,255,0.65); */
		text-shadow: 0px 0px 5px rgba(0,0,0,1);
		border-bottom: 0;
		background: none;
	}
	.strip.splash h1 span.event-date {
		display: block;
		font-size: 20px;
		line-height: 26px;
		/* color: #333;*/
		text-shadow: 0px 0px 5px rgba(0,0,0,1);
		font-weight: 500;
	}
	.strip.hb-navy, .strip.hb-blue, .strip.hb-green, .strip.hb-red {
		background-image: none;
		box-shadow: inset 0 10px 10px -12px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0 10px 10px -12px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 0 10px 10px -12px rgba(0,0,0,0.5);
	}
	.strip.hb-navy:after, .strip.hb-blue:after, .strip.hb-green:after, .strip.hb-red:after {
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		bottom: -20px; 
		margin-left: -50px;
	}
	.intro-txt p {
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
		margin: 0 0 40px 0;
		text-align: center;
	}
	.booknow-container {
		margin: 40px auto 0 auto;
	}
	.share-social {
		padding: 8px 10px;
		margin: 40px auto 0 auto;
	}
	.share-txt {
		margin: 0 15px 0 0;
		line-height: 30px;
		font-size: 17px;
	}
	a.share-facebook, a.share-twitter, a.share-email {
		width: 30px;
		height: 30px;
		margin: 0 15px 0 0;
	}
	a.share-facebook {
		background: transparent url("../images/social-facebook.png") center center no-repeat;
		background-size: 30px 30px;
	}
	a.share-twitter {
		background: transparent url("../images/social-twitter.png") center center no-repeat;
		background-size: 30px 30px;
	}
	a.share-email {
		background: transparent url("../images/social-email.png") center center no-repeat;
		background-size: 30px 30px;
		margin-right: 0;
	}
	.blog-share a.share-facebook, .blog-share a.share-twitter, .blog-share a.share-email {
		margin-top: 5px;
	}
	.blog-share a.share-facebook, .blog-share a.share-twitter {
		margin-right: 25px;
	}
	.content.balance {
		margin: 70px auto 70px auto;
		column-gap: 0;
		row-gap: 60px;
	}
	.content.balance .p24-flx-5050 {
		flex: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.content.balance .p24-flx-5050:last-child {
	}
	.content.balance .p24-flx-5050:nth-child(1) { order: 2; }
	.content.balance .p24-flx-5050:nth-child(2) { order: 1; }
	.content.balance .p24-flx-5050:nth-child(3) { order: 3; }
	.content.balance .p24-flx-5050:nth-child(4) { order: 4; }

	.strip.intro.prev-events .content {
		padding-top: 60px;
	}
	.one-whole {
		margin-bottom: 40px;
	}
	.one-half.lft {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 50px 0;
		text-align: center;
	}
	.gallery .one-half.lft {
		margin-bottom: 30px;
	}	
	.strip.intro .one-half.lft {
		margin-bottom: 40px;
	}	
	.one-half.rt {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.one-half.final {
		margin-bottom: 50px;
	}
	.gallery .one-half.final {
		margin-bottom: 30px;
	}	
	.one-half.final.done  {
		margin-bottom: 0;
	}
	.one-half.rsp-contact {
		margin-bottom: 0;
	}
	.one-half.rsp-contact .booking-info {
		margin-top: 0;
		margin-bottom: 0;
	}
	.one-half.lft.rsp-contact .booking-info {
		border-bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.one-half.rt.rsp-contact .booking-info {
		border-top: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	.one-quarter {
		float: left;
		width: 47.5%;
		margin: 0 5% 0 0;
	}
	.one-quarter.mid, .one-quarter.final {
		margin-right: 0;
		margin-bottom: 50px;
	}
	.gallery .one-quarter.mid, .gallery .one-quarter.final {
		margin-bottom: 30px;
	}
	.one-quarter.final.done  {
		margin-bottom: 0;
	}
	.one-third {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 50px 0;
	}
	.gallery .one-third {
		margin-bottom: 30px;
	}
	.one-third.start {
		margin-top: 0;
	}
	.one-third.final {
		margin-bottom: 50px;
	}
	.gallery .one-third.final {
		margin-bottom: 30px;
	}
	.one-third.final.done {
		margin-bottom: 0;
	}
	.safari-one-third {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.safari-one-third.start {
		margin-top: 0;
	}
	.safari-one-third.final {
		margin-bottom: 30px;
	}
	.safari-one-third.final.done {
		margin-bottom: 0;
	}
	.resp-gap {
		clear: both;
		display: block;
		width: 100%;
		height: 0;
	}
	p.resp-intro {
		padding-bottom: 0;
	}
	.hire-price {
		font-size: 45px;
		line-height: 45px;
		letter-spacing: -0.5px;
	}
	.hire-price span {
		font-size: 30px;
		line-height: 45px;
	}
	ul.spacey li {
		font-size: 18px;
		line-height: 30px;
	}
	ul.facilities, ul.spacey {
		display: inline-block;
		list-style: none;
		margin-bottom: 30px;
		border-top: 1px dotted #bbb;
		width: auto;
		min-width: 75%;
	}
	ul.facilities.no-more {
		margin: 0;
	}
	ul.facilities li, ul.spacey li {
		text-align: left;
		padding: 4px 10px 4px 10px;
		border-bottom: 1px dotted #bbb;
		margin: 0;
	}
	.strip.hb-navy .content, .strip.hb-blue .content, .strip.hb-green .content, .strip.hb-red .content {
		padding: 50px 0 45px 0;
	}
	.strip.hb-navy h2, .strip.hb-blue h2, .strip.hb-green h2, .strip.hb-red h2 {
		letter-spacing: -0.5px;
		font-size: 42px;
		line-height: 42px;
	}
	.strip.hb-navy p, .strip.hb-blue p, .strip.hb-green p, .strip.hb-red p {
		margin: 12px auto 10px auto;
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
		width: 80%;
	}
	.strip.hb-green h2, .strip.hb-green p {
		color: #333;
	}
	#resp-more {
		margin-top: 25px;
		cursor: pointer;
		display: inline-block;
	}
	#resp-more:hover {
	}
	#resp-about-more {
		margin-top: 25px;
		display: none;
	}
	.tent-profile h3 {
		font-size: 32px;
		line-height: 34px;
		letter-spacing: -0.1px;
	}
	.tent-profile h3.no-pic-above {
		letter-spacing: -0.25px;
	}
	.tent-profile h3 span {
		margin-top: 5px;
	}
	a.btn.large {
		font-size: 22px;
		line-height: 22px;
		padding: 25px;
		width: 75%;
		display: inline-block;
		margin: 0 auto;
	}
	table#booking th {
		padding: 10px 8px;
		font-size: 16px;
		line-height: 16px;
	}
	table#booking td {
		padding: 8px;
		font-size: 16px;
		line-height: 24px;
	}
	table#booking .smaller {
		font-size: 15px;
		line-height: 22px;
	}
	table#booking thead, table#booking tbody, table#booking th, table#booking td {
		border: 1px solid #bbb;
	}
	#booking-frm a.booking-delete {
		color: #be2d3e;
		font-size: 15px;
		line-height: 22px;
		font-weight: 400;
	}
	#booking-frm a.booking-delete:hover {
		text-decoration: underline;
	}
	table#booking strong {
		font-weight: 600;
	}
	table#booking td.final-total {
		font-size: 21px;
		line-height: 21px;
	}
	.smaller {
		font-size: 15px;
		line-height: 22px;
	}
	.booking-added, .booking-removed, .booking-info {
		font-size: 16px;
		line-height: 23px;
		text-align: center;
		margin: 25px 0 25px 0;
	}
	.booking-added span, .booking-removed span {
		display: block;
	}
	.booking-added {
		background-color: rgba(0,153,0,0.1);
	}
	.add-more a.btn.mini {
		display: block;
	}
	.booking-removed {
		background-color: rgba(190,45,62,0.1);
	}
	a.btn.mini {
		padding: 10px 12px;
	}
	.one-whole p.btn-mid a.btn.large {
		width: 100%;
		display: block;
	}
	.checkout-btn {
		margin: 0;
		padding-top: 5px;
	}
	.success-big {
		font-size: 18px;
		line-height: 26px;
	}
	h4.no-gap {
		font-size: 16px;
		line-height: 23px;
		text-align: center;
	}
	.pp-sbmt {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.pp-cards {
		display: block;
		text-align: center;
		margin: 25px auto 0 auto;
		width: 306px;
		height: auto;
	}
	#booking-frm .sbmt, #booking-frm .sbmt:hover, #booking-frm .sbmt.off, #booking-frm .sbmt.off:hover {
		display: block !important;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	}
	.strip.footer {
		box-shadow: inset 0 20px 15px -15px rgba(0,0,0,0.35);
		-moz-box-shadow: inset 0 20px 15px -15px rgba(0,0,0,0.35);
		-webkit-box-shadow: inset 0 20px 15px -15px rgba(0,0,0,0.35);
	}
	.strip.footer .content {
		padding: 50px 0 80px 0;
		width: 97.5%;
	}
	#footer-logos {
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin-bottom: 150px;
	}
	#footer-logos img {
		margin-top: 10px;
	}
	#footer-logos div {
		text-align: center;
		margin-bottom: 10px;
	}
	#footer-sponsor {
		left: 50%;
		bottom: 245px;
	}
	#footer-lft {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	#footer-rt {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	#footer-lft p, #footer-rt p {
		color: #c9cfd6;
		font-weight: 400;
		text-align: center;
		font-size: 14px;
		line-height: 22px;
	}
	#footer-rt span {
		display: none;
	}
	.scroll-up a, .scroll-up a:link, .scroll-up a:visited {
		bottom: 35px;
		right: 35px;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
	.scroll-up a:hover, .scroll-up a:focus {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
}

/* -------------------------------------------- */

@media only screen and (max-width: 539px) {
	#bunting-l {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 54px;
		background: url("../images/header-bunting-left.png") no-repeat;
		background-size: 100px 54px;
	}
	#bunting-r {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 54px;
		background: url("../images/header-bunting-right.png") no-repeat;
		background-size: 100px 54px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 960px) {
	#bunting-l {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 180px;
		height: 98px;
		background: url("../images/header-bunting-left.png") no-repeat;
		background-size: 180px 98px;
	}
	#bunting-r {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 180px;
		height: 98px;
		background: url("../images/header-bunting-right.png") no-repeat;
		background-size: 180px 98px;
	}
	#social {
		width: 310px;
		height: 30px;
		margin-top: 12px;
	}
	#twitter a, #facebook a, #instagram a, #youtube a, #basket a, #menu a {
		width: 30px;
		height: 30px;
		margin-right: 40px;
		background-size: 30px 30px;
	}
	#telephone-icn a {
		width: 30px;
		height: 30px;
		margin-right: 0;
		background-size: 30px 30px;
	}
	#basket #basket-qty {
		right: 62px;
	}
	.content.balance .p24-flx-5050 {
		flex: 85%;
		flex-grow: inherit;
	}
	.content.balance .p24-flx-5050 .pic-container {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.pic-container {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

	#logo a {
		margin-top: 12px;
		}
	#social {
		width: 420px;
		height: 36px;
		margin: 8px auto 0 auto;
		text-align: center;
		position: relative;
	}
	#twitter a, #facebook a, #instagram a, #youtube a, #basket a, #menu a, #telephone-icn a {
		float: left;
		position: static;
		display: inline;
		width: 36px;
		height: 36px;
		margin-right: 60px;
		border-radius: 3px;
	}
	#youtube a {
		background: url("../images/header-icon-youtube.png") no-repeat;
		background-size: 36px 36px;
	}
	#twitter a, #facebook a, #instagram a, #youtube a, #basket a {
		background-size: 36px 36px;
	}
	#basket #basket-qty {
		position: absolute;
		right: 88px;
		top: -5px;
		background: #425a78;
		font-size: 9px;
		line-height: 9px;
		padding: 3px;
		width: 9px;
		height: 9px;
	}
	#menu a {
		background: url("../images/header-icon-menu.png") no-repeat;
		background-size: 36px 36px;
		cursor: pointer;
	}
	#telephone-icn a {
		background: url("../images/header-icon-phone.png") no-repeat;
		background-size: 36px 36px;
		margin-right: 0;
	}
	.strip.splash {
		min-height: 475px;
		height: 475px;
	}
	.strip.splash .p24-h1-titles {
		min-height: 475px;
		height: 475px;
	}
	.strip.splash h1 {
		display: inline-block;
		padding: 0;
		font-size: 22px;
		line-height: 28px;
		font-weight: 600;
		/* color: #333; */
		/* background: none; */
		background: rgba(0,0,0,0.4) url("../images/splash-overlay-h1-25pc.png") top center repeat;
		border-radius: 8px;
		border: 0;
		text-shadow: 0px 0px 5px rgba(0,0,0,1);
		/* text-shadow: 0 1px 0 rgba(255,255,255,0.65); */
		width: auto;
		padding: 8px 20px 10px 20px;
	}
	.strip.splash h1 span.event {
		display: block;
		font-size: 48px;
		line-height: 56px;
		text-transform: inherit;
		font-weight: 700;
		/* color: #333; */
		padding: 0;
		margin: -2px 0 0 0;
		letter-spacing: -0.1px;
		/* text-shadow: 0 1px 0 rgba(255,255,255,0.65); */
		text-shadow: 0px 0px 5px rgba(0,0,0,1);
		border-bottom: 0;
		background: none;
	}
	.strip.splash h1 span.event-date {
		display: block;
		font-size: 22px;
		line-height: 28px;
		/* color: #333;*/
		text-shadow: 0px 0px 5px rgba(0,0,0,1);
		font-weight: 600;
	}
	.content.balance {
	}
	.content.balance .p24-flx-5050 {
		flex: 80%;
		flex-grow: inherit;
	}
	.content.balance .p24-flx-5050 .pic-container {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.pic-container {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 1600px) {
	#bunting-big-l {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 180px;
		height: 98px;
		background: url("../images/header-bunting-left.png") no-repeat;
		background-size: 180px 98px;
	}
	#bunting-big-r {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 180px;
		height: 98px;
		background: url("../images/header-bunting-right.png") no-repeat;
		background-size: 180px 98px;
	}
