/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(./imagelightbox.min.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;
}

.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: 640px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 810px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .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.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 810px) {
  .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.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .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;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

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

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

@media (max-width: 639px) {
  .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: 639px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

@media (min-width: 640px) and (max-width: 809px) {
  .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: 640px) and (max-width: 809px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 810px) 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: 810px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

@media (min-width: 810px) 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: 639px) {
  .hidden-xs {
    display: none !important;
  }
}

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

@media (min-width: 810px) 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;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 640px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 640px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 640px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-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;
}

.hamburger:hover {
  opacity: 1;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 4px;
  background-color: #bcada1;
  border-radius: 0;
  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: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

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

.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, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

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

.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, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

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

.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, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

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

.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, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

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

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

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

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5.6px, 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(-5.6px, -7px, 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(-5.6px, 7px, 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(5.6px, -7px, 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(5.6px, 7px, 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);
}

/*
   * 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: -20px;
  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, -10px, 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: -20px;
  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, -10px, 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: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 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, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 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, -20px, 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: 10px;
  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: -56px;
  top: -56px;
  transform: translate3d(56px, 56px, 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: -56px;
  top: -56px;
  transform: translate3d(-56px, 56px, 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: 10px;
  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: -56px;
  top: 56px;
  transform: translate3d(56px, -56px, 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: -56px;
  top: 56px;
  transform: translate3d(-56px, -56px, 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);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  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: 20px;
  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, 10px, 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, 10px, 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: -20px;
  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, -10px, 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);
}

/*
   * 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);
}

/*
   * 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);
}

form {
  font-family: Savoy, Georgia, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="number"], form textarea, form select, .form-control {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-moz-placeholder {
  color: #ccc;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::placeholder {
  color: #ccc;
}

fieldset.attribute_fieldset {
  margin-top: 1.4em;
}

@font-face {
  font-family: Savoy;
  src: url("../fonts/Savoy-Roman.otf") format("opentype");
}

@font-face {
  font-family: Savoy;
  font-weight: bold;
  src: url("../fonts/Savoy-Bold.otf") format("opentype");
}

@font-face {
  font-family: Savoy;
  font-style: italic;
  src: url("../fonts/Savoy-Italic.otf") format("opentype");
}

.icon-user:before {
  background: url(../img/icons/icon-user.svg) no-repeat left;
  background-size: 18px;
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
}

.icon-user-dark:before {
  content: url(../img/icons/icon-user-dark.svg);
  position: absolute;
  left: 10px;
  transform: scale(0.9);
  top: 15px;
}

.icon-cart:before {
  content: url(../img/icons/icon-cart.svg);
  display: inline-block;
  padding-right: 12px !important;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 640px) {
  .icon-cart:before {
    transform: scale(0.6);
    transform-origin: right 70%;
  }
}

@media only screen and (min-width: 810px) {
  .icon-cart:before {
    background: url(../img/icons/icon-cart.svg) no-repeat;
    background-size: 18px;
    content: " ";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 15px;
    top: 10px;
    transform: scale(1);
  }
}

.icon-signin:before {
  background: url(../img/icons/icon-signin.svg) no-repeat;
  background-size: 18px;
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
}

.icon-signin-dark:before {
  content: url(../img/icons/icon-signin-dark.svg);
  position: absolute;
  left: 10px;
  transform: scale(0.9);
  top: 15px;
}

.icon-address:before {
  content: url(../img/icons/icon-address.svg);
  display: inline-block;
  padding-right: 12px !important;
  position: relative;
  top: -30px;
}

.icon-mail, .icon-phone, .icon-facebook, .icon-instagram {
  white-space: nowrap;
}

.icon-mail:before {
  content: url(../img/footer/mail.svg);
}

.icon-phone:before {
  content: url(../img/footer/phone.svg);
}

.icon-facebook:before {
  content: url(../img/footer/facebook.svg);
}

.icon-instagram:before {
  content: url(../img/footer/instagram.svg);
}

.icon-price-tag:before {
  content: url(../img/icons/icon-price-tag.svg);
  position: relative;
  top: 8px;
}

.icon-ask:before {
  content: url(../img/icons/icon-ask.svg);
}

.icon-ingredient:before {
  content: url(../img/icons/icon-ingredient.svg);
  position: absolute;
  left: 0;
  top: -5px;
}

.icon-product-feature:before {
  content: url(../img/icons/icon-product-feature.svg);
  position: absolute;
  left: 0;
  top: -5px;
}

.icon-delete:before {
  content: url(../img/icons/icon-delete.svg);
  display: inline-block;
  float: right;
  transform: scale(0.6);
}

.icon-success:before {
  content: url(../img/icons/icon-success.svg);
}

.icon-error:before {
  content: url(../img/icons/icon-error.svg);
}

.icon-ok:before {
  content: url(../img/icons/icon-ok.svg);
  position: absolute;
  left: 0;
}

.icon-tip {
  display: inline;
  position: relative;
  top: -7px;
}

.icon-tip:before {
  content: url(../img/icons/icon-tip.svg);
}

.icon-tip > span {
  display: none;
}

.icon-tip:hover > span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #f1f1f1;
  border: solid 1px #7b6c60;
  color: #444;
  font-size: .6em;
  font-style: normal;
  display: block;
  padding: 5px;
  width: 350px;
  position: absolute;
  left: 20px;
  top: -250%;
  z-index: 100;
}

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

body {
  font-family: Savoy, Georgia, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  background: #46423e;
  color: #444;
}

@media only screen and (min-width: 640px) {
  body {
    background: #46423e url(../img/footer/background.png);
  }
}

.container-fluid {
  max-width: 1200px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  margin: 0;
}

h1 {
  color: #444;
  font-size: 2.7em;
  font-weight: normal;
}

h2 {
  color: #bcada1;
  font-size: 22px;
  font-weight: normal;
  margin: 1.3em 0;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  color: #bcada1;
  font-size: 1.1em;
  font-weight: normal;
  letter-spacing: .07em;
  text-transform: uppercase;
}

h4 {
  color: #46423e;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: .07em;
  margin-top: 0;
}

ul {
  margin: 0;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
}

label.label-inline {
  display: inline-block;
}

.form-control, .form-control:focus {
  border-color: #ccc;
  border-radius: 0;
  box-shadow: none;
}

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

.clearfix:after {
  clear: both;
}

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

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

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-family: Savoy, Georgia, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  color: #444;
  font-size: 1em;
  margin: 0;
  text-transform: none;
}

.headline {
  margin-top: 1.5em;
}

.price-tag {
  color: #c11e22;
  font-size: 1.4em;
  margin: 1em 0 0;
}

.price-tag.price-normal {
  color: #444;
}

.price-tag:before {
  padding: 0 5px 0 0;
  position: relative;
  top: 7px;
}

.price-tag span {
  color: #444;
  font-size: 0.9em;
  text-decoration: line-through;
}

.hr-text-center {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  margin: 20px 0;
}

.hr-text-center > span {
  -moz-osx-font-smoothing: grayscale;
  color: #d7d7d6;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.hr-text-center > span:before, .hr-text-center > span:after {
  background: #d7d7d6;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 9999px;
}

.hr-text-center > span:before {
  right: 100%;
  margin-right: 15px;
}

.hr-text-center > span:after {
  left: 100%;
  margin-left: 15px;
}

.hr-text-center > span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
}

.text-overlay {
  background: #7a736b;
  color: #fff;
  padding: 2px 4px;
}

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

.pl25 {
  padding-left: 5px;
}

.pr25 {
  padding-right: 5px;
}

.pl5 {
  padding-left: 7.5px;
}

.pr5 {
  padding-right: 7.5px;
}

.pl75 {
  padding-left: 10px;
}

.pr75 {
  padding-right: 10px;
}

.pl0 {
  padding-left: 5px;
}

.pr0 {
  padding-right: 5px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.clean-list {
  list-style: none !important;
}

.red {
  color: #c11e22;
}

.green-light {
  color: #339900;
}

.background-full-width {
  background-size: cover;
}

.site-header {
  background: #46423e;
  margin: 0 auto;
}

.site-header:before, .site-header:after {
  content: " ";
  display: table;
}

.site-header:after {
  clear: both;
}

.site-header__content {
  position: relative;
}

@media only screen and (min-width: 810px) {
  .site-header__content > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.site-header__content__top {
  background: #46423e;
  position: relative;
}

@media only screen and (min-width: 810px) {
  .site-header__content__top {
    position: static;
  }
}

.site-header__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  padding: 0 0 0 0;
  width: 40%;
}

@media only screen and (min-width: 640px) {
  .site-header__logo {
    width: 24%;
  }
}

@media only screen and (min-width: 810px) {
  .site-header__logo {
    width: 18%;
  }
}

.site-header__logo img {
  height: auto;
  max-width: 150px;
  transform: scale(0.8);
}

@media only screen and (min-width: 640px) {
  .site-header__logo img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 810px) {
  .site-header__logo img {
    position: relative;
    left: -15px;
  }
}

.site-header__main-menu {
  float: right;
}

.site-header__main-menu__user-links {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  display: inline-block;
  list-style: none;
  position: relative;
  top: -3px;
  vertical-align: top;
}

@media only screen and (min-width: 810px) {
  .site-header__main-menu__user-links {
    font-size: 12px;
  }
}

.site-header__main-menu__user-links li {
  display: inline-block;
  padding: 0 5px 5px 5px;
}

.site-header__main-menu__user-links li a {
  display: block;
  padding: 8px 0 8px 8px;
  position: relative;
}

@media only screen and (min-width: 810px) {
  .site-header__main-menu__user-links li a {
    padding: 10px 0 0 40px;
    line-height: 20px;
    vertical-align: top;
  }
}

.site-header__main-menu__user-links li a:before {
  padding: 0 6px 0 0;
}

.site-header__main-menu__user-links li a:hover {
  text-decoration: none;
}

.site-header__main-menu__user-links li a span {
  font-size: .9em;
}

@media only screen and (min-width: 810px) {
  .site-header__main-menu__user-links li a span {
    font-size: 1em;
  }
}

.site-header__main-menu__user-links li a:hover > span {
  text-decoration: underline;
}

.site-header__main-menu__user-links span {
  -moz-osx-font-smoothing: grayscale;
  display: none;
  font-size: 1em;
}

@media only screen and (min-width: 640px) {
  .site-header__main-menu__user-links span {
    display: inline;
  }
}

.site-header__main-menu .burger {
  background: #7a736b;
  display: inline-block;
}

@media only screen and (min-width: 810px) {
  .site-header__main-menu .burger {
    display: none;
  }
}

.site-header__main-menu .burger label {
  background: none;
  cursor: pointer;
  display: inline-block;
  margin: 15px;
  padding: 0;
  width: 28px;
}

.site-header input {
  display: none;
}

.site-header input:checked ~ ul {
  display: block;
}

.site-header__burger-menu {
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  display: none;
  letter-spacing: 0.07em;
}

@media only screen and (min-width: 810px) {
  .site-header__burger-menu {
    display: block;
    float: right;
    margin-top: 8px;
  }
}

@media only screen and (min-width: 810px) {
  .site-header__burger-menu li {
    display: inline-block;
  }
}

.site-header__burger-menu li h3 {
  background: #fff;
  border-top: solid 1px #7b6c60;
  color: #7a736b;
  margin: 0;
}

.site-header__burger-menu li h3:hover {
  background: none;
  color: #fff;
}

.site-header__burger-menu li h3 label {
  display: block;
  margin-bottom: 0;
  padding: 20px 0 20px 15px;
}

.site-header__burger-menu li h3 label:after {
  content: url(../img/common/arrow_down.svg);
  float: right;
  position: relative;
  right: 15px;
  top: -13px;
  transform: scale(0.5);
}

@media only screen and (min-width: 810px) {
  .site-header__burger-menu li h3 label:after {
    content: "";
  }
}

.site-header__burger-menu li input[type="checkbox"] {
  display: none;
}

.site-header__burger-menu li input[type="checkbox"]:checked ~ h3 {
  background: none;
  color: #fff;
}

.site-header__burger-menu li input[type="checkbox"]:checked ~ h3 label:after {
  content: url(../img/common/arrow_up.svg);
}

@media only screen and (min-width: 810px) {
  .site-header__burger-menu li input[type="checkbox"]:checked ~ h3 label:after {
    content: "";
  }
}

.site-header__burger-menu li ul {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  display: none;
}

.site-header__burger-menu li ul a {
  border: none;
  color: #46423e;
  padding: 10px 0 10px 50px;
  text-transform: none;
}

.site-header__burger-menu li a {
  background: #fff;
  border-top: solid 1px #46423e;
  color: #7a736b;
  display: block;
  font-size: 1.1em;
  padding: 20px 0 20px 15px;
  position: relative;
  text-transform: uppercase;
}

.site-header__burger-menu li a:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 810px) {
  .site-header__burger-menu li a {
    background: none;
    color: #fff;
    margin-left: 30px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .site-header__burger-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 3px;
    left: 5%;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  .site-header__burger-menu li a:hover {
    text-decoration: none;
  }
  .site-header__burger-menu li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
  }
}

.site-header__burger-menu li a.icon-user-dark, .site-header__burger-menu li a.icon-signin-dark {
  padding-left: 45px;
}

.site-header.sticky {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  top: 0;
}

.site-header .menu-expanded {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}

.site-header .menu-expanded.visible {
  opacity: 1;
}

.site-header .menu-expanded .inner {
  padding: 41px 0;
}

.site-header .menu-expanded__menu {
  display: none;
}

.site-header .menu-expanded__cover {
  border-right: 1px solid #d7d7d6;
  padding-right: 40px;
  text-align: right;
}

.site-header .menu-expanded__links {
  padding-left: 40px;
}

.site-header .menu-expanded__links header {
  color: #444;
  font-size: 2.2em;
  font-weight: bold;
  padding: 0.3em 0 0.7em;
}

.site-header .menu-expanded__links ul {
  list-style: none;
}

.site-header .menu-expanded__links ul li {
  padding: 7px 0;
}

.site-header .menu-expanded__links a {
  color: #444;
  font-size: 1.1em;
}

.site-header .menu-expanded__links a:hover {
  color: #7b6c60;
  text-decoration: none;
}

.site-header .menu-expanded-bg {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background: #fff;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 90;
}

.site-header .menu-expanded-bg.visible {
  opacity: 1;
}

.site-body {
  background: #f1f1f1;
  position: relative;
}

.site-body:before {
  content: '';
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.site-body.gray-out:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .8;
  z-index: 50;
}

.site-body a {
  color: #7b6c60;
}

.site-body__content {
  background: #fff;
}

.site-body__inner {
  background: #fff;
  padding-bottom: 30px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.site-footer {
  color: #bcada1;
  margin: 20px auto 30px;
}

.site-footer ul {
  list-style: none;
}

.site-footer__newsletter {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  color: #fff;
  margin-bottom: 2px;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .site-footer__newsletter {
    margin: 3em 0;
    text-align: center;
  }
}

@media only screen and (min-width: 810px) {
  .site-footer__newsletter {
    float: right;
  }
}

.site-footer__newsletter h3 {
  font-family: Savoy, Georgia, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .site-footer__newsletter h3 {
    display: inline;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 640px) {
  .site-footer__newsletter h3 {
    text-align: left;
  }
}

.site-footer__newsletter form {
  display: inline;
}

.site-footer__newsletter-form {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .site-footer__newsletter-form {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 810px) {
  .site-footer__newsletter-form {
    display: table;
    margin-top: 0;
  }
}

.site-footer__newsletter-form input {
  border: none;
  color: #7a736b;
  height: 35px;
  margin: 0;
  padding: 6px;
  padding-bottom: 7px;
  width: 65%;
}

@media only screen and (min-width: 640px) {
  .site-footer__newsletter-form input {
    width: auto;
  }
}

.site-footer__newsletter-form button {
  background: #7a736b;
  border: 0;
  height: 35px;
  margin: 0;
  padding: 9px 15px 4px;
  position: relative;
  left: -5px;
  vertical-align: top;
}

.site-footer__contact-links {
  margin-top: 30px;
  padding-left: 30px;
}

@media only screen and (min-width: 640px) {
  .site-footer__contact-links {
    padding-left: 0;
  }
}

.site-footer__contact-links li {
  padding: 10px 0;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .site-footer__contact-links li {
    display: inline;
  }
}

@media only screen and (min-width: 640px) {
  .site-footer__contact-links li {
    padding: 5px;
  }
}

.site-footer__contact-links li:before {
  padding: 0 15px 0 0;
}

.site-footer__contact-links li a {
  -moz-osx-font-smoothing: grayscale;
  color: #bcada1;
  line-height: 30px;
  vertical-align: top;
}

@media only screen and (min-width: 640px) {
  .site-footer__page-links section {
    float: left;
    padding-left: 7%;
    text-align: left;
    width: 33%;
  }
}

@media only screen and (min-width: 810px) {
  .site-footer__page-links section {
    padding-left: 0;
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .site-footer__page-links section {
    width: 270px;
  }
}

.site-footer__page-links section h3 {
  margin: 0;
}

.site-footer__page-links section h3 label {
  border-top: solid 1px #7a736b;
  display: block;
  padding: 20px;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .site-footer__page-links section h3 label {
    padding: 20px 0 20px 20px;
  }
}

@media only screen and (min-width: 640px) {
  .site-footer__page-links section h3 label {
    border: none;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.site-footer__page-links section h3 label:after {
  content: url(../img/common/arrow_down.svg);
  float: right;
  position: relative;
  top: -13px;
  transform: scale(0.5);
}

@media only screen and (min-width: 640px) {
  .site-footer__page-links section h3 label:after {
    content: "";
  }
}

.site-footer__page-links section input[type="checkbox"] {
  display: none;
}

.site-footer__page-links section input[type="checkbox"]:checked ~ ul {
  display: block;
}

.site-footer__page-links section input[type="checkbox"]:checked ~ h3 {
  background: #7a736b;
}

.site-footer__page-links section input[type="checkbox"]:checked ~ h3 label:after {
  content: url(../img/common/arrow_up.svg);
}

@media only screen and (min-width: 640px) {
  .site-footer__page-links section input[type="checkbox"]:checked ~ h3 label:after {
    content: "";
  }
}

@media only screen and (min-width: 640px) {
  .site-footer__page-links section input[type="checkbox"]:checked ~ h3 {
    background: none;
  }
}

.site-footer__page-links section ul {
  display: none;
  margin: 10px 0;
  padding-left: 30px;
}

@media only screen and (min-width: 640px) {
  .site-footer__page-links section ul {
    display: block;
    margin-top: 20px;
    padding-left: 0;
  }
}

.site-footer__page-links section a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: .9em;
  padding: 10px;
}

@media only screen and (min-width: 640px) {
  .site-footer__page-links section a {
    padding: 5px 0;
  }
}

.site-footer__copyright {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  font-size: .8em;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .site-footer__copyright {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 810px) {
  .site-footer__copyright {
    text-align: left;
  }
}

.breadcrumbs {
  border-bottom: solid 1px #d7d7d6;
  font-size: 0.9em;
  letter-spacing: 0.07em;
  margin-top: 10px;
  padding: 20px 0;
}

.breadcrumbs__categories {
  list-style: none;
  position: relative;
  top: -9px;
}

.breadcrumbs__categories li {
  display: inline-block;
}

.breadcrumbs__categories li:first-child:before {
  content: '';
}

.breadcrumbs__categories li:before {
  color: #bcada1;
  content: url(../img/common/arrow.svg) " ";
  display: inline-block;
  margin: 0 5px 0 2px;
  vertical-align: 5%;
  transform: scale(0.45);
  transform-origin: center 90%;
}

.breadcrumbs__categories a {
  color: #7b6c60;
  text-transform: uppercase;
}

.breadcrumbs__navigation {
  text-align: right;
}

.breadcrumbs__navigation a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all .6s;
}

.breadcrumbs__navigation a:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .breadcrumbs__navigation a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    background: transparent;
    color: #46423e;
    border: solid 1px #46423e;
    font-size: .9em;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all .6s;
  }
  .breadcrumbs__navigation a:hover {
    background: #46423e;
    color: #fff;
    text-decoration: none;
  }
}

.error-message {
  font-size: .9em;
  margin-bottom: 1.5em;
  margin-top: 2em;
  background: #f5f5f5 url(../img/icons/icon-error.svg) no-repeat 20px 40px;
  display: block;
  padding: 40px 20px 40px 50px;
}

.info-message {
  font-size: .9em;
  margin-bottom: 1.5em;
  margin-top: 2em;
  background: #f5f5f5 url(../img/icons/icon-success.svg) no-repeat 20px 40px;
  display: block;
  padding: 40px 20px 40px 50px;
}

.pagination {
  display: block;
  margin: 40px auto;
  text-align: center;
}

.pagination__item {
  display: inline-block;
}

.pagination__item > span, .pagination__item > a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 7px 12px;
  text-transform: uppercase;
  transition: all .6s;
}

.pagination__item > span:hover, .pagination__item > a:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.pagination__item > span {
  cursor: default;
}

.pagination__inactive {
  opacity: .2;
}

.pagination__active > span {
  background: #46423e;
  color: #fff !important;
}

.pagination__inactive > span {
  transition: none;
}

.pagination__inactive > span:hover {
  background: transparent;
  color: #46423e;
}

.pagination__truncate {
  display: inline-block;
  padding: 0 5px;
}

.front-page__slider {
  margin-bottom: 20px;
}

.front-page__slider img {
  height: auto;
  max-width: 100%;
}

.front-page__testimonial {
  margin-bottom: 30px;
  margin-top: 10px;
}

@media only screen and (min-width: 640px) {
  .front-page__testimonial {
    margin-bottom: 0;
  }
}

.front-page__testimonial-text {
  font-family: Savoy, Georgia, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-family: "Savoy Italic", Savoy, Georgia, serif;
  background: #f5f5f5 url(../img/front-page/testimonial.svg) no-repeat center center;
  background-size: 100% 100%;
  font-style: italic;
  height: 100%;
  text-align: center;
  vertical-align: top;
}

.front-page__testimonial-text blockquote {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
}

@media only screen and (min-width: 640px) {
  .front-page__testimonial-text blockquote {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 1.1em;
    line-height: 1.1em;
  }
}

@media only screen and (min-width: 810px) {
  .front-page__testimonial-text blockquote {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}

.front-page__testimonial-text blockquote > a.link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 0.8vw 2.2vw;
  text-transform: uppercase;
  transition: all .6s;
  font-size: .6em;
}

.front-page__testimonial-text blockquote > a.link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.tab-content h1.small {
  color: #7b6c60;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.tab-content h1.crossed {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.tab-content h1.crossed > span {
  -moz-osx-font-smoothing: grayscale;
  color: #7b6c60;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.tab-content h1.crossed > span:before, .tab-content h1.crossed > span:after {
  background: #d7d7d6;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 9999px;
}

.tab-content h1.crossed > span:before {
  right: 100%;
  margin-right: 15px;
}

.tab-content h1.crossed > span:after {
  left: 100%;
  margin-left: 15px;
}

.horizontal-feature-list {
  list-style: none;
  margin-top: 20px;
  padding-left: 34px;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .horizontal-feature-list {
    margin-top: 10px;
  }
}

.horizontal-feature-list li {
  color: #7b6c60;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4em;
  padding-left: 4px;
  vertical-align: 4px;
  text-transform: uppercase;
}

.horizontal-feature-list li a {
  color: #7b6c60;
  font-size: 1.1em;
  letter-spacing: .02em;
}

.horizontal-feature-list li:after {
  content: ',';
}

.horizontal-feature-list li:last-child:after {
  content: '';
}

.product-page {
  padding-left: 30px;
  padding-right: 30px;
}

.product-page__title {
  margin-bottom: 0.2em;
  line-height: 1.1em;
}

@media only screen and (min-width: 640px) {
  .product-page__title {
    line-height: 1.3em;
  }
}

.product-page__gallery {
  position: relative;
}

.product-page__gallery__owl-container {
  margin-right: 5px;
}

.product-page__gallery__nav {
  height: 90px;
  width: 50px;
  opacity: .3;
  position: absolute;
  top: 35%;
  z-index: 50;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .product-page__gallery__nav {
    top: 30%;
  }
}

.product-page__gallery__nav:hover {
  cursor: pointer;
  opacity: 1;
}

.product-page__gallery__prev {
  left: 3%;
}

.product-page__gallery__next {
  right: 3%;
}

.product-page__gallery .owl-thumbs {
  margin-top: 4px;
}

.product-page__gallery .owl-thumbs > img {
  cursor: pointer;
}

.product-page__details > .description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  font-size: .9em;
  line-height: 1.6em;
  margin-bottom: 25px;
}

.product-page__details > .description a {
  color: #7b6c60;
  font-style: italic;
}

.product-page__details .price-tag:before {
  display: block;
  float: left;
  top: 0;
}

.product-page__add-to-cart {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #46423e;
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.1em;
  font-weight: 100;
  letter-spacing: 0.07em;
  padding: 10px 40px;
  margin: 1em 0 0;
  text-transform: uppercase;
  transition: opacity .6s ease-in-out;
  width: 100%;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .product-page__add-to-cart {
    padding: 10px 15px;
  }
}

.product-page__add-to-cart:hover {
  opacity: .8;
}

.product-page__article-unavailable {
  color: #c11e22;
  display: block;
  font-size: 1.5em;
  margin: 1em 0 0 0;
}

.product-page__product-extras {
  border-bottom: solid 1px #d7d7d6;
  border-top: solid 1px #d7d7d6;
  list-style: none;
  margin: 1em 0 0;
  padding: 15px 0;
  text-align: center;
}

.product-page__product-extras li {
  display: inline;
}

.product-page__product-extras li img {
  height: 57px;
  margin: 0;
}

@media only screen and (min-width: 810px) {
  .product-page__product-extras li img {
    margin: 0 5px;
  }
}

@media only screen and (min-width: 810px) {
  .product-page__product-extras li img {
    height: 80px;
  }
}

.product-page__ask-for-product {
  letter-spacing: .05em;
  margin: 1em 0 0;
  padding-left: 3em;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .product-page__ask-for-product {
    margin-top: 1em;
  }
}

.product-page__ask-for-product > a {
  color: #7b6c60;
  font-size: .9em;
}

.product-page__ask-for-product:before {
  left: 15px;
  position: absolute;
  top: -5px;
}

.product-page__share-links {
  list-style: none;
  margin: 2em 0 0;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .product-page__share-links {
    margin-top: 1em;
    text-align: right;
  }
}

.product-page__share-links li {
  display: inline-block;
  margin-right: 1px;
}

.product-page__share-links__intro {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: .9em;
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 5px;
  vertical-align: 50%;
}

@media only screen and (min-width: 810px) {
  .product-page__share-links__intro {
    margin-bottom: 0;
  }
}

.product-page__share-links img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  height: 50px;
  opacity: 1;
}

.product-page__share-links img.visible {
  opacity: 1;
}

@media only screen and (min-width: 640px) {
  .product-page__share-links img {
    height: auto;
  }
}

.product-page__share-links img:hover {
  opacity: .8;
}

.product-page__navigation {
  margin-top: 30px;
}

.product-page__navigation a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 9px 0;
  text-transform: uppercase;
  transition: all .6s;
  text-align: center;
  width: 45%;
}

.product-page__navigation a:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.product-page__products-header {
  font-size: 1.1em;
  color: #7b6c60;
  letter-spacing: 0.05em;
  margin: 2em 0 1em;
  text-align: center;
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.product-page__products-header > span {
  -moz-osx-font-smoothing: grayscale;
  color: #7b6c60;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.product-page__products-header > span:before, .product-page__products-header > span:after {
  background: #d7d7d6;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 9999px;
}

.product-page__products-header > span:before {
  right: 100%;
  margin-right: 15px;
}

.product-page__products-header > span:after {
  left: 100%;
  margin-left: 15px;
}

.product-page .show-more {
  font-size: 1em;
  margin: 50px 0 50px 0;
  text-align: center;
}

.product-page .show-more a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 9px 35px;
  text-transform: uppercase;
  transition: all .6s;
}

.product-page .show-more a:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.product-page .product-list__product img {
  opacity: 1;
}

.product-page__add-to-cart-modal {
  padding: 25px 25px 25px 35px;
}

.product-page__add-to-cart-modal header {
  color: #3e6d01;
  display: block;
  font-size: 1.3em;
}

.product-page__add-to-cart-modal span {
  display: block;
  font-size: 1.3em;
  padding: .5em 0;
}

.product-page__add-to-cart-modal__links {
  margin-top: 20px;
}

.product-page__add-to-cart-modal__links .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  width: 49%;
}

.product-page__add-to-cart-modal__links .link-button:first-child {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.product-page__add-to-cart-modal__links .link-button:first-child:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.product-page__add-to-cart-modal__links .link-button:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.product-page__add-to-cart-modal__links .link-button:hover {
  color: #46423e;
}

@media only screen and (max-width: 639px) {
  .product-page__add-to-cart-modal__links .link-button {
    display: block;
    width: 100%;
  }
}

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

.owl-thumbs .owl-thumb-item {
  padding: 0 5px 5px 0;
}

.product-list ul {
  list-style: none;
}

.product-list__product {
  min-height: 290px;
  text-align: center;
  vertical-align: top;
}

@media only screen and (min-width: 640px) {
  .product-list__product {
    margin-top: 10px;
  }
}

.product-list__product a {
  color: #7b6c60;
  font-size: 1.1em;
  text-decoration: none;
}

.product-list__product__image {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.product-list__product__image__new:before {
  content: url(../img/common/new.png);
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 100;
}

.product-list__product img {
  opacity: 0;
  transition: opacity .5s ease-in-out, transform 4s linear;
  display: block;
  height: auto;
  max-width: 100%;
  min-width: 100%;
}

.product-list__product img:hover {
  transform: scale(1.05);
}

.product-list__product img.visible {
  opacity: 1;
}

.product-list__product span.price-tag {
  font-size: .9em;
  font-weight: normal;
  line-height: 2.5em;
}

.product-list .show-more {
  font-size: 1em;
  margin: 50px 0 50px 0;
  text-align: center;
}

.product-list .show-more a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 9px 35px;
  text-transform: uppercase;
  transition: all .6s;
}

.product-list .show-more a:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.product-list .price-tag {
  font-weight: bold;
}

.product-list .price-tag:before {
  top: 3px;
}

.product-list__show-more {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.product-list__show-more:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.product-list__set {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

.product-list__set__list {
  background: #f5f5f5;
}

@media only screen and (min-width: 810px) {
  .product-list__set__list div.owl-stage-outer {
    max-height: 250px !important;
  }
}

@media only screen and (min-width: 810px) {
  .product-list__set__list div.owl-carousel-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

.product-list__set__list .owl-item {
  position: static !important;
}

@media only screen and (min-width: 810px) {
  .product-list__set__list .owl-item {
    position: relative;
  }
}

.product-list__set__list__cover {
  display: table-cell;
  overflow: hidden;
}

.product-list__set__list__cover img {
  height: 100%;
  max-height: 250px;
  min-width: 100%;
  transform-style: flat !important;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .product-list__set__list__cover img {
    max-height: 316px;
  }
}

.product-list__set__list__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  font-size: .9em;
  line-height: 1.3em;
  padding: 0 35px;
  position: static;
}

@media only screen and (min-width: 810px) {
  .product-list__set__list__description {
    padding: 0 30px 0 15px;
    position: relative;
  }
}

.product-list__set__list__description h2 {
  font-family: Savoy, Georgia, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  color: #7a736b;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 2em;
  text-align: left;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .product-list__set__list__description h2 {
    margin-bottom: .7em;
  }
}

.product-list__set__list__description__links {
  font-size: .9em;
  margin-bottom: 50px;
  margin-top: 20px;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .product-list__set__list__description__links {
    margin-bottom: 60px;
  }
}

.product-list__set__list__description .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all .6s;
  position: absolute;
  bottom: 15px;
}

.product-list__set__list__description .link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.product-list__set__nav {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 100;
}

.product-list__set__nav .owl-dot span {
  background: #fff !important;
}

.product-list__set__nav .owl-dot.active span {
  background: #7a736b !important;
}

.productHover {
  background: #fff;
  border: solid 1px #bcada1;
}

.productHover__photo {
  margin-bottom: 10px;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

.productHover__photo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

.productHover__photo a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #fff;
  color: #7b6c60;
  border: solid 1px #7b6c60;
  font-size: .9em;
  padding: 0.3vw 0.5vw;
  text-transform: uppercase;
}

.productHover__photo a:hover {
  background: #7b6c60;
  text-decoration: none;
  border-color: #fff;
  color: #fff;
}

.productHover__photo a.add-to-cart {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #46423e;
  color: #fff;
  border: solid 1px #fff;
  font-size: .9em;
  padding: 0.3vw 0.5vw;
  text-transform: uppercase;
}

.productHover__photo a.add-to-cart:hover {
  background: #fff;
  text-decoration: none;
  border-color: #46423e;
  color: #46423e;
}

.productHover__photo.col-xs-push-6 {
  padding-left: 15px;
  padding-right: 3px;
}

.productHover__description {
  margin: 10px 0;
  padding-right: 5px;
}

.productHover__description .title {
  padding-top: 5px;
  text-align: center;
}

.productHover__description .subtitle {
  color: #bcada1;
  font-weight: bold;
  margin-top: 5px;
}

.productHover__description .description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
}

.cart-steps {
  list-style: decimal inside;
  padding: 0;
}

.cart-steps .cart-step {
  background: #f5f5f5;
  color: #7b6c60;
  float: left;
  padding: 15px 50px 15px 15px;
  text-align: left;
  white-space: nowrap;
}

.cart-steps .cart-step:after {
  background: url(../img/cart/arrow-light-light.svg) no-repeat right;
  background-size: 100%;
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  right: -5px;
  top: 0;
  width: 23px;
  z-index: 1;
}

.cart-steps .cart-step:last-child:after {
  background-image: url(../img/cart/arrow-last.svg);
  right: -10px;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .cart-steps .cart-step:before {
    content: "\a";
  }
}

.cart-steps .cart-step-active {
  background-color: #46423e;
  color: #fff;
}

.cart-steps .cart-step-active:after {
  background-image: url(../img/cart/arrow-dark-dark.svg);
}

.cart-steps .cart-step-active > a {
  color: #fff;
}

.cart-steps .cart-step-current:after {
  background-image: url(../img/cart/arrow-dark-light.svg);
}

.cart-steps .cart-last.cart-step-active:after {
  background-image: url(../img/cart/arrow-last-dark.svg);
}

.cart-page__product-cart {
  padding-bottom: 30px;
}

.cart-page__product-cart__product-list {
  list-style: none;
  margin-bottom: 10px;
}

.cart-page__product-cart__product-list__thumbnail img {
  margin-right: 2em;
  vertical-align: middle;
}

.cart-page__product-cart__product-list__thumbnail a.reference {
  color: #7b6c60;
  margin-right: 2em;
}

.cart-page__product-cart__product-list__mobile a {
  color: #7b6c60;
}

.cart-page__product-cart__product-list__delete-mobile a {
  position: absolute;
  top: -5px;
  right: 10px;
}

.cart-page__product-cart__product-list li {
  border-bottom: solid 1px #d7d7d6;
  padding: 20px 0;
}

.cart-page__product-cart__product-list .match-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart-page__product-cart__product-list .justify-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-page__product-cart__product-list .price-tag {
  font-size: 1em;
  margin: 0;
}

.cart-page__product-cart__product-list .price-tag span {
  color: #c11e22;
  padding-left: 10px;
}

.cart-page__product-cart__links {
  margin-top: 20px;
}

.cart-page__product-cart__links a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  text-align: center;
}

.cart-page__product-cart__links a:first-child {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.cart-page__product-cart__links a:first-child:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .cart-page__product-cart__links a:first-child {
    float: left;
  }
}

.cart-page__product-cart__links a:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.cart-page__product-cart__links a:hover {
  color: #46423e;
}

@media only screen and (min-width: 640px) {
  .cart-page__product-cart__links a {
    float: right;
    text-align: left;
  }
}

@media only screen and (max-width: 639px) {
  .cart-page__product-cart__links a {
    display: block;
    margin-bottom: 5px;
  }
}

.product-cart-summary {
  padding: 15px 0 15px 10px;
}

.product-cart-summary > div {
  text-align: right;
}

.product-cart-summary > div:first-child {
  text-transform: uppercase;
}

.product-cart-summary.cart-summary-dark {
  background-color: #f5f5f5;
}

.product-cart-summary.cart-summary-dark > div:first-child {
  font-weight: bold;
}

.product-cart-summary.cart-summary-right {
  text-align: right;
}

.product-cart-summary.cart-summary-right a {
  color: #7b6c60;
}

.cart-summary-discount {
  text-align: right;
}

.cart-summary-discount__label {
  line-height: 34px;
}

.cart-summary-discount__label label {
  text-transform: uppercase;
}

.cart-summary-discount form .input-group {
  width: 100%;
}

.cart-summary-discount form .input-group > .input-group-btn {
  width: 1%;
}

.cart-summary-discount form input.form-control, .cart-summary-discount form button {
  border: solid 1px #46423e;
  border-radius: 0;
  box-shadow: none;
  color: #46423e;
}

.cart-summary-discount form button {
  background-color: #46423e;
  color: #f5f5f5;
}

.cart-summary-discount form button:hover {
  background-color: #f5f5f5;
  border: solid 1px #46423e;
  border-left: none;
  color: #46423e;
}

.cart-page__cart-signin a {
  color: #7b6c60;
}

.cart-page__cart-signin h2 {
  color: #7b6c60;
}

.cart-page__cart-signin a.link-button, .cart-page__cart-signin input.link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  width: 100%;
}

.cart-page__cart-signin a.link-button:hover, .cart-page__cart-signin input.link-button:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-signin a.link-button:hover, .cart-page__cart-signin input.link-button:hover {
  color: #46423e;
}

.cart-page__cart-signin .link-button-facebook {
  background: url(../img/facebook-login.png);
  display: inline-block;
  height: 44px;
  text-indent: -9999px;
  max-width: 345px;
  width: 100%;
}

.cart-page__cart-signin .inner {
  margin: 0 auto;
  width: 85%;
}

.cart-page__cart-signin__account-form {
  background: #f5f5f5;
  padding-bottom: 30px;
}

.cart-page__cart-signin__account-form label[for="cart-signin__password"] {
  float: left;
}

.cart-page__cart-signin__account-form__remind-link {
  float: right;
}

.cart-page__cart-signin__account-form .form-row {
  margin-bottom: 20px;
}

.cart-page__cart-signin__no-account {
  padding-bottom: 30px;
  text-align: center;
}

.cart-page__cart-signin__no-account > .inner > a {
  display: inline-block;
  margin: 5px 0;
}

.cart-page__cart-signin__no-account .hr-text-center {
  margin: 26px 0;
}

.cart-page__cart-noregister {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.cart-page__cart-noregister input.link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  width: 100%;
}

.cart-page__cart-noregister input.link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-noregister .inner {
  margin: 0 auto;
  width: 85%;
}

#instant-checkout h2 {
  color: #7b6c60;
}

.cart-page__cart-register {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.cart-page__cart-register h3 {
  color: #7b6c60;
}

.cart-page__cart-register input.link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  width: 100%;
}

.cart-page__cart-register input.link-button:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-register input.link-button:hover {
  color: #46423e;
}

.cart-page__cart-register .inner {
  margin: 0 auto;
  width: 85%;
}

.cart-page__cart-shipment {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 20px;
}

.cart-page__cart-shipment a {
  color: #7b6c60;
}

.cart-page__cart-shipment h4 {
  color: #444;
  letter-spacing: normal;
  margin-top: 0;
}

.cart-page__cart-shipment__carrier-list {
  list-style: none;
}

.cart-page__cart-shipment__carrier-list > li {
  border-top: solid 1px #d7d7d6;
  padding: 20px 0;
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
}

.cart-page__cart-shipment__carrier-list > li:first-child {
  border-top: none;
}

.cart-page__cart-shipment__carrier-list > li label > input {
  margin: 0 10px 0 0;
}

.cart-page__cart-shipment__carrier-list > li > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.cart-page__cart-shipment__carrier-list__price {
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .cart-page__cart-shipment__carrier-list__price {
    text-align: left;
  }
}

.cart-page__cart-shipment__carrier-list__logo {
  text-align: right;
}

.cart-page__cart-shipment__carrier-list__logo > img {
  max-width: 100%;
}

.cart-page__cart-shipment__agreement {
  margin-left: 15px;
}

.cart-page__cart-shipment .inner {
  margin: 0 auto;
  width: 85%;
}

.cart-page__cart-shipment__links {
  margin-bottom: 20px;
  margin-top: 20px;
}

.cart-page__cart-shipment__links .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  margin-top: 5px;
  text-align: center;
}

.cart-page__cart-shipment__links .link-button:first-child {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.cart-page__cart-shipment__links .link-button:first-child:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .cart-page__cart-shipment__links .link-button:first-child {
    float: left;
  }
}

.cart-page__cart-shipment__links .link-button:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-shipment__links .link-button:hover {
  color: #46423e;
}

@media only screen and (min-width: 640px) {
  .cart-page__cart-shipment__links .link-button {
    float: right;
    text-align: left;
  }
}

@media only screen and (max-width: 639px) {
  .cart-page__cart-shipment__links .link-button {
    display: block;
    width: 100%;
  }
}

.cart-page__cart-addresses {
  margin-top: 20px;
  padding-bottom: 30px;
}

.cart-page__cart-addresses__choose-address {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.cart-page__cart-addresses__choose-address h2 {
  font-size: 1.1em;
  margin-bottom: 12px;
}

@media only screen and (min-width: 640px) {
  .cart-page__cart-addresses__add-address {
    margin-top: 40px;
  }
}

.cart-page__cart-addresses__add-address .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.cart-page__cart-addresses__add-address .link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-addresses__address .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  margin-top: 20px;
}

.cart-page__cart-addresses__address .link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-addresses__address h2 {
  color: #7b6c60;
}

.cart-page__cart-addresses__links {
  margin-top: 20px;
}

.cart-page__cart-addresses__links .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  margin-top: 5px;
  text-align: center;
}

.cart-page__cart-addresses__links .link-button:first-child {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.cart-page__cart-addresses__links .link-button:first-child:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .cart-page__cart-addresses__links .link-button:first-child {
    float: left;
  }
}

.cart-page__cart-addresses__links .link-button:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-addresses__links .link-button:hover {
  color: #46423e;
}

@media only screen and (min-width: 640px) {
  .cart-page__cart-addresses__links .link-button {
    float: right;
    text-align: left;
  }
}

@media only screen and (max-width: 639px) {
  .cart-page__cart-addresses__links .link-button {
    display: block;
    width: 100%;
  }
}

.addressesAreEquals > label {
  line-height: 22px;
}

.cart-page__cart-payment__payment-list {
  list-style: none;
}

.cart-page__cart-payment__payment-method {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  display: block;
  text-align: center;
}

.cart-page__cart-payment__payment-method:hover {
  text-decoration: none;
}

.cart-page__cart-payment__payment-method > div {
  color: #7a736b;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.cart-page__cart-payment__payment-method > span {
  color: #444;
}

.cart-page__cart-payment__payment-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  color: #fff !important;
  display: block;
  margin: 5px 0 30px;
  text-align: center;
  width: 100%;
}

.cart-page__cart-payment__payment-button:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.cart-page__cart-payment__payment-button:hover {
  color: #46423e !important;
}

#HOOK_PAYMENT {
  margin-top: 2em;
}

.account-page__links {
  margin: 20px 0;
}

.account-page__links a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #fff;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  text-align: center;
}

.account-page__links a:hover {
  background: #46423e;
  text-decoration: none;
  border-color: #fff;
  color: #fff;
}

@media only screen and (max-width: 639px) {
  .account-page__links a {
    display: block;
  }
}

.account-page__account-index {
  margin-bottom: 40px;
}

.account-page__account-index__list {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #f5f5f5;
  padding: 30px;
}

.account-page__account-index__list > p {
  font-size: 1.2em;
  margin: 0;
  padding-bottom: 10px;
}

.account-page__account-index__list ul {
  list-style: none;
}

.account-page__account-index__list ul > li {
  margin: 10px 0;
}

.account-page__account-index__list ul .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #46423e;
  color: #fff;
  border: solid 1px #fff;
  font-size: .9em;
  padding: 10px 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 50%;
}

.account-page__account-index__list ul .link-button:hover {
  background: #fff;
  text-decoration: none;
  border-color: #46423e;
  color: #46423e;
}

.account-page__address {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.account-page__address input.link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #46423e;
  color: #fff;
  border: solid 1px #fff;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  width: 100%;
}

.account-page__address input.link-button:hover {
  background: #fff;
  text-decoration: none;
  border-color: #46423e;
  color: #46423e;
}

.account-page__address .inner {
  margin: 0 auto;
  width: 85%;
}

.account-page__addresses {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.account-page__addresses__address {
  background: #fff;
  border: solid 1px #7a736b;
}

.account-page__addresses__address header {
  border-bottom: solid 1px #7a736b;
  padding: 5px 15px;
}

.account-page__addresses__address header h2 {
  margin: 0;
  text-align: left;
}

.account-page__addresses__address ul {
  list-style: none;
  padding: 15px 0;
}

.account-page__addresses__address footer {
  padding: 10px 0 25px;
  text-align: center;
}

.account-page__addresses__address footer .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #fff;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  font-size: .7em;
  margin-bottom: 5px;
  width: 100%;
}

.account-page__addresses__address footer .link-button:hover {
  background: #46423e;
  text-decoration: none;
  border-color: #fff;
  color: #fff;
}

.account-page__addresses__links {
  margin-top: 40px;
}

.account-page__addresses__links .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #46423e;
  color: #fff;
  border: solid 1px #fff;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
}

.account-page__addresses__links .link-button:hover {
  background: #fff;
  text-decoration: none;
  border-color: #46423e;
  color: #46423e;
}

.account-page__history {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding: 30px;
}

.account-page__history__order-list-header {
  border-bottom: solid 1px #d7d7d6;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 5px;
}

.account-page__history__order-list {
  list-style: none;
}

.account-page__history__order-list > li {
  padding: 10px 0;
}

.account-page__history__order-list .account-page__history__order-list__details {
  color: #5d6265;
}

.account-page__history__order-list .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #f5f5f5;
  color: #5d6265;
  border: solid 1px #5d6265;
  font-size: .9em;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: .7em;
  position: relative;
  top: 5px;
}

.account-page__history__order-list .link-button:hover {
  background: #5d6265;
  text-decoration: none;
  border-color: #f5f5f5;
  color: #f5f5f5;
}

.account-page__history-details h2 {
  color: #444;
  text-align: left;
}

.account-page__history-details__addresses {
  margin-top: 60px;
}

.account-page__history-details__addresses header {
  margin-bottom: 1em;
  text-transform: uppercase;
}

.account-page__history-details__addresses header > span {
  font-weight: bold;
  text-transform: none;
}

.account-page__history-details__addresses ul {
  list-style: none;
}

.account-page__history-details__order-items-header {
  border-bottom: solid 1px #d7d7d6;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 5px;
}

.account-page__history-details__order-items {
  list-style: none;
}

.account-page__history-details__order-items-footer {
  margin-bottom: 60px;
  margin-top: 20px;
}

.account-page__history-details__comment button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #46423e;
  color: #fff;
  border: solid 1px #fff;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
}

.account-page__history-details__comment button:hover {
  background: #fff;
  text-decoration: none;
  border-color: #46423e;
  color: #46423e;
}

.account-page__history-details__order-messages-header {
  border-bottom: solid 1px #d7d7d6;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 5px;
}

.account-page__history-details__order-messages {
  list-style: none;
}

.account-page__account-remind button.link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.account-page__account-remind button.link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.account-page__account-remind a.link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #fff;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #46423e;
  margin-top: 5px;
  text-align: center;
}

.account-page__account-remind a.link-button:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.account-page__account-remind a.link-button:hover {
  color: #46423e;
}

.account-page__remove-account {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #f5f5f5;
  padding: 100px 30px;
}

.account-page__remove-account .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: #46423e;
  color: #fff;
  border: solid 1px #fff;
  font-size: .9em;
  padding: 10px 40px;
  text-transform: uppercase;
}

.account-page__remove-account .link-button:hover {
  background: #fff;
  text-decoration: none;
  border-color: #46423e;
  color: #46423e;
}

.account-page__remove-account__front-text {
  font-size: 1.1em;
  margin-bottom: 2em;
}

.set-page__set-intro {
  margin-top: 30px;
}

.set-page__set-intro__content {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-top: 0;
}

.set-page__set-intro__content__cover {
  border-right: 15px solid transparent;
  overflow: hidden;
  max-height: 200px;
  padding-right: 0;
}

@media only screen and (min-width: 810px) {
  .set-page__set-intro__content__cover {
    max-height: none;
  }
}

.set-page__set-intro__content__cover img {
  display: block;
  width: 100%;
}

.set-page__set-intro__content__description {
  padding: 20px 30px 40px;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .set-page__set-intro__content__description {
    padding: 0;
  }
}

@media only screen and (min-width: 810px) {
  .set-page__set-intro__content__description {
    padding: 10px;
  }
}

.set-page__set-intro__content h1 {
  color: #7a736b;
  font-size: 1.7em;
  text-transform: uppercase;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .set-page__set-intro__content h1 {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 810px) {
  .set-page__set-intro__content h1 {
    font-size: 1.4em;
  }
}

.error404-page {
  padding-bottom: 50px;
}

.error404-page h1 {
  color: #7b6c60;
  margin-top: 1.3em;
}

.error404-page__breadcrumbs {
  padding-bottom: 5px;
}

.error404-page__description {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.error404-page__section {
  margin: 10px 0;
  position: relative;
}

.error404-page__section header {
  border: solid 1px #d7d7d6;
  border-bottom: none;
  font-size: 1.5em;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
}

.error404-page__section header a {
  color: #7b6c60;
}

.error404-page__section img.img-responsive {
  display: block;
  width: 100%;
}

.error404-page__section__center {
  position: absolute;
  bottom: 32px;
  left: 50%;
  white-space: nowrap;
}

.error404-page__section__center__link {
  position: relative;
  bottom: 10px;
  left: -50%;
}

.error404-page__section__center__link .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 15px 50px;
  text-transform: uppercase;
  transition: all .6s;
  background: #fff;
}

.error404-page__section__center__link .link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

.aboutus-page h2 {
  color: #7b6c60;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 2.6em;
  text-transform: uppercase;
}

.aboutus-page h2 > span {
  font-weight: bold;
}

.aboutus-page__addresses {
  font-size: 1.1em;
}

.aboutus-page__addresses ul {
  list-style: none;
}

.aboutus-page__addresses ul li {
  margin: 10px 0;
}

.aboutus-page__addresses ul a {
  color: #7b6c60;
  padding-left: 10px;
  vertical-align: 50%;
}

.aboutus-page__addresses ul b {
  display: inline-block;
}

.aboutus-page__addresses h2 {
  text-align: left;
}

.aboutus-page__venue {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding: 0;
}

.aboutus-page__venue__text {
  padding: 0 0 0 40px;
}

.aboutus-page__venue__details {
  line-height: 1.5em;
}

.aboutus-page__venue__contact a {
  color: #7b6c60;
}

.aboutus-page__venue__contact img {
  float: left;
  height: 150px;
}

.aboutus-page__venue__contact div {
  float: left;
  line-height: 1.5em;
  margin: 35px 0 0 20px;
}

.aboutus-page__venue__map {
  background: #f0f0f0;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 810px) {
  .aboutus-page__venue__map {
    margin-top: 0;
  }
}

.aboutus-page__newsletter {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding: 0;
}

.aboutus-page__newsletter img.img-responsive {
  display: block;
}

.aboutus-page__newsletter__text {
  background: #e4e4e4;
  padding: 20px 0 20px;
}

@media only screen and (min-width: 810px) {
  .aboutus-page__newsletter__text {
    background: none;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutus-page__newsletter__text {
    padding-top: 30px;
  }
}

.aboutus-page__newsletter__description {
  font-size: 1.1em;
  margin: 0;
  text-align: center;
}

.aboutus-page__newsletter__description > span {
  display: block;
  padding-bottom: 10px;
}

.aboutus-page__newsletter__form {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  display: block;
  margin-top: 2em;
  text-align: center;
  white-space: nowrap;
}

.aboutus-page__newsletter__form input {
  height: 42px;
  line-height: 42px;
  color: #7a736b;
  height: 42px;
  margin: 0;
  padding: 9px;
  padding-bottom: 10px;
  width: 50%;
}

.aboutus-page__newsletter__form button {
  height: 42px;
  line-height: 42px;
  background: #7a736b;
  border: 0;
  height: 42px;
  margin: 0;
  padding: 5px 20px;
  position: relative;
  left: -6px;
  vertical-align: top;
}

.aboutadorre-page {
  font-size: 1.1em;
  line-height: 1.1em;
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page {
    line-height: 1.3em;
  }
}

.aboutadorre-page__breadcrumbs {
  padding-bottom: 5px;
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page__breadcrumbs {
    margin-bottom: 115px;
  }
}

.aboutadorre-page h2 {
  font-size: 27px;
  line-height: 35px;
}

.aboutadorre-page img {
  display: block;
  height: auto;
  margin: 10px 0;
  max-width: 100%;
}

.aboutadorre-page__text {
  margin: 0 auto;
  padding: 10% 0;
  width: 90%;
}

@media only screen and (min-width: 640px) {
  .aboutadorre-page__text {
    padding-bottom: 0;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page__text {
    padding-top: 0;
    width: 80%;
  }
}

.aboutadorre-page__text h2 {
  color: #7b6c60;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page__text h2 {
    margin-bottom: .9em;
  }
}

.aboutadorre-page__intro {
  padding-bottom: 0;
}

@media only screen and (min-width: 640px) {
  .aboutadorre-page__intro {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page__intro {
    position: absolute;
    left: 10%;
    top: -100px;
    width: 80%;
    z-index: 1;
  }
}

.aboutadorre-page__intro p {
  margin-bottom: 0;
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page__intro p {
    margin-bottom: auto;
  }
}

.aboutadorre-page__container__dark {
  background: #46423e;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.aboutadorre-page__container__dark h2 {
  color: #fff;
  margin-bottom: 1.3em;
}

.aboutadorre-page__container__dark img {
  display: block;
  margin: 0;
}

.aboutadorre-page__dark {
  padding-bottom: 10%;
  padding-top: 10%;
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page__dark {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.aboutadorre-page__share-links {
  list-style: none;
  margin: 2em 0 0;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .aboutadorre-page__share-links {
    margin-top: 1em;
  }
}

.aboutadorre-page__share-links li {
  display: inline-block;
}

.aboutadorre-page__share-links__intro {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  display: block !important;
  font-size: .8em;
  margin-bottom: 15px;
  padding-right: 5px;
  vertical-align: 50%;
}

@media only screen and (min-width: 810px) {
  .aboutadorre-page__share-links__intro {
    margin-bottom: 0;
  }
}

.aboutadorre-page__share-links img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  height: 50px;
  opacity: 1;
}

.aboutadorre-page__share-links img.visible {
  opacity: 1;
}

@media only screen and (min-width: 640px) {
  .aboutadorre-page__share-links img {
    height: auto;
  }
}

.aboutadorre-page__share-links img:hover {
  opacity: .8;
}

.aboutadorre-page__links {
  margin-bottom: 4em;
  margin-top: 3em;
  text-align: center;
}

.aboutadorre-page__links .link-button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .6s;
}

.aboutadorre-page__links .link-button:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .aboutadorre-page__row_full_width {
    margin-left: -45px;
    margin-right: -45px;
  }
}

.custom-page {
  padding-bottom: 3em;
}

.custom-page__breadcrumbs {
  margin-top: 20px;
}

.custom-page ol, .custom-page ul, .custom-page span {
  line-height: 1.5em;
}

.custom-page span {
  font-size: 1.1em;
}

.custom-page ol {
  font-size: 1.1em;
  list-style-position: inside;
  padding: 0;
}

.custom-page ol > li {
  margin: 1em 0;
}

.custom-page ol ul {
  padding-left: 2em;
}

.custom-page ul {
  list-style: disc outside;
}

.custom-page ul.list {
  padding-left: 2em;
}

.custom-page h2.section-mark {
  color: #7b6c60;
  text-align: left;
}

.custom-page h3 {
  color: #7b6c60;
}

.custom-page .table {
  font-size: 1.1em;
}

.custom-page .table .table-header {
  background: #f5f5f5;
}

.custom-page .table > div {
  padding: 1.5em 0;
}

.maintenance-page {
  margin: 100px 0;
  text-align: center;
}

.maintenance-page__logo {
  display: inline-block;
  margin-bottom: 30px;
}

.maintenance-page__header {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 30px;
}

.maintenance-page__description {
  margin-bottom: 60px;
}

.maintenance-page__links {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}

.maintenance-page__links li {
  padding: 5px;
}

.maintenance-page__links li:before {
  padding: 0 15px 0 0;
}

.maintenance-page__links li a {
  color: #7b6c60;
  line-height: 30px;
  vertical-align: top;
}

@media only screen and (max-width: 639px) {
  .inspire-page .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .inspire-page .row [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .inspire-page .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .inspire-page .row [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.inspire-page h1 {
  color: #7b6c60;
  font-size: 1.5em;
  margin-bottom: 60px;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.inspire-page h1 img {
  height: 50px;
  width: 50px;
}

.inspire-page img.img-responsive {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}

.inspire-page img.img-responsive.visible {
  opacity: 1;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .inspire-page img.img-responsive {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 810px) {
  .inspire-page img.img-responsive {
    margin-bottom: 30px;
  }
}

.instagram-page .custom-page > h1 {
  color: #7b6c60;
  font-size: 1.8em;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

.instagram-page .custom-page ul {
  list-style: none;
}

.owl-carousel-instagram {
  list-style: none;
}

.instagram-carousel-container > h1 {
  margin-bottom: 1.5em;
}

.history-page {
  font-size: 1.1em;
}

.history-page h1 {
  color: #7b6c60;
  font-size: 1.4em;
  margin-top: 1.3em;
  text-align: center;
  text-transform: uppercase;
}

.history-page h1 > img {
  zoom: .5;
}

@media only screen and (min-width: 640px) {
  .history-page .row {
    margin-bottom: 5em;
  }
}

.history-page .col-xs-6, .history-page .col-md-6 {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding-top: 20px;
}

@media only screen and (min-width: 640px) {
  .history-page .col-xs-6, .history-page .col-md-6 {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.history-page .col-xs-6 > p, .history-page .col-md-6 > p {
  font-size: 1.05em;
  line-height: 1.5em;
  margin: 0 0 1em;
}

.history-page .col-with-image {
  padding-top: 0;
  text-align: center;
}

.history-page .col-with-image img {
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 640px) {
  .history-page .col-with-image img {
    max-height: 75%;
    max-width: 75%;
  }
}

.history-page__quote {
  border-bottom: solid 1px #d7d7d6;
  border-top: solid 1px #d7d7d6;
  color: #7b6c60;
  font-size: 1.4em;
  font-style: italic;
  padding: .5em 0 .5em 0;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .history-page__quote {
    margin-bottom: 0;
    padding: 1em 5em 1em 5em;
  }
}

.history-page__quote_small {
  padding-left: 0;
  padding-right: 0;
}

.history-page .rice-field {
  background-color: #5d6265;
  background-image: url(../img/history/historia2.jpg);
  background-repeat: no-repeat;
  color: #fff;
  margin: 50px -30px 50px -30px;
  padding-top: 230px;
}

@media only screen and (max-width: 639px) {
  .history-page .rice-field {
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 640px) {
  .history-page .rice-field {
    background-size: auto;
    margin-bottom: 100px;
    margin-top: 100px;
    min-height: 700px;
    padding-top: 100px;
  }
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.hi-fb-button {
  height: 41px !important;
}

.hi-fb-button > span {
  line-height: 41px !important;
}

.imagelightbox-arrow, .imagelightbox-close {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border: none;
  opacity: .8;
}

.imagelightbox-arrow.visible, .imagelightbox-close.visible {
  opacity: 1;
}

.imagelightbox-arrow:before, .imagelightbox-arrow:after, .imagelightbox-close:before, .imagelightbox-close:after {
  border: none;
  height: 0;
  margin: 0;
  width: 0;
}

.imagelightbox-arrow:hover, .imagelightbox-close:hover {
  background-color: transparent;
  opacity: 1;
}

.imagelightbox-arrow-left {
  background: url(../img/product-page/lightbox_prev.svg) no-repeat;
}

.imagelightbox-arrow-right {
  background: url(../img/product-page/lightbox_next.svg) no-repeat;
}

.imagelightbox-close {
  background: url(../img/product-page/lightbox_close.svg) no-repeat;
  border-radius: 0;
  height: 3.5em;
  width: 3.5em;
  top: 1.5em;
  right: 1.5em;
}

.imagelightbox-arrow {
  width: 3.75em !important;
  height: 7.5em !important;
  zoom: .5;
}

@media only screen and (min-width: 640px) {
  .imagelightbox-arrow {
    zoom: 1;
  }
}

#payuAmountInfo {
  float: none !important;
}

.payuConditions #payuCondition {
  margin: 0;
}

.sp-homeslider .disabled {
  display: none;
}

.sp-homeslider img {
  display: block;
}

.sp-homeslider .owl-stage, .sp-homeslider .owl-stage .owl-item > .item > a {
  max-height: 570px;
  overflow: hidden;
}

.sp-homeslider .owl-stage {
  background: #f5f5f5;
}

.sp-homeslider .owl-item {
  background: #f5f5f5;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .owl-item {
    background: none;
  }
}

.sp-homeslider .owl-dots {
  margin-top: 0 !important;
  position: relative;
  top: -30px;
}

.sp-homeslider .owl-dots .owl-dot.active span, .sp-homeslider .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
}

.sp-homeslider .sphomeslider-description {
  color: #444;
  font-size: .6em !important;
  left: 0;
  margin-bottom: 50px;
  padding: 0 !important;
  position: static !important;
  right: 0;
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em !important;
    margin-bottom: 0;
    position: absolute !important;
  }
}

.sp-homeslider .sphomeslider-description__half {
  float: right;
  font-size: 1.4em;
  text-align: center;
}

@media only screen and (min-width: 640px) and (max-width: 809px) {
  .sp-homeslider .sphomeslider-description__half {
    position: relative;
    top: -20px;
  }
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description__half {
    font-size: 1em;
    width: 50%;
  }
}

.sp-homeslider .sphomeslider-description__half h2 {
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 2.3em !important;
  margin-top: 20px !important;
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description__half h2 {
    font-size: 1.7em !important;
    margin-top: 0;
  }
}

@media only screen and (min-width: 810px) {
  .sp-homeslider .sphomeslider-description__half h2 {
    font-size: 2.3em !important;
  }
}

.sp-homeslider .sphomeslider-description__half span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
}

.sp-homeslider .sphomeslider-description__half span p {
  font-size: 1.2em;
  line-height: 1.45em;
  padding: 0 3em 0.7em;
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description__half span p {
    font-size: .9em;
  }
}

.sp-homeslider .sphomeslider-description__half a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  background: transparent;
  color: #46423e;
  border: solid 1px #46423e;
  font-size: .9em;
  padding: 0.5em 1em;
  text-transform: uppercase;
  transition: all .6s;
  -moz-osx-font-smoothing: grayscale;
  display: inline !important;
  font-size: 1.3em;
  letter-spacing: 0.07em;
  line-height: 1.2em;
}

.sp-homeslider .sphomeslider-description__half a:hover {
  background: #46423e;
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description__half a {
    font-size: 1em;
  }
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description-dark {
    color: #fff;
  }
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description-dark h2 {
    color: #fff;
  }
}

@media only screen and (min-width: 640px) {
  .sp-homeslider .sphomeslider-description-dark a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
    font-size: .9em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    transition: all .6s;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    letter-spacing: 0.07em;
    line-height: 1.2em;
  }
  .sp-homeslider .sphomeslider-description-dark a:hover {
    background: #fff;
    color: #fff;
    text-decoration: none;
  }
  .sp-homeslider .sphomeslider-description-dark a:hover {
    color: #46423e;
  }
}

.sphomepage-slider {
  background: #fff;
  margin-bottom: 0 !important;
}
