@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

@keyframes fadeIn
{
  0% { opacity: 0; }
  100% { opacity: 1; }
}

a, .original a:link 
{
	color: blue;
	text-decoration:none;  
}

a:visited, .original a:visited 
{
	/*color: purple;*/
	color: #505bff;
}

/*
li .active
{
	display: block;
}
*/

a:active, .original a:active 
{
	color: red;
}

a:hover, .original a:hover
{
	text-decoration:underline;
}

img, object, embed, video
{
	max-width:100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img
{
	width:100%;
}

html
{
	overflow-y:scroll;
	font-size:16px;
	line-height:19px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;	
}

img, a img
{
	border:none;
}

a
{
	outline:none;
}

a.helplink:link, a.helplink:visited
{
    border-color: #ffffff;
    border-style: dotted;
    border-width: 1px;
    color: #990000;
    line-height: 130%;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}

a:hover.helplink {
    border-color: #990000;
	cursor: help;
}

a.showPage:link, a.showPage:visited
{
    border-color: #ffffff;
    border-style: dotted;
    border-width: 1px;
    /*color: #990000;*/
    line-height: 130%;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
	margin-left: -4px;
	margin-right: -3px;
}

a:hover.showPage
{
    border-color: inherit;
	/*cursor: zoom-in;*/
	cursor: help;
}

a:hover.scrollTo
{
	cursor: s-resize;
	/*
	position: relative;
	z-index: 20;
	*/
}

@keyframes visible 
{
	from
	{
		opacity: 0.3;
	}
	to 
	{
		opacity: 1;
	}
}

a.scrollToDown
{
	cursor: s-resize;
	/*color: #0f717d;*/
	color: blue;
}

a:hover.scrollToDown
{
	cursor: s-resize;
	/*position: relative;
	z-index: 20;
	width: 80%;*/
}

/*
#imageSRC
{
	max-width:unset;
}
*/

/*a:hover.scrollTo::before */
a:hover.scrollToDown::before 
{
    content: "\25bc";
	opacity: 0.7;
	/*transition: opacity 2s;*/
	animation: visible 3s;
	/*color: #aaa;*/
	/*float: right;*/
	position: absolute;
	/*
	top: 20px;
	left: -20px;
	*/
	width: 1px;
	/*left: -1px;*/
	margin-left: -14px;
	z-index: 25;
}

a:hover.scrollToDown::after 
{
    content: "\25bc";
	opacity: 0.7;
	animation: visible 3s;
	/*color: #aaa;*/
	/*float: right;*/
	position: absolute;
	/*
	top: 20px;
	left: -20px;
	*/
	width: 1px;
	/*left: -15px;*/
	z-index: 25;
}

a.scrollToUp
{
	cursor: s-resize;
	/*color: #0f717d;*/
	color: blue;
}

a:hover.scrollToUp
{
	cursor: s-resize;
}

a:hover.scrollToUp::before 
{
    content: "\25b2";
	opacity: 0.7;
	animation: visible 3s;
	position: absolute;
	width: 1px;
	margin-left: -14px;
	z-index: 25;
}

a:hover.scrollToUp::after 
{
    content: "\25b2";
	opacity: 0.7;
	animation: visible 3s;
	position: absolute;
	width: 1px;
	z-index: 25;
}

/* structure */
	
{
	margin:0;
	padding:0;
	/*font-size:16px*/;
}

body
{
	background-color:#fff;
	height:100%;
	/*font-family:OfficinaSansITCStd-Book,sans-serif,Arial,Helvetica;
	font-family:"times new roman",times,georgia;*/
	font-family:Tahoma, Geneva, sans-serif;
	/*font-size:16px*/;
}

/* START OF CSS REQUIRED FOR BUTTONS ETC */
.button
{
	display: inline-block;
	padding: 1px 3px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	border-radius: 8px;
	box-shadow: 1px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	top: -2px;
	background-color: #dfefc2;	
}

.button:hover 
{
	background-color: #aed25f !important;
	box-shadow: 1px 3px rgba(0, 0, 0, 0.7);
}

.button:active {
	background-color: #aed25f !important;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.7);
	transform: translate(1px,2px);
}

.hide 
{
	visibility: hidden;
}

.showOn
{
	visibility: visible;
}

.shopDIV
{
	text-align:right;
}

.ow
{
	/*white-space: nowrap;*/
	white-space: pre-wrap;
	/*
	causes android to break words oddly
	overflow-wrap: break-word;*/
	/*word-wrap: break-word;*/
	/*hyphens: auto;*/
	flex-wrap: wrap;
	display: inline;
}

.nw
{
	white-space: nowrap;
}

sup
{
	font-size: 65%;
	line-height: 50%;
	position: relative;
	top: 0.5em;
}
sub
{
	font-size: 65%;
	line-height: 50%;
	position: relative;
	top: -1.05em;
}

#qtyList 
{
  max-height: 150px;
  overflow: auto;
}

/* ENDT OF CSS REQUIRED FOR BUTTONS ETC */

.clearFix:after 
{ 
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

.light
{
	color: #999;
}

.light:hover
{
	color: inherit;
}

p
{
	/*font-size:16px*/;
	/*line-height:19px;*/
}

.p16
{
	/*font-size:16px*/;
	/*line-height:19px;*/
	display:block;
}

#page
{
	position:relative;
	width:1280px;
	margin:0 auto;
	border:1px #c6d6d6 solid;
	border:1px #dad2c2 solid;
	/*border:1px #0f717d solid;*/
	background-color:#ffe3a6;
	background-color:#0f717d;;
	margin-bottom: 20px;
	overflow: hidden;
}

#header
{
	position:relative;
	background-color:#c6d6d6;
	height:204px;
	padding-left:130px;
	background-image:url(/images-smc/bg-header.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;	
	vertical-align: middle;
	min-height: 204px;
}

#headerBG
{
	margin-left: -131px;
	max-width: 1282px;
}

#headlineImg
{
	/*margin-left: 7px;
	display:block;*/
	position:absolute;
    top:0;
	top: 20%;
	left:137px;
    bottom:0;
    margin:auto;	
	min-height: 97px;
	min-width: 278px;
	max-width: 720px;
	width: 80%;
}

.nowrap
{
	white-space:nowrap;
}

#content
{
	position:relative;
	clear:both;
	/*background-color:#f8fafa;*/
	background-color:#f9fafc;
	overflow:hidden;
	padding-left:130px;
	padding-bottom: 20px;
	padding-top: 50px;
}

/*
#realIMG
{
	padding-left:130px;
}
*/

#content.video_page
{
	height:740px;
	height: 825px;
	height: auto;
	min-height: 800px;
}

#copyBottom
{
	padding-left:12px;
	width:960px;
	padding-bottom:30px;
	padding-top:20px;
	margin-top:10px;
	position:relative;
	left:-480px;
	border-top:1px solid #C9D8D8;
}

.blackH1
{
	margin-bottom:15px;
	color: #000;
}

/* GALLERY PAGE */

.galleryTable tr, .galleryTable td
{
	padding: 3px 15px 3px 3px;
	text-align: left;
	vertical-align: text-top;
	border-bottom: 1px solid #ccc;	
}

#copy p, div.gallery_content p, #copyBottom p
{
	/*font-size:16px*/;
	/*line-height:19px;*/
	margin-bottom:15px;
}

#gallery_nav
{
	float:left;
	margin-left:5px;
	/*margin-top:60px;*/
	margin-top:3px;
	width:100px;
}

#gallery_nav.siteMap
{
	width:600px;
	margin-left: 40px;
}

#gallery
{
	list-style:none outside none;
	position: relative;
	/*top: -20px;*/
}

#gallery li, #gallery li a
{
	font-family:Arial,Helvetica,"times new roman",times,georgia;
	font-size:13px;
	line-height:15px;
	margin-bottom:25px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	position: relative;
}

.sub-item::before {
  content: "#" attr(data-n); /* Dynamically inserts the number */
  position: absolute; /* Allows precise control over positioning */
  top: -15px; /* Positions the content above the item, adjust as needed */
  left: 10px; /* Aligns the content to the left; adjust as needed */
  float: left;
  opacity: 0; /* Start fully transparent */
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
  /* width: 100%; Ensures the content spans the full width of the menu item */
  color: #aed25f;
  color: green;
  /*text-align: center; *//* Centers the number above the item */
}

.sub-item.show-number::before {
  opacity: 0.4; /* Make the number fully visible when .show-number class is present */
}

/* To apply the hover effect on the entire li, including the a element */
.sub-item:hover::before {
  opacity: 1; /* Make the number fully visible on hover/focus */
} 


#gallery li a:visited
{
	/*
	color:#9c9175;
	color:#bdd4d4;
	color:#b2c7c7;
	color: rgba(125, 146, 146, 0.6);
	color: rgb(206, 197, 197);
	color: rgb(204, 221, 221);
	color: rgb(125, 146, 146);
	color: rgb(243, 244, 244);
	color: rgb(230, 236, 236);
	color: rgb(131, 222, 222);
	color: rgb(237, 253, 253);
	color: rgb(135, 156, 156); */
	color: rgb(145, 166, 166);
}

#gallery li, #gallery li a:hover
{
	/*
	color:#000000;
	color: rgba(125, 146, 146, 1);
	color: rgba(115, 136, 136, 1); */
	color: rgba(0, 27, 27, 1);
}


#gallery li:hover::before,
#gallery li:focus-within::before {
  opacity: 1; /* Make the number fully visible on hover/focus */
} 


#gallery li a:hover
{
	text-decoration:underline;
}

#gallery li a.active
{
	text-decoration:underline;
	color:#990000;
	color:#73120d;
}

#gallery li a
{
	/*
	color:#665B33;
	color:#9bb0b0;
	color:#7d9292;
	color: rgba(125, 146, 146, 1)
	This was the original color ;*/
	color: rgba(115, 136, 136, 1);
}

#gallery li.isChild
{
	margin-left:10px;
}

.cats 
{
    /*border: 1px dotted #dfefc2; #aed25f #477135 */ 
	/* background-color: rgba(249,250,252,1);
	background-color: rgba(199,200,202,0.8); */
/*	
	background-color: rgb(246, 247, 249);
	background-color: rgba(199, 200, 202, 0.05); 
*/	
	/*border-color: rgb(15, 113, 125);*/
/*	border: 1px dotted #0f717d;*/
/*	border-color: rgba(15, 113, 125, 0.8); */
/*	
	border-left: 1px dotted #0f717d;
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted transparent;
*/	
	/*border-left-color: rgba(15, 113, 125, 0.8);*/
	margin-left: -5px;
    padding-left: 5px;
/*	padding-right: 5px; */
	/*background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
	/*background: linear-gradient(to right, rgba(199, 200, 202, 0.2) 0%, rgba(0, 0, 0, 0) 100%); */
}	

.lock-span
{
	/*display: block;*/
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAATlJREFUKJFt0rFOVGEQBeBvdheRwkRjIISllYRCLHgAKhtjaAiUFNS8izExxBcw0Y6SUFlQmEhCfAFfQLQQSMTdvUPB3M1FnOTPvXPOmXPyz72RmboVEWvYqPYkM8/u8N2BiNjGK8wXdI4jfJzqMlM1u/iCd1iv87awvamuxI/K6VNLdIw+4BiPM1OvohewjFP36yuGWMR0oMEs8j8DDeZablDgwzpLEfG83UGJhsXNteAQB3hWwgf/DPyt/jv2+9jEa4wrPks8waieDZ7gvFfAuER9/MEOtnBVmBpu2jso5z5+ZeY3iIgfblfeGhqUMGtjI6xGxMsSvcDPjqFBuUYnaYLfddlxBw/0Brhw+w0mRVzgTb1fdsxmcNmvdT3FCq7LeaaSrztGh3g//VsjYqOSGncrMMrMz3ADMeZ3UeAUrigAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px; /* Adjust this value as needed */
    background-size: 12px 16px; /* Size of your icon */
    white-space: nowrap; /* Prevents text wrapping */
    line-height: 16px; /* Adjust to align text vertically, if necessary */ 		
	text-transform: none;
	/*color: rgba(0, 0, 0, 0.6);*/
	opacity: 0.6;
	color: rgb(0, 27, 27);
}

.lock-icon 
{
	display: inline-block; /* This makes the span behave like a block element for sizing */
	width: 12px;
	height: 16px;
	/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAB6UlEQVR4nF1SPcvyMBRN0mtpUSqIg7s87+wi4uLi4uRvcXN3FAr+BsHZwUVHF92cRBwcSnAQVKwWWz+S3Ge4UnzeTEk4h/NxL5dScs4ZY4wxREREYwxjjHOOiEIIzjkBEJFzDunNGCOEAADHcQAAERljSZK8329jTMoBQmutXdctFAoAsF6vZ7NZHMe1Wq3ZbAohoigKw5A4gni2bReLRQCYTqedTud8PjuO4/t+v99HRM/zPM/76EgpgyAIwxARoyhqtVqDwYDCrFarWq22WCwQ8fF4SCmllILiktzxeDydTo1Gwxijta5UKp7nbbdbsk0YYF/Hdd3H4/F6vYQQjDGlVBzHAECNUQ1/CKPRKEmSXq/nOI7WGgAul8tkMmm327lcjjAfNgC83+/xeJzJZHa7HdVwv9/z+fxyudxsNvV6nXoXJERdua4rhNBa+74/n89LpZJSynXdbxfi+0EzVkqFYRhFURRFlmXR5/+EVMeyLMZYEAT7/f52u9m2TZ5TAlCn9/u9WCwi4ul0chxnPB7PZlPLsi6XS5Ik2WxWKfVpiTYsjuMkSbrd7nA4tG1bKaW1/vn593w+q9VquVw+HA4kzqWUJKKUyufzAKC1piWlXeCch2H4xxJjzBi0LOt6vdJQ02Bp6WmSX/zjRdgCM7qxAAAAAElFTkSuQmCC');*/
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAATlJREFUKJFt0rFOVGEQBeBvdheRwkRjIISllYRCLHgAKhtjaAiUFNS8izExxBcw0Y6SUFlQmEhCfAFfQLQQSMTdvUPB3M1FnOTPvXPOmXPyz72RmboVEWvYqPYkM8/u8N2BiNjGK8wXdI4jfJzqMlM1u/iCd1iv87awvamuxI/K6VNLdIw+4BiPM1OvohewjFP36yuGWMR0oMEs8j8DDeZablDgwzpLEfG83UGJhsXNteAQB3hWwgf/DPyt/jv2+9jEa4wrPks8waieDZ7gvFfAuER9/MEOtnBVmBpu2jso5z5+ZeY3iIgfblfeGhqUMGtjI6xGxMsSvcDPjqFBuUYnaYLfddlxBw/0Brhw+w0mRVzgTb1fdsxmcNmvdT3FCq7LeaaSrztGh3g//VsjYqOSGncrMMrMz3ADMeZ3UeAUrigAAAAASUVORK5CYII=');
	background-size: cover; /* Ensures the image covers the whole area of the span */
	/*
	border: none;
	outline: none;
	*/
} 

.cats:after
{
	/*content: "\a\2610";*/
	content: " \2610";
	/*color: rgba(115, 136, 136, 0.25);	*/
	color: rgba(115, 136, 136, 0.7);	
	/*display: block;*/
}

.cats:after:visited
{
	color: rgb(145, 166, 166);
}

.cats:after:hover
{
	color: rgb(0, 0, 0);
}

/*
.cats:hover
{
	background-color: rgba(199, 200, 202, 0.2); 
	border-top: 1px dotted #0f717d;
	border-bottom: 1px dotted #0f717d;
}
*/

/*#gallery li.cats:after a.active*/
#gallery li.cats.active:after 
{
	content: "\a\2611";
}

#gallery.siteMap li.isChild
{
	margin-left:40px;
}

#gallery_wrap
{
	float:right;
	width:85%;
}

.outline
{
	/*border: solid 1px #ccc;*/
}

#gallery_copy
{
	height:auto;
	/*margin-top:50px;*/
	position:relative;
	width:750px;
	width: 807px;
	/*font-size:16px*/;
}

.youTubeClear
{
	clear: both;
	width: 110%;
	border-bottom: 1px solid #c9d8d8;
	padding-bottom: 30px;
}

.signStore #gallery_copy
{
	margin-bottom:50px;
}

#gallery_copy p, div.galleryCopy p
{
	/*line-height:19px;*/
	/*font-size:16px*/
	margin-left:7px;
	padding-top:7px;
	padding-bottom:8px;
}

#gallery_copy_b
{
	height:auto;
	margin-top:24px;
	margin-bottom:24px;
	position:relative;
	width:740px;
	width: 807px;
	max-width:98%;
	margin-left: 7px;
}

#gallery_copy_b p, div.galleryCopyB p
{
	/*font-size:16px*/;
	/*line-height:19px;*/
	/*margin-left:7px;*/
}

div.gallery_divider
{
	border-bottom: 1px solid #c9d8d8;
    clear: both;
    height: 17px;
	margin-bottom: 28px;
}

div.gallery_content
{
	/*
	border-bottom: 1px solid #C9D8D8;
	overflow: hidden;
	overflow-y: scroll;*/
	/*padding: 35px 0;*/
	clear: both;
}

.gallery_content:last-of-type
{
	border-bottom:medium none;
}

div.gallery_content img
{
	float:left;
	margin-left:7px;
	max-width: 92%;
	margin-right: 37px;
	margin-bottom: 20px;
}

div.gallery_content img.mg
{
	margin-left: 4px;
	margin-right: 4px;
}

div.gallery_content img.mgCart, .mgCart
{
	float: unset;
	margin: 0;
	position: relative;
	top: 5px;
}

.mginline
{
	max-height: 1em;
}

#imgCaption
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	text-align:center;
	width:100%;
	line-height:24px;
	margin-top:8px;
	color:#999;
}

.gallery_text
{
	margin-left: 7px;
	max-width: 92%;
	float: left;
	width: 472px;
}

div.gallery_content h1,
div.gallery_content h3
{
	/*float:left;
	margin-left:85px;
	margin-left:7px;
	width:350px;
	*/
	margin-top:5px;
	/*max-width: 430px;*/
	display: block;
}

h3 b
{
	color: #000054;
	color: #b2c7c7;	
	color:#7d9292;	
	text-transform:lowercase;	
	font-size:16px;
	font-weight:normal;
}


/*
div.gallery_content p
{
	display:block;
	margin-top:5px;
	width:430px;
	max-width:100%;
}
*/

div.gallery_content p
{
	display: block;
	margin-top: 5px;
	max-width: 100%;
	width: unset;
}	


/* Contact Us */

.address
{
	margin-left:70px;
}

#content #ann-logo
{
	position:absolute;
	top:270px;
	padding-left:130px;
	left:916px;
	width:84px;
}

/* Footer */

#footer
{
	position:relative;
	clear:both;
	background-color:#c6d6d6;
	background-color: #f4eee0;
	border-top: solid 5px #0f717d;
	text-align:center;
	padding-left: 130px;
	padding-bottom: 20px;
	margin-left: -1px;
	/*width: 986px;*/
	border-left:1px #dad2c2 solid;
	border-right:1px #dad2c2 solid;
}

#footerContent
{
	max-width: 986px;
}	

#footerLogo
{
	position: relative;
	top: 29px;
}

#logo
{
	height:auto;
	margin-left:8px;
	float:left;
	margin-top:5.2%;
}

.logo
{
	font-size:12px;
}

h1, h3, h5
{
	color:#990087;
	color:#0f717d;
	/*display:inline-block;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:.2px;
	/*margin-bottom:-5px;*/
	text-align:left;
	text-transform:uppercase;
	/*white-space:nowrap;*/
	/*text-shadow: 1px 1px #999;
	text-shadow: 1px 1px rgba(63,107,169, 0.5);*/
}

/* used as a header between gallery img blocks */
h4
{
	color: #0f717d;
	font-size: 170%;
	text-transform: lowercase;
}

.gallery_text h4
{
    position: relative;
    top: 32px;
    margin-top: -32px;
}

h5
{
	float: right;
}

#gallery_wrap HR
{
	border-top:1px dotted #0f717d;
	/*color: #0f717d;*/
}

.proper
{
	text-transform:none;
}

div.rule
{
	float:left;
	margin-top:58px;
	margin-left:2px;
	border-bottom:#ffe3a6 3px solid;
	width:68%;
}

#subhead
{
	margin-left:290px;
}

h2
{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:38px;
	line-height: 34px;
	letter-spacing:0.8px;
	text-transform:lowercase;
	color:#807253;
	text-align:left;
	display:inline-block;
	margin-top:1.6px;
	/*white-space:nowrap;*/
}

#mainNav
{
	min-height:32px;
	overflow: auto;
	background-color:#ffe3a6;
	background-color: #0f717d;
	padding-left:130px;
	padding-top:5px;
	/*margin-left: calc(0% - 1px);*/
	width: calc(100% + 34px);
}

#mainNav ul li
{
	font-family:Arial,Helvetica,"times new roman",times,georgia;
	font-size:14px;
	padding-top:10px;
	padding-top:5px;
	padding-left:6px;
	letter-spacing:.1px;
	white-space:nowrap;
	color: #fff;
}

#mainNav ul li a
{
	font-family:Arial,Helvetica,"times new roman",times,georgia;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:#665b33;
	color:#fff;
	font-size: 14px;
	padding-right: 6px;
}

#mainNav ul
{
	height:29px;
}

#mainNav ul li
{
	display:block;
	float:left;
	height:29px;
	position:relative;
}

#mainNav ul li a:hover
{
	color:#000;
	text-decoration:underline;
}

#mainNav ul li a.active
{
	text-decoration:underline;
	color:#990000;
	color:#fd9d06;
}

#video_btn
{
	position:relative;
	z-index:1000;
	top:-131px;
	top: 41px;
	left:772px;
	left: 766px;
	left: 755px;
	width:192px;
	height:192px;
	max-width:192px;
	max-height:192px;
	width:235px;
	height:235px;
	max-width:235px;
	max-height:235px;
	
	/*border:#fff 10px solid;
	-moz-border-radius:28px;
	border-radius:28px;
	box-shadow:1px 2px 15px #667f7f;
	background-color:#ffffff;*/
	background-image:url(/images-smc/video_btn1.png);
	background-size: 100% 100%;
}

#video_btn:hover
{
	cursor:pointer;
	cursor:hand;
	background-image:url(/images-smc/video_btn2.png);
}

/*
#video_btn:hover #watch_video
{
	background-color:#fff;
	border:#000 1px solid;
	color:#000;
}

#watch_video
{
	position:absolute;
	top:75px;
	left:50px;
	z-index:2000;
	width:92.5px;
	height:32.656px;
	border:#fff 1px solid;
	-moz-border-radius:5px;
	border-radius:5px;
}
*/

.wh
{
	background:#000 url(/images-smc/watch-how1.gif) 8px 11px no-repeat;
}

/*
#video_btn:hover .wh
{
	background:#fff url(/images-smc/watch-how2.gif) 8px 11px no-repeat;
}
*/

.au
{
	background:#000 url(/images-smc/about-us1.gif) 8px 11px no-repeat;
}

/*
#video_btn:hover .au
{
	background:#fff url(/images-smc/about-us2.gif) 8px 11px no-repeat;
}
*/

#video_play
{
	position:absolute;
	position:relative;
	margin-left:227px;
	/*left:72px;*/
	left: -50px;
	z-index:3000;
	width:678px;
	width:95%;
	max-width: 678px;
	height:420px;
	height:auto;
	background-color:#ffffff;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow:1px 2px 15px #667f7f;
	border:1px solid #aaa;
	visibility:hidden;
	top:-1000px;
	opacity:1.0;
	filter:alpha(opacity=100);
	z-index:1000;
	margin-top: -69px;
}

#video_play .closeDiv
{
	top:3px;
	left:-3px;
}

#video_play.video_page
{
	margin-top: 64px; 
	visibility:visible;
	/*position:unset;*/
	/*position:initial;*/
	position:static;
}

#player
{
	/*margin-top:40px;
	margin-left:64px;*/
	margin: 7% 9% 2% 9%;
	width: 82%;
}

#videoProgress
{
	margin-left:12px;
	margin-top:3px;
	height:20px;
	visibility:hidden;
}

#videoCaption
{
	/*margin-top:5px;
	margin-left:78px;
	width:520px;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:20px;
	height:28px;
	width:80%;
	margin: auto;
	height: auto;
	min-height: 40px;
}

/* inner elements   */

#media
{
	float:left;
	padding-top:60px;
	overflow:hidden;
	width: 100%;
	max-width: 465px;
}

/*
#media.video_page
{
	margin-top:430px;
	margin-top:100px;
	margin-left:151px;
}
*/

#media.video_page
{
	/*margin-left:135px;*/
	max-width:822px;
	width: 96%;
	/*border: solid 1px #ccc;*/
	float:none;
	/* this is new */
	position: unset;
	/*left: -61px;
	margin: 130px auto;*/
	margin: -25px auto;
}

#main_slide
{
	/*width:450px;*/
	height:280px;
	margin:0 0 0 3px;
	background-color:#fff;
	border:1px #c6d6d6 solid;
	width: 95%;
	width: calc(100% - 10px);
	max-width: 450px; 
	background-size: 100% 100%;	
}

#caption
{
	display:block;
	width:430px;
	padding-top:7px;
	padding-left:12px;
	padding-bottom:13px;
	font-size:13px;
	line-height:18px;
	min-height:45px;
	height: auto;
	max-width: 430px;
	width: 95%;
	width: calc(100% - 20px);
}

#thumbs_wrapper
{
	position:relative;
	overflow:hidden;
	height:120px;
	margin-left: 2%;
}

#thumbs_wrapper .thumbs
{
	float:left;
	border:1px #c6d6d6 solid;
	margin-right:10px;
	margin-left:3px;
	margin-right:2%;
	margin-left:1%;
	margin-bottom:28px;
	max-width:78px;
	width: 16%;
	/*height:66px;*/
}

#thumbs_wrapper.video_page .thumbs
{
	/*width:106px;*/
	max-width:106px;
	width: 13%;
}

#thumbs_wrapper .active
{
	border:1px #000 solid;
}

#thumbs_wrapper .active img
{
	opacity:1.0;
	filter:alpha(opacity=100);
	position:absolute;
	top:1px;
}

#thumbs_wrapper img
{
	opacity:0.6;
	filter:alpha(opacity=60);
	position:absolute;
	top:1px;
	max-width:78px;
	width: 16%;
}

#thumbs_wrapper.video_page img
{
	max-width:106px;
	width: 13%;
}

#thumbs_wrapper img:hover
{
	opacity:0.9;
	filter:alpha(opacity=90);
}

thumbs_wrapper #thumbs a.active
{
	border:1px #000 solid;
}

#thumbs_wrapper .progress
{
	height:66px;
	background-color:#c6d6d6;
	overflow:hidden;
	background-image:url(/images-smc/sshow/progress.gif);
	background-position:-200px;
	background-repeat:no-repeat;
}

#thumbs_wrapper.video_page .progress
{
	/*width:106px;*/
}

#thumbs_wrapper #progressbar_wrapper
{
	position:absolute;
	width:480px;
	top:61px;
	left:4px;
}

#thumbs_wrapper #progressbar_wrapper #progressbar
{
	width:60px;
	height:3px;
	background-color:#000;
}

#thumbs_wrapper .thumbCaption
{
	font-family:Arial,Helvetica,"times new roman",times,georgia;
	font-weight:600;
	font-size:12px;
	line-height:13px;
	margin-top:4px;
	text-decoration:none;
	text-transform:uppercase;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#thumbs_wrapper .active .thumbCaption
{
	opacity:0.9;
	filter:alpha(opacity=90);
}

#copy
{
	/*width:490px;*/
	height:100%;
	float:left;
	margin-left:15px;
	padding-top:56px;
	width: 95%;
	width: calc(100% - 20px);
	max-width: 490px;
	/*font-size:16px*/;
	/*line-height:19px;*/
}

/* inner elements   */
/* footer */

#footer img
{
	margin:10px;
	/*margin-top:25px;*/
}

#footer img.link
{
	/*margin-bottom:42px;*/
}

#footer #sitemap {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}

#footer #sitemap a
{
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#665b33;
	white-space:nowrap;
}

#footer #sitemap a:hover
{
	color:#000;
}

#footer
{
	/*position:absolute;
	top:64px;
	left:37%;*/
}

#oldcopyright
{
	position:absolute;
	top:64px;
	left:37%;
}

#footer #copyright p
{
	font-size:11px;
	color:#83a6a6;
}

.imgFrame
{
	border:1px solid #667f7f;
	margin-top:7px;
}

/* FOR POPUPS */

#imagePopup
{
	visibility:hidden;
	position:fixed;
	top:50%;
	left:49%;
	left:50%;
    transform: translate(-50%, -50%);
	z-index:1000;
	border:1px solid #aaa;
	padding:50px;
	padding:30px 50px 50px 50px;
	-moz-border-radius:15px;
	border-radius:15px;
	box-shadow:1px 2px 15px #667f7f;
	/*background-color:#f8fafa;*/
	background-color:#f9fafc;
	/*margin-left: -2000px;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	
}

#imagePopup:hover
{
	cursor:pointer;
	cursor:hand;
}

#imagePopup:hover .close
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#imgCaption {
    color: #999;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
    text-align: center;
    width: 100%;
}

#cartPopup
{
	visibility:hidden;
	position:fixed;
	z-index:1000;
	-moz-border-radius:15px;
	border-radius:15px;
	box-shadow:1px 2px 15px #667f7f;
	background-color:#ffffff;
	top:5%;
	left:50%;
	width:577px;
	/*height:80%;*/
	height:auto;
	border:1px solid #aaa;
	padding:50px;
	/*padding: calc(0.1% + 10px);*/
	padding: calc(0.5% + 20px);
	padding-top:3px;
	padding-bottom: 30px;
	margin-left: -2000px;
	max-width: 95%;
}

#dataFrame
{
	width:100%;
	min-width: 120px;
	height:100%;
}

#dataPopup
{
	visibility:hidden;
	position:fixed;
	z-index:900;
	-moz-border-radius:15px;
	border-radius:15px;
	box-shadow:1px 2px 15px #667f7f;
	background-color:#ffffff;
	top:5%;
	left:5%;
}

#imagePopup .closeDiv {
    /*left: -4px;
    position: absolute;
    width: 100%;
	*/
	position: relative;
    text-align: right;
    top: 4px;
	top: -22px;
    width: 100%;
	width: calc(100% + 41px);
	/*width: calc(100% - 4px);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */	
}

#cartPopup .closeDiv
{
	/*left: 46px;*/
	position: relative;
	/*margin-bottom: 18px;*/
	margin-top: 2px;
	margin-bottom: 8px;
	text-align: right;
	width: 100%;
	width: calc(100% + 17px);
	/*top: -44px;*/
}

.close
{
	cursor:pointer;
	cursor:hand;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.close:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#dataPopup .closeDIV
{
	top:10px;
	left:-10px;
}

#dataContent
{
	border:50px solid #ffffff;
	overflow-y:scroll;
	height:600px;
	border-radius:15px;
}

#closePopup
{
	position:relative;
	color:red;
	float:right;
	margin-top:-45px;
	width:150%;
	text-align:right;
}

/* store pages from Bonnie */

#gallery_wrap h2
{
	color:#000;
}

#gallery_wrap ul
{
	list-style: none; /* Remove default bullets */
}

#gallery_wrap ul li::before 
{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #666666; /* Change the color */
  font-weight: 600; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
}

#gallery_wrap ul.smallBox li::before 
{
  /*&#9643;*/
  content: "\25AB";  /* Add content: \9643 is the CSS Code/unicode for a small box */
}

#gallery_wrap ul.box li::before 
{
  /*&#9744;*/
  content: "\2610";  /* Add content: \9643 is the CSS Code/unicode for a small box */
}

#gallery_wrap ul.diamond li::before 
{
  /*&#8900;*/
  content: "\22C4";  /* Add content: \9643 is the CSS Code/unicode for a small box */
}

#gallery_wrap ul, #gallery_wrap ol
{
	margin-top: -2em;
	margin-bottom: -2.5em;
	margin-left: 0.5em;
}

#gallery_wrap li
{
    margin-left: 15px;
}

#gallery_copy ul, #gallery_copy_b ul 
{
	margin-top: -1.4em !important;
}

/* 23 */
#gallery_copy li, #gallery_copy_b li 
{
    margin-left: 23px !important;
}

gallery_copy
{
	margin-top:60px;
	margin-bottom:50px;
}

.store-products
{
	margin-top:40px;
	padding-bottom:40px;
	/*border-bottom:1px solid #c9d8d8;*/
}

.top_space
{
	padding-top:40px;
}

.store-products img
{
	vertical-align:top;
}

.store-products img
{
	opacity:0.60;
	filter:alpha(opacity=60);
}

.store-products img:hover
{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#order #page
{
	position:relative;
	width:984px;
	margin:0 auto;
	border:1px #c6d6d6 solid;
	/*background-color:#f8fafa;*/
	background-color:#f9fafc;
}

#order #header
{
	height:100px;
	margin-left:0;
	padding-left:20px;
	padding-top:10px;
	background-color:#c9d8d8;
}

#order #content
{
	margin-top:-30px;
	padding-left:0;
}

#order #gallery_wrap
{
	margin:0;
	float:left;
	width:575px;
	padding-left:30px;
}

#order #gallery_wrap h2
{
	text-transform:none;
	margin-top:20px;
	font-size:24px;
	margin-bottom:0;
}

#order #gallery_copy
{
	width:500px;
}

#order #gallery_copy h2
{
	text-transform:uppercase;
	margin-bottom:40px;
	margin-top:0;
}

#order #gallery_copy p
{
	padding-top:40px;
}

#order .store-products
{
	width:500px;
	border:none;
}

.table
{
	border-collapse:collapse;
	border-spacing:0px;
	margin-left:100px;
}

.table tr
{
	margin-bottom:0;
	overflow:hidden;
	height:35px;
	width:100%;
	padding:0;
}

.table td
{
	padding:0 10px;
}

.table input
{
	width:50px;
	height:25px;
	border:1px solid #000;
	margin:0 75px;
}

.table input[button]
{
	background:url(/images-smc/add-btn.png)no-repeat;
}

#order .store-accessories
{
	float:left;
	background-color:#e6eded;
	width:359px;
	padding-top:50px;
	padding-left:20px;
}

.store-accessories h3
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
}

.store-items
{
	margin-bottom:20px;
}

.itemtable
{
	border-collapse:collapse;
	border-spacing:0px;
}

.itemtable tr
{
	margin-bottom:0;
	overflow:hidden;
	height:35px;
	width:100%;
	padding:0;
}

.itemtable td
{
	padding:5px 10px;
	font-size:12px;
	vertical-align:top;
}

.itemtable td.view
{
	width:50px;
}

.itemtable tr
{
	border-bottom:1px solid #c9d8d8;
}

.itemtable tr:first-child, .itemtable tr:last-child
{
	border-bottom:none;
}

.itemtable input
{
	width:50px;
	height:25px;
	border:1px solid #000;
	margin:0 25px;
}

.itemtable td strong
{
	font-family:Tahoma, Geneva, sans-serif;
}

.addtocart
{
	margin-top:10px;
	margin-left:335px;
	margin-bottom:10px;
	width:220px;
	background:url(/images-smc/add-btn.png)no-repeat;
	height:55px;
	border:0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#665b33;
}

.extras
{
	margin-left:140px;
}

.empty
{
	border:none;
}

.pricing
{
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:13px;
}

.pricechart
{
	margin-top:10px;
	font-size:11px;
}

.pricechart td
{
	vertical-align:bottom;
	text-align:center;
	padding:5px;
	border:thin #CCC dotted;
}

td.aleft
{
	text-align:left;
	vertical-align:top;
}

.table-striped tbody > tr:nth-child(odd) > td
{
	background-color:#edefef;
}

.pricepage
{
	display:none;
}

/* FOR ANIMATION */

#animationCont
{
	width: 98%;
	visibility: hidden;
	/*overflow: hidden;*/
	position: absolute;
	top: 50px;
	margin-left: 1%;
	/*border: solid 2px #000;*/
	max-width: 968px;
	z-index:2000;
}
#animationCaption
{
	position: fixed;
	top: 0px;
	/*margin-left: 1%;*/
	z-index:2010;
	width: 100%;
	max-width: 968px;
	background-color: #0f717d;
	color: #fff;
	padding: 20px;
	-moz-border-bottom-left-radius:12px;
	border-bottom-left-radius:12px;
	-moz-border-bottom-right-radius:12px;
	border-bottom-right-radius:12px;
	box-shadow:1px 2px 15px #667f7f;		
	/*visibility: hidden;*/
	font-size: 100%;
}
#animation
{
	position: relative;
}
.elements
{
	position: absolute;
	opacity: 0;
	/*border: solid 1px #000;*/
}
#realIMG
{
	-moz-border-bottom-left-radius:18px;
	border-bottom-left-radius:18px;
	-moz-border-bottom-right-radius:18px;
	border-bottom-right-radius:18px;
	box-shadow:1px 2px 15px #667f7f;		
}

/* this is for video popups */

.gallery-video
{
  float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 7px;
	margin-right: 37px;
	max-width: 92%;  
	/*width: 285px;
	height: 160px;*/
}

.aspect-ratio {
  position: relative;
  width: 100%;
  /*
  height: 0;*/
  padding-bottom: 22%;
  */
}			

.aspect-ratio iframe {
  position: absolute;
  /*background-position: 5px 5px; */
  width: 100%;
  height: 255%;
  left: 0;
  top: 0;
}

.video-portrait
{
	height: 27%;
}

.youTube
{
	background-repeat: no-repeat;
	/*background-size: 94% 94%;*/
	/*background-size: 100% 100%;*/
	background-size: cover;
	overflow: hidden;
	background-position: center;
	
}


/* Responsive video iframe wrapper
   - Modern browsers: uses aspect-ratio
   - Older browsers: uses padding-top ratio box + absolute iframe
*/

.videoWrap{
  width: 100%;
  max-width: 900px;   /* optional; remove if you want full width always */
  margin: 0 auto;     /* centers the wrapper */
}

/* Modern browsers (preferred) */
@supports (aspect-ratio: 16 / 9) {
  .videoWrap{
    aspect-ratio: 16 / 9;
    position: relative;
    height: auto;     /* let aspect-ratio drive height */
  }

  .videoWrap iframe{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
}

/* Fallback for older browsers */
@supports not (aspect-ratio: 16 / 9) {
  .videoWrap{
    position: relative;
    height: 0;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;    /* optional */
  }

  .videoWrap iframe{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100% !important; /* override any iframe height attribute/inline style */
    border: 0;
    display: block;
  }
}

@media only screen and (max-width:300px)
{
	.youTube
	{
		background-image: none !important
	}
}


/* iPads  small devices ----------- */

@media only screen and (max-width:1290px)
{
	#page
	{
		width:100%;
		width:986px;
	}

	#header
	{
		padding-left:0px;
		height: 158px;
	}
	
	#headerBG
	{
		margin-left: 0px;
		max-width: 986px;
		/*height: 158px;*/
	}

	#headlineImg
	{
		left:7px;
	}

	#video_play
	{
		/*margin-left:50px;
		margin-left:81px;*/
		margin: auto;
		left: 0;
		margin-top: -69px;
	}

	#media.video_page
	{
		/*margin-left:135px;*/
		max-width:822px;
		width: 96%;
		/*border: solid 1px #ccc;*/
		float:none;
	}

	#content #ann-logo
	{
		padding-left:0px;
	}

	#mainNav
	{
		padding-left:0px;
		/*margin-left: -31px;*/
	}

	#content
	{
		padding-left:0px;
	}
	
	/*
	#gallery_nav
	{
		margin-left: -31px;
	}
	*/
	/*
	#realIMG
	{
		padding-left:0px;
	}
	*/
	#footer
	{
		padding-left:0px;
	}

	#footer #sitemap
	{
		/*padding-top: 10px;*/
		padding-right: 10px;
		text-align: right;
	}

}

@media only screen and (max-width:986px)
{
	html
	{
		/*font-size:20px;
		line-height:23px;*/
		font-size:17px;
		line-height:20px;
	}

	#page
	{
		width:99%;
		width:calc(100% - 2px);
		/*border: 0;*/
	}

	#header
	{
		padding-left:0px;
		width:100%;
		width:calc(100);
		min-height: 60px;
		min-height: 70px;
	}

	#headerBG
	{
		width:100%;
		width:calc(100%);
	}
	
	#headlineImg
	{
		min-height: 34px;
		top: 2%;
		/*max-width: 90%;*/
	}
	
	#video_btn {
		min-height: 100px;
		min-width: 100px;
		max-width: 157px;
		max-height: 157px;
		
		min-height: 125px;
		min-width: 125px;
		max-width: 175px;
		max-height: 175px;
		/*border:8px solid #fff*/
		/*min-top: 10px;*/
	}	
	
	#mainNav ul
	{
		width: 50%;
	}
	
	#mainNav ul li {
		height: 20px;
	}	

	#mainNav ul li a {
	  font-size: 15px;
	}
	
	#mainNavLast
	{
		padding-bottom: 7px;
	}

	#video_play
	{
		margin-top: 0;
		margin-top: -22px;
	}
	
	/*
	#gallery_nav {
	  margin-top: 40px;
	}	
	*/
	
	#gallery li, #gallery li a {
	  font-size: 14px;
	}	
	
	#content
	{
		width:100%;
		width: calc(100%);
	}
	
	/* NOT SURE IF THIS IS CORRECT
	#gallery_wrap
	{
		width: calc(100% - 160px);
	}
	*/
	
	#gallery_wrap
	{
		width:70%;
		/*width: calc(100% - 110px);*/
		width: calc(100% - 125px);
	}
	
	
	#gallery_copy
	{
		width:98%;
		width: calc(98%);
		/*margin-top: 30px;*/
	}
	
	#footer
	{
		border-left:0 none;
		border-right:0 none;
	}
	
	#thumbs_wrapper.video_page .thumbs
	{
		margin-right: 1%;
	}
	
	#animationCaption
	{
		font-size: 75%;
	}

	/* THIS IS NEEDED TO WRAP GALLERY TEXT */
	.gallery_text 
	{
		float: unset;
		display: block;
		margin-left: 7px;
		max-width: 92%;
		width: unset;
	}
}
