/*Generated Stylesheet*/
	@font-face {
			font-family: Roboto;
			src: url(https://www.staustelltownteam.co.uk/fonts/Roboto-Regular.ttf) format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
	}	@font-face {
			font-family: Roboto;
			src: url(https://www.staustelltownteam.co.uk/fonts/Roboto-BoldItalic.ttf) format('truetype');
			font-weight: bold;
			font-style: italic;
			font-display: swap;
	}	@font-face {
			font-family: Roboto;
			src: url(https://www.staustelltownteam.co.uk/fonts/Roboto-Bold.ttf) format('truetype');
			font-weight: bold;
			font-style: normal;
			font-display: swap;
	}	@font-face {
			font-family: Roboto;
			src: url(https://www.staustelltownteam.co.uk/fonts/Roboto-Italic.ttf) format('truetype');
			font-weight: normal;
			font-style: italic;
			font-display: swap;
	}body { font-size: 16pt;}
@font-face {
    font-family: handwriting;
    src: url(/fonts/angelina.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
		font-display: swap;
	}


html {-webkit-font-smoothing: antialiased}

body.noscroll
{
	overflow:hidden;
}



.flexrow
{
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:flex;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	width:100%;
	max-width:100%;
}

.flexrow>.flexspacer
{
	-o-flex: 1 2 10%;
	-ms-flex: 1 2 10%;
	-webkit-flex: 1 2 10%;
	-moz-flex: 1 2 10%;
	flex: 1 2 10%;
}

.flexrow.wide>.flexspacer
{
	-o-flex: 0 0 0;
	-ms-flex: 0 0 0;
	-webkit-flex: 0 0 0;
	-moz-flex: 0 0 0;
	flex: 0 0 0;
}

.flexrow>.flexmain
{
	-o-flex: 2 1 60%;
	-ms-flex: 2 1 60%;
	-webkit-flex: 2 1 60%;
	-moz-flex: 2 1 60%;
	flex: 2 1 60%;
	background-color:#f7f8e6;
	color:#105237;
}

.flexrow.colour1>.flexmain, .flexrow.colour1
{
background-color: #256AA7;
	color: #FFFFFF;
}

.flexrow.colour2>.flexmain, .flexrow.colour2, #reg_lookup, #lookup_results, .tmp_fields, .lookup_row
{
	background-color: #C9CDCC;
	color: #000000;
	padding:1px;
}

.flexrow.parallax1.rowback>.flexmain, .flexrow.parallax2.rowback>.flexmain, .flexrow.parallax3.rowback>.flexmain
{
	background: none;
	padding-top:1em;
	padding-bottom:1em;
}


.flexrow.parallax1.white.rowback>.flexmain, .flexrow.parallax2.white.rowback>.flexmain, .flexrow.parallax3.white.rowback>.flexmain
{
	color:white;
}

#header .flexrow.default.rowback
{
background-color: #ab0000;
color: #FFFFFF;
background-size:cover;
;
}

body .leaflet-popup-content-wrapper, body .leaflet-popup-tip
{
background-color: #ab0000;
color: #FFFFFF;
}

.map_popup_image
{
    min-height: 45px;
    min-width: 80px;
    display: block;
    background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		margin: -8px;
		position:relative;
}

.hero_section
{
	position:absolute;
	top:0px;
	z-index:2147483647;
	width:100%;
	font-size: 1.5vw;
	text-shadow: 0 1px 2px #E5E5E5;
}

.hero_section h1, .hero_section h2
{
	margin-top:initial;
	line-height:initial;
	text-align:center;
}

body #header .flexrow:not(.menubarback)>.flexmain
{
	background: none;
	color: #FFFFFF;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#body #header .flexrow.menubarback:last-child
{
	margin-bottom:2em;
}


body .page_container .flexmain
{
	padding-top:1em;
}

body .page_container
{
	padding-left:5vw;
	padding-right:5vw;
}

.flexrow.parallax1.rowback
{
	background-size:cover;
		margin-top:1em;
	margin-bottom:1em;
}



.flexrow.parallax2.rowback
{
	background-size:cover;
		margin-top:1em;
	margin-bottom:1em;
}

.flexrow.parallax3.rowback
{
	background-size:cover;
		margin-top:1em;
	margin-bottom:1em;
}


header
{
	position:relative;
	z-index:10;
}

header .flexrow.parallax1.rowback, header .flexrow.parallax2.rowback, header .flexrow.parallax3.rowback
{
	margin-top:0;
	margin-bottom:0;
}

.flexmain marquee
{
	position:relative;
	z-index:100;
}

.marquee, .marquee_placeholder
{
	font-size:2em;
	font-weight:bold;
	margin-bottom:0.5em;
	margin-top:0.5em;
	white-space: nowrap;
	padding:0;
	overflow:hidden;
	line-height:1.2em;
}

.marquee img
{
	max-width:1em;
	max-height:1em;
	display:inline!important;
}

.fixed_marquee .closer
{
position: absolute;
top: 0;
right: 0;
width: 1.6em;
height: 1.6em;
}

.fixed_marquee:hover .closer::after
{
content: 'X';
position: absolute;
top: 0;
right: 0;
text-align: center;
background-color: rgba(255,255,255,0.5);
color: rgba(255,0,0,0.5);
border: 2px solid rgba(255,0,0,0.5);
margin: 0.1em;
padding: 0.1em;
width: 1em;
line-height: 1em;
font-weight: bold;
border-radius: 0.1em;
cursor: pointer;
}

.fixed_marquee
{
	position: fixed;
	z-index: 999999999;
	bottom: 0;
}

body .marquee.init
{
	color:rgba(0,0,0,0)!important;
}

.speclist
{
	 columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style-type:none;
  padding:0;
}



.speclist li
{
  padding-left:1.1875em;
  position:relative;
}

.speclist li::before, .speclist li:before
{
	content:"\2022";
  position:absolute;
  left:0;
  top:0.0625em;
  color:#f00;
  font-weight:bold;
  font-size:1.125em;
}

@media only screen and (max-width: 1024px) {

.css_slideshow .small_search_content .default_content h1
{
 font-size:1.5em;
}

    .flexrow.parallax1.rowback,.flexrow.parallax2.rowback,.flexrow.parallax3.rowback {
        background-attachment: scroll;
				background-size:initial;
    }
}

.flex.nopadding>div
{
	padding:0!important;
}

.flexrow>.flexmain>div
{
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:flex;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
}

.flexrow .flexitem
{
	flex:auto;
}

.social *, .gallery *
{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


body:not(.mce-content-body)
{
	background-color: #E5E5E5;
	color: #000000;
	font-family: Roboto;
	height:100vh;
}

header .phone_nos
{
	text-shadow: 1px 1px 2px #ab0000;
}

 html .mce-content-body, html .mce-content-body *:not(.fa)
{
	font-family: Roboto;
}

img {	border:none; }

hr
{
  height:1px;
  border:none;
	background-color: #000000;;
	width:90%;
	margin-top:1em;
	margin-bottom:1em;
}

a
{
	color:inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.box p a, .mce-content-body p a
{
	color:#f7f8e6;
	text-decoration: none;
}

.box p a:hover, .mce-content-body p a:hover
{
	color:#f7f8e6;
	text-decoration: underline;
}

.box p a:visited, .mce-content-body p a:visited
{
	color:#f7f8e6;
}

.box p a:active, .mce-content-body p a:active
{
	color:#f7f8e6;
}

.pointer { cursor: pointer; }

.hide { display:none; }

.nodecor { text-decoration: none; }

.fr {	float:right; }

.fl { float:left; }

.cr {	clear:right; }

.cb {	clear:both; }

.cl { clear:left; }

.b { font-weight: bold; }

.c { text-align:center; }

.l { text-align:left; }

.r { text-align:right; }

.j { text-align:justify; }

.divc { margin: 0 auto; }

.nowrap
{
	white-space:nowrap;
	text-overflow: ellipsis;
}

body .branded
{
	background: rgba(0,0,0,0.8);
	color:white;
	justify-content: flex-end;
}

body .animate_branded
{
	position: relative;
	bottom: 0;
	width: 100%;
	z-index: 2147483647;
  animation-name: slide_in;
  animation-duration: 12s;
}

body .animate_branded .branded
{
	z-index: 2147483647;
}
@keyframes slide_in {
  0%   {margin-bottom:-25%;position: fixed; opacity:1;z-index: 2147483647;}
	25%   {margin-bottom:0;position: fixed; opacity:1;z-index: 2147483647;}
	65%   {margin-bottom:0;position: fixed; opacity:1;z-index: 2147483647;}
	90%  {margin-bottom:-25%;position: fixed; opacity:1;z-index: 2147483647;}
	91% {margin-bottom:-25%; position:fixed; opacity: 0;z-index: 2147483647;}
	92% {margin-bottom:0; position:relative; opacity: 0;z-index: 2147483647;}
  100% {margin-bottom:0%; position:relative; opacity: 1;z-index: 2147483647;}
}
}

body .branded a
{
	color:white;
}

body .branded .flex.half
{
	text-align:center;
	padding-top:0.75em;
	flex: 10 1 auto;
}

body .branded .flex.half a span
{
	white-space:nowrap;
}

body .branded .flex.quarter:last-child
{
	min-width:220px;
	text-align:right;
	padding:4px 8px 4px 3px;
	flex: 0 0 220px;
}


body header .social
{
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-o-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	-moz-flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	padding:5px;
}

	body header>.flexrow>.flexmain .phone_no.flexbox>.flex.half
	{
		line-height:0;
		min-width:120px;
		-o-flex: 1 0 120px;
		-ms-flex: 1 0 120px;
		-webkit-flex: 1 0 120px;
		-moz-flex: 1 0 120px;
		flex: 1 0 120px;
	}

	.phone_nos
	{
		display: -ms-flex;
		display: -o-flex;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap:wrap;
		-o-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.phone_nos .primary, .phone_nos .secondary
	{
		flex: 1 1 240px;
		text-align:right;
		white-space:nowrap;
		font-size:1.6em;
	}

	.phone_nos .primary.c, .phone_nos .secondary.c
	{
		text-align:center;
	}

	#header .flexbox .flex:first-child:not(:last-child) .phone_nos .primary:not(.c), #header .flexbox .flex:first-child:not(:last-child) .phone_nos .secondary:not(.c)
	{
		text-align:left;
	}


	#header .flexbox .flex:first-child .filler
	{
		display:none;
	}

	.phone_nos .filler

	{
		flex: 20 20 20%;
	}

	body header .card_logos, body header .header_image
	{
		min-width:140px;
		-ms-flex-wrap:nowrap;
		-o-flex-wrap:nowrap;
		-moz-flex-wrap:nowrap;
		-webkit-flex-wrap:nowrap;
		flex-wrap:nowrap;
		padding:5px;
	}

	body header .header_image
	{
		-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	}

	body header .header_image.left
	{
		-o-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	}





body header .social a
{
	display:block;
	-moz-flex: 0 1 66px;
	-webkit-flex: 0 1 66px;
	-o-flex: 0 1 66px;
	-ms-flex: 0 1 66px;
	flex: 0 1 66px;
	min-width:18px;
	max-width:66px;
	padding:1px;
	line-height:0;
}

body header .card_logos>div
{
	display:block;
	-moz-flex: 0 1 66px;
	-webkit-flex: 0 1 66px;
	-o-flex: 0 1 66px;
	-ms-flex: 0 1 66px;
	flex: 0 1 66px;
	min-width:18px;
	max-width:66px;
	padding:1px;
	line-height:0;
}

body header .header_image>div
{
	display:block;
	-moz-flex: 1 1 66px;
	-webkit-flex: 1 1 66px;
	-o-flex: 1 1 66px;
	-ms-flex: 1 1 66px;
	flex: 1 1 66px;
	min-width:18px;
	max-width:128px;
	padding:1px;
	line-height:0;
}



body header>.flexrow>.flexmain>.flexbox
{
-o-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:nowrap;
-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
}

@media only screen and (max-width: 1920px) {
	body header .social a, body header .card_logos>div
	{
		max-width:66px;
	}
}


@media only screen and (max-width: 1599px) {



	.flexrow>.flexspacer
	{
		-o-flex: 1 2 10%;
		-ms-flex: 1 2 10%;
		-webkit-flex: 1 2 10%;
		-moz-flex: 1 2 10%;
		flex: 1 2 10%;
	}

	.flexrow.wide>.flexspacer
	{
		-o-flex: 0 0 0;
		-ms-flex: 0 0 0;
		-webkit-flex: 0 0 0;
		-moz-flex: 0 0 0;
		flex: 0 0 0;
	}

	.flexrow>.flexmain
	{
		-o-flex: 2 1 80%;
		-ms-flex: 2 1 80%;
		-webkit-flex: 2 1 80%;
		-moz-flex: 2 1 80%;
		flex: 2 1 80%;
	}

	body header .social a, body header .card_logos>div
	{
		max-width:60px;
	}

}



@media only screen and (max-width: 1199px) {

.speclist
{
	 columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}



	body header .card_logos
	{
		padding-bottom:5px;
	}


	body header>.flexrow>.flexmain>.flexbox>.flex.quarter .card_logos, body header>.flexrow>.flexmain>.flexbox>.flex.quarter .social
	{
		min-width:130px;
	}

	
body header .flex>div
{
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
}
	
	body header>.flexrow>.flexmain>.flexbox>.flex
	{
		min-width:144px;
		-o-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		-webkit-flex: 1 1 25%;
		-moz-flex: 1 1 25%;
		flex: 1 1 25%;		
	}
	body header .social a, body header .card_logos>div
	{
		max-width:44px;
	}
	.phone_nos .primary, .phone_nos .secondary
	{
		flex: 1 1 100%;
		text-align:right;
		white-space:wrap;	
		line-height:0.8em;
	}

		.phone_nos .primary a, .phone_nos .secondary a, .phone_nos .primary i, .phone_nos .secondary i
		{
			font-size:0.8em;
		}

}


@media only screen and (max-width: 719px)
{

.css_slideshow .small_search_content .default_content h1
{
 font-size:1.2em;
}

	.mobile_hide
	{
		display:none!important;
	}
	
	body header>.flexrow>.flexmain>.flexbox
	{
	-o-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	body .card_logos
	{
		display:none!important;
	}

}

@media only screen and (max-width: 649px) {

.hero_section
{
	font-size: 2vw;
}

.css_slideshow .small_search_content .default_content h1
{
 font-size:1em;
}

.speclist
{
	 columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

	body header>.flexrow>.flexmain>.flexbox>.flex.quarter:first-child
	{
		order: 1;
	}

	
	body header>.flexrow>.flexmain>.flexbox>.flex.quarter:last-child
	{
		order: 2;
	}


	body header>.flexrow>.flexmain>.flexbox>.flex.half
	{
		order: 3;
	}


}


@media only screen and (max-width: 421px) {

.hero_section
{
	font-size: 2.5vw;
}

	body header .social a, body header .card_logos>div
	{
		max-width:36px;
	}


	
.flexrow>.flexspacer
{
	-o-flex: 1 2 5%;
	-ms-flex: 1 2 5%;
	-webkit-flex: 1 2 5%;
	-moz-flex: 1 2 5%;
	flex: 1 2 5%;
}

.flexrow.wide>.flexspacer
{
	-o-flex: 0 0 0;
	-ms-flex: 0 0 0;
	-webkit-flex: 0 0 0;
	-moz-flex: 0 0 0;
	flex: 0 0 0;
}

.flexrow>.flexmain
{
	-o-flex: 2 1 90%;
	-ms-flex: 2 1 90%;
	-webkit-flex: 2 1 90%;
	-moz-flex: 2 1 90%;
	flex: 2 1 90%;
}

}

@media only screen and (max-width: 320px) {

.hero_section
{
	font-size: 3vw;
}

.flexrow>.flexspacer
{
	-o-flex: 0 0 0;
	-ms-flex: 0 0 0;
	-webkit-flex: 0 0 0;
	-moz-flex: 0 0 0;
	flex: 0 0 0;
}

.flexrow>.flexmain
{
	-o-flex: 2 1 100%;
	-ms-flex: 2 1 100%;
	-webkit-flex: 2 1 100%;
	-moz-flex: 2 1 100%;
	flex: 2 1 100%;
}

}

.footer
{
	margin-top:4em;
}

.footer .social
{
  font-size:22px;
  line-height:22px;
  text-align:right;
}

.footer .social i
{
color: #FFFFFF;
}

.partners
{
	position:absolute;
	right:150px;
	top: 0px;
  z-index:2000;
}

.partners img
{
	margin-left:2px;
	margin-right:2px;
}

.footer_bar
{
	clear:both;
	width:100%;
	margin: 0 auto;
	color: inherit;
	text-align:center;
	font-size:0.75em;
}

.footer_bar a
{
	color: inherit;
}

body .footer_bar a:hover
{
	background-color: rgba(0,0,0,0.2);
}



.logo
{
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	overflow:hidden;
	max-height:33vh;
	margin-left: auto;
	margin-right: auto;
}

.logo>span
{
	display:block;
	padding-bottom:50%;
}

.logo img
{
	width:100%;
}

.logo a, .logo a:hover, .logo a:active
{
	text-decoration: none;
}

.logo span
{
	font-size: 4em;
	line-height:1em;
	colour:#FFFFFF;
	font-weight:bold;
}

.strapline
{
	text-align:center;
	line-height:1em;
	margin-bottom:4px;
}



.addthis
{
	margin-top: 16px;
	float:right;
	min-width:360px;
}


body .header_container .slideshow_container
{
	width:100%;
	position:relative;
	height:0;
	padding-bottom:25%;
	overflow:hidden;
	background-color: #ab0000;
}


.header_container .slideshow_container
{

	margin-left:30px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin:0;
	z-index:1;
}

.flexslider
{
	overflow:hidden;
}

.slideshow_container .flexslider
{
	background: none repeat scroll 0 0 #E5E5E5;
	border:none;
	border-radius:none;
	box-shadow:none;
}

.header_container .site_portrait
{
	margin: 13px 10px 10px;
}


.header_container .loginbar
{
	position:absolute;
	bottom:0;
	right:0;
}

.header_container .loginbar a
{
	font-size:1.1em;
	display:block;
	padding:6px;
}

.header_container .loginbar a:hover
{
	text-decoration:none;
}

.header_container .loginbar div
{
	display: inline-block;
	text-decoration: none;
	color: #000;
	text-align:center;
	border-right: 1px solid rgba(0,0,0,0);
	border-left: 1px solid rgba(0,0,0,0);

	cursor: pointer;
	min-width:100px;
	font-weight:bold;
	position:relative;
	white-space:nowrap;
	position:relative;
	border-radius: 2px 2px 0 0 ;
	color: #000000;
}

.header_container .loginbar div:hover
{
	background-color: #f7f8e6;
	color:#105237;
}

.box p, .mce-content-body p
{
	text-align: justify;
	margin-bottom:0.75em;
}

.humanverification
{
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	border-radius:4px;
	padding:8px 20px;
	margin:8px auto;
	max-width:520px;
	border:1px solid #659D7F;
	background-color:#DBFFF0;
	color:black;
	font-size:12px;
	-webkit-flex-wrap:wrap;
	-mox-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.humanverification>div:first-child
{
	-webkit-flex:100%;
	-moz-flex:100%;
	flex:100%;
}

.humanverification .option
{
	display:inline-block;
	flex:1 1 10%;
	text-align:center;
	max-width:96px;
	min-width:28px;
}

.humanverification .option label>span
{
	display:inline-block;
	width:90%;
	padding-top:90%;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:4px;
	cursor:pointer;
}

.humanverification .option label span span
{
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
}

.humanverification .option div label span span
{
	display:block;
	width:92%;
	height:92%;
	top:4%;
	left:4%;
	right:4%;
	bottom:4%;
	position:absolute;
	background-color:#A5BFDD;
	border-radius:2px;
	border:1px solid #657F9D;
}

.guestslide h2
{
	font-size:1.1em;
}

.guestslide .grow
{
	padding-left:3em;
	padding-right:3em;
	position:relative;
	width:100%;
}

.guestslide .leftq
{
	position:absolute;
	top:0.5em;
	left:-0.04em;
	font-size:9em;
	line-height:0;
	color:#d0d0d0;
}

.guestslide .rightq
{
	position:absolute;
	bottom:-0.22em;
	right:-0.03em;
	font-size:9em;
	line-height:0;
	color:#d0d0d0;
}

@media screen and (max-width: 400px)
{
	.guestslide .leftq, .guestslide .rightq
	{
		display:none;
	}

	.guestslide .grow
	{
		padding:0;
	}
}

.guestslide .gtext
{
	font-style: italic;
	text-align:justify;
}

.guestbook
{
	xxxcolor:black;
}

.guestbook .form p>span
{
	display:inline-block;
	text-align:right;
	width:240px;
	padding-right:1em;
	padding-left:120px;
}

.guestbook .form input[name=name]
{
	width:300px;
	border:1px solid #D1D5D4;
	border-radius:2px;
}

.guestbook .form textarea[name=comment]
{
	width:500px;
	height:7.2em;
	margin-top:4px;
	border:1px solid #D1D5D4;
	border-radius:2px;
}

.guestbook .submit
{
	text-align:right;
}

.guestbook .intro
{
	margin-bottom:1em;
}

.car .details>div>div::-webkit-scrollbar-thumb {
		background-color: rgba(0,0,0,0.25);
}

.car .details>div>div::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0,0,0,0.5);
}

.guestbook .post
{
border:1px solid rgba(232,232,239,0.8);
background-color: rgba(248,248,255,0.8);
color: #000000;
	padding:4px;
	border-radius:3px;
	margin-bottom:8px;
}

.guestbook p
{
	padding:4px;
}

.guestbook .post .title
{
	background-color: #256AA7;
	padding: 1px 4px 2px;
	color: #FFFFFF;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-mox-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size:1.2em;
	line-height:1em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left:0.4em;
	padding-right:0.4em;
	border-radius:2px;
}

.guestbook .post .title .d
{
	font-weight:normal;
	text-align:right;
	-webkit-flex: 1 2;
	-moz-flex: 1 2;
	flex: 1 2;
	font-size:0.9em;
	padding-left:1em;
	white-space:nowrap;
}

.guestbook .post .title .t
{
	min-width:240px;
	-webkit-flex: 2 1 240px;
	-moz-flex: 2 1 240px;
	flex: 2 1 240px;
	font-size:1.2em;
	text-align:left;
}

.guestbook .error
{
	padding:4px;
	background-color:#FFB6B6;
	border:1px solid #FF7676;
	border-radius:2px;
	width:600px;
	margin: 8px auto;
	font-weight:bold;
	text-align:center;
}

.guestbook .message
{
	padding:4px;
	background-color:#A5BFDD;
	border:1px solid #657F9D;
	border-radius:2px;
	width:600px;
	margin: 8px auto;
	text-align:center;
}

.guestbook .controls .next
{
	float:right;
}

.guestbook .controls a
{
	color:black;
}

.guestbook .admin
{
	text-align:right;
}

.guestbook .admin a
{
	color:black;
	display:inline-block;
	border-radius:4px;
	border: 1px solid #386687;
	border-bottom:2px solid #386687;
	background-color:#98C6E7;
	text-decoration:none;
	font-weight:bold;
	padding: 2px 8px;
}

.guestbook .admin a:hover
{
	border: 1px solid #285677;
	background-color:#88B6D7;
}

.guestbook .reply .title
{
	font-size:0.9em;
}

.guestbook .reply
{
	padding:4px;
	background-color: #E5E5E5;
	color: #000000;
	border-radius:2px;
	margin-bottom:4px;
	margin-top:4px;
	font-size:0.95em;
}

.guestbook .reply .date
{
	font-weight:normal;
}


.csscolumns2
{
	-moz-columns: auto 2;
	-webkit-columns: auto 2;
	columns: auto 2;
}

.csscolumns3
{
	-moz-columns: auto 3;
	-webkit-columns: auto 3;
	columns: auto 3;
}

.csscolumns4
{
	-moz-columns: auto 4;
	-webkit-columns: auto 4;
	columns: auto 4;
}

.gutter
{
	-moz-column-gap:1em;
	-webkit-column-gap:1em;
	column-gap:1em;
}

.calendar .next, .calendar .prev
{
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
	cursor:pointer;
	color: #f7f8e6;
}

.calendar .next
{
	float:right;
}

.calendar .prev
{
	float:left;
}


.calendar, .days_events
{
	border:1px solid #C5E0E5;
	border-radius: 2px;
	padding:4px;
	margin-bottom:5px;
	background-color:#FFFFFF;
}

.days_events
{
	overflow-y:auto;
	height:350px;
}

.calendar table
{
	width:100%;
	border-spacing:0;
	border-radius:2px;
	border:1px solid #f7f8e6;
	margin-top:0.2em;
}

.calendar th
{
	width:14%;
	font-weight:bold;
	text-align:center;
	border:1px solid #f7f8e6;
	background-color: #f7f8e6;
	color:#105237;
	vertical-align:middle;
}

.calendar td
{
	text-align:center;
	border:1px solid #f7f8e6;
	vertical-align:middle;
	height:2em;
}

.calendar .weekend
{
	background-color: rgba(201,205,204,0.3);
}

.calendar .current
{
	font-weight:900;
	border:2px solid #f7f8e6;
}

.calendar .events
{
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAhSURBVBhXY/wPBAwQ0AgimJA5QHY9SAAsA+IgqwBzQJIAaJ0HhRsvRSkAAAAASUVORK5CYII=") repeat scroll 0 0 #E5E5E5;
	cursor:pointer;
}

.calendar .events div
{
	background-color: #FFFFFF;
	border-radius:33%;
	color: #000000;
	margin:4px;
}


.calendar h4
{
	text-align:center;
	font-size:1.2em;
}

.days_events .event .details
{
	width:100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#000000;
	background-color:#ffffff;
	padding:2px;
	overflow:hidden;
}

.days_events .event
{
	border-radius:2px;
	background-color: #f7f8e6;
	color: #105237;
	margin-top:0.25em;
	margin-bottom:0.25em;
	padding:2px;
}

.days_events .event .date
{
	text-align:left;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:4px;
}

.days_events .no_events
{
	font-size:0.8em;
	color:#d0d0d0;
	text-align:center;
	font-style:italic;
	padding-top:3em;
	padding-bottom:3em;
}

.box .title h2, .mce-content-body .title h2
{
	font-size:1.3em;
}

.article_large
{
	border:1px solid #C5E0E5;
	border-radius: 2px;
	padding:0.5em;
	margin-bottom:5px;
	background-color:#FFFFFF;
	font-size:1em;
}


.article
{
	border:1px solid #C5E0E5;
	border-radius: 2px;
	height:7.5em;
	padding:0.2em;
	margin-bottom:5px;
	background-color:#FFFFFF;
	font-size:1em;
	cursor:pointer;
}

.article .filler
{
	height:6em;
}

.article .desc
{
	line-height:1.1em;
	max-height:3.4em;
	overflow:hidden;
	padding-bottom:0.1em;
	text-overflow:ellipsis;

}

.article .image
{
	width:70px;
	height:6.9em;
	margin-right:4px;
	background-color: #E9EDEC;
	float:left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.article h3
{
	font-size:1.2em;
	display:block;
	line-height:1.1em;
	max-height:2.3em;
	overflow:hidden;
	padding-bottom:0.1em;
}

.article .read_more
{
	font-size:0.8em;
	text-align:right;
}


.article_list .filler
{
	height:6em;
}

.article_list .desc
{
	line-height:1.1em;
	max-height:2.3em;
	overflow:hidden;
	padding-bottom:0.1em;
	text-overflow:ellipsis;
}

.article_list .image
{
	width:130px;
	height:6.9em;
	margin-right:8px;
	background-color: #E9EDEC;
	float:left;
	background-position: center center;
	background-repeat: no-repeat;
}


.article_list h2
{
	font-size:1.5em;
	display:block;
	line-height:1em;
	max-height:1.8em;
	overflow:hidden;
	padding-bottom:0.3em;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article_list .date
{
	font-size:1em;
	line-height:1em;
	text-align:left;
	max-height:1.5em;
	padding-bottom:0.5em;
}


.primary_image
{
	margin-left:1em;
	margin-bottom:0.5em;
	float:right;
}

.article_info
{
	margin-top:2em;
	margin-bottom:2em;
}

.article_info th
{
	font-size:1.2em;
	font-weight:bold;
	padding-right: 1em;
	text-align:left;
}

.article_info td
{
	font-size:1.2em;
	text-align:left;
}

.article_content
{
	margin-top:2em;
}

.article_content .author
{
	text-align:right;
	margin-top:2em;
}

.article_contacts, .article_links
{
	margin:0 auto;
}

.article_contacts td
{
	padding-left:1em;
	padding-right:1em;
}

.article_content a
{
	text-decoration: underline;
	color: #404090;
}

.link_box
{
	min-height:60px;
}

.button_bar
{
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	height:36px;
	background-color:#E9EDEC;
	border-radius:2px;
}

.button_bar .next
{
	float:right;
}



body .button, body input[type=button], body input[type=submit], body button:not(.pswp__button):not(.js-post-button-view):not(.js-post-button-share):not(.sk-read-more):not(.sk-hide-text):not(.sk-post-modal__btn-share):not(.sk-post-modal__btn), body .message a
{
background-color: #1D6142!important;
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%)!important;


border-radius:5px!important;
border: none!important;
text-shadow: none!important;
border-bottom: 0.4rem solid rgb(0,0,0,0.4)!important;
box-shadow: 0 3px 6px rgba(0,0,0,0.3);
box-shadow: rgba(0,0,0,0.5) 0.1rem 0.2rem 0.3rem;
color:#FFFFFF!important;
}

body .button:not(.disabled):hover, body input[type=button]:not(.disabled):hover, body input[type=submit]:not(.disabled):hover, body button:not(.disabled):not(.pswp__button):not(.js-post-button-view):not(.js-post-button-share):not(.sk-read-more):not(.sk-hide-text):not(.sk-post-modal__btn-share):not(.sk-post-modal__btn):hover, body .message a:not(.disabled):hover
{
background-color: #1D6142!important;
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%)!important;
border-radius:5px!important;
border: none!important;
text-shadow: none!important;
border-bottom: 0.2rem solid rgb(0,0,0,0.3)!important;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
box-shadow: rgba(0,0,0,0.5) 0.1rem 0.1rem 0.2rem;
color:#FFFFFF!important;
margin-top:0.2rem!important;
}

body .button.custom, body input[type=button].custom, body input[type=submit].custom, body button.custom:not(.pswp__button):not(.js-post-button-view):not(.js-post-button-share):not(.sk-read-more):not(.sk-hide-text):not(.sk-post-modal__btn-share):not(.sk-post-modal__btn), body .button.custom:not(.disabled):hover, body input[type=button].custom:not(.disabled):hover, body input[type=submit].custom:not(.disabled):hover, body button.custom:not(.pswp__button):not(.js-post-button-view):not(.js-post-button-share):not(.sk-read-more):not(.sk-hide-text):not(.sk-post-modal__btn-share):not(.sk-post-modal__btn):not(.disabled):hover
{
	background-color: #256AA7!important;
	color: #FFFFFF!important;
}

body .button.custom2, body input[type=button].custom2, body input[type=submit].custom2, body button.custom2:not(.pswp__button):not(.js-post-button-view):not(.js-post-button-share):not(.sk-read-more):not(.sk-hide-text):not(.sk-post-modal__btn-share):not(.sk-post-modal__btn), body .button.custom2:not(.disabled):hover, body input[type=button].custom2:not(.disabled):hover, body input[type=submit].custom2:not(.disabled):hover, body button.custom2:not(.pswp__button):not(.js-post-button-view):not(.js-post-button-share):not(.sk-read-more):not(.sk-hide-text):not(.disabled):not(.sk-post-modal__btn-share):not(.sk-post-modal__btn):hover
{
	background-color: #C9CDCC!important;
	color: #000000!important;
}

.search_form
{
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#E9EDEC;
	border-radius:2px;
	margin-bottom:8px;
}

.search_form input[name=search]
{
	width:200px;
	padding:2px;
}

.num_results
{
	float:right;
}



body .contact_details th, body .contact_details td
{
	text-align:left;
	vertical-align:top;
	padding:0;
}

body .contact_details td
{
	padding-left:2em;
	padding-top:0.25em;
	padding-bottom:0.75em;
}


.contact_details td p
{
	text-align:left;
}

.contact_form
{
	margin: 0.5em auto;
}

.contact_form h3
{
	padding-top:1em;
}

.contact_form th
{
	text-align:right;
	padding-right:0.5em;
	padding-bottom:0.5em;
	vertical-align:top;
	width:150px;
}

.contact_form input[type=text], .contact_form input[type=password]
{
	width:100%;
}

.contact_form .select_container
{
	max-width:100%;
	width:100%;
	overflow:hidden;
	display:flex;
}

.contact_form select
{
	max-width:100%;
	min-width:216px;
	flex:1 1 220px;
}


#getdirections input[type=text]
{
	width:95%;
}

.contact_form textarea
{
	width:100%;
	height:5em;
}

.contact_form .rowc, #getdirections .rowc
{
	padding-bottom:0.5em;
	vertical-align:top;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contact_form .row, #getdirections .row
{
	vertical-align:top;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
		position:relative;
		-webkit-align-content: flex-start;
		-ms-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-justify;
		-ms-align-items: flex-justify;
		align-items: flex-justify;
   -webkit-flex: 8 0 250px;
   -ms-flex: 8 0 250px;
   flex: 8 0 250px;

}

.contact_form .cell, #getdirections .cell
{
   -webkit-flex: 8 0 auto;
   -ms-flex: 8 0 auto;
   flex: 8 0 auto;
	 max-width:100%;
}

.contact_form .cell.spacer, #getdirections .cell.spacer
{
   -webkit-flex: 3 8 0;
   -ms-flex: 3 8 0;
   flex: 3 8 0;
	 min-width:0;
}

.contact_form .cell.heading, #getdirections .cell.heading
{
	font-weight:bold;
  -webkit-flex: 2 0 250px;
  -ms-flex: 2 0 250px;
  flex: 2 0 250px;
	min-width:250px;
}

#getdirections .cell.heading2
{
	font-weight:bold;
  -webkit-flex: 0 4 auto;
  -ms-flex: 0 4 auto;
  flex: 0 4 auto;
	min-width:0;
	padding-left:0.5em;
}

#contact_form .error, #getdirections .error
{
	padding:4px;
	background-color:#FFB6B6;
	border:1px solid #FF7676;
	border-radius:2px;
	width:600px;
	margin: 8px auto;
	font-weight:bold;
	text-align:center;
}



#contact_form .message
{
	padding:0.5em;
	background-color: #C9CDCC;
	border:1px solid #000000;
	border-radius:3px;
	color: #000000;
	width:50%;
	min-width:250px;
	margin: 8px auto;
}

#contact_form .message p
{
	text-align:center;
}


form .failedvalidation
{
	background-color:#FDE0E4;
	color: #990000;
}

.business_card .title
{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.2em;
	background-color: white;
	padding-left:8px;
	padding-right:4px;
	padding-top:4px;
}

.business_card .content
{
	font-size: 0.9em;
	background-color: white;
	padding-left:8px;
	padding-right:4px;
	padding-bottom:4px;
}

.business_card .content p
{
	min-height:6em;
	display:block;
	line-height:1.2em;
}

body .box.business_card
{
	padding:0;
	position:relative;
}

.business_card table
{
	width:100%;
	border-collapse: collapse;
	height:160px;
}

.business_card .sidebar
{
	background-color:#f7f8e6;
	width:64px;
	overflow:hidden;
}

.business_card .logo
{
	background-repeat: no-repeat;
	background-position: right bottom;
	width:150px;
	height:75px;
	bottom:8px;
	right:8px;
	position:absolute;
	z-index:1;
}

.business_card .type
{
	width:64px;
}


.business_card .type div
{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	width:64px;
}

.business_card .type div span
{
	width:160px;
	color:white;
	text-align:center;
	margin-left:-48px;
	font-weight:bold;
	font-size:16px;

	display:none;
}

:root .business_card .type div span
{ /* IE9 */
	display: inline-block;\9;
}
:root .business_card .type div span
{ /* Modern Browsers */
	display: inline-block;
}





display:inline-block;

.business_card table
{
	z-index:2;
}

.member_details
{
	width:100%;
}

.member_details th
{
	text-align:right;
	font-weight:bold;
	padding-right:0.5em;
	vertical-align:top;
}

.member_details td
{
	text-align:left;
	vertical-align:top;
	padding-bottom:0.5em;
}

.member_details a[target=_BLANK]:after {
		padding-left:4px;
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=");
}

body .formajaxvalidatormsg
{
	xfont-size: 12px;
	font-weight: bold;
	margin: 2px 0 0.5em 0;
	color: #777;
}

body .formvalidatormsg
{
	xfont-size: 12px;
	font-weight: bold;
	margin: 2px 0 0.5em 0;
	padding: 4px 8px 4px 8px;
	background-color: #900;
	color:white;
}

body input.failedvalidation,
body input[type="text"].failedvalidation,
body input[type="password"].failedvalidation,
body input[type="email"].failedvalidation,
body input[type="url"].failedvalidation,
body input[type="number"].failedvalidation,
body textarea.failedvalidation,
body select.failedvalidation
{
	background-color: #fdd;
  outline:2px solid red;
}

.box p ul, .mce-content-body p ul
{
	list-style: disc outside none!important;
	padding-left:3em;
	padding-right:3em;
}

.box p li, .mce-content-body p li
{
	margin-bottom: 0.5em;
}

.box p ol, .mce-content-body p ol
{
	list-style: decimal outside none!important;
	padding-left:3em;
	padding-right:3em;
}

.box p ol ol, .mce-content-body p ol ol
{
	list-style: lower-alpha outside none!important;
	padding-left:3em;
	padding-right:3em;
}

.box p ol ol ol, .mce-content-body p ol ol ol
{
	list-style: lower-roman outside none!important;
	padding-left:3em;
	padding-right:3em;
}

.members
{
	width:100%;
}

.members th
{
	text-align:left;
}

#join .splash
{
	position:relative;
	display:inline-block;
	width:100%;
	height:0;
	line-height:0;
	float:left;
}

#join .splash img
{
	position:relative;
	z-index:100;
	line-height:0;
	text-align:right;
	cursor:default;
}

.map
{
	padding:4px;
	background-color:#F4ECDF;

}

.map>div
{
	padding:3px;
	background-color:#F4ECDF;
	border:1px dashed #7C6A5B;
}

#getdirections
{
	padding:0.25em;
}

#getdirections input[type=text]
{
	margin-right:0.25em;
}

.direction #map_canvas
{
	width: 100%;
	height: 0px;
	padding-top: 150%;
}

.map_container
{
	width: 100%;
	padding-top: 100%;
	position:relative;
}

.map_container img, .map img
{
	max-width:none!important;
}

.map_container>div
{
	width: 100%;
	height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
}

#directions .adp, #directions .adp table
{
   font-family: inherit;
}

.jquerypopup
{
	position:relative;
}

.jquerypopup img
{
	cursor:pointer;
}

.popupimgenlargebutton
{
	cursor: pointer;
	fontSize: 1em;
	overflow: hidden;
	padding: 1px 3px 3px 25px;
	border-radius: 8px 0 0 8px;
	min-width: 12px;
	position: absolute;
	bottom: 6px;
	right: 0;
	display: inline-block;
	line-height:1em;
	height:1.2em;
	background: url('/img/magnify.png') 5px center no-repeat scroll #ffffff;
	opacity:0.4;
}

.popupimgenlargebutton:hover
{
	opacity:0.8;
}

.popupimgenlargebutton>span
{
	display:none;
}

.popupimgenlargebutton:hover>span
{
	display:inline-block;
	line-height:1em;
}

.header_phone_no
{

	text-shadow: 1px 1px 0px #105237, -1px -1px 0px #105237, 1px -1px 0px #105237, -1px 1px 0px #105237, 1px 0 0 #105237,	-1px 0 0 #105237, 0 -1px 0 #105237, 0 1px 0 #105237, 1px 1px 1px rgba(16,55,82,0.4),	-1px -1px 1px rgba(16,55,82,0.4), 1px -1px 1px rgba(16,55,82,0.4), -1px 1px 1px rgba(16,55,82,0.4);
	font-size: 28px;
	line-height:28px;
	position:absolute;
	xxcolor: #f7f8e6;
}

.header_phone_no img
{
	height: 3px;
	line-height:3px;
}

.header_phone_no span
{
	display:inline-block;
	font-size:0.8em;
	padding-left:0.5em;
	padding-right:0.5em;
}







.header_phone_no img
{
	vertical-align:middle;
}

#booking_time option:disabled
{
	text-decoration:line-through;
}

#booking_time optgroup
{
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:0.5em;
	padding-right:0.5em;
	margin-left:0.5em;
	margin-right:0.5em;
	margin-top:0.25em;
	margin-bottom:0.75em;
	background-color:#f0f0f0;
	border:1px solid #d0d0d0;
	border-radius:2px;
}
#booking_time optgroup option:first-child
{
	border-top:1px dashed #808080;
}


#booking_time>option
{
	padding-left:0.5;
}

#booking_time optgroup option
{
	text-align:right;
	padding-left:0.5;
	padding-right:0.5;
}

.bookmarkme
{
	cursor:pointer;
}

.box table, .mce-content-body table
{
	width:100%;
	border-collapse: collapse;
}

.box td, .mce-content-body td, .box th, .mce-content-body th
{
	vertical-align:top;
	padding:0.5em;
}

.box table.border td, .box table.border th, .mce-content-body table.border td, .mce-content-body table.border th
{
	border:1px solid black;
}

.box table.fill_1st_col tr td:first-child, .mce-content-body table.fill_1st_col tr td:first-child, .box table.fill_1st_col tr th:first-child, .mce-content-body table.fill_1st_col tr th:first-child,
.box table.fill_first_col tr td:first-child, .mce-content-body table.fill_first_col tr td:first-child, .box table.fill_first_col tr th:first-child, .mce-content-body table.fill_first_col tr th:first-child
{
	color:#000000;
	background-color:#C9CDCC;
}

.box table.fill_1st_row tr:first-child td, .mce-content-body table.fill_1st_row tr:first-child td, .box table.fill_1st_row tr:first-child th, .mce-content-body table.fill_1st_row tr:first-child th,
.box table.fill_first_row tr:first-child td, .mce-content-body table.fill_first_row tr:first-child td, .box table.fill_first_row tr:first-child th, .mce-content-body table.fill_first_row tr:first-child th
{
	color:#105237;
	background-color:#f7f8e6;
}




.box table.fill_1st_row tr:first-child, .mce-content-body table.fill_1st_row tr:first-child
{
	color:#000000;
	background-color:#f7f8e6;
}


.mce-content-body td, .mce-content-body td
{
	font-size: inherit;
}

.embossed
{
	text-shadow: -0.5px -1px 0 rgba(255,255,255,0.8), 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.engraved
{
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
}

.gallery
{
	text-align:center;
}

.gallery>div
{
	display:inline-block;
}

.gallery>div>div
{
	margin:1em;
	height:250px;
	width:250px;
	text-align:center;
}

.haspopupimg
{
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.gallery>div>div .haspopupimg
{
	max-height:250px;
	max-width:250px;
}

.gallery>div>div>div
{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	border:1px solid lightgray;
	border-radius:2px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	line-height:0;
	display:inline-block;
	padding:7px;
	background-color:#f0f8ff;
}

.gallery>div>div {
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	z-index:999;
}

.gallery>div:nth-child(2n)>div {
	transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}

.gallery>div:nth-child(3n)>div {
	transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}

.gallery>div:nth-child(4n)>div {
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.gallery>div:nth-child(5n)>div {
	transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}

.gallery>div:nth-child(6n)>div {
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.gallery>div:nth-child(7n)>div {
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}

.gallery>div>div:hover
{
	transform: rotate(-1deg);
	transform: scale(1.1,1.1);
	-ms-transform: rotate(-1deg);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: rotate(-1deg);
	-webkit-transform: scale(1.1,1.1);
	z-index:1000;
}

.gallery>div>div>div:hover
{
	box-shadow:4px 4px 3px rgba(0,0,0,0.15);
}

.gallery>div>span
{
	display:block;
	width:250px;
	height:5em;
	text-align:center;
	padding:7px;
	overflow-y:overflow:hidden;
	margin-left:1em;
	margin-right:1em;
	font-family: handwriting;
	-webkit-font-smoothing: antialiased;
	font-size:1.5em;
	line-height:0.8em;
	overflow-y:hidden;
	margin-top:1.25em;
}

.gallery>div>span
{
	transform: rotate(-4deg) scale(1.2);
	-ms-transform: rotate(-4deg) scale(1.2);
	-webkit-transform:  rotate(-4deg);

-webkit-font-smoothing: none;

	color:rgba(0,0,50,0.9);
	z-index:1;


}

.gallery>div:nth-child(2n)>span
{
	transform: rotate(-3deg) scale(1.25);
	-ms-transform: rotate(-3deg) scale(1.25);
	-webkit-transform: rotate(-3deg);
	-webkit-font-smoothing: none;
	color:rgba(0,0,50,0.8);
}

.gallery>div:nth-child(5n)>span
{
	transform: rotate(-5deg) scale(1.15);
	-ms-transform: rotate(-5deg) scale(1.15);
	-webkit-transform: rotate(-5deg);
	-webkit-font-smoothing: none;
	color:rgba(0,0,50,0.85);
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.banadv
{
	-webkit-box-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	min-width: 240px;
	position: relative;
	transition: transform 0.5s ease-in-out;
	padding:4px;
}

.banadv>div
{
	margin: 0 auto;
	background-color:#ffffff;
	border:1px solid #000000;
	padding:0;
	line-height:0;
	cursor:pointer;
}
.ad_spacer
{
	height:1em;
}


#booking_availability span
{
	display:inline-block;
	text-align:center;
	width:10em;
	height:3em;
	border-radius:4px;
	border:1px solid #e0e0e0;
	background-color:#ffffff;
	margin:2px;
	line-height:2.8em;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#booking_availability span.disabled
{
	color: #ffffff;
	border:1px solid #a0a0a0;
	background-color:#bbbbbb;
}

#booking_availability span.selected
{
	color: #ffffff;
	border:1px solid #0050a0;
	background-color:#005bbb;
}

#booking_availability span.disabled:hover
{
	cursor:not-allowed;
	border:1px solid #a0a0a0;
}

#booking_availability span:not(.disabled):hover
{
	cursor:pointer;
	border:1px solid #a0a0a0;
}

.booking_amount
{
	cursor:pointer;
}

.booking_amount:hover
{
	text-decoration:underline;
}

.booking_amount.zero_value
{
	color:#E00000;
}

.booking_amount.zero_value::after {
     content: "!!!";
 }

 div.paypal_button
{
	width:100%;
	margin-top:0.5em;
	margin-bottom:1em;
}

div.paypal_button>div
{
	margin: 0 auto;
	width:300px;
	border:1px solid #cccccc;
	padding: 1px;
}

div.paypal_button>div>div
{
padding:0.5em 1em;
background: #dfe0e2;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZTBlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dfe0e2 0%, #f3f3f3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe0e2), color-stop(100%,#f3f3f3));
background: -webkit-linear-gradient(top,  #dfe0e2 0%,#f3f3f3 100%);
background: -o-linear-gradient(top,  #dfe0e2 0%,#f3f3f3 100%);
background: -ms-linear-gradient(top,  #dfe0e2 0%,#f3f3f3 100%);
background: linear-gradient(to bottom,  #dfe0e2 0%,#f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe0e2', endColorstr='#f3f3f3',GradientType=0 );

}

div.paypal_button td
{
	padding:0;
}

div.paypal_button input, div.paypal_button select
{
	margin-bottom:0.5em;
}

div.paypal_button input[type=image]
{
	border:none !important;
}

div.paypal_button .disc
{
	font-size:0.9em;
	font-style: italic;
	margin-top:0.5em;
	margin-bottom:0.25em;
}

div.paypal_button h3
{
	text-align:center;
}


.header_inner .header_contents
{
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header_inner .logo
{
   -webkit-flex: 5 1 250px;
   -ms-flex: 5 1 250px;
   flex: 5 1 250px;
	 display: flex;
	 align-content: center;
	 align-items: center;
	 padding-left:1em;
	 padding-right:1em;
	 padding-top:2em;
	 padding-bottom:1em;
}

.header_inner .logo img
{
	max-width:100%;
	min-width:250px;
	max-height:250px;
}

.header_inner .social
{
  -webkit-flex: 1 10 100%;
  -ms-flex: 1 10 100%;
  flex: 1 10 100%;
	white-space: nowrap;
	text-align:right;
	padding:0.25em;
}

.header_inner .phone_no
{
   -webkit-flex: 1 0 250px;
   -ms-flex: 1 0 250px;
   flex: 1 0 250px;
	 font-size:2em;
	 white-space: nowrap;
	 text-align:right;
	 padding:0.25em;
   min-width:200px;
}

@media screen and (max-width: 1000px)
{
	.header_inner .social
	{
		 -webkit-flex: 1 0 50%;
		 -ms-flex: 1 0 50%;
		 flex: 1 0 50%;
		 -webkit-order:-1;
		 -ms-order:-1;
		 order:-1;
	}

	.header_inner .phone_no
	{
		 -webkit-flex: 1 0 50%;
		 -ms-flex: 1 0 50%;
		 flex: 1 0 50%;
		 -webkit-order:-2;
		 -ms-order:-2;
		 order:-2;
		 font-size:1.6em;
	}

	.header_inner .logo
	{
		padding-left:0.5em;
		padding-right:0.5em;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
}

@media screen and (max-width: 680px)
{
	.header_inner .social
	{
		 -webkit-flex: 1 0 100%;
		 -ms-flex: 1 0 100%;
		 flex: 1 0 100%;
		 -webkit-order:-1;
		 -ms-order:-1;
		 order:-1;
		padding-left:0.25em;
		padding-right:0.25em;
		padding-top:0.25em;
		padding-bottom:0em;
		text-align:right;
		font-size:1.6em;
	}

	.header_inner .phone_no
	{
		 -webkit-flex: 1 0 100%;
		 -ms-flex: 1 0 100%;
		 flex: 1 0 100%;
		 -webkit-order:-2;
		 -ms-order:-2;
		 order:-2;
		 font-size:1.6em;
		 text-align:right;
			padding-left:0.25em;
			padding-right:0.25em;
			padding-top:0.25em;
			padding-bottom:0;
			text-align:right;
	}

	.header_inner .logo
	{
		justify-content: center;
		padding-left:0.25em;
		padding-right:0.25em;
		padding-top:0.25em;
		padding-bottom:0.25em;
	}
}

.main_spacer
{
color:#000000;
background-color:#E5E5E5;
border-left:1px solid #45474C;
border-left:1px solid rgba(37,39,44,0.8);
border-right:1px solid #45474C;
border-right:1px solid rgba(37,39,44,0.8);
background-clip: padding-box;
}


/*.footer_container
{
color:#000000;
background-color:#C9CDCC;
}*/

.branded_container
{
	background-color:black;
	color:white;
}

.page_image
{
	margin:1em;
}

.car .page_image, .car .image>div
{
	margin:0!important;
}

body .car .image>div
{
	padding:0!important;
}

a.page_image
{
	text-align:center;
}

a.phone_link, a.email_link
{
	text-underline:none!important;
	color: inherit!important;
	text-decoration:none!important;
	cursor:default;
}

a.phone_link:hover, a.email_link:hover
{
	text-underline:none!important;
	color: inherit!important;
	text-decoration:none!important;
	cursor:pointer;
}

a.phone_link:active, a.email_link:active
{
	text-underline:none!important;
	color: inherit!important;
	text-decoration:none!important;
}

.phone_link:visited, .email_link:visited
{
	text-underline:none!important;
	color: inherit!important;
	text-decoration:none!important;
}


.header_default, .website4u
{
background: #ab0000; /* Old browsers */
