.page-header {
    padding-bottom: 60px !important;
}

.nav-tabs__background {
    background: rgba(216, 216, 216, 0.2);
    padding: 20px;
}

.nav-subtabs__background {
    background: rgba(216, 216, 216, 0.2);
    padding: 10px;
}

.nav-tabs__nav-block a {
    font-size: 18px;
    line-height: 27px;
    color: #212529 !important;
}

.nav-tabs__background .nav-tabs li {
	padding: 0px 25px;
}

.nav-tabs__listing a.active, 
.nav-subtabs__listing a.active  {
    color: #212529;
    text-decoration: none;
    border-bottom: 2px solid #212529;
}

.nav-tabs__listing a:hover,
.nav-subtabs__listing a:hover  {
    color: #212529 !important;
	text-decoration: none;
    text-decoration: none;
}

.nav-tabs__listing {
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	height: 100%
	
}

.nav-tabs {
	border-bottom: none !important;
}

ul.nav-tabs__listing::-webkit-scrollbar {
  display: none !important;
}


.nav-subtabs__background {
    display: none;
}

.nav-subtabs__background .nav-subtabs li {
    padding: 0px 50px;
}	
	
@media (min-width: 1100px) and (max-width: 1200px) {
	.color-tools-featured-banners article .primary-button-orange {
		padding: 12px 10px;
	}
}

@media (min-width: 992px) and (max-width: 1099px) {
	.color-tools-featured-banners article .primary-button-orange {
		padding: 12px 4px;
	}
}

@media (max-width: 767px) {
	.color-smart-content img {
		max-width: 60%;
	}
}
