body {
background-color: rgba(37, 37, 37, 1);
font-family: semplicitapro, sans-serif;
text-align: center;
  margin: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.grnd {
	position: fixed;
	z-index: -1;
	width:100%;
	height: 100vh;
	background-image: linear-gradient(to bottom, rgb(101, 101, 101) 0%, rgb(28, 28, 28) 100%);
}

* { box-sizing: border-box; }

.noOverflow {
	max-height: 800px;
	overflow: hidden;
}

/*   SRUCTURE   */

.banner {
 background: rgb(39,81,140);
background: -moz-linear-gradient(180deg, rgba(39,81,140,1) 4%, rgba(95,127,171,1) 33%, rgba(223,223,223,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(39,81,140,1) 4%, rgba(95,127,171,1) 33%, rgba(223,223,223,1) 100%);
background: linear-gradient(180deg, rgba(39,81,140,1) 4%, rgba(95,127,171,1) 33%, rgba(223,223,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27518c",endColorstr="#dfdfdf",GradientType=1); 
	
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width : 1050px) {
.banner img {

	max-width: 500px;

}
   }
   
@media only screen and (max-width : 800px) {
.banner img {

	max-width: 400px;

}
   }
   
   
.padBox {
	margin: 0 20px;
}
.pageTop {
	background-color: rgba(207, 207, 207, 1);
	text-align: center;
	color: rgba(18, 92, 130, 1);
	padding: 2em 0;
}

/*  TEXT   */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .25em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.3em;
  color: inherit;
  text-rendering: optimizelegibility;
}

.bigHead {
	color: #4a4a4a;
	line-height: 1em;
}

.bigText {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

h1 {
font-size: 1.3em;
} 

@media screen and (min-width: 960px) {

h1  { font-size: 1.7em; }
}

@media screen and (min-width: 1140px) {

h1  { font-size: 2em; }
}

h2 {
font-size: 1.2em;
} 

@media screen and (min-width: 960px) {

h2  { font-size: 1.5em; }
}

@media screen and (min-width: 1140px) {

h2  { font-size: 1.7em; }
}

h3 {
font-size: 1.1em;
} 

@media screen and (min-width: 960px) {

h3  { font-size: 1.2em; }
}

@media screen and (min-width: 1140px) {

h3  { font-size: 1.3em; }
}

h4 {
	font-size: 1em;
}
a,  a:link {
color: #08e;
   outline: 0;
outline: none; 
 border: 0; 
-moz-outline-style: none;
text-decoration: none !important;
}
a:visited {
color: #08e;

text-decoration: none !important;
}
a:hover {
color: #19e;
text-decoration: none !important;
}
a:focus {
color:  #08f;
   outline: 0;
outline: none; 
-moz-outline-style: none;
-moz-user-focus: ignore !important;
 border: 0; 
text-decoration: none !important;

}
a:active {
color: #19f;
text-decoration: none !important;
}



p {
	margin: 0 0 .5em 0;
	line-height: 1.6em;
}

.pBump {
	font-size: 1.2em;
}


.grndLite {
	background-color: rgba(207, 207, 207, 1);
	text-align: center;
	color: rgba(63, 63, 63, 1);
	padding: .25em 0;
}
.grndLite2 {
	background-color: #BFBFBF;
}
.grndDark {
	background-color: #333333;
}
.grndLiteTight {
	padding: 10px 0 2px 0;
}
.grndLiteSub {
	background-color: rgba(156, 156, 156, 1);
	padding: 10px 0 2px 0;
	margin-bottom: .5em;
}
.grndSpaced {
	padding-top:20px;
	padding-bottom: 20px;
}
.textBoxCenter {
	width:100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
padding: 20px;
}
.showBlurbBox {
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding: .5em;
	font-size: 1.1em;
	line-height: 1.3em;
}
.textLeft {
	width:100%;
	max-width: 700px;
	text-align: left;
}
.centerTextLeft {
	width:100%;
	max-width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.textBoxPic {
	width:100%;
max-width: 700px;
float:right;

}

.textBoxPic img {
	width:100%;
height: auto;
border: 1px solid #626262;


}

.alertText {
	color: rgba(183, 63, 92, 1); 
	font-weight: bold;

}

.navBarGrnd {
	width:100%;
	background-color: #333333;
}
.navBarHolder {
	/* min-width: 100%; */
	text-align: center;
	/* max-width:90%; */
	margin-left:auto;
	margin-right:auto;

}
.navContainer{
	text-align: center;
	margin: 0px 30px 30px 30px;
	padding: 10px 30px;
	border: 1px solid #9c9c9c;
	border-top-width: 0px;
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
}

.navPanel {
	text-align: left;
}
.navPanel ul {
	padding-left: 0px;
} 

.navPanel li {
	list-style: none;
	margin-left: 0px;
	border-bottom: 1px solid rgba(177, 174, 174, 1);
	border-left: 1px solid rgba(177, 174, 174, 1);
}

.navPanel li a {
	line-height: 2em;
	margin-left: 10px;
	margin: 5px;

}	
.navHead {
	color: #666666;
	font-weight: bold;
	margin-bottom: 15px;
}	

/* popup closer buttons */
.closeBar {
	width:100%;
	text-align: center;
	padding: .25em 0;
	background-color: #222;
}
.closeTop{
	margin-bottom: 1em;
}
.closeBot{
	margin-top: 1em;
}
.closerBox {
	width:100%;
	text-align: center;
}

.paginate {

font-size: 1.5em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 10px;
margin-top:10px;
	color: #898989;
}
.pagecount {
	font-weight: normal;
	font-size: 0.6em;
	line-height: 2em;
	margin-right: 1em;

}
.paginate a , .paginate strong {
	margin-left: 15px;
}

@media only screen and (max-width : 400px) {
.paginate a , .paginate strong {
	margin-left: 10px;
}
}

.container {
	text-align: left;
}

.containerLite {
	background-color: #CFCFCF;
}

.containerDark {
	background-color: #2A2A2A;
}
.containerPad {
	padding-top: 1em;
	padding-bottom: 1em;
}


.textCol {
  display: inline-block;
  max-width: 600px;
  text-align: left;
  font-size: 1.2em;
  vertical-align: top;
  margin-left:20px;
  margin-right:20px;

}

.annBox {
  display: table;
  border: 1px solid #222;
  margin-left:auto;
  margin-right:auto;
  padding: 20px 20px 0  20px;
  margin-bottom: 20px;
  background-color: #CFCFCF;
}

.annTitle {
  width:100%;
  background-color: #333;
  color:#999;
  display: table;
  padding: 20px;
}

.gridContainer {
	min-width:90vw !important;
margin-left: auto;
margin-right: auto;
	clear: both;
	padding: 20px 40px 50px 40px;

}
@media only screen and (max-width : 800px) {
 .gridContainer {
	  padding: 20px 0 50px 0;
	}
   }

.gridContainerTight {

margin-left: auto;
margin-right: auto;
	clear: both;
	max-width: 1600px;
	padding: 10px 40px 10px 40px;

}


.gridBox {
	display: inline-block;
	width: 90%;
	max-width:266px;
	/* max-width:296px; */
	margin: 15px 20px; 
	vertical-align: top;
}

@media only screen and (max-width : 1230px) {
	.gridContainer .gridBox {
	width:200px;
	}
}

@media only screen and (max-width : 795px) {
	.gridContainer .gridBox {
	width:180px;
	}
}

@media only screen and (max-width : 540px) {
	.gridBox {
	max-width:140px;
	margin: 15px 5px;
	}
}

.gridBoxSmall {
	display: inline-block;
	width: 90%;
	max-width:60px;
	margin: 7px 7px; 
	vertical-align: top;
}

.gridBoxMed {
	display: inline-block;
	width: 90%;
	max-width:90px;
	margin: 7px 7px; 
	vertical-align: top;
}

@media only screen and (max-width : 700px) {
	.gridBoxMed {
	max-width:60px;
	}
}

.scrim {
	z-index: 25000;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;	
	height:100vh;
	background-color: rgba(66, 66, 66, 0.8);
	cursor: pointer;
	display: none;
}

.popPanel {

	z-index: 35000;
	position: absolute;
	top: 0;
	left:0;
	  right:0;
	  margin-left: auto;
	  margin-right: auto;
	text-align: center;
	display: none;

}


.popBox {
	-moz-box-shadow: 0px 0px 12px #333;
	-webkit-box-shadow: 0px 0px 12px #333;
	box-shadow: 0px 0px 12px #333;
	border: 1px solid #1c1c1c;
	background-color: #333;
	margin-left: auto;
	margin-right: auto;
	width:90%; 
	max-width: 620px;
}

.popBoxLite {
	background-color: rgba(185, 185, 185, 1);
}

.popBoxContent {
padding: 0 1em;
max-width: 650px;
}

@media screen and (min-width: 900px) {

	.popBox {
	max-width:1200px;
}

.popBoxContent { 

	display: table-cell;
	vertical-align: middle;
	width: 48vw; 
}
}

.popProdTitle {
	color: #fff;
	padding: .5em;
}
.popProdHead {
	background-color: #555;
	padding: .5em .5em .02em .5em;
}
.popProdHead h4 {
	color: #fff;
}
.popProdBlurb {
	background-color: rgba(143, 143, 143, 1);
	padding: .5em 2em;
}
.popProdBlurbText {
	margin-left: auto;
	margin-right: auto;
	max-width:400px;
}
.popProdBlurbText p {
	line-height: 1.25em;
	margin-bottom: .25em;
}
.popProdBlurb .alertText {
	color: rgb(150, 0, 0);
}
.productPopBox {
	/* width:90%; */

}

.productPopBoxSmall {
	width:90%;
	max-width: 500px;
}

.prodIcon {
	width:100%;
	height: auto;
	border: 2px solid rgba(40, 40, 40, 1);
	border-radius: 8px;
	cursor: pointer;

}
.prodIconFlush {
	border-radius: 0px;
	border-width: 0px;
}
.prodIcon:hover {
	border-color: #099;
}

.prodIconSmall {
background-position:center center;
background-repeat: no-repeat; 
height:60px;
background-size: 80px;
}

.prodIconMed {
background-position:center center;
background-repeat: no-repeat; 
height:90px;
background-size: 100px;
}

@media only screen and (max-width : 700px) {
	.prodIconMed {
height:60px;
	background-size: 80px;
	}
}


.popIconSmall {
background-position:center center;
background-repeat: no-repeat; 
height:147px;
width:147px;
background-size: 170px;
margin-left: auto;
margin-right: auto;
	border: 1px solid #626262;
}

.prodButBox {
	margin: .5em 0 0 0;
}
.prodTitle {
	color: rgba(213, 213, 213, 1);
	margin: 0;
}
.enlarger {
	text-align: center;
}


.itemtext {

	/* font-size: .9em; */
	line-height: 1.5em;
	/* margin: 1em; */
	margin: .5em 0 0 0;
	text-align: center;
}

.price {
	font-weight: bold;
}

.oldPrice {
	font-weight: normal;
	text-decoration: line-through;
	color: #333; 
}

.cartItem {
	text-align: left;
}
.cartPic {
	text-align: center;
	width:90%;
	max-width: 120px;
}

.popPic {
	width:100%;
	height: auto;
	max-width: 620px;
	border: 1px solid #2b2b2b;

}



.noPopPic {
	width:100%;
	height: auto;
	max-width:296px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #626262;
}

.button  {
	cursor: pointer;
	color:#2aa0df;
	border: 1px solid #6EBCFF;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	text-align: center;
	padding: .5em 1em;
	line-height: 1rem;
	background-color: rgba(211, 209, 209, 1);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
		  border-radius: 6px;

}

.buttonBig {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   background: #698fc4;
   background-image: -webkit-linear-gradient(top, #698fc4, #23569e);
   background-image: -moz-linear-gradient(top, #698fc4, #23569e);
   background-image: -ms-linear-gradient(top, #698fc4, #23569e);
   background-image: -o-linear-gradient(top, #698fc4, #23569e);
   background-image: -webkit-gradient(to bottom, #698fc4, #23569e);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: #FFFFFF;
   padding: .4em 1em;
   font-size: 1.2em;
   text-shadow: 1px 1px 2px #464646;
   border: solid #06234d 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin: 10px;
}

.buttonBigger {
	font-size: 1.5em;

}
.buttonSmaller {
	font-size: 1em;
	padding: .2em .5em;
}

.buttonBig:hover {
   border-color: #000;
   background: #23569e;
   background-image: -webkit-linear-gradient(top, #23569e, #698fc4);
   background-image: -moz-linear-gradient(top, #23569e, #698fc4);
   background-image: -ms-linear-gradient(top, #23569e, #698fc4);
   background-image: -o-linear-gradient(top, #23569e, #698fc4);
   background-image: -webkit-gradient(to bottom, #23569e, #698fc4);

   text-decoration: none;
}

@media screen and (max-width: 960px) {
.button  { font-size: .8em; }
.buttonBig  { font-size: 1em; }
}

.prodButBox .button , .buttonDark {
	color:#a7a7a8;
	border-color: #313131;
	background-color: rgba(121, 121, 121, 0.7);
}

.button:hover {
	color:#2aa0df;
	background-color: rgba(255, 255, 255, 0.8);
}

/* separate class for assigning by image hover */
 .buttonHover  {
	color:#2aa0df !important;
	background-color: rgba(255, 255, 255, 0.8) !important;
}


.subButton {
   border-color:  #215191;
   background: #777777;
   background-image: -webkit-linear-gradient(top, #858586, #3F3F40);
	  background-image: -moz-linear-gradient(top, #858586, #3F3F40);
	  background-image: -ms-linear-gradient(top, #858586, #3F3F40);
	  background-image: -o-linear-gradient(top, #858586, #3F3F40);
	  background-image: -webkit-gradient(to bottom, #858586, #3F3F40);
   text-shadow: 1px 2px 4px #525458;
color: #fff;
/* line-height: 1.2em; */
padding-bottom: 0.7em;
 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: .5em;

}

.subButton:hover {
  border-color: #1c365d ;
   background: #575757;
   background-image: -webkit-linear-gradient(top, #A7BFDB, #3D699B);
   background-image: -moz-linear-gradient(top, #A7BFDB, #3D699B);
   background-image: -ms-linear-gradient(top, #A7BFDB, #3D699B);
   background-image: -o-linear-gradient(top, #A7BFDB, #3D699B);
   background-image: -webkit-gradient(to bottom, #A7BFDB, #3D699B);
   color: #fff;
}

.butFade {
	opacity: .25;
	cursor: default;
	pointer-events: none;
}
.noHover{
	pointer-events: none;
}
/* .butFade:hover {
	opacity: .25;
	cursor: default;
	border-color:  #272727;
	   background: #777777;
	   background-image: -webkit-linear-gradient(top, #A6A8A9, #3F3F40);
		  background-image: -moz-linear-gradient(top, #A6A8A9, #3F3F40);
		  background-image: -ms-linear-gradient(top, #A6A8A9, #3F3F40);
		  background-image: -o-linear-gradient(top, #A6A8A9, #3F3F40);
		  background-image: -webkit-gradient(to bottom, #A6A8A9, #3F3F40);
} */

.butAddl, .butAddl:hover {
	border-color: #999;
padding: 2px 4px;
margin: 0 4px;
font-size: .9em;
	color: #888;
	background-color: transparent;
	cursor: default;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;

}


.cartPanelBox {
	width: 90%;
	max-width: 400px;
	z-index: 30000;
	position: fixed;
	top: 20px;
	right: 20px;
	text-align: left;
	/* font-size: .8em; */
	line-height: 1.2em;
	display: none;
	/* background-color: rgba(185, 185, 185, 1); */
}



.divider {
	border-bottom: 1px solid #898787 !important;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dividerSpacer {
	border-bottom: 1px solid #898787 !important;
	margin-bottom: 20px;
	margin-top: 20px;
}
.dividerDark {
	border-bottom-color: #5a5a5a!important;
}
.smallSpace {
	width:100%;
	height: 1em;
}

.hidden {
	display: none;
}

.inlineBlock {
	display: inline-block;
}

.inlineBlockSpaced {
	display: inline-block;
	margin: 10px;
}
:active, :focus { outline: none; -moz-outline-style: none; }


.clear {
	clear: both;
}
hr {
  border-top: 1px solid #898787 !important;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.pagePanel  {
	margin: 30px 0;
}
.pagePanel p {
	width:90%;
	max-width: 900px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.textLite {
	color: rgba(189, 189, 189, 1);
}

.textLite a,  .textLite a:link {
color: #4bf;

}
.textLite a:visited {
color: #4bf;

}
.textLite a:hover {
color: #6cf;

}
.textLite a:focus {
color:  #4bf;
}
.textLite a:active {
color: #4bf;

}


.textGray {
	color: #3c3c3c;
}

.noWrap {
	white-space: nowrap;
}
.insetText {
	margin-left: 1em;
}

.outDent {
margin-left: -10px !important;
}

.instText {
	color: #CFCFCF;
	font-size: .9em;
}
.insetLabel {
	margin-left: 2em;
}

label.required {
	color:  rgb(150, 0, 0);
}

input[type=text].required , select.required{
	border-color:  rgb(150, 0, 0); 
}
.help-inline {
	color: rgb(193, 4, 4);
}

input[type="text"], select, textarea {
/* padding: 10px !important; */
  font-size: 15px !important;

}

.productQuant {
	width: 2em !important;
	text-align: center !important;
	padding: 5px !important;
}
.credit_card_info legend {
	text-align: center;
}

.controls select , fieldset select {
	height: 42px !important;
	width:300px !important;
}

.InputContainer input {
	background-color: #fff !important;
	color: #000;
}
@media (max-width: 767px) {
	.nav-list, .form-horizontal {
		width:90%;
		margin-left: auto !important;
		margin-right: auto;
	}
	
}

.alertBox {
	display: inline-block;
	padding: 10px;
	border: 1px solid rgb(150, 0, 0); 
	border-radius: 6px;
	color: rgb(193, 4, 4);
	background: rgb(224, 199, 199);
	margin-bottom: 20px;
}

.alertPanel {

	  /* padding: 8px 35px 8px 14px; */
	  padding: 20px;
	  margin-bottom: 20px;
	  /* color: #c09853; */
	  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	  /* background-color: #fcf8e3; */
border: 1px solid #bf4567; 
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;

}

.centerBlock {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.centerText {
	text-align: center;
}

.verticalCenter {
	display: table-cell;
vertical-align: middle;

}

.textRight {
	text-align: right;
}
.textSmall {
	font-size: .6em;
}


/*   CARTTHROB MODS   */

.cartCount {
	font-weight: normal;
}

.cartbut {
margin-top:5px;
}
input.cartbut {

font-size: 9px;
}

fieldset input , fieldset select {
	margin-bottom: 10px !important;
}



.cartItem label {
	display: inline-block !important;
}


.grid {
	width:90%;
  margin: 30px auto;


}

.grid-item { width: 400px; }

.grid-item .navPanel {
	margin: 10px;
padding: 20px 10px 0 10px;
text-align: center;
border: 1px solid rgba(98, 98, 98, 1);
border-radius: 8px;
	font-size: 1.2em;

	color: rgba(180, 180, 180, 1);
	background-color: rgba(52, 52, 52, 1);
} 

.grid-item .navPanel li {
	line-height: 3em;
	border-top: 1px solid #5a5a5a;
	text-align: center;
	border-left-width: 0px;
	border-bottom-width: 0px;
}

.grid-item .navPanel ul {
	margin-left: 0px;
}

.grid-item .navPanel p {
	margin-left: 20px;
	margin-right: 20px;
}

.grid-item .navPanel .navHead {
	font-size: 1.2em;
	color: rgba(224, 224, 224, 1);
	margin-top: .5em;
	text-align: center;
}

.grid-item .navPanel a {
color: #7bf;
}

.grid-item .navPanel a:hover {
color: #19f;
}

@media screen and (min-width: 768px) {

  .grid-item  { width: 380px; }
}
@media screen and (min-width: 960px) {

  .grid-item  { width: 300px; }
}
@media screen and (min-width: 1140px) {

  .grid-item  { width: 380px; }
}
@media screen and (min-width: 2000px) {
  /* 5 columns for larger screens */
  .grid-item  { width: 500px; }
} 


.gridIcon {
	width: 30%;

	height: auto;
}

.gridNoPic {
	background-color: #2a2a2a;
	border: solid 1px #212121;
	padding-bottom: 0.5em;
}

.spacer {
	width:100%;
	height: 5em;
}

.pBump ul li {
	line-height: 1.5em;
}

.picSmall {
	max-width: 200px;
}

