.single_page {
  position: relative;
  padding-bottom: 20px;
  overflow-x: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  transition: left 1s, top 1s;
  -webkit-transition: left 1s, top 1s;
  transition-timing-function: cubic-bezier(0.99,0.01,1,1);
}
.center_me {
  width: 50%;
  margin: 280px auto 0;
  text-align: center;
}
.single_page.current {
  display: block;
  left: 0;
  z-index: 10;
  transition: left .5s;
  -webkit-transition: left .5s;
}
.page_content {
  max-width: calc(100% - 48px);
  margin: 0 24px;
  padding-top: 1px;
}
.content_inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indent_only,
.indent_and_bg {
  min-height: 400px;
  padding: 24px;
  background-color: rgba(255,255,255,0.5);
  max-width: 1024px;
}
.indent_only {
  background-color: transparent;
  max-width: 100%;
}
.img_box {
  cursor: pointer;
  width: calc(100% / 4);
  height: 320px;
  position: relative;
  box-sizing: border-box;
  left: 0;
  top: 0;
  padding: 12px;
  background-color: white;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.img_box:first-child .img_arrow_left,
.img_box:last-child .img_arrow_right {
  display: none;
}
.img_box_bg {
  position: relative;
  height: 296px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.img_box_bg.to_center {
  background-position: center;
}
.img_box[data-sold="x"]:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 22px;
  cursor: pointer;
  display: block;
  width: 20%;
  min-width: 120px;
  padding-top: 10%;
  /*background-image: url(../../images/tmpl/private.png);*/
  background-image: url(../../images/tmpl//privatecollection5.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.img_box:hover {
  box-shadow: 0 0 3px #ccc;
}
.img_box.pesci img {
  width: 600px;
}
.bigger.img_box {
  cursor: default;
  position: fixed;
  top: 12px;
  left: 24px;
  box-shadow: 0 0 12px #777;
  z-index: 999999999;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  height: calc(100% - 24px);
  width: calc(100% - 48px);
  max-width: 100%;
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.bigger .img_box_bg {
  /*height: calc(100% - 142px);*/
  background-size: contain;
  background-position: center;
  flex: 1;
}
.bigger.img_box.pesci {
  left: calc(50% - 712px);
}
.bigger .close_bigger {
  display: block !important;
  font-size: 1.3rem;
  position: absolute;
  color: #777;
  top: 20px;
  right: 20px;
  font-weight: bold;
  padding: 2px 6px;
  z-index: 999999999;
}
.bigger.img_box a:hover:after {
  color: #333;
  background-color: rgba(255,255,255,0.5);
}
.bigger.img_box img {
  width: 100%;
  min-width: 100%;
  height: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.bigger .img_text {
  display: block !important;
}
.bigger.img_box.pesci img {
  width: 1400px;
}
[class*="img_arrow_"] {
  display: none;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 21px);
  left: -32px;
  width: 42px;
  height: 42px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 3px 2px 2px #bbb;
}
.img_arrow_right {
  left: calc(100% - 10px);
  border-radius: 50%;
}
.img_arrow_left:before,
.img_arrow_right:before {
  content: '<';
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  left: -4px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  color: #d41010;
}
.img_arrow_right:before {
  content: '>';
  left: 4px;
}
[class*="img_arrow_"]:hover:before {
  color: #333;
}
.bigger [class*="img_arrow_"] {
  display: inline-block;
}
.img_text {
  text-align: left;
  margin: 0;
}
.img_width_1_3 {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 12px;
}
.flex_111 {
  display: block;
  height: 320px;
  padding: 4px;
}
.hide_or_show img {
  height: 100%;
  width: auto;
}
.img_text.no_show {
  display: inline-block;
  cursor: pointer;
  padding: 6px 0;
}
.img_text.no_show:hover {
  text-decoration: underline;
}
.img_text.no_show.active {
  font-family: HelveticaN-Bold;
}
.hide_or_show {
  display: none;
}
#top_archive {
  background-image: url(../../images/bgs/deNIse_wall.jpg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right bottom;
}

#image_box .img_box {
  overflow: hidden;
}
#image_box .bigger.img_box {
  overflow: visible;
}
#image_box .artworks_column .img_box:not(.bigger) {
  flex: 1 1 1%;
  padding: 4px 2px;
}
.artworks_column .bigger.img_box {
  overflow: hidden;
}
#image_box .bigger.img_box img,
.artworks_column .bigger.img_box img {
  max-height: calc(100% - 120px);
  width: auto;
  min-width: 0;
  max-width: 100%;
}