
/***** BEGIN 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 {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}
ol, ul {list-style: none;}

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,input,optgroup,select,textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,input { /* 1 */overflow: visible;}
button,select { /* 1 */text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}

::-moz-selection {
    background: #333333;
    color: #ffff02;
    text-shadow: none;
}

::selection {
    background: #333333;
    color: #ffff02;
    text-shadow: none;
}

.clear {clear: both; height:0px; margin:0;}

/***************************  LAYOUT  *************************************/
body {-webkit-text-size-adjust: none; overflow-x: hidden; background: #000; font-family: 'Roboto Condensed', sans-serif!important;}

.width {width: 1500px; margin: 0 auto; max-width: 90%;}
.wrapper-width {width: 90%;margin: 0 auto;max-width: 1200px;}

.column2 {width:47.5%; float:left; margin-right:5%; box-sizing: border-box; color:#fff;}
.column3 {width:33.33333%; float:left; padding:0 ; box-sizing: border-box;}
.column4 {width:23%; margin-right:2%; float:left;  box-sizing: border-box;}
.column5 {width:20%; float:left; padding-right:1%; box-sizing: border-box;}
.column6 {width:16%; float:left; padding-right:1%; box-sizing: border-box;}

.twothird{width:60%; float:left;  box-sizing: border-box;}
.onethird{width:40%; float:left; padding-right: 30px; box-sizing: border-box; text-align:left}
.dois-terco{width:70%; float:left; padding-right: 30px; box-sizing: border-box;}
.um-terco{width:30%; float:left; box-sizing: border-box; }

.last{padding-right:0; margin-right:0!important;}
.midcolumn {padding:0 20px;}
.center{text-align:center}


/***************************  TYPOGRAPHY  *************************************/
a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

h2{font-size: 20px; color: #333333; text-transform: uppercase}
h3{color:#757575}
h4{color: #ffff02; background: #333333; font-size: 20px; padding: 5px}
p {font-family: 'Roboto', sans-serif!important;font-size: 15px;}

.title h4 a {color:#ffff02}


/***************************  SCROLL UP BUTTOM  *************************************/
.cd-top {
    display: inline-block;
    outline: none; /* Remove outline */
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff!important;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #212121 url(../siteart/scroll-to-top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    padding:5px; /* Some padding */
    cursor: pointer; /* Add a mouse pointer on hover */
    -webkit-transition: opacity .3s 0s, visibility 0s .5s;
    -moz-transition: opacity .3s 0s, visibility 0s .5s;
    transition: opacity .3s 0s, visibility 0s .5s;
    border: .5px solid rgba(255, 255, 255, 0.1);
    /*border-radius: 100px;*/
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  border: 2px solid #2a2a2a;
}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: block!important;
	margin: 0 auto;
    background: #fff;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}

.logo {    
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 2;
	position: relative;
}

.logo img, img#nh-logo {
	width: 100%;
	max-width: 275px;
	height: auto;
	display: block!important;
	padding-right: 2em;
}

.sidesites{
    display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	z-index: 2;
	position: relative;
	width: 100%;
	text-decoration: none!important;
}

a.sitebutton{
    width: calc(50% - 30px); 
    max-width: 250px;
    display: block;
    background: #000;
    float: right;
    text-align: center; 
    padding: 15px 5px; 
    text-transform: uppercase; 
    color: #fff; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    font-size: 16px!important;
	text-decoration: none!important;
}

a.sitebutton span{color: #ffff02!important}
a.sitebutton:hover{background: #333333}


.headpad{padding: 10px 0; display: flex; align-items: center; justify-content: space-between;}

header h3#title {
	float: left;
	margin-top: 45px;
	margin-left: 130px;
	z-index: 1;
	position: absolute;
	padding: 1em 2em 1em 3em;
	background: #000;
	color: #eee;
	font-size: 10px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 18px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

header .top-hdr {
	max-width: 100%;
	background: #333333;
	padding: 1em;
	display: block;
	text-align: right;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
	line-height: 22px;
	text-decoration: none!important;
}

header .top-hdr a {
	color: #fff;
	display: inline-block;
    font-size: 16px!important;
	text-decoration: none!important;
}

header .top-hdr .fas {
	margin: 0 10px;
	color: #ffff02;
}

a.botao{
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px; 
    margin: 0 0 0 10px;
    color: #333333!important;
    text-transform: uppercase;
    font-weight: 500;
	text-decoration: none!important;
}

/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	/*margin-top: -40px;*/
	position: relative;
}

/* cta banner section */
.cta-banner {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 1em;
	line-height: 30px;
	background:#000;
	/*border-top: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;*/
}

.cta-banner span {
	text-transform: uppercase;
	color: #ffff02;
	font-size: 28px;
	font-weight: 900;
	margin-right: 20px;
	vertical-align: middle;
}

.cta-banner p {
	display: inline-block;
	line-height: 60px;
}

.cta-banner a {
	float: right;
	display: inline-block;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	background: #ffff02;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

.cta-banner a:hover {
	background: #000;
}

.hide-desktop {margin-top: 30px; display: none;}
.text-banner {text-align: center; padding: 6em 5%; color: #000; background: #fff;}
.text-banner h1 {margin-bottom: 20px;}
.text-banner p {max-width: 1000px; font-size: 20px; line-height: 30px; margin: 0 auto; display: block;}


/* zoom quick links styles */
.cta-quicklinks {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.zoom-container {
	float: left;
    width: calc(16.6% - 6px);
    max-height: 215px;
    margin: 3px;
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 16px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	background: rgba(0, 0, 0, .70)

}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background: rgba(0, 0, 0, .70);
}

.zoom-container .zoom-caption:hover {
	background: none;
}

.zoom-container .zoom-caption h3 {
	position: absolute;
	word-break: normal;
	left: 0;
	right: 0;
	top: 40%;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption h3 .fas {
	margin-right: 40px;
	color: #ddd;
}

.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .6);
}

.zoom-container:hover .zoom-caption h3 {
	color: #fff;
}

.zoom-container:hover .zoom-caption h3:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #fff;
}

/*********************  POWER HOME PAGE ZOOM BOXES **************************************/

.zoom-container-third {
    margin: 3px;
    width: calc(33.33% - 6px);
    max-height: 215px;
	position: relative;
	overflow: hidden;
	display: block;
	font-size: 16px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zoom-container-third img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	background: rgba(0, 0, 0, .70)

}
.zoom-container-third .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background: rgba(0, 0, 0, .70);
}

.zoom-container-third .zoom-caption:hover {
	background: none;
}

.zoom-container-third .zoom-caption h3 {
	position: absolute;
	word-break: normal;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	text-align: center;
	font-size: 22px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight:500;
	padding: 5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px #222222;
    -webkit-text-shadow: 2px 2px 8px #222222;
    -moz-text-shadow: 2px 2px 8px #222222;
    -ms-text-shadow: 2px 2px 8px #222222;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container-third .zoom-caption h3 .fas {
	margin-right: 40px;
	color: #ddd;
}

.zoom-container-third:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	background: rgba(0, 0, 0, .6);
}

.zoom-container-third:hover .zoom-caption h3 {
	color: #fff;
}

.zoom-container-third:hover .zoom-caption h3:after {
	content: ' \00BB';
	margin-left: 5px;
	color: #fff;
}


/*********************  CONTENT **************************************/
.principal{background: #fff;}
.pad{padding: 2em 0}


/*********************  PAGE STYLES **************************************/
.page-wrapper .content .about-heading {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	color: #2a2a2a;
	margin: 20px 0;
}

.page-wrapper .content .about-heading h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
	border-left: 8px solid #ffff02;
	padding-left: 15px;
}

.page-wrapper .content p#large {
	font-size: 14.5px; 
	line-height: 22px; 
	padding: 3em; 
	margin-bottom: 50px;
	border: 1px solid #ddd;
	background: url('/siteart/banner-bg.png');
	background-attachment: fixed;
}



/***** Image Gallery *****/
.historybox {
	width:31.9%; 
	height:195px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	margin:7px;
	background:#fff;
	border:2px solid #eaeaea;
	padding-top:14px;
}

.historybox:hover {
	transform:scale(1.1,1.1);
	box-shadow:0 0 5px #363636;
}

.historybox img {
	width: 100%;
	max-width:295px; 
	height: auto;
	border:none;
	float:none;
	padding:0;
	margin:0;
	max-height:165px; 
	display:inline-block; text-align:center; vertical-align:middle;
}

.whitebox {
	width:190px; 
	height:130px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	margin:7px;
	background:#fff;
	border:2px solid #eaeaea;
	padding-top:14px;
}

.whitebox:hover {
	transform:scale(1.1,1.1);
	box-shadow:0 0 5px #363636;
}

.whitebox img {
	max-width:150px; 
	border:none;
	float:none;
	padding:0;
	margin:0;
	max-height:124px; 
	display:inline-block; text-align:center; vertical-align:middle;
}

.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}


.back-to {
	text-align:right;
	margin:0 auto;
	padding:20px 0;	
}

.back-to a {
	color:#2F3E7D;
	font-weight:700;
}

.back-to a:hover {
	color: #D9AE3F;
	text-decoration:underline;
}

/* new featherlight gallery */
.gallery-wrap {
	padding:20px 0;
}

.gallery-images {
	width:100%;
	display:block;
	text-align:center;
	margin: 0 auto;
	position:relative;
    float: none;
    align-content: center;
}

.gallery-box img:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.gallery-box {
	text-align:center;
    box-sizing: border-box;
    display: inline-block;
	display: inline;
    vertical-align: top;
    margin: 0 auto;
	padding:2.5px;
}

.gallery-box img {
	border:1px solid #ccc;
}

.thumbnail-size {
	/*width:152px;*/
	height:100px;
	margin: 0 auto;
}

/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: url('/siteart/about-bg.jpg') repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page-wrapper .heading {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: url("../siteart/page-hdr1.jpg") no-repeat top center;
	background-size: cover;
	background-attachment:scroll;
}

.page-wrapper .heading h1 {
	text-transform: uppercase;
	font-size: 45px;
	display: block;
	padding: 60px 0;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 500;
	text-shadow: 0px 2px 2px #2a2a2a;
    -webkit-text-shadow: 0px 2px 2px #2a2a2a;
    -moz-text-shadow: 0px 2px 2px #2a2a2a;
    -ms-text-shadow: 0px 2px 2px #2a2a2a;
}

.page-wrapper .headingdois {
	width: 100%;
	text-align: center;
	display: inline-block;
	background:url("../siteart/page-hdr2.jpg") no-repeat top center;
	background-size: cover;
	background-attachment:scroll;
}

.page-wrapper .headingdois h1 {
	text-transform: uppercase;
	font-size: 45px;
	display: block;
	padding: 60px 0;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	text-shadow: 0px 2px 2px #2a2a2a;
    -webkit-text-shadow: 0px 2px 2px #2a2a2a;
    -moz-text-shadow: 0px 2px 2px #2a2a2a;
    -ms-text-shadow: 0px 2px 2px #2a2a2a;
}


.page-wrapper .headingtres {
	width: 100%;
	text-align: center;
	display: inline-block;
	background:url("../siteart/page-hdr3.jpg") no-repeat top center;
	background-size: cover;
	background-attachment:scroll;
}


.page-wrapper .headingtres h1 {
	text-transform: uppercase;
	font-size: 45px;
	display: block;
	padding: 60px 0;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	text-shadow: 0px 2px 2px #2a2a2a;
    -webkit-text-shadow: 0px 2px 2px #2a2a2a;
    -moz-text-shadow: 0px 2px 2px #2a2a2a;
    -ms-text-shadow: 0px 2px 2px #2a2a2a;
}




.page-wrapper .content {
	line-height: 24px;
	padding: 1em;
    margin: 0 auto;
}

.page-wrapper .content a:hover {
	text-decoration: underline;
}

.page-wrapper .content h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	margin-bottom: 20px;
	color: #ffff02;
	text-decoration: underline;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 10px 0;
	background: rgba(255,255,255,.85);
	padding: 2em;
}

.contact-info .left img {
	float: left;
	width: 100%;
	max-width: 150px;
	display: block;
	padding-right: 20px;
}

.contact-info .left {
	float: left;
	width: 52%;
	padding: 1rem;
}

.contact-info .left .title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 28px;
	color: #ffff02;
}

.contact-info .left p {
	margin: 20px 0;
	line-height: 22px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.contact-info .left a {
	color: #ffff02;
	font-weight: 700;
	font-size: 14.5px;
}

.contact-info .left p a:hover {
	color: #000;
	text-decoration: underline;
}

.contact-info .right {
	float: right;
	width: 46%;
}

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	line-height: 26px;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #000;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/********************* VIDEOS PAGE **************************************/
.youtube {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 5px 5px 5px #606060;
    -webkit-box-shadow: 5px 5px 5px #606060;
    box-shadow: 1px 1px 1px #606060;
    background: url("/siteart/diamond_back.jpg") center center no-repeat;
    padding:20px 0 10px 0;
    text-align: center;
    margin: 0 auto;
    width: 400px;
    text-decoration: none;
	display: block;
}
.youtube p{font-weight: 700; color: #fff; font-size: 17px!important; padding: 0!important}

.vid{width:23%; display: block; float: left; margin: 1%;}
.vid iframe{width:100%; height:200px;}


/********************* MAPA **************************************/
iframe.mapa{width:100%; height:400px; margin: 2em auto;}


/*********************  SALES TEAM **************************************/
.quale{ 
    background: #333; 
    padding: 15px; 
    text-align: center;
}
.quale h2{color:#ffff02}

/*********************  PARTS / SERVICE **************************************/
img.mapaphoto{max-width: 150px; width: 100%; display: block; margin: 0 auto} 
.mapaphotowrap{float: right; }

img.flyer{max-width:70%; width: 100%; display: block; margin:  0 auto} 


.badgewrap {
    width: 23%;
    float: left;
    background:#ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 1px;
    margin: 1% 2% 1% 0;
}
.employeephoto {
    margin: 0 auto;
    background: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.badgewrap img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}
.employeecontact {
    background: #949494;
    padding: 10px 0 0 0;
}
.employeecontact a {color: #000;}
.badgewrap h3 {
    color: #333333;
}
.badgewrap h4 {
    font-size: 18px;
    line-height: 25px;
    background: none;
}
.contactbutton {
    width: 100%;
    background: #ffff02;
    text-align: center;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin: 10px 0 0 0;
    padding: 5px 0;
}

/*********************  BRANDS PAGE **************************************/
.brands {
    width: 18%;
    margin: 1%;
    text-align: center;
    float: left;
    display: block;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
.brands img{
	max-width: 200px; 
	width: 100%;
	height: 70px;
	object-fit: contain;
}

.brands-pow {
    width: 48%;
    margin: 1%;
    text-align: center;
    float: left;
    display: block;
    border: 1px solid #ccc;
    background:#848484;
}
.brands-pow img{max-width: 400px; width: 100%; display: block; margin: 0 auto;}
.brands img:hover, .brands-pow img:hover{opacity: 0.3; transition: all 300ms ease;}

.value {
    width: 48%;
    margin: 2em 1%;
    text-align: center;
    float: left;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.value h2{background: #ffff02; display: block; padding: 10px 0; }
.value img{max-width:100%; width: 100%; display: block; margin: 0 auto;}
.value img:hover{opacity: 0.7; transition: all 300ms ease;}

/*********************  STAFF **************************************/
.staff{display: flex; justify-content: space-between; width:100%; border-top: 1px solid #ccc; padding-top: 1em;  margin: 0 auto 1em auto; align-items: center;}
.staff h3 {display: block; margin-bottom: .25em; text-decoration: underline;}
.staff-photo {width:130px; display: block; margin: 0 40px 0 0}
.staff-photo img{max-width: 100%; width:100%; height: auto;}
.staff-text {width: calc(100% - 170px);}

/*********************  CONTENT **************************************/
.consignlist li {
    list-style: inside;
    margin: 0 0 0 10px;
}

/*********************  FOOTER STYLES **************************************/
.footerwrap {
	width: 100%;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000;
	padding: 2em 0;
}

.footerwrap .col a:hover {
	color: #ddd;
}

.footerwrap .col a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.footerwrap .col {
	float: left;
	width: calc(25% - 40px);
	margin: 20px;
	display: inline-block;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
}

.footerwrap .col h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 2px;
	color: #cacaca;
}

.footerwrap .col p {
	font-size: 15px;
}

.footerwrap .col a#cta-btn {
	width: 100%;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	background: #333333;
	margin-top: 20px;
	font-size: 14px;
    text-transform: uppercase;
}

.footerwrap .col a#cta-btn:hover {
	background: #ffff02;
	color: #000;
	font-weight: 900;
}

.footerwrap .col .social-links a {
	padding: 10px;
	margin: 2px;
	border: 1px solid #fff;
	display: inline-block;
}

.footerwrap .col .social-links a:hover {
	color: #fff;
}

.footerwrap .col .social-links a#twitter:hover {
	background: #00acee;
}
.footerwrap .col .social-links a#facebook:hover {
	background: #3b5998;
}
.footerwrap .col .social-links a#pinterest:hover {
	background: #fff;
	color: #c8232c!important;
}
.footerwrap .col .social-links a#youtube:hover {
	background: #fff;
	color: #c4302b!important;
}
.footerwrap .col .social-links a#linkedin:hover {
	background: #0e76a8;
}
.footerwrap .col .social-links a#instagram:hover {
	background: #C13584;
}


/**********************  RESPONSIVE STYLES ***************************************/

@media screen and (max-width: 1430px) {
	.width {max-width: 95%;}
	
	.headpad{justify-content: space-around;}
	.logo {width: 100%;}
}

@media screen and (max-width: 1240px) {
/* HEADER */
	header .top-hdr {font-size: 14px; text-align: center}
	
/* HOMEPAGE */
	.cta-banner span {font-size: 26px; margin-right: 10px;}
	
	.zoom-container {width:calc(33.33% - 6px); height: 175px; margin: 3px;}
	
	.cta-banner {text-align: center;}
	.cta-banner a {float: none; margin-top: 20px;}
	.cta-banner span {display: block; font-size: 28px;}
	.cta-banner p {line-height: 28px; width: 100%; text-align: center;}
}

@media screen and (max-width: 1025px) {
	.headpad {flex-wrap: wrap; justify-content: center;}
	.logo {justify-content: center;}
    .logo img, img#nh-logo{max-width: 275px; display: block; margin: 0!important; padding: 5px 20px;}
    .sidesites {width: 100%;justify-content: center;}
    a.sitebutton {width: calc(50% - 30px);
        max-width: 100%;
    }
	
    .vid{width:48%; float: left; margin: 1%;}
    .brands {width: 23%;}
    
    /* PARTS PAGE */
    img.mapaphoto{max-width: 150px; width: 100%; display: block; margin: 0 auto} 
    .mapaphotowrap{float: none; }
    .badgewrap {
        width: 31%;
        float: left;
        margin: 1% 2% 1% 0;
    }
	
	.footerwrap .col {width: calc(50% - 40px);}
}

@media screen and (max-width: 930px) {
	
/* HOMEPAGE */
	.why-us-wrapper .col {float: none; width: 100%; margin: 0 auto; margin-bottom: 12px;}
	.cta-banner span {font-size: 24px; margin-bottom: 10px;}
	.cta-banner a {font-size: 18px; padding: 15px;}
	.why-us-wrapper h1 {font-size: 24px;}
	.why-us-wrapper {padding: 45px 0;}
	.cta-banner p {line-height: 22px;}
	.why-us-wrapper p#txt {padding: 2.5em;}
    .zoom-container-third {float: none; width: 100%; height: 155px; margin: 0 auto; margin-top: 3px;}
	.zoom-container {width:calc(50% - 6px); height: 175px; margin: 3px;}
	
	.cta-banner {
        padding: 0;
        line-height: auto;
        background: #000;
        border-top:none;
        border-bottom:none;
    }
    
/* ABOUT PAGE */
	.page-wrapper .content h1 {font-size: 24px; margin-bottom: 10px;}

}

@media screen and (max-width: 900px) {
    /* PARTS PAGE */
    img.mapaphoto{max-width: 120px; margin: 10px auto 0 auto} 
    .mapaphotowrap{float: none; }
    img.flyer{max-width:100%; } 

}


@media screen and (max-width: 815px) {	
    .column3 {width:100%; float:none; padding:0;margin: 1em auto; text-align: center}
    
    .title h2 {
        text-align: center
    }
	
/* ABOUT PAGE */
	.historybox {width: 100%; margin: 0 auto; text-align: center; display: block; max-width: 500px; margin-top: 15px;}

}

@media screen and (max-width: 700px) {
    .value {width: 100%;margin: 1% auto;}
	.hide-desktop {display: block;}
	.text-banner {text-align: left; padding: 4em 5% 7em 5%;}
	.text-banner h1 {font-size: 28px;}
	.text-banner p {font-size: 16px;}
	
	.badgewrap {
        width: 250px;
        float: none;
        margin: 0 auto 20px auto;
        display: block;
    }

/* HOMEPAGE */
    .zoom-container {float: none; width: 100%; height: 155px; margin: 0 auto; margin-top: 1.5px; margin-bottom: 1.5px;}
	.zoom-container .zoom-caption h3, .zoom-container:hover .zoom-caption h3:after {font-size: 20px;}
    .zoom-container-third .zoom-caption h3, .zoom-container-third:hover .zoom-container-third h3:after {font-size: 20px;}
    .vid{width:100%;float: none; margin: 2% auto;}
    

}

@media screen and (max-width: 500px) {
.brands-pow {
    width: 98%;
    margin: 1% auto;
    float:none;
}
.brands-pow img{max-width: 200px;}
	
	.text-banner {padding: 4em 5%;}
	
	.logo img, img#nh-logo {padding: 5px 10px;}
a.sitebutton {width: calc(100% - 20px); margin: 5px;}
	
	
/* ABOUT PAGE */
.staff {flex-wrap: wrap; justify-content: center;}
.staff-photo {margin: 0 auto;}
.staff-text {width: 100%; text-align: center}

/* HEADER */
	header .top-hdr {font-size: 11px;}
	.page-wrapper .heading {background-attachment: initial;}
	
/* FOOTER */
	.footerwrap .col h2 {font-size: 18px; margin-bottom: 5px;}
	.footerwrap .col {float: none; width: 100%; margin: 0 auto; text-align: center; margin-bottom: 15px; margin-top: 15px;}
    .footerwrap .col a#cta-btn {
        width: 200px;
        text-align: center;
        display: block;
        margin: 20px auto 0 auto;
        line-height: 40px;
    }
}

@media screen and (max-width: 400px) {
    /* PARTS PAGE */
    img.mapaphoto{max-width: 90%; } 
    .badgewrap { width: 90%;}
}
