/* page structure */
body {
}

/* min-height for larger screens */
@media (min-width: 767px) {
	.main-content-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;
		margin-left: 0;
	}
}

/* buttons */

.button {
	display: inline-block;
	margin: 2px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #efefef;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 40px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #666;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	.button:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.button:hover,
	.button:focus {
		color: #fff;
		text-decoration: none;
	}

	.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;
	}

a.button {
	text-decoration: none;
}

.call-to-action {
	color: #ffffff;
	background-color: #004c4c;
	border-color: #004c4c;
}

	.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: #009999;
		border-color: #009999;
	}

	.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 */
.product-image-wrap {
	background: #fff;
	padding: 18px;
	margin-bottom: 32px;
}

.logo-wrap img {
	max-width: 100%;
}
/* horizontal navigation */

.topnav, .footernav {
	margin: 0px 0;
}

	.footernav .navbar-nav {
		margin: 0;
	}

.nav-input-pad {
	padding: 9px 15px 0 15px;
}

.nav-button-pad {
	padding: 5px 15px 0 15px;
}

.product-image-wrap {
}

@media (min-width: 768px) {
	.navbar-form.navbar-right:last-child {
		margin-right: 0;
	}

	.navbar-form.search-wrap {
		padding-top: 8px;
		margin-top: 0;
	}
}

/* responsive checkout styles */
@media (max-width: 991px) {
	.checkout-tabs {
		border: none 0;
	}

	.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%;
	background: rgba(0,0,0,.08);
	padding: 24px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.opc-required-indicator .active {
	font-weight: bold;
	color: #ff0000;
}

.opc-wrap .opc-page-right-column {
	width: 38%;
}

.opc-wrap .shipping-methods-wrap {
	width: 100% !important;
}

.opc-page-left-column .active .form-control, .opc-page-left-column .active .button {
	color: #333;
}

.opc-page-left-column .active .call-to-action {
	color: #fff;
}

.opc-page-left-column .active a {
	color: #428bca;
	text-decoration: none;
}

#shippingMethodListWrap label {
	display: inline;
}

@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: 0;
	}

	.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: 0 auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */

.entity-image {
	margin: 0 8px 8px 0;
}

.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;
}

.row.copyright-row a {
    color: #009999;
}

.footer-row ul a {
    color: #009999;
}

a {
    color: #009999;
}

.search-go  {
    background-color: #004c4c;
    color: #fff;
}

.footer-wrapper {
    border-top: 5px solid #992400;
}

.blue-text {
	color: #009999;
}

.group-header {
    border-top: 5px solid #009999;
}

.add-to-wishlist {
   background-color: #009999;
   color: #fff;
}

.navbar-default .navbar-nav > li > a {
    font-size: 15px;
}

@media only screen and (max-width: 1024px) {

.navbar-default .navbar-nav > li > a {
    font-size: 13.5px;
}
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

