.header,
html {
  background: #fff;
}

.office-timezone-list,
.social-list,
.thumbnail-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.clock,
.filter-category-option__item,
.lightbox-nav__item {
  list-style: none;
}

html {
  font-family: DINNextRoundedLTW01-Lig, lato, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  box-sizing: border-box;
  height: 100%;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
}

a {
  color: #575c61;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover,
a:visited {
  color: #363535;
}

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

body {
  padding: 112px 8px 8px;
  max-width: 1280px;
  overflow-x: hidden;
  min-height: 100%;
}

body.lightbox {
  max-width: none;
  padding: 0;
}

@media (min-width: 1280px) {
  body {
    margin: 0 auto;
  }
}

.main {
  -webkit-transition: margin 0.25s ease-in-out;
  transition: margin 0.25s ease-in-out;
}

@media (min-width: 440px) and (max-width: 770px) {
  body {
    padding: 0 16px 16px;
  }
  .main {
    margin-top: 12em;
  }
}

@media (min-width: 771px) {
  body {
    padding: 0 24px 24px;
  }
  .main {
    margin-top: 10em;
  }
}

.main--homepage {
  margin-top: 3em;
}

.main--lightbox {
  margin-top: 6em;
}

@media (min-width: 440px) and (max-width: 770px) {
  .main--lightbox {
    margin-top: 12em;
  }
}

@media (min-width: 771px) {
  .main--lightbox {
    margin-top: 9em;
  }
}

.main--search {
  margin-top: 14em;
}

@media (min-width: 771px) {
  .main--search {
    margin-top: 12em;
  }
}

.filter--open .main {
  margin-top: 0;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.s-hide {
  display: none;
}

.header {
  width: 100%;
  z-index: 4;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

.header-logo {
  margin: 0;
}

.header-actions {
  margin-top: 3em;
}

.header--main {
  padding-top: 8px;
}

@media (min-width: 440px) and (max-width: 770px) {
  .header--main {
    padding-top: 16px;
  }
}

@media (min-width: 771px) {
  .s-hide {
    display: block;
  }
  .header-logo {
    display: inline-block;
  }
  .header-actions {
    margin-top: 0;
    display: inline-block;
    width: calc(100% - 13.8em);
    vertical-align: top;
    margin-left: 1.9em;
  }
  .header--main {
    padding-top: 24px;
  }
}

@media (min-width: 1280px) {
  .header--main {
    padding-top: 24px;
  }
}

.header.hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  color: red;
}

.header-wrapper {
  max-width: 1230px;
  position: relative;
  margin: 0 auto;
  padding: 1em 1em 12px;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 440px) and (max-width: 770px) {
  .header-wrapper {
    padding: 0 16px 12px;
  }
}

@media (min-width: 771px) {
  .header-wrapper {
    padding: 0 24px 12px;
  }
  .main-nav {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}

@media (min-width: 1280px) {
  .header-wrapper {
    padding: 0 0 12px;
  }
}

.main-nav-list {
  width: 100%;
}

@media (max-width: 770px) {
  .main-nav-list .main-nav-list__item {
    width: auto;
  }
}

.main-nav-list__item {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #797d86;
  display: inline-block;
  width: calc(38% - 1.2em);
  white-space: nowrap;
  padding-right: 1em;
}

.main-nav-list__item a:hover {
  text-decoration: underline;
}

@media (min-width: 771px) {
  .main-nav-list__item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 0 2em;
    width: auto;
  }
}

.search-filter-wrapper,
.main-filter-wrapper {
  position: relative;
}

.main-search {
  /*font-size: 12px;
  font-size: 1.2rem;*/
  display: none;
  position: absolute;
  width: 40%;
  max-width: 300px;
  top: 4.5em;
  right: 0;
}
@media (min-width: 771px) {
  .main-search {
    /*font-size: 12px;
    font-size: 1.2rem;*/
    display: block;
    position: absolute;
    width: 40%;
    max-width: 300px;
    top: 4.5em;
    right: 0;
  }
}

.main-filter-wrapper.main-filter-wrapper--search .main-search {
  /*font-size: 12px;
  font-size: 1.2rem;*/
  display: block;
  position: absolute;
  width: 40%;
  max-width: 300px;
  top: -3em;
  right: 0;
}

@media (max-width: 771px) {
  .filter--open .main-search{
    display: block
  }
}

.main-search-wrapper {
  position: relative;
  border-bottom: 1px dotted #797d86;
}

.main-search__description {
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 1.2rem;
}

.main-search__input {
  font-size: 12px;
  font-size: 1.2rem;
  border: 0;
  width: calc(100% - 60px);
  margin: -0.1em 0 0.3em;
  text-transform: uppercase;
  padding-left: 10px;
}

.main-search__input:focus {
  outline: 0;
}

.main-search__submit {
  background: 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-search__submit,
.wide-button {
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.5em;
}

.wide-button {
  font-size: 14px;
  font-size: 1.4rem;
  width: calc(100%);
  background: #f0eeef;
  display: block;
  outline: 0;
  color: #797d86;
  margin: 1em auto;
}

.wide-button.back-to-top {
  background: #fff;
}

.wide-button:focus,
.wide-button:hover {
  background: #9a9a9a;
  color: #fff;
}

.wide-button.load-more-images:hover,
.wide-button.load-more-images:focus {
  color: #fff;
}

/* .wide-button.load-more-images:focus {
    background: #f0eeef;
    color: #797d86;
} */

.wide-button.back-to-top:focus,
.wide-button.back-to-top:hover {
  color: #797d86;
  background: #f0eeef;
}

.filter {
  font-size: 12px;
  font-size: 1.2rem;
  color: #797d86;
}

.filter-header {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 10px 0;
}

@media (min-width: 440px) and (max-width: 770px) {
  .filter {
    margin-top: 9em;
  }
  .filter-header {
    padding: 10px 0;
  }
}

@media (min-width: 771px) {
  .filter {
    margin-top: 5.5em;
  }
  .filter-header {
    padding: 23px 0;
  }
}

.filter-container {
  text-transform: uppercase;
  margin-top: -80em;
}

@media (min-width: 771px) {
  .filter-container {
    margin-top: -12em;
  }
  .filter-category {
    display: inline-block;
    width: calc(16.66667% - 2em);
    margin-right: 0;
    vertical-align: top;
    padding-left: 10px;
  }
}

@media (min-width: 1000px) {
  .filter-container {
    margin-top: -12em;
  }
  .filter-category {
    display: inline-block;
    width: calc(16.66667% - 1em);
    margin-right: 0;
    vertical-align: top;
    padding-left: 10px;
  }
}
.filter--open .filter-container {
  margin-top: 0;
}

.filter-category {
  margin-top: 12em;
  position: relative;
  overflow-y: hidden;
}

.filter--open .filter-category {
  margin-top: 0;
  margin-bottom: 3em;
  overflow-y: visible;
}

.filter-category .icon {
  display: none;
  position: absolute;
  left: 0;
  top: -767px;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}

.filter-category__link {
  text-decoration: none;
  color: #a9acae;
}

.filter-category__link:visited {
  color: #a9acae;
}

.filter-category__link:active,
.filter-category__link:hover {
  color: #575c61;
}

.filter-category__title {
  margin-right: 0.5em;
  color: #575c61;
}

.filter-category__title:active,
.filter-category__title:hover,
.filter-category__title:visited {
  color: #363535;
}

.filter-category-option__item a:visited {
  color: #a9acae;
}

.filter-category-option {
  margin-top: 0;
  padding-left: 2em;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.filter--open .filter-category-option {
  overflow: visible;
}

.filter-category-option__item a {
  text-decoration: none;
  color: #a9acae;
  display: block;
  padding-bottom: 1.333em;
}

.filter-category-option__item--selected a:active span,
.filter-category-option__item--selected a:hover span,
.filter-category-option__item--selected a span,
.filter-category-option__item--selected a:visited span {
  color: white;
  background: #464646;
  border-radius: 3px;
  padding: 0 3px;
}

.filter-category-option__item a:active,
.filter-category-option__item a:hover,
.filter-category-option__item-highlight a:visited {
  color: #575c61;
}

.filter-category-option__item:last-child a {
  padding-bottom: 0;
}

.filter-category-option__item-highlight a,
.nice-select .filter-category-option__item-highlight {
  text-decoration: none;
  color: #000;
}

.filter-category-option__item-highlight a:active,
.filter-category-option__item-highlight a:hover {
  color: #363535;
}

.filter--open .filter-category-option {
  max-height: 20em;
  margin-top: 1em;
  opacity: 1;
}

.filter-category-option__select.nice-select {
  font-weight: normal;
  font-size: inherit;
  border: none;
  padding: 0 23px 0 0;
  color: #a9acae;
  line-height: inherit;
  height: auto;
  width: auto;
}

.filter-category-option__select.nice-select:after {
  top: 55%;
}

.filter-category-option__select.nice-select .list {
  max-height: 167px;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  box-shadow: none;
  left: -10px;
}

.filter-category-option__select.nice-select .option:first-child {
  display: none;
}

.filter-category-option__select.nice-select .option {
  padding: 8px 69px 0 10px;
  outline: none;
  line-height: inherit;
  height: auto;
  min-height: 30px;
}

.filter-category-option__select.nice-select .option.selected {
  color: #575c61;
}

/*
  .filter-category-option__select.active .current {
      text-decoration: none;
      color: #575c61
  } 

  .filter-category-option__select.nice-select .option.selected, */

.filter-category-option__select.active .current {
  color: white;
  background: #464646;
  border-radius: 3px;
  padding: 0 3px;
}

@media (min-width: 771px) {
  .filter-category .icon {
    display: block;
  }
  .filter-category__title {
    display: block;
    margin-bottom: 1.333em;
  }
  .filter-category-option {
    padding-left: 0;
  }
  .filter--open .filter-category-option {
    margin-top: 4em;
  }
}

.master-filter__link {
  background: #fff;
  width: 50%;
  text-transform: uppercase;
  text-decoration: none;
}

.master-filter__link:active,
.master-filter__link:hover,
.master-filter__link:visited {
  color: #797d86;
}

.master-filter__link-icon {
  margin-right: 0.5em;
}

.master-filter__link--open {
  display: inline;
}

.filter--open .master-filter__link--open,
.master-filter__link--close {
  display: none;
}

.filter--open .master-filter__link--close {
  display: inline;
}

.master-filter__description {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 11em;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (min-width: 771px) {
  .master-filter__description {
    top: 9px;
  }
}

.filter-categories {
  margin-bottom: 50vw;
}

.filter-categories__header {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #363535;
  margin-bottom: 1.5em;
}

.filter-categories-nav {
  text-transform: uppercase;
}

.filter-categories .filter-list {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 2em 0;
}

.filter-categories .icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 0.15em;
}

.filter-categories .filter-category-option {
  margin-top: 3em;
}

.thumbnail {
  position: relative;
}

.thumbnail-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}


@media (max-width: 771px) {
  .thumbnail-list {
    height: auto;
  }
}

.thumbnail-list__item {
  max-width: 100%;
  flex: 1 0 100%;
  margin: auto;
  position: relative;
  color: white;
  background: linear-gradient(to bottom, #dee1e4, #fff 75%, #fff 75%, #dee1e4);
  background-size: 100% 2px;
  margin-top: 0.5em;
  min-height: 10em;
}

.thumbnail-list__item iframe {
  width: 100%;
}

@media (min-width: 771px) {
  .thumbnail-list__item {
    margin-top: 1em;
    width: calc(33.33% - 1em);
    flex: 0 1 auto;
  }
}

@media (min-width: 771px) {
  .thumbnail-list__item:nth-child(3n + 1),
  .thumbnail-list__item:first-child {
    flex: 0 1 auto;
  }
}

@media (min-width: 771px) {
  .thumbnail-list__item--seventy {
    width: calc(61% - 0.25em);
  }
}

@media (min-width: 771px) {
  .thumbnail-list__item--thirty {
    width: calc(38% - 0.15em);
  }
}

@media (min-width: 771px) {
  .thumbnail-list__item--sixty {
    width: calc(47% - 1em);
  }
}

@media (min-width: 771px) {
  .thumbnail-list__item--twenty {
    width: calc(26% - 1em);
  }
}

@media (min-width: 771px) {
  .thumbnail-list__item--fifty {
    width: calc(50% - 1em);
  }
}

.thumbnail-image {
  min-height: 100px;
  width: 100%;
  vertical-align: top;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><defs><pattern id="pattern_Z6KhM8" patternUnits="userSpaceOnUse" width="5" height="5" patternTransform="rotate(90)"><line x1="0" y="0" x2="0" y2="5" stroke="#000000" stroke-width="2"/></pattern></defs> <rect width="100%" height="100%" fill="url(#pattern_Z6KhM8)" opacity="0.5"/></svg>');
  background-size: 2px 20px;
}

.thumbnail-image.lightbox-stage__image {
  min-height: 100px;
  max-height: 98%;
  display: block;
  width: auto;
  max-width: 100%;
}

.loading {
  background-image: url('../images/lightbox/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.thumbnail-header,
.thumbnail-footer {
  color: #9f9f9f;
  width: 100%;
  display: none;
}

@media (min-width: 771px) {
  .thumbnail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.thumbnail-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.thumbnail-header__content {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 0;
}

.thumbnail-footer__content {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}

.thumbnail-header__content:nth-child(2),
.thumbnail-footer__content:nth-child(2) {
  text-align: center;
}

.thumbnail-header__content-link,
.thumbnail-footer__content-link {
  text-transform: uppercase;
  color: #828282;
  text-decoration: none;
}

.thumbnail-header__content-link:active,
.thumbnail-header__content-link:hover,
.thumbnail-header__content-link:visited .thumbnail-footer__content-link:active,
.thumbnail-footer__content-link:hover,
.thumbnail-footer__content-link:visited {
  color: #797d86;
}

.thumbnail-footer__content.main-search {
  float: none;
  text-align: right;
  max-width: 33%;
  padding-left: 10%;
}

.thumbnail-footer__content .main-search__input {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 12em;
}

.thumbnail-footer-joiner {
  margin: 0 0em;
}

.thumbnail-wrapper {
  position: relative;
  margin: 0;
}

.desktop .lightbox-collection .thumbnail-wrapper { 
  height: calc(100vh - 42px);
  margin-bottom: 42px;
}

.desktop .lightbox-collection .thumbnail-wrapper.video {
  overflow: hidden;
  position: relative;
}

.desktop .lightbox-collection .thumbnail-wrapper.video iframe{ 
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
} 

.desktop .lightbox-collection .thumbnail-wrapper.mobile.video {
  display: none;
}

.mobile .lightbox-collection .thumbnail-wrapper.desktop.video,
.tablet .lightbox-collection .thumbnail-wrapper.desktop.video{
  display: none;
}

.mobile .lightbox-collection .thumbnail-wrapper.mobile.video iframe,
.tablet .lightbox-collection .thumbnail-wrapper.mobile.video iframe {
  display: block;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
} 

.lightbox-collection .thumbnail-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.thumbnail-description {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  bottom: 1.3em;
  left: 1em;
  text-transform: uppercase;
  opacity: 0;
  color: #a8a8a8;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.iframe-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
}

.play-icon {
  position: absolute;
  bottom: calc(50% - 15px);
  left: calc(50% - 15px);
  opacity: 0.7;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
  border-width: 15px 0px 15px 30px;
}

.thumbnail-description p {
  margin: 1.5em 0 0;
}

.thumbnail-description__block {
  padding: 0.5em 0.75em;
  background: #fff;
  margin-right: 1em;
  display: block;
}

.thumbnail-list__item:hover {
  cursor: pointer;
}

.thumbnail-list__item:focus .thumbnail-description,
.thumbnail-list__item:hover .thumbnail-description {
  opacity: 1;
}

.thumbnail-list--lightbox {
  display: block;
}

.thumbnail-list--lightbox .thumbnail-list__item {
  width: auto;
  margin-bottom: 1.5em;
  display: inline-block;
}

.thumbnail-list--lightbox .thumbnail-list__item iframe {
  min-height: 100px;
  width: auto;
  vertical-align: center;
  max-height: 300px;
  margin: 0 auto;
  max-width: 100%;
  justify-content: center;
}


.thumbnail-list--lightbox .thumbnail-list__item:active,
.thumbnail-list--lightbox .thumbnail-list__item:focus {
  outline: 0;
}

.thumbnail-list--lightbox .thumbnail-list__item:first-child {
  margin-left: 0;
}

.thumbnail-list--lightbox .thumbnail-list__item:last-child {
  margin-right: 0;
}

.thumbnail-list--lightbox .thumbnail-image:active,
.thumbnail-list--lightbox .thumbnail-image:focus {
  outline: 0;
}

.collection-footer-nav {
  position: relative;
  background: #9a9a9a;
  padding: 0.5em 1em;
  margin-top: 1em;
}

.collection-footer-nav .description-wrapper {
  margin: 0;
}

.collection-footer-nav__description {
  color: hsla(0, 0%, 100%, 0.75);
  width: calc(100% - 90px);
  position: relative;
}

@media (min-width: 771px) {
  .thumbnail-list--lightbox .thumbnail-list__item {
    margin-bottom: 0;
  }
  .thumbnail-list--lightbox .thumbnail-list__item:hover {
    cursor: pointer;
  }
  .collection-footer-nav__description:nth-of-type(2):before {
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: -0.8em;
    top: 0.5em;
    background: hsla(0, 0%, 100%, 0.75);
  }
}

.collection-footer-nav__description span {
  text-transform: uppercase;
}

.collection-footer-nav__description .filter-option {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.collection-footer-nav__description .filter-option:visited {
  color: #fff;
}

.collection-footer-nav__description .filter-option:focus,
.collection-footer-nav__description .filter-option:hover {
  color: #363535;
}

.collection-footer-nav__description .filter-seperator {
  color: #fff;
  margin: 0 0.25em;
}

.collection-footer-nav__button {
  font-size: 27px;
  font-size: 2.7rem;
  background: #9a9a9a;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  outline: 0;
  line-height: 0.65;
  position: absolute;
  right: 0;
  top: 0.8em;
  padding: 0.5em;
  letter-spacing: 1px;
}

@media (min-width: 771px) {
  .collection-footer-nav__description {
    display: inline-block;
    margin-right: 1em;
    width: auto;
  }
  .collection-footer-nav__button {
    top: 0.2em;
  }
}

.collection-footer-nav__button:visited {
  color: #fff;
}

.collection-footer-nav__button:focus,
.collection-footer-nav__button:hover {
  color: #363535;
}

.page-footer,
.social-list__link:active,
.social-list__link:hover,
.social-list__link:visited {
  color: #797d86;
}

.collection-footer-nav__button:focus .icon svg,
.collection-footer-nav__button:hover .icon svg {
  fill: #363535;
}

.collection-footer-nav__button:after {
  content: " ";
  display: none;
  position: absolute;
  top: -2px;
  left: -3px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #fff;
}

.collection-footer-nav__button .icon {
  display: inline-block;
  vertical-align: top;
}

.collection-footer-nav__button .icon svg {
  height: 22px;
  fill: #fff;
}

.page-footer {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}

.newsletter__form input,
.studio-contact {
  font-size: 12px;
  text-transform: uppercase;
}

.page-footer__description {
  margin-bottom: 2em;
}

.social-wrapper {
  background: #ededed;
  padding: 2em 0;
}

.social-intro {
  display: none;
}

@media (min-width: 771px) {
  .collection-footer-nav__button .icon svg {
    height: 20px;
  }
  .social-intro {
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    text-align: center;
    text-transform: uppercase;
  }
}

.social-icon-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 771px) {
  .social-icon-container {
    width: calc(100% - 11em);
  }
  .social-list__icon-blog,
  .social-list__icon-newsletter {
    margin-right: 0.5em;
  }
}

.social-list {
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list__item {
  display: inline-block;
  width: calc(20% - 1em);
}

.social-list__link {
  text-decoration: none;
  color: #797d86;
}

.social-list__icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  fill: #6d6e71;
}

.social-list__icon-newsletter {
  width: 24px;
}

.social-list__description {
  text-transform: uppercase;
}

@media (min-width: 771px) {
  .social-list__description {
    display: inline-block;
    vertical-align: middle;
  }
}

.legal-list {
  margin: 4em 0 0 1em;
}

.legal-list__item {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  margin-right: 3em;
  margin-bottom: 1em;
}

.newsletter {
  background: #fafafa;
  display: none;
  overflow: hidden;
}

@media (min-width: 771px) {
  .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 2em;
    padding: 1em;
  }
}

.newsletter__description {
  margin: 0 auto;
  width: 80%;
}

.newsletter__form {
  width: calc(72% - 1em);
  margin: 0 auto;
  position: relative;
}

.newsletter__form fieldset {
  border: 0;
  padding: 5px 0;
  margin: 0;
}

.newsletter__form input {
  font-size: 1.2rem;
  border: 0;
  border-bottom: 1px dotted #797d86;
  background: 0 0;
  width: calc(25% - 2em);
  margin-right: 1em;
  outline: 0;
}

.newsletter__form button {
  position: absolute;
  right: -0.4em;
  top: -0.9em;
  padding: 0.75em;
  background-color: #ededed;
  border: 1px solid #ededed;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
}

.newsletter__form button:focus,
.newsletter__form button:hover {
  background-color: #6d6e71;
  border-color: #6d6e71;
  color: #fff;
}

.studio {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

@media (min-width: 460px) {
  .studio {
    padding: 1em 0;
  }
}

.studio-intro {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  margin: 0;
  color: #575c61;
}

@media (min-width: 440px) and (max-width: 770px) {
  .studio-intro {
    padding: 0 0 16px;
  }
}

@media (min-width: 771px) {
  .studio-intro {
    padding: 0 0 18px;
  }
  .studio-city .studio-city--toggle {
    cursor: default;
  }
}

.studio:first-of-type {
  border-top: 0;
}

.studio-time-container {
  font-size: 24px;
  font-size: 2.4rem;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  width: 86px;
  float: right;
  margin-top: 0.25em;
}

@media (min-width: 460px) {
  .studio-time-container {
    float: left;
    margin-bottom: 1.5em;
    margin-top: 0.15em;
  }
}

.studio-time {
  color: #fff;
  background: -webkit-linear-gradient(top, #a5a5a5, #fff 30%, #fff 0, #a5a5a5);
  background: linear-gradient(180deg, #a5a5a5, #fff 30%, #fff 0, #a5a5a5);
  display: block;
  background-size: 100% 2px;
  padding: 0.25em;
  border-radius: 2px;
  text-align: center;
}

.studio-city {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #5a5d62;
  display: inline-block;
  vertical-align: top;
  margin: 0.625em 0 0;
  width: calc(100% - 100px);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 460px) {
  .studio-city {
    margin-top: 0.05em;
    margin-left: 18px;
    max-width: 180px;
  }
}

.studio-city .studio-city--toggle {
  display: block;
  width: 100%;
  color: #575c61;
}

.studio-city .studio-city--toggle:focus,
.studio-city .studio-city--toggle:hover {
  color: #363535;
}

.studio-contact {
  font-size: 1.2rem;
  margin-bottom: 3em;
  color: #8a8a8a;
  margin-left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: 10em;
}

.studio--collapse .studio-contact {
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

@media (min-width: 771px) {
  .studio--collapse .studio-contact {
    max-height: 10em;
  }
}

.studio-contact .adr {
  padding-left: 2.4em;
}

@media (min-width: 1285px) {
  .studio-contact {
    top: 38px;
    left: 102px;
    position: absolute;
    width: calc(100% - 150px);
  }
  .studio-contact .adr {
    padding-left: 0;
  }
}

.studio-contact__icon {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.25em;
  margin-right: 0;
}

.studio-contact__icon--location,
.studio-contact__icon--phone {
  margin-bottom: 1em;
}

.studio-contact__icon--location {
  margin-left: -2.3em;
  margin-bottom: 6px;
}

.studio-contact__detail {
  margin-bottom: 1.2em;
  display: block;
  color: #575c61;
}

@media (min-width: 1285px) {
  .studio-contact__icon--location {
    margin-left: 0;
  }
  .studio-contact__detail {
    display: inline-block;
    text-align: left;
    padding-right: 1.9%;
    margin-bottom: 0.5em;
  }
}

.studio-contact__detail span {
  margin-left: 0.25em;
}

.studio-contact__detail span:first-of-type {
  margin-left: 0;
}

.studio-contact .email {
  color: #575c61;
  text-decoration: none;
}

.studio-contact .email:hover .studio-contact .email:active,
.studio-contact .email:visited,
.studio-content__map a:hover .studio-content__map-link {
  color: #363535;
}

.studio-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 1.5em 0;
  clear: left;
  max-height: 280px;
  -webkit-transition: max-height 0.35s ease-in-out;
  transition: max-height 0.35s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.studio--collapse .studio-wrapper {
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

@media (min-width: 1280px) {
  .studio-wrapper {
    overflow: hidden;
  }
}

.studio-content {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.studio-content--no-scroll {
  overflow: hidden;
}

@media (min-width: 771px) {
  .studio--collapse .studio-wrapper {
    max-height: 50em;
    margin: 3em 0;
  }
  .studio-wrapper {
    margin: 3em 0;
  }
  .studio-content {
    width: 100%;
  }
}

.studio-content .studio-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100%;
  object-position: 100%;
  position: relative;
}

.studio-content__map {
  display: inline-block;
  width: 100vw;
  vertical-align: top;
  margin-right: 0.25em;
  max-width: 460px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.studio-content__map a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 254px;
  left: 0;
  top: 0;
  background: 0 0;
  position: absolute;
  z-index: 2;
}

.studoContentForward,
.studoContentBack {
  display: none
}
@media (min-width: 1000px) {
  .studoContentBack {
    display: inline;
    position: absolute;
    width: 50px;
    text-indent: -100000px;
    height: 280px;
    background: rgba(0, 0, 0, 0.2) url(../images/lightbox/arrow-left.png) 20%
      no-repeat;
    z-index: 1000;
    background-size: 80%;
  }

  .studoContentForward {
    display: inline;
    position: absolute;
    right: 0;
    top: auto;
    width: 50px;
    text-indent: -100000px;
    height: 280px;
    background: rgba(0, 0, 0, 0.2) url(../images/lightbox/arrow-right.png) 20%
      no-repeat;
    z-index: 1000;
    background-size: 80%;
  }
}
@media (min-width: 771px) {
  .studio-content__map a:hover:before {
    background: rgba(0, 0, 0, 0.1);
  }
  .studio-content__map a:after {
    content: " ";
    display: block;
    width: 313px;
    height: 27px;
    right: 0;
    bottom: 0;
    background: 0 0;
    position: absolute;
    z-index: 2;
  }
}

.studio-content__map a:hover:after {
  background: rgba(0, 0, 0, 0.1);
}

.studio-content__map-link {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: DINNextRoundedLTW01-Reg, sans-serif;
  background: #fff;
  color: #8a8a8a;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.75em 18px;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
}

.studio-content__map-link:focus,
.studio-content__map-link:hover {
  color: #363535;
}

.studio-content__map-link:visited {
  color: #8a8a8a;
}

.studio-content .studio-image-list {
  display: inline-block;
  width: 186vw;
  width: 120%;
  vertical-align: top;
  max-width: 950px;
  white-space: nowrap;
}

@media (min-width: 460px) {
  .studio-content .studio-image-list {
    width: 100%;
    max-width: 860px;
  }
}

.studio-content .studio-image-list__item {
  width: calc(51% - 0.5em);
  display: inline-block;
  vertical-align: top;
  margin-right: 0.25em;
  height: 280px;
}

.studio-content .studio-image-list__item:last-child {
  margin-right: 0;
}

.studio-content .studio-image-list__item--portrait {
  width: calc(30% - 0.5em);
}

.clock {
  position: relative;
  width: 30px;
  height: 33px;
  background: url(../images/clock/Clockface.png) no-repeat;
}

.hour,
.min,
.sec {
  position: absolute;
  width: 8px;
  height: 35px;
  top: 0;
  left: 13px;
}

.sec {
  z-index: 3;
}

.min,
.sec {
  background: url(../images/clock/minute.png);
}

.min {
  background-repeat: no-repeat;
  z-index: 2;
}

.hour {
  background: url(../images/clock/hour.png) no-repeat;
  z-index: 1;
  left: 13px;
}

.office-timezone {
  text-align: center;
}

.office-timezone-list {
  text-align: center;
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
}

.office-timezone-list__item {
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.office-timezone__label {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
}

.office-timezone__label--long {
  margin-left: -0.75em;
}

.office-timezone__label--med {
  margin-left: 1em;
}

.office-timezone__label--london {
  margin-left: 0;
}

.search-results{
  font-size: 13px;
  font-size: 1.3rem;
  color: #8e8d8d;
  font-family: DINNextRoundedLTW01-Lig, sans-serif;
  margin: 40px 0;
  text-transform: uppercase;
  font-weight: 400;
}

.lightbox-header {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8e8d8d;
  font-family: DINNextRoundedLTW01-Lig, sans-serif;
  margin: 16px 0;
  text-transform: uppercase;
  font-weight: 400;
}

.search-results a:hover,
.lightbox-header a:hover {
  text-decoration: underline;
}

@media (min-width: 771px) {
  .search-results {
    margin: 24px 0;
  }
  .lightbox-header {
    margin: 24px 0;
  }
}

.lightbox-header .lightbox-image-number {
  float: right;
}

.lightbox-header .lightbox-filter {
  color: #363535;
}

.lightbox-description,
.lightbox-nav__item a {
  color: hsla(0, 0%, 100%, 0.75);
}

.lightbox-header sup {
  top: -0.3em;
  margin-right: 0.25em;
}

.lightbox-description__counter,
.lightbox-nav__item {
  margin-right: 1.5em;
  display: inline-block;
}

.lightbox-hidden-info {
  display: none;
}

.desktop .editable-header {
  background-color: white;
  margin-bottom: -0.25em;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.8;
  height: 45px;
}

.editable-header-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 1em 1em 12px;
}

.editable-header-actions {
  margin-top: 0;
  display: inline-block;
  width: calc(100% - 13.8em);
  vertical-align: top;
  margin-left: 1.9em;
  margin-top: 0.4em;
}

.desktop .lightbox-description-container {
  margin-top: -0.25em;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 15;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}

.desktop .lightbox-description-container-mobile { 
  display: none
}

.tablet .lightbox-description-container,
.mobile .lightbox-description-container,
.tablet .editable-header,
.mobile .editable-header {
  display: none;
}

.tablet .lightbox-description-container-mobile,
.mobile .lightbox-description-container-mobile {
  width: 100%;
  z-index: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  position: relative;
  bottom: auto;
  margin-top: 0;
  display: block;
}

.lightbox-description-container.swiping {
  /* display: none; */
  opacity: 0;
}

.lightbox-description {
  font-size: 13px;
  font-size: 1.3rem;
  background: rgba(49, 47, 47, 0.9);
  padding: 1em 1.5em 1em;
  text-transform: uppercase;
  margin-top: -0.25em;
  position: relative;
  opacity: 0.85;
}

.thumbnail-details--visible .lightbox-description {
  z-index: 500;
}

.lightbox-nav {
  display: inline-block;
  padding-left: 0;
}

.lightbox-nav__item {
  outline: 0;
}

.lightbox-nav__item a:active,
.lightbox-nav__item a:focus,
.lightbox-nav__item a:hover {
  color: #fff;
}

.lightbox-details {
  /*max-height: 0;*/
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.lightbox-details--toggle {
  cursor: pointer;
}

.lightbox-description-container-mobile .lightbox-details--toggle {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 0.75em 0;
}

.lightbox-details .lightbox-details--toggle {
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  text-align: left;
  margin: 0 auto;
  display: block;
  color: hsla(0, 0%, 100%, 0.7);
  padding-top: 10px;
  cursor: pointer;
}

.singleImage .lightbox-details--toggle {
  display: none;
}

.singleImage .lightbox-details,
.thumbnail-details--visible .lightbox-details {
  height: auto;
  padding-top: 0em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  margin-bottom: 1em;
}

.lightbox-details a.lightbox-details--toggle:active,
.lightbox-details a.lightbox-details--toggle:focus,
.lightbox-details a.lightbox-details--toggle:hover {
  color: #fff;
}

.lightbox-definition-group {
  margin: 0 15% 0.75em 0;
  
}

.lightbox-description-container-mobile .lightbox-definition-group {
  margin: 0.75em 0;
}

.lightbox-definition-list {
  margin-bottom: 1.25em;
  display: table-row;
}

.lightbox-definition-list dd,
.lightbox-definition-list dt {
  padding-bottom: 0.35em;
  height: 100%;
}

.lightbox-definition-list dt {
  margin-right: 0.5em;
  color: hsla(0, 0%, 100%, 0.5);
  display: table-cell;
  width: 140px;
  padding-bottom: 0.75em;
  padding-top: 0.5em;
}

dd.inactive {
  color: hsla(0, 0%, 100%, 0.5);
}

.lightbox-description-container-mobile .lightbox-definition-list dt { 
  padding-top: 0;
}

.lightbox-definition-list dt:after {
  content: ":";
  padding-left: 0.15em;
}

.lightbox-definition-list dd {
  margin-left: 0;
  margin-right: 0.5em;
}

.lightbox-definition-list .lightbox-definition-list--tag {
  display: inline-block;
}

.lightbox-definition-list dd a {
  color: hsla(0, 0%, 100%, 0.75);
}

.lightbox-definition-list dd a img {
  vertical-align: middle;
}

.lightbox-definition-list dd a:active,
.lightbox-definition-list dd a:focus,
.lightbox-definition-list dd a:hover {
  color: #fff;
}

.lightbox-details-left-pane {
  width: 50%;
  float: left;
}

.lightbox-details-right-pane {
  width: 50%;
  float: right;
}

.lightbox-details-main {
  width: 100%;
  clear: both;
}

.lightbox-collection {
  position: relative;
}

.lightbox-collection__link,
.slick-arrow {
  position: absolute;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.lightbox-collection__link {
  font-size: 13px;
  font-size: 1.3rem;
  display: none;
  left: calc(50% - 25em);
  height: 30px;
  width: 50em;
  top: 2.2em;
  z-index: 2;
  text-align: center;
  margin: 0;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.lightbox-collection__link a {
  background: #fff;
  padding: 0.65em 0.75em;
}

.lightbox-collection__link a:visited {
  color: #575c61;
}

.lightbox-collection__link a:hover {
  color: #363535;
}

@media (min-width: 771px) {
  .lightbox-collection__link {
    display: block;
  }
}

.lightbox-collection .lightbox-description {
  display: block;
  padding: 0.6em 1.5em 0.6em;
}

.lightbox-collection .lightbox-description .lightbox-details--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tablet .lightbox-collection .lightbox-description-container-mobile .lightbox-description .lightbox-details--header,
.mobile .lightbox-collection .lightbox-description-container-mobile .lightbox-description .lightbox-details--header {
  justify-content: flex-start;
  flex-direction: column;
}


.lightbox-collection .lightbox-description .lightbox-tools {
  text-align: left;
  width: 40%;
}

.lightbox-collection .lightbox-description-container-mobile .lightbox-description .lightbox-tools {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding: 0.75em 0;
}

.lightbox-description .lightbox-tools span {
  margin-right: 1em;
}

.lightbox-collection .lightbox-description .lightbox-share {
  text-align: right;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 40%;
}

.lightbox-collection .lightbox-description-container-mobile .lightbox-description .lightbox-share {
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: auto;
  padding: 0.75em 0;
}


.thumbnail-details--visible .slick-next.slick-arrow,
.thumbnail-details--visible .slick-prev.slick-arrow {
  display: none !important;
}
.lightbox-collection .swiper-wrapper {
  z-index: auto;
}

@media (max-width: 771px) {
  .lightbox-collection .thumbnail-wrapper {
    height: auto;
  }
}

.swiper-contols {
  width: 20%;
  bottom: 7px;
  margin: 0 auto;
  display: flex;
}

.lightbox-description-container-mobile .swiper-contols {
  width: 100%;
  bottom: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.swiper-button-prev,
.swiper-button-next,
.slick-arrow {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  width: 64px;
  color: #797d86;
  height: 1.6em;
  top: auto;
  margin: auto;
  z-index: 3;
  outline: 0;
  display: flex;
  flex-direction: column;
  opacity: 0.7;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev .swiper-button--text {
  margin-right: -0.5em;
}
.swiper-button-next .swiper-button--text {
  margin-left: -0.5em;
}

.swiper-button-prev,
.slick-prev.slick-arrow {
  left: 0;
  background: url(../images/lightbox/arrow-left.png) no-repeat;
  background-size: auto 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.slick-next.slick-arrow {
  right: 0;
  background: url(../images/lightbox/arrow-right.png) 100% 0% no-repeat;
  background-size: auto 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.lightbox-description-container-mobile .swiper-button-next {
  right: auto;
  margin-left: 1em;  
}
.lightbox-description-container-mobile .swiper-button-prev {
  left: auto;
  margin-right: 1em;
} 

.swiper-controls-image .swiper-button--text {
  display: none;
}

.swiper-contols-image .swiper-button-prev {
  background: none;
  z-index:10;
  height: 100%;
  width: 30%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
  margin: 0;
  position: absolute;
}
.swiper-contols-image .swiper-button-next {
  background: none;
  height: 100%;
  z-index:10;
  width: 30%;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
  margin: 0;
  position: absolute;
}

.swiper-button-back {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 1em;
  color: #797d86;
  outline: 0;
  color: transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-image: url(../images/lightbox/cross.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 90%;
  width: 10em;
  margin: auto;
  opacity: 0.7;
}


.lightbox-description-container-mobile .swiper-button-back {
  padding: 0;
  width: 2em;
  margin: 0 2em;
}

.swiper-button-back:hover {
  opacity: 1;
}
/* 
@media (min-width: 771px) {
  .swiper-button-back {
    background-size: 100px 100px;
  }
} */

/* .swiper-button-back:hover {
  opacity: 0;
  transition: 5s ease-in-out;
} */

/* .thumbnail-details--visible .swiper-button-back {
  height: calc(50% - 40px);
} */

.swiper-button-back a {
  position: relative;
  display: block;
  z-index: 10;
  text-indent: -100000px;
  height: 2em;
  color:transparent;
}

.ui-widget.ui-widget-content.ui-autocomplete {
  background-color: #f2eeed;
  border: none;
  text-transform: uppercase;
  padding: 1em;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
  margin-bottom: 1em;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-state-active {
  border: none;
  background-color: #312f2f;
  padding-left: 2px;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item:last-of-type {
  margin-bottom: 0;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-autocomplete-category {
  color: grey;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item-wrapper {
  padding-left: 0;
}

#gallery-container {
  margin-bottom: 20px;
}

#gallery-container h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-size: 2.3rem;
  color: #e0dcdc;
  text-align: center;
  background: #a2a2a2;
  padding: 2em;
}

#gallery-container h2 a {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.empty-list__item {
  width: 100% !important;
}

/* .swiper-wrapper {
  align-items: center;
} */

/* loader https://projects.lukehaas.me/css-loaders/ */

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader {
  color: #797d86;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 6em;
  height: 6em;
  box-shadow: inset 0 0 0 0.1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before,
.loader:after {
  position: absolute;
  content: "";
}

.loader:before {
  width: 3.2em;
  height: 6.2em;
  background: #fcfff8;
  border-radius: 6.2em 0 0 6.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 3.2em 3.1em;
  transform-origin: 3.2em 3.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

.loader:after {
  width: 3.2em;
  height: 6.2em;
  background: #fcfff8;
  border-radius: 0 6.2em 6.2em 0;
  top: -0.1em;
  left: 3.1em;
  -webkit-transform-origin: 0px 3.1em;
  transform-origin: 0px 3.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hidden {
  opacity: 0;
}

/* fonts */

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=bc3055c0-e411-41b1-b3f0-2c1bfa2522bf");
@font-face {
  font-family: "DINNextRoundedLTW01-Lig";
  src: url("/fonts/a1de4b41-809e-4f42-8768-ed5a3e9f8f05.eot?#iefix");
  src: url("/fonts/a1de4b41-809e-4f42-8768-ed5a3e9f8f05.eot?#iefix")
      format("eot"),
    /* url("/fonts/3c86cc77-75e3-424d-a62e-ddcba8cb6458.woff2") format("woff2"), */
    url("/fonts/a97ce140-d04b-430b-a41b-56ea0794c997.woff") format("woff"),
    url("/fonts/ad44eab7-3b14-4691-8a6d-f6f344f54cb6.ttf") format("truetype");
}
@font-face {
  font-family: "DINNextRoundedLTW01-Reg";
  src: url("/fonts/414aac2b-b155-4948-8733-ca83f707714f.eot?#iefix");
  src: url("/fonts/414aac2b-b155-4948-8733-ca83f707714f.eot?#iefix")
      format("eot"),
    url("/fonts/8436c5b3-8af1-40f9-acd7-48dfdcaeac50.woff2") format("woff2"),
    url("/fonts/b03c5cd2-c6ad-4764-9cab-bf6211f181a7.woff") format("woff"),
    url("/fonts/e06f8fa7-aeda-4810-967e-0fd3d4621441.ttf") format("truetype");
}
@font-face {
  font-family: "DINNextRoundedLTW01-Med";
  src: url("/fonts/6b52da97-62cc-435e-9602-a010041892ca.eot?#iefix");
  src: url("/fonts/6b52da97-62cc-435e-9602-a010041892ca.eot?#iefix")
      format("eot"),
    url("/fonts/1120eb10-bbb9-40ce-8295-69fe28a06b68.woff2") format("woff2"),
    url("/fonts/97252acf-16d3-480c-8269-89ea815e4179.woff") format("woff"),
    url("/fonts/fb4860e4-3e80-46aa-92f9-63d03e5db476.ttf") format("truetype");
}
