@charset "UTF-8";
/* Compass Imports */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* Base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'SourceSansPro-Black';
  src: url("../fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Black.otf") format("opentype"), url("../fonts/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro-Black.ttf") format("truetype"), url("../fonts/SourceSansPro-Black.svg#SourceSansPro-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold.otf") format("opentype"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url("../fonts/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Semibold.otf") format("opentype"), url("../fonts/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/SourceSansPro-Semibold.ttf") format("truetype"), url("../fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular.otf") format("opentype"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GentiumBasic';
  src: url("../fonts/GentiumBasic.eot?#iefix") format("embedded-opentype"), url("../fonts/GentiumBasic.woff") format("woff"), url("../fonts/GentiumBasic.ttf") format("truetype"), url("../fonts/GentiumBasic.svg#GentiumBasic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GentiumBookBasic-Italic';
  src: url("../fonts/GentiumBookBasic-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GentiumBookBasic-Italic.woff") format("woff"), url("../fonts/GentiumBookBasic-Italic.ttf") format("truetype"), url("../fonts/GentiumBookBasic-Italic.svg#GentiumBookBasic-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Modules */
/*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

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

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

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Layout */
header {
  position: relative;
  min-height: 200px;
}
body.searchFormOpen header {
  z-index: 999999;
}
@media screen and (max-width: 991px) {
  header {
    min-height: 100px;
  }
}
header hr {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #eae8e2;
  margin: 10px -45px 20px;
  background: transparent;
}
@media screen and (max-width: 991px) {
  header {
    padding: 15px 30px 0;
    margin-bottom: 77px;
  }
  header hr {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  header {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 15px 0 0;
  }
  header hr {
    margin: 10px -15px 10px;
  }
}

.top-nav {
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-nav {
    float: right;
    padding-top: 10px;
    margin-bottom: 4px;
  }
}
.top-nav:after, .top-nav:before {
  content: " ";
  display: table;
  clear: both;
}
.top-nav > ul > li > a {
  display: block;
}
.top-nav ul {
  float: right;
}
.top-nav ul li {
  float: left;
  margin-right: 38px;
}
@media screen and (max-width: 480px) {
  .top-nav ul li {
    margin-right: 15px;
  }
}
.top-nav ul li a {
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .top-nav ul li a {
    font-size: 12px;
    line-height: 24px;
  }
}
.top-nav ul li.search-btn > a:after {
  content: '';
  width: 12px;
  height: 15px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -886px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin: 2px 0 0 8px;
  float: right;
}
.top-nav ul li.user-btn > a:after {
  content: '';
  width: 12px;
  height: 16px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -923px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin: 2px 0 0 8px;
  float: right;
}
body.woocommerce-page .top-nav ul li .cartTotalHeader:hover {
  cursor: default;
}
body.single-product .top-nav ul li .cartTotalHeader:hover {
  cursor: pointer;
}
body.woocommerce-page .top-nav ul li .cartTotalHeader {
  opacity: 0.3;
}
body.single-product .top-nav ul li .cartTotalHeader {
  opacity: 1;
}
body.woocommerce-account .top-nav ul li .cartTotalHeader {
  opacity: 1;
}
.top-nav ul li .cartTotalHeader .cart-total {
  display: inline-block;
  background-color: #74c26a;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  min-width: 20px;
  font-family: 'SourceSansPro-Bold';
  font-size: 12px;
  color: #000000;
}
.top-nav ul li .cartTotalHeader .cart-label {
  width: 12px;
  height: 10px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -49px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
}
.top-nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top-nav ul .contact-link, .top-nav ul .search-btn {
    display: none;
  }
}

#header-search-form {
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 211px;
}
.modal .close {
  display: inline-block;
  width: 61px;
  height: 61px;
  background-color: #ffffff;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  position: absolute;
  top: 90px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal .close:after, .modal .close:before {
  content: '';
  display: inline-block;
  width: 1px;
  background: #535353;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .close:before {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .header-search-form-content {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}
.modal .header-search-form-content .title {
  text-align: center;
  font-family: 'GentiumBasic';
  font-size: 24px;
  color: #f4f2ed;
  margin-bottom: 78px;
}
.modal .header-search-form-content form {
  border-top: 1px dashed #4d4a46;
  border-bottom: 1px dashed #4d4a46;
  padding: 0 277px;
}
@media screen and (max-width: 767px) {
  .modal .header-search-form-content form {
    padding: 0 25px;
  }
}
.modal .header-search-form-content form input {
  display: block;
  border-bottom: 8px solid #ea423d;
  width: 100%;
  height: 85px;
  line-height: 85px;
  background: transparent;
  padding: 0;
  font-family: 'SourceSansPro-Bold';
  font-size: 61px;
  color: #f4f2ed;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal .header-search-form-content form input {
    font-size: 45px;
  }
}
@media screen and (max-width: 500px) {
  .modal .header-search-form-content form input {
    font-size: 24px;
  }
}
.modal .header-search-form-content .result-search {
  padding: 90px 60px;
}
@media screen and (max-width: 767px) {
  .modal .header-search-form-content .result-search {
    padding: 90px 40px;
  }
}
.modal .header-search-form-content .result-search .row {
  margin-left: -43px;
  margin-right: -43px;
}
@media screen and (max-width: 767px) {
  .modal .header-search-form-content .result-search .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.modal .header-search-form-content .result-search .row .col-xs-3 {
  padding-left: 43px;
  padding-right: 43px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modal .header-search-form-content .result-search .row .col-xs-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .modal .header-search-form-content .result-search .row .col-xs-3 {
    width: 100%;
  }
}
.modal .header-search-form-content .result-search .row .col-xs-3 .item {
  text-align: center;
}
.modal .header-search-form-content .result-search .row .col-xs-3 .item .img-wrap {
  text-align: center;
}
.modal .header-search-form-content .result-search .row .col-xs-3 .item .img-wrap img {
  max-width: 100%;
  display: inline-block;
}
.modal .header-search-form-content .result-search .row .col-xs-3 .item a {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 30px 0 6px;
}
.modal .header-search-form-content .result-search .row .col-xs-3 .item .cat {
  font-family: 'SourceSansPro-Regular';
  font-style: italic;
  font-size: 12px;
  color: #ffffff;
  display: block;
  line-height: 12px;
}
.modal.open {
  display: block;
}

#logo {
  width: 475px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1290px) {
  #logo {
    padding-top: 18px;
    max-width: 385px;
  }
}
@media screen and (max-width: 991px) {
  #logo {
    max-width: 100%;
    position: static;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .home header #logo {
    display: block;
    max-width: 78%;
    padding-top: 0;
  }
}

.main-nav {
  width: 100%;
}
.main-nav .btn-nav {
  display: none;
  font-family: 'SourceSansPro-Bold';
  font-size: 21px;
  color: #000000;
  text-transform: uppercase;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  float: left;
  margin-top: -54px;
}
@media screen and (max-width: 767px) {
  .main-nav .btn-nav {
    margin-top: -36px;
  }
}
@media screen and (max-width: 480px) {
  .main-nav .btn-nav {
    font-size: 15px;
  }
}
.main-nav .btn-nav span {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .main-nav .btn-nav span {
    width: 14px;
    margin-right: 8px;
  }
}
.main-nav .btn-nav span i {
  display: block;
  width: 100%;
  height: 3px;
  background: #000000;
  margin-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .main-nav .btn-nav {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .main-nav .btn-nav {
    float: none;
    margin-bottom: 20px;
  }
}
.main-nav:after, .main-nav:before {
  content: " ";
  display: table;
  clear: both;
}
.main-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .main-nav > ul {
    display: none;
    border: 1px solid #e8e6e0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
}
.main-nav > ul > li {
  float: left;
  margin-right: 52px;
  position: relative;
  /*
        @media screen and (max-width: 1071px){
          margin-right: 48px;
        }
  
        @media screen and (max-width: 1060px){
          margin-right: 40px;
        }
  */
}
@media screen and (max-width: 1024px) {
  .main-nav > ul > li {
    margin-right: 40px;
  }
}
.main-nav > ul > li > a {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
}
.main-nav > ul > li:last-child {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .main-nav > ul > li:last-child {
    margin: 0;
    float: none;
  }
}
.main-nav > ul > li:nth-child(3) {
  margin-right: 684px;
        /*
        @media screen and (max-width: 1266px){
          margin-right: 600px;
        }

        @media screen and (max-width: 1256px){
          margin-right: 580px;
        }

        @media screen and (max-width: 1231px){
          margin-right: 560px;
        }

        @media screen and (max-width: 1211px){
          margin-right: 520px;
        }

        @media screen and (max-width: 1191px){
          margin-right: 490px;
        }

        @media screen and (max-width: 1171px){
          margin-right: 470px;
        }

        @media screen and (max-width: 1151px){
          margin-right: 450px;
        }

        @media screen and (max-width: 1101px){
          margin-right: 420px;
        }

        @media screen and (max-width: 1035px){
          margin-right: 408px;
        }
*/
      /*  @media screen and (max-width: 1071px){
          margin-right: 424px;
        }

        @media screen and (max-width: 1060px){
          margin-right: 424px;
        }*/
}
@media screen and (max-width: 1316px) {
  .main-nav > ul > li:nth-child(3) {
    margin-right: 420px;
  }
}
@media screen and (max-width: 1290px) {
  .main-nav > ul > li:nth-child(3) {
    margin-right: 386px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav > ul > li:nth-child(3) {
    margin-right: 337px;
  }
}
@media screen and (max-width: 991px) {
  .main-nav > ul > li:nth-child(3) {
    margin: 0;
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .main-nav > ul > li {
    margin: 0;
    float: none;
    border-bottom: 1px solid #e8e6e0;
    position: relative;
    cursor: pointer;
  }
  .main-nav > ul > li > a {
    font-family: 'SourceSansPro-Bold';
    font-size: 14px;
    color: #000000;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #e8e6e0;
  }
  .main-nav > ul > li:hover > a {
    color: #040707;
  }
  .main-nav > ul > li:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 3px;
    background: #040707;
  }
}
.main-nav > ul > li .sub-menu {
  float: left;
  position: absolute;
  top: 100%;
  z-index: 99999;
  left: -9999px;
  width: 242px;
  display: block;
  border: 1px solid #e8e6e0;
  border-bottom: 0;
  background-color: #f4f2ed;
  margin: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .main-nav > ul > li .sub-menu {
    float: none;
    position: static;
    width: 100%;
    border: 0;
    height: 0;
    overflow: hidden;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.main-nav > ul > li .sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #040707 transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .main-nav > ul > li .sub-menu:after {
    display: none;
  }
}
.main-nav > ul > li .sub-menu li {
  border-bottom: 1px solid #e8e6e0;
  position: relative;
  cursor: pointer;
}
.main-nav > ul > li .sub-menu li a {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #7f7e7c;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.main-nav > ul > li .sub-menu li:hover a {
  color: #040707;
}
.main-nav > ul > li .sub-menu li:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 3px;
  background: #040707;
}
.main-nav > ul > li:hover .sub-menu {
  left: 50%;
}
@media screen and (max-width: 1434px) {
  .main-nav > ul > li:hover:first-child .sub-menu {
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main-nav > ul > li:hover:first-child .sub-menu:after {
    left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .main-nav > ul > li.dropdown:before, .main-nav > ul > li.menu-item-has-children:before {
    content: '';
    display: block;
    border: 2px solid #b4b4b4;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 18px;
    right: 18px;
    border-top: 0;
    border-right: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-nav > ul > li.dropdown > a, .main-nav > ul > li.menu-item-has-children > a {
    max-width: calc(100% - 38px);
  }
  .main-nav > ul > li.dropdown.open:before, .main-nav > ul > li.menu-item-has-children.open:before {
    border: 2px solid #b4b4b4;
    border-left: 0;
    border-bottom: 0;
    top: 22px;
  }
  .main-nav > ul > li.dropdown.open .sub-menu, .main-nav > ul > li.menu-item-has-children.open .sub-menu {
    height: auto;
  }
}

/*
body {
  background-image: url(../img/bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  //background-size: auto 100%;
}

.container {
  width: 1260px;
}

#page {
  background-color: #f4f2ed;
  margin: 24px 24px 0;
}
*/
/*
.site-footer , .site-header {
  background-color: transparent;
  color: #000000;
}
*/
/**************************************************/
.container {
  width: 100%;
  max-width: 1290px;
}
@media screen and (max-width: 1316px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1290px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 910px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}

a {
  outline: none !important;
}

img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#wrap {
  background-image: url(../img/bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  overflow: hidden;
}
#wrap #wrap-page {
  background-color: #f4f2ed;
  margin: 14px 14px 0;
}
@media screen and (max-width: 767px) {
  #wrap #wrap-page {
    margin: 14px 14px 35px;
  }
}

@media screen and (max-width: 767px) {
  .main-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 580px) {
  .main-content {
    padding: 0 10px;
  }
}

.head-intro {
  margin-bottom: 14px;
}
.head-intro .head-intro-content {
  background: url(../img/bg-intro.png) no-repeat 0 0;
  background-size: cover;
  padding: 50px 27px;
  text-align: center;
  position: relative;
}
.head-intro .head-intro-content strong {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .head-intro .head-intro-content strong {
    font-size: 20px;
  }
}
.head-intro .head-intro-content p {
  font-family: 'SourceSansPro-Regular';
  font-size: 27px;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 1290px) {
  .head-intro .head-intro-content p {
    font-size: 20px;
    line-height: 20px;
  }
}

.red-logo-wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .red-logo-wrap {
    display: none;
  }
}
.red-logo-wrap .red-logo {
  width: 118px;
  height: 113px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -319px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  right: 20px;
  left: auto;
  transform: translateY(-50%);
  z-index: 99;
}

.main-slider {
  position: relative;
  margin-bottom: 96px;
}
@media screen and (max-width: 480px) {
  .main-slider {
    margin-bottom: 40px;
  }
}
.main-slider ul li .row {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 720px) {
  .main-slider ul li .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-slider ul li .row .col-xs-6 {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 720px) {
  .main-slider ul li .row .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li .row > div {
    position: relative;
    width: 100%;
  }
  .main-slider ul li .row > div:last-of-type {
    position: absolute;
    padding: 10px;
  }
}
.main-slider ul li .sld-img-wrap {
  background: url(../img/main-sld-bg.png) no-repeat center center;
  min-height: 815px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .main-slider ul li .sld-img-wrap {
    min-height: 518px;
  }
}
.main-slider ul li .sld-img-wrap .status {
  display: block;
  position: absolute;
  top: 128px;
  right: 144px;
  width: 82px;
  height: 82px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .main-slider ul li .sld-img-wrap .status {
    top: 80px;
    right: 80px;
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li .sld-img-wrap .status {
    top: 40px;
    right: 15px;
    width: 62px;
    height: 62px;
  }
}
.main-slider ul li .sld-img-wrap .status:after {
  content: '';
  display: inline-block;
  background-color: #000000;
  width: 4px;
  height: 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -2px;
}
.main-slider ul li .sld-img-wrap .status small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 82px;
  font-family: 'SourceSansPro-Bold';
  font-size: 12px;
  color: #fff;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-slider ul li .sld-img-wrap .status small {
    line-height: 62px;
  }
}
.main-slider ul li .sld-img-wrap .status:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e04c4c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-slider ul li .sld-img-wrap img {
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .main-slider ul li .sld-img-wrap a {
    display: block;
    padding: 0 20px;
  }
}
.main-slider ul li .sld-txt-wrap {
  background: url(../img/sld-txt-bg.jpg) no-repeat center top;
  min-height: 815px;
  padding: 260px 132px 0 62px;
}
@media screen and (max-width: 1316px) {
  .main-slider ul li .sld-txt-wrap {
    padding: 180px 132px 0 62px;
  }
}
@media screen and (max-width: 1290px) {
  .main-slider ul li .sld-txt-wrap {
    padding: 150px 132px 0 62px;
  }
}
@media screen and (max-width: 1160px) {
  .main-slider ul li .sld-txt-wrap {
    padding: 130px 132px 0 62px;
  }
}
@media screen and (max-width: 1100px) {
  .main-slider ul li .sld-txt-wrap {
    padding: 90px 132px 0 62px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider ul li .sld-txt-wrap {
    padding: 68px 110px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li .sld-txt-wrap {
    padding: 68px 110px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li .sld-txt-wrap {
    min-height: 518px;
    padding: 30px 20px 0 20px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li .sld-txt-wrap {
    background: rgba(244, 242, 237, 0.5);
  }
}
.main-slider ul li .sld-txt-wrap .sld-txt-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 1316px) {
  .main-slider ul li .sld-txt-wrap .sld-txt-content {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li .sld-txt-wrap .sld-txt-content {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li .sld-txt-wrap .sld-txt-content .center {
    display: none;
  }
}
.main-slider ul li .sld-txt-wrap .center {
  padding: 10px 70px;
}
@media screen and (max-width: 1290px) {
  .main-slider ul li .sld-txt-wrap .center {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li .sld-txt-wrap .center {
    padding: 10px 30px;
  }
}
.main-slider ul li .sld-txt-wrap strong {
  font-family: 'SourceSansPro-Bold';
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.main-slider ul li .sld-txt-wrap h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1290px) {
  .main-slider ul li .sld-txt-wrap h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main-slider ul li .sld-txt-wrap h2 {
    line-height: 19px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li .sld-txt-wrap h2 {
    font-size: 15px;
    line-height: 17px;
  }
}
.main-slider ul li .sld-txt-wrap p, .main-slider ul li .sld-txt-wrap .excerpt {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .main-slider ul li .sld-txt-wrap p, .main-slider ul li .sld-txt-wrap .excerpt {
    font-size: 14px;
  }
}
.main-slider ul li .sld-txt-wrap a.discover-link {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 480px) {
  .main-slider ul li .sld-txt-wrap a.discover-link {
    line-height: 14px;
    display: block;
  }
}
.main-slider ul li .sld-txt-wrap a.btn {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  background: #000000;
  text-decoration: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 1316px) {
  .main-slider ul li.sld-t1 .sld-img-wrap {
    min-height: 641px;
  }
}
@media screen and (max-width: 1290px) {
  .main-slider ul li.sld-t1 .sld-img-wrap {
    min-height: 620px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider ul li.sld-t1 .sld-img-wrap {
    min-height: 566px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider ul li.sld-t1 .sld-img-wrap {
    min-height: 442px;
  }
}
@media screen and (max-width: 767px) {
  .main-slider ul li.sld-t1 .sld-img-wrap {
    height: 442px;
    min-height: 442px;
    overflow: hidden;
    position: relative;
  }
  .main-slider ul li.sld-t1 .sld-img-wrap a {
    display: block;
  }
  .main-slider ul li.sld-t1 .sld-img-wrap a img {
    min-height: 442px;
    max-width: initial;
    height: 442px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li.sld-t1 .sld-img-wrap {
    height: 300px;
    min-height: 300px;
  }
  .main-slider ul li.sld-t1 .sld-img-wrap a {
    display: block;
  }
  .main-slider ul li.sld-t1 .sld-img-wrap a img {
    min-height: 300px;
    max-width: initial;
    height: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li.sld-t1 .sld-img-wrap a {
    padding: 0;
  }
}
.main-slider ul li.sld-t1 .sld-txt-wrap {
  padding: 220px 132px 0 62px;
}
@media screen and (max-width: 1316px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    padding: 69px 114px 0 55px;
    min-height: 641px;
  }
}
@media screen and (max-width: 1290px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    padding: 150px 132px 0 62px;
    min-height: 620px;
  }
}
@media screen and (max-width: 1160px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    padding: 130px 132px 0 62px;
  }
}
@media screen and (max-width: 1100px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    padding: 90px 132px 0 62px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    padding: 68px 110px 0 20px;
    min-height: 566px;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    padding: 68px 110px 0 20px;
    min-height: 442px !important;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    min-height: 518px;
    padding: 30px 20px 0 20px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap {
    /*padding: 5px 5px 0;*/
    padding: 15px;
    min-height: initial !important;
    height: auto;
  }
}
@media screen and (max-width: 1316px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap .center {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 1316px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap .sld-txt-content {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li.sld-t1 .sld-txt-wrap .sld-txt-content {
    margin-bottom: 5px;
  }
}
.main-slider ul li.sld-t2 {
  /*
        .sld-img-wrap {
          background: url(../img/main-sld-bg.png) no-repeat center center;
          min-height: 815px;
          text-align: center;
          position: relative;


          @media screen and (max-width: 1316px){
            padding: 0 50px;
            min-height: 641px;
          }

          @media screen and (max-width: 1290px){
            padding: 0 40px;
            min-height: 620px;
          }

          @media screen and (max-width: 1024px){
            padding: 0 30px;
            min-height: 566px;
          }

          //@media screen and (max-width: 767px){


          //@media screen and (max-width: 991px){
            //min-height: 518px;
          //}

          @media screen and (max-width: 991px){
            padding: 0 6px;
            min-height: 442px;
          }

          .status {
            display: block;
            position: absolute;
            top: 128px;
            right: 144px;
            width: 82px;
            height: 82px;
            z-index: 9;

            @media screen and (max-width: 767px){
              top: 80px;
              right: 80px;
              width: 62px;
              height: 62px;
            }

            &:after {
              content: '';
              display: inline-block;
              background-color: #000000;
              width: 4px;
              height: 4px;
              @include border-radius(10px);
              position: absolute;
              top: 14px;
              left: 50%;
              margin-left: -2px;
            }

            small {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              line-height: 82px;
              font-family: 'SourceSansPro-Bold';
              font-size: 12px;
              color: #fff;
              font-style: italic;
              text-align: center;

              @media screen and (max-width: 767px){
                line-height: 62px;
              }
            }

            &:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: #e04c4c;
              @include border-radius(4px);
              @include transform(rotate(45deg));
            }
          }

          img {
            max-width: 100%;
            display: inline-block;
            @include transform(translateY(25%));

            @media screen and (max-width: 1316px){
              @include transform(translateY(15%));
            }
          }

          @media screen and (max-width: 991px){
            a {
              display: block;
              padding: 0 20px;
            }
          }
        }
*/
}
@media screen and (max-width: 1316px) {
  .main-slider ul li.sld-t2 .sld-img-wrap {
    min-height: 641px;
  }
}
@media screen and (max-width: 1290px) {
  .main-slider ul li.sld-t2 .sld-img-wrap {
    min-height: 620px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider ul li.sld-t2 .sld-img-wrap {
    min-height: 566px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider ul li.sld-t2 .sld-img-wrap {
    min-height: 442px;
  }
}
@media screen and (max-width: 767px) {
  .main-slider ul li.sld-t2 .sld-img-wrap {
    height: 442px;
    min-height: 442px;
    overflow: hidden;
    position: relative;
  }
  .main-slider ul li.sld-t2 .sld-img-wrap a {
    display: block;
  }
  .main-slider ul li.sld-t2 .sld-img-wrap a img {
    min-height: 442px;
    max-width: initial;
    height: 442px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li.sld-t2 .sld-img-wrap {
    height: 300px;
    min-height: 300px;
  }
  .main-slider ul li.sld-t2 .sld-img-wrap a {
    display: block;
  }
  .main-slider ul li.sld-t2 .sld-img-wrap a img {
    min-height: 300px;
    max-width: initial;
    height: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li.sld-t2 .sld-img-wrap a {
    padding: 0;
  }
}
.main-slider ul li.sld-t2 .sld-txt-wrap {
  text-align: center;
}
@media screen and (max-width: 1316px) {
  .main-slider ul li.sld-t2 .sld-txt-wrap {
    padding: 132px 100px 0 15px;
    min-height: 641px;
  }
}
@media screen and (max-width: 1290px) {
  .main-slider ul li.sld-t2 .sld-txt-wrap {
    min-height: 620px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider ul li.sld-t2 .sld-txt-wrap {
    min-height: 566px;
  }
}
@media screen and (max-width: 991px) {
  .main-slider ul li.sld-t2 .sld-txt-wrap {
    padding: 100px 30px 0 30px;
    min-height: 442px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li.sld-t2 .sld-txt-wrap {
    padding: 20px 15px 0;
    min-height: 390px !important;
  }
}
@media screen and (max-width: 480px) {
  .main-slider ul li.sld-t2 .sld-txt-wrap .btn {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.main-slider .bx-controls-direction {
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 89px;
  border-left: 1px solid #d6d3ce;
}
@media screen and (max-width: 767px) {
  .main-slider .bx-controls-direction {
    width: 60px;
  }
}
.main-slider .bx-controls-direction .bx-prev {
  border-bottom: 1px solid #d6d3ce;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 0;
  text-indent: -999em;
}
.main-slider .bx-controls-direction .bx-prev:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -91px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-slider .bx-controls-direction .bx-next {
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 0;
  text-indent: -999em;
}
.main-slider .bx-controls-direction .bx-next:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -80px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .main-slider .bx-controls-direction {
    z-index: 9;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    position: absolute;
    height: 89px;
    width: calc(50% - 8px);
    border-top: 1px solid #d6d3ce;
  }
  .main-slider .bx-controls-direction .bx-prev, .main-slider .bx-controls-direction .bx-next {
    width: 50%;
    height: 89px;
  }
  .main-slider .bx-controls-direction .bx-prev {
    bottom: 0;
    left: 0;
    top: 0;
    border: 0;
    border-right: 1px solid #d6d3ce;
  }
  .main-slider .bx-controls-direction .bx-next {
    bottom: 0;
    right: 0;
    left: auto;
    top: 0;
  }
}
@media screen and (max-width: 720px) {
  .main-slider .bx-controls-direction {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .main-slider .bx-controls-direction {
    height: 60px;
    width: 100%;
    background: rgba(244, 242, 237, 0.8);
  }
  .main-slider .bx-controls-direction .bx-prev, .main-slider .bx-controls-direction .bx-next {
    height: 60px;
  }
}
.main-slider #slide-counter, .main-slider #slide-counter2 {
  z-index: 9;
  top: 50%;
  right: 0;
  position: absolute;
  width: 89px;
  margin-top: -18px;
  text-align: center;
  font-family: 'GentiumBookBasic-Italic';
  font-size: 25px;
  color: #7f7e7c;
}
@media screen and (max-width: 991px) {
  .main-slider #slide-counter, .main-slider #slide-counter2 {
    top: auto;
    height: 62px;
    left: auto;
    bottom: 0;
    right: 25%;
    margin-right: -25px;
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider #slide-counter, .main-slider #slide-counter2 {
    height: 60px;
    line-height: 60px;
    width: 46px;
    margin-right: -24px;
    font-size: 18px;
    right: 50%;
  }
}
.main-slider .bx-pager.bx-default-pager {
  display: none;
}

.popular-products-wrap {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .popular-products-wrap {
    margin-bottom: 30px;
  }
}
.popular-products-wrap .row {
  margin-left: -8px;
  margin-right: -8px;
}
.popular-products-wrap .row .col-xs-6 {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 {
    width: 100%;
  }
  .popular-products-wrap .row .col-xs-6.pull-right {
    margin-bottom: 30px;
  }
}
.popular-products-wrap .row .col-xs-6 .products-block-top {
  padding: 90px 65px 33px;
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .products-block-top {
    padding: 78px 65px 33px;
  }
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .products-block-top {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .popular-products-wrap .row .col-xs-6 .products-block-top {
    padding: 90px 40px 33px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .popular-products-wrap .row .col-xs-6 .products-block-top {
    padding: 30px 40px 33px;
  }
}
.popular-products-wrap .row .col-xs-6 .products-block-top .b-title {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .products-block-top .b-title {
    font-size: 20px;
  }
}
.popular-products-wrap .row .col-xs-6 .products-block-top .all-products {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .products-block-top .all-products {
    font-size: 12px;
  }
}
.popular-products-wrap .row .col-xs-6 .products-block-top .all-products a {
  color: #000000;
}
.popular-products-wrap .row .col-xs-6 .img-pr {
  position: relative;
  padding-top: 37px;
}
@media screen and (max-width: 767px) {
  .popular-products-wrap .row .col-xs-6 .img-pr {
    max-width: 320px;
    margin: 0 auto;
  }
}
.popular-products-wrap .row .col-xs-6 .img-pr .status {
  display: block;
  position: absolute;
  top: 17px;
  right: 30px;
  width: 82px;
  height: 82px;
}
.popular-products-wrap .row .col-xs-6 .img-pr .status:after {
  content: '';
  display: inline-block;
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -2px;
}
.popular-products-wrap .row .col-xs-6 .img-pr .status small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 82px;
  font-family: 'SourceSansPro-Bold';
  font-size: 12px;
  color: #fff;
  font-style: italic;
  text-align: center;
}
.popular-products-wrap .row .col-xs-6 .img-pr .status:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .popular-products-wrap .row .col-xs-6 .img-pr .status {
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .popular-products-wrap .row .col-xs-6 .img-pr .status small {
    line-height: 60px;
  }
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .img-pr a {
    display: block;
    padding: 0 20px;
  }
}
.popular-products-wrap .row .col-xs-6 .img-pr img {
  margin: 0 auto;
}
.popular-products-wrap .row .col-xs-6 .p-info {
  text-align: center;
  padding-top: 40px;
}
.popular-products-wrap .row .col-xs-6 .p-info .p-name {
  display: block;
  margin: 0 auto;
  max-width: 166px;
}
.popular-products-wrap .row .col-xs-6 .p-info .p-name a {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  line-height: 14px;
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .p-info .p-name a {
    font-size: 12px;
  }
}
.popular-products-wrap .row .col-xs-6 .p-info .p-weight {
  display: block;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .p-info .p-weight {
    font-size: 12px;
  }
}
.popular-products-wrap .row .col-xs-6 .p-info .separator {
  display: block;
  position: relative;
  padding: 10px 0;
}
.popular-products-wrap .row .col-xs-6 .p-info .separator:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 3px solid #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popular-products-wrap .row .col-xs-6 .p-info .price {
  display: block;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .p-info .price {
    font-size: 12px;
  }
}
.popular-products-wrap .row .col-xs-6 .popular-products-content {
  border: 1px solid #e5e2dd;
  position: relative;
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content {
    border: 0;
  }
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-wrapper {
  margin: 0;
  padding-bottom: 121px;
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-pager.bx-default-pager {
  display: none;
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-controls-direction {
  border-top: 1px solid #e5e2dd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85px;
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-controls-direction a {
  height: 100%;
  margin: 0;
  top: 0;
  width: 50%;
  font-size: 0;
  text-indent: -999em;
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-controls-direction .bx-prev {
  left: 0;
  border-right: 1px solid #e5e2dd;
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-controls-direction .bx-prev:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -91px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-controls-direction .bx-next {
  right: 0;
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .bx-controls-direction .bx-next:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -80px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popular-products-wrap .row .col-xs-6 .popular-products-content #p-slide-counter {
  position: absolute;
  height: 85px;
  line-height: 85px;
  bottom: 0;
  left: 50%;
  text-align: center;
  font-size: 25px;
  color: #7f7e7c;
  font-family: 'GentiumBookBasic-Italic';
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
}
.popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider {
  margin: 0 -10px;
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div {
    width: 50% !important;
    display: inline-block;
    max-width: calc(50% - 2px);
    margin-bottom: 60px;
    position: relative;
    padding: 0 10px 40px;
  }
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div:nth-child(2n+1) {
    clear: left;
  }
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div .p-info {
    position: relative;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div .p-info {
    padding: 20px 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div:before {
    content: '';
    background-color: #eae8e2;
    position: absolute;
    top: 166px;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: 0;
    -webkit-transition: background-color 2ms linear;
    -moz-transition: background-color 2ms linear;
    -o-transition: background-color 2ms linear;
    -ms-transition: background-color 2ms linear;
    transition: background-color 2ms linear;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div:before {
    top: 130px;
    left: 6px;
    right: 6px;
  }
}
@media screen and (max-width: 991px) and (max-width: 420px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div:before {
    top: 100px;
  }
}

@media screen and (max-width: 350px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider > div {
    /*width: 100% !important;
    max-width: 100%;*/
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .popular-products-content .bx-controls-direction, .popular-products-wrap .row .col-xs-6 .popular-products-content #p-slide-counter {
    display: none;
  }
  .popular-products-wrap .row .col-xs-6 .popular-products-content .popular-products-slider {
    width: 100% !important;
    margin: 0;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .popular-products-wrap .row .col-xs-6 .popular-products-content .bx-wrapper {
    max-width: 100% !important;
    padding-bottom: 0;
  }
  .popular-products-wrap .row .col-xs-6 .popular-products-content .bx-wrapper .bx-viewport {
    height: auto !important;
  }
}
.popular-products-wrap .row .col-xs-6 .product-front-wrap {
  background: url(../img/p-front.png) no-repeat center center;
  min-height: 813px;
}
@media screen and (max-width: 1316px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap {
    min-height: 774px;
  }
}
@media screen and (max-width: 1290px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap {
    min-height: 695px;
  }
  .popular-products-wrap .row .col-xs-6 .product-front-wrap .img-pr {
    padding: 0px 95px 0;
  }
}
@media screen and (max-width: 1024px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap {
    min-height: 658px;
  }
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap {
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap {
    background: transparent;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap .img-pr {
    padding: 0px 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap .p-info-wrap {
    padding: 80px 0;
    background: url(../img/p-front.png) no-repeat center center;
  }
  .popular-products-wrap .row .col-xs-6 .product-front-wrap .p-info-wrap .p-info {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1316px) {
  .popular-products-wrap .row .col-xs-6 .product-front-wrap .p-info-wrap .p-info {
    padding-top: 15px;
  }
}

.cultivated-block-wrap {
  margin-bottom: 90px;
}
.cultivated-block-wrap .cultivated-block {
  position: relative;
  background: #eae8e2;
  padding: 0 90px;
  background: url(../img/cultivated-block-content-wrap.png) no-repeat center center;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-aside {
  background: #e4e1dc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-aside span {
  font-family: 'SourceSansPro-Black';
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-aside span {
    font-size: 14px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content {
  min-height: 898px;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content {
    min-height: 684px;
    background-size: 82%;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap {
  position: relative;
  min-height: 737px;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap {
    min-height: 600px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .main-circle {
  width: 623px;
  height: 623px;
  margin: 0 0 0 -311px;
  top: 0;
  left: 50%;
  background: #e4e1dc;
  position: absolute;
  -moz-border-radius: 400px;
  -webkit-border-radius: 400px;
  border-radius: 400px;
  animation: orbit 10s linear infinite;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .main-circle {
    width: 530px;
    height: 530px;
    margin: 0 0 0 -230px;
    position: absolute;
    top: 0px;
    left: 50%;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .main-circle .fl1 {
  background: url(../img/fl1.png) no-repeat center center;
  width: 143px;
  height: 76px;
  position: absolute;
  top: 7px;
  left: 380px;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .main-circle .fl1 {
    width: 120px;
    height: 76px;
    position: absolute;
    top: -2px;
    left: 323px;
    background-size: 100%;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .main-pr {
  width: 837px;
  height: 525px;
  margin: 0 0 0 -418px;
  position: absolute;
  top: 86px;
  left: 50%;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .main-pr {
    width: 680px;
    height: 376px;
    margin: 0px 0 0 -300px;
    position: absolute;
    top: 90px;
    left: 50%;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .main-pr img {
  max-width: 100%;
  height: auto;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .second-circle {
  background: url(../img/second-circle.png) no-repeat center center;
  width: 150px;
  height: 149px;
  animation: orbit2 10s linear infinite;
  position: absolute;
  top: 126px;
  left: 168px;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .second-circle {
    width: 110px;
    height: 110px;
    top: 144px;
    left: 119px;
    background-size: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .second-circle {
    top: 100px;
    left: 94px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b1 {
  background: url(../img/cultivated-b1.png) no-repeat top right;
  min-height: 235px;
  position: absolute;
  left: 165px;
  top: -25px;
  padding: 40px 120px 0 0;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b1 {
    background-size: 166px;
    left: 70px;
    top: 10px;
    padding: 33px 60px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b1 {
    top: -12px;
    min-height: 168px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b1 .txt-b-1 {
  padding: 0;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b2 {
  background: url(../img/cultivated-b2.png) no-repeat top right;
  min-height: 140px;
  position: absolute;
  left: 100px;
  top: 226px;
  padding: 0px 30px 0 0;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b2 {
    left: 17px;
    top: 226px;
    padding: 0px 16px 0 0;
    background-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b2 {
    left: 10px;
    top: 178px;
    background-position: 76px top;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b2 .txt-b-2 {
  padding: 0;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b3 {
  background: url(../img/cultivated-b3.png) no-repeat top right;
  min-height: 129px;
  position: absolute;
  left: 140px;
  top: 406px;
  padding: 0px 50px 0 0;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b3 {
    left: 67px;
    top: 368px;
    padding: 0px 36px 0 0;
    background-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b3 {
    left: 13px;
    top: 330px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b3 .txt-b-3 {
  padding: 0;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b4 {
  position: absolute;
  right: 30px;
  top: 162px;
  padding: 0;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b4 {
    right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b4 {
    right: -82px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .cultivated-el-wrap .cultivated-b4 .r-txt {
  padding: 0;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .b-title {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 48px 90px 26px;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .b-title {
    font-size: 20px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-1 {
  padding: 10px 0 85px 155px;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-1 {
    padding: 10px 0 85px 130px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-2 {
  padding: 50px 0 28px 100px;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-2 {
    padding: 21px 0 28px 54px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-3 {
  padding: 42px 0 100px 140px;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-3 {
    padding: 26px 0 100px 92px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .r-txt {
  padding: 188px 0 0 228px;
}
@media screen and (max-width: 1316px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .r-txt {
    padding: 164px 0 0 134px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-size-18 {
  font-family: 'SourceSansPro-Black';
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-size-18 {
    font-size: 14px;
    line-height: 14px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-size-66 {
  font-family: 'SourceSansPro-Black';
  font-size: 66px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 10px;
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-size-14 {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  line-height: 16px;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-b-size-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
.cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-r-size-14 {
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .cultivated-block-wrap .cultivated-block .cultivated-block-content .txt-r-size-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 991px) {
  .cultivated-block-wrap {
    display: inline-block;
    width: 100%;
  }
  .cultivated-block-wrap .cultivated-block {
    padding: 0;
    width: 100%;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-aside {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px;
    margin: 0 0 20px;
    display: inline-block;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-aside span {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    white-space: normal;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content {
    height: auto;
    position: relative;
    width: 100%;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content h2.b-title {
    font-size: 19px;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap {
    min-height: auto;
    height: auto;
    width: 100%;
    top: 29px;
    position: relative;
    display: inline-block;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .main-circle,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .second-circle,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .main-pr {
    display: none;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b1,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b2,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b3,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b4 {
    position: relative;
    top: 0;
  }
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b1,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b2,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b3,
  .cultivated-block-wrap .cultivated-block .cultivated-block-content-wrap .cultivated-block-content .cultivated-el-wrap .cultivated-b4 {
    width: 300px;
    margin: auto;
    left: 0;
  }
}

.related-products-wrap {
  margin-bottom: 105px;
}
.related-products-wrap .related-products-top {
  text-align: center;
  margin-bottom: 40px;
}
.related-products-wrap .related-products-top h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  color: #000000;
  margin-bottom: 23px;
}
.related-products-wrap .related-products-top span {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #000000;
}
.related-products-wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}
.related-products-wrap .row .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .related-products-wrap .row .col-xs-3 {
    width: 100%;
  }
}
.related-products-wrap .row .col-xs-3 .product-item {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 30px;
}
.related-products-wrap .row .col-xs-3 .product-item:before {
  content: '';
  background-color: #eae8e2;
  position: absolute;
  top: 166px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: background-color 2ms linear;
  -moz-transition: background-color 2ms linear;
  -o-transition: background-color 2ms linear;
  -ms-transition: background-color 2ms linear;
  transition: background-color 2ms linear;
}
.related-products-wrap .row .col-xs-3 .product-item .img-pr {
  position: relative;
  z-index: 1;
}
.related-products-wrap .row .col-xs-3 .product-item .img-pr img {
  margin: 0 auto;
}
.related-products-wrap .row .col-xs-3 .product-item strong {
  font-weight: normal !important;
}
.related-products-wrap .row .col-xs-3 .product-item .p-info {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 40px;
}
.related-products-wrap .row .col-xs-3 .product-item .p-info .p-name {
  display: block;
  margin: 0 auto;
  max-width: 166px;
}
.related-products-wrap .row .col-xs-3 .product-item .p-info .p-name a {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  line-height: 14px;
}
.related-products-wrap .row .col-xs-3 .product-item .p-info .p-weight {
  display: block;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  font-style: italic;
  font-weight: normal;
}
.related-products-wrap .row .col-xs-3 .product-item .p-info .separator {
  display: block;
  position: relative;
  padding: 10px 0;
  /*
    &:before {
      content: '';
      @include retina(arr-next);
      margin: 2px 0 2px 20px;
    }*/
}
.related-products-wrap .row .col-xs-3 .product-item .p-info .separator:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 3px solid #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.related-products-wrap .row .col-xs-3 .product-item .p-info .price {
  display: block;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  margin-bottom: 26px;
  font-weight: normal;
}
.related-products-wrap .row .col-xs-3 .product-item .p-info .add-to-basket {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  background: #000000;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.related-products-wrap .row .col-xs-3 .product-item:hover:before {
  background-color: #eebf82;
}
.related-products-wrap .row .col-xs-3 .product-item:hover .p-info .add-to-basket {
  opacity: 1;
}
.related-products-wrap .row .col-xs-3 .product-item:hover .separator:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -38px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin: -3px 0 2px 2px;
  position: absolute;
}

.last-articles-wrap {
  margin-bottom: 150px;
}
.last-articles-wrap .last-articles-intro {
  text-align: center;
  margin-bottom: 40px;
}
.last-articles-wrap .last-articles-intro h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  color: #000000;
  margin-bottom: 23px;
}
@media screen and (max-width: 1290px) {
  .last-articles-wrap .last-articles-intro h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .last-articles-intro h2 {
    margin: 8px 0;
  }
}
.last-articles-wrap .last-articles-intro a {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .last-articles-wrap .last-articles-intro a {
    font-size: 12px;
  }
}
.last-articles-wrap .row {
  margin-left: -8px;
  margin-right: -8px;
}
.last-articles-wrap .row .col-xs-6 {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .last-articles-wrap .row .col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .row .col-xs-6 {
    width: 100%;
  }
}
.last-articles-wrap .row .col-xs-6 .intro-paragraph {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  padding: 64px 20px 0 34px;
  margin-bottom: 75px;
}
@media screen and (max-width: 1316px) {
  .last-articles-wrap .row .col-xs-6 .intro-paragraph {
    padding: 4px 20px 0 34px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1290px) {
  .last-articles-wrap .row .col-xs-6 .intro-paragraph {
    font-size: 27px;
    line-height: 27px;
    padding: 66px 20px 0 34px;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .last-articles-wrap .row .col-xs-6 .intro-paragraph {
    padding: 4px 20px 0 34px;
    margin-bottom: 30px;
    font-size: 33px;
  }
}
@media screen and (max-width: 480px) {
  .last-articles-wrap .row .col-xs-6 .intro-paragraph {
    font-size: 20px;
  }
}
.last-articles-wrap .row .col-xs-6 .article {
  background: #eae8e2;
  /*
          &:hover {
            background: #1a1a1a;
  
            .post-content {
              border-left: 9px solid #282725;
  
              .post-top h3 {
                &:after {
                  content: '';
                  @include retina(arr-next-hover);
                  margin-top: 6px;
                  display: block;
  
                  @media screen and (max-width: 767px){
                    display: none;
                  }
                }
  
                a {
                  color: #ffffff;
                }
              }
  
              .info .post-date , .info .post-cat{
                color: #f3f2ed;
  
                a {
                  color: #f3f2ed;
                }
              }
  
              .img-wrap {
                position: relative;
                .img-link {
                  display: block;
                  @include opacity(0);
                }
                .art-desc {
                  display: block;
                  padding-right: 20px;
                  position: absolute;
                  top: 5px;
                  left: 0;
                  right: 0;
  
                  p {
                    font-family: 'SourceSansPro-Regular';
                    font-size: 14px;
                    color: #f3f2ed;
                  }
  
                  a {
                    font-family: 'SourceSansPro-Regular';
                    font-size: 14px;
                    color: #f3f2ed;
                    text-decoration: underline;
                  }
                }
  
              }
            }
          }
  
          */
}
.last-articles-wrap .row .col-xs-6 .article .post-content {
  position: relative;
  padding-top: 48px;
  padding-left: 57px;
  border-left: 9px solid #e5e2dd;
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content {
    padding-top: 38px;
    padding-left: 0;
    padding-right: 21px;
    border-left: 21px solid #e5e2dd;
  }
}
.last-articles-wrap .row .col-xs-6 .article .post-content .post-top {
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .post-top {
    padding-left: 22px;
    min-height: auto;
    margin-bottom: 30px;
  }
}
.last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 {
  margin: 0;
  line-height: 12px;
}
@media screen and (max-width: 1290px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 {
    line-height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 {
    line-height: 10px;
  }
}
.last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3:after {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -38px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin-top: 6px;
  display: block;
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3:after {
    display: none;
  }
}
.last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 a, .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 span.a {
  text-decoration: none;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 1290px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 a, .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 span.a {
    font-size: 11px;
    line-height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 a, .last-articles-wrap .row .col-xs-6 .article .post-content .post-top h3 span.a {
    line-height: 10px;
  }
}
.last-articles-wrap .row .col-xs-6 .article .post-content .info {
  position: absolute;
  width: 56px;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .info {
    font-size: 10px;
  }
}
.last-articles-wrap .row .col-xs-6 .article .post-content .info .post-cat {
  display: block;
  top: 252px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  position: relative;
  left: -7px;
}
.last-articles-wrap .row .col-xs-6 .article .post-content .info .post-cat a {
  color: #000000;
  text-decoration: none;
}
.last-articles-wrap .row .col-xs-6 .article .post-content .info .post-date {
  display: block;
  position: absolute;
  bottom: 50px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .last-articles-wrap .row .col-xs-6 .article .post-content .info {
    position: static;
    width: 100%;
    overflow: hidden;
    padding-left: 22px;
    margin-bottom: 35px;
  }
  .last-articles-wrap .row .col-xs-6 .article .post-content .info .post-cat {
    display: block;
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: nowrap;
    float: left;
  }
  .last-articles-wrap .row .col-xs-6 .article .post-content .info .post-date {
    display: block;
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: nowrap;
    float: right;
  }
}
.last-articles-wrap .row .col-xs-6 .article .post-content .img-wrap img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .last-articles-wrap .row .col-xs-6 .article {
    margin-bottom: 30px;
  }
  .last-articles-wrap .row .col-xs-6 .article.second-art {
    display: none;
  }
}
.last-articles-wrap .row .col-xs-6 .article .img-wrap .art-desc {
  display: none;
}
.last-articles-wrap .last-post-list {
  padding-top: 20px;
}
.last-articles-wrap .last-post-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.last-articles-wrap .last-post-list .row .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 {
    width: 100%;
  }
}
.last-articles-wrap .last-post-list .row .col-xs-6 .article {
  background: #eae8e2;
  min-height: 299px;
  padding: 0 23px;
}
@media screen and (max-width: 1316px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 .article {
    min-height: 265px;
  }
}
@media screen and (max-width: 991px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 .article {
    min-height: 299px;
  }
}
@media screen and (max-width: 480px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 .article {
    min-height: 218px;
  }
}
@media screen and (max-width: 440px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 .article {
    min-height: 196px;
  }
}
@media screen and (max-width: 390px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 .article {
    min-height: 166px;
  }
}
@media screen and (max-width: 350px) {
  .last-articles-wrap .last-post-list .row .col-xs-6 .article {
    width: 100%;
  }
}
.last-articles-wrap .last-post-list .row .col-xs-6:last-child .article {
  padding-top: 47px;
}

.blog-nav-wrap {
  border-top: 1px solid #e8e6e0;
  border-bottom: 1px solid #e8e6e0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .blog-nav-wrap {
    border: 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-nav-wrap {
    margin-bottom: 30px;
  }
}
.blog-nav-wrap .nav-label {
  font-family: 'SourceSansPro-Bold';
  font-size: 20px;
  color: #aeaca5;
  text-transform: uppercase;
  border: 1px solid #e8e6e0;
  padding: 25px 30px;
  position: relative;
  display: none;
}
.blog-nav-wrap .nav-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 3px;
  background: #aeaca5;
}
.blog-nav-wrap .nav-label:before {
  content: '';
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -255px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .blog-nav-wrap .nav-label {
    display: block;
  }
}
.blog-nav-wrap .nav-label.is-open {
  color: #000000;
}
.blog-nav-wrap .nav-label.is-open:after {
  background: #000000;
}
.blog-nav-wrap .nav-label.is-open:before {
  content: '';
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -221px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-nav-wrap ul.blog-main-nav {
  border-bottom: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .blog-nav-wrap ul.blog-main-nav {
    display: none;
  }
}
.blog-nav-wrap ul.blog-main-nav li {
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 50px;
}
@media screen and (max-width: 1290px) {
  .blog-nav-wrap ul.blog-main-nav li {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1050px) {
  .blog-nav-wrap ul.blog-main-nav li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1010px) {
  .blog-nav-wrap ul.blog-main-nav li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .blog-nav-wrap ul.blog-main-nav li {
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #e8e6e0;
  }
}
.blog-nav-wrap ul.blog-main-nav li a {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #7f7e7c;
  padding: 20px 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.blog-nav-wrap ul.blog-main-nav li a span {
  display: none;
  font-family: 'GentiumBookBasic-Italic';
  font-size: 48px;
  color: #e72f24;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-nav-wrap ul.blog-main-nav li:hover a, .blog-nav-wrap ul.blog-main-nav li.active a {
  color: #040707;
}
.blog-nav-wrap ul.blog-main-nav li:hover a span, .blog-nav-wrap ul.blog-main-nav li.active a span {
  display: block;
}
.blog-nav-wrap ul.blog-main-nav li:hover:after, .blog-nav-wrap ul.blog-main-nav li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 3px;
  background: #040707;
}
.blog-nav-wrap ul.blog-main-nav li:last-child {
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .blog-nav-wrap ul.blog-main-nav li:last-child {
    float: none;
    margin-right: 0;
  }
}
.blog-nav-wrap .btn-newsletter {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #7f7e7c;
  padding: 20px 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  float: right;
  position: relative;
}
.blog-nav-wrap .btn-newsletter:hover {
  color: #040707;
}
.blog-nav-wrap .btn-newsletter:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 3px;
  background: #040707;
}

.blog-intro {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 36px;
  line-height: 34px;
  color: #000000;
  padding: 65px 90px;
  clear: both;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .blog-intro {
    padding: 65px 30px;
  }
}

.blog-listing-wrap {
  margin-bottom: 150px;
}
.blog-listing-wrap .last-articles-intro {
  text-align: center;
  margin-bottom: 40px;
}
.blog-listing-wrap .last-articles-intro h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  color: #000000;
  margin-bottom: 23px;
}
.blog-listing-wrap .last-articles-intro a {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #000000;
}
.blog-listing-wrap .row {
  margin-left: -8px;
  margin-right: -8px;
}
.blog-listing-wrap .row .col-xs-4 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 57px;
}
@media screen and (max-width: 1024px) {
  .blog-listing-wrap .row .col-xs-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .row .col-xs-4 {
    width: 100%;
  }
}
.blog-listing-wrap .row .col-xs-4 .intro-paragraph {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  padding: 64px 20px 0 34px;
  margin-bottom: 75px;
}
.blog-listing-wrap .row .col-xs-4 .article {
  background: #eae8e2;
}
.blog-listing-wrap .row .col-xs-4 .article .post-content {
  position: relative;
  padding-top: 48px;
  padding-left: 57px;
  border-left: 9px solid #e5e2dd;
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .row .col-xs-4 .article .post-content {
    padding-left: 0;
    padding-right: 21px;
    border-left: 21px solid #e5e2dd;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .post-top {
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .row .col-xs-4 .article .post-content .post-top {
    padding-left: 22px;
    min-height: auto;
    margin-bottom: 35px;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3 {
  margin: 0;
  line-height: 14px;
}
@media screen and (max-width: 1290px) {
  .blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3 {
    line-height: 11px;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3:after {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -38px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin-top: 6px;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3:after {
    display: none;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3 a, .blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3 span.a {
  text-decoration: none;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 1290px) {
  .blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3 a, .blog-listing-wrap .row .col-xs-4 .article .post-content .post-top h3 span.a {
    font-size: 11px;
    line-height: 11px;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .info {
  position: absolute;
  width: 56px;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .blog-listing-wrap .row .col-xs-4 .article .post-content .info {
    font-size: 10px;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .info .post-cat {
  display: block;
  position: relative;
  top: 252px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  left: 0;
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .info .post-cat a {
  color: #000000;
  text-decoration: none;
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .info .post-date {
  display: block;
  position: absolute;
  bottom: 70px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  left: -30px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .row .col-xs-4 .article .post-content .info {
    position: static;
    width: 100%;
    overflow: hidden;
    padding-left: 22px;
    margin-bottom: 35px;
  }
  .blog-listing-wrap .row .col-xs-4 .article .post-content .info .post-cat {
    display: block;
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: nowrap;
    float: left;
  }
  .blog-listing-wrap .row .col-xs-4 .article .post-content .info .post-date {
    display: block;
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    white-space: nowrap;
    float: right;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .post-content .img-wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .row .col-xs-4 .article {
    margin-bottom: 30px;
  }
  .blog-listing-wrap .row .col-xs-4 .article.second-art {
    display: none;
  }
}
.blog-listing-wrap .row .col-xs-4 .article .img-wrap .art-desc {
  display: none;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block {
  background: #1a1a1a;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content {
  border-left: 9px solid #282725;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .post-top h3:after {
  content: '';
  margin-top: 6px;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .post-top h3:after {
    display: none;
  }
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .post-top h3 a, .blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .post-top h3 span.a {
  color: #ffffff;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .info .post-date, .blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .info .post-cat {
  color: #f3f2ed;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .info .post-date a, .blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .info .post-cat a {
  color: #f3f2ed;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .img-wrap {
  position: relative;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .img-wrap .img-link {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .img-wrap .art-desc {
  display: block;
  padding-right: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #f4f2ed;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .img-wrap .art-desc p {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #f4f2ed;
}
.blog-listing-wrap .row .col-xs-4 .article.dark-block .post-content .img-wrap .art-desc a {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #f4f2ed;
  text-decoration: underline;
}
.blog-listing-wrap .btn-more {
  text-align: center;
  position: relative;
}
.blog-listing-wrap .btn-more span {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 220px;
  color: #e4e1dc;
}
.blog-listing-wrap .btn-more a {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  background: #000000;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.blog-listing-wrap .btn-more a.loadingInProgress {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .blog-listing-wrap .btn-more span {
    font-size: 145px;
  }
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .btn-more span {
    font-size: 115px;
  }
}
@media screen and (max-width: 580px) {
  .blog-listing-wrap .btn-more span {
    font-size: 90px;
  }
}
@media screen and (max-width: 480px) {
  .blog-listing-wrap .btn-more span {
    font-size: 52px;
  }
  .blog-listing-wrap .btn-more a {
    padding: 10px;
  }
}
.blog-listing-wrap .last-post-list {
  padding-top: 20px;
}
.blog-listing-wrap .last-post-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-listing-wrap .last-post-list .row .col-xs-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .blog-listing-wrap .last-post-list .row .col-xs-6 {
    width: 50%;
  }
}
.blog-listing-wrap .last-post-list .row .col-xs-6 .article {
  background: #eae8e2;
  min-height: 299px;
  padding: 0 23px;
}
.blog-listing-wrap .last-post-list .row .col-xs-6:last-child .article {
  padding-top: 47px;
}

/**********************/
.breadcrumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 1290px) {
  .breadcrumb {
    margin-bottom: 22px;
  }
}
.breadcrumb:after, .breadcrumb:before {
  content: " ";
  display: table;
  clear: both;
}
.breadcrumb ul {
  width: 100%;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li a {
  display: inline-block;
  padding: 0 2px;
  font-family: 'SourceSansPro-Regular';
  font-size: 10px;
  color: #7f7e7c;
  text-decoration: none;
}
.breadcrumb ul li a:first-letter {
  text-transform: uppercase;
}
.breadcrumb ul li a:before {
  content: " / ";
}
.breadcrumb ul li:first-child a {
  padding-left: 0;
}
.breadcrumb ul li:first-child a:before {
  display: none;
}

.blog-content-wrap {
  background-color: #e5e2dd;
  margin-bottom: 98px;
}
@media screen and (max-width: 991px) {
  .blog-content-wrap {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-wrap .col-xs-9 {
    width: 100%;
  }
}
.blog-content-wrap .blog-content {
  background-color: #eae8e2;
  position: relative;
  padding: 65px 0px 100px 0px;
}
@media screen and (max-width: 1280px) {
  .blog-content-wrap .blog-content {
    padding: 65px 0px 100px 0px;
  }
}
@media screen and (max-width: 991px) {
  .blog-content-wrap .blog-content {
    padding: 65px 0px 100px 0px;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-wrap .blog-content {
    padding: 65px 0px 100px 0px;
  }
}
@media screen and (max-width: 480px) {
  .blog-content-wrap .blog-content {
    padding: 20px 0px 60px 0px;
  }
}
.blog-content-wrap .blog-content .blog-content-head,
.blog-content-wrap .blog-content .dynContentBlocs h3,
.blog-content-wrap .blog-content .dynContentBlocs .p {
  padding: 0px 320px 0px 120px;
}
@media screen and (max-width: 1280px) {
  .blog-content-wrap .blog-content .blog-content-head,
  .blog-content-wrap .blog-content .dynContentBlocs h3,
  .blog-content-wrap .blog-content .dynContentBlocs .p {
    padding: 0px 120px 0px 120px;
  }
}
@media screen and (max-width: 991px) {
  .blog-content-wrap .blog-content .blog-content-head,
  .blog-content-wrap .blog-content .dynContentBlocs h3,
  .blog-content-wrap .blog-content .dynContentBlocs .p {
    padding: 0px 120px 0px 120px;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-wrap .blog-content .blog-content-head,
  .blog-content-wrap .blog-content .dynContentBlocs h3,
  .blog-content-wrap .blog-content .dynContentBlocs .p {
    padding: 0px 20px 0px 120px;
  }
}
@media screen and (max-width: 480px) {
  .blog-content-wrap .blog-content .blog-content-head,
  .blog-content-wrap .blog-content .dynContentBlocs h3,
  .blog-content-wrap .blog-content .dynContentBlocs .p {
    padding: 0px 20px 0px 20px;
  }
}
.blog-content-wrap .blog-content:after, .blog-content-wrap .blog-content:before {
  content: " ";
  display: table;
  clear: both;
}
.blog-content-wrap .blog-content .reading-time {
  position: absolute;
  left: 30px;
  top: 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog-content-wrap .blog-content .reading-time {
    display: none;
  }
}
.blog-content-wrap .blog-content .reading-time .label {
  display: block;
  font-family: 'GentiumBookBasic-Italic';
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.blog-content-wrap .blog-content .reading-time .time {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
  padding-top: 92px;
  position: relative;
}
.blog-content-wrap .blog-content .reading-time .time:after {
  content: '';
  width: 1px;
  height: 75px;
  background-color: #d9d6d0;
  position: absolute;
  top: 0;
  left: 50%;
}
.blog-content-wrap .blog-content .reading-time .time span {
  display: block;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.blog-content-wrap .blog-content h1 {
  font-family: 'SourceSansPro-Black';
  font-size: 66px;
  color: #000000;
  margin: 0 0 70px;
  line-height: 60px;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .blog-content h1 {
    font-size: 52px;
    line-height: 48px;
  }
}
@media screen and (max-width: 580px) {
  .blog-content-wrap .blog-content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .blog-content-wrap .blog-content h1 {
    font-size: 29px;
    line-height: 28px;
    margin: 0 0 30px;
  }
}
.blog-content-wrap .blog-content h3 {
  margin-bottom: 20px !important;
}
.blog-content-wrap .blog-content ul {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 34px;
}
.blog-content-wrap .blog-content ul li {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
  margin-left: 24px;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .blog-content ul li {
    font-size: 14px;
  }
}
.blog-content-wrap .blog-content ul > li:before {
  content: "-";
  position: absolute;
  margin-left: -25px;
}
.blog-content-wrap .blog-content .img {
  margin-bottom: 20px !important;
}
.blog-content-wrap .blog-content .img.fullWidth img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .blog-content-wrap .blog-content .img.fullWidth img {
    padding-right: 65px;
  }
}
.blog-content-wrap .blog-content .img .texte_legende {
  display: block;
  font-style: italic;
  color: #848380;
  font-size: 13px;
  margin-top: 4px;
}
.blog-content-wrap .blog-content img {
  display: inline-block;
  margin-bottom: 0px;
  /*
  @media screen and (max-width: 580px){
    margin-bottom: 30px;
  }
  */
}
.blog-content-wrap .blog-content h3 {
  font-family: 'SourceSansPro-Black';
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.blog-content-wrap .blog-content p {
  margin-bottom: 20px;
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .blog-content p {
    font-size: 14px;
  }
}
.blog-content-wrap .blog-content p a {
  color: #000000;
  text-decoration: underline;
}
.blog-content-wrap .blog-content strong {
  font-family: 'SourceSansPro-Black';
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .blog-content strong {
    font-size: 14px;
  }
}
.blog-content-wrap .blog-content .bon-et-sain {
  width: 214px;
  height: 113px;
  position: absolute;
  left: 120px;
  bottom: -60px;
  background: url(../img/b-s-img.png) no-repeat center center;
}
@media screen and (max-width: 480px) {
  .blog-content-wrap .blog-content .bon-et-sain {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.blog-content-wrap .blog-content .post-btns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  border-left: 1px solid #d6d3ce;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .blog-content .post-btns {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .blog-content-wrap .blog-content .post-btns {
    display: none;
  }
}
.blog-content-wrap .blog-content .post-btns .p-prev {
  display: block;
  height: 84px;
  position: relative;
  border-bottom: 1px solid #d6d3ce;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .blog-content .post-btns .p-prev {
    height: 65px;
  }
}
.blog-content-wrap .blog-content .post-btns .p-prev:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -91px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-content-wrap .blog-content .post-btns .p-share, .blog-content-wrap .blog-content .post-btns .p-email, .blog-content-wrap .blog-content .post-btns .p-print {
  display: block;
  height: 84px;
  position: relative;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .blog-content .post-btns .p-share, .blog-content-wrap .blog-content .post-btns .p-email, .blog-content-wrap .blog-content .post-btns .p-print {
    height: 65px;
  }
}
.blog-content-wrap .blog-content .post-btns .p-share:before, .blog-content-wrap .blog-content .post-btns .p-email:before, .blog-content-wrap .blog-content .post-btns .p-print:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -906px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-content-wrap .blog-content .post-btns .p-email:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -842px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-content-wrap .blog-content .post-btns .p-print:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -869px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-content-wrap .blog-content .post-btns a {
  outline: none;
}
@media screen and (max-width: 767px) {
  .blog-content-wrap .aside {
    /*display: none;*/
    width: 100%;
  }
}
.blog-content-wrap .aside .blog-nav {
  padding: 65px 36px;
}
@media screen and (max-width: 767px) {
  .blog-content-wrap .aside .blog-nav {
    padding: 20px 20px;
  }
}
.blog-content-wrap .aside .blog-nav ul li {
  margin-bottom: 30px;
}
.blog-content-wrap .aside .blog-nav ul li strong {
  display: block;
  font-family: 'SourceSansPro-Black';
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .aside .blog-nav ul li strong {
    font-size: 14px;
  }
}
.blog-content-wrap .aside .blog-nav ul li p {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .aside .blog-nav ul li p {
    font-size: 14px;
  }
}
.blog-content-wrap .aside .blog-nav ul li span {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .aside .blog-nav ul li span {
    font-size: 14px;
  }
}
.blog-content-wrap .aside .blog-nav ul li a {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1290px) {
  .blog-content-wrap .aside .blog-nav ul li a {
    font-size: 14px;
  }
}
.blog-content-wrap .aside .blog-nav ul li .ingredients li {
  margin: 0;
  font-family: 'GentiumBasic';
}
.blog-content-wrap .aside .blog-nav ul li .ingredients li * {
  font-family: 'GentiumBasic';
}
.blog-content-wrap .aside .blog-nav ul li .related-p {
  padding-top: 20px;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .img-pr {
  position: relative;
  z-index: 1;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .img-pr img {
  margin: 0 auto;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .img-wrap {
  margin-left: -36px;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info {
  position: relative;
  z-index: 1;
  text-align: left;
  padding-top: 25px;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .p-name {
  display: block;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .p-name a {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  line-height: 14px;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .cat {
  font-family: 'SourceSansPro-Regular';
  font-style: italic;
  font-size: 14px;
  color: #000000;
  display: block;
  text-decoration: none;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .cat a {
  color: #000;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .p-weight {
  display: block;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  font-style: italic;
  font-weight: normal;
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .separator {
  display: block;
  position: relative;
  padding: 10px 0;
  width: 8px;
  height: 8px;
  /*
    &:before {
      content: '';
      @include retina(arr-next);
      margin: 2px 0 2px 20px;
    }*/
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .separator:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 3px solid #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-content-wrap .aside .blog-nav ul li .related-p .p-info .price {
  display: block;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  margin-bottom: 26px;
  font-weight: normal;
}

.actuality-content-wrap {
  background-color: #e5e2dd;
  padding-left: 90px;
  margin-bottom: 98px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .actuality-content-wrap {
    padding-left: 0;
  }
}
.actuality-content-wrap .actuality-content {
  background-color: #eae8e2;
  padding: 70px 107px 0px 123px;
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
  /*
      .table-wrap {
        .table {
          border: 1px solid #d6d3ce;
          border-bottom: 0;
  
          .divrow {
            border-bottom: 1px solid #d6d3ce;
  
            > div {
              border-left: 1px solid #d6d3ce;
  
              &:last-of-type {
                border: 0;
              }
            }
  
            &.headrow {
  
            }
          }
        }
      }
  
      */
}
@media screen and (max-width: 767px) {
  .actuality-content-wrap .actuality-content {
    padding: 70px 35px 0;
  }
}
@media screen and (max-width: 580px) {
  .actuality-content-wrap .actuality-content {
    padding: 30px 14px 0;
  }
}
.actuality-content-wrap .actuality-content h1 {
  font-family: 'SourceSansPro-Black';
  font-size: 48px;
  color: #000000;
  margin: 0 0 60px;
}
@media screen and (max-width: 580px) {
  .actuality-content-wrap .actuality-content h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .actuality-content-wrap .actuality-content h1 {
    font-size: 29px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.actuality-content-wrap .actuality-content h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 36px;
  color: #000000;
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .actuality-content-wrap .actuality-content h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.actuality-content-wrap .actuality-content p {
  margin-bottom: 30px;
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
  line-height: 25px;
}
.actuality-content-wrap .actuality-content p strong {
  font-family: 'SourceSansPro-Bold';
  font-weight: normal;
}
.actuality-content-wrap .actuality-content p a {
  color: #000000;
  text-decoration: underline;
}
.actuality-content-wrap .actuality-content .dynContentBlocs .p {
  margin-bottom: 30px;
}
.actuality-content-wrap .actuality-content .dynContentBlocs .p p {
  margin-bottom: 15px;
}
.actuality-content-wrap .actuality-content ul {
  margin-bottom: 30px;
  padding-left: 34px;
  list-style: inside;
}
@media screen and (max-width: 480px) {
  .actuality-content-wrap .actuality-content ul {
    padding-left: 0;
  }
}
.actuality-content-wrap .actuality-content ul.dashed, .actuality-content-wrap .actuality-content .dynContentBlocs ul {
  list-style: none;
}
.actuality-content-wrap .actuality-content ul.dashed > li:before, .actuality-content-wrap .actuality-content .dynContentBlocs ul > li:before {
  content: "-";
  text-indent: -5px;
}
.actuality-content-wrap .actuality-content:after, .actuality-content-wrap .actuality-content:before {
  content: " ";
  display: table;
  clear: both;
}
.actuality-content-wrap .actuality-content .table-wrap {
  margin-bottom: 50px;
  max-width: 100%;
  overflow-x: auto;
}
.actuality-content-wrap .actuality-content .table-wrap table {
  background: transparent;
  border: 1px solid #d6d3ce;
}
.actuality-content-wrap .actuality-content .table-wrap table tr td {
  background: transparent;
  border-bottom: 1px solid #d6d3ce;
  vertical-align: top;
}
.actuality-content-wrap .actuality-content .table-wrap table tr td p {
  max-width: 478px;
  margin: 0;
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  min-height: 60px;
}
.actuality-content-wrap .actuality-content .table-wrap table tr td p strong {
  font-family: 'SourceSansPro-Semibold';
  font-weight: normal;
}
.actuality-content-wrap .actuality-content .table-wrap table tr td:nth-child(1) p {
  font-family: 'SourceSansPro-Bold';
  font-size: 12px;
  color: #000000;
  line-height: 16px;
}
.actuality-content-wrap .actuality-content .table-wrap table tr td:nth-child(2) {
  background-color: #e9a52c;
}
.actuality-content-wrap .actuality-content .table-wrap table tr td:nth-child(3) p {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #4e4e4e;
}
.actuality-content-wrap .actuality-content .table-wrap table tr:first-child td {
  vertical-align: middle;
}
.actuality-content-wrap .actuality-content .table-wrap table tr:first-child td:nth-child(2) {
  background-color: #bd8219;
  border-bottom: 1px solid #000000;
}
.actuality-content-wrap .actuality-content .table-wrap table tr:first-child td:nth-child(3) p {
  color: #000000;
}
.actuality-content-wrap .actuality-content .clear {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.actuality-content-wrap .actuality-content h1, .actuality-content-wrap .actuality-content p, .actuality-content-wrap .actuality-content h2 {
  max-width: 607px;
}
.actuality-content-wrap .actuality-content img {
  max-width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 580px) {
  .actuality-content-wrap .actuality-content img {
    margin-bottom: 30px;
  }
}
.actuality-content-wrap .actuality-content img.alignleft {
  margin-left: -123px;
}
@media screen and (max-width: 767px) {
  .actuality-content-wrap .actuality-content img.alignleft {
    margin-left: -35px;
  }
}
.actuality-content-wrap .actuality-content img.full-width {
  max-width: calc(100% + 230px);
  width: calc(100% + 230px);
  margin-left: -123px;
  margin-right: -107px;
}
@media screen and (max-width: 767px) {
  .actuality-content-wrap .actuality-content img.full-width {
    max-width: calc(100% + 70px);
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
  }
}
.actuality-content-wrap .actuality-content p.alignleft,
.actuality-content-wrap .actuality-content div.twoCollAlignleft {
  max-width: 280px;
  margin-right: 36px;
  float: left;
}
.actuality-content-wrap .actuality-content .actuality-bottom {
  padding: 140px 0 0;
  margin: 0 -107px 0 -123px;
}
@media screen and (max-width: 767px) {
  .actuality-content-wrap .actuality-content .actuality-bottom {
    margin: 0 -35px;
  }
}
@media screen and (max-width: 580px) {
  .actuality-content-wrap .actuality-content .actuality-bottom {
    margin: 0 -14px;
    padding: 0;
  }
}
.actuality-content-wrap .actuality-content .actuality-bottom .actuality-btns {
  border-top: 1px solid #d6d3ce;
}
.actuality-content-wrap .actuality-content .actuality-bottom .actuality-btns a {
  display: block;
  width: 50%;
  height: 88px;
  line-height: 88px;
  text-align: center;
  float: left;
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #7f7e7c;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .actuality-content-wrap .actuality-content .actuality-bottom .actuality-btns a {
    width: 100%;
    float: none;
  }
}
.actuality-content-wrap .actuality-content .actuality-bottom .actuality-btns a:first-of-type {
  border-right: 1px solid #d6d3ce;
}
@media screen and (max-width: 767px) {
  .actuality-content-wrap .actuality-content .actuality-bottom .actuality-btns a:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #d6d3ce;
  }
}

.next-post {
  width: 168px;
  position: fixed;
  top: 50%;
  right: 80px;
}
@media screen and (max-width: 991px) {
  .next-post {
    width: 168px;
    position: initial;
  }
}
.next-post .title {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #eae8e2;
  margin-bottom: 16px;
  padding: 10px 0;
}
.next-post h3 {
  margin: 0 0 16px;
  line-height: 14px;
}
.next-post h3:after {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -38px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin-top: 6px;
  display: block;
}
.next-post h3 a {
  text-decoration: none;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .category-nav {
    margin-bottom: 30px;
  }
}
.category-nav .nav-label {
  font-family: 'SourceSansPro-Bold';
  font-size: 20px;
  color: #aeaca5;
  text-transform: uppercase;
  border: 1px solid #e8e6e0;
  padding: 25px 30px;
  position: relative;
  display: none;
}
.category-nav .nav-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 3px;
  background: #aeaca5;
}
.category-nav .nav-label:before {
  content: '';
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -255px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .category-nav .nav-label {
    display: block;
  }
}
.category-nav .nav-label.is-open {
  color: #000000;
}
.category-nav .nav-label.is-open:after {
  background: #000000;
}
.category-nav .nav-label.is-open:before {
  content: '';
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -221px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-nav ul {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .category-nav ul {
    display: none;
  }
}
.category-nav ul li {
  position: relative;
  cursor: pointer;
  border: 1px solid #e8e6e0;
  margin-top: -1px;
}
.category-nav ul li.separator, .category-nav ul li.taxonomyName {
  border: none !important;
}
.category-nav ul li.separator:hover:after, .category-nav ul li.taxonomyName:hover:after {
  display: none !important;
}
.category-nav ul li.taxonomyName {
  background: #d9d7d1;
}
.category-nav ul li.subCatParent {
  background: #e8e6e0;
}
.category-nav ul li .empty-cat-menu-entry {
  opacity: 0.3;
  cursor: default;
}
.category-nav ul li a,
.category-nav ul li .empty-cat-menu-entry {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #7f7e7c;
  padding: 20px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.category-nav ul li a span,
.category-nav ul li .empty-cat-menu-entry span {
  display: none;
  font-family: 'GentiumBookBasic-Italic';
  font-size: 48px;
  color: #e72f24;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.category-nav ul li:hover a,
.category-nav ul li:hover .empty-cat-menu-entry, .category-nav ul li.active a,
.category-nav ul li.active .empty-cat-menu-entry {
  color: #040707;
}
.category-nav ul li:hover a span,
.category-nav ul li:hover .empty-cat-menu-entry span, .category-nav ul li.active a span,
.category-nav ul li.active .empty-cat-menu-entry span {
  display: block;
}
.category-nav ul li:hover:after, .category-nav ul li.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 3px;
  background: #040707;
}
.category-nav ul li.empty:hover:after, .category-nav ul li.empty.active:after {
  display: none;
}

.category-content-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}
.category-content-wrap > .row .col-xs-9 {
  padding: 0;
}
.category-content-wrap > .row .col-xs-9 .row {
  margin: 0;
}
.category-content-wrap > .row .col-xs-9 .row .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .category-content-wrap .row > .col-xs-3,
  .category-content-wrap .row > .col-xs-9 {
    width: 100%;
  }
}

.category-products-wrap {
  margin-bottom: 105px;
}
.category-products-wrap .row {
  /*margin-left: -10px;
  margin-right: -10px;*/
  display: flex;
  flex-wrap: wrap;
}
.category-products-wrap .row .col-xs-4 {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .category-products-wrap .row .col-xs-4 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .category-products-wrap .row .col-xs-4 {
    width: 100%;
  }
}
.category-products-wrap .row .col-xs-4:nth-child(3n + 4) {
  clear: left;
}
.category-products-wrap .row .col-xs-4 .product-item {
  padding: 32px 0 24px;
  position: relative;
  margin-bottom: 35px;
  position: relative;
  /*
          &:before {
            content: '';
            background-color: #eae8e2;
            position: absolute;
            top: 166px;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 0;
  
            -webkit-transition: background-color 2ms linear;
            -moz-transition: background-color 2ms linear;
            -o-transition: background-color 2ms linear;
            -ms-transition: background-color 2ms linear;
            transition: background-color 2ms linear;
          }
  */
  /*&:hover {
    .item-rollover {
      //display: block;
      min-height: 470px;
      visibility: visible;
      opacity: 1;
    }
  }*/
}
.category-products-wrap .row .col-xs-4 .product-item strong {
  font-weight: normal !important;
}
.category-products-wrap .row .col-xs-4 .product-item .img-pr {
  position: relative;
  z-index: 1;
}
.category-products-wrap .row .col-xs-4 .product-item .img-pr img {
  margin: 0 auto;
}
.category-products-wrap .row .col-xs-4 .product-item .p-info {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 25px;
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .p-name {
  display: block;
  margin: 0 auto;
  max-width: 166px;
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .p-name a {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  line-height: 14px;
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .p-info .p-name a {
    font-size: 12px;
    line-height: 12px;
  }
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .cat {
  font-family: 'SourceSansPro-Regular';
  font-style: italic;
  font-size: 14px;
  color: #000000;
  display: block;
  text-decoration: none;
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .cat a {
  color: #000;
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .p-info .cat {
    font-size: 12px;
  }
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .p-weight {
  display: block;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .p-info .p-weight {
    font-size: 12px;
  }
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .separator {
  display: block;
  position: relative;
  padding: 10px 0;
  /*
    &:before {
      content: '';
      @include retina(arr-next);
      margin: 2px 0 2px 20px;
    }*/
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .separator:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 3px solid #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .price {
  display: block;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  margin-bottom: 26px;
  font-weight: normal;
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .price .wholesale_price_minimum_order_quantity {
  display: none;
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .p-info .price {
    font-size: 12px;
  }
}
.category-products-wrap .row .col-xs-4 .product-item .p-info .add-to-basket {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  background: #000000;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.category-products-wrap .row .col-xs-4 .product-item:hover:before {
  background-color: #eebf82;
}
.category-products-wrap .row .col-xs-4 .product-item:hover .p-info .add-to-basket {
  opacity: 1;
}
.category-products-wrap .row .col-xs-4 .product-item:hover .separator:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -38px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin: -3px 0 2px 2px;
  position: absolute;
}
.category-products-wrap .row .col-xs-4 .product-item .item-rollover {
          /*position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #eae8e2;
          z-index: 999;
          //display: none;
          padding: 45px 30px;

          visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 0.2s linear;
*/
  background: #eae8e2;
  padding: 45px 30px;
  min-height: 470px;
  /*
            @media screen and (max-width: 1129px){
              min-height: 436px;
            }
            */
}
@media screen and (max-width: 1316px) {
  .category-products-wrap .row .col-xs-4 .product-item .item-rollover {
    min-height: 438px;
  }
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .item-rollover {
    min-height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .category-products-wrap .row .col-xs-4 .product-item .item-rollover {
    min-height: auto;
  }
}
.category-products-wrap .row .col-xs-4 .product-item .item-rollover .label {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #7f7e7c;
  display: block;
}
.category-products-wrap .row .col-xs-4 .product-item .item-rollover div {
  margin-bottom: 40px;
}
.category-products-wrap .row .col-xs-4 .product-item .item-rollover div.nb strong {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .item-rollover div.nb strong {
    font-size: 12px;
  }
}
.category-products-wrap .row .col-xs-4 .product-item .item-rollover div.f-cat strong {
  font-family: 'SourceSansPro-Black';
  font-size: 48px;
  color: #000000;
  line-height: 48px;
  font-weight: normal;
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .item-rollover div.f-cat strong {
    font-size: 40px;
    line-height: 40px;
  }
}
.category-products-wrap .row .col-xs-4 .product-item .item-rollover div.f-cat strong a {
  text-decoration: none;
  color: #000000;
}
.category-products-wrap .row .col-xs-4 .product-item .item-rollover div.desc p {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 1290px) {
  .category-products-wrap .row .col-xs-4 .product-item .item-rollover div.desc p {
    font-size: 12px;
  }
}
.category-products-wrap .row .col-xs-4.item-cat-info {
  background-color: #eae8e2;
}
@media screen and (max-width: 991px) {
  .category-products-wrap .row .col-xs-4.item-cat-info {
    background-color: transparent;
    width: 100%;
  }
}
.category-products-wrap .row .col-xs-4.item-cat-info .product-item {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .category-products-wrap .row .col-xs-4.item-cat-info .product-item {
    background-color: #eae8e2;
  }
}
.category-products-wrap .row .col-xs-4.item-cat-info .product-item .item-rollover {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
  padding: 0 16px;
}
@media screen and (max-width: 991px) {
  .category-products-wrap .row .col-xs-4.item-cat-info .product-item .item-rollover {
    min-height: auto;
  }
}
.category-products-wrap .row .col-xs-4.item-cat-info .product-item .item-rollover div {
  margin-bottom: 22px;
              /*&.f-cat {
                background: url(../img/dyn/old-varieties.png) no-repeat 27px 20px;
                padding-bottom: 50px;
                margin: 0;

                .label {
                  margin-bottom: 5px;
                }

                strong {
                  line-height: 36px;
                }
              }*/
}
.category-products-wrap.old-varieties {
  background-color: #e5e2dd;
}
.category-products-wrap.old-varieties .product-item {
  padding-top: 36px;
}
.category-products-wrap.old-varieties .item-cat-info {
  background-color: #eae8e2;
}
.category-products-wrap.old-varieties .item-cat-info .product-item {
  margin-bottom: 0;
}
.category-products-wrap.old-varieties .item-cat-info .product-item .item-rollover {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
  padding: 0 16px;
}
.category-products-wrap.old-varieties .item-cat-info .product-item .item-rollover div {
  margin-bottom: 22px;
}
.category-products-wrap.old-varieties .item-cat-info .product-item .item-rollover div.f-cat {
  min-height: 160px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left center;
}
.category-products-wrap.old-varieties .item-cat-info .product-item .item-rollover div.f-cat .label {
  margin-bottom: 5px;
}
.category-products-wrap.old-varieties .item-cat-info .product-item .item-rollover div.f-cat strong {
  line-height: 36px;
  font-weight: normal;
}

.map-content-wrap {
  background-color: #e5e2dd;
  margin-bottom: 98px;
}
@media screen and (max-width: 991px) {
  .map-content-wrap {
    background: transparent;
  }
}
.map-content-wrap .row {
  margin-left: 0px;
  margin-right: 0px;
}
.map-content-wrap .row .col-xs-3, .map-content-wrap .row .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .row .col-xs-3, .map-content-wrap .row .col-xs-9 {
    width: 100%;
  }
}
.map-content-wrap .map-content {
  background-color: #eae8e2;
  position: relative;
  padding: 65px 0 69px;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content {
    padding: 0;
  }
}
.map-content-wrap .map-content:after, .map-content-wrap .map-content:before {
  content: " ";
  display: table;
  clear: both;
}
.map-content-wrap .map-content .map-content-top {
  position: relative;
  padding: 0 120px;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content .map-content-top {
    padding: 0;
    display: none;
  }
}
.map-content-wrap .map-content .map-content-top .on-the-map {
  position: absolute;
  left: 30px;
  top: 14px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content .map-content-top .on-the-map {
    display: none;
  }
}
.map-content-wrap .map-content .map-content-top .on-the-map .label {
  display: block;
  font-family: 'GentiumBookBasic-Italic';
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.map-content-wrap .map-content .map-content-top .on-the-map .hr {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
  padding-top: 92px;
  position: relative;
}
.map-content-wrap .map-content .map-content-top .on-the-map .hr:after {
  content: '';
  width: 1px;
  height: 75px;
  background-color: #d9d6d0;
  position: absolute;
  top: 0;
  left: 50%;
}
.map-content-wrap .map-content .map-content-top h1 {
  font-family: 'SourceSansPro-Black';
  font-size: 66px;
  color: #000000;
  margin: 0 0 70px;
  max-width: 430px;
}
@media screen and (max-width: 480px) {
  .map-content-wrap .map-content .map-content-top h1 {
    font-size: 29px;
    line-height: 28px;
  }
}
.map-content-wrap .map-content #map {
  height: 580px;
  background-color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content #map {
    display: none;
  }
}
.map-content-wrap .map-content .list-result {
  position: relative;
  padding: 0 28px 0 120px;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content .list-result {
    padding: 0;
    overflow-x: auto;
  }
}
.map-content-wrap .map-content .list-result .on-the-list {
  position: absolute;
  left: 30px;
  top: 14px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content .list-result .on-the-list {
    display: none;
  }
}
.map-content-wrap .map-content .list-result .on-the-list .label {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'GentiumBookBasic-Italic';
}
.map-content-wrap .map-content .list-result .on-the-list .hr {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
  padding-top: 92px;
  position: relative;
}
.map-content-wrap .map-content .list-result .on-the-list .hr:after {
  content: '';
  width: 1px;
  height: 75px;
  background-color: #d9d6d0;
  position: absolute;
  top: 0;
  left: 50%;
}
.map-content-wrap .map-content .list-result .list-result-content table .showOnMobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content .list-result .list-result-content table .hideOnMobile {
    display: none;
  }
  .map-content-wrap .map-content .list-result .list-result-content table .showOnMobile {
    display: block;
  }
}
.map-content-wrap .map-content .list-result .list-result-content table tr {
  border-bottom: 1px solid #d6d4d1;
  cursor: pointer;
}
.map-content-wrap .map-content .list-result .list-result-content table tr.pointDeVente.active, .map-content-wrap .map-content .list-result .list-result-content table tr.pointDeVente:hover {
  background: #e5e2dd;
}
.map-content-wrap .map-content .list-result .list-result-content table tr.pointDeVente td.reseau {
  padding-left: 10px;
}
.map-content-wrap .map-content .list-result .list-result-content table tr td {
  background: transparent;
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
  padding: 30px 10px 30px 0;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .map-content .list-result .list-result-content table tr td {
    padding: 15px 13px 20px 10px !important;
    font-size: 13px;
  }
}
.map-content-wrap .map-content .list-result .list-result-content table tr td .adresseMobile {
  font-weight: normal;
  font-family: 'SourceSansPro-Regular';
  margin: 10px 0px 12px;
}
.map-content-wrap .map-content .list-result .list-result-content table tr:first-child {
  border-bottom: 3px solid #000000;
}
.map-content-wrap .map-content .list-result .list-result-content table tr:first-child td {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #7f7e7c;
  padding: 15px 10px 15px 10px;
}
.map-content-wrap .aside .map-filter {
  padding: 18px 0;
}
.map-content-wrap .aside .map-filter .nav-label {
  font-family: 'SourceSansPro-Bold';
  font-size: 20px;
  color: #aeaca5;
  text-transform: uppercase;
  border: 1px solid #e8e6e0;
  padding: 25px 30px;
  position: relative;
  display: none;
}
.map-content-wrap .aside .map-filter .nav-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 3px;
  background: #aeaca5;
}
.map-content-wrap .aside .map-filter .nav-label:before {
  content: '';
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -255px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .map-content-wrap .aside .map-filter .nav-label {
    display: block;
  }
}
.map-content-wrap .aside .map-filter .nav-label.is-open {
  color: #000000;
}
.map-content-wrap .aside .map-filter .nav-label.is-open:after {
  background: #000000;
}
.map-content-wrap .aside .map-filter .nav-label.is-open:before {
  content: '';
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -221px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  top: 50%;
  right: 50px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-content-wrap .aside .map-filter form .h1-like-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .aside .map-filter form {
    background-color: #eae8e2;
  }
  .map-content-wrap .aside .map-filter form .h1-like-mobile {
    display: block;
    padding: 10px;
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .map-content-wrap .aside .map-filter form .h1-like-mobile {
    font-size: 29px;
    line-height: 28px;
  }
}
.map-content-wrap .aside .map-filter .messageRienTrouve {
  color: #e25653;
  text-align: center;
}
.map-content-wrap .aside .map-filter .fieldset {
  padding: 50px 37px;
  border-bottom: 1px solid #d6d4d1;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .aside .map-filter .fieldset {
    text-align: center;
    padding: 10px 35px;
    border-bottom: 1px solid #d6d4d1;
  }
}
.map-content-wrap .aside .map-filter .fieldset .title {
  font-family: 'SourceSansPro-Black';
  font-size: 16px;
  color: #000000;
  margin-bottom: 24px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .aside .map-filter .fieldset .title {
    margin-bottom: 15px;
  }
}
.map-content-wrap .aside .map-filter .fieldset .field {
  margin-bottom: 15px;
}
.map-content-wrap .aside .map-filter .fieldset .field input[type="text"] {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
}
.map-content-wrap .aside .map-filter .fieldset .field input[type="submit"] {
  display: inline-block;
  background: #000000;
  padding: 0 36px;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  height: 43px;
  line-height: 43px;
  font-weight: 100;
  font-family: 'GentiumBookBasic-Italic';
}
.map-content-wrap .aside .map-filter .fieldset .field input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
}
.map-content-wrap .aside .map-filter .fieldset .field label {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #7f7e7c;
  display: block;
  padding-left: 23px;
  cursor: pointer;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .map-content-wrap .aside .map-filter .fieldset .field label {
    padding-left: 0px;
  }
}
.map-content-wrap .aside .map-filter .fieldset .field input[type=checkbox]:checked + label {
  color: #000000;
  position: relative;
}
.map-content-wrap .aside .map-filter .fieldset .field input[type=checkbox]:checked + label:before {
  content: '';
  width: 15px;
  height: 11px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -102px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  position: absolute;
  top: 3px;
  left: 0;
}
.map-content-wrap .aside .map-filter .fieldset .field .select2-container {
  width: 100% !important;
  outline: none;
}
.map-content-wrap .aside .map-filter .fieldset .field .select2-container .select2-selection--single {
  height: 65px;
  line-height: 65px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
.map-content-wrap .aside .map-filter .fieldset .field .select2-container .select2-selection--single .select2-selection__rendered {
  height: 65px;
  line-height: 65px;
  outline: none;
}
.map-content-wrap .aside .map-filter .fieldset .field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 65px;
  line-height: 65px;
  width: 45px;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
}
.map-content-wrap .aside .map-filter .fieldset .field .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
}
.map-content-wrap .aside .map-filter .fieldset .field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
}
.map-content-wrap .aside .map-filter .fieldset:last-child {
  border: 0;
}
.map-content-wrap .aside .map-filter .fieldset:last-child .field {
  margin-bottom: 6px;
}
.map-content-wrap .aside .map-filter .fieldset:last-child .field:last-child {
  margin-bottom: 13px;
}
.map-content-wrap .aside .map-filter ul li {
  margin-bottom: 30px;
}
.map-content-wrap .aside .map-filter ul li strong {
  display: block;
  margin-bottom: 6px;
  font-family: 'SourceSansPro-Black';
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.map-content-wrap .aside .map-filter ul li a {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #000000;
}

.windowcontent {
  max-width: 180px;
  padding: 12px 12px 35px;
}
.windowcontent strong {
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
.windowcontent p {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
  margin-bottom: 20px;
}
.windowcontent a {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #e24849;
}

body.woocommerce-page h2 {
  margin-top: 20px !important;
}
body.woocommerce-page .actuality-content-wrap .actuality-content {
  padding: 20px 20px 20px 20px;
}
body.woocommerce-page .actuality-content-wrap .actuality-content h1, body.woocommerce-page .actuality-content-wrap .actuality-content p, body.woocommerce-page .actuality-content-wrap .actuality-content h2 {
  max-width: 100%;
}
body.woocommerce-page td, body.woocommerce-page th, body.woocommerce-page tr, body.woocommerce-page fieldset, body.woocommerce-page fieldset legend, body.woocommerce-page legend {
  background-color: transparent !important;
}
body.woocommerce-page table .quantity .input-text.qty {
  text-align: left;
}
body.woocommerce-page #order_review {
  background-color: #e5e2dd;
  padding: 5px;
}
body.woocommerce-page #payment .payment_methods > li:not(.woocommerce-notice) {
  border: 1px solid #ddd;
  background-color: #eae8e3;
}
body.woocommerce-page #payment .payment_methods > li .payment_box, body.woocommerce-page #payment .place-order {
  background-color: #e5e2dd;
}
body.woocommerce-page body.woocommerce-page #payment .place-order {
  padding: 0 30px;
}
body.woocommerce-page .order_details {
  background-color: #eae8e3;
}
@media (min-width: 768px) {
  body.woocommerce-page .woocommerce-MyAccount-navigation {
    width: 23%;
    margin-right: 2%;
  }
  body.woocommerce-page .woocommerce-MyAccount-content {
    width: 73%;
  }
}
body.woocommerce-page .woocommerce-Button {
  font-size: 16px;
  color: #ffffff;
  font-family: 'GentiumBookBasic-Italic';
  height: 68px;
  line-height: 68px;
  background: #000000;
  padding: 0 20px;
}
body.woocommerce-page .order_details:before, body.woocommerce-page .order_details:after {
  background: none;
  border-bottom: solid #ddd 2px;
}
body.woocommerce-page .wc-bacs-bank-details.order_details.bacs_details {
  margin: 0;
}
body.woocommerce-page .woocommerce-bacs-bank-details {
  display: none;
}
body.woocommerce-page section.woocommerce-order-details header {
  min-height: initial;
}
body.woocommerce-page .woocommerce-order-details {
  border-top: solid #ddd 2px;
}

.woocommerce-cart-tab-container .widget_shopping_cart h2.widgettitle {
  font-weight: bold;
}
.woocommerce-cart-tab-container .woocommerce-cart-tab {
  right: 15px;
  top: 13px;
  border: 2px solid #000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 23px;
  height: 23px;
  outline: none;
  background: transparent !important;
  z-index: 100;
}
.woocommerce-cart-tab-container .woocommerce-cart-tab .woocommerce-cart-tab__icon, .woocommerce-cart-tab-container .woocommerce-cart-tab .woocommerce-cart-tab__contents {
  display: none;
}
.woocommerce-cart-tab-container .woocommerce-cart-tab:after {
  top: 0px;
  right: -1px;
  width: 17px;
  height: 18px;
  font: 22px/20px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #000000;
  background: transparent !important;
  content: "×";
  position: absolute;
}

#primary #main {
  width: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1316px) {
  #primary #main {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1290px) {
  #primary #main {
    max-width: 991px;
  }
}
@media screen and (max-width: 1024px) {
  #primary #main {
    max-width: 910px;
  }
}
@media screen and (max-width: 991px) {
  #primary #main {
    max-width: 720px;
  }
}
#primary #main .type-product .woocommerce-tabs ul.tabs {
  width: 100%;
  margin-right: 0;
  float: none;
  text-align: center;
  overflow: hidden;
  border: 0;
  margin-bottom: 0;
  border-left: 1px solid #eae8e2;
  border-right: 1px solid #eae8e2;
}
#primary #main .type-product .woocommerce-tabs ul.tabs li {
  display: block;
  width: 33.33%;
  float: left;
  border: 0;
}
body.revendeur #primary #main .type-product .woocommerce-tabs ul.tabs li {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  #primary #main .type-product .woocommerce-tabs ul.tabs li {
    width: 100%;
    border-bottom: 1px solid #eae8e2;
  }
  #primary #main .type-product .woocommerce-tabs ul.tabs li:last-child {
    border: 0;
  }
}
#primary #main .type-product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
#primary #main .type-product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  position: relative;
  padding: 0;
  line-height: 62px;
  text-decoration: none;
  text-transform: uppercase;
}
#primary #main .type-product .woocommerce-tabs ul.tabs li.active a {
  color: #040707;
}
#primary #main .type-product .woocommerce-tabs ul.tabs li.active a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  height: 3px;
  background: #040707;
}
#primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100%;
  float: none;
  padding: 45px 105px;
  border: 1px solid #eae8e2;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  background: #eae8e2 url(../img/pr-tabs-bg.png) repeat-y right top;
}
@media screen and (max-width: 767px) {
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 30px;
    background: #f4f2ed;
  }
}
#primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 22px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--infoComplementaires_tab {
    padding: 30px;
  }
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--infoComplementaires_tab li {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--infoVariette_tab {
    padding: 30px;
  }
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--infoVariette_tab .varietes_anciennesWrapper h3 {
    background-position: right 0;
    font-size: 52px;
    line-height: 49px;
    margin-bottom: 10px;
  }
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--infoVariette_tab ul li p {
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  #primary #main .type-product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--infoVariette_tab .varietes_anciennesWrapper h3 {
    font-size: 34px;
    line-height: 32px;
  }
}

.storefront-full-width-content.single-product .related ul.products li.product,
.storefront-full-width-content.single-product .upsells ul.products li.product {
  width: 20.65%;
}

.storefront-full-width-content.single-product .related ul.products li.product .qteHolder {
  display: none !important;
}

.type-product .related.products {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .type-product .related.products {
    margin-bottom: 20px;
  }
}
.type-product .related.products h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .type-product .related.products h2 {
    font-size: 20px;
  }
}
.type-product .related.products ul.products {
  margin-left: -10px;
  margin-right: -10px;
}
.type-product .related.products ul.products li {
  margin-right: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 25% !important;
}
@media screen and (max-width: 1024px) {
  .type-product .related.products ul.products li {
    width: 50% !important;
    margin: 0;
    float: left;
  }
}
@media screen and (max-width: 350px) {
  .type-product .related.products ul.products li {
    width: 100% !important;
    margin: 0;
    float: none;
  }
}
.type-product .related.products ul.products li a {
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.type-product .related.products ul.products li h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  margin: 40px 0 20px;
  min-height: 35px;
}
@media screen and (max-width: 1280px) {
  .type-product .related.products ul.products li h2 {
    font-size: 12px;
  }
}
.type-product .related.products ul.products li .price {
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .type-product .related.products ul.products li .price {
    font-size: 12px;
  }
}
.type-product .related.products ul.products li .quantity, .type-product .related.products ul.products li .in-stock, .type-product .related.products ul.products li .ajax_add_to_cart {
  display: none;
}
.type-product .related.products ul.products li .add_to_cart_button {
  font-size: 16px;
  color: #ffffff;
  background: #000;
  opacity: 0;
  line-height: 43px;
  padding: 0 18px;
  font-weight: 100;
  font-family: 'GentiumBookBasic-Italic';
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.type-product .related.products ul.products li .product-item {
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 30px;
}
.type-product .related.products ul.products li .product-item:before {
  content: '';
  background-color: #eae8e2;
  position: absolute;
  top: 166px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: background-color 2ms linear;
  -moz-transition: background-color 2ms linear;
  -o-transition: background-color 2ms linear;
  -ms-transition: background-color 2ms linear;
  transition: background-color 2ms linear;
}
.type-product .related.products ul.products li .product-item strong {
  font-weight: normal !important;
}
.type-product .related.products ul.products li .product-item .p-weight {
  display: block;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .type-product .related.products ul.products li .product-item .p-weight {
    font-size: 12px;
  }
}
.type-product .related.products ul.products li .product-item .separator {
  display: block;
  position: relative;
  padding: 10px 0;
}
.type-product .related.products ul.products li .product-item .separator:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 3px solid #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.type-product .related.products ul.products li .product-item:hover:before {
  background-color: #eebf82;
}
.type-product .related.products ul.products li .product-item:hover .separator:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -38px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin: -3px 0 2px 2px;
  position: absolute;
}
.type-product .related.products ul.products li .product-item:hover .add_to_cart_button {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .type-product .related.products ul.products li:nth-child(3n + 3) {
    clear: left;
  }
}

.quantity {
  position: relative;
}
@media screen and (max-width: 466px) {
  .quantity {
    margin-right: 4px !important;
  }
}

.summary.entry-summary h1 {
  font-family: 'SourceSansPro-Black';
  font-size: 66px;
  color: #000000;
  line-height: 60px;
  margin-top: 0;
}
@media screen and (max-width: 1316px) {
  .summary.entry-summary h1 {
    font-size: 52px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .summary.entry-summary h1 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .summary.entry-summary h1 {
    font-size: 29px;
    line-height: 28px;
  }
}
.summary.entry-summary .woocommerce-product-details__short-description p {
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #7f7e7c;
}

form.cart .single_add_to_cart_button {
  font-size: 16px;
  color: #ffffff;
  font-family: 'GentiumBookBasic-Italic';
  height: 68px;
  line-height: 68px;
  background: #000000;
  padding: 0 20px;
}
form.cart .single_add_to_cart_button i {
  width: 13px;
  height: 11px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -64px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  margin: 0 6px 0 14px;
}
@media screen and (max-width: 466px) {
  form.cart .single_add_to_cart_button {
    /*font-size: 12px;
    padding: 0 8px;*/
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    width: calc(100% - 82px);
  }
  form.cart .single_add_to_cart_button i {
    margin: 0 3px 0 6px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.thumbnail-quantity.quantity,
.quantity input.qty {
  width: 131px;
  height: 68px;
  line-height: 68px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 48px;
  text-align: center;
  border: 2px solid #000000;
  font-family: 'SourceSansPro-Semibold';
  font-size: 30px;
  color: #000000;
  background: #eae8e2;
  line-height: normal !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 466px) {
  input.thumbnail-quantity.quantity,
  .quantity input.qty {
    padding-right: 0;
    width: 78px;
    font-size: 16px;
    line-height: normal !important;
    border-radius: 0 !important;
  }
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 68px;
  font-family: 'SourceSansPro-Semibold';
  font-size: 16px;
  color: #000000;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 2px solid #000000;
  width: 44px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 34px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 466px) {
  .quantity-button {
    display: none;
  }
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 2px solid #000000;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
  line-height: 28px;
  color: #7f7e7c;
}

.product-top {
  overflow: hidden;
  margin-bottom: 25px;
}
.product-top .dt-el {
  display: inline-block;
  margin-right: 57px;
  vertical-align: top;
}
@media screen and (max-width: 1316px) {
  .product-top .dt-el {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1290px) {
  .product-top .dt-el {
    margin-right: 28px;
  }
}
@media screen and (max-width: 485px) {
  .product-top .dt-el {
    margin-right: 16px;
  }
}
.product-top .dt-el .label {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
}
@media screen and (max-width: 485px) {
  .product-top .dt-el .label {
    font-size: 10px;
  }
}
.product-top .dt-el strong {
  font-family: 'SourceSansPro-Bold';
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 485px) {
  .product-top .dt-el strong {
    font-size: 12px;
  }
}
.product-top .dt-el.priceHolder strong .price {
  display: block !important;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}
.product-top .dt-el.priceHolder strong .price .wholesale_price_title {
  display: none;
}
.product-top .dt-el.priceHolder strong .price .wholesale_price_minimum_order_quantity {
  display: none;
}
@media screen and (max-width: 485px) {
  .product-top .dt-el.priceHolder strong .price {
    font-size: 20px;
  }
}

.product-cat {
  margin-bottom: 10px;
  min-height: 80px;
  padding-top: 15px;
}
.product-cat .label {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000000;
}
.product-cat a {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 30px;
  color: #000000;
  text-decoration: none;
}
.product-cat.old-varieties {
  background: no-repeat 145px 0px;
  background-size: 75px;
}
@media screen and (max-width: 767px) {
  .product-cat {
    margin: 15px 0;
    background: no-repeat 100% 0px;
  }
  .product-cat .label {
    font-size: 11px;
  }
  .product-cat a {
    font-size: 20px;
  }
}

.multiVatietes {
  padding-top: 15px;
  margin-bottom: 10px;
}
.multiVatietes .product-cat.old-varieties {
  margin-bottom: 0px;
  min-height: initial;
  padding-top: 0px;
  background: no-repeat 0px 0px;
  background-size: 34px;
  padding-left: 35px;
}
.multiVatietes .product-cat.old-varieties a {
  font-size: 25px;
}

.product-info-wrap {
  overflow: hidden;
  position: relative;
  /*padding: 76px 220px 0px;*/
  padding: 76px 158px 0px;
  background: #eae8e2 url(../img/pr-bg.png) no-repeat left center;
  /*
    @media screen and (max-width: 560px){
      padding: 30px 20px 0px;
    }
  
  */
}
.product-info-wrap .title-mobile {
  font-family: 'SourceSansPro-Black';
  font-size: 52px;
  color: #000000;
  line-height: 48px;
  padding: 10px 0 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .product-info-wrap .title-mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .product-info-wrap .title-mobile {
    font-size: 29px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1316px) {
  .product-info-wrap {
    padding: 76px 122px 0px;
  }
}
@media screen and (max-width: 1290px) {
  .product-info-wrap {
    padding: 76px 95px 0px;
  }
}
@media screen and (max-width: 991px) {
  .product-info-wrap {
    padding: 30px 40px 0px;
  }
}
@media screen and (max-width: 767px) {
  .product-info-wrap {
    background: #eae8e2 url(../img/pr-bg.png) no-repeat left top;
    background-size: 50%;
    padding: 20px 15px 0px;
  }
}
.product-info-wrap ol.flex-control-nav.flex-control-thumbs {
  display: none;
}
.product-info-wrap .miniatures-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90px;
  border-right: 1px dashed #d6d3ce;
}
.product-info-wrap .miniatures-wrap ul {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.product-info-wrap .miniatures-wrap ul li {
  margin: 30px 0;
  width: 90px;
  height: 90px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product-info-wrap .miniatures-wrap {
    display: none;
  }
}
.product-info-wrap .learn-more {
  position: absolute;
  left: 136px;
  bottom: 34px;
  width: 188px;
  padding: 24px 60px 40px 30px;
}
.product-info-wrap .learn-more .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.product-info-wrap .learn-more .img-wrap:after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #ffffff;
  border: 4px solid #000000;
  position: absolute;
  top: 8px;
  right: 7px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  box-sizing: initial;
}
.product-info-wrap .learn-more a {
  font-family: 'GentiumBookBasic-Italic';
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .product-info-wrap .learn-more {
    display: none;
  }
}
.product-info-wrap .product-btns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  border-left: 1px solid #d6d3ce;
}
@media screen and (max-width: 1290px) {
  .product-info-wrap .product-btns {
    width: 65px;
  }
}
@media screen and (max-width: 991px) {
  .product-info-wrap .product-btns {
    display: none;
  }
}
.product-info-wrap .product-btns .p-prev {
  display: block;
  height: 84px;
  position: relative;
  border-bottom: 1px solid #d6d3ce;
}
.title-mobile
.product-info-wrap .product-btns .p-prev:before {
  content: '';
  width: 14px;
  height: 6px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -91px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-info-wrap .product-btns .p-share, .product-info-wrap .product-btns .p-email, .product-info-wrap .product-btns .p-print {
  display: block;
  height: 84px;
  position: relative;
}
@media screen and (max-width: 1290px) {
  .product-info-wrap .product-btns .p-share, .product-info-wrap .product-btns .p-email, .product-info-wrap .product-btns .p-print {
    height: 65px;
  }
}
.product-info-wrap .product-btns .p-share:before, .product-info-wrap .product-btns .p-email:before, .product-info-wrap .product-btns .p-print:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -906px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-info-wrap .product-btns .p-email:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -842px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-info-wrap .product-btns .p-print:before {
  content: '';
  width: 14px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -869px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 0;
}

/*-------------------------------------------------------*/
#wccf_product_field_master_container {
  display: none;
}

.single-product div.product p.price, .stock.in-stock, .single-product div.product .product_meta {
  display: none;
}

.fancybox-slide > * {
  padding: 0;
}

.popup {
  width: 595px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .popup {
    width: 420px;
  }
}
@media screen and (max-width: 420px) {
  .popup {
    width: 100%;
  }
}
.popup .left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55px;
  background: #e5e2dd;
}
.popup .left .t-top {
  display: block;
  position: absolute;
  top: 28px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  left: 5px;
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
}
.popup .left .t-bottom {
  display: block;
  position: absolute;
  bottom: 38px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  left: -4px;
  font-family: 'SourceSansPro-Bold';
  font-size: 12px;
}
.popup .popup-content {
  padding: 27px 54px 27px 27px;
}
.popup .popup-content h2 {
  font-family: 'SourceSansPro-Black';
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.popup .popup-content strong {
  display: block;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 32px;
  font-weight: normal;
}
.popup .popup-content form input[type="text"] {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  margin-bottom: 28px;
}
.popup .popup-content form input[type="submit"],
.popup .popup-content form button {
  display: inline-block;
  background: #000000;
  padding: 0 36px;
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #ffffff;
  height: 43px;
  line-height: 43px;
  font-weight: 100;
}
.popup .popup-content #wp_email_capture label {
  display: none;
}
.popup .popup-content #wp_email_capture #wp-email-capture-name-widget {
  display: none;
}
.popup .popup-content .newsletterSubmitResult {
  margin: 29px 0;
  color: #3b3a3a;
}

.fancybox-close-small {
  border: 2px solid #000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 22px;
  height: 22px;
  top: 25px;
  right: 25px;
  outline: none;
  background: transparent !important;
}
.fancybox-close-small:after {
  display: block;
  top: 0px;
  right: 0px;
  width: 17px;
  height: 18px;
  font: 22px/20px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #000000;
  background: transparent !important;
}

#tab-infoComplementaires_tab h2 {
  display: none;
}
#tab-infoComplementaires_tab li {
  list-style: none;
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
}
#tab-infoComplementaires_tab li strong {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #7f7e7c;
  font-weight: 100;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
#tab-infoComplementaires_tab .listeInfo li {
      /*
      //&:nth-child(5) , &:nth-child(1) , &:nth-child(2) , &:nth-child(3)  , &:nth-child(4) {
      //&:nth-child(3) , &:nth-child(4) , &:nth-child(5) , &:nth-child(6)  , &:nth-child(7) {
      &:nth-child(3) , &:nth-child(4) , &:nth-child(5) , &:nth-child(6)  , &:nth-child(7) {
        //width: 214px;
        width: 208px;
        float: left;
        clear: initial;

        @media screen and (max-width: 991px){
          width: 100%;
        }
      }

      //&:nth-child(6)  , &:nth-child(7), &:nth-child(8) , &:nth-child(14), &:nth-child(15){
      //&:nth-child(8)  , &:nth-child(9) , &:nth-child(10)  , &:nth-child(16) , &:nth-child(17){
      &:nth-child(8)  , &:nth-child(9) , &:nth-child(10)  , &:nth-child(16) , &:nth-child(17){
        //width: 418px;
        width: 404px;
        float: left;
        clear: initial;

        @media screen and (max-width: 991px){
          width: 100%;
        }
      }

      //&:nth-child(9) {
      &:nth-child(10) {
        clear: left;
      }

      //&:nth-child(11) , &:nth-child(12)  , &:nth-child(13) {
      &:nth-child(11) , &:nth-child(12)  , &:nth-child(13) {
        width: 214px;
        float: left;
        clear: initial;

        @media screen and (max-width: 991px){
          width: 100%;
        }
      }
      */
  vertical-align: text-top;
  padding-right: 34px;
}
@media screen and (max-width: 991px) {
  #tab-infoComplementaires_tab .listeInfo li {
    padding-right: 0;
  }
}
#tab-infoComplementaires_tab .listeInfo li.w-bt {
  margin-bottom: 42px;
}
#tab-infoComplementaires_tab .listeInfo li.w1-1 {
  width: 100%;
  clear: both;
}
#tab-infoComplementaires_tab .listeInfo li.w1-5 {
  width: 20%;
  display: inline-block;
}
#tab-infoComplementaires_tab .listeInfo li.w1-5:nth-child(0) {
  clear: both;
}
@media screen and (max-width: 991px) {
  #tab-infoComplementaires_tab .listeInfo li.w1-5 {
    width: 100%;
  }
}
#tab-infoComplementaires_tab .listeInfo li.w1-4 {
  width: 25%;
  display: inline-block;
}
#tab-infoComplementaires_tab .listeInfo li.w1-4:nth-child(0) {
  clear: both;
}
@media screen and (max-width: 991px) {
  #tab-infoComplementaires_tab .listeInfo li.w1-4 {
    width: 100%;
  }
}
#tab-infoComplementaires_tab .listeInfo li.w1-3 {
  width: 33%;
  display: inline-block;
}
#tab-infoComplementaires_tab .listeInfo li.w1-3:nth-child(0) {
  clear: both;
}
@media screen and (max-width: 991px) {
  #tab-infoComplementaires_tab .listeInfo li.w1-3 {
    width: 100%;
  }
}
#tab-infoComplementaires_tab .listeInfo li.w1-2 {
  width: 50%;
  display: inline-block;
}
#tab-infoComplementaires_tab .listeInfo li.w1-2:nth-child(0) {
  clear: both;
}
@media screen and (max-width: 991px) {
  #tab-infoComplementaires_tab .listeInfo li.w1-2 {
    width: 100%;
  }
}
#tab-infoComplementaires_tab ul.listeInfoEnergie li {
  width: 50% !important;
  display: inline-block;
}
@media (min-width: 1029px) {
  #tab-infoComplementaires_tab ul.listeInfoEnergie li {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  #tab-infoComplementaires_tab ul.listeInfoEnergie li {
    width: 100% !important;
  }
}

#tab-infoVariette_tab .varietes_anciennesWrapper h3 {
  font-family: 'SourceSansPro-Black';
  font-size: 66px;
  line-height: 60px;
  color: #000000;
  max-width: 420px;
  margin: 0 0 55px;
  padding: 10px 0 25px;
  min-height: 172px;
  background: no-repeat 92px 0;
}
#tab-infoVariette_tab .varietes_anciennesWrapper h3 .label {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  line-height: 12px;
  color: #7f7e7c;
  font-weight: 100;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
#tab-infoVariette_tab .varietes_anciennesWrapper ul li strong {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #7f7e7c;
  font-weight: 100;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
#tab-infoVariette_tab .varietes_anciennesWrapper ul li p {
  width: 404px;
  float: left;
  list-style: none;
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
  margin-bottom: 42px;
  padding-right: 34px;
}
#tab-infoVariette_tab .varietes_anciennesWrapper ul li p:nth-child(6) {
  clear: left;
}
@media screen and (max-width: 991px) {
  #tab-infoVariette_tab .varietes_anciennesWrapper ul li p {
    width: 100%;
  }
}

#tab-valeursNutritionnelles_tab li {
  list-style: none;
  font-family: 'SourceSansPro-Bold';
  font-size: 14px;
  color: #000000;
  margin-bottom: 42px;
  padding-right: 34px;
  width: 100%;
  clear: both;
}
#tab-valeursNutritionnelles_tab li strong {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #7f7e7c;
  font-weight: 100;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
#tab-valeursNutritionnelles_tab .listeInfo li:nth-child(2), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(3), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(4), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(5), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(6) {
  width: 208px;
  float: left;
  clear: initial;
}
@media screen and (max-width: 991px) {
  #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(2), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(3), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(4), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(5), #tab-valeursNutritionnelles_tab .listeInfo li:nth-child(6) {
    width: 100%;
  }
}
#tab-valeursNutritionnelles_tab ul.listeInfoEnergie li {
  width: 50% !important;
  display: inline-block;
}
@media (min-width: 1029px) {
  #tab-valeursNutritionnelles_tab ul.listeInfoEnergie li {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  #tab-valeursNutritionnelles_tab ul.listeInfoEnergie li {
    width: 100% !important;
  }
}

.storefront-full-width-content.single-product div.product .product-info-wrap .woocommerce-product-gallery {
  width: 50%;
  margin-right: 0;
  padding: 10px;
}
@media screen and (max-width: 1316px) {
  .storefront-full-width-content.single-product div.product .product-info-wrap .woocommerce-product-gallery {
    margin: 0;
    padding: 70px 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .storefront-full-width-content.single-product div.product .product-info-wrap .woocommerce-product-gallery {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .storefront-full-width-content.single-product div.product .product-info-wrap .woocommerce-product-gallery {
    margin-bottom: 15px;
  }
}
.storefront-full-width-content.single-product div.product .product-info-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.storefront-full-width-content.single-product div.product .product-info-wrap .summary {
  width: 50%;
  margin-right: 0;
}
.storefront-full-width-content.single-product div.product .product-info-wrap .summary .customQteClass {
  font-style: italic;
  color: #aeaba6;
}
@media screen and (max-width: 1024px) {
  .storefront-full-width-content.single-product div.product .product-info-wrap .summary {
    width: 100%;
  }
}
.storefront-full-width-content.single-product div.product .product-info-wrap .multi:before,
.storefront-full-width-content.single-product div.product .product-info-wrap .stock.out-of-stock:before {
  display: none;
  margin-top: 30px;
}
.storefront-full-width-content.single-product div.product .product-info-wrap .multi .stock.out-of-stock {
  opacity: 0;
}

@keyframes orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes orbit2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*

Cart style

*/
.woocommerce-cart-form table.cart td.product-remove, .woocommerce-cart-form table.cart td.actions {
  border: 0;
}
.woocommerce-cart-form .shop_table thead {
  border-bottom: 1px solid #dbdad5;
}
.woocommerce-cart-form .shop_table tr {
  border-bottom: 1px solid #dbdad5;
}
.woocommerce-cart-form .shop_table tr td {
  vertical-align: middle;
}
.woocommerce-cart-form .shop_table tr:last-child {
  border: 0;
}
.woocommerce-cart-form .shop_table tr .product-name a {
  color: #000000;
  text-decoration: none;
}
.woocommerce-cart-form .shop_table tr .actions {
  padding: 18px 0;
}
.woocommerce-cart-form .shop_table tr .actions input[type="submit"] {
  font-size: 14px;
  color: #ffffff;
  font-family: 'GentiumBookBasic-Italic';
  height: 43px;
  line-height: 43px;
  background: #afaea9;
  padding: 0 40px;
  text-decoration: none;
  font-weight: normal;
  vertical-align: top;
}
.woocommerce-cart-form .shop_table tr .actions .coupon input[type="text"] {
  background: transparent;
  border: 1px solid #bbbbb3;
  height: 43px;
  line-height: 43px;
  margin-right: 6px;
  box-shadow: none;
  vertical-align: top;
}
.woocommerce-cart-form .shop_table tr .actions .coupon input[type="submit"] {
  background: #000000;
}

.cart-collaterals .cart_totals {
  padding-top: 20px;
  border-top: 10px solid #dbdad5;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button.checkout-button {
  font-size: 14px;
  color: #ffffff;
  font-family: 'GentiumBookBasic-Italic';
  height: 68px;
  line-height: 68px;
  background: #000000;
  padding: 0 20px;
  text-decoration: none;
  font-weight: normal;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .button.checkout-button:after {
  display: none;
}

h3#order_review_heading {
  padding-bottom: 30px;
}

#customer_details h3 {
  padding-bottom: 30px;
  margin-bottom: 0;
}

#order_review .wccf_field_container_checkout_field,
#order_review .wccf_field_container_user_field {
  padding: 10px 20px;
  background: #dddad5;
  margin: -5px;
}

#wwlc-registration-form .form-controls-section #log-in, #wwlc-registration-form .form-controls-section #lost-password {
  display: none;
}

.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="tel"],
.wpcf7 .wpcf7-form input[type="password"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form textarea,
#wwlc-registration-form input[type="text"],
#wwlc-registration-form input[type="tel"],
#wwlc-registration-form input[type="password"],
#wwlc-registration-form input[type="email"],
#customer_details input[type="text"],
#customer_details input[type="tel"],
#customer_details input[type="password"],
#customer_details input[type="email"] {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
}

.wpcf7 .wpcf7-form textarea {
  height: initial;
}

.wpcf7 .wpcf7-form select,
#wwlc-registration-form select,
.wccf_field_container_checkout_field select,
.wccf_field_container_user_field select {
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: #dddad5;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
}

#toast-container,
.toast.toast-error {
  display: none !important;
}

#wwlc-registration-form .form_field.err {
  background-color: transparent;
}

#wwlc-registration-form .inline-error {
  color: #ea493d;
}

div.wpcf7-validation-errors {
  border: none;
  color: #eb514e;
  padding: 0;
  font-size: 17px;
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
  padding: 0;
  font-size: 17px;
  margin: 0;
}

#order_review .wccf_field_container_checkout_field ul,
#order_review .wccf_field_container_user_field ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#order_review .wccf_field_container_checkout_field ul li input[type="checkbox"],
#order_review .wccf_field_container_user_field ul li input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
#order_review .wccf_field_container_checkout_field ul li label,
#order_review .wccf_field_container_user_field ul li label {
  position: relative;
  padding-left: 30px;
}
#order_review .wccf_field_container_checkout_field ul li label:after,
#order_review .wccf_field_container_user_field ul li label:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #b7b5b1;
  left: 0;
  position: absolute;
  /*top: 50%;*/
  top: 16px;
  margin-top: -7px;
}
#order_review .wccf_field_container_checkout_field ul li input[type="checkbox"]:checked + label:before,
#order_review .wccf_field_container_user_field ul li input[type="checkbox"]:checked + label:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b7b5b1;
  left: 5px;
  position: absolute;
  /*top: 50%;*/
  top: 16px;
  margin-top: -2px;
}

#payment .place-order .button {
  font-size: 14px;
  color: #ffffff;
  font-family: 'GentiumBookBasic-Italic';
  height: 68px;
  line-height: 68px;
  background: #000000;
  padding: 0 20px;
  text-decoration: none;
  font-weight: normal;
}

#payment .payment_methods {
  margin: 0 !important;
  padding: 0 20px !important;
}

#payment .terms, .woocommerce-account-fields .create-account, #customer_details h3 {
  /*padding-left: 20px;*/
}
#payment .terms label input[type="checkbox"], .woocommerce-account-fields .create-account label input[type="checkbox"], #customer_details h3 label input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}
#payment .terms label input[type="checkbox"] + span, .woocommerce-account-fields .create-account label input[type="checkbox"] + span, #customer_details h3 label input[type="checkbox"] + span {
  position: relative;
  padding-left: 30px;
}
#payment .terms label input[type="checkbox"] + span:after, .woocommerce-account-fields .create-account label input[type="checkbox"] + span:after, #customer_details h3 label input[type="checkbox"] + span:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #b7b5b1;
  left: 0;
  position: absolute;
  /*top: 50%;*/
  top: 9px;
  margin-top: -7px;
}
#payment .terms label input[type="checkbox"]:checked + span:before, .woocommerce-account-fields .create-account label input[type="checkbox"]:checked + span:before, #customer_details h3 label input[type="checkbox"]:checked + span:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b7b5b1;
  left: 5px;
  position: absolute;
  /*top: 50%;*/
  top: 9px;
  margin-top: -2px;
}

#customer_details h3 label input[type="checkbox"] + span:after {
  /*top: 50%;*/
  top: 14px;
}
#customer_details h3 label input[type="checkbox"]:checked + span:before {
  /*top: 50%;*/
  top: 14px;
}

#customer_details textarea,
#order_review .wccf_field_container_checkout_field textarea,
#order_review .wccf_field_container_user_field textarea {
  display: block;
  width: 100%;
  padding: 20px;
  background: transparent;
  border: 1px solid #b7b5b1;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  min-width: 100%;
  max-width: 100%;
}

#customer_details .select2-container {
  width: 100% !important;
  outline: none;
}
#customer_details .select2-container .select2-selection--single {
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}
#customer_details .select2-container .select2-selection--single .select2-selection__rendered {
  height: 44px;
  line-height: 44px;
  outline: none;
}
#customer_details .select2-container .select2-selection--single .select2-selection__arrow {
  height: 44px;
  line-height: 44px;
  width: 45px;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
}
#customer_details .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
}
#customer_details .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
}

.page-template-espace-revendeur h1 {
  margin-bottom: 20px;
}
.page-template-espace-revendeur input {
  white-space: normal !important;
}
.page-template-espace-revendeur .loginForm {
  background: #e5e2dd;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 2%;
  border: solid 1px #ccc;
}
.page-template-espace-revendeur .loginForm .woocommerce-error {
  background-color: transparent;
  color: red;
  list-style-type: none;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.page-template-espace-revendeur .loginForm h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p {
  float: left;
  display: inline-block;
  clear: none !important;
  margin-bottom: 0px;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p label {
  font-size: 14px;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p:nth-child(1) {
  width: 45%;
  padding: 0 2% 0 0;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p:nth-child(2) {
  width: 30%;
  padding: 0 0 0 2%;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p:nth-child(3) {
  width: 25%;
  padding: 0 0 0 2%;
  margin-top: 25px;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p:nth-child(3) label {
  display: none !important;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p:nth-child(3) input {
  padding: 5px 30px !important;
  margin-top: 5px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p {
    width: 100%;
    display: inline-block;
  }
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p.lost_password {
  width: 100%;
  font-size: 12px;
  text-align: right;
  float: right;
  margin-top: 15px;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p input {
  white-space: normal !important;
  font-size: 13px;
  padding: 5px 10px !important;
}
.page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p .input-text, .page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p input[type=email], .page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p input[type=password], .page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p input[type=search], .page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p input[type=text], .page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p input[type=url], .page-template-espace-revendeur .loginForm .woocommerce-form-login.login form p textarea {
  background: transparent;
  border: 1px solid #b7b5b1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-template-espace-revendeur .dynContentBlocs {
  clear: both;
  padding-top: 40px;
}

.woocommerce-ResetPassword.lost_reset_password {
  margin-top: 50px;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 0 !important;
}
.woocommerce-MyAccount-navigation li {
  display: block;
  margin: 0 !important;
  padding: 2px;
  z-index: 1001;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  transition: padding 0.06s ease;
}
.woocommerce-MyAccount-navigation li:not(:last-child) {
  margin-bottom: 3px;
}
.woocommerce-MyAccount-navigation li:hover, .woocommerce-MyAccount-navigation li.is-active {
  border-left: 2px solid #000;
  padding-left: 15px;
}
.woocommerce-MyAccount-navigation li:hover a, .woocommerce-MyAccount-navigation li.is-active a {
  color: #000;
}
.woocommerce-MyAccount-navigation li.is-active {
  background: #f8f8f8;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none !important;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #e94942;
}
.woocommerce-MyAccount-navigation li.is-active {
  background: #e5e2dd;
}
.woocommerce-MyAccount-navigation a {
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
  width: auto;
  font-family: nunitoregular,sans-serif;
  color: #858482;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #e5e2dd;
  color: #000;
}
.woocommerce-info a, .woocommerce-info a:hover, .woocommerce-noreviews a, .woocommerce-noreviews a:hover, p.no-comments a, p.no-comments a:hover {
  color: #e94a41;
}

header.woocommerce-Address-title.title {
  min-height: 110px;
}

.woocommerce-MyAccount-content h3 {
  margin-bottom: 30px;
  font-weight: bold;
}
.woocommerce-MyAccount-content .order-again a {
  color: #fff;
}
.woocommerce-MyAccount-content form p {
  margin-bottom: 15px !important;
}
.woocommerce-MyAccount-content form .clear {
  overflow: hidden;
  clear: both;
  margin-bottom: 0px !important;
}
.woocommerce-MyAccount-content form fieldset {
  margin-top: 30px;
}
.woocommerce-MyAccount-content form input[type="text"], .woocommerce-MyAccount-content form input[type="email"], .woocommerce-MyAccount-content form input[type="password"] {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
}
.woocommerce-MyAccount-content form textarea {
  display: block;
  width: 100%;
  padding: 20px;
  background: transparent;
  border: 1px solid #b7b5b1;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
  min-width: 100%;
  max-width: 100%;
}
.woocommerce-MyAccount-content form input[type="submit"] {
  display: inline-block;
  background: #000000;
  padding: 0 36px;
  font-family: 'GentiumBookBasic-Italic';
  font-size: 16px;
  color: #ffffff;
  height: 43px;
  line-height: 43px;
  font-weight: 100;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style-type: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  margin-top: 2px;
}

.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
  margin-bottom: .236em;
}

.button {
  color: #fff !important;
}

.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text {
  margin: 20px 0 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text input#wccf_checkout_field_donation_libre_key {
  display: none;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text label {
  font-weight: bold !important;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text .wccf_price_label {
  display: none;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text .intitule {
  font-size: 20px;
  display: inline-block;
  position: relative;
  height: 30px;
  float: left;
  margin-top: 13px;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text .quantity {
  display: inline-block;
  margin-top: 10px;
  float: left;
  margin: 11px 7px;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text .quantity input {
  width: 100px;
  height: 34px;
  line-height: 68px;
  float: left;
  text-align: left;
  border: 2px solid #000000;
  font-size: 17px;
  padding-left: 10px;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text .quantity .quantity-nav {
  height: 34px;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text .quantity .quantity-nav .quantity-button {
  width: 22px;
  height: 100%;
  border-bottom: none;
  line-height: 31px !important;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text .quantity .quantity-nav .quantity-button.quantity-down {
  bottom: initial;
  top: 0;
  left: -22px;
}
.wccf_field_container.wccf_field_container_checkout_field.wccf_field_container_text.wccf_field_container_checkout_field_text br {
  clear: both;
}

body.post-type-archive-product .product-item .quantity,
body.page-template-boutique-varietes-anciennes .product-item .quantity,
body.page-template-boutique-famille-de-produit .product-item .quantity,
body.tax-varietes_anciennes .product-item .quantity,
body.tax-product_cat .product-item .quantity {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
body.post-type-archive-product .product-item .quantity .quantityHolder,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder,
body.tax-product_cat .product-item .quantity .quantityHolder {
  margin: auto;
  display: inline-block;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .qteHolder,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .qteHolder,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .qteHolder,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .qteHolder,
body.tax-product_cat .product-item .quantity .quantityHolder .qteHolder {
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 5px;
  text-align: center;
}
body.post-type-archive-product .product-item .quantity .quantityHolder input,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder input,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder input,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder input,
body.tax-product_cat .product-item .quantity .quantityHolder input {
  width: 73px;
  position: relative;
  margin: 0 !important;
  float: left;
  height: 34px;
  line-height: 68px;
  text-align: left;
  border: 2px solid #9f9c97;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .quantity-nav,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .quantity-nav,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .quantity-nav,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .quantity-nav,
body.tax-product_cat .product-item .quantity .quantityHolder .quantity-nav {
  height: 34px;
  right: 0px;
  display: inline-block;
  float: left;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .quantity-nav .quantity-button,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .quantity-nav .quantity-button,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .quantity-nav .quantity-button,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .quantity-nav .quantity-button,
body.tax-product_cat .product-item .quantity .quantityHolder .quantity-nav .quantity-button {
  width: 22px;
  height: 100%;
  border-bottom: none;
  line-height: 31px !important;
  position: relative !important;
  display: inline-block;
  left: auto !important;
  border: 2px solid #9f9c97;
  border-left: none;
  right: auto;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  color: #9f9c97;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .quantity-nav .quantity-button:hover,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .quantity-nav .quantity-button:hover,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .quantity-nav .quantity-button:hover,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .quantity-nav .quantity-button:hover,
body.tax-product_cat .product-item .quantity .quantityHolder .quantity-nav .quantity-button:hover {
  color: #000000;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .quantity-nav .quantity-button.quantity-down,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .quantity-nav .quantity-button.quantity-down,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .quantity-nav .quantity-button.quantity-down,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .quantity-nav .quantity-button.quantity-down,
body.tax-product_cat .product-item .quantity .quantityHolder .quantity-nav .quantity-button.quantity-down {
  bottom: initial;
  top: 0;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .addbtn,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .addbtn,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .addbtn,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .addbtn,
body.tax-product_cat .product-item .quantity .quantityHolder .addbtn {
  display: inline-block;
  float: left;
  width: 34px;
  height: 34px;
  background: #9f9c97;
  margin-left: 4px;
  position: relative;
  cursor: pointer;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .addbtn:hover,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .addbtn:hover,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .addbtn:hover,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .addbtn:hover,
body.tax-product_cat .product-item .quantity .quantityHolder .addbtn:hover {
  background: #000000;
}
body.post-type-archive-product .product-item .quantity .quantityHolder .addbtn:before,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder .addbtn:before,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder .addbtn:before,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder .addbtn:before,
body.tax-product_cat .product-item .quantity .quantityHolder .addbtn:before {
  content: '';
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  display: block !important;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.post-type-archive-product .product-item .quantity .quantityHolder.loading .addbtn,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder.loading .addbtn,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder.loading .addbtn,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder.loading .addbtn,
body.tax-product_cat .product-item .quantity .quantityHolder.loading .addbtn {
  cursor: default;
}
body.post-type-archive-product .product-item .quantity .quantityHolder.loading .addbtn:hover,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder.loading .addbtn:hover,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder.loading .addbtn:hover,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder.loading .addbtn:hover,
body.tax-product_cat .product-item .quantity .quantityHolder.loading .addbtn:hover {
  background: #9f9c97;
}
body.post-type-archive-product .product-item .quantity .quantityHolder.loading .addbtn:before,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder.loading .addbtn:before,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder.loading .addbtn:before,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder.loading .addbtn:before,
body.tax-product_cat .product-item .quantity .quantityHolder.loading .addbtn:before {
  background: none;
}
body.post-type-archive-product .product-item .quantity .quantityHolder.loading .addbtn:after,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder.loading .addbtn:after,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder.loading .addbtn:after,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder.loading .addbtn:after,
body.tax-product_cat .product-item .quantity .quantityHolder.loading .addbtn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f110";
  -webkit-animation: fa-spin .75s linear infinite;
  animation: fa-spin .75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #fff;
}
body.post-type-archive-product .product-item .quantity .quantityHolder a.button,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder a.button,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder a.button,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder a.button,
body.tax-product_cat .product-item .quantity .quantityHolder a.button {
  height: 34px;
  line-height: normal;
  display: inline-block;
  min-width: 155px;
  display: none;
}
body.post-type-archive-product .product-item .quantity .quantityHolder a.added_to_cart,
body.page-template-boutique-varietes-anciennes .product-item .quantity .quantityHolder a.added_to_cart,
body.page-template-boutique-famille-de-produit .product-item .quantity .quantityHolder a.added_to_cart,
body.tax-varietes_anciennes .product-item .quantity .quantityHolder a.added_to_cart,
body.tax-product_cat .product-item .quantity .quantityHolder a.added_to_cart {
  display: none !important;
}

/*
body.post-type-archive-product .product-item .quantity,
body.page-template-boutique-varietes-anciennes .product-item .quantity,
body.page-template-boutique-famille-de-produit .product-item .quantity,
body.tax-varietes_anciennes .product-item .quantity,
body.tax-product_cat .product-item .quantity
{ display:none;}
body.shopAsCustomer.post-type-archive-product .product-item .quantity,
body.shopAsCustomer.page-template-boutique-varietes-anciennes .product-item .quantity,
body.shopAsCustomer.page-template-boutique-famille-de-produit .product-item .quantity,
body.shopAsCustomer.tax-varietes_anciennes .product-item .quantity,
body.shopAsCustomer.tax-product_cat .product-item .quantity
{ display:inline-block;}
*/
#payment,
.woocommerce-checkout-payment {
  margin-top: 30px !important;
}

input#calc_shipping_postcode,
input#coupon_code {
  background: transparent;
  border: 1px solid #bbbbb3;
  height: 43px;
  line-height: 43px;
  margin-right: 6px;
  box-shadow: none;
  vertical-align: top;
}

.woocommerce-cart-tab-container {
  display: block !important;
  height: 100% !important;
  overflow: scroll;
}

input.search-field {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #b7b5b1;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SourceSansPro-Regular';
  font-size: 14px;
  color: #000000;
}

body.search-results .container .searchResultBloc a {
  color: #9f9c97;
  text-decoration: none;
}
body.search-results .container .searchResultBloc a h3 {
  font-size: 23px;
  color: #000;
  font-weight: bold;
}
body.search-results .container .searchResultBloc a:hover {
  text-decoration: none;
}
body.search-results .container .searchResultBloc a:hover h3 {
  text-decoration: underline;
}

body.search-results .container {
  padding-bottom: 20px;
}
body.search-results .container h3 {
  margin-top: 5px;
  color: #000 !important;
}
body.search-results .container h3 a {
  color: #000 !important;
}
body.search-results .container h6 {
  margin: 0;
  color: #9f9c97 !important;
}
body.search-results .container h6 a {
  color: #9f9c97 !important;
}
body.search-results .container h6 a:hover {
  text-decoration: underline !important;
}
body.search-results .container .cat-links a:hover {
  text-decoration: underline !important;
}
body.search-results .container .texteResume {
  color: #9f9c97 !important;
}
body.search-results .container .texteResume p {
  color: #9f9c97 !important;
}
body.search-results .container a.texteResumeLink .texteResume:hover {
  color: #494744 !important;
}
body.search-results .container a.texteResumeLink .texteResume:hover p {
  color: #494744 !important;
}
body.search-results .container a.texteResumeLink .texteResume.hover {
  color: #494744 !important;
}
body.search-results .container a.texteResumeLink .texteResume.hover p {
  color: #494744 !important;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
}

.widget_shopping_cart_content .blockUI.blockOverlay {
  background: #fff !important;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media screen and (max-width: 767px) {
  .table-wrap {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .table-wrap table {
    border: 0 !important;
  }
  .table-wrap table tr {
    margin-bottom: 20px;
  }
  .table-wrap table tr:nth-of-type(1) {
    display: none;
  }
  .table-wrap table, .table-wrap thead, .table-wrap tbody, .table-wrap th, .table-wrap td, .table-wrap tr {
    display: block;
  }
  .table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-wrap tr {
    border: 1px solid #ccc;
  }
  .table-wrap td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0;
  }
  .table-wrap td p {
    padding: 15px;
  }
  .table-wrap table tr td:nth-child(2) {
    border-bottom: 0 !important;
  }
  .table-wrap td:before {
    /* Now like a table header */
    /* Top/left values mimic padding */
    /*top: 6px;
    left: 6px;*/
    display: block;
    width: 100%;
    padding-right: 10px;
    padding: 15px;
    background-color: #bd8219;
    font-family: 'SourceSansPro-Bold';
    font-size: 12px;
    color: #000000;
    line-height: 16px;
  }
  .table-wrap td:nth-of-type(1):before {
    content: 'Définition';
  }
  .table-wrap td:nth-of-type(2):before {
    content: 'ELLES SONT ISSUES DE SEMENCES ANCIENNES';
  }
  .table-wrap td:nth-of-type(3):before {
    content: 'EN OPPOSITION AUX HYBRIDES F1 (majorité des semences) QUI SONT EUX';
  }
}
footer {
  padding-bottom: 150px;
  clear: both;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 30px 150px;
  }
}
@media screen and (max-width: 580px) {
  footer {
    padding: 0 15px 150px;
  }
}
footer .footer-content {
  border-top: 1px solid #eae8e2;
  padding-top: 82px;
}
@media screen and (max-width: 991px) {
  footer .footer-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .row .col-xs-2 {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-content .row .col-xs-2 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .row .col-xs-2:nth-child(4) {
    clear: left;
  }
}
footer .footer-content .row .col-xs-2:first-of-type img {
  max-width: 118px;
  height: auto;
}
@media screen and (max-width: 991px) {
  footer .footer-content .row .col-xs-2:first-of-type {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -70px;
    margin-bottom: 50px;
  }
  footer .footer-content .row .col-xs-2:first-of-type img {
    display: inline-block;
    background-color: #f4f2ed;
    max-width: 148px;
    padding: 15px;
  }
}
footer .footer-content ul {
  margin: 0;
  padding: 0;
}
footer .footer-content ul > li a {
  display: inline-block;
  margin-bottom: 25px;
  font-family: 'SourceSansPro-Black';
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer .footer-content ul > li a {
    margin-bottom: 20px;
  }
}
footer .footer-content ul > li ul li a {
  font-family: 'SourceSansPro-Regular';
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-content ul > li ul li a {
    margin-bottom: 5px;
  }
}
footer .footer-content .dv-copyright {
  float: right;
  font-size: 10px;
  color: #9e9c97;
  text-align: right;
}
footer .footer-content .dv-copyright .payment-option {
  padding-top: 20px;
}

#wrap-footer {
  background: url(../img/bg-footer.png) no-repeat center bottom;
  background-size: 100% auto;
  text-align: center;
  padding-top: 200px;
  margin-top: -150px;
}
@media screen and (max-width: 1240px) {
  #wrap-footer {
    padding-top: 200px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 767px) {
  #wrap-footer {
    padding-top: 58px;
    margin-top: -93px;
    background: transparent;
  }
}
@media screen and (max-width: 480px) {
  #wrap-footer {
    padding-top: 55px;
    margin-top: -90px;
  }
}
#wrap-footer a {
  display: inline-block;
  background: #e84a42;
  padding: 10px 14px 8px;
  font-family: 'GentiumBasic';
  font-size: 12px;
  color: #f4f2ed;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  width: 100%;
}
.p-info-wrap .p-info-content {
  border-top: 1px solid #eae8e2;
  padding: 15px 0;
  overflow: hidden;
}
.p-info-wrap .p-info-content .p-info-left {
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-info-wrap .p-info-content .p-info-left {
    float: none;
  }
}
.p-info-wrap .p-info-content .p-info-left .p-info-item {
  float: left;
  padding: 7px 0 7px 36px;
  position: relative;
  text-transform: uppercase;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-info-wrap .p-info-content .p-info-left .p-info-item {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .p-info-wrap .p-info-content .p-info-left .p-info-item {
    float: none;
    display: block;
    width: 186px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.p-info-wrap .p-info-content .p-info-left .p-info-item strong {
  display: block;
  color: #97948f;
}
.p-info-wrap .p-info-content .p-info-left .p-info-item span {
  color: #c3c0bb;
}
.p-info-wrap .p-info-content .p-info-left .p-info-item:before {
  content: '';
  position: absolute !important;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-info-wrap .p-info-content .p-info-left .p-info-item.delivery:before {
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -118px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
}
.p-info-wrap .p-info-content .p-info-left .p-info-item.lock:before {
  width: 21px;
  height: 25px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -289px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
}
.p-info-wrap .p-info-content .p-info-left a.p-info-item:hover {
  text-decoration: none;
}
.p-info-wrap .p-info-content .p-info-left a.p-info-item:hover:before, .p-info-wrap .p-info-content .p-info-left a.p-info-item:hover strong, .p-info-wrap .p-info-content .p-info-left a.p-info-item:hover span {
  color: #333333;
}
.p-info-wrap .p-info-content .europe-logo {
  float: right;
  width: 78px;
  height: 52px;
  display: inline-block;
  position: relative;
  background-image: url('../img/sprites-s41f59a0b08.png');
  background-repeat: no-repeat;
  background-position: 0 -164px;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
}
@media screen and (max-width: 767px) {
  .p-info-wrap .p-info-content .europe-logo {
    float: none;
    display: block;
    width: 78px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .p-info-wrap .p-info-content {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-info-wrap .p-info-content {
    border-bottom: 1px solid #eae8e2;
  }
}

em {
  font-style: italic;
}

.woocommerce-order-received .woocommerce-table--order-details .shipped_via {
  display: none;
}

li.wc_payment_method.payment_method_offline_gateway,
li.wc_payment_method.payment_method_bacs {
  display: none;
}

body.wholesale_customer li.wc_payment_method.payment_method_bacs,
body.revendeur li.wc_payment_method.payment_method_bacs,
body.shopAsCustomer li.wc_payment_method.payment_method_bacs,
body.shopAsCustomer li.wc_payment_method.payment_method_offline_gateway,
body.admin li.wc_payment_method.payment_method_bacs,
body.admin li.wc_payment_method.payment_method_offline_gateway {
  display: block;
}

body.shopAsCustomer .telechargerFacture {
  display: none;
}

body.shopAsCustomer .cxsac-frontend .cxsac-button-block a.cxsac-button.cxsac-button-send-invoice {
  display: none !important;
}

body.shopAsCustomer .cxsac-info.cxsac-success-page-tooltip {
  display: none !important;
}

body.shopAsCustomer .cxsac-frontend.cxsac-frontend-checkout .cxsac-frontend-action-block .cxsac-email-block {
  display: none !important;
}

body.shopAsCustomer #cxsac_checkout_action_pay_later {
  display: none !important;
}

body.shopAsCustomer .cxsac-info.cxsac-checkout-page-tooltip {
  display: none !important;
}

tr.woocommerce-cart-form__cart-item.cart_item.chained_item td {
  font-size: 0.7em !important;
  margin: 0 !important;
  padding-left: 4em !important;
  vertical-align: middle !important;
}

tr.woocommerce-cart-form__cart-item.cart_item.chained_item td.product-thumbnail img {
  display: none;
}

tr.woocommerce-table__line-item.order_item.chained_item {
  line-height: 0em !important;
}

.chained_item td.product-name {
  font-size: 0.7em !important;
  margin: 0 !important;
  padding-left: 4em !important;
  vertical-align: middle !important;
}

tr.woocommerce-cart-form__cart-item.cart_item.chained_item td {
  font-size: 0.7em !important;
  margin: 0 !important;
  padding: 1em 0em 1em 4em !important;
  vertical-align: middle !important;
}

.woocommerce-cart-form__cart-item.cart_item.chained_item td.product-name a:before {
  width: 10px;
  height: 10px;
  display: block;
  content: "-";
  float: left;
}

.woocommerce-cart-form .shop_table tr .actions input[type="submit"] {
  background: #000 !important;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
}

/* Autre */
/*
#cc-window.cc-window{
  color: #707070;
  background-color: #ffffff;
  padding: 0;
  border-radius: 12px;
  font-size: 12px;
  z-index: 10000000;
  box-shadow: 0 0.125rem 0.25rem #00000080 !important;
}

#cc-window.cc-window .cc-message{
  margin: 0 22px !important;
  padding: 25px 0 5px 70px !important;
  background: url("../img/complianz-gdpr/visu-cookies.png") no-repeat left 18px / 60px auto !important;
}

#cc-window.cc-window .cc-message .cc-link{
  display: block;
  margin-top: 8px;

  color: #707070;
  opacity: 1;
}

#cc-window.cc-window .cc-message .cc-link:active,
#cc-window.cc-window .cc-message .cc-link:visited{
  color: #707070;
  opacity: 1;
}

#cc-window.cc-window .cmplz-categories-wrap{
  margin-left: 92px !important;
  margin-right: 22px !important;
}

#cc-window.cc-window .cc-compliance .cc-btn{
  padding: 15px 0 !important;
}

#cc-window.cc-window .cc-compliance .cc-accept-all,
#cc-window.cc-window .cc-compliance .cc-dismiss,
#cc-window.cc-window .cc-compliance .cc-save{
  margin-top: 0 !important;
  width: 50% !important;
  background-color: transparent !important;
  border: none !important;
  color: #707070 !important;
  font-weight: normal !important;
}

#cc-window.cc-window .cc-compliance .cc-accept-all{
  color: #221C12 !important;
  font-size: 15px;
  margin-top: 10px !important;
  width: 100% !important;
  font-weight: bold !important;
  border-top: 1px solid #70707021 !important;
  border-bottom: 1px solid #70707021 !important;
}
 
#cc-window.cc-window .cc-compliance .cc-dismiss{
  border-right: 1px solid #70707021 !important;
}
   
.cc-revoke{
  font-family: inherit !important;
  color: #707070 !important;
  background-color: #FFF !important;
  font-size: 12px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
  */
.prettyprinted {
  overflow: initial;
  width: inherit;
  font-size: inherit;
  font-family: inherit;
  max-width: 100%;
  white-space: inherit;
  padding: 0;
}

/*
#cmplz-document{
  width: inherit;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  overflow: initial;
  width: inherit;
  font-size: inherit;
  font-family: inherit;
  max-width: 100%;
  white-space: inherit;
  padding: 0;
}
  
#cmplz-document h2{
  font-size: 1.1375rem !important;
  border: none !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  padding: 0 !important;
}

#cmplz-document .cmplz-subtitle{
  margin-bottom: 0px !important;
}
  
details.cmplz-dropdown.cmplz-service-desc.cmplz-dropdown-cookiepolicy {
  background: #e5e2dd;
  border: 1px solid #f4f2ed;
  padding: 10px 20px;
}
*/
#checkout_newsletter_field .optional {
  display: none !important;
}

#checkout_newsletter_field {
  margin: 30px 0 !important;
}

.form-row.newsltr input[type="checkbox"]:checked + span:before,
.form-row.newsltr input[type="checkbox"] + span:after {
  border-radius: 50%;
}

#payment .place-order {
  margin-top: 30px;
  padding-top: 0;
}
