@charset "UTF-8";
/*
Theme Name: Hato
Author: Hato 
Author URI: https://hato.co//
Description:;
Version: 1.42
License: GNU General Public License v2 or later

Ipad Pro 11 2048x2732
Viewport 834x1194

ipad Pro 12.9 1668x2388
Viewport 1024x1366
*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html {
  box-sizing: border-box;
  overflow: auto;
  min-width: 320px; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: none; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em; }

th {
  padding: 0.4em;
  text-align: left; }

tr {
  border-bottom: 1px solid #eee; }

td {
  padding: 0.4em; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'SimplisticMplus';
  src: url("./assets/fonts/SimplisticMplus-Medium.eot");
  src: url("./assets/fonts/SimplisticMplus-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/SimplisticMplus-Medium.svg#SimplisticMplus-Medium") format("svg"), url("./assets/fonts/SimplisticMplus-Medium.ttf") format("truetype"), url("./assets/fonts/SimplisticMplus-Medium.woff") format("woff"), url("./assets/fonts/SimplisticMplus-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("./assets/fonts/AvenirLTStd-Medium.eot");
  src: url("./assets/fonts/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium") format("svg"), url("./assets/fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("./assets/fonts/AvenirLTStd-Medium.woff") format("woff"), url("./assets/fonts/AvenirLTStd-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

body,
button,
input,
select,
textarea {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Avenir', 'Noto Sans TC', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SimplisticMplus', 'Noto Sans TC', sans-serif;
  clear: both;
  line-height: 1.4;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400; }

h2 {
  font-size: 20px;
  line-height: 1.4; }

h3 {
  font-size: 20px;
  line-height: 1.4; }

h4 {
  font-family: 'Avenir', 'Noto Sans TC', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.4;
  padding: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  padding-left: 2rem;
  border-left: 2px solid #000;
  margin-bottom: 2rem; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

blockquote:before,
blockquote:after {
  content: ""; }

:focus {
  outline: none; }

/* Typography for Chinese Font */
html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea,
html[lang^="zh-"] p {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
  letter-spacing: 1px; }

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif; }

.text-chinese {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif; }

/*--------------------------------------------------------------
SVG
--------------------------------------------------------------*/
.svg {
  position: relative;
  display: inline-block; }
  .svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.ss-icon svg {
  width: 20px; }

/*--------------------------------------------------------------
SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none; }

.no-svg .svg-fallback {
  display: inline-block; }

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em; }

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  /* Chrome, Safari, Opera */
  /* IE 9 */
  transform: rotate(180deg); }

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  /* Chrome, Safari, Opera */
  /* IE 9 */
  transform: rotate(0); }

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E"; }

/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto; }

/* Show screen reader text in some cases */
.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto; }

/*--------------------------------------------------------------
Berakpoint
-------------------------------------------------------------

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Global Node
--------------------------------------------------------------*/
.page-main {
  min-height: 100vh; }

* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

img {
  width: 100%; }

body {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y; }
  body.page-grey {
    background-color: #eee; }
    body.page-grey .page-footer {
      background-color: #eee; }

/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
#grid {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 2;
  border-left: 2px cyan solid;
  border-right: 2px cyan solid;
  display: none; }
  #grid .col {
    background-color: cyan;
    width: 82px;
    height: 100%;
    opacity: .2; }
    #grid .col:first-child {
      margin-left: 42px; }
    #grid .col:last-child {
      margin-right: 42px; }

@media (max-width: 834px) {
  #grid .col {
    width: 46px;
    background-color: green; } }

/*--------------------------------------------------------------
List
--------------------------------------------------------------*/
.list {
  border-top: 1px solid #000; }
  .list .item {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    padding-bottom: 18px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px 30px;
    background-image: url("./assets/images/svg/arrow-right.svg"); }
    .list .item span {
      color: grey;
      margin-left: 1rem;
      font-size: 16px; }

/*--------------------------------------------------------------
Pop-up content
--------------------------------------------------------------*/
.pop-up-modal {
  position: fixed;
  z-index: 5;
  display: none; }
  .pop-up-modal[aria-expanded="true"] {
    display: block;
    animation: slideIn .6s forwards; }
  .pop-up-modal[aria-expanded="false"] {
    display: none; }
  .pop-up-modal#pop-up-container {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    right: 64px;
    bottom: 6.5rem;
    width: 460px;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
    transition: .4s ease; }
    .pop-up-modal#pop-up-container.thumbnail-bar-right.df-sidemenu-open {
      right: calc(60px + 180px); }
    .pop-up-modal#pop-up-container.thumbnail-bar-bottom.df-sidemenu-open {
      bottom: calc(200px + 5.5rem); }
    .pop-up-modal#pop-up-container .pop-up-content-container .pop-up-content-wrapper {
      padding: 32px;
      position: relative; }
      .pop-up-modal#pop-up-container .pop-up-content-container .pop-up-content-wrapper .button-close {
        position: absolute;
        right: 0;
        top: 8px;
        width: 40px;
        height: 40px;
        background-size: 12px 12px;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("./assets/images/svg/icon-close.svg"); }
      .pop-up-modal#pop-up-container .pop-up-content-container .pop-up-content-wrapper .items .item {
        display: none; }
        .pop-up-modal#pop-up-container .pop-up-content-container .pop-up-content-wrapper .items .item.active {
          display: block; }

/*--------------------------------------------------------------
Icon
--------------------------------------------------------------*/
.toggle-buttons {
  opacity: 0;
  animation: fadeIn 1s 1s linear forwards;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.icon {
  width: calc(40px + 16px);
  height: calc(40px + 16px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .icon span {
    line-height: 1.4;
    pointer-events: none;
    font-weight: bold;
    font-size: 15px; }

.icon-home {
  margin-top: -16px;
  margin-bottom: -16px;
  -ms-flex-align: start;
      align-items: flex-start; }

.icon-pack-a-page {
  margin-top: -16px;
  margin-bottom: -16px;
  -ms-flex-align: end;
      align-items: flex-end;
  width: calc(40px + 38px); }
  .icon-pack-a-page:before {
    animation: .4s iconPopUpToggleAnimation linear forwards; }

.icon-pop-up-toggle {
  margin-top: -16px;
  margin-bottom: -16px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transition: .3s;
  -ms-flex-align: end;
      align-items: flex-end;
  width: calc(40px + 38px); }
  .icon-pop-up-toggle.active {
    display: -ms-flexbox;
    display: flex;
    pointer-events: inherit;
    opacity: 1; }
    .icon-pop-up-toggle.active:before {
      animation: .4s iconPopUpToggleAnimation linear forwards; }

.icon-close-thumbnail {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-right: -16px;
  background-image: url("./assets/images/svg/icon-close.svg");
  background-size: 24px 24px; }
  .icon-close-thumbnail span {
    display: none; }
  .icon-close-thumbnail.hide {
    display: none; }

.icon-pack-a-page:before,
.icon-pop-up-toggle:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  margin-right: -12.5%;
  border-radius: 50px;
  opacity: 0; }

@keyframes iconPopUpToggleAnimation {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.8); } }

/*--------------------------------------------------------------
Single
--------------------------------------------------------------*/
.book-container,
.video-container {
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100%;
  max-width: 1366px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: visible;
  transition: .4s; }
  .book-container.thumbnail-bar-right.df-sidemenu-open .page-header,
  .book-container.thumbnail-bar-right.df-sidemenu-open .page-footer,
  .video-container.thumbnail-bar-right.df-sidemenu-open .page-header,
  .video-container.thumbnail-bar-right.df-sidemenu-open .page-footer {
    width: calc(100% - 180px); }
  .book-container.thumbnail-bar-right.df-sidemenu-open .ti-angle-right,
  .video-container.thumbnail-bar-right.df-sidemenu-open .ti-angle-right {
    right: 180px !important; }
  .book-container.thumbnail-bar-bottom.df-sidemenu-open .df-container,
  .video-container.thumbnail-bar-bottom.df-sidemenu-open .df-container {
    height: 100vh !important; }
  .book-container.thumbnail-bar-bottom.df-sidemenu-open .page-footer,
  .video-container.thumbnail-bar-bottom.df-sidemenu-open .page-footer {
    bottom: 155px; }
  .book-container.df-sidemenu-open .page-footer .pick-a-page,
  .video-container.df-sidemenu-open .page-footer .pick-a-page {
    display: none; }
  .book-container .page-header,
  .book-container .page-footer,
  .video-container .page-header,
  .video-container .page-footer {
    opacity: 0;
    animation: fadeIn .6s .6s forwards; }

.wrapper {
  padding: 16px 0;
  margin-left: 16px;
  margin-right: 16px; }

.page-header .wrapper,
.page-footer .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .page-header .wrapper .col-left,
  .page-footer .wrapper .col-left {
    width: calc(100% / 3);
    text-align: left; }
  .page-header .wrapper .col-mid,
  .page-footer .wrapper .col-mid {
    width: calc(100% / 3);
    text-align: center; }
  .page-header .wrapper .col-right,
  .page-footer .wrapper .col-right {
    width: calc(100% / 3);
    text-align: right; }

.page-header.hide,
.page-footer.hide {
  visibility: hidden;
  pointer-events: none; }

.page-footer {
  transition: .6s; }
  .page-footer.hide {
    transform: translateY(0.5rem); }

.page-header {
  transition: .8s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .page-header .wrapper {
    border-bottom: 1px solid #000; }

.page-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #FFF; }
  .page-footer .wrapper {
    border-top: 1px solid #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .page-footer .col-mid {
    text-align: center; }
  .page-footer .page-caption-container .page-caption .items .item {
    display: none; }
    .page-footer .page-caption-container .page-caption .items .item.active {
      display: block;
      animation: fadeIn .4s forwards; }
  .page-footer .page-caption-container p {
    margin: 0; }
  .page-footer .pick-a-page {
    display: inline-block;
    animation: fadeIn .4s forwards; }
  .page-footer #progress-bar-wrapper {
    position: absolute;
    width: calc(100% - $margin2);
    height: 2px;
    top: -2px;
    left: 16px;
    right: 16px; }
    .page-footer #progress-bar-wrapper #progress-bar {
      width: 0%;
      height: 2px;
      position: relative;
      display: block;
      background-color: #000;
      transition: 1s; }

@media (max-width: 834px) {
  .page-footer .page-caption-container p span {
    display: block; } }

.page-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: block;
  height: 100%;
  z-index: 1; }
  .page-content .wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0; }

/*--------------------------------------------------------------
Index
--------------------------------------------------------------*/
.index-container {
  position: relative;
  width: 100vw;
  max-width: 1366px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeIn .6s .6s forwards; }

.index-header .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 24px; }
  .index-header .wrapper .col-right {
    width: calc(100% / 3 - 17px); }
    .index-header .wrapper .col-right p {
      margin-bottom: 0; }

@media (max-width: 834px) {
  .index-header .wrapper {
    -ms-flex-direction: column;
        flex-direction: column; }
    .index-header .wrapper .col-left {
      width: 100%; }
    .index-header .wrapper .col-right {
      width: 100%;
      margin-top: 32px; } }

.item-divider {
  border-bottom: 1px solid #000;
  margin-left: 16px;
  margin-right: 16px; }

.index-content.hidden {
  display: none !important; }

.index-content .item-label {
  margin-top: 16px; }

.index-content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 32px; }
  .index-content .items.col-1, .index-content .items.col-2 {
    height: 100%;
    min-height: calc(100vh - 112px - 64px);
    -ms-flex-align: center;
        align-items: center;
    margin-top: 0; }
    .index-content .items.col-1 .item, .index-content .items.col-2 .item {
      width: calc((100% - 54px) / 2);
      margin-bottom: 0; }
      .index-content .items.col-1 .item.video .thumbnail video,
      .index-content .items.col-1 .item.video .thumbnail img, .index-content .items.col-2 .item.video .thumbnail video,
      .index-content .items.col-2 .item.video .thumbnail img {
        max-height: 360px; }
  .index-content .items.col-3 .item.video .thumbnail video,
  .index-content .items.col-3 .item.video .thumbnail img, .index-content .items.col-4 .item.video .thumbnail video,
  .index-content .items.col-4 .item.video .thumbnail img, .index-content .items.col-5 .item.video .thumbnail video,
  .index-content .items.col-5 .item.video .thumbnail img, .index-content .items.col-6 .item.video .thumbnail video,
  .index-content .items.col-6 .item.video .thumbnail img {
    max-height: 240px; }
  .index-content .items .item {
    width: calc((100% - 54px) / 3);
    margin-right: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 48px;
    position: relative; }
    .index-content .items .item a {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%; }
    .index-content .items .item:nth-child(3n) {
      margin-right: 0; }
    .index-content .items .item.publication, .index-content .items .item.two-page-spread, .index-content .items .item.single-page {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .index-content .items .item.publication .thumbnail, .index-content .items .item.two-page-spread .thumbnail, .index-content .items .item.single-page .thumbnail {
        width: calc(50% - 13px); }
        .index-content .items .item.publication .thumbnail img,
        .index-content .items .item.publication .thumbnail video, .index-content .items .item.two-page-spread .thumbnail img,
        .index-content .items .item.two-page-spread .thumbnail video, .index-content .items .item.single-page .thumbnail img,
        .index-content .items .item.single-page .thumbnail video {
          width: 100%; }
      .index-content .items .item.publication .info, .index-content .items .item.two-page-spread .info, .index-content .items .item.single-page .info {
        width: calc(50% - 14px); }
        .index-content .items .item.publication .info p, .index-content .items .item.two-page-spread .info p, .index-content .items .item.single-page .info p {
          margin-bottom: 0; }
        .index-content .items .item.publication .info h4, .index-content .items .item.two-page-spread .info h4, .index-content .items .item.single-page .info h4 {
          font-size: 14px;
          margin-top: 1rem; }
          .index-content .items .item.publication .info h4 p, .index-content .items .item.two-page-spread .info h4 p, .index-content .items .item.single-page .info h4 p {
            font-size: 14px; }
    .index-content .items .item.video {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .index-content .items .item.video .info p {
        margin-bottom: 0; }
      .index-content .items .item.video .info h4 {
        font-size: 14px;
        margin-top: 1rem; }
        .index-content .items .item.video .info h4 p {
          font-size: 14px; }
      .index-content .items .item.video .thumbnail {
        width: 100%;
        margin-bottom: 18px;
        text-align: center; }
        .index-content .items .item.video .thumbnail video,
        .index-content .items .item.video .thumbnail img {
          max-width: 100%;
          max-height: 185px;
          width: auto;
          height: auto; }
    .index-content .items .item.square .thumbnail {
      position: relative; }
      .index-content .items .item.square .thumbnail video,
      .index-content .items .item.square .thumbnail img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .index-content .items .item.square .thumbnail:after {
        content: '';
        display: inline-block;
        padding-top: 100%; }

footer {
  display: none; }

@media (max-width: 834px) {
  .index-content .items {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .index-content .items .item {
      width: calc(50% - 9px);
      margin-right: 0 !important; }
      .index-content .items .item.publication .thumbnail, .index-content .items .item.two-page-spread .thumbnail, .index-content .items .item.single-page .thumbnail {
        width: calc(50% - 9px); }
      .index-content .items .item.publication .info, .index-content .items .item.two-page-spread .info, .index-content .items .item.single-page .info {
        width: calc(50% - 9px); } }

/*--------------------------------------------------------------
Book
--------------------------------------------------------------*/
._df_book .df-3dcanvas {
  right: inherit;
  left: 0; }

._df_book.df-loading:before {
  border-width: 1px; }

._df_book .loading-info {
  color: #000;
  background-color: transparent;
  font-style: normal;
  padding: 0;
  font-weight: 700;
  display: none; }

.df-ui-controls {
  visibility: hidden; }

.df-thumb-container {
  background-color: #FFF;
  right: calc(-500px);
  left: initial;
  float: inherit;
  transition: 0.5s !important;
  width: 160px;
  transform: translateX(0);
  opacity: 0;
  animation: fadeIn .6s .6s forwards; }
  .df-thumb-container.df-sidemenu-visible {
    right: 0;
    left: initial; }
  .df-thumb-container .df-thumb-wrapper .df-vrow {
    border-radius: 0; }
    .df-thumb-container .df-thumb-wrapper .df-vrow > div {
      display: none; }
  .df-thumb-container.df-thumb-container-right .df-thumb-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow {
      position: relative;
      margin: 3px 0;
      height: 98px;
      width: calc(50% - 8px); }
      .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow:hover {
        background-color: transparent; }
      .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow.df-selected {
        background-color: #ccc; }
      .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow#df-thumb1 {
        margin-top: 40px;
        width: 100%;
        margin-left: 8px;
        margin-right: 8px;
        background-position: center center; }
      .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow:nth-child(2n - 1) {
        background-position: center right;
        margin-left: 8px; }
        .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow:nth-child(2n - 1).df-selected + .df-thumb-loaded {
          background-color: #ccc; }
        .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow:nth-child(2n - 1).df-selected-prev {
          background-color: #ccc; }
      .df-thumb-container.df-thumb-container-right .df-thumb-wrapper .df-vrow:nth-child(2n) {
        background-position: center left;
        margin-right: 8px; }
  .df-thumb-container.df-thumb-container-bottom {
    width: 100%;
    top: inherit !important;
    bottom: -200px !important;
    left: 0;
    height: 200px !important; }
    .df-thumb-container.df-thumb-container-bottom.df-sidemenu-visible {
      top: inherit;
      bottom: 0 !important; }
    .df-thumb-container.df-thumb-container-bottom .df-thumb-wrapper {
      display: none !important; }
    .df-thumb-container.df-thumb-container-bottom .df-thumb-container-clone {
      position: relative;
      overflow: hidden;
      overflow-x: scroll;
      width: 100%; }
    .df-thumb-container.df-thumb-container-bottom .df-thumb-wrapper-clone {
      position: relative;
      width: 2700px;
      height: 150px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 35px; }
      .df-thumb-container.df-thumb-container-bottom .df-thumb-wrapper-clone .df-vrow {
        position: relative !important;
        width: 100px;
        height: 130px;
        margin: 10px;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        display: inline-block; }
        .df-thumb-container.df-thumb-container-bottom .df-thumb-wrapper-clone .df-vrow > div {
          display: none; }
    .df-thumb-container.df-thumb-container-bottom .df-ui-sidemenu-close {
      left: initial;
      width: 40px;
      height: 40px;
      right: 10px;
      top: 0;
      z-index: 2; }
      .df-thumb-container.df-thumb-container-bottom .df-ui-sidemenu-close:after {
        display: none; }
      .df-thumb-container.df-thumb-container-bottom .df-ui-sidemenu-close:before {
        left: 50%; }

.df-vrow {
  opacity: 1; }

.df-ui-sidemenu-close {
  width: 100%;
  height: 40px;
  top: 0;
  right: 10px;
  left: 0;
  right: inherit;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9); }
  .df-ui-sidemenu-close:before {
    color: #000;
    font-size: 20px;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }

.df-container.df-floating .ti-angle-left,
.df-container.df-floating .ti-angle-right {
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1 !important;
  padding: 0;
  width: calc(20px + 32px) !important;
  height: calc(40px + 32px) !important;
  border-radius: 0;
  background-size: 20px 40px; }
  .df-container.df-floating .ti-angle-left::before,
  .df-container.df-floating .ti-angle-right::before {
    opacity: 0;
    display: none; }

.ti-angle-left {
  left: 0 !important;
  background-image: url("./assets/images/svg/arrow-left.svg"); }

.ti-angle-right {
  right: 0 !important;
  background-image: url("./assets/images/svg/arrow-right.svg"); }

.thumbnail-bar-bottom.df-sidemenu-open .df-container.df-floating .ti-angle-left,
.thumbnail-bar-bottom.df-sidemenu-open .df-container.df-floating .ti-angle-right {
  top: 40%; }

.df-book-wrapper {
  transition: .4s ease;
  transform-origin: center center; }
  .df-book-wrapper .df-book-shadow {
    transition: 1s ease;
    opacity: 1; }
  .df-book-wrapper.on-flip {
    transform: translateY(0.5rem); }
    .df-book-wrapper.on-flip .df-book-shadow {
      opacity: .3; }

.df-book-page.df-flipping {
  display: none !important; }

.df-book-page .df-page-fold-inner-shadow {
  display: none; }

.df-book-page .df-page-front:before,
.df-book-page .df-page-back:before {
  display: none; }

.df-book-stage {
  opacity: 0;
  animation: fadeIn .6s .6s forwards; }

.df-ui-btn.hide {
  visibility: hidden; }

._df_book_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0; }
  ._df_book_trigger.hide {
    display: none;
    pointer-events: none; }

/*--------------------------------------------------------------
Video
--------------------------------------------------------------*/
.video-container .page-header p {
  margin-bottom: 0; }

.video-container .page-header .col-left {
  width: calc(50% - 76px); }

.video-container .page-header .col-mid {
  text-align: left; }

.video-container .page-header .col-mid,
.video-container .page-header .col-right {
  width: 25%; }

.video-container .page-header .video-description span {
  display: block; }

.video-container.full-screen {
  min-width: 100vw;
  min-height: 100vh;
  max-width: inherit;
  max-height: inherit;
  background-color: #000; }
  .video-container.full-screen .page-header,
  .video-container.full-screen .page-footer {
    display: none; }
  .video-container.full-screen .video-wrapper .video-dimensions {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    transition: 1s; }
  .video-container.full-screen .video-wrapper .video-js {
    background-color: #000; }
  .video-container.full-screen .video-wrapper .video-poster {
    background-color: #000; }

.video-container.on-play .page-header,
.video-container.on-play .page-footer {
  opacity: 0 !important;
  pointer-events: none;
  transition: 1s;
  animation: none !important; }

.video-container.on-play .video-wrapper .video-dimensions {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh; }

.video-container.on-play .video-wrapper .video-js {
  background-color: #000; }

.video-container.on-play .video-wrapper .video-poster {
  background-color: #000; }

.video-container.on-play .video-wrapper.show-control .vjs-has-started.vjs-user-active .vjs-control-bar {
  opacity: 1; }

.video-container.on-play .video-wrapper.show-control .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  transition: 0.6s; }

.video-wrapper {
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .video-wrapper:before {
    content: '';
    background-color: #FFF;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("assets/images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    opacity: 1;
    transition: all .8s .4s ease; }
  .video-wrapper.canplay {
    pointer-events: inherit; }
    .video-wrapper.canplay:before {
      opacity: 0;
      pointer-events: none; }
    .video-wrapper.canplay .video-dimensions {
      animation: fadeIn .6s 1s forwards; }
  .video-wrapper .video-js {
    opacity: 0; }
  .video-wrapper .video-dimensions {
    width: calc(100vw - 106px);
    height: calc((100vw - 106px) * .562);
    min-width: 200px;
    min-height: 200px;
    max-width: calc(1366px - 106px);
    max-height: calc((1366px - 106px) * .562);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative; }
  .video-wrapper .video-js {
    background-color: transparent; }
  .video-wrapper .vjs-poster {
    cursor: default;
    background-color: transparent; }
  .video-wrapper .vjs-control-bar {
    display: none; }
    .video-wrapper .vjs-control-bar .vjs-picture-in-picture-control {
      display: none; }
  .video-wrapper .video-js .vjs-big-play-button {
    background-color: #000 !important;
    width: 200px !important;
    height: 200px !important;
    border-radius: 200px !important;
    font-size: 7rem !important;
    line-height: 200px !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto auto !important; }
    .video-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder {
      z-index: 2; }
      .video-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        z-index: 2; }
    .video-wrapper .video-js .vjs-big-play-button:after {
      content: '';
      position: absolute;
      display: block;
      width: 240px;
      height: 240px;
      border-radius: 240px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: auto auto;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1;
      animation: breath 3s linear infinite;
      transform-origin: center center; }
  .video-wrapper video {
    width: 100%; }

.video-js .vjs-control-bar {
  height: 80px;
  width: calc(100% - 3rem);
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  border-radius: 20px; }
  .video-js .vjs-control-bar .vjs-time-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.1rem; }
  .video-js .vjs-control-bar .vjs-play-control {
    font-size: 26px;
    margin-left: 1rem; }
  .video-js .vjs-control-bar .vjs-volume-panel {
    display: none; }
  .video-js .vjs-control-bar .vjs-fullscreen-control {
    display: none; }
  .video-js .vjs-control-bar .vjs-duration {
    margin-right: 2rem; }
  .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
    height: .5rem; }
  .video-js .vjs-control-bar .vjs-play-progress:before {
    font-size: 1.2rem; }

/*--------------------------------------------------------------
Swiper
--------------------------------------------------------------*/
.swiper-container {
  width: 100% !important;
  margin-left: 0 !important; }
  .swiper-container .items {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    margin-left: 16px;
    -ms-flex-pack: inherit;
        justify-content: inherit; }
    .swiper-container .items .item {
      width: calc(360px - 32px);
      margin-right: 32px !important; }
  .swiper-container .item-label {
    margin-left: 16px;
    margin-right: 16px; }
  .swiper-container .swiper-slide {
    -ms-flex-align: start;
        align-items: flex-start; }

@media (max-width: 834px) {
  .swiper-container .items .item {
    width: calc(360px - 32px);
    margin-right: 32px !important; } }

/*--------------------------------------------------------------
Animation
--------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes breath {
  0% {
    width: 200px;
    height: 200px;
    opacity: 1; }
  100% {
    width: 280px;
    height: 280px;
    opacity: 0; } }

/*--------------------------------------------------------------
Plugin
--------------------------------------------------------------*/
.swiper-container {
  width: 100%;
  z-index: 1; }
  .swiper-container:hover .swiper-button-next {
    opacity: 1; }
  .swiper-container:hover .swiper-button-prev {
    opacity: 1; }

.swiper-wrapper .swiper-slide {
  overflow: hidden; }

.swiper-wrapper.wide .swiper-slide img {
  width: 100%;
  height: auto; }

.swiper-wrapper.narrow .swiper-slide img {
  width: auto;
  height: 100%; }

.swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 4rem; }

.swiper-pagination-bullet {
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: #FFF;
  opacity: 1; }

.swiper-pagination {
  position: relative; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  margin: 0 2px;
  border-radius: 0; }

/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important; }
  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0; }
  /* Font sizes */
  body {
    font-size: 12pt; }
  h1 {
    font-size: 24pt; }
  h2 {
    font-size: 22pt; }
  h3 {
    font-size: 17pt; }
  h4 {
    font-size: 12pt; }
  h5 {
    font-size: 11pt; }
  h6 {
    font-size: 12pt; }
  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 10pt; }
  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none; }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0; }
  .custom-header-media {
    padding: 0; }
  .twentyseventeen-front-page.has-header-image .site-branding,
  .twentyseventeen-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative; }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */ }
  .site-title {
    font-size: 25pt; }
  .site-description {
    font-size: 12pt;
    opacity: 1; }
  /* Posts */
  .single-featured-image-header {
    background: transparent; }
  .entry-meta {
    font-size: 9pt; }
  /* Colors */
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */ }
  body,
  a,
  .site-title a,
  .twentyseventeen-front-page.has-header-image .site-title,
  .twentyseventeen-front-page.has-header-video .site-title,
  .twentyseventeen-front-page.has-header-image .site-title a,
  .twentyseventeen-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */ }
  h2,
  h5,
  blockquote,
  .site-description,
  .twentyseventeen-front-page.has-header-image .site-description,
  .twentyseventeen-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */ }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%; }
  .site-footer {
    padding: 0; } }