body {
	margin: 0;
	padding: 0;
	min-width: 300px;
}

/* Preload Images */

body:after {
	content: "";
	display: none;
	background: url(../images/icon-close-hover.svg), url(../images/logo-orange.svg);
}

/* Layering */

.width-limiter,
.interior-body {
	max-width: 1244px;
	margin: auto;
}

footer {
	position: relative;
	z-index: 40;
}

#sign-up-page-email {
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#sign-up-page-email,
.email-sign-up .field {
	display: inline-block;
	vertical-align: middle;
	width: calc(60% + 70px);
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	border-style: none;
	padding: 0 12px;
	line-height: 46px;
	height: 46px;
	border-radius: 0;
	background-color: white;
	box-sizing: border-box;
}

.email-sign-up input[type=email].field {
	width: calc(60% + 24px);
}

.email-sign-up .field + .field {
	margin-top: 5px;
}

#sign-up-page-form button,
.email-sign-up input[type=submit] {
	display: inline-block;
	vertical-align: bottom;
	width: 46px;
	height: 0;
	padding: 46px 0 0 0;
	margin: 0;
	overflow: hidden;
	background-color: white;
	border-style: none;
	background-image: url(../images/icon-arrow-right.svg);
	background-position: center center;
	background-size: 35% 35%;
	background-repeat: no-repeat;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	appearance:	none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

.email-sign-up > a {
	display: inline-block;
	margin: 16px 0;
}

.motivnation-follow-motiv {
	background-color: black;
	margin-bottom: 20px;
}

.motivnation-follow-motiv > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.motivnation-follow-motiv > ul > li {
	display: inline-block;
	width: 46px;
	height: 46px;
	padding: 10px 2px 25px;
}

.motivnation-follow-motiv > ul > li {
	padding-bottom: 10px;
}

.motivnation-follow-motiv > ul > li > a {
	background-color: white;
	border-radius: 50%;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.hover-enabled .motivnation-follow-motiv > ul > li > a:hover {
	background-color: #e63201;
}

.motivnation-follow-motiv > ul > li.facebook > a {
	background-image: url(../images/icon-facebook.svg);
}

.motivnation-follow-motiv > ul > li.twitter > a {
	background-image: url(../images/x-twitter.svg);
}

.motivnation-follow-motiv > ul > li.you-tube > a {
	background-image: url(../images/icon-you-tube.svg);
}

.motivnation-follow-motiv > ul > li.pinterest > a {
	background-image: url(../images/icon-pinterest.svg);
}

.motivnation-follow-motiv > ul > li.google-plus > a {
	background-image: url(../images/icon-google-plus.svg);
}

.motivnation-follow-motiv > ul > li.instagram > a {
	background-image: url(../images/icon-instagram.svg);
}

.motivnation-follow-motiv > ul > li.tiktok > a {
	background-image: url(../images/icon-tiktok.svg);
}

.motivnation-follow-motiv > ul > li.email > a {
	background-image: url(../images/icon-email.svg);
}

/* Sub-Navigation */

.sub-navigation {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

.sub-navigation > li > a {
	display: block;
	text-decoration: none;
	padding: 4px 18px;
}

.sub-navigation > li > ul {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
}

.sub-navigation > li > ul > li {
	padding: 4px 0 4px 22px;
}

.sub-navigation > li > ul > li > a {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}


/* Interior Body */
.width-limiter,
.interior-body {
	padding: 0 20px;
}

.interior-body > h1:first-child {
	margin-top: 0;
	padding-top: 20px;
}

.breadcrumb {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li > a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.hover-enabled .breadcrumb > li > a:hover {
	color: #e63201;
	text-decoration: underline;
}

.breadcrumb > li:before {
	content: "/";
	margin: 0 3px;
}

.breadcrumb > li:first-child:before {
	content: none;
}

.interior-body > aside {
	display: none;
	border-top: 3px solid #101010;
}

.interior-body > aside {
	display: block;
}

.interior-body > main {
	padding-bottom: 10px;
}

.wysiwyg:after {
	content: "";
	display: table;
	clear: both;
}

.wysiwyg.seo-text {
	margin-top: 40px;
}

.homepage .seo-text-wrapper {
	background-color: #ffffff;
}

.homepage .wysiwyg.seo-text {
	margin-top: 0px;
	padding-top: 40px;
}

.no-breadcrumb-title .breadcrumb,
.no-breadcrumb-title.interior-body > h1 {
	display: none;
}

@media (min-width: 640px) {
	.width-limiter,
	.interior-body {
		padding: 0 20px 40px;
	}

	.breadcrumb {
		padding-top: 8px;
	}

	.interior-body > h1 {
		margin: 20px 0 18px 0;
	}

	.interior-body:after {
		content: "";
		display: table;
		clear: both;
	}

	.interior-body > main {
		float: right;
		width: 67%;
		min-height: 170px;
	}

	.interior-body.no-subnav > main {
		float: none;
		width: auto;
	}

	.interior-body > aside {
		border-top-style: none;
		float: left;
		width: 29%;
	}

	.sub-navigation {
		margin-left: -11px;
	}

	.sub-navigation > li > a {
		display: inline-block;
		padding: 11px;
	}

	.sub-navigation > li.on > a {
		color: #999999;
	}
}

/* Homeapage Featured Bottom */

.homepage-featured-bottom {
	border-bottom: 4px solid white;
}

.homepage-featured-bottom-image {
	display: block;
	height: 425px;
	text-indent: -999px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

/* Sign Up Overlay */

.sign-up-overlay {
	display: none;
	position: fixed;
	background-color: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	text-align: center;
	box-sizing: border-box;
}

.sign-up-overlay > .wrapper {
	position: relative;
	z-index: 99999;
	padding: 0 30px 0 30px;
	width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	overflow: auto;
}

.sign-up-overlay .content {
	padding-top: 20px;
}

.sign-up-overlay .content > h1 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1em;
	margin-top: 0.1em;
	font-size: 30px;
}

.sign-up-overlay .privacy {
	text-transform: uppercase;
	font-size: 12px;
}

.sign-up-overlay .disclaimer {
	font-size: 12px;
	margin-bottom: 5px;
}

.sign-up-overlay a {
	color: inherit;
}

.hover-enabled .sign-up-overlay a:hover {
	text-decoration: underline;
}

.sign-up-overlay .close-overlay {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 28px;
	height: 28px;
	overflow: hidden;
}

.sign-up-overlay .logo {
	height: 100px;
	margin: 0 0 5px;
	overflow: hidden;
	display: block;
}

.sign-up-overlay .content > form {
	display: block;
	margin: 20px 0;
}

.sign-up-overlay p {
	font-size: 16px;
	margin: 10px 0 15px;
}

.sign-up-overlay .content > form > .field {
	display: block;
	box-sizing: border-box;
	width: calc(100% - 145px);
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 10px;
	border-style: none;
	padding: 0 12px;
	line-height: 46px;
	height: 46px;
	border-radius: 0;
	border: 2px solid black;
}

.hidden {
	display: none;
}

.sign-up-overlay button {
	display: inline-block;
	background-color: #101010;
	padding: 12px 48px 13px;
	font-weight: bold;
	color: white;
	border-style: none;
	text-transform: uppercase;
	cursor: pointer;
	appearance:	none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.hover-enabled .sign-up-overlay button:hover {
	background-color: #e63201;
}

.sign-up-overlay .content > .content-image {
	display: block;
	margin: 0 auto;
}

@media (min-width: 640px) {
	.sign-up-overlay {
		background-color: transparent !important;
		justify-content: center;
		align-items: center;
	}
	
	.sign-up-overlay p {
		font-size: 18px;
		line-height: 1.5em;
	}

	.sign-up-overlay .logo {
		margin: 30px 0 5px 0;
	}

	.sign-up-overlay:before {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		opacity: 0.50;
		background-color: black;
		z-index: 99998;
	}

	.sign-up-overlay .content > h1 {
		font-size: 60px;
	}

	.sign-up-overlay p {
		padding: 0 60px;
	}
	
	.sign-up-overlay > .wrapper {
		-webkit-box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.5);
		background-color: white;
		padding: 0 0 20px 0;
		width: auto;
	}

	.sign-up-overlay .content {
		padding: 0 15px 20px;
	}
}

.sign-up-overlay > .wrapper > .content-image {
	display: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sign-up-overlay .content > .content-image {
	display: block;
}

@media (min-aspect-ratio: 3/2) {
	.sign-up-overlay > .wrapper > .content-image {
		width: 540px;
	}

	.sign-up-overlay .content {
		width: 540px;
	}
	
	.sign-up-overlay > .wrapper {
		display: flex;
		justify-content: center;
		align-items: stretch;
	}

	.sign-up-overlay > .wrapper > .content-image {
		display: block;
	}
	
	.sign-up-overlay .content > .content-image {
		display: none;
	}
}

/* Common Form */

.standard-form {
	display: block;
}

.standard-form .honeypot {
	display: none;
}

.standard-form > .groups {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.standard-form fieldset {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
	border-style: none;
}

.standard-form fieldset > fieldset {
	margin: 4px 0;
	font-weight: normal;
}

.standard-form legend {
	margin: 0;
	padding: 0;
}

.standard-form fieldset.required > legend:before {
	content: "*";
	color: #cc0000;
}

.standard-form span.required {
	font-weight: bold;
	color: #cc0000;
}

.standard-form .invalid {
	color: #cc0000;
	display: none;
}

.standard-form fieldset > input[type=text],
.standard-form fieldset > input[type=password],
.standard-form fieldset > input[type=file],
.standard-form fieldset > textarea,
.standard-form fieldset > select {
	width: 100%;
	display: block;
	border: 3px solid black;
	border-radius: 0;
	margin: 0;
	padding: 4px;
	box-sizing: border-box;
	max-width: 400px;
}

.standard-form fieldset > select {
	padding: 4px 30px 4px 4px;
	background-image: url(../images/icon-triangle-down3.svg);
	background-repeat: no-repeat;
	background-position: right 6px center;
	background-size: 12px auto;
}

.standard-form fieldset.month > select {
	display: inline-block;
	width: 150px;
}

.standard-form fieldset.month > select+select {
	width: 90px;
}

.standard-form fieldset > label {
	margin-right: 10px;
	white-space: nowrap;
	max-width: 400px;
}

.standard-form input[type=submit],
.standard-form a.button {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	margin: 20px 30px 0 0;
	padding: 11px 20px;
	background-color: #101010;
	border-style: none;
	text-decoration: none;
}

.standard-form .checkbox-group input[type=checkbox]+label:before,
.standard-form .checkbox-group input[type=radio]+label:before,
.standard-form .messaging fieldset input[type=checkbox]+label:before,
.standard-form fieldset input[type=radio]+label:before,
.standard-form fieldset input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 3px solid black;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

.standard-form .messaging .mobile-number {
	display: none;
}

.standard-form .messaging input[type=checkbox],
.standard-form .checkbox-group input[type=checkbox],
.standard-form .checkbox-group input[type=radio] {
	display: none;
}

.standard-form .checkbox-group input[type=checkbox]:checked+label:before,
.standard-form .checkbox-group input[type=radio]:checked+label:before,
.standard-form .messaging fieldset input[type=checkbox]:checked+label:before,
.standard-form fieldset input[type=radio]:checked+label:before,
.standard-form fieldset input[type=checkbox]:checked+label:before {
	content: "✖";
}

.standard-form .messaging input[type=checkbox]:checked+label+.mobile-number {
	display: block;
}

.standard-form .checkbox-group {
	margin-bottom: 16px;
}

.standard-form .checkbox-group > fieldset {
	margin-top: 8px;
}

.standard-form .checkbox-group.address-correction {
	display: block;
}

.standard-form .checkbox-group.address-correction input[type=checkbox]+label:before {
	vertical-align: top;
}

.standard-form .checkbox-group.address-correction label > span {
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 640px) {
	.standard-form .address fieldset:nth-child(odd),
	.standard-form .product fieldset:nth-child(odd) {
		float: left;
		width: 48%;
		clear: both;
	}

	.standard-form .address fieldset:nth-child(even),
	.standard-form .product fieldset:nth-child(even) {
		float: right;
		width: 48%;
	}

	.standard-form .address:after,
	.standard-form .product:after {
		content: "";
		display: table;
		clear: both;
	}
}

/* Motiv Maniac Registration Form */

.motiv-maniac-registration input[type=radio],
.motiv-maniac-registration input[type=checkbox] {
	display: none;
}

.motiv-maniac-registration .gold, .motiv-maniac-registration .silver, .motiv-maniac-registration .gold-inline, .motiv-maniac-registration .silver-inline {
	display: none;
}

.motiv-maniac-registration .show-silver .silver, .motiv-maniac-registration .show-gold .gold {
	display: block;
}

.motiv-maniac-registration .show-silver .silver-inline, .motiv-maniac-registration .show-gold .gold-inline {
	display: inline;
}

.motiv-maniac-registration .checkboxes fieldset {
	float: left !important;
	clear: none !important;
	width: auto !important;
	margin-right: 10px;
}

.motiv-maniac-registration select {
	line-height: 1em;
	padding: 5px 5px 6px 5px !important;
}

.motiv-maniac-registration .date select {
	width: 45% !important;
	float: left;
}

.motiv-maniac-registration .date select + select {
	float: right;
}

.motiv-maniac-registration input[type=submit]:disabled {
	text-indent: -9999px;
	text-align: left;
	min-width: 100px;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 640px) {
	.motiv-maniac-registration fieldset:nth-child(odd) {
		float: left;
		width: 48%;
		clear: both;
	}

	.motiv-maniac-registration fieldset:nth-child(even) {
		float: right;
		width: 48%;
	}

	.motiv-maniac-registration fieldset.checkboxes {
		clear: both;
		width: 100%;
		float: none;
	}

	.motiv-maniac-registration .section:after {
		content: "";
		display: table;
		clear: both;
	}
}


/* Product Registration Form */


main > .product-registration > input[type=radio]+label,
.form-sign-in label {
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	color: white;
	display: inline-block;
	padding: 8px;
	margin-bottom: 4px;
	background-color: #cfcfcf;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

main > .product-registration > input[type=radio]:checked+label {
	background-color: #242424;
}

main > .product-registration .your-information,
main > .product-registration .bowling-ball-details,
main > .product-registration .bowling-bag-details,
main > .product-registration .common {
	display: none;
}

main > .product-registration input[type=radio]:checked+label+input[type=radio]+label+.your-information,
main > .product-registration input[type=radio]:checked+label+input[type=radio]+label+.your-information+.bowling-ball-details,
main > .product-registration input[type=radio]:checked+label+input[type=radio]+label+.your-information+.bowling-ball-details+.bowling-bag-details+.common,
main > .product-registration input[type=radio]:checked+label+.your-information,
main > .product-registration input[type=radio]:checked+label+.your-information+.bowling-ball-details+.bowling-bag-details,
main > .product-registration input[type=radio]:checked+label+.your-information+.bowling-ball-details+.bowling-bag-details+.common {
	display: block;
}

main > .product-registration input[type=checkbox],
main > .product-registration input[type=radio],
main > .write-review-form input[type=radio],
main > .write-review-form input[type=checkbox] {
	display: none;
}

main > .product-registration .valid-serial-number,
main > .product-registration .invalid-serial-number {
	position: relative;
	max-width: 400px;
}

main > .product-registration .valid-serial-number:after,
main > .product-registration .invalid-serial-number:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 6px;
	width: 22px;
	height: 22px;
	background-image: url(../images/icon-x-red.svg);
	background-size: contain;
}

main > .product-registration .valid-serial-number:after {
	background-image: url(../images/icon-checkmark-green.svg);
}

@media (min-width: 640px) {
	main > .product-registration > input[type=radio]+label {
		display: inline-block;
		width: 230px;
	}

	main > .product-registration .bowling-ball-details,
	main > .product-registration .bowling-bag-details,
	main > .product-registration .common {
		clear: both;
	}

	main > .product-registration .bowling-ball-details > fieldset:nth-child(even),
	main > .product-registration .bowling-bag-details > fieldset:nth-child(even),
	.standard-form > .groups > .group1 {
		float: left;
		width: 48%;
		clear: both;
	}

	main > .product-registration .bowling-ball-details > fieldset:nth-child(odd),
	main > .product-registration .bowling-bag-details > fieldset:nth-child(odd),
	.standard-form > .groups > .group2 {
		float: right;
		width: 48%;
	}

	.standard-form > .groups:after {
		content: "";
		display: table;
		clear: both;
	}
}

@media (min-width: 1150px) {
	main > .product-registration .bowling-ball-details fieldset:nth-child(even),
	main > .product-registration .bowling-bag-details fieldset:nth-child(even) {
		float: left;
		width: 48%;
		clear: both;
	}

	main > .product-registration .bowling-ball-details fieldset:nth-child(odd),
	main > .product-registration .bowling-bag-details fieldset:nth-child(odd) {
		float: right;
		width: 48%;
	}
}

/* Find a Pro Shop */

main > .find-a-pro-shop > form {
	display: block;
	position: relative;
	max-width: 400px;
}

main > .find-a-pro-shop > form > input[type=text] {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	border-style: none;
	padding: 0 12px;
	line-height: 50px;
	height: 50px;
	border-radius: 0;
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	box-sizing: border-box;
}

main > .find-a-pro-shop > form > input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 0;
	padding: 46px 0 0 0;
	margin: 0;
	overflow: hidden;
	background-color: white;
	border-style: none;
	background-image: url(../images/icon-arrow-right.svg);
	background-position: center center;
	background-size: 35% 35%;
	background-repeat: no-repeat;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

main > .find-a-pro-shop.results .result-count,
main > .find-a-pro-shop.results .wysiwyg,
main > .find-a-pro-shop.results .results {
	display: block;
}

main > .find-a-pro-shop .result-count {
	display: none;
	font-weight: bold;
	font-size: 16px;
	padding: 30px 0 20px;
	border-bottom: 1px solid #d3d3d3;
}

main > .find-a-pro-shop .results {
	display: none;
	list-style-type: none;
	margin: 25px 0;
	padding: 0;
}

main > .find-a-pro-shop .wysiwyg {
	display: none;
}

main > .find-a-pro-shop .results > li {
	margin-top: 42px;
	padding-left: 46px;
	background-image: url(../images/icon-placemark-large.png);
	background-size: 32px 51px;
	background-position: left top;
	background-repeat: no-repeat;
}

main > .find-a-pro-shop .results .motiv-maniac:after,
.find-a-pro-shop-annotation .motiv-maniac:after {
	content: "";
	background-image: url(../images/icon-motiv-maniac.png);
	background-size: 100% 100%;
	width: 96px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}

main > .find-a-pro-shop .results > li:first-child {
	margin-top: 0;
}

.find-a-pro-shop-annotation {
	font-size: 14px;
	font-weight: normal;
}

main > .find-a-pro-shop .results .fn,
.find-a-pro-shop-annotation .fn {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
}

main > .find-a-pro-shop .results .tel,
.find-a-pro-shop-annotation .tel {
	text-decoration: none;
	font-weight: bold;
}

main > .find-a-pro-shop .results .adr,
.find-a-pro-shop-annotation .adr {
	margin: 4px 0;
}

main > .find-a-pro-shop-map {
	width: 100%;
	height: 400px;
	margin-top: 10px;
}

@media (min-width: 800px) {
	main > .find-a-pro-shop-map {
		height: 600px;
	}
}

@media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
	main > .find-a-pro-shop .results > li {
		background-image: url(../images/icon-placemark-large@2x.png);
	}

	main > .find-a-pro-shop .results .motiv-maniac:after,
	.find-a-pro-shop-annotation .motiv-maniac:after {
		background-image: url(../images/icon-motiv-maniac@2x.png);
	}
}

/* News */

.news-index {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.news-index > li {
	margin-bottom: 28px;
}

.news-index > li > h2+h2 {
	text-transform: none;
	margin: 0;
}

.news-index > li > p {
	text-transform: none;
	margin: 0;
}

.news-index > li > a {
	white-space: nowrap;
}

.social-widget > label {
	display: block;
	background-color: #cccccc;
	color: white;
	width: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.social-widget > input.twitter+label {
	width: 50%;
	float: left;
}

.social-widget > input.facebook+label {
	width: 49%;
	float: right;
}

.social-widget > input.twitter+label:before,
.social-widget > input.facebook+label:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background-size: 100% 100%;
	margin-top: -3px;
}

.social-widget > input.twitter+label:before {
	background-image: url(../images/icon-twitter-white.svg);
	margin-right: 6px;
}

.social-widget > input.facebook+label:before {
	background-image: url(../images/icon-facebook-white.svg);
	margin-right: 3px;
}

.social-widget > input:checked+label {
	background-color: black;
}

.social-widget > .twitter {
	display: none;
}

.social-widget > .facebook {
	display: none;
}

.social-widget > input.twitter:checked+label+input+label+.twitter {
	display: block;
}

.social-widget > input.facebook:checked+label+.twitter+.facebook {
	display: block;
}

.social-widget > div.twitter,
.social-widget > div.facebook {
	clear: both;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	padding: 10px 6px 35px;
	text-align: center;
}

.social-widget > div.twitter > .content,
.social-widget > div.facebook > .content {
	margin-bottom: 30px;
	height: 300px;
	overflow: auto;
	text-align: left;
}

.social-widget > div.facebook > a,
.social-widget > div.twitter > a {
	text-transform: uppercase;
	text-align: center;
}

.real-stories-list {
	margin-top: 30px;
}

.real-stories-list > h2 {
	text-align: center;
}

.real-stories-list > ul {
	background-color: white;
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
}

.real-stories-list > ul > li {
	text-align: center;
}

.real-stories-list > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 10px 0 15px;
	max-width: 370px;
	margin: auto;
}

.real-stories-list > ul > li > a > img {
	display: block;
	max-width: 320px;
	height: 182px;
	margin: 0 auto 16px;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}

.real-stories-list > ul > li > a > h2 {
	margin: 0;
}

.real-stories-list > ul > li > a > p {
	margin: 0;
}

@media (min-width: 400px) {
	.social-widget > label {
		font-size: 16px;
	}

	.social-widget > input.twitter+label:before {
		margin-right: 12px;
	}

	.social-widget > input.facebook+label:before {
		margin-right: 6px;
	}
}

@media (min-width: 1100px) {
	.news-index {
		float: left;
		width: 48%;
	}

	.social-widget {
		float: right;
		width: 48%;
		margin-bottom: 10px;
	}

	.real-stories-list {
		clear: both;
		border-top: 2px solid black;
		padding-top: 20px;
	}
}

@media (min-width: 1075px) {
	.real-stories-list > h2 {
		text-align: left;
	}

	.real-stories-list > ul > li {
		width: 320px;
		float: left;
		clear: left;
	}

	.real-stories-list > ul > li:nth-child(even) {
		float: right;
		clear: right;
	}

	.real-stories-list > ul > li:first-child {
		margin-left: 0;
	}
}

/* Real Stories Index */

.real-stories-index .heading {
	height: 170px;
	width: 100%;
	padding-top: 56px;
	background-size: cover;
	background-image: url(../images/real-stories-header.jpg);
	background-position: center center;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: white;
}

.real-stories-index .heading > a {
	display: inline-block;
	font-size: 22px;
	color: white;
	text-decoration: none;
	background-color: #2c2c2c;
	line-height: 46px;
	padding: 0 22px;
	margin-top: 8px;
}

.hover-enabled .real-stories-index .heading > a:hover {
	background-color: #e63201;
}

.real-stories-index .pagination {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 26px 0;
	padding: 4px 0;
	line-height: 32px;
}

.real-stories-index .count {
	color: black;
	display: inline-block;
	margin-right: 10px;
}

.real-stories-index .menu {
	display: inline-block;
	background-color: #cccccc;
	width: 186px;
	padding: 0 12px;
	position: relative;
}

.real-stories-index .menu > .title {
	font-weight: bold;
}

.real-stories-index .menu > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 32px;
	list-style-type: none;
	margin: 0;
	padding: 0 12px 12px 12px;
	background-color: #cccccc;
	width: 100%;
	box-sizing: border-box;
}

.real-stories-index .menu > ul > li > a {
	display: block;
	text-decoration: none;
}

.hover-enabled .real-stories-index .menu:hover > ul {
	display: block;
}

.real-stories-index .menu > .title:after {
	content: "";
	float: right;
	background-image: url(../images/icon-triangle-down-black.svg);
	background-repeat: no-repeat;
	background-size: 14px 8px;
	background-position: center center;
	width: 14px;
	height: 8px;
	margin-top: 12px;
}

.real-stories-index .prevnext {
	text-transform: uppercase;
}

.real-stories-index .prevnext > a {
	color: black;
}

@media (min-width: 640px) {
	.real-stories-index .pagination {
		padding-right: 12px;
	}

	.real-stories-index .prevnext {
		float: right;
	}

	.real-stories-index .pagination:after {
		content: "";
		display: table;
		clear: both;
	}
}

/* Sign In / Create Account */

.log-in .about {
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px solid #cfcfcf;
}

.log-in .notice,
.log-in .notice a,
.commercial-create .notice,
.commercial-create .notice a,
.forgotten-password .notice,
.forgotten-password .notice a {
	color: red;
}

.log-in .about > h5 {
	text-transform: none;
}

.log-in .about > p > a {
	white-space: nowrap;
}

.log-in > input[type=radio] {
	display: none;
}

.log-in > label {
	display: block;
	background-color: #cfcfcf;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 22px;
	line-height: 48px;
	margin: 2px;
	text-align: center;
}

.log-in > input[type=radio]:checked+label {
	background-color: #101010;
}

.log-in > input[type=radio]:checked+label:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/icon-triangle-down.svg);
	background-repeat: no-repeat;
	background-size: 14px 8px;
	background-position: center center;
	width: 14px;
	height: 8px;
	margin-left: 8px;
}

.log-in .sign-in,
.log-in .create-account {
	display: none;
}

.log-in > input[type=radio]:checked+label+input+label+.content > .sign-in,
.log-in > input[type=radio]:checked+label+.content > .create-account {
	display: block;
}

.log-in .sign-in > label.required:before,
.commercial-create .create-account > label.required:before,
.log-in .create-account > label.required:before {
	content: "*";
	color: #cc0000;
}

.log-in .sign-in > label.required,
.commercial-create .create-account > label.required,
.log-in .create-account > label.required {
	display: block;
	font-size: 16px;
	color: black;
	font-weight: bold;
	margin-bottom: 4px;
}

.log-in input[type=text],
.log-in input[type=password],
.log-in textarea,
.log-in select,
.commercial-create input[type=text],
.commercial-create input[type=password],
.commercial-create textarea {
	width: 100%;
	display: block;
	border: 3px solid black;
	border-radius: 0;
	margin: 0 0 8px 0;
	padding: 4px;
	box-sizing: border-box;
	background-color: white;
}

.log-in input[type=checkbox] {
	display: none;
}

.log-in input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 3px solid black;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

.log-in input[type=checkbox]:checked+label:before {
	content: "✖";
}

.log-in input[type=submit],
.commercial-create input[type=submit] {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	margin: 20px 30px 10px 0;
	padding: 11px 20px;
	background-color: #101010;
	border-style: none;
}

.log-in input[type=submit]+a {
	white-space: nowrap;
}

@media (min-width: 640px) {
	.log-in .sign-in,
	.log-in .create-account,
	.commercial-create .create-account {
		float: left;
		width: 40%;
	}

	.log-in .about {
		border-top-style: none;
		border-left: 1px solid #cfcfcf;
		float: right;
		width: 50%;
		padding: 0 0 30px 4%;
		margin-top: 12px;
	}

	.log-in > label {
		display: inline-block;
		width: 250px;
	}

	.log-in .about > h5 {
		margin-top: 0;
	}

	.log-in .content:after {
		content: "";
		display: table;
		clear: both;
	}
}

/* Shopping Cart */

main > .shopping-cart {
	padding-top: 10px;
}

main > .shopping-cart .checkout {
	clear: both;
	padding-top: 5px;
	color: #242424;
}

main > .shopping-cart .checkout > .sub-total,
main > .shopping-cart .checkout > .total {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 46px;
}

main > .shopping-cart .checkout > .sub-total > .value {
	float: right;
}

main > .shopping-cart .checkout > .total > .title {
	position: relative;
	top: 6px;
}

main > .shopping-cart .checkout > .total > .value {
	float: right;
	font-size: 32px;
}

main > .shopping-cart .checkout > p {
	margin: 0;
	padding: 0;
}

main > .shopping-cart .checkout > form > input {
	display: inline-block;
	border: 3px solid black;
	border-radius: 0;
	margin: 0 0 8px 0;
	padding: 4px;
	box-sizing: border-box;
	float: left;
	line-height: 20px;
	width: 68%;
}

main > .shopping-cart form > input[type=submit] {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 0;
	line-height: 34px;
	background-color: #101010;
	border-style: none;
	float: right;
	width: 30%;
}

.hover-enabled main > .shopping-cart form > input[type=submit]:hover {
	background-color: #e63201;
}

main > .shopping-cart form.products > input[type=submit] {
	width: auto;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

main > .shopping-cart .checkout > .promo-code {
	display: block;
	margin-top: 5px;
}

main > .shopping-cart .checkout > form.promo-code:after {
	content: "";
	display: table;
	clear: both;
}

main > .shopping-cart .checkout > .promo-code > .value {
	display: block;
	font-weight: bold;
}

main > .shopping-cart .checkout > .promo-code > a {
	text-transform: uppercase;
}

main > .shopping-cart .checkout > .links {
	text-align: center;
}

main > .shopping-cart .checkout > .links > .checkout-link {
	display: inline-block;
	width: 70%;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 0;
	line-height: 34px;
	background-color: #101010;
	text-decoration: none;
	margin: 10px 0;
}

.hover-enabled main > .shopping-cart .checkout > .links > .checkout-link:hover {
	background-color: #e63201;
}

main > .shopping-cart .products > h6 {
	background-color: #242424;
	color: white;
	line-height: 24px;
	margin: 0;
	padding: 8px;
}

main > .shopping-cart .products > h6 > .description {
	padding-left: 6px;
}

main > .shopping-cart .products > h6 > span+span {
	display: none;
}

main > .shopping-cart .products > ul,
main > .shopping-cart .products > ul .description > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

main > .shopping-cart .products > ul .description {
	color: #242424;
	float: left;
	width: 60%;
}

main > .shopping-cart .products > ul .qty,
main > .shopping-cart .products > ul .price,
main > .shopping-cart .products > ul .total {
	float: right;
	clear: right;
}

main > .shopping-cart .products > ul .qty > input {
	border: 3px solid black;
	border-radius: 0;
	padding: 4px;
	box-sizing: border-box;
	width: 60px;
}

main > .shopping-cart .products > ul > li {
	border-bottom: 2px solid black;
	padding: 8px 8px 15px;
}

main > .shopping-cart .products > ul > li:after {
	content: "";
	display: table;
	clear: both;
}

main > .shopping-cart .products > ul .price:after {
	content: " ea.";
	font-weight: bold;
}

main > .shopping-cart .products > ul .image {
	display: none;
}

main > .shopping-cart .products > ul .description > .title {
	font-size: 16px;
	font-weight: bold;
}

main > .shopping-cart .products > ul .description > .options {
	font-size: 12px;
	line-height: 1.8em;
}

main > .shopping-cart .products > ul .description > .options > li > .title:after {
	content: ":";
}

main > .shopping-cart .products > ul .description > .options > li > .value {
	font-weight: bold;
}

main > .shopping-cart .products > ul .description > a {
	display: inline-block;
	margin-top: 10px;
	text-transform: uppercase;
}

main > .shopping-cart .products > ul .description > .auto-notice {
	font-style: italic;
	font-size: 11px;
}

@media (min-width: 640px) {
	main > .shopping-cart:after {
		content: "";
		display: table;
		clear: both;
	}

	main > .shopping-cart {
		padding-top: 20px;
	}


	main > .shopping-cart .products > h6 {
		line-height: 1.0em;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	main > .shopping-cart .checkout > .total {
		margin: 20px 0 10px 0;
	}

	main > .shopping-cart .checkout > .links > .checkout-link {
		margin: 20px 0;
	}

	main > .shopping-cart .products > ul .description {
		width: 36%;
	}

	main > .shopping-cart .products > ul .description:after {
		content: "";
		display: table;
		clear: both;
	}

	main > .shopping-cart .products > ul .image-wrapper {
		display: block;
		float: left;
		width: 18%;
		height: 120px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	main > .shopping-cart .products > ul .image-wrapper > .image {
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	main > .shopping-cart .products > h6:after {
		content: "";
		display: table;
		clear: both;
	}

	main > .shopping-cart .products > h6 span.description {
		float: left;
		width: 54%;
		box-sizing: border-box;
	}

	main > .shopping-cart .products > h6 span+span {
		display: block;
		float: left;
		width: 15%;
		text-align: center;
	}

	main > .shopping-cart .products > ul .qty,
	main > .shopping-cart .products > ul .price,
	main > .shopping-cart .products > ul .total {
		float: left;
		clear: none;
		width: 15%;
		text-align: center;
		line-height: 34px;
	}

	main > .shopping-cart .products > ul .price:after {
		content: none;
	}

	main > .shopping-cart .products > ul > li:last-child {
		border-bottom-style: solid;
	}
}

@media (min-width: 900px) {

	main > .shopping-cart .products {
		float: left;
		width: 69%;
	}

	main > .shopping-cart .checkout {
		clear: none;
		float: right;
		width: 30%;
		border: 2px solid black;
		padding: 0 10px 20px;
		box-sizing: border-box;
	}
}

@media (min-width: 1000px) {
	main > .shopping-cart .checkout {
		padding: 18px 32px 57px;
	}
}

/* Related Products */

.related-products {
	padding: 20px 0;
	text-align: center;
	background-color: #f5f5f5;
}

.related-products .products-scroller {
	background-color: transparent;
}

@media (min-width: 640px) {
	.related-products {
		padding: 40px 0;
	}

	.related-products .products-scroller .scroll-left {
		left: 5px;
	}

	.related-products .products-scroller .scroll-right {
		right: 5px;
	}
}

/* Real Stories Details */

.real-stories-details .pagination {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 26px;
	padding: 4px 0;
	line-height: 32px;
}

.real-stories-details .prevnext {
	text-transform: uppercase;
}

.real-stories-details .prevnext > a {
	color: black;
}

.real-stories-details .back {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.real-stories-details .product {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.real-stories-details .product > .image {
	content: "";
	display: block;
	width: 100%;
	height: 182px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}

.real-stories-details > .details > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.real-stories-details > .details > ul > li {
	margin-top: 16px;
}

.real-stories-details > .details > ul > li > .value {
	font-weight: bold;
}

.real-stories-details .share {
	text-align: center;
	margin: 30px 0;
}

.real-stories-details .share > a {
	display: inline-block;
	background-color: #2c2c2c;
	line-height: 48px;
	padding: 0 22px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.hover-enabled .real-stories-details .share > a:hover {
	background-color: #e63201;
}

@media (min-width: 640px) {
	.real-stories-details .pagination {
		padding-right: 12px;
	}

	.real-stories-details .prevnext {
		float: right;
	}

	.real-stories-details .pagination:after {
		content: "";
		display: table;
		clear: both;
	}

	.real-stories-details:after {
		content: "";
		display: table;
		clear: both;
	}

	.real-stories-details .share {
		text-align: left;
		margin-top: 65px;
	}

	.real-stories-details .product {
		float: left;
		width: 20%;
	}

	.real-stories-details .details {
		float: right;
		width: 70%;
	}
}

/* Social Content */

.social-widget .content.loading {
	background-image: url(../images/loading.gif);
	background-size: 64px 64px;
	background-position: center center;
	background-repeat: no-repeat;
}

.social-widget .content > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-widget .content > ul > li > .from-image {
	float: left;
	margin: 0 12px 4px 0;
}

.social-widget .content > ul > li {
	margin-bottom: 28px;
}

.social-widget .content > ul > li > .from-image > img {
	border-radius: 5px;
}

.social-widget .content > ul > li > .from-name {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	padding-top: 6px;
	line-height: 18px;
}

.social-widget .content > ul > li > .from-name > .screen-name {
	display: block;
	font-size: 14px;
	text-decoration: underline;
}

.social-widget .content > ul > li > .from-name > .screen-name:before {
	content: "@";
}

.social-widget .content > ul > li > .text {
	display: block;
	clear: both;
	font-size: 12px;
}

.social-widget .content > ul > li > .text a.picture {
	display: block;
}

.social-widget .content > ul > li > .text img.picture {
	display: block;
	margin: 3px auto;
}

.social-widget .content > ul > li > .text .link {
	display: block;
	margin: 3px 0;
}

@media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
	social-widget .content.loading {
		background-image: url(../images/loading@2x.gif);
	}
}

/* Stars */

.stars00,
.stars05,
.stars10,
.stars15,
.stars20,
.stars25,
.stars30,
.stars35,
.stars40,
.stars45,
.stars50 {
	display: inline-block;
	width: 77px;
	height: 15px;
	line-height: 15px;
	margin-top: -2px;
	margin-right: 6px;
	vertical-align: middle;
}

.stars05:before,
.stars10:before,
.stars15:before,
.stars20:before,
.stars25:before,
.stars30:before,
.stars35:before,
.stars40:before,
.stars45:before,
.stars50:before {
	content: "";
	display: inline-block;
	height: 15px;
	background-image: url(../images/icon-star.png);
	background-size: 15px 15px;
	background-position: left top;
}

.stars00:after,
.stars05:after,
.stars10:after,
.stars15:after,
.stars20:after,
.stars25:after,
.stars30:after,
.stars35:after,
.stars40:after,
.stars45:after {
	content: "";
	display: inline-block;
	height: 15px;
	background-image: url(../images/icon-star-light.png);
	background-size: 15px 15px;
	background-position: right top;
}

.stars00:after {
	width: 75px;
}

.stars05:before {
	width: 8px;
}

.stars05:after {
	width: 67px;
}

.stars10:before {
	width: 15px;
}

.stars10:after {
	width: 60px;
}

.stars15:before {
	width: 23px;
}

.stars15:after {
	width: 52px;
}

.stars20:before {
	width: 30px;
}

.stars20:after {
	width: 45px;
}

.stars25:before {
	width: 38px;
}

.stars25:after {
	width: 37px;
}

.stars30:before {
	width: 45px;
}

.stars30:after {
	width: 30px;
}

.stars35:before {
	width: 53px;
}

.stars35:after {
	width: 22px;
}

.stars40:before {
	width: 60px;
}

.stars40:after {
	width: 15px;
}

.stars45:before {
	width: 68px;
}

.stars45:after {
	width: 7px;
}

.stars50:before {
	width: 75px;
}

@media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
	.stars05:before,
	.stars10:before,
	.stars15:before,
	.stars20:before,
	.stars25:before,
	.stars30:before,
	.stars35:before,
	.stars40:before,
	.stars45:before,
	.stars50:before {
		background-image: url(../images/icon-star@2x.png);
	}

	.stars00:after,
	.stars05:after,
	.stars10:after,
	.stars15:after,
	.stars20:after,
	.stars25:after,
	.stars30:after,
	.stars35:after,
	.stars40:after,
	.stars45:after {
		background-image: url(../images/icon-star-light@2x.png);
	}
}

.stars00-large,
.stars05-large,
.stars10-large,
.stars15-large,
.stars20-large,
.stars25-large,
.stars30-large,
.stars35-large,
.stars40-large,
.stars45-large,
.stars50-large {
	display: inline-block;
	width: 125px;
	height: 25px;
	line-height: 25px;
	margin-top: -8px;
	margin-right: 6px;
	vertical-align: middle;
}

label > .stars00-large,
label > .stars05-large,
label > .stars10-large,
label > .stars15-large,
label > .stars20-large,
label > .stars25-large,
label > .stars30-large,
label > .stars35-large,
label > .stars40-large,
label > .stars45-large,
label > .stars50-large {
	margin-top: 0;
}

.stars05-large:before,
.stars10-large:before,
.stars15-large:before,
.stars20-large:before,
.stars25-large:before,
.stars30-large:before,
.stars35-large:before,
.stars40-large:before,
.stars45-large:before,
.stars50-large:before {
	content: "";
	display: inline-block;
	height: 25px;
	background-image: url(../images/icon-star-large.png);
	background-size: 25px 25px;
	background-position: left top;
}


.stars00-large:after,
.stars05-large:after,
.stars10-large:after,
.stars15-large:after,
.stars20-large:after,
.stars25-large:after,
.stars30-large:after,
.stars35-large:after,
.stars40-large:after,
.stars45-large:after {
	content: "";
	display: inline-block;
	height: 25px;
	background-image: url(../images/icon-star-light-large.png);
	background-size: 25px 25px;
	background-position: right top;
}

.stars05-large.invert:before,
.stars10-large.invert:before,
.stars15-large.invert:before,
.stars20-large.invert:before,
.stars25-large.invert:before,
.stars30-large.invert:before,
.stars35-large.invert:before,
.stars40-large.invert:before,
.stars45-large.invert:before,
.stars50-large.invert:before {
	background-image: url(../images/icon-star-light-large.png);
}

.stars00-large.invert:after,
.stars05-large.invert:after,
.stars10-large.invert:after,
.stars15-large.invert:after,
.stars20-large.invert:after,
.stars25-large.invert:after,
.stars30-large.invert:after,
.stars35-large.invert:after,
.stars40-large.invert:after,
.stars45-large.invert:after {
	content: none;
}

.stars00-large:after {
	width: 125px;
}

.stars05-large:before {
	width: 13px;
}

.stars05-large:after {
	width: 112px;
}

.stars10-large:before {
	width: 25px;
}

.stars10-large:after {
	width: 100px;
}

.stars15-large:before {
	width: 38px;
}

.stars15-large:after {
	width: 87px;
}

.stars20-large:before {
	width: 50px;
}

.stars20-large:after {
	width: 75px;
}

.stars25-large:before {
	width: 63px;
}

.stars25-large:after {
	width: 62px;
}

.stars30-large:before {
	width: 75px;
}

.stars30-large:after {
	width: 50px;
}

.stars35-large:before {
	width: 88px;
}

.stars35-large:after {
	width: 37px;
}

.stars40-large:before {
	width: 100px;
}

.stars40-large:after {
	width: 25px;
}

.stars45-large:before {
	width: 113px;
}

.stars45-large:after {
	width: 12px;
}

.stars50-large:before {
	width: 125px;
}

@media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
	.stars05-large:before,
	.stars10-large:before,
	.stars15-large:before,
	.stars20-large:before,
	.stars25-large:before,
	.stars30-large:before,
	.stars35-large:before,
	.stars40-large:before,
	.stars45-large:before,
	.stars50-large:before {
		background-image: url(../images/icon-star-large@2x.png);
	}

	.stars00-large:after,
	.stars05-large:after,
	.stars10-large:after,
	.stars15-large:after,
	.stars20-large:after,
	.stars25-large:after,
	.stars30-large:after,
	.stars35-large:after,
	.stars40-large:after,
	.stars45-large:after {
		background-image: url(../images/icon-star-light-large@2x.png);
	}
}

/* Product Category Index */

.product-categories > h2 {
	margin-top: 20px;
}

.product-categories > h2:first-child {
	margin-top: 0;
}

@media (min-width: 640px) {

	.product-categories > h2 {
		margin-top: 50px;
	}

	.product-categories .products-scroller .scroll {
		text-align: left;
	}

	.product-categories .products-scroller .scroll-left {
		left: 5px;
	}

	.product-categories .products-scroller .scroll-right {
		right: 5px;
	}
}

/* My Account Order Index */
.my-account-order-index {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.my-account-order-index a {
	display: block;
	text-decoration: none;
	width: 280px;
}

.my-account-order-index .total {
	display: inline-block;
	width: 75px;
}

.my-account-order-index .time {
	display: inline-block;
	width: 205px;
}

.my-account > h2 {
	border-top: 2px solid black;
	padding-top: 15px;
	margin-top: 20px;
}

.my-account > h2:first-child {
	border-top-style: none;
	padding-top: 0;
	margin-top: 0;
}

.my-account-stored-payment-methods ul,
.my-account-addresses ul,
.my-account-pro-shops ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 400px;
}

.my-account-stored-payment-methods ul:after,
.my-account-addresses ul:after,
.my-account-pro-shops ul:after {
	content: "";
	display: table;
	clear: both;
}

.my-account-stored-payment-methods ul > li,
.my-account-addresses ul > li,
.my-account-pro-shops ul > li {
	clear: left;
}

.my-account-stored-payment-methods ul a,
.my-account-addresses ul a,
.my-account-pro-shops ul a {
	float: right;
}

.my-account-stored-payment-methods .title,
.my-account-addresses .title,
.my-account-pro-shops .title {
	float: left;
}

.my-account-stored-payment-methods .title,
.my-account-addresses ul > li,
.my-account-pro-shops ul > li {
	padding: 8px 0;
}

.my-account-stored-payment-methods a,
.my-account-addresses a,
.my-account-pro-shops a {
	display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding: 6px 10px;
    background-color: #101010;
    text-decoration: none;
    margin: 0 8px;
}

.my-account-stored-payment-methods > a,
.my-account-addresses > a,
.my-account-pro-shops > a {
    margin: 20px 30px 0 0;
    padding: 11px 20px;
}

.hover-enabled .my-account-stored-payment-methods a:hover,
.my-account-addresses a:hover,
.my-account-pro-shops a:hover {
	color: white;
}

.my-account-stored-payment-methods input[type=radio] {
	display: none;
}

.my-account-stored-payment-methods input[type=radio]+label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 3px solid black;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

.my-account-stored-payment-methods input[type=radio]:checked+label:before {
	content: "✖";
}

.confirm input[name=payment-method] {
	display: none;
}

.confirm input[name=payment-method]+h5 > label {
	color: white;
	background-color: #cccccc;
	padding: 6px 20px;
	max-width: 400px;
}

.confirm input[name=payment-method]+h5 > label {
	display: block;
}

.confirm input[name=payment-method]:checked+h5 > label {
	background-color: #101010;
}

.confirm input[name=payment-method]:checked+h5 > label:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/icon-triangle-down.svg);
	background-repeat: no-repeat;
	background-size: 14px 8px;
	background-position: center center;
	width: 14px;
	height: 8px;
	margin-left: 4px;
}

.confirm input[name=payment-method]+h5+form {
	display: none;
}

.confirm input[name=payment-method]:checked+h5+form {
	display: block;
	padding-bottom: 30px;
}

.confirm hr {
	max-width: 500px;
}

/* ----------------------- */

.error {
	color: red;
	padding: 1em 0;
}

#cart {
	max-width: 500px;
	margin-bottom: 25px;
}

#cart thead th {
	width: 60%;
	text-align: left;
	padding-bottom: 10px;
}

#cart thead th+th {
	width: 13%;
}

#cart thead th+th+th+th+th {
	width: 1%;
}

#cart th+td, #cart td+td, #cart th+th {
	text-align: center;
}

#cart em {
	font-size: 11px;
	margin-left: 8px;
}

#cart tbody th {
	text-align: right;
}

#checkout th, #checkout td {
	text-align: left;
}

#checkout tbody th {
	width: 100px;
	font-weight: normal;
	padding-right: 20px;
}

#checkout table {
	margin-top: 20px;
	max-width: 400px;
}

/* Staff Application */

.staff-application input[name=firstname] {
	display: none;
}

/* Bright Ideas Form */

.bright-ideas-form input[name=firstname] {
	display: none;
}

.bright-ideas-form .checkbox-group {
	margin: 15px 0 0 0;
}

/* Motivnation Social Media Page */

.motivnation-social-media input[type=radio] {
	display: none;
}

.motivnation-social-media ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.motivnation-social-media .controls {
	margin-bottom: 30px;
	text-align: center;
}

.motivnation-social-media .controls label {
	background-color: #101010;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	margin-right: 30px;
	padding: 14px 40px;
}

.motivnation-social-media .controls li {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

.motivnation-social-media input[value=all]:checked ~ .controls label[for=motivnation-social-media-filter-all],
.motivnation-social-media input[value=facebook]:checked ~ .controls label[for=motivnation-social-media-filter-facebook],
.motivnation-social-media input[value=twitter]:checked ~ .controls label[for=motivnation-social-media-filter-twitter],
.motivnation-social-media input[value=youtube]:checked ~ .controls label[for=motivnation-social-media-filter-youtube],
.motivnation-social-media input[value=instagram]:checked ~ .controls label[for=motivnation-social-media-filter-instagram] {
	background-color: #fc5930;
}

.motivnation-social-media .records > li {
	margin-top: 30px;
	background-color: #101010;
	color: white;
	position: relative;
	padding-bottom: 35px;
}

.motivnation-social-media .tiled .records > li {
	display: block;
}

.motivnation-social-media .tiled > li {
	float: left;
	width: calc(33.33% - 20px);
	margin-left: 30px;
}

.motivnation-social-media .tiled:after {
	content: "";
	clear: both;
	display: table;
}

.motivnation-social-media .tiled > li:first-child {
	margin-left: 0;
}

.motivnation-social-media .records > li a {
	color: white;
}

.motivnation-social-media .records > li:first-child {
	margin-top: 0;
}

.motivnation-social-media .records .image {
	display: block;
	height: 0;
	padding-top: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.motivnation-social-media .records video {
	background-color: white;
}

.motivnation-social-media .records .image > .video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.motivnation-social-media .records .image > .video span,
.motivnation-social-media .records .image > .video iframe {
	height: 100% !important;
}

.motivnation-social-media .records .image > .video.placeholder {
	background-image: url(../images/icon-play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20% 20%;
}

.motivnation-social-media .records .text {
	display: block;
	padding: 24px 30px;
}

.motivnation-social-media .records .link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: -999px;
	background-position: center center;
	background-size: auto 16px;
	background-repeat: no-repeat;
}

.motivnation-social-media .facebook .link {
	background-image: url(../images/icon-facebook-white.svg);
}

.motivnation-social-media .twitter .link {
	background-image: url(../images/icon-twitter-white.svg);
}

.motivnation-social-media .activity {
	position: absolute;
	left: 28px;
	bottom: 8px;
}

.motivnation-social-media .activity a {
	display: inline-block;
	line-height: 44px;
	vertical-align: middle;
	text-decoration: none;
	margin-right: 10px;
}

.motivnation-social-media .shares:before,
.motivnation-social-media .favorite:before,
.motivnation-social-media .likes:before,
.motivnation-social-media .views:before,
.motivnation-social-media .comments:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}

.motivnation-social-media .shares:before {
	background-image: url(../images/icon-retweet-white.svg);
}

.motivnation-social-media .favorite:before {
	background-image: url(../images/icon-favorite-white.svg);
}

.motivnation-social-media .likes:before {
	background-image: url(../images/icon-like-white.svg);
}

.motivnation-social-media .views:before {
	background-image: url(../images/icon-views-white.svg);
}

.motivnation-social-media .comments:before {
	background-image: url(../images/icon-comments-white.svg);
}

.motivnation-social-media .facebook .activity .shares,
.motivnation-social-media .twitter .activity .comments {
	display: none;
}

.motivnation-social-media input[value=all]:checked ~ .records > li,
.motivnation-social-media input[value=facebook]:checked ~ .records > li.facebook,
.motivnation-social-media input[value=twitter]:checked ~ .records > li.twitter,
.motivnation-social-media input[value=youtube]:checked ~ .records > li.youtube {
	display: block;
}

.motivnation-social-media-lightbox {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
}

.motivnation-social-media-lightbox .screen {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.5;
	z-index: 0;
}

.motivnation-social-media-lightbox .foreground {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	height: 100%;
	margin: auto;
	overflow-y: auto;
}

.motivnation-social-media-lightbox.motivnation-social-media .records > li {
	display: block;
}

@media (min-width: 600px) {
	.motivnation-social-media-lightbox.motivnation-social-media .records .image {
		float: left;
		width: 50%;
		padding-top: 50%;
	}

	.motivnation-social-media-lightbox.motivnation-social-media .records .content {
		padding-bottom: 35px;
	}

	.motivnation-social-media-lightbox.motivnation-social-media .records .image + .content {
		float: right;
		width: 50%;
	}

	.motivnation-social-media-lightbox.motivnation-social-media .activity {
		left: 50%;
		margin-left: 28px;
	}

	.motivnation-social-media-lightbox.motivnation-social-media .records > li {
		padding-bottom: 0;
		margin-top: 30px;
	}

	.motivnation-social-media-lightbox.motivnation-social-media .records > li:after {
		content: "";
		display: table;
		clear: both;
	}
}

/*----------Events----------*/
.events aside{
	display: none;
}
.events main{width: 100%;}
.event-table-container{overflow:auto;position: relative;z-index: 100;}
.events table{
	width: calc(100% - 2px);
	min-width: 700px;
	border-collapse:collapse
}
.events table tr:nth-child(odd) {
	background: #efefef;
}
.events table tr:first-child {
	background: #fff;
	border-bottom: 1px solid #999;
}
.events table th{
	text-align:left;
	padding:  20px 10px;
}
.events table td{
	padding: 30px 10px;
}
#event-map{
	height: 600px;
	width: 100%;
	background-color: #ccc;
	margin-top: 15px;
	margin-bottom: 30px;
}
.event-details table{
	width: calc(50% - 25px);
}
.event-details .event-info{
	font-size: 14px;
}
.event-details .details{
	width: 100%;
	margin: 30px auto;
	clear: both;
}
.registration-container{
	clear: both;
}
.registration-container a{
	color: #fff;
	text-decoration:none;
}
.registration-link{
	padding: 15px 20px;
	background-color: #000;
	display: inline-block;
	color: white;
	text-decoration: none;
}

.registration-link + .registration-link {
	margin-left: 10px;
}

.registration-link:hover{
	background-color: #e63201;
	color: white;
}
#event-details-map{
	width: 50%;
	height: 365px;
	float: right;
	margin-top: 18px;
	margin-bottom: 18px;
}
tr.event-highlight{
	border: 1px solid #e63201;
}
a.back-link{
	font-size: 14px;
	color: #e63201;
	text-decoration: none;
}
a.back-link:hover{
	color: #999;
}
.back-link:before{
	font-feature-settings: 'liga';
	font-family: 'Material Icons';
	content: 'arrow_back_ios';
	position: relative;
	bottom: -2px;
}
@media only screen and (max-width: 950px){
	#event-details-map{
		width: 100%;
		margin-bottom: 30px;
	}
	.event-details table{
		width: 100%;
	}
}
.event-title{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Commercial Account Registration */

.commercial-account-registration input[name=firstname] {
	display: none;
}

.commercial-account-registration .mobile-checkbox {
	padding-top: 5px;
}

.manage-pro-shop-listing-index ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.manage-pro-shop-listing-index li {
	padding: 5px 0;
}

.manage-pro-shop-listing input[type=submit] ~ a {
	margin-right: 30px;
}

@media (min-width: 600px) {
	.commercial-account-registration .group1,
	.manage-pro-shop-listing .group1 {
		float: left;
		width: 48%;
	}

	.commercial-account-registration .group2,
	.manage-pro-shop-listing .group2 {
		float: right;
		width: 48%;
	}
}

.attention {
	color: #ce2525;
}

.error {
	color: red;
}

.free-shipping-message {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}


div.additional-shipping-options {
	display: none;
	padding: 15px;
}

label.additional-shipping-options {
	display: inline-block;
	background-color: #242424;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 20px;
}

label.additional-shipping-options:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/icon-triangle-down2.svg);
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: center;
	width: 11px;
	height: 11px;
	margin: -2px 0 0 2px;
}

#additional-shipping-options:checked ~ div.additional-shipping-options {
	display: block;
}

/* Blog */

.blog-post-links {
	text-transform: uppercase;
	padding-top: 45px;
	padding-bottom: 30px;
}

.blog-post-links > a {
	text-decoration: none;
}

.blog-post-links > a.previous:before,
.blog-post-links > a.next:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 12px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: -1px;
}

.blog-post-links > a.previous:before {
	background-image: url(../images/icon-link-previous-arrow.svg);
	margin-right: 6px;
}

.blog-post-links > a.next:after {
	background-image: url(../images/icon-link-next-arrow.svg);
	margin-left: 6px;
}

.blog-post-links .next {
	float: right;
}

@media (min-width: 620px) {
	.blog-post-links {
		padding-bottom: 0;
	}
}

.blog-header-image {
	height: 300px;
	background-position: center center;
	background-size: cover;
	backgroud-repeat: no-repeat;
}

@media (min-width: 800px) {
	.blog-header-image {
		height: 500px;
	}
}

/* Product Filters */
.sub-navigation .filters {
	padding-left: 11px;
	padding-bottom: 26px;
}

.sub-navigation .filters label {
	display: block;
}

.sub-navigation .filters input {
	display: none;
}

.sub-navigation .filters > ul {
	width: 132px;
}

.sub-navigation .filters > ul > li {
	border-bottom: 1px solid #acacac;
}

.sub-navigation .filters > ul > li > label {
	font-weight: bold;
	padding: 6px 0 5px 2px;
}

.sub-navigation .filters > ul > li > label:after {
	content: "";
	float: right;
	width: 13px;
	height: 9px;
	background-image: url(../images/icon-triangle-down2-black.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-right: 6px;
}

.sub-navigation .filters > ul > li > input[type=checkbox]:checked + label:after {
	background-image: url(../images/icon-triangle-up2-black.svg);
}

.sub-navigation .filters ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-navigation .filters ul ul {
	display: none;
	padding-bottom: 25px;
}

.sub-navigation .filters ul ul > li {
	margin-top: 9px;
}

.sub-navigation .filters ul ul > li:first-child {
	margin-top: 7px;
}

.sub-navigation .filters input[type=checkbox]:checked ~ ul {
	display: block;
}

.sub-navigation .filters ul ul input[type=checkbox] + label:before {
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #acacac;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
	text-align: center;
	line-height: 15px;
}

.sub-navigation .filters ul ul input[type=checkbox]:checked + label:before {
	content: "✖";
}

/* Drilling Layout Form */

.drilling-layout-form {
	text-align: center;
}

.drilling-layout-form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.drilling-layout-form > ul > li {
	padding-bottom: 20px;
}

.drilling-layout-form ul ul li {
	display: inline-block;
}

.drilling-layout-form ul ul li + li {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
/*
.drilling-layout-form h2.required:after {
	content: " *";
}
*/

.drilling-layout-form input[type=radio] {
	position: absolute;
	z-index: 1;
}

.drilling-layout-form input[type=text],
.drilling-layout-form input[type=email],
.drilling-layout-form textarea {
	color: #242424;
	border-style: none;
	background-color: #cfcfcf;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	width: 280px;
}

.drilling-layout-form input[type=text]::placeholder {
	color: white;
	opacity: 1;
}

.drilling-layout-form input[type=text]:-ms-input-placeholder {
	color: white;
}

.drilling-layout-form input[type=text]::-ms-input-placeholder {
	color: white;
}

.drilling-layout-form input + input[type=text] {
	color: white;
	width: 80px;
	position: relative;
	z-index: 2;
}

.drilling-layout-form input:checked + input[type=text] {
	background-color: #242424;
}

.drilling-layout-form label {
	color: white;
	display: inline-block;
	padding: 10px 20px;
	background-color: #cfcfcf;
	min-width: 80px;
	position: relative;
	z-index: 2;
}

.drilling-layout-form input:checked + label {
	background-color: #242424;
}

#drilling-layout-form-pap-2:checked + label {
	background-color: red;
}

.drilling-layout-form button, .drilling-layout-form .button {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	margin: 20px 0 0 0;
	padding: 11px 20px;
	background-color: #101010;
	border-style: none;
	text-decoration: none;
	cursor: pointer;
}

.drilling-layout-form input[name=firstname] {
	display: none;
}

.standard-form label[for=guest_product_registration]{
	width: auto !important;
	padding: 10px 8px !important;
	vertical-align: top;
}

.standard-form a.button#sign-in-up-button{
	vertical-align: top;
	margin-top: 0;
	margin-right: 0;
}

.warranty-registration-form #guest_product_registration:not(:checked) ~ .form-content,
.warranty-registration-form #guest_product_registration:not(:checked) ~ label {
	display: none !important;
}

.warranty-registration-form #guest_product_registration:checked ~ label[for=product_registrant_type_proshop],
.warranty-registration-form #guest_product_registration:checked ~ label[for=product_registrant_type_bowler] {
	display: inline-block;
}

.warranty-registration-form #guest_product_registration:checked ~ .form-sign-in {
	display: none;
}

.warranty-registration-form label[for=product_bowling_undrilled],
.warranty-registration-form label[for=product_bowling_ball],
.warranty-registration-form label[for=product_bowling_bag] {
	display: none;
}

.warranty-registration-form #product_registrant_type_proshop:checked ~ label[for=product_bowling_undrilled],
.warranty-registration-form #product_registrant_type_proshop:checked ~ label[for=product_bowling_ball],
.warranty-registration-form #product_registrant_type_proshop:checked ~ label[for=product_bowling_bag],
.warranty-registration-form #product_registrant_type_bowler:checked ~ label[for=product_bowling_ball],
.warranty-registration-form #product_registrant_type_bowler:checked ~ label[for=product_bowling_bag] {
	display: inline-block;
}

.warranty-registration-form .pro-shop-information > .customer {
	display: none;
}

.warranty-registration-form #product_bowling_ball:checked ~ .pro-shop-information > .customer,
.warranty-registration-form #product_bowling_bag:checked ~ .pro-shop-information > .customer {
	display: block;
}

.warranty-registration-form .pro-shop-information,
.warranty-registration-form .your-information,
.warranty-registration-form .bowling-ball-details,
.warranty-registration-form .bowling-bag-details {
	display: none;
}

.warranty-registration-form #product_registrant_type_proshop:checked ~ .pro-shop-information,
.warranty-registration-form #product_registrant_type_bowler:checked ~ .your-information,
.warranty-registration-form #product_bowling_undrilled:checked ~ .bowling-ball-details,
.warranty-registration-form #product_bowling_ball:checked ~ .bowling-ball-details,
.warranty-registration-form #product_bowling_bag:checked ~ .bowling-bag-details,
.warranty-registration-form #product_bowling_undrilled:checked ~ .common,
.warranty-registration-form #product_bowling_ball:checked ~ .common,
.warranty-registration-form #product_bowling_bag:checked ~ .common {
	display: block;
}

.warranty-registration-form #ball-too-old-message {
	display: none;
}

.warranty-registration-form #product_bowling_undrilled:checked ~ .bowling-ball-details > #ball_proof_of_purchase_fieldset {
	display: none;
}

.warranty-registration-form .registered-products {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.warranty-registration-form .registered-products li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
	margin-left: 4px;
}

.warranty-registration-form .registered-products label {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	color: white;
	padding: 6px 8px;
	background-color: #cfcfcf;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.warranty-registration-form .registered-products input:checked + label,
.warranty-registration-form #bag_product_registration_id_other:checked + .registered-products label[for=bag_product_registration_id_other],
.warranty-registration-form #ball_product_registration_id_other:checked + .registered-products label[for=ball_product_registration_id_other] {
	background-color: #242424;
}

.warranty-registration-form #ball_product_registration_id_other:not(:checked) ~ .product-details,
.warranty-registration-form #bag_product_registration_id_other:not(:checked) ~ .product-details {
	display: none;
}

.warranty-registration-form .error {
	font-weight: bold;
	clear: both;
}


/* Gift Cards */

.order-gift-card label {
	display: block;
}

.order-gift-card label:after {
	content: ":";
}

.order-gift-card .input {
	margin-top: 10px;
}

.order-gift-card .input:first-child {
	margin-top: 0;
}

.gift-card-options {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
	color: #101010;
	font-weight: bold;
}

.gift-card-options > li {
	display: inline-block;
	width: 245px;
	vertical-align: top;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gift-card-options > li:before {
	content: "";
	display: block;
	width: 100%;
	height: 222px;
	background-image: url(../images/gift-card-large.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 8px;
}

.gift-card-options button {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	margin: 8px 0 0 0;
	padding: 11px 20px;
	line-height: 26px;
	background-color: #101010;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	border-style: none;
	cursor: pointer;
}

.gift-card-options button:hover {
	background-color: #e63201;
}

/* Arsenal Builder */

#arsenal-builder {
	text-align: center;
}

#arsenal-builder select:invalid + button {
	background-color: #c0c0c0;
}

#arsenal-builder h2 {
	color: white;
	background-color: black;
	text-align: center;
	font-size: 48px;
	padding: 0.2em 0 0.25em;
	line-height: 1em;
	margin-bottom: 30px;
}

#arsenal-builder .selections {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#arsenal-builder .selections li {
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

#arsenal-builder select {
	border: 1px solid #eee;
	padding: 12px 20px;
	font-size: 18px;
	border-radius: 3px;
	width: 200px;
	height: 48px;
	box-sizing: border-box;
}

#arsenal-builder select + button {
	margin-left: 5px;
}

#arsenal-builder button,
#arsenal-builder .button {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 0 20px;
	background-color: #101010;
	border-style: none;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	height: 48px;
	line-height: 48px;
}

#arsenal-builder input[type=text],
#arsenal-builder textarea {
	display: block;
	border: 2px solid #101010;
	box-sizing: border-box;
	font-size: 18px;
	margin: 10px auto 0;
	padding: 15px 20px;
	width: 100%;
	max-width: 535px;
	box-sizing: border-box;
}

#arsenal-builder input[type=text] {
	text-align: center;
	height: 48px;
}

#arsenal-builder textarea {
	text-align: left;
	resize: vertical;
}

#arsenal-builder .controls {
	padding: 15px;
}

#arsenal-builder .controls button,
#arsenal-builder .controls .button{
	margin: 4px;
	padding-left: 60px;
	padding-right: 60px;
}

@media (min-width: 900px) {
	#arsenal-builder .selections li {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
	}

	#arsenal-builder .preview {
		float: left;
		width: 49%;
	}

	#arsenal-builder .panel {
		float: right;
		width: 49%;
	}
}

@media (min-width: 1300px) {
	#arsenal-builder .selections {
		text-align: left;
		width: 556px;
		margin: 0 auto;
	}

	#arsenal-builder .selections li {
		display: inline-block;
	}
}

#saved-arsenals {
	clear: both;
}

#saved-arsenals > h2 {
	color: white;
	background-color: black;
	text-align: center;
	font-size: 48px;
	padding: 0.2em 0 0.25em;
	line-height: 1em;
	margin-bottom: 30px;
}

#saved-arsenals > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#saved-arsenals > ul > li {
	display: inline-block;
	vertical-align: top;
	background-color: black;
	color: white;
	text-align: center;
	padding: 8px 6px;
	width: 100%;
	max-width: 386px;
	margin: 0 0 20px;
	box-sizing: border-box;
}

#saved-arsenals .name {
	font-size: 32px;
	line-height: 1em;
	margin-top: 10px;
}

#saved-arsenals a.icon {
	display: inline-block;
	padding: 10px;
}

#saved-arsenals a.icon > span {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
}

#saved-arsenals a.share > span {
	background-image: url(../images/icon-share-white.svg);
}

#saved-arsenals a.download > span {
	background-image: url(../images/icon-download-white.svg);
}

#saved-arsenals a.edit > span {
	background-image: url(../images/icon-edit-white.svg);
}

#saved-arsenals a.delete > span {
	background-image: url(../images/icon-trash-white.svg);
}

.shared-arsenal-title {
	background-color: black;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 32px;
	line-height: 1em;
}

#saved-arsenals .new-button {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 0 20px;
	background-color: #101010;
	border-style: none;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	height: 48px;
	line-height: 48px;
	max-width: 300px;
}

#saved-arsenals p > span {
	display: block;
	margin-bottom: 10px;
}

#saved-arsenals p:after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 500px) {
	#saved-arsenals > ul > li {
		margin-left: 11px;
		margin-right: 11px;
	}
}

@media (min-width: 950px) {
	#saved-arsenals p > span {
		display: inline;
		margin-bottom: 0;
	}

	#saved-arsenals .new-button {
		float: right;
		width: auto;
	}
}

@media (min-width: 1300px) {
	#saved-arsenals > ul {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.my-account-arsenals {
	padding-top: 20px;
}

.my-account-arsenals a {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 6px 10px;
	background-color: #101010;
	text-decoration: none;
	padding: 11px 20px;
}

.my-account-arsenals:after {
	content: "";
	clear: both;
	display: table;
}

.my-account-registered-products {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.my-account-registered-products li + li {
	margin-top: 5px;
}

.homepage-honor-scores {
	text-align: center;
	background-color: black;
	color: white;
	padding: 190px 20px 162px;
	background-image: url(../images/homepage-honorscores-mobile.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.homepage-honor-scores h2 {
	font-size: 30px;
}

.homepage-honor-scores a {
	display: inline-block;
	width: 250px;
	line-height: 72px;
	background-color: white;
	color: black;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.homepage-honor-scores .wrapper {
	max-width: 1300px;
	margin: auto;
}

.homepage-honor-scores p {
	margin: 0;
	color: #e06838;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.homepage-honor-scores p + p {
	color: inherit;
	margin-top: 3px;
}

.homepage-honor-scores .link {
	padding-top: 60px;
}

.homepage-honor-scores .text:before {
	display: block;
	margin: auto;
	content: "";
	height: 90px;
	background-image: url(../images/logo-motiv-orange-alt.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

@media (min-width: 800px) {
	.homepage-honor-scores {
		background-image: url(../images/homepage-honorscores-desktop.jpg?v3);
		background-size: cover;
	}

	.homepage-honor-scores a {
		color: #e06838;
		font-size: 25px;
		width: 520px;
	}

	.homepage-honor-scores h2 {
		font-size: 40px;
		margin-top: 18px;
	}

	.homepage-honor-scores h3 {
		display: none;
	}

	.homepage-honor-scores .link {
		padding-top: 78px;
	}

	.homepage-honor-scores p {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.homepage-honor-scores .text {
		float: left;
		width: 49%;
	}

	.homepage-honor-scores .link {
		float: right;
		width: 49%;
		text-align: left;
	}

	.homepage-honor-scores:after {
		content: "";
		display: table;
		width: 0;
		height: 0;
		clear: both;
	}
}

.honor-scores-form input[name=name] {
	display: none;
}

.honor-scores-form legend {
	padding: 0;
}

.honor-scores-form input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 4px solid #0f0f0f;
	padding: 4px;
}

.honor-scores-form select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 4px solid #0f0f0f;
	padding: 4px;
	background-color: white;
}

.honor-scores-form legend,
.honor-scores-form label:first-child {
	font-size: 18px;
	font-weight: bold;
}

.honor-scores-form fieldset {
	border: 0;
	padding: 0.01em 0 0 0;
	margin: 0;
	min-width: 0;
}

.honor-scores-form .required legend:after,
.honor-scores-form .required label:first-child:after {
	content: " *";
	color: #e06839;
}

.honor-scores-form legend,
.honor-scores-form label,
.honor-scores-form .details {
	display: inline;
}

.honor-scores-form .column > * {
	margin-top: 30px;
}

.honor-scores-form .name > .input-group {
	float: left;
	width: 47%;
}

.honor-scores-form .name > .input-group + .input-group {
	float: right;
}

.honor-scores-form .address > .city,
.honor-scores-form .address > .country {
	float: left;
	width: 47%;
}

.honor-scores-form .address > .state,
.honor-scores-form .address > .zip {
	float: right;
	width: 47%;
}

.honor-scores-form .name:after {
	content: "";
	display: table;
	clear: both;
}

.honor-scores-form .address .input-group {
	margin-top: 8px;
}

.honor-scores-form .address .no-label {
	margin-top: 0;
}

.honor-scores-form input[type=file] {
	padding: 90px 20px 10px;
	text-align: center;
	background-image: url(../images/upload-background.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 114px 74px;
	background-color: #f4f4f4;
	cursor: pointer;
}

.honor-scores-form input[type=file]::file-selector-button {
	display: none;
}

.honor-scores-form .submit {
	text-align: center;
	margin-top: 30px;
}

.honor-scores-form button {
	font-weight: bold;
	text-transform: uppercase;
	appearance: none;
	background-color: #f05e23;
	color: white;
	border-style: none;
	width: 218px;
	text-align: center;
	font-size: 25px;
	padding: 16px 0 16px;
	cursor: pointer;
}

.honor-scores-form input[type=checkbox] {
	display: inline-block;
	width: auto;
}

@media (min-width: 800px) {
	.honor-scores-form .submit {
		text-align: center;
		margin-top: 0;
	}

	.honor-scores-form button {
		position: relative;
		top: -63px;
	}
	
	.honor-scores-form .submit {
		clear: both;
		text-align: right;
	}

	.honor-scores-form .column {
		width: 47%;
		float: left;
	}

	.honor-scores-form .column + .column {
		float: right;
	}
}