@charset "UTF-8";
/*********************************************
:: Core
********************************************/
/*********************************************
:: Variables
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*
  https://github.com/bfred-it/object-fit-images/
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*********************************************
:: Normalize                        
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

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

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #0a224c;
  color: white; }
::-moz-selection, ::selection {
  background: #0a224c;
  color: white; }

::-moz-selection {
  background: #0a224c;
  color: white; }

::selection {
  background: #0a224c;
  color: white; }

img {
  display: inline-block;
  max-width: 100%;
  width: auto\9;
  height: auto; }

/*********************************************
:: Icon Fonts
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Regular.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Oxygen';
  src: url("../fonts/oxygen-v7-latin-regular.woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-envelope-open:before {
  content: "\e900"; }

.icon-angle-double-down:before {
  content: "\e922"; }

.icon-angle-double-left:before {
  content: "\e923"; }

.icon-angle-double-right:before {
  content: "\e924"; }

.icon-angle-double-up:before {
  content: "\e925"; }

.icon-angle-down:before {
  content: "\e926"; }

.icon-angle-left:before {
  content: "\e927"; }

.icon-angle-right:before {
  content: "\e928"; }

.icon-angle-up:before {
  content: "\e929"; }

.icon-arrow-circle-down:before {
  content: "\e92a"; }

.icon-arrow-circle-left:before {
  content: "\e92b"; }

.icon-arrow-circle-o-down:before {
  content: "\e92c"; }

.icon-arrow-circle-o-left:before {
  content: "\e92d"; }

.icon-arrow-circle-o-right:before {
  content: "\e92e"; }

.icon-arrow-circle-o-up:before {
  content: "\e92f"; }

.icon-arrow-circle-right:before {
  content: "\e930"; }

.icon-arrow-circle-up:before {
  content: "\e931"; }

.icon-bars:before {
  content: "\e932"; }

.icon-calendar2:before {
  content: "\e933"; }

.icon-check2:before {
  content: "\e934"; }

.icon-chevron-circle-down:before {
  content: "\e935"; }

.icon-chevron-circle-left:before {
  content: "\e936"; }

.icon-chevron-circle-right:before {
  content: "\e937"; }

.icon-chevron-circle-up:before {
  content: "\e938"; }

.icon-chevron-down:before {
  content: "\e939"; }

.icon-chevron-left:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93b"; }

.icon-chevron-up:before {
  content: "\e93c"; }

.icon-envelope-o:before {
  content: "\e93d"; }

.icon-facebook:before {
  content: "\e93f"; }

.icon-facebook-square:before {
  content: "\e93e"; }

.icon-file:before {
  content: "\e940"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-info-circle:before {
  content: "\e943"; }

.icon-instagram2:before {
  content: "\e944"; }

.icon-instagram22:before {
  content: "\f16d"; }

.icon-linkedin:before {
  content: "\e946"; }

.icon-linkedin-square:before {
  content: "\e945"; }

.icon-map3:before {
  content: "\f279"; }

.icon-map-marker:before {
  content: "\e947"; }

.icon-phone-diagonal:before {
  content: "\e949"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest2:before {
  content: "\e94b"; }

.icon-pinterest-square:before {
  content: "\e94a"; }

.icon-pinterest-square2:before {
  content: "\f0d3"; }

.icon-play:before {
  content: "\e94c"; }

.icon-plus-circle:before {
  content: "\e94d"; }

.icon-question-circle:before {
  content: "\e94e"; }

.icon-search:before {
  content: "\e950"; }

.icon-search-plus:before {
  content: "\e94f"; }

.icon-shopping-cart:before {
  content: "\e951"; }

.icon-sort:before {
  content: "\e952"; }

.icon-times2:before {
  content: "\e954"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-tumblr-square2:before {
  content: "\e956"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-twitter2:before {
  content: "\e959"; }

.icon-twitter-square:before {
  content: "\e958"; }

.icon-twitter-square2:before {
  content: "\f081"; }

.icon-user:before {
  content: "\e95a"; }

.icon-youtube:before {
  content: "\e95e"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-youtube-play2:before {
  content: "\e95c"; }

.icon-youtube-square:before {
  content: "\e95d"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-ico-search:before {
  content: "\e98d";
  color: #4c4c4c; }

.icon-ico-download:before {
  content: "\e96e";
  color: #999; }

.icon-ico-edit:before {
  content: "\e964"; }

.icon-ico-secure:before {
  content: "\e965";
  color: #999; }

.icon-ico-map:before {
  content: "\e968";
  color: #989da1; }

.icon-ico-mail:before {
  content: "\e969";
  color: #989da1; }

.icon-ico-phone:before {
  content: "\e96a";
  color: #989da1; }

.icon-ico-zoom:before {
  content: "\e96b"; }

.icon-ico-cart:before {
  content: "\e96c"; }

.icon-ico-menu:before {
  content: "\e96d"; }

.icon-search2:before {
  content: "\e971"; }

.icon-file-empty:before {
  content: "\e903"; }

.icon-file-text2:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-phone-hang-up:before {
  content: "\e906"; }

.icon-pin:before {
  content: "\e955"; }

.icon-location:before {
  content: "\e907"; }

.icon-location2:before {
  content: "\e908"; }

.icon-compass:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-map2:before {
  content: "\e90b"; }

.icon-calendar:before {
  content: "\e91e"; }

.icon-plus2:before {
  content: "\e91a"; }

.icon-minus2:before {
  content: "\e91b"; }

.icon-checkmark:before {
  content: "\e91c"; }

.icon-checkmark2:before {
  content: "\e91d"; }

.icon-thin-search:before {
  content: "\e921";
  color: #5c6770; }

.icon-substract:before {
  content: "\e90c"; }

.icon-add:before {
  content: "\e90d"; }

.icon-cross:before {
  content: "\e90e"; }

.icon-left-arrow:before {
  content: "\e916"; }

.icon-right-arrow:before {
  content: "\e917"; }

.icon-left-arrow2:before {
  content: "\e918"; }

.icon-arrow-pointing-to-right:before {
  content: "\e919"; }

.icon-ico-cart-secure:before {
  content: "\e96f"; }

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
legend,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

h1 {
  font-size: 28px;
  line-height: 32px;
  color: #0a224c; }
  @media all and (min-width: 64em) {
    h1 {
      font-size: 44px;
      line-height: 50px; } }

h2, legend {
  font-size: 18px;
  line-height: 28px; }
  @media all and (min-width: 64em) {
    h2, legend {
      font-size: 26px; } }

h3 {
  font-size: 16px;
  line-height: 26px; }
  @media all and (min-width: 64em) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64em) {
    h6 {
      font-size: 16px; } }

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #333333; }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #0a224c;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #030a16; }

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #ccc;
  border: none;
  outline: none; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul li {
  list-style-type: none; }

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  color: #5ea5bb; }
  @media all and (min-width: 64em) {
    blockquote {
      padding: 40px 10% 40px 10%;
      font-size: 25px;
      line-height: 35px; } }

/*******************************************/
.wysiwyg {
  margin-bottom: 46px; }
  @media all and (min-width: 74.375em) {
    .wysiwyg {
      margin-bottom: 130px;
      padding-left: 49px; } }
  .wysiwyg ol, .wysiwyg ul {
    padding-left: 35px;
    margin-bottom: 23px; }
  .wysiwyg ul li,
  .wysiwyg ol li {
    list-style-type: none;
    position: relative;
    margin-bottom: 1px;
    padding-left: 20px;
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
  .wysiwyg ul li::before {
    content: "•";
    position: absolute;
    left: 0; }
  .wysiwyg ol li {
    list-style-type: decimal; }
  .wysiwyg h2, .wysiwyg legend {
    margin-bottom: 7px;
    color: #7bb8d4;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 400;
    line-height: 36px; }
    @media all and (min-width: 74.375em) {
      .wysiwyg h2, .wysiwyg legend {
        margin-bottom: 30px;
        font-size: 34px; } }
  .wysiwyg h3 {
    margin-bottom: 20px;
    color: #7bb8d4;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 400;
    line-height: 40px; }
  .wysiwyg p {
    margin-bottom: 23px;
    color: #000000;
    font-family: Oxygen;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    @media all and (min-width: 74.375em) {
      .wysiwyg p {
        font-size: 16px; } }
  .wysiwyg figure img {
    margin-bottom: 11px;
    display: block; }
  .wysiwyg figure figcaption {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 6px;
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
    @media all and (min-width: 74.375em) {
      .wysiwyg figure figcaption {
        margin: 0 0 49px 49px; } }
    .wysiwyg figure figcaption::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 99px;
      height: 2px;
      background-color: #7bb8d4; }
  .wysiwyg blockquote {
    max-width: 780px;
    padding: 15px 0 23px;
    color: #999999;
    font-family: "Playfair Display";
    font-size: 22px;
    font-weight: 400;
    line-height: 30px; }
    @media all and (min-width: 74.375em) {
      .wysiwyg blockquote {
        margin: 0 auto 44px;
        padding: 33px 0;
        font-size: 28px;
        line-height: 47px; } }
    .wysiwyg blockquote::before, .wysiwyg blockquote::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      display: block;
      width: 99px;
      height: 2px;
      background-color: #7bb8d4; }
    .wysiwyg blockquote::before {
      top: 0; }
    .wysiwyg blockquote::after {
      bottom: 0; }

.lead-copy {
  color: #000000;
  font-family: Oxygen;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }
  @media all and (min-width: 74.375em) {
    .lead-copy {
      font-size: 16px; } }

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

/*********************************************
:: Buttons
********************************************/
* {
  outline: none; }

.load-more {
  margin: 0 auto 22px;
  display: block;
  width: 146px;
  height: 48px;
  font-size: 18px;
  line-height: 46px;
  color: #7bb8d4;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #7bb8d4; }

/*******************************************/
.button {
  display: inline-block;
  height: auto;
  padding: 0px 12px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  color: #0a224c;
  background: transparent;
  transition: all .4s ease-in-out; }
  .button:hover, .button:focus, .button:active {
    color: #0a224c; }

/*******************************************/
.button-white {
  color: black;
  background: white; }
  @media all and (min-width: 48em) {
    .button-white:hover, .button-white:focus, .button-white:active {
      background: black;
      color: white; } }

/*******************************************/
.button-more {
  width: 100%;
  margin: 0px 0 40px 0;
  text-align: center;
  position: relative;
  background: white; }
  @media all and (min-width: 64em) {
    .button-more {
      margin: 40px 0 100px 0; } }
  .button-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #979797; }
  .button-more p {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 50px;
    font-size: 14px;
    line-height: 40px;
    color: #bed630;
    background: white;
    z-index: 1;
    transition: all 0.25s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-more p {
        font-size: 24px; } }
  .button-more:hover {
    background: white; }
    .button-more:hover p {
      -webkit-filter: brightness(120%);
      filter: brightness(120%); }

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #bed630; }
  .button-underline:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 138px;
    height: 5px;
    margin: auto;
    background: #bed630; }

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default; }

/*********************************************
:: Tables
********************************************/
table {
  margin-bottom: 23px;
  width: 100%; }
  @media all and (min-width: 74.375em) {
    table {
      margin-bottom: 60px; } }
  table th {
    padding: 8px 0 16px;
    color: #ffffff;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 700; }
    table th:first-child {
      padding-left: 15px; }
    table th:last-child {
      padding-left: 14px; }
  table td {
    padding: 14px 0 21px;
    color: #000000;
    font-family: Oxygen;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle; }
    table td:first-child {
      padding-left: 15px; }
    table td:last-child {
      padding-left: 14px; }
  table span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 18px;
    vertical-align: middle; }
    table span img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      display: block;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  table thead {
    background-color: #86d0f3; }
    table thead td, table thead th {
      text-align: left; }
  table tbody tr:nth-child(2n+1) {
    background-color: #ececec; }
  table tbody tr:last-child {
    border-bottom: 3px solid #ececec; }
  table .shadow {
    width: 20px;
    background-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.05) 100%); }
    @media all and (min-width: 74.375em) {
      table .shadow {
        display: none; } }

/*********************************************
:: Layout
********************************************/
.titanic {
  float: none; }

@media all and (max-width: 31.1875em) {
  .bg-desktop {
    display: none; } }

@media all and (min-width: 31.25em) {
  .bg-mob {
    display: none; } }

* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
main.main,
section.main {
  display: block;
  min-height: calc(100vh - 148px); }
  @media all and (min-width: 64em) {
    main.main,
    section.main {
      min-height: calc(100vh - 263px); } }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 64em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both; }

/*******************************************/
.content-max-width {
  padding: 0 4%; }
  @media all and (min-width: 74.375em) {
    .content-max-width {
      max-width: 1150px;
      margin: auto;
      padding: 0; } }

/*******************************************/
.content-cart-width {
  position: relative;
  /*max-width: 321px;*/
  margin: 0 20px; }
  @media all and (min-width: 64em) {
    .content-cart-width {
      max-width: 860px;
      margin: 0 auto; } }

/*******************************************/
.content-slider-width {
  padding: 0 0%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-slider-width {
      max-width: 940px;
      margin: 0 auto;
      padding: 0px; } }
  @media all and (min-width: 74.375em) {
    .content-slider-width {
      max-width: 940px; } }

/*******************************************/
@media all and (min-width: 64em) {
  .content-narrow-width {
    max-width: 740px;
    margin: 0 auto;
    clear: both; } }

@media all and (min-width: 74.375em) {
  .content-narrow-width {
    max-width: 740px; } }

/*******************************************/
@media all and (min-width: 74.375em) {
  .mob, .mobile {
    display: none !important; } }

@media all and (max-width: 74.3125em) {
  .desk, .desktop {
    display: none !important; } }

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white; }

legend {
  margin-bottom: 15px; }

label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: black; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 36px;
  background: white;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  outline: none;
  transition: all .5s ease-in-out; }
  input:hover, input:focus, textarea:hover, textarea:focus {
    background-color: #f1f1f1;
    border: 1px solid #000;
    transition: all .5s ease-in; }

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #0a224c; }
*:-ms-input-placeholder {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #0a224c; }
*::placeholder {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #0a224c; }

textarea, select[multiple] {
  height: 157px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .form-field .custom-checkbox-radio input {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px; }
  .form-field label {
    width: 100%;
    margin-bottom: 3px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 15px;
  text-align: center; }
  .button-field .form-note {
    float: none;
    margin-top: 11px;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        float: left;
        width: auto;
        margin-bottom: 0px; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    width: 108px;
    height: 30px;
    margin: auto;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: white;
    background: #0a224c;
    border-radius: 4px;
    transition: all .4s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px;
        float: right; } }
    .button-field button span, .button-field input[type="submit"] span, .button-field input[type="reset"] span {
      color: white; }
    .button-field button:hover, .button-field button:focus, .button-field button:active, .button-field input[type="submit"]:hover, .button-field input[type="submit"]:focus, .button-field input[type="submit"]:active, .button-field input[type="reset"]:hover, .button-field input[type="reset"]:focus, .button-field input[type="reset"]:active {
      background-color: #bed630; }

/*******************************************/
.form-fields-stack {
  *zoom: 1; }
.form-fields-stack:before{
  content: '';
  display: table; }
.form-fields-stack:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.two-column .form-field {
        width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
      .form-fields-stack.two-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.two-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.two-column .form-field:nth-child(2n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.two-column .form-field:nth-child(2n + 1){
    clear: left; } }
  .form-fields-stack.three-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.three-column .form-field {
        width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
      .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.three-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.three-column .form-field:nth-child(3n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.three-column .form-field:nth-child(3n + 1){
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #0a224c; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC; }

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #0a224c !important; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1; }

/*********************************************
:: Main Layout
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  font-size: 0;
  background-color: #fff;
  border-bottom: 4px solid #7bb8d4;
  z-index: 99;
  transition: all 0.5s linear; }
  @media all and (min-width: 74.375em) {
    .site-header {
      height: 108px;
      transition: all 0.5s linear; } }
  .site-header.fixed {
    height: 54px; }
    .site-header.fixed .hamburger {
      top: 20px; }
    @media all and (min-width: 74.375em) {
      .site-header.fixed nav {
        top: 4px;
        transition: all 0.5s linear; }
      .site-header.fixed .logo {
        top: 15px; }
        .site-header.fixed .logo img {
          height: 27px; }
      .site-header.fixed .contact {
        top: 21px;
        height: 13px;
        font-size: 13px; }
        .site-header.fixed .contact .tel {
          margin: 0 25px 0 0;
          display: inline-block;
          line-height: 13px;
          vertical-align: top; }
        .site-header.fixed .contact a, .site-header.fixed .contact .icons, .site-header.fixed .contact span {
          display: inline-block;
          height: 13px;
          line-height: 13px;
          vertical-align: top; }
          .site-header.fixed .contact a span::before, .site-header.fixed .contact .icons span::before, .site-header.fixed .contact span span::before {
            font-size: 13px;
            vertical-align: top; } }
  .site-header > .content-max-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    @media all and (min-width: 74.375em) {
      .site-header > .content-max-width {
        position: relative;
        display: block; } }
  .site-header .logo {
    position: relative;
    display: inline-block; }
    @media all and (min-width: 74.375em) {
      .site-header .logo {
        top: 39px; } }
    .site-header .logo img {
      display: block;
      width: 69px; }
      @media all and (min-width: 74.375em) {
        .site-header .logo img {
          width: auto; } }
  .site-header nav {
    position: relative;
    top: 0px;
    left: 50px;
    display: inline-block;
    transition: all 0.5s linear; }
    @media all and (min-width: 74.375em) {
      .site-header nav {
        top: 26px; } }
    @media all and (max-width: 63.9375em) {
      .site-header nav {
        display: none; } }
    .site-header nav li {
      position: relative;
      margin: 0;
      display: inline-block;
      height: 15px;
      line-height: 15px; }
    .site-header nav a {
      display: block;
      margin-right: 29px;
      color: #000000;
      font-family: Oxygen;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 15px; }
      .site-header nav a.pages {
        color: #666666;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase; }
      .site-header nav a:hover {
        opacity: 0.7; }
      .site-header nav a.selected:hover {
        opacity: 1; }
      .site-header nav a.selected:active {
        opacity: 1; }
  .site-header .contact {
    float: right;
    position: relative;
    top: 31px;
    display: none; }
    @media all and (min-width: 74.375em) {
      .site-header .contact {
        display: block; } }
    .site-header .contact .icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
      .site-header .contact .icons a[href*="pinterest"] {
        display: none; }
      .site-header .contact .icons span {
        color: #7bb8d4;
        font-size: 17px;
        font-weight: 400; }
  .site-header .tel {
    margin: 2px 0 12px;
    display: block;
    color: #000000;
    font-family: Oxygen;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px; }
  .site-header .hamburger {
    position: absolute;
    top: 29px;
    right: 3%;
    display: block;
    width: 26px;
    height: 17px;
    transition: all 0.5s linear; }
    @media all and (min-width: 64em) {
      .site-header .hamburger {
        display: none; } }
    .site-header .hamburger span {
      font-size: 17px;
      color: black; }
    .site-header .hamburger:focus {
      outline: none; }

/********************************************/
/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 70px;
  background: white;
  padding-top: 54px;
  border-top: 2px solid #e6e6e6; }
  @media all and (min-width: 64em) {
    .site-footer {
      min-height: 155px; } }
  .site-footer .content-footer-width {
    margin: auto;
    max-width: 1150px; }
  .site-footer .footer-legal {
    margin-bottom: 108px;
    width: 100%; }
    .site-footer .footer-legal::after {
      content: '';
      display: block;
      clear: both; }
    @media all and (max-width: 74.3125em) {
      .site-footer .footer-legal {
        text-align: center; } }
    .site-footer .footer-legal p, .site-footer .footer-legal a {
      display: inline-block;
      width: 100%;
      font-family: "Open Sans";
      font-size: 11px;
      line-height: 11px;
      color: #9b9b9b; }
      @media all and (min-width: 74.375em) {
        .site-footer .footer-legal p, .site-footer .footer-legal a {
          width: auto; } }
    .site-footer .footer-legal p.copyright {
      margin-bottom: 5px; }
      @media all and (min-width: 64em) {
        .site-footer .footer-legal p.copyright {
          float: left;
          margin-bottom: 0px; } }
      .site-footer .footer-legal p.copyright a {
        margin-top: 5px;
        display: block;
        font-size: 11px;
        line-height: 11px;
        color: #5ea5bb; }
    @media all and (min-width: 64em) {
      .site-footer .footer-legal a.attribution {
        float: right; } }
  .site-footer .links {
    padding: 0 0 0 50px; }
    @media all and (min-width: 74.375em) {
      .site-footer .links {
        margin-bottom: 66px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 70%;
        padding: 0;
        -webkit-column-count: 3;
        column-count: 3; } }
    .site-footer .links h4 {
      position: relative;
      margin-bottom: 13px;
      color: #000000;
      font-family: "Playfair Display";
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
      @media all and (max-width: 74.3125em) {
        .site-footer .links h4 {
          cursor: pointer; }
          .site-footer .links h4::before {
            content: "\e90d";
            position: absolute;
            top: 0;
            left: -25px;
            display: block;
            font-family: "icomoon";
            color: #7bb8d4;
            transition: all 0.5s linear; }
          .site-footer .links h4.active::before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: all 0.5s linear; } }
    .site-footer .links ul {
      display: none;
      margin-bottom: 35px; }
      @media all and (min-width: 74.375em) {
        .site-footer .links ul {
          display: block !important;
          margin: 0; } }
      .site-footer .links ul li {
        margin-bottom: 0; }
        .site-footer .links ul li a {
          margin-bottom: 0;
          color: #7bb8d4;
          font-family: Oxygen;
          font-size: 12px;
          font-weight: 400;
          line-height: 24px; }
    @media all and (min-width: 74.375em) {
      .site-footer .links > div {
        display: inline-block;
        width: 192px; } }
  .site-footer .contact {
    text-align: center;
    font-style: normal; }
    @media all and (min-width: 74.375em) {
      .site-footer .contact {
        float: right;
        text-align: right; } }
    .site-footer .contact span {
      margin-bottom: 15px;
      display: none;
      color: #000000;
      font-family: "Playfair Display";
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
      @media all and (min-width: 74.375em) {
        .site-footer .contact span {
          display: block; } }
    .site-footer .contact a {
      display: inline-block;
      margin-bottom: 12px; }
    .site-footer .contact a, .site-footer .contact address {
      color: #666666;
      font-family: Oxygen;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px; }
  .site-footer .footer-help {
    border-top: 2px solid #e6e6e6;
    text-align: center; }
    @media all and (max-width: 74.3125em) {
      .site-footer .footer-help {
        display: none; } }
    .site-footer .footer-help p, .site-footer .footer-help a {
      margin: 0 30px 0 0;
      display: inline-block;
      line-height: 50px;
      vertical-align: middle; }
    .site-footer .footer-help img {
      margin-right: 5px;
      vertical-align: middle; }

/*********************************************
  :: Main Mob Menu                             
********************************************/
body.open-menu #mobile-menu {
  right: 0; }
  body.open-menu #mobile-menu .menu-close-icon {
    left: -52px; }

#mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -323px;
  width: calc(100% - 52px);
  max-width: 323px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all .25s;
  -webkit-backface-visibility: hidden; }
  @media all and (min-width: 64em) {
    #mobile-menu {
      display: none; } }
  #mobile-menu .menu-close-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 56px;
    border: none;
    background-color: #0a224c;
    outline: none; }
    #mobile-menu .menu-close-icon span {
      font-size: 22px;
      line-height: 26px;
      text-align: center;
      color: white; }
  #mobile-menu .menu-content {
    overflow-y: auto; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu a {
    font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: black;
    line-height: 24px;
    text-transform: uppercase; }
  #mobile-menu ul {
    padding: 30px 15px 0 20px; }
  #mobile-menu li {
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #eee; }
    #mobile-menu li ul {
      display: none;
      padding: 15px 0 0 15px; }
    #mobile-menu li li:last-child {
      border-bottom: none; }

/*********************************************
:: Modules
********************************************/
.page-diamonds .vue-slider-component {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-diamonds .vue-slider-component.vue-slider-disabled {
  opacity: .5;
  cursor: not-allowed; }

.page-diamonds .vue-slider-component.vue-slider-has-label {
  margin-bottom: 15px; }

.page-diamonds .vue-slider-component.vue-slider-disabled .vue-slider-dot {
  cursor: not-allowed; }

.page-diamonds .vue-slider-component .vue-slider {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #ccc; }

.page-diamonds .vue-slider-component .vue-slider::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.page-diamonds .vue-slider-component .vue-slider-process {
  position: absolute;
  border-radius: 5px;
  background-color: #3498db;
  transition: all 0s;
  z-index: 1; }

.page-diamonds .vue-slider-component.vue-slider-horizontal .vue-slider-process {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  will-change: width; }

.page-diamonds .vue-slider-component.vue-slider-vertical .vue-slider-process {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  will-change: height; }

.page-diamonds .vue-slider-component.vue-slider-horizontal-reverse .vue-slider-process {
  width: 0;
  height: 100%;
  top: 0;
  right: 0; }

.page-diamonds .vue-slider-component.vue-slider-vertical-reverse .vue-slider-process {
  width: 100%;
  height: 0;
  top: 0;
  left: 0; }

.page-diamonds .vue-slider-component .vue-slider-dot {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
  transition: all 0s;
  will-change: transform;
  cursor: pointer;
  z-index: 3; }

.page-diamonds .vue-slider-component.vue-slider-horizontal .vue-slider-dot {
  left: 0; }

.page-diamonds .vue-slider-component.vue-slider-vertical .vue-slider-dot {
  bottom: 0; }

.page-diamonds .vue-slider-component.vue-slider-horizontal-reverse .vue-slider-dot {
  right: 0; }

.page-diamonds .vue-slider-component.vue-slider-vertical-reverse .vue-slider-dot {
  top: 0; }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap {
  display: none;
  position: absolute;
  z-index: 9; }

.page-diamonds .vue-slider-component .vue-slider-tooltip {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3498db;
  background-color: #3498db; }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-top {
  top: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-bottom {
  bottom: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-left {
  top: 50%;
  left: -9px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-right {
  top: 50%;
  right: -9px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-top .vue-slider-tooltip::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border: 6px solid transparent\0;
  border-top-color: inherit;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-bottom .vue-slider-tooltip::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border: 6px solid transparent\0;
  border-bottom-color: inherit;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-left .vue-slider-tooltip::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border: 6px solid transparent\0;
  border-left-color: inherit;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.page-diamonds .vue-slider-component .vue-slider-tooltip-wrap.vue-slider-tooltip-right .vue-slider-tooltip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border: 6px solid transparent\0;
  border-right-color: inherit;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.page-diamonds .vue-slider-component .vue-slider-dot.vue-slider-hover:hover .vue-slider-tooltip-wrap {
  display: block; }

.page-diamonds .vue-slider-component .vue-slider-dot.vue-slider-always .vue-slider-tooltip-wrap {
  display: block !important; }

.page-diamonds .vue-slider-component .vue-slider-piecewise {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  height: 100%;
  list-style: none; }

.page-diamonds .vue-slider-component .vue-slider-piecewise-item {
  position: absolute;
  width: 8px;
  height: 8px; }

.page-diamonds .vue-slider-component .vue-slider-piecewise-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all .3s; }

.page-diamonds .vue-slider-component.vue-slider-horizontal .vue-slider-piecewise-label, .page-diamonds .vue-slider-component.vue-slider-horizontal-reverse .vue-slider-piecewise-label {
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  -webkit-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
  visibility: visible; }

.page-diamonds .vue-slider-component.vue-slider-vertical .vue-slider-piecewise-label, .page-diamonds .vue-slider-component.vue-slider-vertical-reverse .vue-slider-piecewise-label {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  -webkit-transform: translate(8px, -50%);
  -ms-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
  visibility: visible; }

.page-diamonds .vue-slider-component .vue-slider-sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important; }

.page-diamonds .vue-slider {
  margin-bottom: 12px;
  border-radius: 5px !important; }

.page-diamonds .vue-slider-dot {
  border: 2px solid #86d0f3;
  border-radius: 5px;
  box-shadow: none !important; }

.page-diamonds .vue-slider-process {
  background-color: #86d0f3; }

.page-diamonds .val-low {
  float: left;
  width: 85px;
  height: 36px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #cccccc; }

.page-diamonds .val-high {
  float: right;
  padding-left: 10px;
  width: 85px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #cccccc; }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .signup-module .success, .signup-module .error {
    width: 100%;
    text-align: center; }
  .signup-module .success {
    color: green; }
  .signup-module .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #0a224c;
    padding: 17px 0;
    margin: 0px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        width: 50%;
        float: left;
        font-size: 18px;
        padding: 41px 0; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
    @media all and (min-width: 64em) {
      .signup-module form {
        width: 50%;
        float: left;
        padding: 35px 0; } }
    .signup-module form input {
      width: 70%;
      height: 42px;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0 0 6px;
      float: left; }
    .signup-module form button {
      width: 30%;
      height: 42px;
      float: right;
      padding: 10px;
      background: #bed630;
      color: #0a224c;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      font-size: 18px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .signup-module form button:hover {
        background: #0a224c;
        color: white; }
      .signup-module form button .icon-search {
        vertical-align: middle; }

/********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/ }
  @media all and (min-width: 64em) {
    .pagination-module {
      background: white; } }
  .pagination-module ul {
    width: auto;
    display: inline-block;
    height: 34px;
    padding: 0;
    margin: 6px;
    text-align: center;
    background: #bed630;
    border-radius: 17px; }
    @media all and (min-width: 64em) {
      .pagination-module ul {
        margin: 0px; } }
    .pagination-module ul li {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin: 3px; }
      .pagination-module ul li a {
        line-height: 28px;
        text-align: center;
        color: #0a224c;
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 1.25em; }
      .pagination-module ul li span {
        color: #0a224c;
        vertical-align: sub;
        font-size: 26px; }
      .pagination-module ul li.active {
        background: #0a224c;
        border-radius: 50%; }
        .pagination-module ul li.active a {
          color: white; }

/********************************************/
/*********************************************
:: Hero Module
********************************************/
.hero-module {
  position: relative;
  margin-bottom: 30px; }
  @media all and (min-width: 74.375em) {
    .hero-module {
      margin-bottom: 51px; } }
  .hero-module .title {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.7); }
    @media all and (min-width: 74.375em) {
      .hero-module .title {
        height: 66px;
        font-size: 24px;
        line-height: 30px; } }
  .hero-module h1 {
    margin: 0 auto;
    max-width: 1128px;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    text-align: center; }
    @media all and (min-width: 74.375em) {
      .hero-module h1 {
        font-size: 24px;
        line-height: 66px;
        text-align: left; } }
  .hero-module img {
    display: block;
    width: 100%;
    height: 144px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media all and (min-width: 74.375em) {
      .hero-module img {
        height: 238px; } }

.title-module {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
  min-height: 69px; }
  .title-module.border {
    margin: 0 auto 23px;
    border-bottom: 2px solid #f2f2f2; }
  .title-module .content-max-width::after {
    content: '';
    display: block;
    clear: both; }
  .title-module h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 69px;
    color: #000000; }
    @media all and (min-width: 74.375em) {
      .title-module h1 {
        font-size: 24px;
        line-height: 100px;
        text-indent: 10px; } }
  .title-module .left {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    height: 100%;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 400;
    line-height: 67px; }
    .title-module .left::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #7bb8d4; }
    .title-module .left span {
      color: #7bb8d4; }
  .title-module .right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 400;
    line-height: 89px; }
    .title-module .right::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #7bb8d4; }
    .title-module .right span {
      color: #7bb8d4; }
  .title-module .filters {
    position: absolute;
    bottom: 0;
    right: 4%;
    margin-bottom: -2px;
    height: 50px;
    padding-bottom: 8px;
    color: #000000;
    font-size: 16px;
    font-family: "Playfair Display";
    line-height: 30px;
    cursor: pointer; }
    @media all and (min-width: 74.375em) {
      .title-module .filters {
        right: 0;
        padding-bottom: 28px; } }
    .title-module .filters::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      width: 72px;
      height: 2px;
      background-color: #7bb8d4; }
    .title-module .filters.active span::before {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      transition: all 0.5s linear; }
    .title-module .filters span {
      margin-left: 8px;
      font-size: 12px;
      vertical-align: middle; }
      .title-module .filters span::before {
        display: inline-block;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.5s linear; }

.filters-module {
  height: 0;
  font-size: 0;
  overflow: hidden; }
  .filters-module.hide {
    height: auto; }
  .filters-module .diamond-shapes img {
    width: 32px; }
  .filters-module .colours .vue-slider-piecewise-dot {
    max-width: 30px; }
  .filters-module .clarity .vue-slider-piecewise-dot {
    max-width: 34px; }
  .filters-module .content-max-width.mobile {
    margin: 0 auto 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
  .filters-module .content-max-width.large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%; }
    .filters-module .content-max-width.large > div {
      float: left;
      margin-bottom: 28px;
      width: 356px;
      height: 89px; }
      @media all and (max-width: 74.3125em) {
        .filters-module .content-max-width.large > div:not(.active) {
          margin: 0;
          opacity: 0;
          height: 0;
          overflow: hidden; } }
  .filters-module button {
    position: relative;
    margin-bottom: 6px;
    width: 113px;
    height: 48px;
    border-radius: 5px;
    border: 2px solid #7db8d3; }
  .filters-module .category {
    position: absolute;
    top: 4px;
    left: 14px;
    color: #666666;
    font-family: Oxygen;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase; }
  .filters-module .selection {
    font-family: "Playfair Display";
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-transform: initial; }
    @media all and (max-width: 74.3125em) {
      .filters-module .selection {
        position: absolute;
        left: 14px;
        bottom: 5px;
        width: 100%;
        max-width: 70px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; } }
  .filters-module .icon {
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px; }
  .filters-module .shape {
    margin: 0 25px 10px 0;
    opacity: 0.4; }
    .filters-module .shape.active {
      opacity: 1; }
  .filters-module .title {
    margin-bottom: 16px;
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase; }

.products-nav-module {
  position: relative;
  margin: 0 auto 26px;
  padding: 17px 0 0;
  max-width: 1150px;
  border-bottom: 2px solid #f2f2f2; }
  @media all and (min-width: 74.375em) {
    .products-nav-module {
      min-height: 69px;
      padding: 39px 0 0; } }
  .products-nav-module .toggle {
    text-align: center; }
    @media all and (min-width: 74.375em) {
      .products-nav-module .toggle {
        display: none; } }
  .products-nav-module .categories::after {
    content: '';
    display: block;
    clear: both; }
  @media all and (max-width: 74.3125em) {
    .products-nav-module .categories {
      display: none;
      padding-top: 20px; }
      .products-nav-module .categories.active {
        display: block;
        transition: all 0.5s linear; } }
  .products-nav-module a {
    position: relative;
    display: inline-block;
    margin: 0 18px 10px 0;
    padding-bottom: 10px;
    color: #999999;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    @media all and (min-width: 74.375em) {
      .products-nav-module a {
        float: left;
        margin: 0 18px 0 0;
        padding-bottom: 18px;
        width: auto;
        height: 100%;
        font-size: 16.5px; } }
    .products-nav-module a.center {
      margin: auto;
      display: inline-block; }
    .products-nav-module a.active {
      color: #000000; }
      .products-nav-module a.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #7bb8d4; }
    .products-nav-module a span {
      margin-left: 9px;
      color: #000; }
      .products-nav-module a span.active::before {
        content: "\e90c"; }
  .products-nav-module .filters {
    margin-top: 15px; }
    .products-nav-module .filters::after {
      content: '';
      display: block;
      clear: both; }
    @media all and (min-width: 74.375em) {
      .products-nav-module .filters {
        position: absolute;
        top: 13px;
        right: 0; } }
    .products-nav-module .filters .filter-label {
      margin-bottom: 11px;
      color: #666666;
      font-family: Oxygen;
      font-size: 12px;
      font-weight: 400;
      line-height: 10px;
      text-transform: uppercase; }
      @media all and (min-width: 74.375em) {
        .products-nav-module .filters .filter-label {
          text-align: right; } }

.diamond-attributes-module {
  padding-top: 32px;
  border-top: 2px solid #cccccc; }
  .diamond-attributes-module .attribute {
    margin-bottom: 30px;
    font-size: 0;
    text-align: center; }
    .diamond-attributes-module .attribute p {
      margin-bottom: 27px;
      color: #666666;
      font-family: Oxygen;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: left;
      line-height: 17px; }
    .diamond-attributes-module .attribute input {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0; }
    .diamond-attributes-module .attribute:first-child label {
      width: calc(25% - 3px); }
    .diamond-attributes-module .attribute:nth-child(2) label {
      width: calc(8.3% - 3px); }
    .diamond-attributes-module .attribute:last-child label {
      width: calc(11.1% - 3px); }
    .diamond-attributes-module .attribute label {
      position: relative;
      margin: 0 3px 0 0;
      display: inline-block;
      height: 44px;
      color: #999999;
      font-family: "Playfair Display";
      font-size: 14px;
      font-weight: 400;
      line-height: 44px; }
      .diamond-attributes-module .attribute label.selected {
        color: black; }
        .diamond-attributes-module .attribute label.selected::before {
          background-color: #86d0f3; }
      .diamond-attributes-module .attribute label::before {
        content: "";
        display: block;
        height: 6px;
        border-radius: 5px;
        background-color: #cccccc; }
      .diamond-attributes-module .attribute label:last-of-type {
        margin-right: 0; }

.detail-accordian-module {
  border-top: 1px solid #cccccc; }
  @media all and (min-width: 74.375em) {
    .detail-accordian-module {
      margin-bottom: 30px; } }
  .detail-accordian-module > li {
    position: relative;
    margin: 0;
    padding: 20px 0 20px 39px;
    color: #666666;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    list-style-type: none; }
    .detail-accordian-module > li::before {
      content: "\e90d";
      font-family: "icomoon";
      position: absolute;
      top: 30px;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      font-size: 19px;
      color: #000000; }
    .detail-accordian-module > li.active::before {
      content: "\e90c"; }
    .detail-accordian-module > li > span {
      display: block;
      cursor: pointer; }
  .detail-accordian-module ul {
    display: none;
    padding: 28px 0 14px; }
    .detail-accordian-module ul img {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .detail-accordian-module ul li {
      position: relative;
      margin-bottom: 28px;
      padding-left: 41px;
      color: #333333;
      font-family: "Playfair Display";
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-transform: none; }
      .detail-accordian-module ul li:last-child {
        margin-bottom: 0; }
  .detail-accordian-module .features ul {
    width: calc(100% + 39px);
    -webkit-transform: translateX(-39px);
    -ms-transform: translateX(-39px);
    transform: translateX(-39px); }
    .detail-accordian-module .features ul li {
      margin: 0;
      padding: 12px 15px; }
      .detail-accordian-module .features ul li:nth-child(2n+1) {
        background-color: #ececec; }
    .detail-accordian-module .features ul span {
      display: inline-block;
      vertical-align: top;
      color: #000000;
      font-family: Oxygen;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-transform: none; }
      .detail-accordian-module .features ul span:nth-child(2n+1) {
        width: 44%; }
      .detail-accordian-module .features ul span:nth-child(2n) {
        width: 56%; }
  .detail-accordian-module .video ul {
    margin-left: -39px;
    padding: 20px 0 0 0; }
  .detail-accordian-module .video li {
    padding-left: 0; }
  .detail-accordian-module .video .youtube-player {
    width: 100%;
    height: 319px; }
    .detail-accordian-module .video .youtube-player * {
      width: 100%;
      height: 100%; }
    .detail-accordian-module .video .youtube-player img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }

.product-header-module {
  position: relative;
  margin: 0 auto 23px;
  max-width: 1150px;
  border-bottom: 2px solid #f2f2f2; }
  @media all and (min-width: 74.375em) {
    .product-header-module {
      height: 69px; } }
  .product-header-module .content-max-width::after {
    content: '';
    display: block;
    clear: both; }
  .product-header-module h1 {
    position: relative;
    float: left;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 69px;
    color: #000000; }
    @media all and (max-width: 74.3125em) {
      .product-header-module h1 {
        display: none; } }
  .product-header-module .back {
    position: relative;
    float: left;
    height: 100%;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #000000; }
    @media all and (min-width: 74.375em) {
      .product-header-module .back {
        float: right;
        font-size: 16px;
        line-height: 69px; }
        .product-header-module .back.main {
          float: left; }
        .product-header-module .back::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 2px;
          background-color: #7bb8d4; } }
    .product-header-module .back span {
      color: #7bb8d4; }
      @media all and (min-width: 74.375em) {
        .product-header-module .back span {
          font-size: 24px;
          vertical-align: sub; } }
  .product-header-module .center {
    clear: left;
    text-align: center; }
    @media all and (min-width: 74.375em) {
      .product-header-module .center {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 50%; } }
    .product-header-module .center span {
      margin-top: 22px;
      display: block;
      color: #000000;
      font-family: "Playfair Display";
      font-size: 14px;
      font-weight: 400;
      line-height: 19px; }
      @media all and (min-width: 74.375em) {
        .product-header-module .center span {
          font-size: 18px; } }

@media all and (min-width: 74.375em) {
  .product-header-module.w-header {
    height: 90px; } }

.product-header-module.w-header h1 {
  font-size: 24px;
  line-height: 90px;
  padding-left: 10px; }

@media all and (min-width: 74.375em) {
  .product-header-module.w-header .back {
    line-height: 90px; } }

.product-details-module {
  padding-bottom: 42px; }
  .product-details-module .title {
    margin-bottom: 1px;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 34px;
    font-weight: 400;
    line-height: 42px; }
    @media all and (min-width: 74.375em) {
      .product-details-module .title {
        font-size: 36px;
        margin-top: 48px; } }
  .product-details-module .sku {
    margin-bottom: 29px;
    color: #7bb8d4;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .product-details-module .description p {
    color: #000000;
    font-family: Oxygen;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
  .product-details-module .price {
    margin-bottom: 18px;
    color: #7bb8d4;
    font-family: "Playfair Display";
    font-size: 34px;
    font-weight: 400;
    line-height: 42px; }
    .product-details-module .price span {
      color: #666666;
      font-family: Oxygen;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .product-details-module .actions {
    margin-bottom: -5px;
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    line-height: 18px; }
    .product-details-module .actions button {
      margin: 0 5px 5px 0;
      display: inline-block;
      height: 48px;
      width: 123px;
      font-family: "Playfair Display";
      font-size: 16px;
      font-weight: 400;
      line-height: 46px;
      color: #ffffff;
      text-align: center;
      vertical-align: middle;
      border-radius: 5px;
      background-color: #86d0f3; }
      @media all and (min-width: 74.375em) {
        .product-details-module .actions button {
          margin: 0 10px 5px 0; } }
    .product-details-module .actions .contact {
      margin: 0 0 5px 5px;
      display: inline-block;
      width: 190px;
      height: 48px;
      font-family: "Playfair Display";
      font-size: 16px;
      font-weight: 400;
      color: #7bb8d4;
      line-height: 46px;
      text-align: center;
      vertical-align: middle;
      border-radius: 5px;
      border: 1px solid #7bb8d4; }
      @media all and (min-width: 74.375em) {
        .product-details-module .actions .contact {
          margin: 0 0 5px 10px; } }
      .product-details-module .actions .contact span {
        margin-left: 8px; }
    .product-details-module .actions .valuation {
      margin-left: 10px;
      display: inline-block;
      font-family: "Playfair Display";
      font-size: 14px;
      font-weight: 600;
      color: #5ea5bb; }

.build-ring-module .attribute {
  margin-bottom: 40px;
  padding-top: 35px;
  font-size: 0;
  border-top: 2px solid #cccccc; }
  .build-ring-module .attribute .once {
    display: none; }
  .build-ring-module .attribute .label {
    margin-bottom: 5px;
    color: #666666;
    font-family: Oxygen;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 17px; }
    .build-ring-module .attribute .label > span {
      margin-left: 3px; }
    .build-ring-module .attribute .label span {
      display: inline-block;
      color: #000000;
      font-family: "Playfair Display";
      text-transform: none; }
  .build-ring-module .attribute .help {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 14px;
    color: #7bb8d4; }
    .build-ring-module .attribute .help:last-of-type {
      margin-bottom: 23px; }
  .build-ring-module .attribute input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0; }
  .build-ring-module .attribute.attr-diamond {
    font-size: 0; }
    @media all and (max-width: 74.3125em) {
      .build-ring-module .attribute.attr-diamond label:nth-child(2n) {
        margin-right: 0; } }
    .build-ring-module .attribute.attr-diamond label {
      margin: 0 8px 6px 0;
      width: calc(50% - 4px);
      height: 60px;
      border-radius: 5px;
      border: 1px solid #cccccc;
      line-height: 44px;
      vertical-align: top; }
      @media all and (min-width: 74.375em) {
        .build-ring-module .attribute.attr-diamond label {
          margin: 0 4px 5px 0;
          width: calc(25% - 5px); } }
    .build-ring-module .attribute.attr-diamond .img-container {
      position: relative;
      float: left;
      width: 37%;
      height: 100%; }
      .build-ring-module .attribute.attr-diamond .img-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 35px; }
    .build-ring-module .attribute.attr-diamond .details {
      float: left;
      width: 63%;
      height: 100%;
      padding: 13px 12px 0 0;
      text-align: right; }
      .build-ring-module .attribute.attr-diamond .details .diamond-size {
        margin-bottom: 5px;
        display: block;
        color: #333333;
        font-family: "Playfair Display";
        font-size: 18px;
        font-weight: 400;
        line-height: 17px; }
      .build-ring-module .attribute.attr-diamond .details .price {
        display: block;
        color: #333333;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px; }
  .build-ring-module .attribute.attr-metal label {
    margin: 0 20px 0 0;
    width: 56px;
    max-width: 56px;
    opacity: 0.5; }
    @media all and (max-width: 74.3125em) {
      .build-ring-module .attribute.attr-metal label {
        margin-bottom: 5px; } }
    .build-ring-module .attribute.attr-metal label.selected {
      opacity: 1; }
    .build-ring-module .attribute.attr-metal label img {
      display: block; }
  .build-ring-module .attribute.attr-finger {
    margin-bottom: 62px; }
    .build-ring-module .attribute.attr-finger label {
      margin: 0 6px 6px 0;
      width: 46px;
      height: 36px;
      color: #333333;
      font-family: "Playfair Display";
      font-size: 18px;
      font-weight: 400;
      line-height: 34px;
      text-transform: uppercase;
      border-radius: 5px;
      border: 1px solid #cccccc;
      text-align: center; }
      @media all and (max-width: 74.3125em) {
        .build-ring-module .attribute.attr-finger label {
          min-width: 52px; } }
  .build-ring-module .attribute label {
    position: relative;
    display: inline-block;
    color: #999999;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    cursor: pointer; }
    .build-ring-module .attribute label.selected {
      border: 2px solid #86d0f3; }
    .build-ring-module .attribute label:last-of-type {
      margin-right: 0; }

#build-price-module {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 98px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
  background-color: #fff;
  z-index: 100;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s linear; }
  #build-price-module.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s linear; }
  @media all and (max-width: 74.3125em) {
    #build-price-module div:not(.price) {
      display: none; } }
  #build-price-module div {
    margin-right: 50px;
    display: inline-block;
    vertical-align: top; }
    #build-price-module div p {
      display: block;
      text-align: left;
      color: #000000;
      font-family: "Playfair Display";
      font-size: 16px;
      font-weight: 400;
      line-height: 17px; }
      #build-price-module div p:first-child {
        margin-bottom: 20px;
        color: #666666;
        font-family: Oxygen;
        font-size: 12px;
        line-height: 10px;
        text-transform: uppercase; }
    #build-price-module div.price {
      margin-right: 32px;
      text-align: right; }
      #build-price-module div.price p:first-child {
        margin-bottom: 9px; }
      #build-price-module div.price p:last-child {
        color: #7bb8d4;
        font-family: "Playfair Display";
        font-size: 34px;
        font-weight: 400;
        line-height: 34px; }
  #build-price-module .seperator {
    margin: 0 100px 0 0;
    height: 48px;
    width: 1px;
    background-color: #cccccc; }
  #build-price-module button {
    display: inline-block;
    width: 126px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #7bb8d4;
    color: #7bb8d4;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    vertical-align: bottom; }

/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home .hero-container .slide {
  position: relative;
  height: 509px;
  background-image: none; }
  @media all and (min-width: 37.5em) {
    .page-home .hero-container .slide {
      height: 492px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center bottom; } }
  @media all and (min-width: 90em) {
    .page-home .hero-container .slide {
      height: 542px; } }
  @media all and (min-width: 101.25em) {
    .page-home .hero-container .slide {
      height: 602px; } }
  .page-home .hero-container .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 858px;
    height: 100%;
    background-image: radial-gradient(circle 841px at 2.04% 113.97%, rgba(0, 0, 0, 0.7) 0%, transparent 100%); }
  .page-home .hero-container .slide .mob-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media all and (min-width: 37.5em) {
      .page-home .hero-container .slide .mob-image {
        display: none; } }
  .page-home .hero-container .slide .content {
    position: absolute;
    margin-bottom: 37px;
    left: 5.333%;
    bottom: 0;
    z-index: 9; }
    @media all and (min-width: 74.375em) {
      .page-home .hero-container .slide .content {
        margin-bottom: 80px;
        left: 10%;
        bottom: 0; } }
    .page-home .hero-container .slide .content p {
      color: #ffffff;
      font-family: "Playfair Display";
      font-size: 52px;
      font-weight: 400;
      line-height: 55px;
      text-shadow: 0 0 7px rgba(0, 0, 0, 0.6); }
      @media all and (min-width: 74.375em) {
        .page-home .hero-container .slide .content p {
          margin-bottom: 44px;
          font-size: 62px;
          line-height: 69px;
          text-shadow: 0 0 7px rgba(0, 0, 0, 0.1); } }
    .page-home .hero-container .slide .content > span {
      display: block; }
      .page-home .hero-container .slide .content > span::before {
        content: '';
        margin-right: 19px;
        display: inline-block;
        width: 99px;
        height: 2px;
        background-color: #7bb8d4;
        vertical-align: middle; }
      .page-home .hero-container .slide .content > span a {
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 15px;
        font-weight: 400; }
        .page-home .hero-container .slide .content > span a span {
          margin-left: 9px;
          vertical-align: middle; }
    .page-home .hero-container .slide .content .image-mob {
      width: 100%; }

.page-home .main-content::after {
  content: '';
  display: block;
  clear: both; }

@media all and (min-width: 74.375em) {
  .page-home .main-content {
    padding-top: 36px; } }

.page-home .main-content p {
  margin: 0; }

.page-home .main-content .content-max-width {
  padding: 0; }
  .page-home .main-content .content-max-width [class^='bg'] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .page-home .main-content .content-max-width .link {
    position: relative;
    float: left;
    background-size: cover; }
    @media all and (min-width: 74.375em) {
      .page-home .main-content .content-max-width .link {
        margin-bottom: 12px; } }
    .page-home .main-content .content-max-width .link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #444;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .page-home .main-content .content-max-width .link > a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .page-home .main-content .content-max-width .link span {
      color: #7bb8d4;
      font-family: Oxygen;
      font-size: 10px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 0.83px; }
      @media all and (min-width: 74.375em) {
        .page-home .main-content .content-max-width .link span {
          color: #7bb8d4;
          font-size: 12px;
          letter-spacing: 1px; } }
    .page-home .main-content .content-max-width .link p {
      text-shadow: 1px 1px 1px transparent;
      transition: all 0.5s ease-in-out; }
    .page-home .main-content .content-max-width .link:first-child {
      width: 100%;
      height: 175px;
      background-color: #ececec; }
      @media all and (min-width: 37.5em) {
        .page-home .main-content .content-max-width .link:first-child {
          height: 255px; } }
      @media all and (min-width: 74.375em) {
        .page-home .main-content .content-max-width .link:first-child {
          height: 348px;
          background-position: center; } }
      .page-home .main-content .content-max-width .link:first-child .content {
        position: absolute;
        top: 41px;
        right: 25px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:first-child .content {
            top: 90px;
            right: 12.666%; } }
      .page-home .main-content .content-max-width .link:first-child p {
        color: #000000;
        font-family: "Playfair Display";
        font-size: 28px;
        line-height: 37px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:first-child p {
            font-size: 46px;
            line-height: 52px; } }
    .page-home .main-content .content-max-width .link:nth-child(2) {
      width: 50%;
      height: 188px; }
      @media all and (min-width: 37.5em) {
        .page-home .main-content .content-max-width .link:nth-child(2) {
          height: 265px; } }
      @media all and (min-width: 74.375em) {
        .page-home .main-content .content-max-width .link:nth-child(2) {
          margin-right: 12px;
          width: 375px;
          height: 390px; } }
      .page-home .main-content .content-max-width .link:nth-child(2) .content {
        position: absolute;
        bottom: 40px;
        width: 100%;
        text-align: left;
        padding-left: 19px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(2) .content {
            padding: 0;
            text-align: center; }
            .page-home .main-content .content-max-width .link:nth-child(2) .content span {
              opacity: 0; } }
      .page-home .main-content .content-max-width .link:nth-child(2) p {
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 28px;
        font-weight: 400;
        line-height: 24px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(2) p {
            font-size: 36px;
            line-height: 42px; } }
    .page-home .main-content .content-max-width .link:nth-child(3) {
      width: 50%;
      height: 188px; }
      @media all and (min-width: 37.5em) {
        .page-home .main-content .content-max-width .link:nth-child(3) {
          height: 265px; } }
      @media all and (min-width: 74.375em) {
        .page-home .main-content .content-max-width .link:nth-child(3) {
          height: 390px;
          width: calc(100% - 387px); } }
      .page-home .main-content .content-max-width .link:nth-child(3) .content {
        position: absolute;
        top: 10px;
        left: 15px;
        text-align: left;
        padding-left: 19px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(3) .content {
            top: 127px;
            left: 58px;
            padding: 0;
            text-align: center; } }
      .page-home .main-content .content-max-width .link:nth-child(3) span {
        color: #f2f2f2;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .page-home .main-content .content-max-width .link:nth-child(3) p {
        color: #ffffff;
        font-family: "Playfair Display";
        font-weight: 400;
        font-size: 28px;
        line-height: 24px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(3) p {
            font-size: 46px;
            line-height: 50px;
            width: 220px; } }
    .page-home .main-content .content-max-width .link:nth-child(4) {
      position: relative;
      height: 247px;
      width: 100%; }
      .page-home .main-content .content-max-width .link:nth-child(4):before {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        content: "";
        background: linear-gradient(270deg, rgba(53, 60, 77, 0.8) 0%, rgba(53, 60, 77, 0) 50%); }
      .page-home .main-content .content-max-width .link:nth-child(4) .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        left: 0;
        right: 0;
        text-align: center; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(4) .content {
            left: auto;
            right: 33px; } }
      .page-home .main-content .content-max-width .link:nth-child(4) span {
        color: #f2f2f2;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .page-home .main-content .content-max-width .link:nth-child(4) p {
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 28px;
        font-weight: 400;
        line-height: 24px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(4) p {
            font-size: 40px;
            line-height: 46px; } }
    .page-home .main-content .content-max-width .link:nth-child(5) {
      height: 398px;
      width: 100%;
      max-width: 763px;
      background-color: #f8f8f8; }
      @media all and (min-width: 74.375em) {
        .page-home .main-content .content-max-width .link:nth-child(5) {
          margin-right: 12px;
          height: 398px;
          width: 100%;
          max-width: 763px; } }
      .page-home .main-content .content-max-width .link:nth-child(5) .content {
        position: absolute;
        top: 145px;
        right: 70px;
        text-align: center; }
      .page-home .main-content .content-max-width .link:nth-child(5) span {
        color: #7bb8d4;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .page-home .main-content .content-max-width .link:nth-child(5) p {
        color: #000000;
        font-family: "Playfair Display";
        font-size: 28px;
        font-weight: 400;
        line-height: 24px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(5) p {
            font-size: 46px;
            line-height: 69px; } }
    .page-home .main-content .content-max-width .link:nth-child(6) {
      height: 398px;
      width: 100%; }
      @media all and (min-width: 74.375em) {
        .page-home .main-content .content-max-width .link:nth-child(6) {
          width: calc(100% - 775px); } }
      .page-home .main-content .content-max-width .link:nth-child(6) .content {
        position: absolute;
        top: 87px;
        width: 100%;
        text-align: center; }
      .page-home .main-content .content-max-width .link:nth-child(6) p {
        margin-bottom: 21px;
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 42px;
        font-weight: 400;
        line-height: 69px; }
      .page-home .main-content .content-max-width .link:nth-child(6) address {
        margin: 0 auto 50px;
        width: 260px;
        color: #282828;
        font-family: Oxygen;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px; }
      .page-home .main-content .content-max-width .link:nth-child(6) a {
        display: inline-block;
        width: 228px;
        height: 48px;
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 18px;
        font-weight: 700;
        line-height: 46px;
        border-radius: 5px;
        border: 1px solid #ffffff; }
    .page-home .main-content .content-max-width .link:nth-child(7) {
      height: 348px;
      width: 100%;
      margin-bottom: 35px; }
      @media all and (min-width: 74.375em) {
        .page-home .main-content .content-max-width .link:nth-child(7) {
          margin-bottom: 50px; } }
      .page-home .main-content .content-max-width .link:nth-child(7) .content {
        position: absolute;
        top: 98px;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(7) .content {
            left: 180px;
            right: auto; } }
      .page-home .main-content .content-max-width .link:nth-child(7) span {
        color: #f2f2f2;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .page-home .main-content .content-max-width .link:nth-child(7) p {
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 28px;
        font-weight: 400;
        line-height: 24px; }
        @media all and (min-width: 74.375em) {
          .page-home .main-content .content-max-width .link:nth-child(7) p {
            margin-top: 5px;
            font-size: 46px;
            line-height: 50px; } }
  .page-home .main-content .content-max-width .link:hover:before {
    opacity: 0.2; }
  .page-home .main-content .content-max-width .link:hover .content p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

/*********************************************
:: Contact Page
********************************************/
.page-contact .contact-container {
  display: inline-block;
  width: 100%; }
  .page-contact .contact-container .form-field label {
    display: inline-block;
    margin-bottom: 0;
    color: #333333;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px; }
    @media all and (min-width: 74.375em) {
      .page-contact .contact-container .form-field label {
        margin-bottom: 7px; } }
  .page-contact .contact-container .ccheckbox {
    display: inline-block;
    height: auto;
    width: auto; }
  .page-contact .contact-container .clabel {
    display: inline-block;
    padding-left: 10px;
    width: auto; }
  .page-contact .contact-container input {
    height: 48px; }
  .page-contact .contact-container .lead-copy {
    margin: 0 auto 53px;
    display: none;
    max-width: 762px;
    font-size: 14px;
    color: #666666;
    text-align: center; }
    @media all and (min-width: 74.375em) {
      .page-contact .contact-container .lead-copy {
        display: block; } }
  .page-contact .contact-container h3 {
    width: 100%;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 54px; }
    .page-contact .contact-container h3::after {
      content: "";
      display: block;
      width: 99px;
      height: 2px;
      background-color: #7bb8d4; }
  .page-contact .contact-container .col1 {
    float: left;
    margin-bottom: 8px;
    width: 100%; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col1 {
        margin: 0;
        width: 42%;
        max-width: 420px; } }
    .page-contact .contact-container .col1 p {
      margin: 0px 0 4px 0;
      font-size: 14px;
      line-height: 24px; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col1 p {
          margin: 0px 0 8px 0; } }
    .page-contact .contact-container .col1 a {
      display: block; }
      .page-contact .contact-container .col1 a span {
        display: inline-block;
        width: 60px; }
    .page-contact .contact-container .col1 .sm-detail {
      margin-bottom: 6px;
      color: #666666;
      font-family: Oxygen;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .page-contact .contact-container .col1 .sm-detail:last-of-type {
        margin-bottom: 15px; }
    .page-contact .contact-container .col1 .view-map {
      color: #7bb8d4;
      font-family: Oxygen;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      text-decoration: underline; }
    .page-contact .contact-container .col1 .phone {
      margin-bottom: 8px;
      color: #7bb8d4;
      font-family: Oxygen;
      font-size: 26px;
      font-weight: 400;
      line-height: 28px; }
      @media all and (min-width: 74.375em) {
        .page-contact .contact-container .col1 .phone {
          margin-bottom: 2px; } }
    .page-contact .contact-container .col1 .email {
      margin-bottom: 5px;
      color: #7bb8d4;
      font-family: Oxygen;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px; }
      .page-contact .contact-container .col1 .email + a {
        margin-bottom: 37px; }
        @media all and (min-width: 74.375em) {
          .page-contact .contact-container .col1 .email + a {
            margin-bottom: 32px; } }
    .page-contact .contact-container .col1 .indent {
      margin: 0 0 30px 0;
      padding-left: 10px;
      color: #666666;
      font-family: Oxygen;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      line-height: 24px; }
      @media all and (min-width: 74.375em) {
        .page-contact .contact-container .col1 .indent a {
          margin: 0 0 20px 0;
          display: none; } }
  .page-contact .contact-container .col2 {
    float: left;
    width: 100%; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col2 {
        width: 58%;
        float: right; } }
    .page-contact .contact-container .col2 button[type='submit'] {
      width: 123px;
      height: 42px;
      color: #ffffff;
      font-family: "Playfair Display";
      font-size: 18px;
      border-radius: 5px;
      background-color: #86d0f3; }
  .page-contact .contact-container .map-area {
    clear: both; }
    .page-contact .contact-container .map-area::after {
      content: '';
      display: block;
      clear: both; }
    .page-contact .contact-container .map-area .map {
      float: left;
      margin: 88px auto 0;
      display: none;
      width: 100%;
      height: 478px; }
      @media all and (min-width: 74.375em) {
        .page-contact .contact-container .map-area .map {
          display: block; } }

.page-default {
  /*******************************************/ }
  .page-default .content {
    margin: auto;
    max-width: 858px; }
  @media all and (min-width: 74.375em) {
    .page-default .lead-copy {
      margin-bottom: 52px;
      padding-left: 49px; } }
  .page-default .page-terms-conditions ul {
    margin-bottom: 64px; }
  .page-default .page-terms-conditions ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 1px;
    padding-left: 20px;
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
    .page-default .page-terms-conditions ul li::before {
      content: "•";
      position: absolute;
      left: 0; }
  .page-default .page-terms-conditions ol, .page-default .page-terms-conditions ul {
    padding-left: 35px; }

.page-faqs .content-max-width {
  overflow: hidden; }
  @media all and (min-width: 74.375em) {
    .page-faqs .content-max-width {
      margin-top: 68px; } }

.page-faqs .content {
  float: left; }
  .page-faqs .content::after {
    content: '';
    display: block;
    clear: both; }
  @media all and (min-width: 74.375em) {
    .page-faqs .content {
      width: 802px;
      padding-bottom: 169px; } }

.page-faqs article {
  position: relative;
  margin-bottom: 6px;
  padding: 9px 6px 0 45px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  cursor: pointer; }
  .page-faqs article::before {
    content: "\e90d";
    position: absolute;
    top: 17px;
    left: 15px;
    display: block;
    font-family: "icomoon";
    color: #7bb8d4;
    transition: all 0.5s linear; }
  @media all and (min-width: 74.375em) {
    .page-faqs article {
      padding: 10px 6px 0 45px; } }
  .page-faqs article.active {
    border: 2px solid #7bb8d4; }
    .page-faqs article.active::before {
      content: "\e90c";
      transition: all 0.5s linear; }
  .page-faqs article h3 {
    margin-bottom: 11px;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media all and (min-width: 74.375em) {
      .page-faqs article h3 {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 30px; } }
  .page-faqs article p {
    margin-bottom: 11px;
    display: none;
    color: #000000;
    font-family: Oxygen;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    @media all and (min-width: 74.375em) {
      .page-faqs article p {
        font-size: 16px; } }

.page-faqs aside {
  float: left;
  width: 100%;
  padding: 32px 0 36px;
  text-align: center;
  background-color: #86d0f3; }
  @media all and (min-width: 74.375em) {
    .page-faqs aside {
      float: right;
      width: 291px;
      padding: 54px 0 62px; } }
  .page-faqs aside h2, .page-faqs aside legend {
    position: relative;
    margin: 0 auto 20px;
    max-width: 175px;
    padding-bottom: 18px;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 400;
    line-height: 30px; }
    @media all and (min-width: 74.375em) {
      .page-faqs aside h2, .page-faqs aside legend {
        padding-bottom: 24px;
        margin: 0 auto 26px; } }
    .page-faqs aside h2::after, .page-faqs aside legend::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 99px;
      height: 2px;
      background-color: #ffffff; }
  .page-faqs aside a {
    margin: auto;
    display: block;
    width: 158px;
    height: 48px;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    border-radius: 5px;
    border: 1px solid #ffffff; }

.page-guide .wysiwyg {
  padding-top: 20px; }
  @media all and (min-width: 74.375em) {
    .page-guide .wysiwyg {
      padding-top: 45px; } }

.page-diamonds .content .content-max-width {
  padding: 0; }

.page-diamonds table {
  border-radius: 5px;
  overflow: hidden; }
  .page-diamonds table td {
    font-family: Oxygen;
    font-size: 13px;
    font-weight: 400; }
    @media all and (min-width: 48em) {
      .page-diamonds table td {
        font-size: 15px; } }
    .page-diamonds table td span {
      margin-right: 0; }
  .page-diamonds table th {
    padding-top: 12px;
    font-family: "Playfair Display";
    font-weight: 400; }
  @media all and (min-width: 64em) {
    .page-diamonds table tr td:first-of-type {
      width: 220px; }
    .page-diamonds table tr td:nth-of-type(2), .page-diamonds table tr th:nth-of-type(2),
    .page-diamonds table tr td:nth-of-type(3), .page-diamonds table tr th:nth-of-type(3),
    .page-diamonds table tr td:nth-of-type(4), .page-diamonds table tr th:nth-of-type(4),
    .page-diamonds table tr td:nth-of-type(5), .page-diamonds table tr th:nth-of-type(5) {
      width: 158px; }
    .page-diamonds table tr td:nth-of-type(5), .page-diamonds table tr th:nth-of-type(6) {
      width: 163px; }
    .page-diamonds table tr td:nth-of-type(6), .page-diamonds table tr th:nth-of-type(7),
    .page-diamonds table tr td:nth-of-type(7), .page-diamonds table tr th:nth-of-type(8) {
      width: 150px; } }

.page-diamonds tbody tr {
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease-in-out; }
  .page-diamonds tbody tr:hover {
    background-color: rgba(134, 208, 243, 0.3); }

/*********************************************
:: Home Page
********************************************/
.page-engagement .main-content {
  padding-bottom: 36px; }
  .page-engagement .main-content::after {
    content: '';
    display: block;
    clear: both; }
  .page-engagement .main-content p {
    margin: 0; }
  .page-engagement .main-content .content-max-width {
    padding: 0; }
  .page-engagement .main-content .content h2, .page-engagement .main-content .content legend {
    margin: 0;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 400;
    line-height: 37px; }
    @media all and (min-width: 74.375em) {
      .page-engagement .main-content .content h2, .page-engagement .main-content .content legend {
        font-size: 46px;
        line-height: 52px; } }
  .page-engagement .main-content .content p {
    margin: 0;
    color: #282828;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .page-engagement .main-content .text {
    float: left;
    width: 100%;
    padding: 39px 0 54px;
    text-align: center; }
    .page-engagement .main-content .text h2, .page-engagement .main-content .text legend {
      margin-bottom: 14px;
      color: #000000;
      font-family: "Playfair Display";
      font-size: 36px;
      font-weight: 400;
      line-height: 49px; }
    .page-engagement .main-content .text p {
      margin: 0 auto;
      max-width: 700px;
      color: #555555;
      font-family: Oxygen;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
  .page-engagement .main-content .link {
    position: relative;
    float: left;
    background-size: cover;
    background-position: center; }
    @media all and (min-width: 74.375em) {
      .page-engagement .main-content .link {
        margin-bottom: 12px; } }
    .page-engagement .main-content .link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #444;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .page-engagement .main-content .link p {
      text-shadow: 1px 1px 1px transparent;
      transition: all 0.5s ease-in-out; }
    .page-engagement .main-content .link a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .page-engagement .main-content .link span {
      color: #7bb8d4;
      font-family: Oxygen;
      font-size: 10px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 0.83px; }
      @media all and (min-width: 74.375em) {
        .page-engagement .main-content .link span {
          color: #7bb8d4;
          font-size: 12px;
          letter-spacing: 1px; } }
    .page-engagement .main-content .link:first-child {
      margin-bottom: 0;
      width: 100%;
      height: 175px;
      background-color: #ececec;
      text-align: center; }
      @media all and (min-width: 74.375em) {
        .page-engagement .main-content .link:first-child {
          height: 348px; } }
      .page-engagement .main-content .link:first-child .content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10%;
        max-width: 520px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media all and (min-width: 74.375em) {
          .page-engagement .main-content .link:first-child .content {
            top: 89px;
            right: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            padding: 0; } }
      .page-engagement .main-content .link:first-child h2, .page-engagement .main-content .link:first-child legend {
        margin-bottom: 25px; }
        @media all and (min-width: 74.375em) {
          .page-engagement .main-content .link:first-child h2, .page-engagement .main-content .link:first-child legend {
            margin-bottom: 43px; } }
    .page-engagement .main-content .link:nth-child(3) {
      width: 50%;
      height: 188px; }
      @media all and (min-width: 74.375em) {
        .page-engagement .main-content .link:nth-child(3) {
          margin-right: 12px;
          height: 390px;
          width: calc(100% - 387px); } }
      .page-engagement .main-content .link:nth-child(3) .content {
        position: absolute;
        top: 10px;
        left: 15px;
        text-align: left;
        padding-left: 19px; }
        @media all and (min-width: 74.375em) {
          .page-engagement .main-content .link:nth-child(3) .content {
            top: 127px;
            left: 78px;
            padding: 0;
            text-align: center; } }
      .page-engagement .main-content .link:nth-child(3) span {
        color: #f2f2f2;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .page-engagement .main-content .link:nth-child(3) p {
        color: #ffffff;
        font-family: "Playfair Display";
        font-weight: 400;
        font-size: 28px;
        line-height: 24px; }
        @media all and (min-width: 74.375em) {
          .page-engagement .main-content .link:nth-child(3) p {
            font-size: 46px;
            line-height: 50px; } }
    .page-engagement .main-content .link:nth-child(4) {
      width: 50%;
      height: 188px; }
      @media all and (min-width: 74.375em) {
        .page-engagement .main-content .link:nth-child(4) {
          width: 375px;
          height: 390px; } }
      .page-engagement .main-content .link:nth-child(4) .content {
        position: absolute;
        top: 60px;
        right: 50px;
        max-width: 184px;
        text-align: center; }
      .page-engagement .main-content .link:nth-child(4) h2, .page-engagement .main-content .link:nth-child(4) legend {
        color: #ffffff;
        line-height: 50px; }
    .page-engagement .main-content .link:nth-child(5) {
      margin-right: 12px;
      height: 398px;
      width: 100%; }
      @media all and (min-width: 74.375em) {
        .page-engagement .main-content .link:nth-child(5) {
          width: calc(100% - 775px); } }
      .page-engagement .main-content .link:nth-child(5) .content {
        position: absolute;
        top: 60px;
        width: 100%;
        text-align: center; }
      .page-engagement .main-content .link:nth-child(5) p {
        margin-bottom: 10px;
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 42px;
        font-weight: 400;
        line-height: 69px; }
      .page-engagement .main-content .link:nth-child(5) address {
        margin: 0 auto 30px;
        width: 260px;
        color: #282828;
        font-family: Oxygen;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px; }
      .page-engagement .main-content .link:nth-child(5) a {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 11px;
        display: inline-block;
        width: 228px;
        height: 48px;
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 18px;
        font-weight: 700;
        line-height: 46px;
        border-radius: 5px;
        border: 1px solid #ffffff; }
    .page-engagement .main-content .link:nth-child(6) {
      position: relative;
      height: 398px;
      max-width: 100%;
      text-align: right;
      width: 100%; }
      .page-engagement .main-content .link:nth-child(6)::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        max-width: 573px;
        height: 100%;
        background-image: linear-gradient(270deg, #353c4d 0%, rgba(53, 60, 77, 0) 100%); }
      @media all and (min-width: 74.375em) {
        .page-engagement .main-content .link:nth-child(6) {
          max-width: 763px; } }
      .page-engagement .main-content .link:nth-child(6) .content {
        position: absolute;
        top: 33px;
        right: 50px; }
      .page-engagement .main-content .link:nth-child(6) h2, .page-engagement .main-content .link:nth-child(6) legend {
        margin-bottom: 27px;
        font-size: 40px;
        line-height: 46px;
        color: #ffffff;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
      .page-engagement .main-content .link:nth-child(6) p {
        color: #ffffff;
        font-family: Oxygen;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 1.33px;
        text-transform: uppercase; }
  .page-engagement .main-content .link:hover:before {
    opacity: 0.2; }
  .page-engagement .main-content .link:hover .content p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

/*********************************************
:: Home Page
********************************************/
.page-jewellery .main-content {
  padding-bottom: 48px; }
  .page-jewellery .main-content::after {
    content: '';
    display: block;
    clear: both; }
  .page-jewellery .main-content p {
    margin: 0; }
  .page-jewellery .main-content .content-max-width {
    padding: 0; }
  .page-jewellery .main-content .content h2, .page-jewellery .main-content .content legend {
    margin: 0;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 400;
    line-height: 37px; }
    @media all and (min-width: 74.375em) {
      .page-jewellery .main-content .content h2, .page-jewellery .main-content .content legend {
        font-size: 46px;
        line-height: 49px; } }
  .page-jewellery .main-content .content p {
    margin: 0;
    color: #282828;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .page-jewellery .main-content .link {
    position: relative;
    float: left;
    background-size: cover; }
    @media all and (min-width: 74.375em) {
      .page-jewellery .main-content .link {
        margin-bottom: 12px; } }
    @media all and (max-width: 37.4375em) {
      .page-jewellery .main-content .link {
        background-position: 50% 0%; } }
    .page-jewellery .main-content .link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #444;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .page-jewellery .main-content .link p {
      text-shadow: 1px 1px 1px transparent;
      transition: all 0.5s ease-in-out; }
    .page-jewellery .main-content .link a {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .page-jewellery .main-content .link span {
      color: #7bb8d4;
      font-family: Oxygen;
      font-size: 10px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 0.83px; }
      @media all and (min-width: 74.375em) {
        .page-jewellery .main-content .link span {
          color: #7bb8d4;
          font-size: 12px;
          letter-spacing: 1px; } }
    .page-jewellery .main-content .link:first-child {
      width: 100%;
      height: 175px;
      background-color: #ececec; }
      @media all and (min-width: 37.5em) {
        .page-jewellery .main-content .link:first-child {
          height: 255px; } }
      @media all and (min-width: 74.375em) {
        .page-jewellery .main-content .link:first-child {
          height: 348px;
          background-position: center; } }
      .page-jewellery .main-content .link:first-child .content {
        position: absolute;
        top: 41px;
        right: 25px; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:first-child .content {
            top: 90px;
            right: 147px; } }
      .page-jewellery .main-content .link:first-child p {
        color: #000000;
        font-family: "Playfair Display";
        font-size: 28px;
        line-height: 37px; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:first-child p {
            font-size: 46px;
            line-height: 52px; } }
    .page-jewellery .main-content .link:nth-child(2) {
      width: 50%;
      height: 188px; }
      @media all and (min-width: 37.5em) {
        .page-jewellery .main-content .link:nth-child(2) {
          height: 265px; } }
      @media all and (min-width: 74.375em) {
        .page-jewellery .main-content .link:nth-child(2) {
          margin-right: 12px;
          height: 390px;
          width: calc(100% - 387px); } }
      @media all and (max-width: 37.4375em) {
        .page-jewellery .main-content .link:nth-child(2) {
          background-position: 0%; } }
      .page-jewellery .main-content .link:nth-child(2) .content {
        position: absolute;
        top: 20px;
        right: 15px;
        text-align: center; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:nth-child(2) .content {
            top: 149px;
            right: 125px; } }
      .page-jewellery .main-content .link:nth-child(2) span {
        color: #f2f2f2;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .page-jewellery .main-content .link:nth-child(2) p {
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 28px;
        font-weight: 400;
        line-height: 50px; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:nth-child(2) p {
            font-size: 46px; } }
    .page-jewellery .main-content .link:nth-child(3) {
      width: 50%;
      height: 188px; }
      @media all and (min-width: 37.5em) {
        .page-jewellery .main-content .link:nth-child(3) {
          height: 265px; } }
      @media all and (min-width: 74.375em) {
        .page-jewellery .main-content .link:nth-child(3) {
          width: 375px;
          height: 390px; } }
      @media all and (max-width: 37.4375em) {
        .page-jewellery .main-content .link:nth-child(3) {
          background-position: 31% 4%;
          background-size: inherit; } }
      .page-jewellery .main-content .link:nth-child(3) .content {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 33px;
        max-width: 184px;
        text-align: center; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:nth-child(3) .content {
            top: auto;
            left: 45px;
            right: auto; } }
      .page-jewellery .main-content .link:nth-child(3) h2, .page-jewellery .main-content .link:nth-child(3) legend {
        color: #ffffff;
        font-size: 28px;
        line-height: 42px; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:nth-child(3) h2, .page-jewellery .main-content .link:nth-child(3) legend {
            font-size: 36px; } }
    .page-jewellery .main-content .link:nth-child(4) {
      height: 247px;
      width: 100%; }
      @media all and (max-width: 37.4375em) {
        .page-jewellery .main-content .link:nth-child(4) {
          background-position: 64% 0%; } }
      .page-jewellery .main-content .link:nth-child(4) .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        left: 0;
        right: 0;
        text-align: center; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:nth-child(4) .content {
            left: 100px;
            right: auto; } }
      .page-jewellery .main-content .link:nth-child(4) span {
        color: #f2f2f2;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .page-jewellery .main-content .link:nth-child(4) h2, .page-jewellery .main-content .link:nth-child(4) legend {
        color: #ffffff;
        font-size: 46px;
        line-height: 46px; }
    .page-jewellery .main-content .link:nth-child(5) {
      height: 398px;
      width: 100%; }
      @media all and (min-width: 74.375em) {
        .page-jewellery .main-content .link:nth-child(5) {
          margin-right: 12px;
          width: calc(100% - 775px); } }
      .page-jewellery .main-content .link:nth-child(5) .content {
        position: absolute;
        top: 55px;
        width: 100%;
        text-align: center; }
      .page-jewellery .main-content .link:nth-child(5) p {
        margin-bottom: 21px;
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 42px;
        font-weight: 400;
        line-height: 69px; }
      .page-jewellery .main-content .link:nth-child(5) address {
        margin: 0 auto 35px;
        width: 260px;
        color: #282828;
        font-family: Oxygen;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px; }
      .page-jewellery .main-content .link:nth-child(5) a {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 11px;
        display: inline-block;
        width: 228px;
        height: 48px;
        color: #ffffff;
        font-family: "Playfair Display";
        font-size: 18px;
        font-weight: 700;
        line-height: 46px;
        border-radius: 5px;
        border: 1px solid #ffffff; }
    .page-jewellery .main-content .link:nth-child(6) {
      height: 398px;
      width: 100%;
      text-align: right; }
      @media all and (min-width: 74.375em) {
        .page-jewellery .main-content .link:nth-child(6) {
          width: 763px; } }
      @media all and (max-width: 37.4375em) {
        .page-jewellery .main-content .link:nth-child(6) {
          background-position: 0% 0%; } }
      .page-jewellery .main-content .link:nth-child(6) .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin: auto;
        left: 0;
        right: 0; }
        @media all and (min-width: 74.375em) {
          .page-jewellery .main-content .link:nth-child(6) .content {
            left: auto;
            right: 151px;
            text-align: center; } }
      .page-jewellery .main-content .link:nth-child(6) h2, .page-jewellery .main-content .link:nth-child(6) legend {
        font-size: 46px;
        line-height: 50px; }
      @media all and (max-width: 37.4375em) {
        .page-jewellery .main-content .link:nth-child(6) .content {
          top: 17%;
          right: 3%;
          text-align: right; } }
  .page-jewellery .main-content .link:hover:before {
    opacity: 0.2; }
  .page-jewellery .main-content .link:hover .content p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.page-bespoke .container {
  margin: 0 auto 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-bespoke .content {
  padding-top: 40px;
  max-width: 1260px; }

.page-bespoke img {
  cursor: pointer; }

.page-bespoke h3,
.page-bespoke .detail {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.page-bespoke h3,
.page-bespoke h4 {
  margin: 0;
  color: #000000;
  font-family: "Playfair Display";
  font-weight: 400; }
  .page-bespoke h3::after,
  .page-bespoke h4::after {
    content: "";
    margin: 5px auto 0;
    display: block;
    width: 99px;
    height: 2px;
    background-color: #7bb8d4; }

.page-bespoke h3 {
  font-size: 34px;
  line-height: 69px; }

.page-bespoke h4 {
  margin-bottom: 27px;
  font-size: 26px;
  line-height: 60px; }

.page-bespoke article {
  width: 100%;
  position: relative; }
  @media all and (max-width: 74.3125em) {
    .page-bespoke article {
      margin: auto; } }
  @media all and (min-width: 64em) {
    .page-bespoke article {
      width: 33.33%; } }
  @media all and (min-width: 64em) {
    .page-bespoke article.active::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: auto;
      display: block;
      width: 28px;
      height: 28px;
      background-color: #ffffff;
      border-width: 2px 0 0 2px;
      border-style: solid;
      border-color: #7bb8d4;
      z-index: 1;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); } }
  .page-bespoke article img {
    max-width: 235px; }
  .page-bespoke article .detail {
    display: none; }
    @media all and (min-width: 74.375em) {
      .page-bespoke article .detail {
        display: none !important; } }

.page-bespoke .push {
  width: 100%;
  height: 0; }
  .page-bespoke .push img {
    max-width: 360px; }

.page-bespoke .detail {
  position: relative;
  height: 100%;
  padding: 36px 0 40px 0;
  overflow: hidden;
  border-width: 2px 0;
  border-style: solid;
  border-color: #7bb8d4; }
  .page-bespoke .detail::after {
    content: '';
    display: block;
    clear: both; }
  @media all and (min-width: 64em) {
    .page-bespoke .detail {
      padding: 36px 0 40px 79px; }
      .page-bespoke .detail img {
        float: left;
        margin-right: 43px; } }
  .page-bespoke .detail .content-wrap {
    margin: auto;
    max-width: 272px; }
    @media all and (min-width: 74.375em) {
      .page-bespoke .detail .content-wrap {
        max-width: 472px;
        float: left;
        height: 100%; } }
  .page-bespoke .detail .content {
    margin: auto;
    max-width: 472px; }
    @media all and (min-width: 64em) {
      .page-bespoke .detail .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .page-bespoke .detail .content div {
      margin-bottom: 35px; }
      .page-bespoke .detail .content div p {
        color: #666666;
        font-family: Oxygen;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px; }
  .page-bespoke .detail button {
    position: absolute;
    top: 36px;
    right: 0; }
    .page-bespoke .detail button span {
      margin-left: 8px; }
  .page-bespoke .detail .actions {
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    line-height: 18px; }
    .page-bespoke .detail .actions a {
      margin: 0 6px;
      display: inline-block;
      height: 48px;
      font-family: "Playfair Display";
      font-size: 16px;
      font-weight: 400;
      line-height: 46px;
      vertical-align: middle; }
      .page-bespoke .detail .actions a:first-of-type {
        width: 123px;
        color: #ffffff;
        border-radius: 5px;
        background-color: #86d0f3; }
      .page-bespoke .detail .actions a:last-of-type {
        width: 190px;
        color: #7bb8d4;
        border-radius: 5px;
        border: 1px solid #7bb8d4; }
      .page-bespoke .detail .actions a span {
        margin-left: 8px; }

/*********************************************
:: Home Page
********************************************/
.page-products .main-content::after {
  content: '';
  display: block;
  clear: both; }

.page-products .main-content p {
  margin: 0; }

.page-products .main-content .no-padding {
  padding: 0; }

.page-products .main-content .content h2, .page-products .main-content .content legend {
  margin: 0;
  color: #000000;
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 400;
  line-height: 37px; }
  @media all and (min-width: 74.375em) {
    .page-products .main-content .content h2, .page-products .main-content .content legend {
      font-size: 46px;
      line-height: 52px; } }

.page-products .main-content .content p {
  margin: 0;
  color: #282828;
  font-family: Oxygen;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.page-products .main-content .content.white-text h2, .page-products .main-content .content.white-text legend, .page-products .main-content .content.white-text p {
  color: white !important; }

.page-products .main-content .link {
  position: relative;
  float: left;
  width: 100%;
  height: 125px;
  margin-bottom: 12px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #ececec; }
  @media all and (min-width: 37.5em) {
    .page-products .main-content .link {
      height: 175px; } }
  @media all and (min-width: 48em) {
    .page-products .main-content .link {
      height: 275px; } }
  @media all and (min-width: 74.375em) {
    .page-products .main-content .link {
      margin-bottom: 12px;
      height: 348px; } }
  .page-products .main-content .link a {
    display: block;
    width: 100%;
    height: 100%; }
  .page-products .main-content .link span {
    color: #7bb8d4;
    font-family: Oxygen;
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.83px; }
    @media all and (min-width: 74.375em) {
      .page-products .main-content .link span {
        color: #7bb8d4;
        font-size: 12px;
        letter-spacing: 1px; } }
  .page-products .main-content .link .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 520px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media all and (min-width: 74.375em) {
      .page-products .main-content .link .content {
        top: 129px;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0; } }
  .page-products .main-content .link h2, .page-products .main-content .link legend {
    margin-bottom: 0px; }
    @media all and (min-width: 74.375em) {
      .page-products .main-content .link h2, .page-products .main-content .link legend {
        margin-bottom: 43px; } }

.page-products .products-module {
  margin: auto; }
  .page-products .products-module .products {
    text-align: center; }
    .page-products .products-module .products::after {
      content: '';
      display: block;
      clear: both; }
    @media all and (min-width: 74.375em) {
      .page-products .products-module .products {
        padding: 0 15px;
        width: 100%; } }
  .page-products .products-module article {
    display: none;
    margin: 0 0 25px 0;
    width: 46%;
    max-width: 238px;
    text-align: center; }
    .page-products .products-module article.active {
      display: inline-block; }
    @media all and (min-width: 74.375em) {
      .page-products .products-module article {
        float: left;
        margin: 0 64px 63px 0;
        width: 20.695%;
        min-height: 339px; }
        .page-products .products-module article:nth-child(4n) {
          margin-right: 0; } }
    .page-products .products-module article img {
      margin-bottom: 16px;
      display: block; }
    .page-products .products-module article h2, .page-products .products-module article legend {
      min-height: 48px;
      margin-bottom: 19px;
      padding: 0 2%;
      color: #333333;
      font-family: "Playfair Display";
      font-size: 20px;
      font-weight: 400;
      line-height: 24px; }
      @media all and (min-width: 74.375em) {
        .page-products .products-module article h2, .page-products .products-module article legend {
          padding: 0;
          min-height: none; } }
    .page-products .products-module article .price {
      color: #7bb8d4;
      font-family: Oxygen;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }

.page-products .load-more {
  margin-bottom: 50px; }
  @media all and (min-width: 74.375em) {
    .page-products .load-more {
      margin-bottom: 80px; } }

@media all and (min-width: 74.375em) {
  .product-detail {
    padding-bottom: 65px; } }

.product-detail .content::after {
  content: '';
  display: block;
  clear: both; }

@media all and (min-width: 74.375em) {
  .product-detail.product-bespoke .content {
    padding-top: 65px; }
    .product-detail.product-bespoke .content .title {
      margin-top: 0px; } }

@media all and (min-width: 74.375em) {
  .product-detail.product-jewellery .content div:nth-child(2) {
    margin-bottom: 105px; } }

@media all and (min-width: 74.375em) {
  .product-detail.product-jewellery .content .title {
    margin-top: 0px; } }

.product-detail .col {
  margin: auto;
  max-width: 600px; }
  @media all and (min-width: 46.875em) {
    .product-detail .col {
      float: right;
      width: 50%;
      height: 100%; } }
  .product-detail .col .disclaimer {
    color: #000000;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px; }
    @media all and (min-width: 46.875em) {
      .product-detail .col .disclaimer {
        margin-bottom: 132px; } }
  @media all and (min-width: 46.875em) {
    .product-detail .col:first-child, .product-detail .col:nth-child(3) {
      float: left;
      clear: left;
      padding-right: 9.13%; } }
  .product-detail .col:first-child figure, .product-detail .col:nth-child(3) figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-detail .col:first-child .img-main, .product-detail .col:nth-child(3) .img-main {
    display: block;
    padding-bottom: 104px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media all and (min-width: 74.375em) {
      .product-detail .col:first-child .img-main, .product-detail .col:nth-child(3) .img-main {
        padding-bottom: 54px; } }
  .product-detail .col:first-child .zoom, .product-detail .col:nth-child(3) .zoom {
    margin-bottom: 40px;
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center; }
    .product-detail .col:first-child .zoom span, .product-detail .col:nth-child(3) .zoom span {
      margin-right: 10px; }
  .product-detail .col:first-child .wrap, .product-detail .col:nth-child(3) .wrap {
    overflow: hidden; }
  .product-detail .col:first-child .slideshow, .product-detail .col:nth-child(3) .slideshow {
    position: relative;
    margin: 0 -35px 0 0;
    padding-bottom: 35px;
    overflow: hidden; }
    .product-detail .col:first-child .slideshow img, .product-detail .col:nth-child(3) .slideshow img {
      margin-right: 35px;
      height: 80px;
      -o-object-fit: contain;
      object-fit: contain; }
  .product-detail .col:first-child .share, .product-detail .col:nth-child(3) .share {
    font-size: 0;
    text-align: center;
    padding: 44px 0 36px; }
    @media all and (min-width: 74.375em) {
      .product-detail .col:first-child .share, .product-detail .col:nth-child(3) .share {
        border-top: 1px solid #cccccc; } }
    .product-detail .col:first-child .share span, .product-detail .col:nth-child(3) .share span {
      margin: 0 10px;
      color: #7bb8d4;
      font-family: "icomoon";
      font-size: 16px;
      font-weight: 400; }

/*********************************************
:: Templates
********************************************/
.template-tiles .lead {
  margin: 0 auto 55px;
  max-width: 762px;
  color: #666666;
  font-family: Oxygen;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center; }

.template-tiles .content::after {
  content: '';
  display: block;
  clear: both; }

.template-tiles .content .container {
  margin: 0 -2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .template-tiles .content .container::after {
    content: '';
    display: block;
    clear: both; }
  @media all and (min-width: 74.375em) {
    .template-tiles .content .container {
      margin: 0 -6px; } }

.template-tiles article {
  margin: 0 2px 58px;
  width: calc(50% - 6px);
  text-align: center;
  cursor: pointer; }
  @media all and (min-width: 37.5em) {
    .template-tiles article {
      width: calc(33.33% - 6px); } }
  @media all and (min-width: 48em) {
    .template-tiles article {
      width: calc(25% - 12px); } }
  @media all and (min-width: 74.375em) {
    .template-tiles article {
      margin: 0 6px 14px;
      width: calc(25% - 12px); } }
  .template-tiles article figure {
    position: relative;
    height: 170px;
    background-color: #ececec; }
    @media all and (min-width: 74.375em) {
      .template-tiles article figure {
        height: 278px; } }
    .template-tiles article figure .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      .template-tiles article figure .wrap img {
        display: block;
        mix-blend-mode: multiply; }
    .template-tiles article figure figcaption {
      color: #000000;
      font-family: "Playfair Display";
      font-size: 20px;
      font-weight: 400; }
      @media all and (min-width: 74.375em) {
        .template-tiles article figure figcaption {
          position: absolute;
          right: 23px;
          bottom: 24px;
          padding-bottom: 20px;
          font-size: 28px;
          line-height: 28px;
          text-align: right; }
          .template-tiles article figure figcaption::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            width: 99px;
            height: 2px;
            background-color: #7bb8d4; } }

.template-tiles .cta {
  margin: 0 auto 91px;
  min-height: 108px;
  padding: 30px 0;
  text-align: center;
  background-color: #86d0f3;
  clear: both; }
  @media all and (min-width: 74.375em) {
    .template-tiles .cta {
      max-width: 100%;
      padding: 0;
      line-height: 108px; } }
  .template-tiles .cta p {
    margin: 0 30px 20px;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    line-height: inherit;
    vertical-align: middle; }
    @media all and (min-width: 74.375em) {
      .template-tiles .cta p {
        display: inline-block;
        margin-bottom: 0;
        font-size: 28px; } }
  .template-tiles .cta a {
    display: inline-block;
    height: 48px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 16px;
    line-height: 46px;
    vertical-align: middle; }
    @media all and (min-width: 74.375em) {
      .template-tiles .cta a {
        font-size: 20px; } }

.template-tiles .tile-slideshow {
  position: relative;
  display: none;
  margin: 56px 0 37px;
  overflow: hidden; }
  @media all and (min-width: 74.375em) {
    .template-tiles .tile-slideshow {
      height: 383px; } }
  .template-tiles .tile-slideshow a {
    display: inline-block;
    background-color: #86d0f3;
    padding: 15px 12px 18px;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400; }

.template-tiles .detail {
  position: relative;
  float: left;
  width: 100%;
  border-width: 2px 0;
  border-style: solid;
  border-color: #7bb8d4; }
  @media all and (min-width: 74.375em) {
    .template-tiles .detail {
      height: 383px; } }
  .template-tiles .detail .col {
    float: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media all and (min-width: 74.375em) {
      .template-tiles .detail .col {
        width: 50%; } }
    .template-tiles .detail .col:first-child {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .template-tiles .detail img {
    max-width: 160px;
    max-height: 260px;
    margin: 20px auto 0; }
    @media all and (min-width: 74.375em) {
      .template-tiles .detail img {
        max-width: none;
        margin: auto; } }
  .template-tiles .detail h2, .template-tiles .detail legend {
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 400;
    line-height: 60px; }
    .template-tiles .detail h2::after, .template-tiles .detail legend::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 99px;
      height: 2px;
      background-color: #7bb8d4; }
  .template-tiles .detail p {
    max-width: 472px;
    color: #666666;
    font-family: Oxygen;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
  .template-tiles .detail .actions {
    float: left;
    width: 100%;
    padding: 20px 0; }
    @media all and (min-width: 74.375em) {
      .template-tiles .detail .actions {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 14px;
        padding: 0; } }
    .template-tiles .detail .actions button {
      font-family: "Playfair Display";
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
      .template-tiles .detail .actions button:last-of-type {
        float: right; }
    .template-tiles .detail .actions span {
      margin-right: 11px;
      display: inline-block;
      font-size: 17px;
      color: #7bb8d4; }

@media all and (min-width: 74.375em) {
  .page-diamond-shapes .wrap {
    height: 200px !important; } }

.page-diamond-shapes .wrap img {
  max-height: 100% !important; }

@media all and (min-width: 74.375em) {
  .page-precious-metals .wrap {
    height: 200px !important; } }

.page-precious-metals .wrap img {
  max-height: 90% !important; }

.page-the-four-cs .wrap img,
.page-ultimate-buying-guide .wrap img {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

@media all and (min-width: 74.375em) {
  .page-the-four-cs figcaption,
  .page-ultimate-buying-guide figcaption {
    color: #fff !important; } }

.page-ultimate-buying-guide .goto {
  display: block;
  width: 100%;
  height: 100%; }

.page-about-us .wysiwyg h2, .page-about-us .wysiwyg legend {
  margin-bottom: 20px; }
  @media all and (min-width: 74.375em) {
    .page-about-us .wysiwyg h2, .page-about-us .wysiwyg legend {
      margin-bottom: 40px; } }

.page-terms .wysiwyg {
  margin-bottom: 46px; }
  @media all and (min-width: 74.375em) {
    .page-terms .wysiwyg {
      margin-bottom: 167px; } }

.page-terms-conditions .content-max-width {
  max-width: 812px; }

.optional-heading {
  margin: -30px auto 30px;
  padding: 15px 0 13px;
  color: #000000;
  font-family: "Playfair Display";
  font-size: 31px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  border-bottom: 1px solid #cccccc; }
  @media all and (min-width: 74.375em) {
    .optional-heading {
      margin: -51px auto 68px;
      padding: 49px 0 35px;
      max-width: 952px;
      font-size: 42px;
      line-height: 41px; } }

/*********************************************
:: Modulatte
********************************************/
/*********************************************
  :: Product Detail
********************************************/
.page-product-detail {
  width: 100%; }
  .page-product-detail span.magnify {
    position: absolute;
    bottom: 13px;
    right: 13px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/images/icons/magnify.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(194, 145, 45, 0.3);
    border-radius: 100%;
    cursor: pointer; }
  .page-product-detail .detail-container {
    margin-top: 20px;
    width: 100%;
    padding: 0 0 57px; }
    .page-product-detail .detail-container::after {
      content: '';
      display: block;
      clear: both; }
    @media all and (min-width: 64em) {
      .page-product-detail .detail-container {
        margin-top: 80px;
        margin-bottom: 84px;
        padding: 0 15px 98px; } }
    .page-product-detail .detail-container .col1 {
      float: left;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col1 {
          width: 390px; } }
      .page-product-detail .detail-container .col1 .product-image {
        position: relative;
        margin: auto;
        width: 335px;
        height: 335px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .product-image {
            display: block;
            width: 390px;
            height: 390px;
            border: 1px solid #AAA; } }
      .page-product-detail .detail-container .col1 .slick-container {
        position: relative;
        width: 100%;
        max-width: 335px;
        margin: 16px auto 20px; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .slick-container {
            float: left;
            margin: 30px 0;
            max-width: 390px; } }
        .page-product-detail .detail-container .col1 .slick-container .product-slideshow {
          font-size: 0;
          margin-right: -13px; }
          @media all and (min-width: 64em) {
            .page-product-detail .detail-container .col1 .slick-container .product-slideshow {
              margin-right: -15px; } }
          .page-product-detail .detail-container .col1 .slick-container .product-slideshow img {
            margin: 0 13px 13px 0;
            width: 74px;
            height: 74px;
            border: 1px solid #bbbbbb;
            opacity: 0.5; }
            @media all and (min-width: 64em) {
              .page-product-detail .detail-container .col1 .slick-container .product-slideshow img {
                margin: 0 15px 21px 0;
                width: 86px;
                height: 86px; } }
            .page-product-detail .detail-container .col1 .slick-container .product-slideshow img:focus {
              outline-color: transparent !important; }
            .page-product-detail .detail-container .col1 .slick-container .product-slideshow img.border {
              opacity: 1;
              border: 1px solid #1f1f1f; }
    .page-product-detail .detail-container .col2 {
      float: right;
      width: 100%; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col2 {
          width: 57.7391304348%;
          max-width: 664px; } }
      .page-product-detail .detail-container .col2 h2, .page-product-detail .detail-container .col2 legend {
        margin-bottom: 6px;
        color: #1f1f1f;
        font-family: "futura-pt";
        font-size: 30px;
        font-weight: 400;
        letter-spacing: -0.15px;
        line-height: 50px; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 h2, .page-product-detail .detail-container .col2 legend {
            margin-bottom: 17px;
            font-size: 40px;
            letter-spacing: -0.2px; } }
      .page-product-detail .detail-container .col2 .price {
        margin-bottom: -1px;
        color: #c2912d;
        font-family: "futura-pt";
        font-size: 26px;
        font-weight: 300;
        line-height: 34px; }
      .page-product-detail .detail-container .col2 .note {
        margin-bottom: 25px;
        color: #9b9b9b;
        font-family: "futura-pt";
        font-size: 14px;
        font-weight: 300;
        line-height: 18px; }
        .page-product-detail .detail-container .col2 .note.dark {
          margin-bottom: 30px;
          width: 245px;
          color: #4a4a4a; }
          @media all and (min-width: 64em) {
            .page-product-detail .detail-container .col2 .note.dark {
              margin-bottom: 24px; } }
      .page-product-detail .detail-container .col2 .add-to-cart {
        margin-bottom: 8px;
        display: block;
        width: 152px;
        height: 48px;
        line-height: 48px;
        color: #ffffff;
        font-family: "futura-pt";
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        border-radius: 4px;
        background-color: #1f1f1f;
        cursor: pointer; }
        .page-product-detail .detail-container .col2 .add-to-cart span {
          margin-left: 14px; }
      .page-product-detail .detail-container .col2 .content {
        margin-bottom: 20px; }
        .page-product-detail .detail-container .col2 .content h3 {
          margin-bottom: 13px;
          color: #c2912d;
          font-family: "futura-pt";
          font-size: 20px;
          font-weight: 300; }
        .page-product-detail .detail-container .col2 .content p, .page-product-detail .detail-container .col2 .content li {
          margin: 0;
          color: #333333;
          font-family: "futura-pt";
          font-size: 16px;
          font-weight: 300;
          line-height: 24px;
          letter-spacing: 0.2px; }
        .page-product-detail .detail-container .col2 .content ul {
          margin-left: 20px;
          -webkit-column-count: 2;
          column-count: 2; }
          .page-product-detail .detail-container .col2 .content ul::after {
            content: '';
            display: block;
            clear: both; }
        .page-product-detail .detail-container .col2 .content li {
          list-style-type: disc; }
      .page-product-detail .detail-container .col2 .customise {
        position: relative;
        margin: 58px auto 32px;
        width: 370px;
        height: 130px;
        padding: 35px 30px 0;
        border: 2px solid #c2912d;
        text-align: center; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col2 .customise {
            margin: 66px 0 45px; } }
        .page-product-detail .detail-container .col2 .customise h3 {
          position: absolute;
          top: -23px;
          left: 0;
          right: 0;
          margin: auto;
          width: 230px;
          height: 46px;
          color: #1f1f1f;
          font-family: "futura-pt";
          font-size: 20px;
          font-weight: 300;
          line-height: 42px;
          border: 2px solid #c2912d;
          background-color: #ffffff; }
        .page-product-detail .detail-container .col2 .customise p {
          color: #333333;
          font-family: "futura-pt";
          font-size: 18px;
          font-weight: 300;
          letter-spacing: 0.2px;
          line-height: 24px; }
      .page-product-detail .detail-container .col2 .conditions h4 {
        margin-bottom: 11px;
        color: #1f1f1f;
        font-family: "futura-pt";
        font-size: 16px;
        font-weight: 300; }
      .page-product-detail .detail-container .col2 .conditions p {
        margin: 0;
        color: #333333;
        font-family: "futura-pt";
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.18px;
        line-height: 18px; }

/*********************************************
:: Search Summary
********************************************/
.page-search .lead {
  margin-bottom: 20px;
  padding: 25px 0 28px;
  background-color: #f6f6f6; }
  .page-search .lead p {
    margin: auto;
    max-width: 740px;
    padding: 0 15px;
    color: #1f1f1f;
    font-family: "futura-pt";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.03px;
    text-align: center; }

.page-search .search-container {
  width: 100%; }
  .page-search .search-container::after {
    content: '';
    display: block;
    clear: both; }
  @media all and (min-width: 64em) {
    .page-search .search-container {
      padding: 0 15px; } }
  .page-search .search-container > .content-max-width {
    position: static; }
  .page-search .search-container .col1 {
    float: left;
    margin-top: 49px;
    margin-bottom: 40px;
    width: 20%;
    max-width: 290px;
    background-color: #ffffff;
    z-index: 100;
    transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03); }
    @media all and (max-width: 63.9375em) {
      .page-search .search-container .col1 {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 46px 30px 56px 34px;
        width: 336px;
        height: 100vh;
        /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);*/
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: auto;
        /*
                & > :last-child {
                    margin-bottom: 40px;
                }*/ } }
    .page-search .search-container .col1.open-menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      box-shadow: 0 0 12px 12px rgba(0, 0, 0, 0.2); }
  .page-search .search-container .col2 {
    float: right;
    width: 77%;
    max-width: 862px; }
    @media all and (max-width: 63.9375em) {
      .page-search .search-container .col2 {
        width: 100%; } }
    .page-search .search-container .col2 .sort-area {
      width: 100%;
      float: right;
      text-align: right; }
      @media all and (max-width: 63.9375em) {
        .page-search .search-container .col2 .sort-area {
          margin-top: auto;
          margin-bottom: 14px; } }
      .page-search .search-container .col2 .sort-area .select-wrapper {
        position: relative;
        width: 141px;
        height: 32px;
        float: right;
        border-radius: 6px; }
        .page-search .search-container .col2 .sort-area .select-wrapper:before {
          content: "\e926";
          position: absolute;
          top: 0;
          right: 2px;
          width: 30px;
          height: 100%;
          font-family: "icomoon";
          font-size: 20px;
          line-height: 30px;
          text-align: center;
          color: #ffffff;
          z-index: 1;
          pointer-events: none; }
        .page-search .search-container .col2 .sort-area .select-wrapper select {
          height: 32px;
          padding: 0 10px;
          color: #ffffff;
          font-family: "futura-pt";
          font-size: 16px;
          font-weight: 300;
          border: none;
          border-radius: 6px;
          background-color: #000000;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
      .page-search .search-container .col2 .sort-area p {
        width: auto;
        float: right;
        font-size: 14px;
        font-weight: 400;
        color: #aaaaaa;
        text-align: right;
        margin: 4px 0 0 20px; }
  .page-search .search-container .filter-trigger {
    float: left;
    color: #c2912d;
    font-family: "futura-pt";
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase; }
    .page-search .search-container .filter-trigger span {
      font-size: 18px; }

.products-module {
  width: 100%;
  font-size: 0;
  text-align: center; }
  @media all and (min-width: 64em) {
    .products-module {
      float: right;
      padding-top: 19px;
      text-align: left; } }
  .products-module .products {
    padding-bottom: 27px; }
    @media all and (min-width: 64em) {
      .products-module .products {
        margin-right: -20px;
        padding-bottom: 34px; } }
  .products-module article.product {
    position: relative;
    margin: -0.5px;
    display: inline-block;
    width: 50%;
    max-width: 168px;
    height: 252px;
    text-align: center;
    border: 1px solid #cccccc;
    vertical-align: top; }
    @media all and (min-width: 64em) {
      .products-module article.product {
        margin: 0 20px 20px 0;
        width: calc((100% - 40px ) / 3);
        max-width: 274px;
        height: 360px; } }
    .products-module article.product a {
      display: block;
      height: 100%;
      width: 100%;
      padding: 17px 18px 0; }
      @media all and (min-width: 64em) {
        .products-module article.product a {
          padding: 28px 31px 0; } }
    .products-module article.product h3 {
      margin-top: 13px;
      color: #1f1f1f;
      font-family: "futura-pt";
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.17px;
      line-height: 20px;
      text-transform: uppercase; }
      @media all and (min-width: 64em) {
        .products-module article.product h3 {
          margin-top: 14px;
          font-size: 18px;
          letter-spacing: 0.03px;
          line-height: 24px; } }
    .products-module article.product img {
      display: block;
      width: 130px;
      height: 130px;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain"; }
      @media all and (min-width: 64em) {
        .products-module article.product img {
          width: 210px;
          height: 210px; } }

/*********************************************
:: Module: Shopping Cart
********************************************/
.page-cart .lead-container p {
  margin: 0 auto 48px;
  max-width: 566px;
  color: #333333;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.18px;
  line-height: 24px;
  text-align: center;
  box-sizing: content-box; }
  @media all and (min-width: 64em) {
    .page-cart .lead-container p {
      margin: 0 auto 80px;
      font-size: 18px;
      letter-spacing: 0.2px;
      line-height: 30px; } }

.page-cart .shopping-cart-module {
  margin: 0 0 60px 0; }
  .page-cart .shopping-cart-module img {
    float: left;
    margin-right: 21px;
    width: 110px;
    height: 110px;
    border: 1px solid #cccccc;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
    @media all and (min-width: 64em) {
      .page-cart .shopping-cart-module img {
        margin-right: 29px;
        width: 98px;
        height: 98px; } }
  .page-cart .shopping-cart-module .cart-line-item {
    margin: 0 -14px 43px 0;
    font-size: 0; }
    .page-cart .shopping-cart-module .cart-line-item::after {
      content: '';
      display: block;
      clear: both; }
    @media all and (min-width: 64em) {
      .page-cart .shopping-cart-module .cart-line-item {
        margin: 0 -14px 39px 0; } }
    .page-cart .shopping-cart-module .cart-line-item div:first-of-type {
      float: left; }
    .page-cart .shopping-cart-module .cart-line-item div:last-child {
      float: right;
      margin-right: 14px; }
    .page-cart .shopping-cart-module .cart-line-item input {
      margin-right: 33px;
      width: 128px;
      height: 46px;
      border: 1px solid #cccccc;
      background-color: #ffffff; }
      @media all and (min-width: 64em) {
        .page-cart .shopping-cart-module .cart-line-item input {
          margin-right: 99px; } }
  .page-cart .shopping-cart-module .product-title {
    margin: 0 0 3px;
    display: block;
    color: #000000;
    font-family: "futura-pt";
    font-size: 18px;
    font-weight: 300; }
    @media all and (min-width: 64em) {
      .page-cart .shopping-cart-module .product-title {
        margin: 11px 0 2px;
        max-width: 400px;
        font-size: 20px; } }
  .page-cart .shopping-cart-module .price {
    color: #c2912d;
    font-family: "futura-pt";
    font-size: 16px;
    font-weight: 500; }
    @media all and (min-width: 37.5em) {
      .page-cart .shopping-cart-module .price {
        font-size: 16px; } }
  .page-cart .shopping-cart-module .button-remove {
    display: inline-block;
    width: 29px;
    height: 29px;
    color: #ffffff;
    font-size: 12px;
    background-color: #000000;
    border-radius: 100%;
    text-align: center; }

.page-cart .contact::after {
  content: '';
  display: block;
  clear: both; }

.page-cart .contact .title-wrap {
  position: relative; }
  .page-cart .contact .title-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #cccccc;
    z-index: -1; }

.page-cart .contact h3 {
  padding-bottom: 5px;
  color: #c2912d;
  font-family: "futura-pt";
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  text-align: left; }
  @media all and (min-width: 64em) {
    .page-cart .contact h3 {
      margin: 0 auto 37px;
      width: 214px;
      font-size: 24px;
      border: 0;
      text-align: center; } }

.page-cart .contact label {
  padding-bottom: 10px;
  color: #333333;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; }

.page-cart .contact input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff; }
  @media all and (min-width: 64em) {
    .page-cart .contact input {
      width: 273px; } }

.page-cart .contact .override, .page-cart .contact .button-field {
  width: 100%; }
  @media all and (min-width: 64em) {
    .page-cart .contact .override, .page-cart .contact .button-field {
      width: calc(99.99% * 2/3 - (21px * 1/3)); } }

.page-cart .contact .button-field {
  /*float: right;*/
  margin-bottom: 64px; }
  @media all and (min-width: 64em) {
    .page-cart .contact .button-field {
      margin-bottom: 96px; } }

.page-cart .contact .line {
  margin: 14px 0;
  border-top: 2px solid #cccccc; }
  @media all and (max-width: 63.9375em) {
    .page-cart .contact .line {
      display: none; } }

.page-cart .contact textarea {
  margin-bottom: 21px;
  height: 70px; }

.category-filter h4 {
  margin-bottom: 31px;
  color: #c2912d;
  font-family: "futura-pt";
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2px; }
  .category-filter h4 span {
    float: right;
    cursor: pointer; }
    .category-filter h4 span::before {
      content: "";
      display: block;
      width: 20px;
      height: 19px;
      background-image: url(/images/icons/menu-close.png); }

.category-filter > ul {
  margin-left: 20px; }
  .category-filter > ul li.parent {
    margin-bottom: 15px; }
    .category-filter > ul li.parent > a {
      color: #1f1f1f;
      font-family: "futura-pt";
      font-size: 16px;
      font-weight: 300;
      line-height: 21px; }
      .category-filter > ul li.parent > a:hover {
        color: #0a224c; }
      .category-filter > ul li.parent > a::before {
        content: "\e91a";
        position: absolute;
        top: 0px;
        left: -19px;
        color: #c2912d;
        font-family: "icomoon";
        font-size: 10px; }
    .category-filter > ul li.parent.active > a {
      color: #c2912d; }
      .category-filter > ul li.parent.active > a::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.category-filter ul.sub-menu {
  display: none;
  margin-left: -15px;
  padding: 1px 0 0 15px;
  border-left: 1px solid #cccccc; }
  .category-filter ul.sub-menu li {
    margin-bottom: 9px; }
    .category-filter ul.sub-menu li:last-child {
      margin-bottom: -5px; }
    .category-filter ul.sub-menu li a {
      display: block;
      color: #4a4a4a;
      font-family: "futura-pt";
      font-size: 16px;
      font-weight: 300;
      line-height: 21px; }

.category-filter .sub-parent.active a {
  font-weight: 500; }

/*********************************************
:: Module: Checkout Order Summary
********************************************/
.module-checkout-order-summary {
  width: 100%;
  float: left;
  background-color: #ececec;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px 0; }
  @media all and (min-width: 64em) {
    .module-checkout-order-summary {
      float: right; } }
  .module-checkout-order-summary table {
    margin: 0px; }
  .module-checkout-order-summary td {
    float: left;
    font-size: 12px;
    line-height: 2;
    color: black;
    vertical-align: top;
    margin: 0px;
    padding: 0px; }
  .module-checkout-order-summary tr {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px; }
    .module-checkout-order-summary tr td:last-of-type {
      float: right;
      color: black;
      font-weight: 700;
      text-align: right;
      font-size: 1.125em; }
    .module-checkout-order-summary tr:last-of-type {
      border-top: 1px solid black;
      margin-bottom: 0px;
      padding-top: 15px; }
      .module-checkout-order-summary tr:last-of-type td {
        line-height: 30px; }
        .module-checkout-order-summary tr:last-of-type td:last-of-type {
          font-size: 16px;
          font-weight: 700;
          line-height: 30px;
          color: #bed630; }
  .module-checkout-order-summary p {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin: 0px; }
  .module-checkout-order-summary .line-item-row {
    text-align: left;
    border-bottom: 2px solid white;
    padding: 0px 15px; }
    .module-checkout-order-summary .line-item-row:first-of-type {
      padding-top: 0px; }
    .module-checkout-order-summary .line-item-row:last-of-type {
      margin-bottom: 20px; }
    .module-checkout-order-summary .line-item-row td:first-of-type {
      width: 30%; }
    .module-checkout-order-summary .line-item-row td:last-of-type {
      width: 70%;
      text-align: left;
      padding-left: 15px; }
    .module-checkout-order-summary .line-item-row img {
      vertical-align: top; }
    .module-checkout-order-summary .line-item-row p {
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 26px;
      color: black;
      margin: 0 0 0px; }
    .module-checkout-order-summary .line-item-row p a {
      color: black; }
  .module-checkout-order-summary .add-coupon-row td {
    float: left;
    width: 100%; }
  .module-checkout-order-summary .button-coupon-toggle {
    float: left;
    text-align: left;
    width: 100%;
    font-family: "Playfair Display", "Open Sans", "Arial", "Helvetica", sans-serif;
    text-transform: none;
    padding-top: 15px;
    border-top: 2px solid #ccc; }
    .module-checkout-order-summary .button-coupon-toggle span {
      margin-right: 5px; }
    .module-checkout-order-summary .button-coupon-toggle.active span {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block; }
  .module-checkout-order-summary .coupons-container {
    display: none;
    margin-top: 15px;
    width: 100%;
    float: left; }
    .module-checkout-order-summary .coupons-container.active {
      display: block; }
    .module-checkout-order-summary .coupons-container input {
      float: left;
      background: none;
      height: 55px;
      width: 75%;
      border: 1px solid #0a224c;
      border-radius: 0.313em 0em 0em 0.313em; }
    .module-checkout-order-summary .coupons-container button {
      height: 55px;
      width: 25%;
      float: left;
      padding: 0px;
      border-radius: 0em 0.313em 0.313em 0em;
      font-size: 0.813em; }
    .module-checkout-order-summary .coupons-container .button-remove {
      margin-top: 0px; }

/*******************************************/
/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left;
  font-family: "Playfair Display"; }

.selectric-responsive {
  width: 100%; }

.selectric {
  min-width: 144px;
  border: 0px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    background-color: white;
    color: #000;
    text-align: center;
    *font: 20px/20px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: "\e926";
      position: absolute;
      top: 0;
      right: 0;
      margin: auto;
      font-family: "icomoon";
      font-size: 17px;
      color: #7bb8d4;
      background-color: #fff; }

.selectric-focus .selectric {
  border-color: #999999; }

.selectric-hover .selectric {
  border-color: #b3b3b3; }
  .selectric-hover .selectric .button {
    color: black; }
    .selectric-hover .selectric .button:after {
      border-top-color: white; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #b3b3b3; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b3b3;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
