@font-face {
  font-family: "FuturaBlack";
  src: url("../fonts/futurablackbt-regular-webfont.eot?v=4.0.3");
  src: url("../fonts/futurablackbt-regular-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/futurablackbt-regular-webfont.woff?v=4.0.3") format("woff"), url("../fonts/futurablackbt-regular-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/futurablackbt-regular-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background-color: #bfbfbf;
}

body {
  font-family: "futura-pt", "Futura", "FuturaHNormal", "Myriad Pro", "Franklin Gothic", Verdana, Tahoma, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
}

hr {
  background-color: #999999;
  height: 1px;
  border: none;
  margin: 30px 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

header, main, footer {
  z-index: 2;
  position: relative;
}
header:after, main:after, footer:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

header {
  overflow: hidden;
  padding: 36px 0;
}

a, a:visited {
  color: #222;
}

main a, footer a {
  color: #222;
  text-decoration: none;
}
main a:visited, footer a:visited {
  color: #222;
}
main a:hover, main a:active, footer a:hover, footer a:active {
  text-decoration: underline;
  color: #fff;
}

footer {
  padding-bottom: 30px;
}
footer h3 {
  font-weight: 500;
  font-size: 1.17em;
}

time {
  font-weight: 300;
}

label {
  font-weight: 500;
  display: block;
}

input[type=text], input[type=email], input[type=password], input[type=search] {
  padding: 12px;
  margin-top: 5px;
  font-weight: 500;
  border: none;
}

input[type=submit], input[type=button], button {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f61b04;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}

a {
  -webkit-transition: color 0.1s;
}
a > img {
  -webkit-transition: -webkit-filter 0.3s;
}
a:hover > img, a:active > img {
  -webkit-filter: brightness(110%);
}

#outer-wrapper {
  height: 100%;
}

#top-fade {
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0.6)), color-stop(100%, rgba(34, 34, 34, 0)));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
}

#auth {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid black;
  z-index: 1000;
}
#auth #auth-username {
  border-right: 1px solid black;
}
#auth a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}
#auth a:hover, #auth a:active {
  color: #fff;
}

#splash-image {
  display: block;
  margin-bottom: 20px;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
#splash-image .band {
  display: block;
  background-color: rgba(246, 27, 4, 0.85);
  color: #fff;
  position: relative;
  top: 68%;
  padding: 22px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
#splash-image .band h1, #splash-image .band time {
  position: relative;
  left: 10%;
  font-size: 24px;
  font-weight: 500;
  width: 80%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#splash-image .band:hover {
  padding-top: 30px;
  padding-bottom: 32px;
  top: 67.2%;
  background-color: #f61b04;
}
#splash-image .band time {
  font-weight: 200;
}

.more-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50px;
  height: 23px;
  margin-left: -25px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  background: url("../images/icon-down@2x.png") no-repeat center;
  background-size: 23px 10px !important;
  cursor: pointer;
}

#logo {
  display: block;
  width: 72px;
  height: 81px;
  background-size: 72px 81px !important;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin-left: 36px;
  margin-right: 36px;
}

#categories-nav, #pages-nav {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.2em;
}
#categories-nav a, #pages-nav a {
  color: #222;
  text-decoration: none;
  outline: 0;
}
#categories-nav a:visited, #pages-nav a:visited {
  color: #222;
}
#categories-nav a.active, #pages-nav a.active {
  color: #fff;
}
#categories-nav a:hover, #categories-nav a:active, #pages-nav a:hover, #pages-nav a:active {
  color: #fff;
}

#header a {
  transition: color 0.5s;
}

.white-text #categories-nav a, .white-text #pages-nav a {
  color: #fff;
}

#categories-nav {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
  float: left;
  width: 280px;
  height: 60px;
}
#categories-nav li {
  display: block;
  margin-bottom: 5px;
}

#pages-nav {
  margin-right: 5px;
  float: right;
  max-width: 320px;
}
#pages-nav li {
  float: left;
  width: 110px;
  margin-bottom: 5px;
  height: 21px;
}

#mobile-nav, #mobile-nav-handler {
  display: none;
}

#wrapper {
  max-width: 1380px;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  width: 100%;
}
.swiper-slide img {
  width: 100% !important;
  height: auto !important;
}

.slideshow {
  margin-bottom: 30px;
  position: relative;
}

.swiper-prev, .swiper-next {
  position: absolute;
  height: 100%;
  width: 7%;
  text-align: center;
  z-index: 3;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10vw;
  font-weight: 800;
}
.swiper-prev img, .swiper-next img {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -22px;
}
.swiper-prev:before, .swiper-next:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.swiper-prev:visited, .swiper-next:visited {
  color: rgba(255, 255, 255, 0.5);
}

.swiper-prev {
  left: 0;
}

.swiper-next {
  right: 0;
}

.slideshow-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #fff;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.8;
}
.swiper-pagination-switch.swiper-active-switch {
  background: #fff;
  opacity: 1;
}

#flash-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f61b04;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #c41503;
  text-transform: uppercase;
  z-index: 2000;
  display: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}

#modal-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}

#modal-cover-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: url("../images/icon_modal_cover_close@2x.png") no-repeat center;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: url("../images/icon_modal_close@2x.png") no-repeat center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.modal, #modal-search {
  position: absolute;
  background-color: #fff;
  left: 50%;
  z-index: 101;
  display: none;
}

.swiper-limiter {
  max-width: 65%;
  margin: 0 auto;
}

#id_country {
  background: #f0f0f0 url("../images/dropdown.svg") no-repeat right 7px top 15px;
  color: #666;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-weight: 400;
}

.modal {
  top: 50%;
  width: 420px;
  min-height: 250px;
  margin-left: -210px;
  margin-top: -250px;
  padding-top: 30px;
}
.modal h2 {
  font-size: 2em;
  font-weight: 500;
}
.modal small {
  color: #767676;
  font-size: 21px;
}
.modal form input[type=text], .modal form textarea {
  background-color: #f0f0f0;
  color: #666;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border: none;
  font-weight: 400;
}
.modal form label {
  font-size: 14px;
  font-weight: 400;
}
.modal .modal-share-list {
  margin-top: 30px;
}
.modal .modal-share-list li {
  border-bottom: 1px solid #ececec;
}
.modal .modal-share-list li:first-child {
  border-top: 1px solid #ececec;
}
.modal .modal-share-list li a, .modal .modal-share-list li span {
  display: block;
  padding: 10px 20px;
}
.modal .modal-share-list li a i, .modal .modal-share-list li span i {
  width: 20px;
  text-align: center;
  margin-right: 20px;
}
.modal .modal-share-list li a {
  text-decoration: none;
  -webkit-transition: background-color 0.1s;
}
.modal .modal-share-list li a:hover, .modal .modal-share-list li a:active {
  background-color: #fafafa;
  color: #f61b04;
}
.modal .modal-share-list li span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal .modal-share-list li input {
  padding: 0;
  margin: 0;
  width: 85%;
  font-weight: 400;
}

#modal-search {
  top: 25%;
  width: 528px;
  height: 72px;
  margin-left: -264px;
  margin-top: -36px;
}
#modal-search input:focus, #modal-search button:focus {
  outline: none;
}
#modal-search input {
  font-size: 32px;
  margin: 0;
  width: calc(100% - 70px);
  height: 72px;
  line-height: 42px;
  font-size: 32px;
  padding: 10px;
  font-weight: 200;
}
#modal-search button {
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
  width: 70px;
  font-size: 32px;
  line-height: 1;
  background-color: #fff;
  color: #bfbfbf;
  cursor: pointer;
}

.form-group input[type=text], .form-group input[type=email], .form-group input[type=password], .form-group input[type=search] {
  width: 100%;
}

.exhibition {
  font-size: 1.15em;
  margin-top: 70px;
  margin-bottom: 70px;
}
.exhibition p:nth-child(2) {
  font-weight: 500;
}
.exhibition p {
  margin-bottom: 20px;
}

.exhibition-upcoming {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.exhibition-title {
  font-size: 40px;
  font-weight: 500;
}

.exhibition-date {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
}

.exhibition-info {
  margin-bottom: 20px;
}
.exhibition-info h1 {
  font-weight: 500;
}

.exhibition-image {
  position: relative;
  margin: 0 0 70px;
}
.exhibition-image.white-text {
  color: #fff;
}
.exhibition-image img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.exhibition-image figcaption {
  font-size: 16px;
  font-weight: 300;
}

.exhibition-more {
  margin-top: 40px;
}

.product-list {
  margin: 0 -16px -18px;
  overflow: hidden;
}
.product-list li {
  display: inline-block;
  margin: 0 -3px 25px;
  min-height: 16vw;
  float: none;
  vertical-align: top;
}
.product-list li a {
  display: block;
  color: #222;
}
.product-list li a img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.product-list li a:visited, .product-list li a:hover, .product-list li a:active {
  color: #222;
  text-decoration: none;
}
.product-list li h3 {
  font-size: 18px;
}

.product-detail-actions {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .product-detail-actions {
    text-align: left;
  }
}

.product-designer-view-all {
  text-align: right;
}

.exhibition-list li {
  min-height: 33vw;
}

#favourites-list li {
  padding: 0 0 24px;
  position: relative;
}
#favourites-list li hr {
  margin: 0 0 24px;
}
#favourites-list li h3 {
  font-weight: 500;
}
#favourites-list li h3 a {
  color: #222;
}
#favourites-list li:first-child {
  padding-top: 10px;
}
#favourites-list li:hover .favourite-remove-handler, #favourites-list li:active .favourite-remove-handler {
  display: block;
}
#favourites-list .favourite-image {
  display: block;
  width: 100%;
}
#favourites-list .favourite-image img {
  display: block;
  width: 100%;
}
#favourites-list .favourite-remove-handler {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  color: #222;
  width: 16px;
  height: 16px;
  background: url("../images/icon_close@2x.png") no-repeat center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}

#request-button {
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  text-transform: uppercase;
  padding: 15px 22px;
  font-size: 16px;
  font-weight: 500;
  float: right;
  transition: background-color 0.2s, box-shadow 0.2s;
}
#request-button:hover, #request-button:active {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.link-favourite, .link-to-favourites, .link-share {
  display: inline-block;
  color: #fff;
  opacity: 1;
}
.link-favourite:hover, .link-to-favourites:hover, .link-share:hover {
  opacity: 1;
}

.copyright {
  font-weight: 200;
}

.filters {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.filters > * {
  padding: 5px 0;
  margin: 10px 0;
}
.filters > * + * {
  border-left: 1px solid #898989;
}

.category-filter {
  display: flex;
  align-items: center;
}
.category-filter > * + * {
  margin-left: 35px;
}
.category-filter a.selected {
  color: #fff;
}
.category-filter p:last-child {
  display: none;
}
.category-filter p:first-child {
  font-weight: 300;
  padding-left: 35px;
}
.category-filter p label {
  font-weight: 300;
}
.category-filter ul {
  display: flex;
}
.category-filter ul li:nth-child(1) {
  display: none;
}
.category-filter ul li a {
  display: flex;
  flex-direction: column;
}
.category-filter ul > *:not(:last-child) {
  margin-right: 35px;
}

.filter-nav {
  list-style: none;
  display: flex;
  align-items: center;
}
.filter-nav > li {
  display: inline-block;
  margin-right: 35px;
}
.filter-nav > li ul {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 2;
}
.filter-nav > li ul:before {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  top: -8px;
  left: 27px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.filter-nav > li ul li {
  display: block;
}
.filter-nav > li ul a:visited {
  color: #222;
}
.filter-nav > li ul a.active, .filter-nav > li ul a:hover, .filter-nav > li ul a:active {
  color: #222;
  text-decoration: underline;
}
.filter-nav a {
  color: #222;
  font-size: 18px;
  font-weight: 200;
}
.filter-nav a i {
  font-size: 14px;
}
.filter-nav a:visited {
  color: #222;
}
.filter-nav a.active {
  color: #fff;
}
.filter-nav a:hover, .filter-nav a:active {
  color: #fff;
}

.filter-dropdown-handler {
  padding: 0 10px 20px;
  margin: 0 -10px -20px;
}

@-moz-document url-prefix() {
  .filter-dropdown-handler {
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
  }
}
.inline-badge {
  display: inline-block;
  background-color: #333;
  color: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  padding: 0px 3px;
  text-align: center;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  min-width: 20px;
  line-height: 21px;
  min-height: 20px;
}

.pagination {
  text-align: center;
}
.pagination ul {
  margin: 0 auto;
  max-width: 50%;
}
.pagination ul li {
  white-space: nowrap;
  padding: 0 5px;
}
.pagination a {
  color: #222;
}
.pagination a:visited {
  color: #222;
}
.pagination a:visited span {
  color: #222;
}
.pagination a:hover, .pagination a:active {
  color: #fff;
  text-decoration: none;
}
.pagination a:hover span, .pagination a:active span {
  color: #fff;
}
.pagination a span {
  color: #222;
  -webkit-transition: color 0.1s;
}
.pagination span {
  color: #fff;
}

.olde-letter {
  font-size: 48px;
  font-weight: 800;
  font-family: "FuturaBlack", Verdana, Tahoma, Arial, sans-serif;
}
.olde-letter a {
  display: block;
}

.headline {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 40px;
}

.intro {
  font-size: 1.6em;
  margin-bottom: 30px;
  line-height: 1.1em;
  font-weight: 500;
}

#designer-list > li, #designer-list-mobile > li {
  display: block;
}
#designer-list > li > ul > li, #designer-list-mobile > li > ul > li {
  line-height: 21px;
  margin-top: 10px;
}
#designer-list > li > ul > li:first-child, #designer-list-mobile > li > ul > li:first-child {
  margin-top: 0px;
}
#designer-list a, #designer-list-mobile a {
  color: #222;
}
#designer-list a:visited, #designer-list-mobile a:visited {
  color: #222;
}
#designer-list a:hover, #designer-list a:active, #designer-list-mobile a:hover, #designer-list-mobile a:active {
  color: #fff;
  text-decoration: none;
}
#designer-list ul, #designer-list-mobile ul {
  margin-bottom: 50px;
}

#designer-list ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  column-count: 4;
}

#designer-list-mobile {
  display: none;
}
#designer-list-mobile > li {
  border-top: 1px solid #898989;
}
#designer-list-mobile > li:first-child {
  border-top: none;
}
#designer-list-mobile ul {
  display: none;
}

.success, .error {
  color: #fff;
  border: 1px solid #000;
  margin-top: 7px;
  padding: 15px;
  font-weight: 500;
  display: none;
}
.success a, .error a {
  text-decoration: underline;
  color: #fff;
}

.success {
  background-color: #a2a2a2;
  border-color: #8f8f8f;
}

.error {
  background-color: #f61b04;
  border-color: #c41503;
}

.video-iframe-holder {
  text-align: center;
  margin: 70px 12px;
}
.video-iframe-holder iframe {
  display: inline-block;
  max-width: 100%;
  height: 52vw;
  max-height: 740px;
}

.exhibits-slideshow, .exhibits-slideshow-slide, .exhibits-slideshow-slide-inner {
  width: 100%;
  height: 100%;
}

.exhibits-slideshow-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 80px;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .exhibits-slideshow-arrow {
    display: none;
  }
}
.exhibits-slideshow-arrow--left {
  background-image: url("../images/icon_arrow_left_thick.svg");
  left: 40px;
}
.exhibits-slideshow-arrow--right {
  background-image: url("../images/icon_arrow_right_thick.svg");
  right: 40px;
}
.exhibits-slideshow-pagination {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .exhibits-slideshow-pagination {
    bottom: 15px;
  }
}
.exhibits-slideshow-slide {
  position: relative;
}
.exhibits-slideshow-slide-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}
.exhibits-slideshow-slide-bg-inner {
  height: 100%;
  position: relative;
}
.exhibits-slideshow-slide-bg-upcoming {
  position: absolute;
  right: 20px;
  bottom: 100px;
  background: rgba(246, 27, 4, 0.9);
  min-height: 170px;
  max-width: 380px;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 20px 25px 60px 25px;
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .exhibits-slideshow-slide-bg-upcoming {
    bottom: 50px;
    left: 20px;
    max-width: none;
    min-height: 0;
    padding-bottom: 20px;
    width: calc(100% - 40px);
  }
}
.exhibits-slideshow-slide-bg-upcoming h1, .exhibits-slideshow-slide-bg-upcoming h2 {
  font-size: 1.333em;
  line-height: 1.2;
}
.exhibits-slideshow-slide-bg-upcoming-date {
  margin-top: 40px;
}
.exhibits-slideshow-slide-bg-upcoming h3 {
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .exhibits-slideshow-slide-bg-upcoming h3 {
    position: static;
  }
}
.exhibits-slideshow-slide-bg-upcoming-arrow {
  position: absolute;
  right: 25px;
  bottom: 30px;
  height: 16px;
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .exhibits-slideshow-slide-bg-upcoming-arrow {
    right: 20px;
    bottom: 22px;
  }
}

#splash header, #exhibits-detail header, #exhibits-slideshow header {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1380px;
}

#textiles #categories-nav .nav-textiles a {
  color: #fff;
  cursor: default;
}

#ceramics #categories-nav .nav-ceramics a {
  color: #fff;
  cursor: default;
}

#furniture #categories-nav .nav-furniture a {
  color: #fff;
  cursor: default;
}

#glass #categories-nav .nav-glass a {
  color: #fff;
  cursor: default;
}

#lighting #categories-nav .nav-lighting a {
  color: #fff;
  cursor: default;
}

#various #categories-nav .nav-various a {
  color: #fff;
  cursor: default;
}

#about #pages-nav .nav-about a {
  color: #fff;
  cursor: default;
}

#contact #pages-nav .nav-contact a {
  color: #fff;
  cursor: default;
}

#designers #pages-nav .nav-designers a {
  color: #fff;
  cursor: default;
}

#favourites #pages-nav .nav-favourites a {
  color: #fff;
  cursor: default;
}

#search #pages-nav .nav-search a {
  color: #fff;
  cursor: pointer;
}

#exhibits-detail #pages-nav .nav-exhibits a:active, #exhibits-list #pages-nav .nav-exhibits a {
  color: #fff;
  cursor: pointer;
}

#textiles #mobile-nav .nav-textiles a {
  color: #222;
  cursor: default;
}

#ceramics #mobile-nav .nav-ceramics a {
  color: #222;
  cursor: default;
}

#furniture #mobile-nav .nav-furniture a {
  color: #222;
  cursor: default;
}

#glass #mobile-nav .nav-glass a {
  color: #222;
  cursor: default;
}

#lighting #mobile-nav .nav-lighting a {
  color: #222;
  cursor: default;
}

#various #mobile-nav .nav-various a {
  color: #222;
  cursor: default;
}

#designers #mobile-nav .nav-designers a {
  color: #222;
  cursor: default;
}

#exhibits #mobile-nav .nav-exhibits a {
  color: #222;
  cursor: default;
}

#favourites #mobile-nav .nav-favourites a {
  color: #222;
  cursor: default;
}

#about #mobile-nav .nav-about a {
  color: #222;
  cursor: default;
}

#contact #mobile-nav .nav-contact a {
  color: #222;
  cursor: default;
}

#search #mobile-nav .nav-search a {
  color: #222;
  cursor: default;
}

@media only screen and (min-width: 800px) {
  #column-alignment:nth-child(3n+1) {
    clear: left;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1279px) {
  .slideshow img {
    width: auto;
    max-height: 874.67px;
  }
}
@media only screen and (max-height: 928px) {
  #splash-image {
    max-height: 928px;
  }
}
@media only screen and (max-height: 691px) {
  #splash-image {
    max-height: 671px;
  }
}
@media only screen and (max-height: 460px) {
  #splash-image {
    max-height: 460px;
  }
}
@media only screen and (max-height: 372px) {
  #splash-image {
    max-height: 372px;
  }
}
@media only screen and (max-height: 320px) {
  #splash-image {
    max-height: 320px;
  }
}
@media only screen and (max-height: 500px) {
  .modal, #modal-search {
    top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 960px) {
  #logo {
    width: 60px;
    height: 67px;
  }

  #categories-nav, #pages-nav {
    display: none;
  }

  #mobile-nav-handler {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px;
    color: #fff;
    top: 20px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 21px;
    text-align: center;
    z-index: 4;
  }

  #mobile-nav {
    padding: 12px 18px;
    display: block;
    position: fixed;
    background-color: #f61b04;
    font-size: 1.25em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: auto;
    text-align: center;
  }
  #mobile-nav nav {
    margin: 0 auto;
  }
  #mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }

  .nav-about {
    margin-top: 20px;
  }

  #outer-wrapper {
    overflow-x: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #outer-wrapper.overlay-open {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #outer-wrapper.overlay-open::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #outer-wrapper::after {
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 50;
  }

  .overlay-contentpush {
    background: #99cc33;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
  }

  .overlay-contentpush.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
}
@media only screen and (max-width: 800px) {
  .hide-sm {
    display: none !important;
  }

  .block-sm {
    display: block !important;
  }

  .inline-sm {
    display: inline !important;
  }

  .sm-f-none {
    float: none !important;
  }

  .modal, #modal-search {
    width: 380px;
    margin-left: -190px;
  }

  #modal-search input {
    font-size: 24px;
  }

  #top-fade {
    display: none;
  }

  .swiper-prev, .swiper-next {
    display: none;
  }

  .product-list.product-list-subtitled li {
    min-height: 184px;
  }
  .product-list.product-list-subtitled li h3 {
    font-size: 15px;
  }

  #designer-list ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
  }

  #mobile-nav-close {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 70px;
    z-index: 100;
    text-align: center;
  }

  .category-filter {
    display: flex;
  }
  .category-filter > * + * {
    margin-left: 10px;
  }
  .category-filter a.selected {
    color: #fff;
  }
  .category-filter p:first-child {
    padding-left: 10px;
    border: 0;
  }
  .category-filter p label {
    font-weight: 300;
  }
  .category-filter ul {
    display: flex;
  }
  .category-filter ul li a span:last-child {
    display: none;
  }
  .category-filter ul > *:not(:last-child) {
    margin-right: 10px;
  }

  .filter-nav > li {
    margin-right: 10px;
  }

  .exhibition-image {
    padding: 20px;
    margin-bottom: 0;
  }
  .exhibition-image figcaption {
    font-weight: 300;
    font-size: 14px;
  }

  .exhibition-more {
    padding-top: 30px;
    border-top: 1px solid #767676;
  }

  .exhibition p, .exhibition h1, .exhibition h2, .exhibition h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .exhibition-title, .exhibition-date {
    font-size: 32px;
  }

  #column-alignment:nth-child(2n+1) {
    clear: left;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .category-filter p:first-child {
    padding-left: 0;
  }
  .category-filter > ul li a span:nth-child(2) {
    display: none;
  }

  .filters {
    flex-direction: column;
  }
  .filters > * {
    width: 100%;
    border-left: none;
  }
}
@media only screen and (max-width: 400px) {
  #splash-image .band {
    padding: 14px 0;
  }
  #splash-image .band h1, #splash-image .band time {
    left: 5%;
    width: 90%;
    font-size: 18px;
  }

  header {
    padding: 16px 0;
  }

  time {
    font-size: 21px;
  }

  h3 {
    font-size: 18px;
  }

  .exhibition p {
    font-size: 18px;
    line-height: 1.4em;
  }

  .video-iframe-holder {
    text-align: center;
    margin: 20px;
  }

  h1, time {
    position: relative;
    font-size: 20px;
    font-weight: 500;
  }

  .band {
    padding: 16px 0;
  }

  .slideshow-pagination {
    bottom: 2px;
  }

  .hide-xs {
    display: none !important;
  }

  .block-xs {
    display: block !important;
  }

  .inline-xs {
    display: inline !important;
  }

  .xs-f-none {
    float: none !important;
  }

  .intro {
    font-size: 1.3em;
  }

  .nav-about {
    padding-top: 30px;
    margin-top: 0;
  }

  #logo {
    width: 40px;
    height: 45px;
    background-size: 40px 45px !important;
    margin-left: 18px;
  }

  #subscription-form .td {
    display: table-row !important;
  }
  #subscription-form input {
    border-radius: 0;
    width: 100%;
  }
  #subscription-form input[type=submit] {
    margin-top: 12px;
  }

  #modal-cover-close {
    display: none;
  }

  .modal, #modal-search {
    top: 10px;
    margin-top: 0;
    width: 300px;
    margin-left: -150px;
  }

  .modal .modal-share-list li a, .modal .modal-share-list li span {
    padding-left: 10px;
  }
  .modal .modal-share-list li a i, .modal .modal-share-list li span i {
    margin-right: 10px;
  }

  #modal-search {
    height: 64px;
  }
  #modal-search input {
    font-size: 18px;
    height: 64px;
    line-height: 32px;
  }
  #modal-search button {
    font-size: 24p;
  }

  .col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-xs-6:nth-child(2n) {
    padding-left: 10px;
  }

  .col-xs-6:nth-child(2n+1) {
    padding-right: 10px;
  }

  .product-list {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product-list li {
    margin-bottom: 16px;
  }

  .filter-dropdown-handler {
    margin: 0;
    padding: 0;
  }

  .filter-nav {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .filter-nav > li {
    display: block;
    border-bottom: 1px solid #898989;
    margin-right: 0;
  }
  .filter-nav > li > a, .filter-nav > li > span > a {
    padding: 10px 0;
    display: block;
  }
  .filter-nav > li ul {
    padding: 0 0 10px;
    width: 100%;
    left: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .filter-nav > li ul:before {
    display: none;
  }
  .filter-nav > li ul li a {
    display: block;
    padding: 5px 0 5px 30px;
  }
  .filter-nav > li ul li:first-child {
    margin-top: 0;
  }
  .filter-nav > li ul li:first-child a {
    padding: 0 0 5px 30px;
  }
  .filter-nav a {
    font-weight: 400;
  }
  .filter-nav a i {
    margin-top: 7px;
    float: right;
  }

  #designer-list {
    display: none;
  }

  #designer-list-mobile {
    display: block;
  }

  #request-button {
    float: left;
  }

  #favourites-list .favourite-remove-handler {
    display: block;
  }

  .favourite-image {
    margin-bottom: 24px;
  }

  #mobile-nav {
    text-align: center;
  }
  #mobile-nav nav {
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    height: 290px;
  }

  .pagination ul {
    max-width: 100%;
  }
  .pagination ul li {
    padding: 0 2px;
  }

  .exhibition {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.social-media-links a, .social-media-links a:hover, .social-media-links a:focus, .social-media-links a:active, .social-media-links a:visited {
  text-decoration: none;
}
.social-media-links img {
  margin-right: 5px;
  height: 25px;
}
.social-media-links.rounded-gray-box {
  padding: 10px 10px 5px;
  background: rgba(75, 75, 75, 0.85);
  border-radius: 7px;
}
.social-media-links.rounded-gray-box img {
  transition: filter 200ms;
}
.social-media-links.rounded-gray-box img:hover {
  filter: invert(1);
}
.social-media-links.splash {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

footer .social-media-links {
  float: right;
}
footer .social-media-links img {
  transition: filter 200ms;
}
footer .social-media-links img:hover {
  filter: invert(0.5);
}
footer .footer-margin-fix {
  margin-top: 24px;
}

.exhibit-preview-text {
  background: #f61b04;
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  font-weight: bold;
}

/*# sourceMappingURL=screen.css.map */
