@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

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

a.button { 
	background:#aaaaaa;
	color:#ffffff;
	padding:5px;
	border:1px solid #aaaaaa;
	margin-top:5px;
	font-weight:bold;
	border-radius:5px;
}

a.button:hover   {text-decoration:none;background:#dddddd;color:#000000}

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

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

@font-face {
    font-family: 'jetbrains_monobold';
    src: url('https://emvtrading.cameoez.com/fonts/jetbrainsmono-bold-webfont.woff2') format('woff2'),
         url('https://emvtrading.cameoez.com/fonts/jetbrainsmono-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html { 
	/*background: #B2E8FD url(https://emvtrading.cameoez.com/images/4611748-2.jpg) no-repeat center center fixed*/; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


body {
	/*font: .81em/150% Arial, Helvetica, sans-serif;*/ /* Firefox not displaying .81em as 13px */
	font: 15px/150% Arial, Helvetica, sans-serif;
	color: #222;
	background: transparent;
}

a {
	color: #2b3990;
	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: .2em 0 .6em 0;
	color: #333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.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;
}

ol { padding-left: 1em; }

.mobile-only, .logo-name.mobile-only {display:none}
.desktop-only {display:inline-block}

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

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

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

#header {
	max-height: 200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	/*padding-top: 1em;*/
	position: fixed;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	top: 0;
	/*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);*/
}

#header.member {max-height:250px;}

#top-bar { background-color: #334fb4; }
#top-bar ul li, #top-bar ul li a:link, #top-bar ul li a:visited {color:#ffffff}
#top-bar ul li a:hover {color:#333333}

#top-bar-inner { max-width: 1200px; margin: 0 auto; text-align: center; padding: 7px 0;}

#top-bar-inner p { font-size: 13px; color: #fff; text-align: center; margin-bottom: 0; }

#inner-header {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	height: 150px;
}

#branding-top {
	position: relative;
	/*float: left;*/
	text-align: center;
	width: 100%;/*25%;*/
	height: 150px;/*100%;*/
}

/* site logo */
#site-logo {
	/*float: left;*/
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 220px;
	height:138.5px;
}

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

#site-logo img.logo-name.desktop-only {
	max-width: 220px;
	padding: 0;
	height:138.5px;
	margin:0 auto;
}

#site-logo-member img {width:500px}

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

#pub-content {
	background-color: rgba(255,255,255,1);
	margin: 175px auto 25px auto;
	padding: 20px;
	width: 100%;
	max-width: 1600px;
	/*float: left;
	text-align: center;*/
	min-height: calc(100vh - 450px);
	box-sizing: border-box;
	/* rounded corner */
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	/* 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);*/
}

#mem-content {
	background-color: rgba(255,255,255,1);
	margin: 225px auto 25px auto;
	padding: 20px 5%;
	width: 100%;
	max-width: 1600px;
	/*float: left;
	text-align: center;*/
	min-height: calc(100vh - 450px);
	box-sizing: border-box;
	/* rounded corner */
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	/* 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);*/
}

#content {
	background-color: rgba(255,255,255,.9);
	margin: 175px auto 25px auto;
	padding: 20px;
	width: calc(100% - 300px);
	max-width: 1200px;
	/*float: left;*/
	/*text-align: center;*/
	min-height: calc(100vh - 450px);
	box-sizing: border-box;
	/* rounded corner */
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	/* 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);*/
}

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

#content ul.bxSlider {
	padding: 0;
	
}

h1, h2.page-heading, h3.reg, h3.availProd, h3.loginSub, #newCustomers h3 {
	font-family: 'jetbrains_monobold','Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	color: #2b3990;
	}


/* 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: 1160px;
	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%; */
	/* background: #fffdf8; */
	text-align: center;

	margin: 0 0 1.5em 0;
}

.index-box img {

	text-align: center;

	/* 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,.25);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

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

.loginInput {
	padding:8px;
	width:100%
}

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

#sidebar-left {
	width: 250px;
	float: left;
	margin: 180px 0 20px 0;
	background-color: rgba(255,255,255,.9);
	box-sizing: border-box;
	/* rounded corner */
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	/* 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);*/
}

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

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

.btn-default, .btn-danger, .btn-success { 
	height: 40px;
	font-size: 14px;
	line-height:40px;
	color:#ffffff;
	display: block;
	margin:auto;
	padding:0 10px;
	font-weight:500;
	max-width:250px;
	border-radius:18px;
	border:none;
	text-align:center;
	position:relative;
	font-weight: 600;
}

.btn-default { 
	background:#2b3990 !important; /*d5e1dc;*/ 
	color:#fff !important;
	border:1px solid #2b3990; /*d5e1dc;*/
	border-radius:7px;
	transition: background 0.2s ease-in-out;
}

a.btn-default { 
	background:#2b3990;
	padding-top: 9px;
	color:#fff !important; /* RP had to add for ViewCart.tpl */
}

.btn.btn-default.search, .btn.btn-default.search>i {background: transparent; color: #ffffff; height:32px; border:none;}

.btn.btn-default.search:hover, .btn.btn-default.search>i:hover {background: #00adee; color: #2b3990; height:32px; border:none; text-decoration: none;}

.btn-default:hover {
	color: #2b3990 !important;
	background-color: #00adee !important;
	border-color: #00adee;
	text-decoration: none;
}

.grid-btn {padding:5px 10px}

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

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

#CartOuter { margin: 0 auto; width:100% }
table#Cart.Cart td {padding:5px}

#cartText table#Cart.Cart, #EditCart {
    width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#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: 100%; }/*50%*/

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

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

/* .catCell {height:400px} */

.cat-group-head {text-align:center;font-size:30px;font-weight:bold;text-transform:uppercase;color:#334FB4;margin:60px auto 40px}

#subCatLink { height: 400px; min-height: 50px !important; }

.show-cat-public-item { width:32%;float:left }

/*.show-cat-fluid { width:100%}*/

div.group-wrapper {
	height:750px;
	width:30%;
	float:left;
	margin-right:1%;
}/*padding:15px 15px;*/

.group_item {margin:0}/* 15px}*/

.imgBoxStd, .imgBox {display:flex;align-items:center;justify-content:center;border:1px solid #adadad;width:100%;max-width:25vw;height:400px;max-height:40vh;text-align:center;vertical-align:middle;padding:1%;margin-bottom:15px}

.imgBoxStd {width:100%;height:400px;max-height:50vh}

.imgBox img, .imgBoxStd img {max-width:100%;max-height:37vh}

.groupedItem.row {margin:0 10px;padding:2px 2px 0 2px}

.groupedItem:nth-child(odd) {background-color:#ededed}

.showGroupCol1, .showGroupCol2, .showGroupCol3 {float:left;height:50px;font-size:10px;line-height:12px}

.showGroupCol1 {width:20%;text-align:left}

.showGroupCol2 {width:53%;text-align:left}

.showGroupCol3 {width:27%;text-align:right}

#productsDisplay td {width:33%}

#productsDisplay td img {width:100%}

div.cat_item	{
	height:475px;
	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
	z-index: 300;
	width: 100%;
	margin: 0 auto;
	}

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

div.subCatLink {height: 450px !important; display: block;}

.subcatLinks {width:32%;float:left;margin-right:1%;height:350px !important}

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 { margin: 0 auto; text-align: center; color: #000; }

#pageLoad, #checkout_top_lock img, .secureCheckout, #checkout_top_lock { display: none; }

.shows { padding-bottom: 1em; }

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

#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 {
	clear: both;
	color: #fff;
	/*font-size: 85%;*/
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 1em;
	background-color: #a9a9a9;/*#262626;*/
	padding: 1em 0;

    z-index: 999;
    position: relative;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #00adee;
	text-decoration: 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: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

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

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

/************************************************************************************
smaller than 1440 /* was 1300 */
*************************************************************************************/


@media screen (min-width: 992px) and (max-width: 1440px) {

	#inner-header { width: 96%; }

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

/* content */
	#pub-content {
		/*width: 65%;
		width: 96%;
		padding: 2%;
		padding-top: 0;
	margin: 20px 0 20px 2%;*/

	}

	#mem-content {
		/*width: 65%;
		width: 96%;
		padding: 2%;
		padding-top: 0;
	margin: 20px 0 20px 2%;*/

	}


	#content {
		width: 70%;
		max-width: 900px;
		/*padding-top: 3em;*/
	}

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

	#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: 100%; }/*50%*/

	#loginRight { width: 100%; }/*50%*/

	#loginLeft table { margin: 0 auto; }

/* misc */

	#secure-content h1 { margin: .5em 0 1em 3em; }

	div.group-wrapper {height:600px}
	div.imgBoxStd, div.imgBox {height:350px}
}



@media only screen and (max-width: 991px) { 
	img.logo-name.desktop-only {display:none;margin-top:-100px}
	#top-bar li.desktop-only,#menu li.desktop-only {display:none}
        .logo-name.mobile-only {display:block;}

	div.group-wrapper {
		height:750px;
		width:45%;
		float:left;
		margin-right:1%;
	}/*padding:15px 15px;*/

	.group_item {margin:0}/* 15px}*/

	.imgBoxStd, .imgBox {display:flex;align-items:center;justify-content:center;border:1px solid #adadad;width:100%;max-width:25vw;height:400px;max-height:40vh;text-align:center;vertical-align:middle;padding:1%;margin-bottom:15px}

	.imgBoxStd, .imgBox {width:100%;height:300px;max-height:50vh}

	.imgBox img, .imgBoxStd img {max-width:100%;max-height:37vh}

	.groupedItem.row {margin:0 10px;padding:2px 2px 0 2px}

	.groupedItem:nth-child(odd) {background-color:#ededed}

	.showGroupCol1, .showGroupCol2, .showGroupCol3 {float:left;height:50px;font-size:10px;line-height:12px}

	.showGroupCol1 {width:20%;text-align:left}

	.showGroupCol2 {width:53%;text-align:left}

	.showGroupCol3 {width:27%;text-align:right}
	
	#header {  }

	#pub-content, #mem-content  { width:100%;margin: 25px auto; }

	#top-bar ul.navbar-nav li {
		/* display: inline-block; */
		text-align: center;
		/* float: right; */
	}

	.dropdown-menu>li>a {
		color: #fff;
		text-decoration: none;
		background-color: transparent;
	}

	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		color: #262626;
		text-decoration: none;
		background-color: #fff;
	}

	#header {
		margin-top: 0px; width:100%; max-height: 305px; position:relative;padding: 0;
	}
	#header.member, #inner-header, #branding-top {height:165px}
	#inner-header {width:100%}
	#site-logo {width:80%;margin:0;position:absolute;left:10%;font-size:36px;font-weight:bold;}
	.logo-name.mobile-only {display:block; max-height:150px;
	#site-logo  a {color:#B2E8FD}
	.logo-name.desktop-only {display:none;margin-top:-100px} 
	/*#top-bar, #site-logo img {display:none}*/
	#top-bar {background-color:#ffffff}
	.logo-name {font-weight:bold;font-size:26px;color:#0cacae}
	nav#menu {width:100%;position:absolute;top:-100px;left:0;}
	#mobile-cart {width:10%;margin:0;position:absolute;top:0;right:0;}
	li.mobile-only {display:block; color: #2b3990}
	.nav>li.desktop-only {display:none}
}

@media only screen and (max-width: 768px) {
	#pub-content {width:100%;margin:0}
	div.group-wrapper {
	height:100%;
	width:95%;
	}
	.imgBoxStd, .imgBox {max-width:100vw}
	.imgBoxStd img {max-height:90vh;width:100%;}
}

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

	.subcatLinks {width:49%}

	.show-cat-public-item {width:49%}
	.cat_item {height:400px}
}
@media only screen and (max-width: 480px) {
	header#header, #site-logo {height:100px}
	#pub-content {margin:0 auto}
	.subcatLinks {width:99%}

	.show-cat-public-item {width:99%}

	div.cat_item {height:500px}
}
