@charset "UTF-8";
@import url("fonts.css");
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: inherit;
}

html, body {
  height: 100%;
  box-sizing: border-box;
}

body {
  background-color: #101012;
  color: #fafafa;
  font-family: "suisse-intl";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}

p.disclaimer {
  font-size: 11px;
  color: #888;
}
p.disclaimer a {
  color: #888;
  box-shadow: none;
}
p.disclaimer a:hover {
  color: #fafafa;
  background: none;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  p.disclaimer {
    font-size: 9px;
  }
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4% 4%;
}

@media only screen and (max-width: 720px) {
  .container {
    padding: 0 6% 6%;
  }
}
@media only screen and (max-width: 360px) {
  .container {
    padding: 0 5% 5%;
  }
}
.header-spacer {
  width: 100%;
  height: 55%;
}

.listing-spacer {
  width: 100%;
  height: 200px;
}

p {
  margin-bottom: 15px;
}

i, em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #fafafa;
}
a:not(.no-style) {
  box-shadow: inset 0 -7px 0 #34343b;
  transition: background-color 0.25s, box-shadow 0.25s;
}
a:not(.no-style):hover {
  box-shadow: none;
  background-color: #34343b;
}

.standard-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.standard-grid-container .col-1 {
  flex-basis: 25%;
}
.standard-grid-container .col-2 {
  flex-basis: 50%;
}

.listing-section .col-1-1 {
  width: 25%;
  margin-right: 75%;
}
.listing-section .col-1-2 {
  width: 50%;
  margin-right: 50%;
}
.listing-section .col-1-3 {
  width: 75%;
  margin-right: 25%;
}
.listing-section .col-1-4 {
  width: 100%;
}
.listing-section .col-2-2 {
  margin-left: 25%;
  width: 25%;
  margin-right: 50%;
}
.listing-section .col-2-3 {
  margin-left: 25%;
  width: 50%;
  margin-right: 25%;
}
.listing-section .col-2-4 {
  margin-left: 25%;
  width: 75%;
}
.listing-section .col-3-3 {
  margin-left: 50%;
  width: 25%;
  margin-right: 25%;
}
.listing-section .col-3-4 {
  margin-left: 50%;
  width: 50%;
}
.listing-section .col-4-4 {
  margin-left: 75%;
  width: 25%;
}

@media only screen and (max-width: 720px) {
  .listing-section .col-1-1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-1-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-1-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-1-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-2-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-2-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-2-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-3-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-3-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-section .col-4-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.header-title {
  position: absolute;
  top: 30px;
  left: 7%;
  width: 150px;
  height: auto;
  overflow: auto;
}
.header-title img {
  display: block;
  width: 100%;
  height: auto;
}

.header-info {
  position: absolute;
  top: 100px;
  left: 40%;
  width: 360px;
  height: auto;
  overflow: auto;
}
.header-info p a {
  display: inline-block;
  margin-right: 25px;
}

@media only screen and (max-width: 640px) {
  .header-title {
    top: -5px;
    width: 110px;
  }

  .header-info {
    top: 180px;
    left: 7%;
    width: 260px;
  }
}
.listing {
  margin-bottom: 100px;
}
.listing img, .listing video {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 720px) {
  .listing {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .listing {
    margin-bottom: 50px;
  }
}
.listing-nav {
  overflow: auto;
  margin-bottom: 25px;
  padding-top: 25px;
}
.listing-nav li {
  display: inline-block;
  float: left;
  color: #888;
}
.listing-nav li::after {
  content: " / ";
}
.listing-nav li.current {
  color: #fafafa;
}
.listing-nav a {
  color: #888;
  box-shadow: none;
}
.listing-nav a:hover {
  color: #fafafa;
  background: none;
}
.listing-nav .current a {
  color: #fafafa;
}

footer {
  width: 100%;
  margin-top: 180px;
}
