@font-face {
    font-family: 'modernline';
    src: url('/fonts/modernline-webfont.woff2') format('woff2'),
         url('/fonts/modernline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/************************************************************************************
RESET
*************************************************************************************/
/*html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset*/ * {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img, fieldset {
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

b, strong, h1, h2/*, h3, h4, h5*/ {
	font-weight: bold;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #fff; /* url(images/background1.jpg) fixed;*/
	line-height: 1.45em;
	font-size: 15px;
	color: #515870;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
	color: #037899;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #704c00;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
/*ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}*/

/*li {
	margin: 0 0 .5em 0;
	padding: 0;
}*/

/* headings */
h1, h2, h3, h4, h5, h6 {
	/*line-height: 1.4em;*/
	margin: 0 0 .75em 0;
	/*color: #333;*/
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

h1#forgot-pw-heading { font-size: 18px; text-transform: uppercase; text-align: center; font-family: 'times new roman', serif; }

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/


#pagewrap, #pagewrap-secure {
	/*max-width: 100%;*/
	max-width: 980px;
	margin: 15px auto;
	/*background-color: #fff;
	box-shadow: 0px 0px 10px #86431c;
	border-radius: 10px 10px;*/
}
#pagewrap-secure {width:100%;max-width:100%}

/* This is a hack to "center" the content div in IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	#pagewrap {
		max-width: 980px;
		margin: 0 auto;
	} 
}

/************************************************************************************
HEADER
*************************************************************************************/

#header {
	position: relative;
	height: 100%;
	/*margin-top: 1em;*/
	max-width: 980px;	
	margin: 0 auto;
	border-radius: 0;
	margin-bottom: 1em;
	background-color: rgba(255, 255, 255, 1);
}

#branding-top {
	position: relative;
	/*float: left;
	text-align: left;
	width: 40%;*/
	WIDTH: 100%;
	max-width: 980px;	
	height: 100%;
	TEXT-ALIGN: CENTER;
	margin: 0 auto;
}

/* site logo */
#site-logo, #site-logo-2 {
	/*float: left;*/
	/*position: relative;
	left: 7px;*/
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding-top: 1em;
}

#site-logo a, #site-logo-2 a {
	text-decoration: none;
}

#site-logo img {
	max-height: 134px;
	margin-top: 0px;
	/*padding-left: 50px;*/
}

#site-logo-2 {
	max-height: 134px;
	margin-top: 31px;
}

/* site tagline */
#site-tagline h2 {	/*display: none;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .5px;
	color: #111;
	float: left;
	position: relative;
	TEXT-ALIGN: CENTER;
	margin: 0 auto;
	margin-top: -5px;
	width: 100%;
}

/* not using */ #connect-top {
	float: right;
	text-align: right;
	width: 59%;
	height: 100%;
	position: relative;
	botton: 1px;
	margin: .5%;
}

#contact-top {		DISPLAY: NONE;
	position: relative; 
	verticle-align: top;
	width: 60%;
	float: right;
	right: 10px;
	text-align: right;
	height: 50%;
}

#contact-top p#top-phone {
	font-size: .9em;
	margin: 3px;
	line-height: 1em;
	letter-spacing: .06em;
	text-align: right;
	font-weight: 700;
}

#contact-top p#top-email {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: .15em;
	text-align: right;
	margin: 3px;
	font-weight: 700;
}

#social-top {		DISPLAY: NONE;
	position: relative;
	width: 60%;
	float: right;
	text-align: right;
	verticle-align: bottom; /* does nothing */
	bottom: 10px; /* does nothing */
	padding-top: 3em;
}

#social-top img {
	float: right;
	text-align: right;
	height: 50px;
}

ul.icon-only { display: none; }

ul.icon-full { display: inline-block; }
	
ul.icon-full li { 
	float: right;
	list-style-type: none;
	padding-right: 1em;
}

#top-cart-icon {
	position: relative;
	right: 2em;
	line-height: 2em;
	font-size: 12px;
	/* letter-spacing: .1em; */
	text-transform: uppercase;
	color: #938888;
}

#top-cart-icon img {
	vertical-align: top !important;
}

/* search-top */

#search-top {
	float: right;
	text-align: right;
	position:absolute;
	top: 0px; 
	right: 5px;
	width: 300px;
	line-height: 20px;
	font-size: 14px;
}

#search-top form {
	float: right;
	text-align: right;
	position:relative;
	z-index:10;
	margin-top:0px; 
	margin-right: 10px;
}

#search-top form input[type="text"] {
	line-height: 20px;
	border: solid 1px #eee !important;	
}

#search-top form input[type="Submit"] {
	cursor: pointer;
}

#search-top img { opacity: .6; }

#navsearch { 
	/*position: absolute; 
	top: 10px; 
	right: 5px;*/
}

#navsearchbutton {
	border: none;
	color: #FFF;
	background-color: #FFF; 
	/*font-family: Tahoma, Geneva, trebuchet ms, arial, helvetica, sans-serif; */
	font-size: 18px;
	font-weight: 500;
		/* rounded corners */
	border-radius: 1px 1px;
	-moz-border-radius: 1px 1px;
}

.field {
	border: ; /* solid 1px #756F7C; ~ I like the look of the default here */
		/* rounded corners */
	border-radius: 1px 1px;
	-moz-border-radius: 1px 1px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

/*** See also extra_css/nav_menu.css ***/

nav#menu {clear: both;}



/************************************************************************************
CONTENT
*************************************************************************************/

main {
	max-width: 100%;/*1000px;*/
	margin: 0 auto;
}

#content {
	background: #fff;
	/*margin: 20px 0 20px;*/
	padding: 15px;
	width: 950px;
	float: left; /* change to "right" for left-hand sidebar (and adjust margins) */
}

#secure-content {
	background: #fff;
	margin: 20px auto 20px auto;
	padding: 20px;
	width: 840px;/*100%;*/ 
	/*float: right;  change to "right" for left-hand sidebar (and adjust margins) */
}

/* post */
.post {
	margin-bottom: 1em;
}

.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

#feature-boxes { 
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 0; /* 10 /1000 */
}

#feature-box-1, #feature-box-2, #feature-box-3 {
	/*position: relative;*/
	list-style: none;
	overflow: hidden;
	width: 32%; /*265 /1000 */
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#feature-box-1 {
	margin: 0 auto;
}

#feature-box-2 {
	margin: 0 2%;
}

#feature-box-3 {
	margin: 0 auto;
}

#feature-box-1 img, #feature-box-2 img, #feature-box-3 img {
	display: block;
	height: auto;
	width: 98%;
	margin: 1%;
	border: 0;
}

#main-intro-L {
	text-align: center;
	width: 50%;
	float: left;
} 

#main-intro-R {
	text-align: center;
	width: 50%;
	float: left;
}

#main-intro-R h1 {
	font-size: 1.75em;
}

#main-intro-R h3 {
	font-size: 1.25em;
}

#contact-div-1 { width: 50%; float: left;    background: #fff; }

#contact-div-2 { width: 50%; float: left;    background: #fff; }

ul.about-list { 
	list-style-type: disc; 
	list-style-position: inside;
	margin-bottom: 1em; 
}

#collections-list { padding-top: 10px; width: 400px; }

#collections-list-l { float: left; width: 200px; text-align: left; }

#collections-list-r { float: right; width: 200px; text-align: left; }

/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar-right {
	width: 300px;
	float: right;
	margin: 20px 0 20px;
}

#sidebar-left {
	width: 300px;
	float: left;
	margin: 20px 0 20px;
}

.widget {
	background: #fff;
	margin: 0 0 20px;
	padding: 20px 20px;
}

.widgettitle, .toggle-title {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #fbfbfb;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}

.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

#footer-nav-alt { display: none; }

.toggle-arrow { display: none; }

.toggle-drop { display: block; }


/************************************************************************************
CAMEO EZ SPECIFIC
*************************************************************************************/

#sb-login input { margin: .5em 0; }

#CartOuter { margin: 0 auto; }

.cart-button {
	width: 33%;
	padding: 2px 5px;
	border: 1px solid #555;
	border-radius: .5em;
}

a.cart-button {
	background-color: #bbb;
	color: #222;
	font-size: .7em;
}

a.cart-button:hover {
	background-color: #43b8e3;
	color: #fff;
	font-size: .7em;
	transition: color 0.3s ease-out;
}

#sidebarWrapper { text-align: left; font-weight: bold; }

.sublink { margin-left: 2em; }

/* login */
#loginWrapper, #loginBanner, #loginBottom { width: 100%; clear: both; }

#loginBanner p { padding-bottom: 1em; }

#loginLeft { width: 50%; }

#loginLeft h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

#loginRight h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#loginRight { width: 50%; }

#loginLeft table { margin: 0 auto; }

#loginBottom p { 
	font-size: .8em;
	margin: 1em auto 0 auto;
	padding-top: 1em;
	
}

.shows {
	padding: .75em 0;
}

#pageLoad, h3.availProd { display: none; }

table.MainMfr { width: 100%; max-width: 840px; margin: 0 auto; text-align: center; }

div.cat_item	{
	height:470px;
	width: 280px;
	/*min-width:200px;
	max-width:260px;*/
	float:left;
	position:relative;
	margin:0 0px 0 5px;
	padding:0 5px 0 0;
	z-index: 300;
	}

div.cat_item div.cat_content_bottom {
	position:absolute; 
	/*bottom:0px*/ top:0px;
	z-index: 300;
	width: 100%;
	margin: 0 auto;
	}

div.cat_item div.cat_content_top {
	position:absolute;
	top:0px
	z-index: 300;
	}

ul.topCats {  -webkit-padding-start: 0px; }

ul.topCats li:last-child { padding-bottom: 10px; }

table.popupStyle { width: 100%; vertical-align: top; position: relative; } 

td#imgCell { width: 50%; float: left; vertical-align: top; }

td#descCell { width: calc(50% - 2em); float: right; text-align: left; padding: 0 1em; vertical-align: top; position: relative; top: 0; }


td#descCell p { text-align: left; vertical-align: top; }

#productsDisplay { margin: 0 auto; text-align: center; }

div#popupwrapper, table.popupStyle {
	background: #fff;
	height: 100%;
}

#Territories-tpl blockquote, #Territories-tpl table {
	text-align: center;
}

#Territories-tpl h1 {
	font-size: 1.2em;
}

/************2023 Categories Page**********/
.show-cat-fluid {width:100%}/*1000px}*/
.cat-page-wrapper row {width:100%}
.cat-info-strip {
	position:relative;
	width:100%;
	height:400px;
	margin-bottom:50px;
	padding-top:50px;
}
.cat-info-wrapper {
	width:1000px;
	margin: 0 auto;
}
.catpic-inset {
	max-width:400px;
	float:left;
}
.cat-descr-block {
	float:left;
	max-width:400px;
	margin: 0 /*50px*/ 0 0 10%;
	padding:50px;
	text-align:center;
	color:#000000;
	font-weight:500;
}
.cat-descr-block .cat-fancy	{
	font-family:'modernline',fantasy;
	font-size:30px;
	margin-bottom:50px;
}
.cat-descr-block p	{
	font-family:'Times New Roman', serif;
}
.cat-descr-block p.cat-name-header {
	font-size:30px;
	text-transform:uppercase;
}
.cat-descr-block hr { 
	border-top:2px solid #000000;
	margin:-20px auto 20px auto;
	width:60%;
	text-align:center; 
}
.cat-descr-block p.cat-descr	{
	font-size: 20px;
}
/**********END 2023 Categories Page********/
a.catName h3 { margin: -.5em 0 1em 0; font-family: garamond, times, times new roman, serif; }

.cat_item * { color: #666666; }

.cat_item a:hover { color: #5E2605; }

a.category { font-weight: bold; display: block; margin: -1em 0 1em 0; }

div#viewOrders { opacity: .5; }

table.Cart img { max-height:75px; }

/************************************************************************************
FOOTER
*************************************************************************************/

footer {
	width: calc (100% - 2em);
	margin: 0 auto;
	/*background: ;
	padding: .5em;
	border-top: solid 1px rgba(0, 0, 0, .10);
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	-moz-border-radius-bottomleft: 0px 0px;
	-moz-border-radius-bottomright: 0px 0px;*/
}

#footer {
	clear: both;
	text-align: center;
	max-width: 980px;	
	margin: 0 auto;
}

/*#footer a {
	color: #fff;
}*/

.footer-widget {
	background: #fff;
	padding: 1em;
	float: left;
	/* rounded corner */
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);

}

.footer-widget p {
	text-align: left;
}

#fw1 {
	margin: 0 1em 1em 0;
	width: calc(33% - 3em);
}

#fw2 {
	margin: 0 1em 1em 1em;
	width: calc(34% - 4em);
}

#fw3 {
	margin: 0 0 1em 1em;
	width: calc(33% - 3em);
}

#footer-links-left {
	float: left;
	width: calc(50% - 1em);
	margin: 1em 1em 1em 0;
	text-align: left;
}

#footer-links-right {
	float: right;
	width: calc(50% - 1em);
	margin: 1em 0 1em 1em;
	text-align: right;
}

#footer-links-right ul, #footer-links-left ul {
	/*border-top: solid 1px #ddd;*/
	border-bottom: 0;
	width: 100%;
}

#footer-links-right h3, #footer-links-left h3 {
	font-weight: 500;
	font-size: 17px;
}

#footer-links-left ul li:first-child {
	padding-top: .5em;
}

#footer-links-right ul { display: inline-block; }
	
#footer-links-right ul li { 
	float: right;
	list-style-type: none;
	padding-left: 1em;
	padding-top: .5em;
}

#footer-links-right ul li img:hover {
	filter: alpha(opacity=50); /* internet explorer */
	opacity: 0.5;           /* fx, safari, opera, chrome */
}

.footer-links a {
	line-height: 18px;
	font-size: 12px;
	color: #7d7d7d !important;
}

.footer-links a:hover {
	color:#c19b4f !important;
}

footer h3 {
	color: #5f5f5f;
	font-size: 16px;
	margin: 0;
}

#copyright {
	max-width: 996px;	
	margin: 0 auto;
	color: #777;
	text-align: center;
	font-size: 12px;
}

.footer-menu li a {
    position: relative;
    display: block;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 12px;
    /* letter-spacing: .1em; */
    text-transform: uppercase;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: inline-block; }

.clearfix { display: block; zoom: 1; }

/************************************************************************************
slideshow (see also extra_css/jquery.bxslider.css)
*************************************************************************************/

ul.bxSlider, ol.bxSlider {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.bxSlider li {
	margin: 0;
	padding: 0;
}

ul.bxSlider img {
	/* rounded corner */
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
}


/* LOGIN */
.login-info {
	width: 280px;
	float: left;
	text-align: left;
	margin-left: 1em;
}

.login-info h2 {
	margin-top: 0;
}

.login-info label, .login-info input, .login-info p {
	float: left;
	clear: left;
}

.home-content {	DISPLAY: NONE;
	max-width: 660px;
	padding: 10px 20px;
	float: left;
	clear: all;
	margin: 0 auto;
	text-align: center;
}

.slideshow {
	/*background: url(../images/bg-gold.png) no-repeat;*/
	max-width: 660px;
	float: left;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
 /* box-sizing: border-box;
  border: 10px solid #fef2cd;*/
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/******************************* BEGIN MEDIA QUERIES *******************************/

/* See also extra-css/media-queries.css */

@media screen and (max-width: 500px) {
	#secure-content {width:100%;margin:20px 0;}
}


/************************************************************************************
smaller than 1300
*************************************************************************************/

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

/* pagewrap */
	#pagewrap {
		/*width: 95%;*/
	}

/* content */
	#content {
		/*width: 65%;*/
		width: 96%;
		padding: 2%;
	}

	#secure-content {
		width: 70%;
		padding: 2%;
	}

/* sidebar */
	#sidebar-right, #sidebar-left {
		width: 25%;
	}

	#sidebar-right .widget, #sidebar-left .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

/* login */
	#loginWrapper, #loginBanner { width: 100%; }

	#loginLeft { width: 50%; }

	#loginRight { width: 50%; }

	#loginLeft table { margin: 0 auto; }

}

/* bootstrap override */
	.show-cat-sm-6 {
   		width: 33%;
		text-align: center;
		min-height: 310px !important;
	}

	#subCatLink.show-cat-sm-6 {
   		width: 33% !important;
	}

.show-cat-lg-4, .show-cat-md-4, .show-cat-sm-4, .show-cat-xs-12 { text-align: center; }

}

