/* 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 auto;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
  font-family: 'Karla', sans-serif; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: underline; }

p {
  padding: 20px 0; }

/* PRESETS 
------------------------------------------------*/
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
  clear: both; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.none {
  display: none; }

* {
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  position: relative; }

.sub-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative; }
  .sub-wrapper h1 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.5px; }

.no-pad-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

::selection {
  color: #fff;
  background: #356088; }

::-moz-selection {
  color: #fff;
  background: #356088; }

/* HEADER 
----------------------------------------------*/
.sub-page .header {
  position: relative; }

.header {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45); }

.logo {
  text-align: center;
  width: 19%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle; }
  .logo img {
    width: 300px;
    margin: 0 auto; }

/*STICKY NAV*/
header {
  text-align: center;
  color: #fff; }

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }

/*END STICKY NAV*/
/* HOME PAGE STYLES
-----------------------------------------------*/
.hero-mobile {
  display: none; }

.hero-section {
/*
  background: url("../siteart/hero.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
*/
  width: 100%;
  height: 700px;
  position: relative; }

.hero-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 86%;
}

.hero-txt {
  background: #0C2974;
  background-position: left bottom;
  text-align: left;
  padding: 250px 0 40px 40px;
  margin-left: 0;
  width: 30%;
  z-index: 0;
  height: 86%;
  position: absolute;
  left: 0;
  bottom: 0; }
  .hero-txt:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 235px;
    z-index: -1;
    background: #0C2974;
    transform-origin: bottom left;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg); }
  .hero-txt h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #fff;
    z-index: 9; }
  .hero-txt .hero-lines {
    width: 124%;
    position: absolute;
    bottom: 60px;
    left: 0; }

.welc-section {
  width: 100%;
  padding: 60px 0;
  text-align: right;
  display: inline-block; }
  .welc-section .welc-slider {
    width: 47%;
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .welc-section .welc-txt {
    width: 52%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    text-align: left; }
    .welc-section .welc-txt h1 {
      text-transform: uppercase;
      color: #0C2974;
      font-weight: normal;
      font-size: 24px;
      letter-spacing: 1.5px;
      display: block;
      width: 100%;
      text-align: left;
      padding-left: 40px; }
      .welc-section .welc-txt h1 span {
        font-weight: bold; }
    .welc-section .welc-txt .welc-lines {
      width: 100%;
      display: block; }
    .welc-section .welc-txt p {
      line-height: 1.5;
      padding: 30px 80px;
      font-size: 16px; }

.srch-parts {
  width: 100%;
  background: #333;
  padding: 60px;
  text-align: left;
  display: inline-block; }
  .srch-parts p {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #fff; }
    .srch-parts p span {
      font-size: 20px; }
  .srch-parts .sp-btn {
    display: inline-block;
    padding: 10px 45px;
    text-align: center;
    text-decoration: none;
    color: #fdeb4d;
    border: 2px solid #fdeb4d;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    vertical-align: middle;
    margin-left: 100px;
    transition: ease .3s; }
    .srch-parts .sp-btn:hover {
      background: #fdeb4d;
      color: #333;
      transition: ease .3s; }

/* SUB PAGES
------------------------------------------------*/
.sub-wrapper .sub-top {
  padding-bottom: 50px; }
  .sub-wrapper .sub-top p {
    padding: 20px 0; }
  .sub-wrapper .sub-top ul {
    column-count: 2;
    margin-left: 20px; }
    .sub-wrapper .sub-top ul li {
      line-height: 1.5;
      list-style: disc; }

.shipping-logos {
  width: 100%;
  padding: 80px 0;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background: #f1f1f1; }

.shipping-logos img {
  width: 17%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #8e8e8e;
  margin: 20px; }

.facility-pics {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  display: inline-block; }
  .facility-pics img {
    width: 17%;
    display: inline-block;
    vertical-align: top;
    margin: 10px; }

/* contact page */
.contact-loc {
  width: 100%;
  padding: 0;
  display: flex;
  margin: 0 auto;
  border: 1px solid #8e8e8e;
  margin-top: 30px; }
  .contact-loc .cl-txt {
    width: 40%;
    display: block;
    text-align: left;
    padding: 40px;
    vertical-align: top; }
    .contact-loc .cl-txt h3 {
      color: #0C2974;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1.5px; }
  .contact-loc .cl-map {
    width: 79%;
    vertical-align: top;
    margin: 0 auto; }
    .contact-loc .cl-map iframe {
      border-left: 1px solid #8e8e8e; }

.emp-bar {
  width: 100%;
  padding: 20px 0;
  background: #f1f1f1;
  text-align: center; }
  .emp-bar .eb-emp {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
    margin: 15px;
    text-align: center;
    color: #333; }
    .emp-bar .eb-emp h3 {
      text-transform: uppercase;
      font-size: 16px;
      text-align: center; }
    .emp-bar .eb-emp a {
      margin-top: 10px;
      display: inline-block;
      padding: 7px 15px;
      border: 1px solid #333;
      color: #333;
      transition: ease .3s; }
      .emp-bar .eb-emp a:hover {
        background: #fdeb4d;
        color: #333;
        text-decoration: none;
        transition: ease .3s; }

/* DISMANTLED LANDING PAGE */
.dismantled-cats {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 40px 0;
  text-decoration: none; }
  .dismantled-cats .d-cat {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    text-align: center;
    transition: ease .3s; }
    .dismantled-cats .d-cat img {
      display: block;
      width: 100%;
      border: 1px solid #eaeaea; }
    .dismantled-cats .d-cat h3 {
      display: block;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 500;
      color: #0C2974;
      letter-spacing: 1.5px;
      font-size: 16px;
      border: 1px solid #eaeaea;
      height: 70px;
      transition: ease .3s; }
    .dismantled-cats .d-cat:hover {
      text-decoration: none; }
      .dismantled-cats .d-cat:hover h3 {
        background: #0C2974;
        color: #fff;
        transition: ease .3s; }

/* INVENTORY
------------------------------------------------*/
.cf {
  background: #fff; }

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
  background: #0C2974 !important; }

.hosted-content .hosted-content .svg-inline--fa.fa-w-10 {
  width: auto !important; }

.hosted-content h1 {
  font-size: 20px !important;
  color: #000;
  text-transform: uppercase;
  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; }

a.view-listing-details-link.des-view-listingDetails {
  color: #fff !important; }

/* FOOTER
------------------------------*/
.footer {
  width: 100%;
  background: url("../siteart/foot-map.png") no-repeat #eaeaea;
  background-size: 100%;
  color: #0C2974;
  padding: 80px 0;
  text-align: left;
  display: inline-block;
  margin: 0 auto; }
  .footer .foot-third {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .footer .foot-third:last-child {
      text-align: center; }
    .footer .foot-third h3 {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 1.5px; }
    .footer .foot-third p {
      padding: 10px 0;
      line-height: 1.5; }
    .footer .foot-third a {
      color: #0C2974;
      text-decoration: none; }
      .footer .foot-third a:hover {
        text-decoration: underline; }
    .footer .foot-third img {
      width: 200px;
      display: block;
      padding-bottom: 20px; }

.legal-foot {
  width: 100%;
  background: #fff;
  display: inline-block;
  padding: 10px 0; }
  .legal-foot p {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    color: #8e8e8e;
    width: 49%;
    text-align: left;
    font-size: 12px; }
    .legal-foot p:last-child {
      text-align: right; }
    .legal-foot p a {
      color: #8e8e8e;
      text-decoration: none; }
      .legal-foot p a:hover {
        color: #8e8e8e;
        text-decoration: underline; }

.mobile-header {
  display: none; }

@media screen and (max-width: 1520px) {
  .logo img {
    width: 250px; }

  .hero-section {
    height: 540px; }
	.hero-right {height: 85%;}
  .hero-txt {
    width: 28%;
    padding: 190px 0 40px 40px;
    height: 85%; } }
@media screen and (max-width: 1330px) {
  .mobile-header {
    display: block; }

  .logo {
    width: 100%; }

  .logo img {
    width: 300px; }

  .hero-txt {
    height: 73%;
    padding: 100px 0 40px 20px; }
    .hero-txt h2 {
      font-size: 22px; }
	.hero-right {height: 73%;}
    .hero-txt .hero-lines {
      bottom: 80px; } }
@media screen and (max-width: 1250px) {
  .hero-txt {
    width: 24%; }

  .welc-section {
    background-size: 440px; }
    .welc-section .welc-txt {
      width: 72%; }
    .welc-section .welc-slider {
      display: none; }

  .emp-bar .eb-emp {
    margin: 0 auto; } }
@media screen and (max-width: 1010px) {
  .header {
    position: relative; }

  .hero-section {
    background: #fff;
    height: auto; }

  .hero-mobile {
    display: block;
    width: 100%; }

	.hero-right {height: 73%;}
	
  .hero-txt {
    position: relative;
    width: 100%;
    height: 240px;
    padding: 20px 20px; }
    .hero-txt:before {
      display: none; }
    .hero-txt .hero-lines {
      width: 94%;
      bottom: 20px; }
    .hero-txt h2 {
      font-size: 22px; }

  .welc-section {
    background: none;
    padding: 60px 0 60px 20px; }
    .welc-section .welc-txt {
      width: 100%; }

	.hero-right {    
	/* display: block; */
    width: 100%;
    z-index: 1;
    height: 300px;
    position: relative;}
	
	.srch-parts {
    padding: 60px 20px;
    text-align: center; }
    .srch-parts p {
      width: 100%; }
    .srch-parts .sp-btn {
      margin: 10px auto; }

	.hero-txt .hero-lines {width:94%;bottom:9px;}
	
  .emp-bar .eb-emp {
    width: 48%;
    margin: 20px auto; }

  .sub-wrapper .sub-top ul {
    column-count: 1; }

  .footer .foot-third {
    width: 49%; }
    .footer .foot-third:last-child {
      width: 100%;
      padding-top: 60px; } }
@media screen and (max-width: 900px) {
  .dismantled-cats .d-cat {
    width: 30%; } }
@media screen and (max-width: 800px) {
  .contact-loc {
    display: block; }
    .contact-loc .cl-txt {
      text-align: center;
      width: 100%; }
    .contact-loc .cl-map {
      width: 100%; }
      .contact-loc .cl-map iframe {
        border-left: none;
        border-top: 1px solid #8e8e8e; }

  .facility-pics img {
    margin: 0; }

  .shipping-logos {
    padding: 0; }
    .shipping-logos img {
      margin: 5px;
      width: 23%; }

  .dismantled-cats .d-cat {
    width: 45%; }

  .legal-foot p {
    width: 100%;
    text-align: center; }
    .legal-foot p:last-child {
      text-align: center; } }
@media screen and (max-width: 650px) {
  .welc-section {
    padding: 40px 0 40px 20px; }

  .welc-section .welc-txt h1 {
    padding-left: 20px;
    font-size: 20px; }

  .welc-section .welc-txt p {
    padding: 30px 40px; }

  .srch-parts {
    padding: 40px 0; } }
@media screen and (max-width: 550px) {
  .hero-txt {
    height: 200px; }

  .hero-txt h2 {
    font-size: 18px; }

  .srch-parts {
    padding: 0; }

  .sub-wrapper {
    padding: 20px; }

  .dismantled-cats .d-cat {
    width: 85%; }
    .dismantled-cats .d-cat h3 {
      height: auto; }

  .footer {
    padding: 40px 0;
    background: #eaeaea; }
    .footer .foot-third {
      width: 100%;
      padding-bottom: 40px; }
      .footer .foot-third:last-child {
        padding-top: 20px; } }
@media screen and (max-width: 450px) {
  .emp-bar .eb-emp {
    width: 100%;
    margin: 30px auto; }

  .shipping-logos img {
    width: 29%; } }
