/* ~~ Artwork card ~~ */
.uu-el--artwork-card a.uu-exhibit-image-link {
  display: block;
}

.uu-el--artwork-card img.uu-exhibit-image {
  display: block;
  margin: 0 auto;

  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.uu-el--artwork-card div.uu-artwork-info {
  line-height: 24px;
  margin-top: 10px;
  display: table;
  width: 100%;
}

.uu-el--artwork-card div.uu-statistics,
.uu-el--artwork-card div.uu-titles {
  display: table-cell;
}

.uu-el--artwork-card div.uu-statistics {
  padding: 0 10px;
  white-space: nowrap;
  text-align: left;
  width: 1%;
}

.uu-el--artwork-card .uu-artwork-tetris-actions {
  width: 100%;
  height: 30px;
}

.uu-el--artwork-card .uu-artwork-tetris-actions a {
  display: block;
  float: left;
  margin: 9px 9px 9px 0;
  padding: 5px 10px;
  width: 30px;
  text-align: center;
  background: #e4e4e4;
  color: #2aaaf9;
  font-size: 18px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  border-radius: 3px;
  font-weight: 400;
}

.uu-el--artwork-card .uu-artwork-tetris-actions a:hover {
  background-color: white;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  transition: background-color .1s linear;
}

.uu-el--artwork-card .uu-artwork-tetris-actions a.uu-exhibit-shopping-link {
  padding-top: 4px;
  padding-bottom: 6px;
}

.uu-el--artwork-card.uu-dark-bg div.uu-el--artwork-rating {
  color: #F2F2F2;
}

.uu-el--artwork-card div.uu-titles {
  padding: 0 10px;
  background: #f2f2f2;
  color: #909090;
}

.uu-el--artwork-card a.uu-exhibit-title-link {
  font-weight: normal;
  color: #333333;
}

.uu-el--artwork-card a.uu-author-link {
  color: #0099CC;
}

.uu-el--artwork-card a.uu-country-link {
  color: #909090;
}

.uu-el--artwork-card a.uu-country-link:hover {
  color: #0099cc;
}

.uu-el--artwork-card div.uu-lot {
  font-weight: normal;
  color: #666666;
}

.uu-el--artwork-card div.uu-lot-price,
.uu-el--artwork-card div.uu-lot-state {
  float: right;
  margin-left: 5px;
}

.uu-el--artwork-card div.uu-lot-price {
  color: #2b2b2b;
}

.uu-el--artwork-card div.uu-rating {
  margin-top: 10px;
  text-align: center;
}

.uu-el--artwork-card div.uu-el--artwork-rating {
  float: right;
  text-align: right;
  padding: 0 10px;
}

.uu-el--artwork-card div.uu-el--artwork-stars {
  float: left;
}

.uu-el--artwork-card a.uu-send-link {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}

.uu-el--artwork-card a.uu-send-link-light {
  width: 30px;
  padding: 5px 10px;
}

.uu-el--artwork-card div.uu-position {
  background: #41a3e2;
  color: white;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}

.uu-el--artwork-card div.uu-position div.form-type-select {
  margin: 0;
}

.uu-el--artwork-card div.uu-position label {
  display: inline;
  font-weight: 300;
  text-transform: uppercase;
}

.uu-el--artwork-card select.uu-position-select {
  padding: 0;
}

/* ~~ Exhibit views, useums and stars (part of the artwork card & exhibit page) ~~ */
div.uu-el--artwork-stars {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  width: 160px;
}

div.uu-el--artwork-stars div.uu-active-stars,
div.uu-el--artwork-stars div.uu-avg-stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
}

div.uu-el--artwork-stars div.uu-avg-stars {
  z-index: 1;
}

div.uu-el--artwork-stars div.uu-active-stars {
  z-index: 2;

  -webkit-transition: width .2s linear;
  -moz-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear;
}

div.uu-el--artwork-stars i.uu-star {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/star-2-sprite.svg') top right no-repeat;
}

html.js div.uu-el--artwork-stars[data-url] i.uu-star {
  cursor: pointer;
}

html.no-svg div.uu-el--artwork-stars i.uu-star {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/star-2-sprite.png');
}

div.uu-el--artwork-stars i.uu-star.uu-active {
  background-position: top left;
}

div.uu-el--artwork-stars i.uu-star.uu-avg {
  background-position: top center;
}

div.uu-el--artwork-stars i.uu-star.uu-teleported {
  -webkit-animation: uu-anm--rotate-seesaw 0.3s linear;
  -moz-animation: uu-anm--rotate-seesaw 0.3s linear;
  -o-animation: uu-anm--rotate-seesaw 0.3s linear;
  animation: uu-anm--rotate-seesaw 0.3s linear;
}

div.uu-el--artwork-useums i.uu-icon.uu-teleported.uu-active {
  -webkit-animation: uu-anm--scale-in-out 0.3s linear;
  -moz-animation: uu-anm--scale-in-out 0.3s linear;
  -o-animation: uu-anm--scale-in-out 0.3s linear;
  animation: uu-anm--scale-in-out 0.3s linear;
}

div.uu-el--artwork-useums i.uu-icon.uu-teleported {
  -webkit-animation: uu-anm--scale-out-in 0.3s linear;
  -moz-animation: uu-anm--scale-out-in 0.3s linear;
  -o-animation: uu-anm--scale-out-in 0.3s linear;
  animation: uu-anm--scale-out-in 0.3s linear;
}

div.uu-el--artwork-views i.uu-icon,
div.uu-el--artwork-useums i.uu-icon {
  display: inline-block;
}

div.uu-el--artwork-rating,
div.uu-el--artwork-views span.uu-stats-value,
div.uu-el--artwork-useums span.uu-stats-value {
  color: #666666;
}

div.uu-el--artwork-views.uu-dark-bg span.uu-stats-value,
div.uu-el--artwork-useums.uu-dark-bg span.uu-stats-value {
  color: #F2F2F2;
}

div.uu-el--artwork-views i.uu-viewed-icon {
  width: 16px;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/eye-2-sprite.svg') -16px 50% no-repeat;
}

div.uu-el--artwork-views.uu-dark-bg i.uu-viewed-icon {
  background-position: right center;
}

div.uu-el--artwork-views i.uu-viewed-icon.uu-active {
  background-position: left center;
}

html.no-svg div.uu-el--artwork-views i.uu-viewed-icon {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/eye-2-sprite.png');
}

div.uu-el--artwork-useums span.uu-useum-toggle {
  cursor: pointer;
}

div.uu-el--artwork-useums i.uu-useums-icon {
  width: 16px;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/love-sprite.svg') -16px 50% no-repeat;
}

html.no-svg div.uu-el--artwork-useums i.uu-useums-icon {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/love-sprite.png');
}

div.uu-el--artwork-useums.uu-dark-bg i.uu-useums-icon {
  background-position: right center;
}

div.uu-el--artwork-useums span.uu-useum-toggle:hover i.uu-useums-icon,
div.uu-el--artwork-useums i.uu-useums-icon.uu-active {
  background-position: left center;
}

div.uu-el--artwork-views span.uu-stats-value,
div.uu-el--artwork-useums span.uu-stats-value {
  display: inline-block;
}

/* ~~ Entity label ~~ */
a.uu-el--entity-label {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

a.uu-el--entity-label.uu-full-width {
  width: 100%;
}

a.uu-el--entity-label span.uu-img-area,
a.uu-el--entity-label span.uu-info-area {
  display: block;
}

a.uu-el--entity-label span.uu-img-area {
  float: left;
  padding: 5px;
}

a.uu-el--entity-label img.uu-avatar {
  display: block;
  max-width: 42px;
  max-height: 42px;
}

a.uu-el--entity-label span.uu-info-area {
  overflow: hidden;
  margin: 7px 0;
  padding: 2px 0;
  position: relative;
  white-space: nowrap;
}

a.uu-el--entity-label.uu-no-img span.uu-info-area {
  margin-top: 0;
  margin-bottom: 0;
}

a.uu-el--entity-label span.uu-info-area:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: red;
}

a.uu-el--entity-label span.uu-name,
a.uu-el--entity-label span.uu-role {
  display: block;
  padding-left: 6px;
}

a.uu-el--entity-label span.uu-name {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}

a.uu-el--entity-label span.uu-role {
  font-size: 12px;
  line-height: 17px;
}

/* Entity label colors: default */
a.uu-el--entity-label span.uu-img-area,
a.uu-el--entity-label span.uu-info-area {
  background: #F2F2F2;
}

a.uu-el--entity-label span.uu-name {
  color: #333333;
}

a.uu-el--entity-label span.uu-role {
  color: #888888;
}

a.uu-el--entity-label span.uu-info-area:after {
  background: -moz-linear-gradient(left,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,0)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to right,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
}

html.no-cssgradients a.uu-el--entity-label span.uu-info-area:after {
  background: left center repeat-y url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-label-gradients.png');
}

/* Entity label colors: artist on light bg */
a.uu-el--entity-label.uu-creator.uu-light-bg span.uu-img-area,
a.uu-el--entity-label.uu-creator.uu-light-bg span.uu-info-area {
  background: #373737;
}

a.uu-el--entity-label.uu-creator.uu-light-bg span.uu-name {
  color: white;
}

a.uu-el--entity-label.uu-creator.uu-light-bg span.uu-role {
  color: #cccccc;
}

a.uu-el--entity-label.uu-creator.uu-light-bg span.uu-info-area:after {
  background: -moz-linear-gradient(left,  rgba(55,55,55,0) 0%, rgba(55,55,55,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(55,55,55,0)), color-stop(100%,rgba(55,55,55,1)));
  background: -webkit-linear-gradient(left,  rgba(55,55,55,0) 0%,rgba(55,55,55,1) 100%);
  background: -o-linear-gradient(left,  rgba(55,55,55,0) 0%,rgba(55,55,55,1) 100%);
  background: -ms-linear-gradient(left,  rgba(55,55,55,0) 0%,rgba(55,55,55,1) 100%);
  background: linear-gradient(to right,  rgba(55,55,55,0) 0%,rgba(55,55,55,1) 100%);
}

html.no-cssgradients a.uu-el--entity-label.uu-creator.uu-light-bg span.uu-info-area:after {
  background: -10px 50% repeat-y url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-label-gradients.png');
}

/* Entity label colors: art lover on light bg */
a.uu-el--entity-label.uu-art-lover.uu-light-bg span.uu-img-area,
a.uu-el--entity-label.uu-art-lover.uu-light-bg span.uu-info-area {
  background: #909090;
}

a.uu-el--entity-label.uu-art-lover.uu-light-bg span.uu-name {
  color: white;
}

a.uu-el--entity-label.uu-art-lover.uu-light-bg span.uu-role {
  color: #f2f2f2;
}

a.uu-el--entity-label.uu-art-lover.uu-light-bg span.uu-info-area:after {
  background: -moz-linear-gradient(left,  rgba(144,144,144,0) 0%, rgba(144,144,144,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(144,144,144,0)), color-stop(100%,rgba(144,144,144,1)));
  background: -webkit-linear-gradient(left,  rgba(144,144,144,0) 0%,rgba(144,144,144,1) 100%);
  background: -o-linear-gradient(left,  rgba(144,144,144,0) 0%,rgba(144,144,144,1) 100%);
  background: -ms-linear-gradient(left,  rgba(144,144,144,0) 0%,rgba(144,144,144,1) 100%);
  background: linear-gradient(to right,  rgba(144,144,144,0) 0%,rgba(144,144,144,1) 100%);
}

html.no-cssgradients a.uu-el--entity-label.uu-art-lover.uu-light-bg span.uu-info-area:after {
  background: -20px 50% repeat-y url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-label-gradients.png');
}

/* Entity label colors: defaults on dark bg */
a.uu-el--entity-label.uu-dark-bg img.uu-avatar {
  background-color: #666666;
}

a.uu-el--entity-label.uu-dark-bg span.uu-name {
  color: black;
}

a.uu-el--entity-label.uu-dark-bg span.uu-role {
  color: #707070;
}

/* Entity label colors: artist on dark bg */
a.uu-el--entity-label.uu-creator.uu-dark-bg span.uu-img-area,
a.uu-el--entity-label.uu-creator.uu-dark-bg span.uu-info-area {
  background: white;
}

a.uu-el--entity-label.uu-creator.uu-dark-bg img.uu-avatar {
  background-color: #373737;
}

a.uu-el--entity-label.uu-creator.uu-dark-bg span.uu-info-area:after {
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

html.no-cssgradients a.uu-el--entity-label.uu-creator.uu-dark-bg span.uu-info-area:after {
  background: -30px 50% repeat-y url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-label-gradients.png');
}

/* Entity label colors: art lover on dark bg */
a.uu-el--entity-label.uu-art-lover.uu-dark-bg span.uu-img-area,
a.uu-el--entity-label.uu-art-lover.uu-dark-bg span.uu-info-area {
  background: #d3d3d3;
}

a.uu-el--entity-label.uu-art-lover.uu-dark-bg img.uu-avatar {
  background-color: #909090;
}

a.uu-el--entity-label.uu-art-lover.uu-dark-bg span.uu-info-area:after {
  background: -moz-linear-gradient(left,  rgba(211,211,211,0) 0%, rgba(211,211,211,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(211,211,211,0)), color-stop(100%,rgba(211,211,211,1)));
  background: -webkit-linear-gradient(left,  rgba(211,211,211,0) 0%,rgba(211,211,211,1) 100%);
  background: -o-linear-gradient(left,  rgba(211,211,211,0) 0%,rgba(211,211,211,1) 100%);
  background: -ms-linear-gradient(left,  rgba(211,211,211,0) 0%,rgba(211,211,211,1) 100%);
  background: linear-gradient(to right,  rgba(211,211,211,0) 0%,rgba(211,211,211,1) 100%);
}

html.no-cssgradients a.uu-el--entity-label.uu-art-lover.uu-dark-bg span.uu-info-area:after {
  background: -40px 50% repeat-y url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-label-gradients.png');
}

/* ~~ Generic confirmation dialog ~~ */
div.uu-el--confirmation-popup {
  width: 490px;
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

div.uu-el--confirmation-popup.uu-page {
  margin-left: auto;
  margin-right: auto;
}

div.uu-el--confirmation-popup div.uu-message {
  font-size: 16px;
  line-height: 1.25em;
  color: #262626;
}

div.uu-el--confirmation-popup div.uu-actions {
  margin-top: 30px;
}

div.uu-el--confirmation-popup a.uu-cancel-link,
div.uu-el--confirmation-popup a.uu-got-it-link {
  color: #666666;
  line-height: normal;
  font-size: 16px;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

div.uu-el--confirmation-popup a.uu-cancel-link:hover,
div.uu-el--confirmation-popup a.uu-got-it-link:hover {
  color: #0099cc;
  text-decoration: none;
}

div.uu-el--confirmation-popup a.uu-cancel-link {
  float: left;
  padding: 5px 0;
}

div.uu-el--confirmation-popup a.uu-got-it-link {
  float: right;
  padding: 0 10px;
}

div.uu-el--confirmation-popup a.uu-pseudo-button {
  float: right;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ~~ Popup for restricted form ~~ */
div.uu-el--restricted-action-popup.uu-actions-2 div.uu-actions {
  margin: 0 22px;
}

div.uu-el--restricted-action-popup a.uu-pseudo-button {
  width: 130px;
  padding: 5px 0;
}

div.uu-el--restricted-action-popup a.uu-register-link {
  margin-left: 40px;
  background-color: #666666;
}

div.uu-el--restricted-action-popup a.uu-register-link:hover {
  background-color: #0099cc;
}

/* ~~ Homepage sub-menu ~~ */
ul.uu-el--top-submenu {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  display: block;
  float: left;
  background: #DDDDDD;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);

  font-family: 'Noto Serif', serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

ul.uu-el--top-submenu li.uu-item,
ul.uu-el--top-submenu li.uu-progress-item {
  display: block;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

ul.uu-el--top-submenu li.uu-progress-item {
  width: 100%;
  padding: 8px 10px;
  text-align: center;
}

ul.uu-el--top-submenu a.uu-menu-link {
  display: block;
  padding: 8px 10px;
  color: #0099CC;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

ul.uu-el--top-submenu a.uu-menu-link:hover,
ul.uu-el--top-submenu a.uu-menu-link.active,
ul.uu-el--top-submenu a.uu-menu-link.uu-active-trail {
  color: #333333;
}

/* ~~ Tetris-styled infinite columns with artworks ~~ */
div.uu-el--tetris-columns {
  padding: 0 10px;
}

html.js body.no-sidebars div.uu-el--tetris-columns.uu-columns-2 {
  visibility: hidden;
}

div.uu-el--tetris-columns h3.uu-list-title {
  font-size: 18px;
  padding-bottom: 15px;
}

div.uu-el--tetris-columns div.contextual-links-wrapper {
  font-size: 14px;
}

div.uu-el--tetris-columns a.contextual-links-trigger {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/big-gear.png');
  background-position: 0 0;
  text-indent: 80px;
  width: 56px;
  height: 36px;
}

div.uu-el--tetris-columns a.contextual-links-trigger:hover {
  background-position: 0 -36px;
}

div.uu-el--tetris-columns div.contextual-links-wrapper ul.contextual-links {
  top: 36px;
}

div.uu-el--tetris-columns ul.uu-column {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 -100% 0 0;
  float: left;
  width: 240px;
}

div.uu-el--tetris-columns ul.uu-column-0 {
  margin-left: 20px;
}

div.uu-el--tetris-columns ul.uu-column-1 {
  margin-left: 340px;
}

div.uu-el--tetris-columns ul.uu-column-2 {
  margin-left: 660px;
}

div.uu-el--tetris-columns .uu-el--artwork-card {
  padding-top: 10px;
  padding-bottom: 40px;
}

div.uu-el--tetris-columns .uu-el--artwork-card {
  padding-top: 10px;
  padding-bottom: 40px;
}

div.uu-el--tetris-columns div.uu-more-wrapper {
  text-align: center;
  font-size: 16px;
}

div.uu-el--tetris-columns span.uu-loading {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/ajax-loader-2.gif') 0 2px no-repeat;
}

/* ~~ Activity feed: basic variant ~~ */
div.uu-el--activity-feed h3.uu-feed-title {
  font-size: 18px;
  margin-bottom: 20px;
}

div.uu-el--activity-feed ul.uu-feed-items {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div.uu-el--activity-feed li.uu-feed-item {
  display: block;
  list-style-type: none;
  padding: 20px;
  margin: 0;
  border-top: 1px solid #CCCCCC;

  -webkit-transition: background-color 0.65s linear;
  -moz-transition: background-color 0.65s linear;
  -o-transition: background-color 0.65s linear;
  transition: background-color 0.65s linear;
}

div.uu-el--activity-feed li.uu-feed-item.uu-unseen {
  background-color: #FFFFCC;
}

div.uu-el--activity-feed div.uu-affected {
  width: 240px;
  padding: 0 0 0 20px;
  margin: 0 0 0 -260px;
  float: right;
}

div.uu-el--activity-feed div.uu-activity-info {
  margin-right: 260px;
}

div.uu-el--activity-feed div.uu-actor,
div.uu-el--activity-feed div.uu-action-time {
  margin-bottom: 15px;
}

div.uu-el--activity-feed div.uu-action-time {
  font-size: 12px;
  color: #888888;
  margin-bottom: 15px;
}

div.uu-el--activity-feed div.uu-actions {
  font-size: 16px;
}

div.uu-el--activity-feed a.uu-action-link.active {
  color: #0099FF;
}

div.uu-el--activity-feed div.uu-more-wrapper {
  text-align: center;
}

/* ~~ Activity feed: compact variant for the sidebar ~~ */
div.uu-el--activity-feed-compact ul.uu-feed-items {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div.uu-el--activity-feed-compact li.uu-feed-item {
  display: block;
  list-style-type: none;
  padding: 10px 0 0 0;
  margin: 0;
  border-top: 1px solid #CCCCCC;
}

div.uu-el--activity-feed-compact div.uu-activity-actions {
  padding-bottom: 10px;
  color: #CCCCCC;
}

div.uu-el--activity-feed-compact a.uu-activity-link {
  font-style: normal;
  font-weight: normal;
  color: #CCCCCC;
  text-decoration: none;
}

div.uu-el--activity-feed-compact div.uu-activity-subject {
  padding-bottom: 10px;
  text-align: center;
}

div.uu-el--activity-feed-compact div.uu-activity-subject a.uu-el--entity-label {
  text-align: left;
}

div.uu-el--activity-feed-compact a.uu-exhibit-image-link {
  color: #CCCCCC;
}

div.uu-el--activity-feed-compact img.uu-exhibit-image {
  vertical-align: middle;

  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.uu-el--activity-feed-compact div.uu-more-wrapper {
  text-align: center;
  line-height: 20px;
}

div.uu-el--activity-feed-compact a.uu-more-link {
  color: #F2F2F2;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

div.uu-el--activity-feed-compact a.uu-more-link:hover {
  color: #0099CC;
}

div.uu-el--activity-feed-compact div.ajax-progress-throbber {
  vertical-align: top;
}

/* ~~ Scroll to top button ~~ */
a.uu-el--scroll-to-top {
  position: fixed;
  bottom: 35px;
  left: 10px;
  display: block;

  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/scroll-to-top.svg') center center no-repeat;
}

html.no-svg a.uu-el--scroll-to-top {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/scroll-to-top.png');
}

/* ~~ Obscene artworks (images) ~~ */
img.uu-el--obscene-artwork {
  background: #41a3e1 url('https://useumstorage.blob.core.windows.net/useumdir/transparent-brush.png') no-repeat center center;
}

html.uu-show-obscene a.uu-el--obscene-artwork {
  background-image: none;
  background-color: transparent;
}

/* ~~ Obscene artwork form ~~ */
form.uu-el--obscene-artwork-form.uu-fancybox-form {
  width: 550px;
  margin: 0 auto;
}

form.uu-el--obscene-artwork-form h3.uu-form-title {
  margin: 0;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

form.uu-el--obscene-artwork-form div.uu-exhibit-action-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px 16px 8px;
  *display: inline;
  *zoom: 1;
}

form.uu-el--obscene-artwork-form input.uu-submit {
  margin: 0;
}

form.uu-el--obscene-artwork-form div.uu-form-actions {
  margin: 0;
  padding: 0 0 20px 0;
}

/* ~~ USEUM Shop: single item ~~ */
div.uu-el--shop-item {
  width: 240px;
  position: relative;
}

div.uu-el--shop-item ul.uu-hover-icons {
  position: absolute;
  top: 5px;
  right: 5px;
  overflow: hidden;
  display: none;
}

div.uu-el--shop-item:hover ul.uu-hover-icons {
  display: block;
}

div.uu-el--shop-item li.uu-hover-icon-wrp {
  float: right;
  clear: right;
  padding-top: 5px;
}

div.uu-el--shop-item li.uu-hover-icon-wrp:first-child {
  padding-top: 0;
}

div.uu-el--shop-item a.uu-hover-link {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -999px;
}

div.uu-el--shop-item a.uu-delete-link {
  height: 20px;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/shop/remove-item.png') center center no-repeat;
}

div.uu-el--shop-item a.uu-edit-link {
  background: url('https://useumstorage.blob.core.windows.net/useumdir/shop/edit-item.svg') left bottom no-repeat;
}

html.no-svg div.uu-el--shop-item a.uu-edit-link {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/shop/edit-item.png');
}

div.uu-el--shop-item a.uu-product-image-link {
  display: block;
}

div.uu-el--shop-item img.uu-product-image {
  display: block;
  margin: 0 auto;

  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.uu-el--shop-item div.uu-item-info {
  margin-top: 10px;
  line-height: 24px;
}

div.uu-el--shop-item div.uu-right-side {
  float: right;
  padding: 0 10px;
  white-space: nowrap;
  text-align: right;
}

div.uu-el--shop-item div.uu-left-side {
  overflow: hidden;
  padding: 0 10px;
  background: #f2f2f2;
  min-height: 72px;
}

div.uu-el--shop-item a.uu-product-title-link {
  color: #333333;
  text-decoration: none;
}

div.uu-el--shop-item a.uu-artist-link,
div.uu-el--shop-item a.uu-entity-link {
  text-decoration: none;
}

div.uu-el--shop-item a.uu-buy-link {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}

div.uu-el--shop-item div.uu-item-position {
  background: #41a3e2;
  color: white;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}

div.uu-el--shop-item div.uu-item-position div.form-type-select {
  margin: 0;
}

div.uu-el--shop-item div.uu-item-position label {
  display: inline;
  font-weight: 300;
  text-transform: uppercase;
}

div.uu-el--shop-item select.uu-position-select {
  padding: 0;
}

/* ~~ Generic pager ~~ */
ul.uu-el--pager {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
}

ul.uu-el--pager > li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  background: #DDDDDD;
  margin: 0;
  font-size: 14px;

  *display: inline;
  *zoom: 1;
}

ul.uu-el--pager li.pager-current {
  font-weight: normal;
}

/* ~~ Follow button ~~ */
div.uu-el--follow-button a.uu-follow-link,
div.uu-el--follow-button span.uu-followers-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  font-size: 14px;
}

div.uu-el--follow-button.uu-in-progress a.uu-follow-link,
div.uu-el--follow-button.uu-in-progress span.uu-followers-info {
  display: none;
}

div.uu-el--follow-button a.uu-follow-link {
  background: #262626;
  color: #F2F2F2;
  padding: 0 8px;

  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

div.uu-el--follow-button a.uu-follow-link:hover,
div.uu-el--follow-button a.uu-follow-link.uu-active {
  background: #0099CC;
  text-decoration: none;
}

div.uu-el--follow-button a.uu-follow-link.uu-active {
  -webkit-transition: background-color 0;
  -moz-transition: background-color 0;
  -o-transition: background-color 0;
  transition: background-color 0;
}

div.uu-el--follow-button a.uu-follow-link.uu-active:hover {
  background: red;
}

div.uu-el--follow-button a.uu-follow-link.uu-inaccessible,
div.uu-el--follow-button a.uu-follow-link.uu-inaccessible:hover {
  background: #D9D9D9;
  color: #AAAAAA;
  cursor: default !important;
}

div.uu-el--follow-button span.uu-followers-info {
  padding-left: 5px;
}

html.js div.uu-el--follow-button.uu-info-icon span.uu-followers-info {
  cursor: help;
}

div.uu-el--follow-button.uu-no-followers span.uu-followers-info {
  display: none;
}

div.uu-el--follow-button i.uu-followers-icon,
div.uu-el--follow-button span.uu-followers-num {
  padding-left: 5px;
}

div.uu-el--follow-button span.uu-followers-tooltip {
  display: none;
}

div.uu-el--follow-button i.uu-followers-icon {
  display: inline-block;
  width: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}

div.uu-el--follow-button.uu-dark-bg i.uu-followers-icon {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/followers-light.svg');
}

html.no-svg div.uu-el--follow-button.uu-dark-bg i.uu-followers-icon {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/followers-light.png');
}

/* ~~ Tags list on the sidebar ~~ */
ul.uu-el--sidebar-tags {
  margin-top: -10px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

ul.uu-el--sidebar-tags:after {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
  content: ".";
}

ul.uu-el--sidebar-tags li.uu-tag {
  padding: 10px 10px 0 0;
  vertical-align: top;
  line-height: normal;
  font-size: 14px;
  position: relative;

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul.uu-el--sidebar-tags li.uu-tag-template {
  display: none;
}

ul.uu-el--sidebar-tags a.uu-tag-link,
ul.uu-el--sidebar-tags span.uu-tag-name {
  padding: 3px 8px;

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul.uu-el--sidebar-tags a.uu-tag-link {
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  background: #666666;

  -webkit-transition: box-shadow .2s linear;
  -moz-transition: box-shadow .2s linear;
  -o-transition: box-shadow .2s linear;
  transition: box-shadow .2s linear;
}

ul.uu-el--sidebar-tags a.uu-tag-link:hover {
  text-decoration: none;
  box-shadow: 0 0 10px 2px #F2F2F2;
}

ul.uu-el--sidebar-tags span.uu-tag-name {
  color: #333333;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  cursor: default;
}

ul.uu-el--sidebar-tags .uu-remove {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #F2F2F2;
  background: #666666 url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/remove-tag-3.svg') center center no-repeat;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;

  -webkit-transition: box-shadow .2s linear;
  -moz-transition: box-shadow .2s linear;
  -o-transition: box-shadow .2s linear;
  transition: box-shadow .2s linear;
}

html.no-svg ul.uu-el--sidebar-tags .uu-remove {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/remove-tag-3.png');
}

ul.uu-el--sidebar-tags .uu-remove:hover {
  box-shadow: 0 0 10px 2px #F2F2F2;
}

ul.uu-el--sidebar-tags span.uu-remove {
  display: none;
}

html.js ul.uu-el--sidebar-tags span.uu-remove {
  display: block;
}

ul.uu-el--sidebar-tags a.uu-remove {
  text-decoration: none;
}

/* ~~ Tag suggestions on the sidebar ~~ */
ul.uu-el--sidebar-tags-suggestions {
  line-height: 0;
  font-size: 0;
  text-align: center;
}

ul.uu-el--sidebar-tags-suggestions:after {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
  content: ".";
}

ul.uu-el--sidebar-tags-suggestions li.uu-tag {
  padding: 10px 10px 0 0;
  vertical-align: top;
  line-height: normal;
  font-size: 14px;
  position: relative;
  cursor: pointer;

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul.uu-el--sidebar-tags-suggestions span.uu-tag-name {
  color: #acacac;
  border: 1px solid #acacac;
  background: #666666;
  padding: 3px 8px;

  -webkit-transition: color .2s linear, border-color .2s linear;
  -moz-transition: color .2s linear, border-color .2s linear;
  -o-transition: color .2s linear, border-color .2s linear;
  transition: color .2s linear, border-color .2s linear;

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul.uu-el--sidebar-tags-suggestions li.uu-tag:hover span.uu-tag-name {
  color: #F2F2F2;
  border-color: #F2F2F2;
}

ul.uu-el--sidebar-tags-suggestions i.uu-add-icon {
  position: absolute;
  top: 2px;
  left: -8px;
  background: #666666 url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/add-tag.svg') center center no-repeat;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 999px;
}

html.no-svg ul.uu-el--sidebar-tags-suggestions i.uu-add-icon {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/add-tag.png');
}

/* ~~ Exhibit comments voting ~~ */
div.uu-el--exhibit-comment-voting {
  text-align: center;
}

div.uu-el--exhibit-comment-voting .uu-vote {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}

div.uu-el--exhibit-comment-voting .uu-vote.uu-voted,
div.uu-el--exhibit-comment-voting .uu-vote.uu-own {
  cursor: default;
}

div.uu-el--exhibit-comment-voting i.uu-icon {
  background: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/thumbs-up-down.svg') no-repeat;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html.no-svg div.uu-el--exhibit-comment-voting i.uu-icon {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/thumbs-up-down.png');
}

div.uu-el--exhibit-comment-voting .uu-vote-up {
  padding-right: 7px;
}

div.uu-el--exhibit-comment-voting .uu-vote-up i.uu-icon {
  background-position: top left;
  width: 17px;
}

div.uu-el--exhibit-comment-voting .uu-vote-up:hover i.uu-icon,
div.uu-el--exhibit-comment-voting .uu-vote-up.uu-voted i.uu-icon {
  background-position: bottom left;
}

div.uu-el--exhibit-comment-voting .uu-vote-up.uu-own i.uu-icon {
  background-position: top left;
}

div.uu-el--exhibit-comment-voting .uu-vote-down i.uu-icon {
  background-position: top right;
  width: 18px;
}

div.uu-el--exhibit-comment-voting .uu-vote-down:hover i.uu-icon,
div.uu-el--exhibit-comment-voting .uu-vote-down.uu-voted i.uu-icon {
  background-position: bottom right;
}

div.uu-el--exhibit-comment-voting .uu-vote-down.uu-own i.uu-icon {
  background-position: top right;
}
div.uu-el--exhibit-comment-voting .uu-vote-up .uu-icon.uu-teleported {
  -webkit-animation: uu-anm--jump-up-down 0.3s linear;
  -moz-animation: uu-anm--jump-up-down 0.3s linear;
  -o-animation: uu-anm--jump-up-down 0.3s linear;
  animation: uu-anm--jump-up-down 0.3s linear;
}
div.uu-el--exhibit-comment-voting .uu-vote-down .uu-icon.uu-teleported {
  -webkit-animation: uu-anm--jump-down-up 0.3s linear;
  -moz-animation: uu-anm--jump-down-up 0.3s linear;
  -o-animation: uu-anm--jump-down-up 0.3s linear;
  animation: uu-anm--jump-down-up 0.3s linear;
}

/* ~~ Exhibit comments ~~ */
div.uu-el--exhibit-comments {
  background: #e8e8e8;
  padding: 10px;
}

div.uu-el--exhibit-comments h3.uu-comments-title {
  font-size: 18px;
  margin-bottom: 10px;
}

div.uu-el--exhibit-comments div.uu-more-wrapper {
  margin-bottom: 10px;
}

div.uu-el--exhibit-comments ul.uu-comments-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

div.uu-el--exhibit-comments li.uu-comment {
  display: block;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #CCCCCC;
  padding: 10px 0 5px 0;
}

div.uu-el--exhibit-comments div.uu-info {
  padding-bottom: 5px;
}

div.uu-el--exhibit-comments div.uu-timestamp,
div.uu-el--exhibit-comments div.uu-delete-link {
  float: right;
  min-width: 140px;
  margin: 9px 0 0 10px;
  text-align: right;
  color: #666666;
}
div.uu-el--exhibit-comments div.uu-delete-link {
  display: none;
}
div.uu-el--exhibit-comments div.uu-delete-link .fa {
  font-size: 16px;
  margin-right: 5px;
}
div.uu-el--exhibit-comments div.uu-el--exhibit-comment-voting {
  float: right;
  white-space: nowrap;
  margin: 9px 0 0 10px;
}

div.uu-el--exhibit-comments div.uu-comment-text {
  padding: 0 10px;
}

div.uu-el--exhibit-comments div.uu-comment-text p {
  margin: 0;
  padding: 0 0 5px 0;
}

/* ~~ Expandable bio ~~ */
div.uu-el--expandable-bio {
  line-height: 18px;
  font-size: 14px;
  position: relative;
}

div.uu-el--expandable-bio.uu-dark-bg {
  color: white;
}

html.js div.uu-el--expandable-bio div.uu-bio-window {
  max-height: 216px;
  overflow: hidden;
}

div.uu-el--expandable-bio div.uu-bio-inner a {
  color: white;
  font-weight: normal;
  text-decoration: underline;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

div.uu-el--expandable-bio div.uu-bio-inner a:hover {
  color: #0099CC;
}

div.uu-el--expandable-bio div.uu-more-bio-wrapper {
  text-align: right;
  display: none;
  margin-top: -18px;
  position: relative;
  padding-top: 36px;
}

div.uu-el--expandable-bio span.uu-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 100%;
  overflow: hidden;
}

div.uu-el--expandable-bio.uu-dark-bg span.uu-gradient {
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 1)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00666666', endColorstr='#666666', GradientType=0);
}

div.uu-pl--creator-sidebar div.uu-el--expandable-bio.uu-dark-bg span.uu-gradient {
  background: -moz-linear-gradient(top, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(55, 55, 55, 0)), color-stop(100%, rgba(55, 55, 55, 1)));
  background: -webkit-linear-gradient(top, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: -o-linear-gradient(top, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: -ms-linear-gradient(top, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: linear-gradient(to bottom, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00373737', endColorstr='#373737', GradientType=0);
}

div.uu-pl--art-lover-sidebar div.uu-el--expandable-bio.uu-dark-bg span.uu-gradient,
div.uu-pl--representative-sidebar div.uu-el--expandable-bio.uu-dark-bg span.uu-gradient {
  background: -moz-linear-gradient(top, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(144, 144, 144, 0)), color-stop(100%, rgba(144, 144, 144, 1)));
  background: -webkit-linear-gradient(top, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: -o-linear-gradient(top, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: -ms-linear-gradient(top, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: linear-gradient(to bottom, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00909090', endColorstr='#909090', GradientType=0);
}

div.uu-el--expandable-bio a.uu-edit-link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 15px;
  overflow: hidden;
  background: #666666 url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/pencil-light.svg') center center no-repeat;
  box-shadow: 0 0 10px 5px #666666;
}

div.uu-el--expandable-bio:hover a.uu-edit-link {
  display: block;
}

div.uu-pl--creator-sidebar div.uu-el--expandable-bio a.uu-edit-link {
  background-color: #373737;
  box-shadow: 0 0 10px 5px #373737;
}

div.uu-pl--art-lover-sidebar div.uu-el--expandable-bio a.uu-edit-link,
div.uu-pl--representative-sidebar div.uu-el--expandable-bio a.uu-edit-link {
  background-color: #909090;
  box-shadow: 0 0 10px 5px #909090;
}

html.no-svg div.uu-el--expandable-bio a.uu-edit-link {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/pencil-light.png');
}

html.js div.uu-el--expandable-bio div.uu-more-bio-wrapper {
  display: block;
}

div.uu-el--expandable-bio.uu-dark-bg a.uu-more-bio-link {
  color: #F2F2F2;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

div.uu-el--expandable-bio.uu-dark-bg a.uu-more-bio-link:hover {
  color: #0099CC;
  text-decoration: none;
}

/* ~~ New shop announcement ~~ */
div.uu-el--new-shop-announcement {
  text-align: center;
  margin: 15px 0 10px 0;
}

div.uu-el--new-shop-announcement img.uu-announcement {
  vertical-align: middle;
}

/* ~~ Entity websites list ~~ */
div.uu-el--entity-websites-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}

div.uu-el--entity-websites-block div.uu-gradient {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 100%;

  background: -moz-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 1)));
  background: -webkit-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: -o-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: -ms-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  background: linear-gradient(to right, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00666666', endColorstr='#666666', GradientType=1);
}

div.uu-pl--creator-sidebar div.uu-el--entity-websites-block div.uu-gradient {
  background: -moz-linear-gradient(left, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(55, 55, 55, 0)), color-stop(100%, rgba(55, 55, 55, 1)));
  background: -webkit-linear-gradient(left, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: -o-linear-gradient(left, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: -ms-linear-gradient(left, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  background: linear-gradient(to right, rgba(55, 55, 55, 0) 0%, rgba(55, 55, 55, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00373737', endColorstr='#373737', GradientType=1);
}

div.uu-pl--art-lover-sidebar div.uu-el--entity-websites-block div.uu-gradient,
div.uu-pl--representative-sidebar div.uu-el--entity-websites-block div.uu-gradient {
  background: -moz-linear-gradient(left, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(144, 144, 144, 0)), color-stop(100%, rgba(144, 144, 144, 1)));
  background: -webkit-linear-gradient(left, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: -o-linear-gradient(left, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: -ms-linear-gradient(left, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  background: linear-gradient(to right, rgba(144, 144, 144, 0) 0%, rgba(144, 144, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00909090', endColorstr='#909090', GradientType=1);
}

div.uu-el--entity-websites-block a.uu-edit-link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 15px;
  overflow: hidden;
  background: #666666 url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/pencil-light.svg') center center no-repeat;
  box-shadow: 0 0 10px 5px #666666;
}

div.uu-el--entity-websites-block:hover a.uu-edit-link {
  display: block;
}

div.uu-pl--creator-sidebar div.uu-el--entity-websites-block a.uu-edit-link {
  background-color: #373737;
  box-shadow: 0 0 10px 5px #373737;
}

div.uu-pl--art-lover-sidebar div.uu-el--entity-websites-block a.uu-edit-link,
div.uu-pl--representative-sidebar div.uu-el--entity-websites-block a.uu-edit-link {
  background-color: #909090;
  box-shadow: 0 0 10px 5px #909090;
}

html.no-svg div.uu-el--entity-websites-block a.uu-edit-link {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/pencil-light.png');
}

div.uu-el--entity-websites-block li.uu-website {
  margin-top: 12px;
}

div.uu-el--entity-websites-block li.uu-website:first-child {
  margin-top: 0;
}


div.uu-el--entity-websites-block a.uu-website-link {
  text-decoration: none;
}

div.uu-el--entity-websites-block a.uu-website-link span.uu-title {
  color: #cccccc;
  display: block;
  padding-right: 18px;
}

div.uu-el--entity-websites-block a.uu-website-link span.uu-url {
  display: block;
  color: #f2f2f2;
  font-weight: normal;
  white-space: nowrap;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

div.uu-el--entity-websites-block a.uu-website-link:hover span.uu-url {
  color: #0099CC;
}

/* ~~ Followed/Followers list ~~ */
ul.uu-el--followed-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.uu-el--followed-list li.uu-followed-entity {
  margin-top: 10px;
}

ul.uu-el--followed-list li.uu-followed-entity:first-child {
  margin-top: 0;
}

/* ~~ Followed/Followers block ~~ */
div.uu-el--followers-block span.uu-total {
  float: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #cccccc;
  font-family: 'Open Sans', sans-serif;
}

div.uu-el--followers-block span.uu-total.uu-fake-link {
  cursor: pointer;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

div.uu-el--followers-block span.uu-total.uu-fake-link:hover {
  color: #0099CC;
}

/* ~~ Websites widget ~~ */
div.uu-el--websites-element {
  margin-top: 0;
}

div.uu-el--websites-element.uu-full-width > div.uu-label-wrapper {
  width: 100%;
  margin-right: 0;
}

div.uu-el--websites-element.uu-full-width label.uu-websites-label {
  text-align: center;
  padding-bottom: 0;
}

div.uu-el--websites-element div.uu-single-value {
  margin-top: 1em;
}

div.uu-el--websites-element div.uu-link-title-item {
  margin: 0 0 0.25em 0;
}

div.uu-el--websites-element div.uu-inlined-subitem {
  margin: 0 -100% 0 0;
  float: left;
}

div.uu-el--websites-element div.uu-website-item {
  width: 30%;
  text-align: right;
}

div.uu-el--websites-element span.uu-select-wrapper {
  padding-right: 10px;
  display: block;
}

div.uu-el--websites-element div.uu-url-item {
  margin-left: 30%;
  width: 70%;
}

div.uu-el--websites-element div.uu-cleanup-icon {
  opacity: 1;

  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

div.uu-el--websites-element div.uu-single-value.uu-disabled div.uu-cleanup-icon {
  opacity: 0;
}

div.uu-el--websites-element div.uu-url-prefix,
div.uu-el--websites-element div.uu-url-wrapper input.uu-url,
div.uu-el--websites-element div.uu-url-suffix {
  float: left;
  margin-right: -100%;
}

div.uu-el--websites-element div.uu-url-prefix,
div.uu-el--websites-element div.uu-url-suffix {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}

div.uu-el--websites-element div.uu-more-wrapper {
  margin-top: 1em;
  text-align: center;
}

div.uu-el--websites-element div.uu-single-value.uu-disabled input.uu-textfield {
  background: white;
}

div.uu-el--websites-element div.uu-textfield-wrapper {
  -webkit-transition: border-color .2s linear;
  -moz-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

div.uu-el--websites-element div.uu-single-value.uu-disabled div.uu-textfield-wrapper {
  border-color: #b1b1b1;
}

/* ~~ Sidebar new item link ~~ */
a.uu-el--new-item-sidebar-link {
  background: #F2F2F2;
  color: #333333;
  padding: 9px;
  display: block;
  border: 1px solid white;

  -webkit-transition: background-color .2s linear, color .2s linear;
  -moz-transition: background-color .2s linear, color .2s linear;
  -o-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
}

a.uu-el--new-item-sidebar-link:hover {
  text-decoration: none;
  background: #666666;
  color: white;
}

a.uu-el--new-item-sidebar-link span.uu-link-inner {
  display: table;
  width: 100%;
}

a.uu-el--new-item-sidebar-link span.uu-cell {
  display: table-cell;
  vertical-align: middle;
}

a.uu-el--new-item-sidebar-link span.uu-label-cell {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding-right: 10px;
}

a.uu-el--new-item-sidebar-link span.uu-plus-cell {
  text-align: right;
  width: 42px;
}

a.uu-el--new-item-sidebar-link span.uu-plus {
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  display: block;
  border: 1px solid #333333;

  -webkit-transition: border-color .2s linear;
  -moz-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

a.uu-el--new-item-sidebar-link:hover span.uu-plus {
  border-color: white;
}

/* ~~ Entity passport block ~~ */
div.uu-el--entity-passport {
  position: relative;
  color: white;
}

div.uu-el--entity-passport a.uu-edit-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  background: #666666 center center no-repeat url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/pencil-light.svg');

  -moz-box-shadow: 0 0 10px 5px #666666;
  -webkit-box-shadow: 0 0 10px 5px #666666;
  box-shadow: 0 0 10px 5px #666666;
}

div.uu-pl--creator-sidebar div.uu-el--entity-passport a.uu-edit-link {
  background-color: #373737;

  -moz-box-shadow: 0 0 10px 5px #373737;
  -webkit-box-shadow: 0 0 10px 5px #373737;
  box-shadow: 0 0 10px 5px #373737;
}

div.uu-pl--art-lover-sidebar div.uu-el--entity-passport a.uu-edit-link,
div.uu-pl--representative-sidebar div.uu-el--entity-passport a.uu-edit-link {
  background-color: #909090;

  -moz-box-shadow: 0 0 10px 5px #909090;
  -webkit-box-shadow: 0 0 10px 5px #909090;
  box-shadow: 0 0 10px 5px #909090;
}

html.no-svg div.uu-el--entity-passport a.uu-edit-link {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/pencil-light.png');
}

div.uu-el--entity-passport h1.uu-name {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

div.uu-el--entity-passport a.uu-name-link {
  color: white;
}

div.uu-el--entity-passport div.uu-role {
  font-size: 18px;
  margin-bottom: 10px;
}

div.uu-el--entity-passport a.uu-role-link {
  color: white;
}

div.uu-el--entity-passport div.uu-entity-info {
  margin-top: 30px;
}

div.uu-el--entity-passport div.uu-left-col {
  float: left;
  width: 172px;
  margin-right: -100%;
}

div.uu-el--entity-passport div.uu-right-col {
  float: left;
  margin-right: -100%;
  width: 58px;
  margin-left: 182px;
}

div.uu-el--entity-passport img.uu-entity-photo {
  float: left;
  max-width: 172px;
}

div.uu-el--entity-passport div.uu-el--follow-button {
  float: left;
  padding-top: 15px;
  clear: left;
}

div.uu-el--entity-passport div.uu-stats-group {
  margin-top: 15px;
}

div.uu-el--entity-passport div.uu-stats-group:first-child {
  margin-top: 0;
}

div.uu-el--entity-passport h6.uu-stats-group-title {
  margin-bottom: 10px;
  color: #adadad;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

div.uu-el--entity-passport li.uu-stats-item {
  margin-top: 10px;
  line-height: 20px;
  text-align: right;
}

div.uu-el--entity-passport li.uu-stats-item:first-child {
  margin-top: 0;
}

html.js div.uu-el--entity-passport li.uu-stats-item {
  cursor: help;
}

html.js div.uu-el--entity-passport li.uu-stats-item.uu-ajax-popup {
  cursor: pointer;
}

div.uu-el--entity-passport i.uu-stats-icon {
  float: left;
  width: 18px;
  margin-right: -100%;
  background-position: center center;
  background-repeat: no-repeat;
}

div.uu-el--entity-passport span.uu-stats-value {
  margin-left: 23px;
  white-space: nowrap;
}

div.uu-el--entity-passport span.uu-stats-title {
  display: none;
}

div.uu-el--entity-passport i.uu-stats-icon.uu-rating {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/rating.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-rating {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/rating.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/tag.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/tag.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-upload {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/upload.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-upload {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/upload.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-heart {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/heart.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-heart {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/heart.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-badge-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/badge-tag.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-badge-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/badge-tag.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-badge-contribute {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/badge-contribute.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-badge-contribute {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/badge-contribute.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-artwork {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/artwork.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-artwork {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/artwork.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-artist {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/artist.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-artist {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/artist.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-view {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/view.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-view {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/entity-passport/view.png');
}

div.uu-el--entity-passport i.uu-stats-icon.uu-follow {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/followers-light.svg');
}

html.no-svg div.uu-el--entity-passport i.uu-stats-icon.uu-follow {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/followers-light.png');
}

/* ~~ User hints list ~~ */
ul.uu-el--user-hints {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.uu-el--user-hints,
ul.uu-el--user-hints a {
  color: #f2f2f2;
}

ul.uu-el--user-hints li.uu-hint {
  min-height: 30px;
  padding: 0;
  margin: 25px 0 0 0;
  display: block;
  list-style-type: none;
}

ul.uu-el--user-hints li.uu-hint:first-child {
  margin-top: 0;
}

ul.uu-el--user-hints li.uu-hint.uu-with-icon {
  padding-left: 40px;
  background-position: top left;
  background-repeat: no-repeat;
}

ul.uu-el--user-hints div.uu-hint-title b {
  font-weight: bold;
}

ul.uu-el--user-hints div.uu-hint-description {
  font-size: 12px;
}

ul.uu-el--user-hints div.uu-hint-description,
ul.uu-el--user-hints div.uu-hint-description a {
  color: #CCCCCC;
}

ul.uu-el--user-hints div.uu-hint-title a,
ul.uu-el--user-hints div.uu-hint-description a {
  text-decoration: underline;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

ul.uu-el--user-hints div.uu-hint-title a:hover,
ul.uu-el--user-hints div.uu-hint-description a:hover {
  color: #0099CC;
}

/* ~~ Page menus ~~ */
ul.uu-el--page-menu {
  line-height: 0;
  font-size: 0;
}

ul.uu-el--page-menu li.uu-menu-item {
  background: #dddddd;
  line-height: normal;

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul.uu-el--page-menu a.uu-menu-link {
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

ul.uu-el--page-menu a.uu-menu-link.active.uu-inactive {
  color: #0099CC;
}

ul.uu-el--page-menu a.uu-menu-link:hover,
ul.uu-el--page-menu a.uu-menu-link.active,
ul.uu-el--page-menu a.uu-menu-link.uu-active-trail,
ul.uu-el--page-menu a.uu-menu-link.active.uu-inactive:hover {
  color: #262626;
  text-decoration: none;
}

ul.uu-el--page-menu.uu-primary,
ul.uu-el--page-menu.uu-secondary {
  font-family: 'Noto Serif', serif;
}

ul.uu-el--page-menu.uu-primary li.uu-menu-item {
  font-size: 18px;
  padding: 5px 7px;
}

ul.uu-el--page-menu.uu-secondary li.uu-menu-item {
  font-size: 16px;
  padding: 5px 7px;
}

ul.uu-el--page-menu.uu-actions li.uu-menu-item {
  padding: 3px 5px;
  font-size: 13px;
  font-weight: normal;
}

/* ~~ Welcome message on the user page ~~ */
div.uu-el--empty-placeholder {
  text-align: center;
  font-size: 20px;
  overflow: hidden;
}

div.uu-el--empty-placeholder div.uu-empty-inner {
  padding: 25px 20px;
  margin: 100px 20px;
  color: white;
  background: #858585;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  vertical-align: middle;
  border-radius: 9px;

  *display: inline;
  *zoom: 1;
}

div.uu-el--empty-placeholder div.uu-empty-content {
  font-size: 22px;
}

div.uu-el--empty-placeholder div.uu-empty-description {
  margin-top: 6px;
  font-size: 19px;
}

/* ~~ Header on entity pages ~~ */
div.uu-el--entity-page-header div.uu-top-menus {
  margin-bottom: 20px;
}

div.uu-el--entity-page-header ul.uu-el--page-menu.uu-secondary {
  text-align: center;
}

div.uu-el--entity-page-header ul.uu-el--page-menu.uu-actions {
  float: right;
  margin: 10px 0 0 15px;
}

/* ~~ HybridAuth providers widget ~~ */
div.uu-el--hybridauth-widget {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.uu-el--hybridauth-widget ul.hybridauth-widget {
  margin: 0;
  padding: 0;
}

div.uu-el--hybridauth-widget ul.hybridauth-widget li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 1px;
  list-style-type: none;
  list-style-image: none;
  background: none;
}

div.uu-el--hybridauth-widget ul.hybridauth-widget li a {
  padding: 0;
  margin: 0;
}

/* ~~ Account verification pages ~~ */
.uu-el--account-verification-page {
  background: url('https://useumstorage.blob.core.windows.net/useumdir/white_tint_70.png');
  padding: 10px 20px;
  border: 3px solid white;
}

.uu-el--account-verification-page p {
  margin: 1em 0;
  text-align: center;
}

.uu-el--account-verification-page div.uu-login-button {
  text-align: center;
}

/* ~~ Wizard form progress widget ~~ */
html.js div.uu-el--wizard-rewind {
  display: none;
}

ul.uu-el--wizard-progress {
  display: block;
  margin: 5px 10px 15px 10px;
  padding: 0;
  font-size: 17px;
  line-height: 1.25em;
  text-align: center;
}

#content ul.uu-el--wizard-progress {
  text-shadow: none;
}

ul.uu-el--wizard-progress li.uu-step {
  list-style-type: none;
  display: block;
  margin: 0;
  float: left;
  cursor: default;
}

ul.uu-el--wizard-progress.uu-5-steps li.uu-step {
  width: 20%;
}

ul.uu-el--wizard-progress.uu-4-steps li.uu-step {
  width: 25%;
}

ul.uu-el--wizard-progress.uu-3-steps li.uu-step {
  width: 33.3%;
}

ul.uu-el--wizard-progress.uu-2-steps li.uu-step {
  width: 50%;
}

html.js ul.uu-el--wizard-progress li.uu-passed-step.uu-linked {
  cursor: pointer;
}

ul.uu-el--wizard-progress .uu-step-inner-1 {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 11px;
  display: block;
}

ul.uu-el--wizard-progress .uu-step-inner-2 {
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 12px;
  display: block;
}

ul.uu-el--wizard-progress .uu-step-inner-3 {
  background-position: left top;
  background-repeat: repeat-x;
  min-height: 62px;
  line-height: 62px;
  padding: 0 5px;
  display: block;
}

ul.uu-el--wizard-progress span.uu-step-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25em;
  color: white;
}

ul.uu-el--wizard-progress li.uu-pending-step .uu-step-inner-1 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-pending-left.png');
}

ul.uu-el--wizard-progress li.uu-pending-step .uu-step-inner-2 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-pending-right.png');
}

ul.uu-el--wizard-progress li.uu-pending-step .uu-step-inner-3 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-pending-middle.png');
}

ul.uu-el--wizard-progress li.uu-passed-step .uu-step-inner-1 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-passed-left.png');
}

ul.uu-el--wizard-progress li.uu-passed-step .uu-step-inner-2 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-passed-right.png');
}

ul.uu-el--wizard-progress li.uu-passed-step .uu-step-inner-3 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-passed-middle.png');
}

ul.uu-el--wizard-progress li.uu-current-step .uu-step-inner-1,
html.js ul.uu-el--wizard-progress li.uu-passed-step.uu-linked:hover .uu-step-inner-1 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-current-left.png');
}

ul.uu-el--wizard-progress li.uu-current-step .uu-step-inner-2,
html.js ul.uu-el--wizard-progress li.uu-passed-step.uu-linked:hover .uu-step-inner-2 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-current-right.png');
}

ul.uu-el--wizard-progress li.uu-current-step .uu-step-inner-3,
html.js ul.uu-el--wizard-progress li.uu-passed-step.uu-linked:hover .uu-step-inner-3 {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/wizard/progress-current-middle.png');
}

/* ~~ Re-usable widget: block radios ~~ */
html.js div.uu-el--block-radios input.form-radio,
html.js div.uu-el--block-radios span.uu-radio-wrapper {
  display: none;
}

/* ~~ Create shop item blocks ~~ */
div.uus-el--item-wizard-block {
  color: #F2F2F2;
}

div.uus-el--item-wizard-block h4.uu-item-title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 4px;
}

div.uus-el--item-wizard-block div.uu-print-size {
  font-size: 12px;
}

div.uus-el--item-wizard-block div.uu-item-size {
  margin-bottom: 5px;
  font-size: 12px;
}

div.uus-el--item-wizard-block span.uu-enough-size {
  color: #90ff6e;
}

div.uus-el--item-wizard-block span.uu-not-enough-size {
  color: #FFB2A8;
}

/* ~~ Custom page title ~~ */
h1.uu-el--page-title {
  font-size: 24px;
}

/* ~~ Creators with artworks ~~ */
div.uu-el--creators-with-artworks ul.uu-filters {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

div.uu-el--creators-with-artworks li.uu-filter {
  display: inline;
  padding: 0 10px;
}

div.uu-el--creators-with-artworks span.uu-filter-current {
  color: #262626;
  cursor: default;
}

div.uu-el--creators-with-artworks a.uu-filter-link {
  color: #0099CC;
}

div.uu-el--creators-with-artworks h3.uu-section-title {
  font-size: 18px;
  padding-bottom: 25px;
}

div.uu-el--creators-with-artworks li.uu-creator {
  margin-bottom: 40px;
}

div.uu-el--creators-with-artworks div.uu-creator-info {
  float: left;
  width: 240px;
  margin-right: -100%;
}

div.uu-el--creators-with-artworks div.uu-creator-action-wrapper {
  margin-top: 20px;
}

div.uu-el--creators-with-artworks div.uu-creator-artworks {
  margin-left: 320px;
  float: left;
  max-width: 620px;
  min-width: 200px;
}

div.uu-el--creators-with-artworks div.uu-artworks-header {
  padding-bottom: 15px;
}

div.uu-el--creators-with-artworks div.uu-artworks-footer {
  padding-top: 15px;
}

div.uu-el--creators-with-artworks a.uu-see-all-link {
  color: #333333;
  float: right;
  margin-left: 10px;
}

div.uu-el--creators-with-artworks li.uu-artwork {
  float: left;
  width: 120px;
  margin-left: 45px;
  text-align: center;
}

div.uu-el--creators-with-artworks li.uu-artwork:first-child {
  margin-left: 0;
}

div.uu-el--creators-with-artworks a.uu-exhibit-link {
  display: inline-block;
  vertical-align: top;
}

div.uu-el--creators-with-artworks img.uu-exhibit-img {
  vertical-align: top;

  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.uu-el--creators-with-artworks div.uu-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* ~~ Re-usable style for account log-in/invitation request/password reset forms ~~ */
form.uu-el--account-form {
  margin: 30px 0 0 0;
  text-align: center;
}

form.uu-el--account-form div.uu-label-wrapper,
form.uu-el--account-form div.uu-widget-wrapper {
  float: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

form.uu-el--account-form label.uu-wrapped-label {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 2px 0;
}

form.uu-el--account-form ul.uu-links-list li {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}

form.uu-el--account-form div.form-actions {
  margin-top: 0;
  margin-bottom: 25px;
}

form.uu-el--account-form div.uu-el--hybridauth-widget {
  margin-top: 0;
  margin-bottom: 25px;
}

form.uu-el--account-form div.uu-el--hybridauth-widget div.uu-ha-title,
form.uu-el--account-form div.uu-el--hybridauth-widget div.uu-ha-description {
  font-size: 18px;
}

form.uu-el--account-form div.uu-el--hybridauth-widget div.uu-ha-title {
  margin-bottom: 0.5em;
}

form.uu-el--account-form div.uu-el--hybridauth-widget div.uu-ha-description {
  margin-top: 0.5em;
}

form.uu-el--account-form div.uu-el--hybridauth-widget div.item-list div {
  padding-top: 5px;
}

/* ~~ Pseudo-button link (standalone variant) ~~ */
a.uu-el--pseudo-button {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background: #2aaaf9;
  font-weight: 400;
  font-style: normal;
  color: #F2F2F2;
  padding: 6px 20px;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  border-radius: 4px;
  border-bottom: 3px solid #09c;
}

a.uu-el--pseudo-button:hover,
a.uu-el--pseudo-button:active,
a.uu-el--pseudo-button.uu-active {
  background: #f2f2f2;
  color: #262626;
  border-bottom: 3px solid #d2d2d2;
}

a.uu-el--pseudo-button:active {
  /*box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);*/
}

a.uu-el--login-button {
  display: block;
  margin: 30px auto;
  padding: 10px 20px;
  width: 80px;
}

/* ~~ Sign up pop-up ~~ */
div.uu-el--sign-up-popup {
  width: 630px;
  padding: 25px;
  background: #f8f8f8;
}

div.uu-el--sign-up-popup h2.uu-popup-title,
div.uu-el--sign-up-popup div.uu-login-hint {
  line-height: 32px;
}

div.uu-el--sign-up-popup h2.uu-popup-title {
  font-size: 24px;
  float: left;
  width: 270px;
  margin-right: -100%;
}

div.uu-el--sign-up-popup div.uu-login-hint {
  float: right;
  width: 350px;
  font-size: 18px;
  text-align: right;
  font-weight: normal;
}

div.uu-el--sign-up-popup a.uu-login-link {
  font-weight: normal;
}

div.uu-el--sign-up-popup div.uu-el--hybridauth-widget {
  margin: 35px 0 0 0;
  font-size: 18px;
}

div.uu-el--sign-up-popup div.uu-ha-title {
  padding-bottom: 20px;
}

div.uu-el--sign-up-popup div.uu-ha-description {
  padding-top: 20px;
}

/* ~~ User contributions ~~ */
div.uu-el--user-contributions {
  text-align: center;
  color: #0099cc;
}

div.uu-el--user-contributions div.uu-widget-inner {
  background: #eeeeee;
  padding: 12px;

  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

div.uu-el--user-contributions h4.uu-role {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding: 0 20px;
}

div.uu-el--user-contributions ul.uu-stats {
  margin-top: 10px;
  border-top: 1px solid #66bddb;
  padding: 10px 10px 0 10px;
  font-size: 0;
  line-height: 0;
}

div.uu-el--user-contributions li.uu-stats-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: normal;
  padding: 0 10px;
}

html.js div.uu-el--user-contributions li.uu-stats-item {
  cursor: help;
}

html.js div.uu-el--user-contributions li.uu-stats-item.uu-ajax-popup {
  cursor: pointer;
}

div.uu-el--user-contributions span.uu-stats-value {
  padding-left: 5px;
}

div.uu-el--user-contributions div.uu-stats-title {
  display: none;
}

div.uu-el--user-contributions i.uu-stats-icon {
  display: inline-block;
  width: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

div.uu-el--user-contributions i.uu-stats-icon.uu-rating {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/rating.svg');
}

html.no-svg div.uu-el--user-contributions i.uu-stats-icon.uu-rating {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/rating.png');
}

div.uu-el--user-contributions i.uu-stats-icon.uu-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/tag.svg');
}

html.no-svg div.uu-el--user-contributions i.uu-stats-icon.uu-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/tag.png');
}

div.uu-el--user-contributions i.uu-stats-icon.uu-upload {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/upload.svg');
}

html.no-svg div.uu-el--user-contributions i.uu-stats-icon.uu-upload {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/upload.png');
}

div.uu-el--user-contributions i.uu-stats-icon.uu-badge-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/badge-tag.svg');
}

html.no-svg div.uu-el--user-contributions i.uu-stats-icon.uu-badge-tag {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/badge-tag.png');
}

div.uu-el--user-contributions i.uu-stats-icon.uu-badge-contribute {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/badge-contribute.svg');
}

html.no-svg div.uu-el--user-contributions i.uu-stats-icon.uu-badge-contribute {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/contribution-stats/badge-contribute.png');
}

/* ~~ Popups with the list of entity labels, tags, etc. ~~ */
div.uu-el--sidebar-list-popup {
  padding: 30px;
  background: #666666;
}

div.uu-el--sidebar-list-popup div.uu-popup-inner {
  width: 240px;
  overflow-y: auto;
  max-height: 500px;
  max-height: 80vh;
}

div.uu-el--sidebar-list-popup.uu-tags-popup {
  padding: 20px;
}

div.uu-el--sidebar-list-popup.uu-tags-popup div.uu-popup-inner {
  padding: 10px;
}

/* ~~ Search auto-complete menu ~~ */
ul.uu-el--search-autocomplete {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  min-width: 200px;
  box-sizing: border-box;
}

ul.uu-el--search-autocomplete span.uu-type {
  float: right;
  margin-left: 10px;
  color: #909090;
}

ul.uu-el--search-autocomplete a.uu-search-hearts,
ul.uu-el--search-autocomplete a.uu-search-fordownload {
  background-color: #fd6585;
  text-align: center;
  color: white;
  font-family: FontAwesome, 'Open Sans', sans-serif;
}

ul.uu-el--search-autocomplete a.uu-search-fordownload {
  background-color: #208208;
}

ul.uu-el--search-autocomplete.ui-autocomplete.ui-menu li.ui-menu-item a.uu-search-hearts.ui-state-hover,
ul.uu-el--search-autocomplete.ui-autocomplete.ui-menu li.ui-menu-item a.uu-search-fordownload.ui-state-hover {
  background-color: #2aaaf9;
}

ul.uu-el--search-autocomplete .ui-state-hover span.uu-type {
  color: white;
}

/* ~~ Name and mail combined autocomplete ~~ */
ul.uu-el--name-mail-autocomplete {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border: 0;
}

/* ~~ Store pricing table ~~ */
div.uus-el--pricing-table th.uus-pricing-header {
  white-space: nowrap;
  padding: 5px 10px;
  font-weight: 300;
  border-bottom-width: 1px;
  font-size: 16px;
}

div.uus-el--pricing-table td.uus-pricing-text-cell {
  padding: 5px 10px;
  font-size: 16px;
}

div.uus-el--pricing-table td.uus-pricing-input-cell {
  padding: 1px 2px;
  font-size: 16px;
}

div.uus-el--pricing-table div.uus-pricing-input-item {
  border: 1px solid #666666;
  background: white;
  padding: 3px 8px;
}

div.uus-el--pricing-table div.uus-pricing-input-item.uus-disabled {
  background: #eeeeee;
}

div.uus-el--pricing-table input.uus-pricing-input[disabled] {
  background: #eeeeee;
  color: #333333;
}

div.uus-el--pricing-table input.uus-author-profit,
div.uus-el--pricing-table input.uus-retail-price {
  width: 100px;
}

/* ~~ Store types menu ~~ */
ul.uus-el--types-menu {
  font-size: 18px;
  text-align: center;
}

ul.uus-el--types-menu li.uus-menu-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px;

  *display: inline;
  *zoom: 1;
}

ul.uus-el--types-menu a.uus-menu-link {
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

ul.uus-el--types-menu a.uus-menu-link:hover,
ul.uus-el--types-menu a.uus-menu-link.active {
  color: #333333;
}

ul.uus-el--types-menu a.uus-about-link {
  font-weight: normal;
}

/* ~~ Store item on the list ~~ */
div.uus-el--item--list {
  position: relative;
}

html.js div.uus-el--item--list {
  opacity: 0;

  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

html.js div.uus-el--item--list.uus-animated {
  opacity: 1;
}

div.uus-el--item--list div.uus-item-wrp {
  background: white;
  padding: 10px;
}

div.uus-el--item--list div.uus-preview {
  height: 240px;
  text-align: center;
}

div.uus-el--item--list a.uus-preview-link {
  display: block;
  margin: 0 auto;
}

div.uus-el--item--list img.uus-preview-img {
  vertical-align: middle;
}

div.uus-el--item--list div.uus-product-info {
  margin-top: 5px;
  font-size: 16px;
}

div.uus-el--item--list div.uus-product-info {
  line-height: 22px;
  font-weight: normal;
  white-space: nowrap;
}

div.uus-el--item--list div.field-commerce-price {
  float: right;
  white-space: nowrap;
  margin-left: 25px;
  font-size: 14px;
  color: #737373;
  font-weight: bold;
}

div.uus-el--item--list a.uus-item-title-link {
  color: #262626;
}

div.uus-el--item--list div.uus-gradient-parent {
  overflow: hidden;
  position: relative;
}

div.uus-el--item--list div.uus-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  overflow: hidden;

  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

div.uus-el--item--list div.uus-item-position {
  background: #41a3e2;
  color: white;
  padding: 5px;
  text-align: center;
}

div.uus-el--item--list div.uus-item-position div.form-type-select {
  margin: 0;
}

div.uus-el--item--list div.uus-item-position label {
  display: inline;
  font-weight: 300;
  text-transform: uppercase;
}

div.uus-el--item--list select.uus-position-select {
  padding: 0;
}

/* ~~ Store item on the full view ~~ */
div.uus-el--item--full {
  padding: 35px;
  background: #f2f2f2;
}

div.uus-el--item--full div.uus-photo-col,
div.uus-el--item--full div.uus-details-col {
  float: left;
  margin-right: -100%;
}

div.uus-el--item--full div.uus-photo-col {
  width: 400px;
}

div.uus-el--item--full div.uus-details-col {
  width: 425px;
  margin-left: 455px;
}

div.uus-el--item--full div.uus-primary-images {
  text-align: center;
}

div.uus-el--item--full a.uus-primary-preview-link {
  display: inline-block;
  vertical-align: top;
}

div.uus-el--item--full div.uus-secondary-images {
  margin: 0 -10px 0 0;
  text-align: justify;
  font-size: 1px;
  line-height: 0;
}

div.uus-el--item--full div.uus-secondary-images:after {
  content: "";
  display: inline-block;
  width: 100%;
}

div.uus-el--item--full a.uus-secondary-preview-link {
  margin: 10px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}

div.uus-el--item--full img.uus-preview-img {
  vertical-align: top;
}

div.uus-el--item--full div.uus-share-options {
  line-height: 32px;
  margin-top: 20px;
}

div.uus-el--item--full div.uus-share-options.uus-highlighted {
  background: #C0FFC0;
  outline: 10px solid #C0FFC0;
}

div.uus-el--item--full span.uus-share-title,
div.uus-el--item--full div.uu-el--a2a-kit {
  float: left;
}

div.uus-el--item--full span.uus-share-title {
  font-size: 18px;
  width: 150px;
}

div.uus-el--item--full a.uu-a2a-button {
  padding: 0 0 0 18px;
}

div.uus-el--item--full div.uus-item-details-header {
  margin-bottom: 25px;
}

div.uus-el--item--full h1.uus-item-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
}

div.uus-el--item--full ul.uus-item-actions {
  margin-top: 5px;
}

div.uus-el--item--full li.uus-item-action {
  display: inline;
  padding-right: 5px;
}

div.uus-el--item--full a.uus-dangerous-action {
  color: #cc0000;
}

div.uus-el--item--full a.uus-rooms-trigger {
  display: none;
  text-indent: -9999em;
  vertical-align: top;
  width: 16px;
  cursor: pointer;
  margin-right: 10px;
  background: left center no-repeat url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/plus-sprite.svg');
}

div.uus-el--item--full a.uus-rooms-trigger:hover,
div.uus-el--item--full a.uus-rooms-trigger.active {
  background-position: right center;
}

html.no-svg div.uus-el--item--full a.uus-rooms-trigger {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/plus-sprite.png');
}

html.js div.uus-el--item--full a.uus-rooms-trigger {
  display: inline-block;
}

div.uus-el--item--full div.uus-item-rooms-form {
  margin-top: 10px;
}

html.js div.uus-el--item--full div.uus-item-rooms-form {
  display: none;
}

div.uus-el--item--full div.commerce-product-field-commerce-price {
  margin: 20px 0;
}

div.uus-el--item--full div.field-name-commerce-price {
  font-size: 18px;
}

div.uus-el--item--full div.field-name-commerce-price div.field-label {
  font-weight: 300;
}

div.uus-el--item--full div.field-name-commerce-price div.field-items {
  font-weight: normal;
}

div.uus-el--item--full div.field-label {
  font-weight: normal;
}

div.uus-el--item--full div.uus-item-fields {
  margin: 35px 0;
}

div.uus-el--item--full div.attribute-widgets div.uu-label-wrapper {
  width: auto;
  min-width: 50px;
  margin-right: 0;
}

div.uus-el--item--full div.attribute-widgets label.uu-wrapped-label {
  font-size: 14px;
  font-weight: normal;
  padding: 4px 5px;
}

div.uus-el--item--full div.attribute-widgets div.uu-widget-wrapper {
  margin-left: 0;
  width: auto;
  margin-right: 0;
}

div.uus-el--item--full div.attribute-widgets select.uu-select {
  padding: 2px;
  font-size: 14px;
  min-width: 100px;
}

div.uus-el--item--full form.commerce-add-to-cart input.uu-submit {
  margin: 0;
  min-width: 160px;
}

div.uus-el--item--full div.uus-quality {
  margin: 50px 0 0 0;
  text-align: justify;
}

div.uus-el--item--full div.uus-quality p {
  margin: 1em 0;
}

/* ~~ Product label properties ~~ */
div.uus-el--product-label-properties {
  font-size: 12px;
  font-weight: normal;
}

div.uus-el--product-label-properties span.uus-property-value {
  font-weight: bold;
  margin-right: 5px;
}

/* ~~ Shopping cart contents table & summary ~~ */
div.uus-el--cart-contents {
  margin-top: 10px;
}

div.uus-el--cart-contents table.views-table {
  width: 100%;
}

div.uus-el--cart-contents table.views-table tbody {
  border-top: 0;
}

div.uus-el--cart-contents table.views-table img {
  vertical-align: middle;
}

div.uus-el--cart-contents th.views-field {
  text-align: center;
  padding: 6px 7px;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 0;
}

div.uus-el--cart-contents tr.odd,
div.uus-el--cart-contents tr.even {
  background: transparent;
  border-bottom: 0;
}

div.uus-el--cart-contents td.views-field {
  text-align: center;
  padding: 10px 15px;
  border-top: 1px solid #cccccc;
}

div.uus-el--cart-contents td.views-field-uus-preview {
  padding: 10px;
}

div.uus-el--cart-contents td.views-field-rendered-entity {
  font-size: 16px;
  width: 80%;
  text-align: left;
}

div.uus-el--cart-contents td.price {
  font-weight: normal;
}

div.uus-el--cart-contents .commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 33%;
  margin-left: auto;
}

div.uus-el--cart-contents .commerce-order-handler-area-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
  font-weight: bold;
}

div.uus-el--cart-contents .commerce-order-handler-area-order-total td.component-title,
div.uus-el--cart-contents .commerce-order-handler-area-order-total td.component-total {
  padding: 10px 15px;
  white-space: nowrap;
}

div.uus-el--cart-contents .commerce-order-handler-area-order-total td.component-title {
  width: 99%;
}

div.uus-el--cart-contents .commerce-order-handler-area-order-total td.component-total {
  text-align: center;
}

/* ~~ Re-usable views data table style ~~ */
div.uu-el--views-data-table table.views-table {
  margin: 0 auto;
  background: white;
}

div.uu-el--views-data-table tr.even,
div.uu-el--views-data-table tr.odd {
  border-bottom: none;
  border-top: 1px solid #ccc;
}

div.uu-el--views-data-table tr.even {
  background: #f8f8f8;
}

div.uu-el--views-data-table tr.odd {
  background: white;
}

div.uu-el--views-data-table th.views-field,
div.uu-el--views-data-table td.views-field {
  padding: 3px 7px;
}

div.uu-el--views-data-table th.views-field {
  font-weight: normal;
}

div.uu-el--views-data-table td.active {
  background-color: transparent;
}

div.uu-el--views-data-table ul.uu-el--pager {
  margin-top: 15px;
}

div.uu-el--views-data-table td.views-empty {
  padding: 13px 17px;
  text-align: center;
}

/* ~~ Room: listing ~~ */
div.uu-el--room--list {
  width: 270px;
}

div.uu-el--room--list a.uu-room-link,
div.uu-el--room--list span.uu-title,
div.uu-el--room--list span.uu-cover {
  display: block;
}

div.uu-el--room--list a.uu-room-link {
  border: 1px solid #bbbbbb;
  padding: 14px;
  background: #bbbbbb;
  color: #333333;

  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

div.uu-el--room--list a.uu-room-link:hover {
  background: #f2f2f2;
  text-decoration: none;
}

div.uu-el--room--list span.uu-title {
  font-family: 'Noto Serif', serif;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  color: #444444;
}

div.uu-el--room--list span.uu-cover {
  margin-top: 15px;
}

div.uu-el--room--list img.uu-cover-image {
  display: block;
  margin: 0 auto;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* ~~ Room header ~~ */
body.sidebar-second div.uu-el--room-header {
  padding-right: 10px;
}

div.uu-el--room-header div.uu-room-top {
  margin: 20px 0 25px 0;
}

div.uu-el--room-header h1.uu-el--page-title {
  font-size: 32px;
}

div.uu-el--room-header ul.uu-el--page-menu.uu-actions {
  float: right;
  margin: 10px 0 0 15px;
}

div.uu-el--room-header img.uu-header-image {
  display: block;
  margin: 0 auto 25px auto;
}

div.uu-el--room-header div.uu-room-description {
  text-align: justify;
  line-height: 1.5625;
}

div.uu-el--room-header div.uu-room-description p {
  margin: 10px 0 0 0;
}

div.uu-el--room-header div.uu-room-description h2,
div.uu-el--room-header div.uu-room-description h3,
div.uu-el--room-header div.uu-room-description h4,
div.uu-el--room-header div.uu-room-description h5,
div.uu-el--room-header div.uu-room-description h6 {
  margin: 0.8em 0 0 0;
}

div.uu-el--room-header div.uu-room-description p:first-child {
  margin-top: 0;
}

/* ~~ Store items list block ~~ */
div.uus-el--items-block div.view-header {
  margin-bottom: 20px;
  color: #dddddd;
  font-weight: normal;
  text-align: justify;
}

div.uus-el--items-block div.uus-el--item--compact {
  margin-top: 10px;
}

div.uus-el--items-block div.uus-el--item--compact:first-child {
  margin-top: 0;
}

div.uus-el--items-block div.uus-more-wrapper {
  margin-top: 10px;
  text-align: center;
}

div.uus-el--items-block a.uus-more-link {
  color: #F2F2F2;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

div.uus-el--items-block a.uus-more-link:hover {
  color: #0099CC;
}

/* ~~ Store item compact view mode ~~ */
div.uus-el--item--compact {
  background: white;
  position: relative;
}

div.uus-el--item--compact a.uus-preview-link {
  display: block;
  padding: 5px 0;
}

div.uus-el--item--compact img.uus-preview-img {
  display: block;
  margin: 0 auto;
}

div.uus-el--item--compact div.commerce-product-field-commerce-price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
/* ~~ Store item quick-links ~~ */
.uus-item-wrp {
  position:  relative;
}
.uus-item-wrp .uus-el--item-quick-links{
  position:  absolute;
  right: 10px;
  top: 10px;
}
.uus-item-wrp .uus-el--item-quick-links li {
  display:  inline-block;
  margin-left: 0;
}
.uus-item-wrp .uus-el--item-quick-links a {
  color: #ddd;
  text-decoration:  none;
}
.uus-item-wrp .uus-el--item-quick-links a.remove {
  font-size: 16px;
}
.uus-item-wrp .uus-el--item-quick-links a:hover {
  color: #000;
}

/* ~~ Posts ~~ */
div.uup-el--post div.uup-title-line {
  margin-bottom: 12px;
}

div.uup-el--post div.uup-created,
div.uup-el--post .uup-post-title {
  line-height: 25px;
}

div.uup-el--post div.uup-created {
  float: right;
  margin-left: 15px;
  font-size: 14px;
  color: #999999;
}

div.uup-el--post ul.uu-el--page-menu.uu-actions {
  float: right;
  margin: 0 0 0 15px;
}

div.uup-el--post .uup-post-title {
  font-size: 20px;
}

div.uup-el--post a.uup-post-title-link {
  color: #333333;
}

div.uup-el--post div.field-name-uup-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.uup-el--post div.field-name-body p {
  margin: 16px 0 0 0;
}

div.uup-el--post div.field-type-taxonomy-term-reference {
  margin-top: 25px;
  font-size: 14px;
  line-height: 17px;
}

div.uup-el--post div.field-type-taxonomy-term-reference div.field-item {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 20px 3px 0;
}

div.uup-el--post div.field-type-taxonomy-term-reference div.field-item:first-child {
  padding-left: 34px;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/posts-tag.svg') left center no-repeat;
}

html.no-svg div.uup-el--post div.field-type-taxonomy-term-reference div.field-item:first-child {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/modern-layout/posts-tag.png');
}

div.uup-el--post div.field-type-taxonomy-term-reference a.uup-term-link {
  color: #999999;
}

div.uup-el--post div.uu-el--a2a-kit {
  margin-top: 25px;
}

div.uup-el--post div.uu-el--a2a-kit a.uu-a2a-button {
  padding: 0 18px 0 0;
}

div.uup-el--post ul.uup-post-links {
  margin-top: 16px;
  text-align: right;
}

div.uup-el--post li.uup-post-links-item {
  display: inline;
}

/* ~~ Brick ~~ */
.uubr-el--brick {
  position: relative;
}

.uubr-el--brick ul.uubr-el--brick-menu {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 5px;
}

/* ~~ Brick menu ~~ */
ul.uubr-el--brick-menu {
  background: #dddddd;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  box-shadow: -4px 4px 4px #dddddd;
}

ul.uubr-el--brick-menu li.uubr-item {
  display: inline-block;
  padding: 3px 5px;
  font-size: 12px;
  line-height: normal;
}

/* ~~ Node with normal weight font ~~ */
.uu-el--readable-rich-text {
  font-size: 16px;
  font-weight: normal;
}

.uu-el--readable-rich-text a,
.uu-el--readable-rich-text b,
.uu-el--readable-rich-text strong {
  font-weight: bold;
}

.uu-el--readable-rich-text a.uu-el--pseudo-button {
  font-weight: 300;
  font-size: 18px;
  padding: 10px 30px;
}

/* ~~ Buy original artwork block ~~ */
div.uu-el--exhibit-buy-block {
  margin-top: -5px;
  font-weight: normal;
  font-size: 16px;
  color: #b2b2b2;
}

div.uu-el--exhibit-buy-block div.uu-price {
  color: white;
}

div.uu-el--exhibit-buy-block div.uu-status {
  float: right;
  margin-left: 5px;
  text-transform: uppercase;
}

div.uu-el--exhibit-buy-block div.uu-buy {
  margin-top: 10px;
}

div.uu-el--exhibit-buy-block div.uu-edition-size {
  font-size: 14px;
}

div.uu-el--exhibit-buy-block a.uu-buy-link {
  display: block;
  text-align: center;
  color: white;
  padding: 20px 5px;
  background: #229ada;

  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

div.uu-el--exhibit-buy-block a.uu-buy-link:hover {
  background: #00a6ff;
  text-decoration: none;
}

/* ~~ Re-usable style of links list inside a block ~~ */
ul.uu-el--subpages-block {
  font-size: 16px;
}

ul.uu-el--subpages-block li.uu-subpage {
  margin-top: 12px;
}

ul.uu-el--subpages-block li.uu-subpage:first-child {
  margin-top: 0;
}

ul.uu-el--subpages-block a.uu-subpage-link {
  color: #F2F2F2;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

ul.uu-el--subpages-block a.uu-subpage-link:hover,
ul.uu-el--subpages-block a.uu-subpage-link.active {
  color: #0099CC;
  text-decoration: none;
}

/* ~~ Grouped store products list ~~ */
div.uus-el--items-list div.uus-items-group {
  margin-top: 40px;
}

div.uus-el--items-list div.uus-items-group:first-child {
  margin-top: 0;
}

div.uus-el--items-list div.uus-list-header {
  margin-bottom: 25px;
}

div.uus-el--items-list a.uus-list-more {
  float: right;
  line-height: 24px;
  margin-left: 20px;
}

div.uus-el--items-list h3.uus-list-title {
  font-size: 18px;
  line-height: 24px;
}

div.uus-el--items-list.uus-full-width div.uus-list-content {
  margin-left: -20px;
}

div.uus-el--items-list div.uus-el--item--list {
  width: 300px;
  padding: 0 0 20px 20px;
  display: inline-block;
  vertical-align: middle;
}

div.uus-el--items-list div.uus-more-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* ~~ Shop thank you ~~ */
div.uus-el--thanks-for-order {
  text-align: center;
}

div.uus-el--thanks-for-order h3.uus-thanks {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

div.uus-el--thanks-for-order div.uus-invitation {
  font-weight: normal;
  font-size: 18px;
  margin-top: 25px;
}

div.uus-el--thanks-for-order div.uus-button-wrp {
  padding-top: 35px;
  margin: 0 60px;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/shop/checkout/become-member-arrow.png') right 3px no-repeat;
}

div.uus-el--thanks-for-order a.uus-join-button {
  font-weight: normal;
  font-size: 20px;
  padding: 17px 35px;
  background-color: #14e245;
  box-shadow: 3px 5px 15px 1px rgba(0, 0, 0, 0.4);
}

div.uus-el--thanks-for-order a.uus-join-button:hover {
  background-color: #18ff4e;
}

div.uus-el--thanks-for-order a.uus-join-button:active {
  box-shadow: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  div.uus-el--thanks-for-order div.uus-button-wrp {
    background-image: url('https://useumstorage.blob.core.windows.net/useumdir/shop/checkout/become-member-arrow-x2.png');
    background-size: 158px 81px;
  }

}

/* ~~ Shop receipt ~~ */
div.uus-el--receipt .uus-section-title {
  background: #dddddd;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  line-height: 44px;
  padding: 0 15px;
}

div.uus-el--receipt h1.uus-section-title {
  font-size: 26px;
  text-transform: uppercase;
}

div.uus-el--receipt h2.uus-section-title {
  font-size: 22px;
}

div.uus-el--receipt span.uus-logo {
  float: right;
  height: 23px;
  width: 145px;
  overflow: hidden;
  margin-top: 11px;
  line-height: 23px;
  background: url('https://useumstorage.blob.core.windows.net/useumdir/shop/checkout/receipt-logo.svg') center right no-repeat;
}

html.no-svg div.uus-el--receipt span.uus-logo {
  background-image: url('https://useumstorage.blob.core.windows.net/useumdir/shop/checkout/receipt-logo.png');
}

div.uus-el--receipt div.uus-section > p,
div.uus-el--receipt div.uus-section > div.uus-shipping-profile {
  font-size: 16px;
  margin: 1.5em 15px;
  font-weight: normal;
}

div.uus-el--receipt span.uus-data-label {
  font-weight: bold;
}

/* ~~ Rooms sidebar list ~~ */
div.uu-el--sidebar-rooms li.uu-room {
  margin-top: 30px;
}

div.uu-el--sidebar-rooms li.uu-room:first-child {
  margin-top: 5px;
}

div.uu-el--sidebar-rooms a.uu-room-link {
  position: relative;
  overflow: hidden;
  display: block;
}

div.uu-el--sidebar-rooms span.uu-room-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

div.uu-el--sidebar-rooms .uu-room.uu-unpublished span.uu-room-label {
  color: red;
}

div.uu-el--sidebar-rooms span.uu-room-title {
  display: block;
  padding: 13px 15px;
  font-size: 24px;
}

div.uu-el--sidebar-rooms img.uu-cover-image {
  display: block;
}

div.uu-el--sidebar-rooms div.uu-more-wrapper {
  margin-top: 12px;
  text-align: center;
}

/* ~~ Sidebar Call to Action ~~ */
a.uu-el--sidebar-cta {
  background: #F2F2F2;
  color: #262626;
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  position: relative;
  box-shadow: 2px 2px 0 #d2d2d2;
  margin-right: 2px;
  padding: 10px;
  top: 0;
  left: 0;

  -webkit-transition: background-color .2s linear, color .2s linear, box-shadow .2s linear, top .2s linear, left .2s linear;
  -moz-transition: background-color .2s linear, color .2s linear, box-shadow .2s linear, top .2s linear, left .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, box-shadow .2s linear, top .2s linear, left .2s linear;
  transition: background-color .2s linear, color .2s linear, box-shadow .2s linear, top .2s linear, left .2s linear;
}

a.uu-el--sidebar-cta:hover {
  text-decoration: none;
  color: white;
  background-color: #1ca8fc;
  box-shadow: 2px 2px 0 #0099cc;
}

a.uu-el--sidebar-cta:active {
  box-shadow: none;
  left: 2px;
  top: 2px;

  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

a.uu-el--sidebar-cta.uu-with-icon {
  padding-right: 55px;
}

a.uu-el--sidebar-cta > i.fa {
  position: absolute;
  top: 10px;
  right: 18px;
  line-height: 42px;
  font-size: 26px;
}

a.uu-el--sidebar-cta.uu-single-line > i.fa {
  top: 0;
}

/* ~~ Sidebar textual entities list ~~ */
div.uu-el--sidebar-textual-entities div.uu-more-wrapper {
  margin-top: 12px;
  text-align: center;
}

/* ~~ Sidebar list more AJAX link ~~ */
a.uu-el--sidebar-list-more-link {
  color: #f2f2f2;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

a.uu-el--sidebar-list-more-link:hover {
  color: #0099cc;
}
