
.error-404 {
  width: 100%;
  margin-top: 5em;
  text-align: center; }
.error-404 p {
  text-indent: 0; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; 
  margin: 0 15px 0 15px; }
@media only screen and (min-width: 600px) {
  .slick-slide {
    margin: 0 36px 0 36px; } } 
  .slick-slide:focus {
    outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

h1, h2, h3, h4, b, strong {
  font-weight: normal; }

html {
  margin: 0 auto; }

body {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
  background: #ebebeb;
  /*max-width: 980px;*/
  zoom: 1; }
  body.home {
    max-width: 100%; } /*1235px;*/
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

hr {
  clear: both;
  border: 1px solid;
  border-bottom: none;
  margin: 48px 0; }

p {
  margin: 0; }

p + p {
  text-indent: 0; }

p + ul {
  margin-top: 24px; }

h1, h2, h3 {
  font-size: 18px; }

h2 {
  margin: 24px 0 0; }

ul, ol {
  list-style: none; }

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black; }
  a.thumb-link {
    border-bottom: none; }

.main {
  padding-top: 50px;
  zoom: 1; }
  .main:before, .main:after {
    content: "";
    display: table; }
  .main:after {
    clear: both; }

/* MODULES */
.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 0.8125em;
  line-height: 20px;
  border: none;
  background: transparent;
  display: none; }
  @media only screen and (min-width: 600px) {
    .close-btn {
      display: block; } }

.back-to-top {
  text-align: center;
  font-size: 0.8125em;
  line-height: 20px;
  padding: 168px 0 36px; }

.footnote {
  margin-top: 12px;
  font-size: 0.8125em;
  line-height: 20px;
  text-indent: 0; }

.page-footer {
  margin-top: 48px;
  font-size: 0.8125em;
  line-height: 20px; }

#page-header {
  width: 100%;  
  position: fixed;
  top: 0; left: 0;
  padding-top: 28px;
  z-index: 400; }
  #page-header h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 12px; }
    #page-header h1 a {
      border-bottom: none;
      letter-spacing: 0.1em; }
      #page-header h1 a .a {
        margin-left: .7px; } /* -0.1em */

#page-header > * {
  font-size: 18px !important; }

.media {
  /*margin: 15px;*/
  margin: 0;
  text-align: center; }

.slick-counter {
  margin-top: 24px;
  font-size: 0.8125em;
  line-height: 20px; }

.project .slick-prev {
  cursor: url('../images/cursor.png'), e-resize;
  border: none;
  outline: none;
  font-size: 0;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 50%;
  bottom: 0;
  position: absolute;
  z-index: 9;
  padding: 0;
  cursor: url('../images/left-arrow.png'), e-resize;
  left: 20px;
  text-align: left; }
  .lt-ie9 .project .slick-prev {
    background: white; }
  .project .slick-prev:before {
    background-repeat: no-repeat;
    background-image: url('/arrows.png');
    width: 45px;
    height: 50px;
    display: inline-block; }
  .project .slick-prev:before {
    background-position: top left; }
.project .slick-next {
  cursor: url('../images/cursor.png'), e-resize;
  border: none;
  outline: none;
  font-size: 0;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 50%;
  bottom: 0;
  position: absolute;
  z-index: 9;
  padding: 0;
  cursor: url('../images/right-arrow.png'), w-resize;
  right: 20px;
  text-align: right; }
  .lt-ie9 .project .slick-next {
    background: white; }
  .project .slick-next:before {
    background-repeat: no-repeat;
    background-image: url('/arrows.png');
    width: 45px;
    height: 50px;
    display: inline-block; }
  .project .slick-next:before {
    background-position: top right; }

.product .images {
  text-align: center; }
  .product .images button {
    cursor: url('../images/cursor.png'), e-resize;
    border: none;
    outline: none;
    font-size: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0 20px; }
    .lt-ie9 .product .images button {
      background: white; }
    .product .images button:before {
      content: "\2190";
      font-size: 1.25rem;
      display: inline-block; }
  .product .images .slick-next:before {
    content: "\2192"; }
  .product .images:after {
    content: "";
    clear: left;
    display: table; }
.product .slick-counter {
  text-align: center;
  margin-top: -25px;
  line-height: 24px; }

nav {
  position: absolute;
  top: 28px; 
  right: 15px; }

@media only screen and (min-width: 600px) {
  nav {
    right: 36px; } }  

  nav h1 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

ul#navigation {
  text-align: center;
  padding: 24px 0;
  display: inline; }
  ul#navigation li {
    display: inline;
    margin-right: 12px; }
    ul#navigation li a {
      border-bottom: 0; }
    ul#navigation li:last-child {
      margin-right: 0; }
    ul#navigation li.active a, .home ul#navigation li.work a {
      border-bottom: none; }
  ul#navigation .view-cart-item {
    display: block;
    margin-top: -24px;
    text-align: right; }
  ul#navigation form {
    display: inline; }
  ul#navigation .view-cart-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer; }
  ul#navigation ol.children {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.about p + p {
  text-indent: 0; } /*1.5em;*/
.about p {
  margin-bottom: 24px; }
.about .main {
  /*max-width: 1020px;
  padding: 0 10px;
  margin: 0 0 0 -40px;
  max-width: 1320px;*/ 
  max-width: 990px;
  margin: 0 auto;
  padding-top: 80px;}
.about .main .main__row {
  display: flex;
  flex-wrap: wrap;
  /*margin-bottom: 20px;*/ }
.about .main .main__row section {
  margin: 15px 15px 0 15px; }
.about .main .main__row:first-child section {
  width: 630px;
  width: auto; } 
.about .main section#about {
  width: 630px; }
.about .main section#address {
  width: 300px; }  
.about .main .main__row:last-child section {
  width: 300px; } 
  @media only screen and (max-width: 1440px) {
    .about .main {
      max-width: 990px;
      margin: 0 auto;
      padding-top: 80px; } 
    .about .main .main__row:first-child section {
      width: auto; }
    .about .main section#about {
      width: 630px; }
    .about .main section#address {
      width: 300px; }
    .about .main .main__row:last-child section {
      width: 300px; } }
  @media only screen and (min-width: 600px) {
    .about .main {
      padding: 0; 
      padding-top: 80px; } }
  .about .main section {
    /*max-width: 300px;
    margin-left: 40px;
    float: left;*/ }
    .about .main section p:last-child {
      margin-bottom: 0; }
    .about .main section#about {
      /*max-width: 640px;
      margin-left: 40px;
      float: left;
      margin-bottom: 24px;*/ }
    .about .main section#workshops {
      /*lear: left;*/ }
    .about .main section h1 {
      margin: 24px 0;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    .about .main section h1 + h2 {
      margin-top: 0; }
    .about .main section p + h1 {
      margin-top: 48px; }
    .about .main section ul {
      list-style: none;
      padding: 0; }

.blog article {
  clear: both;
  max-width: 555px;
  margin: 72px auto 144px;
  zoom: 1; }
  .blog article:before, .blog article:after {
    content: "";
    display: table; }
  .blog article:after {
    clear: both; }
  .blog article header {
    margin-top: 12px;
    margin-left: 0;
    text-align: left;
    padding: 0 10px; }
    .blog article header h1 {
      margin: 3px 0 24px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
  .blog article .content {
    max-width: 555px;
    margin-left: 40px;
    float: left;
    margin-left: 0;
    padding: 0 10px; }
  .blog article .media {
    text-align: left; }
    @media only screen and (min-width: 600px) {
      .blog article .media {
        padding: 0 10px; } }
  .blog article ul.images {
    list-style: none;
    margin: 0;
    padding: 0; }
  .blog article img {
    max-width: 100%; }

ul.projects {
  list-style: none;
  padding: 0; }
  ul.projects li {
    float: left;
    text-align: center;
    margin-bottom: 48px; }
    ul.projects li .thumb-wrapper {
      width: 100%;
      height: 336px;
      overflow: hidden; }
      ul.projects li .thumb-wrapper img {
        max-width: 100%; }
    ul.projects li h2 {
      margin-top: 12px;
      margin-bottom: 0;
      font-weight: normal; }
    ul.projects li p {
      margin-top: 0; }
    ul.projects li a {
      border-bottom: none; }

section.showcase {
  list-style: none;
  padding: 0; }
  section.showcase h1.section-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  section.showcase article {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    margin-bottom: 72px;
    padding-top: 72px; }
    section.showcase article .project-title {
      text-align: center;
      text-indent: 0;
      margin: 0;
      margin-top: 4px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    section.showcase article .category {
      margin-top: 12px;
      font-size: 0.8125em;
      line-height: 20px; }
    section.showcase article .footnotes {
      font-size: 0.8125em;
      line-height: 20px; }
    section.showcase article .footnotes p:last-child {
      margin-bottom: 0; }
    section.showcase article .description {
      padding: 12px 40px 0px 0px;
      text-align: left; }
  section.showcase img {
    max-width: 100%;
    height: 60vw;
    max-height: 75vh; }

.js .image:not(.slick-slide):not(:first-child), img.slick-loading {
  opacity: 0;
  display: none; }

section.showcase article {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  section.showcase article .read-more {
    cursor: pointer;
    font-size: 0.8125em;
    line-height: 20px; }
    section.showcase article .read-more a span {
      border-bottom: 1px solid; }
    section.showcase article .read-more .less {
      display: none; }
  section.showcase article .description {
    display: none;
    padding: 24px 15px;
    padding-bottom: 0; }
    @media only screen and (min-width: 600px) {
      section.showcase article .description {
        padding: 24px;
        position: absolute;
        top: calc(50% - 9px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        margin-left: -277px;
        background: white;
        width: 510px;
        z-index: 10;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text; } }
  section.showcase article.description-active .description {
    display: block; }
  section.showcase article.description-active .description > p {
    margin-bottom: 18px; }
  section.showcase article.description-active .read-more .more {
    display: none; }
  @media only screen and (min-width: 600px) {
    section.showcase article.description-active .read-more .less {
      display: inline; } 
    }

@media only screen and (max-width: 600px) {
  section.showcase article:first-child {
    padding-top: 72px;
  }
  section.showcase article {
    margin-bottom: 35px;
    padding-top: 35px;
  }
}



@media print {
  /* Black prints faster: h5bp.com/s */
  /* Don't show links for images, or javascript/internal links */
  /* h5bp.com/t */
  @page {
    margin: 0.5cm; }

  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=maps/style.css.map 