/* RESET 
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Montserrat', sans-serif;
	/*overflow: hidden;*/
}

body {
	overflow-x: hidden;
	line-height: 1.4;
}

a {
	text-decoration:none;
}


p{
	padding:15px 0;
	font-size: 14px;
}
 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.none{display:none;}

*{
	box-sizing:border-box;
}

/* HEADER 
----------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto;
}

header a:hover {
	color:#ffcc00;
}

.header-top-bar {
	width: 100%; 
	background: #01539c;
	color: #fff;
	margin: 0 auto;
}

.header-top-bar a {
	color: #fff!important;
}

.header-top-bar-wrapper {
	width: 90%;
	padding: .75% 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.htb-nh-logo{
	width:25%;
	text-align: left;
	margin: 0 auto;
}

.htb-kinze-logo {
	width:25%;
	text-align: right;
	margin: 0 auto;
}

.htb-nh-logo img {
	width: 50%;
	margin: 0 auto;
}

.htb-kinze-logo img {
	width: 25%;
	margin: 0 auto;
}

.htb-contact-info {
	width: 50%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
}

.htb-contact-info-wrapper {
	display: flex;
	width: 52%;
	margin: 0 auto;
}

.mb-logos {
	display: none;
}

.header-navigation {
	width: 100%;
   margin: 0 auto;
 background:url(../siteart/backgrounds/header-nav-bg.png);
	background-color:#000;
}

.header-nav-wrapper {
	width: 90%;
	display: flex;
	color: #fff;
	text-transform: uppercase;
	padding: 1.25% 0;
	margin: 0 auto;
}

.header-nav-wrapper a {
	color: #fff;
}

.logo {
	width: 30%;
	letter-spacing: .75px;
	padding-right:2px;
	margin: 0 auto;
}

.nav-wrapper {
	width: 70%;
	text-align: right;
	padding-left: 3px;
	margin: 0 auto;
}

.logo a:hover{
	color:#fff;
}

.htb-address {
	margin: 0 auto;
}

.htb-phone {
	margin: 0 auto;
}

.htb-social {
	margin: 0 auto;
}
/* HOME PAGE STYLES
-----------------------------------------------*/
.hero_slider {
	width: 100%;
	height: auto;
	max-height: 750px;
	position: relative;
	overflow: hidden;
	background-color:#000;
}

.slide_01 img, .slide_02 img, .slide_03 img, .slide_04 img, .slide_05 img, .slide_06 img, .slide_07 img, .slide_08 img, .slide_09 img{
	width: 100%;
}

.slide_01, .slide_02, .slide_03, .slide_04, .slide_05, .slide_06, .slide_07, .slide_08, .slide_09 {
	position: relative;
}

.slide img {
	position: relative;
}

.slide_01 h2 {
	position: absolute;
	top: 70%;
	right: 10%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}


.slide_02 h2 {
	position: absolute;
	top: 70%;
	right: 8%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.slide_03 h2 {
	position: absolute;
	top: 70%;
	right: 12%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.slide_04 h2 {
	position: absolute;
	top: 27%;
	left: 15%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.slide_05 h2 {
	position: absolute;
	top: 20%;
	right: 8%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.slide_06 h2 {
	position: absolute;
	top: 7%;
	left: 8%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.slide_07 h2 {
	position: absolute;
	bottom: 23%;
	right: 8%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.slide_08 h2 {
	position: absolute;
	top: 13%;
	left: 14%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.slide_09 h2 {
	position: absolute;
	top: 8%;
	right: 4%;
	font-size: 3rem;
	line-height: 3.4rem;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.invt-qk-btns {
	width: 100%;
	background: #01539c;
	color: #fff;
	text-transform: uppercase;
}

.invt-qk-btns-wrapper {
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding: 1.5% 0;	
}

.invt-qk-btns a {
	color: #fff;
}

.inventory-quick-buttons {
	text-align: center;
}

.new-invt-qk-btn, .used-invt-qk-btn {
	border: #fff 3px solid;
	padding: 15px 25px;
}


.invt-qk-btns-headline {
	width: 40%;
	padding: 15px 25px;
}

.inventory-quick-buttons {
	width: 60%;
	display: flex;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
}

.invt-qk-btns-wrapper h3 {
	font-size: 2rem;
}

.new-invt-qk-btn:hover, .used-invt-qk-btn:hover {
	border: #272727 3px solid;
	background: #fff;
	color: #01539c;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.75);
}

.parts-service-cta {
	width: 100%;
	color: #fff;
	display: flex;
}

.parts-service-cta p {
	font-size:1.15rem;
	line-height: 1.55rem;
}

.parts-cta {
	width: 50%;
	padding: 3%;
	background: #333333;
}

.parts-cta h5 {
	text-align: center;
	margin: 1.5% 0;
	padding: 15px 20px;
	border: #fff solid 4px;
	letter-spacing: 1px;
}

a#cta-btn {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	background: #ffcc00;    
	text-align: center;
    padding: 1em;
    max-width: 325px;
    margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 30px;
}
a#cta-btn:hover {
	background: #ffd642;
}

.service-cta {
	width: 50%;
	padding: 2%;
	background: #333333;
}

.service-cta h5 {
	text-align: center;
	margin: 1.5% 0;
	padding: 15px 20px;
	border: #fff solid 4px;
	letter-spacing: 1px;
}

.parts-service-cta h4, .parts-service-cta h5 {
	text-transform: uppercase;
	font-size: 2rem;
	letter-spacing: 1px;
}

.p-s-img {
	width: 25%;
}

.p-s-img img {
	width: 100%;
}

.parts-cta, .service-cta {
	width: 25%;
}

.p-img {
	background: url(../siteart/parts.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.s-img {
	background: url(../siteart/service.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.service-cta h5:hover, .parts-cta h5:hover {
	border: #01539c solid 4px;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.75);
	background: #fff;
	color: #01539c;
}

.parts-cta a, .service-cta a{
	color: #fff;
}

.brands {
	width: 100%;
	background:url(../siteart/backgrounds/header-nav-bg.png);
	background-color: #01539c;
}

.brands-wrapper {
	width: 98%;
	padding: 1.5% 0;
	margin: 0 auto;
	display: flex;
}

.brand {
	width: 12%;
	flex-wrap: wrap;
	display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
}

.brand img {
	width: 100%;
}

.map {
	width: 100%;
}

.map iframe {
	width: 100%;
}

/* NEW EQUIPMENT PAGE STYLES
-----------------------------------------------*/
.new-eq-bg {
	background: url(../siteart/backgrounds/header-nav-bg.png);
	width: 100%;
}

.new-eq-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 2% 0;
}

.new-eq-headline {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 1.5%;
}

.new-eq-content {
	width: 100%;
	display: flex;
}

.new-eq-text {
	width: 96%;
	color: #fff;
	padding-bottom: 1.5%;
}

.new-eq-text p {
	font-size: 1.15rem;
}

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#01539c !important;
}
.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.invt-bg {
	width: 100%;
	background:rgba(0,0,0,0.80); background:url(../siteart/backgrounds/header-nav-bg.png);
	margin: 0 auto;
}

.inventory-width {
	width: 80%;
	height: auto;
	min-height: 400px;
	margin: 0 auto;
	padding: 3% 0;
}

/* PARTS PAGE STYLES
-----------------------------------------------*/
.parts-bg {
	background: url(../siteart/backgrounds/header-nav-bg.png);
	width: 100%;
}

.parts-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 2% 0;
}

.parts-headline {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 1.5%;
}

.pt-btn-content {
	width: 100%;
	display: flex;
}

.parts-text {
	width: 50%;
	color: #fff;
	padding-bottom: 1.5%;
}

.parts-text p {
	font-size: 1.15rem;
}

.parts-buttons {
	width: 50%;
}

.gold-value iframe {
	width: 100%;
}

.partstore img {
	width: 100%;
	padding: 1% 0 2% 4%;
}

/* SERVICE PAGE STYLES
-----------------------------------------------*/
.service-bg {
	background: url(../siteart/backgrounds/header-nav-bg.png);
	width: 100%;
}

.service-wrapper {
	width: 70%;
	margin: 0 auto;
	padding: 2% 0;
}

.service-headline {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 1.5%;
}

.service-text {
	width:70%;
	color: #fff;
	padding-bottom: 1.5%;
	padding-right: 2%;
}

.service-text p {
	font-size: 1.15rem;
}

.serv-img {
	width: 30%;
}

.serv-img img {
	width: 100%;
}

.serv-content {
	display:flex;
}


/* PODCAST PAGE STYLES
-----------------------------------------------*/
.podcast-bg {
	background: url(../siteart/backgrounds/header-nav-bg.png);
	width: 100%;
}

.podcast-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 2% 0;
}

.podcast-headline {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 1.5%;
}

.podcast-content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.podcast-content div {
	width: 50%;
	padding: 2em;
}

.podcast-wrapper h2 {
	color: #eee;
	text-align: center;
	margin-bottom: 10px;
	padding: 1em;
	width: 100%;
}

/* MY ACCOUNT PAGE STYLES
-----------------------------------------------*/
.my-accnt-bg {
	background: url(../siteart/backgrounds/header-nav-bg.png);
	width: 100%;
}

.my-accnt-wrapper {
	width: 70%;
	margin: 0 auto;
	padding: 2% 0;
}

.my-accnt-headline {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 1.5%;
	letter-spacing: 1.5px;
}

.my-accnt-content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.my-accnt-text {
	width: 96%;
	color: #fff;
	padding-bottom: 1.5%;
	text-align: center;
}

.my-accnt-text p {
	font-size: 1.15rem;
}

.my-accnt-text a {
	color: #fff;
	text-decoration: underline;
}

/* CONTACT PAGE STYLES
-----------------------------------------------*/
.contact-bg{
	background:url(../siteart/backgrounds/header-nav-bg.png);
	width: 100%;
	
}
.contact-headline {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 2% 0;
}

.contact-headline h1 {
	letter-spacing: 1px;
}

.address-bar {
	width: 100%;
	color: #fff;
	text-align: center;
	padding:  1% 0;
	background: #01539c;
}

.address-bar a {
	color: #fff;
}

.hour-bar {
	width: 100%;
	background: #ffcc00;
	padding: 1.5% 0;
	text-align: center;
	color: #333;
	margin: 0 auto;
	margin-top: -.5%;
}

.hour-bar h3 {
	font-size: 1.25rem;
}

.address-bar h2 {
	letter-spacing: 2px;
}

.location {
	width: 60%;
	margin: 0 auto;
}
/* FOOTER
-----------------------------------------------*/
footer {
	width: 100%;
	color: #fff;
	background: #333;
	margin: 0 auto;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ffcc00;
}

footer ul {
	list-style: none;
	text-transform: uppercase;
}

.footer-wrapper {
	width: 90%;
	margin: 0 auto;
	display: flex;
	padding: 3% 0 2.25% 0;
}

.footer-left, .footer-right {
	width: 50%;
	margin: 0 auto;
}


.footer-right {
	text-align: right;
	font-size: .8rem;
}

.footer-left {
	display: flex;
}

.footer-left li{
	padding: 1.5% 0;
	padding: 4% 0;
}

.col-1, .col-2 {
	width: 50%;
}

/* MEDIA QUERIES
-----------------------------------------------*/
@media screen and (max-width: 1785px) {
	.logo {
		font-size: .9rem;
	}
}

@media screen and (max-width: 1755px) {
	.htb-contact-info-wrapper {
    width: 60%;
}
}

@media screen and (max-width: 1665px) {
.location {
	width: 75%;
}
}
	
/*@media screen and (max-width: 1550px) {
.invt-qk-btns-wrapper h3 {
    font-size: 1.5rem;
}
}
*/
@media screen and (max-width: 1602px) {
.invt-qk-btns-wrapper h3 {
    font-size: 1.5rem;
}
.htb-contact-info-wrapper {
    width: 75%;
}
	
.htb-nh-logo img {
    width: 60%;
}	

.htb-kinze-logo img {
    width: 35%;
}
	
.service-text {
    width: 90%;
}
	
.service-wrapper {
    width: 90%;
}	
}

@media screen and (max-width: 1385px) {
.parts-service-cta h4, .parts-service-cta h5 {
    font-size: 1.5rem;
}
	
.parts-cta h5 {
    padding: 10px 15px;
}

	.service-cta h5 {
		padding: 10px 15px;
	}	
	
.parts-service-cta p {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: .75px;
}	
	
.parts-cta {
    padding: 2%;
}

	.service-cta {
		padding: 2%;
	}	
	
	.location {
	width: 90%;
}
}

@media screen and (max-width: 1215px) {
.htb-contact-info-wrapper {
    width: 90%;
}
	
.htb-nh-logo img {
    width: 70%;
}	

.htb-kinze-logo img {
    width: 40%;
}
	
.slide_01 h2, .slide_02 h2, .slide_03 h2, .slide_04 h2, .slide_05 h2, .slide_06 h2, .slide_07 h2, .slide_08 h2, .slide_09 h2 {
    position: absolute;
    font-size: 2rem;
    line-height: 2.4rem;
}	
}

@media screen and (max-width: 1185px) {
	.logo h1 {
		font-size: 1.65rem;
	}
	
	.invt-qk-btns-wrapper h3 {
    font-size: 1.25rem;
}
	
.serv-content {
    flex-direction: column-reverse;
	justify-content: space-around;
    display: flex;
    margin: 0 auto;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
}	

.serv-img {
    width: 70%;
}	

.service-text {
    width: 100%;
}	
	
}

@media screen and (max-width: 1150px) {
.parts-service-cta h4, .parts-service-cta h5 {
    font-size: 1.15rem;
}
	
.parts-service-cta p {
    font-size: .85rem;
    line-height: 1.15rem;
}
	
.parts-service-cta h4, .parts-service-cta h5 {
    font-size: 1rem;	
}
	
	.location {
	width: 100%;
}	
}

@media screen and (max-width: 1055px) {
.htb-contact-info-wrapper {
    width: 100%;
}

.header-top-bar-wrapper {
    width: 96%;
    padding: 1% 0;
}	
	
.header-nav-wrapper {
    width: 96%;
}	
}

@media screen and (max-width: 1015px) {
.invt-qk-btns-wrapper {
    width: 98%;
}
	
.invt-qk-btns-wrapper h3 {
    font-size: 1.15rem;
}	
	
.logo h1 {
    font-size: 1.5rem;
}
	
.inventory-width {
    width: 96%;
}
	
.service-text {
    width: 100%;
}	
	
.my-accnt-wrapper {
    width: 96%;
}	
}

@media screen and (max-width: 990px) {
.header-nav-wrapper {
    flex-direction: column;
}
	
.logo {
    width: 100%;
    text-align: center;
}	
	
.nav-wrapper {
    width: 100%;
}
	
.pt-btn-content {
    flex-direction: column;
}	
	
.parts-text {
    width: 100%;
}	
	
.parts-buttons {
    width: 100%;
}	
}

@media screen and (max-width: 900px) {
	.htb-nh-logo {
		display: none;
	}
	
	.htb-kinze-logo {
		display: none;
	}
	
	.mb-logos {
		width: 80%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
		align-content: flex-start;
	}
	
	.mb-nh {
		width: 60%;
	}
	
	.mb-nh img {
		width: 95%;
		padding: 0 5%;
	}
	
	.mb-kinze {
		width: 40%;
	}
	
	.mb-kinze img {
		width: 95%;
		padding: 0 7%;
	}
	
	.htb-contact-info {
    width: 62%;
}
	
.invt-qk-btns-wrapper h3 {
    font-size: .9rem;
}
	
.slide_01 h2, .slide_02 h2, .slide_03 h2, .slide_04 h2, .slide_05 h2, .slide_06 h2, .slide_07 h2, .slide_08 h2, .slide_09 h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
	padding-bottom: 2.5%;
}
	
.service-wrapper {
    width: 90%;
}
	
	.service-headline, .parts-headline, .new-eq-headline {
		font-size: 85%;
	}	
	
	.service-text p, .parts-text p, .new-eq-text p{
		font-size: 90%;
	}
}

@media screen and (max-width: 850px) {
	.footer-left{
		width: 100%;
		text-align: center;
		padding-bottom: 2%;
	}

.footer-right {
    width: 100%;
}	
	
.footer-wrapper {
    flex-direction: column;
}	
	
.footer-right {
		text-align: center
	}	

.col-1 {
	text-align: right;
	padding-right:3%;
}

.col-2 {
	text-align:left;
	padding-left: 3%;
}
	
.parts-service-cta {
    flex-direction: column;
}
	
.parts-cta, .service-cta {
    width: 100%;
	text-align: center;
}
	
.serv-img {
    width: 55%;
}	
	
}

@media screen and (max-width: 750px) {
.podcast-content {flex-direction: column;}
.podcast-content div {width: 100%;}
	
.htb-contact-info {
    width: 75%;
}

.invt-qk-btns-wrapper {
    flex-direction: column;
}
	
.inventory-quick-buttons {
    padding-bottom: 2.5%;
}	
	
.invt-qk-btns-headline {
    padding: 0 0 15px 0;
	width: 100%;
	text-align: center;
}	

.inventory-quick-buttons {
    width: 70%;
}	
	
.brands-wrapper {
    flex-direction: column;
}	
	
.brand {
    width: 45%;
}	
}

@media screen and (max-width: 625px) {
.contact-bg {
    font-size: 75%;
}
	
.hour-bar h3 {
    font-size: 1rem;
}	
}

@media screen and (max-width: 600px) {
.htb-contact-info {
    width: 85%;
}

.inventory-quick-buttons {
    width: 85%;
}	

.invt-qk-btns-headline {
    padding: 10px 0 15px 0;
}
	
.slide_01 h2, .slide_02 h2, .slide_03 h2, .slide_04 h2, .slide_05 h2, .slide_06 h2, .slide_07 h2, .slide_08 h2, .slide_09 h2 {
    display: none;
}
	
.hour-bar {
	margin-top: -1%;
}
}

@media screen and (max-width: 525px) {
.htb-contact-info {
    width: 100%;
}
	
.inventory-quick-buttons {
    width: 97%;
}
	
.service-wrapper, .new-eq-wrapper {
    width: 96%;
}
	
	.service-headline, .parts-headline, .new-eq-headline {
		font-size: 80%;
	}
.serv-content {
    flex-direction: column;
}	

.serv-img {
    width: 80%;
	padding-bottom: 5%;
}	
	
}

@media screen and (max-width: 450px) {
.htb-contact-info-wrapper {
    display: flex;
    flex-direction: column;
}
	
	.htb-address {
    padding-bottom: 1%;
}
	
	.htb-phone {
		padding-bottom: 1%;
	}
	
	.htb-social {
		padding-bottom: 1%;
	}
	
	.new-invt-qk-btn, .used-invt-qk-btn {
    padding: 10px 15px;
}
	
.invt-qk-btns-wrapper h3 {
    font-size: .85rem;
}	
	
.col-2 {
    padding-left: 11%;
}	
	
.col-1 {
		padding-right: 0;
	}

.inventory-width {
    width: 100%;
}
	
.contact-bg {
    font-size: 65%;
}
	
	.contact-bg a {
		color: #fff;
	}	
	
.hour-bar h3 {
    font-size: .85rem;
}	
	
	.address-bar {
    padding: 2.5% 0;
}
	
.hour-bar {
    padding: 3.5% 0;
}	
	
.contact-headline {
    padding: 2% 0;
}	
	
.header-top-bar {
    padding-top: 3%;
}	
	
.logo {
    padding: 3% 0;
}

	.service-headline, .parts-headline, .new-eq-headline{
		font-size: 70%;
	}	
	
.my-accnt-content {
    overflow: hidden;
}	
	
}