/*
    Site Designer: Karoline Dassie
	
	Main Colors
	- Blue: #084387
	- Yellow: #fcc601
	
*/

/*--------	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; 
}
table, th, td {
	border: 0px;
	border-collapse: collapse;
}

/*--------	GLOBAL	--------*/
body {
	font-family: 'Raleway', sans-serif;	
	-webkit-text-size-adjust: none;
    background: #282828;
    line-height: normal;
}

a {
	color:inherit;
	text-decoration:none;	
}
.clear {clear: both;}

::-moz-selection {
    background: #fcc601;
    color: #084387;
    text-shadow: none;
}

::selection {
    background: #fcc601;
    color: #084387;
    text-shadow: none;
}

/*--------	HEADER	--------*/
.header {
    background:#fefefe url("../siteart/header-bg.jpg") repeat-x bottom;
	font-family: 'Raleway', sans-serif;
}

#cutouts{
    width: calc(100% - 420px);
    float: right;
    text-align: right
}

#cutouts img{max-width: 700px; }

#logo{
    width: 400px;
    float: left;
    text-align: center;
    margin:2em 0 0 20px;
}

#logo img {
    display: block;
    width: 100%;
    max-width: 400px;
}

img.nhlogo{max-width: 200px!important; display: block; margin: 0 auto 1em auto}

#header-contact {color: #FFF; font-weight: 400; font-size: 13px; display: inline-block; height: 49px;}
#header-contact a:link, #header-contact a:visited, #header-contact a:active{color: #fff}

#colour-strip {background-color: #084387; height: auto;}
#header-contact ul li {display: inline-block; padding: 17px 10px;}
#header-contact i {margin-right: 10px;}


/*--------	NAV	--------*/
nav#cssmenu {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fcc601;
    height: 49px;
    padding-right: 15px;
}

nav#cssmenu:before {
    position: absolute;
    left: -38px;
    width: 6px;
    content: '';
    height: 0px;
    border-style: solid;
    border-width: 0 0 49px 38px;
    border-color: transparent transparent #fcc601 transparent;
}

nav#cssmenu ul li {display: inline-block;}
nav#cssmenu ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #5e5e5e;
}

/*--------	TYPOGRAPHY	--------*/

h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 20px;
    }

h2 {
    font-weight: 300;
    font-size: 49px;
    }

h3{
    font-size: 35px;
    margin-bottom: 15px;
    color: #adadad;
    font-weight: 500;
}

h4 {
	color:#FFF;	
	font-weight:300;
	font-size:40px;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}


/*--------	CONTENT	--------*/
.wrapper {
	width: 90%;
    margin: 0 auto;
}
.wrapper-inv {
	width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.yellowbg{background: #fcc601; }
.whitebg{background:#fff}
#greybg{background:#edebe7}
#bluebg{background: #084387}

.pad{padding: 2em 0;}



/*--------	HOME PAGE	--------*/
#callout {
	background:#fcc601;
	padding: 4% 2%;
    float: left;
    width: 30%;
}

#callout a {
    color:#084387;
    border:  2px solid #fff;
    padding: 5%;
    margin-top: 30px;;
    display: block;
    width: 90%;
    text-align: center;
    font-size: 18px;
}
#callout a:hover{border:  2px solid #084387}

#mainphoto{
    float:left;
    display: block;
	width:66%;
	
	
}

#mainphoto img{
    max-width: 100%; 
    width: 100%;
    display: block;
	
}

.main-left{background: #084387; padding: 5%; float: left;  width: 50%}
    .main-left p{color: #fff;}
.main-right{padding: 3% 5%; float: left; width: 30%; text-align: center}
    .main-right p{color: #282828; font-size: 22px; line-height: 30px}

.mapinha {
    width: 100%;
    height: 300px;
    border: 0;
}

.manusas{
    background: #fff;
    border-bottom: 3px solid #fcc601; 
    border-top: 3px solid #fcc601;
    padding: 0 0 30px 0 ;
    text-align: center;
}

.manusas img{display: inline-block; max-width: 100%; width: 130px; margin:0 1%; vertical-align: middle;}
    
    
/*--------	SCROLLING INVENTORY	--------*/
.scrolling-wrap {
    width:100%;
    height: 90px;
    overflow:hidden;
    padding: 20px 0 0 0;
}
 
.scrolling{
    width:100%;
    height: 92px;
    display: block;
}


/*--------	FRAMELESS INVENTORY	--------*/
.hosted-content #listings-title {
    font-size: 1.8rem;
    color: #000;
}
.hosted-content .m-tb-20 {
    margin: 0;
}

.hosted-content  h1 {font-size: 25px; color: #084387}
.hosted-content  h2 {font-size: 25px;}
.hosted-content .listings-wrapper .listings-list .listing-banner{background: #fcc601!important; color: #084387}
.hosted-content h3 {line-height: normal!important; font-size: 25px; color: #084387!important}
.hosted-content h4 {color: #000; font-size: 22px}


/*--------	CONTACT	--------*/
.contact p {line-height: 30px;	}
.contact ul li {margin-bottom: 25px;}

.contact-mapa {
    width: 80%;
    margin: 40px auto 0 auto;
    height: 600px;
    display: block;
    border: 0;
}

/*
li.title {
    background-color: #fcc601;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 25px 22px 30px;
}

#address, #location {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
    padding-left: 90px;
    padding-right: 60px;
}

#address {padding-top: 30px;}

#address:before {
    content: "\f041";
    font-family:FontAwesome;
    position: absolute;
    margin-left: -50px;
    font-size: 20px;
    margin-top: 10px;
}	

#location {
    padding-top: 30px;
    padding-bottom: 30px;
}

#location:before {
    content: "\f105";
    font-family:FontAwesome;
    margin-left: -50px;
    position: absolute;
    font-size: 20px;
}

#location a {text-decoration: underline;}
#location-box ul li {list-style:none;	}

iframe.home-map {
    width: 100%;
    height: 550px;
}

#map {
	height: 500px;
	width:100%;
}

#location-box {
    display: inline-block;
    position: absolute;
    margin-top: -345px;
    background-color: #FFF;
}
*/


/*--------	FORM	--------*/
select::-ms-expand {display: none;}
::-webkit-input-placeholder {color:#DDD;font-style:italic;}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=search], input[type=submit] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
    border-radius: 0;
	border: 0;
	font-family: 'Raleway', sans-serif;
}


/*--------	SEARCH ?--------*/
.partssearch { width: 100%;}
.contact, .partssearch {
	display: block;
	padding: 30px 0 70px 0;
}
#inquirypage { width: 100%;}

.name, input#CaptchaAnswer {
    width: calc(50% - 13px);
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

#inquirypage input[type="text"], #inquirypage input[type="email"], #inquirypage textarea, #inquirypage input#CaptchaAnswer {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f3f3f3;
    border: 0;
    margin-top: 5px;
    font-family: 'Raleway', sans-serif;	
}

#inquirypage p {
    margin-right: 10px;
    padding:  10px 0;
}

#inquirypage textarea {height: 140px;}

.contact ul {
    width: 26%;
    padding-right: 1%;
    display: inline-block;
    list-style: none;
}

#inquirypage input.submit {
    color: #FFF;
    background: #fcc601;
    padding: 15px 0;
    width: 99%;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    cursor: pointer;
}

input#CaptchaAnswer {width: 50% !important;}
.CaptchaPanel {padding: 0 !important;text-align: left !important; color: #fff;}

#inquirypage span {
    color: red;
    font-size: 26px;
    line-height: 0;
    vertical-align: middle;
}

/*--------  FOOTER	--------*/
.footer {
    background-color: #282828;
    padding: 2em 0;
	font-family: 'Raleway', sans-serif;
}

.footleft {
    float: left; 
    text-align: left;
    width: 50%;
}
.footleft a:link, .footleft a:visited, .footleft a:active{
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #a09f9f;
    list-style: none;
}
.footleft a:hover {color:#fff}

.footright {
    float: right; 
    text-align: right;
    width: 50%;
}

.divfooter {width:100%; text-align:right; margin:20px 0 0 0; color:#cacaca;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:none; font-size:13px; font-weight: 600; color:#cacaca;}
a.footerlink:hover {text-decoration:underline;font-size:13px; color: #fff}
.footertext{font-size:13px; color:#cacaca;}
.smallfootertext{font-size:13px; color:#cacaca;}


/*=========================	
    SCROLL TO TOP
==========================*/
.return {
    color: #fcc601!important;
    font-weight: 500;
    font-size: 12px;
}

.return i { font-size: 14px;}

.return:hover {
    color: #fff !important;
    cursor: pointer;
}

/*=========================	
    INVENTORY STYLES
==========================*/
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}
.list-title,.listing-portion-title{color: black !important;}

.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#084387 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#084387 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #084387 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #084387 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



/*=========================	
    RESPONSIVE STYLES
==========================*/
.desktop {display: block;}
.mobile {display:none;}

@media all and (max-width:1575px) {
    #categories {width: 45%;}
    #callout {padding: 2%;}
	
}

@media all and (max-width:1444px) {
    .manusas img {width: 100px}
}

@media all and (max-width:1300px) {
    .main-right p { font-size: 18px}
    #callout {padding:3% 2%;}
    #callout a {padding: 4%;margin-top: 30px;}

    #search {
        width: 50%;
        padding: 100px 70px;
        height: 430px;
    }

  
    .contact ul {
        width: 100%;
        padding-rght: 0;
    }

    .contact ul li {
        display: inline-block;
        margin-right: 49px;
    }
    
    nav:before {
        left: inherit;
        right: 75px;
        border-width: 0 0 60px 49px;
    }

    #header-contact {
        height: 60px;
        font-size: 13px;
    }

    #header-contact ul li {padding: 23px 20px;}
    a.category {padding: 35px 0 35px 150px;margin-top: 20px;}
    #categories {padding: 75px 50px;}

}

@media all and (max-width:1150px) {
    #cutouts {
        width: calc(100% - 220px);
    }
    #cutouts img{ max-width: 500px}
    #logo {
        width: 200px;
        margin: 1em 0 0 20px;
    }
    #logo img {max-width: 200px;}
    .manusas img {width: 90px}
}

@media all and (max-width:1280px) {
    .footleft a:link, .footleft a:visited, .footleft a:active { display: block;}
}

@media all and (max-width:1050px) {
    #callout {padding: 1% 2%;}
}

/* Tablet */
@media all and (max-width:900px) {
    .desktop {display:none;	}
    .mobile {display: block;	}
    .name {display: block;width: inherit;}
    
    .main-left {
        padding: 5%;
        float: none;
        width: 90%;
        text-align: center;
    }
    .main-right {
        padding: 5%;
        float: none;
        width: 90%;
        text-align: center;
    }

    #callout {
        background: #fcc601;
        padding: 2%;
        float: none;
        width: auto;
    }
    #callout a{margin: 10px auto; padding: 15px 0;}
    #mainphoto {
        float: none;
        width: 100%;
    }
    
    .contact-mapa {
        width: 100%;
        height: 300px;
    }
    
    #inquirypage input.submit {width: 100%;padding: 20px 0;}
    .contain {margin: 30px auto;}

    #search {
    width: 100%;
    padding: 60px 40px;
    height: auto;
    }

    #categories {
    width: 100%;
    padding: 60px 50px 80px 50px;
    height: auto;
    }
    h1 span {font-size: 80px;}
    .content h2 {padding-bottom: 25px;}
    h2 {font-size: 30px;font-weight: 500;}
    #map {height: 390px;}

    /*#location-box {
    left: 0;
    right: 0;
    width: 95%;
    margin: -300px auto 0 auto;
    max-width: 370px;
    }*/
}

@media all and (min-width: 720px) and (max-width:768px) {
    a.category {
        width: 48%;
        display: inline-block;
    }
    .truck {margin-right: 4%;}
}


@media all and (max-width:770px) {
    /*#cutouts {
        width: 100%;
        float: none;
        text-align: center;
    }*/
    #cutouts {display: none}
    #logo {
        width: 200px;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 15px 0;
    }
    #logo img {max-width: 200px;}
    
    img.nhlogo {
        max-width: 160px!important;
        margin: 0 auto 10px auto;
    }
    #header-contact ul li {
        padding: 20px;
        font-size: 18px;
    }
    
    .footer{padding: 20px 0}
    .footright {
        float: none;
        text-align: center;
        width:100%;
        margin:20px auto 0 auto;
    }
    .footleft {
        float: none;
        text-align: center;
        width:100%;
    }
    .footleft a:link, .footleft a:visited, .footleft a:active{
        padding: 5px;
        display: inline-block;
    }
    .divfooter {text-align: center}
}


/* Smart Phone */
@media all and (max-width:600px) {
    #callout {padding: 2%;}
    #callout a{margin: 10px auto; padding: 10px 0;}
}
