@charset "UTF-8";
body,
figure {
  margin: 0;
}

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

audio,
canvas,
video {
  display: -moz-inline-stack;
  -moz-box-orient: vertical;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

a:focus {
  outline: thin dotted;
}

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

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: 0;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.slider img {
  width: 100%;
}

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

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

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

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a {
  color: #9eb3c4;
  text-decoration: none;
}

a:visited {
  color: #083231;
}

a:hover {
  color: #7e9ab1;
  text-decoration: none;
}

a:focus {
  outline: none;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -24px;
}

.grid__item {
  display: inline-block;
  padding-left: 24px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

.grid--right {
  text-align: right;
}

.grid--right > .grid__item {
  text-align: left;
}

.grid--center {
  text-align: center;
}

.grid--center > .grid__item {
  text-align: left;
}

.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

.grid--narrow {
  margin-left: -12px;
}

.grid--narrow > .grid__item {
  padding-left: 12px;
}

.grid--wide {
  margin-left: -48px;
}

.grid--wide > .grid__item {
  padding-left: 48px;
}

.one-whole {
  width: 100%;
}

.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50%;
}

.one-third,
.two-sixths,
.four-twelfths {
  width: 33.333%;
}

.two-thirds,
.four-sixths,
.eight-twelfths {
  width: 66.666%;
}

.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25%;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75%;
}

.one-fifth,
.two-tenths {
  width: 20%;
}

.two-fifths,
.four-tenths {
  width: 40%;
}

.three-fifths,
.six-tenths {
  width: 60%;
}

.four-fifths,
.eight-tenths {
  width: 80%;
}

.one-sixth,
.two-twelfths {
  width: 16.666%;
}

.five-sixths,
.ten-twelfths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

@media only screen and (max-width: 480px) {
  .palm--one-whole {
    width: 100%;
  }
  .palm--one-half,
  .palm--two-quarters,
  .palm--three-sixths,
  .palm--four-eighths,
  .palm--five-tenths,
  .palm--six-twelfths {
    width: 50%;
  }
  .palm--one-third,
  .palm--two-sixths,
  .palm--four-twelfths {
    width: 33.333%;
  }
  .palm--two-thirds,
  .palm--four-sixths,
  .palm--eight-twelfths {
    width: 66.666%;
  }
  .palm--one-quarter,
  .palm--two-eighths,
  .palm--three-twelfths {
    width: 25%;
  }
  .palm--three-quarters,
  .palm--six-eighths,
  .palm--nine-twelfths {
    width: 75%;
  }
  .palm--one-fifth,
  .palm--two-tenths {
    width: 20%;
  }
  .palm--two-fifths,
  .palm--four-tenths {
    width: 40%;
  }
  .palm--three-fifths,
  .palm--six-tenths {
    width: 60%;
  }
  .palm--four-fifths,
  .palm--eight-tenths {
    width: 80%;
  }
  .palm--one-sixth,
  .palm--two-twelfths {
    width: 16.666%;
  }
  .palm--five-sixths,
  .palm--ten-twelfths {
    width: 83.333%;
  }
  .palm--one-eighth {
    width: 12.5%;
  }
  .palm--three-eighths {
    width: 37.5%;
  }
  .palm--five-eighths {
    width: 62.5%;
  }
  .palm--seven-eighths {
    width: 87.5%;
  }
  .palm--one-tenth {
    width: 10%;
  }
  .palm--three-tenths {
    width: 30%;
  }
  .palm--seven-tenths {
    width: 70%;
  }
  .palm--nine-tenths {
    width: 90%;
  }
  .palm--one-twelfth {
    width: 8.333%;
  }
  .palm--five-twelfths {
    width: 41.666%;
  }
  .palm--seven-twelfths {
    width: 58.333%;
  }
  .palm--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .lap--one-whole {
    width: 100%;
  }
  .lap--one-half,
  .lap--two-quarters,
  .lap--three-sixths,
  .lap--four-eighths,
  .lap--five-tenths,
  .lap--six-twelfths {
    width: 50%;
  }
  .lap--one-third,
  .lap--two-sixths,
  .lap--four-twelfths {
    width: 33.333%;
  }
  .lap--two-thirds,
  .lap--four-sixths,
  .lap--eight-twelfths {
    width: 66.666%;
  }
  .lap--one-quarter,
  .lap--two-eighths,
  .lap--three-twelfths {
    width: 25%;
  }
  .lap--three-quarters,
  .lap--six-eighths,
  .lap--nine-twelfths {
    width: 75%;
  }
  .lap--one-fifth,
  .lap--two-tenths {
    width: 20%;
  }
  .lap--two-fifths,
  .lap--four-tenths {
    width: 40%;
  }
  .lap--three-fifths,
  .lap--six-tenths {
    width: 60%;
  }
  .lap--four-fifths,
  .lap--eight-tenths {
    width: 80%;
  }
  .lap--one-sixth,
  .lap--two-twelfths {
    width: 16.666%;
  }
  .lap--five-sixths,
  .lap--ten-twelfths {
    width: 83.333%;
  }
  .lap--one-eighth {
    width: 12.5%;
  }
  .lap--three-eighths {
    width: 37.5%;
  }
  .lap--five-eighths {
    width: 62.5%;
  }
  .lap--seven-eighths {
    width: 87.5%;
  }
  .lap--one-tenth {
    width: 10%;
  }
  .lap--three-tenths {
    width: 30%;
  }
  .lap--seven-tenths {
    width: 70%;
  }
  .lap--nine-tenths {
    width: 90%;
  }
  .lap--one-twelfth {
    width: 8.333%;
  }
  .lap--five-twelfths {
    width: 41.666%;
  }
  .lap--seven-twelfths {
    width: 58.333%;
  }
  .lap--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1023px) {
  .portable--one-whole {
    width: 100%;
  }
  .portable--one-half,
  .portable--two-quarters,
  .portable--three-sixths,
  .portable--four-eighths,
  .portable--five-tenths,
  .portable--six-twelfths {
    width: 50%;
  }
  .portable--one-third,
  .portable--two-sixths,
  .portable--four-twelfths {
    width: 33.333%;
  }
  .portable--two-thirds,
  .portable--four-sixths,
  .portable--eight-twelfths {
    width: 66.666%;
  }
  .portable--one-quarter,
  .portable--two-eighths,
  .portable--three-twelfths {
    width: 25%;
  }
  .portable--three-quarters,
  .portable--six-eighths,
  .portable--nine-twelfths {
    width: 75%;
  }
  .portable--one-fifth,
  .portable--two-tenths {
    width: 20%;
  }
  .portable--two-fifths,
  .portable--four-tenths {
    width: 40%;
  }
  .portable--three-fifths,
  .portable--six-tenths {
    width: 60%;
  }
  .portable--four-fifths,
  .portable--eight-tenths {
    width: 80%;
  }
  .portable--one-sixth,
  .portable--two-twelfths {
    width: 16.666%;
  }
  .portable--five-sixths,
  .portable--ten-twelfths {
    width: 83.333%;
  }
  .portable--one-eighth {
    width: 12.5%;
  }
  .portable--three-eighths {
    width: 37.5%;
  }
  .portable--five-eighths {
    width: 62.5%;
  }
  .portable--seven-eighths {
    width: 87.5%;
  }
  .portable--one-tenth {
    width: 10%;
  }
  .portable--three-tenths {
    width: 30%;
  }
  .portable--seven-tenths {
    width: 70%;
  }
  .portable--nine-tenths {
    width: 90%;
  }
  .portable--one-twelfth {
    width: 8.333%;
  }
  .portable--five-twelfths {
    width: 41.666%;
  }
  .portable--seven-twelfths {
    width: 58.333%;
  }
  .portable--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  .desk--one-whole {
    width: 100%;
  }
  .desk--one-half,
  .desk--two-quarters,
  .desk--three-sixths,
  .desk--four-eighths,
  .desk--five-tenths,
  .desk--six-twelfths {
    width: 50%;
  }
  .desk--one-third,
  .desk--two-sixths,
  .desk--four-twelfths {
    width: 33.333%;
  }
  .desk--two-thirds,
  .desk--four-sixths,
  .desk--eight-twelfths {
    width: 66.666%;
  }
  .desk--one-quarter,
  .desk--two-eighths,
  .desk--three-twelfths {
    width: 25%;
  }
  .desk--three-quarters,
  .desk--six-eighths,
  .desk--nine-twelfths {
    width: 75%;
  }
  .desk--one-fifth,
  .desk--two-tenths {
    width: 20%;
  }
  .desk--two-fifths,
  .desk--four-tenths {
    width: 40%;
  }
  .desk--three-fifths,
  .desk--six-tenths {
    width: 60%;
  }
  .desk--four-fifths,
  .desk--eight-tenths {
    width: 80%;
  }
  .desk--one-sixth,
  .desk--two-twelfths {
    width: 16.666%;
  }
  .desk--five-sixths,
  .desk--ten-twelfths {
    width: 83.333%;
  }
  .desk--one-eighth {
    width: 12.5%;
  }
  .desk--three-eighths {
    width: 37.5%;
  }
  .desk--five-eighths {
    width: 62.5%;
  }
  .desk--seven-eighths {
    width: 87.5%;
  }
  .desk--one-tenth {
    width: 10%;
  }
  .desk--three-tenths {
    width: 30%;
  }
  .desk--seven-tenths {
    width: 70%;
  }
  .desk--nine-tenths {
    width: 90%;
  }
  .desk--one-twelfth {
    width: 8.333%;
  }
  .desk--five-twelfths {
    width: 41.666%;
  }
  .desk--seven-twelfths {
    width: 58.333%;
  }
  .desk--eleven-twelfths {
    width: 91.666%;
  }
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
h1 {
  font-size: 13px;
  /*16px;*/
  line-height: 1.3em;
}

h2 {
  font-size: 16px;
  line-height: 1.3em;
}

h3 {
  font-size: 13px;
  /*16px*/
  line-height: 1.3em;
  /*20px*/
}

h4 {
  font-size: 14px;
  line-height: 1.5em;
}

h5 {
  font-size: 14px;
  line-height: 1.5em;
}

h6 {
  font-size: 14px;
  line-height: 1.5em;
}

p {
  margin: 0 0 10px;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

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

sup {
  top: -0.5em;
  vertical-align: sub;
}

sub {
  bottom: -0.25em;
  vertical-align: super;
}

abbr,
acronym {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

del {
  color: #aaa;
  text-decoration: line-through;
  vertical-align: baseline;
}

code {
  background: #ffff99;
  color: #990;
  font-size: 11px;
  line-height: 1.2em;
  padding: rhythm(0.2);
}

pre,
code,
kbd,
samp,
tt {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

ins {
  text-decoration: underline;
}

mark {
  background: #ff0;
  color: #990;
  font-size: 11px;
}

blockquote {
  border-left: 3px solid #eee;
  color: #aaa;
  font-style: italic;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  margin: 1em 40px;
  padding-left: rhythm(0.9);
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote cite {
  color: #555;
  display: block;
  padding: 10px 0 0 20px;
  position: relative;
}

blockquote cite:before {
  content: "—";
  left: 0;
  position: absolute;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin: 0 0 1.5em;
  font-style: italic;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 rhythm(1.5);
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

label {
  font-weight: bold;
  font-size: 12px;
}

fieldset {
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.3em;
  margin: 0 0 1.5em;
  padding: 0 1.4em 1.4em 1.4em;
}

legend {
  background: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  left: 0;
  margin: 0;
  padding: rhythm(0.2) rhythm(0.8);
  position: relative;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  top: 0;
}

fieldset {
  padding-top: 1.4em;
}

legend {
  margin-top: 0;
  margin-bottom: 0;
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

input[type=text] {
  border-radius: 0;
}

img {
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

html * {
  /*    max-height: 1000000px;
    -webkit-text-size-adjust: none*/
}

::selection {
  background-color: rgba(87, 87, 86, 0.99);
}

::-moz-selection {
  background: #ccc;
}

::-webkit-selection {
  background: #ccc;
}

a {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

::-webkit-input-placeholder {
  color: #1c1f27;
}

::-moz-placeholder {
  color: #1c1f27;
}

:-ms-input-placeholder {
  color: #1c1f27;
}

input:-moz-placeholder {
  color: #1c1f27;
}

@font-face {
  font-family: sweetSansPro;
  src: url("../fonts/sanspro/SweetSansProRegular.otf");
}
/* NOTE: fonts/UtopiaStd-Regular.otf never shipped (missing on live too), so the
   utopiaStd @font-face was removed — headings using `font-family: utopiaStd`
   intentionally keep falling back to the browser default, as they always have.
   If the font file is ever obtained, restore the @font-face here. */
body {
  background-color: white;
  color: #000;
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 135%;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}
h1 {
  margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-transform: uppercase;
}

hr {
  border: 0;
  height: 1px;
  background-color: #6f6f6e;
  margin: 0;
}

ul {
  padding: 0 0 0 15px;
}

hr.two-pix {
  height: 2px;
}

img.block {
  display: block;
}

.button,
input[type=submit] {
  background-color: #9eb3c4;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  width: 200px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.button {
  color: #fff;
}

a.button {
  color: #fff;
}

input[type=submit] {
  width: auto;
}

input[type=checkbox] {
  width: auto;
}

textarea {
  border: 1px solid #9eb3c4;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.hide {
  display: none;
}

.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

@media screen and (max-width: 400px) {
  .alignright {
    display: block;
    float: none;
  }
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

@media screen and (max-width: 400px) {
  .alignleft {
    display: block;
    float: none;
  }
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1327px) {
  .wrapper {
    padding: 0 15px;
  }
}
.wrapper-small {
  max-width: 1000px;
  margin: 0 auto;
}

.wrapper-image {
  max-width: 1000px;
  margin: 0 auto;
}

.wrapper-page {
  max-width: 650px;
  margin: 0 auto;
}

input[type=submit] {
  cursor: pointer;
}

/* CUSTOM CSS */
/*---------------------*/
a {
  color: #083231;
  text-decoration: none;
}

a:visited {
  color: #083231;
}

a:hover {
  text-decoration: none;
}

h1,
.h1 {
  background-color: #083231;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1#thecollections {
  background-color: #252525;
}

h2 {
  color: #083231;
}

h3 {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

h3.colored {
  background-color: #083231;
}

h1 img {
  margin: 0 10px;
}

.logo {
  text-align: center;
  margin: 10px;
}

.logo img {
  width: 320px;
}

@media screen and (max-width: 873px) {
  .logo img {
    width: 310px;
  }
}
@media screen and (max-width: 480px) {
  .logo img {
    width: 100%;
  }
}
.nav {
  background-color: transparent;
}

@media screen and (max-width: 684px) {
  .nav {
    border-top: 3px solid #083231;
    position: relative;
    background-color: #fff;
  }
}
.nav .wrapper {
  padding: 0;
}

@media screen and (max-width: 684px) {
  .nav .wrapper {
    border-bottom: 3px solid #083231;
    display: none;
  }
}
.nav span {
  display: none;
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 29px;
}

@media screen and (max-width: 684px) {
  .nav span {
    display: block;
  }
}
.nav .search-form {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 6px;
}

.nav .search-form .screen-reader-text {
  display: none;
}

.nav .search-form .search-submit {
  display: none;
}

@media screen and (max-width: 684px) {
  .nav .search-form {
    display: block;
  }
}
.demo-block {
  background-color: #ffffff;
  color: #b2bb1c;
  padding: 18px;
  font-weight: bold;
}

.header {
  padding: 31px 0px 31px;
  position: relative;
}

@media screen and (max-width: 873px) {
  .header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 684px) {
  .header {
    padding: 10px 0;
  }
}
.header .top {
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
}

.header .top .search-form {
  text-align: left;
}

.header .top .contact {
  text-align: right;
}

.header .top .contact a {
  font-weight: bold;
}

.header .top .contact span {
  display: block;
  color: #083231;
  padding-top: 4px;
}

@media screen and (max-width: 380px) {
  .header .top .contact {
    font-size: 9px;
  }
}
@media screen and (max-width: 873px) {
  .header .top .search-form {
    top: 42px;
  }
}
@media screen and (max-width: 730px) {
  .header .top .search-form {
    display: none;
  }
}
@media screen and (max-width: 730px) {
  .header .top .search-form {
    display: none;
  }
}
.header .top .search-form img {
  height: 12px;
  vertical-align: bottom;
  float: left;
  margin-top: 6px;
}

.header .top .search-form input[type=text] {
  height: 23px;
  float: left;
  width: 250px;
  font-size: 11px;
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #8d837c;
  padding-left: 4px;
  background-color: transparent;
}

.header .top .search-form input {
  border: none;
}

.header .top .search-form .screen-reader-text {
  display: none;
}

.header .top .search-form input[type=submit] {
  width: 14px;
  height: 24px;
  background: url("../img/search-arrow.png") no-repeat center center;
  background-size: 50%;
  font-size: 0;
  padding: 0;
  vertical-align: top;
}

.nav-container ul li.current-menu-item > a {
  color: black;
  font-weight: bold;
}

@media screen and (max-width: 684px) {
  .nav-container ul li.current-menu-item > a {
    color: white;
  }
}
.nav-container > ul {
  color: black;
  text-align: center;
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
}

@media screen and (max-width: 684px) {
  .nav-container > ul {
    background-color: #fff;
  }
}
.nav-container > ul li {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 684px) {
  .nav-container > ul li {
    display: block;
  }
}
.nav-container > ul li a {
  padding: 0;
  margin: 10px 12px;
  display: inline-block;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
}

@media screen and (max-width: 684px) {
  .nav-container > ul li a {
    display: block;
    background-color: #083231;
    padding: 5px 0;
    color: white;
  }
}
.nav-container > ul li a:hover {
  color: black;
}

@media screen and (max-width: 684px) {
  .nav-container > ul li a:hover {
    background-color: black;
    color: #fff;
  }
}
.nav-container > ul li::after {
  content: "  |  ";
}

@media screen and (max-width: 684px) {
  .nav-container > ul li::after {
    content: "";
  }
}
.nav-container > ul li:last-of-type::after {
  content: "";
}

ul.sub-menu {
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  left: -29px;
  z-index: 15;
  background: rgba(28, 31, 39, 0.6);
  text-align: center;
  width: 180px;
}

@media screen and (max-width: 684px) {
  ul.sub-menu {
    display: none;
    width: 100%;
    position: relative;
    left: 0;
    background: transparent;
  }
}
ul.sub-menu > li {
  margin: 0;
  display: inline;
}

ul.sub-menu > li:after {
  content: "";
}

ul.sub-menu > li.current-menu-item a {
  color: #fff;
  background-color: #083231;
}

@media screen and (max-width: 684px) {
  ul.sub-menu > li.current-menu-item a {
    color: #fff;
    background-color: #083231;
  }
}
ul.sub-menu > li a {
  color: #fff;
  letter-spacing: 0px;
  font-size: 12px;
  margin: 0;
  padding: 5px 15px;
  display: block;
}

@media screen and (max-width: 684px) {
  ul.sub-menu > li a {
    padding: 5px 0;
    margin: 5px 10px;
    background-color: transparent;
    color: #083231;
  }
}
ul.sub-menu > li a:hover {
  background-color: #083231;
  color: #ffffff;
}

@media screen and (max-width: 684px) {
  ul.sub-menu > li a:hover {
    background-color: transparent;
    color: #083231;
  }
}
#menu-item-21 ul.sub-menu {
  left: -36px;
}

@media screen and (max-width: 684px) {
  #menu-item-21 ul.sub-menu {
    left: 0;
  }
}
#menu-item-892 ul.sub-menu {
  left: -48px;
}

@media screen and (max-width: 684px) {
  #menu-item-892 ul.sub-menu {
    left: 0;
  }
}
.nav-container ul li:hover > ul {
  display: block;
}

.nav-icon {
  display: none;
  background: #1c1f27 url("../img/mobile-menu-icon2.png") no-repeat center center;
  width: 32px;
  height: 29px;
  position: absolute;
  right: 0;
  z-index: 10;
  font-size: 0;
}

@media screen and (max-width: 684px) {
  .nav-icon {
    display: inline-block;
  }
}
.nav-icon.minus {
  background: #1c1f27 url("../img/mobile-menu-icon-minus.png") no-repeat center center;
}

.side-nav {
  position: relative;
}

@media screen and (max-width: 684px) {
  .side-nav {
    display: none;
  }
}
.side-nav ul {
  position: fixed;
  z-index: 10;
  padding: 0;
  margin: 0;
  top: 164px;
  right: 0px;
  list-style-type: none;
  text-align: right;
}

@media screen and (max-width: 873px) {
  .side-nav ul {
    top: 126px;
  }
}
.side-nav ul a {
  display: inline-block;
  color: #fff;
  position: relative;
  height: 48px;
  overflow: hidden;
}

.side-nav ul a .slide-out {
  line-height: 45px;
  background: #fff;
  color: #083231;
  border: 3px solid #083231;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side-nav ul li {
  position: relative;
}

.side-nav img {
  position: relative;
  z-index: 10;
  background-color: #252525;
  width: 48px;
  height: 48px;
}

.side-nav a:hover img {
  background-color: #083231;
}

.side-nav span {
  float: left;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side-nav span.show {
  display: block;
}

.footer {
  font-size: 12px;
  color: black;
  padding: 2rem 0 20px;
  text-align: center;
  background-color: #ebebeb;
}
.footer h5 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer {
    text-align: left;
  }
  .footer h5 {
    line-height: 1em;
    margin-bottom: 0.5rem;
  }
  .footer h5:first-child {
    margin-top: 0;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer a {
  color: black;
  font-size: 12px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer address {
  font-style: normal;
}
.footer .copyright {
  text-align: center;
  margin-top: 10px;
}
.footer .copyright small,
.footer .copyright a {
  font-size: 85%;
}
.footer .credit a {
  display: block;
  margin-top: 1rem;
  color: #777;
}
.footer .social-icons {
  margin-bottom: 0.5rem;
}
.footer .social-icons a {
  color: #000;
  margin: 0;
}
.footer .social-icons a:hover {
  text-decoration: none;
}
.footer .social-icons img {
  width: 38px;
}
@media screen and (min-width: 768px) {
  .footer .social-icons {
    float: left;
    text-align: center;
    margin-right: 1rem;
  }
}
.footer .made-in {
  width: 120px;
  height: auto;
}
.footer .footer_menu li {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer .footer_menu li {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 769px) {
  .footer .made-in {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.social-icons a {
  font-size: 1.4rem;
}

.social-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.colour-product {
  background-color: #b7b7b7;
}

.colour-dark {
  background-color: #252525;
}

.text-center-vertical {
  position: relative;
}

.text-center-vertical p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* HOME PAGE */
h1.home-title {
  background-color: #1c1f27;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  padding: 15px 0 15px;
  font-size-adjust: 0.52;
}

@media screen and (max-width: 684px) {
  h1.home-title {
    font-size: 15px;
    padding: 10px 0;
  }
}
.main-img {
  position: relative;
  text-align: center;
}

.main-img .banner {
  display: block;
  width: 100%;
}

.main-img .feature-vid {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main-img .feature-vid {
    top: 0;
    width: 50%;
  }
}
.home-vid {
  width: 100%;
  height: auto;
  z-index: -100;
  background-size: cover;
}

@media screen and (max-width: 684px) {
  .home-vid {
    /*display: none;*/
  }
  .poster {
    display: block;
    background-image: url("../img/video-poster.jpg");
    background-size: cover;
  }
}
.main-img-home {
  border-bottom: 3px solid #6c8a8c;
}

.main-img .down-arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -32px;
  padding: 20px;
  width: 24px;
  display: none;
}

.main-img .play-video {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -94px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.main-img-home .down-arrow {
  background-color: #6c8a8c;
}

.main-img-bespoke .down-arrow {
  background-color: #fff;
}

.main-img .overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

@media screen and (max-width: 684px) {
  .main-img .down-arrow {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .main-img .play-video {
    font-size: 12px;
    margin-left: -65px;
  }
}
@media only screen and (max-width: 360px) {
  .main-img .play-video img {
    display: none;
  }
}
.alternative-banner-text {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 10px 40px;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  text-align: center;
}
.alternative-banner-text.overlay-banner {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  border: none;
  color: white;
  width: 90%;
}

.banner-text {
  background-image: url("../img/background-banner.gif");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #252525;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 60px 80px;
  border-bottom: 3px solid #fff;
  text-align: center;
}

@media screen and (max-width: 684px) {
  .alternative-banner-text,
  .banner-text {
    background-image: none;
    padding: 20px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (max-width: 684px) {
  .alternative-banner-text,
  .banner-text {
    background-image: none;
    padding: 20px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .alternative-banner-text,
  .banner-text {
    font-size: 10px;
    line-height: 12px;
  }
}
.lightbox-video .featherlight-content {
  width: 90%;
  background-color: #000;
}

.lightbox p {
  margin: 0;
}

.list-view {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-view h4 {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

.list-view h5 {
  margin: 5px;
  text-align: center;
  display: inline-block;
}

.list-links {
  text-align: center;
}

.list-links a {
  text-align: center;
  color: #fff;
  padding: 10px 40px;
  line-height: 4em;
  text-transform: uppercase;
  margin: 10px;
  white-space: nowrap;
}

a.link-button {
  width: 100%;
  text-align: center;
  /*color: #fff;*/
  border: 1px solid #083231;
  padding: 15px 0;
  text-transform: uppercase;
  margin: 25px 0;
  display: block;
}

.content p {
  text-align: justify;
}

.content h2 {
  margin-top: 35px;
  margin-bottom: 5px;
}

.divider-badge {
  margin: 30px 0;
}

/* HOME PAGE COLLECTION LIST */
.collection-wrap {
  margin-bottom: 20px;
  /*    *zoom: 1*/
}

@media screen and (max-width: 684px) {
  .collection-wrap {
    margin-top: 20px;
  }
}
.collection-wrap:before,
.collection-wrap:after {
  content: "";
  display: table;
}

.collection-wrap:after {
  clear: both;
}

.collection-wrap h2 {
  font-size: 25px;
}

@media screen and (max-width: 684px) {
  .collection-wrap h2 {
    font-size: 17px;
  }
}
.collection-wrap .left {
  float: left;
  width: 50%;
}

.collection-wrap .right {
  position: relative;
  float: right;
  width: 50%;
}

.collection-wrap .right img {
  display: block;
}

.collection-wrap .right .overlay {
  background: #1c1f27;
  background: rgba(28, 31, 39, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

@media screen and (max-width: 684px) {
  .collection-wrap .right .overlay {
    display: none;
  }
}
.collection-wrap .right .overlay .text-wrap {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 20%;
}

.collection-wrap .right .overlay .text-wrap .inner {
  display: table-cell;
  vertical-align: middle;
}

.collection-wrap .right .overlay-text {
  margin-bottom: 20px;
}

.collection-wrap .right .overlay.show {
  opacity: 1;
}

@media screen and (max-width: 1020px) {
  .collection-wrap .right .overlay.show {
    opacity: 0;
  }
}
/* FEATURE PANELS */
.feature-wrap {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 684px) {
  .feature-wrap {
    margin-top: 20px;
  }
}
.feature-wrap:before,
.feature-wrap:after {
  content: "";
  display: table;
}

.feature-wrap:after {
  clear: both;
}

.feature-wrap h2 {
  font-size: 25px;
}

.feature-wrap img {
  display: block;
}

.feature-wrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
  padding: 0 8%;
}

.page-template-page-bespoke .feature-wrap {
  margin-bottom: 0;
  margin-top: 0;
}
.page-template-page-bespoke .feature-wrap h1, .page-template-page-bespoke .feature-wrap h2, .page-template-page-bespoke .feature-wrap h3, .page-template-page-bespoke .feature-wrap h4 {
  font-family: utopiaStd;
  color: #083231;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: none;
}
.page-template-page-bespoke .feature-wrap h4 {
  font-size: 25px;
}
.page-template-page-bespoke .feature-wrap p {
  color: #303d42;
  font-size: 15px;
  line-height: 1.6rem;
}

.feature-wrap .text-wrap {
  display: table;
  width: 45%;
  height: 100%;
}

.feature-wrap .right .text-wrap {
  float: right;
}

.feature-wrap .inner {
  display: table-cell;
  vertical-align: middle;
}

.feature-wrap h4 {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 750px) {
  .feature-wrap p {
    display: none;
  }
  .feature-wrap h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 985px) {
  .quality-features .feature-wrap .overlay {
    position: relative;
    padding: 0;
  }
  .quality-features .feature-wrap p {
    display: block;
    padding: 10px;
  }
  .quality-features .feature-wrap img {
    display: none;
  }
  .quality-features .feature-wrap .text-wrap {
    width: 100%;
    height: 100%;
    background-color: #a0b4c1;
  }
}
.quality-videos {
  margin-bottom: 13px;
}

.feature-text {
  text-align: center;
  margin: 20px 0;
}

@media only screen and (max-width: 1023px) {
  body.page-template-page-durability-php .feature-text,
  body.page-template-page-craftsmanship-php .feature-text {
    text-align: left;
  }
}
.strap-text {
  padding: 20px 50px;
  background-color: #6c8a8c;
  margin: 60px 0;
  color: #fff;
}

.enquire-button {
  float: right;
  margin-top: -70px;
}

img.thumb {
  display: block;
}

h3.thumb-title,
h4.thumb-title {
  margin: 0 0 10px 0;
  padding: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}

.story {
  margin-top: 20px;
  margin-bottom: 20px;
  *zoom: 1;
  border-bottom: 1px solid #1c1f27;
  overflow: hidden;
  text-align: justify;
}

.story h3 {
  background-color: transparent;
  color: #1c1f27;
  border-bottom: 1px solid #1c1f27;
}

.story .wrapper-small {
  margin-top: 20px;
}

.story .wrapper-small img {
  display: block;
  float: right;
}

@media screen and (max-width: 684px) {
  .story {
    margin-top: 30px;
  }
}
@media screen and (max-width: 684px) {
  .story h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .story > p {
    display: none;
  }
}
.link-panels {
  overflow: hidden;
  margin-bottom: 30px;
}

.link-panels .panel {
  float: left;
  position: relative;
  width: 100%;
}

.link-panels .panel img {
  display: block;
  width: 100%;
}

.link-panels .panel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
}

.link-panels .panel .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 10%;
}

.link-panels .panel .overlay .inner .text {
  display: table-cell;
  vertical-align: middle;
}

.link-panels .panel .text a {
  color: #fff;
}

.link-panels .panel .text h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 0;
  margin: 20px 0;
}

@media screen and (max-width: 1025px) {
  .link-panels .panel .text {
    font-size: 12px;
  }
  .link-panels .panel .text h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .link-panels .panel .text {
    font-size: 10px;
    line-height: 10px;
  }
  .link-panels .panel .text h4 {
    font-size: 10px;
  }
}
.collection-carousel .slick-slide {
  text-align: center;
  width: 90%;
}

.collection-carousel .slick-slide a {
  margin: 10px;
  display: block;
}

.collection-carousel .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slider {
  position: relative;
  text-align: center;
}

.slider h1 {
  position: absolute;
  bottom: 2px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 50px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0%, transparent 4%, rgba(0, 0, 0, 0.45) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(4%, transparent), color-stop(100%, rgba(0, 0, 0, 0.45)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 4%, rgba(0, 0, 0, 0.45) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 4%, rgba(0, 0, 0, 0.45) 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 4%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 4%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#73000000", GradientType=0);
}

@media screen and (max-width: 635px) {
  .slider h1 {
    font-size: 14px;
  }
}
.product-thumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}

.product-thumbs:before,
.product-thumbs:after {
  content: "";
  display: table;
}

.product-thumbs:after {
  clear: both;
}

.product-thumbs li {
  float: left;
  width: 46.8%;
  margin-right: 6.4%;
  margin-bottom: 5%;
}

@media screen and (max-width: 617px) {
  .product-thumbs li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.product-thumbsli:nth-of-type(even) {
  margin: 0;
}

@media screen and (max-width: 617px) {
  .product-thumbsli:nth-of-type(even) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 617px) {
  .product-thumbsli:nth-last-child(1) {
    margin-right: 0;
  }
}
.product-thumbs img {
  cursor: pointer;
}

#accordion {
  position: relative;
}

#accordion h3 {
  margin: 0 0 5px;
  font-size: 13px;
  text-align: center;
}

#accordion h3 a {
  padding: 2px;
  display: block;
  color: #fff;
  background-color: #1c1f27;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0px;
}

#accordion h3 a:hover {
  background-color: #9eb3c4;
}

#accordion h3.ui-accordion-header a {
  background-image: url("../img/small-arrow.png");
  background-position: 99% 50%;
  background-repeat: no-repeat;
}

#accordion h3.ui-accordion-header-active a {
  background-image: url("../img/small-arrow-down.png");
  background-color: #9eb3c4;
}

#accordion > div {
  padding: 20px 20px 13px;
  border: 1px solid #9eb3c4;
  margin: -5px 0 -5px;
}

#accordion .form-wrap {
  border: none;
  padding: 0;
}

#accordion .accordion-link {
  position: absolute;
  right: 1%;
  margin-top: 16px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #000 center center no-repeat;
  display: none;
}

h1#bespoke {
  margin: 0;
}

.bespoke-wrap {
  margin-top: 50px;
}

.bespoke-wrap h1 {
  text-align: center;
}

.bespoke-panel h2 {
  background-color: #1c1f27;
  color: #fff;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 500px) {
  .bespoke-panel h2 {
    font-size: 14px;
    padding: 3px 0;
  }
}
.bespoke-panel .bespoke-panel-text {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.craftsmanship-wrap {
  margin-top: 50px;
}

.craftsmanship-wrap h1 {
  text-align: center;
}

.craftsmanship-wrap .main-text {
  margin: 20px 0 40px;
}

@media screen and (max-width: 420px) {
  .craftsmanship-wrap .main-text {
    margin: 20px 0 20px;
  }
}
.craftsmanship-wrap .col-wrap {
  *zoom: 1;
}

.craftsmanship-wrap .col-wrap:before,
.craftsmanship-wrap .col-wrap:after {
  content: "";
  display: table;
}

.craftsmanship-wrap .col-wrap:after {
  clear: both;
}

.craftsmanship-wrap .col-wrap .left-col {
  float: left;
  width: 48%;
  margin-right: 4%;
}

@media screen and (max-width: 420px) {
  .craftsmanship-wrap .col-wrap .left-col {
    width: 100%;
    margin-right: 0;
  }
}
.craftsmanship-wrap .col-wrap .right-col {
  float: left;
  width: 48%;
}

@media screen and (max-width: 420px) {
  .craftsmanship-wrap .col-wrap .right-col {
    width: 100%;
    margin-right: 0;
  }
}
.video-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  *zoom: 1;
}

@media screen and (max-width: 500px) {
  .video-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.video-wrap:before,
.video-wrap:after {
  content: "";
  display: table;
}

.video-wrap:after {
  clear: both;
}

.video-wrap .left {
  float: left;
  width: 30%;
  margin-right: 2.5%;
}

@media screen and (max-width: 684px) {
  .video-wrap .left {
    width: 43%;
  }
}
@media screen and (max-width: 500px) {
  .video-wrap .left {
    width: 100%;
    margin: 0 0 15px;
  }
}
.video-wrap .right {
  float: left;
  width: 32%;
}

@media screen and (max-width: 684px) {
  .video-wrap .right {
    width: 54.5%;
  }
}
@media screen and (max-width: 500px) {
  .video-wrap .right {
    width: 100%;
  }
}
.video-wrap .right h1 {
  line-height: 26px;
}

.wrapper-page {
  margin: 50px auto;
}

.wrapper-page h2 {
  color: #9eb3c4;
  font-size: 18px;
}

@media screen and (max-width: 684px) {
  .wrapper-page {
    margin: 50px 20px;
  }
}
.contact-form {
  background-color: #083231;
  padding: 50px 0;
  margin: 30px 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .contact-form {
    padding: 30px 0;
  }
}
.contact-form h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px;
}

.contact-form p {
  text-align: center;
  padding: 5px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 80%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin: 20px 0;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.wpcf7 textarea {
  width: 83%;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  margin: 20px 0;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.wpcf7 input[type=submit] {
  background-color: transparent;
  border: 1px solid #fff;
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  margin-top: 30px;
  letter-spacing: 3px;
}

.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  color: white !important;
  opacity: 0.6;
  font-weight: normal;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  color: white !important;
  opacity: 0.6;
  font-weight: normal;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: white !important;
  opacity: 0.6;
  font-weight: normal;
}

.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
  color: white !important;
  opacity: 0.6;
  font-weight: normal;
}

.wpcf7 input:-moz-placeholder {
  color: white !important;
  opacity: 0.8;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  border: none;
  color: #ffffff;
  /*background-color: #9eb3c4;*/
}

.wpcf7-form div.wpcf7-response-output {
  margin: 15px 0;
  text-align: center;
}

.wpcf7-form div.wpcf7-validation-errors {
  border: none;
  color: #fff;
}

.wpcf7 .ajax-loader {
  display: block;
}

.wpcf7 a {
  color: white;
  font-weight: bold;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 23px;
  width: 13px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  background: url("../img/carousel-arrows.png") no-repeat 0 0;
}

@media screen and (max-width: 700px) {
  .slick-prev {
    left: -16px;
  }
}
.slick-next {
  right: -25px;
  background: url("../img/carousel-arrows.png") no-repeat 0 -23px;
}

@media screen and (max-width: 700px) {
  .slick-next {
    right: -16px;
  }
}
.collection-carousel.slick-slider {
  width: 92%;
  margin: 30px auto 30px auto;
}

@media screen and (max-width: 400px) {
  .collection-carousel.slick-slider {
    margin: 10px auto;
  }
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: url("../img/slider-dots.png");
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: url("../img/slider-dots.png") no-repeat scroll 0 -14px;
}

.slider.collection-slider .slick-prev,
.slider.collection-slider .slick-next {
  position: absolute;
  display: block;
  height: 23px;
  width: 13px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slider.collection-slider .slick-prev:hover,
.slider.collection-slider .slick-prev:focus,
.slider.collection-slider .slick-next:hover,
.slider.collection-slider .slick-next:focus {
  outline: none;
  color: transparent;
}

.slider.collection-slider .slick-prev:hover:before,
.slider.collection-slider .slick-prev:focus:before,
.slider.collection-slider .slick-next:hover:before,
.slider.collection-slider .slick-next:focus:before {
  opacity: 1;
}

.slider.collection-slider .slick-prev.slick-disabled:before,
.slider.collection-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slider.collection-slider .slick-prev:before,
.slider.collection-slider .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider.collection-slider .slick-prev {
  left: 10px;
  background: url("../img/slider-arrows-horizontal.png") no-repeat 0 0;
}

.slider.collection-slider .slick-next {
  right: 10px;
  background: url("../img/slider-arrows-horizontal.png") no-repeat scroll 0 -23px;
}

.product-slider {
  background-color: #f5f5f5;
  position: relative;
}

.grid.dark {
  background-color: #333;
}

h1.no-margin {
  margin-bottom: 0;
}

h1.dark {
  margin-bottom: 2px;
  background-color: #252525;
}

.contact-main p {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin: 50px 0;
  color: #fff;
}

.contact-main a {
  color: #fff;
  font-weight: bold;
}

/* 404 PAGE */
.error-404 {
  text-align: center;
}

.error-404 p {
  text-align: center;
}

.error-404__lead {
  font-size: 15px;
  line-height: 26px;
  max-width: 620px;
  margin: 0 auto 25px;
}

.error-404__search {
  margin: 0 0 25px;
}

.error-404__search .search-form {
  display: inline-block;
}

.error-404__search .search-form img {
  height: 12px;
  vertical-align: middle;
  margin-right: 8px;
}

.error-404__search .search-form label {
  display: inline-block;
  vertical-align: middle;
}

.error-404__search .search-form .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.error-404__search .search-form .search-field {
  width: 280px;
  max-width: 100%;
  height: 32px;
  border: 0;
  border-bottom: 1px solid #8d837c;
  background-color: transparent;
  padding-left: 4px;
  font-family: sweetSansPro, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.error-404__search .search-form .search-submit {
  height: 32px;
  vertical-align: middle;
  margin-left: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
  .error-404__search .search-form .search-field {
    width: 200px;
  }
}
.error-404__contact {
  margin-bottom: 25px;
}

.error-404__contact a {
  font-weight: bold;
}

.error-404__home {
  margin: 0 0 10px;
}

.error-404__links,
.error-404__products {
  text-align: center;
  margin-top: 35px;
}

.error-404__links h2,
.error-404__products h2 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.error-404__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-404__menu li {
  display: inline-block;
  margin: 0 6px 10px;
}

.error-404__menu a {
  display: block;
  border: 1px solid #083231;
  padding: 8px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.error-404__menu a:hover {
  background-color: #083231;
  color: #fff;
}

.error-404__products .list-view {
  margin-bottom: 0;
}

.error-404__products .thumb {
  width: 100%;
}

.error-404__illustration {
  border-top: 1px solid #1c1f27;
  margin: 40px 0 20px;
  padding-top: 20px;
  text-align: center;
}

.error-404__illustration .wolf {
  display: inline-block;
  max-width: 100%;
}

@media screen and (max-width: 684px) {
  .error-404__illustration .wolf {
    width: 140px;
  }
}
