/* ===== +AIRBRUSH PARTS FINDER+ ===== */
/*.sub-nav{
	display: none;
}
.map-an-image__container{
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 30px 0;
}
.apf-image__dot{
	cursor: pointer;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	background: #000;
	border: 9px solid #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.apf-image__dot--existing{
	opacity: 0.75;
}
.apf-image__dot--existing:hover{
	opacity: 1;
}
.apf-product-title {
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
}
.apf-image-tooltip {
	background: #fff;
	box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25);
	padding: 60px 30px;
	z-index: 1;
	text-align: left;
	width: 100%;
	max-width: 330px;
}
.apf-image-wrapper {
	position: relative;
	display: inline-block;
}
.apf-image-tooltip__desktop {
	display: none;
}
.apf-search-results {
	position: absolute;
	left: 70px;
}
[ng-click]{
	cursor: pointer;
}
.apf-parts-list__desktop li a.active{
	color: #000;
}
@media screen and (min-width: 960px) {
	.apf-image-tooltip {
		transition: all 0.1s cubic-bezier(0.2, 0.5, 0.5, 1);
	}
	.apf-image-tooltip__mobile {
		display: none;
	}
	.apf-image-tooltip__desktop {
		display: block;
	}
}*/