/************************************************************************************
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;
}

* {
	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 */
}

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

/*******
Fonts
*******/

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

}

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

}

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

html {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/150% Arial, Helvetica, sans-serif;
	color: #000;
	background-image: linear-gradient(to right, rgba(7,116,159,0) 0%,  rgba(7,116,159,0) 100%), linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%), url(/images/pattern-blueLight-50.png);
	background-position: center top, center top, top center;
	background-repeat: repeat-y, repeat-y, repeat;
	background-size: cover, cover, auto;
	margin: 0;
	padding: 0;
}

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

a:hover {
	text-decoration: underline;
}

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: 20px 0 .4em;
	color: #000;
}

h1 {
	font-family: 'bitterbold', 'Helvetica', Arial, Verdana, sans-serif;
	font-weight: normal !important;
	font-style: normal !important;
	padding: 0;
	color: rgba(255,0,0,1);
	font-size: 3em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* 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;
}

input, select, textarea {
    color: #111 !important;
}

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

#pagewrap {
	/*max-width: 960px;*/
	width: 100%;
	margin: 0 auto;
	/*background: url(images/top-bg-texture.png) center top no-repeat;*/
	min-height: 850px;
	/*position: absolute;*/
	top: 0;
}

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

#header {
	position: relative;
	height: 100%;
	margin: 0 auto;
	margin-top:0;
	max-width: 100%;
	background: #000;
}

#branding-top {
	position: relative;
	float: left;
	text-align: left;
	width: 120px;
	height: 100%;
}

/* site logo */
#site-logo {
	float: left;
	position: relative;
	/*top: 10px;*/
	width: 100%;
}

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

#site-logo img {
	max-width: 150px;
	padding: 0;
	padding-left: 15px;
}

/* site tagline */
#site-tagline {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: blue;
	float: left;
	position: relative;
	display: none;
}

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

#contact-top {
	position: relative; 
	vertical-align: top;
	width: 67%;
	float: right;
	right: 10px;
	text-align: right;
	height: 50%;
	display: none;
}

#contact-top p#top-phone {
	font-size: 13px;
	margin: 3px;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	font-weight: 700; /*500*/
}

#contact-top p#top-email { display: none;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	margin: 3px;
	font-weight: 700;
}

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

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

ul.icon-only { display: none; }

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

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 200px;
}

#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* box shadow */
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
		-webkit-transition: width .7s;
		-moz-transition: width .7s;
		transition: width .7s;
}

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

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

/*nav#menu {clear: both;}*/



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

#inner-pagewrap {
	width: 100%;
	/*max-width: 1100px;*/
	margin: 0 auto;
	padding: 0;
}

#pub-content {
	/*background-color: #fff;*/
	width: 100%;
	/*max-width: 1100px;*/
	margin: 20px auto;
	padding: 0 20px 20px 20px;
	
	/*float: left;*/
	/*rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* 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);*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	/*background-color: #fff;*/
	/*background: url(images/b-interior-page.gif) repeat-y;*/
	margin: 0 0 20px 0;
	padding: 10px 20px;
	width: calc(100% - 300px); /*800px;*/
	max-width: 1300px;
	float: left;
	/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* 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);*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content ul {
	list-style: initial;
	margin: initial;
	padding: 0 0 1.2em 20px;
	
}

#content ul.bxSlider {
	padding: 0;
	
}

/* h2.page-heading, h3.reg, h3.availProd {
	font-size: 20px;
	width: 100%;
	width: calc(100% + 40px);
	line-height: 55px;
	text-indent: 20px;
	color: #000;
	background: #c1d82f;
	position: relative;
	top: -20px;
	left: -20px;
	}
*/

/* 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;
}

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

.index-box {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0;
	width: 29%;
	padding-top: 29%;
	margin: 2%;
	text-align: center;
	background: #fffdf8;
	/* rounded corner */
		/* -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; */
	/* 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);
}

#index-box-1, #index-box-2, #index-box-3 {
	margin: 0 auto;
	position: absolute;
	top: 0;
	padding: 1em;
	width: calc(100% - 2em);
	overflow: hidden;
}

#index-box-1 img, #index-box-2 img, #index-box-3 img {
	max-height: 100%;

	border: 0;
	/* rounded corner 
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	/* 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);*/
}

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

#sidebar-left {
	width: 300px;
	float: left;
	margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background: rgba(7,116,159,.2);
}

#sidebar-left img { width: 100%; max-width: 250px; text-align: center; margin: 0 auto; padding-left: 20px; }

.widget {
	background: #898989;
	margin: 0 0 20px;
	padding: 20px 20px;
	/* rounded corner */
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	/* 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);*/
}

.widgettitle, .toggle-title {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	color: rgb(7, 116, 159) !important;
	font-family: 'bitterregular', Helvetica Neue, Roboto, Arial, sans-serif;
	text-align: center;
}

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

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

ul.topCats {
	margin: 0;
	padding: 0;
	/* These don't seem to do anything to help */
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

ul.topCats li {
	margin: 0;
	padding: 0;
	margin-top: -1em;
	list-style: none;
	clear: both;
	/*border-top: solid 1px #eee;*/
	line-height: 1.5em;
}

ul.topCats li:first-child {
	padding-top: 1em;
}

ul.sideSub li {
	margin: 0;
	padding: 0;
	padding-top: .25em;
}

ul.sideSub li:first-child {
	padding-top: .5em;
}

/* 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; }

#sidebar-left a, #sidebar-left a:visited {
	color: rgb(7, 116, 159);
	text-align: center;
	font-family: 'bitterregular', Helvetica Neue, Roboto, Arial, sans-serif;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
}

#sidebar-left a:hover { color: #111; text-decoration: none; }


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

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

#CartOuter { margin: 0 auto; }

a.cart-button {
	background-color: #fff;
    border-radius: 0;
    border: 2px solid #777;
    color: #777;
    font-weight: bold;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    padding: 2px 5px;

}

a.cart-button:hover {
    color: #fff;
	background-color: #033b57;
	text-decoration: none;

}

a.cart-button#cart-button-checkout {
	background-color: #f00;
    color: #fff;
}

a.cart-button#cart-button-checkout:hover {
    color: #fff;
	background-color: #033b57;
	text-decoration: none;

}

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

.sublink { margin-left: 2em; }

#breadcrumb a { color: #f00; }

#keywords { margin-bottom: 1em; }

/* 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 { width: 50%; }

#loginLeft table { margin: 0 auto; }

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

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

div.cat_item	{
	height:550px;
	width: 220px;
	/*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;
	}

/*div#subCatLink {min-height: 215px; display: block;}*/

div#subCatLink {min-height: 280px;}

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

table.popupStyle { width: 100%; } 

td#imgCell { width: 50%; float: left; }

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

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

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

a.catName h3, a.category { margin: -10px auto 15px auto; text-align: center; color: #00f; }

a.category { margin: 10px auto !important; }

p.currentCat { margin: 1em 0 0 0; padding-top: .5em; }

p.subCatSelect { margin: 0 0 0 1em; }

#ShowItemPopupBody, #popupwrapper, .popupStyle, #cboxLoadedContent, #cboxOverlay, #cboxWrapper, #cboxContent, #colorbox, #cboxIframe {
	background: #fff;
}

a.popup { text-decoration: none; }

.show-item-popup h1, .show-item-popup h2 {
	text-align: center;
	width: 100%;
	color: #fff;
}

.detail-pop-main-img {
	float: left;
	width: 45%;
	text-align: center;
	margin: 15px auto;
	
}
.detail-pop-main-img img {
	max-width: 100%;
}
.detail-pop-alt-img, .detail-pop-product-info {
	float: right;
	margin: 0;
	padding: 0;
	width: 53%;
}

.detail-pop-alt-img li {
	list-style-type: none;
	margin: 1%;
	width: 31%; 
	display:block;
	float:left;
}

.detail-pop-alt-img li img {
	max-width: 100%;
}

/* alt img mouse-over */

	.AltImgPreview {
		height: auto;
		max-height:500px;
	}

	.AltImgThumb {
		/*width:205px;
		margin-right:3px;*/
	}

	.AltImgNormal {
		/*border:3px solid #000000;*/
	}

	.AltImgSelected {
		/*border:3px solid #ff0000;*/
	}

/* end alt img mouse-over */


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

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

footer * { color: #fff; }

footer input { color: #111; }

#footer {
	clear: both;
	/*color: #ccc;
	font-size: 85%;*/
	text-align: center;
	width: 100%;
	/*max-width: 1100px;*/
	margin: 1em auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #111;
	padding: 1em 0 .5em 0;
}

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

.footer-widget {
	width: 100%;
	background: transparent;
	padding: 1em;
	float: left;
	/* rounded corner */
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	/* box shadow */
		/*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
		box-shadow: 0 1px 5px rgba(0,0,0,.5);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

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

a#sb-account-info-link { display: none; }

/************************************************************************************
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;
}

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

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

/************************************************************************************
Bootstrap overrides
*************************************************************************************/

.show-cat-md-2 { 
	min-height: 300px !important;
}

.show-cat-sm-3 {
	min-height: 330px !important;
	max-height: 330px !important;
}

.show-cat-xs-6 {
	min-height: 420px !important;
	max-height: 420px !important;
} 

#subCatList .show-cat-md-2 { 
	min-height: 100px !important;
}

#subCatList .show-cat-sm-3 {
	min-height: 100px !important;
	max-height: 100px !important;
}

#subCatList .show-cat-xs-6 {
	min-height: 100px !important;
	max-height: 100px !important;
} 