@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
modifications to original reset, avoid unwated white space between elements
*/
body {
  font-size: 0;
}

/*
apply a natural box layout model to all elements
*/
html {
  box-sizing: border-box;
}

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

/*
reset the fontello default margin
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.webfonts-loading .navigation-bar {
  visibility: hidden;
}

.navigation-bar {
  background-color: #FDFAF9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 85px;
}
.navigation-bar .logo {
  position: absolute;
  width: 75px;
  height: 75px;
  left: 5px;
  top: 10px;
  background: transparent url(/site/img/logo-round.png);
  background-position: center;
  background-size: 75px 75px;
}
.navigation-bar .navigation-bar-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.navigation-bar a {
  color: rgba(0, 35, 0, 0.8);
  text-decoration: none;
}
.navigation-bar a i {
  display: block;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 2px;
}
.navigation-bar a i.icon-cancel {
  display: none;
}
.navigation-bar ul.language-select {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.navigation-bar ul.language-select li {
  text-transform: uppercase;
  font-size: 10px;
}
.navigation-bar ul.language-select li.language-active {
  font-weight: bold;
  font-size: 11px;
}
.navigation-bar ul.menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.navigation-bar ul.menu li {
  font-size: 10px;
  margin-top: 30px;
  line-height: 1;
}
.navigation-bar ul.menu li:first-child {
  margin-top: 0px;
}
.navigation-bar .small-logo {
  display: none;
}
@media screen and (max-width: 1023px) {
  .navigation-bar {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    height: 80px;
    width: 100%;
  }
  .navigation-bar .small-logo {
    display: inline-block;
  }
  .navigation-bar .navigation-bar-inner {
    position: relative;
    max-width: 630px;
    margin: auto;
  }
  .navigation-bar ul.menu {
    position: absolute;
    right: 10px;
    top: 12px;
    transform: translateY(0);
    text-align: center;
    width: auto;
  }
  .navigation-bar ul.menu li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 20px;
  }
  .navigation-bar ul.menu li span {
    display: none;
  }
}

.menu-active .navigation-bar i.icon-cancel {
  display: block;
}

.menu-active .navigation-bar i.icon-menu {
  display: none;
}

.navigation-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
}
.navigation-detail ul {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  text-align: center;
}
.navigation-detail ul li a {
  font-size: 28px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .navigation-detail ul li a {
    font-size: 18px;
  }
}

.mobile_menu {
  display: none;
}
.mobile_menu .logo {
  position: absolute;
  width: 65px;
  height: 65px;
  left: 5px;
  top: 5px;
  background: transparent url(/site/img/logo-round.png);
  background-position: center;
  background-size: 65px 65px;
}
@media screen and (max-width: 1023px) {
  .mobile_menu {
    display: block;
    position: relative;
    margin: auto;
    height: 70px;
  }
  .mobile_menu .small-logo {
    display: inline-block;
  }
  .mobile_menu .navigation-bar-inner {
    position: relative;
    margin: auto;
  }
  .mobile_menu ul.menu-buttons {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(0);
    text-align: center;
    width: auto;
  }
  .mobile_menu ul.menu-buttons li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 25px;
  }
  .mobile_menu ul.menu-buttons li span {
    display: none;
  }
}
.mobile_menu a {
  color: rgba(0, 35, 0, 0.8);
  text-decoration: none;
}
.mobile_menu a i {
  display: block;
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 2px;
}
.mobile_menu a i.icon-cancel {
  display: none;
}
.mobile_menu ul.language-select {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.mobile_menu ul.language-select li {
  text-transform: uppercase;
  font-size: 10px;
}
.mobile_menu ul.language-select li.language-active {
  font-weight: bold;
  font-size: 11px;
}
.mobile_menu ul.menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.mobile_menu ul.menu li {
  font-size: 10px;
  margin-top: 30px;
  line-height: 1;
}
.mobile_menu ul.menu li:first-child {
  margin-top: 0px;
}

.webfonts-loading .block-text {
  visibility: hidden;
}

.supersized-block {
  height: 90%;
  padding: 20px;
  border: 2px solid rgba(0, 35, 0, 0.8);
}
.supersized-block li {
  margin-top: 0;
}
.supersized-block div.supersized-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .supersized-block {
    height: auto;
    padding: 10px;
  }
  .supersized-block div.supersized-wrapper {
    height: auto;
    padding-bottom: 75%;
  }
}

.home-content .home-content-inner {
  margin-top: -12px;
  padding-bottom: 50px;
}
.home-content h2 {
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #84754f;
}
.home-content p + h2 {
  margin-top: -1px;
}
.home-content h2 + p {
  margin-top: 5px;
}
.home-content .block-wrapper {
  width: 50%;
  margin-top: 50px;
}
.home-content .block-wrapper .block {
  border: 2px solid black;
  padding: 20px;
  background-color: #FDFAF9;
}
.home-content .block-wrapper.video-block .text, .home-content .block-wrapper.image-block .text {
  padding-top: 15px;
}
.home-content .block-wrapper.text-block.block-1 {
  margin-top: 50px;
  margin-left: 35px;
}
.home-content .block-wrapper.text-block.block-1:first-child {
  margin-top: 0px;
}
.home-content .block-wrapper.row-1.block-1 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.home-content .block-wrapper.row-2.block-1 {
  width: 50%;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}
.home-content .block-wrapper.row-2.block-2 {
  width: 50%;
  display: inline-block;
  padding-left: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .home-content .home-content-inner {
    margin-top: -8px;
  }
  .home-content .block-wrapper {
    margin-top: 15px;
    width: 90%;
  }
  .home-content .block-wrapper .block {
    padding: 10px;
  }
  .home-content .block-wrapper.text-block.block-1 {
    margin-left: 7px;
  }
  .home-content .block-wrapper.row-1.block-1 {
    width: 100%;
    padding: 0;
  }
  .home-content .block-wrapper.row-2.block-1 {
    width: 100%;
    padding: 0;
  }
  .home-content .block-wrapper.row-2.block-2 {
    width: 100%;
    padding: 0;
  }
}

.video-container {
  position: relative;
  background-color: aqua;
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-container-wrapper {
  position: relative;
  padding-bottom: 100%;
  max-height: 50%;
}

.block-wrapper.portrait .image-block {
  max-width: 75%;
  margin: auto;
}

.block-wrapper.square .image-block {
  max-width: 75%;
  margin: auto;
}

.swiper-container-wrapper.landscape {
  padding-bottom: 62%;
}
.swiper-container-wrapper.landscape .swiper-slide.landscape {
  background-size: cover;
}
.swiper-container-wrapper.landscape .swiper-slide.portrait {
  background-size: contain;
}

.swiper-container-wrapper.portrait {
  padding-bottom: 126%;
}
.swiper-container-wrapper.portrait .swiper-slide.landscape {
  background-size: contain;
}
.swiper-container-wrapper.portrait .swiper-slide.square {
  background-size: contain;
}
.swiper-container-wrapper.portrait .swiper-slide.portrait {
  background-size: cover;
}

.swiper-container-wrapper.square {
  padding-bottom: 100%;
}
.swiper-container-wrapper.square .swiper-slide.square {
  background-size: contain;
}
.swiper-container-wrapper.square .swiper-slide.landscape {
  background-size: contain;
}
.swiper-container-wrapper.square .swiper-slide.portrait {
  background-size: cover;
}

.swiper-container {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.swiper-container .nav-button {
  background-color: #FDFAF9;
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 10;
  bottom: 0px;
  cursor: pointer;
  text-align: center;
}
.swiper-container .nav-button i {
  font-size: 20px;
  line-height: 50px;
}
.swiper-container .nav-button.next {
  right: -1px;
}
.swiper-container .nav-button.prev {
  right: 44px;
}
.swiper-container.images-1 .nav-button {
  display: none;
}

.swiper-slide {
  font-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}

html.writepad .writepad-wrapper {
  display: block;
}

html.writepad-center .writepad {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -55px;
}

html.writepad .writepad-close,
html.writepad .writepad-close-wrapper {
  display: inline-block;
}

.writepad-wrapper {
  z-index: 98;
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #FDFAF9;
}
.writepad-wrapper .writepad {
  position: relative;
  width: 100%;
}
.writepad-wrapper .writepad h2 {
  margin-top: 35px;
}
.writepad-wrapper .writepad h2:first-child {
  margin-top: 0px;
}
.writepad-wrapper .writepad ul {
  margin-left: 15px;
}
.writepad-wrapper .writepad li {
  text-indent: -15px;
}
.writepad-wrapper .writepad li:before {
  content: "-  ";
  text-indent: -15px;
}
.writepad-wrapper .writepad .writepad-inner .writepad-content {
  padding: 5px 15px 25px;
  max-width: 830px;
  margin: auto;
}
.writepad-wrapper .writepad .writepad-inner .writepad-content .image-wrapper {
  width: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.writepad-wrapper .writepad .writepad-inner .writepad-content .text-wrapper {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.writepad-wrapper .writepad .writepad-inner .writepad-content .image {
  width: 100%;
  padding-bottom: 140%;
  background-size: cover;
  display: inline-block;
}
.writepad-wrapper .writepad .writepad-inner .writepad-content .text {
  padding-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .writepad-wrapper .writepad .writepad-inner .writepad-content {
    max-width: 630px;
  }
}
@media screen and (max-width: 639px) {
  .writepad-wrapper .writepad .writepad-inner .writepad-content .image-wrapper {
    width: 100%;
    text-align: center;
  }
  .writepad-wrapper .writepad .writepad-inner .writepad-content .image-wrapper .image {
    width: 25%;
    padding-bottom: 35%;
    background-size: cover;
    display: inline-block;
  }
  .writepad-wrapper .writepad .writepad-inner .writepad-content .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .writepad-wrapper .writepad .writepad-inner .writepad-content .text {
    margin-top: 25px;
    text-align: left;
  }
}

.writepad-close-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #FDFAF9;
  z-index: 99;
}

.writepad-close-inner {
  position: relative;
  margin: auto;
  height: 80px;
  max-width: 830px;
}
@media screen and (max-width: 1023px) {
  .writepad-close-inner {
    max-width: 630px;
  }
}

.writepad-close {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 29px;
  line-height: 29px;
}

.collection-page {
  padding: 20px 20px 20px 20px;
  border: 2px solid rgba(0, 35, 0, 0.8);
}
.collection-page .row-collection-intro h2 {
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #84754f;
}
.collection-page .row-collection-intro p:first-of-type {
  margin-top: 20px;
}
.collection-page .row-collection-intro p {
  font-size: 18px;
  line-height: 1.6;
}

.row-collection-intro .viewport-cell {
  padding: 0;
  max-width: 630px;
  margin: auto;
}

.row-masonry .masonry-container {
  padding: 0 15px;
}

.row-masonry .masonry {
  visibility: hidden;
}

.row-masonry .isotope {
  padding: 15px;
}

.row-masonry .isotope-inner {
  padding: 15px;
  background-color: #fafafa;
}

.row-masonry .isotope p,
.row-masonry .isotope h2 {
  padding: 0 25px;
}

.row-masonry .isotope .image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 0;
  border: 1px solid #d0d0d0;
}

.row-masonry .isotope .image-wrapper img {
  width: 100%;
  position: absolute;
}

html, body {
  height: 100%;
}

html.ios.touch {
  /*
  avoid "rubber band" when in ipad "app" mode
  */
  position: fixed;
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  font-family: "museo-slab", sans-serif;
  color: black;
}

a, a:visited {
  color: black;
}

h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  margin-top: 10px;
}

li,
p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

h2:first-child,
p:first-child {
  margin-top: 0;
}

.viewport {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #FDFAF9;
}
@media screen and (max-width: 1023px) {
  .viewport {
    min-width: 0;
  }
}

.main-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 80px;
}
.main-content-wrapper .main-content {
  height: 100%;
}
.main-content-wrapper .main-content .main-content-inner {
  height: 100%;
  padding: 5px;
}
@media screen and (max-width: 1023px) {
  .main-content-wrapper {
    top: 70px;
    left: 0px;
  }
  .main-content-wrapper .main-content .main-content-inner {
    margin: auto;
    padding: 5px;
  }
}
@media screen and (max-width: 639px) {
  .main-content-wrapper .main-content .main-content-inner {
    padding: 5px 5px;
  }
}

html.menu-active .darken {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.desktop-logo {
  display: none;
  position: absolute;
  width: 250px;
  height: 250px;
  right: 40px;
  top: 40px;
  background: transparent url(/site/img/logo-round.png);
  background-position: center;
  background-size: 250px 250px;
}
@media screen and (max-width: 1339px) {
  .desktop-logo {
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-logo {
    display: none;
  }
}

.small-logo {
  position: absolute;
  width: 75px;
  height: 75px;
  left: 15px;
  top: 5px;
  background: transparent url(/site/img/logo-round.png);
  background-position: center;
  background-size: 20px 20px;
}
@media screen and (max-width: 1023px) {
  .small-logo {
    display: inline-block;
  }
}

.scrollable {
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.calendar-container {
  min-height: 492px;
}

/*# sourceMappingURL=styles.css.map */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
