/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 600px) {
    .container {
      width: 590px; } }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 910px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1050px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Phone Landscape grid */
@media (min-width: 480px) {
  .col-ls-1, .col-ls-2, .col-ls-3, .col-ls-4, .col-ls-5, .col-ls-6, .col-ls-7, .col-ls-8, .col-ls-9, .col-ls-10, .col-ls-11, .col-ls-12 {
    float: left; }
  .col-ls-1 {
    width: 8.3333333333%; }
  .col-ls-2 {
    width: 16.6666666667%; }
  .col-ls-3 {
    width: 25%; }
  .col-ls-4 {
    width: 33.3333333333%; }
  .col-ls-5 {
    width: 41.6666666667%; }
  .col-ls-6 {
    width: 50%; }
  .col-ls-7 {
    width: 58.3333333333%; }
  .col-ls-8 {
    width: 66.6666666667%; }
  .col-ls-9 {
    width: 75%; }
  .col-ls-10 {
    width: 83.3333333333%; }
  .col-ls-11 {
    width: 91.6666666667%; }
  .col-ls-12 {
    width: 100%; }
  .col-ls-pull-0 {
    right: auto; }
  .col-ls-pull-1 {
    right: 8.3333333333%; }
  .col-ls-pull-2 {
    right: 16.6666666667%; }
  .col-ls-pull-3 {
    right: 25%; }
  .col-ls-pull-4 {
    right: 33.3333333333%; }
  .col-ls-pull-5 {
    right: 41.6666666667%; }
  .col-ls-pull-6 {
    right: 50%; }
  .col-ls-pull-7 {
    right: 58.3333333333%; }
  .col-ls-pull-8 {
    right: 66.6666666667%; }
  .col-ls-pull-9 {
    right: 75%; }
  .col-ls-pull-10 {
    right: 83.3333333333%; }
  .col-ls-pull-11 {
    right: 91.6666666667%; }
  .col-ls-pull-12 {
    right: 100%; }
  .col-ls-push-0 {
    left: auto; }
  .col-ls-push-1 {
    left: 8.3333333333%; }
  .col-ls-push-2 {
    left: 16.6666666667%; }
  .col-ls-push-3 {
    left: 25%; }
  .col-ls-push-4 {
    left: 33.3333333333%; }
  .col-ls-push-5 {
    left: 41.6666666667%; }
  .col-ls-push-6 {
    left: 50%; }
  .col-ls-push-7 {
    left: 58.3333333333%; }
  .col-ls-push-8 {
    left: 66.6666666667%; }
  .col-ls-push-9 {
    left: 75%; }
  .col-ls-push-10 {
    left: 83.3333333333%; }
  .col-ls-push-11 {
    left: 91.6666666667%; }
  .col-ls-push-12 {
    left: 100%; }
  .col-ls-offset-0 {
    margin-left: 0%; }
  .col-ls-offset-1 {
    margin-left: 8.3333333333%; }
  .col-ls-offset-2 {
    margin-left: 16.6666666667%; }
  .col-ls-offset-3 {
    margin-left: 25%; }
  .col-ls-offset-4 {
    margin-left: 33.3333333333%; }
  .col-ls-offset-5 {
    margin-left: 41.6666666667%; }
  .col-ls-offset-6 {
    margin-left: 50%; }
  .col-ls-offset-7 {
    margin-left: 58.3333333333%; }
  .col-ls-offset-8 {
    margin-left: 66.6666666667%; }
  .col-ls-offset-9 {
    margin-left: 75%; }
  .col-ls-offset-10 {
    margin-left: 83.3333333333%; }
  .col-ls-offset-11 {
    margin-left: 91.6666666667%; }
  .col-ls-offset-12 {
    margin-left: 100%; } }

/* Small tablet grid */
@media (min-width: 600px) {
  .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12 {
    float: left; }
  .col-ts-1 {
    width: 8.3333333333%; }
  .col-ts-2 {
    width: 16.6666666667%; }
  .col-ts-3 {
    width: 25%; }
  .col-ts-4 {
    width: 33.3333333333%; }
  .col-ts-5 {
    width: 41.6666666667%; }
  .col-ts-6 {
    width: 50%; }
  .col-ts-7 {
    width: 58.3333333333%; }
  .col-ts-8 {
    width: 66.6666666667%; }
  .col-ts-9 {
    width: 75%; }
  .col-ts-10 {
    width: 83.3333333333%; }
  .col-ts-11 {
    width: 91.6666666667%; }
  .col-ts-12 {
    width: 100%; }
  .col-ts-pull-0 {
    right: auto; }
  .col-ts-pull-1 {
    right: 8.3333333333%; }
  .col-ts-pull-2 {
    right: 16.6666666667%; }
  .col-ts-pull-3 {
    right: 25%; }
  .col-ts-pull-4 {
    right: 33.3333333333%; }
  .col-ts-pull-5 {
    right: 41.6666666667%; }
  .col-ts-pull-6 {
    right: 50%; }
  .col-ts-pull-7 {
    right: 58.3333333333%; }
  .col-ts-pull-8 {
    right: 66.6666666667%; }
  .col-ts-pull-9 {
    right: 75%; }
  .col-ts-pull-10 {
    right: 83.3333333333%; }
  .col-ts-pull-11 {
    right: 91.6666666667%; }
  .col-ts-pull-12 {
    right: 100%; }
  .col-ts-push-0 {
    left: auto; }
  .col-ts-push-1 {
    left: 8.3333333333%; }
  .col-ts-push-2 {
    left: 16.6666666667%; }
  .col-ts-push-3 {
    left: 25%; }
  .col-ts-push-4 {
    left: 33.3333333333%; }
  .col-ts-push-5 {
    left: 41.6666666667%; }
  .col-ts-push-6 {
    left: 50%; }
  .col-ts-push-7 {
    left: 58.3333333333%; }
  .col-ts-push-8 {
    left: 66.6666666667%; }
  .col-ts-push-9 {
    left: 75%; }
  .col-ts-push-10 {
    left: 83.3333333333%; }
  .col-ts-push-11 {
    left: 91.6666666667%; }
  .col-ts-push-12 {
    left: 100%; }
  .col-ts-offset-0 {
    margin-left: 0%; }
  .col-ts-offset-1 {
    margin-left: 8.3333333333%; }
  .col-ts-offset-2 {
    margin-left: 16.6666666667%; }
  .col-ts-offset-3 {
    margin-left: 25%; }
  .col-ts-offset-4 {
    margin-left: 33.3333333333%; }
  .col-ts-offset-5 {
    margin-left: 41.6666666667%; }
  .col-ts-offset-6 {
    margin-left: 50%; }
  .col-ts-offset-7 {
    margin-left: 58.3333333333%; }
  .col-ts-offset-8 {
    margin-left: 66.6666666667%; }
  .col-ts-offset-9 {
    margin-left: 75%; }
  .col-ts-offset-10 {
    margin-left: 83.3333333333%; }
  .col-ts-offset-11 {
    margin-left: 91.6666666667%; }
  .col-ts-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls {
    display: block !important; }
  table.visible-ls {
    display: table !important; }
  tr.visible-ls {
    display: table-row !important; }
  th.visible-ls,
  td.visible-ls {
    display: table-cell !important; } }

@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls-block {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls-inline {
    display: inline !important; } }

@media (min-width: 480px) and (max-width: 599px) {
  .visible-ls-inline-block {
    display: inline-block !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:480px) and (max-width:599px) {
  .hidden-ls {
    display: none !important; } }

@media (min-width:480px) {
  .hidden-ls-lg {
    display: none !important; } }

@media (max-width:599px) {
  .hidden-xs-ls {
    display: none !important; } }

@media (max-width:767px) {
  .hidden-xs-ts {
    display: none !important; } }

@media (max-width:991px) {
  .hidden-xs-sm {
    display: none !important; } }

@media (min-width:600px) and (max-width:767px) {
  .hidden-ts {
    display: none !important; } }

@media (min-width:600px) {
  .hidden-ts-lg {
    display: none !important; } }

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

@media (min-width:768px) {
  .hidden-sm-lg {
    display: none !important; } }

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

@media (min-width:992px) {
  .hidden-md-lg {
    display: none !important; } }

.hidden-on-ts, .hidden-on-sm, .hidden-on-md, .hidden-on-md-in, .hidden-on-md-inb {
  display: none; }

@media (min-width:600px) {
  .hidden-on-ts {
    display: block; } }

@media (min-width:768px) {
  .hidden-on-sm {
    display: block; } }

@media (min-width:992px) {
  .hidden-on-md {
    display: block; }
  .hidden-on-md-inb {
    display: inline-block; }
  .hidden-on-md-in {
    display: inline; } }

@media (min-width:600px) {
  .mobile-small-tablet-only {
    display: none; } }

@media (min-width:768px) {
  .mobile-tablet-only {
    display: none; } }

@media (min-width:768px) {
  .mobile-tablet-only-force {
    display: none !important; } }

.small-tablet-only {
  display: none; }
  @media (min-width:600px) {
    .small-tablet-only {
      display: block; } }
.tablet-only {
  display: none; }
  @media (min-width:768px) {
    .tablet-only {
      display: block; } }
@media (min-width:992px) {
  .mobile-desktop-only {
    display: none; } }

.desktop-only {
  display: none; }
  @media (min-width:992px) {
    .desktop-only {
      display: block; } }
@media (min-width:1200px) {
  .mobile-desktop-wide-only {
    display: none; } }

.desktop-wide-only {
  display: none; }
  @media (min-width:1200px) {
    .desktop-wide-only {
      display: block; } }
.desktop-wide-only-in {
  display: none; }
  @media (min-width:1200px) {
    .desktop-wide-only-in {
      display: inline; } }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 20px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 40px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 40px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 40px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 40px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -40px;
      top: -40px;
      transform: translate3d(40px, 40px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -40px;
      top: -40px;
      transform: translate3d(-40px, 40px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -40px;
      top: 40px;
      transform: translate3d(40px, -40px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -40px;
      top: 40px;
      transform: translate3d(-40px, -40px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-2.8571428571px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(2.8571428571px, -5px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

@media (min-width:992px) {
  html {
    height: 100%;
    width: 100%;
    overflow: hidden; } }

body {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width:992px) {
    body {
      height: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
.page-container {
  position: relative;
  padding-top: 89px;
  overflow: hidden; }
  @media (min-width:992px) {
    .page-container {
      padding-top: 0; } }
.header {
  text-align: center;
  padding: 17px 0;
  height: 89px; }
  .header__outer {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    .header__outer--sticky {
      transform: translateY(-125%);
      transition: .4s ease-in-out; }
      @media (min-width:992px) {
        .header__outer--sticky {
          background-color: #000 !important; }
          .header__outer--sticky.is-active {
            transform: translateY(0%); } }
    @media (min-width:992px) {
      .header__outer {
        background-color: transparent; } }
  @media (min-width:992px) {
    .header__outer:not(.header__outer--sticky) {
      position: relative;
      z-index: 205; } }
  .header__logo {
    width: 142px;
    height: 76px;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 50; }
    .header__logo img {
      transition: opacity .5s ease-in-out;
      position: absolute;
      width: 142px;
      right: 0;
      left: 0;
      top: 0; }
      .header__logo img:nth-child(2) {
        width: 139px;
        opacity: 0;
        top: 4px; }
    @media (min-width:992px) {
      .header__logo:hover img:nth-child(1) {
        opacity: 0; }
      .header__logo:hover img:nth-child(2) {
        opacity: 1; } }
  @media (min-width:992px) {
    .header__outer:not(.header__outer--sticky) .header__logo img {
      width: 254px; }
      .header__outer:not(.header__outer--sticky) .header__logo img:nth-child(2) {
        width: 249px;
        top: 7px; } }
  @media (min-width:992px) {
    .header__outer:not(.header__outer--sticky) .header__logo {
      width: 254px;
      height: 76px;
      left: 0; } }
  .header__right {
    float: right; }
  .header__item {
    display: inline-block;
    margin: 15px 0; }
    .header__item.search-icon {
      position: relative;
      left: -15px; }
      .header__item.search-icon img {
        width: 20px;
        height: 23px; }
    .header__item.cart-icon {
      position: relative;
      line-height: 1; }
      .header__item.cart-icon span {
        background-color: #FFF;
        position: absolute;
        color: #000;
        font-size: 10px;
        width: 16px;
        height: 16px;
        right: -5px;
        top: -5px;
        line-height: 1.7;
        text-align: center; }
        @media (min-width:992px) {
          .header__item.cart-icon span {
            background-color: #000;
            color: #FFF; } }
      .header__item.cart-icon img {
        width: 27px;
        height: 23px; }
      @media (min-width:992px) {
        .header__item.cart-icon {
          top: 11px; } }
    @media (min-width:768px) {
      .header__item {
        margin: 6px 0; } }
  .header__logged-in {
    font-size: 14px;
    margin-right: 18px;
    color: #FFF;
    display: none; }
    @media (min-width:768px) {
      .header__logged-in {
        display: inline-block; } }
    @media (min-width:992px) {
      .header__logged-in {
        color: inherit; } }
  @media (min-width:992px) {
    .header__outer:not(.header__outer--sticky) .header {
      height: 103px; } }
.navbar {
  display: none;
  padding: 20px 0 0;
  text-align: left;
  position: relative;
  z-index: 5;
  height: 68px; }
  .navbar__outer {
    background: #000;
    position: relative;
    z-index: 201; }
    @media (min-width:992px) {
      .navbar__outer {
        background: url(../img/navigation-paint.png) center top repeat-x;
        background-size: auto 100%; } }
  .navbar ul {
    list-style: none;
    margin: 0 -9px;
    padding: 0; }
    .navbar ul li {
      display: inline-block;
      margin: 0 9px;
      position: relative;
      padding-bottom: 12px; }
      .navbar ul li:hover .navbar__dropdown {
        display: block; }
  .navbar a, .navbar span {
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer; }
    .navbar a.active, .navbar span.active {
      padding: 5px 8px;
      margin: 0;
      box-shadow: 0 0 0 2px #FFF; }
  .navbar__right {
    width: 100%;
    display: inline-block;
    position: relative;
    top: -2px; }
    .navbar__right a {
      text-transform: none; }
    @media (min-width:992px) {
      .navbar__right {
        float: right;
        width: auto; } }
  .navbar__bubble {
    background-size: 100%;
    background-image: url(../img/bubbles_01.svg);
    width: 55px;
    height: 95px;
    position: absolute;
    left: -90px;
    top: 35px; }
  .navbar__dropdown {
    position: absolute;
    border: 2px solid #FFF;
    background: #000;
    padding: 8px 15px;
    top: 100%;
    display: none; }
    .navbar__dropdown a {
      margin: 10px 0;
      display: block;
      white-space: nowrap; }
  @media (min-width:992px) {
    .navbar {
      display: block; } }
.footer__top {
  text-align: center; }

.footer__bottom {
  background: #000;
  padding: 50px 0;
  color: #FFF;
  font-size: 16px;
  line-height: 1.8; }
  .footer__bottom h3 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700; }
  .footer__bottom p {
    margin: 0; }
  .footer__bottom a {
    color: #FFF;
    display: block; }
  @media (min-width:992px) {
    .footer__bottom {
      background: url(../img/footer-bottom.png) left top repeat-x, linear-gradient(transparent 0%, transparent 20%, #000 20%, #000 100%) no-repeat;
      background-size: auto 100%, 100% auto;
      padding: 75px 0 50px; } }
.footer__logo {
  width: 293px;
  height: 70px;
  position: relative;
  display: inline-block;
  top: -35px; }
  .footer__logo img {
    position: absolute;
    width: 293px;
    right: 0;
    left: 0;
    top: 0; }

.footer__column {
  margin: 0 0 25px 0; }
  .footer__column form {
    margin: 15px 0 0; }
    .footer__column form input {
      height: 50px;
      font-weight: 700;
      font-size: 14px;
      padding: 5px 15px;
      width: 100%;
      border: 2px solid #FFF; }
      @media (min-width:992px) {
        .footer__column form input {
          border: none;
          max-width: 179px; } }
      @media (min-width:1200px) {
        .footer__column form input {
          max-width: 226px; } }
    .footer__column form button {
      height: 50px;
      font-weight: 700;
      font-size: 14px;
      border: 2px solid #FFF;
      background-color: transparent;
      position: relative;
      padding: 5px 15px;
      width: 100%;
      outline: none; }
      @media (min-width:992px) {
        .footer__column form button {
          width: auto;
          left: -6px; } }
  @media (min-width:768px) {
    .footer__column {
      margin: 0; } }
.footer .socials {
  margin: 50px auto 0;
  text-align: center; }
  .footer .socials__twitter, .footer .socials__instagram, .footer .socials__facebook {
    margin: 0 12px;
    text-decoration: none;
    display: inline-block;
    width: 30px; }
    .footer .socials__twitter img, .footer .socials__instagram img, .footer .socials__facebook img {
      width: 100%; }
  .footer .socials__twitter {
    margin-left: 18px; }
  .footer .socials__facebook img {
    width: 10px; }
  .footer .socials a:not([class*="social"]) {
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #FFF;
    line-height: 1.7;
    margin-bottom: 15px; }

.bottom {
  font-size: 16px;
  padding: 19px 0;
  text-align: center; }
  .bottom__left {
    margin-bottom: 15px; }
    @media (min-width:992px) {
      .bottom__left {
        float: left;
        margin-bottom: 0; } }
  @media (min-width:992px) {
    .bottom__right {
      margin: 0 -30px;
      float: right; } }
  .bottom a {
    margin: 0 5px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 14px; }
    @media (min-width: 375px) {
      .bottom a {
        font-size: 16px;
        margin: 0 7px; } }
    @media (min-width:768px) {
      .bottom a {
        margin: 0 35px; } }
  @media (min-width:992px) {
    .bottom {
      height: 56px; } }
.sidebar {
  margin: 0 0 60px 0; }
  .sidebar__block {
    border-radius: 4px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(50, 50, 93, 0.2);
    padding: 15px; }
    .sidebar__block__title {
      font-size: 16px;
      font-weight: 700;
      margin: 0; }
    .sidebar__block__container {
      padding: 5px 0; }
    .sidebar__block__show-more {
      cursor: pointer; }
      .sidebar__block__show-more img {
        width: 19px;
        margin-right: 8px; }
      .sidebar__block__show-more span {
        font-size: 15px;
        color: #1382FE; }
      .sidebar__block__show-more:hover {
        text-decoration: underline; }
    @media (min-width:992px) {
      .sidebar__block {
        box-shadow: none;
        padding: 0;
        margin-bottom: 60px; } }
  .sidebar__categories__item {
    height: 41px;
    font-size: 16px;
    color: #000;
    padding: 10px 0 0;
    display: block; }
    .sidebar__categories__item__checkbox {
      width: 17px;
      height: 17px;
      margin: 0 15px 0 0;
      position: relative;
      top: 2.5px;
      display: inline-block;
      background-color: #FFF;
      border: 2px solid #000; }
    .sidebar__categories__item span {
      margin: 0 5px; }
    .sidebar__categories__item:not(:last-of-type) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      @media (min-width:992px) {
        .sidebar__categories__item:not(:last-of-type) {
          border-bottom: none; } }
    .sidebar__categories__item--active .sidebar__categories__item__checkbox {
      background-color: #000; }
    .sidebar__categories__item:not(:hover):focus {
      color: inherit;
      text-decoration: none; }
  @media (min-width:992px) {
    .sidebar {
      margin: 0; } }
.usp {
  padding: 25px 0;
  position: relative;
  text-align: left; }
  .usp__outer {
    background: #000; }
    @media (min-width:992px) {
      .usp__outer {
        background: url(../img/usp-bar.png) center top repeat-x;
        background-size: auto 100%; } }
  .usp__item {
    position: relative;
    vertical-align: middle;
    color: #FFF;
    line-height: 20px;
    font-size: 16px;
    padding: 0;
    font-weight: 700;
    display: block; }
    .usp__item span {
      display: block;
      font-weight: 400; }
    .usp__item:before {
      background-color: #FFF;
      border-radius: 50%;
      height: 8px;
      width: 8px;
      content: '';
      display: inline-block;
      margin: 0 25px 0 0;
      vertical-align: middle;
      position: relative;
      top: -1px; }
      @media (min-width:992px) {
        .usp__item:before {
          display: none; } }
    .usp__item:after {
      background-color: #FFF;
      border-radius: 50%;
      height: 8px;
      width: 8px;
      content: '';
      display: none;
      margin: 0; }
      @media (min-width:992px) {
        .usp__item:after {
          margin: 0 50px;
          display: inline-block; } }
    .usp__item:last-of-type:after {
      display: none; }
    .usp__item:not(:last-of-type) {
      margin-bottom: 25px; }
      @media (min-width:992px) {
        .usp__item:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width:992px) {
      .usp__item {
        display: inline-block; } }
  .usp__bubbles {
    background-size: 100%;
    background-image: url(../img/bubbles_02.svg);
    width: 55px;
    height: 63px;
    position: absolute;
    top: -38px;
    right: 30px; }
    @media (min-width:600px) {
      .usp__bubbles {
        right: 0; } }
    @media (min-width:768px) {
      .usp__bubbles {
        right: -25px; } }
    @media (min-width:992px) {
      .usp__bubbles {
        right: -50px; } }
    @media (min-width:1200px) {
      .usp__bubbles {
        right: -75px; } }
  @media (min-width:992px) {
    .usp {
      height: 100px;
      padding: 35px 0 0;
      text-align: center; } }
.filters {
  margin: 15px 0;
  text-align: center; }
  .filters__item {
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 15px;
    color: #7B7B7B;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #000; }
    .filters__item--active {
      background-color: #FFF5DD;
      border: none;
      color: #000; }
    .filters__item:hover {
      color: #000;
      background-color: #FFF5DD; }
    @media (min-width:992px) {
      .filters__item {
        margin: 5px 10px; } }
.counter {
  display: none; }
  @media (min-width:768px) {
    .cart-page .counter {
      display: block; } }
  .counter input[type="number"] {
    border: 2px solid #000;
    text-align: center;
    min-width: 65px;
    max-width: 65px;
    margin: 0;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
    .counter input[type="number"]::-webkit-inner-spin-button, .counter input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .counter--increment, .counter--decrement {
    font-weight: 700;
    margin: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; }
  @media (min-width:992px) {
    .counter {
      display: block; } }
p {
  font-size: 16px;
  line-height: 24px; }
  @media (min-width:992px) {
    p {
      line-height: 32px; } }
input {
  color: rgba(0, 0, 0, 0.7);
  background-color: #FFF;
  border: 2px solid #000;
  font-size: 16px;
  padding: 5px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select {
  padding: 10px 80px 10px 10px;
  background: #FFF url(../img/select-arrow.png) center right -1px no-repeat;
  background-size: auto 100%;
  border: 2px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer; }

.hamburger {
  display: inline-block;
  float: left;
  margin-top: 15px;
  cursor: pointer; }
  @media (min-width:992px) {
    .hamburger {
      display: none; } }
.section {
  padding: 60px 0; }
  .section > h1 {
    text-align: center;
    color: #000;
    margin: 0 0 15px 0;
    font-size: 27px; }
    @media (min-width:600px) {
      .section > h1 {
        font-size: 35px; } }
.page-header {
  padding: 60px 0 0; }
  .page-header h1 {
    text-align: center;
    color: #000;
    margin: 0 0 15px 0;
    font-size: 27px; }
    @media (min-width:600px) {
      .page-header h1 {
        font-size: 35px; } }
.btn {
  font-weight: 700;
  padding: 9px 47px;
  box-shadow: -5px 5px 0 0 #FFF;
  background-color: #000;
  border: 2px solid #FFF;
  color: #FFF;
  font-size: 14px;
  transition: .3s background-color ease-in-out;
  outline: 0; }
  .btn--white {
    box-shadow: -5px 5px 0 0 #000;
    background-color: #FFF;
    border: 2px solid #000;
    color: #000; }
    .btn--white:hover, .btn--white:focus {
      background-color: #000;
      color: #FFF;
      text-decoration: none; }
    .btn--white:active {
      color: #000; }
  .btn--black {
    box-shadow: -5px 5px 0 0 #FFF;
    background-color: #000;
    border: 2px solid #FFF;
    color: #FFF; }
    .btn--black:hover, .btn--black:focus {
      background-color: #FFF;
      color: #000;
      text-decoration: none; }
    .btn--black:active {
      color: #FFF; }
  .btn--flat {
    background-color: #000;
    box-shadow: none;
    color: #FFF;
    border: none;
    outline: 0; }
  .btn--transparent-black {
    color: #000;
    background-color: transparent;
    border: 2px solid #000; }
    .btn--transparent-black:hover, .btn--transparent-black:focus {
      background-color: #000;
      color: #FFF;
      text-decoration: none; }
    .btn--transparent-black:active {
      color: #000; }
  .btn > span:first-of-type {
    position: relative;
    color: currentColor; }
  .btn .loader {
    fill: currentColor;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width:992px) {
      .btn .loader {
        height: 18px; } }
.search-input {
  color: #000;
  border: 2px solid #000;
  background: #FFF url(../img/input-search.png) center right 0 no-repeat;
  background-size: 50px;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 10px 60px 10px 10px;
  width: 100%;
  display: inline-block;
  outline: 0; }
  .search-input__outer {
    position: relative;
    display: inline-block; }
    .search-input__outer button {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 52px;
      height: 46px;
      display: block;
      outline: none;
      border: none;
      padding: 0;
      background: none; }
  .search-input:focus::-webkit-input-placeholder {
    color: transparent; }
  .search-input:focus::-moz-placeholder {
    color: transparent; }
  .search-input:focus:-moz-placeholder {
    color: transparent; }
  .search-input:focus:-ms-input-placeholder {
    color: transparent; }
  @media (min-width:992px) {
    .search-input {
      max-width: 242px; } }
.check-list {
  font-size: 16px;
  color: #000;
  list-style: none;
  padding: 0; }
  .check-list li {
    padding-left: 45px;
    position: relative;
    font-weight: 700; }
    .check-list li:before {
      background: url(../img/icon-check.svg) 0 0 no-repeat;
      background-size: 32px 25px;
      width: 32px;
      height: 25px;
      content: '';
      display: inline-block;
      position: absolute;
      top: -2px;
      left: 0; }
    .check-list li:not(:last-of-type) {
      margin: 0 0 26px 0; }

.highlighted-text {
  margin: 0 auto;
  text-align: center; }
  .highlighted-text span {
    padding: 0 10px;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
    background-color: #000;
    font-size: 16px; }
    @media (min-width: 375px) {
      .highlighted-text span {
        font-size: 18px; } }
    @media (min-width:600px) {
      .highlighted-text span {
        font-size: 21px; } }
    @media (min-width:768px) {
      .highlighted-text span {
        font-size: 26px; } }
    @media (min-width:992px) {
      .highlighted-text span {
        font-size: 32px; } }
.hero .highlighted-text span {
  background-color: rgba(0, 0, 0, 0.6); }

.lazy-loading img {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

.grecaptcha-badge {
  visibility: hidden; }

.mobile-menu {
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: #000;
  color: #FFF;
  position: fixed;
  padding: 20px 0 0;
  display: none;
  right: 0;
  top: 0; }
  .mobile-menu ul {
    margin: 0;
    padding: 0; }
    .mobile-menu ul li {
      padding: 15px;
      font-size: 16px;
      color: #FFF; }
      .mobile-menu ul li:not(:last-of-type) {
        border-bottom: 1px solid #666; }
  .mobile-menu a {
    display: block;
    color: inherit; }
  .mobile-menu span:after {
    content: '+';
    float: right; }
  .mobile-menu__dropdown {
    padding: 0 0 5px;
    display: none; }
    .mobile-menu__dropdown a {
      margin: 15px 0;
      opacity: .8; }
      .mobile-menu__dropdown a:last-of-type {
        margin-bottom: 0; }
  .mobile-menu.is-active {
    display: block; }

.product .row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width:992px) {
  .product [class*="col-md-"] {
    padding-left: 0;
    padding-right: 0; } }

.product__preview__image {
  width: 100%;
  float: right;
  display: block;
  height: 382px;
  margin: 0 0 10px;
  border: 2px solid #000;
  background-color: #FFF;
  box-shadow: -15px -15px 0 0 #000;
  position: relative; }
  .product__preview__image img {
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  @media (min-width:992px) {
    .product__preview__image {
      width: calc(100% - 15px);
      height: 510px;
      display: block; } }
  @media (min-width:1200px) {
    .product__preview__image {
      height: 522px; } }
.product__preview:after {
  content: "";
  display: table;
  clear: both; }

.product__info {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 25px;
  margin-left: -2px;
  background-color: #FFF;
  border: 2px solid #000; }
  .product__info h3 {
    font-size: 20px;
    margin-top: 0; }
    .product__info h3 small {
      font-size: 50%; }
  .product__info span {
    line-height: 30px; }
    .product__info span small {
      display: block;
      line-height: 1.5; }
  .product__info .ratings {
    margin-top: 1em;
    line-height: 1; }
    .product__info .ratings .stars {
      display: inline-block; }
      .product__info .ratings .stars img {
        width: 26px;
        height: 24px; }
    .product__info .ratings span {
      margin: 0 10px;
      position: relative;
      display: block;
      top: 2px; }
      @media (min-width:992px) {
        .product__info .ratings span {
          display: inline-block; } }
  @media (min-width:992px) {
    .product__info p {
      font-size: 15px;
      line-height: 25px; } }
  @media (min-width:1200px) {
    .product__info p {
      font-size: 16px;
      line-height: 32px; } }
  .product__info a {
    color: #009FE3; }
  .product__info__notice {
    margin: 15px 0;
    color: #888888; }
    @media (min-width:600px) {
      .product__info__notice {
        margin: 0;
        float: right; } }
  .product__info__stock, .product__info__content {
    margin: 15px 0 0; }
    .product__info__stock > span, .product__info__content > span {
      font-weight: 700;
      margin-right: 15px; }
  .product__info__content select {
    padding: 5px 10px;
    width: calc(100% - 70px);
    background-size: 40px; }
  .product__info__stock {
    width: 100%; }
    .product__info__stock .counter {
      float: right; }
    @media (min-width:992px) {
      .product__info__stock {
        padding: 0 25px;
        position: absolute;
        bottom: 25px;
        left: 0; } }
  .product__info:after {
    content: "";
    background-size: 100%;
    background-image: url(../img/bubbles_02.svg);
    width: 55px;
    height: 63px;
    position: absolute;
    top: 75px;
    right: -10px; }
    @media (min-width:600px) {
      .product__info:after {
        right: -75px; } }
    @media (min-width:992px) {
      .product__info:after {
        right: -60px; } }
    @media (min-width:1200px) {
      .product__info:after {
        right: -75px; } }
  .product__info .counter__outer {
    margin-top: 25px;
    display: none; }
    .product__info .counter__outer > span {
      margin-right: 10px;
      position: relative;
      top: 7px; }
    .product__info .counter__outer .counter input[type="number"] {
      height: 42px;
      min-width: 75px;
      max-width: 75px; }
    @media (min-width:992px) {
      .product__info .counter__outer {
        float: left;
        margin-top: 0;
        display: block; } }
  .product__info .btn {
    color: #000;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    width: 100%; }
    .product__info .btn:hover, .product__info .btn:focus {
      color: #FFF; }
    @media (min-width:992px) {
      .product__info .btn {
        width: auto;
        float: right;
        margin-top: 0; } }
  @media (min-width:992px) {
    .product__info {
      height: 510px;
      width: 100%;
      padding: 25px 25px 86px; } }
  @media (min-width:1200px) {
    .product__info {
      height: 522px; } }
.breadcrumbs {
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  display: block; }
  .breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .breadcrumbs ul li {
      display: inline-block; }
      .breadcrumbs ul li a {
        color: #000;
        font-weight: 700; }
      .breadcrumbs ul li:not(:last-of-type):after {
        margin: 0 8px;
        display: inline-block;
        position: relative;
        content: "/";
        height: 7px;
        width: 10px;
        top: -1.5px; }

.interested-products h1 {
  margin-bottom: 60px; }

.products {
  padding: 15px; }
  .products__slider {
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
    margin: 0 15px 0 0; }
    .products__slider__container {
      padding: 15px;
      overflow: hidden;
      margin-right: -15px; }
      @media (min-width:992px) {
        .products__slider__container {
          margin-right: 0; } }
    .products__slider__controls {
      width: 80px;
      margin: 50px auto 0; }
      @media (min-width:992px) {
        .products__slider__controls {
          width: inherit; } }
    .products__slider__previous, .products__slider__next {
      width: 20px;
      height: 30px;
      background-size: 100%;
      cursor: pointer;
      display: inline-block;
      margin: 0 10px; }
      @media (min-width:992px) {
        .products__slider__previous, .products__slider__next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          margin: 0; } }
    .products__slider__previous {
      background-image: url(../img/arrow-left.svg); }
      @media (min-width:992px) {
        .products__slider__previous {
          left: -45px; } }
      @media (min-width:1200px) {
        .products__slider__previous {
          left: -60px; } }
    .products__slider__next {
      background-image: url(../img/arrow-right.svg); }
      @media (min-width:992px) {
        .products__slider__next {
          right: -43px; } }
      @media (min-width:1200px) {
        .products__slider__next {
          right: -60px; } }
    .products__slider .products__item {
      width: 226px;
      margin: 0 32px 0 0; }
      .products__slider .products__item .products__item__title {
        min-height: 44px; }
      .products__slider .products__item .products__item__footer {
        text-align: center; }
        .products__slider .products__item .products__item__footer .counter {
          margin: 15px 0; }
          @media (min-width:1200px) {
            .products__slider .products__item .products__item__footer .counter {
              margin: 0; } }
        .products__slider .products__item .products__item__footer .products__item__footer__add-to-cart {
          float: none; }
          @media (min-width:1200px) {
            .products__slider .products__item .products__item__footer .products__item__footer__add-to-cart {
              float: right; } }
        @media (min-width:1200px) {
          .products__slider .products__item .products__item__footer {
            text-align: left; } }
      .products__slider .products__item a {
        outline: none; }
      @media (min-width:992px) {
        .products__slider .products__item {
          width: 192px; } }
      @media (min-width:1200px) {
        .products__slider .products__item {
          width: 227px; } }
  .products__item {
    background-color: #FFF;
    width: 100%;
    height: 270px;
    white-space: normal;
    margin: 0 0 60px 0;
    display: inline-block;
    transition: margin-left .3s ease-in-out;
    border: 2px solid #000;
    box-shadow: -15px -15px 0 0 #000;
    padding: 10px;
    position: relative;
    outline: none;
    vertical-align: top; }
    .products__item__title {
      text-align: center;
      font-size: 16px;
      font-weight: 700; }
      .products__item__title a {
        color: inherit; }
        .products__item__title a:hover, .products__item__title a:focus, .products__item__title a:active, .products__item__title a:visited {
          color: inherit;
          text-decoration: none; }
      .products__item__title span {
        display: inline-block; }
      @media (min-width:768px) {
        .products__item__title {
          min-height: 44px; } }
    .products__item img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;';
      height: 180px;
      position: relative;
      top: 15px; }
      .logged-in .products__item img {
        height: 128px; }
        @media (min-width:992px) {
          .logged-in .products__item img {
            height: 135px; } }
    .products__item__footer {
      left: 20px;
      right: 20px;
      position: absolute;
      bottom: 15px; }
      .products__item__footer .counter {
        margin: 0 auto; }
        .products__item__footer .counter input {
          padding: 2.5px;
          position: relative; }
        .products__item__footer .counter--increment, .products__item__footer .counter--decrement {
          font-size: 16px; }
        .products__item__footer .counter--increment {
          margin: 0 14px; }
          @media (min-width:992px) {
            .products__item__footer .counter--increment {
              margin: 0 9px; } }
          @media (min-width:1200px) {
            .products__item__footer .counter--increment {
              margin-left: 7px; } }
        @media (min-width:768px) {
          .products__item__footer .counter--decrement {
            margin: 0 7px 0 0; } }
        @media (min-width:992px) {
          .products__item__footer .counter {
            margin: 15px 0;
            text-align: center;
            display: block; } }
        @media (min-width:1200px) {
          .products__item__footer .counter {
            text-align: left;
            display: inline-block;
            margin: 0; } }
      .products__item__footer__add-to-cart {
        cursor: pointer;
        float: right;
        font-weight: 700;
        font-size: 12px;
        padding: 5px;
        width: 100%;
        line-height: 1;
        text-align: center;
        color: #FFF;
        display: inline-block;
        background-color: #000;
        border: 2px solid #000;
        transition: .1s ease-in-out; }
        .products__item__footer__add-to-cart:hover, .products__item__footer__add-to-cart:focus {
          background-color: #FFF;
          color: #000; }
        .products__item__footer__add-to-cart:active {
          text-decoration: none; }
        @media (min-width:992px) {
          .products__item__footer__add-to-cart {
            float: none;
            padding: 1.5px 3px;
            width: auto;
            font-size: 12px; } }
        @media (min-width:1200px) {
          .products__item__footer__add-to-cart {
            float: right; } }
      @media (min-width:992px) {
        .products__item__footer {
          text-align: center;
          bottom: 20px; } }
      @media (min-width:1200px) {
        .products__item__footer {
          text-align: left;
          right: 10px;
          bottom: 15px;
          left: 10px; } }
    .products__item--blue {
      box-shadow: -15px -15px 0 0 #009FE3; }
      .products__item--blue .products__item__footer__add-to-cart:hover {
        background-color: #009FE3; }
    .products__item--spanish-white {
      box-shadow: -15px -15px 0 0 #FFF5DD; }
      .products__item--spanish-white .products__item__footer__add-to-cart:hover {
        background-color: #FFF5DD; }
    .products__item--dark-blue {
      box-shadow: -15px -15px 0 0 #312A80; }
      .products__item--dark-blue .products__item__footer__add-to-cart:hover {
        background-color: #312A80; }
    .products__item--red {
      box-shadow: -15px -15px 0 0 #E30613; }
      .products__item--red .products__item__footer__add-to-cart:hover {
        background-color: #E30613; }
    .products__item--green {
      box-shadow: -15px -15px 0 0 #67B433; }
      .products__item--green .products__item__footer__add-to-cart:hover {
        background-color: #67B433; }
    .products__item--mint {
      box-shadow: -15px -15px 0 0 #009476; }
      .products__item--mint .products__item__footer__add-to-cart:hover {
        background-color: #009476; }
    .products__item--orange {
      box-shadow: -15px -15px 0 0 #F39200; }
      .products__item--orange .products__item__footer__add-to-cart:hover {
        background-color: #F39200; }
    .products__item--purple {
      box-shadow: -15px -15px 0 0 #AF60A2; }
      .products__item--purple .products__item__footer__add-to-cart:hover {
        background-color: #AF60A2; }
    @media (min-width:992px) {
      .highlighted-products .products__item {
        margin-bottom: 0; } }
    .products__item.is-disabled:before {
      background: rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 4;
      top: 0;
      left: 0;
      display: block;
      content: ''; }
    .products__item.is-disabled:after {
      content: 'Tijdelijk uitverkocht';
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 5;
      transform: translateY(-50%);
      text-align: center;
      left: 0;
      font-size: 16px;
      font-weight: 700; }
    .products__item.is-disabled .products__item__title, .products__item.is-disabled .products__item__footer, .products__item.is-disabled img {
      opacity: 0.2; }
  .products:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width:992px) {
    .products {
      padding: 15px 0; } }
.not-a-customer {
  padding: 60px 0 75px 0; }
  .not-a-customer p {
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px 0; }
  @media (min-width:992px) {
    .not-a-customer {
      padding: 60px 0; } }
.customer-registration {
  position: relative; }
  .customer-registration__outer {
    background: #000; }
    @media (min-width:992px) {
      .customer-registration__outer {
        background: url(../img/footer.png) center top repeat-x;
        background-size: auto 100%; } }
  .customer-registration__success {
    color: #FFF;
    text-align: center;
    line-height: 1.2;
    padding: 8px 0 0; }
  .customer-registration form {
    padding: 25px 0 55px; }
    .customer-registration form .form-group {
      width: 100%;
      display: inline-block;
      margin: 10px 0; }
      .customer-registration form .form-group input {
        width: 100%;
        height: 42px;
        font-weight: 700;
        padding: 0 0 0 15px; }
        .customer-registration form .form-group input:focus::-webkit-input-placeholder {
          color: transparent; }
        .customer-registration form .form-group input:focus::-moz-placeholder {
          color: transparent; }
        .customer-registration form .form-group input:focus:-moz-placeholder {
          color: transparent; }
        .customer-registration form .form-group input:focus:-ms-input-placeholder {
          color: transparent; }
      .customer-registration form .form-group .btn {
        width: 100%; }
      @media (min-width:992px) {
        .customer-registration form .form-group {
          width: 162px; }
          .customer-registration form .form-group:not(:last-of-type) {
            margin: 0 10px 0 0; }
          .customer-registration form .form-group:last-of-type {
            margin: 0 0 0 5px; } }
      @media (min-width:1200px) {
        .customer-registration form .form-group {
          width: 190px; } }
    @media (min-width:992px) {
      .customer-registration form {
        padding: 45px 0 0; } }
  @media (min-width:992px) {
    .customer-registration {
      height: 150px; } }
.assortment-page .page-header {
  padding: 60px 0 25px; }
  @media (min-width:992px) {
    .assortment-page .page-header {
      padding: 60px 0; } }
.assortment-page .usp {
  background-color: #000;
  margin: 0 -15px 75px -15px;
  padding: 25px; }
  .assortment-page .usp__item {
    white-space: nowrap; }
    @media (min-width:768px) {
      .assortment-page .usp__item {
        margin: 0 8px; }
        .assortment-page .usp__item:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width:992px) {
      .assortment-page .usp__item {
        margin: 0 1px; } }
    @media (min-width:1200px) {
      .assortment-page .usp__item {
        margin: 0 15px; } }
  @media (min-width:768px) {
    .assortment-page .usp {
      padding: 17px; } }
  @media (min-width:992px) {
    .assortment-page .usp {
      margin: 0 0 75px -15px; } }
  .assortment-page .usp:after {
    content: none; }

.sorting {
  padding: 30px 0 15px; }
  .sorting__item__search {
    font-size: 16px; }
    .sorting__item__search span {
      margin: 15px 0 5px;
      display: inline-block; }
      @media (min-width:992px) {
        .sorting__item__search span {
          margin: 0 15px; } }
    @media (min-width:992px) {
      .sorting__item__search {
        display: inline-block; } }
  .sorting__item__sorter {
    margin: 10px 0; }
    .sorting__item__sorter select {
      width: 100%; }
      @media (min-width:992px) {
        .sorting__item__sorter select {
          width: auto; } }
    @media (min-width:992px) {
      .sorting__item__sorter {
        float: right;
        margin: 0; } }
.pagination {
  margin: 0 0 0 -15px;
  text-align: center;
  font-size: 16px;
  padding: 8px 0; }
  .pagination__item {
    border-radius: 4px;
    color: #000;
    display: inline-block; }
    .pagination__item:not(:last-of-type) {
      margin-right: 16px; }
    .pagination__item:hover {
      color: #000; }
    .pagination__item--active {
      color: #FFF;
      background-color: #000;
      padding: 2px 7.5px 0;
      font-weight: 700;
      width: 26px;
      height: 27px; }
      .pagination__item--active:hover {
        color: #FFF; }
  .pagination--previous, .pagination--next {
    cursor: pointer;
    display: inline-block;
    margin: 0 15px; }
    .pagination--previous img, .pagination--next img {
      width: 15px; }
    .pagination--previous span, .pagination--next span {
      margin: 0 10px; }
  @media (min-width:992px) {
    .pagination {
      height: 50px;
      background-color: #FFF;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; } }
.quote {
  background: url(../img/quote.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 -15px 75px -15px;
  padding: 30px 50px 35px;
  color: #FFF;
  font-size: 14px;
  height: auto; }
  .quote span {
    display: inline-block;
    margin-left: 5px; }
  @media (min-width:768px) {
    .quote {
      padding: 30px 55px 35px;
      font-size: 16px; } }
  @media (min-width:992px) {
    .quote {
      padding: 30px 55px 35px; } }
  @media (min-width:1200px) {
    .quote {
      padding: 40px 65px 45px; } }
.faq-page-one .questions h1 {
  background-color: #000;
  display: block;
  color: #FFF;
  padding: 0 50px;
  margin: 0 auto 60px;
  width: 300px; }

.frequently-asked-questions {
  text-align: center; }
  .frequently-asked-questions .breadcrumbs {
    margin: 0 0 45px; }
  .frequently-asked-questions .search {
    margin: 60px 0 0; }

.questions {
  padding: 30px; }
  .questions h1 {
    margin-bottom: 60px;
    text-align: center; }
  .questions__list {
    padding: 30px 0; }
    .questions__list:last-of-type {
      padding: 30px 0 0; }
  .questions__item {
    border-top: 2px solid #000;
    padding: 25px 0 30px;
    position: relative; }
    .questions__item__container {
      position: relative;
      cursor: pointer;
      width: 100%; }
      .questions__item__container span {
        font-size: 16px;
        font-weight: 700; }
    .questions__item p {
      line-height: 1.4;
      margin: 0;
      overflow: hidden;
      transition: max-height .3s linear;
      max-height: 0; }
      .questions__item p span {
        display: block; }
      @media (min-width:768px) {
        .questions__item p {
          font-size: 15px; } }
    .questions__item--open p {
      display: block;
      max-height: 100%;
      margin: 15px 0 5px; }
    .questions__item:last-of-type {
      border-bottom: 2px solid #000; }
    @media (min-width:992px) {
      .questions__item {
        font-size: 22px; } }
  @media (min-width:992px) {
    .questions {
      font-size: 16px;
      padding: 60px; } }
.still-no-answer {
  text-align: center; }
  .still-no-answer .btn {
    margin: 30px 0 0 0;
    display: inline-block; }

.terms-and-conditions {
  text-align: left;
  font-size: 16px; }
  .terms-and-conditions ol {
    list-style: none;
    padding: 0; }
    .terms-and-conditions ol li {
      padding: 0;
      margin: 0 0 15px; }
      .terms-and-conditions ol li::before {
        background: none;
        top: 2px;
        line-height: 1.2;
        padding: 0;
        height: auto;
        margin-left: -.5em; }

.cart {
  padding: 60px 0 15px 15px;
  position: relative;
  text-align: left;
  font-size: 16px; }
  .cart h1 {
    margin-bottom: 60px; }
  .cart__container {
    border: 2px solid #000;
    box-shadow: -15px -15px 0 0 #000;
    padding: 10px 25px;
    margin: 0 auto;
    width: 100%; }
  .cart__items__item td > span:not([class]) {
    display: inline-block;
    margin-right: 10px;
    opacity: .6;
    text-decoration: line-through; }
  .cart__items .link {
    color: #009FE3; }
  .cart__items .counter .counter--decrement {
    margin-left: 0; }
  .cart__checkout {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 16px 0;
    margin: 5px 0; }
    .cart__checkout__coupon {
      margin-bottom: 30px; }
      .cart__checkout__coupon form input {
        width: 100%;
        height: 50px;
        margin: 0 0 10px 0;
        text-align: center;
        display: inline-block; }
        .cart__checkout__coupon form input:focus::-webkit-input-placeholder {
          color: transparent; }
        .cart__checkout__coupon form input:focus::-moz-placeholder {
          color: transparent; }
        .cart__checkout__coupon form input:focus:-moz-placeholder {
          color: transparent; }
        .cart__checkout__coupon form input:focus:-ms-input-placeholder {
          color: transparent; }
        .cart__checkout__coupon form input:disabled {
          opacity: .4; }
        @media (min-width:768px) {
          .cart__checkout__coupon form input {
            margin: 0 -5px 0 0;
            width: 120px; } }
        @media (min-width:992px) {
          .cart__checkout__coupon form input {
            width: auto; } }
      .cart__checkout__coupon form button {
        font-weight: 700;
        margin: 0 0 10px 0;
        position: relative;
        padding: 9px 20px;
        height: 50px;
        color: #A4A4A4;
        width: 100%; }
        @media (min-width:768px) {
          .cart__checkout__coupon form button {
            top: -2px;
            width: auto;
            margin: 0; } }
      @media (min-width:768px) {
        .cart__checkout__coupon {
          display: inline-block;
          margin-right: 20px;
          margin-bottom: 0; } }
    .cart__checkout__update {
      position: relative;
      top: -2px; }
      .cart__checkout__update button {
        font-weight: 700;
        position: relative;
        padding: 9px 20px;
        height: 50px;
        width: 100%; }
        @media (min-width:768px) {
          .cart__checkout__update button {
            width: auto; } }
      @media (min-width:768px) {
        .cart__checkout__update {
          display: inline-block;
          margin: 0 10px; } }
    .cart__checkout__total {
      padding: 15px 0 0;
      display: block; }
      @media (min-width:768px) {
        .cart__checkout__total {
          display: inline-block;
          padding: 15px 0;
          float: right;
          width: 70px; } }
      @media (min-width:992px) {
        .cart__checkout__total {
          width: 92px; } }
      @media (min-width:1200px) {
        .cart__checkout__total {
          width: 95px; } }
  .cart__actions {
    padding: 15px 0; }
    .cart__actions .btn {
      width: 100%;
      font-weight: 700;
      display: inline-block;
      line-height: 30px;
      margin: 5px 0;
      height: 50px; }
      @media (min-width:768px) {
        .cart__actions .btn.right {
          float: right; } }
      @media (min-width:768px) {
        .cart__actions .btn {
          width: auto;
          margin: 0; } }
  .cart table {
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
    font-size: 16px; }
    .cart table th {
      font-weight: 700;
      padding: 8px 0; }
    .cart table tr {
      padding: 10px 0;
      display: block; }
      .cart table tr td {
        padding: 5px 0;
        display: block;
        width: 100%; }
        .cart table tr td a {
          color: #000; }
        @media (max-width:1199px) {
          .cart table tr td {
            width: auto !important; } }
        @media (min-width:768px) {
          .cart table tr td {
            border-bottom: 2px solid #000;
            display: table-cell;
            padding: 16px 0;
            width: auto; } }
      .cart table tr:not(:first-of-type) {
        border-bottom: 2px solid #000; }
      @media (min-width:768px) {
        .cart table tr {
          display: table-row;
          padding: 0; } }
.contact iframe {
  margin: 50px 0; }

.contact__form {
  margin: 0 0 65px 0; }
  .contact__form p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.5; }
  .contact__form span {
    color: #9A9A9A;
    float: right;
    font-size: 16px; }
  .contact__form .form-group {
    font-size: 16px;
    margin: 0 0 20px 0; }
    .contact__form .form-group label {
      display: block;
      font-weight: 700;
      margin: 0 0 10px 0; }
    .contact__form .form-group input {
      height: 45px;
      padding: 0 10px;
      width: 100%; }
    .contact__form .form-group textarea {
      outline: 0;
      width: 100%;
      max-width: 100%;
      height: 100px;
      border: 2px solid #000;
      padding: 10px; }
  @media (min-width:768px) {
    .contact__form {
      width: 310px; } }
  @media (min-width:992px) {
    .contact__form {
      width: 375px; } }
  .contact__form button {
    margin: 0 5px; }

.contact__info p {
  margin: 0 0 15px;
  line-height: 1.5; }

@media (min-width:992px) {
  .login__header {
    margin: 0 0 40px 0; } }

@media (min-width:992px) {
  .login__form form {
    margin: 48px 0; } }

@media (min-width:992px) {
  .login__form {
    padding-right: 45px; } }

.login__contact {
  margin-top: 25px; }
  .login__contact__success {
    display: none; }
    @media (min-width:992px) {
      .login__contact__success {
        position: absolute; } }
    .login__contact__success.is-active {
      display: block; }
  .login__contact__success.is-active + .login__contact__default {
    display: none; }
    @media (min-width:992px) {
      .login__contact__success.is-active + .login__contact__default {
        opacity: 0;
        display: block; } }
  @media (min-width:992px) {
    .login__contact {
      border-left: 2px solid #000;
      padding-left: 45px;
      margin-top: 0; } }
.login__button {
  text-align: center; }

.login .form-group {
  font-size: 16px;
  margin: 0 0 20px 0; }
  .login .form-group label {
    display: inline-block;
    margin: 0 0 10px 0; }
  .login .form-group input {
    height: 45px;
    padding: 0 10px;
    display: block;
    width: 100%; }
  .login .form-group .forgotten-password {
    display: block;
    text-align: center;
    margin: 30px 0;
    font-size: 15px;
    color: #009FE3; }

.login .btn {
  margin: 10px 5px;
  color: #8B8B8B; }
  .login .btn:hover {
    color: #FFF; }

.login h2 {
  margin: 0; }

.login p {
  margin: 20px 0;
  line-height: 1.5; }
  @media (min-width:992px) {
    .login p {
      margin: 25px 0; } }
.login .show {
  float: right;
  color: #8B8B8B;
  cursor: pointer;
  font-size: 14px; }

.login .checkbox {
  top: 3px;
  color: #8B8B8B;
  font-size: 14px;
  margin-left: 20px;
  position: relative;
  display: inline-block; }
  .login .checkbox label {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    top: 3.5px; }
    .login .checkbox label span {
      width: 18px;
      height: 18px;
      border: 2px solid #000;
      position: relative;
      display: block; }
      .login .checkbox label span:before {
        background: url(../img/icon-check-alternative.svg) 0 0 no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        background-color: #000;
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  .login .checkbox input {
    display: none; }
    .login .checkbox input:checked + span:before {
      display: block; }
  @media (min-width:992px) {
    .login .checkbox {
      margin-left: 40px; } }
.account__container {
  margin: 40px 0; }

.account .sidebar__categories__item {
  color: #8B8B8B; }

.orders {
  box-shadow: 0 2px 4px rgba(50, 50, 93, 0.2);
  padding: 15px; }
  .orders h3 {
    font-size: 16px;
    margin: 0; }
  .orders__item {
    text-align: center;
    cursor: pointer;
    margin: 45px 0;
    font-size: 16px;
    color: #8B8B8B; }
    .orders__item picture {
      width: 150px;
      height: 145px;
      vertical-align: top;
      display: inline-block;
      border: 2px solid #000;
      background-color: #EEEEEE; }
    .orders__item__date, .orders__item__status {
      margin: 15px 0; }
      .orders__item__date span, .orders__item__status span {
        display: block; }
      @media (min-width:768px) {
        .orders__item__date, .orders__item__status {
          margin: 0 0 0 30px;
          display: inline-block; } }
    @media (min-width:768px) {
      .orders__item {
        margin: 15px 0;
        text-align: left; } }
  .orders .link {
    font-size: 15px;
    color: #009FE3; }
    .orders .link img {
      width: 19px;
      margin-right: 16px; }
  @media (min-width:768px) {
    .orders {
      box-shadow: none;
      padding: 0; } }
.payments {
  box-shadow: 0 2px 4px rgba(50, 50, 93, 0.2);
  padding: 15px;
  margin: 60px 0 0; }
  .payments h2 {
    margin: 0; }
  .payments__container {
    font-size: 16px;
    padding: 10px 30px;
    border: 2px solid #000;
    margin: 25px 0;
    color: #8B8B8B; }
  .payments .link {
    font-size: 15px;
    color: #009FE3; }
    .payments .link img {
      width: 19px;
      margin-right: 16px; }
  @media (min-width:768px) {
    .payments {
      box-shadow: none;
      padding: 0; } }
.blog-page-one .blog__header picture {
  height: 282px; }

.blog-page-one .blog__container picture {
  height: 210px;
  margin: 15px 0; }

.blog-page-two .blog img {
  width: 100%;
  height: auto; }

@media (min-width:992px) {
  .blog-page-two .blog__container {
    margin: 60px 0 0;
    width: 100%; } }

.blog-page-two .blog__footer {
  margin: 60px 0 0; }
  @media (min-width:992px) {
    .blog-page-two .blog__footer {
      margin: 60px 0 0; } }
.blog picture {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  background-color: #EEEEEE;
  overflow: hidden; }
  .blog picture img {
    width: 100%; }

@media (min-width:992px) {
  .blog__header {
    margin: 0 0 15px 0; } }

.blog h1 {
  background-color: #000;
  color: #FFF;
  text-align: center;
  margin: 30px 0;
  padding: 0 10px;
  font-size: 25px;
  display: block; }
  @media (min-width:992px) {
    .blog h1 {
      margin: 0 0 15px;
      font-size: 30px; } }
  @media (min-width:1200px) {
    .blog h1 {
      margin: 0 0 60px;
      font-size: 35px; } }
.blog p {
  color: #000;
  line-height: 1.5; }

.blog__footer {
  text-align: center;
  margin: 15px 0; }
  .blog__footer__tags {
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
    .blog__footer__tags li {
      margin: 0 20px 5px 0;
      display: inline-block;
      color: #000;
      font-size: 16px; }
      .blog__footer__tags li a {
        color: inherit; }
    @media (min-width:992px) {
      .blog__footer__tags {
        display: inline-block;
        margin: 0; } }
  .blog__footer__social span {
    vertical-align: middle;
    font-weight: 700;
    margin: 0 15px 15px;
    font-size: 16px;
    display: block; }
    @media (min-width:992px) {
      .blog__footer__social span {
        display: inline-block;
        margin: 0 15px; } }
  .blog__footer__social a {
    margin: 0 15px;
    text-decoration: none;
    display: inline-block; }
    .blog__footer__social a img {
      width: 33px; }
      .blog__footer__social a img.facebook {
        width: 18px; }
  @media (min-width:992px) {
    .blog__footer__social {
      display: inline-block;
      float: right; } }
  @media (min-width:992px) {
    .blog__footer {
      text-align: left;
      margin: 50px 75px; } }
.checkout-page .cart {
  padding: 60px 0 15px 15px; }
  @media (min-width:992px) {
    .checkout-page .cart {
      padding: 60px 0 60px 15px; } }
@media (min-width:992px) {
  .checkout-page .highlighted-text {
    width: 512px; } }

.checkout .btn:hover {
  color: #FFF; }

.tabs {
  text-align: center;
  margin: 0 0 60px 0;
  display: none; }
  .tabs__item {
    background: url(../img/tab.svg) 0 0 no-repeat;
    background-size: 204px 50px;
    width: 204px;
    height: 50px;
    margin: 0 auto 15px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    font-size: 15px;
    cursor: pointer;
    display: block; }
    .tabs__item:first-of-type {
      background: url(../img/tab-first.svg) 0 0 no-repeat;
      background-size: 217px 50px;
      width: 217px;
      height: 50px; }
      .tabs__item:first-of-type.tabs__item--selected {
        background-image: url("../img/tab-first-selected.svg"); }
    .tabs__item:last-of-type {
      background: url(../img/tab-last.svg) 0 0 no-repeat;
      background-size: 266px 50px;
      width: 266px;
      height: 50px; }
      .tabs__item:last-of-type.tabs__item--selected {
        background-image: url("../img/tab-last-selected.svg"); }
    .tabs__item--selected {
      background-image: url("../img/tab-selected.svg");
      color: #FFF;
      font-weight: 700; }
    .tabs__item--disabled {
      cursor: unset; }
    @media (min-width:768px) {
      .tabs__item {
        display: inline-block;
        margin: 0 -5px 0 0; } }
    @media (min-width:1200px) {
      .tabs__item {
        font-size: 16px; } }
  @media (min-width:768px) {
    .tabs {
      display: block; } }
.user-information {
  margin: 0 auto;
  text-align: center; }
  .user-information__invoice p, .user-information__shipping p {
    line-height: 1.5; }
  .user-information__invoice {
    margin: 0 0 30px 0; }
    @media (min-width:992px) {
      .user-information__invoice {
        border-right: 2px solid #000;
        margin: 0; } }
  @media (min-width:992px) {
    .user-information__shipping {
      padding-left: 45px; } }
  .user-information h2 {
    margin: 0 0 30px 0; }
  .user-information a {
    display: block;
    font-size: 15px;
    color: #009FE3; }
  @media (min-width:992px) {
    .user-information {
      width: 100%;
      text-align: left; } }
.thanks a {
  color: #009FE3; }

@media (min-width:992px) {
  .thanks {
    width: 687px;
    margin: 0 auto; } }

.homepage .best-sellers {
  padding: 60px 0 0; }

.hero {
  background-color: #EEEEEE;
  margin: 0 -15px;
  padding: 0; }
  .hero__outer {
    background-color: #EEEEEE; }
    @media (min-width:992px) {
      .hero__outer {
        background-color: transparent; } }
  .hero__slider {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .hero__slider__controls {
      width: 80px;
      margin: 50px auto 0; }
      @media (min-width:992px) {
        .hero__slider__controls {
          width: inherit; } }
    .hero__slider__previous, .hero__slider__next {
      width: 20px;
      height: 30px;
      background-size: 100%;
      cursor: pointer;
      display: inline-block;
      margin: 0 10px; }
      @media (min-width:992px) {
        .hero__slider__previous, .hero__slider__next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          margin: 0; } }
    .hero__slider__previous {
      background-image: url(../img/arrow-left.svg); }
      @media (min-width:992px) {
        .hero__slider__previous {
          left: -45px; } }
      @media (min-width:1200px) {
        .hero__slider__previous {
          left: -60px; } }
    .hero__slider__next {
      background-image: url(../img/arrow-right.svg); }
      @media (min-width:992px) {
        .hero__slider__next {
          right: -43px; } }
      @media (min-width:1200px) {
        .hero__slider__next {
          right: -60px; } }
    @media (min-width:992px) {
      .hero__slider {
        box-shadow: 15px 15px 0 0 #000; } }
  .hero__item {
    outline: 0;
    float: left;
    width: 100%;
    height: 240px;
    position: relative; }
    .hero__item__title {
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .hero__item img {
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: absolute;
      font-family: 'object-fit: cover; object-position: center;'; }
    @media (min-width:768px) {
      .hero__item {
        height: 453px; } }
    @media (min-width:992px) {
      .hero__item {
        height: 594px; } }
  @media (min-width:768px) {
    .hero {
      margin: 35px 0 45px; } }
.best-sellers .filters, .new-products .filters {
  margin: 20px 0; }
  .best-sellers .filters__item--active, .new-products .filters__item--active {
    background-color: #000;
    color: #FFF; }
  .best-sellers .filters__item:hover, .new-products .filters__item:hover {
    background-color: #000;
    color: #FFF; }

.best-sellers__container, .new-products__container {
  padding: 30px 0 30px 15px; }

.highlighted-products .best-sellers__container {
  padding-bottom: 15px; }

.new-products h1 + span {
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin: 0 auto 35px;
  width: 100%; }

.new-products__container {
  padding-bottom: 0;
  margin-bottom: -60px; }

.new-products .link {
  margin: 40px 0 0;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  clear: both; }
  .new-products .link:hover {
    text-decoration: none; }

.brands {
  padding: 0 0 60px; }
  @media (min-width:992px) {
    .brands .filters {
      width: 700px;
      margin: 15px auto; } }
  .brands__container {
    padding: 30px 0 0 15px; }
    .brands__container picture {
      border: 2px solid #000;
      box-shadow: -15px -15px 0 0 #FFF5DD;
      background-color: #EEEEEE;
      margin: 0 0 45px 0;
      display: block;
      height: 270px;
      width: 100%; }
    @media (min-width:992px) {
      .brands__container {
        padding: 30px 60px; } }
  .brands__products {
    border: 2px solid #000;
    box-shadow: -15px -15px 0 0 #FFF5DD; }
    .brands__products__item {
      position: relative;
      width: 100%;
      height: 270px;
      padding: 10px; }
      .brands__products__item .counter {
        margin: 15px auto;
        text-align: center;
        display: block; }
      .brands__products__item .products__item__footer {
        text-align: center; }
        .brands__products__item .products__item__footer__add-to-cart {
          float: none;
          text-align: center;
          margin: 0 auto;
          display: inline-block; }
      .brands__products__item:not(:last-of-type) {
        border-bottom: 2px solid #000; }
        @media (min-width:992px) {
          .brands__products__item:not(:last-of-type) {
            border-right: 2px solid #000;
            border-bottom: none; } }
    @media (min-width:992px) {
      .brands__products {
        display: flex; } }
  .brands .link {
    margin: 40px 0 0;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-decoration: underline; }
    .brands .link:hover {
      text-decoration: none; }

.bottom-navigation {
  padding: 25px 0;
  position: relative; }
  .bottom-navigation__outer {
    background-color: #000; }
  .bottom-navigation a {
    width: 100%;
    margin: 10px 0;
    display: block;
    color: #FFF;
    font-weight: 700; }
    @media (min-width:992px) {
      .bottom-navigation a {
        width: inherit;
        display: inline-block;
        margin: 0 9px; } }
    @media (min-width:1200px) {
      .bottom-navigation a {
        margin: 0 19px; } }
  .bottom-navigation:after {
    content: "";
    background-size: 100%;
    background-image: url(../img/bubbles_02.svg);
    width: 55px;
    height: 63px;
    position: absolute;
    top: -38px;
    right: 30px; }
    @media (min-width:600px) {
      .bottom-navigation:after {
        right: 0; } }
    @media (min-width:768px) {
      .bottom-navigation:after {
        right: -25px; } }
    @media (min-width:992px) {
      .bottom-navigation:after {
        right: -50px; } }
    @media (min-width:1200px) {
      .bottom-navigation:after {
        right: -75px; } }
  @media (min-width:992px) {
    .bottom-navigation {
      height: 75px; } }
.satisfaction__container {
  margin: 60px 0 0; }

.satisfaction h1 + p {
  font-weight: 700;
  text-align: center; }

.satisfaction__item img {
  display: block;
  margin: 0 auto 10px;
  width: 40px; }
  .satisfaction__item img.call {
    width: 30px; }
  .satisfaction__item img.enveloppe {
    margin: 10px auto 8px;
    width: 50px; }

.satisfaction__item span {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  display: block; }
  .satisfaction__item span a {
    color: #000; }
    .satisfaction__item span a:hover {
      text-decoration: underline; }

.satisfaction__item:not(:last-of-type) {
  margin: 0 0 60px 0; }
  @media (min-width:992px) {
    .satisfaction__item:not(:last-of-type) {
      margin: 0; } }
.news {
  padding-top: 0; }
  .news__container:after {
    content: '';
    display: block;
    clear: both; }
  .news__item {
    position: relative;
    overflow: hidden;
    background-color: #E5E5E5;
    width: 100%;
    margin: 0 0 15px 0;
    float: left; }
    .news__item__title {
      background-color: rgba(0, 0, 0, 0.6);
      display: inline-block;
      color: #FFF;
      font-size: 32px;
      font-weight: 700;
      padding: 0 30px; }
    .news__item__content {
      position: absolute;
      padding: 30px;
      bottom: 0;
      pointer-events: none; }
      .news__item__content a {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        color: #000;
        margin: 10px 0 0;
        text-decoration: none; }
        .news__item:hover a {
          text-decoration: none; }
        .news__item:hover a:after {
          display: none; }
        .news__item__content a:after {
          height: 1px;
          background: #000;
          width: 100%;
          content: '';
          display: block;
          position: relative; }
      @media (min-width:992px) {
        .news__item__content {
          padding: 60px; } }
    .news__item__placeholder img {
      width: 100%;
      height: auto; }
  @media (min-width:992px) {
    .news {
      padding-top: 25px; } }
.partners {
  padding: 0; }
  @media (min-width:992px) {
    .partners__outer {
      background: url(../img/partners.png) center no-repeat;
      background-size: 1280px auto; } }
  .partners__slider {
    background: #000;
    font-size: 0;
    white-space: nowrap;
    padding: 49px 0 54px;
    position: relative;
    width: 100%;
    margin: 0 15px 0 0; }
    .partners__slider__container {
      padding: 15px;
      overflow: hidden;
      margin-right: -15px; }
      @media (min-width:992px) {
        .partners__slider__container {
          position: relative;
          z-index: 10;
          margin-right: 0; } }
    .partners__slider__controls {
      width: 80px;
      margin: 50px auto 0; }
      @media (min-width:992px) {
        .partners__slider__controls {
          width: inherit;
          position: absolute;
          height: 100%;
          margin: 0;
          top: 0; } }
    .partners__slider__previous, .partners__slider__next {
      width: 20px;
      height: 30px;
      background-size: 100%;
      cursor: pointer;
      display: inline-block;
      margin: 0 10px; }
      @media (min-width:992px) {
        .partners__slider__previous, .partners__slider__next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          margin: 0; } }
    .partners__slider__previous {
      background-image: url(../img/arrow-left.svg); }
      @media (min-width:992px) {
        .partners__slider__previous {
          left: -45px; } }
      @media (min-width:1200px) {
        .partners__slider__previous {
          left: -60px; } }
    .partners__slider__next {
      background-image: url(../img/arrow-right.svg); }
      @media (min-width:992px) {
        .partners__slider__next {
          right: -43px; } }
      @media (min-width:1200px) {
        .partners__slider__next {
          right: -60px; } }
    .partners__slider__item {
      float: left;
      outline: none;
      overflow: hidden;
      padding: 0 50px;
      height: 150px; }
      .partners__slider__item picture img {
        height: auto;
        width: 100%;
        vertical-align: middle;
        display: inline-block;
        top: 50%;
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
        transform: translateY(-50%);
        font-family: 'object-fit: cover;'; }
    @media (min-width:992px) {
      .partners__slider {
        background: none; } }
.brand-page {
  background-color: #FFF5DD; }
  .brand-page .hero__outer {
    background-color: transparent !important; }
  .brand-page .hero {
    background-color: transparent;
    text-align: center; }
    .brand-page .hero h1 {
      display: inline-block;
      padding: 0 30px; }

.introduction {
  font-weight: 700; }

.empty-space {
  height: 415px; }
  .empty-space__outer {
    background-color: #D9D1BC; }

.about {
  text-align: center; }
  .about h3 {
    background-color: #000;
    display: inline-block;
    color: #FFF;
    font-size: 32px;
    padding: 0 15px; }
  .about p {
    text-align: left;
    font-weight: 700;
    line-height: 1.5; }

.jobs {
  margin: 0 0 -30px; }
  .jobs__item {
    background-color: #000;
    padding: 50px;
    margin: 0 0 30px;
    color: #FFF; }
    .jobs__item h2 {
      margin: 0; }
    .jobs__item p {
      line-height: 1.2;
      margin-bottom: 60px;
      font-size: 30px; }
    .jobs__item__button {
      margin: 0 auto;
      text-align: center; }

.popup {
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 600px; }
  .popup__outer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%; }
  .popup__container {
    padding: 30px; }
  .popup__content p {
    margin: 0; }
  .popup__content p + p {
    margin-top: 15px; }
  .popup__controls {
    padding: 30px 0 5px; }
