.mainNavigationWrapper {
    text-align: center;
    border-bottom: 0px solid #FFFFFF;
    transition: background-color 0.75s ease;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8000;
    background-color: rgba(0,0,0,1.00);
}
.mobileMenu {
	display:none;
}
.mainNavigationWrapperLinks {
	display:block;
}
.mainNavigationWrapper {
    text-align: center;
    border-bottom: 0px solid #FFFFFF;
    transition: background-color 0.75s ease;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8000;
    background-color: rgba(0,0,0,1.00);
}
.mainNavigationWrapper:hover {
    border-bottom: 1px solid rgba(255,255,255,0.00);
    background-color: rgba(0,0,0,0.93);
    transition: background-color 0.5s ease;
}
.mainNavigationWrapper a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	transition: color 0.5s ease;
}
.mainNavigationWrapper a:hover  {
	color: #E75600;
	transition: color 0.75s ease;
}
.columnQuarter {
	width:21%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	margin-bottom:50px;
}
.productThumbnail {
	background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100%;
    background-color: rgba(255, 255, 255, 1.00);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
	background-size:cover !important;
	
}
.largeIconTitle {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	padding:10px;
	height:30px;
	margin-bottom:20px;
}
.largeIconDescription {
	font-size:12px;
	text-align:center;
	height:20px;
}
.addToCart a {
	display:block;
	color:white;
	text-align:center;
	background-color: #5b6e7f;
	text-decoration:none;
	border-radius:3px;
	padding:20px;
	font-size:12px;
}
.addToCart a:hover {
	background-color: #2d363f;
}
.moreinfo a {
font-size:12px;
text-align:center;
color:grey;	
display:block;
}