/*
  Custom Variables are accessible via: 
*/


.lightbox-background {
  background: rgba(255, 255, 255, 0.975);
}
.lightbox-info {
  background: rgba(255, 255, 255, 0.975);
}
.lightbox-info .info-content-wrap .title a {
  color: #222222;	  
}

html, body {
  margin: 0;
  padding: 0; }

body.noscroll {
  overflow: hidden; }

main {
  margin: 0;
  padding: 0;
  max-width: none; }

#grid {
  position: relative;
  background-color: white; }
  #grid .row-wrap {
    line-height: 0;
    margin: 0px 1px;
    width: auto;
    display: block;
    line-height: 0; }
    #grid .row-wrap:first-child {
      margin: 0px; }
      #grid .row-wrap:first-child .photo-wrap {
        padding: 0 0 1px 0; }
    #grid .row-wrap .photo-wrap {
      padding: 1px;
      display: inline-block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      #grid .row-wrap .photo-wrap .grid-item {
        overflow: hidden;
        position: relative; }
        #grid .row-wrap .photo-wrap .grid-item .photo {
          background-size: cover;
          background-position: 50% 50%; }

.lightbox-background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .lightbox-background.active {
    opacity: 1; }

.lightbox-photo {
  display: none;
  position: fixed;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 200;
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }

.lightbox-info {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  padding-top: 5px;
  z-index: 300;
  font-weight: 500;
  opacity: 1;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .lightbox-info.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .lightbox-info .info-content-wrap {
    width: 90%;
    margin: 0 auto; }
    .lightbox-info .info-content-wrap .buy-buttons {
      float: right; }
      .lightbox-info .info-content-wrap .buy-buttons li {
        display: inline-block;
        margin-left: 10px; }
      @media (max-width: 640px) {
        .lightbox-info .info-content-wrap .buy-buttons {
          display: none; } }

.clear {
  clear: both;
  height: 0px;
  visibility: hidden; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

section {
  position: absolute;
  width: 100%;
  height: 100%; }

/* Base */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 14px; }

h1 {
  font-weight: 500; }

a {
  color: #02adea; }

a:hover {
  color: #02adea; }

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }

header a {
  color: #fff; }

.lightbox header {
  opacity: 0;
  visibility: hidden; }

header .container,
footer {
  margin: 0 auto;
  width: 90%; }

#topbar {
  min-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 2; }

#topbar #logo img {
  max-height: 28px;
  max-width: 280px;
  margin-top: 8px; }

#topbar h1 {
  float: left; }

#pages-list {
  float: right; }

#pages-list li {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500; }

#pages-list li a {
  display: block; }

#collections-bar {
  height: 50px;
  width: 100%;
  padding-bottom: 20px;
  /* gradient */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000',  endColorstr='#00000000', GradientType=0  ); }

@media (max-width: 640px) {
  #collections-bar {
    overflow-x: scroll;
    white-space: nowrap; }

  #collections-bar::-webkit-scrollbar {
    display: none; } }
.scrolling #collections-bar {
  top: 0;
  position: fixed; }

#collections-bar li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500; }

#collections-bar li a {
  display: block;
  font-size: 18px;
  line-height: 2.5; }

#collections-bar li.selected {
  border-bottom: 2px solid white; }

footer {
  padding-top: 10px;
  height: 30px;
  color: #71767a; }

#copyright {
  float: left; }

footer .contact {
  float: right; }

footer .contact li {
  display: inline-block;
  margin-left: 10px; }

footer .contact li a {
  color: #71767a; }

.info-container {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -100;
  background: #000; }

.info-container-image {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.5;
  background-size: cover;
  background-position: 50% 50%; }

.infopage {
  margin: 0 auto;
  width: 320px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff; }

.infopage p {
  margin-bottom: 1em; }

.infopage h2 {
  font-weight: 500;
  margin-top: 2em; }

.infopage h2:first-child {
  margin-top: 0; }

.infopage li {
  line-height: 2; }

#about {
  padding: 150px 10px 0 10px; }

#about .avatar {
  position: relative;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  margin-bottom: 20px;
  border-radius: 100px; }

#about .map {
  margin-top: 40px;
  border-radius: 3px; }

#contact {
  padding-top: 100px; }

#contact h2 {
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0;
  padding-left: 10px;
  text-transform: uppercase; }

#contact_error,
#contact_success {
  display: none;
  padding: 1em;
  width: 320px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#contact_success {
  border-top: 1px solid rgba(0, 255, 0, 0.3);
  border-bottom: 1px solid rgba(0, 255, 0, 0.3);
  background: rgba(0, 255, 0, 0.5); }

#contact_error {
  border-top: 1px solid rgba(255, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 0, 0, 0.3);
  background-color: rgba(255, 0, 0, 0.5); }

#contact #inputcontainer {
  padding-left: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  width: 310px;
  background: #fafafa; }

#inputcontainer .inputline {
  border-top: 1px solid #ddd;
  line-height: 1.5; }

#inputcontainer .inputline > * {
  padding: 1em 0; }

#inputcontainer .inputline:first-child {
  border-top: 0; }

#inputcontainer .inputline:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

#inputcontainer label {
  display: block;
  float: left;
  font-weight: 200;
  width: 100px;
  color: #222; }

#inputcontainer input,
#inputcontainer textarea {
  background: none;
  font-weight: 200;
  border: 2px solid transparent; }

#inputcontainer input {
  display: inline-block;
  width: 200px; }

#inputcontainer textarea {
  width: 200px;
  max-width: 200px;
  min-height: 100px; }

#contact #rc {
  margin: 0 0 20px 0; }

#contact table {
  border: none; }

#contact .recaptchatable .recaptcha_image_cell {
  padding: 0 !important; }

#contact .recaptchatable #recaptcha_image {
  border: none !important; }

#recaptcha_input_area {
  padding: 0; }

.recaptchatable #recaptcha_response_field {
  margin-top: 10px;
  margin-bottom: 0; }

#contact button {
  width: 320px;
  height: 44px;
  margin: 10px 0;
  border: 0;
  color: #fff;
  background-color: #02adea;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px; }

#contact button:hover {
  cursor: pointer; }

#error {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  position: fixed;
  padding: 0; }

#error .center-wrap {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: 0 auto; }