@font-face {
    font-family: 'orbitronregular';
    src: url('orbitron-variablefont_wght.woff2') format('woff2'),
         url('orbitron-variablefont_wght.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libre_baskervillebold';
    src: url('librebaskerville-bold.woff2') format('woff2'),
         url('librebaskerville-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mukta_vaaniextralight';
    src: url('muktavaani-extralight.woff2') format('woff2'),
         url('muktavaani-extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mukta_vaanimedium';
    src: url('muktavaani-medium.woff2') format('woff2'),
         url('muktavaani-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mukta_vaanisemibold';
    src: url('muktavaani-semibold.woff2') format('woff2'),
         url('muktavaani-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: 'mukta_vaaniextralight';
  /*font-family: 'libre_baskervillebold';*/
  /*font-size: 1em;*/
  font-size: 1.2em;
  color: #333333;
  margin: 0;
  padding: 0;
}

h1{
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}

h3{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

p{
  font-size: 1em;
  margin-bottom: 1em;
}

/********** Top Title **********/

.top-title {
  display: flex;
  justify-content: center;
  background-color: white;
  margin-top: 4em;
  font-family: 'libre_baskervillebold';
  font-size: 0.8em;
  /*font-weight: 900;*/
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: black;
}

.top-title-mobile {
  display: flex;
  /*justify-content: center;*/
  background-color: white;
  /*margin-top: 2em;*/
  font-family: 'libre_baskervillebold';
  font-size: 0.7em;
  /*font-weight: bold;*/
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: left;
}

.top-head{
  display: block;
  font-family: 'libre_baskervillebold';
  font-size: 0.8em;
  /*font-weight: bold;*/
  color: black;
}

.feed-work-body{
  display:flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 2em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.feed-news-body{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.icon-bar {
  width: 1em;
  height: 1em;
  background: url(/assets/css/icon-hamberger@2x.png) no-repeat top center;
  background-size: contain;
  cursor: pointer;
  background-color: red;
}

/********** Top Menu **********/

.top-menu {
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  margin-top: 2em;
  background-color: white;
}

.top-menu > div {
  margin: 0px 10px;
  text-align: center;
}

a:link, a:visited{
  color: #333333;
  text-decoration: none;
}

a:hover{
  color: #808080;
  text-decoration: none;
}

a:active{
  color: #000;
  text-decoration: none;
}

.mn-link.active{
  font-family: 'mukta_vaanisemibold';
  /*font-weight: bold !important;*/
}

.top-title-link{
  text-decoration: none !important;
}

/********** Menu **********/

.nav-desktop-show{
  display: block;
}

.nav-mobile-show{
  display: none;
}

/********** BG Menu **********/

.bg-menu{
  position: absolute;
  /*left:0px;*/
  right: 0px;
  top:0px;
  background-color:#eee;
  width:150px;
  height:100%;
  padding: 20px 0 0 10px;
  font-size: 0.8em;
  font-weight: bold;
  display: none;
}

.bg-menu>ul{
  list-style: none;
}

.bg-menu>ul>li{
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: white;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/********** Cursor **********/

.cursor-left {

  position: fixed;
  /*width: 20px;
  height: 20px;*/
  cursor: none;
  /*cursor: w-resize;
  cursor: url(/assets/css/icon-left.png) 10 10, w-resize;
  cursor: url(/assets/css/icon-left.svg) 10 10, url(/assets/css/icon-left.png) 10 10, w-resize;
  cursor: -webkit-image-set(url(/assets/css/icon-left.png) 1x, url(/assets/css/icon-left@2x.png) 2x) 10 10, w-resize;*/
  /*background-color: blue;*/
  /*background: url("icon-left.png") no-repeat fixed center;*/
  background-image: url("icon-left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.cursor-right {

  position: fixed;
  /*width: 20px;
  height: 20px;*/
  /*cursor: e-resize;
  cursor: url(/assets/css/icon-right.png) 10 10, e-resize;
  cursor: url(/assets/css/icon-right.svg) 10 10, url(/assets/css/icon-right.png) 10 10, e-resize;
  cursor: -webkit-image-set(url(/assets/css/icon-right.png) 1x, url(/assets/css/icon-right@2x.png) 2x) 10 10, e-resize;
  background-color: green;*/
  /*background: url("/assets/css/icon-right.png") no-repeat fixed center;*/
  background-image: url("icon-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cursor-pointer {

  position: fixed;
  /*width: 20px;
  height: 20px;*/
  /*cursor: e-resize;
  cursor: url(/assets/css/icon-right.png) 10 10, e-resize;
  cursor: url(/assets/css/icon-right.svg) 10 10, url(/assets/css/icon-right.png) 10 10, e-resize;
  cursor: -webkit-image-set(url(/assets/css/icon-right.png) 1x, url(/assets/css/icon-right@2x.png) 2x) 10 10, e-resize;
  background-color: green;*/
  /*background: url("/assets/css/icon-right.png") no-repeat fixed center;*/
  background-image: url("icon-pointer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mycursor{

  position: fixed;
  display: block;
  /*left: 0px;
  top: 0px;*/
  width: 30px;
  height: 30px;

  pointer-events: none;
  /*user-select: none;*/
  border-radius: 100%;

  /*backface-visibility: hidden;*/
  will-change: transform;

  /*background-color: yellow;*/
  z-index: 55555555;
}

/***** Transition *****/

.fade-enter-active {
  transition: all 2.0s ease;
  opacity: 1;
}

.fade-leave-active {
  transition: all .4s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

/* .slide-fade-leave-active below version 2.1.8 */
.fade-enter, .fade-leave-to{
  transform: translateY(10px);
  opacity: 0;
}


/********** Feed **********/

.feed-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100vw;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
    overflow-x: hidden;
}

.feed-body{
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:8em;
  text-align: left;
  min-height: 100vh;
}

.feed-swiper-body{
  position: absolute;
  background-color:white;
  width: 100%;
  /*max-width:960px;*/
  margin-left:auto;
  margin-right:auto;
  /*margin-top:8em;*/
  text-align: left;
  /*min-height: 100vh;*/
  vertical-align: top;
}

.feed-body2{
  /*position:absolute;*/
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  /*margin-top:8em;*/
  text-align: left;
  /*min-height: 100vh;*/
  background-color: red;
}

.last-feed-cover{
  display:block;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
}

.last-feed-cover>span.work-title{
  text-align: center;
  font-size: 0.8em;
}

.last-feed-cover>span.work-series{
  text-align: center;
  font-size: 0.8em;
  color: #808080;
}

.feed-cover-no-text{
  /*width: 18%;*/
  margin-left: 5px;
  margin-right: 5px;
}

hr.feed{
    border-top: 1px solid #808080;
    margin-top: 0px;
}

.feed-news{
  display:flex;
  flex-flow: row wrap;
  margin-top:2em;
}

.feed-col1{
  width:20%;
}

.feed-col2{
  width:80%;
}

.feed-col1>span.news-event-type{
  /*display: block;
  color: #333333;*/
}

.feed-col1>span.news-date{
  /*display: block;*/
  /*font-size: 0.6em;*/
  /*color: #808080;*/
}

.feed-col2>span.news-title{
  /*display: block;
  font-weight: bold;*/
}

.feed-col2>span.news-description{
  /*display: block;*/
}

.feed-cover-img{
  display:block  !important;
  height:40vh !important;
  width:auto  !important;
}

/********** Work **********/

.work-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
}

.work-body{
    display:flex;
    flex-wrap:wrap;
    justify-content:left;
    width:auto;
    width: 90%;
    max-width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
    background-color: white;
}

.work-cover-img{
  width:28%;
  margin:10px 2% 50px 3%;
  text-align: left;
  vertical-align: top;
}

.work-item-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
    overflow-x: hidden;
}

.work-item-body{
    /*display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;*/
    width: 90%;
    max-width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:2em;
    background-color: white;
}

/*
.swiper-pagination-fraction{
    position: relative !important;
    width: 95% !important;
    max-width:960px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:2em !important;
}

.swiper-pagination{
  position: absolute !important;
  width: 50px !important;
  height: auto !important;
  right: 10px !important;
  top: 0px !important;
  background-color: red !important;
  text-align: center !important;
}
*/

/*
.swiper-pagination.swiper-pagination-fraction{
  position: absolute !important;
  left: 10px !important;
  top: 10px !important;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: green !important;
}
*/

.swiper-pag{
  /*width: 1em; height: 2em; z-index:500;*/
  position: absolute !important;
  display: flex;
  flex-direction: column;
  width: 1em;
  height: 20px;
  font-size: 0.8em;
  z-index:500;
}

.work-title{
  display: block;
  margin-top: 6em;
  font-size: 1em;
  /*font-weight: bold;*/
  text-align: left;
  color: #333333;
}

.work-series{
  display: block;
  font-size: 1em;
  text-align: left;
  color: #808080;
}

.work-title1{
  display: block;
  /*margin-top: 1em;*/
  margin-top: 0.5em;
  font-family: 'mukta_vaanisemibold';
  font-size: 0.8em;
  /*font-weight: bold;*/
  text-align: left;
  color: black;
}

.work-series1{
  display: block;
  font-size: 0.8em;
  text-align: left;
  color: #808080;
}

.work-title2{
  display: block;
  font-family: 'libre_baskervillebold';
  margin-top: 10px;
  font-size: 0.8em;
  /*font-weight: bold;*/
  text-align: left;
  color: black;
}

.work-series2{
  display: block;
  font-size: 0.8em;
  text-align: left;
  color: #808080;
}

.work-title3{
  display: block;
  /*font-family: 'libre_baskervillebold';*/
  margin-top: 6em;
  font-size: 0.8em;
  /*font-weight: bold;*/
  text-align: left;
  color: black;
}

.work-series3{
  display: block;
  font-size: 0.8em;
  text-align: left;
  color: #808080;
}

.work-item-name{
  display: block;
  margin-top: 6em;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.work-item-place-year{
  display: block;
  font-size: 0.8em;
  text-align: center;
  color: #808080;
}

.img.photo{
  display:block;
  height:70vh;/* 55 */
  width:auto;
  margin-left:auto;
  margin-right:auto;
}

/********** Film **********/

.film-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
}

.film-body{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:auto;
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4em;
  background-color: white;
}

.film-item-body{
    /*display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;*/
    width: 90%;
    max-width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
    background-color: white;
    font-size: 0.8em;
}

.film-cover-img{
  width:47%;
  margin:10px 10px 50px 10px;
  text-align: left;
  vertical-align: top;
}

.film-title-cover{
  display: block;
  margin-top: 1em;
  font-family: 'mukta_vaanisemibold';
  font-size: 0.8em;
  /*font-weight: bold;*/
  text-align: left;
  color: black;
}

.film-date-cover{
  display: block;
  font-size: 0.8em;
  text-align: left;
  color: #808080;
}

.film-title{
  display: block;
  margin-top: 30px;
  font-family: 'libre_baskervillebold';
  font-size: 1em;
  /*font-weight: bold;*/
  text-align: left;
}

.film-date{
  display: block;
  font-size: 0.8em;
  text-align: left;
  color: #808080;
}

.film-item-body>p{
  margin-top: 1em;
  margin-bottom: 1em;
}

img.film-clip{
  width:100%;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

.film-video-cover{
  /*width: 512px;*/
  width: 100%;
  height: auto;
}

.youtube-container{
  position: relative;
  max-width: 960px;/* 640 */
  height: 540px;/* 360 */
  margin-left: auto;
  margin-right: auto;
}

.youtube-iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/********** Book **********/

.book-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
}

.book-body{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:auto;
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4em;
  background-color: white;
}

.book-item-body{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    max-width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
    background-color: white;
}

.book-item-body>div{
    width: 45%;
}

.book-cover-img{
  width:45%;
  margin:10px 10px 50px 10px;
  text-align: left;
  vertical-align: top;
}

.book-title{
  display: block;
  margin-top: 1em;
  font-family: 'mukta_vaanisemibold';
  font-size: 0.8em;
  /*font-weight: bold;*/
  text-align: left;
  color: black;
}

.book-year{
  display: block;
  font-size: 0.8em;
  text-align: left;
  color: #808080;
}

.book-item-title{
  display: block;
  font-family: 'libre_baskervillebold';
  font-size: 0.8em;
  /*font-weight: bold;*/
  color: black;
  margin-bottom: 2em;
}

.book-item-year{
  display: block;
  font-size: 0.8em;
  color: #808080;
  margin-bottom: 2em;
}

.book-item-content{
  display: block;
  font-size: 0.8em;
  margin-bottom: 3em;
}

.book-item-detail{
  display: block;
  font-size: 0.8em;
  margin-bottom: 3em;
}


/********** Exhibitions **********/

.exhibitions-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
}

.exhibitions-body{
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4em;
  text-align: left;
  min-height: 100vh;
}

.exhibitions-body-x{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4em;
  /* text-align: left; */
  /* min-height: 100vh; */
}

.exhibition-title{
  font-family: 'libre_baskervillebold';
  font-size: 0.8em;
  /*font-weight: bold;*/
  margin-bottom: 2em;
}

.exhibition-date-location{
  font-size: 0.8em;
  color: #808080;
  margin-bottom:3em;
}

.exhibitions-body>p{
  font-size: 0.8em;
}

.exh-div1{
  margin-top:2em;margin-bottom:2em;
}

.exh-div2{
  display:flex; flex-direction: row;justify-content: space-between;margin-top:2em;margin-bottom:2em;
}

.exh-div2>div.col{
  width:49%;height:auto;
}
.exh-div3{
  margin-top:2em;margin-bottom:2em;
}

.exh-div4{
  display:flex; flex-direction: row;justify-content: space-between;margin-top:2em;margin-bottom:2em;
}

.exh-div4>div.col{
  width:49%;
  background-color: white;
}

.exh-div{
  margin-top:2em;margin-bottom:2em;
}

.exh-div-col{
  display:flex; flex-direction: row;justify-content: space-between;margin-top:2em;margin-bottom:2em;
}

.exh-div-col>div.col{
  width:48%;
  background-color: white;
}

.exh-div-video{
  margin-top:2em;margin-bottom:2em;
}

div.col>p{
  font-size: 0.8em;
}
.exh-pic{
  width: 100%;
  height: auto;
}

.exhibitions-item{
  display:flex;
  flex-wrap:nowrap;
  justify-content:left;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.exhibitions-item-x{
  display:block;
  width: 47%;
  /* margin-top: 1em;
  margin-bottom: 1.5em; */
  margin: 10px 10px 50px 10px;
  text-align: left;
  vertical-align: top;
}

hr.exhibitions{
    border-top: 1px solid #808080;
}

.exhibitions-col1{
  width: 30%;
}

.exhibitions-col1-50{
  width: 50%;
}

.exhibitions-col2{
  width: 70%;
  padding-left: 4em;
}

.exhibitions-pic{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.exhibitions-pic-x{
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    opacity: 1;
    display: block;
    transition: .4s ease;
    backface-visibility: hidden;
}

.exhibitions-pic-x:hover{
    opacity: 0.5;
}



.exhibitions-title{
  display: block;
  font-family: 'mukta_vaanisemibold';
  font-size: 0.8em;
  /*font-weight: bold;*/
  margin-top: 1em;
}

.exhibitions-description{
  display: block;
  font-size: 0.8em;
  margin-bottom: 1em;
}

.exhibitions-location{
  display: block;
  font-size: 0.8em;
}

.exhibitions-date{
  display: block;
  font-size: 0.8em;
  color: #808080;
}

/********** News **********/

.news-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
}

.news-body{
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4em;
  text-align: left;
  min-height: 100vh;
}

.news-item{
  display:flex;
  flex-wrap:nowrap;
  justify-content:left;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

hr.news{
    border-top: 1px solid #808080;
}

.news-col1{
  width: 30%;
}

.news-col2{
  width: 70%;
  padding-left: 4em;
}

.news-pic{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.news-title{
  display: block;
  font-family: 'mukta_vaanisemibold';
  font-size: 0.8em;
  /*font-weight: bold;*/
}

.news-description{
  display: block;
  font-size: 0.8em;
  margin-bottom: 1em;
}

.news-event-type{
  display: block;
  font-size: 0.8em;
}

.news-date{
  display: block;
  font-size: 0.8em;
  color: #808080;
}

/********** Biography **********/

.biography-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
}

.biography-body{
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4em;
  text-align: left;
  min-height: 100vh;
}

.biography-title{
  display: block;
  font-family: 'libre_baskervillebold';
  font-size: 1.5em;
  /*font-weight: bold;*/
  margin-bottom: 1em;
}

.biography-pic{
  width: 90%;
}

div.biography-div1{
  width: 50%;
  text-align: left;
}

div.biography-div2{
  width: 50%;
  font-size: 0.8em;
}

/********** Position **********/

.position-container {
  position: absolute;
  text-align: center;
  background-color: white;
  left: 0px;
  top: 0px;
  min-height: 100vh;
  min-width: 100%;
  transition: 0.7s transform cubic-bezier(0, .15, .18, .99);
}

.position-body {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  text-align: left;
  min-height: 100vh;
}

.position-title {
  display: block;
  font-family: 'libre_baskervillebold';
  font-size: 1.5em;
  /*font-weight: bold;*/
  margin-bottom: 1em;
}

.position-pic {
  width: 90%;
}

div.position-div1 {
  width: 50%;
  text-align: left;
}

div.position-div2 {
  width: 50%;
  font-size: 0.8em;
}

/********** Contact **********/

.contact-container{
    position:absolute;
    text-align:center;
    background-color:white;
    left:0px;
    top:0px;
    min-height:100vh;
    min-width:100%;
    transition: 0.7s transform cubic-bezier(0,.15,.18,.99);
}

.contact-body{
  display: flex;
  flex-flow: row nowrap;
  justify-content:space-between;
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:4em;
  text-align: left;
  font-size: 0.8em;
  /*min-height: 100vh;*/
}

.contact-body>div{
  width: 45%;
}

.contact-body>div.mail-form{
  width: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

div.mail-form>p.mail-info{
  margin-bottom: 3em;
}

.form-control{
  margin-bottom: 1em;
}

.btn.btn-default{
  font-size: 0.8em !important;
  padding: 10px !important;
}

input#name, input#email, textarea#message, button#btnSubmit{
  font-family: 'mukta_vaanimedium';
  border-width: thin;
  border-color: #808080;
  padding: 5px;
  background-color: white;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/********** Archive **********/

.archive-container{
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:2em;
}

/********** Article **********/

.article-container{
  width: 90%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  margin-top:2em;
}

/********** Transition ***********/

/* Transition */
.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-leave-active {
  transition: all .4s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

/* .slide-fade-leave-active below version 2.1.8 */
.slide-fade-enter, .slide-fade-leave-to{
  transform: translateY(-10px);
  opacity: 0;
}

.open{
  transform: translateX(-120px);
}

/********** Image ***********/

.cover-img{
  opacity: 1;
  display: block;
  /*width: 100%;
  height: auto;*/
  transition: .4s ease;
  backface-visibility: hidden;
}

.cover-img:hover{
   opacity: 0.5;
}

/*****  *****/

.flex-container {
  display: flex;
  justify-content: center;
}

.flex-container > div {
  margin: 5px;
  text-align: center;
  line-height: 1em;
  font-size: 1em;
}

/********** Swiper ***********/

.swiper-container {
    width: 600px;
    height: 300px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 1em;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev .swiper-button-disabled{
  color:#808080 !important;
}

.swiper-button-next .swiper-button-disabled{
  color:#808080 !important;
}

.swiper-button-next, .swiper-button-prev{
  color:#000 !important;
}

.swiper-button-next.adjust{
  right: 25px !important;
}

/********** Up to Top ***********/

.up-to-top {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  width: 4em;
  height: 4em;
  background: url(/assets/css/icon-up.svg) no-repeat top center;
  background-size: contain;
  cursor: pointer;
}

.no-svg .up-to-top {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  width: 4em;
  height: 4em;
  background-image: url(/assets/css/icon-up@2x.png);
  background-size: contain;
  cursor: pointer;
}

/********** Footer ***********/

.footer-container{
  display:flex;
  margin-left: auto;
  margin-right: auto;
  align-items:center;
  justify-content:space-between;
  color: #808080;
  height: 60px;
  border-top-style: solid;
  border-width: 1px;
  border-color: #808080;
  width: 95%;
  background-color: white;
  margin-top: 50px;
  margin-bottom: 0px;
}

.fa {
  font-size: 1em;
  width: 1em;
  text-align: center;
  text-decoration: none;
}

.fa-instagram {
  color: #808080;
  margin-right: 10px;
}

a.fa-instagram:link, a.fa-instagram:visited {
  color: #808080;
}

a.fa-instagram:hover {
  color: #ccc;
}

a.fa-instagram:active {
  color: #000;
}

.fa-twitter {
  color: #808080;
  margin-right: 10px;
}

a.fa-twitter:link, a.fa-twitter:visited{
  color: #808080;
}

a.fa-twitter:hover {
  color: #ccc;
}

a.fa-twitter:active {
  color: #000;
}

.fa-youtube-play {
  color: #808080;
  margin-right: 10px;
}

a.fa-youtube-play:link, a.fa-youtube-play:visited{
  color: #808080;
}

a.fa-youtube-play:hover {
  color: #ccc;
}

a.fa-youtube-play:active {
  color: #000;
}

.fa-vimeo {
  color: #808080;
  margin-right: 10px;
}

a.fa-vimeo:link, a.fa-vimeo:visited{
  color: #808080;
}

a.fa-vimeo:hover {
  color: #ccc;
}

a.fa-vimeo:active {
  color: #000;
}

.fa-copyright {
  color: #808080;
  font-size: 0.8em;
}

.copyright{
  font-size: 0.9em;
}

/************************************/
/* 1024px                            */
/************************************/

@media screen and (max-width: 1024px) {
  /* 960px */

  .nav-desktop-show{
    display: block;
  }

  .nav-mobile-show{
    display: none;
  }

}

@media screen and (max-width: 1024px) and (orientation: portrait){
  /* 960px */

  /* .nav-desktop-show{
    display: block;
  }

  .nav-mobile-show{
    display: none;
  }

  div.footer-container{
    margin-top: 10em;
  } */

}

/************************************/
/* 768px                            */
/************************************/

@media screen and (max-width: 768px) {
  /* 760px */

  .nav-desktop-show{
    display: block;
  }

  .nav-mobile-show{
    display: none;
  }

  /********** Work ***********/

  .work-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:left;
      width:auto;
      width: 90%;
      max-width:760px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .work-cover-img{
    width:31%;
    margin:1% 1% 2% 1%;
  }

  /********** Film ***********/

  .film-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      width:auto;
      width: 90%;
      max-width:760px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .film-cover-img{
    width:45%;
    margin:2%;
  }

  .youtube-container{
    position: relative;
    width: 684px;
    height: 384px;
    margin-left: auto;
    margin-right: auto;
  }

  .youtube-container>iframe{
    width: 98%;
  }

  /********** Book ***********/

  .book-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      width:auto;
      max-width:740px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .book-cover-img{
    width:45%;
    margin:10px 10px 50px 10px;
    text-align: left;
    vertical-align: top;
  }

  .book-item-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .book-item-body>div{
      width: 48%;
  }

  /********** Contact ***********/

  .contact-body>div.mail-form{
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

/************************************/
/* 600px                            */
/************************************/

@media screen and (max-width: 600px) {
  /* 600px */

  .nav-desktop-show{
    display: none;
  }

  .nav-mobile-show{
    display: block;
  }

  .bg-menu{
    display: block;
  }

  /********** Work ***********/

  .work-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      width:auto;
      width: 90%;
      max-width:540px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .work-cover-img{
    width:42%;
    margin:10px;
  }

  /********** Film ***********/

  .film-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      width:auto;
      width: 90%;
      max-width:540px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .film-cover-img{
    width:43%;
    margin:10px;
  }

  .youtube-container{
    position: relative;
    width: 540px;
    height: 315px;
    margin-left: auto;
    margin-right: auto;
  }

  .youtube-container>iframe{
    width: 95%;
  }


  /********** Book ***********/

  .book-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      width:auto;
      max-width:540px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .book-cover-img{
    width:45%;
    margin:10px 10px 50px 10px;
    text-align: left;
    vertical-align: top;
  }

  /********** Contact ***********/

  .contact-body{
    display: flex;
    flex-flow: column;
    justify-content:space-between;
    width: 90%;
    max-width:280px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
    text-align: left;
    /*min-height: 100vh;*/
  }

  .contact-body>div{
    width: 100%;
  }

  .contact-body>div.mail-form{
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

/************************************/
/* 414px                            */
/************************************/

@media screen and (max-width: 450px) {
  /* 400px */

  .nav-desktop-show{
    display: none;
  }

  .nav-mobile-show{
    display: block;
  }

  /********** Feed ***********/

  .last-feed-cover{
    display:block;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .feed-news{
    display:flex;
    flex-flow: column-reverse;
    margin-top:2em;
  }

  .feed-col1{
    width:90%;
    margin-left: auto;
    margin-right: auto;
  }

  .feed-col2{
    width:90%;
    margin-left: auto;
    margin-right: auto;
  }

  .feed-work-body{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .feed-cover-no-text{
    width: 47%;
    margin: 5px 3px;
  }

  .feed-cover-img{
    display:block;
    height:30vh !important;
    width:auto;
  }

  /********** Work ***********/

  .img.photo{
    display:block;
    height:45vh;
    width:auto;
    margin-left:auto;
    margin-right:auto;
  }

  /********** Film ***********/

  .youtube-container{
    position: relative;
    width: 360px;
    height: 202px;
    margin-left: auto;
    margin-right: auto;
  }

  .youtube-container>iframe{
    width: 98%;
  }

  .film-title-cover{
    margin-top: 0;
  }

  /********** Book ***********/

  .book-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      width:auto;
      max-width:400px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .book-cover-img{
    width:45%;
    margin:10px 10px 50px 10px;
    text-align: left;
    vertical-align: top;
  }

  .book-item-body{
      /*display:flex;
      flex-wrap:wrap;
      justify-content:space-between;*/
      max-width:90%;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .book-item-body>div{
      width: 100%;
  }

  .book-item-title{
    margin-top: 1em;
  }

  /********** Contact ***********/

  .contact-body{
    display: flex;
    flex-flow: column;
    justify-content:space-between;
    width: 90%;
    max-width:280px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
    text-align: left;
    /*min-height: 100vh;*/
  }

  .contact-body>div{
    width: 100%;
  }

  /********** News ***********/

  .news-item{
    display:flex;
    flex-wrap:wrap;
    justify-content:left;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }

  .news-col1{
    width: 100%;
  }

  .news-col2{
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }

  .news-pic{
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  /********** Biography ***********/

  .biography-body{
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:2em;
    text-align: left;
    min-height: 100vh;
  }

  .biography-pic{
    width: 100%;
  }

  div.biography-div1{
    width: 100%;
    display: block;
  }

  div.biography-div2{
    width: 100%;
    display: block;
    margin-top: 1em;
  }

  /********** Position ***********/

  .position-body {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    text-align: left;
    min-height: unset;
  }

  .position-pic {
    width: 100%;
  }

  div.position-div1 {
    width: 100%;
    display: block;
  }

  div.position-div2 {
    width: 100%;
    display: block;
    margin-top: 1em;
  }

  /********** Exhibitions ***********/

  .exh-div4{
    display:flex; flex-direction: column;margin-top:1em;margin-bottom:1em;
  }

  .exh-div4>div.col{
    display: block;
    width:100%;
    background-color: white;
  }

  .exh-div-col{
    display:flex; flex-direction: column;margin-top:1em;margin-bottom:1em;
  }

  .exh-div-col>div.col{
    display: block;
    width:100%;
    background-color: white;
  }

  .exhibitions-item{
    display:flex;
    flex-wrap:wrap;
    justify-content:left;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }

  .exhibitions-item-x{
    display:block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }

  .exhibitions-col1{
    width: 100%;
  }

  .exhibitions-col2{
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }

  .exhibitions-pic{
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  /********** Contact ***********/

  .btn{
    width: 98%;
  }

}

/************************************/
/* 375px                            */
/************************************/

@media screen and (max-width: 375px) {
  /* 360px */

  .nav-desktop-show{
    display: none;
  }

  .nav-mobile-show{
    display: block;
  }

  .img.photo{
    display:block;
    height:45vh;
    width:auto;
    margin-left:auto;
    margin-right:auto;
  }

  /********** Feed ***********/

  .feed-work-body{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .feed-cover-no-text{
    width: 47%;
    margin: 5px 3px;
  }

  /********** Work ***********/

  .work-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-start;
      width: 90%;
      max-width:360px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
  }

  .work-cover-img{
    width:44%;
    margin:2% 2% 6% 2%;
  }

  /********** Film ***********/

  .film-body{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-start;
      width: 90%;
      max-width:360px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
  }

  .film-cover-img{
    /*width:46%;*/
    width:100%;
    margin:2%;
    margin-bottom: 1.5em;
  }

  .youtube-container{
    position: relative;
    width: 320px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  /********** Book ***********/

  .book-body{
      display:flex;
      flex-wrap:wrap;
      /*justify-content:space-around;*/
      max-width:280px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
  }

  .book-cover-img{
    width:100%;
    margin-top:5px;
  }

  /********** Contact ***********/

  .contact-body{
    display: flex;
    flex-flow: column;
    justify-content:space-around;
    align-items:flex-start;
    width: 90%;
    max-width:280px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
    text-align: left;
    /*min-height: 100vh;*/
    vertical-align:top;
  }

  .contact-body>div{
    width: 100%;
    vertical-align:top;
  }


}

/************************************/
/* 320px                            */
/************************************/

@media screen and (max-width: 320px) {
  /* 280px */

  .nav-desktop-show{
    display: none;
  }

  .nav-mobile-show{
    display: block;
  }

  .img.photo{
    display:block;
    height:45vh;
    width:auto;
    margin-left:auto;
    margin-right:auto;
  }

  /********** Work ***********/

  .work-body{
      display:flex;
      flex-wrap:wrap;
      /*justify-content:space-around;*/
      width: 90%;
      max-width:280px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
  }

  .work-cover-img{
    width:100%;
    margin-top:5px;
  }

  .work-item-body{
      /*display:flex;
      flex-wrap:wrap;
      justify-content:flex-start;*/
      width:280px;
      margin-left:auto;
      margin-right:auto;
      margin-top:2em;
      background-color: white;
  }

  .swiper-pagination-fraction{
      position: relative !important;
      width:280px !important;
      margin-left:auto !important;
      margin-right:auto !important;
      margin-top:2em !important;
  }

  /********** Film ***********/

  .film-body{
      display:flex;
      flex-wrap:wrap;
      /*justify-content:space-around;*/
      width: 90%;
      max-width:280px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
  }

  .film-cover-img{
    width:100%;
    margin-top:5px;
    margin-bottom: 1.5em;
  }

  .film-item-body{
      /*display:flex;
      flex-wrap:wrap;
      justify-content:flex-start;*/
      width:280px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  .youtube-container{
    position: relative;
    width: 280px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
  }

  /********** Book ***********/

  .book-body{
      display:flex;
      flex-wrap:wrap;
      /*justify-content:space-around;*/
      max-width:280px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
  }

  .book-cover-img{
    width:100%;
    margin-top:5px;
  }

  .book-item-body{
      /*display:flex;
      flex-wrap:wrap;
      justify-content:flex-start;*/
      width:280px;
      margin-left:auto;
      margin-right:auto;
      margin-top:4em;
      background-color: white;
  }

  /********** Contact ***********/

  .contact-body{
    /*display: flex;
    flex-flow: column;
    align-items:flex-start;*/
    width: 90%;
    max-width:280px;
    margin-left:auto;
    margin-right:auto;
    margin-top:4em;
    text-align: left;
    /*min-height: 100vh;*/
    vertical-align:top;
  }

  .contact-body>div{
    width: 100%;
    vertical-align:top;
  }
}
