/*Local Fixes*/

/* Local Nav */

@media only screen and (max-width: 359px) {
	#ac-localnav .ac-ln-button {
		font-size: 11px !important;
	}
}

/*Bundle Chiclets*/
@media only screen and (min-width: 1069px) {
	.bundle-chiclets {
		margin-top: -22px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: -55px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-footer .column:first-of-type .chiclets {
		margin-top: 73px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.bundle-chiclets {
		padding-top: 0px;
	}
}

/*Local nav*/
@media only screen and (max-width: 1023px) {
	.ac-ln-menu-item:last-child {
		margin-top: 1px !important;
	}
}

/*2D and 3D tablist*/
@media only screen and (max-width: 1068px) {
	.gallery.tabnav-fade-gallery .tabnav-wrapper .tabnav-items {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}
