﻿/*----begin reset----*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
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 {
	border: 0;
	margin: 0;
	padding: 0;	
}

/* Make HTML 5 elements display block-level for consistent styling */  
article, aside, figure, footer, header, nav, section {
    display: block;
	padding:0;
}
/*----end reset----*/

body {
    background: #fff;
    font-family: 'oswald';
	font-weight:500;
	overflow-x: hidden;
	line-height: 1.3;
	letter-spacing: .01em;
}

.bg {
    background: #fff;
}
.clear {clear: both;}
#clear {clear: both;}

/* --- Text --- */
.width-80 {width: 80%; margin: 0 auto;}
.text-center {text-align: center;}
#padding25 {padding: 25px 0;}
p {font-family: 'oswald'; font-weight:800;}
h1 {
    font-family: 'oswald';
	font-weight:800;
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

h2 {
    font-family: 'oswald';
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: .25px;
	font-weight:800;
}

h3 {
    font-family: 'oswald';
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 7px;
	font-weight:500;
}

h4 {
    font-family: 'oswald';
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 7px;
	font-weight:800;
}

h5 {
    font-family: 'oswald';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
	font-weight:800;
}

h6 {
    font-family: 'oswald';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
	font-weight:500;
}


/* weights */

.light {
    font-family: 'oswald';
	font-weight:300;
}

.regular {
    font-family: 'oswald';
	font-weight:500;
}

.bold {
    font-family: 'oswald';
	font-weight:800;
}

strong {
    font-family: 'oswald';
	font-weight:800;
}

p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

p strong {
    font-family: 'oswald';
	font-weight:800;
}

.smaller {
    font-size: 10px;
    line-height: 16px!important;
    margin-bottom: 3px!important;
}

.small {
    font-size: 12px;
    line-height: 18px!important;
    margin-bottom: 6px!important;
}

.large {
    font-size: 16px;
}

.larger {
    font-size: 18px;
}
.logo-center a img{margin:0 auto;}
.textdropshadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.88);
}

.textdropshadow-lg {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}

ul.list {
    list-style: inside;
    font-family: 'oswaldlight';
    font-size: 14px;
}


ul.list-nobullet {
    list-style: none;
    font-family: 'oswaldlight';
    font-size: 14px;
}

ul.list-nobullet li {
    padding: 2px 0 8px 0;
}

ol {
    font-family: 'oswaldlight';
    font-size: 14px;
    margin: 0 0 15px 25px!important;
}

ol li {
    padding: 3px 0;
}


/*text color*/

.white {
    color: #fff;
}

.black {
    color: #000;
}

.lightgrey {
    color: #c1c1c1;
}

.grey {
    color: #484649;
}

.darkgrey {
    color: #343434;
}

.red {
    color: #F37029 !important;
}

.darkred {
    color: #C35114;
}

::-moz-selection {
    color: #000;
    background: #d1d1d1;
}

::selection {
    color: #000;
    background: #d1d1d1;
}


/*link*/

a {
    text-decoration: none;
    line-height: normal;
    color: inherit;
    cursor: pointer;
}

a.underline {
    text-decoration: underline!important;
}

a:hover {
    color: #000;
    text-decoration: none!important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}

a.white {
    color: #fff;
}

a.black {
    color: #000;
}

a.lightgrey {
    color: #c1c1c1;
}

a.darkgrey {
    color: #343434;
}

a.red {
    color: #F37029;
}

a.darkred {
    color: #C35114;
}

a.no-opacity:hover {
    opacity: 1!important;
}

a.top-email {
    font-size: 12px;
}

a img {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

a img:hover {}

a h1 {
    text-decoration: none!important;
    color: inherit;
}

a h2 {
    text-decoration: none!important;
    color: inherit;
}

a h3 {
    text-decoration: none!important;
    color: inherit;
}

a h4 {
    text-decoration: none!important;
    color: inherit;
}

a h5 {
    text-decoration: none!important;
    color: inherit;
}

a h6 {
    text-decoration: none!important;
    color: inherit;
}

.shadow-hover {
    transition: all 0.5s ease;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.82);
    ;
    opacity: 1;
}

a:focus {
    color: auto;
}

a:link {
    color: auto;
}

a:visited {
    color: auto;
}

a.button {
    color: #000;
    padding: 10px 0;
    font-family: 'oswaldregular';
    font-size: 20px;
    text-decoration: none;
    text-transrom: uppercase;
    cursor: pointer;
    width: inherit;
    border: solid 2px #C35114;
    width: 100%;
    background: #F37029;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

a.button:hover {
    color: #fff;
    background: #C35114;
    border: solid 2px #F37029;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
}

a.altbutton {
    color: #fff;
    padding: 10px 0;
    font-family: 'oswaldregular';
    font-size: 20px;
    text-decoration: none;
    text-transrom: uppercase;
    cursor: pointer;
    width: inherit;
    border: solid 2px #343434;
    width: 100%;
    background: #484649;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

a.altbutton:hover {
    color: #fff;
    background: #343434;
    border: solid 2px #484649;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
}

.altbutton {
    color: #fff;
    padding: 10px 0;
    font-family: 'oswaldregular';
    font-size: 20px;
    text-decoration: none;
    text-transrom: uppercase;
    cursor: pointer;
    width: inherit;
    border: solid 2px #343434;
    width: 100%;
    background: #484649;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.altbutton:hover {
    color: #fff;
    background: #343434;
    border: solid 2px #484649;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.85);
}


/* --- bg color --- */

.white-bg {
    background-color: #fff;
}

.black-bg {
    background-color: #000;
}

.lightgrey-bg {
    background-color: #e3e3e3;
}

.grey-bg {
    background-color: #484649;
}

.darkgrey-bg {
    background-color: #343434;
}

.red-bg {
    background-color: #F37029;
}

.darkred-bg {
    background-color: #C35114;
}

.white-bg-trans {
    background: rgba(255, 255, 255, 0.15);
}

.ie8 .white-bg-trans {
    background: #fff;
}

.ie7 .white-bg-trans {
    background: #fff;
}

.black-bg-trans {
    background: rgba(0, 0, 0, 0.55);
}

.ie8 .black-bg-trans {
    background: #000;
}

.ie7 .black-bg-trans {
    background: #000;
}

.lightgrey-bg-trans {
    background: rgba(147, 147, 147, 0.8);
}

.ie8 .lightgrey-bg-trans {
    background: #e3e3e3;
}

.ie7 .lightgrey-bg-trans {
    background: #e3e3e3;
}

.darkgrey-bg-trans {
    background: rgba(48, 48, 48, 0.8);
}

.ie8 .darkgrey-bg-trans {
    background: #343434;
}

.ie7 .darkgrey-bg-trans {
    background: #343434;
}

.red-bg-trans {
    background: rgba(161, 53, 41, 0.8);
}

.ie8 .red-bg-trans {
    background: #F37029;
}

.ie7 .red-bg-trans {
    background: #F37029;
}

.darkred-bg-trans {
    background: rgba(91, 15, 10, 0.8);
}

.ie8 .darkred-bg-trans {
    background: #C35114;
}

.ie7 .darkred-bg-trans {
    background: #C35114;
}

.red-border {
    border: 3px solid #F37029;
}


/* ---- Head ---- */

header {}
.flex-header {display: flex; flex-direction: row; align-items: center; width: 73%; margin: 0 auto; padding: 20px 0;}
.hours-left {width: 25%; text-align: left;}
.logo-center {width: 50%; text-align: center;}
.contact-right {width: 14%; margin-left: 12%; text-align: left;}
.cta-header {
    text-align: center;
    background: #000;
    padding: 8px 0;
}

.cta-header h2 a:hover {
    color: #fff;
}

.cta-header h2 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #F37029;
}


/* ---- nav ---- */


/* This horizontal navigation has 4 dropdown levels, but you can change it to include more levels if necessary.*/


/*
nav.desktop {position:relative;display:block;z-index:9000;margin:0 auto 0 auto;text-align:center;background:#C35114;}

nav.desktop ul{}
nav.desktop ul, nav.desktop li {list-style: none !important; }
nav.desktop ul li {display: block;position: relative;float:left;text-align:center;}
nav.desktop li ul {display: none;}
nav.desktop ul li a {
width:100%;display: block;text-decoration: none; text-transform:uppercase;font-family:'oswaldbold';color: #fff;font-size:20px;line-height:50px;float:left;padding:0 25px;height:1%;border-right:solid 1px #C35114;border-left:0;transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;}
nav.desktop ul li a:first-child {border-left:solid 1px #C35114;}
nav.desktop ul li a:hover {
height: 1%;background:#C35114;color:#fff;}
*/


/* appearance of the sub-level links */


/*
nav.desktop ul li ul li{width:255px;list-style:none;display:block;}
nav.desktop ul li li a {font-family: 'oswaldregular';font-size:13.5px;line-height:18px;padding:7px;text-align:left;background:#272727;border-top:#C9C9C9 1px solid;border-right:#C9C9C9 1px solid;}

nav.desktop ul li li li a:hover {color:#fff; background:#000;}
*/


/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */


/*
nav.desktop ul ul {display:none;position:absolute;top:100%;margin:0;background:#1E1E1E;}

nav.desktop ul ul ul {position:absolute;left:100%;top:0;margin:0;background:#1E1E1E;}
nav.desktop ul ul ol li a {width:255px;font-family: 'oswaldlight';font-size:10px;padding:11px 15px;text-align:left;background:#1E1E1E;border-bottom:#000 1px solid;border-right:0;margin-left:-25px;}

nav.desktop ul li:hover > ul {display: block;line-height: normal;z-index: 100;}

nav.desktop ul ul li {float: none;position: relative;}
*/


/* MobileNav */


/*
#navicon {padding:0 20px;width:100%;background:#224f28;color:#fff;font-size:28px;text-decoration: none;text-align:right;
z-index: 99999999999999999;}
#navicon:hover{background:#153919;color:#fff;}
.show-menu-for-mobile {display:none;}
*/


/* ----------------------------------------------------------------------------------------------------------------------------------------------- */


/*navigation*/

ul#nav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    text-align: center;
    background: #C35114;
}

#nav li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

#nav li a {
    width: 100%;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'oswaldbold';
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    float: left;
    padding: 0 25px;
    height: 1%;
    border-right: solid 1px #C35114;
    border-left: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#nav li a:first-child {
    border-left: solid 1px #C35114;
}

.ie8 #nav li a {
    padding: 0;
}

#nav li a:hover {
    height: 1%;
    background: #C35114;
    color: #fff;
}


/* appearance of the sub-level links */

#nav li ul li {
    width: 255px;
    list-style: none;
    display: block;
}

#nav li li a {
    font-family: 'oswaldregular';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 5px;
    text-align: left;
    background: #272727;
    border-top: #C9C9C9 1px solid;
    border-right: #C9C9C9 1px solid;
    border-left: #C9C9C9 1px solid!important;
    border-bottom: #C9C9C9 1px solid!important;
}

#nav li li li a:hover {
    color: #fff;
    background: #000;
}


/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */

#nav ul {
    display: none;
    position: absolute;
    top: 100%;
    margin: 0;
    background: #1E1E1E;
}

#nav ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    background: #1E1E1E;
}

#nav ul ol li a {
    width: 255px;
    font-family: 'oswaldlight';
    font-size: 10px;
    padding: 11px 15px;
    text-align: left;
    background: #1E1E1E;
    border-bottom: #000 1px solid;
    border-right: 0;
    margin-left: -25px;
}

#nav li:hover>ul {
    display: block;
    line-height: normal;
    z-index: 100;
}

#nav ul li {
    float: none;
    position: relative;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------*/


/* ---- slideshow ---- */

#slidehold {
    position: relative;
    width: 100%;
    height: ;
    overflow: hidden;
    top: 0;
    margin-bottom: 0;
    z-index: 1;
}

#slidehold img {
    overflow: hidden;
}

#slidehold .overslide-text {
    top: ;
    background: ;
    width: ;
    height: ;
}


/* ---- /slideshow ---- */


/* ---- form ---- */

#form {}

.form-bg {
    background: #000;
    padding: 8px;
}

#form label.srch-lbl {
    font-family: 'oswaldregular';
    color: #fff;
    font-size: 13.5px;
    margin: 10px 0 0 0;
}

#form input.srch-txt {
    padding: 4px 7px;
    border: 1px solid #B1B1B1;
    font-family: 'oswaldregular';
    color: #000;
    font-size: 14px;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#form textarea {
    padding: 6px 5px;
    border: 1px solid #B1B1B1;
    font-family: 'oswaldregular';
    color: #000;
    font-size: 14px;
    height: 120px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#form select {
    padding: 0px 5px;
    border: 1px solid #B1B1B1;
    font-family: 'oswaldregular';
    color: #000;
    font-size: 14px;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#form option {
    padding: 2px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#form .srch-button {
    color: rgba(255, 255, 255, 0.0);
    padding: 0;
    margin: 0;
    font-family: 'oswaldregular';
    font-size: 20px;
    text-decoration: none;
    text-transrom: uppercase;
    cursor: pointer;
    border: solid 2px #C35114;
    background: url(../siteart/search-icon.png) center #F37029 no-repeat;
    background-size: 70%;
    height: 33px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#form .srch-button:hover {
    color: rgba(255, 255, 255, 0.0);
    background: url(../siteart/search-icon.png) center #C35114 no-repeat;
    background-size: 70%;
    border: solid 2px #F37029;
}


/**/

#invform {}

#invform label.srch-lbl {
    font-family: Arial, "Helvetica LT Std", sans-serif, Cambria;
    color: #000;
    font-size: 12px;
    margin: 10px 0 5px 0;
    padding: 4px 0 2px 0;
}

#invform input.srch-txt {
    padding: 8px 6px;
    border: 1px solid #B1B1B1;
    font-family: arial;
    color: #000;
    font-size: 13px;
    margin: 0;
    width: 100%;
    font-family: 'oswaldlight';
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

#invform select {
    padding: 6px 6px;
    border: 1px solid #B1B1B1;
    font-family: arial;
    color: #000;
    font-size: 13px;
    margin: 0;
    width: 100%;
    font-family: 'oswaldlight';
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
}

#invform option {
    padding: 2px;
    font-family: 'oswaldlight';
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#invform .srch-button {
    color: rgba(255, 255, 255, 0.0);
    padding: 0;
    margin: 0;
    font-family: 'oswaldregular';
    font-size: 20px;
    text-decoration: none;
    text-transrom: uppercase;
    cursor: pointer;
    border: solid 2px #C35114;
    background: url(../siteart/search-icon.png) center #F37029 no-repeat;
    background-size: 70%;
    height: 33px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#invform .srch-button:hover {
    color: rgba(255, 255, 255, 0.0);
    background: url(../siteart/search-icon.png) center #C35114 no-repeat;
    background-size: 70%;
    border: solid 2px #F37029;
}

#invform input.srch-txt::placeholder {
    color: #AFAFAF!important
}

#invform select::placeholder {
    color: #AFAFAF!important
}

#invform option::placeholder {
    color: #AFAFAF!important
}


/**/

.first-search {
    padding: 0px!important;
}

.second-search {
    padding: 0 10px 0 10px!important;
}

.third-search {
    padding: 0 10px 0 10px!important;
}

.last-search {
    padding: 0px!important;
}


/*control the Captcha */

.CaptchaPanel {
    margin: 0!important;
    padding: 0!important;
    text-align: center;
    line-height: normal!important;
    color: #888888;
}

.CaptchaImagePanel {
    margin: 0;
    padding: 0;
}

.CaptchaMessagePanel {
    padding: 0!important;
    margin: 0!important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 13px;
	color:#fff;
}

.CaptchaAnswerPanel {
    margin: 0;
    padding: 2px 0px 2px 0px!important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0;
    padding: 3px 0!important;
	color:#fff;
}

.CaptchaWhatsThisPanel a {
    color: #88888;
    padding: 0!important;
    margin: 0!important;
    font-size: 12px;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/* ---- /form ---- */


/* ---- category ---- */

.brushedmetal-bg {
    background: url(../siteart/brushedmetal-bg.jpg) top repeat-x;
}


/* zoom */

.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px 0;
}

.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    border: solid 6px #171717;
    -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: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);
}

.zoom-container:hover .zoom-caption {
    background: none;
}


/* ---- /category ---- */


/* ---- HOME PAGE | AUTHORIZED DEALER SECTION ---- */

.parts-salvage {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #ddd;
    padding: 2% 0;
}

#parts-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 2% 0;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

img#parts-logo {
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

#salvage-links {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    padding: 2% 0;
    vertical-align: middle;
    display: inline-block;
    width: 49%;
    margin: 0 auto;
}

.authorizedDealer {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: url(../siteart/authorizedDealer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 40px 20px;
    border-top: 2px solid #ddd;
}

.authorizedDealer img,
.authorizedDealer .parts-info {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    height: auto;
    float: none;
    vertical-align: middle;
    margin: 10px 1.5%;
}

.authorizedDealer .parts-info p {
    font-size: 20px;
}


/* ---- PARTS SALVAGE LANDING  ---- */

.width {
    text-align: center;
    margin: 0 auto;
    width: 60%;
    padding: 3% 0;
}

#parts-logo-2 {
    width: 100%;
    text-align: center;
}

img#parts-logo-2 {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 2% 0;
}

#parts-salvage-btn {
    width: 300px;
    text-align: center;
    border: 1px solid #000;
    padding: 5px 0;
    display: inline-block;
}

#parts-salvage-btn:hover {
    background: #ddd;
}


/* ---- sandhills footer ---- */

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: 'oswaldlight';
    font-size: 13px;
    color: #000;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: 'oswaldlight';
    font-size: 13px;
    color: #000;
}

.footertext {
    font-family: 'oswaldlight';
    font-size: 13px;
    color: #000;
}

.smallfootertext {
    font-family: 'oswaldlight';
    font-size: 12px;
    color: #000;
}

.divfooter {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
}


/* --- Old Browsers --- */

.ie7 .noseven {
    display: none!important;
}

.ie8 .noeight {
    display: none!important;
}

.onlyseven {
    display: none!important;
}

.onlyeight {
    display: none!important;
}

.ie7 .onlyseven {
    display: block!important;
}

.ie8 .onlyeight {
    display: block!important;
}

.ie9 #slidehold {
    background: url(../siteart/slide1.jpg) center center;
}

.ie8 #slidehold {
    background: url(../siteart/slide1.jpg) center center;
}

.ie7 #slidehold {
    background: url(../siteart/slide1.jpg) center center;
}

.ie8 .black-bg-trans {
    width: 400px!important;
}

.ie7 .black-bg-trans {
    width: 400px!important;
}

.ie7 #form .srch-button {
    color: rgba(255, 255, 255, 1)!important;
    background-image: none;
}

.ie7 #form .srch-button:hover {
    color: rgba(255, 255, 255, 1)!important;
    background-image: none;
}

.ie8 #form .srch-button {
    color: rgba(255, 255, 255, 1)!important;
    background-image: none;
}

.ie8 #form .srch-button:hover {
    color: rgba(255, 255, 255, 1)!important;
    background-image: none;
}

.ie8 .con-loc-sec .text-right {
    text-align: center;
}

.ie8 .con-loc-sec .text-left {
    text-align: center;
}

.ie7 .con-loc-sec .text-right {
    text-align: center;
}

.ie7 .con-loc-sec .text-left {
    text-align: center;
}



/* --- Responsive Styles --- */

@media screen and (max-width:1700px) {
    #nav li a {
        font-family: 'oswaldregular';
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        padding: 0 15px;
    }
}

@media screen and (max-width:1500px) {
    #nav li a {
        font-family: 'oswaldregular';
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        padding: 0 12px;
    }
		.flex-header {width: 90%;}
	.contact-right {width: 15%; margin-left: 10%}

}

@media screen and (max-width:1230px) {
    /* --- Text --- */
    h1 {
        font-family: 'oswaldbold';
        font-size: 43px;
        line-height: 52px;
        margin-bottom: 7px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }
    h2 {
        font-family: 'oswaldbold';
        font-size: 31px;
        line-height: 40px;
        margin-bottom: 7px;
        text-transform: uppercase;
        letter-spacing: .25px;
    }
    h3 {
        font-family: 'oswaldregular';
        font-size: 31px;
        line-height: 40px;
        margin-bottom: 7px;
    }
    h4 {
        font-family: 'oswaldbold';
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 7px;
    }
    h5 {
        font-family: 'oswaldbold';
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 7px;
    }
    h6 {
        font-family: 'oswaldregular';
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 7px;
    }
    .smaller {
        font-size: 9px;
        line-height: 14px!important;
        margin-bottom: 2px!important;
    }
    .small {
        font-size: 11px;
        line-height: 16px!important;
        margin-bottom: 4px!important;
    }
    .large {
        font-size: 14px;
    }
    .larger {
        font-size: 16px !important;
    }
}

@media screen and (max-width:1200px) {
    /* ---- form ---- */
    #form label.srch-lbl {
        margin: 5px 0 0 0;
        padding: 0 0 3px 0!important;
    }
    #form .srch-button {
        background-size: 45%;
    }
    #form .srch-button:hover {
        background-size: 45%;
    }
}

@media screen and (max-width:1199px) {
    #nav .container {
        width: 100%;
        padding: 0px;
    }
    #nav li a {
        font-family: 'oswaldregular';
        color: #fff;
        font-size: 13.5px;
        line-height: 50px;
        padding: 0 8px;
    }
}

@media screen and (max-width:1020px) {
	.logo-center img {max-width: 300px; width: 100%}
	
}

@media screen and (max-width:992px) {
    #slidehold .container {
        width: 100%!important;
        padding: 0 15px 0 15px!important;
    }
    /* ---- form ---- */
    .form-bg {
        padding: 8px 15px 15px 15px;
    }
    .first-search {
        padding: 2px 0px!important;
    }
    .second-search {
        padding: 2px 0px!important;
    }
    .third-search {
        padding: 2px 0px!important;
    }
    .last-search {
        padding: 2px 0px!important;
    }
    #form .srch-button {
        background-size: 17%;
    }
    #form .srch-button:hover {
        background-size: 17%;
    }
}

@media screen and (max-width:965px) {}

@media screen and (max-width:960px) {
    .divfooter {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 8px 0;
    }
}

@media screen and (max-width:917px) {
    #nav li a {
        font-family: 'oswaldregular';
        color: #fff;
        font-size: 11.5px;
        line-height: 50px;
        padding: 0 6px;
    }
}

@media screen and (max-width:768px) {
	.contact-right {width: 25%; margin-left: 0;}
    #slidehold .container {
        padding: 0 10px 0 10px!important;
    }
    #form .srch-button {
        background-size: 22%;
    }
    #form .srch-button:hover {
        background-size: 22%;
    }
    #nav li a {
        font-family: 'oswaldregular';
        color: #fff;
        font-size: 11px;
        line-height: 50px;
        padding: 0 4px;
    }
    #parts-logo {
        width: 90%;
    }
    #salvage-links {
        font-size: 18px;
        width: 95%;
    }
    .width {
        width: auto;
    }
}

@media screen and (max-width:650px) {
	.flex-header {display: block;}
	.hours-left {display: none;}
	.logo-center {width: 100%;}
	.logo-center img {max-width: 400px;}
	.contact-right {width: 100%; padding-top:10px;}
}
@media screen and (max-width:581px) {
    #slidehold .top-margin45 {
        margin-top: 0px!important;
    }
    #slidehold .left-pad15 {
        padding-left: 6px!important;
    }
    #slidehold .right-pad15 {
        padding-right: 6px!important;
    }
    #slidehold .container {
        padding: 0px!important;
    }
    #slidehold h5.white {
        padding: 15px 0 2px 0;
    }
    #form .srch-button {
        background-size: 35%;
    }
    #form .srch-button:hover {
        background-size: 35%;
    }
    img#parts-logo {
        max-width: 300px;
        width: 100%;
    }
	.button { Margin: 0 auto;}
}

@media screen and (max-width:395px) {
    #form .srch-button {
        background-size: 8%;
    }
    #form .srch-button:hover {
        background-size: 8%;
    }
    .con-loc-sec .text-right {
        text-align: center;
    }
    .con-loc-sec .text-left {
        text-align: center;
    }
    .con-loc-sec .nopad-left {
        padding-right: 0px!important
    }
    .con-loc-sec .nopad-right {
        padding-left: 0px!important
    }
}

@media screen and (max-width:260px) {
    #form .srch-button {
        background-size: 14%;
    }
    #form .srch-button:hover {
        background-size: 14%;
    }
}