/*Generated Stylesheet*/
	@font-face {
			font-family: Swis721Cn;
			src: url(https://www.fifthgearfenton.com/fonts/tt0009m_.ttf) format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
	}	@font-face {
			font-family: Swis721Cn;
			src: url(https://www.fifthgearfenton.com/fonts/tt0172m_.ttf) format('truetype');
			font-weight: bold;
			font-style: italic;
			font-display: swap;
	}	@font-face {
			font-family: Swis721Cn;
			src: url(https://www.fifthgearfenton.com/fonts/tt0010m_.ttf) format('truetype');
			font-weight: bold;
			font-style: normal;
			font-display: swap;
	}	@font-face {
			font-family: Swis721Cn;
			src: url(https://www.fifthgearfenton.com/fonts/tt0171m_.ttf) format('truetype');
			font-weight: normal;
			font-style: italic;
			font-display: swap;
	}body { font-size: 12pt;}
@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:#none;
	color:#000000;
}

.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: url('https://www.fifthgearfenton.com/images/mediacache/img-4.jpg') 50% 50%;
background-color: #353739;
color: #FFFFFF;
background-size:cover;
background-attachment: fixed;;
}

.hero_section
{
	position:absolute;
	top:0px;
	z-index:2147483647;
	width:100%;
	font-size: 1.5vw;
	text-shadow: 0 1px 2px #C9CDCC;
}

.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;
}

.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: #C9CDCC;
	color: #000000;
	font-family: Swis721Cn;
	height:100vh;
}

header .phone_nos
{
	text-shadow: 1px 1px 2px #353739;
}

 html .mce-content-body, html .mce-content-body *:not(.fa)
{
	font-family: Swis721Cn;
}

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:#256AA7;
	text-decoration: none;
}

.box p a:hover, .mce-content-body p a:hover
{
	color:#256AA7;
	text-decoration: underline;
}

.box p a:visited, .mce-content-body p a:visited
{
	color:#256AA7;
}

.box p a:active, .mce-content-body p a:active
{
	color:#256AA7;
}

.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;
	//animation-iteration-count:infinite;
}

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:11px;
}

.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: #353739;
}


.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 #C9CDCC;
	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: #256AA7;
	color:#FFFFFF;
}

.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;
	//font-size:0.9em;
}

.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(255,255,255,0.25);
}

.car .details>div>div::-webkit-scrollbar-thumb:hover {
		background-color: rgba(255,255,255,0.5);
}

.guestbook .post
{
border:1px solid rgba(37,39,41,0.8);
background-color: rgba(53,55,57,0.8);
color: #FFFFFF;
	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: #C9CDCC;
	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: #256AA7;
}

.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 #256AA7;
	margin-top:0.2em;
}

.calendar th
{
	width:14%;
	font-weight:bold;
	text-align:center;
	border:1px solid #256AA7;
	background-color: #256AA7;
	color:#FFFFFF;
	vertical-align:middle;
}

.calendar td
{
	text-align:center;
	border:1px solid #256AA7;
	vertical-align:middle;
	height:2em;
}

.calendar .weekend
{
	background-color: rgba(201,205,204,0.3);
}

.calendar .current
{
	font-weight:900;
	border:2px solid #256AA7;
}

.calendar .events
{
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAhSURBVBhXY/wPBAwQ0AgimJA5QHY9SAAsA+IgqwBzQJIAaJ0HhRsvRSkAAAAASUVORK5CYII=") repeat scroll 0 0 #C9CDCC;
	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: #256AA7;
	color: #FFFFFF;
	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), body .message a
{
background-color: #dd1d21!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):hover, body .message a:not(.disabled):hover
{
background-color: #dd1d21!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;
}


.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:#256AA7;
	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 #FFFFFF, -1px -1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, -1px 1px 0px #FFFFFF, 1px 0 0 #FFFFFF,	-1px 0 0 #FFFFFF, 0 -1px 0 #FFFFFF, 0 1px 0 #FFFFFF, 1px 1px 1px rgba(255,255,255,0.4),	-1px -1px 1px rgba(255,255,255,0.4), 1px -1px 1px rgba(255,255,255,0.4), -1px 1px 1px rgba(255,255,255,0.4);
	font-size: 28px;
	line-height:28px;
	position:absolute;
	xxcolor: #256AA7;
}

.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:#FFFFFF;
	background-color:#256AA7;
}




.box table.fill_1st_row tr:first-child, .mce-content-body table.fill_1st_row tr:first-child
{
	color:#000000;
	background-color:#256AA7;
}


.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:#C9CDCC;
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-repeat: repeat;
background-position: top center;
background: #353739; /* Old browsers */
background: url('https://www.fifthgearfenton.com/images/mediacache/img-4.jpg'), -moz-radial-gradient(circle 300px at 25% 0, rgb(77,79,81) 0%, rgb(29,31,33) 100%); /* FF3.6+ */
background: url('https://www.fifthgearfenton.com/images/mediacache/img-4.jpg'), -webkit-gradient(radial, circle 300px at 25% 0, center center, 100%, color-stop(0%,rgb(77,79,81)), color-stop(100%,rgb(29,31,33))); /* Chrome,Safari4+ */
background: url('https://www.fifthgearfenton.com/images/mediacache/img-4.jpg'), -webkit-radial-gradient(circle 300px at 25% 0, rgb(77,79,81) 0%, rgb(29,31,33) 100%); /* Chrome10+,Safari5.1+ */
background: url('https://www.fifthgearfenton.com/images/mediacache/img-4.jpg'), -o-radial-gradient(circle 300px at 25% 0, rgb(77,79,81) 0%, rgb(29,31,33) 100%); /* Opera 12+ */
background: url('https://www.fifthgearfenton.com/images/mediacache/img-4.jpg'), -ms-radial-gradient(circle 300px at 25% 0, rgb(77,79,81) 0%, rgb(29,31,33) 100%); /* IE10+ */
background: url('https://www.fifthgearfenton.com/images/mediacache/img-4.jpg'), radial-gradient(circle 300px at 25% 0, rgb(77,79,81) 0%, rgb(29,31,33) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(77,79,81)', endColorstr='rgb(29,31,33)',GradientType=1 ); /* IE6-9 fallback on horiz grad */
color:#FFFFFF;
background-size: cover;
}


.footer_container
{
background: #C9CDCC; /* Old browsers */
background: -moz-radial-gradient(circle 300px at 25% 0, rgb(225,229,228) 0%, rgb(177,181,180) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, circle 300px at 25% 0, center center, 100%, color-stop(0%,rgb(225,229,228)), color-stop(100%,rgb(177,181,180))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(circle 300px at 25% 0, rgb(225,229,228) 0%, rgb(177,181,180) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(circle 300px at 25% 0, rgb(225,229,228) 0%, rgb(177,181,180) 100%); /* Opera 12+ */
background: -ms-radial-gradient(circle 300px at 25% 0, rgb(225,229,228) 0%, rgb(177,181,180) 100%); /* IE10+ */
background: radial-gradient(circle 300px at 25% 0, rgb(225,229,228) 0%, rgb(177,181,180) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(225,229,228)', endColorstr='rgb(177,181,180)',GradientType=1 ); /* IE6-9 fallback on horiz grad */
color:#000000;
}

/* Start of Gallery */

.picture_outer
{
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	min-height:33%;
	flex-wrap:wrap;
	align-items: center;
	justify-content: space-around;
}

.picture_outer>div
{
	-moz-flex: 0 0 33%;
	-webkit-flex: 0 0 33%;
	flex: 0 0 33%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	min-width:110px;
}

.picture_outer>div.gallery_width1
{
	-moz-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
}

.picture_outer>div.gallery_width2
{
	-moz-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}

.picture_outer>div.gallery_width3
{
	-moz-flex: 0 0 33%;
	-webkit-flex: 0 0 33%;
	flex: 0 0 33%;
}

.picture_outer>div.gallery_width4
{
	-moz-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
}

.picture_outer>div.gallery_width5
{
	-moz-flex: 0 0 20%;
	-webkit-flex: 0 0 20%;
	flex: 0 0 20%;
}

.picture_outer>div.gallery_width6
{
	-moz-flex: 0 0 16%;
	-webkit-flex: 0 0 16%;
	flex: 0 0 16%;
}

.picture_outer>div figure
{
	border:2px solid rgba(0,0,0,0.1);
	padding:4%;
	margin:6%;
	background-color:#ffffff;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.picture_outer>div figcaption
{
	font-size:1.4em;
	font-family: handwriting;
	color:#000F55;
}

.picture_outer:not(.no_effect)>div:first-child
{
	transform: rotate(-3deg);
}

.picture_outer:not(.no_effect)>div:nth-child(2n)
{
	transform: rotate(3deg);
}

.picture_outer:not(.no_effect)>div:nth-child(3n)
{
	transform: rotate(-4deg);
}

.picture_outer:not(.no_effect)>div:nth-child(5n)
{
	transform: rotate(4deg);
}

.picture_outer:not(.no_effect)>div:nth-child(7n)
{
	transform: rotate(-2deg);
}

.picture_outer:not(.no_effect)>div:nth-child(11n)
{
	transform: rotate(1deg);
}

.picture_outer:not(.no_effect)>div:nth-child(12n)
{
	transform: rotate(-1deg);
}

.picture_outer:not(.no_effect)>div:nth-child(13n)
{
	transform: rotate(5deg);
}

.picture_outer:not(.no_effect)>div:nth-child(17n)
{
	transform: rotate(2deg);
}

.picture_outer:not(.no_effect)>div:nth-child(19n)
{
	transform: rotate(-5deg);
}

.picture_outer>div:hover
{
	transform: rotate(0deg);
	transform: scale(1.2);
	z-index:2;
}

.picture_outer>div figure:hover
{
	box-shadow: 4px 8px 10px rgba(0,0,0,0.5);
}

.picture_outer .haspopupimg
{
	margin:0!important;
}

/* End of Gallery */



#search_box .show_all
{
  display:inline-block;
  padding-left:1em;
  cursor:pointer;
}

#search_box .show_all:hover
{
  text-decoration:underline;
}

#search_box .no_results
{
  padding-top:1em;
  padding-bottom:4em;
}

#search_box .results
{
  padding-top:1em;
  padding-bottom:1em;
}

#search_box .post
{
  border:1px solid #e0e0e0;
  border-radius:1em;
  margin:1em;
  padding-top:0;
  padding-bottom:1em;
  padding-left:4em;
  padding-right:4em;
}

.flex .card_logos
{
	text-align:right;
	width:100%;
}

.flex .card_logos>img
{
	max-width:300px;
	width:100%;
}

@media screen and (max-width: 720px)
{
#search_box .post
{
  border-radius:0.5em;
  margin-top:1em;
  margin-bottom:1em;
  margin-left:0;
  margin-right:0;
  padding-top:0;
  padding-bottom:1em;
  padding-left:2em;
  padding-right:2em;
}

.flex .card_logos
{
	text-align:center;
}
}

table.adp-directions, table.adp-directions tbody
{
	display:block  !important;
	width:100% !important;
}

table.adp-directions tr
{
	display: -o-flex !important;
	display: -ms-flex !important;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: flex !important;
}

table.adp-directions td
{
	-o-flex: 0 0 1.5em !important;
	-ms-flex: 0 0 1.5em  !important;
	-webkit-flex: 0 0 1.5em  !important;
	-moz-flex: 0 0 1.5em  !important;
	flex: 0 0 1.5em !important;
	min-width:1.5em !important;
	text-align:right !important;
	font-size:0.9em;
}

table.adp-directions td:nth-child(3)
{
	-o-flex: 32 1 auto !important;
	-ms-flex: 32 1 auto  !important;
	-webkit-flex: 32 1 auto  !important;
	-moz-flex: 32 1 auto  !important;
	flex: 32 1 auto !important;
	min-width:8em !important;
		text-align:left !important;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;


  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

table.adp-directions td:last-child
{
	-o-flex: 1 0 auto !important;
	-ms-flex: 1 0 auto  !important;
	-webkit-flex: 1 0 auto  !important;
	-moz-flex: 1 0 auto  !important;
	flex: 1 0 auto !important;
	min-width:3em !important;
}

.car .border
{
border:1px solid rgba(37,39,41,0.8);
background-color: rgba(53,55,57,1);
color: #FFFFFF;
}

.car>div
{
 color: #FFFFFF;
}
body .invslide .slide_title, body .invslide .slide_price, body .invslide
{
background-color: rgba(53,55,57,0.5);
text-shadow: 1px 1px 2px rgba(53,55,57,0.5);
color: #FFFFFF;

}



body .jcf-button
{
  font-family: Swis721Cn;

background-color: #dd1d21!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 5px rgba(0,0,0,0.3);
color:#ffffff!important;
	height:2em;
	font-size:1.35em;
box-shadow: rgba(0,0,0,0.5) 0.1rem 0.2rem 0.3rem;	
}

body .jcf-button:hover
{
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%)!important;
border-bottom: 0.2rem solid rgb(0,0,0,0.4)!important;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
margin-top:0.2rem!important;
box-shadow: rgba(0,0,0,0.5) 0.1rem 0.1rem 0.2rem;
margin-bottom:-0.2em;
}



 body .contact_form input[type=text], body .contact_form input[type=password], body .jcf-textarea, .getdirections input[type=text]
 {
 	border: 1px solid #dd1d21;
	background: #FFFFFF;
  font-family: Swis721Cn;
        padding-left:0.5em;
        padding-right:0.5em;
				border-radius:4px;
 }

body .jcf-select, body .jcf-select.jcf-disabled, body .jcf-select-drop .jcf-list .jcf-list-content, body .jcf-select-drop .jcf-select-drop-content, body .jcf-list .jcf-option
{
	border-color: #dd1d21!important;
	color: #FFFFFF!important;
	background-color: #353739!important;
}

body .jcf-select-drop .jcf-list .jcf-list-content .jcf-hover
{
	color: #FFFFFF!important;
	background: rgba(176,12,11,0.33)!important;
}

body .jcf-select-drop .jcf-list .jcf-list-content .jcf-selected
{
	color: #FFFFFF!important;
	background: #B00C0B!important;
}

body .jcf-select, body .jcf-select .jcf-select-text, body .jcf-select.jcf-disabled .jcf-select-text, body .jcf-list-content .jcf-option
{
	color: #FFFFFF!important;
	background-color: #353739!important;
}

body .jcf-select::before, body .jcf-select.jcf-disabled::before
{
	border-color: #FFFFFF transparent transparent;
}

body .jcf-select.jcf-focus, body .jcf-select.jcf-focus *, body .jcf-textarea.jcf-focus, body input[type=text]:focus
{
	border-color: #dd1d21!important;
}

body .jcf-select.jcf-disabled
{
	opacity:0.6;
}

body #search_bar .jcf-button, body #search_bar input[type=button], #search_bar .noUi-connect
{
	background-color: #dd1d21!important;
	color:#ffffff!important;
}


body #search_bar input[type=text]{
	border: 1px solid #353739;
	background: #FFFFFF;
  font-family: Swis721Cn;
        padding-left:0.5em;
        padding-right:0.5em;
				border-radius:4px;
}

body #search_bar .jcf-select, body #search_bar .jcf-select.jcf-disabled, body #search_bar .jcf-select-drop .jcf-list .jcf-list-content, body #search_bar .jcf-select-drop .jcf-select-drop-content
{
	border: #353739!important;
	background: #353739!important;

	color: #FFFFFF!important;	
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4), rgba(0,0,0,0.5) 0 0.05rem 0.1rem;
}

#search_bar .noUi-handle
{
	box-shadow: rgba(0,0,0,0.5) 0.1rem 0.2rem 0.2rem;
	background: #353739!important;
	color: #FFFFFF!important;	
	border-color: #353739!important;
	border-bottom: 0.2rem solid rgb(0,0,0,0.4) !important;
}

#search_bar .noUi-target
{
	border-color: #353739!important;
}

#search_bar .noUi-marker
{
	background: #000000!important;
}

#search_bar .noUi-pips
{
	color:#000000;
}

#search_bar
{
 border:none;n background-color: transparent;
 color: #000000;
}


.shade_boxes
{
 border:1px solid rgba(185,189,188,0.8);
 background-color: rgba(201,205,204,0.8);
 color: #000000;
		padding:0.5em;
		border-radius:12px;
}
aside .shade_boxes
{
 border:none;
 background-color: transparent;
 color: inherit;
		padding:0;
		border-radius:0;
}

.inventory_slideshow .content_container a, .inventory_slideshow .content_container>div, .inventory_slideshow .content_container>div>div
{
	border-radius:4px;
	overflow:hidden;
}
body aside.aside.left .flex>div, body aside.aside.right .flex>div
{
 border:1px solid rgba(185,189,188,0.8);
 background-color: rgba(201,205,204,0.8);
 color: #000000;
	border-radius:8px;
	margin-bottom:0.5em;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
}

body .aside_spacer.left, body .aside_spacer.right
{
	min-width:0.5em;
	max-width:1em;
}

body .aside, body .aside.left, body .aside.right
{
	padding-top:0.25em;
	padding-left:0.25em;
	max-width:100%;
}

.form_priv
{
	font-size:0.9em;
}

.g-recaptcha
{
	display:inline-block;
}

#iv-widget
{
	border:1px solid #dadada;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:1.5em;
	padding-bottom:0.5em;
	border-radius:0.5em;
}


#iv-widget .iv-results-label
{
	display: inline-block;
	font-weight:bold;
}

#iv-widget .iv-results
{
	display: inline-block;
	font-weight:normal;
}

#iv-widget .iv-control-group>div
{
	display: inline-block;
	font-weight:bold;
}

#iv-widget .iv-control-group
{
	padding-bottom:0.5em;
}

#iv-widget .iv-result-element
{
	padding-bottom:0.25em;
}

body #iv-finance-widget
{
	xwidth:380px!important;
	xheight:2500px!important;
}


.financeproposal-calc-wrapper a
{
	background-color:red!important;
}


.financeproposal-calc-wrapper .what-is-hp>div
{
	color:gray!important;
	cursor:pointer;
}


#header .flexbox .flex>div
{
	text-align:right;
}

#header .flexbox:first-child .flex:first-child>div
{
	text-align:left;
}

#header .flexbox:first-child .flex:first-child .social
{
	-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#header .flexbox
{
	min-width:130px;
}


body #reg_lookup .registration
{
	font-family: ukregplate, Arial, sans-serif!important;
	background-color: #FFDC26;
	color:black;
	padding: 0.25em 0.25em 0.25em 1.5em;
	#padding:0;
	width:11.5em;
	margin: 0 auto;
	border: 2px solid #404040;
	font-size: 1.5em;
	border-radius: 0.3em;
	position:relative;
	#text-align:center;
	#line-height: 3em;
	height:3em;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=black, direction=135, strength=1);
  -moz-box-shadow: 1px 1px 1px #000000; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 1px #000000; /* Saf3.0+, Chrome */
  box-shadow: 1px 1px 1px #000000; /* Opera 10.5, IE9, Chrome 10+ */
	overflow:hidden;
}

body #reg_lookup .registration input
{
	font-family: ukregplate, Arial, sans-serif!important;
	border:none!important;
	background-color:transparent!important;
	box-shadow:none;
	font-size:2em;
	#width:7em;
	height:1.2em!important;
	color:black!important;
	padding-left:0.25em;
	padding-right:0;
	#margin-left:0.7em;
	padding-top:0em;
}

body #reg_lookup .registration::before
{
	content:'GB';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	height:8em;
	width:2.5em;
	font-size:0.5em;
	color:white;
	background-color: #4e58d1;
	text-align:center;
	vertical-align:bottom;
	line-height:9em;
	#padding-bottom:0.5em;
	#padding-top:8em;
	#height:5.1em;
	#border-radius: 0.3em 0 0 0.3em;
	#margin:0;
}


::placeholder
{
	 color: #000000!important;
	 opacity: 1;
}

:-ms-input-placeholder
{
	 color: #000000!important;
	 opacity: 1;
}

::-ms-input-placeholder
{
	 color: #000000!important;
	 opacity: 1;
}

:-moz-placeholder
{
	 color: #000000!important;
	 opacity: 1;
}

::-moz-placeholder
{
	 color: #000000!important;
	 opacity: 1;
}

body .g-recaptcha>div
{
	transform:scale(0.85);
	-webkit-transform:scale(0.85);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	width:auto!important;
	max-width:270px;
}


#inp_files
{
	width:100%;
	max-width:304px;
}

body .g-recaptcha iframe
{
	width:auto!important;
}

#lookup_button
{
	font-size:1.7em;
	margin: 0 auto;
	display:inline-block;
	min-width:7em;
	line-height:2.5em;
	vertical-align:middle;
}

#lookup_results input[type=submit]
{
	font-size:1.4em;
	magin-left:0.2em;
	margin: 0 auto;
	display:block;
	width:11em;
	line-height:2em;
	vertical-align:middle;
}

#reg_lookup
{
	padding:0.5em;
	border-radius: 4px 4px 0 0;
margin:	1em auto 0 auto;
}

#lookup_results
{
	margin: 0 auto 1em auto;
	padding:0.5em;
	border-radius: 0 0 4px 4px;
}


header .phone_nos .secondary .fa
{
	margin-left:0.5em;
}

body .guestbook .star, body .guestslide .star
{
	max-width:4em;
	min-width:2em;
	flex: 1 1 auto;
}

.guestbook .star_container .cell, .guestslide .star_container .cell
{
	display:flex;
}

.guestbook .star>div, .guestslide .star>div
{
	width:100%;
	padding-bottom:100%;
	background-repeat:norepeat;
	background-size:contain;
}

.guestbook form .star>div, .guestslide form .star>div
{
	background-image: url(/img/star_hollow.png);
	cursor:pointer;
}

.guestbook .star_container>.cell>.cell, .guestslide .star_container>.cell>.cell
{
	min-width:10em;
	max-width:20em;
}

.guestbook .star_container>.cell>.cell, .guestslide .star_container>.cell>.cell
{
	flex: 0 0 80%;
	min-width:8em;
	max-width:16em;
	width:80%;
}
.guestbook .star_container>.cell>.cell>.cell, .guestslide .star_container>.cell>.cell>.cell
{
	flex: 0 0 75%;
	min-width:6em;
	max-width:12em;
	width:75%;
}
.guestbook .star_container>.cell>.cell>.cell>.cell, .guestslide .star_container>.cell>.cell>.cell>.cell
{
	flex: 0 0 66.66%;
	min-width:4em;
	max-width:8em;
	width:66.66%;
}
.guestbook .star_container>.cell>.cell>.cell>.cell>.cell, .guestslide .star_container>.cell>.cell>.cell>.cell>.cell
{
	flex: 0 0 50%;
	min-width:2em;
	max-width:4em;
	width:50%;
}


.guestbook form .star_container>.cell:hover>.star>div, .guestslide form .star_container>.cell:hover>.star>div,
.guestbook form .star_container>.cell>.cell:hover>.star>div, .guestslide form .star_container>.cell>.cell:hover>.star>div,
.guestbook form .star_container>.cell>.cell>.cell:hover>.star>div, .guestslide form .star_container>.cell>.cell>.cell:hover>.star>div,
.guestbook form .star_container>.cell>.cell>.cell>.cell:hover>.star>div, .guestslide form .star_container>.cell>.cell>.cell>.cell:hover>.star>div,
.guestbook form .star_container>.cell>.cell>.cell>.cell>.cell:hover>.star>div, .guestslide form .star_container>.cell>.cell>.cell>.cell>.cell:hover>.star>div
{
	background-image: url(/img/star_hover.png);
}


.guestbook .star.solid>div, .guestslide .star.solid>div
{
	background-image: url(/img/star.png);
}

.guestbook .star_preloader1, .guestslide .star_preloader1
{
	width:0;
	height:0;
	background-image: url(/img/star_hover.png);
}

.guestbook .star_preloader2, .guestslide .star_preloader2
{
	width:0;
	height:0;
	background-image: url(/img/star.png);
}

.guestbook textarea.optional
{
	height:3.6em;
}

.guestbook .questions
{
	padding-top:1em;
	padding-bottom:1em;
}

.guestbook .results
{
	padding-top:0.5em;
}

.guestbook .results .star, .guestslide .results .star
{
	max-width:2em;
	min-width:1em;
}

.guestbook .results .star_container>.cell>.cell, .guestslide .results .star_container>.cell>.cell
{
	min-width:5em;
	max-width:10em;
}

.guestbook .results .star_container>.cell>.cell, .guestslide .results .star_container>.cell>.cell
{
	flex: 0 0 80%;
	min-width:4em;
	max-width:8em;
	width:80%;
}
.guestbook .results .star_container>.cell>.cell>.cell, .guestslide .results .star_container>.cell>.cell>.cell
{
	flex: 0 0 75%;
	min-width:3em;
	max-width:6em;
	width:75%;
}
.guestbook .results .star_container>.cell>.cell>.cell>.cell, .guestslide .results .star_container>.cell>.cell>.cell>.cell
{
	flex: 0 0 66.66%;
	min-width:2em;
	max-width:4em;
	width:66.66%;
}
.guestbook .results .star_container>.cell>.cell>.cell>.cell>.cell, .guestslide .results .star_container>.cell>.cell>.cell>.cell>.cell
{
	flex: 0 0 50%;
	min-width:1em;
	max-width:2em;
	width:50%;
}

.guestslide .content_container
{
	padding-top:0!important;
}

.guestslide .content_container .gtext
{
	max-height:4.8em;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.guestslide .content_container .gtext:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.guestslide .content_container .gtext:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background-color: inherit;
}

.car_description
{
	line-height:1.3em;
}

.custom_buttons
{
	margin-top:-0.5em;
	margin-bottom:-0.5em;
}

.custom_buttons a
{
	display:inline-block;

border:1px solid rgba(37,39,41,0.8);
background-color: rgba(53,55,57,0.8);
color: #FFFFFF;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;

	color: #666666;
    cursor: pointer;
    font-weight: bold;
    min-width: 54px;
    padding: 0.25em 0.5em;
    text-align: center;

	margin: 2px 0;

	text-decoration: none;
}

.custom_buttons a:hover, .custom_buttons a:active
{
    background: #EEEEEE;
	background: -moz-linear-gradient(center top , #EEEEEE, #E0E0E0) repeat scroll 0 0 #EEEEEE;
	background: -webkit-linear-gradient(center top , #EEEEEE, #E0E0E0) repeat scroll 0 0 #EEEEEE;
	background: -o-linear-gradient(center top , #EEEEEE, #E0E0E0) repeat scroll 0 0 #EEEEEE;
	background: -ms-linear-gradient(center top , #EEEEEE, #E0E0E0) repeat scroll 0 0 #EEEEEE;
	background: linear-gradient(center top , #EEEEEE, #E0E0E0) repeat scroll 0 0 #EEEEEE;

	border: 1px solid #CCCCCC;
}




body:after{
 display:none;
 content: url(/img/black_drop_down_hover.png);
}

body .credit-info
{
	width:auto!important;
}

body div.flex .bus_logo img
{
 max-width:320px;
}


body .business>div
{
	background-color: rgba(255,191,0,0.1);
	padding:0.5em;
	border-radius:2px;
	margin:0.5em;
}

body div.flex .bus_logo
{

 display:inline-block;
}

body .business>div:hover
{
 background-color: rgba(255,191,0,0.2);
}

.business
{
	display:flex;
	align-items: flex-end;
	justify-content: center;
	font-weight:bold;
	font-size:1.2em;
}

body .scrollbutton
{
	position:fixed!important;
	right:0.5em;
	top:0.1em;
	display:none!important;
	z-index:823458254723;
}

body .scrollbutton.show
{
	display:block!important;
}


#lightbox
{
	border-radius:10px;
	overflow:hidden;
}

#lightbox_thumbs
{
	margin-top:0.25em;
}

#lightbox_thumbs li
{
	border-radius:4px;
	overflow:hidden;
}

#lightbox li
{
	width:100%;
}

#lightbox img
{
	cursor:zoom-in;
}

#lightbox_thumbs li>img, #lightbox li>img
{
	cursor:pointer;
	animation-name: image_unzoom;
	animation-duration: 0.5s;
}


#lightbox_thumbs li>img:hover, #lightbox li>img:hover
{
	animation-name: image_zoom;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	z-index: 10;
}

.pswp, .fadein
{
	animation-name: fadein;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.pswp__img
.pswp
{
	animation-name: fadein;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}


.css_slideshow .small_search_content
{
	display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.css_slideshow .small_search_content .default_content
{
	text-align:center;
	color:white;
	text-shadow: 1px 2px 3px black;		
	font-size:2em;
}

.css_slideshow .small_search_content .default_content h1
{
	margin:0;
}


.css_slideshow>div
{
	z-index:2;
	position:relative;
}


.css_slideshow, .css_slideshow::before, .css_slideshow::after
{
	background-size: cover;
	background-position: 50% 50%;	
}

.css_slideshow
{
	position:relative;
	background-image: url('https://www.fifthgearfenton.com/images/mediacache/img-5.jpg');
}

.css_slideshow::after, .css_slideshow::before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
	animation-direction: reverse;
	animation-timing-function: ease-in-out;
}

.css_slideshow::after
{
	animation: css_slideshow_animation_1 20s linear infinite 0s;								
	background-image: url('https://www.fifthgearfenton.com/images/mediacache/img-6.jpg');
}
			
.css_slideshow::before
{
	animation: css_slideshow_animation_2 20s linear infinite 0s;	
	background-image: url('https://www.fifthgearfenton.com/images/mediacache/img-7.jpg');
}		
			
@keyframes css_slideshow_animation_1 {
	0% { opacity: 0; }
	5% { opacity: 1; }
	33.33% { opacity: 1; }
	38.33% { opacity: 0; }
 100% { opacity: 0; }
}

@keyframes css_slideshow_animation_2 {
	0% { opacity: 0; }
	33.33% { opacity: 0; }
	38.33% { opacity: 1; }
	66.66% { opacity: 1; }
	71.66% { opacity: 0; }
 100% { opacity: 0; }
}

body .eu_cookies_message
{
	font-size:12pt;
	  font-family: Arial, Helvetica, sans-serif;
}
body .branded
{
	font-size:12pt;
	  font-family: Arial, Helvetica, sans-serif;
}

.ticked_list{
  list-style: none;
}

.ticked_list li:before {
  content: '✓';
	margin-right:0.5em;
}

.ticked_list.blue li:before {
	color:#02a4d3;
}

.ticked_list li {
	margin-bottom:0.5em;
	padding-left: 1.25em;
  text-indent:-1.25em;
}

/* Admin Login Colour Hack */

input[name=gk_user], input[name=gk_password]
{
	background-color:white!important;
	border:1px solid black!important;
}

.mprice
{
	font-weight:bold;
	color: #000000;
	background-color: #C9CDCC;
	border-radius:4px;
	padding-left:0.25em;
	padding-right:0.25em;
}

.accordian .mprice
{
	font-size: 1.4em;
}

.footermsg
{
	font-size:0.8em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

body #header .flexspacer.zero
{
	flex: 0.1 2 0%;
}






.car_container .car .page_image>div>img
{
	animation-name: image_unzoom;
	animation-duration: 0.5s;
}

.car_container .car:hover .page_image>div>img
{
	animation-name: image_zoom;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	z-index: 10;
}

@keyframes image_zoom
{
	from {	transform: scale(1);}
	to {	transform: scale(1.05);}
}

@keyframes image_unzoom
{
	from {	transform: scale(1.05);}
	to {	transform: scale(1);}
}
/*End of Generated Stylesheet*/
