/* Global Styles */
html, body {
  height: 100%;
  width: 100%;
  word-wrap: break-word;
}
@font-face {
  font-family: 'SuisseIntl-Regular';
  src: url('../font/SuisseIntl-Regular-WebS.eot'); /* IE9 Compat Modes */
  src: local('SuisseIntl-Regular'), url('../font/SuisseIntl-Regular-WebS.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */ url('../font/SuisseIntl-Regular-WebS.woff') format('woff'), /* woff - Modern Browsers */ url('../font/SuisseIntl-Regular-WebS.ttf') format('truetype'), /* ttf - Safari, Android, iOS */ url('../font/SuisseIntl-Regular-WebS.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}
@font-face {
  font-family: 'SuisseIntlMono';
  src: url('../font/SuisseIntlMono-Thin-WebS.eot'); /* IE9 Compat Modes */
  src: local('SuisseIntlMono'), url('../font/SuisseIntlMono-Thin-WebS.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */ url('../font/SuisseIntlMono-Thin-WebS.woff') format('woff'), /* woff - Modern Browsers */ url('../font/SuisseIntlMono-Thin-WebS.ttf') format('truetype'), /* ttf - Safari, Android, iOS */ url('../font/SuisseIntlMono-Thin-WebS.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}
@font-face {
  font-family: 'MonumentExtended-Bold';
  src: url('../font/MonumentExtended-Bold.eot');
  src: url('../font/MonumentExtended-Bold.eot?#iefix') format('embedded-opentype'), url('../font/MonumentExtended-Bold.woff') format('woff'), url('../font/MonumentExtended-Bold.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'PPMonumentExtended-Regular';
  src: url('../font/PPMonumentExtended-Regular.eot');
  src: url('../font/PPMonumentExtended-Regular.eot?#iefix') format('embedded-opentype'), url('../font/PPMonumentExtended-Regular.woff') format('woff'), url('../font/PPMonumentExtended-Regular.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'EditorialNew-Ultralight';
  src: url('../font/EditorialNew-Ultralight.eot');
  src: url('../font/EditorialNew-Ultralight.eot?#iefix') format('embedded-opentype'), url('../font/EditorialNew-Ultralight.woff') format('woff'), url('../font/EditorialNew-Ultralight.ttf') format('truetype');
  font-weight: 500;
}


header {
  height: 42px;
  margin-top: 10px;
  background-color: transparent;
}
/* demo style */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
}
::selection {
  background: #EEE; /* Safari */
}
::-moz-selection {
  background: #EEE; /* Firefox */
}
.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  letter-spacing: 0em;
}
section {
  position: absolute;
  min-width: 100%;
  height: 100%;
  z-index: 1000;
}
section article {
  position: relative;
  text-align: center;
  transform: translate(0px, -50%);
  top: 45%;
}
@media (max-width: 768px) {
  section article {
    top: 15%;
  }
}
section article h1 {
  font-size: 4rem;
  color: #000;
  font-family: 'SuisseIntl-Regular';
}
#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  background-color:ghostwhite;
  font-size: 22px;
  width: 250px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  border-left: 1px solid #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar-nav {
  position: absolute;
  top: 5%;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.sidebar-nav2 {
  position: absolute;
  bottom: 5%;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.sidebar-nav li {
  line-height: 35px;
  text-indent: 20px;
  font-family: 'SuisseIntl-Regular', dnp-shuei-gothic-gin-std, sans-serif;
}
.sidebar-nav2 li {
  line-height: 20px;
  background-color: transparent;
  text-indent: 20px;
  font-family: 'SuisseIntl-Regular', dnp-shuei-gothic-gin-std, sans-serif;
}
.suiss {
  font-family: 'SuisseIntl', serif;
  font-size: 16px;
}
.edit {
  font-family: 'EditorialNew-Ultralight', dnp-shuei-gothic-gin-std, sans-serif;
  text-transform: none;
  font-size: 19px;
  color: #000;
}
.sidebar-nav li a {
  color: #000;
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover {
  color: #999;
  text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
  z-index: 2000;
}

#menu-toggle {
  right: 0;
  left: 89%;
  padding: 10px;
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  font-family: 'SuisseIntl-Regular', dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 13px;
}
@media (max-width: 768px) {
  #menu-toggle {
    display: block;
  }
  #menu-toggle3 {
    display: none;
  }
  header {
    display: none;
  }
}
.bar1, .bar2, .bar3 {
  width: 25px;
  height: 2px;
  background-color: #939393;
  margin: 6px 0;
  transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
}
/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}
#logo {
  top: 0%;
  right: 0%;
  left: 11.5px;
  position: fixed;
  z-index: 5000;
  color: #000;
  font-size: 25px;
}
@media (min-width: 768px) {
  #logo {
    display: none;
  }
}
#menu-toggle3 {
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: 5000;
  color: #000;
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.toggle {
  margin: 0 0 0 0;
}
/* Full Page Image Header Area */
/* Half Page Height Carousel Customization */
.carousel {
  height: 100%;
}
.item, .active, .carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -99999;
}
/* Intro */
.intro {
  padding: 80px 0;
}
.outro {
  padding: 10px 0;
}
/* Services */
.services {
  background: #7fbbda;
  padding: 50px 0;
  color: #ffffff;
}
.service-item {
  margin-bottom: 15px;
  margin-top: 15px;
}
i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle;
  text-align: center;
}
/* Callout */
.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/trip/0trip/16/IMG_6046.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Portfolio */
.portfolio {
  padding: 50px 0;
}
.portfolio-item {
  margin-bottom: 25px;
}
.img-portfolio {
  margin: 0 auto;
}
.repair {
  background: #f2e359;
}
.art {
  background: #000;
  color: #FFF;
}
/* Call to Action */
.call-to-action {
  color: #000;
  background: #f2e359;
  padding: 120px 0;
}
.sunburn {
  height: 100%;
  background: url("../img/coy/2019/2.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.call-to-action-2 {
  padding: 120px 0;
  background-color: #fdcf92;
}
.call-to-action .btn {
  margin: 10px;
}
/* Map */
.map {
  height: 500px;
}
/* Footer */
footer {
  padding: 0px 0;
}
.top-scroll {
  margin-top: 50px;
}
.top-scroll a {
  text-decoration: none;
  color: inherit;
}
i.scroll {
  color: #333333;
}
i.scroll:hover {
  color: #0a5175;
}
/* Responsive */
@media (max-width: 768px) {
  #menu-toggle2 {
    display: none;
  }
}
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.green {
  background-color: #CBFF00;
}
.violet {
  color:blueviolet;
}
.mediumslateblue {
  background-color:mediumslateblue;
}
.fff {
  background-color: #fff;
}
.gray {
  color: #999999;
}
.black {
  background-color: #000;
}
.three-column {
  padding: 1em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
@media (min-width: 768px) {
  .three-column {
    padding: 1em;
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
  }
}
figure {
  position: relative;
  overflow: hidden;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figure:hover figcaption {
  opacity: 1;
}
video#bgvid {
  display: block;
  max-width: 100%;
  height: auto;
}
video#bgvid2 {
  display: block;
  max-width: 100%;
  height: auto;
}
.video {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 90;
}
.video object, .video iframe {
  width: 100%;
}
.video img {
  height: auto;
  width: 100%;
}
.video .overlay {
  opacity: 1;
  height: 100%;
}
.video .play {
  display: block;
  position: absolute;
  padding: 0;
  width: 80px;
  height: 80px;
  background: none;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 100px;
  border: 4px solid #ffffff;
  z-index: 90;
}
.video .triangle {
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  top: 22px;
  left: 30px;
}
.video.dark {
  background-image: none !important;
  background: #000000;
}
#rotate {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5eg);
  transform: rotate(-5deg);
}
.row.flush-col > [class*="col-"] {
  padding: 0;
}
.img-fluid {
  width: 100%;
  border: 0;
}
.current a {
  color: #000;
}
.i28 {
  background-color: #8ddde4;
}
.flex-container {
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.flex-container-2 {
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  flex-direction: row;
}
/*sticky header position*/
.sticky.is-sticky {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 1000;
  width: 100%;
}
@media (max-width: 768px) {
  .sticky.is-sticky {
    position: relative;
  }
}
.hoverimg {
  text-decoration: none;
  position: relative;
}
.hoverimg span {
  display: none;
}
.hoverimg span.hop {
  max-width: 20vw;
  z-index: 9999;
}
.hoverimg span.fra {
  max-width: 30vw;
}
.hoverimg img {
  width: 100%;
}
.hoverimg:hover span {
  display: block;
  position: fixed;
  overflow: hidden;
}
.kaeshi {
  word-wrap: break-word;
}
.marquee {
  width: 100%;
  height: 30px;
  line-height: 1em;
  overflow: hidden;
  padding-top: 8px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.marquee span {
  position: relative;
  padding: 0 100px 0 0;
  overflow: visible;
  white-space: nowrap;
  font-size: 13px;
  font-family: 'SuisseIntlMono', dnp-shuei-gothic-gin-std, sans-serif;
}
/*.marquee span::before {
	position:absolute;
	top:20px;
	left:-110px;
	display:block;
	width:100px;
	height:48px;
	line-height:12px;
	font-size:12px;
	text-transform:uppercase;
	text-align:right;
	white-space:normal;
}*/
.marquee.andrew span::before {
  /*content:"Co-Founder / Director / Developer /";*/
}
.marquee.marjorie span::before {
  /*content:"Co-Founder / Art Director / Artist /";*/
}
img {
  width: 100%;
}
.siema {
  margin: 0 0;
}
.black {
  background-color: black;
  font-family: 'SuisseIntl-Regular', dnp-shuei-gothic-gin-std, sans-serif;
  color: white;
}
.bggray {
  background-color: lightgray;
  color: 000;
}
.line {
  border-bottom: 1px solid #000;
  line-height: 0em;
}
.kakoi {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  display: inline-block;
  background-color: #fff;
}
.kakoi2 {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  display: inline-block;
}
.kakoi3 {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.kakoi4 {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  background-color: #FFF;
}
.bw {
  background-color: #ffffff;
}
.nonmb {
  margin-bottom: inherit;
}
.counter {
  font-family: 'SuisseIntl-Regular', dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 50px;
  line-height: 1em;
  display:inherit;
  text-align: center;
}
.chart-container {
  position: relative;
  width: 80vw;
  height: 50vh;
  margin: auto
}
div.tab-frame input {
  display: none;
}
div.tab-frame label {
  display: block;
  float: left;
  cursor: pointer
}
div.tab-frame input:checked + label {
  background: white;
  cursor: default
}
div.tab-frame div.tab {
  display: none;
  clear: left
}
div.tab-frame input:nth-of-type(1):checked ~ .tab:nth-of-type(1), div.tab-frame input:nth-of-type(2):checked ~ .tab:nth-of-type(2), div.tab-frame input:nth-of-type(3):checked ~ .tab:nth-of-type(3) {
  display: block;
}
.blink {
  animation: blinkAnime 1.1s infinite alternate;
}
@keyframes blinkAnime {
  0% {
    color:red;
  }
  100% {
    color: transparent;
  }
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:before {
  content: "[+]";
  color: inherit;
  font-size: 14px;
  font-family: 'SuisseIntlMono', dnp-shuei-gothic-gin-std, sans-serif;
  text-transform: none;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}
details[open] summary:before {
  content: "[-]";
  font-size: 14px;
  color: inherit;
  font-family: 'SuisseIntlMono', dnp-shuei-gothic-gin-std, sans-serif;
  text-transform: none;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.bio {
  text-transform: none;
}
.try {
  padding: 4px 6px 4px 6px;
  font-size: 14px;
　font-family: 'SuisseIntl-Regular';
  margin-top: 7px;
  margin-bottom:10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-right: 10px;
  border: 1px solid;
  color: inherit;
  border-radius: 30px;
  letter-spacing: 0.07em;
  display: inline-block;
}
model-viewer {
  width: 100%;
  height: 800px;
}
.ontxt {
  position: relative;
}
.ontxt p {
  position: absolute;
  top: 15px;
  left: 8%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  filter: invert(100%);
  mix-blend-mode: exclusion;
  font-size: 1em;
  font-family: 'SuisseIntl-Regular', "dnp-shuei-gothic-kin-std", sans-serif;
}
.ontxt img {
  width: 100%;
}
.round img {
  border-radius: 0 0 5px 5px ;
}

.gradient-border {
  --borderWidth: 100%;
  border-radius: var(--borderWidth);
}

.gradient-border:after {
  content: '';
  position: fixed;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 1);
  width: calc(100% + var(--borderWidth) * 1);
  background: linear-gradient(60deg, #e0ffff, #00ff7f, #abc8f4, #f0f8ff);
  z-index: -1;
  animation: animatedgradient 8s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

model-viewer{height:400px;}

.wsp
{background-image:url("../img/workshop/1260871.webp");
background-color: transparent;
background-size:  cover;   
background-position: center;}

span.red {
  background: black;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.green {
  background:#00B14C;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: inherit;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}




