/* 1.0 Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");
html, body, input, textarea, select, button {
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

a {
  text-decoration: none; }
  a img {
    border: 0; }

/* 2.0 Colors */
/* 3.0 Frame */
body {
  background: #FFF;
  margin: 0;
  padding: 0; }
  body div.header {
    overflow: auto;
    padding: 20px;
    background: white; }
    body div.header div.logo {
      float: left; }
      body div.header div.logo h1 {
        color: #ABABAB;
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: normal;
        margin: 0 0 0 20px; }
      body div.header div.logo img.logo {
        display: inline-block;
        margin: 0 20px 0 0;
        vertical-align: middle; }
    body div.header div.search {
      float: right;
      margin: 43px 0; }
      body div.header div.search label {
        display: inline-block;
        font-weight: bold;
        padding: 10px; }
      body div.header div.search input[name="search"] {
        border: 1px solid #d7d5d6;
        border-radius: 4px;
        margin: 0 10px;
        padding: 10px;
        width: 300px; }
      body div.header div.search button {
        background: #de552b;
        border: 0;
        border-radius: 4px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        padding: 10px 16px; }
  body div.body {
    background: #f1f1f3;
    padding: 30px 20px;
    overflow: auto; }
    body div.body div.column {
      max-width: 1400px;
      min-width: 1100px;
      margin: 0 auto; }
  body > footer {
    padding: 30px;
    font-size: 14px;
    background: #FFF;
    height: 100%; }
    body > footer ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      body > footer ul li {
        color: #666;
        display: inline-block;
        margin-right: 40px;
        vertical-align: middle;
        line-height: 18px; }
        body > footer ul li h4 {
          margin: 0; }
        body > footer ul li a {
          color: #333; }
          body > footer ul li a:hover {
            text-decoration: underline;
            color: black; }
        body > footer ul li address {
          font-style: normal; }
    body > footer .copywrite {
      font-size: 10px;
      color: #999;
      margin-left: 148px; }

/* 4.0 Global (Forms, Lists, Headers, etc.) */
/* 5.0 Page Specific Styling */
body .select2-dropdown {
  border: 1px solid #aaa !important; }
body div.body.index div.filters {
  width: 240px;
  float: left;
  margin-top: 5px; }
  body div.body.index div.filters select {
    width: 100%; }
  body div.body.index div.filters span.select2 .select2-selection--multiple {
    border: 0;
    padding: 5px 10px 8px; }
    body div.body.index div.filters span.select2 .select2-selection--multiple .select2-selection__rendered {
      padding: 0; }
    body div.body.index div.filters span.select2 .select2-selection--multiple .select2-selection__choice {
      margin-right: 5px;
      margin-top: 5px;
      padding: 6px;
      white-space: normal; }
    body div.body.index div.filters span.select2 .select2-selection--multiple .select2-selection__choice__remove {
      font-size: 24px;
      font-weight: 400;
      line-height: 8px;
      padding: 3px 3px 0 0;
      vertical-align: top; }
    body div.body.index div.filters span.select2 .select2-selection--multiple .select2-selection__clear {
      font-size: 25px;
      margin-right: 5px; }
    body div.body.index div.filters span.select2 .select2-selection--multiple .select2-search__field {
      margin-top: 10px; }
  body div.body.index div.filters input[type="checkbox"] {
    float: left;
    margin: 8px 8px 10px 0; }
  body div.body.index div.filters label {
    color: #333;
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    margin: 0 0 6px; }
    body div.body.index div.filters label.heavy {
      color: black;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase; }
  body div.body.index div.filters h3 {
    font-size: 14px;
    font-weight: 900;
    margin: 30px 0 0;
    text-transform: uppercase; }
  body div.body.index div.filters div.field {
    margin: 10px 0 0; }
    body div.body.index div.filters div.field:first-child {
      margin-top: 0; }
  body div.body.index div.filters button {
    background: #de552b;
    border: 0;
    border-radius: 4px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 16px;
    margin-top: 8px; }
body div.body.index div.grid {
  float: left;
  width: calc(100% - 240px); }
  body div.body.index div.grid nav.nav {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    overflow: auto;
    padding: 0 20px 0 30px; }
    body div.body.index div.grid nav.nav div.showing {
      float: left; }
    body div.body.index div.grid nav.nav div.pagination {
      float: right; }
      body div.body.index div.grid nav.nav div.pagination a {
        color: #666;
        font-size: 12px;
        font-weight: normal;
        padding: 0 3px; }
        body div.body.index div.grid nav.nav div.pagination a:hover {
          color: black; }
      body div.body.index div.grid nav.nav div.pagination a.clear {
        background: #de552b;
        border: 0;
        border-radius: 4px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        padding: 10px 16px; }
      body div.body.index div.grid nav.nav div.pagination span.current {
        color: black;
        padding: 0 3px;
        font-size: 13px;
        font-weight: bold; }
  body div.body.index div.grid ul.results {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
    display: flex; }
    body div.body.index div.grid ul.results li {
      background: white;
      box-sizing: border-box;
      display: inline-block;
      margin: 0;
      margin: 5px 5px;
      padding: 10px;
      vertical-align: top;
      width: calc(33% - 10px);
      position: relative; }
      body div.body.index div.grid ul.results li h3 {
        margin: 10px 0 10px 0;
        color: black;
        font-size: 16px;
        font-weight: medium; }
      body div.body.index div.grid ul.results li div.download-prevention {
        height: calc(100%);
        left: 0;
        position: absolute;
        top: 0;
        width: calc(100%); }
      body div.body.index div.grid ul.results li span.disclaimer {
        background: #de552b;
        border-radius: 4px;
        font-size: 18px;
        color: white;
        display: none;
        left: calc(50%);
        padding: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 200px; }
      body div.body.index div.grid ul.results li img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto; }
      body div.body.index div.grid ul.results li .no-image-available {
        width: auto;
        height: auto;
        min-width: 200px;
        min-height: 200px;
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
        background: #fff url(/static/public/images/no-image-new.png);
        background-size: 100px auto;
        background-repeat: no-repeat;
        background-position: center center; }
        body div.body.index div.grid ul.results li .no-image-available span {
          color: #808080;
          font-size: 10px;
          font-weight: 400;
          position: absolute;
          display: block;
          padding-top: 140px;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 60%;
          text-align: center; }
      body div.body.index div.grid ul.results li h4 {
        color: black;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        margin: 12px 0 4px; }
        body div.body.index div.grid ul.results li h4 span.title {
          display: inline-block;
          width: calc(100% - 70px);
          overflow: hidden;
          text-overflow: ellipsis; }
      body div.body.index div.grid ul.results li p.date-made {
        color: black;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        font-style: normal; }

body div.body.art-object a.return {
  color: #555;
  display: inline-block;
  margin: 0 0 20px; }
  body div.body.art-object a.return:hover {
    color: black; }
body div.body.art-object div.details {
  background: white;
  overflow: auto;
  padding: 30px 30px 15px; }
  body div.body.art-object div.details div.images {
    float: left;
    margin-right: 30px;
    width: 450px; }
    body div.body.art-object div.details div.images div.main {
      background: #f1f1f1;
      position: relative;
      width: 450px;
      margin: 0 0 15px;
      overflow: hidden; }
      body div.body.art-object div.details div.images div.main img {
        display: block;
        margin: 0 auto; }
      body div.body.art-object div.details div.images div.main div.download-prevention {
        height: 450px;
        left: 0;
        position: absolute;
        top: 0;
        width: 450px; }
      body div.body.art-object div.details div.images div.main span.disclaimer {
        background: #de552b;
        border-radius: 4px;
        font-size: 18px;
        color: white;
        display: none;
        left: calc(50%);
        padding: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 200px; }
    body div.body.art-object div.details div.images .no-image-available {
      width: 450px;
      height: 450px;
      display: block;
      margin: 0 auto;
      position: relative;
      border: 4px dotted #f1f1f1;
      background: #fff url(/static/public/images/no-image-new.png);
      background-size: 200px 200px;
      background-repeat: no-repeat;
      background-position: center center; }
      body div.body.art-object div.details div.images .no-image-available span {
        color: #808080;
        font-size: 12px;
        font-weight: 500;
        position: absolute;
        display: block;
        padding-top: 250px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center; }
    body div.body.art-object div.details div.images div.thumbs a.thumb {
      position: relative;
      margin: 0 15px 15px 0;
      display: block;
      float: left;
      width: 140px;
      height: 140px;
      box-sizing: border-box;
      background: #f1f1f1;
      cursor: pointer; }
      body div.body.art-object div.details div.images div.thumbs a.thumb img {
        display: block;
        margin: 0 auto; }
      body div.body.art-object div.details div.images div.thumbs a.thumb div.border {
        box-sizing: border-box;
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 140px; }
      body div.body.art-object div.details div.images div.thumbs a.thumb:nth-child(3n) {
        margin-right: 0; }
      body div.body.art-object div.details div.images div.thumbs a.thumb.active div.border {
        border: 10px solid #f5dfa3; }
      body div.body.art-object div.details div.images div.thumbs a.thumb:hover div.border {
        border: 10px solid #de552b; }
  body div.body.art-object div.details div.info {
    float: right;
    width: calc(100% - 480px);
    font-size: 18px; }
    body div.body.art-object div.details div.info h3 {
      color: #666;
      font-size: 18px;
      font-weight: 400;
      margin: 0; }
    body div.body.art-object div.details div.info h2 {
      color: black;
      font-size: 18px;
      font-weight: 500; }
    body div.body.art-object div.details div.info dl {
      color: #4a4a4a;
      margin: 0;
      width: 100%; }
      body div.body.art-object div.details div.info dl:nth-of-type(1), body div.body.art-object div.details div.info dl:nth-of-type(2), body div.body.art-object div.details div.info dl:nth-of-type(3), body div.body.art-object div.details div.info dl:nth-of-type(4) {
        width: 75%;
        display: inline-block; }
      body div.body.art-object div.details div.info dl dd.title {
        font-style: italic; }
      body div.body.art-object div.details div.info dl dt {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        margin: 0 0 3px; }
      body div.body.art-object div.details div.info dl dd {
        margin: 0 0 20px; }
    body div.body.art-object div.details div.info dd.hover-target {
      position: relative;
      display: inline-block;
      padding-right: 30px; }
      body div.body.art-object div.details div.info dd.hover-target span.astricks {
        color: #de552b;
        display: inline-block;
        font-size: 36px;
        height: 30px;
        position: absolute;
        text-align: center;
        top: -9px;
        right: 0;
        width: 30px; }
      body div.body.art-object div.details div.info dd.hover-target span.disclaimer {
        background: #de552b;
        border-radius: 4px;
        color: white;
        display: none;
        left: calc(100% + 6px);
        padding: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 200px; }
        body div.body.art-object div.details div.info dd.hover-target span.disclaimer span.tip {
          border-bottom: 8px solid transparent;
          border-right: 8px solid #de552b;
          border-top: 8px solid transparent;
          display: block;
          height: 0;
          left: -8px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 0; }
      body div.body.art-object div.details div.info dd.hover-target:hover span.disclaimer {
        display: block; }
