/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/

header.main {
	
	width: 100%;
	max-width:none;
	padding: 0;
	background: #333 url('//cdn10.bigcommerce.com/s-uhegu0/templates/__custom/images/bg_header_wrap.png?t=1733405514') repeat-x scroll top left;
}
.header-wrap {
	background: transparent url('//cdn10.bigcommerce.com/s-uhegu0/templates/__custom/images/bg_header.jpg?t=1733405514') no-repeat scroll 15px 0;
	max-width:100%;
	width:1000px;
	margin:0 auto;
	padding: 30px 15px 0;
	position: relative;
}

.account-links {
	right: 25px;
}

.account-links a {
	color: #fff;
}

.account-links > .inline-list {
	float:left;
}

.account-links > .social-links {
	float: left;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.account-links > .social-links a {
	color: #fff;
}

header.main .main-menu.nav ul li:hover > a {
	color: #6699FF; /* #8BB0F9 */
}


.utilitarian-home .promo-box-row ul li {
	width: 48.6%;
}


.BrandRow .Value {
	font-size:16px;
}

.product-details > h1 {
	margin-bottom: 15px;
}

.brand-details {
	overflow: hidden;
  margin-bottom: 15px;
}

.category-paging,
.CategoryPagination {
	padding-top: 3px;
}

.videoRow {
	max-width: 47%;
	cursor: default;
}

.videoRowVideo {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.videoRowVideo iframe, .videoRowVideo object, .videoRowVideo embed, .videoRowVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recent-blogs h5 {
	font-size: 15px;
}

/* Product Grid */
.page .product-list .ProductName, .page .product-grid.List .ProductName {
	font-size: 20px;
	}

 /* Subcategories */


 /* Footer */

 footer.main a:hover,
 .account-links a:hover,
 ul.social-links a:hover {
 	color:#6699FF;
 }
@media only screen and (min-width: 480px) {
	.main ul.subcategory-list li {
	  border: 1px solid #eae9e9 !important;
	  background: #fff;
	  width: 18.8%;
	  display: block;
	  float: left;
	  margin: 0 1.5% 1.5% 0;
	  padding: 0;
	  text-align: center;
	  line-height: 20px;
	  min-height: 51px;
	  position: relative;
	}
	.main ul.subcategory-list li:hover {
		background-color: #efefef;
	}
	.main ul.subcategory-list li:nth-child(5n+5) {
		margin-right: 0;
	}
	.main ul.subcategory-list li a {
    display: table;
    width: 100%;
    height: 53px;
    text-transform: none;
    color: #69f;
    font-weight: bold;
    padding: 5px;
	}
	.main ul.subcategory-list li a span {
	/*  font-size: 28px;
	  color: #59ac1f;
	  font-family: "Londrina Solid", sans-serif;*/
	  display: table-cell;
	  vertical-align: middle;
	}

	.inline-list.dividers li:first-child {
		border-right: 1px solid #eae9e9 ;
	}
}

@media only screen and (min-width: 769px) {
	.info-col {
		right:10px;
		top: 30%;
	}

	.main-menu {
		background-color: #333;
		border-bottom: none;
	}

	.home-banner-column {
		padding-left:0;
	}

	footer.main {
	    background-color: #333;
	}


}

@media only screen and (max-width: 768px) {
	
	header.main .header-wrap {
		background-position: 0 0;
	}
	.responsive .page header.main {
    padding:0;
	}
	.responsive .page header.main .header-wrap {
    padding-top: 65px;
    padding-bottom: 25px;
	}

	.responsive .search-form input {
		color: rgba(0, 0, 0, 0.75);
	}

	.responsive header.main .info-col .search-form input {
		width: 92% !important;
	}
	.responsive header.main .info-col .search-form button {
		padding: 2px 9px;
	}

	.toggleMenu {
		color: #FFF;
	}
}

@media only screen and (max-width: 480px) {
	footer.main h4 {
		margin-top: 0;
	}

	ul.inline-list > li.videoRow {
		max-width: 100%;
	}

	.responsive  .brands.page .subcat-grid > ul > .left {
		float: none;
		width: 100%;
	  overflow: hidden;
	  padding-left: 0;
	}

	.responsive  .brands.page .subcat-grid > ul > .left > a {
		float: left;
		text-align: left;
	}
	.responsive  .brands.page .subcat-grid > ul > .left > a:first-child {
		margin-right: 5px;
	}
	.responsive  .brands.page .subcat-grid > ul > .left > a:last-child {
		max-width: 66%;
	}
}