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, 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;
}
html {
    -webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	color: #545454;
	font-size: 1em;
	/*font-family: 'Allura', cursive;
	font-family:'Lora', serif;*/
}

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

strong {
	font-weight:700;
}


.hidden {
	visibility: hidden;
	display: none;
}

.thin {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}



a.link {
	color: #000;
	text-decoration: none;	
}

a.link:hover {
	text-decoration: underline;
}


p {
	margin-bottom: 20px;
}



.fw_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1400px;
   
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    
}


.wrapper {
    width: auto;
    height: auto;
    margin: 0px 2%;
    overflow: hidden;
}


/******************************************************** HEADER */

.header_bg {
	background-image: url('/assets/header/header_bg.jpg');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}

#header_info {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.header_info {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	font-size: 1.3em;
}

.header_info a {
	color: #545454;
	text-decoration: none;
	transition: color 0.3s;
}

.header_info a:hover {
	color: #000;
}

.header_info.phone {
	font-size: 1.8em;
}

#logo {
	width: 90%;
	height: auto;
	float: left;
	margin: 30px 0px 30px 5%;
	text-align: center;
}

#logo img {
	width: 100%;
	max-width: 400px;
}



/******************************************************** NAV */

nav {
	width: 100%;
	height: 60px;
	float: right;
	margin: 0px 0px 0px 0px;
	display: flex;
}

nav ul {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}


nav ul li {
	display: flex;
}

nav ul li a {
	display: flex;
	width: auto;
	height:100%;
	margin: 0px 0px 0px 0px;
	color: #545454;
	font-size: 0.95em;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
    align-items: center;
    padding: 0px 16px;
    text-align: center;
    line-height: 1.3;
}

nav ul li a:hover {
	background-color: #2D3750;
	color: #fff;
}

nav ul li a.nav_on {
	background-color: #2D3750;
	color: #fff;
}

#nav_button {
	width: auto;
	height: 60px;
	float: right;
	margin: 0px 0px 0px 0px;
	background-image: url(../assets/nav/nav_button.png);
	background-size: 60px 60px;
	cursor: pointer;
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 60px;
	color: #ddd;
	display: none;
	font-size: .95em;
	display: none;
}

.flexDisplay {
	display: flex;
}

/******************************************************** BANNER */

#banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	
}

#banner img {
	width: 100%;
	display: block;
}

#welcome {
	width: 80%;
	height: auto;
	float: left;
	margin: 30px 0px 30px 10%;
	line-height: 1.4;
	font-size: 1.2em;
	color: #555;
	text-align:center;
}


/******************************************************** SHARED */

.section {
	padding: 50px 0px;
	line-height: 1.4;
}

.page_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;
	text-align:center;
	font-family: 'Allura', cursive;
	/*color: #2D3750;
	background-color: #FDFDFD;*/
	color: #fff;
	/*background-color: #2D3750;*/
	background-image: url(../assets/shared/title_bg.jpg);
	background-size: cover;
	background-position: 0% 50%;
	font-size: 4em;
	padding: 30px 3% 30px 3%;
	line-height: 1.2;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 2px 2px 2px #273045;
}


.page_title.grey {
	color: #fff;

}

.page_title.home_title {
	font-size: 6em;
	text-align: center;
}

.page_text {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 30px 0px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5;
	padding: 30px 3% 30px 3%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

.section_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0px 0px 0px;
	color: #2D3750;
	font-family: 'Allura', cursive;
	font-size: 3em;
}

.section_title.first {
	margin-top: 0px;
}

.image_wrapper {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}

img.fw {
	width: 100%;
	max-width: 1100px;
	margin: 20px 0px 40px 0px;
	text-align: center;
}

/********************************************************  BANNER */

.available {
	color: #fff;
	font-size: 3em;
	font-weight: 300;

}

.event_type {
	font-family: 'Allura', cursive;
	font-size: 6em;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.slider_more {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	color: #fff;
	background-color: #2D3750;
	font-size: 1.1em;
	font-weight: 300;
}

.slider_more a {
	text-decoration: none;
	color: #fff;
	display: block;
}

.slider_more a:hover {
	text-decoration: underline;
}

/******************************************************** BOXES */

.boxes_bg1 {
	background-image: url(../assets/boxes/bg1.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

.boxes_bg2 {
	background-image: url(../assets/boxes/bg2.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

.boxes_bg3 {
	background-image: url(../assets/boxes/bg3.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

.boxes {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: stretch;
}

.boxes.rev {
	flex-direction: row-reverse;
}

.box_img {
	width: 50%;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
	display: flex;
	align-items: center;
}

.box_img.hide_full {
	display: none;

}

.box_text {
	width: 50%;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: right;
	display: flex;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px;
}

.box_img_title {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 2%;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-size: 4em;
	letter-spacing: -1px;
	line-height: 0.8;
	padding-bottom: 4px;
	border-bottom: 4px solid #fff;
}

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

.box_title {
	font-family: 'Allura', cursive;
	color: #2D3750;
	font-size: 4em;
	margin-bottom: 30px;
}

.box_text_text {
	font-size: 1.1em;
	line-height: 1.6;
	font-weight: 300;
}

.box_link {
	height: auto;
	width: auto;
	float: left;
	margin: 20px 0px 0px 0px;
}

a.box_more {
	background-color: #2D3750;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 20px;
	margin-top:20px;
	font-size: 0.95em;
	margin-bottom: 40px;
	transition: all 0.2s;
}

a.box_more:hover {
	background-color: #21283A;

}

/********************************************************  BLUE SUSTAINABILITY */

.d_blue_bg {
	background-color: #2D3750;
	background-image: url(../assets/shared/recycle.jpg);
	background-repeat: no-repeat;
	background-position: -10% -5%;
}

.blue_sustain {
	padding: 70px 0px;
	display: flex;
	align-items: stretch;
}

.blue_sustain_left {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	
}

.blue_sustain_left h5 {
	font-size: 3em;
	color: #fff;
	font-weight: 300;
	line-height: 1.1;
	padding-bottom: 30px;
}

.blue_sustain_left p {
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.5;
	margin-left: 2%;
	
}

.blue_sustain_left p.sus_title {
	font-weight: 700;
	
}

.blue_sustain_right {
	width: 32%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}

.blue_sustain_right a {
	float: right;
	background-color: #fff;
	color: #39495D;
	padding: 14px 20px;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: -1px;
}

/********************************************************  LOCAL PRODUCE */

.cows {
	background-image: url(../assets/suppliers/cows.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*border-bottom: 3px solid #ddd;*/
}

.local_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 50px 0px 0px 0px;
	font-weight: 300;
	font-size: 4em;
	text-align: right;

}

.local_title_sub {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 70px 0px;
	font-weight: 300;
	font-size: 1.9em;
	text-align: right;

}

.supplier {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 80px 0px;
}

.supplier_logo {
	width: 20%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.supplier_logo img {
	width: 100%;
	max-width: 200px;
}

.supplier_text_wrap {
	width: 76%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}

.supplier_title {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 40px 0px;
	color: #2C3750;
	font-size: 1.8em;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 1px solid #2C3750
}

.supplier_text {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.4;
}

/******************************************************** BOUNCY CASTLE PAGE */

.current_castles {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 30px 0px;
	text-align: center;
}

.current_castle {
	width: 32%;
	height: auto;
	float: left;
	margin: 0px 0px 26px 0px;
	border: 3px solid #f3f3f3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	line-height: 1.3;
}

.castle-grid-sizer {
    width: 32%;
}

.castle-gutter-sizer {
    width: 2%;
}

.castle_title {
	width: 96%;
	height: auto;
	float: left;
	margin: 18px 0px 10px 2%;
	color: #2D3750;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: -1px;
}

.castle_image {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 2%;
}

.castle_image img {
	width: 100%;
	max-width: 500px;
}

.castle_desc {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 2%;
	color: #555;
	font-size: 1em;
}

.castle_price_day {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 2%;
	color: #2D3750;
	font-size: 1em;
	font-weight: 700;
}


.castle_price_week {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 2%;
	color: #2D3750;
	font-size: 1.1em;
	font-weight: 700;
}

img.pipa_page {
	margin-bottom: 30px;
	margin-left: 3%;
}

.castle_enquire {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #2D3750;
	padding: 20px 0px;
}

.castle_enquire a {
	color: #555;
	text-decoration: none;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	
}

.castle_enquire a:hover {
	text-decoration: underline;
}

/******************************************************** FOOTER */

#footer_left {
	width: 60%;
	height: auto;
	float: left;
	margin: 30px 0px 0px 0px;
}

#footer_right {
	width: 30%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	/*background-image: url('/assets/header/header_bg.jpg');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;*/
}

.footer_bg {
	background-color: #2D3750;
}

.copy_bg {
	background-color: #273047;
}

#footer_logo {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px 20px 0px;
	text-align: center;
	background-color: #fff;
	padding: 40px 5%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #21283A;
}

#footer_logo img {
	width: 80%;
}

.footer_left_section {
	width: 50%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

.footer_title {
	width: 90%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 2%;
	color: #fff;
	font-family: 'Allura', cursive;
	font-size: 2.8em;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.services {
	width: 90%;
	height: auto;
	float: left;
	margin: 20px 0px 20px 10%;
}

.services a {
	color: #fff;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
}

.services a:hover {
	text-decoration: underline;
}

.services h5 {
	margin-bottom: 15px;
}

.footer_phone {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	font-size: 1.6em;
}

.footer_email {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 1.3em;
}

#copy {
	width: 50%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px;
	font-size: 0.9em;
	color: #f0f9f9;
}

#copy a {
	color: #fff;
}

#web {
	width: 50%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px;
	font-size: 0.9em;
	color: #f0f9f9;
	text-align: right;
}

#web a {
	color: #fff;
}

/******************************************************** SCROLL TO TOP */

#scrollToTop {
	width:50px; 
	height:50px;
	position:fixed;
	bottom:40px;
	right:20px;
	background-image: url(../assets/shared/up_arrow.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	cursor: pointer;
	display:none;
}

#scrollToTop:hover{
	opacity: 0.8;
}

/******************************************************** COOKIE BANNER */
.section.left {
	text-align: left;
}


#cookie_info {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #2D3750;
	color: #545454;
	padding: 16px 2% 4px 2%;
	line-height: 1.2;
	display: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ccc;
}

#cookie_text {
	width: 78%;
	height: auto;
	float: left;
	margin: 9px 0px 0px 0px;
	font-size: 1em;
}

#cookie_text p {
	color: #fff;
}

#cookie_info a {
	color: #fff;
}

button#cookie_ok {
	width: 20%;
	height: auto;
	float: right;
	color: #000;
	background-color: #fff;
	border: none;
	padding: 10px 0px;
	margin: 0px 0px 6px 0px;
	cursor: pointer;
	font-size: 1.1em;
	text-align: center;

}

button#cookie_ok:hover {
	background-color: #f8f8f8;
}

p.policy_title {
	font-size: 1.4em;
	color: #2D3750;
	font-weight: 700;
	margin-bottom: 14px;
	margin-top: 45px;
}

p.policy_title:first-of-type {
	margin-top: 0px;
}

p.policy_txt {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #545454;
}

ul.policy {
	margin: 40px 0px 20px 5%;
	font-size: 1em;
	line-height: 1.3;
	color: #666;
}

ul.policy li {
	margin-bottom: 16px;
	overflow: hidden;
	color: #2D3750;
}

ul.policy li a {
	font-size: 1em;
	margin-left: 0px;
	color: #2D3750;
	
}

table.cookies {
	width: 97%;
	margin: 30px 0px 30px 3%;
	text-align: left;
	border: 1px solid #ccc;
	float: left;
	color: #545454;
}

table.cookies thead {
	border-bottom: 1px solid  #ccc;
}


table.cookies th {
	padding: 10px;
}

table.cookies td {
	padding: 10px;
}

table.cookies td p {
	margin-bottom: 20px;
	line-height: 1.3;
}


table.cookies tr {
	margin: 20px 0px;
}

td#col1 {
	width: 22%;
	padding: 20px 1%;
}

td#col2 {
	width: 22%;
	padding: 20px 1%;
}

td#col3 {
	width: 56%;
	padding: 20px 1%;
}

/******************************************************** PHONE NUMBERS */
/*a[href^=tel]{
    color:inherit;
    text-decoration:none;
}*/

/******************************************************** SAFARI */

a.surround {
	text-decoration: none;
}

a.surround:visited {
	color: #fff;
}

a.surround:active {
	color: #fff;
}


/******************************************************** FIREFOX */

@-moz-document url-prefix() {


}

/******************************************************** RESPONSIVE */

@media screen and (max-width: 840px) {
	nav {
		width: 100%;
		height: auto;
		display: inline;
		text-align: center;
	}

	nav ul {
		display: none;
        height: auto;
        width: 100%;
        margin-left: 0px;
        flex-direction: column;
	}

	nav ul li {
        height: auto;
        width: 100%;
    }

    nav ul li a {
        display: inline;
        width: 100%;
        padding: 0px;
        height: 44px;
        line-height: 44px;
    }

    #nav_button {
    	display: block;
    }


}

@media screen and (max-width: 780px) {
	#footer_right {
		display: none;
	}

	#footer_left {
		width: 100%;
	}

	#copy {
		width: 100%;
		text-align: center;
		padding-bottom: 0px;
	}

	#web {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 630px) {
	
	.boxes {
		display: block;
	}

	.box_img {
		height: 300px;
		width: 100%;
	}

	.box_text {
		width: 100%;
	}

	.current_castle {
		width: 48%;
	}

	.castle-grid-sizer {
	    width: 48%;
	}

	.castle-gutter-sizer {
	    width: 2%;
	}

	/*.box_img.hide_full {
		display: block;
		height: auto;
		margin: 0px 0px 0px 0px;
		float: left;
		display: flex;
		align-items: center;
		height: 300px;
		width: 100%;
	}

	.box_img.hide_tablet {
		display: none;
	}*/

	.blue_sustain {
		display: block;
	}

	.blue_sustain_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.blue_sustain_right {
		width: 100%;
		justify-content: center;
	}

	.local_title {
		text-align: center;
	}

	.local_title_sub {
		text-align: center;
	}

	.supplier_logo {
		width: 100%;
		text-align: center;
	}

	.supplier_text_wrap {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}

	#header_info {
		flex-direction: column;
	}

	.header_info {
		margin-bottom: 20px;
	}

	.footer_left_section {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer_title {
		width: 100%;
		margin-left: 0px;
	}

	.services {
		width: 100%;
		margin-left: 0px;
	}

	.page_title.home_title  {
		font-size: 4em;
	}

	.page_title {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#logo img {
		max-width: 260px;
	}
}

@media screen and (max-width: 460px) {
	.current_castle {
		width: 100%;
	}

	.castle-grid-sizer {
	    width: 100%;
	}

	.castle-gutter-sizer {
	    width: 0%;
	}
}