.micro-site {
  padding-top: 56px; }
  .micro-site header {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px; }
    .micro-site header h1 {
      margin-bottom: 10px; }
    .micro-site header h2 {
      margin: 0; }
  .micro-site h1, .micro-site h2 {
    font-family: "Portrait", serif;
    text-transform: none; }
  .micro-site h1 em, .micro-site h2 em {
    font-family: "PortraitItalic", serif; }
  .micro-site #timeline {
    position: relative;
    min-height: 700px;
    overflow: hidden; }
    .micro-site #timeline .load-overlay {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff; }
    .micro-site #timeline .loader {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -15px;
      margin-left: -15px;
      background: url("/images/ajax-loader.gif");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .micro-site #timeline.loading .load-overlay {
      display: block; }
    .micro-site #timeline:before {
      content: '';
      display: none;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -2px;
      border-top: 2px solid #000; }
      @media screen and (min-width: 769px) {
        .micro-site #timeline:before {
          display: block; } }
    .micro-site #timeline .timeline-fade {
      position: relative; }
      @media screen and (min-width: 769px) {
        .micro-site #timeline .timeline-fade {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          padding-left: 2.5em;
          padding-right: 2.5em; } }
      .micro-site #timeline .timeline-fade:before, .micro-site #timeline .timeline-fade:after {
        content: '';
        display: none;
        position: absolute;
        z-index: 50;
        top: 0;
        bottom: 0;
        width: 2.5em; }
        @media screen and (min-width: 769px) {
          .micro-site #timeline .timeline-fade:before, .micro-site #timeline .timeline-fade:after {
            display: block; } }
      .micro-site #timeline .timeline-fade:before {
        left: 0;
        background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%); }
      .micro-site #timeline .timeline-fade:after {
        right: 0;
        background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) 100%); }
    .micro-site #timeline .arrow {
      position: absolute;
      top: 200px;
      margin-top: -16px;
      width: 30px;
      height: 30px;
      border-top: 2px solid #000;
      border-left: 2px solid #000;
      z-index: 55;
      cursor: pointer; }
      @media screen and (min-width: 769px) {
        .micro-site #timeline .arrow {
          top: 50%; } }
      .micro-site #timeline .arrow.left {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 15px; }
      .micro-site #timeline .arrow.right {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 15px; }
    .micro-site #timeline .carousel {
      overflow: hidden;
      height: 100%; }
    .micro-site #timeline .track {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      height: 100%; }
    .micro-site #timeline .timeline-item {
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      height: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      z-index: 20;
      text-align: center; }
      @media screen and (min-width: 769px) {
        .micro-site #timeline .timeline-item {
          padding-left: 0;
          padding-right: 0;
          height: auto; }
          .micro-site #timeline .timeline-item .mobile-only {
            display: none; } }
      @media screen and (min-width: 769px) {
        .micro-site #timeline .timeline-item.is-odd {
          -webkit-box-align: end;
          -moz-box-align: end;
          box-align: end;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          -o-align-items: flex-end;
          align-items: flex-end;
          -ms-flex-align: end; } }
      .micro-site #timeline .timeline-item.is-odd:before {
        top: 50%;
        margin-top: 10px; }
      @media screen and (min-width: 769px) {
        .micro-site #timeline .timeline-item.is-odd .photo {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: reverse;
          -moz-box-direction: reverse;
          box-direction: reverse;
          -webkit-flex-direction: column-reverse;
          -moz-flex-direction: column-reverse;
          flex-direction: column-reverse;
          -ms-flex-direction: column-reverse; } }
      .micro-site #timeline .timeline-item.active {
        height: auto; }
      .micro-site #timeline .timeline-item:before {
        content: '';
        display: none;
        position: absolute;
        height: 20px;
        left: 50%;
        top: 50%;
        margin-top: -30px;
        border-left: 1px solid #000; }
        @media screen and (min-width: 769px) {
          .micro-site #timeline .timeline-item:before {
            display: block; } }
      .micro-site #timeline .timeline-item:after {
        content: '';
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 2px solid #000;
        background: #fff; }
        @media screen and (min-width: 769px) {
          .micro-site #timeline .timeline-item:after {
            display: block; } }
      .micro-site #timeline .timeline-item .photo {
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        .micro-site #timeline .timeline-item .photo .caption-box {
          padding: 10px 0; }
          .micro-site #timeline .timeline-item .photo .caption-box p {
            margin: 0; }
        .micro-site #timeline .timeline-item .photo .image-wrapper {
          padding: 5px 15px; }
    .micro-site #timeline .modal {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 60; }
    .micro-site #timeline .modal-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8); }
    .micro-site #timeline .modal-container {
      position: absolute;
      top: 5%;
      right: 5%;
      bottom: 5%;
      left: 5%;
      background: #fff;
      visibility: visible;
      z-index: 10;
      overflow: hidden; }
      .micro-site #timeline .modal-container .arrow.left {
        left: 25px; }
      .micro-site #timeline .modal-container .arrow.right {
        right: 25px; }
    .micro-site #timeline .modal-body {
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .micro-site #timeline .modal-body > * {
        padding-top: 45px;
        padding-bottom: 45px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
      .micro-site #timeline .modal-body .left-column {
        padding-right: 25px;
        padding-left: 65px; }
      .micro-site #timeline .modal-body .right-column {
        padding-left: 25px;
        padding-right: 65px; }
      .micro-site #timeline .modal-body a {
        text-decoration: none; }
      .micro-site #timeline .modal-body img {
        height: 100%;
        width: auto; }
      .micro-site #timeline .modal-body .artist {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 1.5625em;
        font-family: "SeroMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-bottom: 1px solid #fff; }
        .micro-site #timeline .modal-body .artist:hover {
          border-bottom: 1px solid #000; }
      .micro-site #timeline .modal-body .title {
        display: inline-block;
        font-family: "SeroWebPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.4375em;
        margin: 0;
        border-bottom: 1px solid #fff; }
        .micro-site #timeline .modal-body .title:hover {
          border-bottom: 1px solid #000; }
      .micro-site #timeline .modal-body .estimate,
      .micro-site #timeline .modal-body .additional-details {
        font-family: "SeroWebPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.8125em; }
      .micro-site #timeline .modal-body .essay {
        font-family: "SeroWebPro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .micro-site #timeline .modal-body .essay a {
          text-decoration: underline; }
    .micro-site #timeline .modal-close {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 10px;
      right: 10px;
      background: url("/images/close.png");
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      z-index: 50; }
  .micro-site .copyright {
    font-size: 0.875em;
    line-height: 1.1em;
    margin-top: 40px; }
  .micro-site .title-box {
    display: inline-block;
    max-width: 450px;
    min-height: 121px;
    margin-top: 45px;
    color: #ffffff;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .micro-site .title-box {
        margin-top: 96px; } }
    .micro-site .title-box h1 {
      font-family: "Portrait", serif;
      text-transform: none; }
      .micro-site .title-box h1:first-of-type {
        margin-bottom: 0; }
      .micro-site .title-box h1:nth-of-type(2) {
        margin-top: 0; }
    .micro-site .title-box h2 {
      font-family: "PortraitItalic", serif;
      text-transform: none; }
    .micro-site .title-box h4 {
      font-family: "SeroMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
  .micro-site .container {
    padding-bottom: 40px; }
    @media screen and (min-width: 769px) {
      .micro-site .container {
        padding: 0 2.5rem 5rem 2.5em; } }
  @media screen and (min-width: 480px) {
    .micro-site .content-area {
      border-top: 1px solid #000;
      padding-top: 2.5em; } }
  @media screen and (min-width: 737px) {
    .micro-site .content-area {
      padding-top: 3.75em;
      margin-top: 3.75em; } }
  .micro-site .main-content {
    position: relative;
    font-size: 1em;
    line-height: 1.25em; }
    @media screen and (min-width: 480px) {
      .micro-site .main-content {
        padding-top: 1em; }
        .micro-site .main-content p {
          max-width: 539px;
          margin-left: auto;
          margin-right: 0; }
          .micro-site .main-content p:first-of-type {
            margin-top: 0; } }
  .micro-site .auction-info {
    position: relative;
    padding-top: 40px; }
    .micro-site .auction-info .logo {
      margin-bottom: 2.5em; }
    @media screen and (min-width: 480px) {
      .micro-site .auction-info {
        padding-top: 1em; }
        .micro-site .auction-info .logo {
          max-width: 320px; } }
    @media screen and (min-width: 769px) {
      .micro-site .auction-info {
        padding-right: 5em; }
        .micro-site .auction-info .logo {
          margin-bottom: 3.75em; } }
    .micro-site .auction-info .content-wrapper {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 40px 0; }
      @media screen and (min-width: 480px) {
        .micro-site .auction-info .content-wrapper {
          max-width: 350px; } }
      .micro-site .auction-info .content-wrapper a {
        color: #000; }
    .micro-site .auction-info a {
      display: inline-block; }
    .micro-site .auction-info h2 {
      font-size: 1.125em;
      line-height: 1.25em; }
    .micro-site .auction-info p {
      margin: 20px 0 0 0;
      font-size: 1em; }
      .micro-site .auction-info p:first-child {
        margin-top: 0; }
    .micro-site .auction-info .wrapper, .micro-site .auction-info .share {
      padding: 1em 0; }
    .micro-site .auction-info .share {
      position: relative;
      padding: 0;
      margin-top: 20px; }
      .micro-site .auction-info .share > span {
        display: none; }
      .micro-site .auction-info .share .icons {
        margin: 1.5em 0;
        padding: 11px 6px 0 0;
        text-indent: -5px; }
        .micro-site .auction-info .share .icons .icon {
          width: 22px;
          height: 22px;
          margin-left: 15px;
          display: inline-block;
          text-indent: -9999em;
          background-image: url("/images/layout/aside-icons.png"); }
          .micro-site .auction-info .share .icons .icon span {
            display: none; }
          @media screen and (min-resolution: 192dpi) {
            .micro-site .auction-info .share .icons .icon {
              background-image: url("/images/layout/aside-icons-2x.png");
              background-size: 50px 1250px; } }
          @media screen and (-webkit-min-device-pixel-ratio: 2) {
            .micro-site .auction-info .share .icons .icon {
              background-image: url("/images/layout/aside-icons-2x.png");
              background-size: 50px 1250px; } }
          .micro-site .auction-info .share .icons .icon.email {
            background-position: -14px -364px;
            display: none; }
          .micro-site .auction-info .share .icons .icon.facebook {
            background-position: -14px -464px;
            margin-left: 0; }
          .micro-site .auction-info .share .icons .icon.twitter {
            background-position: -14px -414px; }
          .micro-site .auction-info .share .icons .icon.pinterest {
            background-position: -14px -514px; }

/*# sourceMappingURL=site.min.css.map */
