/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

h1 {
  font-size: 36px;
  line-height: 1.25em;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 25px; } }

.line-left {
  position: relative;
  padding-top: 20px; }
  .line-left:before {
    content: '';
    background: #9C2E2C;
    height: 4px;
    width: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

@media (max-width: 1199.98px) {
  .intro {
    font-size: 12px; } }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background: #F5EDE1;
  font-family: 'Lato', sans-serif;
  color: #4A4A4A;
  font-size: 15px;
  min-height: 100vh; }

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

a {
  color: #9C2E2C;
  transition: 200ms ease-in-out all; }
  a:hover, a:focus {
    text-decoration: none;
    color: #4B830E; }

.title-holder .subtitle {
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  color: #959595; }
  @media (max-width: 1199.98px) {
    .title-holder .subtitle {
      font-size: 12px; } }

.title-holder .title {
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .title-holder .title {
      font-size: 25px; } }

.title-holder p {
  color: #959595;
  line-height: 2em; }

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

table {
  max-width: 100%; }

.single-entry {
  padding: 50px 0; }

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 10px 20px;
  background: #F3F3F3; }

select,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single,
.select2-dropdown {
  background: #F3F3F3;
  border: 0; }

.search-holder {
  position: relative; }
  .search-holder button[type="submit"] {
    display: none; }
  .search-holder:after {
    content: '';
    display: block;
    background: url("../images/icon-search.svg") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 17px;
    transform: translate3d(0, -50%, 0); }

.wpcf7-form {
  padding: 0 15px; }
  .wpcf7-form input,
  .wpcf7-form textarea {
    width: calc(100% + 15px) !important;
    margin: 5px -15px; }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
    background: #FFFFFF; }
  .wpcf7-form textarea {
    max-height: 200px; }

.btn {
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: 2px;
  display: inline-block;
  width: 195px;
  line-height: 40px;
  text-transform: uppercase;
  border: 2px solid #9C2E2C !important;
  text-align: center;
  font-weight: bold;
  transition: 200ms all ease-in-out;
  border-radius: 0 !important;
  padding: 0; }
  @media (max-width: 1199.98px) {
    .btn {
      font-size: 12px; } }
  @media (max-width: 991.98px) {
    .btn {
      width: auto;
      padding: 0 15px; } }

.btn-default {
  background: #9C2E2C !important;
  color: #FFFFFF !important; }
  .btn-default:hover, .btn-default:focus {
    background: transparent;
    color: #9C2E2C; }

.button {
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: 2px;
  display: inline-block;
  width: 195px;
  line-height: 40px;
  text-transform: uppercase;
  border: 2px solid #9C2E2C !important;
  text-align: center;
  font-weight: bold;
  transition: 200ms all ease-in-out;
  border-radius: 0 !important;
  padding: 0;
  background: #9C2E2C !important;
  color: #FFFFFF !important;
  width: auto !important;
  padding: 0; }
  @media (max-width: 1199.98px) {
    .button {
      font-size: 12px; } }
  @media (max-width: 991.98px) {
    .button {
      width: auto;
      padding: 0 15px; } }
  .button:hover, .button:focus {
    background: transparent;
    color: #9C2E2C; }

.btn-reversed {
  color: #9C2E2C;
  background: transparent; }
  .btn-reversed:hover, .btn-reversed:focus {
    background: #9C2E2C;
    color: #FFFFFF; }

.btn-contrast {
  background: #F5EDE1;
  color: #9C2E2C; }
  .btn-contrast:hover, .btn-contrast:focus {
    background: transparent;
    color: #F5EDE1;
    border: 2px solid #F5EDE1; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: transparent; }

.sidebar-catalog {
  padding-top: 30px; }
  @media (max-width: 991.98px) {
    .sidebar-catalog {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 0;
      z-index: 9;
      background: #FFFFFF;
      max-height: 0;
      overflow: hidden;
      transition: 400ms ease-in-out all; }
      .filter-open .sidebar-catalog {
        max-height: 2000px; } }
  .sidebar-catalog .widget {
    margin-bottom: 15px; }
    .sidebar-catalog .widget:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .sidebar-catalog .widget .content {
        max-height: 0;
        overflow: hidden;
        transition: 200ms ease-in-out max-height; }
        .sidebar-catalog .widget .content.active {
          max-height: 2000px; } }
    .sidebar-catalog .widget ul {
      padding: 15px;
      margin: 0;
      list-style: none; }
      .sidebar-catalog .widget ul li {
        padding: 5px 0 !important; }
        .sidebar-catalog .widget ul li a {
          color: #4A4A4A; }
          .sidebar-catalog .widget ul li a:before {
            content: '' !important;
            background: url("../images/checkbox-empty.svg") no-repeat;
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 10px; }
        .sidebar-catalog .widget ul li.chosen a:before, .sidebar-catalog .widget ul li.current-cat a:before {
          background: url("../images/checkbox-checked.svg") no-repeat; }
  .sidebar-catalog .widgettitle {
    background: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 50px 15px 20px;
    position: relative;
    margin-bottom: 0; }
    .sidebar-catalog .widgettitle:after {
      content: '';
      position: absolute;
      display: block;
      right: 20px;
      height: 1px;
      width: 50px;
      background: #4A4A4A;
      top: 50%; }

.page-holder {
  padding: 70px 0; }
  @media (max-width: 991.98px) {
    .page-holder {
      padding: 30px 0; } }

.pagepart {
  margin: 50px 0;
  line-height: 2em; }
  @media (max-width: 991.98px) {
    .pagepart {
      margin: 20px 0; } }
  .pagepart p {
    margin-bottom: 30px; }
  .pagepart .btn {
    width: auto;
    padding: 0 20px; }
  .pagepart .pagepart-title {
    text-align: center;
    font-weight: 300;
    position: relative; }
    @media (max-width: 991.98px) {
      .pagepart .pagepart-title {
        margin-top: 10px; } }
    .pagepart .pagepart-title:after {
      content: '';
      width: 60px;
      height: 4px;
      margin: 30px auto;
      background: #9C2E2C;
      display: block; }
      @media (max-width: 991.98px) {
        .pagepart .pagepart-title:after {
          width: 40px;
          height: 3px;
          margin: 20px auto; } }
    .pagepart .pagepart-title.left {
      text-align: left; }
      .pagepart .pagepart-title.left:after {
        margin-left: 0; }

.collage .collage-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin-bottom: 30px; }
  .collage .collage-image.large {
    height: 400px; }
    @media (max-width: 767.98px) {
      .collage .collage-image.large {
        height: 250px; } }
  .collage .collage-image.small {
    height: 185px; }
    @media (max-width: 767.98px) {
      .collage .collage-image.small {
        width: calc(50% - 15px); } }
    @media (max-width: 767.98px) {
      .collage .collage-image.small {
        height: 125px; } }

.home-intro {
  padding: 50px 50px 0 0; }
  @media (max-width: 1199.98px) {
    .home-intro {
      padding: 20px 20px 0 0; } }
  .home-intro p {
    line-height: 2em;
    opacity: .4; }
  .home-intro .btn {
    margin-right: 20px;
    margin-top: 20px; }
    @media (max-width: 1199.98px) {
      .home-intro .btn {
        margin-right: 15px;
        margin-top: 15px; } }
    @media (max-width: 991.98px) {
      .home-intro .btn {
        margin-right: 5px;
        margin-top: 10x; } }

.cta-collection {
  margin: 60px 0; }
  .cta-collection .title {
    font-weight: 400;
    margin-bottom: 30px; }

#brands-carousel {
  margin: 60px 0;
  position: relative; }
  #brands-carousel .slick-slide {
    text-align: center; }
  #brands-carousel .carousel-item {
    max-height: 80px;
    width: auto !important;
    display: inline-block;
    padding: 0 30px; }
  #brands-carousel .slick-slide {
    text-align: center; }
  #brands-carousel .slick-slide div::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #brands-carousel .slick-slide div img {
    vertical-align: middle;
    display: inline-block; }
  #brands-carousel .slick-prev,
  #brands-carousel .slick-next {
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 20px;
    text-indent: -999px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    overflow: hidden; }
  #brands-carousel .slick-prev {
    background-image: url("../images/icon-chevron-left.svg");
    left: 0; }
  #brands-carousel .slick-next {
    background-image: url("../images/icon-chevron-right.svg");
    right: 0; }

.archive-brands {
  padding: 100px 0; }
  @media (max-width: 991.98px) {
    .archive-brands {
      padding: 50px 0; } }
  @media (max-width: 991.98px) {
    .archive-brands .brand-item {
      margin-bottom: 30px; } }
  .archive-brands .brand-item img {
    max-height: 100px; }
  .archive-brands .brand-item a {
    width: 100%; }

.single-entry .post-image {
  margin-bottom: 20px; }
  .single-entry .post-image img {
    max-height: 150px; }

.header .header-top {
  height: 140px;
  border: 8px solid #FFFFFF;
  border-bottom: 0; }
  @media (max-width: 991.98px) {
    .header .header-top {
      height: 100px; } }
  @media (max-width: 767.98px) {
    .header .header-top {
      height: 90px; } }

@media (max-width: 991.98px) {
  .header .header-logo {
    text-align: center; } }

.header .header-logo img {
  height: 90px; }
  @media (max-width: 991.98px) {
    .header .header-logo img {
      height: 80px; } }
  @media (max-width: 767.98px) {
    .header .header-logo img {
      height: 70px; } }

@media (max-width: 991.98px) {
  .header .header-search {
    display: none; } }

.header .header-contact .header-contact__phone {
  color: #9C2E2C;
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: 2px;
  font-weight: bold; }
  @media (max-width: 1199.98px) {
    .header .header-contact .header-contact__phone {
      font-size: 12px; } }
  .header .header-contact .header-contact__phone:before {
    content: '';
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    background-image: url("../images/icon-phone.svg"); }

@media (max-width: 1199.98px) {
  .header .header-contact {
    display: none; } }

.header .header-bottom {
  background: #FFFFFF;
  position: relative; }
  @media (max-width: 991.98px) {
    .header .header-bottom {
      height: 90px; } }
  @media (max-width: 767.98px) {
    .header .header-bottom {
      height: 60px; } }

.header .header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: calc(100% - 240px);
  float: left; }
  @media (max-width: 991.98px) {
    .header .header-menu {
      transition: 400ms ease-in-out max-height;
      width: 100%;
      max-height: 0;
      position: absolute;
      top: 100%;
      overflow: hidden;
      display: block;
      background: #FFFFFF;
      right: 0;
      border-top: 1px solid #F3F3F3;
      z-index: 999; }
      .menu-open .header .header-menu {
        max-height: 1000px; } }
  .header .header-menu li {
    display: flex;
    border-left: 1px solid #F3F3F3;
    max-width: 180px;
    flex: 1;
    align-items: center;
    position: relative; }
    .header .header-menu li a {
      display: flex;
      height: 90px;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      width: 100%;
      text-align: center; }
      @media (max-width: 991.98px) {
        .header .header-menu li a {
          height: 75px; } }
      @media (max-width: 1199.98px) {
        .header .header-menu li a {
          padding: 0 15px; } }
    @media (max-width: 991.98px) {
      .header .header-menu li {
        max-width: none; } }
    .header .header-menu li:before, .header .header-menu li:after {
      content: '';
      display: block;
      height: 2px;
      background: #9C2E2C;
      position: absolute;
      top: 0;
      max-width: 0;
      width: 100%;
      transition: 200ms all ease-in-out; }
      @media (max-width: 991.98px) {
        .header .header-menu li:before, .header .header-menu li:after {
          display: none; } }
    .header .header-menu li:before {
      left: 50%; }
    .header .header-menu li:after {
      right: 50%; }
    .header .header-menu li:hover:before, .header .header-menu li:hover:after, .header .header-menu li.current-menu-item:before, .header .header-menu li.current-menu-item:after {
      max-width: 50%; }
    .header .header-menu li:hover:before, .header .header-menu li.current-menu-item:before {
      transform-origin: right; }
    .header .header-menu li:last-child {
      border-right: 1px solid #F3F3F3; }
    .header .header-menu li a {
      font-size: 15px;
      line-height: 1.25em;
      letter-spacing: 2px;
      font-weight: bold;
      text-transform: uppercase;
      color: #4A4A4A; }
      @media (max-width: 1199.98px) {
        .header .header-menu li a {
          font-size: 12px; } }

.header .header-cart {
  width: 240px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  position: relative; }
  .header .header-cart .mobile-count {
    position: absolute;
    top: 14px;
    right: 33px;
    background: #4B830E;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #FFFFFF;
    line-height: 15px;
    font-size: 10px; }
    @media (min-width: 768px) {
      .header .header-cart .mobile-count {
        display: none; } }
  @media (max-width: 991.98px) {
    .header .header-cart {
      display: block;
      width: 25%;
      border-right: 1px solid #F5EDE1;
      font-size: 12px;
      padding: 24px 30px; } }
  @media (max-width: 767.98px) {
    .header .header-cart {
      width: 50%;
      border-right: 0;
      height: 60px;
      padding: 0; } }
  .header .header-cart a.header-cart-content {
    color: #4A4A4A;
    opacity: .4; }
    @media (max-width: 991.98px) {
      .header .header-cart a.header-cart-content {
        display: block;
        margin: 5px 0 0 65px;
        opacity: 1; } }
    @media (max-width: 767.98px) {
      .header .header-cart a.header-cart-content {
        display: none; } }
    .header .header-cart a.header-cart-content > span {
      margin: 0 10px; }
      @media (max-width: 991.98px) {
        .header .header-cart a.header-cart-content > span {
          margin: 0;
          display: block;
          opacity: .4; } }
  .header .header-cart a.icon {
    width: 46px;
    height: 46px;
    display: inline-block;
    background: #F3F3F3 url("../images/icon-cart.svg") no-repeat center center;
    background-size: 20px 16px;
    border-radius: 50%;
    margin-right: 10px; }
    @media (max-width: 991.98px) {
      .header .header-cart a.icon {
        position: absolute; } }
    @media (max-width: 767.98px) {
      .header .header-cart a.icon {
        top: 7px;
        right: 20px;
        background: url("../images/icon-cart.svg") no-repeat center center; } }

.header .mobile-search,
.header .menu-toggle {
  display: none;
  height: 90px; }
  @media (max-width: 991.98px) {
    .header .mobile-search,
    .header .menu-toggle {
      display: block;
      float: left; } }
  @media (max-width: 767.98px) {
    .header .mobile-search,
    .header .menu-toggle {
      height: 60px; } }

.header .mobile-search {
  width: 50%;
  border-left: 1px solid #F5EDE1;
  border-right: 1px solid #F5EDE1;
  padding: 25px 30px; }
  .header .mobile-search input {
    width: 100%; }
  @media (max-width: 767.98px) {
    .header .mobile-search {
      display: none; } }

.header .menu-toggle {
  width: 25%;
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: 2px;
  font-weight: bold;
  border-left: 1px solid #F5EDE1; }
  @media (max-width: 1199.98px) {
    .header .menu-toggle {
      font-size: 12px; } }
  .header .menu-toggle:hover {
    cursor: pointer; }
  .header .menu-toggle:before {
    content: '';
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url("../images/icon-hamburger.svg") no-repeat center center;
    position: relative;
    top: 5px;
    margin-right: 10px; }
  .menu-open .header .menu-toggle:before {
    background: url("../images/icon-hamburger-close.svg") no-repeat center center; }
  @media (max-width: 767.98px) {
    .header .menu-toggle {
      border-left: 0;
      width: 50%;
      text-align: left;
      line-height: 60px; } }

.about-us .inner {
  background: #9C2E2C;
  padding: 50px 0;
  color: #FFFFFF;
  position: relative;
  z-index: 2; }

.about-us .subtitle {
  color: #4c1716; }

.about-us .title {
  margin-bottom: 30px; }

.footer {
  background: #FFFFFF;
  padding: 115px 0 20px 0;
  margin-top: -40px;
  z-index: 1;
  position: relative; }
  @media (max-width: 767.98px) {
    .footer {
      margin-top: 30px;
      padding: 20px 0; } }
  .footer .row {
    padding: 0 45px; }
  .footer .footer-block {
    color: #959595;
    line-height: 2em; }
    .footer .footer-block .footer-title {
      color: #4A4A4A;
      font-size: 13px;
      text-transform: uppercase;
      line-height: 1; }
    .footer .footer-block ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    @media (max-width: 767.98px) {
      .footer .footer-block {
        font-size: 12px; } }
  .footer .footer-logo {
    margin: 120px 0 40px 0;
    max-width: 550px; }
    @media (max-width: 767.98px) {
      .footer .footer-logo {
        margin: 10px 0 30px; } }
  .footer .footer-contact li svg {
    display: inline-block;
    margin-right: 10px; }
  .footer .footer-social {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none; }
    .footer .footer-social li {
      display: inline-block; }
      .footer .footer-social li a {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #9C2E2C;
        margin: 0 5px;
        transition: 200ms ease-in-out background; }
        .footer .footer-social li a svg {
          max-width: 20px;
          max-height: 20px;
          display: inline-block;
          top: -1px;
          position: relative; }
        .footer .footer-social li a:hover, .footer .footer-social li a:focus {
          background: #4A4A4A; }
  .footer .copyright {
    font-size: 10px;
    color: #000000;
    text-transform: uppercase; }

@media (min-width: 576px) {
  .products-grid-holder {
    margin-left: -45px;
    margin-right: -45px; } }

.catalog {
  position: relative;
  padding-top: 20px; }
  .catalog .woocommerce-info {
    margin-top: 30px; }

body .products .product,
body .products-grid-holder .product {
  margin: 30px 0;
  text-align: center;
  padding: 0 30px; }
  @media (max-width: 991.98px) {
    body .products .product,
    body .products-grid-holder .product {
      padding: 0 15px; } }
  @media (max-width: 767.98px) {
    body .products .product,
    body .products-grid-holder .product {
      padding: 0 15px;
      margin: 20px 0; } }
  body .products .product .attachment-shop_catalog,
  body .products-grid-holder .product .attachment-shop_catalog {
    width: 100%;
    height: auto; }
  body .products .product .woocommerce-loop-product__title,
  body .products-grid-holder .product .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 1.25em;
    letter-spacing: 2px;
    font-size: 15px !important;
    line-height: 22px;
    color: #4A4A4A;
    margin: 20px 0;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      body .products .product .woocommerce-loop-product__title,
      body .products-grid-holder .product .woocommerce-loop-product__title {
        font-size: 12px; } }
  body .products .product span.price,
  body .products-grid-holder .product span.price {
    font-size: 15px;
    line-height: 1.25em;
    letter-spacing: 2px;
    line-height: 30px;
    display: block;
    color: #959595;
    margin-bottom: 20px; }
    @media (max-width: 1199.98px) {
      body .products .product span.price,
      body .products-grid-holder .product span.price {
        font-size: 12px; } }
  body .products .product .button,
  body .products-grid-holder .product .button {
    font-size: 15px;
    line-height: 1.25em;
    letter-spacing: 2px;
    display: inline-block;
    width: 195px;
    line-height: 40px;
    text-transform: uppercase;
    border: 2px solid #9C2E2C !important;
    text-align: center;
    font-weight: bold;
    transition: 200ms all ease-in-out;
    border-radius: 0 !important;
    padding: 0;
    color: #9C2E2C;
    background: transparent;
    padding: 0 10px; }
    @media (max-width: 1199.98px) {
      body .products .product .button,
      body .products-grid-holder .product .button {
        font-size: 12px; } }
    @media (max-width: 991.98px) {
      body .products .product .button,
      body .products-grid-holder .product .button {
        width: auto;
        padding: 0 15px; } }
    body .products .product .button:hover, body .products .product .button:focus,
    body .products-grid-holder .product .button:hover,
    body .products-grid-holder .product .button:focus {
      background: #9C2E2C;
      color: #FFFFFF; }

.woocommerce-products-header {
  background: #FFFFFF;
  overflow: hidden;
  border-top: 1px solid #F3F3F3;
  transition: 200ms ease-in-out background; }
  .filter-open .woocommerce-products-header {
    background: #F3F3F3; }
  .woocommerce-products-header .row {
    height: 50px; }
  @media (max-width: 991.98px) {
    .woocommerce-products-header .header-left {
      display: none; } }
  .woocommerce-products-header .woocommerce-breadcrumb {
    margin-bottom: 0; }
  .woocommerce-products-header .woocommerce-result-count {
    padding-right: 30px;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .woocommerce-products-header .woocommerce-result-count {
        height: 50px;
        line-height: 50px; }
        .filter-open .woocommerce-products-header .woocommerce-result-count {
          visibility: hidden; } }
    @media (max-width: 767.98px) {
      .woocommerce-products-header .woocommerce-result-count {
        display: none; } }
  .woocommerce-products-header .woocommerce-ordering {
    padding: 0 0 0 30px;
    border-left: 1px solid #F3F3F3;
    margin-bottom: 0;
    float: none;
    display: inline-block; }
    @media (max-width: 991.98px) {
      .woocommerce-products-header .woocommerce-ordering {
        padding-right: 30px;
        border-right: 1px solid #F3F3F3; }
        .filter-open .woocommerce-products-header .woocommerce-ordering {
          visibility: hidden; } }
    @media (max-width: 767.98px) {
      .woocommerce-products-header .woocommerce-ordering {
        border-left: 0; } }
    @media (max-width: 575.98px) {
      .woocommerce-products-header .woocommerce-ordering {
        display: none; } }
    .woocommerce-products-header .woocommerce-ordering:after {
      content: '';
      display: inline-block;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      width: 11px;
      height: 14px;
      background: url(../images/icon-select.svg);
      margin-left: 10px; }
    .woocommerce-products-header .woocommerce-ordering select {
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 0;
      background: transparent; }
  .woocommerce-products-header .toggle-filter {
    background: #FFFFFF;
    height: 50px;
    margin-left: 20px;
    padding: 0 10px; }
    .woocommerce-products-header .toggle-filter:before {
      content: '';
      display: inline-block;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background: url("../images/icon-filter.svg");
      width: 20px;
      height: 20px;
      margin-right: 15px;
      position: relative;
      top: 4px; }

.woocommerce .catalog {
  margin-bottom: 100px; }
  .woocommerce .catalog .product {
    padding: 0 15px; }

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px; }
  .woocommerce nav.woocommerce-pagination ul {
    border: 0; }
    .woocommerce nav.woocommerce-pagination ul li {
      border: 0;
      margin: 0 5px;
      padding: 0; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 27px;
        padding: 0;
        border: 1px solid #4A4A4A;
        color: #4A4A4A;
        font-size: 13px; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
          background: #9C2E2C;
          color: #FFFFFF;
          border: 0; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
          margin-left: 15px; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
          margin-right: 15px; }

.single-product .woocommerce div.product {
  padding: 50px 0 0 0; }
  .single-product .woocommerce div.product h2,
  .single-product .woocommerce div.product .product_title {
    font-size: 36px;
    line-height: 1.25em;
    font-weight: normal;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .single-product .woocommerce div.product h2,
      .single-product .woocommerce div.product .product_title {
        font-size: 25px; } }
  .single-product .woocommerce div.product .product_title {
    float: left;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .single-product .woocommerce div.product .product_title {
        margin-bottom: 10px; } }
  .single-product .woocommerce div.product p {
    line-height: 34px; }
  .single-product .woocommerce div.product p.price {
    float: right;
    margin-bottom: 0;
    font-weight: bold;
    color: #4A4A4A;
    font-size: 30px;
    line-height: 45px; }
    @media (max-width: 767.98px) {
      .single-product .woocommerce div.product p.price {
        display: block;
        width: 100%;
        margin-bottom: 30px; } }
  .single-product .woocommerce div.product div.images {
    width: 100%;
    float: none; }
  .single-product .woocommerce div.product .summary .btn {
    margin-bottom: 20px;
    width: 100%; }
    .single-product .woocommerce div.product .summary .btn:first-of-type {
      line-height: 60px; }
    @media (max-width: 991.98px) {
      .single-product .woocommerce div.product .summary .btn {
        padding: 0; } }
  .single-product .woocommerce div.product .up-sells {
    margin-top: 150px;
    margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      .single-product .woocommerce div.product .up-sells {
        margin-top: 100px; } }
    @media (max-width: 767.98px) {
      .single-product .woocommerce div.product .up-sells {
        margin-top: 50px; } }
    .single-product .woocommerce div.product .up-sells h2 {
      text-align: center; }
    .single-product .woocommerce div.product .up-sells div.product {
      padding: 0 30px; }
      @media (max-width: 991.98px) {
        .single-product .woocommerce div.product .up-sells div.product:nth-of-type(3) {
          display: none; } }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: none;
  flex: none;
  padding: 0; }

.woocommerce .quantity .qty {
  padding-left: 0;
  padding-right: 0; }

.woocommerce div.product div.images {
  width: 100% !important; }

.product.label-new > a, .product.label-sold > a, .product.label-coming-soon > a {
  position: relative;
  display: block;
  overflow: hidden; }
  .product.label-new > a:before, .product.label-sold > a:before, .product.label-coming-soon > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 142px;
    height: 130px;
    top: 0;
    right: 0; }
    @media (max-width: 991.98px) {
      .product.label-new > a:before, .product.label-sold > a:before, .product.label-coming-soon > a:before {
        width: 100px;
        height: 91px; } }

.product.label-new > a:before {
  background: url("../images/label-new.svg") no-repeat top right;
  background-size: 100% 100%; }

.product.label-sold > a:before {
  background: url("../images/label-sold.svg") no-repeat top right;
  background-size: 100% 100%; }

.product.label-coming-soon > a:before {
  background: url("../images/label-coming-soon.svg") no-repeat top right;
  background-size: 100% 100%; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(100% / 6); }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(6n+1) {
  clear: left; }
