@charset "UTF-8";
/*!
 * Theme Name: Paterson Fine Jewellery
 * Theme URI: http://hubink.com/
 * Version: 1.0
 * Author: Paul Amato
 * Author URI: http://hubink.com/
 * Description: Paterson Fine Jewellery  */
/* ==========================================================================
 * Normalize.sass settings
 * ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7 */
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/* ==========================================================================
 * Base
 * ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin. */
body {
  margin: 0;
}

/* ==========================================================================
 * Links
 * ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers. */
/**
 * Improves readability when focused and also mouse hovered in all browsers. */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
 * Typography
 * ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Addresses styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7. */
/**
 * Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/**
 *  Set consistent quote types. */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
 * Embedded content
 * ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7. */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
 * Figures
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/* ==========================================================================
 * Forms
 * ========================================================================== */
/**
 * Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improves appearance and consistency in all browsers. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
button, input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
 * Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats. */
/* HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html, button, input, select, textarea {
  color: #222222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Browse Happy prompt
 * ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@media print {
  /* ==========================================================================
   * Print styles.
   * Inlined to avoid required HTTP connection: h5bp.com/r
   * ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links for images, or javascript/internal links */
  .ir a:after {
    content: "";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
@media screen only and (max-width: 480px) {
  /* ==========================================================================
   * EXAMPLE Media Queries for Responsive Design.
   * Theses examples override the primary ('mobile first') styles.
   * Modify as content requires.
   * ========================================================================== */
}
@media screen only and (max-width: 480px) and (-o-min-device-pixel-ratio: 5 / 4), screen only and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), screen only and (max-width: 480px) and (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  color: #000000;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  float: left;
}

.content-wrap {
  width: 100%;
  float: left;
  margin: 0 auto;
}

.content {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  position: relative;
}
.content section.main {
  width: 100%;
  margin: 0 auto 40px;
}

.main {
  width: auto;
  float: left;
  text-align: center;
  font-size: 14px;
}
.main p:first-of-type {
  font-size: 17px;
  margin: 1em 0 1.5em;
}
.main strong {
  text-transform: uppercase;
  font-family: "garamond-premier-pro", serif;
  color: #2b5293;
  font-weight: 600;
}
.main a {
  color: #deb355;
  text-decoration: underline;
}
.main a:hover {
  text-decoration: none;
}
.main img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.main img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
.main img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
.main img.alignnone {
  float: left;
  margin: 10px 20px 10px 0;
  width: 100%;
}
@media only screen and (min-width: 660px) {
  .main img.alignnone {
    width: auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
  width: 100%;
}
@media only screen and (min-width: 660px) {
  .main img.aligncenter {
    width: auto;
  }
}
.main img.size-medium {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 660px) {
  .main img.size-medium {
    width: auto;
  }
}
.main img.size-thumbnail {
  width: 40%;
  height: auto;
  margin: 0 auto 20px;
  float: none;
  clear: both;
  display: block;
}
@media only screen and (min-width: 660px) {
  .main img.size-thumbnail {
    width: auto;
  }
}
.main div {
  width: auto;
  height: auto;
  max-width: 100%;
}
.main div.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
.main div.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
.main div.alignnone {
  float: left;
  margin: 10px 20px 10px 0;
  width: 100% !important;
}
@media only screen and (min-width: 660px) {
  .main div.alignnone {
    width: auto !important;
  }
}
.main div.alignnone img {
  width: 100%;
}
.main div.aligncenter {
  display: block;
  margin: 10px auto;
  width: 100% !important;
}
@media only screen and (min-width: 660px) {
  .main div.aligncenter {
    width: auto !important;
  }
}
.main div.aligncenter img {
  width: 100%;
}
.main div.size-medium {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 660px) {
  .main div.size-medium {
    width: auto;
  }
}
.main div .wp-caption-text {
  font-size: 14px;
}
.main div.entry-content {
  width: auto;
  max-width: 100%;
  margin: 0 20px;
}
@media only screen and (min-width: 840px) {
  .main div.entry-content {
    max-width: 840px;
    margin: 0 auto;
  }
}
.main div.entry-featured {
  margin: 15px 0 35px;
}
.main table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: 0.8em;
  margin: 20px 0;
}
@media only screen and (min-width: 660px) {
  .main table {
    font-size: 1em;
  }
}
.main th {
  color: #555;
  font-weight: 600;
  background: #eee;
}
.main td, .main th {
  padding: 4px;
  border: 1px solid #dbdbdb;
  text-align: left;
}
.main tr:nth-child(even) {
  background: #FDFDFD;
}
.main ul.two-col {
  margin: 0 0 20px 1em;
  float: left;
}
.main ul.two-col li {
  width: 50%;
  float: left;
}
.main table img, .main .attachment img {
  width: auto;
}
.main ul {
  margin: 6px 0 20px;
}
.main .entry-meta, .main .tier-meta {
  width: 100%;
  float: left;
}
.main .page-nav {
  width: 100%;
  float: left;
}
.main .page-nav .left {
  float: left;
}
.main .page-nav .right {
  float: right;
}

h1, h2, h3, h4, h5 {
  color: #2b5293;
  font-family: "garamond-premier-pro", serif;
}

h1 {
  font-size: 45px;
  font-weight: 300;
  margin: 0.5em 0 0;
}
@media only screen and (min-width: 481px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 16px;
  text-transform: uppercase;
}

header.header {
  width: 100%;
  height: 184px;
  float: left;
  position: relative;
  z-index: 999;
  border-bottom: 5px solid #deb355;
}
@media only screen and (min-width: 481px) {
  header.header {
    height: 164px;
  }
}

.header-cont {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1010px) {
  .header-cont {
    width: 1010px;
  }
}

.header-logo {
  width: 100%;
  float: left;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 481px) {
  .header-logo {
    z-index: 2;
  }
}
.header-logo a {
  width: 330px;
  height: 100px;
  display: block;
  margin: 16px auto;
  background: url(img/sprite.png) no-repeat 0 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: 0;
  opacity: 1;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .header-logo a {
    background: url(img/sprite@2x.png) no-repeat 0 0;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .header-logo a {
    background: url(img/sprite.png) no-repeat 0 0;
  }
}
.header-logo a:hover {
  opacity: 0.8;
}

.header-buttons {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .header-buttons {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 3;
  }
}

.header-button {
  border: 1px solid #deb355;
  padding: 10px 26px 10px 10px;
  font-family: "garamond-premier-pro", serif;
  color: #2b5293;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: none;
}
@media only screen and (min-width: 481px) {
  .header-button {
    display: initial;
    border-top: 5px solid #deb355;
  }
}
.header-button:hover {
  background: #EEE;
}
.header-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 4px;
  background: url(img/sprite.png) no-repeat -20px -100px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .header-button:after {
    background: url(img/sprite@2x.png) no-repeat -20px -100px;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .header-button:after {
    background: url(img/sprite.png) no-repeat -20px -100px;
  }
}
.header-button.header-button-login {
  display: initial;
}
.header-button.header-button-login:after {
  background: url(img/sprite.png) no-repeat 0 -100px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .header-button.header-button-login:after {
    background: url(img/sprite@2x.png) no-repeat 0 -100px;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .header-button.header-button-login:after {
    background: url(img/sprite.png) no-repeat 0 -100px;
  }
}
.header-button.header-button-menu {
  font-size: 13px !important;
  display: initial;
}
@media only screen and (min-width: 481px) {
  .header-button.header-button-menu {
    display: none !important;
  }
}
.header-button.header-button-menu:after {
  background: url(img/sprite.png) no-repeat -40px -100px;
  top: 8px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .header-button.header-button-menu:after {
    background: url(img/sprite@2x.png) no-repeat -40px -100px;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .header-button.header-button-menu:after {
    background: url(img/sprite.png) no-repeat -40px -100px;
  }
}
.header-button.header-button-menu:before {
  content: "Menu";
}
.header-button.header-button-menu span {
  display: none;
}

.menu-cont {
  font-size: 13px;
}

nav.menu-wrap {
  width: 100%;
}
nav.menu-wrap ul {
  width: 100%;
}
nav.menu-wrap ul, nav.menu-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}
nav.menu-wrap ul#menu-item-119, nav.menu-wrap ul#menu-item-117, nav.menu-wrap li#menu-item-119, nav.menu-wrap li#menu-item-117 {
  display: none;
}
nav.menu-wrap ul a, nav.menu-wrap li a {
  height: 27px;
  line-height: 27px;
  display: block;
  color: #2b5293;
  font-family: "garamond-premier-pro", serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 5px solid transparent;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  nav.menu-wrap ul a, nav.menu-wrap li a {
    padding: 0 20px;
  }
}
nav.menu-wrap ul a:hover, nav.menu-wrap li a:hover {
  border-bottom: 5px solid #deb355;
}
nav.menu-wrap ul.current-menu-item a, nav.menu-wrap li.current-menu-item a {
  border-bottom: 5px solid #deb355;
}

.menu-cont.mean-container a.meanmenu-reveal {
  display: none !important;
}
.menu-cont.mean-container .mean-bar {
  background: #0c1923;
  padding: 0;
  min-height: 0;
  height: 0;
  margin: -16px 0 0;
}
.menu-cont.mean-container .mean-nav {
  background: #deb355;
  margin-top: 39px;
}
.menu-cont.mean-container .mean-nav ul li a {
  font-family: "garamond-premier-pro", serif;
  border-top: 0;
  border-bottom: 1px solid #efd9aa;
  text-align: center;
  line-height: 20px;
}
.menu-cont.mean-container .mean-nav ul li a:hover {
  color: #000000;
}
.menu-cont.mean-container .mean-nav ul li#menu-item-119 a:before, .menu-cont.mean-container .mean-nav ul li#menu-item-117 a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/sprite.png) no-repeat -20px -140px;
  margin: -6px 5px -6px 0;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .menu-cont.mean-container .mean-nav ul li#menu-item-119 a:before, .menu-cont.mean-container .mean-nav ul li#menu-item-117 a:before {
    background: url(img/sprite@2x.png) no-repeat -20px -140px;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .menu-cont.mean-container .mean-nav ul li#menu-item-119 a:before, .ie .menu-cont.mean-container .mean-nav ul li#menu-item-117 a:before {
    background: url(img/sprite.png) no-repeat -20px -140px;
  }
}
.menu-cont.mean-container .mean-nav ul li#menu-item-119 a:hover:before, .menu-cont.mean-container .mean-nav ul li#menu-item-117 a:hover:before {
  background: url(img/sprite.png) no-repeat -20px -120px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .menu-cont.mean-container .mean-nav ul li#menu-item-119 a:hover:before, .menu-cont.mean-container .mean-nav ul li#menu-item-117 a:hover:before {
    background: url(img/sprite@2x.png) no-repeat -20px -120px;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .menu-cont.mean-container .mean-nav ul li#menu-item-119 a:hover:before, .ie .menu-cont.mean-container .mean-nav ul li#menu-item-117 a:hover:before {
    background: url(img/sprite.png) no-repeat -20px -120px;
  }
}

.footer-wrap {
  width: 100%;
  float: left;
  margin: 50px 0 20px;
}
.footer-wrap:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1010px;
  height: 10px;
  margin: 0 auto 30px;
  background: url(img/line.png) no-repeat 0 0;
  background-size: 100% !important;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .footer-wrap:before {
    background: url(img/line@2x.png) no-repeat 0 0;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .footer-wrap:before {
    background: url(img/line.png) no-repeat 0 0;
  }
}

footer.footer {
  width: auto;
  max-width: 1010px;
  margin: 0 20px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
@media only screen and (min-width: 660px) {
  footer.footer {
    width: 100%;
    margin: 0 auto;
    line-height: initial;
  }
}
footer.footer span {
  color: #deb355;
  font-weight: 600;
}
footer.footer div {
  margin: 0 0 14px;
}
footer.footer a {
  text-decoration: underline;
  color: #000000;
}
footer.footer a:hover {
  text-decoration: none;
}
footer.footer .footer-links {
  padding: 0;
  font-family: "garamond-premier-pro", serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  footer.footer .footer-links {
    padding: 10px 0 0;
    line-height: 12px;
  }
}
footer.footer .footer-links div {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  footer.footer .footer-links div {
    border-right: 1px solid #000000;
  }
}
footer.footer .footer-links div:last-child {
  border-right: 0;
}
footer.footer .footer-links a {
  text-decoration: none;
}
footer.footer .footer-links a:hover {
  text-decoration: underline;
}
footer.footer div.menu-footer-menu-container {
  display: inline-block;
  padding: 0;
}
footer.footer div.menu-footer-menu-container ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer.footer div.menu-footer-menu-container li {
  display: inline-block;
  padding: 0 20px;
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  footer.footer div.menu-footer-menu-container li {
    border-right: 1px solid #000000;
  }
}
footer.footer div.menu-footer-menu-container li:last-child {
  border-right: 0;
}

.homepage-slideshow-cont {
  width: 100%;
  float: left;
}

.homepage-slideshow {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
.homepage-slideshow .bx-wrapper {
  margin: 0 auto;
}
.homepage-slideshow .bx-wrapper img {
  width: 100%;
}
.homepage-slideshow .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
}
.homepage-slideshow .bx-wrapper .bx-pager {
  bottom: -5px;
}
@media only screen and (min-width: 481px) {
  .homepage-slideshow .bx-wrapper .bx-pager {
    bottom: 5px;
  }
}
.homepage-slideshow .bx-wrapper .bx-pager.bx-default-pager a {
  background: #acacac;
  opacity: 0.5;
  width: 30px;
  height: 6px;
  margin: 0 2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage-slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover, .homepage-slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #acacac;
  opacity: 1;
}
.homepage-slideshow .bxslider {
  margin: 0;
}

.homepage section.main {
  text-align: center;
  margin: 20px 0;
}
.homepage section.main p {
  width: auto;
  max-width: 840px;
  text-align: center;
  margin: 30px 20px;
  font-size: 16px;
  color: #000000;
}
@media only screen and (min-width: 481px) {
  .homepage section.main p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 840px) {
  .homepage section.main p {
    width: 100%;
    margin: 30px auto;
  }
}
.homepage section.main p a {
  color: #000000;
}
.homepage section.main .countdown {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.homepage section.main .countdown .element_conteiner {
  margin: 0 8px 0 0;
}
.homepage section.main .countdown .time_left {
  margin: 0 4px 0 0;
}
.homepage section.main .countdown:after {
  content: "Until show day!";
}

.homepage-content {
  width: 100%;
  float: left;
  background: #e5e5e5;
}

.main .wpcf7 p {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 0;
  margin: 0;
}
@media only screen and (min-width: 660px) {
  .main .wpcf7 p {
    font-size: 14px;
  }
}
.main .wpcf7 p img {
  display: none;
}

label {
  cursor: pointer;
}

.label {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  padding: 4px 0;
}

img.ajax-loader {
  display: inline-block;
  border: none;
}

.wpcf7-list-item-label {
  font-size: 13px;
}

.wpcf7 span.submit-label {
  display: none;
}

.required-label {
  color: #000000;
}

input {
  font-size: 14px;
  line-height: 24px;
  color: black;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

input[type="text"], input[type="number"], input[type="email"], textarea, input[type="number"], select {
  display: block;
  max-width: 100%;
  width: 98%;
  border: 0;
  padding: 3px 0;
  background: #e5e5e5;
  font-size: 15px;
  line-height: 22px;
  border: 0;
  padding-left: 2%;
  font-family: "proxima-nova", sans-serif;
  color: black;
  font-weight: normal;
  margin: 0 0 5px;
  border-radius: 0;
}

select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
}

.wpcf7-recaptcha div {
  margin: 6px auto 0;
}

.wpcf7-form-control-wrap.title, .wpcf7-form-control-wrap.country {
  position: relative;
}
.wpcf7-form-control-wrap.title:after, .wpcf7-form-control-wrap.country:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  top: 10px;
  right: 8px;
}

textarea {
  height: 70px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #777;
}

input[type="number"]::-webkit-input-placeholder {
  color: #777;
}

input[type="email"]::-webkit-input-placeholder {
  color: #777;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="submit"] {
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 6px 40px 4px;
  border: none;
  font-size: 14px;
  background: white;
  color: #000000;
  border: 1px solid #000000;
  font-family: "garamond-premier-pro", serif;
  text-transform: uppercase;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="submit"]:hover {
  background: #EEE;
}

.content div.wpcf7 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.content div.wpcf7:before, .content div.wpcf7:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 18px;
  right: 5px;
  left: 0;
  height: 10px;
}
.content div.wpcf7 .first {
  margin-top: 0;
}
.content div.wpcf7 .note {
  float: left;
  margin-left: 0;
  font-size: 1em !important;
  color: #000000;
}
@media only screen and (min-width: 660px) {
  .content div.wpcf7 .note {
    margin-left: 13.8em;
  }
}
.content div.wpcf7 input[type="checkbox"], .content div.wpcf7 input[type="radio"] {
  margin: 0 0.5ex 0.4em 0;
}
.content div.wpcf7 span.wpcf7-list-item {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.content div.wpcf7 .wpcf7-form {
  margin-top: 2.562em;
}
.content div.wpcf7 .submit {
  float: left;
  font-size: 1.3em;
  margin-left: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 660px) {
  .content div.wpcf7 .submit {
    margin-left: 10.7em;
  }
}

span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}

.main .team-cont {
  width: 100%;
  float: left;
  margin: 0 0 40px;
}
.main .team {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 40px;
  text-align: center;
}
.main .team a {
  color: #000000;
  text-decoration: none;
}
.main .team a:hover {
  text-decoration: underline;
}
.main .team-member {
  width: 190px;
  margin: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .main .team-member {
    display: block;
    float: left;
  }
  .main .team-member:nth-child(3n +1) {
    clear: both;
  }
}
.main .team-name h3 {
  margin: 0;
}
.main .team-position {
  font-weight: 600;
}
.main .team-email {
  margin: 10px 0 0;
}

.main .brands {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (min-width: 660px) {
  .main .brands {
    padding: 0;
  }
}
.main .brands .brand {
  width: 100%;
  float: left;
  margin: 10px 0;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background: white;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 660px) {
  .main .brands .brand {
    width: 32%;
    margin: 0.6666666666%;
  }
}
.main .brands .brand:hover {
  border: 1px solid #888;
}
.main .brands .brand img {
  width: 100%;
  padding: 27% 0;
}

.brands-cont {
  width: 100%;
  float: left;
  background: white;
}
.brands-cont h3 {
  width: 100%;
  max-width: 1010px;
  height: 20px;
  line-height: 24px;
  color: #999;
  text-align: center;
  background: white;
  position: relative;
  z-index: 2;
  background: url(img/line.png) no-repeat 0 0;
  background-size: 100% !important;
  background-position: center center !important;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .brands-cont h3 {
    background: url(img/line@2x.png) no-repeat 0 0;
    -webkit-background-size: 400px 400px;
    -moz-background-size: 400px 400px;
    -ms-background-size: 400px 400px;
    -o-background-size: 400px 400px;
    background-size: 400px 400px;
  }
  .ie .brands-cont h3 {
    background: url(img/line.png) no-repeat 0 0;
  }
}
.brands-cont h3 span {
  background: white;
  padding: 0 12px;
}

.brands-slideshow-cont {
  max-width: 1010px;
  margin: 40px 20px 0;
}
@media only screen and (min-width: 1010px) {
  .brands-slideshow-cont {
    margin: 40px auto 0;
  }
}
.brands-slideshow-cont .bx-wrapper {
  margin: 0 auto;
}
.brands-slideshow-cont .bx-wrapper img {
  width: 100%;
  height: auto;
}
.brands-slideshow-cont .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: white;
}
.brands-slideshow-cont .bx-wrapper .bx-pager {
  bottom: 4px;
}
@media only screen and (min-width: 481px) {
  .brands-slideshow-cont .bx-wrapper .bx-pager {
    bottom: 30px;
  }
}
.brands-slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a {
  background: white;
  opacity: 0.6;
  width: 30px;
  margin: 0 2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.brands-slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a:hover, .brands-slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
  opacity: 1;
}
.brands-slideshow-cont .bx-wrapper .bx-prev {
  left: -23px;
}
@media only screen and (min-width: 1010px) {
  .brands-slideshow-cont .bx-wrapper .bx-prev {
    left: -40px;
  }
}
.brands-slideshow-cont .bx-wrapper .bx-next {
  right: -23px;
}
@media only screen and (min-width: 1010px) {
  .brands-slideshow-cont .bx-wrapper .bx-next {
    right: -40px;
  }
}
.brands-slideshow-cont .bxslider {
  margin: 0;
}

.main .trade-list-cont {
  width: 100%;
  float: left;
}
.main .trade-list {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
}
.main .trade-list-state {
  padding: 4px 10px;
  border-bottom: 1px solid #efefef;
  position: relative;
  cursor: pointer;
  clear: both;
}
.main .trade-list-state:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  border-color: transparent #2b5293 transparent transparent;
  position: absolute;
  top: 17px;
  right: 13px;
}
.main .trade-list-state.selected:after {
  border-width: 7px 6px 0 6px;
  border-color: #2b5293 transparent transparent transparent;
  top: 19px;
  right: 10px;
}
.main .trade-list-state h2 {
  margin: 0;
  padding: 0;
}
.main .trade-list-intro {
  background: #e5e5e5;
  text-align: center;
  padding: 20px;
  margin: 0 0 8px;
}
.main .trade-list-intro input[type='number'] {
  width: 250px;
  background: white;
  display: inline-block;
  margin: 10px 10px 0 0;
}
.main .trade-list-intro input[type='submit'] {
  display: inline-block;
  padding: 4px 40px 0px;
  background: #e5e5e5;
  margin: 10px 0 0;
}
.main .trade-list-intro input[type='submit']:hover {
  background: white;
}
.main .trade-list-intro .trade-list-clear {
  margin: 10px 0 0;
  cursor: pointer;
}
.main .trade-list-trader {
  width: 100%;
  float: left;
  background: #e5e5e5;
  border-bottom: 5px solid white;
}
.main .trade-list-trader-name {
  font-weight: bold;
  margin: 0 0 10px;
  padding: 14px 20px 0;
}
.main .trade-list-trader-details {
  width: auto;
  float: left;
  padding: 0 20px 14px;
}
@media only screen and (min-width: 481px) {
  .main .trade-list-trader-details {
    width: 40%;
  }
}
.main .trade-list-trader-details a {
  color: #000000;
}
.main .trade-list-loadmore {
  width: 100%;
  float: left;
  margin: 20px 0 40px;
  text-decoration: none;
}
.main .trade-list-loadmore div {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 6px 0 4px;
  border: none;
  font-size: 14px;
  background: white;
  color: #000000;
  border: 1px solid #000000;
  font-family: "garamond-premier-pro", serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main .trade-list-loadmore div:hover {
  background: #EEE;
}

.trade-list-postcode-error {
  color: #cc0000;
  margin: 10px 0 0;
}

.trade-content .loading {
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
}

.content-product {
  text-align: center;
}

.products {
  width: 100%;
  background-color: #e5e5e5;
  padding: 50px 0 20px;
  margin: 20px 0;
}
.products-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1010px;
  margin: 0 20px;
}
@media only screen and (min-width: 1010px) {
  .products-cont {
    margin: 0 auto;
  }
}
.products .product {
  width: 100%;
  max-width: 210px;
  display: block;
  text-align: left;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 0 5px;
}
@media only screen and (min-width: 481px) {
  .products .product {
    width: 50%;
  }
}
@media only screen and (min-width: 660px) {
  .products .product {
    width: 25%;
  }
}
.products .product img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000000;
}
.products .product h4 {
  margin: 0;
  padding: 2px 0;
}
.products .product h5 {
  margin: 0;
  padding: 2px 0;
  color: #000000;
}

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