/* page structure */
body {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* min-height for larger screens */
@media (min-width: 767px) {
	.body-wrapper {
		min-height: 500px;
	}
}

/* adnsf grid system */
@media (max-width: 767px) {
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth {
		width: 100%;
		float: none;
		display: block; 
	}
}

.body-wrapper {padding-bottom:30px}

/* buttons */

.button {
	display: inline-block;
	margin: 2px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #27292b;
	color: white;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

	.button:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.button:hover,
	.button:focus {
		background-color: #ccc;
		color: #27292b;
		text-decoration: none;
		border-color: #000;
	}

	.button:active,
	.button.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.button.disabled,
	.button[disabled],
	fieldset[disabled] .button {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}


.call-to-action {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}

	.call-to-action:hover,
	.call-to-action:focus,
	.call-to-action:active,
	.call-to-action.active,
	.open .dropdown-toggle.call-to-action {
		color: #ffffff;
		background-color: #3276b1;
		border-color: #285e8e;
	}

	.call-to-action:active,
	.call-to-action.active,
	.open .dropdown-toggle.call-to-action {
		background-image: none;
	}

	.call-to-action.disabled,
	.call-to-action[disabled],
	fieldset[disabled] .call-to-action,
	.call-to-action.disabled:hover,
	.call-to-action[disabled]:hover,
	fieldset[disabled] .call-to-action:hover,
	.call-to-action.disabled:focus,
	.call-to-action[disabled]:focus,
	fieldset[disabled] .call-to-action:focus,
	.call-to-action.disabled:active,
	.call-to-action[disabled]:active,
	fieldset[disabled] .call-to-action:active,
	.call-to-action.disabled.active,
	.call-to-action[disabled].active,
	fieldset[disabled] .call-to-action.active {
		background-color: #428bca;
		border-color: #357ebd;
	}

	.call-to-action .badge {
		color: #428bca;
		background-color: #fff;
	}

/* header elements */
.header-cart {
	margin: 10px 0 0 0;
}
.logo-wrap img {
	max-width: 100%;
}
/* horizontal navigation */
.topnav, .footernav {
	margin: 8px 0px;
}

	.footernav .navbar-nav {
		margin: 0px;
	}

.nav-input-pad {
	padding: 9px 15px 0px 15px;
}

.nav-button-pad {
	padding: 5px 15px 0px 15px;
}

@media (min-width: 768px) {
	.navbar-form.navbar-right:last-child {
		margin-right: 0px;
	}

	.navbar-form.search-wrap {
		padding-top: 8px;
		margin-top: 0px;
	}
}

/* responsive checkout styles */
@media (max-width: 991px) {
	.checkout-tabs {
		border: none 0px;
	}

	.checkout-steps-wrap ul li {
		display: block;
	}

	.checkout-tabs > li > a {
		border-radius: 4px;
		padding: 2px 4px;
		display: block;
	}

	.checkout-tabs > li.active > a,
	.checkout-tabs > li.active > a:hover,
	.checkout-tabs > li.active > a:focus {
		color: #555555;
		background-color: #eee;
		border: 1px solid #dddddd;
		cursor: default;
		text-decoration: none;
	}
}

.opc-wrap  .opc-page-left-column{
	width: 60%;
}

.opc-wrap  .opc-page-right-column{
	width: 38%;
}

@media (max-width: 767px) {
	.cart-title {
		clear: both;
	}

	.opc-wrap  .opc-page-left-column {
		width: 100%;
		float: none;
	}

	.opc-wrap  .opc-page-right-column {
		width: 100%;
		float: none;
	}
}


/* product page */
.variant-options-label {
	font-weight: bold;
}

.product-image-wrap .product-image {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* kit product */
.kit_group img[id$='_imgFile'] {
	display: block;
	max-width: 100%;
	height: auto;
}
.kit-sidebar{
	position: static;
	z-index: 0;
	width: 190px;
	background-color: #fff;
	text-align: left;
}
.kit-sidebar{
	width: 100%;
}
@media (max-width: 767px) {
	.kit-group-content select {
		width: 90%;
	}

	.kit-group-content input[type='text'] {
		width: 90%;
	}

	.kit-groups .kit-column-content {
		width: auto;
		display: block;
	}

	.kit-groups .kit-column-sidebar {
		display: block;
		width: auto;
		padding-left: 0px;
	}

	.kit-group-item-image {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}

	

	.kit-groups{
		width: 100%;
	}
}

/*grid item styles for entity pages, related, upsell etc. */

.grid-item {
	padding-bottom: 16px;
	text-align: center;
}

.grid-item-image {
	margin: 0px auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */

.entity-image {
	margin: 0px 8px 8px 0px;
}

.entity-page-description {
	margin-bottom: 8px;
}

.sub-entity-list {
	margin-bottom: 16px;
}

/* narrow forms */

@media (max-width: 767px) {
	.payment-page .credit-card-form, .signin-page .login-form, .signin-page .forgot-password-email, .advanced-search-form-wrap {
		width: 100%;
	}
}

/* account page and create account page */

.okay-to-email input{
	margin: 2px;
}
.okay-to-email label{
	margin-right: 4px;
}
.over-thirteen input{
	margin-right: 4px;;
}

/* product ratings */
.rating-form .one-fifth {
	width: 20%;
	display:inline;
}

/* Add To Cart Form Styles */
.table-order {
	text-align: right;
}

.image-controls .image-icons .product-gallery-items {
  margin: 0 auto;
}

.product-gallery-item {
  margin-left: 20px;
}

.image-icons {
	margin: 0 auto;
	width: 340px;
}

.pop-large-wrap {
	margin-bottom: 20px;
}

a.ProductNavLink {
	display: none;
}

.modal-width{
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

/*#logo {
  max-width: 50%;
  margin-top:-10px;
}*/
#logo1 {
    max-width: 85%;
    margin-top: -15px;
    margin-left: 25px;
    
}


.tagline {
    margin: -15px 0 10px 0;
    font-size: 16px;
    font-style: italic;
    letter-spacing: -1px;
}
.tagline span {
  text-decoration:underline;
}
.header-review-link {
  padding:0 !important;
  margin:0 !important;
}
.header-review-badge {
  border: none;
  margin: 5px auto;
}
.search {
	margin-right: 20px;
}

.modal-title:hover{
	cursor: pointer;
}

.modal-header {
  background: #b3050f ;
}

h4.modal-title{
  color: white ;
}

.modal-footer {
	background: #27292b;
}

button.close {
	color: white;
	opacity: 1 !important;
}

button.close:hover{
	color: #ccc;
}

.btn-default {
	color: white;
	background-color: #b3050f;
	border: none;
}

.btn-default[disabled]{
	background-color: #ccc !important;
	color: #000 !important;
	opacity: 0.25;
}

.btn-default.ymm_started[disabled]{
	background-color: #ccc !important;
	color: #000 !important;
	opacity: 1;
}

.btn-default.ymm_started{
	background-color: #00ad2b !important;
	color: #fff !important;
	opacity: 1;
}
#tc_ymm .findmoreparts .btn-default {
  background-color:#00ad2b;
  border-color:#00ad2b;
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #00ad2b
}



.modal-body .btn-default[disabled]{
	background-color: #fff !important;
	color: #fff !important;
}


.disclaimer{
  color: #27292b;
  font-size: .75em;
}

.stock-hint.in-stock-hint {
	color: #27292b;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #ffffff;
	background-color: #27292b;
	border-color: #27292b;
}

.footer-bg2 li {
	list-style-type: none;
	text-align: left;
}

.footer-bg2 ul li a {
	color: #9E9FA2;
}

.footer-bg2 ul li a:hover {
	color: #fff;
}

.form-submit-wrap {
	margin-bottom: 20px;
}

.alert-bg{
	background-color: white;
}

.alert{
	text-align: center;
	margin-bottom: 5px;
}


.ajax-shipping-fields{
	float: left;
	width: 48%;
}

#AjaxShippingEstimate{
	float: right;
	width: 48%;
}
.ajax-shipping-fields select.form-control{
	margin-top: 0;
}

/* ===== Blog Styling ===== */

div.blog-content img {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.blog-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 2% 2% 1%;
  font-size: 16px;
}

.blog-container {
  width: 100%;
}

.blog-container h1 {
  padding: 3% 5%;
}

div#back-button {
  margin-top: 75px;
}


.entity-page-product .regular-price, .grid-item-inner .regular-price
{ display: none; }

a.back-to-blog {
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 15px;
  color: #fff;
  background-color: #b3050f;
  text-align: center;
  margin-top: 7px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
a.back-to-blog:hover {
  background-color: #a1040d;
  color:#fff;
}

#blog-index p {
  margin: 15px 0 10px;
}

div#blog-index img.use-bootstrap.img-responsive {
  display: block;
  width: auto;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
}

#check-a .col-xs-12.col-sm-12.col-md-4.col-lg-4.blogteaser:nth-child(even) {
  background-color: #efefef;
}

#check-b .col-xs-12.col-sm-12.col-md-4.col-lg-4.blogteaser:nth-child(odd) {
  background-color: #efefef;
}

@media (max-width: 767px) {
	div.blog-content img{
		width:80%;
	}
	.blog-container h1{
		font-size:25px;
	}
}

@media (min-width: 992px){
	div#blog-block {
	  height: 395px;
	}
}

@media (min-width: 1200px){
	div#blog-block {
	  height: 360px;
	}
}

.header_info {
	background: #000;
	color: #FFF;
}

.header_info .container {
	background: 000;
}

.header-info-spacer {
	height: 0.25em;
}

.form.rating-form select.form-contol
{
   margin-top:0;	
}






