*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

article, figcaption, figure, header, section {
	display: block
}

/*my addition */
article {
	text-align: center;
	font-size: 12pt
}

figure {
	margin: 1em 40px
}

img {
	border-style: none
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button, input, select, textarea {
	font: inherit;
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}

	button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
		border-style: none;
	}

	button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
		outline: 1px dotted ButtonText
	}

/* NOT USED??
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}*/

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	padding: 10px;
	margin: 10px;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}

/* End extract */


html {
	font-family: Arial, sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: white;
}

head {
	display: none;
}

body {
	min-height: 100%;
	min-width: 300px;
	overflow-y: auto;
	display: block;
}

h1 {
	padding: 0 20px 10px 20px;
	font-size: 1.3em;
	line-height: 1.3em;
}

h2 {
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
}

h3 {
	margin: 1em 0;
	font-size: 1.1em;
	line-height: 1.1em;
}

h4 {
	margin: 1.33em 0;
	font-size: 1.1em;
	line-height: 1.1em;
}

h5 {
	margin: 1.67em 0;
	font-size: 1em;
	line-height: 1em;
}

a {
	background-color: transparent;
	color: cornflowerblue;
	text-decoration: none
}

	a:active, a:hover {
		outline-width: 0;
		text-decoration: underline;
		outline: 0;
	}

table {
	width: 100%;
	text-align: left;
	table-layout: auto
}

tr {
	border-bottom: 1px solid #ccc
}

#header {
	width: 100%;
	height: 145px;
	z-index: 1;
}

#kpfs-banner-mobile {
	display: inline-block;
	width: 100%;
	height: 80px;
}

/*for all non-mobile views*/
#kpfs-banner {
	display: none;
	width: 100%;
	height: 80px;
}

#kpfs-banner-big {
	display: none;
	width: 100%;
	height: 80px;
}

#stickyBar {
	display: inline-block;
	position: -ms-page;
	position: fixed;
	left: 0;
	top: 80px; /*banner height*/
	width: 100%;
	min-width: 300px;
	height: 65px; /*now includes a white padding-bottom: 10px; */
	z-index: 2;
}

#phoneUsDisplOnMobDevice {
	display: inline-block;
	width: auto;
	height: 65px;
	font-size: 15px;
	line-height: 16px;
}

#phoneUsDisplOnNonMobDevice {
	display: none; /*mobile first*/
	position: fixed;
	top: 80px;
	font-size: 1.1em;
	padding: 5px 0 5px 0;
	width: 100%;
	text-align: center;
	color: white;
	background-color: teal;
}

#menuButton {
	position: absolute;
	left: 0;
	cursor: pointer;
	height: 65px;
	width: 75px;
	background-color: #eff1aa;
	color: black;
	outline: none;
	margin-right: 0px;
	border-style: outset;
	border-width: 7px;
	border-radius: 20px;
	border-color: #0d423a;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
	line-height: normal;
	float: left;
}

	#menuButton:hover {
		text-decoration-style: solid;
		-moz-text-decoration-style: solid;
		border-style: inset;
	}

#phoneUs {
	position: absolute;
	right: 0;
	cursor: pointer;
	width: auto;
	height: 65px;
	background-color: #eff1aa;
	color: black;
	margin-left: 90px;
	border-style: outset;
	border-width: 7px;
	border-radius: 20px;
	border-color: #0d423a;
	padding: 2px 10px 2px 10px;
	text-align: center;
	font-size: 15px;
	line-height: 16px;
	float: right;
}

	#phoneUs:hover {
		-moz-text-decoration-style: solid;
		text-decoration-style: solid;
		-moz-text-decoration-line: underline;
		text-decoration-line: underline;
		border-style: inset;
	}


/*here is what contains the main body of every page*/
/*This includes the ViewData("Title"), the "_PartialFestiveSeason", "_PartialNavigCarouselBelowH1"*/
/*the "_PartialProductsCarouselBelowH1", "_PartialProductIntroductionH2Below" and the @Model.ShortDescription.*/
/*The "sidebar" and "footer" are separate*/
#main {
	position: relative;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 0;
	margin-bottom: 0;
 	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	align-content: center;
}

/*Locator for display of carousel selected items*/
.belowHeader {
	position: relative;
	top: -70px;
}

.clickable-image {
	display: inline-block;
	text-align: center;
	align-content: center;
	align-self: center;
	position: relative;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border 0.3s;
	margin-bottom: 20px;
}

	.clickable-image:hover {
		border: 4px solid #007bff; /* Highlight border color on hover */
		visibility: visible;
		cursor: pointer;
		opacity: 1;
	}

.artPicsContainer {
	position: relative;
	height: 340px;
	width: 100%;
	min-width: 300px; /*was 420*/
	background-color: #094139; /*dark green but can be reset in the parent page*/
	text-align: center;
	align-content: center;
	padding-top: 295px;
}

	.artPicsContainer .text {
		position: absolute;
		top: 35px;
		color: white;
		text-align: center;
		font-size: 16px;
		width: 100%;
	}

	.artPicsContainer .dots {
		position: relative;
		bottom: 10px;
		cursor: pointer;
		font-size: 0;
		text-align: center;
		height: 25px;
		width: 25px;
		margin: 0px 1% 0px 1%;
		background-color: #bbb;
		border-radius: 50%;
		transition: background-color 0.6s ease;
	}

	.artPicsContainer .active {
		background-color: yellow;
	}

.artPics {
	display: none;
	text-align: center;
}

	.artPics a {
		text-decoration: none;
	}

	.artPics img {
		position: absolute;
		max-height: 200px;
		height: 200px;
		width: auto;
		max-width: 400px;
		margin: auto;
		top: 10%;
		bottom: 10%;
		left: -50%;
		right: -50%;
	}

	.artPics .fade {
		-webkit-animation-name: fade;
		-webkit-animation-duration: 1.5s;
		animation-name: fade;
		animation-duration: 1.5s;
	}


.showPic {
	position: absolute;
	border: none;
	padding: 8px 6px;
	font-size: xx-large;
	color: black;
	background-color: yellow;
	cursor: pointer;
	top: 170px;
	-ms-transform: translate(-0%,-50%);
	transform: translate(0%,-50%);
}

	.showPic:hover {
		background-color: #bbb;
	}

.showPrevPic {
	left: 0;
}

.showNextPic {
	right: 0;
}

.prompt2tap {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1em;
}

.prompt2click {
	display: none;
	width: 100%;
	text-align: center;
	padding-top: 0;
	padding-bottom: 5px;
	font-size: 1em;
}

#address, #phone, #FAX, #email-address {
	border: 1px solid #005656
}

.sidebar {
	height: 100%;
	line-height: 2em;
	padding-top: 70px;
	padding-bottom: 45px;
	background-color: white;
}

	.sidebar ul {
		font-weight: normal;
		background-color: rgb(240, 255, 240)
	}

		.sidebar ul ul {
			display: none
		}

		.sidebar ul .current-menu-item > ul {
			display: block
		}

	.sidebar li {
		list-style: none
	}

		.sidebar li a {
			display: block;
			padding: 5px 15px;
			color: black;
			text-decoration: none;
		}

			.sidebar li a:hover {
				border: solid thin;
				border-color: black;
				font-weight: bold;
				color: purple;
				-webkit-box-shadow: inset 10px 1px 10px 10px #eff1aa; /*pale yellow*/
				-moz-box-shadow: inset 10px 1px 10px 10px #eff1aa; /*pale yellow*/
				box-shadow: inset 10px 1px 10px 10px #eff1aa; /*pale yellow*/
			}

		.sidebar li li a {
			background-color: #eff1aa; /*pale yellow*/
			padding: 5px 25px 5px 45px;
		}


#search {
	display: block;
	height: 45px;
	width: 100%;
}

#searchInput {
	margin-top: 8px;
	margin-left: 15px;
	height: 30px;
	width: 70%;
	border: inset;
	border-color: lightgray;
	padding-left: 10px;
	font-size: 12pt;
}

	#searchInput:hover {
		text-decoration-style: solid;
		-moz-text-decoration-style: solid;
		border: inset;
	}

#searchSubmit {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 30px;
	width: 100px;
	border: outset;
	border-color: lightgray;
	font-size: 12pt;
	text-align: left;
}

.current-menu-item {
	font-weight: bold
}

.clear {
	clear: both
}

.clearfix::after {
	display: table;
	clear: both;
	content: ""
}

.RHpanel {
	display: block;
	background: linear-gradient(rgba(240, 255, 240, 1) 0, rgba(240, 255, 240, 0) 100%);
	line-height: 18px;
	margin: 0 0 30px;
	width: 100%;
	float: left
}

	.RHpanel p {
		display: block;
		margin: 0 0 6px;
		padding: 0 20px;
	}

.InputsStyle {
	display: block;
	width: auto;
	max-width: 488px;
	color: black;
	background: #dbdbdb;
	text-decoration: none;
	border: outset;
	padding-right: 10px;
	margin-left: 0;
	font-size: 13pt;
	font-family: Arial, sans-serif;
}

.cartTotal {
	text-align: right;
	border: 2px solid #ccc;
	background-color: beige;
}

.item_add, .btn, .simpleCart_checkout, .simpleCart_empty {
	display: inline-block;
	font-family: Arial, sans-serif;
	background: #dbdbdb;
	color: black;
	border: outset;
	border-color: lightgray;
	width: auto;
	height: auto;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12pt;
}

	.btn:hover {
		text-decoration: none;
		background-color: white;
	}

	.item_add:hover, .simpleCart_checkout:hover {
		text-decoration: none;
		background-color: aquamarine;
	}

	.simpleCart_empty:hover {
		background-color: lightcoral;
	}

/*Huge button to click/tap for Special. Only on Home page*/
#Special {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	background-color: #eff1aa;
	color: black;
	outline: none;
	width: auto; /*was 100%*/
	height: auto;
	margin-top: 0;
	border-style: outset;
	border-color: #0d423a;
	border-width: 15px;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
	max-width: 1000px;
}

	#Special:hover {
		text-decoration-style: solid;
		-moz-text-decoration-style: solid;
		border-style: inset;
	}

#appointment_date {
	cursor: pointer;
	text-decoration: none;
	border: outset;
	border-width: 0;
	border-radius: 5px;
	padding: 0;
}

#appointment_time {
	cursor: pointer;
	text-decoration: none;
	border: outset;
	border-width: 0;
	border-radius: 5px;
	padding: 5px;
}


/*expand Bits*/
.expand {
	display: none;
	margin-left: 3.5em
}

	.expand:target {
		display: inline
	}

.faq {
	display: none;
	list-style-image: url('/Content/images/tick1.gif');
	background-color: ivory;
	border: 1px solid #666;
	border-radius: .5em;
	padding-left: 3.5em;
	padding-bottom: 1em;
	font-size: 1em;
}

.Tabulation {
	display: inline-table;
	resize: inline;
	align-self: center;
	width: 90%;
	max-width: 90%;
	align-items: center;
	padding-left: 10%;
	padding-right: 10%;
}

/*Used to show data (sizes/prices) in tables in OvalFrames.vbhtml */
.oFrames {
	display: none;
	background-color: ivory;
	border: 1px solid #666;
	border-radius: .5em;
	font-size: 1em;
	text-align: center
}

.oFramesTabHeader {
	display: table-header-group;
	border: 0 solid black;
	border-radius: .5em;
	font-size: 1em
}

.oFramesTabRow {
	display: table-row;
}

.oFramesTabColumn {
	display: table-cell;
	width: 30%;
	border: thin solid black;
	padding-right: 12px;
	padding-left: 11.2px;
	padding-top: 1%;
	padding-bottom: 1%;
}

.footer {
	display: inline-block;
	position: fixed;
	overflow: hidden;
	background-color: teal;
	height: 40px;
	border-top-color: white;
	border-top-width: 2px;
	border-top-style: solid;
	padding: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}

	.footer p {
		float: left;
		color: white;
		text-align: center;
		padding: 8px 12px 10px 24px;
	}

	.footer a {
		float: left;
		color: white;
		text-align: center;
		padding: 8px 12px 10px 24px;
	}

		.footer a:hover {
			color: black;
			background-color: aqua;
		}

		.footer a:active {
			color: black;
			background-color: palegreen;
		}

/*most phones in portrait are handled above here*/

/*phones in landscape are handled below here
   @media only screen and (min-width:405px) and (max-width:480px) {*/
@media only screen and (min-width:405px) {
	#phoneUs {
		padding-top: 10px;
	}

	#searchInput {
		width: 60%;
	}

	#searchSubmit {
		width: 70px;
	}
}

/*IE11+  only on Tablets in portrait mode.  Assuming all Tablets are Touch screens*/
/*@media screen and (min-width:481px) and (max-width: 768px) and (min-resolution:+72dpi),\0screen\,screen\9 {*/
@media screen and (min-width:557px) and (min-resolution:+72dpi),\0screen\,screen\9 {
	#phoneUs {
		padding-top: 10px;
	}
}

/*IE11+  only on Tablets in landscape mode.  Assuming all Tablets are Touch screens*/
@media only screen and (min-width:651px) {
	#phoneUs {
		padding-top: 15px;
	}
}


/* Laptops and Small Screens */
/*NO menuButton to SHOW a menu (which is always displayed)*/
/*assume Tap not Click*/
/*@media screen and (min-width:769px) and (max-width: 1024px) {*/
@media screen and (min-width:768px) {
	body {
		line-height: 19px;
		font-size: 16px;
	}

	#header {
		height: 110px;
	}

	#kpfs-banner-mobile {
		display: none
	}

	#kpfs-banner {
		display: inline-block;
		position: fixed;
		z-index: 10; /*needed for IE10+*/
	}

	#kpfs-banner-big {
		display: none
	}

	#stickyBar {
		height: 30px;
	}

	#phoneUsDisplOnMobDevice {
		display: none
	}

	#phoneUsDisplOnNonMobDevice {
		display: inline-block;
	}

	#main {
		top: 0;
		/*margin-top: 10px;*/
		margin-right: 0;
		margin-bottom: 60px;
		margin-left: 301px; /*leaves 300px for sidebar*/
		width: auto;
	}

	.RHpanel {
		margin: 0 0 30px;
		width: 100%;
		float: left
	}

	.sidebar {
		width: 300px;
		position: fixed;
		margin-top: 0px;
		top: 113px; /*banner height 80px + sticky bar 30px*/
		padding-top: 0;
		bottom: 40px; /*40 height of footer*/
		padding-bottom: 155px;
		overflow-y: auto;
	}

		.sidebar ul {
			font-size: 17px;
		}

			.sidebar ul ul {
				font-size: 15px;
			}

		.sidebar li li a {
			padding: 5px 25px 5px 55px
		}


	/*Locator for display of carousel selected items*/
	.belowHeader {
		top: -100px;
	}
}

/*Laptops & desktops*/
/*Click from here on...*/
/*@media screen and (min-width:769px) and (max-width: 1024px) and (min-resolution:+72dpi),\0screen\,screen\9 {*/
@media screen and (min-width:768px) and (min-resolution:+72dpi),\0screen\,screen\9 {
	.prompt2tap {
		display: none;
	}

	.prompt2click {
		display: block;
	}

	.showPic {
		background-color: #bbb;
	}

		.showPic:hover {
			background-color: yellow;
		}
}


/*@media only screen and (min-width:1025px) and (max-width:1280px) {
/*hi-res desktops*/
@media screen and (min-width:1025px) {
	body {
		line-height: 22px;
		font-size: 18px;
	}

	h1 {
		top: 70px;
		font-size: 1.7em;
	}

	h2 {
		font-size: 1.5em;
		line-height: 1.7em;
	}

	#header {
		height: 110px;
	}

	#kpfs-banner-mobile {
		display: none
	}

	#kpfs-banner {
		display: none
	}

	#kpfs-banner-big {
		display: inline-block;
		position: fixed;
		z-index: 10;
	}


	/*here is what contains the main body of the page*/
	#main {
		margin-left: 401px; /*leaves 400px for sidebar*/
		padding-left: 30px;
		padding-right: 30px;
	}

	#address, #phone, #FAX, #email-address {
		border: 1px solid #005656
	}

	.sidebar {
		position: fixed;
		width: 400px;
		top: 117px; /*banner height 80px + sticky bar 30px*/
		bottom: 60px; /*60 height of footer + */
		margin-top: 0px;
		padding-top: 0;
		padding-bottom: 175px;
		overflow-y: auto;
	}

		.sidebar ul {
			font-size: 17px;
		}

			.sidebar ul ul {
				font-size: 15px;
			}

		.sidebar li li a {
			padding: 5px 25px 5px 65px
		}

	.clear {
		clear: both
	}

	.clearfix::after {
		display: table;
		clear: both;
		content: ""
	}

	.RHpanel {
		background: linear-gradient(rgba(240, 255, 240, 1) 0, rgba(240, 255, 240, 0) 100%);
		margin: -20px 0 0 20px;
		width: 190px;
		line-height: 18px;
		float: right
	}

		.RHpanel p {
			margin: 0 0 6px
		}


	#Special {
		max-width: 1500px;
	}

	/*expand Bits*/
	.expand {
		display: none;
		margin-left: 3.5em
	}

		.expand:target {
			display: inline
		}

	.oFrames {
		width: 80%;
		align-content: center;
		margin-left: 10%;
		margin-right: 10%;
	}


	.footer {
		height: 50px;
		border-top-color: white;
		border-top-width: 2px;
		border-top-style: solid;
		padding: 5px;
		font-size: 16px;
		z-index: 9;
	}

		.footer p {
			float: right
		}
}

/*IE11+  only on Desktops and (min-width:0\0)  */
@media screen and (min-width:1025px) and (min-resolution:+72dpi),\0screen\,screen\9 {
	.footer {
		height: auto;
		line-height: 25px;
	}
}
