/* Generated by less 3.11.1 */
/* ----------------------------------------------- */
/* ------- site title hovr wavw animation -------- */
/* ----------------------------------------------- */
.site-title-main,
.site-title-info {
  overflow: visible;
}
.site-title-anim path,
.site-title-anim polygon {
  animation: wavw1 0.6s ease-in-out both;
}
@keyframes wavw1 {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: translateX(0.25em);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------- */
/* ------- nav buttons (hamburger icon ) --------- */
/* ----------------------------------------------- */
.menu-btn {
  display: block;
  font-size: 2em;
  position: absolute;
  bottom: 0;
  right: 0.25em;
  transform: translateX(-3em);
  transition: transform 0.5s;
  height: 2em;
  width: 2em;
}
@media (max-width: 800px) {
  .menu-btn {
    transform: none;
  }
}
@media (min-width: 801px) {
  .menu-btn {
    bottom: auto;
    top: 0.9em;
  }
  .menu-show .menu-btn {
    transform: none;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .menu-btn {
    transform: none;
    bottom: 0;
    top: auto;
  }
}
.home .menu-btn,
.home-fig-hide .menu-btn,
.intro-loading .menu-btn {
  transform: translateX(-3em);
}
.hamburger-icon {
  font-size: 0.75em;
  width: 0.75em;
  height: 0.6em;
  position: absolute;
  display: block;
  margin: auto;
  top: 0.2em;
  left: 0;
  right: 0;
}
@media (min-width: 801px) {
  .hamburger-icon {
    font-size: 1em;
  }
}
.hamburger-icon .line {
  display: block;
  background: #888;
  width: 1em;
  /*    height: 0.1em;*/
  height: 1px;
  position: absolute;
  left: 0;
  border-radius: 0.05em;
  transition: transform 0.5s;
}
.hamburger-icon .line.line-1 {
  top: 0;
}
.hamburger-icon .line.line-2 {
  top: 50%;
}
.hamburger-icon .line.line-3 {
  top: 100%;
}
.menu-btn:hover .line-1,
.menu-btn:focus .line-1 {
  transform: translateY(-0.05em);
}
.menu-btn:hover .line-3,
.menu-btn:focus .line-3 {
  transform: translateY(0.05em);
}
.menu-show .hamburger-icon .line-1 {
  transform: translateY(0.3em) translateX(0) rotate(45deg);
}
.menu-show .hamburger-icon .line-2 {
  opacity: 0;
}
.menu-show .hamburger-icon .line-3 {
  transform: translateY(-0.3em) translateX(0) rotate(-45deg);
}
/* ----------------------------------------------- */
/* --------- nav link ( instagram icon) ---------- */
/* ----------------------------------------------- */
.header-link {
  position: absolute;
  bottom: 2em;
  right: 0.5em;
  height: 2.5em;
  width: 2.5em;
  display: block;
  z-index: 5;
  transition: transform 2s;
}
@media (max-width: 800px) {
  .header-link {
    height: 1.75em;
    width: 1.75em;
    right: 1.25em;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .header-link {
    display: none;
  }
}
.header-link-svg {
  stroke: black;
  stroke-width: 7;
  fill: none;
  width: 100%;
}
.dark .header-link-svg {
  stroke: #ccc;
}
.header-link-text {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1em;
  right: -6em;
  width: 5em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 1s , transform 1s;
  opacity: 0;
  transform: translate3d(3em, 0, 0);
  pointer-events: none;
  color: #fdb813;
}
.header-link:focus .header-link-text,
.header-link:hover .header-link-text {
  opacity: 1;
  transform: none;
}
.home .header-link,
.errorr .header-link,
.intro-loading .header-link,
.project .header-insta-link {
  transform: translateX(-300%) !important;
}
@media (max-width: 800px) {
  .header-link {
    transform: translateX(-300%);
  }
}
.menu-show.home-fig-hide .header-insta-link {
  transform: none !important;
}
/* ----------------------------------------------- */
/* ----------- nav menu ( left side ) ------------ */
/* ----------------------------------------------- */
.header-nav {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  margin: auto;
  height: 2em;
  width: 30em;
  transform-origin: right center;
  transform: rotate(-90deg) translate(50%, 0);
  text-transform: uppercase;
}
@media (orientation: landscape) and (max-height: 500px) {
  .header-nav {
    display: none;
  }
}
@media (max-height: 700px) {
  .header-nav {
    width: 25em;
  }
}
@media (max-height: 570px) {
  .header-nav {
    width: 20em;
  }
}
.header-nav-ul {
  display: flex;
  justify-content: space-between;
  transition: transform 1s 2s,  opacity 1s 2s;
}
.home .header-nav-ul,
.errorr .header-nav-ul,
.home-fig-hide .header-nav-ul,
.menu-show .header-nav-ul,
.intro-loading .header-nav-ul {
  opacity: 0;
  transform: translateY(-800%);
  transition: transform 1s 0s,  opacity 1s;
}
.loading .header-nav-ul {
  transform: translateX(-5em);
  opacity: 0;
  transition: transform 0.75s 0s, opacity 0.75s;
}
.has-loaded.loading .header-nav-ul {
  transition: none;
  opacity: 0;
  transform: translateX(-5em);
}
.has-loaded .header-nav-ul {
  transform: none;
  transition: transform 2s 1.5s, opacity 1s 1s;
}
.nav-li-a {
  padding: 0 1em;
  color: #999;
  display: inline-block;
  transition: transform 1s;
}
@media (max-height: 570px) {
  .nav-li-a {
    padding-left: 0;
  }
}
.nav-li-a:visited {
  color: #999;
}
.nav-li-a:hover {
  color: #999;
  transform: translateX(1em);
}
@media (max-width: 800px) {
  .header-nav {
    display: none;
  }
}
.nav-active,
.nav-active:visited,
.nav-active:hover {
  cursor: default;
  color: #fdb813;
}
.nav-active-color,
.nav-active-color:visited,
.nav-active-color:hover {
  color: #fdb813;
}
.nav-active:hover {
  transform: none;
}
/* ----------------------------------------------- */
/* -------- site nav menu ( with lines ) --------- */
/* ----------------------------------------------- */
.nav-menu {
  display: block;
  position: fixed;
  left: calc(50vw - 15em);
  right: calc(50vw - 15em);
  top: 0;
  bottom: 0;
  height: 100vh;
  height: var(--vh100);
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.home .nav-menu,
.errorr .nav-menu {
  z-index: 500;
  pointer-events: none;
}
@media (max-width: 800px) {
  .nav-menu {
    left: 5em;
    right: 5em;
  }
}
@media (max-width: 500px) {
  .nav-menu {
    left: 3.5em;
    right: 2.5em;
  }
}
@media (max-width: 380px) {
  .nav-menu {
    left: 3em;
    right: 3em;
  }
}
.menu-show .nav-menu {
  pointer-events: all;
}
.nav-menu-ul {
  display: flex;
  justify-content: space-between;
  height: 100vh;
  height: var(--vh100);
  align-items: center;
  position: relative;
  z-index: 5;
  transition: transform 1s ,
		opacity 0s 1s;
  transform: translateY(110%);
  opacity: 0;
}
.home .nav-menu-ul,
.errorr .nav-menu-ul,
.home-fig-hide .nav-menu-ul {
  transform: translateY(110%);
  opacity: 1;
}
.menu-show .nav-menu-ul {
  transform: none ;
  opacity: 1;
  transition: transform 2s cubic-bezier(0.51, -0.33, 0.45, 1.24) 0.5s, opacity 0s;
}
.nav-menu .nav-li {
  position: relative;
  font-size: 1.5em;
  font-weight: lighter;
}
@media (min-width: 1000px) {
  .nav-menu .nav-li {
    font-size: 2em;
  }
}
/*.nav-menu .nav-li-1 {
	top: -25vh;
	top: var(--vh-25)
}*/
.nav-menu .nav-li-2 {
  bottom: -25vh;
  bottom: var(--vh-25);
  left: 0.5em;
}
.nav-menu .nav-li-4 {
  position: relative;
  top: -50vh;
  top: var(--vh-50);
}
@media (max-width: 400px) {
  .nav-menu .nav-li-3 .nav-li-a,
  .nav-menu .nav-li-1 .nav-li-a {
    position: absolute;
    top: -100%;
    bottom: -100%;
    margin: auto;
    height: 1em;
  }
  .nav-menu .nav-li-1 .nav-li-a {
    left: 0;
  }
  .nav-menu .nav-li-3 .nav-li-a {
    right: 0;
  }
  .nav-menu .nav-li {
    flex-basis: 3em;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .nav-menu .nav-li-1,
  .nav-menu .nav-li-3 {
    height: 2em;
  }
}
/*@media (max-width:800px) {
	.nav-menu .nav-li-1 {
		bottom: -25vh;
		bottom: var(--vh-25);
		top: 0;
	}
	.nav-menu .nav-li-2 {
		bottom: -25vh;
		bottom: var(--vh-25);
	}
	.nav-menu .nav-li-3 {
		top: -25vh;
		top: var(--vh-25);
		bottom: 0;
	}
}*/
.nav-menu .nav-li-a {
  padding: 0.5em 0;
  color: black;
  display: block;
  transition: transform 1s;
  font-weight: bold;
  text-transform: uppercase;
  color: #fdb813;
}
.nav-menu .nav-li-a:hover,
.nav-menu .nav-li-a:focus {
  transform: translateY(-0.5em);
}
.nav-menu .nav-li-a:focus {
  color: gray;
}
.nav-menu .nav-active,
.nav-menu .nav-active-color {
  color: #d2c7ae;
}
.loading .nav-menu-ul {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.51, -0.33, 0.45, 1.24) 0s, opacity 0.25s 0.75s;
}
.go-to-load .nav-menu-ul {
  /*	transform: translateY(-200%);*/
  transform: scale(1.5);
  transition: transform 2s cubic-bezier(0.51, -0.33, 0.45, 1.24) 0s, opacity 0.25s 0.75s;
}
.has-loaded.loading .nav-menu-ul {
  transition: transform 0s, opacity 0s 1s;
  /*	transform: translateY(2000%);*/
  transform: scale(0.5);
}
.has-loaded.menu-show .nav-menu-ul {
  transition: transform 2s cubic-bezier(0, 0.49, 0.74, 1.08) 0s, opacity 0.5s 0.2s;
  opacity: 1;
}
/*-------------------------------------------------*/
/*------------------- scrolbar --------------------*/
/*-------------------------------------------------*/
/* disable selection while dragging */
.gm-scrollbar-disable-selection {
  -webkit-touch-callout: none;
  user-select: none;
}
/* fallback for native floating scrollbars */
.scrolbar,
.gm-prevented {
  -webkit-overflow-scrolling: touch;
}
.gm-prevented > .gm-scrollbar {
  display: none;
}
/* actual gemini-scrollbar styles */
.gm-scrollbar-container {
  /*  position: relative;*/
  overflow: hidden;
  /*  width: 100%;*/
  /*  height: 100%;*/
}
.gm-scrollbar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  /*  border-radius: 3px;*/
  transition: opacity 0.5s 1.5s;
  opacity: 1;
}
.loading .gm-scrollbar,
.menu-show .gm-scrollbar,
.hide-main .gm-scrollbar,
.intro-loading .gm-scrollbar {
  opacity: 0;
  transition: opacity 0.5s 0s;
}
.gm-scrollbar.-vertical {
  width: 6px;
  top: 2px;
}
.gm-scrollbar.-horizontal {
  height: 6px;
  left: 2px;
  display: none;
}
.gm-scrollbar .thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  border-right: 4px solid gray;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s 1s;
}
.intro-loading .gm-scrollbar .thumb {
  opacity: 0;
}
.gm-scrollbar .thumb:hover,
.gm-scrollbar .thumb:active {
  background-color: #888;
}
.gm-scrollbar.-vertical .thumb {
  width: 50%;
}
.gm-scrollbar.-horizontal .thumb {
  height: 100%;
}
.gm-scrollbar-container .gm-scroll-view {
  width: 100%;
  height: 100%;
  overflow: scroll;
  /*	transform: translate3d(0, 0, 0);*/
  -webkit-overflow-scrolling: touch;
  /*	pointer-events: none*/
}
/* @option: autoshow */
.gm-scrollbar-container.gm-autoshow .gm-scrollbar {
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.gm-scrollbar-container.gm-autoshow:hover > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:active > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:focus > .gm-scrollbar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.gm-resize-trigger {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}
/*-------------------------------------------------*/
/*-- container of page itesm (about, contact...) --*/
/*-------------------------------------------------*/
.main-con {
  margin-right: 2.5em;
  margin-left: 2.5em;
  /*	this margin will be changed in pages/footer.css file */
  position: relative;
  min-height: 100vh;
  min-height: var(--vh100);
  padding-top: 5em;
  max-width: 100%;
  width: auto;
}
/*-------------------------------------------------*/
/*------- smoothstate transitions of <main> -------*/
/*-------------------------------------------------*/
/*  some properties of ".smooth-con" (like transition)
    is set at "style/misk.css" */
.go-to-load .smooth-con {
  opacity: 0;
  animation: loadingMain 1s ease-in both;
}
.loading .smooth-con {
  opacity: 0;
  pointer-events: none;
}
.has-loaded .smooth-con {
  animation: loadedMain 1s ease-out both;
  animation-delay: 0.75s;
}
@keyframes loadingMain {
  0% {
    /*		transform: translateY(0);*/
    /*		transform: translate3d(0,0,0);*/
    transform: scale(1);
  }
  100% {
    /*		transform: translateY(-100%);*/
    /*		transform: translate3d(0,-100%,0);*/
    transform: scale(1.5);
  }
}
@keyframes loadedMain {
  0% {
    opacity: 0;
    /*		transform: translateY(100%);*/
    /*		transform: translate3d(0,100%,0);*/
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    /*		transform: translateY(0);*/
    /*		transform: translate3d(0,0,0);*/
    transform: scale(1);
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ----------------------------------------------- */
/* ------------------- footer -------------------- */
/* ----------------------------------------------- */
.footer {
  display: block;
  opacity: 1;
  height: 100vh;
  height: var(--vh100);
  width: 1em;
  position: fixed;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  /*	transition: is specified on style/misk.css */
  /*	transform: is specified on style/misk.css */
}
@media (min-width: 1400px) {
  .main-con {
    margin: 0 3.5em;
  }
  .footer {
    right: 2em;
  }
}
@media (max-width: 900px) {
  .main-con {
    margin: 0 2em;
  }
  .footer {
    right: 0.75em;
  }
}
@media (max-width: 700px) {
  .main-con {
    margin: 0 1.75em;
  }
  .footer {
    right: 0.5em;
  }
}
@media (max-width: 500px) {
  .main-con {
    margin: 0 1.5em;
  }
  .footer {
    right: 0.25em;
  }
}
@media (max-width: 380px) {
  .main-con {
    margin: 0 1em;
  }
  .footer {
    right: -0.15em;
  }
}
.home .footer {
  transform: translateX(300%);
}
.menu-show .footer {
  transform: none ;
  transition: transform 2s 2s;
}
.footer-con {
  display: block;
  width: 100vh;
  width: var(--vh100);
  height: 1em;
  position: absolute;
  top: 0;
  left: 1em;
  transform: rotate(90deg);
  transform-origin: top left;
  display: flex;
  font-size: 0.75em;
  align-items: center;
  justify-content: center;
  color: #aaa;
}
@media (min-height: 720px) {
  .footer-con {
    font-size: 0.8em;
  }
}
@media (min-height: 820px) {
  .footer-con {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 500px) {
  .footer-con {
    text-transform: uppercase;
    font-size: 0.65em;
    letter-spacing: 0.1em;
  }
}
.footer-p {
  margin-right: 2em;
}
@media (max-height: 250px) {
  .footer-p {
    margin-right: 1em;
  }
}
.footer-copy {
  margin: 0;
}
.footer-share,
.footer-theme {
  transition: all 1s;
}
.footer-theme {
  margin-right: 2em;
}
.footer-p a:hover,
.footer-p a:focus,
.footer-share:hover,
.footer-share:focus,
.footer-theme:hover,
.footer-theme:focus {
  color: black;
}
.dark .footer-p a:hover,
.dark .footer-p a:focus,
.dark .footer-share:hover,
.dark .footer-share:focus,
.dark .footer-theme:hover,
.dark .footer-theme:focus {
  color: #fdb813;
}
@media (max-height: 680px), (max-width: 500px) and (max-height: 750px) {
  .footer-designer-span {
    display: none;
  }
  .footer-designer {
    text-transform: capitalize;
  }
}
@media (max-height: 630px), (max-width: 500px) and (max-height: 700px) {
  .footer-share-span {
    display: none;
  }
}
@media (max-height: 580px), (max-width: 500px) and (max-height: 650px) {
  .footer-rights {
    display: none;
  }
  .footer-copy {
    margin-right: 2em;
  }
}
@media (max-height: 480px), (max-width: 500px) and (max-height: 510px) {
  .footer-theme-span {
    display: none;
  }
}
@media (max-height: 430px), (max-width: 500px) and (max-height: 460px) {
  .footer-copy-span {
    display: none;
  }
}
@media (max-height: 390px), (max-width: 500px) and (max-height: 415px) {
  .footer-copy-span {
    display: inline;
  }
  .footer-copy-i {
    display: none;
  }
  .footer-copy {
    margin-right: 0.25em;
  }
}
@media (max-width: 500px) {
  .footer-designer {
    text-transform: inherit;
  }
}
@media (max-height: 230px), (max-width: 500px) and (max-height: 270px) {
  .footer-share {
    display: none;
  }
}
@media (max-height: 310px) {
  .footer-theme {
    display: none;
  }
}
@media (max-height: 195px), (max-width: 500px) and (max-height: 220px) {
  .footer-designer {
    display: none;
  }
  .footer-copy-i {
    display: inline;
  }
}
/* ----------------------------------------------- */
/* ---------------- share dialog ----------------- */
/* ----------------------------------------------- */
.share {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*	border: 0.25em solid #555;*/
  width: 16.5em;
  height: 29em;
  background: #fff;
  box-shadow: 0 0 30em gray ;
  z-index: -1;
  /*	border-radius: 0.5em;*/
  transform-origin: center;
  transform: scale(1.5);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.63, -0.01, 0.54, 1.13), opacity 1s;
}
.share.active {
  transform: none;
  opacity: 1;
}
.share-title {
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-top: 0.25em;
}
.share-ul {
  position: relative;
  padding: 1em 0;
  padding-top: 3.5em;
  padding-bottom: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.share-li {
  border-top: 1px solid #ccc;
  position: relative;
}
.share-a {
  position: relative;
  padding: 1.25em 1em;
  display: block;
  padding-bottom: 1.75em;
}
.share-i,
.share-b {
  position: relative;
  top: 0.25em;
  color: #444;
}
.share-i {
  transition: max-width 1s;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.desktop .share-i {
  max-width: 0;
  color: #aaa;
}
.mob .share-i {
  font-weight: normal;
  color: #aaa;
}
.share-a:hover,
.share-a:focus {
  color: #888;
}
.share-a:hover .share-i,
.share-a:focus .share-i {
  max-width: 5.75em;
}
.share-b {
  display: inline-block;
  vertical-align: top;
}
.share-svg {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1.25em;
}
.share-cancel {
  position: absolute;
  right: 0.25em;
  top: 1.25em;
  opacity: 0.6;
  transition: opacity 0.5s;
}
.share-cancel-svg {
  width: 1em;
  height: 1em;
  fill: #555;
}
.share-cancel:hover,
.share-cancel:focus,
.mob .share-cancel {
  opacity: 1;
  outline: none;
}
#share-copy .share-svg {
  fill: #8b876d;
}
#share-telegram .share-svg {
  fill: #0088cc;
}
#share-whatsapp .share-svg {
  fill: #23987d;
}
#share-fb .share-svg {
  fill: #3c5b99;
}
#share-tweet .share-svg {
  fill: #00aced;
}
#share-lkdin .share-svg {
  fill: #007bb6;
}
.share-copy {
  text-align: left;
  text-transform: inherit;
  width: 100%;
}
#share-copy-input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
/*----------------------------------------------------*/
/*---------------- home page basement ----------------*/
/*----------------------------------------------------*/
.home-main-con {
  /* the opacity is set to 0 in style.css ,
	so we should set it to 1 */
  opacity: 1;
  transition: opacity 2s 3.5s;
}
.intro-loading .home-main-con {
  opacity: 0;
}
.home-con {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: var(--vh100);
}
.home-fig-hide .nav-menu {
  z-index: 500;
}
.errorr .site-bg-comp {
  transform: scale(0.01);
}
.intro-loading .site-bg-comp {
  transform: scale(2);
}
/*----------------------------------------------------*/
/*----------------- home page texts ------------------*/
/*----------------------------------------------------*/
.home-title,
.home-btn {
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  position: fixed;
  z-index: 500;
  white-space: nowrap;
}
.home-title {
  width: 17em;
  height: 2em;
  top: 3.5em;
  letter-spacing: 0.31em;
  color: gray;
  transition: transform 0.75s 0.25s, opacity 0.75s 0.25s;
}
@media (max-height: 480px) {
  .home-title {
    display: none;
  }
}
.home-fig-hide .home-title {
  transform: translateY(-0.75em) scale(0.5);
  opacity: 0;
}
.home-btn {
  letter-spacing: 1em;
  bottom: 0;
  width: 15em;
  height: 5em;
  transition: opacity 1s , transform 1s;
  font-weight: bold;
  color: #000;
  display: block;
}
.dark .home-btn {
  color: #fdb813;
}
.intro-loading .home-btn {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-3em);
}
@media (min-height: 1850px) {
  .home-btn {
    bottom: 5vh;
    bottom: var(--vh5);
  }
}
@media (min-height: 2150px) {
  .home-btn {
    bottom: 10vh;
    bottom: var(--vh10);
  }
}
@media (orientation: portrait) and (min-height: 900px) {
  .home-btn {
    bottom: 5vh;
    bottom: var(--vh5);
  }
}
@media (orientation: portrait) and (min-height: 1100px) {
  .home-btn {
    bottom: 10vh;
    bottom: var(--vh10);
  }
}
.home-fig-hide .home-btn {
  transform: scale(0.7);
  opacity: 0;
}
.home-btn-txt {
  transition: transform 1s;
  transform: translate3d(0, 0, 0);
  display: block;
}
.home-btn:hover .home-btn-txt,
.home-btn:focus .home-btn-txt {
  transform: scale(0.9);
}
.home-texts {
  position: absolute;
  top: -500%;
  left: -100%;
}
.no-js .home-btn-js {
  display: none;
}
/*----------------------------------------------------*/
/*------------------- error page ---------------------*/
/*----------------------------------------------------*/
.error-con,
.error-btn {
  letter-spacing: 0;
  width: 100%;
}
.error-con {
  height: auto;
  min-height: 7vh;
}
.error-text {
  text-transform: none;
  color: gray;
}
.error-code {
  display: block;
  font-size: 2em;
  font-weight: lighter;
}
@media (max-height: 500px) {
  .error-code {
    display: none;
  }
}
.error-img {
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  line-height: 0.65em;
  background: transparent;
  color: transparent;
  border: 1px solid gray ;
  border-radius: 0.3em;
}
@media (min-height: 501px) {
  .error-con,
  .error-btn {
    transform: translateY(-15%);
  }
}
@media (max-height: 500px) {
  .error-con,
  .error-btn {
    transform: translateY(25%);
  }
}
@media (max-width: 600px) {
  .error-text {
    display: none;
  }
}
/*----------------------------------------------------*/
/*----------------- home slide show ------------------*/
/*----------------------------------------------------*/
.home-fig {
  width: 80vmin;
  height: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s 3s;
}
.intro-loading .home-fig,
.home-fig-hide .home-fig {
  opacity: 0;
}
.home-fig-hide .home-fig {
  transition: opacity 1s;
}
/*----------------------------------------------------*/
/*------------ home slide show pictures --------------*/
/*----------------------------------------------------*/
/*.home-fig:after ,*/
/*.overly-dots {
	content: '';
	top: 0; bottom: 0; left: 0; right: 0;
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAAGElEQVR42mJgBAEGBkYIDacYUHggABBgAALoACMPvDmOAAAAAElFTkSuQmCC);
	background-repeat: repeat;
	z-index: 100;
	pointer-events: none;
	opacity: 0.75;
}*/
.home-pics {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  overflow: hidden;
  transition: opacity 5s;
}
.intro-loading .home-pics,
.home-fig-hide .home-pics {
  opacity: 0;
}
.home-img {
  display: block;
  position: absolute;
  margin: auto;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  transition: opacity 1s, transform 0.5s 2s;
  opacity: 0;
}
.home-img.port {
  top: -1000%;
  bottom: -1000%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.home-img.land {
  left: -1000%;
  right: -1000%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
.home-img.show {
  transition: opacity 1s, transform 7s cubic-bezier(0.5, 0, 0.7, 1);
  transform: scale(1.2);
  opacity: 1;
}
/*----------------------------------------------------*/
/*------- home slide show - svg Mask (logo ) ---------*/
/*----------------------------------------------------*/
.home-mask {
  z-index: 101;
  width: 100%;
  position: relative;
  height: auto;
  overflow: visible;
  fill: #fff;
}
.dark .home-mask {
  fill: #444;
}
.home-comps {
  transform-origin: center;
  transition: transform 2s cubic-bezier(0.6, 0, 0.4, 1), opacity 2s;
}
.home-comps:hover {
  transition: transform 2s cubic-bezier(0.6, 0, 0.4, 1), opacity 3s;
  transform: scale(1.1);
  opacity: 0;
}
/* ----------------------------------------------- */
/* -------------- about main layout -------------- */
/* ----------------------------------------------- */
.about-main-con {
  margin-left: calc(50vw - 15em);
  padding-right: 15vw;
  padding-top: 25vh;
  padding-top: var(--vh25);
}
.about-section {
  margin-bottom: 50vh;
  margin-bottom: var(--vh50);
  margin-left: 2px;
  /*	border-top: 1px solid gray;*/
}
@media (max-width: 800px) {
  .about-main-con {
    margin-left: 5em;
    padding-right: 1em;
    padding-top: 3em;
  }
  .about-section {
    margin-bottom: 4em;
  }
  .about-section:last-child {
    margin-bottom: 20vh;
    margin-bottom: var(--vh20);
  }
}
@media (max-width: 700px) {
  .about-main-con {
    padding-right: 0.75em;
  }
}
@media (max-width: 500px) {
  .about-main-con {
    margin-left: 3em;
    padding-right: 0;
  }
}
@media (max-width: 440px) {
  .about-main-con {
    margin-left: 2em;
  }
}
@media (max-width: 380px) {
  .about-main-con {
    margin-left: 1.5em;
  }
}
/* ----------------------------------------------- */
/* ---------------- about titles ----------------- */
/* ----------------------------------------------- */
.about-main-title {
  transform: translate3d(0, 0, 0);
}
.about-title-span {
  display: inline-block;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 3em;
  transform-origin: bottom left;
  transform: rotate(-90deg) translateX(-100%);
  line-height: 0.65em;
  position: relative;
  left: 0.025em;
  text-align: right;
}
@media (max-width: 1000px) {
  .about-title-span {
    font-size: 2.5em;
  }
}
.about-section-title {
  position: relative;
  height: 1em;
  margin-bottom: -1em;
}
.about-section-title-span {
  left: -0.02em;
  top: -0.6em;
}
@media (max-width: 800px) {
  .about-title-span {
    font-size: 2em;
    left: 0.75em;
    top: 4em;
  }
  .about-section-title-span {
    left: 0.73em;
    top: 4em;
  }
}
@media (max-width: 600px) {
  .about-title-span {
    top: 0;
  }
}
@media (max-width: 500px) {
  .about-title-span {
    font-size: 1.5em;
    left: 1.1em;
  }
  .about-section-title-span {
    left: 1em;
    top: 25vh;
    top: var(--vh25);
  }
}
@media (max-width: 440px) {
  .about-title-span {
    left: 1.8em;
  }
  .about-section-title-span {
    left: 1.7em;
  }
}
/*@media (max-width:380px) {
	.about-section-title-span {top: 0}
}*/
@media (max-width: 380px) {
  .about-title-span {
    left: 1.9em;
  }
  .about-section-title-span {
    left: 1.8em;
  }
}
/* ----------------------------------------------- */
/* -------------- about main texts --------------- */
/* ----------------------------------------------- */
.about-text-section {
  display: flex;
}
@media (max-width: 600px) {
  .about-text-section {
    display: block;
  }
}
.about-texts {
  flex-basis: 50%;
  padding-top: 2em;
  order: -1;
  line-height: 1.2em;
}
.about-texts p {
  margin-bottom: 1em;
  padding: 0 2em;
}
@media (max-width: 800px) {
  .about-texts {
    text-align: right;
  }
  .about-texts p {
    padding-left: 3em;
  }
}
@media (max-width: 650px) {
  .about-texts p {
    padding-right: 1em;
  }
}
@media (max-width: 600px) {
  .about-texts {
    text-align: left;
    padding-top: 2em;
    margin-bottom: 4em;
    column-count: 2;
    padding-right: 1em;
    padding-left: 3em;
  }
  .about-texts p {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .about-texts {
    column-count: 1;
  }
}
/* ----------------------------------------------- */
/* --------------- about main pic ---------------- */
/* ----------------------------------------------- */
.about-main-pic {
  display: block;
  padding-top: 100%;
  width: 50%;
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
  filter: grayscale(0.7);
  transition: all 1s;
}
.resizing .about-main-pic {
  transition: none;
}
.about-main-pic:hover {
  filter: none;
}
.about-main-pic-img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
}
.about-main-pic .overly-dots {
  /*	opacity: 0.2;*/
  display: none;
}
@media (max-width: 600px) {
  .about-main-pic {
    width: calc(100% - 3em);
    margin-left: auto;
    padding-top: 85%;
    margin-top: -4.2em;
  }
  .about-main-pic-img {
    width: 100%;
    height: auto;
  }
  /* .about-main-pic:after {
		position: absolute;
		content: '';
		bottom: 0; left: 0; right: 0;
		height: 50%;
		background: linear-gradient( transparent, #fff)
	}*/
}
/* ----------------------------------------------- */
/* -------------- about team layout -------------- */
/* ----------------------------------------------- */
@media (max-width: 600px) {
  .about-team-section ul,
  .about-awards ul {
    padding-left: 3em;
  }
}
.team-item {
  display: flex;
  margin-bottom: 2px;
}
@media (max-width: 800px) and (min-width: 601px) {
  .team-item {
    margin-bottom: 1em;
  }
}
.team-texts,
.team-img-con {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.team-texts {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) and (min-width: 391px) {
  .team-item:nth-child(2n) .team-texts {
    order: 2;
    text-align: left;
  }
}
.team-text {
  padding: 0 2em;
}
@media (max-width: 650px) {
  .team-text {
    padding-right: 1em;
  }
}
@media (max-width: 600px) and (min-width: 391px) {
  .team-text {
    padding: 0;
  }
  .team-item:nth-child(2n) .team-text {
    padding-left: 1em;
  }
  .team-item:nth-child(2n-1) .team-text {
    padding-right: 1em;
  }
}
@media (max-width: 500px) and (min-width: 391px) {
  .team-item:nth-child(2n) .team-text {
    padding-left: 0.5em;
  }
  .team-item:nth-child(2n-1) .team-text {
    padding-right: 0.5em;
  }
}
@media (max-width: 390px) {
  .team-texts {
    flex-basis: 60%;
    flex-shrink: 2;
    order: 2;
    text-align: left;
  }
  .team-text {
    padding: 0;
    padding-left: 0.5em;
  }
}
.team-title {
  color: black;
  text-transform: uppercase;
}
.dark .team-title {
  color: white;
}
.team-info {
  margin-top: 1em;
  color: #888;
}
@media (min-width: 601px) {
  .team-info {
    width: 50%;
  }
}
@media (max-width: 390px) {
  .team-info {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.team-subtitle {
  text-transform: uppercase;
  /*	color: gray;*/
  color: #d1970c;
}
/*.team-item:nth-child(2n -1 )*/
.team-info {
  margin-left: auto;
}
/* ----------------------------------------------- */
@media (max-width: 480px) {
  .team-texts {
    justify-content: flex-start;
    padding-top: 0.5em;
  }
  .team-item:first-child .team-texts {
    padding-top: 0;
  }
}
.team-info-span,
.team-info-year {
  display: block;
  margin-top: 0.35em;
}
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* -------------- about team image --------------- */
/* ----------------------------------------------- */
.team-img-con {
  display: block;
  padding-top: 35%;
  /*	width: 50%; */
  position: relative;
  overflow: hidden;
  transition: all 1s;
  filter: grayscale(0.8);
}
.award-img-con {
  padding-top: 50%;
}
.award-img-con:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  box-shadow: inset 0 0 10em 3em rgba(255, 255, 255, 0.6);
  transition: opacity 1s;
}
.dark .award-img-con:after {
  box-shadow: inset 0 0 10em 3em rgba(50, 50, 50, 0.6);
}
.resizing .team-img-con {
  transition: none;
}
.team-img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: -80%;
  width: 100%;
  height: auto;
  transition: opacity 0.5s;
}
.award-img-con .team-img {
  bottom: 0;
  z-index: -1;
}
.land .team-img {
  bottom: -30%;
  top: -30%;
  left: -200%;
  right: -200%;
  height: 160%;
  width: auto;
}
.lazy .team-img {
  opacity: 0;
}
@media (max-width: 600px) {
  .team-img-con {
    padding-top: 50%;
  }
  .team-img {
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 390px) {
  .team-img-con {
    width: 40%;
    flex-basis: 40%;
    padding-top: 80%;
  }
  .team-img {
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    height: 100%;
    width: auto;
  }
}
.team-item:hover .team-img-con {
  filter: none;
}
.team-item:hover .award-img-con {
  filter: grayscale(0.5);
}
.team-item:hover .award-img-con:after {
  opacity: 0.25;
}
/* ----------------------------------------------- */
@media (max-width: 600px) and (min-width: 391px) {
  .team-img {
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  .about-team-section .team-img {
    left: 0;
    right: 0;
    top: -50%;
    bottom: -100%;
  }
}
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ------------ lazy loading animation ----------- */
/* ----------------------------------------------- */
.ld-con {
  display: none;
  font-size: 0.03em;
  width: 80em;
  height: 80em;
  margin: auto;
}
.lazy .ld-con {
  display: inline-block;
}
.ld {
  position: absolute;
  width: 16em;
  height: 16em;
  background: #aaa;
  animation: ld 1.2s linear infinite;
}
.ld-1 {
  top: 8em;
  left: 8em;
  animation-delay: 0s;
}
.ld-2 {
  top: 8em;
  left: 32em;
  animation-delay: -0.4s;
}
.ld-3 {
  top: 8em;
  left: 56em;
  animation-delay: -0.8s;
}
.ld-4 {
  top: 32em;
  left: 8em;
  animation-delay: -0.4s;
}
.ld-5 {
  top: 32em;
  left: 32em;
  animation-delay: -0.8s;
}
.ld-6 {
  top: 32em;
  left: 56em;
  animation-delay: -1.2s;
}
.ld-7 {
  top: 56em;
  left: 8em;
  animation-delay: -0.8s;
}
.ld-8 {
  top: 56em;
  left: 32em;
  animation-delay: -1.2s;
}
.ld-9 {
  top: 56em;
  left: 56em;
  animation-delay: -1.6s;
}
@keyframes ld {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.team-loading {
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.team-loading .ld-con {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.lazy .team-loading {
  opacity: 1;
}
/* ----------------------------------------------- */
/* ------------------ light box ------------------ */
/* ----------------------------------------------- */
.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--vh100);
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.dark .basicLightbox {
  background: rgba(68, 68, 68, 0.8);
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > img:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}
.awards .about-title-span {
  text-shadow: -100vh 0 gray;
}
@media (max-width: 800px) {
  .contact .nav-menu {
    z-index: 0;
  }
}
/* ----------------------------------------------- */
/* ------------- contact main layout ------------- */
/* ----------------------------------------------- */
.contact-main-con {
  display: flex;
  padding-top: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .contact-main-con {
    display: block;
    padding-top: 2em;
  }
}
@media (max-width: 500px) {
  .contact-main-con {
    margin-left: 2.5em;
  }
}
/* ----------------------------------------------- */
/* ---------------- contact texts ---------------- */
/* ----------------------------------------------- */
.contact-texts h2 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  color: #ccc;
  margin-top: 2em;
}
.contact-texts h2:first-child {
  margin-top: 0;
}
.contact-item {
  display: flex;
  position: relative;
}
.contact-item:after {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 1em;
  margin: auto;
  background: gray;
  transition: transform 0.5s ease-in-out, opacity 0.5s;
}
.contact-item:hover:after,
.contact-item:focus:after {
  transform: none;
  opacity: 1;
}
.contact-item:hover,
.contact-item:focus {
  color: inherit;
}
.contact-icon svg {
  fill: #fdb813;
  stroke: #fdb813;
  transition: all 0.5s;
  width: 1em;
  height: 1em;
  stroke-width: 4;
  overflow: visible;
}
.contact-item:hover svg,
.contact-item:focus svg {
  fill: #000;
  stroke: #000;
}
.dark .contact-item:hover svg,
.dark .contact-item:focus svg {
  fill: #fff;
  stroke: #fff;
}
.contact-mail-sign:after {
  content: '@';
  margin: -0.25em;
}
/*----------------------------------------------------*/
/*------------ contact layout : desktop --------------*/
/*----------------------------------------------------*/
@media (min-width: 800px) {
  .contact-texts h2 {
    text-align: right;
    padding-right: 5.5em;
    margin-bottom: 1em;
  }
  .contact-lin {
    height: 40vh;
    height: var(--vh40);
  }
  .contact-container {
    margin-top: 35vh;
    margin-top: var(--vh35);
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
  }
  .contact-texts,
  .map-texts {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .contact-texts {
    overflow: hidden;
  }
  .map-container {
    min-height: 100vh;
    min-height: var(--vh100);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  .contact-item {
    padding: 0.35em 0;
    margin: 0.25em 0;
    max-width: 24em;
    margin-left: auto;
  }
  .contact-item:after {
    /*height: 1px;
		width: 2em;
		transform: translateX(110%);*/
    display: none;
  }
  .contact-icon {
    order: 2;
    flex-basis: 5em;
    width: 5em;
    flex-shrink: 0;
  }
  .contact-icon b {
    font-size: 0;
  }
  .contact-link-txt {
    text-align: right;
    flex-grow: 1;
    padding-left: 2em;
  }
  .contact-icon svg {
    margin-left: 1em;
  }
}
@media (min-width: 800px) and (max-height: 550px) {
  .contact-lin {
    height: 30vh;
    height: var(--vh30);
  }
  .contact-container {
    margin-top: 25vh;
    margin-top: var(--vh25);
  }
}
@media (min-width: 800px) and (max-height: 450px) {
  .contact-lin {
    height: 20vh;
    height: var(--vh20);
  }
  .contact-container {
    margin-top: 15vh;
    margin-top: var(--vh15);
  }
}
@media (min-width: 800px) and (max-height: 400px) {
  .contact-texts h2 {
    display: none;
  }
  .contact-lin {
    height: 30vh;
    height: var(--vh30);
  }
  .contact-container {
    margin-top: 25vh;
    margin-top: var(--vh25);
  }
}
/*----------------------------------------------------*/
/*------------- contact layout : mobile --------------*/
/*----------------------------------------------------*/
@media (max-width: 799px) {
  .contact-lin {
    height: 100%;
    bottom: 5em;
  }
  .contact-container {
    margin-top: 35vh;
    margin-top: var(--vh35);
  }
  .contact-texts {
    width: 100%;
    margin-bottom: 3em;
    position: relative;
  }
  .contact-texts:before {
    content: '';
    position: absolute;
    bottom: -3em;
    left: 0;
    right: 0;
    height: 10em;
    background: linear-gradient(to top, #fff, #fff 25%, rgba(255, 255, 255, 0));
    transition: opacity 1s 1s;
    opacity: 0;
  }
  .map-container-show .contact-texts:before {
    opacity: 1;
  }
  .dark .contact-texts:before {
    background: linear-gradient(to top, #444, #444 25%, rgba(68, 68, 68, 0));
  }
  .map-container {
    width: 100%;
    height: 100vh;
    height: var(--vh100);
    z-index: 1;
  }
  .contact-texts h2 {
    position: absolute;
    left: -100%;
  }
  .contact-item {
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .contact-item:after {
    left: 0;
    opacity: 0;
    width: 3px;
  }
  .contact-icon,
  .contact-link-txt {
    flex-basis: 50%;
    padding: 0.75em 0;
  }
  .contact-icon {
    flex-basis: calc(50% - 1px);
    text-align: right;
    padding-right: 0.75em;
    text-transform: uppercase;
  }
  .contact-link-txt {
    padding-left: 0.75em;
    /*		padding-right: 1.5em;*/
    overflow: hidden;
    word-wrap: break-word;
  }
}
/*----------------------------------------------------*/
/* ---------------------- map ----------------------- */
/*----------------------------------------------------*/
.map-loading-svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 1s, transform 1s;
  fill: #bbb;
}
.map-container-show .map-loading-svg {
  opacity: 0;
  transform: scale(1.5);
}
.map-container {
  position: relative;
  user-select: none;
}
.map-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: var(--vh100);
  outline: none;
  background: #fff;
}
.dark .map-frame {
  background: #444;
}
.map-frame-noJs {
  background-size: cover;
  background-position: center;
}
.map-frame-fg {
  display: none;
}
.map-container:after,
.map-container:before {
  content: '';
  top: 0;
  bottom: 0;
  right: -1px;
  width: 6em;
  position: absolute;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  height: 100%;
  margin-left: auto;
  z-index: 2;
  pointer-events: none;
}
.dark .map-container:after,
.dark .map-container:before {
  background: linear-gradient(to left, #444, rgba(68, 68, 68, 0));
}
.map-container:before {
  left: -1px;
  right: auto;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.dark .map-container:before {
  background: linear-gradient(to right, #444, rgba(68, 68, 68, 0));
}
.map-frame,
.map-container:after,
.map-container:before {
  transition: opacity 1s 1s;
  opacity: 0;
}
.map-container-show .map-frame,
.map-container-show .map-container:after,
.map-container-show .map-container:before {
  opacity: 1;
}
@media (max-width: 799px) {
  .map-container:before {
    display: block;
    left: -1px;
    right: auto;
    background: linear-gradient(to right, #fff, #fff 25%, rgba(255, 255, 255, 0));
    margin: 0 auto 0 0 ;
    width: 12em;
  }
  .dark .map-container:before {
    background: linear-gradient(to right, #444, #444 25%, rgba(68, 68, 68, 0));
  }
  .map-frame-fg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
    height: 15em;
    max-height: 20vh;
    background: linear-gradient(to bottom, #fff, #fff 25%, rgba(255, 255, 255, 0));
    transition: opacity 1s 1s;
    opacity: 0;
  }
  .dark .map-frame-fg {
    background: linear-gradient(to bottom, #444, #444 25%, rgba(68, 68, 68, 0));
  }
  .map-container-show .map-frame-fg {
    opacity: 1;
  }
}
.works-main-title {
  display: none;
}
/* ----------------------------------------------- */
/* --------------- options button ---------------- */
/* ----------------------------------------------- */
.works-options-btn {
  display: none;
  transform: translateY(-5em) translateX(-0.25em);
}
@media (max-width: 800px) {
  .works .works-options-btn {
    display: block;
  }
  .header-link-text {
    font-size: 0;
  }
}
@media (max-height: 350px) {
  .works .works-options-btn,
  .project .works-options-btn {
    transform: translateY(-4em) translateX(-0.25em);
  }
}
@media (max-height: 300px) {
  .works .works-options-btn,
  .project .works-options-btn {
    transform: translateY(-3em) translateX(-0.25em);
  }
}
@media (max-height: 270px) {
  .works .works-options-btn {
    display: none;
  }
}
.loading .works-options-btn,
.menu-show .works-options-btn {
  transform: translateX(-10em);
  pointer-events: none;
}
.works .project-options-btn {
  display: none;
}
/* ----------------------------------------------- */
/* --------------- grid containers --------------- */
/* ----------------------------------------------- */
.works-main-con {
  margin-right: calc(50vw - 15em);
  padding-left: 15vw;
  padding-top: 2.5em;
}
@media (max-width: 800px) {
  .works-main-con {
    margin-right: 5em;
  }
}
@media (max-width: 500px) {
  .works-main-con {
    padding-left: 2.5em;
    margin-right: 2.5em;
  }
}
@media (max-width: 380px) {
  .works-main-con {
    padding-left: 1.5em;
    margin-right: 1.5em;
  }
}
.grid-parent-con {
  padding-bottom: 10vh;
}
.grid-con {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
/* ----------------------------------------------- */
/* ----------------- grid layout ----------------- */
/* ----------------------------------------------- */
.grid-con:after,
.grid-con:before {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  /*	width:  25%;*/
  width: 50%;
  float: left;
  position: relative;
}
@media (max-height: 550px) and (orientation: landscape) and (max-width: 1200px) {
  .grid-item {
    width: 33.33333333%;
  }
}
/*@media (min-width: 992px) {
	.grid-item {  width:  33.333333333% }
}
@media (min-width: 1400px) {
	.grid-item {  width:  25% }
}
@media (max-width: 650px) {
	.grid-item {  width:  50% }
}*/
/* ----------------------------------------------- */
/* ------------ grid item internal <a> ----------- */
/* ----------------------------------------------- */
.grid-link {
  margin-bottom: 2em;
  transition: opacity 0.5s;
  display: block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.work-intro-anim .grid-link {
  opacity: 0;
}
/* ----------------------------------------------- */
/* ----------------- grid images ----------------- */
/* ----------------------------------------------- */
.grid-img {
  filter: grayscale(0.9);
  transition: all 2s 1s;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grid-img img,
.grid-img:after {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.grid-img:after {
  content: '';
  background: #ccc;
  opacity: 0.1;
  transition: opacity 1s;
}
.lazy .grid-img:after {
  opacity: 1;
}
.grid-item:hover .grid-img {
  filter: none;
  transition: all 1s;
}
.works .lazy-spiner:after {
  border: 0.25em solid #fff;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
}
.grid-item.lazy .lazy-spiner {
  display: block;
}
.img-noscript {
  z-index: 1000;
  opacity: 1 !important;
}
/* ----------------------------------------------- */
/* ------------ lazy loading animation ----------- */
/* ----------------------------------------------- */
.grid-loading {
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5em;
  height: 2.5em;
  z-index: 10;
}
.lazy .grid-loading {
  opacity: 1;
}
.ld-con {
  display: none;
  font-size: 0.03em;
  width: 80em;
  height: 80em;
  margin: auto;
}
.lazy .ld-con {
  display: inline-block;
}
.ld {
  position: absolute;
  width: 16em;
  height: 16em;
  background: #aaa;
  animation: ld 1.2s linear infinite;
}
.ld-1 {
  top: 8em;
  left: 8em;
  animation-delay: 0s;
}
.ld-2 {
  top: 8em;
  left: 32em;
  animation-delay: -0.4s;
}
.ld-3 {
  top: 8em;
  left: 56em;
  animation-delay: -0.8s;
}
.ld-4 {
  top: 32em;
  left: 8em;
  animation-delay: -0.4s;
}
.ld-5 {
  top: 32em;
  left: 32em;
  animation-delay: -0.8s;
}
.ld-6 {
  top: 32em;
  left: 56em;
  animation-delay: -1.2s;
}
.ld-7 {
  top: 56em;
  left: 8em;
  animation-delay: -0.8s;
}
.ld-8 {
  top: 56em;
  left: 32em;
  animation-delay: -1.2s;
}
.ld-9 {
  top: 56em;
  left: 56em;
  animation-delay: -1.6s;
}
@keyframes ld {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ----------------------------------------------- */
/* ----------------- grid texts ------------------ */
/* ----------------------------------------------- */
.grid-info {
  white-space: nowrap;
  height: 2em;
  line-height: 1em;
}
.grid-title {
  text-transform: uppercase;
  margin-top: 0.25em;
  font-size: 0.85em;
  color: #333;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.dark .grid-title {
  color: #fff;
}
.grid-info-dl {
  color: #aaa;
  font-size: 0.68em;
  text-transform: uppercase;
  overflow: hidden;
}
/*.grid-title:after ,
.grid-info dl:after{
	content: '';
	position: absolute;
	display: block;
	right: 0;
	width: 1.5em;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, transparent,white)
}
.grid-info dl:after {
	top: auto;
	height: 2em;
}*/
.grid-info-dt,
.grid-info-dd {
  display: inline-block;
  height: 1em;
}
.grid-info-dd {
  transition: color 0.5s 0.5s;
  margin-right: 0.125em;
}
.grid-info-dt {
  overflow: hidden;
  max-width: 0;
  transition: max-width 1s;
}
/*@media (min-width:700px) {
	.grid-link:hover dt, 
	.grid-link:focus dt{
		transition: max-width 1s 1s;
		max-width: 10em;
	}
	.grid-link:hover dd, 
	.grid-link:focus dd{
		color: #444;
	} 
}*/
.grid-info-dt:after {
  margin-right: -0.125em;
}
/*portrait phone*/
@media (max-height: 750px) and (max-width: 499px) {
  .grid-info-dd:last-child,
  .grid-info-dt:last-child {
    display: none;
  }
}
/* ----------------------------------------------- */
/* ------------ projects options base ------------ */
/* ----------------------------------------------- */
.grid-options {
  position: fixed;
  left: 5em;
  right: 5em;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  /*	background: #fff;*/
  pointer-events: none;
  overflow: hidden;
  transition: transform 0.5s;
}
.no-js .grid-options {
  display: none;
}
@media (min-width: 801px) {
  .grid-options {
    left: calc(50vw + 15em);
  }
}
@media (max-width: 1000px) {
  .grid-options {
    right: 2.5em;
  }
}
@media (max-width: 800px) {
  .grid-options {
    left: auto;
    width: 15em;
    pointer-events: all;
    background: white;
  }
  .dark .grid-options {
    background: #444;
  }
  .grid-options:after {
    position: absolute;
    left: 0;
    width: 1px;
    background: gray;
    top: 0;
    bottom: 0;
    content: '';
    transition: opacity 0.5s;
  }
  .grid-options-hide {
    transform: translateX(150%);
    transform: translate3d(150%, 0, 0);
    pointer-events: none;
  }
  .grid-options-hide:after {
    opacity: 0;
  }
}
@media (max-width: 500px) {
  .grid-options {
    right: 2.5em;
  }
}
@media (max-width: 380px) {
  .grid-options {
    right: 1.5em;
  }
}
.grid-options-container {
  width: 13em;
  max-height: 75vh;
  max-height: var(--vh75);
  pointer-events: all;
  position: relative;
  transition: transform 0.5s 0.25s, opacity 0.5s;
  -webkit-overflow-scrolling: touch;
}
.mob .grid-options-container {
  overflow: scroll;
}
.desktop .grid-options-container {
  max-height: 80vh;
  max-height: var(--vh80);
}
/*.grid-options-container:after {
	position: absolute;
	content: '';
	bottom: 0;
	height: 3em;
	left: 0;
	right: 0;
	display: none;
	background: linear-gradient(transparent, white);
}
.desktop .grid-options-container:after {
	display: block;
}*/
.desktop .grid-options-container-internal {
  min-height: 80vh;
  min-height: var(--vh80);
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: all;
}
@media (max-width: 800px) {
  .grid-options-hide .grid-options-container {
    transition: transform 0.5s, opacity 0.5s;
    transform: translateX(-100%);
  }
}
.loading .grid-options,
.menu-show .grid-options,
.go-to-load .grid-options,
.intro-loading .grid-options {
  transition: transform 0.5s cubic-bezier(0.39, 1.12, 1, 1), opacity 0.5s;
  transform: scale(0.4);
  opacity: 0;
}
.menu-ending .grid-options {
  transition: transform 1s cubic-bezier(0.39, 1.12, 1, 1) 0.5s, opacity 1s 0.5s;
}
.grid-options .gm-scrollbar {
  left: 0;
  right: auto;
  display: none;
}
.works .-horizontal {
  display: none;
}
.grid-options .thumb {
  border: none;
}
.grid-options-container > .gm-scroll-view {
  overflow-x: hidden;
}
/* ----------------------------------------------- */
/* ----- projects options : items and texts ------ */
/* ----------------------------------------------- */
.grid-options {
  text-align: left;
  text-transform: uppercase;
}
.grid-options h2,
.grid-options-list {
  padding-left: 2rem;
  color: gray;
}
@media (min-width: 1200px) {
  .grid-options h2,
  .grid-options-list {
    padding-left: 3rem;
  }
}
@media (max-width: 1000px) {
  .grid-options h2,
  .grid-options-list {
    padding-left: 1rem;
  }
}
.grid-options h2 {
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
.grid-options h2:first-child {
  margin-top: 0;
}
.mob .grid-options h2 {
  font-size: 0.7em;
  letter-spacing: 0.3em;
  margin-bottom: 2em;
  font-weight: bold;
}
.grid-options h2:after {
  content: ':';
}
.grid-options-list {
  color: gray;
}
.dark .grid-options-list {
  color: #bbb;
}
.grid-options-list li {
  padding-bottom: 0.5em;
  transition: transform 0.5s;
  cursor: pointer;
}
.mob .grid-options-list li {
  margin-top: 0.5em;
  padding-bottom: 1em;
  min-height: 1.5em;
  position: relative;
}
.mob .grid-options-list li:after {
  position: absolute;
  content: '';
  left: 0;
  right: 2em;
  top: -1em;
  height: 1px;
  background: #ddd;
}
.mob .grid-options-list li:first-child:after {
  display: none;
}
.grid-options li:hover {
  transform: translateX(0.5em);
}
.grid-options-list li.active {
  /* font-weight: bold; */
  /* color: #444;*/
  /*    color: #000; */
  color: #fdb813;
  text-shadow: 0 0 0 black;
}
.grid-options-list li.active:active {
  transform: none;
}
/* ----------------------------------------------- */
/* ----------- project options button ------------ */
/* ----------------------------------------------- */
.project-options-btn {
  pointer-events: none;
  display: block;
  transform: translateX(-10em);
}
.project .project-options-btn {
  display: block;
}
@media (min-width: 801px) {
  .project .project-options-btn {
    pointer-events: all;
    transform: translateX(-0.25em);
  }
}
.loading .project-options-btn,
.menu-show .project-options-btn {
  transform: translateX(-10em);
  pointer-events: none;
}
@media (min-width: 801px) and (max-height: 500px), (max-width: 800px) {
  .project .project-options-btn {
    transform: translateX(-0.35em) translateY(-3.5em);
    pointer-events: all;
  }
  .loading .project-options-btn,
  .menu-show .project-options-btn {
    transform: translateX(-10em) translateY(-3.5em);
    pointer-events: none;
  }
  .project-options-btn .header-link-text {
    font-size: 0;
    pointer-events: none;
  }
}
@media (max-height: 275px) {
  .project .project-options-btn {
    display: none;
  }
}
@media (max-height: 350px) {
  .loading .project-options-btn,
  .menu-show .project-options-btn {
    transform: translateY(-4em) translateX(-10em);
  }
}
@media (max-height: 300px) {
  .loading .project-options-btn,
  .menu-show .project-options-btn {
    transform: translateY(-3em) translateX(-10em);
  }
}
/* ----------------------------------------------- */
/* ---------- project page main items ------------ */
/* ----------------------------------------------- */
.project-text-section {
  margin-bottom: 5em;
  padding: 0 2em;
}
@media (min-width: 1000px) {
  .project-text-list,
  .project-text {
    column-count: 2;
  }
  .project-text-con {
    column-count: 1;
  }
}
@media (max-width: 800px) {
  .project-text-section {
    margin-bottom: 3em !important;
  }
}
.project-container {
  padding: 0 2em;
  padding-bottom: 25vh;
}
@media (max-width: 600px) {
  .project-container {
    padding-right: 1em;
  }
}
.project-main-title {
  white-space: nowrap;
  text-shadow: -200vh 0 0 #bbb, -400vh 0 0 #bbb, -600vh 0 0 #bbb, -800vh 0 0 #bbb, -1000vh 0 0 #bbb, -1200vh 0 0 #bbb, -1400vh 0 0 #bbb;
  transition: opacity 0.5s;
}
/* ----------------------------------------------- */
/* ---------------- project text ----------------- */
/* ----------------------------------------------- */
.prject-info-title {
  font-size: 1.5em;
  font-weight: lighter;
  margin-bottom: 0.75em;
  margin-top: 1em;
  text-transform: uppercase;
}
h2.prject-info-title {
  margin-top: 0;
}
.project-text-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.project-dt {
  /*	color: #aaa;*/
  color: #fdb813;
}
.project-dt:after {
  content: ': ';
}
.project-dd {
  margin-bottom: 1em;
  max-width: 20em;
}
.project-list-con span {
  display: block;
}
@media (max-width: 600px) {
  .project-text-section {
    padding-left: 3em;
  }
}
.project-text p {
  margin-bottom: 0.75em;
}
/* ----------------------------------------------- */
/* -------------- project pictures --------------- */
/* ----------------------------------------------- */
.project-slide {
  width: 100%;
  height: 100vh;
  height: var(--vh100);
  display: block;
  margin-top: 10vh;
  position: relative;
  cursor: pointer;
  cursor: zoom-in;
  transition: opacity 0.5s;
}
.project-slide.port {
  margin-top: 25vh;
}
.project-slide.land {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 35vh;
  margin-bottom: 35vh;
}
.project-slide-img {
  display: block;
  max-width: 100%;
}
.project-slide-zoom {
  display: block;
  filter: grayscale(0.5);
  transition: all 1s, transform 0s;
}
.lazy .project-slide-zoom {
  opacity: 0;
}
.no-js .project-slide-zoom,
.no-js .lazy .project-slide-img {
  display: none;
}
.no-js .lazy .project-slide-img-noJs {
  display: block;
}
.project-slide:hover .project-slide-zoom,
.zoom .project-slide-zoom {
  filter: none;
}
.project-slide-zoom {
  margin-right: auto;
  margin-left: 0;
  display: block;
  pointer-events: none;
}
.land .project-slide-zoom {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .land .project-slide-zoom {
    width: calc(100% - 1em);
  }
}
.port .project-slide-img {
  height: 100vh;
  height: var(--vh100);
  width: auto;
}
.land .project-slide-img {
  height: auto;
  width: 100%;
}
@media (orientation: portrait) {
  .project-slide,
  .port .project-slide-img {
    height: 100vw;
  }
}
@media (max-width: 600px) {
  .project-slide-zoom {
    margin-left: auto;
    margin-right: 0;
  }
}
.project-spiner {
  width: 12em;
  height: 12em;
  background: white;
}
.project-spiner:after {
  width: 10em;
  height: 10em;
}
@media (max-width: 550px) {
  .project-spiner {
    width: 8em;
    height: 8em;
  }
  .project-spiner:after {
    width: 6em;
    height: 6em;
  }
}
/*@media (max-width:600px) {
	.project-slide-num {
		display: none
	}
	.project-slide-num:after { 
		display: none
	}
}*/
.lazy .project-spiner {
  display: block;
}
.project-loading {
  font-size: 2em;
}
/* ----------------------------------------------- */
/* ---- fluid box zoom plugin : original css ----- */
/* ----------------------------------------------- */
.fluidbox {
  outline: none;
}
.fluidbox__overlay {
  background-color: hsla(0, 0%, 100%, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100%;
  left: 0;
  bottom: -100%;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.dark .fluidbox__overlay {
  background-color: rgba(68, 68, 68, 0.85);
}
.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.fluidbox--closed .fluidbox__thumb,
.fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
}
.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition: opacity 0s 0s, transform 0.5s 0s;
  transform: translate3d(0, 0, 0);
}
.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: zoom-out;
}
.fluidbox--closed .fluidbox__ghost {
  transition: opacity 0s 0.5s, transform 0.5s 0s;
}
/* ----------------------------------------------- */
/* --------------- zoom funtions ----------------- */
/* ----------------------------------------------- */
.zoomTimeout header,
.zoomTimeout .main-title,
.zoomTimeout .fixed-nav,
.zoomTimeout .project-slide-num,
.zoomTimeout .options-btn,
.zoomTimeout .nav-menu {
  transition: opacity 0.5s;
  pointer-events: none;
}
.zoom header,
.zoom .main-title,
.zoom .fixed-nav,
.zoom .project-slide-num,
.zoom .options-btn,
.zoom .footer,
.zoom .project-slide,
.zoom .project-main-title,
.zoom .nav-menu {
  opacity: 0;
}
.zoom .fluidbox-open-con {
  opacity: 1;
}
/*.zoomTimeout .nav-menu ,*/
.zoom .nav-menu {
  z-index: 0;
}
.zoomTimeout .footer {
  transition: opacity 0.5s 0.5s;
}
.zoom .footer {
  transition: opacity 0.25s;
}
.zoom .project-slide {
  pointer-events: none;
}
.fluidbox-open-con {
  z-index: 100000;
  pointer-events: all !important;
  cursor: pointer;
  cursor: zoom-out;
}
.zoomTimeout .project-slide {
  cursor: zoom-out;
}
/* ----------------------------------------------- */
/*------------------- the video -------------------*/
/* ----------------------------------------------- */
.video {
  pointer-events: all;
  cursor: default;
  position: relative;
  height: 100vh;
  height: var(--vh100);
}
@media (orientation: portrait) {
  .video {
    height: 100vw;
  }
}
.video-is-played .video {
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.9, 0.6);
}
.zoom .video {
  transform: scale(1.5);
}
.full-screeen .video {
  transform: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: var(--vh100);
  width: 100vw;
}
.video-vid,
.video-poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.land .video-vid,
.land .video-poster {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: -1000%;
  bottom: -1000%;
}
.port .video-vid,
.port .video-poster {
  height: 100%;
  width: auto;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: -1000%;
  right: -1000%;
}
.video-poster {
  transition: opacity 1s;
}
.video-poster.fadeOut {
  pointer-events: none;
  opacity: 0;
}
/* ----------------------------------------------- */
/*------------- player (video overly) -------------*/
/* ----------------------------------------------- */
/*.video-img-ovr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 0.5;
	background-image: url(data:image/gif;base64,R0lGODlhAwADAIABAP///////yH5BAEAAAEALAAAAAADAAMAAAIDRI5XADs=);
	background-size: 3px;
	opacity: 0.2;
}*/
.video-poster,
.player-ovr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.player-ovr {
  bottom: 3em;
  cursor: all-scroll;
}
.full-screeen .player-ovr {
  cursor: zoom-out;
}
.player {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  user-select: none;
}
.video:hover .player {
  opacity: 1;
}
.play-pause {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40%;
  height: 10em;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.play-pause {
  opacity: 1;
}
.project-info-hide .play-pause {
  opacity: 1;
}
.play-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5em;
  height: auto;
  transition: transform 0.5s, opacity 0.5s 1s;
}
.play-pause:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4em;
  width: 4em;
  background: #c49d00;
  border-radius: 50%;
  opacity: 0.75;
  z-index: -1;
  transition: transform 1s, opacity 1s 1.5s;
  transform-origin: center;
}
@media (min-width: 992px) {
  .video-is-played .play-pause:after {
    transform: scale(0.5);
  }
}
.play-pause:hover:after {
  transform: none;
}
.video-is-played .pause,
.video-is-played .play {
  opacity: 0;
}
.mob .video-is-played .play {
  opacity: 1;
}
.player .play-pause:hover,
.player .play-pause:active {
  opacity: 1;
}
.mob .video-is-played .pause {
  transition: transform 1s, opacity 1s 1.5s;
  opacity: 0;
}
.header-hide .play-pause {
  opacity: 0 !important;
}
/*.player .play-button:active {
	transform: scale(1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}*/
.player .play-button:hover {
  transform: scale(1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.site-hide .player svg,
.site-hide .play-pause:after {
  opacity: 0;
}
.player path {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-miterlimit: 5;
  stroke-dasharray: 100,0,200,1000;
  stroke-dashoffset: -250;
  transition: all 0.3s;
}
.pause .play-path {
  stroke-dashoffset: -250;
}
.play .play-path {
  stroke-dashoffset: 0;
  transition: all 0.5s 0.1s;
}
.pause .pouse-path {
  stroke-dashoffset: 0;
  transition: all 0.5s 0.1s;
}
.play .pouse-path {
  stroke-dashoffset: -200;
}
video::-internal-media-controls-overflow-button,
video::-internal-media-controls-button-hover-background {
  display: none !important;
}
/* ----------------------------------------------- */
/* ----- video footer (progress bar & time) ------ */
/* ----------------------------------------------- */
.progress-bar-con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.3em;
  z-index: 1000;
  font-size: 2em;
  transition: transform 1s, opacity 0s 0.5s;
  opacity: 0;
  transform: translateY(2em);
  pointer-events: none;
}
.full-screeen .progress-bar-con {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  width: 100vw;
}
.video-is-played .progress-bar-con {
  transition: transform 0.5s, opacity 0s;
  transform: none;
  opacity: 1;
  pointer-events: all;
}
.zoomTimeout .progress-bar-con {
  transition: transform 0.5s;
}
.zoom .progress-bar-con,
.zoom .video-is-played .progress-bar-con {
  transform: translateY(10em);
}
.progress-bar-con .time {
  order: 1;
  background: #c49d00;
  color: white;
  position: absolute;
  font-size: 0.5em;
  width: 5.5rem;
  right: 0;
  bottom: 0.2em;
  line-height: 0.65em;
  text-align: center;
  overflow: hidden;
  padding-top: 0.05em;
}
@media (max-width: 800px) {
  .progress-bar-con .time {
    display: none;
  }
}
.progress-bar-con .time span {
  padding-bottom: 0.3em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.7em;
}
@media (min-width: 1101px) {
  .progress-bar-con .time span {
    letter-spacing: 0.15em;
  }
}
.progress-bar-con .ctime {
  padding-left: 0.5em;
}
.progress-bar-con .ttime {
  padding-right: 0.5em;
}
.progress-bar-con span.stime {
  font-size: 0.6em;
  position: relative;
  bottom: 0.1em;
}
.progress-bar-con .progress {
  width: calc(100% - 5.55rem);
  height: 1.2em;
  position: relative;
  cursor: pointer;
  padding-top: 0.8em;
  overflow: hidden;
}
.progress-bar-con .progress:before {
  content: '';
  left: 0;
  right: 0;
  top: 0.8em;
  height: 0.4em;
  background: #888;
  position: absolute;
  display: block;
  opacity: 0.3;
}
.progress-bar-con .progress-bar {
  background: #c49d00;
  left: 0;
  position: ;
  height: 0.4em;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.progress-button {
  display: block;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  bottom: -1em;
  transform: translateX(1.25em);
}
.progress-button:after {
  display: block;
  content: '';
  background: #000;
  width: 1px;
  height: 0.4em;
  position: absolute;
  right: 1.25em;
  bottom: 1em;
  transition: all 0.5s ease;
}
.progress-button:hover:after {
  background: white;
}
.progress-bar-con .buffered {
  background: rgba(50, 50, 50, 0.2);
  position: absolute;
  top: 0.8em;
  left: 0;
  height: 0.4em;
  z-index: 1;
}
@media (max-width: 800px) {
  .progress-bar-con .progress {
    width: 100%;
    padding-top: 0.95em;
  }
  .progress-bar-con .progress:before,
  .progress-bar-con .buffered {
    top: 0.95em;
  }
  .progress-bar-con .progress-bar,
  .progress-bar-con .progress:before,
  .progress-button:after,
  .progress-bar-con .buffered {
    height: 0.25em;
  }
}
#testCssIsLoaded {
  display: none;
}
