@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

@font-face {
    font-family: 'Unicorns';
    src: url('Unicorns.otf');
    src: url('Unicorns.woff') format('woff'),
         url('Unicorns.woff2') format('woff2'),
         url('Unicorns.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0px;
	padding: 0px; 
}
body {
	/* background: url(../../images/bg.gif); */
	font-family: "Arial", "Verdana", sans-serif;
	font-size: small;
	color: #6d352d;
	width: calc(100% - 2px);
}

a {
	color: #6d352d;
	text-decoration: none;
	}

a img{
	border: none;
	}

h1 {
	font-size: 14pt;
	font-weight: bold;
	}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	}

img { max-width: 100%; height: auto; }

.bx-wrapper {
	text-align: center;
	width: 1280px;
	padding-bottom: 4px;
	padding-top: 10px;
	overflow: visible !important;
}

.bx-viewport {
	box-shadow: 1px 1px 2px #666;
	overflow: visible !important;
}

#page { width: 100%; margin: auto; }
#inpage { margin: auto; }

.content {
	max-width: 665px;
	margin: 10px auto; 
	padding: 0;
}

.content-title {
	font-size: 130%;
	margin: 20px 0;
	text-align: center
}
.centercontent {
	margin: 5px auto;
	padding: 0px 12px;
}

.centercontent a:hover {
	text-decoration: underline;
}

.clear {clear: both;}

.tinytxt {
	font-size: 10pt;
	line-height: 20px; 
	margin: 0px;
	padding: 0 4px;
	border: 1px solid #b8b3b2;
	color: #b8b3b2;
}
.tinytxt a {
	margin: 0px;
	padding: 0px;
}
.input-err { 
	background-color: #b2e562; 
}





#header{
	/* background: #acd380; */
	padding: 0;
	margin: 0px auto;
	width: 100%;
    max-width: 1280px;
}

#header .inside {
	display: flex;
    flex-flow: row wrap;
    align-items: center;
}

#lefthead { flex: 1 0 0; }


#logo{ 
	flex: 1;
}

#logo h1{
	display: none;
}

#righthead { text-align: right; }

.twitterlink{ padding-right: 18px; padding-top: 10px; }

.cartitems {
	padding-right: 18px;
	padding-top: 34px;
	font-weight: bold; 
}
.cartitems a { font-weight: bold; color: #696; font-size: 1.33em; }
.cartitems a:hover {
	color: #71a339;
}

#acctlinks { padding-bottom: 8px; }
#acctlinks a { font-weight: normal; }
#cartlinks img { display: inline-block; vertical-align: middle; margin-bottom: 3px; }






#infos {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#infos ul {
}

#infos ul li {
	display: inline;
	list-style: none;
	line-height: 37px;
 	margin-right: 20px;
}

#infos a {
	text-decoration: none;
	color: #4b1a14;
	font-size: 130%;
}

#infos a:hover {
	color: #6d352d;
}

#infos a img{
	border: none;
}

.searchbox {
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 3px;
	vertical-align: middle;
}
.searchgo {
	vertical-align: middle;
}

#sitemain {
	max-width: 1280px;
/*	background: url(../../images/sitemid.gif) repeat-y; */
	margin: 0 auto;
}

#sitemain .inside {
	min-height: 450px;
	background-color: #faf2e0;
}
#inside {
	overflow: visible !important;
}

#footer {
	max-width:1286px;
	font-size: .9em;
	margin: 0 auto;
	position: relative;
}

#credits {
	/* width:904px; */
	font-size: 12px;
	margin: 10px auto;
}

#credits p {
	display: inline; 
	margin: 0;
	padding: 0;
}

#credits  a:hover {
	color: #9d655d;
}


.signup {
	font-family: "Garamond";
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 20px;
	background: url(../../images/letter.gif) left no-repeat;
	padding: 0 0 0 30px;
	font-size: 140%;
	
}
.signup a {
	color: #fff;
}
.signup a:hover {
	color: #6d352d;
}


.error_message{ font-weight: bold; font-size: 1.5em; color: #f00; }

/* START Homepage */

.homepage_text  {
	margin: 0;
	color: #6d352d;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	
}

.homepage_text a:hover {
	color: #b7dc90;
    text-decoration: underline;
}

.homeimg {
	border: 0;
	margin: 0;
	padding: 0;
}

#homefeatured { text-align: center; }
#homefeatured div { display: inline-block; padding: 8px 16px; }

#featuredimg { text-align: center; }

.imageovr { 
	position: relative;
	display: inline-block;
	text-align: center;
}

.imageovr a:hover span { 
	color: #fff;
}

.imageovr h2 { 
	position: absolute;
	bottom: 10px;
	left: 5px;
}

.imageovr h2 span { 
   color: #e2fdc1; 
   font: 1.25em Quicksand, sans-serif; 
   background: rgba(0, 0, 0, 0.5);
   padding: 5px; 
   width: 256px;
   text-align: center;
   display: inline-block;
}


/*  END Homepag */

.rightside {
	max-width: 1280px;
	display: block;
	margin: 0;
	overflow: visible !important;
}

#nav {
	position: relative;
	z-index: 999;
	max-width: 1280px;
	margin: auto;
	font-family: Quicksand, sans-serif;

}

	#nav > a {
		display: none;
	}

	#nav li {
		position: relative;
	}
	#nav li a {
		color: #4b1a14;
		display: block;
		text-decoration: none;
	}
	#nav li a:active {
		background-color: rgba(255,255,255,0.5) !important;
	}

	/* first level */

	#nav > ul {
		list-style:none;
		padding: 0;
		margin: auto;
		text-align: center;
		max-width: 1280px;
	}
	#nav > ul > li {
		display: inline-block;
		margin: auto;
		text-align: center;
		background-color: transparent;
	}


		#nav > ul > li > a {
			font-size: 1.25em;
			text-align: center;
			padding: 8px 12px;
			background-color: transparent;
			color: #333;
		}
			#nav > ul > li:not( :last-child ) > a {
			}
			#nav > ul > li:hover > a,
			#nav > ul:not( :hover ) > li.active > a {
				background-color: rgba(255,255,255,0.5);
				color: #696;
				border-radius: 6px;
			}


				/* second level */

				#nav li ul {
					background-color: #fff;
					display: none;
					position: absolute;
					list-style:none;
					margin: 0; padding: 0;
					min-width: 200px;
					padding: 6px 0px;
					z-index: 10000;
				}


				#nav li ul li {
					padding: 2px;
				}

					#nav li:hover ul {
						display: block;
						left: 0;
						right: 0;
						text-align: left;
					}
						#nav li:hover ul {
							border: 1px solid #ccc;
						}


						#nav li ul a {
							font-size: .85em;
							padding: 2px;
							padding-left: 12px;
							color: #593e1a;

						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a {
								color: #2c9044;
							}



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

}


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

	#header {
		padding-top: 0;
	}

	#logo{
		display: none;
	}

	#logo h1{
		display: none;
	}
	


	.nsechead { padding: 8px; }
	.nsechead2 { padding: 8px; }


	.bx-wrapper {
		float: none;
	}

	#nav
	{
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
	}
		#nav > a
		{
			width: 40px;
			height: 40px;
			text-align: left;
			position: relative;
		}

		#nav:not( :target ) > a:first-of-type,
		#nav:target > a:last-of-type
		{
			display: block;
		}


	/* first level */

	#nav > ul
	{
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		float: none;
		width: 100%;
		margin: 0; padding: 0;

	}
		#nav:target > ul
		{
			display: block;
			background-color: #fff;
		}
		#nav > ul > li
		{
			float: none;
			display: block; 

		}
			#nav > ul > li > a
			{
				text-align: left;
				font-size: 1.25em;
			}
				#nav > ul > li:not( :last-child ) > a
				{
					border-right: none;
					border-bottom: 1px solid #999;
				}


		/* second level */

		#nav li ul
		{
			position: static;
			padding: .5em .5em .5em 1em;
			z-index: 10000;
		}

			#nav li ul a
			{
				font-size: 1.25em;
				padding: 4px 0;
			}



}


@media only screen and ( max-width: 800px ) {
  #infos {	  }
}

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

	.searchbox	{ padding-top: 8px; }
}


@media only screen and ( max-width: 520px ) {
	.twitterlink { display: none; }
	.cartitems {
		padding-top: 93px;
	}


}

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

	#acctlinks { display: none; }
	#checko { display: none; }

	.cartitems a {
		background-color: #fff;
		padding: 2px;
	}



	#homewelcome {
		height: 40px;
		background-size: auto 40px;
	}


}