.showperpage a {
	color:#888;
}
.showperpage a:hover{
	color:#000;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.has-tip{
  font-weight: normal;
  cursor:inherit;
  border-bottom:none;
  display:inline;
}   
.tooltip{
  max-width: 600px !important;
  font-size: 100%;
  border-radius:0px;
}
.tooltip::before{
  display: none !important;
}
@media screen and (min-width: 40em){
  .mbr3 .columns {
    border-right: 1px solid #ccc;
  }
  .mbr3 .columns:nth-child(3n){
    border-right: none;
  }
}
.workslick .workintr{width: calc(100% - 140px);}
.workslick .slicknum{height: 38px;}
/* 20181126 edit */
header{
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index:299;
  /* overflow: hidden; */
}
.top-bar .title-bar .top-bar-title a{
  color:white;
}
.top-bar .top-bar-left ul li{
  border-color:rgba(255,255,255,0.5);
}
.top-bar .top-bar-left ul li.bdr{
  border-bottom:2px solid white;
}
header .mytopbar div.columns{
  transition: all 0.4s;
}
.header-logo , .header-menu div{
  transition: all 0.4s;
}
header.scroll{
  background-color:rgba(255,255,255,0.9);
  box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}
header.scroll .header-logo{
  transform:scale(0.7) translateY(-2.5px);
}
header.scroll .header-menu div{
  padding-top:15px;
}
header.scroll .mytopbar div.columns{
  margin-top:10px;
}
/* date postion */
.arttitle .SumoSelect > .CaptionCont > span{
  position: relative;
  top: 1.8px;
}
/* search */
.ibanner{top:0;}
.ibanner + div{
  top:0;
  margin-bottom: 0;
}
/* .search-box{
  padding-top:30px;
} */
.search-box .mtitle{
  margin-bottom:25px;
}
.z-first{
  z-index: 9999;
}
/* single artist font weight */
.artcur .tabs-panel div.large-1:last-child , .artcur .tabs-panel div.large-1:nth-last-child(2){
  font-family: "AvantGardeGothic-medium";
}

/* artcritic area */
.row.auto{ margin:auto; }
.opensans{ font-family: "Open Sans"; }
.artcritic .awork{ margin-top:50px; }
.bold{font-weight: bold;}
.fs13{font-size:13px;}
.black{color:#000;}
.f888{color:#888888;}

/* 20200210 */
header .shbtn i{
  margin-left: 10px;
}
form#searchform_h{
  position: fixed;
  top:-220px;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: 9999;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #000;
  transition: top 0.6s;
}
form#searchform_h.mopen{
  top:0;
}
form#searchform_h .row{
  margin-left:auto;
  margin-right: auto;
  position: relative;
}
form#searchform_h .btn{
  background-color: white;
  color: black;
  border-radius: 0px;
}
form#searchform_h .mclose{
  width: 40px;
  height: 40px;
  background-color: black;
  bottom:-60px;
  right:12px;
  position: absolute;
}
form#searchform_h .mclose i{
  margin:10px;
}
.mytopbar img{width:46px;}
.media_span,.cultural_span{
  color:black;
}
body{
  letter-spacing: 0.05em;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header.scroll .mytopbar{margin:0;}
  .mytopbar img{margin:0;}
  .mytopbar div.columns:last-child{
    text-align: right;
  }
}
@media screen and (max-width: 39.9375em) {
  header.scroll{
    background:none !important;
    box-shadow: none;
  }
}

/*about team*/
.bkyear{
  color:black;
  font-size:15px;
  font-weight:700;
  padding:14px 0;
  cursor:pointer;
}
.bkyear + div{
  margin:-5px 0 14px;
  display:none;
}
.abs_team{
  border-top:1px solid #888;
}
.abs_team > div{
  border-bottom:1px solid #888;
  position:relative;
}
.abs_team .active i{
  transform:rotate(90deg);
}
.abs_team i{
  position:absolute;
  top:25px;
  right:4px;
  width:12px;
  height:2px;
  background:black;
  transition: transform 0.6s;
}
.abs_team i:after{
  content:' ';
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  right:0;
  background:black;
  transform:rotate(90deg);
}