/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body,
figure {
  margin: 0;
}
.dropdown-header,
.text-nowrap {
  white-space: nowrap;
}
.slick-slider,
html {
  -webkit-tap-highlight-color: transparent;
}
.slick-slide.dragging img,
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  src: local("Lora"), local("Lora-Regular"), url(https://fonts.gstatic.com/s/lora/v9/4A-myfZX6oDr9CtSTkTGig.ttf) format("truetype");
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 700;
  src: local("Lora Bold"), local("Lora-Bold"), url(https://fonts.gstatic.com/s/lora/v9/rapsGf8n-DpRu9kcmAAciA.ttf) format("truetype");
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.btn,
.caret,
img {
  vertical-align: middle;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
pre,
textarea {
  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[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
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 {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !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: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.img-thumbnail,
body {
  background-color: #fff;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  color: #333;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 0;
  -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%;
}
.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: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
dl,
ol,
ul {
  margin-top: 0;
}
.lead,
address,
dl,
legend {
  margin-bottom: 20px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt,
label {
  font-weight: 700;
}
address,
dd,
dt {
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.btn-outline,
.h2.sans-serif,
.h5,
.initialism,
h2.sans-serif,
h5 {
  text-transform: uppercase;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
}
ol,
ul {
  margin-bottom: 10px;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after,
.slick-track:after {
  clear: both;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  margin: 0 0 20px;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  font-style: normal;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
  color: #555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  -webkit-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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  -webkit-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;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@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-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.btn-block + .btn-block,
.help-block {
  margin-top: 5px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  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;
}
.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}
.input-sm {
  height: 30px;
  line-height: 1.5;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.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;
  line-height: 1.3333333;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  line-height: 1.3333333;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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;
}
.collapsing,
.dropdown,
.dropup {
  position: relative;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-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-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-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-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  -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;
}
.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.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  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.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  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.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  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.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  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.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  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.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: 400;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-xs {
  padding: 1px 5px;
}
.dropdown-header,
.dropdown-menu > li > a {
  padding: 3px 20px;
  line-height: 1.42857143;
}
.btn-block {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-header,
.nav > li,
.nav > li > a,
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-header,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.nav > li.disabled > a {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > a {
  outline: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  font-size: 12px;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.nav > li,
.nav > li > a,
.navbar {
  position: relative;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.row [class*="col-"],
iframe {
  max-width: 100%;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-justified > li,
.nav-stacked > li {
  float: none;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  min-height: 73px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.frame-wrapper.canard-left:before,
.frame-wrapper.canard-right:before,
.slick-list,
body.home .wrap,
body.page-template-page-campagne .wrap {
  overflow: hidden;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -11px;
  margin-left: -11px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 26.5px 11px;
  font-size: 18px;
  line-height: 20px;
  height: 73px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -11px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 19.5px;
  margin-bottom: 19.5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 13.25px -11px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 26.5px;
    padding-bottom: 26.5px;
  }
}
.navbar-form {
  padding: 10px 11px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 19.5px -11px;
}
@media (min-width: 768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block;
  }
  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-text {
    float: left;
    margin-left: 11px;
    margin-right: 11px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-btn {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
.navbar-btn.btn-sm {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-xs {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
.navbar-text {
  margin-top: 26.5px;
  margin-bottom: 26.5px;
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -11px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert > p,
.alert > ul,
address:last-child {
  margin-bottom: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.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;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .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;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .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;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .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;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !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;
  }
}
.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;
  }
  td.visible-print,
  th.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;
  }
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: FontAwesome;
  src: url(../vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1);
  src: url(../vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format("embedded-opentype"), url(../vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1) format("woff2"),
    url(../vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.1) format("woff"), url(../vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.1) format("truetype"),
    url(../vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  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;
}
.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative;
}
.essonnes-bold,
.essonnes-light,
.essonnes-regular {
  font-family: essonnes-display, sans-serif;
  font-style: normal;
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-print:before {
  content: "\f02f";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before,
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.flexboxtweener body,
body,
html {
  height: 100%;
}
.slick-arrow.slick-hidden {
  display: none;
}
.essonnes {
  font-family: essonnes-display, sans-serif;
}
.essonnes-regular {
  font-weight: 400;
}
.essonnes-light {
  font-weight: 300;
}
.essonnes-bold {
  font-weight: 700;
}
.proxima,
.proxima-bold,
.proxima-extrabold,
.proxima-regular,
.proxima-semibold {
  font-family: proxima-nova, sans-serif;
}
.proxima-regular {
  font-weight: 400;
}
.proxima-semibold {
  font-weight: 600;
}
.proxima-bold {
  font-weight: 700;
}
.proxima-extrabold {
  font-weight: 800;
}
.lora,
.lora-bold,
.lora-regular {
  font-family: Lora, serif;
}
.lora-regular {
  font-weight: 400;
}
.lora-bold {
  font-weight: 700;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nomargin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body {
  min-height: 100%;
  font-size: 15px;
  line-height: 25px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #ebebe8;
}
.h1,
.h2,
h1,
h2 {
  font-weight: 700;
  font-family: essonnes-display, sans-serif;
  font-style: normal;
}
.no-flexboxtweener body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-flexboxtweener body .wrap,
.no-flexboxtweener body > footer,
.no-flexboxtweener body > header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
@keyframes float {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.overline:before,
.underline:after,
i.icon-plus:after,
i.icon-plus:before {
  content: "";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.h1,
h1 {
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 45px;
    line-height: 51px;
  }
}
.underline {
  position: relative;
  margin-bottom: 25px;
}
.underline:after {
  display: block;
  width: 116px;
  height: 16px;
  background: url(../img/min/frise-triangles.min.svg) center no-repeat;
  margin: 19px auto 0;
}
@media print {
  .underline:after {
    display: none;
  }
}
.h2,
h2 {
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 34px;
}
.h2.big,
h2.big {
  text-align: center;
  font-family: essonnes-display, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 49px;
}
.h2.big strong,
h2.big strong {
  display: block;
  margin-bottom: 13px;
  font-family: essonnes-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.h2.sans-serif,
.h3,
h2.sans-serif,
h3 {
  font-family: proxima-nova, sans-serif;
}
.h2.sans-serif,
h2.sans-serif {
  font-size: 28px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.overline:before {
  display: block;
  width: 51px;
  height: 4px;
  background: #d1ac66;
  margin: 0 auto 33px;
}
.h3,
h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 18px;
}
.h4,
.h5,
h4,
h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.h4,
h4 {
  font-size: 22px;
}
.h5,
h5 {
  font-size: 13px;
  line-height: 18px;
  color: #d1ac66;
  margin: 18px 0;
}
p {
  margin-bottom: 5px;
}
.page-header {
  position: relative;
  margin: 0;
  padding: 20px 0;
  border: none;
  text-align: center;
}
.chapeau {
  font-size: 28px;
  line-height: 36px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}
.highlight,
.highlight-gold {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}
.highlight {
  line-height: 25px;
}
@media (min-width: 768px) {
  .highlight {
    line-height: 32px;
  }
}
.highlight-gold {
  line-height: 25px;
  color: #ac8e56;
}
@media (min-width: 768px) {
  .highlight-gold {
    line-height: 32px;
  }
}
a {
  color: #000;
}
a[href^="tel:"],
a[href^="tel:"]:hover {
  text-decoration: none;
}
blockquote {
  padding: 0 0 0 8.33333333%;
  border-left: 1px solid #c3c3bb;
  font-family: essonnes-display, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
}
hr {
  margin: 35px auto;
  border: none;
  width: 50px;
  height: 3px;
  background: #d1ac66;
}
.btn {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  white-space: normal;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:active,
.btn:focus,
.btn:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-lightblue {
  color: #add8e6;
  border-color: #add8e6;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-lightblue:active,
.btn.btn-lightblue:focus,
.btn.btn-lightblue:hover,
.btn.btn-lightblue:visited {
  border-color: #00008b;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn img {
  margin-right: 10px;
}
.btn-outline {
  border: 1px solid #2c0000;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  padding: 8px 22px;
  border-radius: 1px;
}
.btn-unstyled {
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 0;
  margin: 0;
  outline: 0;
}
.btn-beige,
.btn-gold {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 26px;
}
.btn-unstyled:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-gold {
  background: #d1ac66;
  border-radius: 3px;
  color: #000;
}
.btn-gold:active,
.btn-gold:focus,
.btn-gold:hover {
  background: #c89b47;
}
.btn-beige {
  background: #c3c3bb;
  color: #fff;
}
.btn-arrow,
.btn-arrow---light {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 10px 10px 47px;
  position: relative;
  font-family: proxima-nova, sans-serif;
}
.btn-beige:active,
.btn-beige:focus,
.btn-beige:hover {
  background: #b0b0a5;
}
.btn-arrow {
  color: #525252;
  background: url(../img/min/fork-small-right.min.svg.php?fill=525252) center left no-repeat;
}
.btn-arrow:active,
.btn-arrow:focus,
.btn-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-position-x: 3px;
  color: #7a7a6b;
}
.btn-arrow---light {
  color: #b7b7ad;
  background: url(../img/min/fork-small-right.min.svg.php?fill=b7b7ad) center left no-repeat;
}
.btn-arrow---light:active,
.btn-arrow---light:focus,
.btn-arrow---light:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-position-x: 3px;
  color: #7a7a6b;
}
.panel-heading {
  position: relative;
}
.panel-title {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: none;
  border-bottom: 1px solid #e0e0dc;
  margin: 0;
  padding: 21px 0;
}
.panel-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
i.icon-plus,
i.icon-plus:before {
  display: table-cell;
  vertical-align: middle;
}
.panel-title > a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 22px;
}
.panel-title > a,
.panel-title > div {
  color: #d1ac66;
}
.panel-title a.collapsed,
.panel-title a.collapsed:hover {
  color: #1b1c1b;
}
.panel-title > a:active,
.panel-title > a:focus,
.panel-title > a:hover,
.panel-title > div:active,
.panel-title > div:focus,
.panel-title > div:hover {
  text-decoration: none;
}
.panel-title > a i.icon-plus,
.panel-title > div i.icon-plus {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.panel-title > a i.icon-plus:after,
.panel-title > a i.icon-plus:before,
.panel-title > div i.icon-plus:after,
.panel-title > div i.icon-plus:before {
  background: #d1ac66;
}
.panel-title > a i.icon-plus:before,
.panel-title > div i.icon-plus:before {
  opacity: 0;
}
.panel-title a.collapsed i.icon-plus:after,
.panel-title a.collapsed i.icon-plus:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #c3c3bb;
  opacity: 1;
}
.panel-title a.collapsed:hover i.icon-plus:after,
.panel-title a.collapsed:hover i.icon-plus:before {
  background: #1b1c1b;
}
.panel-body {
  padding-bottom: 24px;
  padding-top: 20px;
}
.panel:first-child h3 {
  padding-top: 0;
}
.plus-plus:after,
.plus-plus:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.plus-moins:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.plus-moins:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icon-plus-wrapper {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
i.icon-plus {
  position: relative;
}
i.icon-plus:after,
i.icon-plus:before {
  position: absolute;
  top: 0;
  right: 10px;
  background: #1b1c1b;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
i.icon-plus:before {
  width: 3px;
  height: 12px;
  right: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
i.icon-plus:after {
  display: block;
  height: 3px;
  width: 12px;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid-3 > * {
    width: calc(100% / 2 - 20px);
  }
}
.title {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .title {
    margin-top: 57px;
    margin-bottom: 80px;
  }
  .recipes {
    padding: 0 20px;
  }
}
.in,
.out {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.in {
  opacity: 1;
}
.out {
  opacity: 0;
}
span.pattern-bacteria {
  display: inline-block;
  position: relative;
}
.frame-wrapper.plant-01:before,
span.pattern-bacteria:before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
}
span.pattern-bacteria:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/min/pattern-bacteria.min.svg.php?fill=dad5c8);
}
span.pattern-bacteria.pattern-left:before {
  -webkit-transform: translateX(-23px) translateY(23px);
  -ms-transform: translateX(-23px) translateY(23px);
  transform: translateX(-23px) translateY(23px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
span.pattern-bacteria.pattern-right:before {
  -webkit-transform: translateX(23px) translateY(23px);
  -ms-transform: translateX(23px) translateY(23px);
  transform: translateX(23px) translateY(23px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.recipes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
@media (min-width: 992px) {
  .grid-3 > * {
    width: calc(100% / 3 - 20px);
  }
  .recipes {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .recipes-4 .recipe-thumbnail {
    width: calc(100% / 2 - 21px);
  }
}
@media (min-width: 992px) {
  .recipes-4 .recipe-thumbnail {
    width: calc(100% / 4 - 21px);
  }
}
@media (min-width: 768px) {
  .recipes-3 .recipe-thumbnail {
    width: calc(100% / 2 - 21px);
  }
}
@media (min-width: 992px) {
  .recipes-3 .recipe-thumbnail {
    width: calc(100% / 3 - 21px);
  }
}
.recipe-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 10px;
}
.badge,
.frame {
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.recipe-thumbnail figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.recipe-thumbnail figure img {
  min-width: 100%;
}
.recipe-thumbnail figcaption {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 41px 35px 24px;
}
.recipe-thumbnail figcaption div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recipe-thumbnail button {
  margin-top: 24px;
}
.recipe-thumbnail:active,
.recipe-thumbnail:focus,
.recipe-thumbnail:hover {
  text-decoration: none;
  color: #d1ac66;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.recipe-thumbnail h1 {
  text-align: center;
}
.badge {
  position: relative;
  z-index: 3;
  width: 230px;
  background: url(../img/min/badge.png) top center no-repeat;
  font-family: Lora, serif;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding: 67px 31px 62px;
  margin: -39px auto 0;
}
.badge hr {
  border-width: 0 0 8px;
  border-style: dotted;
  border-color: #d57e00;
  border-image-source: url(../img/min/dots.min.svg);
  border-image-slice: 25% 25%;
  border-image-repeat: round;
  max-width: 70%;
  background: 0 0;
  margin: 20px auto;
}
.badge p {
  text-shadow: 0 2px rgba(0, 0, 0, 0.7);
}
.frame-wrapper {
  position: relative;
  display: inline-block;
}
.frame-wrapper.plant-01:before {
  bottom: -52px;
  right: -70px;
  width: 240px;
  height: 259px;
  background: url(../img/min/plant-01.svg) no-repeat;
  background-size: cover;
}
.frame-wrapper.canard-left:before,
.frame-wrapper.canard-right:before {
  position: absolute;
  z-index: -1;
  top: -90px;
  display: block;
  width: 303px;
  height: 338px;
  content: "";
}
.frame-wrapper.canard-right:before {
  left: -120px;
  background: url(../img/min/canard.png) no-repeat;
  background-size: cover;
}
.frame-wrapper.canard-left:before {
  left: -100px;
  background: url(../img/min/canard.png) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .frame-wrapper {
    max-width: 75%;
    margin: 0 auto;
  }
  .frame-wrapper.canard-left:before {
    background: url(../img/min/canard-left.png) no-repeat;
    background-size: cover;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.frame {
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 29px;
  border-style: solid;
  border-width: 24px;
  -o-border-image: url(../img/min/frame-border.png) 24 24 24 24 repeat;
  border-image: url(../img/min/frame-border.png) 24 24 24 24 repeat;
  display: inline-block;
  max-width: 100%;
  padding: 25px 22px;
}
.frame strong,
.recipe-data {
  font-weight: 700;
  text-transform: uppercase;
}
.frame strong {
  display: block;
  font-family: essonnes-display, sans-serif;
  font-style: normal;
  font-size: 39px;
  line-height: 35px;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#language-switcher-md .dropdown a,
.recipe-data {
  font-family: proxima-nova, sans-serif;
}
.frame img {
  display: block;
  margin: 35px auto 0;
  width: 97px;
}
.frame hr {
  margin: 23px auto 29px;
  width: 51px;
  height: 4px;
  background: #d1ac66;
}
.frame.frame-big {
  padding: 29px 22px 56px;
  position: relative;
  z-index: 1;
}

html:lang(nl-NL) .frame.frame-big {
  padding: 49px 22px 76px;
}
@media (min-width: 768px) {
  .frame {
    padding: 25px 42px;
    font-size: 20px;
    line-height: 29px;
  }
  .frame strong {
    font-size: 38px;
    line-height: 43px;
  }
  .frame hr {
    margin: 33px auto 39px;
  }
  .frame.frame-big {
    padding: 35px 10px 52px;
  }
}
@media (min-width: 992px) {
  .frame strong {
    font-size: 56px;
  }
  .frame.frame-big {
    padding: 49px 42px 76px;
  }
}
.recipe-data {
  font-size: 13px;
  line-height: 23px;
  color: #bbbbb1;
}
.recipe-data strong {
  color: #000;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  min-width: 0;
}
.language-switcher a {
  display: inline-block;
  color: #c3c3bb;
  padding: 10px 9px;
}
#language-switcher-xs {
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#language-switcher-xs > li {
  display: inline-block;
  padding: 0;
}
#language-switcher-xs > li.active a {
  color: #d1ac66;
}
#language-switcher-md {
  position: relative;
  margin: 0 10px 0 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  padding-left: 0;
  list-style: none;
}
#language-switcher-md .dropdown {
  padding: 0;
  border: 1px solid #ebebe8;
  border-radius: 3px;
}
#language-switcher-md .dropdown a {
  display: inline-block;
  padding: 2px 9px;
  text-transform: none;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#language-switcher-md .dropdown a:active,
#language-switcher-md .dropdown a:focus,
#language-switcher-md .dropdown a:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #language-switcher-md .dropdown a:active,
body.home #language-switcher-md .dropdown a:focus,
body.home #language-switcher-md .dropdown a:hover {
  color: #fff;
}
#language-switcher-md .dropdown i {
  margin-left: 6px;
}
#language-switcher-md .dropdown .dropdown-menu {
  width: 100%;
}
#language-switcher-md .dropdown .dropdown-menu li {
  display: block;
  padding: 0;
  text-align: left;
}
#language-switcher-md .dropdown .dropdown-menu li a {
  display: block;
  margin: 0;
  padding: 8px 9px;
}
.input-group,
.navicon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#language-switcher-md .dropdown .dropdown-menu li a:active,
#language-switcher-md .dropdown .dropdown-menu li a:focus,
#language-switcher-md .dropdown .dropdown-menu li a:hover {
  color: #1b1c1b;
  background: #fff;
}
body.home #language-switcher-md .dropdown .dropdown-menu li a:active,
body.home #language-switcher-md .dropdown .dropdown-menu li a:focus,
body.home #language-switcher-md .dropdown .dropdown-menu li a:hover {
  color: #000;
}
@media (min-width: 1200px) {
  #language-switcher-md {
    margin-right: 30px;
  }
}
.wp-pagenavi {
  text-align: center;
  margin: 20px 0;
}
.section-support {
  text-align: center;
  background: url(../img/min/windmill.jpg) bottom center no-repeat #fff;
  color: #1b1c1b;
  padding: 68px 0 83px;
  max-width: 100%;
  margin: 0;
}
#navicon .open.plus .navicon,
#navicon .open.x .navicon,
.form-control {
  background: 0 0;
}
.section-support img {
  margin: 0 auto 44px;
}
.section-support a {
  color: #000;
}
.section-support .btn {
  color: #fff;
  margin-top: 41px;
}
.section-support p {
  margin-bottom: 0;
}
.form-control {
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #d1ac66;
}
.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-control::-moz-placeholder {
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
.form-control::-ms-input-placeholder {
  text-transform: uppercase;
}
.form-control::placeholder {
  text-transform: uppercase;
}
select.form-control {
  color: #868686;
  text-transform: uppercase;
}
.form-control:focus {
  border-color: #d1ac66;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(209, 172, 102, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(209, 172, 102, 0.6);
}
.input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -10px;
}
.input-group > * {
  margin: 0 10px;
  max-width: 100%;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  .input-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.gallery-row {
  padding: 10px 0;
}
#navicon {
  margin: 0 20px 0 10px;
}
#navicon .open:not(.steps) .navicon:after,
#navicon .open:not(.steps) .navicon:before {
  top: 0 !important;
}
#navicon .open .navicon:after,
#navicon .open .navicon:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navicon-button,
.navicon-button .navicon:after,
.navicon-button .navicon:before {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#navicon .open {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#navicon .open.larr .navicon:after,
#navicon .open.larr .navicon:before,
#navicon .open.rarr .navicon:after,
#navicon .open.rarr .navicon:before,
#navicon .open.uarr .navicon:after,
#navicon .open.uarr .navicon:before {
  width: 1.5rem;
}
#navicon .open.larr .navicon:before,
#navicon .open.rarr .navicon:before,
#navicon .open.uarr .navicon:before {
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
#navicon .open.larr .navicon:after,
#navicon .open.rarr .navicon:after,
#navicon .open.uarr .navicon:after {
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
#navicon .open.uarr {
  -webkit-transform: scale(0.95) rotate(90deg);
  -ms-transform: scale(0.95) rotate(90deg);
  transform: scale(0.95) rotate(90deg);
}
#navicon .open.rarr .navicon:before {
  -webkit-transform: translate3d(1em, 0, 0) rotate(-35deg);
  transform: translate3d(1em, 0, 0) rotate(-35deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
#navicon .open.rarr .navicon:after {
  -webkit-transform: translate3d(1em, 0, 0) rotate(35deg);
  transform: translate3d(1em, 0, 0) rotate(35deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
#navicon .open.plus .navicon:before,
#navicon .open.x .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navicon .open.plus .navicon:after,
#navicon .open.x .navicon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navicon .open.plus {
  -webkit-transform: scale(0.95) rotate(45deg);
  -ms-transform: scale(0.95) rotate(45deg);
  transform: scale(0.95) rotate(45deg);
}
.navicon-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navicon-button:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.navicon-button:hover .navicon:after,
.navicon-button:hover .navicon:before {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.navicon-button:hover .navicon:before {
  top: 0.825rem;
}
.navicon-button:hover .navicon:after {
  top: -0.825rem;
}
.navicon {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background: #1b1c1b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navicon:after,
.navicon:before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: #1b1c1b;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.5s 0.25s;
  -o-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
}
.navicon:before {
  top: 6px;
}
.navicon:after {
  top: -6px;
}
.header-main-w {
  position: relative;
  z-index: 6;
  background: #fff;
}
#header-main,
#header-main .header-base {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.home .header-main-w {
  background: 0 0;
}
@media (max-width: 767px) {
  .header-main-w {
    width: 100%;
  }
}
#header-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
body.home #header-main {
  margin-bottom: -100%;
}
@media (min-width: 992px) {
  #header-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#header-main .header-base {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header-main .header-nav {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #header-main .header-base {
    background: #fff;
  }
  #header-main .header-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    background: #fff;
    border-top: 1px solid #e0e0dc;
  }
  #header-main .header-nav.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
#header-main .header-logo {
  font-family: essonnes-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  padding: 28px 0 28px 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header-main .header-logo sup {
  font-size: 0.4em;
  top: -1.3em;
}
#header-main .header-logo > span span {
  font-size: 10px;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header-main .header-logo > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header-main .header-logo > span span {
    margin: 0 10px;
  }
}
#header-main .header-logo #gaia-logo {
  width: 56px;
  height: 35px;
  vertical-align: baseline;
  margin-bottom: -3px;
}
#header-main .header-logo #gaia-logo path {
  fill: #d1ac66;
}
#header-main .header-logo:active,
#header-main .header-logo:focus,
#header-main .header-logo:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home #header-main .header-logo {
  color: #000;
}
body.home #header-main .header-logo:active,
body.home #header-main .header-logo:focus,
body.home #header-main .header-logo:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #header-main .header-logo {
    font-size: 38px;
  }
}
#header-main nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  #header-main .header-logo {
    padding-left: 0;
  }
  #header-main nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#header-main nav .nav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#header-main nav .nav-primary li {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 14px;
}
#header-main nav .nav-primary li a {
  display: block;
  padding: 15px 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #adadad;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header-main nav .nav-primary li a:active,
#header-main nav .nav-primary li a:focus,
#header-main nav .nav-primary li a:hover {
  text-decoration: none;
  color: #1b1c1b;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  body.home #header-main nav .nav-primary li a {
    color: #000;
  }
  body.home #header-main nav .nav-primary li a:active,
  body.home #header-main nav .nav-primary li a:focus,
  body.home #header-main nav .nav-primary li a:hover {
    color: #fff;
  }
  #header-main nav .nav-primary {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #header-main nav .nav-primary li {
    width: auto;
    border: none;
  }
  #header-main nav .nav-primary li a {
    padding: 0;
  }
  #header-main nav .nav-primary li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #d1ac66;
    -webkit-transform: translateX(50%) translateY(-50%) scaleX(0.8) rotate(45deg);
    -ms-transform: translateX(50%) translateY(-50%) scaleX(0.8) rotate(45deg);
    transform: translateX(50%) translateY(-50%) scaleX(0.8) rotate(45deg);
  }
}
#header-main nav .nav-primary li.active a {
  color: #ac8e56;
}
.footer,
.footer > div {
  background: #1b1c1b;
}
@media (min-width: 1200px) {
  #header-main nav .nav-primary li {
    padding: 0 25px;
  }
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.alignleft,
.alignright {
  margin-bottom: 10px;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 10px;
  }
  .alignright {
    float: right;
    margin-left: 10px;
  }
}
.footer {
  color: #fff;
}
.footer .footer-colophon {
  text-align: center;
  padding: 47px 15px 58px;
  font-family: essonnes-display, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  background: url(../img/min/fauxgras-ombre_chinoise.png) center center no-repeat #1b1c1b;
}
.footer .footer-colophon div {
  margin-top: 24px;
}
.footer .footer-links ul,
.footer address {
  margin: 0;
}
.footer .footer-links {
  border-top: 1px solid #272727;
  text-align: left;
  color: #d1ac66;
}
.footer .footer-links .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.footer .footer-links .row > div:not(:last-child) {
  position: relative;
  border-right: 1px solid #272727;
}
.footer .footer-links a {
  color: inherit;
}
.footer .footer-links a:not([href*="tel"]):not([href*="mailto"]) {
  color: #d1ac66;
}
.footer .footer-links h4 {
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer .footer-links [class*="col-"] {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .footer .footer-links {
    padding-top: 38px;
  }
  .footer .footer-links h4 {
    margin-bottom: 37px;
  }
}
@media (min-width: 992px) {
  .footer .footer-links {
    margin-bottom: 50px;
  }
  .footer .footer-links [class*="col-"] {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}
@media print {
  .footer .footer-colophon #gaia-logo path {
    fill: #000;
  }
  .footer .footer-links {
    border: none;
  }
  .footer .footer-links .row {
    display: block !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .footer .footer-links .row > div {
    display: none !important;
  }
  .footer .footer-links .row .footer-contact {
    display: block !important;
    border: none !important;
  }
}
.footer .footer-copyright {
  font-size: 13px;
  color: #525252;
  border-top: 1px solid #272727;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .footer-copyright .container {
  padding: 7px 20px;
}
@media (max-width: 767px) {
  .footer .footer-copyright {
    text-align: center;
  }
}
.footer .footer-copyright a {
  color: inherit;
}
@media (min-width: 768px) {
  .footer .footer-copyright .row div:last-child {
    text-align: right;
  }
}
.footer .footer-contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer .footer-legal,
.header-social a,
.header-social > li {
  display: inline-block;
}
.footer .footer-contact > div > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  .footer .footer-copyright .container {
    padding: 7px 0;
  }
  .footer .footer-contact > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer .footer-contact ul {
  padding: 0;
  margin-left: 10px;
}
.footer .footer-contact ul a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 10px;
}
.footer .footer-contact ul i {
  font-size: 1.5em;
  line-height: 20px;
}
.footer .footer-support a {
  color: #d1ac66;
}
.nav > li > a {
  padding-left: 11px;
  padding-right: 11px;
}
header {
  position: relative;
}
.header-social {
  padding-left: 0;
  list-style: none;
  margin: 15px 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.header-social > li {
  padding-left: 5px;
  padding-right: 5px;
}
.header-social li {
  padding: 0;
  margin: 0 2px;
}
.header-social a {
  width: 23px;
  height: 27px;
  background: url(../img/min/stamp.png) center no-repeat;
  background-size: cover;
  text-align: center;
  color: #ac8e56;
}
.header-social i {
  line-height: 27px;
}
body.page-template-default:not(.home) .wrap {
  padding-top: 25px;
  padding-bottom: 75px;
}
body.page-template-default:not(.home) h2 {
  margin-top: 34px;
}
body.page-template-default:not(.home) h3 {
  margin-top: 18px;
}
.nav-single {
  font-size: 14px;
  text-transform: uppercase;
  color: #c3c3bb;
  padding: 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print {
  .nav-single {
    display: none;
  }
}
.nav-single a {
  color: inherit;
  margin: 0 0 0 10px;
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.page-template-page-campagne .main h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 28px;
  line-height: 30px;
}
body.page-template-page-campagne .main h3 strong {
  color: #d1ac66;
  font-weight: 400;
}
body.page-template-page-campagne .main .frame {
  padding: 25px 20px;
  min-width: 120px;
  margin: 0;
}
body.page-template-page-campagne .main p + section {
  margin-top: 30px;
}
body.page-template-page-campagne .main section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 130px;
}
body.page-template-page-campagne .main section .frame-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 20px;
}
body.page-template-page-campagne .main section .campagne-point {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.page-template-page-campagne .main section:nth-of-type(1) {
  margin-top: 120px;
}
body.page-template-page-campagne .main section:nth-of-type(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
  body.page-template-page-campagne .main section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.page-template-page-campagne .main section .frame-wrapper {
    margin-bottom: 0;
  }
  body.page-template-page-campagne .main section:nth-of-type(odd) .frame-wrapper {
    margin-right: 50px;
  }
  body.page-template-page-campagne .main section:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.page-template-page-campagne .main section:nth-of-type(even) .frame-wrapper {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  body.page-template-page-campagne .main section:nth-of-type(odd) .frame-wrapper {
    margin-right: 100px;
  }
  body.page-template-page-campagne .main section:nth-of-type(even) .frame-wrapper {
    margin-left: 100px;
  }
}
body.contact .wrap {
  background: url(../img/min/pattern-bacteria.min.svg.php?fill=#1b1c1b) #1b1c1b;
}
body.contact .wrap form .form-control {
  margin-bottom: 20px;
}
body.contact main {
  color: #868686;
}
body.contact main > div {
  margin-bottom: 30px;
}
body.contact main a[href*="mailto"] {
  color: #d1ac66;
}
body.contact header {
  color: #fff;
}
body.contact form {
  text-align: center;
}
body.contact form .btn {
  margin-top: 30px;
}
.alert.alert-danger a {
  color: #a94442 !important;
  text-decoration: underline;
}
#contact-main,
#contact-main a {
  color: #fff;
}
body.home .language-switcher a {
  color: #000;
}
body.home .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 85vh;
  background: url(../img/min/fauxgras-hero-home.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 120px;
}
body.home .hero .hero-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100vw;
  min-height: 357px;
  background: url(../img/min/canards.png) left center no-repeat;
  background-size: contain;
  text-align: center;
  color: #362f2b;
  padding: 30px 20px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body.home .hero .hero-slogan span {
  display: inline-block;
}
body.home .hero .hero-slogan span:nth-child(odd) {
  font-family: essonnes-display, sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 26px;
  margin-bottom: 5px;
}
body.home .hero .hero-slogan span:nth-child(even) {
  font-family: essonnes-display, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13vw;
  line-height: 13vw;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 415px) {
  body.home .hero .hero-slogan span:nth-child(even) {
    font-size: 50px;
    line-height: 45px;
  }
}
body.home .hero .hero-slogan span:last-of-type {
  margin-bottom: 0;
}
body.home .hero .hero-slogan a {
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.home .hero .hero-slogan {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body.home .hero .hero-slogan span:nth-child(odd) {
    margin-bottom: 20px;
  }
  body.home .hero .hero-slogan span:nth-child(even) {
    font-size: 54px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  body.home .page-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  body.home .hero .hero-slogan {
    padding: 0;
  }
  body.home .hero .hero-slogan a {
    margin-top: 100px;
  }
}
body.home .hero svg {
  max-width: 70vw;
  margin: 0 auto;
}
body.home .hero svg text {
  text-transform: uppercase;
}
body.home .main {
  padding: 60px 20px 0;
}
@media (min-width: 992px) {
  body.home .main {
    padding: 135px 0 0;
  }
}
body.home .page-title {
  position: relative;
  z-index: 3;
}
body.home .page-title sup {
  font-size: 50%;
  top: -0.7em;
}
body.home .btn-arrow {
  color: #b7b7ad;
}
body.home .frame,
body.home .frame-wrapper {
  display: block;
}
body.home #section-ethique {
  margin-top: 20px;
}
body.home #section-ethique blockquote {
  margin-top: 20px;
  border: none;
  padding: 0;
}
body.home #section-ethique blockquote p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.home #section-ethique .highlight-gold {
    max-width: 60%;
  }
}
body.home #section-ethique .frame {
  margin-bottom: 0;
}
body.home #section-ethique .frame-wrapper {
  position: relative;
  overflow: visible;
}
body.home #section-ethique .frame-wrapper:before {
  position: absolute;
  top: 92px;
  left: -220px;
  content: "";
  display: block;
  width: 350px;
  height: 390px;
  background: url(../img/min/canard.png) no-repeat;
  background-size: cover;
}
body.home #section-ethique .img-product {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.home #section-ethique .img-product {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  body.home #section-ethique {
    margin-top: 95px;
    margin-bottom: 69px;
  }
  body.home #section-ethique blockquote {
    margin-top: 104px;
  }
  body.home #section-ethique .img-product {
    margin-top: -85px;
    margin-left: -311px;
    margin-bottom: 52px;
  }
}
@media (min-width: 992px) {
  body.home #section-ethique .img-product {
    margin-top: -307px;
    margin-left: -281px;
    margin-bottom: 52px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
body.home #section-ethique-left {
  position: relative;
  z-index: 3;
}
body.home #section-ethique-left blockquote {
  max-width: 75%;
}
body.home #section-ethique-right {
  position: relative;
}
body.home #section-festif {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 30px;
}
html:lang(nl-NL) body.home #section-festif .frame strong {
  font-size: 34px;
}
@media (min-width: 768px) {
  html:lang(nl-NL) body.home #section-festif .frame strong {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  html:lang(nl-NL) body.home #section-festif .frame strong {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  body.home #section-ethique .img-product {
    margin-left: -311px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  html:lang(nl-NL) body.home #section-festif .frame strong {
    font-size: 41px;
  }
}
body.home #section-festif .spices {
  width: 443px;
  height: 450px;
  background-image: url(../img/min/spices.png);
  background-color: #ebebe8;
  background-blend-mode: multiply;
}
body.home #section-festif .section-festif-img {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 75px;
  overflow: visible;
}
@media (max-width: 767px) {
  body.home #section-festif .section-festif-img .img-assiette {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
body.home #section-festif .section-festif-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 938px;
  height: 646px;
  z-index: -1;
  background: url(../img/min/assiette-shadow.png) center no-repeat;
}
@media (min-width: 768px) {
  body.home #section-festif .section-festif-img {
    margin-top: 120px;
  }
}
body.home #section-festif .img-fiesta {
  margin-left: 16%;
}
body.home #section-festif .img-spices {
  float: right;
  margin-right: -90px;
  margin-top: -104px;
}
@media (min-width: 768px) {
  body.home #section-festif {
    margin-top: -490px;
  }
}
body.home #section-aromes h3 {
  font-family: essonnes-display, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 28px;
}
body.home #news article h1,
body.home #recipes .recipe-thumbnail h1,
body.home #recipes .slick-dots button,
body.single-recipe .recipe-ingredients h3 {
  font-family: proxima-nova, sans-serif;
}
body.home #section-aromes .frame-wrapper {
  margin-top: 50px;
}
@media (min-width: 768px) {
  body.home #section-aromes .frame-wrapper {
    margin-top: 90px;
    margin-left: 16%;
  }
  body.home #section-aromes h3 {
    margin-top: 89px;
  }
  body.home #recipes .slider-recipes-w {
    max-width: 83.33333333%;
  }
}
body.home #recipes {
  padding-bottom: 75px;
}
body.home #recipes h2 {
  margin-bottom: 15px;
}
body.home #recipes h2 + a {
  display: inline-block;
  margin-bottom: 15px;
}
body.home #recipes > .btn {
  color: #fff;
}
body.home #recipes .slider-recipes-w {
  position: relative;
  margin: 0 auto;
}
body.home #recipes .slider-recipes-controls {
  width: 100%;
  text-align: center;
}
body.home #recipes .slider-recipes-controls .slick-arrow {
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 0;
  outline: 0;
  margin: 20px;
  border-radius: 50%;
  border: 3px solid #ac8e56;
  display: inline-block;
  width: 65px;
  height: 65px;
}
body.home #recipes .slider-recipes-controls .slick-arrow:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.home #recipes .slider-recipes-controls .slick-arrow svg path {
  fill: #ac8e56;
}
body.home #recipes .slider-recipes-controls .slick-arrow.slick-disabled {
  opacity: 0.2;
}
@media (min-width: 768px) {
  body.home #recipes .slider-recipes-controls {
    position: absolute;
    top: 50%;
  }
  body.home #recipes .slider-recipes-controls .slick-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
  }
  body.home #recipes .slider-recipes-controls .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-73px) translateY(-50%);
    -ms-transform: translateX(-73px) translateY(-50%);
    transform: translateX(-73px) translateY(-50%);
  }
  body.home #recipes .slider-recipes-controls .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(73px) translateY(-50%);
    -ms-transform: translateX(73px) translateY(-50%);
    transform: translateX(73px) translateY(-50%);
  }
}
#section-faq h2.frame:after,
body.home #news article .article-img:after,
body.single-recipe .section-buy:after {
  content: "";
  top: 0;
  right: 0;
}
body.home #recipes .slick-dots {
  margin: 10px 0 10px -5px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
body.home #recipes .slick-dots > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
body.home #recipes .slick-dots button {
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 0;
  margin: 0;
  outline: 0;
  color: #c3c3bb;
  font-size: 14px;
  font-weight: 700;
}
body.home #recipes .slick-dots button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.home #recipes .slick-dots .slick-active button {
  color: #ac8e56;
  border-bottom: 2px solid #ac8e56;
}
@media (min-width: 768px) {
  body.home #recipes .slick-dots {
    margin-top: 34px;
    margin-bottom: 43px;
  }
}
body.home #recipes .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body.home #recipes .recipe-thumbnail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
body.home #recipes .recipe-thumbnail .recipe-thumbnail-image {
  background-size: cover !important;
}
body.home #recipes .recipe-thumbnail h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}
body.home #recipes .recipe-thumbnail > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.home #recipes .recipe-thumbnail .btn {
  font-size: 1rem;
}
body.home #recipes .recipe-thumbnail:hover {
  color: #1b1c1b;
}
body.home #recipes .recipe-data,
body.page-produit section h3 {
  color: #d1ac66;
}
@media (min-width: 992px) {
  body.home #recipes .slider-recipes-controls .slick-arrow.slick-prev {
    -webkit-transform: translateX(-82px) translateY(-50%);
    -ms-transform: translateX(-82px) translateY(-50%);
    transform: translateX(-82px) translateY(-50%);
  }
  body.home #recipes .slider-recipes-controls .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(82px) translateY(-50%);
    -ms-transform: translateX(82px) translateY(-50%);
    transform: translateX(82px) translateY(-50%);
  }
  body.home #recipes .recipe-thumbnail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.home #recipes .recipe-thumbnail img {
    visibility: hidden;
  }
  body.home #recipes .recipe-thumbnail > div {
    max-width: 50%;
  }
  body.home #news article {
    max-width: 83.33333333%;
  }
}
body.home #recipes .recipe-thumbnail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/min/plant-02.png) no-repeat;
  background-position-x: -130px;
  background-position-y: 180px;
  padding: 30px 20px;
}
body.home #news {
  background: #fff;
}
body.home #news article {
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.home #news article h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 15px;
}
body.home #news article a + a {
  float: right;
}
body.home #news article .article-img {
  position: relative;
}
body.home #news article .article-img:after {
  display: block;
  position: absolute;
  z-index: 1;
  width: 50vw;
  height: 100%;
  background: url(../img/min/pattern-bacteria.min.svg.php?fill=262626) #000;
}
body.home #news article .article-img img {
  position: relative;
  z-index: 2;
}
body.home #news article .article-text {
  position: relative;
  padding-top: 20px;
}
body.home #news article .article-text h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.home #news article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
  }
  body.home #news article .article-img {
    -webkit-box-flex: 0.3;
    -ms-flex: 0.3;
    flex: 0.3;
    padding: 18px;
  }
  body.home #news article .article-text {
    -webkit-box-flex: 0.7;
    -ms-flex: 0.7;
    flex: 0.7;
    padding: 25px 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }
  body.home #news article .article-text div {
    padding-left: 9.2920354%;
    padding-right: 25px;
  }
}
body.page-produit section > .container {
  padding: 0 20px;
}
@media (max-width: 767px) {
  body.page-produit section .frame {
    display: block;
  }
}
body.page-produit #tartine {
  width: 454px;
  height: 459px;
  background-image: url(../img/min/tartine-animation-assets.png);
  background-repeat: no-repeat;
}
body.page-produit table th:first-child {
  padding-right: 15px;
}
body.page-produit table td:last-child,
body.page-produit table th:last-child {
  text-align: right;
}
.sprite-tartine-animation-assets-gaia-tartine-01,
.sprite-tartine-animation-assets-gaia-tartine-02,
.sprite-tartine-animation-assets-gaia-tartine-03,
.sprite-tartine-animation-assets-gaia-tartine-04,
.sprite-tartine-animation-assets-gaia-tartine-05 {
  background-image: url(tartine-animation-assets.png);
  background-repeat: no-repeat;
  background-size: 3215px 652px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 1/1), screen and (min-resolution: 1dppx) {
  .sprite-tartine-animation-assets-gaia-tartine-01,
  .sprite-tartine-animation-assets-gaia-tartine-02,
  .sprite-tartine-animation-assets-gaia-tartine-03,
  .sprite-tartine-animation-assets-gaia-tartine-04,
  .sprite-tartine-animation-assets-gaia-tartine-05 {
    background-image: url(tartine-animation-assets.png);
  }
}
.sprite-tartine-animation-assets-gaia-tartine-01 {
  background-position: 0 0;
  width: 643px;
  height: 652px;
}
.sprite-tartine-animation-assets-gaia-tartine-02 {
  background-position: -643px 0;
  width: 643px;
  height: 652px;
}
.sprite-tartine-animation-assets-gaia-tartine-03 {
  background-position: -1286px 0;
  width: 643px;
  height: 652px;
}
.sprite-tartine-animation-assets-gaia-tartine-04 {
  background-position: -1929px 0;
  width: 643px;
  height: 652px;
}
.sprite-tartine-animation-assets-gaia-tartine-05 {
  background-position: -2572px 0;
  width: 643px;
  height: 652px;
}
.section-intro {
  padding: 55px 0 80px;
}
.section-intro .h5 {
  margin-top: 25px;
}
.section-black {
  background: url(../img/min/pattern-bacteria.min.svg.php?fill=#1b1c1b) #1b1c1b;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-black h2 {
  color: #d1ac66;
}
@media (min-width: 768px) {
  .section-black {
    padding: 97px 0 7px;
  }
}
#section-deguster .btn-arrow {
  color: #525252;
}
#section-deguster .btn-arrow:active,
#section-deguster .btn-arrow:focus,
#section-deguster .btn-arrow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a6b;
}
#section-trouver {
  padding-top: 50px;
}
#section-trouver .section-trouver-img {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #section-trouver {
    margin-bottom: 90px;
    padding-top: 80px;
  }
  #section-trouver .section-trouver-img {
    margin-top: 0;
    text-align: right;
  }
}
@media (min-width: 992px) {
  #section-trouver .section-trouver-img {
    position: relative;
  }
  #section-trouver .section-trouver-img img {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: -150px;
    margin-right: -33px;
  }
  #section-trouver .section-trouver-img:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100px;
    display: block;
    width: 303px;
    height: 338px;
    background: url(../img/min/canard.png) center left no-repeat;
    background-size: 100%;
  }
}
#section-faq {
  padding-bottom: 75px;
}
#section-faq h2.frame:after {
  position: absolute;
  display: block;
  width: 260.85px;
  height: 280.38px;
  background: url(../img/min/plant-01.min.svg) top right no-repeat;
  z-index: -1;
}
@media (min-width: 992px) {
  #section-faq .faq-title .frame {
    padding: 25px 22px;
  }
}
@media (min-width: 1200px) {
  body.home #recipes .recipe-thumbnail img {
    visibility: visible;
  }
  #section-trouver .section-trouver-img:after {
    left: 0;
  }
  #section-faq .faq-title .frame {
    padding: 25px 42px;
  }
}
body.single-recipe h1 {
  font-size: 30px;
  line-height: 34px;
}
body.single-recipe .main {
  padding-top: 0;
}
body.single-recipe .main header {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body.single-recipe .main header > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 768px) {
  body.single-recipe h1 {
    font-size: 34px;
    line-height: 44px;
  }
  body.single-recipe .main header > div {
    max-width: 50%;
  }
}
body.single-recipe .recipe-image {
  padding: 0;
  background: url(../img/min/pattern-bacteria.min.svg.php?fill=f1f1ef) #fff;
}
body.single-recipe .recipe-image > div {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.single-recipe .recipe-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/min/pattern-bacteria.min.svg.php?fill=f1f1ef) #fff;
  padding: 10px 0;
}
body.single-recipe .recipe-ingredients {
  background: url(../img/min/plant-02.png) -200px 20px no-repeat #fff;
  padding: 45px;
  font-size: 14px;
}
body.single-recipe .recipe-ingredients h2 {
  text-transform: uppercase;
}
body.single-recipe .recipe-ingredients h3 {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #d1ac66;
  margin: 18px 0;
}
body.single-recipe .recipe-ingredients h3 .small,
body.single-recipe .recipe-ingredients h3 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 75%;
}
body.single-recipe .recipe-ingredients p {
  margin: 0;
}
body.single-recipe .recipe-ingredients ul {
  margin: 0;
  padding: 0;
  font-family: Lora, serif;
}
body.single-recipe .recipe-ingredients ul:not(:last-child) {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  body.single-recipe .recipe-ingredients {
    padding: 70px 72px 55px;
  }
}
@media print {
  body.single-recipe .recipe-image img {
    max-width: 50% !important;
  }
  body.single-recipe .recipe-ingredients {
    padding: 10px;
  }
}
body.single-recipe .recipe-content {
  padding: 45px 45px 0;
  background: url(../img/min/plant-01.min.svg) center no-repeat;
  background-size: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.single-recipe .recipe-content {
    padding: 61px 67px 0;
  }
}
body.single-recipe .recipe-content footer {
  border-top: 1px solid #c3c3bb;
}
@media print {
  body.single-recipe .recipe-content {
    padding: 10px;
  }
  body.single-recipe .recipe-others {
    display: none;
  }
}
body.single-recipe .recipe-steps {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.single-recipe .recipe-steps ol {
  padding-left: 0;
}
body.single-recipe .recipe-steps h2,
body.single-recipe .recipe-steps h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #d1ac66;
  margin: 18px 0;
}
body.single-recipe .recipe-steps h2 .small,
body.single-recipe .recipe-steps h2 small,
body.single-recipe .recipe-steps h3 .small,
body.single-recipe .recipe-steps h3 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 75%;
}
body.single-recipe .recipe-others {
  margin-top: 20px;
}
@media (min-width: 992px) {
  body.single-recipe .recipe-others {
    padding: 70px 0 60px;
  }
  body.single-recipe .recipe-others h2 {
    font-size: 34px;
  }
}
body.single-recipe .section-buy {
  position: relative;
  background: url(../img/min/pattern-bacteria.min.svg.php?fill=262626) #1b1c1b;
  padding-bottom: 30px;
}
body.single-recipe .section-buy:after {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: url(../img/min/fagot.png) center no-repeat;
}
body.single-recipe .section-buy * {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.single-recipe .section-buy {
    padding-bottom: 100px;
  }
}
.recipe-header h1 {
  padding: 0 60px;
}
.recipe-header h1:after {
  margin: 20px auto;
}
.recipe-header ul li {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  color: #bbbbb1;
}
.recipe-header ul li strong {
  color: #000;
}
.recipe-header .fa-star {
  color: #d1ac66;
}
@media (min-width: 768px) {
  .recipe-header h1:after {
    margin: 40px auto;
  }
}
.share {
  font-size: 14px;
  text-transform: uppercase;
  color: #c3c3bb;
  padding: 15px 0;
}
.share a {
  margin: 0 8px;
}
@media print {
  .share,
  body.single-recipe .section-buy + .container {
    display: none;
  }
  body.single-recipe .header-nav {
    display: none !important;
  }
}
body.single .wrap {
  padding-bottom: 75px;
}
body.single .wrap article header {
  padding: 40px 0;
}
body.single .wrap article header h1 {
  font-size: 30px;
  line-height: 32px;
}
body:before {
  content: "responsive";
  position: fixed;
  top: 25px;
  left: 25px;
  padding: 5px;
  z-index: 999;
  background: #9acd32;
  display: none;
}
@media (max-width: 767px) {
  body:before {
    content: "< 768px = xs";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: "> 768px = sm";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:before {
    content: "> 992px = md";
  }
}
@media (min-width: 1200px) {
  body:before {
    content: "> 1200px = lg";
  }
}
html.ie10 .test-all,
html.ie11 .test-all {
  background: orange;
}

@media (min-width: 768px) {
  body.home .page-title:first-child {
    margin-left: calc(50% + 10px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) { 
  body.home #section-ethique #section-ethique-left .img-product {
    max-width: 130%;
    margin-left: -15%;
  }

  body.home #section-ethique #section-ethique-right .img-product {
    max-width: 130%;
    margin-left: -30%;
    margin-top: -160px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.home #section-ethique #section-ethique-right .img-product {    
    margin-top: -80px;
  }  
}

/*@media (min-width: 992px) and (max-width: 1199px) { 
}*/

@media (min-width: 1200px) {
  body.home #section-ethique .img-product {
    margin-left: -341px;
  }

  body.home #section-ethique #section-ethique-right .img-product {
    max-width: 650px;
    margin-left: -100px;
    margin-top: -160px;
  }
}
