#dashboard.wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%; }
  #dashboard.wrapper #header {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9e8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr; }
  #dashboard.wrapper .content {
    padding: 0.5rem; }
    #dashboard.wrapper .content .outer-box {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      width: 100%; }
      #dashboard.wrapper .content .outer-box .search-box {
        width: auto;
        margin: auto; }
        #dashboard.wrapper .content .outer-box .search-box img {
          transition: padding-top 0.4s ease, width 0.4s ease, height 0.4s ease;
          width: auto;
          padding-top: 100px;
          -webkit-transition: padding-top 0.4s ease, width 0.4s ease, height 0.4s ease;
          -moz-transition: padding-top 0.4s ease, width 0.4s ease, height 0.4s ease;
          -ms-transition: padding-top 0.4s ease, width 0.4s ease, height 0.4s ease;
          -o-transition: padding-top 0.4s ease, width 0.4s ease, height 0.4s ease; }
        @media only screen and (max-height: 536px) {
          #dashboard.wrapper .content .outer-box .search-box img {
            padding-top: 10px !important;
            height: 45px;
            width: auto; } }
        @media screen and (max-width: 768px) {
          #dashboard.wrapper .content .outer-box .search-box img {
            padding-top: 10px !important;
            height: 45px;
            width: auto; } }
        #dashboard.wrapper .content .outer-box .search-box .tsf {
          width: 100%;
          margin: auto; }
          #dashboard.wrapper .content .outer-box .search-box .tsf label {
            font-size: 1.5rem; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .RNNXgb {
            background: #fff;
            display: flex;
            border: 0.5px solid #b0b1b3b2;
            box-shadow: none;
            border-radius: 0px;
            z-index: 3;
            height: 44px;
            margin: 0 auto;
            width: 100%; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .RNNXgb:hover,
          #dashboard.wrapper .content .outer-box .search-box .tsf .sbfc .RNNXgb {
            box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
            border-color: rgba(223, 225, 229, 0); }
          #dashboard.wrapper .content .outer-box .search-box .tsf .SDkEP {
            flex: 1;
            display: flex;
            padding: 5px 8px 0 16px;
            padding-left: 14px; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .a4bIc {
            display: flex;
            flex: 0.9;
            flex-wrap: wrap; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .pR49Ae {
            color: transparent;
            flex: 100%;
            white-space: pre;
            height: 34px; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .pR49Ae span {
            background: url("/images/experiments/wavy-underline.png") repeat-x scroll 0 100% transparent;
            padding: 0 0 10px 0; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .gLFyf {
            background-color: transparent;
            border: none;
            margin: 0;
            padding: 0;
            color: rgba(0, 0, 0, 0.87);
            word-wrap: break-word;
            outline: none;
            display: flex;
            flex: 100%;
            -webkit-tap-highlight-color: transparent;
            margin-top: -37px;
            height: 34px;
            font-size: 16px; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .Tg7LZd {
            padding-right: 13px;
            background-color: black;
            height: 43.25px;
            width: 25px;
            border: none;
            cursor: pointer;
            flex: 0.06 0 auto;
            padding: 0; }
          #dashboard.wrapper .content .outer-box .search-box .tsf .FAuhyb {
            background: none;
            color: #4285f4;
            height: 26px;
            width: 30px;
            margin: auto; }
        #dashboard.wrapper .content .outer-box .search-box .submitBtn {
          padding-top: 18px;
          top: 53px;
          z-index: 0;
          height: 70px; }
          #dashboard.wrapper .content .outer-box .search-box .submitBtninput[type="submit"],
          #dashboard.wrapper .content .outer-box .search-box .submitBtn .btn-search,
          #dashboard.wrapper .content .outer-box .search-box .submitBtn .gbqfba {
            background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
            background-color: #f2f2f2;
            border: 1px solid #f2f2f2;
            border-radius: 4px;
            color: #5f6368;
            font-family: arial, sans-serif;
            font-size: 14px;
            margin: 11px 4px;
            padding: 0 16px;
            line-height: 27px;
            height: 36px;
            min-width: 54px;
            text-align: center;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
          #dashboard.wrapper .content .outer-box .search-box .submitBtninput[type="submit"]:hover,
          #dashboard.wrapper .content .outer-box .search-box .submitBtn .btn-search:hover {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
            background-color: #f8f8f8;
            border: 1px solid #c6c6c6;
            color: #222; }
          #dashboard.wrapper .content .outer-box .search-box .submitBtninput[type="submit"]:focus,
          #dashboard.wrapper .content .outer-box .search-box .submitBtn .btn-search:focus {
            border: 1px solid #4d90fe;
            outline: none; }
      #dashboard.wrapper .content .outer-box .collection {
        display: grid;
        grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-template-rows: auto;
        row-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        grid-auto-flow: dense;
        position: relative;
        min-height: 100vh !important;
        /* clear fix */
        /* ---- .grid-item ---- */ }
        #dashboard.wrapper .content .outer-box .collection:after {
          content: "";
          display: block;
          clear: both; }
        #dashboard.wrapper .content .outer-box .collection .grid-item {
          float: left;
          width: 49%;
          height: auto;
          min-height: 555px; }
          #dashboard.wrapper .content .outer-box .collection .grid-item:before {
            font-size: 20px;
            text-align: center;
            display: block;
            padding: 0.2em; }
        #dashboard.wrapper .content .outer-box .collection .card {
          cursor: pointer;
          background-color: #ffffff00;
          box-shadow: none; }
          #dashboard.wrapper .content .outer-box .collection .card article {
            cursor: pointer; }
            #dashboard.wrapper .content .outer-box .collection .card article figcaption label {
              color: #ffffff !important; }
            #dashboard.wrapper .content .outer-box .collection .card article figcaption p {
              color: #ffffffad;
              height: 22px; }
            #dashboard.wrapper .content .outer-box .collection .card article .figure {
              width: 100%;
              position: relative;
              padding-bottom: 3rem; }
              #dashboard.wrapper .content .outer-box .collection .card article .figure .figure-img {
                width: 380px; }
      @media screen and (max-width: 1365.98px) {
        #dashboard.wrapper .content .outer-box .collection .grid-item {
          width: 48.58%;
          min-height: 555px; } }
      @media screen and (max-width: 1023.98px) {
        #dashboard.wrapper .content .outer-box .collection .grid-item {
          width: 48.29%;
          height: auto;
          min-height: 484px; } }
      @media screen and (max-width: 767.98px) {
        #dashboard.wrapper .content .outer-box .search-box {
          width: 100%;
          margin: auto; }
        #dashboard.wrapper .content .outer-box .collection .grid-item {
          width: 100%;
          min-height: 451px; }
        #dashboard.wrapper .content .outer-box .collection .card article .figure .figure-img {
          width: 265px; } }

div#searchform {
  min-width: 1261px;
  z-index: 128; }

.gsfi,
.lst {
  font: 16px arial, sans-serif;
  line-height: 34px;
  height: 34px !important; }

.hp .nojsb,
.srp .jsb {
  display: none; }

.tsf {
  background: none; }

#searchform {
  width: 100%; }

.minidiv .sfbg {
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  height: 72px; }

@media only screen and (max-height: 768px) {
  .hp #searchform {
    top: 269px; } }

.srp #searchform {
  position: absolute;
  top: 20px; }

.sfbg {
  background: #fff;
  height: 69px;
  left: 0;
  position: absolute;
  width: 100%; }

.sfbgg {
  height: 65px; }

#gb {
  height: 0;
  padding-left: 16px;
  padding-right: 16px; }

.A8SBwf {
  position: relative;
  margin: 0 auto;
  margin-left: 133px;
  width: 692px;
  padding-left: 27px; }

.RNNXgb {
  background: #fff;
  display: flex;
  border: 0.5px solid #dfe1e5;
  box-shadow: none;
  height: 39px;
  width: 690px;
  border-radius: 24px;
  z-index: 3;
  height: 44px;
  margin: 0 auto; }

.emcav .RNNXgb {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: rgba(223, 225, 229, 0);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28); }

.RNNXgb:hover,
.sbfc .RNNXgb {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0); }

.SDkEP {
  flex: 1;
  display: flex;
  padding: 5px 4px 0 16px;
  padding-left: 14px; }

.logo {
  position: absolute;
  left: -139px;
  padding: 4px 28px 0 30px;
  top: 4px; }

.sbfc .iblpc,
.emcav .iblpc {
  padding-right: 14px;
  margin-left: -1px; }

.iblpc span {
  display: none; }

.sbfc .iblpc span,
.emcav .iblpc span {
  display: block; }

.sbfc.A8SBwf,
.emcav.A8SBwf {
  padding-left: 0;
  width: 719px; }

.sbfc .RNNXgb,
.emcav .RNNXgb {
  width: 717px; }

.iblpc {
  display: flex;
  align-items: center;
  padding-right: 6px;
  margin-top: -7px; }

#logo {
  display: block;
  overflow: hidden;
  position: relative; }

#logo img {
  border: 0; }

.hsuHs {
  margin: auto; }

.wFncld {
  color: #9aa0a6;
  height: 20px;
  width: 20px; }

.gLFyf {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  word-wrap: break-word;
  outline: none;
  display: flex;
  flex: 100%;
  -webkit-tap-highlight-color: transparent;
  margin-top: -37px;
  height: 34px;
  font-size: 16px; }

.a4bIc {
  display: flex;
  flex: 0.9;
  flex-wrap: wrap; }

.pR49Ae {
  color: transparent;
  flex: 100%;
  white-space: pre;
  height: 34px; }

.pR49Ae span {
  background: url("/images/experiments/wavy-underline.png") repeat-x scroll 0 100% transparent;
  padding: 0 0 10px 0; }

.dRYYxd {
  display: flex;
  flex: 0 0 auto;
  margin-top: -5px;
  align-items: stretch;
  flex-direction: row; }

.clear-button {
  flex: 0.1 0 auto;
  display: none;
  cursor: pointer;
  align-items: center;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0 8px;
  line-height: 44px;
  justify-content: flex-end; }

.XoaYSb {
  display: flex; }

.lBbtTb {
  height: 100%;
  color: #80868b;
  vertical-align: middle;
  outline: none;
  display: contents; }
  .lBbtTb svg {
    fill: #7b7b7b; }
    .lBbtTb svg:hover {
      fill: #000000; }

.clear-button {
  padding-right: 4px; }

.lBbtTb {
  margin-right: 12px; }

.FqnKTc {
  border-left: 1px solid #dfe1e5;
  height: 65%; }

.hpuQDe {
  flex: 1 0 auto;
  display: flex;
  cursor: pointer;
  align-items: center;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0 8px;
  width: 24px;
  line-height: 44px; }

.HPVvwb {
  height: 24px;
  width: 24px;
  vertical-align: middle; }

.Tg7LZd {
  height: 44px;
  width: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0; }

.Tg7LZd {
  flex: 0 0 auto;
  padding-right: 13px; }

html:not(.zAoYTe) .Tg7LZd:focus {
  outline: none; }

.FAuhyb {
  background: none;
  color: #4285f4;
  height: 24px;
  width: 24px;
  margin: auto; }

.UUbT9 {
  position: absolute;
  width: 100%;
  text-align: left;
  margin-top: -1px;
  z-index: 989;
  cursor: default;
  -webkit-user-select: none; }

.aajZCb {
  background: #fff;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
  padding-bottom: 4px;
  overflow: hidden; }

.erkvQe {
  flex: auto;
  padding-bottom: 16px; }

.RjPuVb {
  height: 1px;
  margin: 0 26px 0 0; }

.S3nFnd .RjPuVb,
.S3nFnd .aajZCb {
  flex: 0 0 auto; }

.xtSCL {
  border-top: 1px solid #e8eaed;
  margin: 0 14px;
  padding-bottom: 4px; }

#ynRric {
  display: none; }

.ynRric {
  list-style-type: none;
  flex-direction: column;
  color: #80868b;
  font-family: arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
  margin: 0 20px 0 16px;
  padding: 8px 0 8px 0;
  line-height: 16px;
  text-transform: uppercase; }

#sbt {
  display: none; }

.sbct {
  display: flex;
  align-items: center;
  min-width: 0;
  max-height: none;
  padding: 0; }

.jKWzZXdEJWi__suggestions-inner-container {
  flex: auto;
  display: flex;
  margin: 0 20px;
  align-items: center;
  margin: 0 20px 0 14px; }

.sbtc {
  display: flex;
  flex: auto;
  flex-direction: column;
  min-width: 0;
  max-height: none;
  padding: 6px 0; }

.sbic {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  margin-right: 14px; }

.sbl2 {
  line-height: 12px;
  font-size: 13px;
  color: #80868b;
  margin-top: 2px; }

.sbl1 {
  display: flex;
  font-size: 16px;
  color: #212121;
  flex: auto;
  align-items: center;
  word-break: break-word;
  padding-right: 8px; }

.sbl1 > span {
  flex: auto; }

.sbab {
  display: flex;
  flex: 0 1 auto;
  align-self: stretch; }

.JUypV {
  font-size: 8pt;
  margin-top: -16px;
  position: absolute;
  right: 16px; }

.footer {
  width: 100%;
  height: auto;
  background-color: #000000; }
  .footer ul li {
    list-style: none;
    padding: 3.5px 0; }
  .footer a {
    color: #ffffff; }

#artworks .card-columns .card,
#artworks .artwork-coll-container .card {
  box-shadow: none;
  display: inline-block;
  display: -ms-flexbox;
  flex-direction: column; }
  #artworks .card-columns .card#list,
  #artworks .artwork-coll-container .card#list {
    width: 100%; }

#artworks .card-columns .card:hover,
#artworks .artwork-coll-container .card:hover {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175) !important;
  border-color: rgba(223, 225, 229, 0);
  cursor: pointer; }

#artworks .tsf {
  width: 100%;
  margin: auto; }
  #artworks .tsf label {
    font-size: 1.5rem; }
  #artworks .tsf .RNNXgb {
    background: #fff;
    display: flex;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 0px;
    z-index: 3;
    height: 44px;
    margin: 0 auto;
    width: 100%; }
  #artworks .tsf .RNNXgb:hover,
  #artworks .tsf .sbfc .RNNXgb {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-color: rgba(223, 225, 229, 0); }
  #artworks .tsf .SDkEP {
    flex: 1;
    display: flex;
    padding: 5px 8px 0 16px;
    padding-left: 14px; }
  #artworks .tsf .a4bIc {
    display: flex;
    flex: 1;
    flex-wrap: wrap; }
  #artworks .tsf .pR49Ae {
    color: transparent;
    flex: 100%;
    white-space: pre;
    height: 34px; }
  #artworks .tsf .pR49Ae span {
    background: url("/images/experiments/wavy-underline.png") repeat-x scroll 0 100% transparent;
    padding: 0 0 10px 0; }
  #artworks .tsf .gLFyf {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.87);
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex: 100%;
    -webkit-tap-highlight-color: transparent;
    margin-top: -37px;
    height: 34px;
    font-size: 16px; }
  #artworks .tsf .Tg7LZd {
    padding-right: 13px;
    background-color: black;
    height: 43px;
    width: 25px;
    border: none;
    cursor: pointer;
    flex: 0.06 0 auto;
    padding: 0; }
  #artworks .tsf .FAuhyb {
    background: none;
    color: #4285f4;
    height: 26px;
    width: 30px;
    margin: auto; }

@media screen and (max-width: 768px) {
  #artworks .tsf {
    width: 100%;
    margin: auto; } }

.select2-container {
  font-family: "geometria", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  padding: 0 5px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 13px;
    padding-right: 35px;
    text-overflow: ellipsis;
    margin: 0;
    font-family: "geometria-Medium"; }
    .select2-container .select2-selection--single .select2-selection__rendered:hover {
      color: #ed164e; }

.select2-results {
  font-family: "leitura_news", Arial, Helvetica, sans-serif;
  font-size: 11px; }

#resultsPerPage {
  width: 70px;
  border: 0px solid #979797;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  padding-left: 1rem;
  height: 28px;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjE0OCA0MzMgMjEwIDkiPjxpbWFnZSB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQU5JQUFBQUpDQVlBQUFCSFlIS3VBQUFBUEVsRVFWUlloZTNUc1EwQU1BekRzUHkvK3VCMDZ3R3RSeExRQ1pva084Q3pKRHRHZ2o5R2dnSWpRWUdSb01CSVVHQWtLREFTRk55UkpQMTFBRVFSWm8rRXI2djlBQUFBQUVsRlRrU3VRbUNDIiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHg9IjE0OCIgeT0iNDMzIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }

#sort-option {
  border: 0px solid #979797;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  padding-left: 1rem;
  height: 28px;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjE0OCA0MzMgMjEwIDkiPjxpbWFnZSB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQU5JQUFBQUpDQVlBQUFCSFlIS3VBQUFBUEVsRVFWUlloZTNUc1EwQU1BekRzUHkvK3VCMDZ3R3RSeExRQ1pva084Q3pKRHRHZ2o5R2dnSWpRWUdSb01CSVVHQWtLREFTRk55UkpQMTFBRVFSWm8rRXI2djlBQUFBQUVsRlRrU3VRbUNDIiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHg9IjE0OCIgeT0iNDMzIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }

.select2-container--default .select2-selection--single {
  border: 0px solid #979797;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  height: 28px;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjE0OCA0MzMgMjEwIDkiPjxpbWFnZSB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQU5JQUFBQUpDQVlBQUFCSFlIS3VBQUFBUEVsRVFWUlloZTNUc1EwQU1BekRzUHkvK3VCMDZ3R3RSeExRQ1pva084Q3pKRHRHZ2o5R2dnSWpRWUdSb01CSVVHQWtLREFTRk55UkpQMTFBRVFSWm8rRXI2djlBQUFBQUVsRlRrU3VRbUNDIiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHg9IjE0OCIgeT0iNDMzIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder:hover {
      color: #ed164e; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../../../images/select-icon.png);
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMzI2IDQyMyAxMiA1Ij48aW1hZ2UgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBd0FBQUFGQ0FZQUFBQnhlZzB2QUFBQWcwbEVRVlFJbVhXT29RMkVRQlJFZjBLQ3hhSHhGRUFaKzNkZWZySm15NkVIU3FBRFBCM2drVWlLT0lXNHl6RjJKbStlQVpOY3Q3Sm1lNG15WnJsdVlESXpNMkFrY1NscmlZam1HVVpFbzZ5RnhBV01YNVRpWlpEcnhGa2pvbzJJRm1lVjZ5eGVoci9YTmRlZXhLR2tUVWtiaWFQbTJyK3BQaG9kem82elIwVDMyMzhBdU1ndUFZa1ZRVFlBQUFBQVNVVk9SSzVDWUlJPSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjUiIHg9IjMyNiIgeT0iNDIzIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center center;
    height: 26px;
    right: 14px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }

.select2-container--default.active .select2-selection--single {
  border-color: #ed164e !important;
  background-color: #ed164e; }
  .select2-container--default.active .select2-selection--single .select2-selection__arrow {
    background-image: url(../../../images/unselect-icon.png);
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSI5cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgOSAzIiB2ZXJzaW9uPSIxLjEiDQogICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KICAgIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuMi4yICg5OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8dGl0bGU+LTwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPg0KICAgICAgICA8ZyBpZD0iUG9ydHJhaXQtLS02IiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjI2LjAwMDAwMCwgLTgwMC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4NCiAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGUtMjYtKy1ERVBBUlRNRU5ULSstLSIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCA3ODYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ii0iIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjE1LDE3IEwyMTUsMTQgTDIwNiwxNCBMMjA2LDE3IEwyMTUsMTcgWiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg0K");
    background-position: left center; }
  .select2-container--default.active .select2-selection--single .select2-selection__rendered {
    color: #fff !important; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom: none !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-sizing: border-box; }

.select2-container--open .select2-dropdown {
  left: 0px;
  top: 3px; }

.select2-dropdown {
  width: 200px;
  box-sizing: border-box;
  border: 0px solid #979797 !important; }

#gridView {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  row-gap: 8px; }
  #gridView .result-total {
    grid-column: 1/5; }
  #gridView .sortByFilter {
    grid-column: 5/-1; }
    #gridView .sortByFilter ul {
      list-style: none;
      margin: 0;
      justify-content: space-between;
      display: flex;
      float: right; }
      #gridView .sortByFilter ul li {
        display: inline-block; }

.artworks {
  min-height: 90px;
  margin: 0; }
  .artworks .search-box {
    border-bottom: 1px solid lightgray; }
    .artworks .search-box .filters {
      margin-top: 0px;
      padding-bottom: 3px;
      overflow: hidden;
      display: flex; }
      .artworks .search-box .filters .select {
        margin-top: 10px;
        float: left;
        width: 19.95287958%;
        margin-left: initial;
        margin-right: 11px; }
        .artworks .search-box .filters .select:first-child {
          margin-left: 0; }
        .artworks .search-box .filters .select .select2-container {
          width: 100% !important;
          padding: 0 5px; }
    .artworks .search-box .result-sorts-box {
      display: flex;
      justify-content: space-between;
      align-items: baseline; }
      .artworks .search-box .result-sorts-box .sort {
        display: flex;
        justify-content: flex-end; }
        .artworks .search-box .result-sorts-box .sort .sort-field-controller select {
          background-color: #f6f6f6;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjE0OCA0MzMgMjEwIDkiPjxpbWFnZSB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQU5JQUFBQUpDQVlBQUFCSFlIS3VBQUFBUEVsRVFWUlloZTNUc1EwQU1BekRzUHkvK3VCMDZ3R3RSeExRQ1pva084Q3pKRHRHZ2o5R2dnSWpRWUdSb01CSVVHQWtLREFTRk55UkpQMTFBRVFSWm8rRXI2djlBQUFBQUVsRlRrU3VRbUNDIiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjkiIHg9IjE0OCIgeT0iNDMzIi8+PC9zdmc+");
          background-repeat: no-repeat;
          background-position: bottom;
          background-size: contain;
          width: auto;
          min-width: 130px;
          cursor: pointer;
          overflow: hidden;
          padding-left: 13px;
          padding-right: 35px;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin: 0;
          font-family: "geometria-Medium";
          line-height: 28px;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-user-select: none; }
          .artworks .search-box .result-sorts-box .sort .sort-field-controller select:hover {
            color: #ed164e; }
  .artworks .result-box .artwork-coll-container {
    transition: all 0.3ms ease-in-out;
    -webkit-transition: all 0.3ms ease-in-out;
    -moz-transition: all 0.3ms ease-in-out;
    -ms-transition: all 0.3ms ease-in-out;
    -o-transition: all 0.3ms ease-in-out;
    margin-top: 1rem;
    /* clear fix */
    /* ---- .grid-item ---- */ }
    .artworks .result-box .artwork-coll-container .card {
      margin-bottom: 1.5rem; }
      .artworks .result-box .artwork-coll-container .card .card-body {
        font-size: 12px; }
        .artworks .result-box .artwork-coll-container .card .card-body .lbl-title {
          font-family: "geometria", "geometria-Italic", "geometria-Medium";
          color: #000000;
          font-size: 1.2rem; }
        .artworks .result-box .artwork-coll-container .card .card-body .lbl-artist {
          font-family: "geometria", "geometria-Italic", "geometria-Medium";
          color: #000000;
          font-size: 0.75rem; }
        .artworks .result-box .artwork-coll-container .card .card-body p {
          margin-top: 5px; }
    .artworks .result-box .artwork-coll-container .artwork-coll-container:after {
      content: "";
      display: block;
      clear: both; }
    .artworks .result-box .artwork-coll-container .grid-sizer,
    .artworks .result-box .artwork-coll-container .artwork-grid-item {
      width: 19%; }
    .artworks .result-box .artwork-coll-container .gutter-sizer {
      width: 1.25%; }
    .artworks .result-box .artwork-coll-container .artwork-grid-item {
      float: left;
      margin-bottom: 1rem; }
    .artworks .result-box .artwork-coll-container .artwork-grid-item img {
      display: block; }
    .artworks .result-box .artwork-coll-container .gutter-sizer {
      width: 1%; }
    .artworks .result-box .artwork-coll-container #list .table thead th {
      color: #6c757d !important;
      text-transform: uppercase;
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-color: #dee2e6 !important;
      -webkit-text-transform: uppercase;
      font-size: smaller; }
      .artworks .result-box .artwork-coll-container #list .table thead th:nth-child(1n + 0) {
        width: 15.5%; }
      .artworks .result-box .artwork-coll-container #list .table thead th:nth-child(4) {
        width: 7%; }
    .artworks .result-box .artwork-coll-container #list .table tbody tr > td img {
      max-height: 219px;
      width: auto; }

.page-link {
  color: #000000;
  background-color: inherit;
  border: none;
  padding: 0.4rem 0.6rem;
  line-height: 1;
  cursor: pointer;
  color: #000000; }
  .page-link:hover, .page-link:not([href]):hover {
    color: #ed164e; }
  .page-link:focus {
    box-shadow: none; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #666666;
  border-color: #666666; }

@media screen and (max-width: 1206px) {
  .select2-container--open .select2-dropdown {
    top: 4px;
    left: 4px; }
  .select2-dropdown {
    width: 100%; } }

@media screen and (max-width: 700px) {
  .select2-container--open .select2-dropdown {
    top: 0;
    left: 0; }
  .artworks .search-box .filters {
    overflow: hidden;
    display: block; }
    .artworks .search-box .filters .select {
      width: 48.11764706%;
      margin-left: initial;
      margin-top: 5px;
      margin-right: 5px; }
  .artworks .search-box .result-sorts-box .result-total {
    margin-bottom: 1rem; }
  .artworks .search-box .result-sorts-box .sort {
    display: flex;
    justify-content: space-between; }
  .artworks .result-box .artwork-coll-container .card article figcaption {
    padding: 1rem; }
    .artworks .result-box .artwork-coll-container .card article figcaption .lbl-title {
      font-family: "geometria", "geometria-Italic", "geometria-Medium";
      color: #000000;
      font-size: 0.9rem; }
    .artworks .result-box .artwork-coll-container .card article figcaption .lbl-artist {
      font-family: "geometria", "geometria-Italic", "geometria-Medium";
      color: #000000;
      font-size: 0.75rem; }
  #gridView .result-total {
    grid-column: 1/-1; }
  #gridView .sortByFilter {
    grid-column: 1/-1; }
    #gridView .sortByFilter ul {
      list-style: none;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 8px;
      float: inherit; }
      #gridView .sortByFilter ul li {
        grid-column: 1/-1; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #gridView .result-total {
    grid-column: 1/-1; }
  #gridView .sortByFilter {
    grid-column: 1/-1; }
    #gridView .sortByFilter ul {
      float: inherit; } }

@media (min-width: 100px) {
  .artworks .result-box .artwork-coll-container .grid-sizer,
  .artworks .result-box .artwork-coll-container .artwork-grid-item {
    width: 100%; }
  .artworks .result-box .artwork-coll-container .gutter-sizer {
    width: 0%; } }

@media (min-width: 300px) {
  .artworks .result-box .artwork-coll-container .grid-sizer,
  .artworks .result-box .artwork-coll-container .artwork-grid-item {
    width: 49%; }
  .artworks .result-box .artwork-coll-container .gutter-sizer {
    width: 1.25%; } }

@media (min-width: 480px) {
  .card-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    orphans: 1;
    widows: 1; }
  .artworks .result-box .artwork-coll-container .grid-sizer,
  .artworks .result-box .artwork-coll-container .artwork-grid-item {
    width: 49%; }
  .artworks .result-box .artwork-coll-container .gutter-sizer {
    width: 1.25%; } }

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    orphans: 1;
    widows: 1; }
  .artworks .result-box .artwork-coll-container .grid-sizer,
  .artworks .result-box .artwork-coll-container .artwork-grid-item {
    width: 32.5%; }
  .artworks .result-box .artwork-coll-container .gutter-sizer {
    width: 1.25%; } }

@media (min-width: 992px) {
  .card-columns {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    orphans: 1;
    widows: 1; }
  .artworks .result-box .artwork-coll-container .grid-sizer,
  .artworks .result-box .artwork-coll-container .artwork-grid-item {
    width: 24%; }
  .artworks .result-box .artwork-coll-container .gutter-sizer {
    width: 1.25%; } }

@media (min-width: 1200px) {
  .card-columns {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    orphans: 1;
    widows: 1; }
  .filters .select {
    width: 32.11267606%;
    margin-left: initial;
    margin-top: 17px; }
  .artworks .result-box .artwork-coll-container .grid-sizer,
  .artworks .result-box .artwork-coll-container .artwork-grid-item {
    width: 19%; }
  .artworks .result-box .artwork-coll-container .gutter-sizer {
    width: 1.25%; } }

/* reveal grid after images loaded */
.artwork-coll-container .grid.are-images-unloaded {
  opacity: 0; }

.artwork-details-page table {
  width: 100%; }
  .artwork-details-page table tbody tr td {
    vertical-align: top; }
    .artwork-details-page table tbody tr td:nth-child(1n + 0) {
      width: 250px; }

.artwork-details-page .object.card {
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 1px solid lightgray;
  margin-top: 1rem; }
  .artwork-details-page .object.card .card-body {
    padding: 3rem 3rem 1.2rem; }
    .artwork-details-page .object.card .card-body > i {
      right: 1rem;
      top: 1rem;
      cursor: pointer;
      font-size: 1.2rem; }
    .artwork-details-page .object.card .card-body .object-preview .obj-prvw-img {
      max-height: 300px; }
      .artwork-details-page .object.card .card-body .object-preview .obj-prvw-img img {
        cursor: pointer;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .artwork-details-page .object.card .card-body .object-info .table tbody > tr td:nth-child(odd) {
      width: 20%;
      font-weight: 700;
      font-family: "geometria-Medium"; }
    .artwork-details-page .object.card .card-body .object-info .table tbody > tr td:nth-child(even) div {
      width: 70%; }
    .artwork-details-page .object.card .card-body .object-info .table .suggestion-txt-bx {
      width: 70%; }
  @media (max-width: 667px) {
    .artwork-details-page .object.card .card-body {
      padding: 3rem 0.5rem 1.2rem; } }

#imageLightBoxModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 50px;
  /* The Close Button */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */ }
  #imageLightBoxModal .lg-backdrop {
    background-color: #fff; }
  #imageLightBoxModal .lg-outer .lg-inner {
    height: 80%;
    top: 25px; }
  #imageLightBoxModal .lg-outer .lg-thumb-item {
    border-radius: 5px;
    float: left;
    overflow: hidden;
    height: 100%;
    border: none;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px; }
  #imageLightBoxModal .lg-outer .lg-thumb-outer {
    background-color: #ffffff; }
  #imageLightBoxModal .close {
    color: #000000;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: inherit; }
  #imageLightBoxModal .close:hover,
  #imageLightBoxModal .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer; }
  #imageLightBoxModal .cursor {
    cursor: pointer; }
  #imageLightBoxModal .prev,
  #imageLightBoxModal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    z-index: 1200; }
  #imageLightBoxModal .lg-actions .lg-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iNTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjEzMjIgNTI1IDI5IDU1Ij48aW1hZ2UgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCMEFBQUEzQ0FZQUFBRHdwRUZmQUFBQ0pFbEVRVlJZUjczV09VZ0RRUlFHNElsWlNMeHc0MEhpbGF3WUlRbGFhS0hXTmhZZW5VZGhJV2lodFNKSW1oU0tqWUtnQkVYUlNoUVJDeEVFQzF0dHRQRENBNDhRRWFPSlVVRmpJWW5NU2lUR1RUS3pPMituR3hqZXQrL0IvTE1haEJBYXR0bnlkRytaSWRmOS9nZmVReS9OWUxtOWN1Yis3c2pBY2VIMlhHUGJoT2RzSFJ3ZHNsVFkzWThQcHhqaU9TN2NvUUtzd1ZobnNiQzQrUnpvVmdzV1VieTZTc3JtTndMK25yQUtIZitpR080dHRicFgvYjUrYVBnUHFoYjhEMVVEbGtTaDRZUW9KSndVaFlKVG9oQXdFY29hSmtaWndsU29GTnpFNTNmTmVpK1hhUjRKYWpRZXp0SnFJNTE1eHQ1Snova0NLU3dMVlFyTFJwWEFpbEM1c0dKVURzd0VwWVdab1RRd1U1UVVabzZTd0NCb0toZ00vWUhMeDljQ1R3TmZrUWlLVFM1UUZNTjlsb3FSbFNlZk14WUdSNlB3MHVPRE00SVF5dVc0c0Nwb1c1RmxkeXY0WEk4L3dLcFBENEdqc1dDWlh2L1puR09vQmtXbHdMSGJpek13TkJHSVJ3eUNKZ05CMEZRZ2M1UUVaSXFTZ3N4UUdwQUpTZ3NxUnVXQXNsRVhRbW1IaGViZDdaZGdMUzRTVFJwODhVbitmYW52S1FZUFRPYWpuZGVnUXc1STNTa0xrQXBsQlJLakxFRWlsRFdZRW9VQWs2SlFZRUlVRXBSRW9jRi9hRHdvNlBTaEZ0NVFRNW8wSkduMEI0MEhiZWtaNy9YWmZOVzA1L3lHdEJqcE9URUdwY0JHUTRGOTlPcllTMXFJNXB5SXRwck1KOUVzeFIxQ2d1SjRod1ZIM1pUUHU0YzNhb0FpNmhKc3dwemZkMjNXNmQ0YStQd3FxSkhHanY4YjE4c0gyMkE1VlZNQUFBQUFTVVZPUks1Q1lJST0iIHdpZHRoPSIyOSIgaGVpZ2h0PSI1NSIgeD0iMTMyMiIgeT0iNTI1Ii8+PC9zdmc+"); }
  #imageLightBoxModal .lg-actions .lg-prev:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iNTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjkyIDUyNiAyOCA1NCI+PGltYWdlIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQndBQUFBMkNBWUFBQURVT3ZuRUFBQUNRRWxFUVZSWVI3M1lUVXNDUVJnSDhKM1Z3cm9JNWJZM3JVanJlL1FKQ2dyRlcxQ0hxQ2lLRGxGUVVIU29EdEhCRGt1M1RGRzYxMGNwRmJTa2RIZXRRMFNwV1V5Z2pMcXZzL1BvVVhmMjUzOThucDF4RU5lRDEyb2d0SG1yeWljVGd3TnZDTnJEMkkxU092MXFORGl2eS8wTENwS1loK2U1aUUvY0FnT1gvTUcxVzdWOGpwTTFzWXY4d3hrSXVCNllYRWlvSmVuajV3ZVJHUDc1bUlOR0dIT1F4TndJY1pGaDRURDJsTjBqQzVOWndrNHNMSWhIbC9uSDNjNHVZQUpheFpoTXFSM01NV2dYY3dUU1lOUWdMVVlGcnZnbjV0SVZKWW1iR3BlK1hqWHFQYU50VmVsbVlHbzJXU21sM3V0MW5nYXpsWkRFWExpcGRmck1iUFd4bEpERWVJN2o1bjFpVEhyS0xKdmRYT3R6VTVBbFpqcWxyREZERUFMVEJhRXdUUkFTNndJM0FxR1pWRVZPNHo1eldvMm1qYjg5SHBwT3lzcTlXcStCWWEyRUdFc3B5cDFjcTdtZ2tqVVRJeExEYjRhRkVVa3FaQmRwbXRyS0dEVHA5VldMMWU4K2ZQSDhrSkM0S3VZaVZnYlNYb09DM3VIYVM3WHFocDdLdGltTnkvSTlaR1YyN2RxZ2UwOXptOWdydEcyMTZBWGF0VHhCbzVycklTU3F1d0JEb1lZclBnUnFlNHNSRmNUaldDR3pRLzJrc1RLUXhmYXc5YVN4QXVKclZrZURrWlFpWDlOdWdHMkRlSUNUTFQ0VnlBSTFMUnF0S1hlU2xBcDBrcFFhcEVVZGdUU29ZMUFMblIzeTdWODk1dzZvL3N4WTdWT3lrUG9SejBVRmNRc2ZkWFdPWjVLd2VWT014cFZYNmJQUjZEcnlvdTVEczhSYUo0aGtVcVlKbTEvR0NBVUIvNSs5eE1FcytQR2xVVkt3aEZvbytCRTBpYWJWOHNtWXg2UCtBVU95TmJpRmVXVDZBQUFBQUVsRlRrU3VRbUNDIiB3aWR0aD0iMjgiIGhlaWdodD0iNTQiIHg9IjkyIiB5PSI1MjYiLz48L3N2Zz4="); }
  #imageLightBoxModal .lg-actions .lg-prev:after {
    content: ""; }
  #imageLightBoxModal img {
    margin-bottom: -4px; }
  #imageLightBoxModal .lg-thumb-preview {
    opacity: 0.6; }
  #imageLightBoxModal .active,
  #imageLightBoxModal .lg-thumb-preview:hover {
    opacity: 1; }
  #imageLightBoxModal img.hover-shadow {
    transition: 0.3s; }
  #imageLightBoxModal .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

@media (max-width: 1023.98px) {
  .artwork-details-page .object.card .card-body .object-info .table .suggestion-txt-bx {
    width: 100%; } }

@media (max-width: 767.98px) {
  .artwork-details-page .object.card .card-body .object-info .table tbody > tr td:nth-child(even) div {
    width: 100%; }
  .artwork-details-page .object.card .card-body .object-info .table .suggestion-txt-bx {
    width: 100%; }
  #imageLightBoxModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 30% 0 0 0;
    /* Next & previous buttons */ }
    #imageLightBoxModal .mySlides {
      display: none;
      height: calc(100vh - 20vh);
      text-align: center; }
      #imageLightBoxModal .mySlides img {
        height: 290px !important;
        width: auto;
        margin-top: 5rem; }
    #imageLightBoxModal .cursor {
      cursor: pointer; }
    #imageLightBoxModal .lg-actions .lg-next {
      right: 0; }
    #imageLightBoxModal .lg-actions .lg-prev {
      left: 0; }
    #imageLightBoxModal .close {
      top: 10px;
      right: 10px; }
    #imageLightBoxModal .prev img,
    #imageLightBoxModal .next img {
      width: 20px; } }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "geometria";
  font-style: normal;
  font-weight: normal;
  src: local("geometria"), url("../../fonts/Geometria.otf") format("opentype"); }

@font-face {
  font-family: "geometria-Italic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-Italic"), url("../../fonts/Brownfox - Geometria Italic.otf") format("opentype"); }

@font-face {
  font-family: "geometria-Thin";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-Thin"), url("../../fonts/Brownfox - Geometria Thin.otf") format("opentype"); }

@font-face {
  font-family: "geometria-ThinItalic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-ThinItalic"), url("../../fonts/Brownfox - Geometria Thin Italic.otf") format("opentype"); }

@font-face {
  font-family: "geometria-ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-ExtraLight"), url("../../fonts/Brownfox - Geometria ExtraLight.otf") format("opentype"); }

@font-face {
  font-family: "geometria-ExtraLightItalic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-ExtraLightItalic"), url("../../fonts/Brownfox - Geometria ExtraLight Italic.otf") format("opentype"); }

@font-face {
  font-family: "geometria-Light";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-Light"), url("../../fonts/Brownfox - Geometria Light.otf") format("opentype"); }

@font-face {
  font-family: "geometria-LightItalic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-LightItalic"), url("../../fonts/Brownfox - Geometria Light Italic.otf") format("opentype"); }

@font-face {
  font-family: "geometria-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-Medium"), url("../../fonts/Brownfox - Geometria Medium.otf") format("opentype"); }

@font-face {
  font-family: "geometria-MediumItalic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-MediumItalic"), url("../../fonts/Brownfox - Geometria Medium Italic.otf") format("opentype"); }

@font-face {
  font-family: "geometria-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-Bold"), url("../../fonts/Brownfox - Geometria Bold.otf") format("opentype"); }

@font-face {
  font-family: "geometria-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-BoldItalic"), url("../../fonts/Brownfox - Geometria Bold Italic.otf") format("opentype"); }

@font-face {
  font-family: "geometria-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-ExtraBold"), url("../../fonts/Brownfox - Geometria ExtraBold.otf") format("opentype"); }

@font-face {
  font-family: "geometria-ExtraBoldItalic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-ExtraBoldItalic"), url("../../fonts/Brownfox - Geometria ExtraBold Italic.otf") format("opentype"); }

@font-face {
  font-family: "geometria-Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-Heavy"), url("../../fonts/Brownfox - Geometria Heavy.otf") format("opentype"); }

@font-face {
  font-family: "geometria-HeavyItalic";
  font-style: normal;
  font-weight: normal;
  src: local("geometria-HeavyItalic"), url("../../fonts/Brownfox - Geometria Heavy Italic.otf") format("opentype"); }

.text-gulabi {
  color: #d0006f; }

.text-baingani {
  color: #500778; }

.bg-gulabi {
  background-color: #d0006f;
  color: #ffffffff; }

.bg-baingani {
  background-color: #500778;
  color: #ffffffff; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline; }

body {
  font-family: "geometria", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f6f6f6; }

a {
  cursor: pointer;
  color: #000000; }
  a:hover, a:not([href]):hover {
    color: #ed164e; }

#list.btn,
#grid.btn {
  border-radius: 0; }
  #list.btn.active,
  #grid.btn.active {
    background-color: #e9ecef;
    color: #fff; }
    #list.btn.active i,
    #grid.btn.active i {
      color: #000000; }
  #list.btn i,
  #grid.btn i {
    font-size: 1.2rem;
    color: #666666; }

[class*="sidebar-dark-"] {
  background-color: #343433; }

.content-wrapper {
  background: #f2f2f2; }

#boqClc td,
#boqClc th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

#boqClc thead th {
  font-size: 14px; }

#boqClc tbody tr td {
  font-size: 1rem; }
  #boqClc tbody tr td label {
    font-weight: 500 !important; }

.dd {
  background: none;
  outline: 0;
  box-shadow: none;
  border: none; }

.bg-secondary {
  background-color: #000000 !important; }

.sidebar-mini .nav-sidebar > .nav-item > .nav-link {
  color: #000000; }

.nav-pills .nav-link:not(.active):hover {
  color: #494949; }

a.text-muted:hover {
  color: #494949 !important; }

.brand-link .brand-image {
  max-height: 50px; }

.sidebar-collapse .brand-link .brand-image {
  width: 50px;
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -ms-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out; }
  .sidebar-collapse .brand-link .brand-image:hover {
    width: 80px; }

.sidebar-collapse .main-sidebar:hover .brand-image {
  width: 75px;
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -ms-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out; }

.lbl-text-bold {
  font-weight: 400 !important;
  color: #000000;
  font-style: normal;
  font-size: 35px;
  font-family: "geometria-Bold";
  opacity: 1; }

.lbl-text-medium {
  font-weight: 400 !important;
  color: #000000;
  font-style: normal;
  font-size: 1.5rem;
  font-family: "geometria-Medium";
  opacity: 1; }

.lbl-caption-text {
  color: #353535;
  font-style: normal;
  font-size: 1rem;
  font-family: "geometria";
  opacity: 1; }

.cursor-pointer {
  cursor: pointer !important; }

@media screen and (max-width: 667px) {
  .lbl-text-bold {
    font-size: 30px; } }

@media screen and (max-width: 320px) {
  .lbl-text-bold {
    font-size: 25px; } }

body.modal-open {
  overflow: hidden; }
