/*@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=d66f1a5c-7d18-4e16-b107-dfa55927e7d1&fontids=1475498,1475522,1475528,1475558");*/
@font-face{
  font-family:"Avenir LT Std 35 Light";
  src:url("../font/1475498/9251e78a-dec6-4eae-b2ef-978078607d9e.eot?#iefix");
  src:url("../font/1475498/9251e78a-dec6-4eae-b2ef-978078607d9e.eot?#iefix") format("eot"),url("../font/1475498/1c557856-58ec-4541-9452-7acb5ffe2c32.woff2") format("woff2"),url("../font/1475498/23054762-d9a8-4fcf-8306-55423802e8e4.woff") format("woff"),url("../font/1475498/c9033012-9826-4249-9537-be9d2f0c2652.ttf") format("truetype");
}
@font-face{
  font-family:"Avenir LT Std 55 Roman";
  src:url("../font/1475522/ebf375c1-452c-47da-aaf4-cf05c127a4cd.eot?#iefix");
  src:url("../font/1475522/ebf375c1-452c-47da-aaf4-cf05c127a4cd.eot?#iefix") format("eot"),url("../font/1475522/46d9ac88-dbbb-4a0e-afa2-aa57045a2d12.woff2") format("woff2"),url("../font/1475522/b28810ec-90f0-4c3f-ac0e-f47ad568fe27.woff") format("woff"),url("../font/1475522/2c8bff81-d390-4ce5-8611-d4932e64d05d.ttf") format("truetype");
}
@font-face{
  font-family:"Avenir LT Std 55 Oblique";
  src:url("../font/1475528/df548ada-3c1b-4671-ab4f-8850007d448c.eot?#iefix");
  src:url("../font/1475528/df548ada-3c1b-4671-ab4f-8850007d448c.eot?#iefix") format("eot"),url("../font/1475528/f2a32e07-d2ff-484c-92fc-18574e0bb989.woff2") format("woff2"),url("../font/1475528/c1690896-6fc1-48c9-a5f8-07b6c00bcc99.woff") format("woff"),url("../font/1475528/f228c365-c26c-4ec1-a50a-dca7e8911bd3.ttf") format("truetype");
}
@font-face{
  font-family:"Avenir LT Std 95 Black";
  src:url("../font/1475558/5b3067c0-6044-4042-9941-bea1a5354a1f.eot?#iefix");
  src:url("../font/1475558/5b3067c0-6044-4042-9941-bea1a5354a1f.eot?#iefix") format("eot"),url("../font/1475558/ad58244e-b79c-4260-a588-c4a890416979.woff2") format("woff2"),url("../font/1475558/0b167d86-9493-44ec-87e7-071d78b0dedc.woff") format("woff"),url("../font/1475558/b4548fbc-cd54-488b-90b4-b78ba824cdcb.ttf") format("truetype");
}

body {
  font-family:'Avenir LT Std 55 Roman', sans-serif !important;
  font-size: 15px;/*typosize 16px*/ /*r3 14px */
  line-height: 28px;/*typosize 36px*/
  color: #000;
  margin: 0;

}
.noscroll {
  overflow: hidden !important;
}

.obl {
  font-family:'Avenir LT Std 55 Oblique', sans-serif !important;
}

main {
  max-width: 1366px;
}

header {
  position: fixed;
  display: block;
  text-align: right;
  padding: 10px 20px 0 0;
  width: 100%;
  max-width: 1366px;
  height: 67px;
}

.moblogo {
  display: none;
}

.header ul {
  margin-top: 25px;
  list-style-type: none;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}

.header ul li.topborder{
  border-top: 1px solid #000 !important;
}

.header ul li.noborder {
  border-bottom: 0 !important;
}

.header ul li a {
  font-size: 20px;
  line-height: 40px;
  padding-left: 23px;
  display: block;
}

.header ul li a.subnav {
  padding-left: 30px;
}

.header ul li a.subsubnav {
  padding-left: 40px;
}

.header ul li a:hover {
  color: #be012e;
}

.header ul li  a.act {
  color: #be012e;
}

/* menu */

.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 10px 0 0 0;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 22px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 7px;
}

.header .menu-icon .navicon:after {
  top: -7px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 530px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

nav {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 67px;
  margin: 0 0 0 43px;
}

nav ul {
  list-style-type: none;
}

nav ul li {
  margin-bottom: 0;
}

nav a {
  color: #000;
  font-size: 15px; /*typosize 16px*/ /*r3 14px */
  line-height: 28px;/*typosize 16px*/
  text-decoration: none;
  cursor: pointer;
}

nav a:hover {
  color: #be012e;
}

nav a.act {
  color: #be012e;
}

nav .expoact a {
  color: #be012e;
}

nav a.subnav {
  padding-left: 20px;
}

nav a.subsubnav {
  padding-left: 40px;
}

nav a.subsubsubnav {
  padding-left: 60px;
}

#logo {
  margin: 0 0 63px -5px;
}

.content {
  padding: 70px 30px 0 30px;
  box-sizing: unset;
}

.std {
  margin-top: 25px;
}

.stdtxt {
  /*margin-top: 45px;*/
  line-height: 18px;
}

.stdtxt a {
  text-decoration: none !important;
}

a, a:hover {
  color: #000;
}

.stdtxt a:before {
  content: url(../img/arrow.png);
  display: inline-block;
  padding-right: 5px;
  text-decoration: none !important;
  /* overwrite */
  content: url(../img/arrow_sm.png) !important;
  padding-right: 8px !important;
  width: 5px;
  height: 10px;
  /* overwrite */
}

.stdtxt a:hover {
  color: #000;
}

.row {
  background-color: #fff;
}


.row .column {
  /*padding: 0 0;*/
}

h1 {
  font-family:'Avenir LT Std 35 Light', sans-serif !important;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

.hl {
  border-bottom: 1px solid #999;
}

.subhl {
  font-family:'Avenir LT Std 35 Light', sans-serif !important;
  font-size: 20px;
  margin-bottom: 10px;
}

.sepline {
  border-bottom: 20px solid #fff; /* show line #999 */
  margin: 15px 0 0 0;
}

.sep {
  margin: 30px 0 0 0;
}

.seplong {
  margin: 140px 0 0 0;
}

.mrgimg {
  margin-top: 0px;
}

.cnt {
  line-height: 25px !important;
}

.cnt a {
  /*text-decoration: underline;*/
}

.cnt a.arr {
  text-decoration: none;
}

.cnt a, .cnt a.uline {
  text-decoration: underline;
}

.cnt a.arr:before {
  content: url(../img/arrow.png);
  display: inline-block;
  padding-right: 5px;
  /* overwrite */
  content: url(../img/arrow_sm.png) !important;
  padding-right: 8px !important;
  width: 5px;
  height: 10px;
  /* overwrite */
}

ul.cntul {
  list-style-type: none;
}

ul.cntul li {
  margin-bottom: 0;
}

.publication  {
  text-align: center;
}

.publication .column {
  display: flex;
  justify-content: center;
}


.publication .column span {
  align-self: flex-end;
}

.price {
  text-align: right;
  white-space: nowrap;
}

.centered  {
  text-align: center;
}

.artistimage .column {
  /*align-self: flex-end;*/
}




.publication a.arr:before {
  content: url(../img/arrow.png);
  display: inline-block;
  padding-right: 5px;
  /* overwrite */
  content: url(../img/arrow_sm.png) !important;
  padding-right: 8px !important;
  width: 5px;
  height: 10px;
  /* overwrite */
}

.imgsub {
  font-family:'Avenir LT Std 55 Oblique', sans-serif !important;
  font-size: 12px;
  line-height: 14px !important;
  margin-bottom: 18px;
}

.slickcnt {
  margin: auto;
  /*padding: 20px;
  width: 80%;*/
}

.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}

.js-slider div img {
  max-width: 90%;
  max-height: 90%;
}


.slick-slide img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width:auto;
/*
  width: 100%;
  max-width: 1120px;
  height: auto;
  max-height: 700px;
  */
}

.expopic {
  text-align: center;
}

.ui-dialog,.ui-dialog,.ui-widget, .ui-widget-content, .ui-corner-all, .foo, .ui-draggable, .ui-resizable {
  background: #fff !important;
}

.ui-dialog-titlebar-close {
  position: absolute;
  top: 26px;
  right: 26px;
}
.ui-icon-close{background-position:-80px -128px}

.ui-icon-circle-close{background-position:-32px -192px}
/*
.ui-icon-closethick {
  background-image: url(../img/close.png) !important;
  background-position: left top !important;
  margin: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
  width: 19px !important;
  height: 19px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: none !important;
  border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0 !important;
}
*/
.expopic img {
  height: calc(50vh - 100px);
  width: auto;
  margin: 0 auto; /* it centers any block level element */
}

.slick-prev:before, .slick-next:before {
  color:red !important;
}

.slick-prev:before {
  content: url(../img/arrow_le.png);
}

.slick-next:before {
  content: url(../img/arrow_ri.png);
}

footer {
  background-color: #fff;
  margin-left: 38px;
  margin-top: 79px;
  border-top: 1px solid #999;
  height: 110px;
  max-width: 1303px;
  bottom: 0;
  position: relative;
}

footer .logo {
  margin: 29px 0 0 0;
}

footer i {
  color: #000;
  font-size: 34px;
  margin: 33px 12px 0 0;
}

footer .meta {
  white-space: nowrap;
  text-align: right;
  margin: 10px 0 0 0;
}

footer .meta {
  text-align: right;
  margin: 10px 0 0 0;
}

footer .meta a {
  margin: 0 0 0 44px;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  display: inline-block;
}

footer .meta {
  text-align: right;
  margin: 49px 0 0 0;
}

@media (min-width: 40rem) {
  .row {
    width: calc(100%);
  }
}

@media (min-width: 769px) {
  nav {
    display: block;
  }
  .content {
    padding: 159px 90px 0 311px;
    box-sizing: unset;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    display: none;
  }
  .header .menu-icon {
    display: none;
  }
}

@media (max-width: 768px) { /*40rem*/

  header {
    background-color: #fff;
  }

  .moblogo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 20px 0 0 20px;
  }

  .chooselan {
    padding: 0;
    margin: 0;
    display: none;
  }

  #logo {
    margin: 0;
    width: calc(205px / 20 * 15);
    height: auto;
  }

  footer {
    margin-left: 0 !important;
  }

  footer .row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

  footer .column {
    text-align: center;
  }

  footer .logo {
    margin: 20px 0 0 0;
    width: calc(205px / 20 * 15);
    height: auto;
  }

  footer i {
    margin-top: 20px;
    font-size: 30px;
  }

  footer i.fa-facebook-square {
    margin-right: 0;
  }

  footer .meta {
    margin: 15px 0;
  }

  footer .meta a {
    margin: 0;
    display: block !important;
  }

  footer .meta a:last-child {
  }
}

.artistimagemtxt {
  display: none;
}

@media (max-width: 639px) {

  .mobilesep {
    margin-top: 20px;
  }

  .row .column.column-33 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row .column.column-67 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pubitem .row .column.column-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*40rem*/
  .artistimagemtxt {
    display: block;
  }
}

@media (max-width: 639px) {
  /*40rem*/
  .artistimagetxt {
    display: none;
  }
}

.pubitem .row .column-20 img {
  margin-top: 6px;
}

.expopic, .artistpic, .artistpicslide {
  cursor: pointer;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 50;
}

#overlay .close {
  background: transparent url(../img/close.png) top right;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 19px;
  height: 19px;
  z-index: 1000;
  cursor: pointer;
}

/* Just a parent container for the videos */
.videos {
  margin: 20px auto;
  max-width: 700px;
}
/* Individual video container */
.video-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
/* video poster frame or placeholder image */
.video-wrap .placeholder {
  max-width: 700px;
  width: 100%;
}
/* SVG play button container */
.video-wrap .play-btn {
  position: absolute;
  max-width: 700px;
  width: 75px;
  height: 75px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap .play-btn svg {
  transition: all .2s ease;
  fill: #fff;
}
.video-wrap .play-btn:hover svg,
.video-wrap .play-btn:focus svg {
  cursor: pointer;
  fill: #ffffff;
}
/* adjust your icon size, add different breakpoints as needed */
@media screen and (max-width: 600px) {
  .video-wrap .play-btn {
    width: 50px;
    height: 50px;
  }
}

/*
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: "Font Awesome 5 Free" !important;
  font-size: 100px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
  color: #eee;
}
 */
