.micro-site {
  padding-top: 56px; }
  .micro-site .gallery {
    position: relative;
    height: 350px;
    background: url(http://content.phillips.com/microsites/basquiat-barbican/splash-image.jpg) #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 769px) {
      .micro-site .gallery {
        height: 490px; } }
  .micro-site .copyright {
    text-align: right;
    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 .highlights-grid {
    margin-top: 8rem; }
    .micro-site .highlights-grid h3 {
      font-family: "SeroBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding-bottom: 1rem;
      border-bottom: 1px solid #000;
      font-size: 1.25em;
      text-transform: none; }
    .micro-site .highlights-grid .close {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      z-index: 100;
      cursor: pointer;
      background-image: url(/micrositeresource/robert-mapplethorpe-the-perfect-medium/content/close.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .micro-site .highlights-grid .image-grid {
      padding-top: 2rem;
      opacity: 0;
      display: none; }
      @media screen and (min-width: 480px) {
        .micro-site .highlights-grid .image-grid {
          display: block; } }
      .micro-site .highlights-grid .image-grid.show {
        opacity: 1; }
        @media screen and (max-width: 480px) {
          .micro-site .highlights-grid .image-grid.show {
            display: block; } }
      .micro-site .highlights-grid .image-grid .grid-item {
        z-index: 5;
        max-width: 323px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        cursor: pointer; }
        @media screen and (min-width: 480px) and (max-width: 769px) {
          .micro-site .highlights-grid .image-grid .grid-item {
            max-width: 360px; } }
        .micro-site .highlights-grid .image-grid .grid-item img {
          width: 100%; }
  .micro-site .live-stream {
    padding-top: 5rem; }
    .micro-site .live-stream .video-wrapper {
      position: relative;
      width: 100%;
      max-width: 960px;
      min-height: 181px;
      height: 56.4vw;
      max-height: 541px;
      margin: 3em auto; }
      .micro-site .live-stream .video-wrapper iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .micro-site .live-stream .video-caption {
      max-width: 960px;
      margin: 0 auto; }
  .micro-site .content-slider {
    margin: 5rem 0; }
    .micro-site .content-slider .slide {
      background: #EBEBEB;
      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-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;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      @media screen and (min-width: 480px) {
        .micro-site .content-slider .slide {
          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: start;
          -moz-box-pack: start;
          box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: start; } }
    .micro-site .content-slider .left-side {
      padding: 2.5rem;
      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: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      padding: 2rem; }
    .micro-site .content-slider .slider-pagination {
      margin-top: 1rem; }
  .micro-site .preview-slider.slider {
    position: relative;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    height: 0;
    padding-top: 28px; }
    .micro-site .preview-slider.slider.show {
      opacity: 1;
      z-index: 10;
      height: auto; }
    .micro-site .preview-slider.slider .arrow {
      top: 50%;
      margin-top: -14px;
      border-top: .25em solid #fff;
      border-left: .25em solid #fff;
      opacity: 0.4; }
      @media screen and (min-width: 480px) {
        .micro-site .preview-slider.slider .arrow {
          border-top: .25em solid #000;
          border-left: .25em solid #000; } }
      .micro-site .preview-slider.slider .arrow:hover {
        opacity: 0.8; }
    .micro-site .preview-slider.slider .wrapper {
      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: 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: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    @media screen and (min-width: 480px) {
      .micro-site .preview-slider.slider .slide {
        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: 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: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
        .micro-site .preview-slider.slider .slide .aligner {
          max-width: 700px;
          overflow: hidden;
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-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;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center; } }
    .micro-site .preview-slider.slider .slide img {
      display: block;
      width: auto;
      max-height: 900px;
      margin: 0 auto; }
    .micro-site .preview-slider.slider .slide .caption {
      text-align: right;
      max-width: 600px;
      width: 100%; }
    @media screen and (min-width: 480px) {
      .micro-site .preview-slider.slider {
        position: absolute;
        top: 5rem; } }
  .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 p {
        max-width: 539px;
        margin-left: auto;
        margin-right: 0; } }
  .micro-site .auction-info {
    position: relative;
    padding-top: 40px; }
    .micro-site .auction-info .logo {
      margin-bottom: 2.5em; }
    .micro-site .auction-info a[href^="tel:"] {
      text-decoration: none; }
    @media screen and (min-width: 480px) {
      .micro-site .auction-info {
        padding-top: 1em; }
        .micro-site .auction-info .logo {
          max-width: 319px; } }
    @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 a {
      display: inline-block; }
    .micro-site .auction-info .button {
      display: inline;
      border: 3px solid #b5c1bf;
      background: #fff;
      color: #000;
      padding: 8px;
      text-transform: none; }
    .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 */
