/*
Site: Fantasy Junction
Version: 1.0
Date: 08.01.18
Design/Dev: Kinetik Media LLC
*/
*,
body,
html {
  font-family: "Source Sans Pro", sans-serif;
  color: #333231; }

section {
  padding: 3rem .9375rem; }

strong {
  font-weight: 600; }

h1, h2 {
  font-family: "Merriweather", sans-serif;
  font-weight: 900; }

h2 {
  font-size: 2rem; }

h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif; }

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  color: #408EC6;
  margin-bottom: 1rem; }

a {
  text-transform: uppercase;
  color: #BE461C;
  font-weight: 600; }
  a:hover {
    color: #646B70; }

.button {
  width: 180px;
  max-width: 180px;
  background: #BE461C;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 3px; }
  @media screen and (max-width: 39.9375em) {
    .button {
      margin-bottom: 1rem;
      width: 100%; } }
  .button:hover {
    background: #646B70; }

.more {
  text-transform: uppercase;
  color: #333231;
  font-weight: 600;
  height: 38px;
  display: inline-block;
  line-height: 2.4; }
  .more:hover {
    color: #646B70; }

#contact-form,
#newsletter-form,
#inquire-form {
  background: #F1F1F1;
  padding: 1rem;
  border-radius: 3px; }

form .submit {
  margin-top: 0; }
  form .submit .button {
    margin-bottom: 0; }

label {
  font-size: 1rem;
  color: #333231;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-weight: 600; }
  label::after {
    color: #BE461C !important;
    font-family: inherit !important;
    font-size: inherit !important; }

.callout {
  padding: 1rem;
  background: #408EC6;
  color: #ffffff !important;
  border: none;
  margin-bottom: 1rem;
  border-radius: 3px; }
  .callout.alert {
    background: #A4151B; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
textarea {
  border-radius: 3px !important;
  box-shadow: none !important;
  border: 1px solid #d8dcde !important; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  input[type=url]:focus,
  textarea:focus {
    outline: none !important;
    border: 1px solid #BE461C !important;
    box-shadow: 0 0 5px #BE461C !important; }

textarea {
  min-width: 100%;
  min-height: 120px; }

input[type=submit] {
  width: 180px;
  max-width: 180px;
  border-radius: 3px;
  margin-bottom: 0; }

select {
  max-width: 180px;
  border: none;
  background: url("../img/icon-arrow-down.svg") right 12px center no-repeat;
  background-color: #BE461C !important;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 3px !important;
  cursor: pointer; }
  select:hover, select:focus {
    background-color: #646B70 !important;
    border: none;
    box-shadow: none; }

.errors {
  margin-bottom: 1rem; }
  .errors li {
    color: #A4151B;
    text-transform: uppercase;
    font-weight: 600; }

.stripe {
  background: #AFB6BB; }

.caption {
  background: #408EC6; }
  .caption h2 {
    color: #ffffff;
    font-style: italic;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .caption h2 {
        font-size: 1.5rem; } }
  .caption h3 {
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400; }

.ruled li {
  border-bottom: 1px solid #d8dcde;
  padding: 0.25rem 0; }
  .ruled li:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.spaced li {
  margin-bottom: 1rem; }
  .spaced li:last-child {
    margin-bottom: 0; }

.list-1 li,
.list-2 li,
.list-3 li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 1px solid #d8dcde;
  padding: 0.35rem 0; }

.list-2 {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-width: 50%;
          column-width: 50%;
  -webkit-column-gap: 2rem;
          column-gap: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .list-2 {
      -webkit-column-count: 1;
              column-count: 1; } }

.list-3 {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-width: 33.33%;
          column-width: 33.33%;
  -webkit-column-gap: 2rem;
          column-gap: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .list-3 {
      -webkit-column-count: 1;
              column-count: 1; } }

.card {
  border-radius: 3px;
  border: none;
  background: #F1F1F1;
  margin-bottom: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .card {
      margin-bottom: 0.935rem; } }
  .card .card-section {
    padding: 1.5rem; }
    .card .card-section header {
      border-bottom: 1px solid #d8dcde;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .card .card-section header h2 {
        line-height: 1;
        margin-bottom: 0; }
      .card .card-section header .price {
        background: #408EC6;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        padding: 0.68rem 1rem;
        min-width: 180px;
        position: relative;
        right: -1.5rem;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
        .card .card-section header .price.sold {
          background: #333231; }
        .card .card-section header .price h4 {
          font-size: 1.5rem;
          line-height: 1;
          margin-bottom: 0;
          color: #ffffff;
          font-weight: 600;
          font-family: "Source Sans Pro"; }
        .card .card-section header .price span {
          border: 1px solid #ffffff;
          color: #ffffff;
          font-size: 0.8rem;
          text-align: center;
          text-transform: uppercase;
          border-radius: 3px;
          padding: 0 0.5rem;
          font-weight: 600;
          margin-left: 0.675rem;
          line-height: 1.85; }
    .card .card-section h4 {
      font-size: 1.5rem;
      color: #333231;
      line-height: 1; }
    .card .card-section h5 {
      font-size: 1.125rem;
      color: #6c777f;
      line-height: 1;
      margin-bottom: 0; }
    .card .card-section p {
      margin-top: 1.25rem; }

.photo, .image, .document, #page .photo {
  position: relative;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
  border-radius: 3px; }
  .photo.flat, .flat.image, .flat.document, #page .flat.photo {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .photo.sold a, .sold.image a, .sold.document a, #page .sold.photo a {
    background: #AFB6BB;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .photo.sold a:hover, .sold.image a:hover, .sold.document a:hover, #page .sold.photo a:hover {
      background: #333231; }
    .photo.sold a img, .sold.image a img, .sold.document a img, #page .sold.photo a img {
      -webkit-filter: opacity(40%);
              filter: opacity(40%); }
  .photo img, .image img, .document img, #page .photo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .photo span.count, .image span.count, .document span.count, #page .photo span.count {
    position: absolute;
    display: block;
    background: #333231;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    text-align: center;
    z-index: 999;
    min-width: 32px; }
    @media screen and (max-width: 39.9375em) {
      .photo span.count, .image span.count, .document span.count, #page .photo span.count {
        min-width: 18px;
        padding: 0 0.25rem; } }
  .photo a, .image a, .document a, #page .photo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    overflow: hidden;
    background: #333231; }
    .photo a span.view, .image a span.view, .document a span.view, #page .photo a span.view,
    .photo a span.expand,
    .image a span.expand,
    .document a span.expand,
    #page .photo a span.expand {
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      visibility: hidden;
      z-index: 99;
      background-position-y: -24px;
      margin-right: 0; }
    .photo a img, .image a img, .document a img, #page .photo a img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .photo a:hover span.view, .image a:hover span.view, .document a:hover span.view, #page .photo a:hover span.view,
    .photo a:hover span.expand,
    .image a:hover span.expand,
    .document a:hover span.expand,
    #page .photo a:hover span.expand {
      visibility: visible; }
    .photo a:hover img, .image a:hover img, .document a:hover img, #page .photo a:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-filter: grayscale(100%) opacity(50%);
              filter: grayscale(100%) opacity(50%); }

.image {
  padding-bottom: 0;
  height: auto; }
  .image a span.link {
    visibility: hidden;
    display: block;
    position: absolute;
    color: #ffffff;
    display: block;
    width: auto;
    height: auto;
    font-size: 1.25rem;
    z-index: 99; }
  .image a:hover span.link {
    visibility: visible; }

.document {
  padding-bottom: 0;
  height: auto; }
  .document a {
    color: #ffffff;
    display: block;
    width: auto;
    height: auto;
    font-size: 1.25rem;
    border: 1px solid #d8dcde; }

.sprite-icons {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url("../img/sprite-icons.svg") 0 0 no-repeat;
  margin-right: 1rem; }
  .sprite-icons.instagram {
    background-position-x: 0; }
  .sprite-icons.facebook {
    background-position-x: -24px; }
  .sprite-icons.calendar {
    background-position-x: -48px; }
  .sprite-icons.view {
    background-position-x: -72px; }
  .sprite-icons.expand {
    background-position-x: -96px; }

.sprite-buttons {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  background: url("../img/sprite-buttons.svg") 0 0 no-repeat; }
  .sprite-buttons:hover {
    background-position-y: -38px; }
  .sprite-buttons.left {
    background-position-x: 0;
    margin-right: 1rem; }
  .sprite-buttons.right {
    background-position-x: -38px;
    margin-left: 1rem; }
  .sprite-buttons.plus {
    background-position-x: -76px; }

.header {
  margin-bottom: 1.5rem; }
  .header h3 {
    margin-bottom: 0;
    line-height: 1; }
  .header p {
    margin-bottom: 0;
    color: #AFB6BB; }

.footer {
  margin-top: 1.5rem; }

#taskbar {
  margin-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8dcde; }
  @media screen and (max-width: 39.9375em) {
    #taskbar {
      padding-bottom: 3rem; } }
  #taskbar .results {
    color: #BE461C; }
  @media screen and (max-width: 39.9375em) {
    #taskbar .menu li {
      text-align: center; } }
  #taskbar .menu li:first-child a {
    padding-left: 0; }
  #taskbar .menu li a {
    color: #333231;
    text-transform: uppercase;
    font-weight: 600; }
    @media screen and (max-width: 39.9375em) {
      #taskbar .menu li a {
        padding: 0.5rem !important; } }
    #taskbar .menu li a:hover {
      opacity: 0.5; }
    #taskbar .menu li a.active {
      color: #BE461C; }
      #taskbar .menu li a.active:hover {
        opacity: 1; }
  @media screen and (max-width: 39.9375em) {
    #taskbar form {
      margin-top: 1.5rem; } }
  #taskbar form .input-group {
    margin-bottom: 0; }
  #taskbar form input[type=text] {
    margin-bottom: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important; }
  #taskbar form input[type=submit] {
    width: 39px;
    margin-bottom: 0;
    text-indent: -9999px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    background: url("../img/icon-search.svg") center center no-repeat;
    background-color: #BE461C; }
    #taskbar form input[type=submit]:hover {
      background-color: #646B70; }
  #taskbar select {
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      #taskbar select {
        margin-top: 1.5rem;
        max-width: 100%; } }
  @media screen and (max-width: 39.9375em) {
    #taskbar .inquire {
      margin-top: 1.5rem; } }
  #taskbar .inquire .button {
    margin-bottom: 0;
    padding: .5rem;
    height: 2.4375rem;
    line-height: 1.35; }

@media screen and (max-width: 39.9375em) {
  .smash-top {
    padding-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .smash-bottom {
    padding-bottom: 0; } }

.gap-top {
  margin-top: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .gap-top {
      margin-top: 1rem; } }

.gap-bottom {
  margin-bottom: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .gap-bottom {
      margin-bottom: 1rem; } }

.line-top {
  border-top: 1px solid #d8dcde; }

.line-bottom {
  border-bottom: 1px solid #d8dcde; }

.small {
  padding: 1rem .9375rem; }

@media screen and (max-width: 39.9375em) {
  .sidebar {
    margin-top: 2rem;
    border-top: 1px solid #d8dcde;
    padding-top: 2rem; } }

#sidenav {
  background: #333231;
  padding: 1rem 2rem; }
  #sidenav .menu li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.7rem 0; }
    #sidenav .menu li > a.active {
      color: #BE461C; }
  #sidenav form {
    margin-top: 2rem; }

.search-overlay {
  background-color: rgba(10, 10, 10, 0.65); }

#search-global,
#search-global-small {
  border: none;
  border-radius: 3px; }
  #search-global .input-group,
  #search-global-small .input-group {
    margin-bottom: 0; }
  #search-global input[type=text],
  #search-global-small input[type=text] {
    margin-bottom: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important; }
  #search-global input[type=submit],
  #search-global-small input[type=submit] {
    width: 39px;
    margin-bottom: 0;
    text-indent: -9999px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    background: url("../img/icon-search.svg") center center no-repeat;
    background-color: #BE461C; }
    #search-global input[type=submit]:hover,
    #search-global-small input[type=submit]:hover {
      background-color: #646B70; }

header {
  position: relative; }
  header #headline .grid-x {
    height: 215px; }
  header #headline h2 {
    margin-bottom: 0;
    color: #ffffff; }
  header #headline h4 {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5); }
  header #hero {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -99;
    overflow: hidden;
    background: #333231; }
    header #hero::before {
      display: block;
      position: absolute;
      height: 120px;
      top: 0;
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      content: '';
      z-index: 99;
      width: 100%; }
    header #hero div {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      header #hero div.car {
        background-position: center 65%;
        -webkit-filter: grayscale(100%) opacity(25%);
                filter: grayscale(100%) opacity(25%); }
  header.tall {
    height: 720px; }
    @media screen and (max-width: 63.9375em) {
      header.tall {
        height: 360px; } }
    header.tall #hero {
      height: 720px; }
      @media screen and (max-width: 63.9375em) {
        header.tall #hero {
          height: 360px; } }
  header.short {
    height: 360px; }
    header.short #hero {
      height: 360px; }
  header #topbar .grid-x {
    height: 75px; }
  header #topbar h1 {
    margin: 0; }
    header #topbar h1 .logo {
      display: block;
      text-indent: -9999px;
      height: 45px;
      background: url("../img/logo-fj.svg") 0 0 no-repeat; }
      @media screen and (max-width: 39.9375em) {
        header #topbar h1 .logo {
          width: 230px;
          background-size: 100% 100%; } }
      @media screen and (min-width: 40em) and (max-width: 64em) {
        header #topbar h1 .logo {
          width: 280px;
          background-size: 100% 100%; } }
      @media screen and (min-width: 74.9375em) {
        header #topbar h1 .logo {
          width: 318px;
          background-size: 100% 100%; } }
  @media screen and (max-width: 39.9375em) {
    header #topbar .menu {
      display: none; } }
  @media screen and (min-width: 40em) {
    header #topbar .menu {
      display: none; } }
  @media screen and (min-width: 64em) {
    header #topbar .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex; } }
  header #topbar .menu li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.7rem; }
    header #topbar .menu li > a:hover {
      opacity: 0.5; }
    header #topbar .menu li > a.active {
      background: #BE461C;
      border-radius: 3px; }
      header #topbar .menu li > a.active:hover {
        opacity: 1; }
  header #topbar .menu .search {
    margin-left: 0.5rem; }
    header #topbar .menu .search a {
      text-indent: -9999px;
      background: url("../img/icon-search.svg") 0 9px no-repeat; }
  @media screen and (max-width: 39.9375em) {
    header #topbar .toggle {
      display: block; } }
  @media screen and (min-width: 40em) {
    header #topbar .toggle {
      display: block; } }
  @media screen and (min-width: 64em) {
    header #topbar .toggle {
      display: none; } }
  header #topbar .toggle .menu-icon {
    background: none;
    box-shadow: none;
    color: #ffffff;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    top: 30px;
    right: 24px;
    cursor: pointer; }

@media screen and (max-width: 39.9375em) {
  #home .spot-main {
    margin-bottom: 1rem; } }

#home .spot-sub .cell {
  margin-bottom: 1.3rem; }
  #home .spot-sub .cell:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  #home .spot-sub .cell {
    margin-bottom: 0; } }

#home .post {
  background: #F1F1F1;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1rem; }
  #home .post .post-section {
    margin: 1.5rem; }
    #home .post .post-section .date {
      margin-bottom: 1.5rem; }
    #home .post .post-section .read {
      margin-bottom: 0;
      text-align: right; }

#page .image, #page .document, #page .photo {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    #page .image, #page .document, #page .photo {
      margin-bottom: 1rem; } }

#page .pad-down {
  padding-bottom: 1rem; }
  @media screen and (max-width: 39.9375em) {
    #page .pad-down {
      padding-bottom: 0; } }

#page .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  @media screen and (max-width: 39.9375em) {
    #page .info {
      margin-top: 0.5rem;
      margin-bottom: 1rem; } }
  #page .info .graphic {
    margin-right: 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      #page .info .graphic {
        min-width: 82px; } }
    #page .info .graphic img {
      max-width: none; }

@media screen and (max-width: 39.9375em) {
  #page .ruled {
    margin-bottom: 2rem; } }

@media screen and (max-width: 63.9375em) {
  #page .ruled {
    font-size: 0.8125rem; } }

#page .ruled li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  #page .ruled li span:first-child {
    text-transform: uppercase;
    font-weight: 600; }
  #page .ruled li span:last-child {
    color: #AFB6BB; }

@media screen and (max-width: 39.9375em) {
  #page .newsletter {
    margin-top: 2rem; } }

#page .connect {
  margin-top: 2rem; }

#page .team {
  border-bottom: 1px solid #d8dcde;
  padding-bottom: 3rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 39.9375em) {
    #page .team {
      padding-bottom: 2rem; } }
  #page .team:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  #page .team .biophoto {
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 1rem;
    width: 250px;
    height: 250px; }
  #page .team h5 {
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      #page .team h5 {
        font-size: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    #page .team .bio {
      margin-top: 1rem; } }

@media screen and (max-width: 39.9375em) {
  #page .hours {
    margin-bottom: 2rem; } }

#page .hours li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

@media screen and (max-width: 39.9375em) {
  #page .location {
    margin-top: 1rem; } }

#page .location p {
  margin-bottom: 0; }

#inventory section {
  padding-bottom: 1rem; }

#inventory .card .card-section {
  min-height: 288px;
  height: 288px; }

#inventory .footer {
  border-top: 1px solid #d8dcde;
  padding-bottom: 3rem; }
  #inventory .footer .pagination {
    margin-bottom: 0; }
    #inventory .footer .pagination li {
      color: #333231;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1rem;
      margin: 0;
      line-height: 2rem; }
      #inventory .footer .pagination li.page {
        width: 41px;
        height: 41px; }
      #inventory .footer .pagination li.current {
        color: #ffffff;
        background: #BE461C;
        border-radius: 50%; }
      #inventory .footer .pagination li.pagination-previous a::before {
        content: none; }
      #inventory .footer .pagination li.pagination-next a::after {
        content: none; }
      #inventory .footer .pagination li a {
        color: #333231;
        padding: .5rem 1rem; }
        #inventory .footer .pagination li a:hover {
          background: none;
          opacity: 0.5; }

#car .spotlight .grid-x {
  margin-top: 2rem; }
  @media screen and (max-width: 39.9375em) {
    #car .spotlight .grid-x {
      margin-top: 1rem; } }

#car .thumb,
#car .document {
  margin-bottom: 2rem; }
  @media screen and (max-width: 39.9375em) {
    #car .thumb:nth-child(odd),
    #car .document:nth-child(odd) {
      padding-right: 0.3125rem;
      margin-bottom: 0.625rem; }
    #car .thumb:nth-child(even),
    #car .document:nth-child(even) {
      padding-left: 0.3125rem;
      margin-bottom: 0.625rem; } }

#car .specs {
  background: #F1F1F1;
  border-radius: 3px; }
  @media screen and (max-width: 39.9375em) {
    #car .specs {
      margin-top: 1rem; } }
  #car .specs .price {
    background: #408EC6;
    padding: 1rem 2rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    #car .specs .price.sold {
      background: #333231; }
    @media screen and (max-width: 39.9375em) {
      #car .specs .price {
        padding: 1rem;
        -webkit-justify-content: space-around;
                justify-content: space-around; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #car .specs .price {
        padding-right: 1rem; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      #car .specs .price {
        padding-right: 1rem; } }
    #car .specs .price h2 {
      color: #ffffff;
      margin-bottom: 0;
      font-family: "Source Sans Pro";
      font-weight: 600; }
      @media screen and (max-width: 39.9375em) {
        #car .specs .price h2 {
          font-size: 1.65rem;
          line-height: 1.5; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #car .specs .price h2 {
          font-size: 1.65rem;
          line-height: 1.35; } }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        #car .specs .price h2 {
          font-size: 1.75rem;
          line-height: 1.5; } }
    #car .specs .price span {
      border: 1px solid #ffffff;
      color: #ffffff;
      font-size: 1rem;
      text-align: center;
      text-transform: uppercase;
      border-radius: 3px;
      padding: 0.5rem 1rem;
      font-weight: 600; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #car .specs .price span {
          font-size: 0.85rem; } }
  #car .specs h4 {
    padding: 1.5rem 2rem 0;
    margin-bottom: 0; }
    #car .specs h4 span {
      color: #6c777f; }
    @media screen and (max-width: 39.9375em) {
      #car .specs h4 {
        text-align: center;
        font-size: 1.25rem; } }
  #car .specs p {
    padding: 1.5rem 2rem 0;
    margin-bottom: 0; }
  #car .specs .ruled {
    padding: 2rem; }
    #car .specs .ruled li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      #car .specs .ruled li span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%; }
      #car .specs .ruled li span:first-child {
        color: #AFB6BB; }

#car h2.sold {
  background: #333231; }

#car .disclaimer {
  border-top: 1px solid #d8dcde;
  border-bottom: 1px solid #d8dcde;
  margin: 1rem 0 1rem;
  padding: 2rem 0 2rem;
  font-weight: 600;
  font-style: italic;
  font-size: 17px;
  color: #408EC6; }

#car .address {
  margin: 1rem 0 1rem;
  padding-bottom: 1rem; }

footer {
  background: #01243D;
  padding: 3rem 0; }
  footer .grid-x {
    margin-bottom: 2rem; }
    @media screen and (max-width: 39.9375em) {
      footer .grid-x {
        margin-bottom: 2rem; } }
    footer .grid-x:last-child {
      margin-bottom: 0; }
  footer h4 {
    color: #ffffff;
    margin-bottom: 1rem; }
  footer form {
    margin-bottom: 0 !important; }
    footer form .grid-x {
      margin-bottom: 0; }
    footer form .field {
      margin-right: 0.5rem; }
      footer form .field .error {
        color: #ffffff;
        margin-top: 0.5rem;
        padding: 0 0.5rem; }
      @media screen and (max-width: 39.9375em) {
        footer form .field {
          margin-right: 0;
          margin-bottom: 0.5rem; } }
    footer form input[type=text],
    footer form input[type=email] {
      color: #646B70;
      border: 1px solid transparent !important;
      border-radius: 3px !important;
      margin-bottom: 0; }
      footer form input[type=text]:focus,
      footer form input[type=email]:focus {
        outline: none !important;
        border: 1px solid #BE461C;
        box-shadow: 0 0 5px #BE461C; }
    footer form input[type=submit] {
      border-radius: 3px !important;
      width: 108px !important;
      height: 39px;
      line-height: 0.5; }
      @media screen and (max-width: 39.9375em) {
        footer form input[type=submit] {
          width: 100% !important;
          max-width: 100%; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        footer form input[type=submit] {
          width: 92px !important; } }
  @media screen and (max-width: 39.9375em) {
    footer .menu {
      display: none; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    footer .menu li > a {
      font-size: 14px; } }
  footer .menu li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem; }
    footer .menu li a:hover {
      opacity: 0.5; }
  footer .social {
    margin-top: 0.85rem; }
    footer .social li {
      margin-left: 1rem; }
    footer .social a {
      display: inline-block;
      text-indent: -9999px;
      width: 38px;
      height: 38px;
      background: url("../img/sprite-social.svg") 0 0 no-repeat;
      opacity: 0.35; }
      footer .social a.instagram {
        background-position-x: 0; }
      footer .social a.facebook {
        background-position-x: -38px; }
  footer .address {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    font-size: .8125rem; }
    footer .address span {
      color: inherit; }
      @media screen and (max-width: 63.9375em) {
        footer .address span {
          display: block; }
          footer .address span:first-child {
            display: none; } }
  footer .logo {
    display: block;
    width: 35px;
    height: 45px;
    text-indent: -9999px;
    background: url("../img/logo-fj-mark.svg") 0 0 no-repeat; }
    @media screen and (max-width: 39.9375em) {
      footer .logo {
        margin: 1rem auto; } }
  footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: .8125rem;
    margin-bottom: 0; }
    footer .copyright span {
      color: inherit;
      margin-left: 0.5rem; }
      @media screen and (max-width: 63.9375em) {
        footer .copyright span {
          display: block; } }
      @media screen and (max-width: 63.9375em) {
        footer .copyright span:first-child {
          margin-top: 1rem; } }
      footer .copyright span:first-child::after {
        content: " | "; }
        @media screen and (max-width: 63.9375em) {
          footer .copyright span:first-child::after {
            content: none; } }
    footer .copyright a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: underline;
      text-transform: none; }
      footer .copyright a:hover {
        opacity: 0.5; }
      footer .copyright a:first-child {
        padding-right: 0.5rem; }

.orbit-controls button {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  background: rgba(51, 50, 49, 0.5) url("../img/sprite-buttons.svg") 0 -76px no-repeat;
  top: 47%; }
  .orbit-controls button:hover {
    background-color: #333231; }

.orbit-controls .orbit-previous {
  left: 1rem; }

.orbit-controls .orbit-next {
  right: 1rem;
  background-position-x: -38px; }

.orbit-container {
  height: auto !important; }

.fancybox-bg {
  background: #ffffff; }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox-caption,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  -webkit-transition: none !important;
  transition: none !important;
  visibility: visible !important;
  opacity: 1 !important; }

.fancybox-caption {
  background: none !important;
  color: #333231;
  font-size: 1rem;
  font-family: "Source Sans Pro"; }

.fancybox-infobar {
  background: none !important;
  color: #333231;
  font-size: 1rem;
  font-family: "Source Sans Pro";
  z-index: 9999; }

.fancybox-toolbar > button {
  background: #ffffff; }

.fancybox-button {
  background: #ffffff; }
  .fancybox-button div > svg {
    fill: #333231; }
