/* box sizing - 40 additional for paddding */
/* box sizing - 40 additional for paddding */
/* box sizing - 40 additional for paddding */
/* box sizing - 40 additional for paddding */
.u__layout-constrain {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1024px) {
    .u__layout-constrain {
      max-width: 1000px; } }
  @media screen and (min-width: 1121px) {
    .u__layout-constrain {
      max-width: 1120px; } }
  @media screen and (min-width: 1441px) {
    .u__layout-constrain {
      max-width: 1440px; } }
  @media screen and (min-width: 1841px) {
    .u__layout-constrain--wide {
      max-width: 1840px; } }
  @media screen and (min-width: 1024px) {
    .u__layout-constrain--narrow {
      max-width: 1000px; } }

.clearfix::before, .page-template__layout::before, .portfolio-grid::before, header .u__layout-constrain::before, .collection-list::before, .gallery-list::before, .clearfix::after, .page-template__layout::after, .portfolio-grid::after, header .u__layout-constrain::after, .collection-list::after, .gallery-list::after {
  content: '';
  display: table; }

.clearfix::after, .page-template__layout::after, .portfolio-grid::after, header .u__layout-constrain::after, .collection-list::after, .gallery-list::after {
  clear: both; }

.ff__archivo-narrow, body {
  font-family: 'Archivo Narrow', sans-serif; }

.page-template__layout {
  margin-left: 0; }

.page-template__layout__region--primary {
  width: 100%;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border-left: 20px solid transparent;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .page-template__layout__region--primary {
      width: 66.66%; } }
  .page-template__layout__region--primary:only-child {
    width: 100%;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border-left: 0;
    width: 100%; }

.page-template__layout__region--secondary {
  width: 100%;
  display: block;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border-left: 20px solid transparent; }
  @media screen and (min-width: 1024px) {
    .page-template__layout__region--secondary {
      width: 33.33%; } }
  @media screen and (min-width: 1121px) {
    .page-template__layout__region--secondary {
      width: 25%; } }

.portfolio-grid {
  margin-left: -20px; }

.portfolio-grid__primary {
  width: 100%;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border-left: 20px solid transparent; }
  @media screen and (min-width: 1024px) {
    .portfolio-grid__primary {
      width: 66.66%; } }

.portfolio-grid__secondary {
  width: 100%;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border-left: 20px solid transparent; }
  @media screen and (min-width: 1024px) {
    .portfolio-grid__secondary {
      width: 33.33%; } }

.u__flex-grid {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 -20px 20px; }

.u__flex-grid__column {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px; }

.u__flex-grid__column--s1 {
  width: 8.33%; }

.u__flex-grid__column--s2 {
  width: 16.66%; }

.u__flex-grid__column--s3 {
  width: 25%; }

.u__flex-grid__column--s4 {
  width: 33.33%; }

.u__flex-grid__column--s5 {
  width: 41.66%; }

.u__flex-grid__column--s6 {
  width: 50%; }

.u__flex-grid__column--s7 {
  width: 58.33%; }

.u__flex-grid__column--s8 {
  width: 66.66%; }

.u__flex-grid__column--s9 {
  width: 75%; }

.u__flex-grid__column--s10 {
  width: 83.33%; }

.u__flex-grid__column--s11 {
  width: 91.66%; }

.u__flex-grid__column--s12 {
  width: 100%; }

.u__flex-grid__column:last-child(3):first-child,
.u__flex-grid__column:last-child(3):first-child ~ .u__flex-grid__column {
  width: 33.33%;
  box-sizing: border-box; }

/* typography mixins */
body {
  font-size: 16px; }

h1 {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em; }

h1, h2 {
  font-weight: bold; }

h2 {
  font-size: 1.75rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal; }
  .page-title h2 {
    margin-bottom: 1em; }

h3 {
  font-size: 1rem;
  font-weight: 400; }
  @media screen and (min-width: 640px) {
    h3 {
      font-size: 1.25rem; } }

h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.8125rem; }

a {
  text-decoration: none; }

.t__centered {
  text-align: center; }

p {
  font-size: 20px;
  line-height: 1.6em; }
  p.intro {
    font-size: 1.125rem;
    line-height: 1.36em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  p.legal {
    font-size: 0.625rem; }
  p strong {
    font-weight: bold; }

ul li, ol li {
  font-size: 0.8125rem; }

body {
  color: #fff;
  background-color: #010101;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

a {
  color: #EE3424; }

header {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #000; }
  header a {
    color: #fff; }
  header h1 {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    width: 187px;
    height: 50px; }
    header h1 a {
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      height: inherit;
      width: inherit;
      background-image: url("../images/logo--inverse.svg");
      background-repeat: no-repeat; }
  header nav {
    display: none; }
    @media screen and (min-width: 1121px) {
      header nav {
        display: block;
        float: right; } }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 12px 0;
      overflow: hidden; }
      header nav ul li {
        float: left;
        text-transform: uppercase;
        letter-spacing: 0.2em; }
        header nav ul li.current a {
          color: #fff; }
        header nav ul li + li {
          margin-left: 10px; }
        header nav ul li a {
          color: #999;
          display: block;
          padding: 4px; }

footer {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  background: #000;
  z-index: 2; }
  footer p {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.2em; }

.page-template {
  padding: 50px 0; }
  .page-template img {
    max-width: 100%;
    height: auto; }

.svIndex dd {
  margin: 0; }

#svGallery > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #svGallery > ul li {
    display: inline-block;
    margin: 0; }
    #svGallery > ul li a {
      display: block; }
      #svGallery > ul li a img {
        display: block; }

.site-template__panel {
  overflow: hidden;
  background-color: #EE3424;
  display: none; }
  .site-template__panel ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-template__panel ul li {
      text-transform: uppercase; }
      .site-template__panel ul li + li {
        border-top: 1px solid #fff; }
  .site-template__panel a {
    color: #fff;
    display: block;
    padding: 20px; }

.site-template__panel--toggle {
  float: right;
  border: 0;
  background: none;
  padding: 0; }
  @media screen and (min-width: 1121px) {
    .site-template__panel--toggle {
      display: none; } }

.collection-list {
  margin-left: 0; }
  .collection-list.collection-list--featured .collection-list__item, .collection-list.collection-list--default .collection-list__item {
    width: 100%;
    width: 100%;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border-left: 0;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 640px) {
      .collection-list.collection-list--featured .collection-list__item, .collection-list.collection-list--default .collection-list__item {
        width: 50%; } }
    @media screen and (min-width: 1024px) and (max-width: 1120px) {
      .collection-list.collection-list--featured .collection-list__item, .collection-list.collection-list--default .collection-list__item {
        width: 33.33%; } }
    @media screen and (min-width: 1121px) {
      .collection-list.collection-list--featured .collection-list__item, .collection-list.collection-list--default .collection-list__item {
        width: 25%; } }
    @media screen and (min-width: 640px) and (max-width: 1023px) {
      .collection-list.collection-list--featured .collection-list__item:nth-child(2n+3), .collection-list.collection-list--default .collection-list__item:nth-child(2n+3) {
        clear: left; } }
    @media screen and (min-width: 1024px) and (max-width: 1120px) {
      .collection-list.collection-list--featured .collection-list__item:nth-child(3n+4), .collection-list.collection-list--default .collection-list__item:nth-child(3n+4) {
        clear: left; } }
    @media screen and (min-width: 1121px) {
      .collection-list.collection-list--featured .collection-list__item:nth-child(4n+5), .collection-list.collection-list--default .collection-list__item:nth-child(4n+5) {
        clear: left; } }
    .collection-list.collection-list--featured .collection-list__item h3, .collection-list.collection-list--default .collection-list__item h3 {
      font-size: 10px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      margin: 0;
      padding: 3px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.3);
      transform: translateY(100%);
      transition: transform 300ms ease; }
      @media screen and (min-width: 1121px) {
        .collection-list.collection-list--featured .collection-list__item h3, .collection-list.collection-list--default .collection-list__item h3 {
          font-size: 12px; } }
      .collection-list.collection-list--featured .collection-list__item h3 a, .collection-list.collection-list--default .collection-list__item h3 a {
        color: inherit; }
    .collection-list.collection-list--featured .collection-list__item a:hover img, .collection-list.collection-list--default .collection-list__item a:hover img {
      opacity: 1; }
    .collection-list.collection-list--featured .collection-list__item a:hover ~ h3, .collection-list.collection-list--default .collection-list__item a:hover ~ h3 {
      transform: translateY(0%); }
    .collection-list.collection-list--featured .collection-list__item img, .collection-list.collection-list--default .collection-list__item img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      opacity: .8;
      transition: opacity 300ms ease; }
    .collection-list.collection-list--featured .collection-list__item p, .collection-list.collection-list--default .collection-list__item p {
      text-align: center;
      font-size: 12px;
      margin: 0; }
    .collection-list.collection-list--featured .collection-list__item > a, .collection-list.collection-list--default .collection-list__item > a {
      display: block; }

.gallery-list {
  margin-left: -10px; }
  .gallery-list.gallery-list--featured .gallery-list__item {
    width: 100%;
    width: 100%;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border-left: 10px solid transparent;
    margin-bottom: 10px; }
    @media screen and (min-width: 640px) {
      .gallery-list.gallery-list--featured .gallery-list__item {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .gallery-list.gallery-list--featured .gallery-list__item {
        width: 33.33%; } }
    @media screen and (min-width: 640px) and (max-width: 1023px) {
      .gallery-list.gallery-list--featured .gallery-list__item:nth-child(2n+3) {
        clear: left; } }
    @media screen and (min-width: 1024px) {
      .gallery-list.gallery-list--featured .gallery-list__item:nth-child(3n+4) {
        clear: left; } }
    .gallery-list.gallery-list--featured .gallery-list__item a:hover img {
      opacity: .9; }
    .gallery-list.gallery-list--featured .gallery-list__item img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .gallery-list.gallery-list--featured .gallery-list__item p {
      text-align: center;
      font-size: 12px;
      margin: 0; }
    @media screen and (max-width: 1023px) {
      .gallery-list.gallery-list--featured .gallery-list__item {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .gallery-list.gallery-list--featured .gallery-list__item a img {
        max-width: 400px; } }
    @media screen and (max-width: 639px) {
      .gallery-list.gallery-list--featured .gallery-list__item a img {
        max-width: 240px; } }
  .gallery-list.gallery-list--default .gallery-list__item {
    width: 100%;
    width: 100%;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border-left: 10px solid transparent;
    margin-bottom: 10px; }
    @media screen and (min-width: 640px) {
      .gallery-list.gallery-list--default .gallery-list__item {
        width: 33.33%; } }
    @media screen and (min-width: 1024px) {
      .gallery-list.gallery-list--default .gallery-list__item {
        width: 25%; } }
    @media screen and (min-width: 1121px) {
      .gallery-list.gallery-list--default .gallery-list__item {
        width: 16.66%; } }
    @media screen and (min-width: 640px) and (max-width: 1023px) {
      .gallery-list.gallery-list--default .gallery-list__item:nth-child(3n+4) {
        clear: left; } }
    @media screen and (min-width: 1024px) and (max-width: 1120px) {
      .gallery-list.gallery-list--default .gallery-list__item:nth-child(4n+5) {
        clear: left; } }
    @media screen and (min-width: 1121px) {
      .gallery-list.gallery-list--default .gallery-list__item:nth-child(6n+7) {
        clear: left; } }
    .gallery-list.gallery-list--default .gallery-list__item a:hover img {
      opacity: .9; }
    .gallery-list.gallery-list--default .gallery-list__item img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .gallery-list.gallery-list--default .gallery-list__item p {
      text-align: center;
      font-size: 12px;
      margin: 0; }
    .gallery-list.gallery-list--default .gallery-list__item > a {
      display: block; }

.gallery-lead {
  margin-bottom: 1em; }

.hero {
  min-height: 300px;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative; }

@media screen and (min-width: 768px) {
  .hero {
    display: table;
    height: calc(100vh - 128px); } }

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1; }

.hero-spacer {
  height: calc(100vh - 71px); }

.hero__wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.hero__content .layout__constrain {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto; }

.hero__content h2 {
  font-size: 36px;
  line-height: 1.25em;
  color: #fff;
  letter-spacing: -0.01em;
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (max-width: 480px) {
  .hero__content h2 {
    font-size: 28px; } }

@media screen and (min-width: 768px) {
  .hero__content h2 {
    font-size: 60px; } }

@media screen and (min-width: 1000px) {
  .hero__content h2 {
    font-size: 72px; } }

.hero.hero--home::before {
  background-color: rgba(0, 0, 0, 0.8); }

.hero.hero--home .layout__constrain {
  max-width: 700px;
  margin: 0 auto; }

.hero.hero--detail-page {
  position: fixed;
  z-index: 1;
  height: calc(100vh - 71px);
  top: 71px; }
  .hero.hero--detail-page::after {
    opacity: 0;
    transition: opacity 750ms ease; }
    body.loaded .hero.hero--detail-page::after {
      opacity: 1; }
  .hero.hero--detail-page ~ .page-template {
    background: #000;
    position: relative;
    z-index: 2;
    padding: 40px 0; }
  .hero.hero--detail-page h2 {
    font-weight: 700; }
    .hero.hero--detail-page h2 span {
      text-align: center;
      display: inline-block;
      padding: 8px 16px;
      color: #fff;
      background: #EE3424;
      font-size: 30px;
      line-height: 1; }

.hero.hero--detail-page h2 {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 500ms ease, opacity 500ms ease;
  transition-delay: 750ms; }
  body.loaded .hero.hero--detail-page h2 {
    opacity: 1;
    transform: translateY(0%); }

.vehicle-inquiry {
  max-width: 800px;
  margin: 50px auto 0; }

.vehicle-inquiry__description p {
  font-size: 20px; }

.vehicle-inquiry__contact {
  text-align: center; }
  .vehicle-inquiry__contact a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background: #EE3424; }

.site-template__panel--toggle {
  margin-top: 8px; }
  @media screen and (max-width: 1120px) {
    .site-template__panel--toggle {
      float: right; } }
  @media screen and (min-width: 1121px) {
    .site-template__panel--toggle {
      display: none; } }
  .site-template__panel--toggle img {
    display: block; }

.site-template__panel {
  display: none;
  background-color: #000;
  overflow: hidden; }
  .site-template__panel nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-template__panel nav ul li {
      margin: 0; }
      .site-template__panel nav ul li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .site-template__panel nav ul li a {
        color: #fff;
        display: block;
        padding: 1em 20px; }

.site-panel--open .site-template__panel {
  display: block; }

.lg-thumb.group {
  margin: 0 auto; }

.lg-outer .lg-thumb .lg-thumb-item {
  border-radius: 0;
  border: 0; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

footer ul li {
  display: inline-block;
  margin: 0 5px; }

footer ul li a {
  color: #444; }
  footer ul li a:hover {
    color: #fff; }

footer ul li a {
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }

footer ul li a::before {
  position: absolute;
  width: 24px;
  left: 0;
  font-family: "FontAwesome";
  text-indent: 0;
  font-size: 24px;
  line-height: 1; }

footer ul li a[href*="facebook"]::before {
  content: "\f082"; }

footer ul li a[href*="instagram"]::before {
  content: "\f16d"; }
