@charset "UTF-8";

body
{
	background					: white 	url("../img/bg_body.png")			left	top	repeat;
}

body.home
{
	padding 					: 0;
}

h2.concertina
{
	background					: transparent	url("../img/bg_conc_so.png")			left	top	no-repeat;
	text-align					: left;
	position					: relative;
	cursor						: pointer;
}

h2.concertina.open
{
	background-image				: url("../img/bg_conc_sc.png");
}

h2.concertina:before
{
	content 					: " ";
	color						: white;
	background					: black;
	font-weight					: bold;
	text-align					: center;
	vertical-align					: top;
	line-height					: 1em;
	height						: 1em;
	width						: 1em;
	margin						: 0 0.5em 0 0;
	padding 					: 0;
	display 					: inline-block;
	position					: relative;
	z-index 					: -1;

	-webkit-transition				: -webkit-transform		400ms ease-in-out;
	-moz-transition 				: -moz-transform		400ms ease-in-out;
	-ms-transition					: -ms-transform 		400ms ease-in-out;
	transition					: transform			400ms ease-in-out;
}

h2.concertina::before
{
	content 					: " ";
	color						: white;
	background					: black;
	font-weight					: bold;
	text-align					: center;
	vertical-align					: top;
	line-height					: 1em;
	height						: 1em;
	width						: 1em;
	margin						: 0 0.5em 0 0;
	padding 					: 0;
	display 					: inline-block;
	position					: relative;
	z-index 					: -1;

	-webkit-transition				: -webkit-transform		400ms ease-in-out;
	-moz-transition 				: -moz-transform		400ms ease-in-out;
	-ms-transition					: -ms-transform 		400ms ease-in-out;
	transition					: transform			400ms ease-in-out;
}

h2.concertina.open:before
{
	-webkit-transform				: rotate(45deg);
	-moz-transform					: rotate(45deg);
	-ms-transform					: rotate(45deg);
	transform					: rotate(45deg);
}

h2.concertina.open::before
{
	-webkit-transform				: rotate(45deg);
	-moz-transform					: rotate(45deg);
	-ms-transform					: rotate(45deg);
	transform					: rotate(45deg);
}

div.concertina
{
	overflow					: hidden;
	padding-bottom					: 1em;
}

div.concertina > p:first-child
{
	margin-top					: 0;
}


header,
footer
{
	color						: white;
	background					: black;
	position					: relative;
}

header:after,
footer:before
{
	background-color				: transparent;
	background-repeat				: repeat-x;
	content 					: " ";
	height						: 8px;
	width						: 100%;
	border						: none;
	position					: absolute;
	left						: 0;
}

header::after,
footer::before
{
	background-color				: transparent;
	background-repeat				: repeat-x;
	content 					: " ";
	height						: 8px;
	width						: 100%;
	border						: none;
	position					: absolute;
	left						: 0;
}

header:after
{
	background-image				: url("../img/bg_crimp_t.png");
	background-position				: center top;
	top						: 100%;
}

header::after
{
	background-image				: url("../img/bg_crimp_t.png");
	background-position				: center top;
	top						: 100%;
}

footer:before
{
	background-image				: url("../img/bg_crimp_b.png");
	background-position				: center bottom;
	bottom						: 100%;
}

footer::before
{
	background-image				: url("../img/bg_crimp_b.png");
	background-position				: center bottom;
	bottom						: 100%;
}


header
{
	margin-bottom					: 16px;
}


header nav
{
	text-align					: center;
}

header nav a
{
	color						: white;
	font-size					: 16px;
	text-decoration 				: none;
	text-transform					: uppercase;
	vertical-align					: middle;
	line-height					: 96px;
	height						: 80px;
	padding 					: 0 10px;
	display 					: inline-block;
}

header nav span:first-child a
{
	background					: transparent	url("../img/logo_nav.png")			center		no-repeat;
	text-indent					: 200%;
	white-space					: nowrap;
	width						: 126px;
	overflow					: hidden;
}

header nav a.active
{
	color						: #D3B23E;
}

header aside img,
div.hero img
{
	height						: auto;
	width						: 100%;
}



footer
{
	margin-top					: 90px;
	padding-bottom					: 40px;
}

footer a
{
	color						: white;
	text-decoration 				: none;
	border-bottom					: 1px solid white;
}

footer h1
{
	margin-bottom					: 27px;
}



article
{
	text-align					: justify;
	float						: left;
}


article a.more
{
	color						: white;
	background					: black;
	font-size					: 17px;
	text-decoration 				: none;
	text-transform					: uppercase;
	line-height					: 40px;
	height						: 36px;
	margin						: 0;
	padding 					: 0 1em;
	display 					: inline-block;
}

article a.more:hover
{
	color						: #D3B23E;
}

article.gallery.peppa h1
{
	visibility					: hidden;
}


#content
{
	overflow					: hidden;
}


#fcopy
{
	margin						: 0;
}

#fcopy span
{
	white-space					: nowrap;
}


div.gallery ul
{
	list-style					: none;
	padding 					: 0;
	margin 						: 0;
}

div.gallery .single
{
	margin						: 0 0 6px;
}

div.gallery .single .slides,
div.gallery .thumbs .slides
{
	position					: relative;
	overflow 					: hidden;
}

div.gallery .single .slides ul,
div.gallery .thumbs .slides ul
{
	width						: 99999999px;
	position					: absolute;
}

div.gallery .single .slides ul li,
div.gallery .thumbs .slides ul li
{
	float						: left;
}

div.gallery .single .slides ul { height : 437px; }
div.gallery .thumbs .slides ul { height : 107px; }

div.gallery .single .slides,
div.gallery .single .slides ul li,
div.gallery .single .slides ul li img
{
	height						: 436px;
	width						: 655px;
}

div.gallery .thumbs .slides,
div.gallery .thumbs .slides ul li,
div.gallery .thumbs .slides ul li img
{
	height						: 107px;
	width						: 159px;
}

div.gallery .thumbs .slides
{
	width						: 655px;
}

div.gallery .thumbs .slides ul li
{
	margin						: 0 6px 0 0;
}

div.gallery .single
{
	position					: relative;
}

div.gallery .single .controls
{
	width						: 727px;
	overflow					: hidden;
	position					: absolute;
	top						: 182px;
	left						: -36px;
}

div.gallery .thumbs .controls
{
	overflow					: hidden;
}

div.gallery .controls button.n { float : right; }
div.gallery .controls button.p { float : left; }
div.hero    .controls button.n { float : right; }
div.hero    .controls button.p { float : left; }

div.gallery .single .controls button,
div.hero            .controls button,
div.tabs            .controls button
{
	background-color				: transparent;
	background-position				: center;
	background-repeat				: no-repeat;
	text-indent					: 200%;
	white-space					: nowrap;
	height						: 72px;
	width						: 72px;
	outline 					: none;
	border						: none;
	margin						: 0;
	padding 					: 0;
	display 					: block;
	overflow					: hidden;
	cursor						: pointer;

	-webkit-appearance				: none;
}

div.gallery .single .controls button.n { background-image : url("../img/ctrl_r.png"); }
div.gallery .single .controls button.p { background-image : url("../img/ctrl_l.png"); }
div.hero            .controls button.n { background-image : url("../img/ctrl_r.png"); }
div.hero            .controls button.p { background-image : url("../img/ctrl_l.png"); }
div.tabs            .controls button.n { background-image : url("../img/ctrl_r.png"); }
div.tabs            .controls button.p { background-image : url("../img/ctrl_l.png"); }

div.gallery .thumbs .controls button
{
	background					: transparent;
	text-transform					: uppercase;
	border						: none;
	padding 					: 0.5em 0;
	cursor						: pointer;

	-webkit-appearance				: none;
}


div.hero
{
	color						: white;
	height						: 664px;
	width						: 100%;
	clear						: both;
	position					: relative;
}

div.hero .slides
{
	height						: 100%;
	width						: 100%;
	position					: relative;
	overflow 					: hidden;
}

div.hero .slides ul
{
	list-style					: none;
	height						: 100%;
	width						: 99999999px;
	margin						: 0;
	padding 					: 0;
	position					: absolute;
}

div.hero .slides ul li
{
	background-color				: transparent;
	background-position				: center;
	background-repeat				: no-repeat;
	text-align					: center;
	height						: 665px;
	/*width						: 2559px;*/
	float						: left;
}

div.hero .slides .venue
{
	color						: white 	!important;
	width						: 612px;
	margin						: 310px auto 0;
	position					: relative;
	z-index 					: 200;

	-webkit-transform-origin			: center 512px;
	-moz-transform-origin				: center 512px;
	-ms-transform-origin				: center 512px;
	transform-origin				: center 512px;

	-webkit-transition				: -webkit-transform		400ms ease-in-out;
	-moz-transition 				: -moz-transform		400ms ease-in-out;
	-ms-transition					: -ms-transform 		400ms ease-in-out;
	transition					: transform			400ms ease-in-out;
}

div.hero .slides .next .venue
{
/*
	-webkit-transform-origin			: -50% 512px;
	-moz-transform-origin				: -50% 512px;
	-ms-transform-origin				: -50% 512px;
	transform-origin				: -50% 512px;
*/
	-webkit-transform				: rotate(180deg);
	-moz-transform					: rotate(180deg);
	-ms-transform					: rotate(180deg);
	transform					: rotate(180deg);
}

div.hero .slides .prev .venue
{
/*
	-webkit-transform-origin			: 150% 512px;
	-moz-transform-origin				: 150% 512px;
	-ms-transform-origin				: 150% 512px;
	transform-origin				: 150% 512px;
*/
	-webkit-transform				: rotate(-180deg);
	-moz-transform					: rotate(-180deg);
	-ms-transform					: rotate(-180deg);
	transform					: rotate(-180deg);
}

div.hero .slides .venue h1
{
	color						: white;
	background-image				: url("../img/bg_hx_sl.png");
	margin-bottom					: 24px;
}

div.hero .slides .venue p
{
	line-height					: 1.75em;
}

div.hero .slides .venue a.more
{
	color						: black;
	background					: white;
	font-size					: 15px;
	text-decoration 				: none;
	text-transform					: uppercase;
	line-height					: 30px;
	height						: 26px;
	margin						: 0;
	padding 					: 0 1em;
	display 					: inline-block;
}


div.hero .controls
{
	background					: transparent	url("../img/bg_hero.png")			center	top	no-repeat;
	height						: 367px;
	width						: 100%;
	overflow 					: visible	!important;
	position					: absolute;
	bottom						: 0;
	left						: 0;
	visibility					: visible	!important;
}

div.hero .controls .w
{
	text-align					: center;
	width						: 1074px;
	overflow					: hidden;
}

div.hero .controls a.hide
{
	color						: white;
	font-size					: 12px;
	text-decoration 				: none;
	text-transform					: uppercase;
	line-height					: 44px;
	height						: 40px;
	padding 					: 0 0.5em;
	display 					: inline-block;
	position					: relative;
	z-index 					: 1000;
}

div.tabs
{
	background					: transparent	url("../img/border_l.png")			center	bottom	no-repeat;
	height						: 242px;
	width						: 100%;
	margin-bottom					: 34px;
	padding 					: 34px 0;
	position					: relative;
}

div.tabs .slides
{
	height						: 100%;
	width						: 1224px;
	margin						: 0 auto;
	position					: relative;
	overflow 					: hidden;
}

div.tabs .slides ul
{
	list-style					: none;
	width						: 99999999px;
	margin 						: 0;
	padding 					: 0;
	position					: absolute;
}

div.tabs .slides ul li
{
	float						: left;
	margin						: 0 33px 0 0;
}

div.tabs .slides ul li,
div.tabs .slides ul li a
{
	height						: 242px;
	width						: 281px;
}

div.tabs .slides ul li a
{
	text-decoration 				: none;
	text-transform					: uppercase;
	display 					: block;
	overflow					: hidden;
}

div.tabs .slides ul li a img
{
	height						: 187px;
	width						: 281px;
}

div.tabs .slides ul li a img,
div.tabs .slides ul li a span
{
	float						: left;
}

div.tabs .slides ul li a span
{
	font-size					: 18px;
	line-height					: 60px;
	height						: 55px;
	width						: 100%;
	display 					: block;
}

div.tabs .controls button
{
	position					: absolute;
	top						: 96px;
}

div.tabs .controls button.p	{ left			: 2px; }
div.tabs .controls button.n	{ right 		: 2px; }

article.slideshow img
{
	height						: 445px;
	width						: 332px;
}

a.slideshow
{
	height						: 447px;
	width						: 334px;
	display 					: block;
	overflow 					: hidden;
	position					: relative;
}

a.slideshow img
{
	position					: absolute;
	top						: 0;
	left						: 0;
}

.left a.slideshow
{
	margin						: 0 auto 0 0;
}

.right a.slideshow
{
	margin						: 0 0 0 auto;
}


div.instagram
{
	margin						: 0 -10px 0 0;
}

div.instagram p
{
	clear						: both;
}

div.instagram img
{
	height						: 125px;
	width						: 125px;
	margin						: 0 10px 10px 0;
	float						: left;
}

div.quotes
{
	position					: relative;
}

div.quotes blockquote
{
	position					: absolute;
	left						: 0;
	top						: 0;
}


ul.posters
{
	list-style					: none;
	margin						: 0 -32px -28px 0;
	padding 					: 0;
	overflow					: hidden;
}

ul.posters li
{
	margin						: 0 31px 28px 0;
	float						: left;
	    width: 45%;
}
.events.regular li{
	display: inline-block;
	float: none;

}

ul.posters li img
{
width: 100%;
	display 					: block;
}



body.home header .a h1
{
	background					: transparent;
	text-align					: center;
	vertical-align					: top;
	height						: 235px;
	width						: 100%;
	margin						: 0;
	display 					: block;
	position					: absolute;
	top						: 0;
	left						: 0;
	z-index 					: 200;
}

body.home header .a h1 a
{
	background					: transparent	url("../img/logo_home.png")			center	top	no-repeat;
	text-indent					: 200%;
	vertical-align					: top;
	white-space					: nowrap;
	height						: 235px;
	width						: 354px;
	margin						: 0;
	padding 					: 0;
	display 					: inline-block;
	overflow					: hidden;
}

body.home header .a ul
{
	text-align					: center;
	list-style					: none;
	height						: 79px;
	width						: 100%;
	margin						: 0;
	padding 					: 0;
	display 					: block;
	position					: absolute;
	top						: 0;
	left						: 0;
	z-index						: 250;
}

body.home header .a ul li
{
	background					: transparent	url("../img/bg_oval.png")			right	top	no-repeat;
	text-align					: right;
	vertical-align					: top;
	height						: 79px;
	width						: 440px;
	display 					: inline-block;
	overflow					: hidden;
}

body.home header .a ul li:first-child
{
	background-position				: left top;
	text-align					: left;
}

body.home header .a ul li a
{
	text-decoration 				: none;
	text-transform					: uppercase;
	text-align					: center;
	vertical-align					: top;
	line-height					: 1em;
	height						: 62px;
	width						: 75px;
	padding 					: 17px 25px;
	display 					: inline-block;
}

body.home header .a ul li a.bus
{
	background					: transparent	url("../img/icon_coach_d.png")			center	11px	no-repeat;
	text-indent					: 200%;
	white-space					: nowrap;
	overflow					: hidden;
}

body.home header .a ul li a.bus:hover
{
	background-image				: url("../img/icon_coach_l.png");
}

body.whatson #content .f
{
	width						: 1074px;
	margin						: 0 auto;
}



form h2
{
	text-align					: center;
	display 					: none;
}

form fieldset
{
	border						: none;
	margin						: 0;
	padding 					: 0;
}

form select,
form textarea,
form input[type=text],
form input[type=date],
form input[type=email],
form input[type=number],
form input[type=password]
{
	color						: black;
	background					: white;
	background					: rgba(255, 255, 255, 0.65);
	text-align					: left;
	vertical-align					: top;
	line-height					: 20px;
	height						: 22px;
	outline 					: none;
	border-color					: #AAAAAA;
	border-color					: rgba(132, 132, 132, 0.65);
	border-style					: solid;
	border-width					: 1px;
	padding 					: 10px 10px 8px;
	box-sizing					: content-box;

	-webkit-box-shadow				: inset 0 0 2px #F0F0F0;
	-webkit-box-shadow				: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-moz-box-shadow 				: inset 0 0 2px #F0F0F0;
	-moz-box-shadow 				: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-ms-box-shadow					: inset 0 0 2px #F0F0F0;
	-ms-box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-o-box-shadow					: inset 0 0 2px #F0F0F0;
	-o-box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
	box-shadow					: inset 0 0 2px #F0F0F0;
	box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
}

form .placeholder				{ color 	: black;	text-transform	: uppercase; }
form :-webkit-input-placeholder 		{ color 	: black;	text-transform	: uppercase; }
form ::-webkit-input-placeholder		{ color 	: black;	text-transform	: uppercase; }
form :-moz-placeholder				{ color 	: black;	text-transform	: uppercase; }
form ::-moz-placeholder 			{ color 	: black;	text-transform	: uppercase; }
form :-ms-input-placeholder			{ color 	: black;	text-transform	: uppercase; }

form select
{
	position					: relative;

	-webkit-appearance				: textfield;
	-moz-appearance 				: none;
}

form textarea
{
	line-height					: 25px;
	padding 					: 10px;
}


form.submitted input:invalid,
form.submitted input.invalid,
form.submitted select:invalid,
form.submitted select.invalid,
form.submitted textarea:invalid,
form.submitted textarea.invalid
{
	color						: #D41F50;
	background					: #F4C6D3;
	background					: rgba(212, 31, 80, 0.25);
	border-color					: #D41F50;
}


form button
{
	color						: white;
	background					: black;
	text-transform					: uppercase;
	text-align					: center;
	vertical-align					: top;
	line-height					: 20px;
	height						: 22px;
	width						: 80px;
	border						: 1px solid black;
	padding 					: 10px 0 8px;
	box-sizing					: content-box;
	cursor						: pointer;

	-webkit-appearance				: none;
}

form button:hover
{
	color						: #D3B23E;
}

footer form select,
footer form textarea,
footer form input[type=text],
footer form input[type=date],
footer form input[type=email],
footer form input[type=number],
footer form input[type=password]
{
	color						: white;
	background					: black;
	border-color					: white;

	-webkit-box-shadow				: inset 0 0 2px #0F0F0F;
	-webkit-box-shadow				: inset 0 0 2px rgba(255, 255, 255, 0.36);
	-moz-box-shadow 				: inset 0 0 2px #0F0F0F;
	-moz-box-shadow 				: inset 0 0 2px rgba(255, 255, 255, 0.36);
	-ms-box-shadow					: inset 0 0 2px #0F0F0F;
	-ms-box-shadow					: inset 0 0 2px rgba(255, 255, 255, 0.36);
	-o-box-shadow					: inset 0 0 2px #0F0F0F;
	-o-box-shadow					: inset 0 0 2px rgba(255, 255, 255, 0.36);
	box-shadow					: inset 0 0 2px #0F0F0F;
	box-shadow					: inset 0 0 2px rgba(255, 255, 255, 0.36);
}

footer form .placeholder			{ color 	: white; }
footer form :-webkit-input-placeholder		{ color 	: white; }
footer form ::-webkit-input-placeholder 	{ color 	: white; }
footer form :-moz-placeholder			{ color 	: white; }
footer form ::-moz-placeholder			{ color 	: white; }
footer form :-ms-input-placeholder		{ color 	: white; }

footer form button
{
	color						: black;
	background					: white;
	border-color					: white;
}

form#subscribe
{
	overflow					: hidden;
}

form#subscribe input
{
	width						: 251px;
	border-width					: 1px 0 1px 1px;
}

form#subscribe input,
form#subscribe button
{
	float						: left;
}

form#enq,
form#bus
{
	width						: 100%;
	overflow					: hidden;
	clear						: both;
}

form#enq fieldset,
form#bus fieldset
{
	width						: 688px;
	margin						: 0;
	float						: left;
}

form#enq fieldset.left,
form#bus fieldset.left
{
	width						: 545px;
	margin						: 0 65px 0 0;
}

form select,
form input[type=text],
form input[type=date],
form input[type=email],
form input[type=number],
form input[type=password]
{
	width						: 523px;
	margin						: 0 0 16px;
	display 					: inline-block;
}

form select.time,
form input.time
{
	width						: 80px;
	margin-right					: 18px;
}

form select.date,
form input.date
{
	width						: 400px;
}

form input.num
{
	width						: 566px;
	float						: left;

	-webkit-appearance				: textfield;
	-moz-appearance 				: none;
}

form textarea
{
	height						: 200px;
	width						: 666px;
	margin						: 0 0 16px;
}

form#tal textarea
{
	width						: 523px;
}

form#tal button
{
	float						: right;
}

form#enq button,
form#bus button
{
	margin-left					: 18px;
	float						: left;
}
#overlayeffect{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.bingo-img img{
	width: 100%;
}
#overlayeffect span{
	color: #d3212f;
	position: absolute;
	font-size: 2rem;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	font-weight: 600;
}
#content > div > div > article.events.regular > ul > li:nth-child(3):hover #overlayeffect{
	display: block;
}
ul.posters li{
	position: relative;
}
form#enq input[type=radio],
form#enq input[type=checkbox]
{
	display 					: none;
}

form#enq input[type=radio]    + label,
form#enq input[type=checkbox] + label
{
	text-transform					: lowercase;
	vertical-align					: top;
	width						: 588px;
	margin						: 8px -40px 8px 40px;
	float						: left;
	position					: relative;
}

form#enq input[type=radio]    + label:before,
form#enq input[type=checkbox] + label:before
{
	content 					: " ";
	color						: black;
	background					: white;
	background					: rgba(255, 255, 255, 0.65);
	text-align					: center;
	line-height					: 28px;
	height						: 24px;
	width						: 24px;
	border-color					: #AAAAAA;
	border-color					: rgba(132, 132, 132, 0.65);
	border-style					: solid;
	border-width					: 1px;
	margin						: 0;
	position					: absolute;
	top						: 0;
	left						: -32px;

	-webkit-box-shadow				: inset 0 0 2px #F0F0F0;
	-webkit-box-shadow				: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-moz-box-shadow 				: inset 0 0 2px #F0F0F0;
	-moz-box-shadow 				: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-ms-box-shadow					: inset 0 0 2px #F0F0F0;
	-ms-box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-o-box-shadow					: inset 0 0 2px #F0F0F0;
	-o-box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
	box-shadow					: inset 0 0 2px #F0F0F0;
	box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
}

form#enq input[type=radio]    + label::before,
form#enq input[type=checkbox] + label::before
{
	content 					: " ";
	color						: black;
	background					: white;
	background					: rgba(255, 255, 255, 0.65);
	text-align					: center;
	line-height					: 28px;
	height						: 24px;
	width						: 24px;
	border-color					: rgba(132, 132, 132, 0.65);
	border-style					: solid;
	border-width					: 1px;
	margin						: 0;
	position					: absolute;
	top						: 0;
	left						: -32px;

	-webkit-box-shadow				: inset 0 0 2px #F0F0F0;
	-webkit-box-shadow				: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-moz-box-shadow 				: inset 0 0 2px #F0F0F0;
	-moz-box-shadow 				: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-ms-box-shadow					: inset 0 0 2px #F0F0F0;
	-ms-box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
	-o-box-shadow					: inset 0 0 2px #F0F0F0;
	-o-box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
	box-shadow					: inset 0 0 2px #F0F0F0;
	box-shadow					: inset 0 0 2px rgba(0, 0, 0, 0.36);
}

form#enq input[type=radio].checked    + label:before,
form#enq input[type=checkbox].checked + label:before
{
	content 					: "✔";
}

form#enq input[type=radio]:checked    + label:before,
form#enq input[type=checkbox]:checked + label:before
{
	content 					: "✔";
}

form#enq input[type=radio]:checked    + label::before,
form#enq input[type=checkbox]:checked + label::before
{
	content 					: "✔";
}

form#bus textarea
{
	height						: 78px;
}


/* Firefox fixes */
@-moz-document url-prefix()
{
	form select
	{
		/*height					: 23px;*/
		padding 				: 9px 10px;
	}
}

/* Webkit fixes */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	h2.concertina:before,
	h2.concertina:after
	{
		line-height				: 0.2em;
	}

	h2.concertina::before,
	h2.concertina::after
	{
		line-height				: 0.2em;
	}
}



.map-canvas
{
	height						: 436px;
}


.form_feedback
{
	width						: 100%;
	margin						: 0;
	float						: left;
	display 					: none;
}

.form_feedback.visible
{
	display 					: block;
}

div.form_feedback
{
	float						: none;
}


p.error
{
	color						: #D41F50;
	margin						: 1em 0;
}

p.success
{
	color						: #11760E;
	margin						: 1em 0;
}

#popups
{
	display 					: none;
}


.sidr
{
	display 					: none;
}
#content > div > div > article.events.regular > ul > li:nth-child(2) > a > img{
	padding-bottom: 2px;
}
@media screen and (max-width:1200px){
ul.posters li{
	width: 43% ;
}
}

