* {
	margin: 0;
	padding: 0;
}

body {
	box-sizing: border-box;
	min-width: 320px;
	overflow-x: hidden;
	overflow-y: scroll;
	-moz-box-sizing: border-box;
	-ms-text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

img {
	border: none;
	margin: 0 auto;
}

.d-none {
	display: none;
}

.mrktBand .vertical-align-center-row {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.mrktBand .vertical-align-center-col {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.container, .vertical-align-center-col, .vertical-align-center-col > * {
	max-width: 100%;
}

.mrktBand .vertical-align-center-col img {
	flex-shrink: 0;
}

.mrktBand {
	font-size: 21px;
	padding: 2% 0;
}

.mrktBand .img-block, .mrktBand .text-block, #demo-videos .thumbnail img,
#demo-videos #hover-cap-4col, #demo-videos #hover-cap-4col .thumbnail a {
	float: left;
	width: 100%;
}

.mrktBand.pad-text-only {
	padding: 0;
}

.mrktBand.pad-text-only .text-block {
	padding-bottom: 3%;
	padding-top: 3%;
}

.mrktBand h3 {
	line-height: 40px;
	text-transform: capitalize;
}

.mrktBand p, .mrktBand ul li {
	color: #cccccc;
	font-size: 18px;
	line-height: 30px;
}

.mrktBand p {
	font-size: 22px;
}

.mrktBand .img-block ul li {
	float: left;
	height: 200px;
	list-style: none;
	position: relative;
	width: 49%;
}

.mrktBand .img-block ul li img {
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.mrktBand-powderBlue {
	background-color: #b0e0e6;
	color: #333333;
	font-size: 21px;
}

.mrktBand-white {
	background-color: #ffffff;
	color: #333333;
	font-size: 21px;
}

.mrktBand-lightGray {
	background: #F0F0ED;
	color: #000000;
	font-size: 21px;
}

.mrktBand-lightGray h3, .mrktBand-white h3, .mrktBand-powderBlue h3 {
	color: #000000;
}

.mrktBand-lightGray ul li, .mrktBand-lightGray p,
.mrktBand-white ul li, .mrktBand-white p,
.mrktBand-powderBlue ul li, .mrktBand-powderBlue p {
	color: #333333;
}

.mrktBand-red {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 21px;
}

.mrktBand-pink {
	background-color: #800080;
	color: #ffffff;
	font-size: 21px;
}

.mrktBand-black {
	background: #000000;
	color: #ffffff;
	font-size: 21px;
}

.mrktBand-gray {
	background: #666666;
}

.mrktBand-gray h3, .mrktBand-black h3,
.mrktBand-pink h3, .mrktBand-red h3 {
	color: #ffffff;
}

.mrktBand-gray ul li, .mrktBand-gray p,
.mrktBand-black ul li, .mrktBand-black p,
.mrktBand-pink ul li, .mrktBand-pink p
.mrktBand-red ul li, .mrktBand-red p {
	color: #CCCCCC;
}

.single-img, .hs-img img {
	margin: 0 auto;
}

#text-center {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.text-center, .cart-sku, ul.common-footer-links {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.bun-space {
	padding-bottom: 15px;
	padding-top: 15px;
}

#registerDIV .row, #dealerDIV .row, #contactusDIV .row, #optinDIV .row,
#crForm .row, #track-ship .row, .bun-space-bottom {
	padding-bottom: 15px;
}

.bun-space-left {
	padding-left: 15px;
}

.bun-space-top {
	padding-top: 15px;
}

.sandwich-bottom, #contactusDIV #fa-laptop label {
	margin-bottom: 15px;
}

.sandwich-top {
	margin-top: 15px;
}

.sandwich {
	margin-bottom: 15px;
	margin-top: 15px;
}

.section-title {
	background-color: #3881c5;
	color: #fff;
	margin: 9px 0;
}

.section-title h1, .section-title h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 9px 0;
	text-align: center;
	text-transform: uppercase;
}

.list-sku-desc-bg-clr {
	background-color: #E8E8E8;
}

#missing {
	margin: 6px 3px 6px 6px;
	padding: 15px 15px 15px 33px;
}

#link_email {
	color: #2662BD;
	margin: 0;
	padding: 2px;
	text-decoration: none;
}

ul#colorsList li#c15, .list-colors img.c15 {
	background: #C9C9C9;
	padding: 1px;
}

ul#social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#social-icons li {
	background-color: #ffffff;
	border-radius: 100%;
	display: inline-block;
	height: 33px;
	margin-right: 7px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 33px;
}

ul#social-icons li a {
	border-radius: 100%;
	float: left;
	height: 100%;
	line-height: 29px;
	width: 100%;
}

ul#social-icons li a i {
	color: #ffffff;
	font-size: 24px;
	line-height: inherit;
}

ul#social-icons li a.facebook {
	background-color: #3b5998;
	border: 1px solid #3b5998;
	line-height: 32px;
}

ul#social-icons li a.twitter {
	background-color: #00aced;
	border: 1px solid #00aced;
}

ul#social-icons li a.googleplus {
	background-color: #dd4b39;
	border: 1px solid #dd4b39;
}

ul#social-icons li a.youtube {
	background-color: #bb0000;
	border: 1px solid #bb0000;
}

ul#social-icons li a.soundcloud {
	background-color: #ff7700;
	border: 1px solid #ff7700;
}

ul#social-icons li a.instagram {
	background-color: #6dc993;
	border: 1px solid #6dc993;
}

ul#social-icons li a.spotify {
	background-color: #828282;
	border: 1px solid #828282;
}

ul#social-icons li a.pinterest {
	background-color: #c92228;
	border: 1px solid #c92228;
}

ul#social-icons li a.linkedin {
	background-color: #0077B5;
	border: 1px solid #0077B5;
}

.newsContent {
	margin-top: 5px;
	width: 100%;
}

.newsContent h1 {
	margin-top: 10px;
	font-weight: normal;
}

.newsContent h2 {
	font-size: 12px;
}

.newsTitle {
	font-size: 16px;
	margin-bottom: 2px;
}

.newsLeft {
	float: left;
	width: 390px;
}

.newsRight {
	float: right;
	width: 280px;
}

.newsDate, .newsURL, .newsTitle, .care-sub-sub-heading {
	font-weight: bold;
}

.newsMore {
	float: right;
	padding-bottom: 6px;
	padding-top: 3px;
	text-align: right;
}

.innerContent {
	margin-right: 5px;
	margin-bottom: 15px;
}

.newsImage {
	float: left;
	margin-right: 14px;
	min-height: 90px;
}

.newsLeft img {
	width: 70px;
}

.viewMore {
	float: right;
	font-weight: bold;
	margin-top: 3px;
	text-align: right;
}

#newsContent {
	overflow: auto;
	width: 100%;
}

#newsLeft {
	float: left;
	height: 99px;
	overflow: hidden;
	width: 90px;
}

.newsHeader {
	border-bottom: thin solid #CCCCCC;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 15px;
}

#button-down, #button-up {
	background-color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	float: right;
	height: 45px;
	opacity: 0.7;
	padding: 7px;
	position: fixed;
	right: 9px;
	white-space: nowrap;
	width: 85px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#button-up {
	background: url("https://www.voxxintl.com/images/common/scroll-up.png") no-repeat center;
	bottom: 110px;
}

#button-down {
	background: url("https://www.voxxintl.com/images/common/scroll-down.png") no-repeat center;
	bottom: 40px;
}

#360changeImg, #changeImg {
	margin-left: 4px;
	padding-top: 2px;
}

#sitemap .link {
	float: left;
	line-height: 18px;
	margin: 7px 0;
}

#sitemap .link span {
	float: left;
	font-size: 24px;
	margin-left: 10px;
}

#sitemap .link.sub-item {
	line-height: 16px;
	margin: 5px 0 5px 30px;
}

#sitemap .link a {
	float: left;
	margin-left: 15px;
}

#sitemap .link.sub-item a {
	margin-left: 10px;
}

.downloads-sw {
	float: left;
	padding: 15px 0;
}

#bbbFrame {
	float: right;
	height: 58px;
	margin: 0;
	padding: 0;
	width: 213px;
}

.main-search-holder, #searchbar, .w-100 img {
	display: inline-block;
}

.sku-box-sm, .sku-box-md {
	float: left;
	margin-right: 30px;
}

.prod-det-all {
	border: 1px solid #CDCDCD;
	float: left;
	line-height: 27px;
	margin: 0;
	padding: 12px 24px 24px;
	width: 100%;
}

.prod-det-all .row {
	left: 41px;
	margin-top: 24px;
	min-height: 868px;
	position: relative;
}

.prod-det-all .strike {
	display: block;
	margin: 12px 0;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}

.prod-det-all .strike > span {
	color: black;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	position: relative;
}

.prod-det-all .strike > span:before,
.prod-det-all .strike > span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #ccc;
}

.prod-det-all .strike > span:before {
	right: 100%;
	margin-right: 15px;
}

.prod-det-all .strike > span:after {
	left: 100%;
	margin-left: 15px;
}

.prod-det-all .tab-data {
	float: left;
	text-align: justify;
	width: 100%;
}

.prod-det-all .sub-heading p {
	color: #6B6A6A;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}

.prod-det-all .tab-data .long-desc {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

ul.features li h4, ul.features li h5, ul.features li h6 {
	color: #6B6A6A;
	font-family: open-sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

ul.videos, ul.manuals, ul.downloads, ul.features, ul.specs,
.sku-in-the-box ul, .sku-sup-man ul {
	list-style: inherit;
	margin-left: 3px;
	padding-left: 15px;
}

.cart-carton-qty {
	color: #fff;
	font-family: PFHausSquarePro-Bold, sans-serif;
	text-align: center;
}

.cart-carton-qty p {
	font-size: 18px;
}

#bottom-back-top {
	bottom: 24px;
	cursor: pointer;
	opacity: 0;
	position: fixed;
	right: 27px;
	width: 35px;
}

.bottom-back-top {
	opacity: 1 !important;
}

.care-link {
	background: grey;
	color: #FFF;
	font-weight: 600;
	padding: 12px;
}

.care-link:hover, .care-link:focus, .button-br:hover {
	color: #FFF;
}

#care-container {
	margin-top: 24px;
}

#care-container .care-menu-btn {
	font-size: 26px;
	font-weight: bold;
	max-width: 38px;
	padding: 0 3px;
	text-decoration: none;
}

#content_block p {
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 10px;
}

#care-header {
	border-bottom: 1px dotted #CACACA;
	margin-bottom: 10px;
	position: relative;
}

#side_nav {
	background-color: #fafafa;
	border: 1px solid #E4E4E4;
	padding: 6px 10px 0;
}

#care-container section a {
	color: #444;
	display: block;
	font-size: 16px;
	line-height: 35px;
	padding: 0 5px;
	position: relative;
	text-decoration: none;
}

#care-container section a:hover, #care-container section a:focus,
#care-container section a:active {
	background: #ececec;
}

#care-container section ul {
	list-style: none;
	margin: 0 3px 12px 0;
	padding: 0;
}

#care-container section ul li a span {
	color: #B2AAAA;
	float: right;
}

h3.cc-main-topic {
	border-bottom: 1px dotted #CCC;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: .8em;
	padding-bottom: .8em;
}

.cc-home-links {
	border: 1px dotted #CCC;
	margin: 1.5em 0;
	padding: 1em 1.5em;
}

#care-container h2 {
	font-size: 24px;
}

#care-container h3 {
	font-size: 18px;
	margin: 15px 0;
	text-transform: none;
}

#care-container h4 {
	color: #333;
	font-weight: 600;
	margin: 10px 0;
	padding: 0;
}

#care-left-nav h4 {
	font-size: 16px;
}

#care-header .home {
	bottom: 50%;
	color: #A8A8A8;
	font-size: 1em;
	font-weight: 100;
	height: 1em;
	margin-bottom: -.5em;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.cc-home-links h4 {
	font-size: 1.4em;
	font-weight: 100;
	margin-bottom: 1em;
}

.cc-home-links ul {
	margin-left: 0;
}

.cc-home-links ul li {
	display: inline-block;
	margin: 0 .5em .5em 0;
}

.cc-home-links ul li a {
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: .4em .8em;
}

.cc-account #content_block ul {
	list-style: disc;
	margin-left: 1.4em;
}

.cc-account #content_block ul li {
	line-height: 1.4;
	list-style-position: outside;
	margin: 1em 0;
}

ul.cc_credit-card {
	background: rgba(0, 0, 0, 0.06);
	border: 1px solid #CCC;
	display: block;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	text-align: center;
	width: auto;
}

ul.cc_credit-card li {
	display: inline;
}

ul.cc_credit-card li img {
	display: inline;
	width: 4em;
}

#shipDiv, #coolshipDiv {
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	color: #ccc;
	float: right;
	margin: 0 0 0 2em;
	position: relative;
	text-align: center;
	width: 50%;
}

#shipDiv h2, #coolshipDiv h2 {
	background-color: #c0c0c0;
	color: #444;
	display: block;
	font-weight: 500;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	text-align: left;
	width: auto;
}

#shipDiv h2, #coolshipDiv h2 {
	color: #444;
	padding: .25em;
}

.slidingDiv {
	display: none;
	padding-bottom: 10px;
}

.byMail-byPhone {
	background-color: #fff;
	border: 1px solid #000;
	font-size: 13px;
	padding: 10px;
}

.care-sub-heading {
	font-weight: bold;
	text-transform: uppercase;
}

.byMail {
	border-bottom: 1px dashed gray;
}

input[type="number"].form-fields, input[type="tel"].form-fields,
input[type="text"].form-fields, input[type="email"].form-fields,
input[type="password"].form-fields, select.form-fields, textarea {
	border: 1px solid #999;
	border-radius: 3px;
	color: #666;
	height: 36px;
	outline: none;
	padding: 6px 9px;
	width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="button"].form-fields, input[type="reset"].form-fields,
input[type="submit"].form-fields, .optin-submit {
	background: #0099e6;
	border: 1px solid #EEE;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	font-weight: 600;
	height: auto;
	margin: 15px 0 15px 15px;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
}

.optin-submit {
	margin: 0 0 15px;
}

input[type="radio"].form-fields {
	margin-left: 3px;
	margin-right: 6px;
}

input[type="checkbox"].form-fields {
	margin: 15px 9px 0 0;
	vertical-align: top;
}

#fa-map label:before {
	content: "\f041";
	margin-right: 6px;
}

#fa-user label:before {
	content: "\f007";
	margin-right: 6px;
}

#fa-phone label:before {
	content: "\f095";
	margin-right: 9px;
}

#fa-email label:before {
	content: "\f0e0";
	margin-right: 9px;
}

#fa-laptop label:before {
	content: "\f109";
	margin-right: 9px;
}

#contactusDIV label span {
	color: #EC2106;
}

#contactusDIV .right p, #contactusDIV .right h4, #contactusDIV .right .more {
	float: left;
	text-align: left;
	width: 100%;
}

#contactusDIV .right p label {
	float: left;
	font: normal normal normal 18px FontAwesome;
	margin-top: 2px;
}

#contactusDIV .right p span {
	float: left;
	line-height: 20px;
}

#contactusDIV .onlineHelp:hover {
	color: #000;
}

#contactusDIV .more a img {
	margin: 0 6px 6px 0;
}

#contactusDIV .right hr {
	float: left;
	margin: 15px 0;
	width: 100%;
}

p.note {
	font-size: 13px;
	font-weight: 400;
}

textarea {
	height: auto;
}

select option {
	border-bottom: 1px dotted #eee;
	padding: 3px;
}

#optinDIV form {
	margin: 0 auto;
	max-width: 300px !important;
}

.signup-btn, .signup-btn:hover, .signup-btn:active {
	border-radius: 5px;
	color: #fff;
	margin: 0 auto;
	max-width: 100px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

#optinDIV label.form-fields {
	float: left;
	text-align: left;
}

#optinDIV #optin-success {
	float: left;
	text-align: center;
	width: 100%;
}

#dealerDIV, #crForm {
	margin: 0 auto;
	max-width: 504px;
	width: 100%;
}

label.form-fields {
	font-size: 16px;
	margin-top: 10px;
	padding-left: 1px;
}

label.form-fields span {
	color: #EC2106;
	font-size: 12px;
	padding-left: 2px;
}

#dealerDIV label, #crForm label {
	text-transform: capitalize;
	white-space: nowrap;
}

.myCaptcha {
	float: left;
	height: 90px;
	position: relative;
}

#tabs {
	float: left;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.featured2 {
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
}

.anchor {
	display: block;
	height: 150px;
	margin-top: -150px;
	visibility: hidden;
}

#smart-boost img {
	max-height: 123px;
	max-width: 255px;
}

#tabs ul {
	letter-spacing: 0;
	float: left;
	text-align: center;
	margin: 0 12px 0 0;
	list-style: none;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

#tabs #list-links-btn li {
	border: 1px solid;
	border-bottom: 0;
	margin-right: 3px;
}

#tabs ul li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}

.menu-container-btn {
	background-color: transparent;
	position: relative;
}

#tabs ul li a {
	border-radius: 3px;
	padding: 9px 14px 9px;
	text-decoration: none;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #6B6A6A;
	font-family: open-sans, sans-serif;
	font-weight: 400;
}

.new-btn {
	min-height: 17px;
	border: none transparent;
	background-color: transparent;
	color: #000000;
	text-align: center;
	font-weight: 400;
	position: relative;
	line-height: 17px;
}

.new-btn p {
	margin: 0;
}

#list-links-btn .care-menu-btn a:hover, #list-links-btn .care-menu-btn a:focus,
#list-links-btn .care-menu-btn a:active {
	background-color: #999999;
}

.sf-add-to-cart {
	float: left;
	text-align: center;
	width: 195px;
}

.sf-add-to-cart iframe {
	float: left;
	margin-top: -15px !important;
	max-height: 60px;
}

#sf-cart, .buy-now-sf {
	margin: 0 auto;
	max-height: 39px;
	max-width: 200px;
}

.button-br {
	background-color: #367cbc;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

#button-find {
	max-width: 72px;
	padding: 0;
	width: 20%;
}

.filterbox-field {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0);
	background: rgba(254, 254, 254, 1);
	background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(34%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(248, 248, 248, 1)));
	background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 34%, rgba(248, 248, 248, 1) 100%);
	border: 1px solid #a4a4a466;
	margin-bottom: 15px;
	padding-bottom: 24px;
	padding-top: 24px;
}

.filterbox select, .filterbox input {
	border: 1px solid #9B9A9B;
	height: 36px;
	line-height: 36px;
	padding-left: 5px;
	width: 100%;
}

.filterbox #transId {
	width: 75%;
}

#transForm label {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	min-height: 52px;
	text-transform: uppercase;
}

#transForm label p {
	color: #EC2106;
	float: left;
	margin-right: 15px;
}

.transTitle, #download-manuals {
	margin-bottom: 20px;
}

.trans-results, .CH-results {
	background-color: #9B9A9B;
	border-radius: 5px;
	margin-bottom: 30px;
}

.trans-results h4, .CH-results h4 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#model-detailsContainer {
	padding: 30px 15px;
}

#model-details {
	table-layout: fixed;
	border-collapse: separate;
	font: 14px/19px Arial, Helvetica, sans-serif;
	width: 100%;
}

#model-details th, .hg-head-ac, .hg-head-st, .hg-head-uc, .hg-head-em {
	background: #626366;
	color: #ffffff;
	line-height: 24px;
	padding: 0 9px;
	text-transform: uppercase;
	text-align: center;
}

.hg-data-ac, .hg-data-st, .hg-data-uc {
	background: #fff;
	border: 1px solid #9a9a9c;
	padding: 0;
	min-height: 20px;
	width: auto;
	word-wrap: break-word;
	height: auto;
	line-height: 20px;
	text-align: center;
}

.hs-block {
	border: 1px solid #cbccce;
}

.hs-head {
	background-color: #cbccce;
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#prod-det-all, #smart-boost, #seatback-solutions a.button-br,
#list-wrapper, .banner-page, .w-100, #antenna-results #grid {
	width: 100%;
}

.download-manuals p {
	line-height: 32px;
}

.download-manuals a {
	margin-bottom: 10px;
}

.help-icon-rt {
	border: 2px solid #000;
	border-radius: 50%;
	color: #000;
	margin-left: 5px;
	padding: 1px 7px;
}

#sku-cust-review-header {
	background: linear-gradient(to right, #EF3E42 60%, rgba(255, 255, 255, 0.5) 105%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid black;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#sku-cust-review-header h2 {
	font-family: open-sans, sans-serif;
	margin: 0;
}

.sku-cust-review {
	float: right;
	font-size: 16px;
	max-width: 213px;
	min-width: 140px;
	padding-right: 15px;
	text-align: right;
}

.sku-cust-review label {
	color: #FFD700;
	font-size: 18px;
}

.sku-cust-review a {
	font-size: 18px;
	text-decoration: none;
}

.sku-cust-review a label {
	cursor: pointer;
}

.rating {
	border: none;
	float: left;
	font-size: 20px;
}

#crForm .rating {
	margin-top: 7px;
}

.rating > input {
	display: none;
}

.rating > label:before {
	content: "\f005";
	display: inline-block;
	font-family: FontAwesome, sans-serif;
	font-size: 22px;
	margin: 0 9px 0 0;
}

.rating > .half:before {
	content: "\f089";
	position: absolute;
}

.rating > label {
	color: #ddd;
	float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #FFD700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
	color: #FFED85;
}

#footer p.copyright {
	margin-right: 5px;
}

.det-star-rating .rating > label {
	pointer-events: none;
}

body.sticky-menu-active #header, #header.shrink {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.37);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.37);
}

ul.common-footer-links, .careers-warning {
	float: left;
	margin: 0;
	width: 100%;
}

ul.common-footer-links li {
	border-right: 1px solid;
	display: inline;
	display: inline-block;
	list-style: none;
	margin-bottom: 10px;
	padding: 0 8px;
}

ul.common-footer-links li:first-child {
	padding-left: 0;
}

ul.common-footer-links li:last-child {
	border: 0;
	padding-right: 0;
}

ul.common-footer-links li a, ul.common-footer-links li a:hover,
ul.common-footer-links li a:active, ul.common-footer-links li a:focus,
.careers-warning, .careers-warning a {
	color: #000000;
	font-size: 16px;
	margin: 0;
	text-decoration: none;
}

.careers-warning, .careers-warning a, .careers-warning a:hover,
.careers-warning a:focus, .careers-warning a:active {
	font-size: 11px !important;
}

.careers-warning {
	margin-bottom: 8px;
}

.careers-warning a {
	font-weight: bold;
	padding: 0 0 0 3px;
}

.zip-form input[type="text"], .zip-form select {
	background-color: #ffffff;
	color: #343434;
	height: 33px;
	margin-bottom: 9px;
}

.zip-form input[type="text"]#search-zip {
	float: right;
	margin: 0 auto;
}

#antenna-finder {
	background: #6b6a6a;
	color: #FFF;
	float: left;
	margin: 10px 0;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
}

#antenna-finder .title h4 {
	float: left;
	line-height: 24px;
	margin-top: 6px;
	text-transform: uppercase;
	width: 100%;
}

#antenna-finder .title h4 > nobr > span {
	font-size: 15px;
	margin-left: 6px;
	text-transform: lowercase;
}

#antenna-find-btn, #antenna-finder .title h4 > nobr > span > span {
	background-color: #E73838;
	border: none;
	border-radius: 6px;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-weight: 600;
	margin: 0 auto;
	padding: 3px 6px;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: auto;
}

#antenna-finder .title h4 > nobr > span > span {
	float: none;
	font-size: 14px;
	margin-left: 4px;
	max-width: 100%;
	padding: 3px 5px;
}

.zip-form input[type="submit"] {
	width: 100%;
	height: 43px;
	display: block;
	background: #414141;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
	border: none;
	padding: 0 22px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 15px;
	line-height: 43px;
	font-weight: 700;
}

.onlyZip {
	margin: 0 auto;
	max-width: 800px;
}

#channelContentRight .buy-price {
	line-height: 26px;
	margin: 0 auto;
	max-width: 186px;
}

#channelContentRight .buy-price span {
	float: left;
	font-weight: 600;
}

#channelContentRight .buy-price a, .newsMore a {
	float: right;
}

#channelContentRight #antenna-find-btn {
	max-width: 123px;
	padding: 2px 5px 3px;
}

#channels-grid tr.channels-header th {
	padding: 9px 0;
	text-align: center;
}

#channels-grid td {
	text-align: left;
	padding: 9px 5px;
	overflow: hidden;
	font-size: 15px;
}

#channels-grid td label {
	float: right;
	font-size: 13px;
}

#channels-grid td label span {
	border: 1px solid #000;
	border-radius: 8px;
	float: left;
	height: 15px;
	margin-right: 4px;
	margin-top: 6px;
	width: 15px;
}

#channels-grid {
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-right: 30px;
	width: 100%;
}

#channels-grid img {
	float: left;
	margin-right: 10px;
}

#channelContent {
	padding: 24px 30px 0 0;
	overflow: hidden;
}

.channel-text {
	line-height: 25px;
	padding-bottom: 20px;
	font-size: 13px;
}

#antenna-results {
	float: left;
	padding: 0 0 20px 20px;
}

#grid strong, #grid .sku {
	font-size: 18px;
	margin-bottom: 0;
	padding: 12px 0 6px 12px;
}

.slick-initialized .slick-sliders {
	outline: none;
}

.slick-sliders {
	margin: 0 auto;
	width: 100%;
}

.slick-prev, .slick-next {
	z-index: 2;
}

#hover-cap-3col .thumbnail, #hover-cap-4col .thumbnail, #hover-cap-6col .thumbnail,
#hover-cap-unique .thumbnail {
	float: none;
	position: relative;
	overflow: hidden;
}

#demo-videos #hover-cap-4col .thumbnail:hover a img {
	opacity: 1;
}

#demo-videos .thumbnail {
	height: 200px;
}

#demo-videos .thumbnail img {
	float: none;
	margin: 0 auto;
	max-width: 100px;
	opacity: 0.1;
}

#demo-videos .video-text {
	color: #000;
	height: 200px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	z-index: 2;
}

#demo-videos .thumbnail img, #demo-videos .thumbnail .video-text h4 {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
}

#demo-videos .thumbnail .video-text h4 {
	line-height: 22px;
	margin: 0 auto;
	max-width: 300px;
	z-index: 2;
}

.modal-open .modal {
	z-index: 9999;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next, .carousel-control .icon-prev {
	background: #999999;
	border-radius: 1000px;
	height: 55px;
	padding: 13px;
	width: 55px;
}

.carousel, .carousel-control.left, .carousel-control.right {
	background: transparent;
}

img.curved {
	border-radius: 4px;
}

#CH-products h5 {
	font-weight: 600;
	letter-spacing: 0.6px;
}

.buildingMaterial p{
	color: #ffffff;
	margin-bottom: 4px;
	margin-left: 10px;
}

.buildingMaterial input[type="radio"] {
	float: left;
	height: 22px;
	margin-right: 10px;
	margin-top: 2px;
	width: 22px;
}

@media screen and (max-width: 1010px) {
	.sku-box-sm, .sku-box-md {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	#header {
		position: relative !important;
	}

	#care-header {
		padding: 15px 0;
	}

	#side_nav {
		float: left;
		width: 90%;
	}

	.slidingDiv {
		padding-bottom: 10px;
		z-index: 999;
	}

	#tabs #list-links-btn li, .featured2 .container #tabs {
		float: none;
	}

	#tabs #list-links-btn li {
		margin: 0;
	}

	#replacement-trans #transForm {
		background: none;
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	#prod-det-all #tabs, #prod-det-all #tabs ul,
	#prod-det-all #tabs ul li {
		float: left;
		margin: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.sandwich-bottom-sm {
		margin-bottom: 15px;
	}

	#dealerDIV, #crForm {
		max-width: none;
	}

	#dealerDIV #dealerForm {
		padding: 0 15px;
	}

	#care-header .home {
		bottom: auto;
		margin-bottom: 0;
		position: relative;
		right: auto;
	}

	.myCaptcha {
		float: left;
		width: 100%;
	}

	input[type="submit"].form-fields {
		display: block;
		float: none;
		margin: 0 auto;
	}

	input.form-fields[type="number"], input.form-fields[type="tel"],
	input.form-fields[type="email"], input.form-fields[type="password"],
	input.form-fields[type="text"], select.form-fields {
		max-width: none;
	}

	#tabs, #tabs ul, #tabs #list-links-btn li {
		float: left;
		width: 100%;
	}

	.zip-form input[type="text"]#search-zip, #antenna-find-btn {
		float: none;
	}

	.mrktBand img {
		margin: 0 auto;
	}

	.mrktBand .img-block ul li img {
		bottom: auto;
		left: auto;
		position: relative;
		right: auto;
		top: auto;
		-ms-transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		transform: unset;
	}

	.mrktBand .vertical-align-center-row, .mrktBand .vertical-align-center-col {
		display: block;
	}

	#channelContentRight, #channelContentRight img {
		margin: 0 auto;
		text-align: center;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		height: 44px;
		width: 44px;
	}
}

@media screen and (max-width: 500px) {
	.main-search-holder, #searchbar {
		display: none;
	}

	#bbbFrame {
		float: none;
	}

	.sf-add-to-cart {
		float: none;
		margin: 0 auto;
		max-width: 100% !important;
		text-align: center;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	#dealerDIV label, #crForm label {
		float: right;
		line-height: 16px;
		text-align: right;
	}
}

@media screen and (min-width: 991px) {
	#care-container .care-menu-btn {
		display: none;
	}

	.slidingDiv {
		display: block !important;
	}
}