* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

nav.sticky.logged-in {
  top: 49px !important;
}

nav.stickit.logged-in {
  top: 49px !important;
}

.animate {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.stickem-container {
  position: relative;
}

.stickit {
  position: fixed;
  top: 0;
}

.stickit-end {
  top: -80px;
  position: fixed;
  opacity: 0;
}

.fb-like {
  height: 20px;
}

/* START - Base */

.mobile {
  display: none;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

html,
body {
  height: 100%;
}

body {
  font-family: brandon-light, sans-serif;
  font-weight: 400;
  color: #fff;
  background: #494949;
}

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

.padding-small {
  padding-top: 50px;
}

.padding-large {
  padding-top: 75px;
}

.margin-small {
  margin-top: 50px;
}

.margin-large {
  margin-top: 75px;
}

section {
  position: relative;
  clear: both;
  padding: 75px 0;
}

img {
  vertical-align: bottom;
}

section.section-2 {
  background: #f3f3f3;
}

section.section-2 .slick-prev:before,
section.section-2 .slick-next:before,
section.section-2 .slick-dots li button:before {
  color: black;
}

/* END - Base */

/* START - Typography */

@font-face {
  font-family: brandon-light;
  src: url(../fonts/brandon_light.otf);
}

@font-face {
  font-family: brandon-bold;
  src: url(../fonts/brandon_bld.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: brandon-bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 2em;
  margin: 0 auto;
}

h1 {
  position: relative;
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 20px;
}

h1 span:before {
  border-top: 1px solid #383838;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #5a5a5a;
  z-index: -1;
}

h1 span {
  background: #494949;
  padding: 0 30px;
}

section.section-2 h1 span {
  color: #414141;
  background: #f3f3f3;
}

h2 {
  color: #fff;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #585858;
}

h4 {
  font-size: 2.5em;
}

p {
  line-height: 1.5em;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.breadcrumbs {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 50px;
}

.breadcrumbs span {
  margin: 0 5px;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #b3b3b3;
}

.breadcrumbs .nav-selected {
  color: #fff;
}

/* END - Typography */

/* START - Forms */

.mc_embed_fields input {
  padding: 12px 15px;
  border: 0;
  background: #f3f3f3;
  width: 100%;
  font-size: 14px;
}

.mc_embed_fields label {
  color: #000;
}

.placeholder .mc_embed_fields label {
  display: none;
}

.mc_embed_fields .button {
  background: #ec4b81;
  color: #fff;
  width: 100px;
}

.mc-field-group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .newsletter-form .mc-field-group {
    width: 50%;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .newsletter-form .mc_embed_fields .button {
    position: absolute;
    right: 0;
    top: 0;
  }
  .newsletter-form .mc-field-group {
    width: 33.333333%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .newsletter-form .mc_embed_fields input {
    margin-top: 6px;
  }
}

/* START - Navigation Bar */

nav {
  font-family: brandon-light;
  font-size: 0.9em;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 62px;
  background: #f3f3f3;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

nav.sticky {
  position: fixed;
  top: 0;
}

nav .logo {
  float: left;
}

nav ul {
  float: right;
}

nav li {
  position: relative;
  float: left;
  display: inline-block;
  color: #828282;
}

nav li a {
  padding: 0 15px;
  line-height: 60px;
  border-left: 1px solid #d8d8d8;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav li:hover {
  color: #ec4b81;
  background: #fcfcfc;
}

nav li.nav-selected,
nav li.nav-path-selected {
  color: #ec4b81;
}

nav li:last-child {
  border-right: 1px solid #d8d8d8;
}

nav li ul {
  display: none;
}

nav li:hover ul {
  position: absolute;
  display: block;
  background: #fcfcfc;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-top: 0;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

nav li:hover ul li {
  position: relative;
  border-top: 1px solid #d8d8d8;
  width: 100%;
}

nav li:hover ul a {
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-left: 0;
}

.home nav.stickem {
  opacity: 0;
  position: fixed;
}

.home nav.stickem.stickit {
  opacity: 1;
}

.navigation__toggle {
  display: none !important;
  text-indent: -9999px;
  width: 30px;
  height: 20px;
  background: url("../img/menu.svg") no-repeat;
  float: right;
  margin-top: 20px;
}

.navigation__toggle:hover {
  cursor: pointer;
  background: url("../img/menu-hover.svg") no-repeat;
}

.navigation-is-active {
  overflow: hidden;
}

.navigation-is-active .navigation {
  display: block;
  position: fixed;
  background: #fff;
  height: 100%;
  width: 100%;
  margin-top: 61px;
  left: 0;
  text-align: center;
}

.navigation-is-active .navigation ul {
  float: none;
}

.navigation-is-active .navigation li {
  float: none;
  display: block;
}

.navigation-is-active .navigation li:hover ul {
  display: none;
}

.navigation-is-active .navigation a {
  border: none;
  width: 100%;
}

/* END - Navigation Bar */

/* START - Splash */

header.splash nav,
header.splash nav li a,
header.splash nav li:last-child,
header.splash nav li ul li,
header.splash nav li ul,
header.splash nav li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
}

header.splash nav {
  padding-top: 20px;
  height: 100px;
}

.navigation-is-active header.splash nav {
  background: #f3f3f3;
}

.navigation-is-active header.splash .navigation {
  margin-top: 81px;
}

header.splash .down {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.splash-bg {
  position: absolute;
  display: block;
  top: 45%;
  width: 100%;
  height: 200px;
  z-index: 5;
  text-align: center;
}

/* END - Splash */

/* START - Featured Items */

.grid-item {
  width: 16.66666666666667%;
  float: left;
  position: relative;
}

.grid-item.wide {
  width: 33.33333333333333%;
  padding: 2.5%;
  background: #fff;
  color: #414141;
}

.grid-item.wide {
  text-align: left;
}

.grid-item.extra-wide {
  width: 50%;
}

.grid-item a {
  display: block;
}

.grid-item__image {
  position: relative;
  width: 101%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
}

.grid-item img {
  width: 100%;
  height: auto;
  position: absolute;
}

.grid-item.extra-wide .grid-item__image {
  padding-bottom: 16.66666666666667%;
}

.grid-item__caption-container {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  background: #ec4b81;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.2s;
}

.grid-item__image:hover .grid-item__caption-container {
  opacity: 1;
}

.grid-item__caption {
  display: table-cell;
  vertical-align: middle;
}

.grid-item .category {
  text-transform: uppercase;
  font-family: brandon-bold, sans-serif;
  padding: 10px;
}

.grid-item-container {
  background: #fff;
  color: #000;
}

.grid-item.wide a {
  color: #ec4b81;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
}

.grid-item.wide article a:hover {
  color: #414141;
}

.grid-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d8d8d8;
  pointer-events: none;
}

.feature {
  height: 0;
  padding-bottom: 33.2%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-left: 0;
  border-top: 0;
}

/* END - Featured Items */

/* START - Newsletter */

.newsletter-container {
  background: #121214;
  background: linear-gradient(to bottom, #494949 50%, #121214 50%);
}

.section-2 + .newsletter-container {
  background: linear-gradient(to bottom, #f3f3f3 50%, #121214 50%);
}

.newsletter {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #cecece;
  overflow: hidden;
}

.newsletter-copy {
  overflow: hidden;
  margin-bottom: 20px;
  color: #414141;
}

.newsletter-copy__heading h3 {
  font-size: 1.5em;
  color: #414141;
  line-height: 50px;
}

.newsletter-form {
  position: relative;
}

@media (min-width: 480px) {
  .newsletter-copy__heading {
    float: left;
    width: 190px;
  }
  .newsletter-copy__caption {
    margin-left: 190px;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
  }
  .newsletter-form {
    margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .newsletter-form {
    padding-right: 100px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .newsletter-copy {
    float: left;
    width: 420px;
    margin-bottom: 0;
  }
  .newsletter-form {
    margin-left: 420px;
  }
}

/* END - Newsletter */

/* START - Footer */

footer {
  overflow: hidden;
  color: #777;
}

footer a:hover,
footer li {
  color: #fff !important;
}

footer li {
  margin-top: 10px;
  line-height: 1.5em;
}

footer h2 {
  position: relative;
  padding-left: 40px;
}

footer.footer-top {
  clear: both;
  background: #121214;
  padding: 75px 0;
}

footer.footer-top .fb-like {
  margin-top: 15px;
}

footer.footer-top .col-1,
footer.footer-top .col-2,
footer.footer-top .col-3 {
  width: 31.33333%;
  float: left;
}

footer.footer-top .col-1 {
  margin-right: 3%;
}

footer.footer-top .col-3 {
  margin-left: 3%;
}

footer.footer-bottom {
  background: #0c0c0c;
  padding: 15px 0;
}

footer.footer-bottom .col-1 {
  float: left;
  width: 60%;
}

footer.footer-bottom .col-1 img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

footer.footer-bottom .col-1 p {
  position: relative;
  float: left;
}

footer.footer-bottom .col-2 {
  float: left;
  text-align: right;
  width: 40%;
  padding-top: 8px;
}

/* END - Footer */

/* Start - Jewellery */

.boxes {
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}

.box {
  position: relative;
  float: left;
  color: #414141;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.box.category {
  width: 33.33333333333333%;
}

.box.category:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d8d8d8;
  pointer-events: none;
}

.box.category img {
  width: 35%;
  height: auto;
  float: left;
}

.box.category article {
  width: 65%;
  display: table;
  float: left;
  text-align: center;
}

.box.category h4 {
  font-size: 1.7em;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.box.category a:hover h4 {
  color: #ec4b81;
}

.box.category a {
  width: 100%;
  display: table;
}

.box h4 {
  margin-bottom: 20px;
}

.box p a {
  color: #ec4b81;
}

.slick-slider {
  display: none;
  margin-bottom: 0;
}

.slick-slider-gallery {
  display: none;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-left: 0;
  border-top: 0;
  background: #fff;
}

@media (min-width: 992px) {
  .slick-slider-gallery {
    margin-bottom: 45px;
  }
}

.box.featured {
  padding: 2.5%;
}

.box.featured .slick-slider-container {
  width: 37.5%;
  margin-right: 2.5%;
  float: left;
  min-height: 1px;
}

.box.featured .slick-slider-container .grid-item__image {
  padding-bottom: 0;
  height: auto;
}

.box.featured .slick-slider-container img {
  width: 100%;
  height: auto;
}

.box.featured article {
  width: 60%;
  float: left;
}

/* END - Jewellery */

/* START - About */

.box.textbox {
  width: 40%;
  padding: 5% 2.5%;
  margin: 0 5%;
  float: left;
  border: 1px solid #ccc;
  text-align: center;
}

.box.textbox p,
.box.textbox li {
  color: #414141;
  font-size: 1.3em;
}

.box.textbox.wide {
  width: 90%;
  text-align: left;
  padding: 5% 5%;
}

.box.textbox.thin {
  width: 30.333%;
  margin: 1.5%;
}

.box.textbox ul {
  margin-top: 20px;
}

.box.textbox li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}

.box.textbox li:last-child {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
}

.box.textbox .fb-like {
  margin-top: 10px;
  margin-bottom: 17px;
}

.terms {
  margin-top: 20px;
}

.box #mc_embed_signup {
  margin-top: 20px;
  text-align: left;
}

/* END - About */

/* START - Exhibition */

.box.story article {
  width: 50%;
  padding: 2.5% 2.5% 2.5% 0;
  float: left;
}

.box.story .slick-slider-container {
  width: 50%;
  padding: 2.5%;
  float: left;
  min-height: 1px;
}

/* END - Exhibition */

/* START - Icons */

.icon {
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  text-indent: -9999px;
}

.footer-top .icon {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
}

.icon--newsletter {
  background-image: url("../img/basic_postcard_multiple.svg");
}

.icon--contact-us {
  background-image: url("../img/basic_mail_multiple.svg");
}

.icon--opening-hours {
  background-image: url("../img/basic_clock.svg");
}

.icon--facebook {
  background-image: url("../img/facebook.svg");
}

.icon--down {
  background-image: url("../img/arrows_down.svg");
  height: 25px;
  width: 50px;
}

.icon--down:hover {
  background-image: url("../img/arrows_down-hover.svg");
}

.icon--breadcrumb {
  background-image: url("../img/arrows_right_double.svg");
  height: 10px;
  width: 10px;
  vertical-align: baseline;
}

/* END - Icons */

/* START - Media Queries */

/* Large desktop */

@media (max-width: 1440px) {
  .col {
    width: 90%;
  }
  .box.category h4 {
    font-size: 1.6em;
  }
}

/* Large desktop */

@media (max-width: 1200px) {
  .logo,
  .logo img {
    margin-top: 3px;
    height: 48px;
    width: 226px;
  }
  .feature {
    padding-bottom: 133%;
  }
  .grid-item {
    width: 33.33333333333333%;
  }
  .grid-item.wide {
    width: 66.66666666666667%;
  }
  .grid-item.extra-wide {
    width: 100%;
  }
  footer.footer-top .col-1,
  footer.footer-top .col-2,
  footer.footer-top .col-3 {
    width: 47.5% !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
  footer.footer-top .col-1,
  footer.footer-top .col-3 {
    margin-right: 5% !important;
  }
  .box.category h4 {
    font-size: 1.3em;
  }
  .navigation {
    display: none;
  }
  .navigation__toggle {
    display: block !important;
  }
}

/* Medium devices */

@media (max-width: 992px) {
  .feature {
    padding-bottom: 133%;
  }
  .grid-item {
    width: 33.33333333333333%;
  }
  .grid-item.wide {
    width: 66.66666666666667%;
  }
  .grid-item.extra-wide {
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .box.category {
    width: 100%;
  }
  .box.category h4 {
    font-size: 1.8em;
  }
  .box.textbox {
    width: 100%;
    padding: 5% 5%;
    margin: 20px 0;
    text-align: left;
  }
  .box.textbox.wide {
    width: 100%;
  }
  .box.textbox.thin {
    width: 100%;
    margin-bottom: 20px;
  }
  .box .formblock .fields {
    width: auto;
  }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
  .feature {
    padding-bottom: 205%;
  }
  .grid-item {
    width: 50%;
  }
  .grid-item.wide {
    width: 100%;
  }
  .grid-item.wide:after {
    border: 0;
  }
  h1 span:before {
    display: none;
  }
  h1 span {
    background: #494949;
    padding: 0;
  }
  footer.footer-top .col-1,
  footer.footer-top .col-2,
  footer.footer-top .col-3 {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
  footer.footer-bottom .col-1,
  footer.footer-bottom .col-2 {
    width: 100%;
    text-align: left;
    line-height: 40px;
  }
  footer.footer-bottom {
    padding: 40px 0;
  }
  footer.footer-bottom img,
  footer.footer-bottom p {
    margin: 0 !important;
    float: none !important;
  }
  .galleria {
    margin-bottom: 40px;
    height: 350px;
  }
  .box.category h4 {
    font-size: 1.3em;
  }
  .box.featured {
    padding: 5%;
  }
  .box.featured .slick-slider-container {
    width: 100% !important;
  }
  .box.featured article,
  .box.story article {
    width: 100%;
    margin-top: 20px;
  }
  .box.story article {
    padding: 2.5%;
  }
  .box.story .slick-slider-container {
    width: 100%;
  }
  h1,
  h4 {
    font-size: 2em;
  }
}

/* Landscape phones and down */

@media (max-width: 480px) {
  .feature {
    height: auto;
    padding-bottom: 0;
    background: transparent;
    border: 0;
  }
  .grid-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .slick-next {
    right: -20px;
  }
  .slick-prev {
    left: -20px;
  }
  .slick-slider-gallery {
    border: 0;
    background: transparent;
  }
  .feature .grid-item {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-top: 0;
    border-left: 0;
  }
}

/* END -  Media Queries */
