input.invalid {
  border: 1px solid red;
}

/* Loading Spinner */

.spinner {
  width: 100px;
  height: 20px;
  border: 1px solid #2980b9;
  border-radius: 3px;
  background-image: repeating-linear-gradient(
    -45deg,
    #2980b9,
    #2980b9 11px,
    #eee 10px,
    #eee 20px
  );
  background-size: 28px 28px;
  animation: move 0.5s linear infinite;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

.spinner[state="off"] {
  display: none;
}

.spinner[state="on"] {
  visibility: visible;
  display: inline-block;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Spinner */

.header {
  display: block;
  position: relative;
  background-color: #f7f5f0;
  color: #857c6c;
  padding: 6px 0px 0px 0px;
  z-index: 500;
  top: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d4d1ca;
  line-height: 12px;
  font-size: 14px;
}

.header a {
  text-decoration: none;
  color: #857c6c;
}

.header img {
  width: auto;
  padding: 0px 6px 0px 0px;
}

@media (max-width: 1200px) {
  .header {
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .header ul.headerCart {
    text-align: center;
  }
  .header ul.crumbs {
    text-align: center;
  }
}

ul.crumbs {
  list-style: none;
  padding: 8px 0px 6px 30px;
  margin: 0;
}

ul.crumbs li {
  display: inline-block;
}

ul.crumbs li + li:before {
  padding: 0 0.55em 0.25em 0.35em;
  content: ">";
  color: #bcb4a9;
}

ul.headerCart {
  list-style: none;
  padding: 4px 0px 6px 30px;
  margin: 0;
  text-align: right;
}

.content {
  margin: 0px;
  position: relative;
  display: block;
  z-index: 100;
}

li img {
  width: 100px;
}

tr:nth-child(even) {
  background-color: #f1f0ec;
}

div.split-me {
  column-count: 2;
}

div.split-me table {
  column-break-inside: avoid;
}

.hidden {
  visibility: hidden;
}

th {
  padding: 10px;
  font-size: 18px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #645e4d;
}

td {
  padding: 10px;
  line-height: 20px;
}

.totalRowStyle {
  font-size: 20px;
  font-weight: bold;
  border-top: 1px #d5d0c3 solid;
  height: 60px;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}

p {
  margin: 16px 0px;
}

a {
  outline: none;
}

h3 {
  margin: 10px 0px 10px 0px;
  color: #555;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 32px;
}

h4 {
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 24px;
}

h5 {
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 20px;
}

/*BEGIN Nav bar and dropdown menus for main navigation*/

.navbar-static-top {
  margin-bottom: 19px;
}

.navbar-default {
  background-color: #fff;
  border: none;
}

.navbar-default .navbar-brand {
  color: #333;
}

.navbar-default .navbar-nav > li > a {
  color: #555;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  padding: 80px 8px 11px 8px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a b.caret,
.navbar-default .navbar-nav > .open > a:hover b.caret,
.navbar-default .navbar-nav > .open > a:focus b.caret {
  color: #000;
  background-color: transparent;
}

.navbar {
  position: relative;
  min-height: 118px;
  margin-bottom: 0px;
  border: none;
  background: url("/assets/images/nav-background.jpg") repeat-x bottom;
  box-shadow: 0px 2px 13px #000;
  z-index: 100;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 2px 0px 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #9b2828;
}

.navbar-collapse {
  max-height: 500px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
  overflow-x: visible;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1200px) {
  .navbar-nav {
    margin-left: 0px;
  }

  .navbar-default .navbar-nav > li > a {
    padding-top: 80px;
    padding-bottom: 11px;
    font-size: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-left: 0px;
    margin-right: 0px;
    padding: 14px 0px 0px 0px;
    width: 250px;
  }
  .navbar-nav.navbar-right:last-child img {
    width: 280px;
    height: 70px;
  }
}

.navbar-brand {
  display: none;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  margin-top: 60px;
}

/* Menu break point */

@media (max-width: 1000px) {
  .navbar > .container .navbar-brand {
    float: left;
    padding: 0px 0px 0px 15px;
    font-size: 24px;
    line-height: 20px;
    display: inline;
    margin: 40px 0px 0px 0px;
    color: #555;
  }

  .navbar-nav {
    height: auto;
  }
  .navbar-nav > li {
    margin: 0px 0px 0px -12px;
    padding: 0px;
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .navbar-right {
    display: none;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
}

/* End Menu break point */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0px 5px 0px;
  margin: 2px 0 0;
  font-size: 16px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  font-family: "Helvetica", "Arial", sans-serif;
  text-align: left;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #666;
  white-space: nowrap;
}

.dropdown-menu > li > a > img {
  height: auto;
  width: auto;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f0ede7;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

@media (max-width: 1000px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin: 0px 0px 10px 0px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 5px 25px;
    margin: 0px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li:hover,
  .navbar-nav .open .dropdown-menu > li:focus {
    background-color: #f0ede7;
    display: block;
  }
}

/*END Nav bar and dropdown menus for main navigation*/

/*BEGIN Carousel Styles for HOME*/

.CarouselContainer {
  background: url("/assets/images/carousel-background.jpg") repeat-x;
  background-color: #7b7669;
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  max-height: 600px;
}

.carousel {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 599px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 599px;
}

.item {
  position: relative;
  height: 100%;
}
.carousel-inner > .item > a > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.7) 0),
    color-stop(rgba(0, 0, 0, 0.0001) 100%)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    color-stop(rgba(0, 0, 0, 0.0001) 0),
    color-stop(rgba(0, 0, 0, 0.7) 100%)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 10%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 10%;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -15%;
  text-align: center;
  list-style: none;
}

/*END Carousel Styles*/

/*BEGIN ToC Styles*/

h4.TOCLinks {
  color: #e7e3dc;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);

  margin: 24px 0px 10px 0px;
}

h4.TOCLinks a:hover {
  text-decoration: none;
}

.TOCBackground {
  background-color: #666154;
  display: block;
  height: 70px;
  cursor: pointer;
}

.TOCBackground:hover {
  background-color: #545044;
  display: block;
  text-decoration: none;
}

/*END ToC Styles*/

/*BEGIN Main content container for HOME*/

.ContentContainer {
  background: url("/assets/images/content-background.jpg") repeat-x;
  position: relative;
  margin: 0px;
  height: 100%;
}

.Content {
  min-height: 300px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.ContentLeft {
  height: 100%;
  min-height: 100%;
  border-right: 1px dotted #4b5a78;
  text-align: center;
  background-color: #404e6c;
}

.ContentRight {
  height: 100%;
  min-height: 100%;
  background-color: #404e6c;
}

/*Vehicle selection for homepage*/

.ContentShop {
  background: url("../images/content-shoponline-background.jpg") repeat-x;
  padding: 0px 15px 0px 15px;
  text-align: center;
  width: auto;
  border-bottom: 1px solid #fff;
  min-height: 180px;
}

.ContentShop img {
  margin-left: auto;
  margin-right: auto;
}

a.shop121 {
  position: absolute;
  z-index: 50;
  display: block;
  width: 160px;
  height: 120px;
  margin: 35px 0px 0px 80px;
  background-color: #f90;
  opacity: 0;
  filter: alpha(opacity=0);
}

a.shop113 {
  position: absolute;
  z-index: 50;
  display: block;
  width: 160px;
  height: 120px;
  margin: 35px 0px 0px 240px;
  background-color: #c00;
  opacity: 0;
  filter: alpha(opacity=0);
}

a.shop107 {
  position: absolute;
  z-index: 50;
  display: block;
  width: 170px;
  height: 120px;
  margin: 35px 0px 0px 400px;
  background-color: #9c0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip {
  position: absolute;
  z-index: 60;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  font-family: "Georgia", serif;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
  box-shadow: 0px 14px 20px #000;
  padding: 0px;
  border-radius: 4px;
}

.tooltip.top {
  padding: 0px 0px;
  margin-top: 0px;
  z-index: 600;
}

.tooltip.top-left {
  padding: 0px;
  margin-left: -160px;
  margin-top: -80px;
  z-index: 60;
}

.tooltip.top-right {
  padding: 0px;
  margin-left: -230px;
  margin-top: -80px;
  z-index: 60;
}

.tooltip-inner {
  max-width: 220px;
  padding: 5px 5px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #d1ccc1;
  border-radius: 4px;
  z-index: 60;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #d1ccc1;
  border-width: 10px 10px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: -5px;
  margin-left: -80px;
  border-top-color: #d1ccc1;
  border-width: 10px 10px 0;
}

.tooltip.top-right .tooltip-arrow {
  margin-left: 60px;
  bottom: -5px;
  border-top-color: #d1ccc1;
  border-width: 10px 10px 0;
}

@media (max-width: 1199px) {
  a.shop121 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 150px;
    height: 120px;
    margin: 35px 0px 0px 35px;
    background-color: #f90;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop113 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 160px;
    height: 120px;
    margin: 35px 0px 0px 185px;
    background-color: #c00;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop107 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 160px;
    height: 120px;
    margin: 35px 0px 0px 345px;
    background-color: #9c0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@media (max-width: 991px) {
  a.shop121 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 155px;
    height: 120px;
    margin: 35px 0px 0px 120px;
    background-color: #f90;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop113 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 160px;
    height: 120px;
    margin: 35px 0px 0px 275px;
    background-color: #c00;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop107 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 170px;
    height: 120px;
    margin: 35px 0px 0px 435px;
    background-color: #9c0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@media (max-width: 600px) {
  a.shop121 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 155px;
    height: 120px;
    margin: 40px 0px 0px 40px;
    background-color: #f90;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop113 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 155px;
    height: 120px;
    margin: 40px 0px 0px 195px;
    background-color: #c00;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop107 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 170px;
    height: 120px;
    margin: 40px 0px 0px 350px;
    background-color: #9c0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@media (max-width: 480px) {
  a.shop121 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 120px;
    height: 90px;
    margin: 30px 0px 0px 30px;
    background-color: #f90;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop113 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 125px;
    height: 90px;
    margin: 30px 0px 0px 150px;
    background-color: #c00;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop107 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 130px;
    height: 90px;
    margin: 30px 0px 0px 275px;
    background-color: #9c0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .tooltip.top-left {
    padding: 0px;
    margin-left: -130px;
    margin-top: -70px;
  }

  .tooltip.top-right {
    padding: 0px;
    margin-left: -220px;
    margin-top: -70px;
  }

  .tooltip.top {
    padding: 0px 0px;
    margin-top: 0px;
  }
}

@media (max-width: 340px) {
  a.shop121 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 85px;
    height: 60px;
    margin: 20px 0px 0px 15px;
    background-color: #f90;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop113 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 80px;
    height: 60px;
    margin: 20px 0px 0px 100px;
    background-color: #c00;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  a.shop107 {
    position: absolute;
    z-index: 500;
    display: block;
    width: 85px;
    height: 60px;
    margin: 20px 0px 0px 180px;
    background-color: #9c0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .tooltip.top-left {
    padding: 0px;
    margin-left: -80px;
    margin-top: -70px;
  }

  .tooltip.top-right {
    padding: 0px;
    margin-left: -220px;
    margin-top: -70px;
  }

  .tooltip.top {
    padding: 0px 0px;
    margin-top: -15px;
  }
}

/*END vehicle selection for homepage*/

/*BEGIN Call Us*/

.ContentPhone {
  background: url("../images/content-shoponline-background.jpg") repeat-x;
  padding: 10px 15px 0px 15px;
  text-align: center;
  width: auto;
  border-bottom: 1px solid #fff;
  min-height: 180px;
}

h2.phone {
  color: #dad4c5;
  font-size: 40px;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  margin: -10px 0px 10px 0px;
}

p.phoneText {
  color: #fff;
  line-height: 20px;
}

/*END Call Us*/

/*BEGIN Callouts*/

.ContentCallouts {
  padding: 10px 15px 0px 15px;
  text-align: center;
  min-height: 300px;
}

.ContentCallouts a {
  text-decoration: none;
}

.ContentCallouts a:hover {
  text-decoration: none;
}

h2.callouts {
  color: #5d5a54;
  font-size: 40px;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}

a:hover h2.callouts {
  color: #857f73;
  font-size: 40px;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}

p.calloutText {
  color: #5d5a54;
  line-height: 20px;
  margin: 0px;
}

a:hover p.calloutText {
  color: #857f73;
  text-decoration: none;
}

/*END Callouts*/

/* BEGIN Subpage Masthead Styles */

.jumbotron.partsCatalogHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-catalog-main.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.partsCatalogSpecialsHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-catalog-specials.jpg") center
    center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.catalog-series-header-190-sl {
  position: relative;
  background: #eee url("/assets/images/masthead-catalog-121.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.catalog-series-header-230-250-280-sl {
  position: relative;
  background: #eee url("/assets/images/masthead-catalog-113.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.catalog-series-header-111-series {
  position: relative;
  background: #eee url("/assets/images/masthead-catalog-111.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.catalog-series-header-used-overstock-parts {
  position: relative;
  background: #eee url("/assets/images/masthead-catalog-usedparts.jpg") center
    center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.catalog-series-header-350-380-450-560-sl {
  position: relative;
  background: #eee url("/assets/images/masthead-catalog-107.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.carsforsaleHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-carsforsale.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.portfolioHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-portfolio.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.restorationItemHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-restoration.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.aboutHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-about.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.serviceItemHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-service.jpg") center center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.serviceRequestHeader {
  position: relative;
  background: #eee url("/assets/images/masthead-servicerequest.jpg") center
    center;
  width: 100%;
  height: 282px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: 40px;
}

.jumbotron.googleMap {
  position: relative;
  background: #eee center center;
  width: 100%;
  height: 400px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  margin-bottom: -70px;
  padding: 0;
  border-top: 1px solid #cdc7b8;
}

h1.masthead {
  color: #ffffff;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 48px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 1);
  margin: 150px 0px 0px 0px;
}

/*END Subpage Masthead Styles*/

/* BEGIN Catalog Pages Styles */

ul#series {
  list-style: none;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}

ul#series li {
  display: inline-block;
  margin: 0px 30px 10px 0px;
  padding: 0px 0px 6px 16px;
  background: url("/assets/images/list-plus-icon.png") no-repeat 0px 2px;
}

ul#series li a {
  color: #555;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 24px;
  margin: 0px 0px 0px 3px;
  line-height: 16px;
}

ul#categories {
  margin: 0px;
  padding: 0px;
}

.categoryMasonry {
  margin: 20px 0;
  padding: 0;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.categoryItem {
  display: inline-block;
  background: #f1f0ec;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 2px 3px 0px #ddd;
  border-radius: 4px;
  border: 1px solid #cdc7b8;
  text-align: center;
}

.categoryItem:hover {
  background: #e9e7e2;
}

.categoryItem a {
  color: #555;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 22px;
}

.categoryItem a img {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 1px 0px 10px 0px;
  display: block;
}

ul#partDetails {
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

ul#partDetails li {
  list-style: none;
  margin: 0px 0px 14px 0px;
  line-height: 20px;
}

.clickToView {
  color: #000;
  font-size: 12px;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  z-index: 50;
  position: absolute;
  bottom: 0px;
  padding: 0px 7px 0px 7px;
  background-color: #fff;
  opacity: 0.7;
  pointer-events: none; /* Makes clicks go 'through' the element */
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.catalogMasonry {
  margin: 20px 0;
  padding: 0;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.catalogItem {
  display: inline-block;
  background: #f1f0ec;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 2px 3px 0px #ddd;
  border-radius: 4px;
  border: 1px solid #cdc7b8;
  font-size: 16px;
}

.catalogItem img {
  width: 100%;
  margin: 0px;
  padding: 1px 0px 0px 0px;
  cursor: pointer;
}

dl {
  margin: 14px 14px 6px 14px;
}

dt.partCode,
.partDescription,
.partPrice,
.partCarSeries,
.partCategory {
  display: none;
}

dd {
  margin-bottom: 8px;
  line-height: 20px;
}

dd.partSpecials {
  font-weight: bold;
}

.cartButton {
  margin: 0px 14px 6px 14px;
  font-weight: bold;
  width: auto;
  height: auto;
  display: inline-block;
}

.cartButtonText {
  float: left;
  margin: 5px 7px 5px 0px;
  display: block;
}

.cartButtonAdd {
  float: left;
  display: block;
  margin: 0px 0px 0px 0px;
}

@media only screen and (min-width: 400px) {
  .catalogMasonry,
  .categoryMasonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 700px) {
  .catalogMasonry,
  .categoryMasonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 900px) {
  .catalogMasonry,
  .categoryMasonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper {
    width: 1260px;
  }
}

.slick-lightbox-slick-img {
  max-width: 100%;
}

/*END Catalog Pages Styles*/

/*BEGIN General List Styles*/

ul#bulletList {
  list-style: none;
  margin: 30px 0px 50px 0px;
  padding: 0px;
}

ul#bulletList li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 6px 16px;
  background: url("/assets/images/list-plus-icon.png") no-repeat 0px 2px;
}

ul#bulletList li a {
  color: #555;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 24px;
  margin: 0px 0px 0px 3px;
  line-height: 16px;
}

ul#bulletListSmall {
  list-style: none;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}

ul#bulletListSmall li {
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 16px 20px;
  background: url("/assets/images/list-plus-icon-tan.png") no-repeat 0px 4px;
  color: #555;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  margin: 0px 0px 0px 3px;
  line-height: 20px;
}

ul.contentImages {
  list-style: none;
  margin: 30px 0px 50px 0px;
  padding: 0px;
}

ul.contentImages li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

ul.contentImages li img {
  width: 100%;
  height: auto;
}

.overlay-content-map {
  background: transparent;
  position: relative;
  width: 100%; /* your iframe width */
  height: 400px; /* your iframe height */
  top: 400px; /* your iframe height */
  margin-top: -400px; /* your iframe height */
}

/*END General List Styles*/

/*BEGIN Restoration Portfolio Styles*/

.panel-default > .panel-heading {
  background-color: #e9e7e2;
  border-color: #cdc7b8;
}

.panel-group {
  margin: 0px 0px 5px 0px;
}

.panel-heading {
  padding: 1px 10px;
}

ul#portfolioList {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul#portfolioList li {
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 16px;
  background: url("/assets/images/list-plus-icon.png") no-repeat 0px 4px;
}

ul#portfolioList li a {
  color: #555;
  font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  margin: 0px 0px 0px 3px;
  line-height: 12px;
}

/*END Restoration Portfolio Styles*/

/*BEGIN Cars for Sale & Restoration Portfolio Gallery Styles*/

#gallery {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: auto;
  margin-bottom: 30px;
}

#gallery .carousel-inner img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#gallery .carousel-control.left {
  background-image: none;
}

#gallery .carousel-control.right {
  background-image: none;
}

ul#galleryThumbs {
  margin: 0px;
  padding: 0px;
  font-size: 0;
}

ul#galleryThumbs li {
  list-style-type: none;
  display: inline-block;
  padding: 0px;
  margin: 0px 0px 2px 1px;
}

ul#galleryThumbs li img {
  width: 120px;
  height: 80px;
  cursor: pointer;
}

/*END Cars for Sale & Restoration Portfolio Gallery Styles*/

/*BEGIN Form Styles*/

legend {
  color: #666;
  border-bottom: 1px solid #d5d0c3;
  margin: 20px 0px 20px 0px;
}

.formRow {
  margin: 0px 0px 10px 0px;
}

.formRow input {
  margin: 0px 0px 6px 0px;
}

.row.gutter-6 {
  margin-right: -3px;
  margin-left: -3px;
}
.gutter-6 > [class^="col-"],
.gutter-10 > [class^=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

/*END Form Styles*/

/* BEGIN Footer Styles */

.doubleBorder {
  background: url("../images/footer-doublerule-background.jpg") repeat-x top
    center;
  background-color: #fff;
  height: 3px;
}

h4.footerTitles {
  color: #817b6b;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  margin: 30px 0px 14px 0px;
}

.footerGlyphs {
  margin: 2px 12px 0px 0px;
  display: block;
  float: left;
}

.footerContent {
  margin: 0px 0px 0px 38px;
  color: #817b6b;
}

.footerContent a {
  color: #645e4d;
  font-size: 16px;
  font-weight: bold;
}

.footerButton {
  background-color: #7c8bab;
  border: solid 1px #3c4864;
  color: #fff;
  padding: 8px;
}

.footerButton:hover {
  background-color: #566480;
  border: solid 1px #3c4864;
  color: #fff;
}

/* End Footer Styles */

/* BEGIN Dropdown Submenus Styles */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-left-color: #999;
  margin-top: -12px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* End Dropdown Submenus Styles */
