@charset "UTF-8";
@import url(font-face.css);
* {
  letter-spacing: normal !important; }

body.en {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  body.en tr, body.en td, body.en p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }

body.tc {
  font-family: "NotoSansHant", "MHei", "微軟正黑體", Arial, Helvetica, sans-serif; }
  body.tc tr, body.tc td, body.tc p {
    font-family: "NotoSansHant", "MHei", "微軟正黑體", Arial, Helvetica, sans-serif; }

body {
  background-color: #c9f9ae;
  color: #0e171c;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  overflow-x: hidden; }

.grey-line {
  margin: 0;
  padding-top: 20px;
  border: 0;
  border-bottom: 2px solid #ddd; }

.bg-white-container {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 80px; }
  @media (max-width: 991.98px) {
    .bg-white-container {
      width: 100%;
      padding: 50px 20px;
      border-radius: 0; }
      .bg-white-container.has-margin-top {
        margin-top: 54px; } }

.menu-nav {
  color: #000;
  padding: 20px 0; }
  .menu-nav .header-right {
    float: right; }
    .menu-nav .header-right .menu-container {
      float: right;
      list-style: none;
      padding: 0;
      display: inline-block; }
      .menu-nav .header-right .menu-container li {
        display: inline-block;
        padding: 0 10px; }
    .menu-nav .header-right .language-container {
      float: right;
      display: block; }
      .menu-nav .header-right .language-container a:link, .menu-nav .header-right .language-container a:visited {
        color: #000; }

.top-sub-menu {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .top-sub-menu {
      display: none; } }

.sm-top-sub-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 12;
  overflow: hidden;
  background-color: #c9f9ae; }
  .sm-top-sub-menu-button {
    display: none;
    position: relative;
    padding: 15px 0;
    width: 100%;
    border: 0;
    outline: 0;
    text-align: left;
    background-color: #c9f9ae; }
    @media (max-width: 991.98px) {
      .sm-top-sub-menu-button {
        display: block; } }
  .sm-top-sub-menu-active-title {
    display: block;
    width: 100%; }
  .sm-top-sub-menu-expend-icon {
    margin-right: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 35px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%); }
  .sm-top-sub-menu-toggle {
    display: none; }
  .sm-top-sub-menu-items {
    display: none;
    width: 100%;
    visibility: hidden;
    height: 0;
    background-color: #c9f9ae;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 991.98px) {
      .sm-top-sub-menu-items {
        display: block; } }
  .sm-top-sub-menu-items--visible {
    visibility: visible;
    height: 100vh;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .sm-top-sub-menu-item {
    display: block;
    position: relative;
    padding: 15px 25px; }
  .sm-top-sub-menu-item-expend-icon {
    border: 0;
    outline: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 35px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%); }
  .sm-top-sub-menu-sub-menu {
    background: #b0f68a;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .sm-top-sub-menu-sub-menu--visible {
    visibility: visible;
    max-height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.sm-simple-top-sub-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 12;
  overflow: hidden;
  background-color: #a9f57f; }
  @media (max-width: 991.98px) {
    .sm-simple-top-sub-menu {
      display: block; } }
  .sm-simple-top-sub-menu-menu-item {
    margin: 15px 25px;
    height: 20px;
    display: inline-block; }
  .sm-simple-top-sub-menu-menu-item:first-child {
    margin-left: 0; }
  .sm-simple-top-sub-menu-menu-item-link {
    display: block; }

.sub-menu-container {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .sub-menu-container {
      margin: 0;
      margin-bottom: 25px;
      text-align: center; } }
  .sub-menu-container--center {
    text-align: center; }
  .sub-menu-container--left {
    text-align: left; }
    @media (max-width: 991.98px) {
      .sub-menu-container--left {
        text-align: center; } }
  .sub-menu-container--right {
    text-align: right; }
    @media (max-width: 991.98px) {
      .sub-menu-container--right {
        text-align: center; } }

.sub-menu-item-link {
  display: block;
  padding: 0 15px; }
  .sub-menu-item-link:link, .sub-menu-item-link:visited {
    text-decoration: none; }
  .sub-menu-item-link:hover {
    color: #000; }

.menu-item {
  display: inline-block;
  margin-right: -4px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 10px; }
  .menu-item:first-child {
    padding-left: 0; }
  .menu-item:last-child {
    padding-right: 0; }
  .menu-item--vertical-line:not(:last-child) {
    border-right: 1px solid #000; }
  .menu-item--active a {
    font-weight: bold; }

.menu-item-link:link, .menu-item-link:visited {
  text-decoration: none; }
.menu-item-link:hover {
  color: #000; }

.menu-active-line {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 4px;
  display: block;
  white-space: nowrap; }

.menu-underline {
  border-bottom: 1px solid #000;
  width: 0;
  margin: auto;
  margin-top: 4px;
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.menu-item-link:hover + .menu-underline {
  width: 100%; }

.page-title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .page-title {
      font-size: 20px; } }

.category-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 36px; }
  @media (max-width: 991.98px) {
    .category-title {
      display: none; } }

.sm-category-title {
  display: none;
  color: #000;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px; }
  @media (max-width: 991.98px) {
    .sm-category-title {
      display: block; } }

.sm-title-underline {
  display: none;
  border-top: 1px solid #000;
  width: 100%; }
  @media (max-width: 991.98px) {
    .sm-title-underline {
      display: block; } }

.wysiwyg-type {
  margin: 30px 0; }

.slider {
  margin-bottom: 60px; }
  .slider .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -o-transition: translateX(-50%);
    transform: translateX(-50%); }
    .slider .owl-dots .owl-dot:hover span {
      background-color: #c9f9ae; }
    .slider .owl-dots .owl-dot.active:hover span {
      background-color: #000; }
    .slider .owl-dots .owl-dot.active span {
      background-color: #000; }

.slider-fluid-slide {
  padding-top: 56.25%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
.slider-fluid .owl-dots .owl-dot {
  pointer-events: none; }
  .slider-fluid .owl-dots .owl-dot.active span {
    background-color: #000 !important; }

.not-slider {
  width: 100%; }
  .not-slider img {
    min-width: 100%;
    height: auto;
    width: auto; }

.not-slider-fluid {
  width: 100%;
  overflow: hidden; }
  .not-slider-fluid-image {
    width: 100%;
    padding-top: 50%;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }

.fancybox-next span {
  background-image: url("../img/index/slider_r.png");
  background-position: 50% 50%;
  background-size: cover;
  height: 60px; }

.fancybox-prev span {
  background-image: url("../img/index/slider_l.png");
  background-position: 50% 50%;
  background-size: cover;
  height: 60px; }

.button {
  border-radius: 50px;
  width: 200px;
  height: 35px;
  display: block;
  background-color: #000;
  margin: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .button:link, .button:visited {
    color: #fff;
    text-decoration: none !important; }
  .button:hover {
    background-color: #1a1a1a; }
  .button--left {
    margin: 0; }
  .button--small {
    width: 150px; }
  .button-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.button-group {
  text-align: center;
  margin-top: 10px; }
  .button-group-col:not(:last-child) {
    border-right: 1px solid #eee; }
    @media (max-width: 767.98px) {
      .button-group-col:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #eee; } }
  .button-group-button {
    display: block;
    padding: 10px;
    margin: 0 auto;
    color: #000;
    text-decoration: none; }
  .button-group-button:link, .button-group-button:visited {
    text-decoration: none;
    color: #000; }

.text-with-button-header {
  margin: 40px 0; }
.text-with-button-title {
  font-size: 19px;
  font-weight: bold;
  color: #000; }
.text-with-button-subtitle {
  font-size: 16px;
  color: #aaa; }
.text-with-button-col:not(:last-child) {
  border-right: 1px solid #eee; }
  @media (max-width: 991.98px) {
    .text-with-button-col:not(:last-child) {
      border-right: 0; } }
.text-with-button-info-head {
  color: #aaa; }
.text-with-button-info-content {
  color: #000;
  margin-bottom: 20px; }
.text-with-button-info-content.photo-credit {
  margin-top: 10px; }
.text-with-button-description {
  margin-left: 30px;
  max-width: 500px; }
  @media (max-width: 991.98px) {
    .text-with-button-description {
      margin-left: 0;
      max-width: 100%; } }
.text-with-button-description-text {
  color: #aaa;
  min-height: 110px;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .text-with-button-description-text {
      min-height: 0; } }

.separator-type hr {
  border-bottom: 2px solid #ddd;
  margin: 30px 0; }

.work-introduction-type .header-with-title {
  font-size: 20px; }
.work-introduction-type .text-with-button-col:first-child {
  border-right: none; }
.work-introduction-type .text-with-button-col:last-child {
  border-left: 1px solid #eee; }
  @media (max-width: 991.98px) {
    .work-introduction-type .text-with-button-col:last-child {
      border-left: 0; } }

.version-container {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 16px;
  margin-bottom: 15px; }
  .version-container span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.button-with-text {
  padding: 20px 0; }
  .button-with-text-header-text {
    margin-bottom: 10px;
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .button-with-text-header-text {
        text-align: center; } }
  .button-with-text-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .button-with-text-title {
        text-align: center; } }
  .button-with-text-download-button {
    border-radius: 50px;
    width: 200px;
    height: 45px;
    display: block;
    background-color: #000;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    @media (max-width: 991.98px) {
      .button-with-text-download-button {
        margin: 0 auto; } }
    .button-with-text-download-button:link, .button-with-text-download-button:visited {
      color: #fff;
      text-decoration: none !important; }
    .button-with-text-download-button span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      padding: 0 10px;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transition: translateY(-50%);
      -o-transition: translateY(-50%);
      transform: translateY(-50%);
      font-size: 14px; }
  .button-with-text-description-text {
    color: #000;
    word-break: break-word;
    text-align: justify;
    line-height: 2; }
    @media (max-width: 991.98px) {
      .button-with-text-description-text {
        margin-top: 20px; } }

.artist-list-row {
  margin-top: 20px; }
.artist-list-col:not(:last-child) {
  border-right: 1px solid #eee; }
  @media (max-width: 991.98px) {
    .artist-list-col:not(:last-child) {
      border-right: 0; } }
.artist-list-figure {
  width: 225px;
  height: 225px;
  overflow: hidden;
  border-radius: 50%; }
  .artist-list-figure img {
    width: 100%; }
  @media (max-width: 991.98px) {
    .artist-list-figure {
      margin: 0 auto; } }
.artist-list-info-head {
  color: #000; }
.artist-list-info-content {
  color: #aaa;
  margin-bottom: 20px; }
.artist-list-description {
  margin-left: 30px;
  max-width: 580px;
  text-align: justify; }
  @media (max-width: 991.98px) {
    .artist-list-description {
      margin-left: 0; } }
.artist-list-description-head {
  color: #333; }
.artist-list-description-content {
  color: #aaa;
  word-break: break-word;
  text-align: justify;
  margin-bottom: 20px; }
.artist-list .header-with-profile-figure {
  width: 225px;
  height: 225px;
  margin: 0; }
@media (max-width: 991.98px) {
  .artist-list .header-with-profile-figure {
    margin: 0 auto; } }

.image-with-text .image-with-text-title-text {
  margin-bottom: 15px; }
.image-with-text-row {
  margin-top: 20px; }
.image-with-text-figure {
  width: 100%; }
  @media (max-width: 991.98px) {
    .image-with-text-figure {
      width: 100%;
      margin-bottom: 20px; } }
  .image-with-text-figure--rounded {
    border-radius: 8px;
    overflow: hidden; }
  .image-with-text-figure img {
    width: 100%; }
.image-with-text-col:last-child {
  border-left: 1px solid #eee; }
  @media (max-width: 991.98px) {
    .image-with-text-col:last-child {
      border-left: 0; } }
.image-with-text-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px; }
.image-with-text-text {
  color: #aaa; }
.image-with-text-description-text {
  color: #aaa;
  word-break: break-word;
  text-align: justify; }

.image-with-text-button {
  margin-top: 50px; }
  .image-with-text-button .button-list a {
    display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    margin-top: 20px; }
    .image-with-text-button .button-list a:not(:first-child) {
      margin-left: 20px; }
  .image-with-text-button .header {
    font-weight: bold;
    font-size: 28px;
    color: #3943aa;
    margin-bottom: 30px; }
  .image-with-text-button .image-with-text-title-text {
    margin-bottom: 15px; }
  .image-with-text-button-row {
    margin-top: 20px; }
  .image-with-text-button-figure {
    width: 100%; }
    @media (max-width: 991.98px) {
      .image-with-text-button-figure {
        width: 100%;
        margin-bottom: 20px; } }
    .image-with-text-button-figure--rounded {
      border-radius: 8px;
      overflow: hidden; }
    .image-with-text-button-figure img {
      width: 100%; }
  .image-with-text-button-col:last-child {
    border-left: 1px solid #eee; }
    @media (max-width: 991.98px) {
      .image-with-text-button-col:last-child {
        border-left: 0; } }
  .image-with-text-button-title {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px; }
  .image-with-text-button-text {
    color: #aaa; }
  .image-with-text-button-description-text {
    color: #aaa;
    word-break: break-word;
    text-align: justify; }

.image-with-action .hover-container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.image-with-action-cell {
  display: block;
  position: relative;
  margin: 20px auto;
  overflow: hidden; }
.image-with-action-image {
  width: 100%;
  padding-top: 133.33%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: scale(1);
  -o-transition: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.image-with-action-cell:hover .image-with-action-image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -moz-transition: scale(1.08);
  -o-transition: scale(1.08);
  transform: scale(1.08); }
.image-with-action-cell:hover .hover-container {
  opacity: 1; }
.image-with-action-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1; }
.image-with-action-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 5%;
  z-index: 3; }
  .image-with-action-title br {
    content: "";
    margin: 0.8em;
    display: block;
    font-size: 100%; }
.image-with-action-title-bg {
  top: 40px;
  left: 0;
  position: absolute;
  width: 80%;
  background-color: #000;
  height: 40px;
  z-index: 2; }
.image-with-action:not(:last-child) {
  margin-bottom: 80px; }
@media (max-width: 991px) {
  .image-with-action:not(:last-child) {
    margin-bottom: 50px; } }
.image-with-action .header {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px; }

.header-with-profile-title {
  color: #3943aa;
  margin-top: 40px;
  font-size: 19px;
  font-weight: bold; }
.header-with-profile-row {
  margin: 40px 0; }
.header-with-profile-figure {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%; }
  .header-with-profile-figure img {
    width: 100%; }
.header-with-profile-image {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
.header-with-profile-figcaption {
  text-align: center;
  color: #aaa;
  margin-top: 10px; }
.header-with-profile-row-title {
  color: #3943aa;
  font-weight: bold; }
  @media (max-width: 991.98px) {
    .header-with-profile-row-title {
      margin-top: 20px; } }
.header-with-profile-description-text {
  color: #aaa;
  word-break: break-word;
  text-align: justify; }

.whatson-with-cover-image-type-row:not(:first-child) {
  margin-top: 20px; }
.whatson-with-cover-image-type-link {
  display: block;
  min-height: 200px; }
  .whatson-with-cover-image-type-link::after {
    content: " ";
    display: table;
    clear: both; }
  .whatson-with-cover-image-type-link:link, .whatson-with-cover-image-type-link:visited {
    text-decoration: none; }
  @media (max-width: 991.98px) {
    .whatson-with-cover-image-type-link {
      width: 280px;
      margin: 0 auto; } }
.whatson-with-cover-image-type-col {
  float: left; }
  .whatson-with-cover-image-type-col:last-child {
    margin-left: 15px;
    max-width: 600px; }
    @media (max-width: 991.98px) {
      .whatson-with-cover-image-type-col:last-child {
        margin-left: 0; } }
.whatson-with-cover-image-type-figure {
  width: 280px;
  height: 100%; }
  .whatson-with-cover-image-type-figure img {
    max-width: 100%;
    max-height: 100%; }
.whatson-with-cover-image-type-category {
  font-size: 13px;
  font-weight: bold;
  color: #000; }
  @media (max-width: 991.98px) {
    .whatson-with-cover-image-type-category {
      margin-top: 20px;
      margin-bottom: 10px; } }
.whatson-with-cover-image-type-title {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  height: 100px; }
  @media (max-width: 991.98px) {
    .whatson-with-cover-image-type-title {
      margin-bottom: 10px;
      height: 100%; } }
.whatson-with-cover-image-type-date, .whatson-with-cover-image-type-venue {
  color: #aaa; }

.media-with-cover-image-type-row:not(:first-child) {
  margin-top: 20px; }
.media-with-cover-image-type-link {
  display: block;
  min-height: 200px; }
  .media-with-cover-image-type-link::after {
    content: " ";
    display: table;
    clear: both; }
  .media-with-cover-image-type-link:link, .media-with-cover-image-type-link:visited {
    text-decoration: none; }
  @media (max-width: 991.98px) {
    .media-with-cover-image-type-link {
      width: 500px;
      margin: 0 auto; } }
  @media (max-width: 500px) {
    .media-with-cover-image-type-link {
      width: 100%; } }
.media-with-cover-image-type-col {
  float: left;
  margin-right: 15px; }
  @media (max-width: 991.98px) {
    .media-with-cover-image-type-col {
      margin-bottom: 10px;
      margin-right: 0; } }
  .media-with-cover-image-type-col:last-child {
    float: none; }
.media-with-cover-image-type-figure {
  width: 280px; }
  @media (max-width: 991.98px) {
    .media-with-cover-image-type-figure {
      width: 100%; } }
  .media-with-cover-image-type-figure img {
    max-width: 100%;
    max-height: 100%; }
.media-with-cover-image-type-title {
  color: #000;
  height: 150px; }
  @media (max-width: 991.98px) {
    .media-with-cover-image-type-title {
      margin-bottom: 10px;
      height: 100%; } }
.media-with-cover-image-type-date, .media-with-cover-image-type-source {
  color: #aaa; }

.media-album-video-type-cell {
  margin-top: 20px; }
.media-album-video-type-link {
  display: block;
  overflow: hidden;
  position: relative; }
.media-album-video-type-link--video::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5); }
.media-album-video-type-link--video:hover::after {
  display: none; }
.media-album-video-type-cover-image {
  width: 100%;
  padding-top: 75%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: scale(1);
  -o-transition: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.media-album-video-type-link:hover .media-album-video-type-cover-image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -moz-transition: scale(1.08);
  -o-transition: scale(1.08);
  transform: scale(1.08); }
.media-album-video-type-play-icon {
  z-index: 8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transition: translate(-50%, -50%);
  -o-transition: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.media-album-video-type-title {
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.media-album-video-type-date {
  padding-top: 10px;
  color: #aaa; }
.media-album-video-type-grey-line {
  display: none; }
  @media (max-width: 991.98px) {
    .media-album-video-type-grey-line {
      display: block; } }

.album-page-title {
  font-size: 30px;
  line-height: 33px;
  color: #000; }
  @media (max-width: 991.98px) {
    .album-page-title {
      font-size: 20px; } }
.album-page-date {
  color: #aaa; }
.album-page-description {
  margin: 16px 0;
  color: #aaa; }
.album-page-back {
  margin-top: 30px;
  position: relative; }
.album-page-back-button-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transition: translateY(-50%);
  -o-transition: translateY(-50%);
  transform: translateY(-50%); }
.album-page-back-button {
  margin-left: 12px; }
  .album-page-back-button:link, .album-page-back-button:visited {
    color: #aaa; }
.album-page-image-list {
  margin-top: 30px; }
.album-page-link {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  position: relative; }
.album-page-image {
  width: 100%;
  padding-top: 56.25%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: scale(1);
  -o-transition: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.album-page-link:hover .album-page-image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -moz-transition: scale(1.08);
  -o-transition: scale(1.08);
  transform: scale(1.08); }
.album-page-view-icon {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transition: translate(-50%, -50%);
  -o-transition: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.album-page-link:hover .album-page-view-icon {
  display: block; }
.album-page-link:hover::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5); }

/*# sourceMappingURL=project.css.map */
