html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  min-width: 980px;
  height: 100%;
}
body {
  font-family: agrandirr, sans-serif, arial;
  margin: 0;
  padding: 0;
  color: #231f20;
  min-width: 980px;
  width: 100%;
  background-color: #ffffff;
  height: 100%;
}
img {
  border: 0;
}
form {
  margin: 0;
  padding: 0;
}
a {
  color: #231f20;
  text-decoration: none;
  transition: color 0.5s;
}
a:hover {
  color: #231f20;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.keep-ratio {
  min-height: 100px;
}
.smooth500 {
  opacity: 0;
}
.delayed-load {
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}
.animate-opacity {
  transition: opacity 2s;
}
.wait-for-load {
  opacity: 0.01;
}
.load-bg {
  opacity: 0;
  background-color: #fbf5f3;
  transition: opacity 0.9s;
}
.site-width {
  margin-left: auto;
  margin-right: auto;
}
.content-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.img-placeholder {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.img-placeholder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#previewMode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 35px;
  background-color: #ff0000;
  color: #ffffff;
  z-index: 5000;
}
#previewMode .previewModeClose {
  float: right;
}
#previewMode .previewModeClose a {
  cursor: pointer;
}
#previewMode .previewModeClose a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#page {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  min-height: 100%;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
#content {
  margin-left: 260px;
  margin-left: calc(5.24% + 198px);
  margin-top: 81px;
  min-height: 100%;
  position: relative;
}
header {
  width: 94.76%;
  padding-top: 108px;
  margin-right: 0;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  transition: all 0.4s;
}
header .logo {
  width: 266px;
  height: 37px;
}
header .menu-button {
  display: none;
  z-index: 300;
}
header .menu {
  position: absolute;
  z-index: 200;
  left: 0;
  top: 226px;
}
header .menu-inner {
  position: relative;
  box-sizing: border-box;
}
header .menu-item {
  font-family: agrandirrc3, sans-serif;
  display: block;
  position: relative;
  z-index: 10;
  font-size: 18.3px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
header .menu-item.instagram {
  margin-top: 20px;
  font-size: 24px;
}
header .menu-item a {
  color: #231f20;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
}
header .menu-item a .pointer {
  position: absolute;
  left: -5px;
  top: 14px;
  z-index: 10;
  background-color: #231f20;
  height: 1px;
  display: block;
  width: 0;
  transition: all 0.3s;
}
header .menu-item a:hover,
header .menu-item a.current {
  color: #231f20;
}
header .menu-item a:hover .pointer,
header .menu-item a.current .pointer {
  width: 110%;
  width: calc(100% + 8px);
}
.gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gallery .slide {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  opacity: 0;
  transition: opacity 1s ease-in;
  left: 0;
  top: 0;
}
.gallery .slide.touchSlide {
  z-index: 22;
  opacity: 1;
  transition: none;
}
.gallery .slide.nextSlide {
  opacity: 1;
  z-index: 15;
  transition: none;
}
.gallery .slide.current {
  opacity: 1;
  z-index: 20;
}
.gallery .slide .img {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.gallery .slide .text {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  color: #231f20;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.04em;
  font-weight: 500;
  z-index: 10;
}
.gallery .slide .text.align-left {
  text-align: left;
  left: 15.2%;
}
.gallery .slide .text.align-right {
  text-align: right;
  left: auto;
  right: 14.5%;
}
.gallery .slide .text.align-center {
  text-align: center;
  left: 16%;
  right: 16%;
}
.gallery .slide.inverse .text {
  color: #ffffff;
}
.gallery .arrow-down {
  position: absolute;
  z-index: 20;
  width: 125px;
  padding: 10px 25px;
  bottom: 50px;
  box-sizing: border-box;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  transition: all 1s;
}
.gallery .arrow-down:hover {
  padding-top: 20px;
  padding-bottom: 0;
}
.gallery .dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 40;
  text-align: center;
}
.gallery .dots .dot {
  display: inline-block;
  margin: 5px;
  width: 7px;
  height: 7px;
  border: solid 1.2px #ffffff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.gallery .dots .dot.current,
.gallery .dots .dot:hover {
  background-color: #ffffff;
}
.gallery .arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  cursor: pointer;
  transition: all 0.4s;
  padding: 15px;
}
.gallery .arrow.prev {
  left: 3%;
}
.gallery .arrow.prev:hover {
  padding-left: 5px;
  padding-right: 25px;
}
.gallery .arrow.next {
  right: 3%;
}
.gallery .arrow.next:hover {
  padding-left: 25px;
  padding-right: 5px;
}
.gallery.inverse .arrow-down .svg-stroke,
.gallery.inverse .arrow .svg-stroke {
  stroke: #ffffff;
}
.gallery.inverse .dot {
  border-color: #ffffff;
}
.gallery.inverse .dot.current,
.gallery.inverse .dot:hover {
  background-color: #ffffff;
}
.gallery.inverse .load-bg {
  background-color: #f5f5f5;
}
.gallery .xtouchSlide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  transition: none;
}
.gallery .xtouchSlide img {
  width: 100%;
  height: auto;
}
.gallery .xtouchSlide.touchSlideText {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.multibox {
  margin-bottom: 3%;
}
.multibox:first-child {
  margin-top: 0;
}
.multibox:last-child {
  margin-bottom: 0;
}
.multibox .multibox-placeholder {
  position: relative;
  height: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.multibox .gallery .dots {
  bottom: 30px;
}
.multibox.mode2 {
  width: 100%;
  display: table;
}
.multibox.mode2 .column {
  width: 48.5%;
  display: table-cell;
}
.multibox.mode2 .column.column-gallery {
  vertical-align: top;
}
.multibox.mode2 .column.column-text {
  vertical-align: middle;
}
.multibox.mode2 .column.column-text.align-center {
  text-align: center;
}
.multibox.mode2 .column.column-text.align-left {
  text-align: left;
}
.multibox.mode2 .column.column-text.align-right {
  text-align: right;
}
.multibox.mode2 .column.column-spacer {
  width: 3%;
  content: '';
}
.multibox.mode2 .gallery .dots {
  bottom: 20px;
}
.multibox.mode3 {
  margin-bottom: 0;
}
.multibox.mode3 .item {
  display: block;
  width: 48.5%;
  float: left;
  margin-left: 3%;
  margin-bottom: 3%;
}
.multibox.mode3 .item:nth-of-type(2n+1) {
  margin-left: 0;
}
.multibox.mode3 .item .item-inner {
  position: relative;
  width: 100%;
}
.multibox.mode3 .item .item-inner .text {
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 15;
  left: 7%;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  color: #231f20;
}
.multibox.mode3 .item .item-inner .text.align-center {
  text-align: center;
}
.multibox.mode3 .item .item-inner .text.align-left {
  text-align: left;
}
.multibox.mode3 .item .item-inner .text.align-right {
  text-align: right;
}
.multibox.mode3 .item.inverse .item-inner .text {
  color: #ffffff;
}
.multibox.mode1 {
  margin-bottom: 0;
}
.multibox.mode1 .item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.multibox.mode1 .item .item-inner {
  position: relative;
  width: 100%;
}
.multibox.mode1 .item .item-inner .text {
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 15;
  left: 7%;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  color: #231f20;
}
.multibox.mode1 .item .item-inner .text h2 {
  max-width: none;
}
.multibox.mode1 .item .item-inner .text.align-center {
  text-align: center;
}
.multibox.mode1 .item .item-inner .text.align-left {
  text-align: left;
}
.multibox.mode1 .item .item-inner .text.align-right {
  text-align: right;
}
.multibox.mode1 .item.inverse .item-inner .text {
  color: #ffffff;
}
.multibox.mode1 .item .pic-text {
  margin-top: 10px;
  font-style: italic;
}
.home-page .block1 {
  height: calc(100vh - 226px);
  min-height: 500px;
}
.simple-page {
  font-family: agrandirr, sans-serif, arial;
  font-style: normal;
  font-weight: normal;
  color: #231f20;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  padding-bottom: 100px;
}
.simple-page a {
  color: #231f20;
  border-bottom: solid 1px #777777;
  transition: all 0.3s;
}
.simple-page a:hover {
  color: #777777;
}
.simple-page p,
.simple-page ul,
.simple-page ol,
.simple-page h1,
.simple-page h2 {
  width: 68%;
  margin: 0 0 20px 0;
  max-width: 1000px;
  box-sizing: border-box;
}
.simple-page div[data-oembed-url] {
  margin: 20px 0;
  opacity: 0;
  transition: opacity 1s;
  background-color: #a9a9a9;
}
.simple-page ul li,
.simple-page ol li {
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}
.simple-page ul li > p,
.simple-page ol li > p {
  margin: 0;
}
.simple-page ul {
  list-style: none;
  padding: 0;
}
.simple-page ul li {
  padding: 0;
}
.simple-page ul li .text-bullet {
  display: inline-block;
  text-indent: 0;
  padding-right: 1ex;
  box-sizing: border-box;
}
.simple-page p + .multibox,
.simple-page ul + .multibox,
.simple-page ol + .multibox,
.simple-page h2 + .multibox {
  margin-top: 40px;
}
.simple-page h1 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-weight: normal;
  font-size: 24.3px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
.simple-page h2 {
  padding: 0;
  margin: 30px 0 20px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.simple-page .multibox .item.width-narrow {
  width: 68%;
  max-width: 1000px;
}
.simple-page.page-bio .simple-page-text {
  position: relative;
  z-index: 10;
}
.simple-page.page-bio .simple-page-text p,
.simple-page.page-bio .simple-page-text ul,
.simple-page.page-bio .simple-page-text ol,
.simple-page.page-bio .simple-page-text h1,
.simple-page.page-bio .simple-page-text h2,
.simple-page.page-bio .simple-page-text .multibox .item.width-narrow {
  width: 60%;
}
.simple-page.page-bio .bio-photo {
  width: 50%;
  max-width: 550px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.simple-page.page-bio .bio-photo img {
  width: 100%;
  vertical-align: top;
}
.works-page .works-items {
  padding-bottom: 100px;
}
.works-page .works-items .item {
  margin-bottom: 50px;
  display: block;
}
.works-page .works-items .item h2 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.works-page .works-items .item .images {
  margin-top: 15px;
  white-space: nowrap;
  height: 374px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.works-page .works-items .item .images img {
  vertical-align: top;
  margin-right: 12px;
  transition: all 0.5s;
}
.multibox.mode1 .item {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.multibox.mode1 .item.not-animated {
  transform: translateY(100px);
  opacity: 0;
  transition: none;
}
.works-page .item {
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.works-page .item.not-animated {
  opacity: 0;
  transition: none;
  transform-origin: top;
  transform: perspective(1000px) rotateX(-30deg);
}
@media (max-width: 1200px) {
  .simple-page p,
  .simple-page ul,
  .simple-page ol,
  .simple-page h1,
  .simple-page h2,
  .simple-page .multibox .item.width-narrow {
    width: 80%;
  }
}
@media (max-width: 980px) {
  html,
  body {
    min-width: auto;
  }
  #content {
    margin-left: 115px;
    margin-left: calc(10.48% + 40px);
    margin-top: 36px;
  }
  header {
    box-sizing: border-box;
    padding-top: 45px;
  }
  header .menu {
    display: table;
    transition: all 0.6s ease-out;
    background: #fff;
    opacity: 0.1;
    left: -110vw;
    width: 100vw;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 10;
  }
  header .menu-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  header .menu-inner-scroll {
    overflow: scroll;
    max-height: 100%;
    width: 100%;
    padding: 50px 0;
  }
  header .menu-item {
    font-size: 35px;
    line-height: 70px;
  }
  header .menu-item.instagram {
    font-size: 40px;
  }
  header .menu-item a .pointer {
    top: 32px;
    height: 2px;
  }
  header .menu-button {
    z-index: 350;
    position: absolute;
    top: 100px;
    padding: 20px;
    margin-left: -21px;
    cursor: pointer;
    display: block;
  }
  header .menu-button.fixed {
    position: fixed;
    top: 10px !important;
  }
  header .menu-button.opening {
    position: fixed;
  }
  header .menu-button.opened {
    transition: top 0.6s ease-out;
  }
  header .menu-button .menu-button-inner {
    width: 45px;
    height: 53px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  header .menu-button .menu-button-inner span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #231f20;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }
  header .menu-button .menu-button-inner span:nth-child(1) {
    top: 0;
  }
  header .menu-button .menu-button-inner span:nth-child(2),
  header .menu-button .menu-button-inner span:nth-child(3) {
    top: 15px;
  }
  header .menu-button .menu-button-inner span:nth-child(4) {
    top: 30px;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open header .menu-button {
    position: fixed;
    top: 10px !important;
    transition: top 0.6s ease-out;
  }
  body.mobile-menu-open header .menu-button .menu-button-inner span {
    background-color: #231f20 !important;
  }
  body.mobile-menu-open header .menu-button .menu-button-inner span:nth-child(1),
  body.mobile-menu-open header .menu-button .menu-button-inner span:nth-child(4) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  body.mobile-menu-open header .menu-button .menu-button-inner span:nth-child(2) {
    transform: rotate(45deg);
    width: 120%;
    margin-left: -7px;
  }
  body.mobile-menu-open header .menu-button .menu-button-inner span:nth-child(3) {
    transform: rotate(-45deg);
    width: 120%;
    margin-left: -7px;
  }
  body.mobile-menu-open header .menu {
    left: 0;
    opacity: 1;
  }
  .gallery .slide .text.align-left {
    left: 8%;
  }
  .gallery .slide .text.align-center {
    left: 8%;
    right: 8%;
  }
  .gallery .slide .text.align-right {
    left: auto;
    right: 8%;
  }
  .home-page .block1 {
    height: calc(100vh - 169px);
  }
  .simple-page {
    margin-top: -4px;
    font-size: 16px;
    line-height: 26px;
  }
  .simple-page p,
  .simple-page ul,
  .simple-page ol,
  .simple-page h1,
  .simple-page h2,
  .simple-page .multibox .item.width-narrow {
    width: 90%;
  }
  .simple-page h1 {
    font-size: 25px;
    line-height: 31px;
  }
  .simple-page h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .simple-page.page-bio .simple-page-text {
    padding-bottom: 40px;
  }
  .simple-page.page-bio .simple-page-text p,
  .simple-page.page-bio .simple-page-text ul,
  .simple-page.page-bio .simple-page-text ol,
  .simple-page.page-bio .simple-page-text h1,
  .simple-page.page-bio .simple-page-text h2,
  .simple-page.page-bio .simple-page-text .multibox .item.width-narrow {
    width: 90%;
  }
  .simple-page.page-bio .bio-photo {
    width: 79%;
    max-width: none;
    position: relative;
    z-index: 10;
  }
  .works-page {
    margin-top: -4px;
  }
  .works-page .works-items .item h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .works-page .works-items .item .images {
    height: 200px;
    margin-right: 10px;
  }
  .works-page .works-items .item .images img {
    height: 200px !important;
    width: auto !important;
  }
}
@media (max-width: 980px) and (orientation: portrait) {
  .home-page {
    margin-left: 0 !important;
    padding-top: 130px;
  }
  .home-page .block1 {
    height: 67vw;
    min-height: auto;
  }
}
@media (hover: none) {
  .works-page .works-items .item .images img {
    filter: none;
  }
}
