/* Fonts
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush');
/*----------------------------------------------------------------------------*/

/* General
------------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #fff;
	position: relative;
}


input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}

#main div.wrapper {
	padding: 30px 20px;
}

div.wrapper {
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
}

div.wrapper.bb {
	max-width: 700px;
}


#main div.wrapper.full_img {
	padding: 0;
}

.full_img img {
	width: 100%; height: auto;
}

img.bv {
	width: 150px !important; height: auto !important;
}

body.view_homepage #main div.wrapper {
	padding: 0;
}

#main div.wrapper.no_padding {
	padding: 0;
}

#main div.wrapper.no_vertical_padding {
	padding-top: 0;
	padding-bottom: 0;
}

.bb {
	max-width: 720px !important;
}

.bb_left {
	max-width: 225px;
}

.bb_left.home_col { min-width: 470px; margin-bottom: 20px; padding: 0; position: relative; }
.bb_right.home_col { max-width: 225px; min-width: 225px; margin-bottom: 20px; padding: 0; }

.bb_right {
	max-width: 470px;
	width: auto !important;
}

a.no_underline {
	text-decoration: none !important;
}
/*----------------------------------------------------------------------------*/


/* General Content
------------------------------------------------------------------------------*/

body.hl_home .general_content div.standard_box {
	background-color: #fff;
	padding: 20px !important;
}

.general_content.last {
	padding-bottom: 40px;
}

.bb_left .general_content { width: 225px; }
.bb_right .general_content { width: 470px; }

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

.align_right {
	text-align: right !important;
}

.align_left {
	text-align: left !important;
}

p.large_outro {
	padding: 20px 0;
	text-align: center;
	font-size: 22px !important;
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif !important;
}

.general_content ul { list-style: disc; }
.general_content ol { list-style: decimal; }

.general_content ul.red_bullet { color: #ff0000; }
.general_content ul.red_bullet li span { color: #003366 }

strong { font-weight: bold; }
em { font-style: italic; }

.general_content ul,
.general_content ol {
	margin: 0 0 2em 2.5em;
}

.general_content li,
.general_content p {
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 1em 0;

	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.general_content.larger li,
.general_content.larger p {
	font-size: 16px;
}

.general_content.compress_vertical {
	margin-bottom: -50px;
}

.general_content.spaced p {
	line-height: 2em;
}

.general_content.justified p {
	text-align: justify;
}

h1.main {
	font-size: 60px;
	margin: 0;
	text-align: center;
	font-family: 'Caveat Brush', cursive;
	text-transform: uppercase;
	padding: 30px 0 30px 0;
	font-weight: normal;
}

h2.main {
	font-size: 28px;
	line-height: 1.4em;
	margin: -10px 0 0 0;
	text-align: center;
	font-family: "program", sans-serif;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	font-weight: normal;
}

h1.main span.sub {
	display: block;
	font-family: "program", sans-serif;
	font-size: 18px;
	padding-top: 10px;
}

h2.section_header {
	font-family: "program", sans-serif !important;
	font-size: 22px;
	margin-bottom: 16px;
	font-weight: normal;
}

h2.fancy_header {
	font-family: 'Caveat Brush', cursive;
	font-size: 32px;
	margin-bottom: 16px;
	font-weight: normal;
}

h2.fancy_header_no_margin {
	font-family: 'Caveat Brush', cursive;
	font-weight: normal;
	font-size: 32px !important;
	line-height: 1em !important;
	margin-bottom: 0 !important;
}

h2.fancy_header_no_margin span {
	font-family: "program", sans-serif !important;
	font-size: 16px;
	color: #003366;
	margin: 0 0 0 0 !important;
	padding-left: 10px;
}

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

.general_content h1 { font-size: 22px; }
.general_content h2 { font-size: 20px; }
.general_content h3 { font-size: 18px; }
.general_content h4 { font-size: 16px; }
.general_content h5 { font-size: 14px; }

.general_content h1,
.general_content h2,
.general_content h3,
.general_content h4,
.general_content h5 {
	color: #003366;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

.general_content h2.large {
	font-size: 34px;
	line-height: 1.3em;
	margin: 0 0 0.8em 0;
}

.general_content h3.medium {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.2em;
}

.general_content h3.cursive {
	font-size: 24px;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	margin-bottom: 0.4em;
}

h3.week_beginning {
	text-align: center; font-size: 16px; line-height: 30px; padding: 5px; background-color: #fff; margin-top: 0 !important;
}

.general_content div.hl_block {
	background-color: #eee;
	padding: 15px;
	margin: 0 0 1.4em 0;
	border-radius: 8px;
}

* p:last-child {
	margin: 0 0 0 0;
}


.general_content blockquote {
	color: #666;
	background-color: inherit;
	line-height: 1.5em;
	font-style: italic;
	font-size: 120%;
	margin: 0 30px 1.4em 30px;
	text-indent: 1em;
	padding: 0.5em 0 0 0;
	position: relative;

}

.general_content blockquote p:before,
.general_content blockquote p:after {
	color: #CCC;
	font-size: 200%;
	display: inline;
	line-height: 0;
	position: relative;
}

.general_content blockquote p:before {
	content: 'â';
	top: 0.2em; left: -0.5em;
}

.general_content blockquote p:after {
	content: 'âž';
	top: 0.4em; left: 0.2em;
}

.general_content blockquote.long p:before,
.general_content blockquote.long p:after {
	content: none;
}

.general_content blockquote.long {
	background-image: none;
	border-left: 4px solid #ccc;
	padding: 0 1.4em 0 1em;
	margin: 0 0 1.4em 1em;
	text-indent: 0;
}

.general_content p.blockquote_credit {
	text-align: right;
	margin-top: -1em;
	padding-right: 2.3em;
	color: #333;
}

.general_content p.blockquote_credit.stand_alone {
	margin-top: 1.5em;
}

a,
.general_content a {
	color: #ff0000;
	text-decoration: underline;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.general_content .cursive_highlight {
	color: #cc0000;
	font-family: 'Pacifico', cursive;
	font-size: 1.5em;
	position: relative;
	top: 0.1em;
}

div.mobile_hz_scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 15px;
}

p.fancy_outro_text {
	margin-top: 20px;
	width: 260px;
	text-align: center !important;
	line-height: 1.2em;
	font-family: 'Pacifico', cursive;
	font-size: 30px !important;
	margin-left: -10px;
  -ms-transform: rotate(-5deg); /* IE 9 */
   -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
   transform: rotate(-5deg);
}
p.fancy_outro_text.alt {
  -ms-transform: rotate(5deg); /* IE 9 */
   -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
   transform: rotate(5deg);
}

.shadow {
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}

input.big_button,
a.big_button {
	text-align: center;
	margin: 20px auto;
	max-width: 500px;
	display: block;
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	padding: 15px 50px;
	background-color: #003366;
	color: #fff;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	font-size: 32px;
	position: relative;
	text-decoration: none;
	line-height: 1em;
}

input.big_button {
	box-shadow: none;
	border: none;
}

input.big_button.full {
	display: block;
	width: 100% !important;
}

a.big_button span {
	position: absolute;
	display: block;
	right: 25px;
	top: 50%;
	margin-top: -0.5em;
}

.smaller_outro {
	margin-top: -10px !important;
	font-size: 14px !important;
}
/*----------------------------------------------------------------------------*/


/* Button List
------------------------------------------------------------------------------*/
ul.button_list {
	text-align: center;
	margin: 0; padding: 0;
	margin: 10px 0 0 0;
}

ul.button_list li {
	padding: 0 10px;
	display: inline-block;
}

ul.button_list li span {
	display: block;
	margin: 0 auto;
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

ul.button_list li a {
	width: 175px;
	color: #006699;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 10px;
	display: block;
	padding: 10px;
}

ul.button_list li.book_places a {
	color: #cc0000;
	font-weight: bold;
}

ul.button_list li a.current {
	color: #fff;
	background-color: #003366;
}

ul.button_list li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #003366;
}

ul.button_list li a.current span,
ul.button_list li a:hover span {
	color: #fff;
}

ul.button_list.full li {
	width: auto;
	display: block;
}

ul.button_list.full li a {
	width: auto;
}
/*----------------------------------------------------------------------------*/


/* Header
------------------------------------------------------------------------------*/
#header_content {
	font-family: "usual", sans-serif;
	font-weight: 100;
	color: #fff;
	background-color: #04244b;
	text-align: right;
}

#header_content * {
	vertical-align: middle;
	font-weight: bold;
}

    #header_content .parent_line {
        /*background-color: #16365c;*/
        margin-right: 10px;
        font-family: "usual", sans-serif;
        line-height: 32px;
        font-size: 12px;
        display: inline-block;
        font-weight: normal;
        padding: 12px;
    }

#header_content .parent_line * {
	font-size: 14px;
	font-weight: 400;
	
}

#header_content .parent_line a {
	font-size: 17px;
	font-weight: 600;
	margin-left: 0.4em;
}

#header_content a {
	color: #fff;
	font-size: inherit;
}

#header_content a.acc {
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
}

#header_content a img {
	position: relative;
	left: -5px;
}

#header_content a * {
	vertical-align: middle;
}

#header_content div.wrapper {
	padding: 0 0;
	overflow: hidden;
	position: relative; max-width: 1240px; 
}

#header {
	font-family: "usual", sans-serif;
	border-top: 1px solid #ccc;
	background-color: #fff;
	shadow: 0 2px 2px rgba(0,0,0,0.3);
	height: 120px;
}

	#header #back_to_main_site {
		display: block;
		/*background: url('/img/bt_back_to_main_site.png') no-repeat;*/
		/*width: 344px; height: 94px;*/
		margin-right: 35px;
		margin-top: 8px;
		position: absolute;
		right: 20px;
	}

	#header #back_to_main_site.btn {
		border: 3px solid #21176F;
		background-color: #00C8AB;
		color: #21176F;
		font-weight: bold;
		font-family: "Grandstander",cursive;
		text-decoration: none;
		text-transform: uppercase;
		padding: 12px 30px;
		font-size: 1.125rem;
		border-radius: 34px;
		line-height: 1;
	}

#header form {
	float: right;
	position: relative;
	top: 10px;
	left: -3px;
}

#header form input {
	width: 190px;
	border: 1px solid #ccc;
	color: #006699;
	font-size: 12px;
	padding: 3px;
	background: url('/img/icons/search.png') 100% 50% no-repeat;
}

#header p.tagline {
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	color: #006699;
	text-transform: uppercase;
	position: absolute;
	top: 95px;
	padding-left: 4px;
	font-size: 9.5px;
}

#header p.tagline strong {
	color: #cc0000;
}

#logo_main, #logo_main_light { top: 15px; left: 20px; position: absolute; }
#header #logo_main_light { display: none; }
/*----------------------------------------------------------------------------*/


/* Main Menu
------------------------------------------------------------------------------*/

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


#main {
	min-height: 470px;
}
/*----------------------------------------------------------------------------*/


/* Flash Messages
------------------------------------------------------------------------------*/
#flash_message_outer {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	z-index: 99;
	background-color: rgba(255, 204, 0, 0.95);
	overflow: hidden;
	display: none;
	position: relative;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

#flash_message_inner {
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 20px 105px 20px 55px;
	background-image: url('/img/silk/information.png');
	background-position: 30px 1.35em;
	position: relative;
	line-height: 140%;

}

#flash_message_inner a.close {
	position: absolute;
	right: 20px;
	top: 0;
	background-image: url('/img/silk/cancel_yellow.png');
	background-position: 0 60%;
	height: 16px;
	margin: 13px 10px 0 0;
	display: block;
	cursor: pointer;
	padding: 5px 0 5px 0;
	text-indent: 23px;
}

#flash_message_inner.error { color: #cc0000 !important; background-image: url('/img/silk/error.png'); }
#flash_message_inner.success { color: #006633 !important; background-image: url('/img/silk/tick.png'); }
#flash_message_inner.info { background-image: url('/img/silk/information.png'); }
/*----------------------------------------------------------------------------*/


/* Link Icons
------------------------------------------------------------------------------*/
.link_icon {
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0 2px 22px;
}

.link_icon.add { background-image:url('/img/silk/add.png'); }
.link_icon.arrow_left { background-image:url('/img/silk/arrow_left.png'); }
.link_icon.bin { background-image:url('/img/silk/bin.png'); }
.link_icon.cross { background-image:url('/img/silk/cross.png'); }
.link_icon.disk { background-image:url('/img/silk/disk.png'); }
.link_icon.doc { background-image:url('/img/silk/page_word.png'); }
.link_icon.email_go { background-image:url('/img/silk/email_go.png'); }
.link_icon.envelope { background-image:url('/img/silk/email.png'); }
.link_icon.flag_blue { background-image:url('/img/silk/flag_blue.png'); }
.link_icon.money_pound { background-image:url('/img/silk/money_pound.png'); }
.link_icon.pdf { background-image:url('/img/silk/page_white_acrobat.png'); }
.link_icon.pencil { background-image:url('/img/silk/pencil.png'); }
.link_icon.tick { background-image:url('/img/silk/tick.png'); }
/*----------------------------------------------------------------------------*/


/* Overlays
------------------------------------------------------------------------------*/
img.decorative_overlay {
	position: absolute;
	z-index: 10;
}

/* Home */
img.decorative_overlay.home_pink_arrow { left: -15px; top: 185px; }
img.decorative_overlay.home_yellow_arrow { right: -60px; top: -67px; }
img.decorative_overlay.home_blue_arrow { right: -85px; bottom: -10px; }

/* Easter */
img.decorative_overlay.easter_arrow { right: -100px; bottom: 125px; width: 100px; height: auto; }

/* Activities */
img.decorative_overlay.activities_orange_arrow { right: -40px; bottom: 5px; width: 100px; height: auto; }
img.decorative_overlay.activities_pink_arrow { right: 160px; bottom: -45px; width: 60px; height: auto; }
img.decorative_overlay.activities_blue_arrow { left: 210px; top: 0px; width: 60px; height: auto; }

/* BX+ */
img.decorative_overlay.bx_blue_arrow { left: 70px; bottom: -80px; width: 80px; height: auto; }

/* Contact */
img.decorative_overlay.contact_yellow_arrow { right: 14px; top: -60px; }
img.decorative_overlay.contact_red_arrow { right: -14px; top: -90px; }
img.decorative_overlay.contact_green_arrow { left: -70px; top: 200px; }

/* Skills Builders */
img.decorative_overlay.sb_orange_arrow { right: 0px; bottom: -60px; }
img.decorative_overlay.sb_pink_arrow { left: -10px; bottom: -85px; }
img.decorative_overlay.sb_green_arrow { right: 0; bottom: -80px; }
img.decorative_overlay.sb_red_arrow { position: static; }

/* Skills Builders */
img.decorative_overlay.early_late_red_arrow { left: -310px; top: -135px; }

/* Roaming Activities */
img.decorative_overlay.roaming_blue_arrow { right: 0; bottom: -30px; }

/* Parents */
img.decorative_overlay.parents_yellow_arrow { left: 90px; bottom: 115px; }

/* Age Pages */
img.decorative_overlay.age_1_blue_arrow { right: 50px; bottom: -50px; }
img.decorative_overlay.age_2_green_arrow { left: 150px; top: 10px; }
img.decorative_overlay.age_3_red_arrow { left: 180px; top: -75px; }


/* News Fader
------------------------------------------------------------------------------*/
div#news_fader {
	display: block;
	position: relative; /* Establish containing box */
	z-index: 99;
	border: 1px solid #333;
	height: 58px;
	padding: 15px;
	font-size: 16px;
	background-color: #fff;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
}

div#news_fader p {
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	color: #ff0000;
}

div#news_fader a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color: #003366;
}

div#news_fader li {
	display: none;
	position: absolute;
	left: 15px; top: 35px; right: 15px;
	width: auto;
	overflow: hidden;
	padding: 0 0 4px 0;
	font-weight: normal;
	line-height: 1.3em;
}

div#news_fader li { z-index: 100; }

div#news_fader a:link, div#news_fader a:visited { text-decoration: none; }

div#news_fader a:hover, div#news_fader a:active { text-decoration: underline; }


.bg_d_red { background-color: #cc0000 !important; }
.bg_l_red { background-color: #ff0000 !important; }
.bg_orange { background-color: #ff6600 !important; }
.bg_d_yellow { background-color: #ffcc00 !important; }
.bg_l_yellow { background-color: #ffff00 !important; }
.bg_l_green { background-color: #33cc33 !important; }
.bg_d_green { background-color: #006633 !important; }
.bg_d_blue { background-color: #003366 !important; }
.bg_m_blue { background-color: #006699 !important; }
.bg_l_blue { background-color: #33ccff !important; }
.bg_purple { background-color: #993399 !important; }
.bg_pink { background-color: #ff3399 !important; }

.d_red { color: #cc0000 !important; }
.l_red { color: #ff0000 !important; }
.orange { color: #ff6600 !important; }
.d_yellow { color: #ffcc00 !important; }
.l_yellow { color: #ffff00 !important; }
.l_green { color: #33cc33 !important; }
.d_green { color: #006633 !important; }
.d_blue { color: #003366 !important; }
.m_blue { color: #006699 !important; }
.l_blue { color: #33ccff !important; }
.purple { color: #993399 !important; }
.pink { color: #ff3399 !important; }


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


/* Main Slider
------------------------------------------------------------------------------*/
#slider_wrapper {
	background-color: #006699;
	overflow: hidden;
	margin-bottom: 20px;
}

#slider_container { height: 436px; }

#slider_wrapper div.standard_box {
	border-radius: 0 !important;
	padding: 0 !important;
	margin-bottom: 0;
}

#slider_container  {
	padding: 0 !important;
}

/* slider container */
#slider_container .iosslider {
	/* required */
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;

	width: 100%;
	height: 436px;
}

/* slider */
#slider_container .iosslider .slider {
	/* required */
	width: 100%;
	height: 100%;
}

/* slide */
#slider_container .iosslider .slider .slide {
	/* required */
	float: left;

	width: 100%;
	height: 436px;

	position: relative;
}

#slider_container .iosslider .slider .slide img {
	width: 100%;
	left: 50%;
	position: relative;
	margin-left: -360px;
	min-width: 720px;
	margin-top: -20px;
}

#slider_container .iosslider .slider .slide div.content {
	display: block;
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 50px;
	text-align: right;
}

#slider_container .iosslider .slider .slide div.content p {
	color: #fff;
	font-family: 'Pacifico', cursive;
	font-size: 50px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.31);
}


#slider_container .slider_outer {
	position: relative;
	overflow: hidden;
}

#slider_container .slider_outer .prev,
#slider_container .slider_outer .next {
	position: absolute;
	top: 0;
	width: 50px;
	z-index: 8;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 436px;
	text-align: center;
	font-family: "Pacifico", sans-serif;
}

#slider_container .slider_outer .prev {
	background: url('/img/shadow_slider_left.png') repeat-y 0 0;
	left: 0;
}

#slider_container .slider_outer .next {
	background: url('/img/shadow_slider_right.png') repeat-y 100% 0;
	right: 0;
}


#slider_container .slide_selectors {
	text-align: center;
	width: 75px; height: 40px;
	margin-left: -40px;
	margin-bottom: -25px;
	left: 50%; bottom: 0;
	position: absolute;
	z-index: 10;
	top: auto;
	background-color: #fff;
	padding-top: 15px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	cursor: pointer;
}


#slider_container .slide_selectors div {
	margin: 0 3px;
	width: 8px; height: 8px;
	display: inline-block;
	border: 1px solid #003366;
	letter-spacing: 0;
	border-radius: 8px;
}

#slider_container .slide_selectors .selected { background-color: #003366; }
/*----------------------------------------------------------------------------*/



/* Home  Slider
------------------------------------------------------------------------------*/
#slider_wrapper {
	background-color: #006699;
	overflow: hidden;
	margin-bottom: 20px;
}

#slider_wrapper div.standard_box {
	border-radius: 0 !important;
	padding: 0 !important;
	margin-bottom: 0;
}

#slider_container  {
	padding: 0 !important;
}

/* slider container */
#what_they_are_saying .iosslider {
	/* required */
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%; height: 150px;
}

/* slider */
#what_they_are_saying .iosslider .slider {
	/* required */
	width: 100%;
	height: 100%;
}

/* slide */
#what_they_are_saying .iosslider .slider .slide {
	float: left;
	width: 100%;
	position: relative;
	height: 150px;
}

#what_they_are_saying .iosslider .slider .slide div.content {
	display: block;
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 50px;
	text-align: right;
}

#what_they_are_saying .iosslider .slider .slide div.content p {
	color: #fff;
	font-family: 'Pacifico', cursive;
	font-size: 50px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.31);
}

#what_they_are_saying .slider_outer {
	position: relative;
	overflow: hidden;
}

#what_they_are_saying .slide_selectors {
	text-align: center;
	width: auto;
}

#what_they_are_saying .slide_selectors div {
	margin: 0 3px;
	width: 8px; height: 8px;
	display: inline-block;
	border: 1px solid #fff;
	letter-spacing: 0;
	border-radius: 8px;
}

#what_they_are_saying .slide_selectors .selected { background-color: #fff; }
/*----------------------------------------------------------------------------*/


/* News Ticker
------------------------------------------------------------------------------*/
#news_ticker {
	background-color: #999;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
}

#news_ticker div.wrapper {
	position: relative;
}

#news_ticker p {
	color: #fff;
	line-height: 2em;
	font-size: 16px;
	padding-bottom: 0.2em;
}
/*----------------------------------------------------------------------------*/


/* Footer
------------------------------------------------------------------------------*/
footer {
	color: #09093D;
	font-family: "Montserrat", sans-serif;
}

	footer .footer-navigation {
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}

		footer .footer-navigation .navbar-nav {
			display: inline-block;
			float: none;
		}

			footer .footer-navigation .navbar-nav > li {
				display: block;
				width: initial;
				margin-bottom: 5px;
			}

				footer .footer-navigation .navbar-nav > li > a {
					position: relative;
					background-color: transparent;
					display: block;
					color: #09093D;
					font-size: 0.75rem;
					padding: 13px;
					text-transform: uppercase;
				}

					footer .footer-navigation .navbar-nav > li > a:hover, footer .footer-navigation .navbar-nav > li > a:active, footer .footer-navigation .navbar-nav > li > a:focus {
						text-decoration: underline;
					}

				footer .footer-navigation .navbar-nav > li:first-child > a:after {
					display: none;
				}

@media (min-width: 768px) {
	footer .footer-navigation .navbar-nav > li {
		float: left;
	}

		footer .footer-navigation .navbar-nav > li > a:after {
			background-color: #09093D;
			content: "";
			height: 12px;
			position: absolute;
			right: 100%;
			top: 18px;
			width: 1px;
		}
}

footer .footer-tagline {
	background-color: #09093D;
	padding: 80px 0 80px;
}

footer a:hover {
	text-decoration: none;
}

	footer .footer-tagline .banner-footer {
		position: relative;
		min-height: 100px;
		color: #fff;
		font-size: 1.375rem;
	}

		footer .footer-tagline .banner-footer .banner-footer-element {
			font-weight: bold;
			line-height: 1;
		}

			footer .footer-tagline .banner-footer .banner-footer-element:last-child {
				text-align: right;
			}

			footer .footer-tagline .banner-footer .banner-footer-element.burst {
				position: relative;
				font-family: "Grandstander",cursive;
				/*font-family: "Montserrat", cursive;*/
				font-size: 2.5rem;
				text-transform: uppercase;
				text-align: center;
				z-index: 5;
				width: 100%;
				padding: 53.89% 0 0;
				margin: 20px 0 20px 0;
			}

				footer .footer-tagline .banner-footer .banner-footer-element.burst span {
					display: block;
					position: absolute;
					bottom: 23px;
					left: 63px;
					-webkit-transform: rotate(-7deg);
					-moz-transform: rotate(-7deg);
					-ms-transform: rotate(-7deg);
					-o-transform: rotate(-7deg);
					transform: rotate(-7deg);
				}

				footer .footer-tagline .banner-footer .banner-footer-element.burst:before {
					content: "";
					background-image: url("/images/rebrand/footer-burst.svg");
					background-repeat: no-repeat;
					background-size: cover;
					position: absolute;
					width: 100%;
					height: 100%;
					left: 0;
					bottom: 0;
					z-index: -1;
				}

@media (min-width: 505px) {
	footer .footer-tagline .banner-footer .banner-footer-element.burst {
		margin: 0 0 20px;
	}

		footer .footer-tagline .banner-footer .banner-footer-element.burst span {
			bottom: 36px;
			left: 86px;
		}
}

@media (min-width: 600px) {
	footer .footer-tagline .banner-footer .banner-footer-element.burst {
		width: 434px;
		height: 160px;
		padding: 0;
		margin: 50px 0 20px 10%;
		font-size: 3.125rem;
	}

		footer .footer-tagline .banner-footer .banner-footer-element.burst span {
			-webkit-transform: rotate(-7deg);
			-moz-transform: rotate(-7deg);
			-ms-transform: rotate(-7deg);
			-o-transform: rotate(-7deg);
			transform: rotate(-7deg);
		}

		footer .footer-tagline .banner-footer .banner-footer-element.burst:before {
			width: 501px;
			height: 270px;
			padding: 0;
		}
}

@media (min-width: 992px) {
	footer .footer-tagline {
		padding: 160px 0 120px;
	}

		footer .footer-tagline .banner-footer {
			display: flex;
			justify-content: center;
			align-items: center;
		}

			footer .footer-tagline .banner-footer .banner-footer-element.burst {
				margin: 0 80px 0 0;
			}

				footer .footer-tagline .banner-footer .banner-footer-element.burst span {
					-webkit-transform: rotate(-7deg);
					-moz-transform: rotate(-7deg);
					-ms-transform: rotate(-7deg);
					-o-transform: rotate(-7deg);
					transform: rotate(-7deg);
				}
}

@media (min-width: 1200px) {
	footer .footer-tagline .banner-footer .banner-footer-element:last-child {
		text-align: left;
	}

	footer .footer-tagline .banner-footer .banner-footer-element.burst {
		margin: 0 60px 0 20px;
	}
}

footer .footer-upper {
	background-color: #00C8AB;
	padding: 40px 0 15px 0;
}

	footer .footer-upper .container {
		position: relative;
	}

	footer .footer-upper h3 {
		font-family: "Grandstander",cursive;
		/*font-family: "Montserrat", cursive;*/
		line-height: 1;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 2.875rem;
		text-align: center;
		font-size: 2.5rem;
		margin: 0 0 40px;
		text-align: center;
		border-bottom: 0px;
		color: rgb(9, 9, 61);
		padding-bottom: 0px;
		padding-top: 0px;
	}

	footer .footer-upper .contact-information {
		text-align: center;
	}

		footer .footer-upper .contact-information p {
			position: relative;
			margin-bottom: 25px;
			font-size: 1.125rem;
		}

			footer .footer-upper .contact-information p a {
				color: inherit;
			}

			footer .footer-upper .contact-information p.phone {
				position: relative;
				font-weight: bold;
				padding: 20px 0 20px 0;
				font-size: 1.125rem;
				z-index: 5;
			}

				footer .footer-upper .contact-information p.phone:before {
					content: "";
					background-image: url("/img/footer-phone-bkg.svg");
					background-repeat: no-repeat;
					background-size: contain;
					background-position: center center;
					position: absolute;
					width: 100%;
					height: 100%;
					left: 50%;
					top: 0;
					-webkit-transform: translateX(-50%);
					-moz-transform: translateX(-50%);
					-ms-transform: translateX(-50%);
					-o-transform: translateX(-50%);
					transform: translateX(-50%);
					z-index: -1;
				}

			footer .footer-upper .contact-information p.email {
				font-weight: bold;
			}

	footer .footer-upper .social-wrapper {
		text-align: center;
		padding: 15px 15px;
	}

		footer .footer-upper .social-wrapper .social-media-channel {
			margin-bottom: 15px;
			color: #00C8AB;
			background-color: #09093D;
		}

			footer .footer-upper .social-wrapper .social-media-channel.tiktok svg {
				fill: #00C8AB;
			}

	footer .footer-upper .callout {
		font-size: 0.875rem;
		text-align: center;
	}

		footer .footer-upper .callout .images-outer {
			margin: 40px 0 0;
		}

			footer .footer-upper .callout .images-outer img {
				margin: 0 20px 20px 0;
			}

				footer .footer-upper .callout .images-outer img:last-child {
					margin-right: 0;
				}

		footer .footer-upper .callout p {
			overflow: hidden;
		}

@media (min-width: 768px) {
	footer .footer-upper h3 {
		text-align: left;
	}

	footer .footer-upper .contact-information {
		text-align: left;
	}

		footer .footer-upper .contact-information p.phone {
			font-size: 1.625rem;
		}

			footer .footer-upper .contact-information p.phone:before {
				left: -30px;
				top: 0;
				-webkit-transform: none;
				-moz-transform: none;
				-ms-transform: none;
				-o-transform: none;
				transform: none;
			}

	footer .footer-upper .social-wrapper {
		padding: 0 0 15px 0;
		text-align: left;
	}

	footer .footer-upper .callout {
		padding: 0;
		text-align: left;
	}
}

@media (min-width: 992px) {
	footer .footer-upper .contact-information {
		text-align: left;
	}

		footer .footer-upper .contact-information p.phone:before {
			background-position: left center;
			left: -50px;
			top: 0;
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
			-o-transform: none;
			transform: none;
		}
}

footer .footer-lower {
	background-color: #00C8AB;
	padding: 5px 0;
}

	footer .footer-lower .copyright-text {
		font-size: 0.75rem;
		text-align: center;
	}

		footer .footer-lower .copyright-text p {
			margin-bottom: 10px;
		}


.social-media-channels {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

	.social-media-channels .social-media-channel {
		width: 56px;
		height: 56px;
		line-height: 52px;
		border-radius:10px;
		margin: 0 5px 15px;
		text-align: center;
		color: #fff;
		background-color: #21176F;
		position: relative;
		top: 0;
		-webkit-transition: top 0.2s ease 0s;
		-moz-transition: top 0.2s ease 0s;
		-ms-transition: top 0.2s ease 0s;
		-o-transition: top 0.2s ease 0s;
		transition: top 0.2s ease 0s;
	}

		.social-media-channels .social-media-channel:hover {
			top: -10px;
		}

		.social-media-channels .social-media-channel .fa {
			font-size: 36px;
			vertical-align: middle;
		}

		.social-media-channels .social-media-channel.facebook {
			line-height: 57px;
		}

		.social-media-channels .social-media-channel.tiktok img {
			height: 36px;
		}

		.social-media-channels .social-media-channel.tiktok svg {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			-o-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			height: 36px;
			fill: #fff;
		}


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


/* Menu Switch
------------------------------------------------------------------------------*/
#menu_switch {

	top: 0; right: 0;

	display: none;
	position: absolute;
	right: 0;
	font-size: 36px;
	text-decoration: none;
	color: #fff;
	background-color: #003366;

	padding: 0 16px 0 16px;

	width: 23px;
	height: 45px;
}

#menu_switch span {
	position: absolute;
	display: block;
}

#menu_switch span {
	width: 25px; height: 3px;
	background-color: #fff;
	top: 12px;
}

#menu_switch.active span {
	background-color: #fff !important;
}

#menu_switch span.menu_line_1,
#menu_switch span.menu_line_2,
#menu_switch span.menu_line_3 {
	left: 14px;
	-webkit-transition: all 0.4s; /* Safari */
	transition: all 0.3s;
}

#menu_switch span.menu_line_1 { top: 12px; }

#menu_switch span.menu_line_2 {
	opacity: 1;
	top: 20px;
}

#menu_switch span.menu_line_3 { top: 28px; }

#menu_switch.active span.menu_line_1,
#menu_switch.active span.menu_line_2 {
	left: 14px;
	top: 20px;
	-ms-transform: rotate(135deg); /* IE 9 */
	-webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
	transform: rotate(135deg);

	-ms-transform-origin: center middle;
	-webkit-transform-origin: center middle;
	transform-origin: center middle;
}

#menu_switch.active span.menu_line_2 { opacity: 0; }

#menu_switch.active span.menu_line_3 {
	left: 14	px;
	-ms-transform: rotate(-135deg); /* IE 9 */
	-webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
	transform: rotate(-135deg);

	-ms-transform-origin: center middle;
	-webkit-transform-origin: center middle;
	transform-origin: center middle;

	top: 20px;
}

#menu_switch.active {
	background-color: #003366;
	color: #fff;
}
/*----------------------------------------------------------------------------*/


/* Box Set
------------------------------------------------------------------------------*/
div.box_set {
	width: 100%;
	background-color: #eee;
	overflow: hidden;
}

div.box_set > div {
	margin: 0;
	float: left;
}

div.box_set.max_2 > div {
	width: 50%;
}

div.box_set.max_3 > div {
	width: 33.3333%;
}

div.box_set.max_4 > div {
	width: 25%;
	margin: 0;
	float: left;
}

div.box_set > div > div p {
	line-height: 240px;
}

div.box_set.max_2 > div > div { width: 320px; }

div.box_set.max_2.middle > div:first-child div {
	margin: 0 0 0 auto;
}
div.box_set.max_2.middle > div:last-child div {
	margin: 0 auto 0 0;
}

div.box_set.max_2.middle > div:nth-child(2) div {
	background-color: rgba(255,255,255,1);
	position: relative;
	overflow: visible;
}

div.box_set.max_2.middle > div:nth-child(2) div svg {
	position: absolute;
	left: -29px;
	top: 50%; margin-top: -30px;
}

div.box_set.max_2.middle > div:nth-child(2) div svg polygon {
	fill: #fff;
}

div.box_set.max_3 > div > div { width: 320px; }
div.box_set.max_4 > div > div { width: 240px; }

div.box_set > div > div {
	overflow: hidden;
	text-align: center;
	height: 240px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
}

div.box_set.short > div > div {
	height: 80px;
}

div.box_set.short > div > div p {
	line-height: 80px;
}

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



/* Make a Booking Box
------------------------------------------------------------------------------*/
#make_a_booking_outer {
	min-width: 350px; margin-bottom: 20px; padding: 0;
}

#make_a_booking {
	width: auto; height: 190px;
	padding: 20px;
	position: relative;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.31);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

#make_a_booking form {
	padding-top: 15px;
	margin-left: 140px;
}

#make_a_booking form div {
	text-align: center;
	color: #fff;
	padding: 5px;
	font-size: 13px;
}

#make_a_booking form div.postcode input {
	font-size: 12px;
	color: #003366;
	border: none;
	padding: 4px;
}

#make_a_booking form label {
	padding: 0 0.4em;
}

#make_a_booking h2 {
	color: #fff;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	text-align: center;
	font-size: 40px;
}

#make_a_booking p.find {
	position: absolute;
	top: 75px;
}

#make_a_booking p.or {
	position: absolute;
	top: 139px;
}

#make_a_booking p.find,
#make_a_booking p.or {
	color: #fff;
	font-size: 14px;
	padding: 2px 0;
	margin-left: -140px;
}
/*----------------------------------------------------------------------------*/


/* Third Box
------------------------------------------------------------------------------*/
div.third_box {
	width: auto;
	padding: 20px;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

#what_they_are_saying {
	height: 249px;
	margin-bottom: 20px;
}

#what_they_are_saying a {
	text-decoration: none;
}

#newletter_signup_home {
	height: 329px;
}

#newletter_signup_home p {
	margin-bottom: 1.4em;
}

#newletter_signup_home form {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

#newletter_signup_home form div.error-message {
	padding: 3px 0;
}

#newletter_signup_home div.field {
	display: block;
	padding-bottom: 15px;
}

#newletter_signup_home div.field input.text {
	width: 100%;
	font-size: 12px;
	color: #003366;
	border: none;
	padding: 4px;
	box-sizing: border-box;
}

#newletter_signup_home form div.buttons {
	text-align: right;
}

div.third_box h2 {
	color: #fff;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 0.6em;
	line-height: 1.2em;
}

div.third_box h2.smaller {
	font-size: 20px;
}

div.third_box p {
	color: #ffcc00;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 2em;
}

div.third_box p.small_white {
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 1.4em;
	font-weight: normal;
	font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}

div.third_box ul.links {
	margin-left: 10px;
}

div.third_box ul.links a {
	font-size: 14px;
	color: #ffcc00;
	text-decoration: none;
}

div.third_box ul li {
	margin-bottom: 10px;
}

div.third_box ul a:hover {
	color: #fff;
}

div.third_box p.caption span {
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	font-size: 20px;
	margin-right: 0.8em;
}
/*----------------------------------------------------------------------------*/


/* Img Caption Box
------------------------------------------------------------------------------*/
div.img_caption_box {
	float: left;
	width: 235px;
	height: 226px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

div.img_caption_box.narrow {
	width: 212px;
	height: 165px;
}

div.img_caption_box.narrow img {
	width: 212px;
}

div.img_caption_box.narrow:hover img {
	width: 262px;
}

div.img_caption_box.narrow div.caption {

	min-height: 25px;
	line-height: 26px;
}


div.img_caption_box img {
	width: 235px;
	height: auto;
	margin: 0 0 0 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

div.img_caption_box:hover img {
	width: 300px;
	height: auto;
	margin: -25px 0 0 -25px;
}

div.img_caption_box div.caption {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	padding: 8px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	max-width: 235px;
	margin: 0 auto;
	min-height: 35px;
	line-height: 36px;
}

div.img_caption_box div.caption.sub {
	line-height: 18px;
}

div.img_caption_box div.caption span.sub {
	display: block;
	font-size: 14px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.img_caption_box div.caption span.arrow {
	position: absolute;
	display: block;
	right: 15px;
	top: 5px;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Pacifico', Arial, Helvetica, sans-serif;
}

div.img_caption_box.sub div.caption span.arrow {
	top: 15px;
}
/*----------------------------------------------------------------------------*/


/* Two Col Wrapper
------------------------------------------------------------------------------*/
div.two_col.wrapper {
	padding: 0;
}

div.two_col .two_thirds {
	min-width: 470px; margin-bottom: 20px; padding: 0; position: relative;
}
div.two_col .one_third {
	max-width: 225px; min-width: 225px; margin-bottom: 20px; padding: 0;
}

div.two_col .half_wide {
	width: 350px;
	max-width: 350px; min-width: 350px; margin-bottom: 20px; padding: 0;
}
/*----------------------------------------------------------------------------*/


a.full_width_button {
	display: block;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	line-height: 1.4em;
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	text-decoration: none;
}

a.full_width_button:hover {
	color: #ffff00;
}

span.button,
input.button,
a.button {

	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;

	font-size: 12px;
	line-height: 1.1em;
	display: inline-block;
	text-decoration: none;
	background-color: #33cc00;
	color: #fff;
	padding: 4px 8px;



	margin: 0 4px 0 4px;

	border: 2px solid #fff;

	position: relative;

	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}

span.button:active,
input.button:active,
a.button:active {

	box-shadow: 0 0px 1px rgba(0,0,0,0.2);
}

a.button.icon {
padding-left: 32px;
}

a.button.icon img {
	float: left !important;
	left: 0;
	margin-top: -8px;
	margin-left: 8px;
}

a.button.spaced {
	letter-spacing: 1px;
}

a.button.pink {
	color: #fff !important;
	background-color: #d4007b;
}

a.button.red {
	background-color: #e00009;
}

span.button.grey,
a.button.grey {
	background-color: #999;
}

span.button.faded,
a.button.faded {
	background-color: rgba(0,0,0,0.1);
}

a.button.yellow {
	color: #666;
	background-color: #ffed00;
}

a.button img {
	margin: -10px 0 0 -10px;
	left: 50%; top: 50%;
	position: absolute;
}

div#bg_overlay.show {
	opacity: 1;
	z-index: 9;
}

div#bg_overlay {


	opacity: 0;
	position: absolute;
	z-index: -100;

	left: 0; right: 0; top: 0; bottom: 0;
}

div#bg_overlay.off {
	z-index: -100;
	-webkit-transition: z-index 0s; /* Safari */
	transition: z-index 0s;

	-webkit-transition-delay: 0.4s; /* Safari */
	transition-delay: 0.4s;
}

div.box_set > div:nth-child(1) {
	background-color: #666;
}
div.box_set > div:nth-child(2) {
	background-color: #999;
}
div.box_set > div:nth-child(3) {
	background-color: #aaa;
}
div.box_set > div:nth-child(4) {
	background-color: #ccc;
}


div.standard_box {
	min-height: 0;
	height: auto;
	width: auto;
	margin-bottom: 15px;
}

div.standard_box.main {
	min-width: 470px;
}

div.standard_box.help {
	background-color: #fff6c2;
	color: #666;
	border-radius: 12px;
	border: 2px solid #ccc;
}

div.standard_box.help.fixed {
	position: fixed;
}

div.standard_box.help div.standard_box_wrapper.padded {
	padding: 15px !important;
}

div.standard_box.flex_height {
	min-height: auto;
	margin-bottom: 0;
}

div.standard_box div.standard_box_wrapper {
	overflow: hidden;
}

div.standard_box div.standard_box_wrapper.padded {
	padding: 5px;
}

div.progress {
	min-width: 185px;
	text-align: center;
	padding: 15px 5px 0 5px;
	border: 1px solid #666;
	border-radius: 10px;
	background-color: #ccc;
}

div.progress span.button {
	display: block;
	width: auto;
	margin: 0 30px 15px 30px;
}


/* Forms
------------------------------------------------------------------------------*/

form.standard {
	font-family: sans-serif;
	overflow: hidden;
}

form.standard h3 {

	font-size: 16px;
	margin: 20px 0 10px 0;
}

form.standard div.buttons.left {
	text-align: left;
	float: left;
}

form.standard div.buttons {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: right;
	float: right;
	overflow: hidden;
}

form.standard div.buttons.full {
	margin-top: 0;
	width: 100%;
}

form.standard div.buttons a.button,
form.standard div.buttons input {
	margin-bottom: 10px;
}

form.standard div.caption p {
	font-size: 12px;
	padding: 6px 8px;
	padding-right: 40px;
}

form.standard div.caption {
	clear: left;
	margin-left: 140px;
	margin-top: 5px;
	background-color: #fff6c2;
	color: #666;
	display: none;
	width: 244px;

	border-radius: 6px;
	position: relative;
}

div.checkbox div.caption,
div.non_wrapped div.caption {
	margin-left: 0;
}

form.standard div.fieldset_content div.caption {
	margin-left: 125px;
}

form.standard div.caption a.close {
	display: block;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 15px;

	text-align: center;
	padding: 3px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	border-radius: 30px;
	background-color: rgba(0,0,0,0.6);
	color: #fff6c2;
	text-decoration: none;


}


form.standard div.non_wrapped  a.caption_button {
	right: 30px;
}

form.standard a.caption_button {
	font-family: Helvetica, sans-serif !important;
	line-height: 1em;
	display: inline-block;
	width: 15px;
	text-align: center;
	padding: 5px 3px 1px 3px;
	font-size: 14px !important;
	font-weight: bold;
	border-radius: 30px;
	background-color: #666;
	color: #fff;
	text-decoration: none;

	margin-left: 5px;
	position: absolute;
}

form.standard a.caption_button.open {

}

form.standard div.fieldset {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 8px;
}

form.standard div.fieldset div.field:last-child {
	border-bottom: none;
}

form.standard div.fieldset_content {
	display: none;
}

form.standard div.fieldset_content.show {
	display: block;
}

form.standard div.fieldset_content div.field:last-child {
	border-bottom: none;
}


div.fieldset.info {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #fff6c2;
	border-radius: 8px;
}

div.fieldset.info * {
	color: #666 !important;
	background-color: #fff6c2 !important;
}
div.fieldset.info div.fieldset_content {
	padding-bottom: 10px;
}
div.fieldset.info div.fieldset_content * {
	font-size: 12px !important;
}

div.fieldset_content {
	display: none;
}

div.fieldset_content.show {
	display: block;
}



form.standard div.field {
	display: block;
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;

	overflow: hidden;
}

form.standard div.field.radio.hz label {
	display: inline-block;
	width: auto !important;
	padding-right: 20px;
}

form.standard div.field.checkbox {
	padding-left: 140px;
}

form.standard div.checkbox.non_wrapped {
	padding-left: 135px;
	position: relative !important;
	overflow: visible !important;
}

form.standard div.checkbox.non_wrapped label {
	width: auto;
	display: block;
	float: none;
}

form.standard div.checkbox.non_wrapped legend {
	position: absolute;
	left: 0;
}

form.standard div.checkbox.non_wrapped input {
	display: inline-block;
	float: left;
	clear: left;
	margin-right: 5px;
}


form.standard div.field.submit {
	padding-left: 140px;
}

form.standard div.fieldset_content div.field.checkbox {
	padding-left: 125px;
}

form.standard div.field.checkbox.border label {
	padding: 5px 8px 5px 5px !important;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 10px;
}

form.standard div.field.checkbox.always_left {
	padding-left: 0 !important;
}


form.standard div.field.checkbox.always_right {
	padding-left: 0 !important;

}

form.standard div.field.checkbox.always_right label {
	float: right;
}


form.standard fieldset legend,
form.standard label {
	font-weight: bold;
	display: block;
	line-height: 1.6em;
	width: 130px;
	float: left;
	padding: 0 10px 2px 0;
}

form.standard div.fieldset_content fieldset legend,
form.standard div.fieldset_content label {
	width: 115px;
}

form.standard input[type=checkbox] {
	float: left;
	margin-right: 10px;
}

form.standard label.radio,
form.standard div.fieldset_content label.checkbox,
form.standard label.checkbox {
	width: auto !important;
	font-weight: normal;
}

form.standard div.field div.wrap {
	background-color: red;
}

form.standard select,
form.standard textarea.text,
form.standard input.text {
	width: 230px;
}

form.standard div.field.auto_width select {
	width: auto;
}

form.standard div.fieldset textarea.text,
form.standard div.fieldset input.text {
	width: 240px;
}

form.standard select.full {

}

form.standard textarea.text.short {
	height: 3em;
}

form.standard div.error-message {
	width: 240px;
	display: block;
	color: red;
	margin-left: 145px;
	margin-bottom: 15px;
	line-height: 1.4em;
	float: left;
	clear: both;
}

form.standard .non_wrapped div.error-message,
form.standard div.error-message.full_width {
	float: none;
	margin-top: 10px;
	margin-left: 0;
	width: auto;
}

form.standard .non_wrapped div.error-message {
	margin-left: 10px;
}

div.fieldset_toggle {

}

div.fieldset_toggle p {
	padding: 10px 0 10px 25px;
	background-color: #fff;
	border-radius: 8px;
	font-weight: bold !important;
	cursor: pointer;
	position: relative;
}

div.fieldset_toggle p span {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 20px; height: 20px;
	text-align: center;
}

div.fieldset.open p span.arrow {

	-ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);

	-ms-transform-origin: center middle;
	-webkit-transform-origin: center middle;
	transform-origin: center middle;
}
/*----------------------------------------------------------------------------*/

table {
	background-color: #fff;
}

table.full_width {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	margin-bottom: 20px;
}

table.full_width label {
	width: auto;
}

table.full_width th,
table.full_width td {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px !important;
	color: #333;
}

table.full_width.padded {
	margin-bottom: 20px;
}

table.full_width.padded th,
table.full_width.padded td {
	padding: 5px;
}

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

table.full_width.padded td {
	font-weight: normal;
}

table.full_width th {
	padding: 0 5px;
	color: #fff;
	background-color: #003366;
	text-align: center !important;
}

table.full_width th > *,
table.full_width td > * {
	text-align: center;
	vertical-align: middle;
}

table.full_width td.bad span,
table.full_width td.ok span,
table.full_width td.good span {
	display: block;
	color: #fff;
	border-radius: 8px;
	padding: 5px;
}

table.full_width td.good span {
	line-height: 1.1em;
	background-color: #33cc33;
}

table.full_width td.ok span {
	line-height: 2.2em;
	background-color: #ffcc00;
}

table.full_width td.bad span {
	line-height: 2.2em;
	background-color: #cc0000;
}

form.standard label.button {

	margin: 3px 2px;

	font-size: 10px;
	border: 2px solid #ccc;
	display: inline-block !important;
	float: none;
	padding: 2px 5px !important;
	border-radius: 8px;
	width: 50px !important;
	background-color: #fff !important;

	-webkit-box-sizing: padding-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: padding-box;    /* Firefox, other Gecko */
  box-sizing: padding-box;         /* Opera/IE 8+ */

	text-align: center;

}

form.standard table label.button {
	font-family: sans-serif;

	height: 15px;
	vertical-align: middle;
}

form.standard table td.day.book label.button {
	line-height: 30px;
}

form.standard  label.button.on {
	border: 2px solid #fff;
	color: #fff;
	background-color: #68af21 !important;
}

form.standard  label.button.disabled {
	opacity: 0.5;
}

div.week_nav {
	width: 100%;
	position: relative;
}

div.week_nav a {
	position: absolute;
	text-align: center;
	top: 6px;
	width: 72px;
}

div.week_nav a.left {
	left: 3px;
}

div.week_nav a.right {
	right: 6px;
}

div.booking_week {
	border: 1px solid #666;
	background-color: #fff;
}

div.booking_week h3 {
	margin-bottom: -1px !important;
}

div.booking {
	border-bottom: 1px solid #ccc;
	padding: 15px 0 15px 0;
}

form.standard div.required label:after {
	color: #C00;
	content: "\00a0*";
}

form.standard div.radio.required legend:after {
	color: #C00;
	content: "\00a0*";
}

form.standard div.radio.required label:after {
	content: none;
}


/* Billy Blog
------------------------------------------------------------------------------*/
#billys_blog {
	overflow: hidden;
	font-size: 14px;
	width: 400px;
	min-height: 280px;
}

#billys_blog p.image {
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#billys_blog p.image img {
	width: 100%;
}

#billys_blog h3 {
	font-size: 36px;
	color: #003366;
	font-family: 'Pacifico', cursive;
	margin-bottom: 25px;
}

#billys_blog ul {
	margin-bottom: 15px;
}

#billys_blog ul li {
	padding: 10px 0;

}

#billys_blog ul li span {
	color: #ff0000;
	display: block;
}

#billys_blog ul li {
	line-height: 1.4em;

}

#billys_blog ul li a {
	color: #000;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------*/


/* Partners
------------------------------------------------------------------------------*/
#partners {
	float: right;
	width: 280px;
	margin-bottom: 30px;
}

#partners div.caption {
	padding: 8px;
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 22px;
	min-height: 35px;
	line-height: 36px;
	position: relative;
}

#partners div.caption span.arrow {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px;
}

#partners img { width: 100%; }
/*----------------------------------------------------------------------------*/


/* News
------------------------------------------------------------------------------*/
div.news_wrapper {

	max-width: 700px;
	margin: 0 auto;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	padding-top: 20px;

  -ms-transform: rotate(2deg); /* IE 9 */
   -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
   transform: rotate(2deg);
}

div.news {
  -ms-transform: rotate(-2deg); /* IE 9 */
   -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
   transform: rotate(-2deg);

	background-color: #fff;
	max-width: 700px;
	margin: 0 auto;

	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.5);

	border: 1px solid #000;

	padding: 30px;
	margin-bottom: 30px;
}

div.news_wrapper.less_rotation {
	padding-top: 10px;
  -ms-transform: rotate(0.5deg); /* IE 9 */
   -webkit-transform: rotate(0.5deg); /* Chrome, Safari, Opera */
   transform: rotate(0.5deg);
}

div.news_wrapper.less_rotation div.news {
  -ms-transform: rotate(-0.5deg) !important;
   -webkit-transform: rotate(-0.5deg) !important;
   transform: rotate(-0.5deg) !important;
}

div.news div.nav {
	padding: 15px 0;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: right;
}

div.news div.nav:first-child {
	border-bottom: 1px solid #006633;
}

div.news div.nav a {
	text-decoration: underline;
}

div.news div.news_article {
	border-bottom: 1px solid #ccc;
}

div.news div.news_article h2.main {
	color: #006699;
	font-size: 24px;
	padding: 15px 0 15px 0;
}

div.news div.news_article a {
	text-decoration: underline;
}
/*----------------------------------------------------------------------------*/


/* Images with Slanted BGs
------------------------------------------------------------------------------*/
div.img_slant_bg {
	margin: 10px auto 10px auto;
  -ms-transform: rotate(5deg); /* IE 9 */
   -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
   transform: rotate(5deg);
	 box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

div.img_slant_bg img {
  -ms-transform: rotate(-7deg); /* IE 9 */
   -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
   transform: rotate(-7deg);
}

div.img_slant_bg.third { max-width: 225px; }
div.img_slant_bg.third img { max-width: 225px; }

div.img_slant_bg.third_narrow { max-width: 260px; }
div.img_slant_bg.third_narrow img { max-width: 260px; }
/*----------------------------------------------------------------------------*/


/* Age Nav
------------------------------------------------------------------------------*/
div.age_nav { font-size: 24px; padding: 10px 0 20px 0; overflow: hidden; margin-top: -20px; }

div.age_nav a {
	color: #006699;
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

div.age_nav a span {
	color: #003366;
	font-family: 'Pacifico', cursive;
	padding: 0 5px;
	font-size: 36px;
	position: relative;
	top: 3px;
}

div.age_nav a.prev {
	display: block;
	float: left;
}

div.age_nav a.next {
	display: block;
	float: right;
}
/*----------------------------------------------------------------------------*/


/* Misc Content
------------------------------------------------------------------------------*/
#excellent_superb {
	position: relative;
}

#excellent_superb a {
	position: absolute;
	display: block;
}

#excellent_superb a.easter {
	bottom: 50%; left: 0; right: 0; top: 10%;
}

#excellent_superb a.summer {
	bottom: 0; left: 0; right: 0; top: 55%;
}


#easter_page_ofstead { float: right; }
#easter_page_ofstead img {
	width: 96px;
	height: auto;
	margin: 10px 0 20px 20px;
}
/*----------------------------------------------------------------------------*/


/* Camp List and Search
------------------------------------------------------------------------------*/
#all_camps {
	border-top: 1px solid #fff;
	padding-top: 20px;
}

#all_camps p { text-align: center; }

#camp_search {
	padding-top: 20px;
}

#camp_search h2 {
	color: #fff;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	text-align: center;
	font-size: 32px;
}

#camp_search form {
	text-align: center;
	margin: 0 auto 20px auto;
	width: 250px;
}

#camp_search input.text {
	font-size: 16px;
	width: 150px;
	position: relative;
	top: 2px;
	margin-bottom: 20px;
}

#camp_search label {
	padding-right: 20px;
	width: auto;
	color: #fff;
}

div.offers {
	text-align: center;
	padding: 30px;
}

div.offers p {
	line-height: 1.4em;
}

div.offers * {
	color: #fff;
	font-weight: normal;
}

div.offers h2 {
	text-align: center;
	font-size: 36px;
	margin: 0 0 20px 0;
	font-family: 'Pacifico', cursive;
	color: #ffcc00;
}

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


/* Photo Gallery
------------------------------------------------------------------------------*/
ul.photo_gallery {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

ul.photo_gallery li {
	background-color: #006699;
  -ms-transform: rotate(5deg); /* IE 9 */
   -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
   transform: rotate(5deg);

	list-style: none;

	display: inline-block;

	padding: 0;
	margin: 0 10px 35px 10px;

	width: 200px;
}

ul.photo_gallery li img {

	width: 200px;

	box-shadow: 0 5px 5px rgba(0,0,0,0.5);

  -ms-transform: rotate(-5deg); /* IE 9 */
   -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
   transform: rotate(-5deg);
}

ul.photo_gallery li:nth-child(12n+0) { background-color: #cc0000 !important; }
ul.photo_gallery li:nth-child(12n+1) { background-color: #ff0000 !important; }
ul.photo_gallery li:nth-child(12n+2) { background-color: #ff6600 !important; }
ul.photo_gallery li:nth-child(12n+3) { background-color: #ffcc00 !important; }
ul.photo_gallery li:nth-child(12n+4) { background-color: #ffff00 !important; }
ul.photo_gallery li:nth-child(12n+5) { background-color: #33cc33 !important; }
ul.photo_gallery li:nth-child(12n+6) { background-color: #006633 !important; }
ul.photo_gallery li:nth-child(12n+7) { background-color: #003366 !important; }
ul.photo_gallery li:nth-child(12n+8) { background-color: #006699 !important; }
ul.photo_gallery li:nth-child(12n+9) { background-color: #33ccff !important; }
ul.photo_gallery li:nth-child(12n+10) { background-color: #993399 !important; }
ul.photo_gallery li:nth-child(12n+11) { background-color: #ff3399 !important; }
/*----------------------------------------------------------------------------*/


/* Read More Box
------------------------------------------------------------------------------*/
div.read_more_box {
	display: inline-block;
	margin: 0 0 20px 0;
}

div.read_more_box span.pink {
	text-transform: uppercase;
}

div.read_more_box div.content {
	height: 5em;
	overflow: hidden;
	font-size: 16px;
}

div.read_more_box a.collapse { display: none; }
div.read_more_box.open a.collapse { display: block; }

div.read_more_box a.expand { display: block; }
div.read_more_box.open a.expand { display: none; }

div.read_more_box a.collapse,
div.read_more_box a.expand {
	font-size: 16px;
	color: #cc0000;
	float: right;
}

div.read_more_box.open div.content {
	height: auto;
}

div.read_more_box p,
div.read_more_box ul {
	display: block;
	line-height: 1.5em;
	margin-bottom: 1em;
}

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






/* Keep in Touch
------------------------------------------------------------------------------*/
div.general_content.keep_in_touch_wrapper {
	position: relative;
	width: 680px;
	padding: 0 0 0 0;
}

div.general_content.keep_in_touch_wrapper div.content {
	padding: 30px 30px 60px 30px;
	font-size: 20px;
}

div.general_content.keep_in_touch_wrapper h2 {
	color: #ffff00;
	margin: 0;
	font-weight: normal;
	font-size: 20px;
}

div.general_content.keep_in_touch_wrapper p {
	color: #fff;
	font-size: 20px;
}

div.general_content.keep_in_touch_wrapper p a { color: #fff; }

div.general_content.keep_in_touch_wrapper img.bv {
	width: 170px !important;
	float: right;
	display: block;
}

div.keep_in_touch_booking_wrapper {
	position: relative;
	z-index: 10;
	width: 460px;
	margin-top: -80px;
	margin-left: 40px;
	font-size: 20px;
	padding: 15px 50px 25px 50px;
	background-color: #33cc33;
}

div.keep_in_touch_booking_wrapper img.book_now {
	border: 2px solid #fff;
	float: left;
	margin: 5px 15px 0 0;
}

div.keep_in_touch_booking_wrapper p {
	color: #fff;
	font-size: 20px;
}

div.keep_in_touch_booking_wrapper h2 {
	font-size: 36px;
	line-height: 1em;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0.3em 0;
}

div.keep_in_touch_newsletter_wrapper {
	position: relative;
	margin-top: -55px;
	margin-left: 0;
	width: auto; height: 320px;
	padding-top: 70px;
	padding-left: 80px;
	background: url('/img/bg_keep_in_touch_newsletter.jpg') no-repeat 0 0;
	background-size: 720px auto;
}

div.keep_in_touch_newsletter_wrapper p {
	color: #ffcc00;
}

div.keep_in_touch_newsletter_wrapper.camps {
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
	margin-left: 0;
	width: auto; height: auto;
	padding: 20px !important;
	background: #cc0000;
}

div.keep_in_touch_newsletter_wrapper.camps form {
	box-sizing: border-box;
	padding: 0;
}

div.keep_in_touch_newsletter_wrapper.camps form div.field {
	box-sizing: border-box;
	margin: 0 0 10px 0;
}

div.keep_in_touch_newsletter_wrapper.camps form div.field input.text {
	margin: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 16px;
}

div.keep_in_touch_newsletter_wrapper.camps form div.buttons input.button {
	margin: 0 !important;
}

div.keep_in_touch_newsletter_wrapper h2 {
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	color: #fff;
	margin: 0 0 5px 0;
}

div.keep_in_touch_newsletter_wrapper form div.field {
	margin: 0 0 4px 0;
}

div.keep_in_touch_newsletter_wrapper form div.field input.text {
	width: 300px;
	margin-left: 5px;
	font-size: 14px;
}

div.keep_in_touch_newsletter_wrapper .error-message { color: #fff; padding: 2px 5px; }
div.keep_in_touch_newsletter_wrapper.camps .error-message { padding: 5px 0 5px 0; }

div.new_school_wrapper {
	margin-top: 0px;
	margin-left: 50px;
	width: 450px;
	border: 5px #003366 solid;
	padding: 25px 30px;
}

div.new_school_wrapper h2 {
	font-size: 30px;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	color: #003366;
	margin: 0 0 0.1em 0;
}

div.new_school_wrapper p { font-size: 20px; }

a.keep_in_touch_social {
	display: block;
	margin-right: -10px;
	width: 150px; height: 70px;
	float: right;
	padding-top: 300px;
	padding-left: 130px;
	text-decoration: none;
}

a.keep_in_touch_social h2 {
	font-size: 36px;
	line-height: 1.1em;
	margin: 0;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	color: #cc0000;
}

a.keep_in_touch_social p { font-size: 20px; }
/*----------------------------------------------------------------------------*/





/* To Sort
------------------------------------------------------------------------------*/

div.parent_intro {
	overflow: hidden;
}

div.parent_intro img.bv {
	margin-right: 20px;
	margin-top: 10px; margin-bottom: 10px;
	width: 150px !important;
	float: left;
}

div.parent_intro h2 {
	font-family: 'Pacifico', cursive;
	font-size: 50px;
	margin: 0 0 4px 0 !important;
	font-weight: normal;
}

div.parent_intro p {
	font-size: 16px;
}

div.parent_info h2 {
	margin-bottom: 0.4em !important;
}

div.parent_info p,
div.parent_info ul {
	font-size: 14px !important;
}

div.parent_info ul {
	list-style: disc;
	margin-left: 2.5em;
}

div.wrapper.social_text {
	margin-top: -30px;
	max-width: 480px;
	margin-bottom: 20px;
}

div.wrapper.social_text h2 {
	font-size: 30px;
	margin: 0 0 0.4em 0;
}

div.wrapper.social_text p {
	font-size: 20px;
}

div.social.social_media {
	width: 100%;
	margin: -40px auto 0 auto;
	text-align: center;
}


div.social.social_media a {
	width: 80px;

	float: none;
	display: inline-block;
}

div.social.social_media img {
	width: 80px;
}

div.barracudas_app {
	max-width: 600px;
	margin: 0 auto -4px auto;
	position: relative;
}

div.barracudas_app a.apple {

}

div.barracudas_app a.android {

}

div.barracudas_app div.app_buttons {
	position: absolute;
	display: block;
	bottom: 20px; left: 0; right: 0;
	text-align: left;
}

div.barracudas_app a {
	width: 180px;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
}
div.barracudas_app a img {
	width: 100%;
}


div.barracudas_app a {
	width: 180px;
}

#parent_area_cpp {
	position: relative;
	margin: -60px auto -60px auto;
	height: 465px;
	background: url('/img/bg_parent_area_ccp.png') no-repeat;
	background-size: 720px 465px;
}



#parent_area_cpp div.sections {
	width: 600px !important;
	margin: 20px 0 0 65px;
	overflow: hidden;
}


#parent_area_cpp div.section {
	display: inline-block;
	width: 200px !important;
	height: 320px;
	float: left;
}

#parent_area_cpp div.cpp_text {
	display: none;
}




#parent_area_cpp div.section div.caption {
	text-align: right;
	background-color: #ccc;
	width: auto;
	padding: 10px;
	color: #fff;
	font-size: 26px;
	margin-top: -2px;
}

#parent_area_cpp div.section div.caption span {
	font-family: 'Pacifico', cursive;
	height: 320px;
}

#parent_area_cpp div.section a {
	display: block;
	width: 200px !important;
	height: 320px;
	text-decoration: none;
}

div.partners {

}

div.partners h2 {
	font-size: 32px !important;
	margin: 1em 0 0.4em 0;
}

div.partners img {
	max-width: 100%;
}

div.partners div.section {

}
/*----------------------------------------------------------------------------*/



/* Mobile
------------------------------------------------------------------------------*/
#header_line {
	display: none;
}

.narrow_only,
.mobile_only {
	display: none !important;
}

iframe.camps_map {
	box-sizing: border-box;
	border: 2px solid #ccc;
	width: 100%;
	height: 470px;
}


@media only screen and (max-width: 1240px) {
	#header #back_to_main_site {
		background-size: 244px auto;
		width: 244px; height: 94px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 665px) {
	
	div.barracudas_app a {
		width: 100px !important;
	}

	div.barracudas_app div.app_buttons {
		text-align: center !important;
	}

	#what_they_are_saying .iosslider,
	#what_they_are_saying .iosslider .slider .slide {
		height: 220px;
	}

	div.mobile_side_margin {
		margin: 0 15px;
	}

	form.standard div.checkbox.non_wrapped legend {
		position: static !important;
		left: auto;
	}

	#partners,
	#billys_blog {
		float: none !important;
		width: 100% !important;
	}

	div.standard_box.main {
		min-width: auto !important;
	}

	h1.main {
		font-size: 36px;
		padding: 20px 0 20px 0;
	}

	#slider_container {
		height: 360px;
	}

	#slider_container .iosslider .slider .slide {
		height: 360px;

	}

	#slider_container .iosslider .slider .slide img {
		margin-top: 0 !important;
		width: 100%; height: auto;
		left: auto;
		position: relative;
		margin-left: 0;
		min-width: 0;
	}

	#slider_container .slider_outer .prev,
	#slider_container .slider_outer .next {
		line-height: 360px;
	}

	#slider_container .iosslider {
		height: 360px;
	}

	#slider_container .iosslider .slider .slide div.content {
		position: absolute;
		left: 0; right: 0; bottom: 0;
		padding: 40px;
		text-align: right;
	}

	#slider_container .iosslider .slider .slide div.content p {
		font-size: 24px;
	}

	div.two_col .bb_right,
	div.two_col .bb_left {
		min-width: 0 !important;
	}

	form.standard div.caption {
		margin-left: 0 !important;
	}

	div.box_set.max_2 > div {
		width: 100%;
	}

	div.box_set.max_2.middle > div:first-child div,
	div.box_set.max_2.middle > div:last-child div {
		margin: 0 auto 0 auto;
	}


	div.box_set.max_2.middle > div:nth-child(2) div svg {


		position: absolute;
		left: 50%;
		top: 0px;
		margin-top: -90px;
		margin-left: -30px;

		-ms-transform: rotate(90deg); /* IE 9 */
	  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	  transform: rotate(90deg);

		-ms-transform-origin: left bottom;
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}

}


/* New Footer Responsive
------------------------------------------------------------------------------*/
@media only screen and (max-width: 860px) {

	#footer_main div.footer_section.top { text-align: center; }
	#footer_main div.footer_section.top p.right,
	#footer_main div.footer_section.top p.left {
		float: none;
		margin-top: 0;
	}

	#footer_main div.footer_section.top p.left { padding: 20px 0 0 0; display: block; }

	#footer_main div.footer_section.top p.right { padding: 20px 0 20px 0; display: block; }

	#footer_main div.footer_section.top p.amazing_experience {
		display: inline-block;
		position: static;
		margin-left: 0;
	}
	
	footer_main div.footer_section.middle div.wrapper {

	}
	
	#footer_main div.footer_section.middle div.col {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	#footer_main div.footer_section.middle div.col:first-child {
		width: 260px !important;
		min-width: 260px !important;
	}
	
	#footer_main div.footer_section.middle div.col {
	}
	
	#footer_main div.footer_section.middle div.col div.ofsted {
		display: inline-block;
	}
    #header_content .parent_line {
        margin: 0;
        float: left;
        padding-bottom: 0px;
    }
    .navbar-top-links li a {
        
        font-size: 15px !important;
    }

}
@media only screen and (max-width: 440px) {
    #header_content p {
        padding: 0 0 0 0;
    }

    #header_content .parent_line {
    
        padding-top: 10px;
    }

    #header_content .parent_line span {
        display: none;
    }
    #header_content .parent_line a, .navbar-top-links li a {
        font-size: 14px !important;
    }
    #header #back_to_main_site {
        background-size: 130px auto!important;
        width: 130px!important;
        height: 50px;
        right: 0px;
    }

}
@media only screen and (max-width: 400px) {

    #footer_main div.footer_section.middle div.ofsed {
        text-align: center;
    }

    #footer_main div.footer_section.middle div.ofsted img {
        margin: 0 10px;
        display: inline;
        float: none !important;
    }

    #footer_main div.footer_section.middle div.ofsted p {
        text-align: center;
        width: auto;
        padding: 10px 10px 0 10px;
    }

    #footer_main div.footer_section.middle div.col {
        width: 300px !important;
        min-width: 300px !important;
    }
  
   
}

    @media only screen and (max-width: 360px) {
        #header_content .parent_line {
            margin: 0;
            float: left;
            
            box-sizing: border-box;
        }
    }


    @media only screen and (max-width: 320px) {
        #footer_main div.footer_section.middle div.col {
            width: 260px !important;
            min-width: 260px !important;
        }

            #footer_main div.footer_section.middle div.col.social span {
                display: block;
            }

                #footer_main div.footer_section.middle div.col.social span:first-child {
                    margin-bottom: 5px;
                }

        #header_content p {
            display: block;
            width: auto;
            padding: 0 10px 0 0;
        }

        #header #back_to_main_site {
            background-size: 120px auto !important;

            width: 120px !important;
            height: 50px;
            right: 0px;
        }
    }
    /*----------------------------------------------------------------------------*/



    @media only screen and (max-width: 760px) {

        #header #back_to_main_site {
            background-size: 160px auto;
            width: 160px;
            height: 50px;
            right: 0px;
        }

        div.standard_box div.standard_box_wrapper.padded {
            padding: 0 !important;
        }

        p.fancy_outro_text {
            padding: 15px 15px 25px 15px;
        }

        div.skills_builder div.wrapper {
            margin-top: 0 !important;
            padding-top: 0 !important;
            padding-bottom: 20px !important;
        }

        #parent_area_cpp div.sections {
            margin: 0 0 0 0;
            width: auto !important;
            text-align: center;
        }

        #parent_area_cpp div.section {
            float: none;
        }

        #parent_area_cpp {
            background: none;
            height: auto;
        }

            #parent_area_cpp div.cpp_text {
                padding: 20px 0;
                margin: 0 0 40px 0;
                display: block;
            }

                #parent_area_cpp div.cpp_text p {
                    font-size: 20px;
                }

                    #parent_area_cpp div.cpp_text p span {
                        font-family: 'Pacifico', cursive;
                        font-size: 24px;
                    }

                #parent_area_cpp div.cpp_text h2 {
                    font-family: 'Pacifico', cursive;
                    font-size: 32px;
                    margin: 0 0 0 0;
                }



        .full_fixed_height_only {
            height: auto !important;
        }

        img.decorative_overlay {
            display: none;
        }

        #slider_wrapper div.wrapper {
            margin-left: -20px;
            margin-right: -20px;
        }


        div.img_caption_box img {
            -webkit-transition: none;
            transition: none;
        }

        div.img_caption_box:hover img {
            width: 235px;
            margin: 0 0 0 0;
        }

        #what_they_are_saying {
            height: auto;
        }

        #header {
            height: 180px;
        }

        .wide_only {
            display: none;
        }

        .bb {
            max-width: auto;
            width: auto !important;
        }

        .bb_left {
            float: none;
            max-width: inherit !important;
            width: auto !important;
            overflow: hidden;
            box-sizing: border-box;
        }

            .bb_left > div {
                max-width: auto;
                width: auto !important;
            }

                .bb_left > div.half {
                    width: 50% !important;
                }

        .bb_right {
            float: none;
            max-width: inherit !important;
            width: auto !important;
            overflow: hidden;
            box-sizing: border-box;
        }

        div.box_set.max_3 > div {
            width: 100%;
        }

        div.box_set.max_4 > div {
            width: 50%;
        }

        .narrow_only {
            display: block !important;
        }

        iframe.camps_map {
            height: 500px;
        }



        div.general_content.keep_in_touch_wrapper {
            width: auto;
            height: auto;
        }

            div.general_content.keep_in_touch_wrapper img.bv {
                float: none;
                margin-bottom: 20px;
            }

            div.general_content.keep_in_touch_wrapper div.content {
                padding: 15px;
            }

        div.keep_in_touch_booking_wrapper {
            position: static;
            z-index: 0;
            width: auto;
            margin: 0 !important;
            padding: 15px !important;
        }

            div.keep_in_touch_wrapper p,
            div.keep_in_touch_booking_wrapper p,
            div.new_school_wrapper p {
                font-size: 16px !important;
            }

        div.keep_in_touch_newsletter_wrapper {
            margin: 0 0 20px 0 !important;
            width: auto;
            height: auto;
            padding: 15px !important;
            background: #cc0000;
        }

            div.keep_in_touch_newsletter_wrapper h2 {
                font-size: 30px;
            }

            div.keep_in_touch_newsletter_wrapper form div.field input.text {
                width: auto;
            }

        div.new_school_wrapper {
            margin-top: 0;
            margin-left: 0;
            width: auto;
            border: none;
            padding: 15px !important;
        }

        a.keep_in_touch_social {
            display: block;
            margin-right: 0;
            width: auto;
            height: auto;
            float: none;
            padding: 15px !important;
            text-decoration: none;
        }
    }

    @media only screen and (max-width: 520px) {

        div.box_set.max_4 > div {
            width: 100%;
        }

        iframe.camps_map {
            height: 400px;
        }
    }

    @media only screen and (max-width: 760px) {
        .bb_left .general_content {
            width: auto;
        }

        .bb_right .general_content {
            width: auto;
        }

        #make_a_booking {
            padding: 20px 20px 30px 20px;
        }

        #make_a_booking {
            height: 210px;
        }

            #make_a_booking h2 {
                font-size: 28px;
            }


            #make_a_booking form {
                width: 235px;
                bottom: 10px;
                margin-left: auto;
                margin-right: auto;
                left: 0 !important;
                right: 0 !important;
                text-align: center !important;
                margin-left: auto;
                margin-right: auto !important;
            }

            #make_a_booking p.find {
                margin-top: 10px;
                position: static;
                text-align: center !important;
                margin-left: auto;
                margin-right: auto;
            }

            #make_a_booking p.or {
                position: static;
                text-align: center !important;
                margin-left: auto;
                margin-right: auto;
            }

            #make_a_booking p.find br {
                display: none;
            }

        .bb_left > div.half {
            width: 100% !important;
        }

        form.standard fieldset legend,
        form.standard label {
            display: block;
            width: 100% !important;
            padding-right: 30px !important;
            -webkit-box-sizing: padding-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: padding-box; /* Firefox, other Gecko */
            box-sizing: padding-box; /* Opera/IE 8+ */
        }

            form.standard label.checkbox {
                width: auto !important;
                padding-right: 0 !important;
            }

        form.standard div.field {
            position: relative;
        }

            form.standard div.field.submit,
            form.standard div.field.checkbox {
                padding-left: 0 !important;
            }

        form.standard select.full,
        form.standard input.text,
        form.standard textarea.text {
            width: 100% !important;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
        }

        form.standard div.caption {
            width: 100% !important;
        }

        form.standard a.caption_button {
            display: block;
            top: 8px;
            right: 0;
        }

        form.standard div.error-message {
            width: auto !important;
            margin-left: 0 !important;
            clear: both;
        }

        .non_mobile {
            display: none !important;
        }

        .mobile_only {
            display: block !important;
        }

        #menu_switch {
            display: block;
        }

        #header {
            background-color: #fff;
            /*position: fixed;
		top: 0; left: 0; right: 0;*/
            height: 55px;
        }

            #header #logo_main {
                display: none;
            }

            #header #logo_main_light {
                display: block;
                top: 4px;
                left: 10px;
            }

                #header #logo_main_light img {
                    width: 160px;
                    height: auto;
                }


        #main_menu > ul {
            background-color: #fff;
            font-size: 16px;
            padding: 0 4px 2px 6px;
            margin-top: 0px;
            position: absolute;
            z-index: 10;
            left: 10px;
            right: 10px;
            box-shadow: 0 5px 5px rgba(0,0,0,0.3);
        }

            #main_menu > ul > li > a {
                color: #fff;
                background-color: #003366;
                padding: 12px 18px 12px 75px !important;
                border: none !important;
                position: relative;
            }

            #main_menu > ul > li.sub_menu > a {
                padding: 12px 18px 12px 75px !important;
            }

        #main_menu {
            display: none;
        }

            #main_menu.m_visible {
                display: block !important;
                z-index: 999;
            }

            #main_menu > ul {
                text-align: left;
            }

                #main_menu > ul span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    width: 60px;
                    display: block;
                }

                #main_menu > ul > li {
                    display: block;
                }

                    #main_menu > ul > li > ul {
                        position: static;
                        width: auto;
                    }

                    #main_menu > ul > li > a > svg {
                        top: 1em;
                        right: 15px;
                    }

                    #main_menu > ul > li > a.active > svg {
                    }

                    #main_menu > ul > li > ul > li > a {
                        padding: 6px 14px;
                    }

                    #main_menu > ul > li > a > svg polygon {
                        fill: #fff !important;
                    }

                #main_menu > ul p.sub_content {
                    font-weight: bold;
                    text-align: right;
                    color: #006699;
                    padding: 15px;
                }

                    #main_menu > ul p.sub_content a {
                        color: inherit;
                    }

        #header_line div.wrapper {
            padding: 0 4px;
        }

        #header_line {
            display: block;
            position: relative;
            padding: 10px 0;
            color: #0069A7;
            background-color: #003366;
        }

            #header_line p {
                color: #0069A7;
                font-weight: bold;
                font-size: 16px;
                line-height: 30px;
                padding: 0 0;
                text-align: left;
            }

                #header_line p a {
                    color: #0069A7;
                    text-decoration: none;
                }

        iframe.camps_map {
            height: 235px;
        }
    }

    @media only screen and (max-width: 360px) {
    }
    /*----------------------------------------------------------------------------*/


    .img_right {
        display: block;
        float: right;
        margin-left: 10px;
    }

    .img_left {
        display: block;
        float: left;
        margin-right: 10px;
    }

    .max_central {
        max-width: 420px;
        margin: 0 auto;
    }

    /* Images with accompanying text */

    div.img_text_outer {
        position: relative;
    }

    div.img_text {
        position: absolute;
        z-index: 1;
        padding: 40px 0 0 0;
        width: 100%;
        margin: 0 0;
    }

        div.img_text * {
            font-size: 10px !important;
        }

    img.with_text {
        z-index: 2;
        position: relative;
    }

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

    /* Corner */

    #corner {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 5px;
        color: white;
        background: red;
        font-size: 15px;
    }

    #diagnostics {
        background-color: #DDD;
        border-top: 1px solid black;
        color: black;
        display: none;
        width: 100%;
    }

        #diagnostics h2,
        #diagnostics h3,
        #diagnostics p,
        #diagnostics pre {
            padding: 10px 25px;
        }
