@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**!**************/
/**! Contents **/
/**! 01. Reset **/
/**! 02. Typography **/
/**! 03. Position **/
/**! 04. Element Size **/
/**! 05. Images **/
/**! 06. Buttons **/
/**! 07. Icons **/
/**! 08. Lists **/
/**! 09. Lightbox **/
/**! 10. Menus **/
/**! 11. Dropdowns **/
/**! 12. Form Elements **/
/**! 13. Accordions **/
/**! 14. Breadcrumbs **/
/**! 15. Pie Charts **/
/**! 16. Tabs **/
/**! 17. Boxes **/
/**! 18. Sliders Flickity **/
/**! 18. Sliders OWL **/
/**! 19. Hover Elements **/
/**! 20. Masonry **/
/**! 21. Modals **/
/**! 22. Maps **/
/**! 23. Parallax **/
/**! 24. Notifications **/
/**! 25. Video **/
/**! 26. Colors **/
/**! 27. Image Blocks **/
/**! 28. MailChimp & Campaign Monitor **/
/**! 29. Twitter **/
/**! 30. Transitions **/
/**! 31. Switchable Sections **/
/**! 32. Typed Effect **/
/**! 33. Gradient BG **/
/**! 34. Bars **/
/**! 35. Navigation In Page **/
/**! 36. Helper Classes **/
/**! 37. Spacing **/
/**! 38. Theme Overrides **/
/**!**************/
/**!**************/
/**!**************/
/**! 01. Reset **/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}
@media (min-width: 1600px) {
  .container {
    width: 1470px;
  }
}
#site {
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  transition: left 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  left: 0;
  top: 0;
}
#site.animate {
  transition: left 400ms cubic-bezier(0.23, 1, 0.32, 1), top 470ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 470ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
}
#site.out {
  opacity: 0;
  top: -50px;
}
/**! 02. Typography **/
html {
  font-size: 87.5%;
}
@media all and (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}
body {
  font-size: 1em;
  line-height: 1.875em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
  color: #777777;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
  color: #000000;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 3.14285714em;
  line-height: 1.31818182em;
}
h2,
.h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
}
h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
}
h4,
.h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
h5,
.h5 {
  font-size: 1em;
  line-height: 1.875em;
}
h6,
.h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}
.lead {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.p-list {
  font-weight: 500;
  line-height: 2.25em;
}
@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  h2,
  .h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  h3,
  .h3 {
    font-size: 1.35714286em;
    line-height: 1.875em;
  }
  .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
  }
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.875em;
}
ul,
ol {
  list-style: none;
  line-height: 1.875em;
}
ul.bullets {
  list-style: inside;
}
ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}
blockquote {
  position: relative;
  font-size: 1.3125em;
  line-height: 1.2;
  padding-left: 0 0 0 35px;
  margin: 0;
  border-left: 0;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  top: 0;
  left: 0;
  height: 100%;
  background: #e21212;
}
strong {
  font-weight: 700;
}
hr {
  margin: 1.875em 0;
  border-color: #f7f7f9;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #000000;
}
/*! Typography -- Helpers */
.type--fade {
  opacity: .5;
}
.type--uppercase {
  text-transform: uppercase;
}
.type--bold {
  font-weight: bold;
}
.type--italic {
  font-style: italic;
}
.type--light {
  font-weight: 300;
}
.type--normal {
  font-weight: 400;
}
.type--fine-print {
  font-size: 0.85714286em;
}
.type--strikethrough {
  text-decoration: line-through;
  opacity: .5;
}
.type--underline {
  text-decoration: underline;
}
.type--body-font {
  font-family: 'Poppins', 'Helvetica';
}
/**! 03. Position **/
body {
  overflow-x: hidden;
}
.vh-po-relative {
  position: relative;
}
.vh-po-absolute {
  position: absolute;
}
.vh-po-absolute.container {
  left: 0;
  right: 0;
}
.vh-po-top {
  top: 0;
}
.vh-po-bottom {
  bottom: 0;
}
.vh-po-right {
  right: 0;
}
.vh-po-left {
  left: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media all and (max-width: 767px) {
  .float-left,
  .float-right {
    float: none;
  }
  .float-left-xs {
    float: left;
  }
  .float-right-xs {
    float: right;
  }
}
.vh-po-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .vh-po-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-height: 600px) {
  .vh-po-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}
.vh-po-vertical-align-columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vh-po-vertical-align-columns > div[class*='col-'] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media all and (max-width: 990px) {
  .vh-po-vertical-align-columns {
    display: block;
    width: auto;
  }
  .vh-po-vertical-align-columns > div[class*='col-'] {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media all and (max-width: 767px) {
  .block--xs {
    display: block;
  }
}
@media all and (max-width: 990px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
}
/**! 04. Element Size **/
.v__height-100,
.v__height-90,
.v__height-80,
.v__height-70,
.v__height-60,
.v__height-50,
.v__height-40,
.v__height-30,
.v__height-20,
.v__height-10 {
  height: auto;
  padding: 5em 0;
}
@media all and (max-width: 767px) {
  .v__height-100,
  .v__height-90,
  .v__height-80,
  .v__height-70,
  .v__height-60,
  .v__height-50,
  .v__height-40,
  .v__height-30,
  .v__height-20,
  .v__height-10 {
    height: auto;
    padding: 4em 0;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .v__height-10 {
    height: 10vh;
  }
  .v__height-20 {
    height: 20vh;
  }
  .v__height-30 {
    height: 30vh;
  }
  .v__height-40 {
    height: 40vh;
  }
  .v__height-50 {
    height: 50vh;
  }
  .v__height-60 {
    height: 60vh;
  }
  .v__height-70 {
    height: 70vh;
  }
  .v__height-80 {
    height: 80vh;
  }
  .v__height-90 {
    height: 90vh;
  }
  .v__height-100 {
    height: 100vh;
  }
}
section.height-auto {
  height: auto;
}
section.height-auto .vh-po-vertical-center {
  top: 0;
  position: relative;
  transform: none;
}
/**! 05. Images **/
img {
  max-width: 100%;
  margin-bottom: 1.875em;
}
.img--fullwidth {
  width: 100%;
}
[data-grid="2"].masonry {
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-count: 2;
  -moz-column-gap: 0;
  column-count: 2;
  column-gap: 0;
}
[data-grid="2"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="2"] li {
  width: 50%;
  display: inline-block;
}
[data-grid="3"].masonry {
  -webkit-column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-count: 3;
  -moz-column-gap: 0;
  column-count: 3;
  column-gap: 0;
}
[data-grid="3"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="3"] li {
  width: 33.33333333%;
  display: inline-block;
}
[data-grid="4"].masonry {
  -webkit-column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-count: 4;
  -moz-column-gap: 0;
  column-count: 4;
  column-gap: 0;
}
[data-grid="4"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="4"] li {
  width: 25%;
  display: inline-block;
}
[data-grid="5"].masonry {
  -webkit-column-count: 5;
  -webkit-column-gap: 0;
  -moz-column-count: 5;
  -moz-column-gap: 0;
  column-count: 5;
  column-gap: 0;
}
[data-grid="5"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="5"] li {
  width: 20%;
  display: inline-block;
}
[data-grid="6"].masonry {
  -webkit-column-count: 6;
  -webkit-column-gap: 0;
  -moz-column-count: 6;
  -moz-column-gap: 0;
  column-count: 6;
  column-gap: 0;
}
[data-grid="6"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="6"] li {
  width: 16.66666667%;
  display: inline-block;
}
[data-grid="7"].masonry {
  -webkit-column-count: 7;
  -webkit-column-gap: 0;
  -moz-column-count: 7;
  -moz-column-gap: 0;
  column-count: 7;
  column-gap: 0;
}
[data-grid="7"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="7"] li {
  width: 14.28571429%;
  display: inline-block;
}
[data-grid="8"].masonry {
  -webkit-column-count: 8;
  -webkit-column-gap: 0;
  -moz-column-count: 8;
  -moz-column-gap: 0;
  column-count: 8;
  column-gap: 0;
}
[data-grid="8"].masonry li {
  width: 100%;
  float: none;
}
[data-grid="8"] li {
  width: 12.5%;
  display: inline-block;
}
@media all and (max-width: 767px) {
  [data-grid]:not(.masonry) li {
    width: 33.333333%;
  }
  [data-grid="2"]:not(.masonry) li {
    width: 50%;
  }
  [data-grid].masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.image-bg-wrap {
  will-change: transform, top;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  opacity: 0;
  background: #fff;
}
.image-bg-wrap:not([class*='col-']) {
  width: 100%;
}
.image-bg-wrap.background--bottom {
  background-position: 50% 100% !important;
}
.image-bg-wrap.background--top {
  background-position: 50% 0% !important;
}
.image--light .image-bg-wrap {
  background: none;
}
.image-bg-wrap img {
  display: none;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay] *:not(.container):not(.image-bg-wrap) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #e21212;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}
[data-scrim-bottom] {
  position: relative;
}
[data-scrim-bottom]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
  color: #808080;
  color: #cccccc;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
  color: #f7f7f7;
}
[data-scrim-bottom].image--light:before {
  background: #fff;
}
[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
  opacity: 1;
}
[data-scrim-top] {
  position: relative;
}
[data-scrim-top]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
  color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
  color: #f7f7f7;
}
[data-scrim-top].image--light:before {
  background: #fff;
}
[data-scrim-top="1"]:before {
  opacity: 0.1;
}
[data-scrim-top="2"]:before {
  opacity: 0.2;
}
[data-scrim-top="3"]:before {
  opacity: 0.3;
}
[data-scrim-top="4"]:before {
  opacity: 0.4;
}
[data-scrim-top="5"]:before {
  opacity: 0.5;
}
[data-scrim-top="6"]:before {
  opacity: 0.6;
}
[data-scrim-top="7"]:before {
  opacity: 0.7;
}
[data-scrim-top="8"]:before {
  opacity: 0.8;
}
[data-scrim-top="9"]:before {
  opacity: 0.9;
}
[data-scrim-top="10"]:before {
  opacity: 1;
}
.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.vh-po-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #000000;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #777777;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p,
div[data-overlay] ul {
  color: #fff;
}
.parallax {
  overflow: hidden;
}
.parallax .image-bg-wrap {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}
.image--xxs {
  max-height: 1.875em;
}
.image--xs {
  max-height: 3.75em;
}
.image--sm {
  max-height: 5.625em;
}
/**! 06. Buttons **/
.btn {
  font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 0;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-right: 2.8125em;
  padding-left: 2.8125em;
  border: 0;
  border-width: 1px;
  font-size: inherit;
  line-height: 1.875em;
  text-transform: uppercase;
}
.btn .btn__text,
.btn i {
  color: #000000;
  border-color: #000000;
  font-weight: 500;
  font-size: 1em;
}
.btn[class*='col-'] {
  margin-left: 0;
  margin-right: 0;
}
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn.bg--facebook,
.btn.bg--twitter,
.btn.bg--instagram,
.btn.bg--googleplus,
.btn.bg--pinterest,
.btn.bg--dribbble,
.btn.bg--behance,
.btn.bg--dark {
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn.bg--facebook .btn__text,
.btn.bg--twitter .btn__text,
.btn.bg--instagram .btn__text,
.btn.bg--googleplus .btn__text,
.btn.bg--pinterest .btn__text,
.btn.bg--dribbble .btn__text,
.btn.bg--behance .btn__text,
.btn.bg--dark .btn__text {
  color: #fff;
}
.btn.bg--facebook .btn__text i,
.btn.bg--twitter .btn__text i,
.btn.bg--instagram .btn__text i,
.btn.bg--googleplus .btn__text i,
.btn.bg--pinterest .btn__text i,
.btn.bg--dribbble .btn__text i,
.btn.bg--behance .btn__text i,
.btn.bg--dark .btn__text i {
  color: #fff;
}
.btn.bg--facebook:hover,
.btn.bg--twitter:hover,
.btn.bg--instagram:hover,
.btn.bg--googleplus:hover,
.btn.bg--pinterest:hover,
.btn.bg--dribbble:hover,
.btn.bg--behance:hover,
.btn.bg--dark:hover {
  opacity: .9;
}
@media all and (min-width: 768px) {
  .btn + .btn {
    margin-left: 1.875em;
  }
}
.btn:first-child {
  margin-left: 0;
}
.btn:last-child {
  margin-right: 0;
}
.btn--xs {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1.40625em;
  padding-left: 1.40625em;
}
.btn--sm {
  padding-top: 0.46875em;
  padding-bottom: 0.46875em;
  padding-right: 1.40625em;
  padding-left: 1.40625em;
}
.btn--lg {
  padding-top: 1.171875em;
  padding-bottom: 1.171875em;
  padding-right: 3.515625em;
  padding-left: 3.515625em;
}
.btn--lg .btn__text {
  font-size: 1.25em;
}
.btn--primary,
.btn--primary:visited {
  background: #e21212;
  border-color: #e21212;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
  color: #fff;
}
.btn--primary .btn__text i,
.btn--primary:visited .btn__text i {
  color: #fff;
}
.btn--primary:hover {
  background: #ed2020;
}
.btn--primary:active {
  background: #ca1010;
}
.btn--primary-1,
.btn--primary-1:visited {
  background: #31639c;
  border-color: #31639c;
}
.btn--primary-1 .btn__text,
.btn--primary-1:visited .btn__text {
  color: #fff;
}
.btn--primary-1:hover {
  background: #376faf;
}
.btn--primary-1:active {
  background: #2b5789;
}
.btn--primary-2,
.btn--primary-2:visited {
  background: #465773;
  border-color: #465773;
}
.btn--primary-2 .btn__text,
.btn--primary-2:visited .btn__text {
  color: #fff;
}
.btn--primary-2:hover {
  background: #506383;
}
.btn--primary-2:active {
  background: #3c4b63;
}
.btn--secondary {
  background: #f7f7f9;
  border-color: #f7f7f9;
}
.btn--secondary:hover {
  background: #fdfdfd;
}
.btn--secondary:active {
  background: #f1f1f5;
}
.btn--white {
  background: #fff;
  color: #000000;
}
.btn--white .btn__text {
  color: #000000;
}
.btn--white i {
  color: #000000;
}
.btn--white:hover .btn__text {
  color: #fff;
}
.btn--dark {
  background: #000000;
  color: #fff;
}
.btn--dark .btn__text {
  color: #fff;
}
.btn--dark i {
  color: #fff;
}
.btn--dark:focus,
.btn--dark:hover {
  color: #fff;
  background: #333333;
}
.btn--dark:focus .btn__text,
.btn--dark:hover .btn__text {
  color: #fff;
}
.btn--transparent {
  background: none;
  border-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}
.btn--transparent.btn--white .btn__text {
  color: #fff;
}
.btn--unfilled {
  background: none;
}
.btn--unfilled.btn--white .btn__text {
  color: #fff;
}
.btn--unfilled.btn--white i {
  color: #fff;
}
.btn--shadow {
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
}
.btn--underline {
  padding: 2px 0;
  border-bottom: #e21212 solid 2px;
}
.btn--underline--dark {
  padding: 2px 0;
  border-bottom: #000000 solid 2px !important;
}
.btn--underline--dark .btn__text {
  color: #000000 !important;
}
.btn--underline--dark:hover {
  border-color: #333333 !important;
}
.btn--underline--dark:hover .btn__text {
  color: #333333 !important;
}
.btn--underline--light {
  padding: 2px 0;
  border-bottom: #fff solid 2px !important;
  color: #fff;
}
.btn--underline--light .btn__text {
  color: #fff !important;
}
.btn--underline--light:hover {
  border-color: #cccccc !important;
}
.btn--underline--light:hover .btn__text {
  color: #cccccc !important;
}
.btn--border {
  border: #e21212 solid 2px;
  color: #e21212;
  font-weight: 500;
}
.btn--border .btn__text {
  color: #e21212;
}
.btn--border--dark {
  border: #000000 solid 2px;
  color: #000000;
  font-weight: 500;
}
.btn--border--dark .btn__text {
  color: #000000;
}
.btn--border--dark:hover {
  border-color: #333333 !important;
}
.btn--border--dark:hover .btn__text {
  color: #333333;
}
.btn--border--light {
  border: #fff solid 2px;
  color: #fff;
  font-weight: 500;
}
.btn--border--light .btn__text {
  color: #fff;
}
.btn--border--light:hover {
  border-color: #cccccc !important;
}
.btn--border--light:hover .btn__text {
  color: #cccccc;
}
.btn--floating {
  position: fixed;
  bottom: 3.75em;
  right: 3.75em;
  z-index: 10;
}
.btn--success {
  border: #e21212 solid 2px;
}
.btn--success:hover .btn__text {
  color: #000000;
}
.btn--success .btn__text {
  color: #e21212;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
.icon--sm {
  font-size: 2.35714286em;
}
.icon--lg {
  font-size: 5.57142857em;
}
/**! 08. Lists **/
ul:last-child {
  margin: 0;
}
.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.list-inline.list-inline--narrow li {
  padding: 0 .5em;
}
.list-inline.list-inline--wide li {
  padding: 0 2em;
}
/**! 09. Lightbox **/
.lb-outerContainer {
  border-radius: 0;
}
.lb-outerContainer .lb-container {
  padding: 0;
}
.lb-outerContainer .lb-container img {
  margin: 0;
}
.lightbox-gallery {
  overflow: hidden;
}
.lightbox-gallery li {
  float: left;
}
.lightbox-gallery li img {
  margin: 0;
  width: 100%;
}
.lightbox-gallery.gallery--gaps li {
  padding: 0.46875em;
}
/**! 10. Menus **/
.menu-horizontal > li:not(:hover) > a,
.menu-horizontal > li:not(:hover) > span {
  opacity: .85;
}
.menu-horizontal > li > a,
.menu-horizontal > li > span {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  color: #000000;
  font-weight: 500;
}
.menu-horizontal > li > a:hover,
.menu-horizontal > li > span:hover {
  color: #000000;
}
.menu-horizontal > li > a:after,
.menu-horizontal > li > span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0px;
  top: 100%;
  left: 0;
  margin-top: 2px;
  transition: all 100ms linear;
}
.menu-horizontal > li:hover > a:after,
.menu-horizontal > li:hover > span:after {
  background: #e21212;
  height: 2px;
}
.bg--dark .menu-horizontal > li > a,
.bg--dark .menu-horizontal > li > span {
  color: #fff;
}
.bg--dark .menu-horizontal > li > a:hover,
.bg--dark .menu-horizontal > li > span:hover {
  color: #fff;
}
.menu-vertical {
  width: 100%;
}
.menu-vertical li {
  width: 100%;
}
.menu-vertical li a {
  font-weight: normal;
}
.menu-action {
  display: inline-block;
}
.menu-action > li {
  display: inline-block;
}
.menu-action > li a {
  color: #000000;
  font-weight: 400;
}
.menu-action > li a:hover {
  opacity: .7;
  text-decoration: none;
}
.menu-action > li:not(:last-child) {
  margin-right: 0.9375em;
}
@media all and (min-width: 990px) {
  .menu-horizontal {
    display: inline-block;
  }
  .menu-horizontal > li {
    display: inline-block;
  }
  .menu-horizontal > li:not(:last-child) {
    margin-right: 1.875em;
  }
  .menu-vertical {
    display: inline-block;
  }
  .menu-vertical li {
    white-space: nowrap;
  }
  .menu-vertical .dropdown__container {
    top: 0;
  }
  .menu-vertical .dropdown__container .dropdown__content:not([class*='bg-']) {
    background: #ffffff;
  }
  .menu-vertical .dropdown__container .dropdown__content {
    transform: translateX(75%);
  }
}
/**! 11. Dropdowns **/
.dropdown {
  position: relative;
}
.dropdown .dropdown__container {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 999;
}
.dropdown .dropdown__container .dropdown__container:before {
  height: 0;
}
.dropdown .dropdown__content {
  padding: 1.875em;
}
.dropdown .dropdown__content:not([class*='col-']) {
  width: 18.75em;
}
.dropdown .dropdown__content:not([class*='bg-']) {
  background: #ffffff;
}
.dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
  color: #777777;
}
.dropdown .dropdown__trigger {
  cursor: pointer;
  user-select: none;
}
.dropdown.dropdown--active > .dropdown__container {
  opacity: 1;
}
.dropdown.dropdown--active > .dropdown__container > .container > .row > .dropdown__content {
  pointer-events: all;
}
@media all and (min-width: 991px) {
  .dropdown .dropdown__container:before {
    height: 1.875em;
    width: 100%;
    content: '';
    display: block;
  }
  .dropdown .dropdown__content.dropdown__content--md {
    padding: 2.8125em;
  }
  .dropdown .dropdown__content.dropdown__content--lg {
    padding: 3.75em;
  }
  .dropdown .dropdown__content.dropdown__content--xlg {
    padding: 4.6875em;
  }
}
@media all and (max-width: 990px) {
  .dropdown .dropdown__container {
    min-width: 100%;
    position: relative;
    display: none;
  }
  .dropdown .dropdown__content {
    padding: 1.875em;
    left: 0 !important;
  }
  .dropdown.dropdown--active > .dropdown__container {
    display: block;
  }
}
body.dropdowns--hover .dropdown:not(.dropdown--click):hover > .dropdown__container {
  opacity: 1;
}
body.dropdowns--hover .dropdown:not(.dropdown--click):hover > .dropdown__container:before {
  pointer-events: all;
}
body.dropdowns--hover .dropdown:not(.dropdown--click):hover > .dropdown__container .dropdown__content {
  pointer-events: all;
}
body:not(.dropdowns--hover) .dropdown.dropdown--hover:hover > .dropdown__container {
  opacity: 1;
}
body:not(.dropdowns--hover) .dropdown.dropdown--hover:hover > .dropdown__container:before {
  pointer-events: all;
}
body:not(.dropdowns--hover) .dropdown.dropdown--hover:hover > .dropdown__container .dropdown__content {
  pointer-events: all;
}
@media all and (max-width: 990px) {
  body.dropdowns--hover .dropdown:not(.dropdown--click):hover > .dropdown__container {
    display: block;
  }
  body.dropdowns--hover .dropdown:not(.dropdown--click):hover > .dropdown__container:before {
    pointer-events: all;
  }
}
/**! 12. Form Elements **/
form {
  max-width: 100%;
}
form + form {
  margin-top: 30px;
}
form:before,
form:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
form:after {
  clear: both;
}
label {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}
input[type],
textarea,
select {
  -webkit-appearance: none;
  background: #f7f7f9;
  padding: 0.46875em;
  border-radius: 0;
  border: 1px solid #dddddd;
}
input[type]:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type]:active,
textarea:active,
select:active {
  outline: none;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #c3c3c3;
  font-size: 1em;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c3c3;
  font-size: 1em;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c3c3;
  font-size: 1em;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 1em;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}
select {
  cursor: pointer;
  padding-right: 1.875em;
  -webkit-appearance: none;
}
select::ms-expand {
  display: none;
}
input[type="submit"] {
  outline: none;
  border: none;
  background: #e21212;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  height: auto;
}
input[type="submit"]:hover {
  background: #ef3838;
  color: #fff;
}
input[type="submit"].btn--dark {
  background: #000000;
  color: #fff;
}
input[type="submit"].btn--dark:hover {
  background: #1a1a1a;
  color: #fff;
}
input[type="submit"].btn--large {
  font-size: 1.143em;
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
}
@keyframes load {
  0% {
    opacity: 0;
    width: 0;
  }
  50% {
    width: 100%;
    opacity: .8;
    left: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
button {
  background: none;
}
button[type="submit"].btn--loading {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  color: rgba(0, 0, 0, 0);
}
button[type="submit"].btn--loading * {
  opacity: 0;
}
button[type="submit"].btn--loading:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #ddd;
  animation: load 1.5s ease-out infinite;
  left: 0;
  top: 0;
}
button[type="submit"].btn--loading .btn__text {
  opacity: 0;
}
button:focus {
  outline: none !important;
}
.input-checkbox,
.input-radio,
.input-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
}
.input-checkbox .inner,
.input-radio .inner,
.input-select .inner {
  display: inline-block;
}
.input-checkbox input,
.input-radio input,
.input-select input {
  display: none;
}
.input-checkbox.checked .inner,
.input-radio.checked .inner,
.input-select.checked .inner {
  background: #e21212;
}
.input-checkbox label,
.input-radio label,
.input-select label {
  display: block;
}
.input-checkbox {
  padding: 0;
}
.input-checkbox .inner {
  width: 1.875em;
  height: 1.875em;
  border-radius: 0;
  background: #000;
}
.input-radio {
  padding: 0;
}
.input-radio .inner {
  width: 1.875em;
  height: 1.875em;
  border-radius: 0;
  background: #000;
}
.input-select {
  position: relative;
}
.input-select i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 1em;
  font-size: .87em;
}
.input-file {
  position: relative;
  display: inline-block;
}
.input-file input {
  display: none;
}
.form-error {
  margin-top: 1.5625em;
  padding: 0.78125em;
  background: #D84D4D;
  color: #fff;
  position: fixed;
  min-width: 350px;
  left: 50%;
  bottom: 1.5625em;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.form-success {
  margin-top: 1.5625em;
  padding: 0.78125em;
  background: #1DC020;
  color: #fff;
  position: fixed;
  min-width: 350px;
  left: 50%;
  bottom: 1.5625em;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.attempted-submit .field-error {
  border-color: #D84D4D !important;
}
/**! 13. Accordions **/
.caviar__accordion {
  padding: 1.875em;
  border: 3px solid #eee;
  margin-bottom: 1.875em;
}
.caviar__accordion .accordion__heading {
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.caviar__accordion .accordion__heading .accordion__icon {
  float: right;
  font-size: 24px;
}
.caviar__accordion .accordion__heading .accordion__title {
  font-weight: 500;
}
.caviar__accordion .accordion__title,
.caviar__accordion .accordion__content {
  display: block;
}
.caviar__accordion .accordion__content {
  padding-top: 1.875em;
  display: none;
}
/**! 14. Breadcrumbs **/
.breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  display: inline-block;
}
.breadcrumb li {
  font-size: 1em;
}
.breadcrumb li + li:before {
  padding: 0 0.46875em;
}
/**! 15. Pie Charts **/
.piechart {
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  fill: #e21212;
  position: relative;
  opacity: 0;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}
.piechart svg {
  overflow: visible;
}
.piechart .piechart__overlay,
.piechart .piechart__description {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}
.piechart .piechart__overlay {
  background: #fff;
  border-radius: 50%;
}
.piechart.active {
  opacity: 1;
}
.barchart .barchart__bar {
  position: relative;
  overflow: hidden;
}
.barchart .barchart__progress {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/**! 16. Tabs **/
.tabs {
  display: block;
  margin: 0;
}
.tabs > li {
  display: inline-block;
  opacity: .5;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs > .active,
.tabs:hover {
  opacity: 1;
}
.tabs .tab__title {
  cursor: pointer;
}
.tabs .tab__title:not(.btn) {
  padding: 0 1.875em;
}
.tabs li:first-child .tab__title:not(.btn) {
  padding-left: 0;
}
.tabs .tab__content {
  display: none;
}
.tabs-content {
  margin-top: 1em;
}
.tabs-content li > .tab__content {
  width: 100%;
  display: none;
}
.tabs-content > .active > .tab__content {
  display: block;
}
.tabs-container[data-content-align="left"] .tabs-content {
  text-align: left;
}
/**! 17. Boxes **/
.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.875em;
  margin-bottom: 30px;
}
.boxed.boxed--lg {
  padding: 2.8125em;
}
.boxed.boxed--sm {
  padding: 1.25em;
}
.boxed.boxed--border {
  border: 2px solid #eeeeee;
}
.boxed > div[class*='col-']:first-child:not(.boxed) {
  padding-left: 0;
}
.boxed > div[class*='col-']:last-child:not(.boxed) {
  padding-right: 0;
}
img + .boxed {
  margin-top: -1.875em;
}
@media all and (max-width: 767px) {
  .boxed {
    padding: 1.25em;
    margin-bottom: 15px;
  }
  .boxed.boxed--lg {
    padding: 1.25em;
  }
  .boxed div[class*='col-']:not(.boxed) {
    padding: 0;
  }
  .boxed:last-child {
    margin-bottom: 15px;
  }
}
/**! 18. Sliders Flickity **/
.slides:not(.flickity-enabled) li.imagebg:not(:first-child) {
  display: none;
}
.slides:not(.flickity-enabled) li.imagebg:first-child {
  background: #000000;
  animation: backgroundLoad .5s ease alternate infinite;
}
.slides:not(.flickity-enabled) li.imagebg:first-child .container {
  opacity: 0;
}
@keyframes backgroundLoad {
  0% {
    background: #000000;
  }
  100% {
    background: #1a1a1a;
  }
}
.slider.v__height-10 {
  height: auto;
}
.slider.v__height-10 .slides .flickity-slider > li {
  height: 10vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-10 .slides li.imagebg {
    min-height: 10vh;
  }
}
.slider.v__height-20 {
  height: auto;
}
.slider.v__height-20 .slides .flickity-slider > li {
  height: 20vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-20 .slides li.imagebg {
    min-height: 20vh;
  }
}
.slider.v__height-30 {
  height: auto;
}
.slider.v__height-30 .slides .flickity-slider > li {
  height: 30vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-30 .slides li.imagebg {
    min-height: 30vh;
  }
}
.slider.v__height-40 {
  height: auto;
}
.slider.v__height-40 .slides .flickity-slider > li {
  height: 40vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-40 .slides li.imagebg {
    min-height: 40vh;
  }
}
.slider.v__height-50 {
  height: auto;
}
.slider.v__height-50 .slides .flickity-slider > li {
  height: 50vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-50 .slides li.imagebg {
    min-height: 50vh;
  }
}
.slider.v__height-60 {
  height: auto;
}
.slider.v__height-60 .slides .flickity-slider > li {
  height: 60vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-60 .slides li.imagebg {
    min-height: 60vh;
  }
}
.slider.v__height-70 {
  height: auto;
}
.slider.v__height-70 .slides .flickity-slider > li {
  height: 70vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-70 .slides li.imagebg {
    min-height: 70vh;
  }
}
.slider.v__height-80 {
  height: auto;
}
.slider.v__height-80 .slides .flickity-slider > li {
  height: 80vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-80 .slides li.imagebg {
    min-height: 80vh;
  }
}
.slider.v__height-90 {
  height: auto;
}
.slider.v__height-90 .slides .flickity-slider > li {
  height: 90vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-90 .slides li.imagebg {
    min-height: 90vh;
  }
}
.slider.v__height-100 {
  height: auto;
}
.slider.v__height-100 .slides .flickity-slider > li {
  height: 100vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  .slider.height-100 .slides li.imagebg {
    min-height: 100vh;
  }
}
.slider .slides .flickity-slider > li:not([class*='col-']) {
  width: 100%;
}
.slider .slides .flickity-slider > li .image-bg-wrap {
  will-change: auto;
}
.slider .slides .flickity-slider > li .slider-content {
  z-index: 2;
}
.slider .slides.slides--nogap li[class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.slider[data-arrows="true"].slider--arrows-hover:not(:hover) .flickity-prev-next-button {
  opacity: 0;
}
.slider[data-paging="true"]:not(section) {
  margin-bottom: 3.75em;
}
.slider[data-paging="true"]:not(section) .flickity-page-dots {
  bottom: -3.75em;
}
.slider[data-paging="true"]:not([class*='text-']) .flickity-page-dots {
  text-align: center;
}
.slider[data-children="1"] .flickity-prev-next-button {
  display: none;
}
.slider:not([data-paging="true"]) .slides {
  margin: 0;
}
.slider.controls--dark .flickity-page-dots .dot {
  background: #000000;
}
.slider.controls--dark .flickity-prev-next-button:before {
  color: #000000;
}
section.slider {
  padding: 0;
}
section.slider.v__height-10 {
  height: auto;
}
section.slider.v__height-10 .slides .flickity-slider > li {
  height: 10vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-10 .slides li.imagebg {
    min-height: 10vh;
  }
}
section.slider.v__height-20 {
  height: auto;
}
section.slider.v__height-20 .slides .flickity-slider > li {
  height: 20vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-20 .slides li.imagebg {
    min-height: 20vh;
  }
}
section.slider.v__height-30 {
  height: auto;
}
section.slider.v__height-30 .slides .flickity-slider > li {
  height: 30vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-30 .slides li.imagebg {
    min-height: 30vh;
  }
}
section.slider.v__height-40 {
  height: auto;
}
section.slider.v__height-40 .slides .flickity-slider > li {
  height: 40vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-40 .slides li.imagebg {
    min-height: 40vh;
  }
}
section.slider.v__height-50 {
  height: auto;
}
section.slider.v__height-50 .slides .flickity-slider > li {
  height: 50vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-50 .slides li.imagebg {
    min-height: 50vh;
  }
}
section.slider.v__height-60 {
  height: auto;
}
section.slider.v__height-60 .slides .flickity-slider > li {
  height: 60vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-60 .slides li.imagebg {
    min-height: 60vh;
  }
}
section.slider.v__height-70 {
  height: auto;
}
section.slider.v__height-70 .slides .flickity-slider > li {
  height: 70vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-70 .slides li.imagebg {
    min-height: 70vh;
  }
}
section.slider.v__height-80 {
  height: auto;
}
section.slider.v__height-80 .slides .flickity-slider > li {
  height: 80vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-80 .slides li.imagebg {
    min-height: 80vh;
  }
}
section.slider.v__height-90 {
  height: auto;
}
section.slider.v__height-90 .slides .flickity-slider > li {
  height: 90vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-90 .slides li.imagebg {
    min-height: 90vh;
  }
}
section.slider.v__height-100 {
  height: auto;
}
section.slider.v__height-100 .slides .flickity-slider > li {
  height: 100vh;
  padding: 0;
}
@media all and (min-width: 768px) {
  section.slider.height-100 .slides li.imagebg {
    min-height: 100vh;
  }
}
section.slider[data-paging="true"] .flickity-page-dots {
  bottom: 1.875em;
}
section.slider .slides {
  margin: 0;
}
@media all and (max-width: 767px) {
  section.slider[class*='height-'] .slides .flickity-slider > li {
    height: auto;
    padding: 5.625em 0;
  }
  section.slider.space--lg .slides .flickity-slider > li {
    padding: 5.714em 0;
  }
  section.slider.space--xlg .slides .flickity-slider > li {
    padding: 5.714em 0;
  }
}
section.bg--dark .slider[data-paging="true"] .flickity-page-dots .dot,
section.bg--primary .slider[data-paging="true"] .flickity-page-dots .dot {
  background: #fff;
}
.flickity-page-dots .dot {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #000000;
  border: none;
  margin: 0 0.46875em;
}
.flickity-page-dots .dot:hover:not(.is-selected) {
  opacity: .6;
}
.text-center .flickity-page-dots,
section.slider .flickity-page-dots {
  text-align: center;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button:before {
  font-family: 'caviar-icons';
  content: "\69";
  font-size: 1em;
  font-weight: normal;
}
.flickity-prev-next-button.previous:before {
  content: "\6a";
}
.imagebg:not(.image--light) .flickity-page-dots .dot,
.bg--dark .flickity-page-dots .dot {
  background: #fff;
}
/**! 18. Sliders OWL **/
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
.owl-theme .owl-nav [class*=owl-] {
  background: #eeeeee;
  color: #000000;
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #e21212;
}
.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: 5px;
}
.owl-dots {
  margin-top: 0.9375em;
}
/**! 19. Hover Elements **/
.hover-element {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 190px;
}
.hover-element * {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.hover-element.zoom--in .image-bg-wrap {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.hover-element.zoom--in.hover-element:hover .image-bg-wrap {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  backface-visibility: hidden;
}
.hover-element .hover-element__description.hidden--default {
  opacity: 0;
}
.hover-element .hover-element__description [data-h-pos="left"] {
  left: 30px;
}
.hover-element .hover-element__description [data-h-pos="right"] {
  right: 30px;
  left: auto;
}
.hover-element .hover-element__description [data-h-pos="center"] {
  text-align: center;
  right: auto;
}
.hover-element .hover-element__description [data-v-pos="top"] {
  top: 30px;
  bottom: auto;
}
.hover-element .hover-element__description [data-v-pos="bottom"] {
  top: auto;
  bottom: 30px;
}
.hover-element .hover-element__description [data-v-pos="center"] {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: auto;
}
.hover-element:hover .hover-element__description.hidden--default {
  opacity: 1;
}
.hover-element:hover [data-hover-preset="light"] h4 {
  color: #fff;
}
.hover-element:hover [data-hover-preset="light"] .btn--underline,
.hover-element:hover [data-hover-preset="light"] .btn--underline--dark {
  color: #fff;
  border-color: #fff;
}
.hover-element:hover [data-hover-preset="light"] .btn--underline .btn__text,
.hover-element:hover [data-hover-preset="light"] .btn--underline--dark .btn__text {
  color: #fff;
}
.hover-element .hover-element__overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #e21212;
}
.hover-element:hover [data-hover-opacity="1"] {
  opacity: 0.1;
}
.hover-element:hover [data-hover-opacity="2"] {
  opacity: 0.2;
}
.hover-element:hover [data-hover-opacity="3"] {
  opacity: 0.3;
}
.hover-element:hover [data-hover-opacity="4"] {
  opacity: 0.4;
}
.hover-element:hover [data-hover-opacity="5"] {
  opacity: 0.5;
}
.hover-element:hover [data-hover-opacity="6"] {
  opacity: 0.6;
}
.hover-element:hover [data-hover-opacity="7"] {
  opacity: 0.7;
}
.hover-element:hover [data-hover-opacity="8"] {
  opacity: 0.8;
}
.hover-element:hover [data-hover-opacity="9"] {
  opacity: 0.9;
}
.hover-element:hover [data-hover-opacity="10"] {
  opacity: 1;
}
.hover-element:hover [data-hover-opacity="0"] {
  opacity: 0;
}
.hover-element .hover-element__reveal {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.hover-element .hover-element__reveal .boxed {
  height: 100%;
}
.hover-element:hover .hover-element__reveal,
.hover-element.hover--active .hover-element__reveal {
  opacity: 1;
}
.hover-element img {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .hover-element {
    cursor: pointer;
  }
}
.row:last-child div[class*='col-']:last-child .hover-element {
  margin-bottom: 0;
}
.plus30.v__height-50 {
  height: calc(50vh + 30px);
}
.plus30.v__height-60 {
  height: calc(60vh + 30px);
}
.plus30.v__height-70 {
  height: calc(70vh + 30px);
}
.minus30.v__height-30 {
  height: calc(30vh - 30px);
}
.minus30.v__height-40 {
  height: calc(40vh - 30px);
}
.minus30.v__height-50 {
  height: calc(50vh - 30px);
}
.minus30.v__height-60 {
  height: calc(60vh - 30px);
}
@media all and (min-width: 1921px) {
  .hover-element__box.v__height-40 {
    height: 30vh;
  }
  .hover-element__box.v__height-80 {
    height: 60vh;
  }
  .hover-element__box.minus30.v__height-40 {
    height: calc(30vh - 30px);
  }
}
@media all and (max-width: 1024px) {
  .hover-element__box.v__height-80 {
    min-height: 300px;
  }
}
@media all and (max-width: 767px) {
  .hover-element__box.v__height-40 {
    min-height: 300px;
    min-width: 100%;
  }
}
/**! 20. Masonry **/
.masonry .masonry__container.masonry--active .masonry__item {
  opacity: 1;
  pointer-events: initial;
}
.masonry .masonry__container .masonry__item {
  opacity: 0;
  pointer-events: none;
}
.masonry .masonry__filters li {
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.masonry .masonry__filters li.active {
  cursor: default;
}
.masonry.masonry--nogap .masonry__item {
  padding: 0 !important;
  margin-bottom: 0;
}
/**! 21. Modals **/
.modal-instance .modal-body {
  display: none;
}
.modal-container {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-container.modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal-container:before {
  background: rgba(0, 0, 0, 0.85);
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal-container .modal-content {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 100%;
  overflow-y: auto;
  border: none;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-container .modal-content:not(.height--natural) {
  width: 50%;
  height: 50%;
}
.modal-container .modal-content .modal-close-cross {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  top: 1em;
  right: 1em;
  z-index: 99;
}
.modal-container .modal-content .modal-close-cross:before {
  content: '\00D7';
  font-size: 2.5em;
}
.modal-container .modal-content .modal-close-cross:hover {
  opacity: 1;
}
.modal-container .modal-content.imagebg:not(.image--light) .modal-close-cross:before {
  color: #fff;
}
.modal-container .modal-content iframe {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  backface-visibility: hidden;
}
.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: -3.75em;
}
@media all and (max-width: 767px) {
  .modal-container .modal-content {
    width: 97% !important;
    height: auto !important;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/**! 22. Maps **/
.map-container {
  position: relative;
  overflow: hidden;
}
.map-container iframe,
.map-container .map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/**! 23. Parallax **/
.parallax > .image-bg-wrap,
.parallax .slides li > .image-bg-wrap {
  height: 100vh;
  top: -50vh;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .image-bg-wrap,
.parallax:first-child .image-bg-wrap {
  top: 0;
}
.main-container > a:first-child + .parallax .image-bg-wrap {
  top: 0;
}
@media all and (max-width: 1024px) {
  .parallax > .image-bg-wrap,
  .parallax .slides li > .image-bg-wrap {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    height: 100%;
  }
}
.parallax {
  will-change: contents;
}
/**! 24. Notifications **/
.notification {
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  z-index: 99;
  pointer-events: none;
  padding: 0;
  margin: 1em;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.notification:not([class*='bg-']) {
  background: #fff;
}
.notification[class*='col-'] {
  min-width: 400px;
}
.notification .notification-close-cross {
  position: absolute;
  top: 1em;
  z-index: 99;
  right: 1em;
  cursor: pointer;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  opacity: .7;
}
.notification .notification-close-cross:before {
  content: '\2715';
  font-size: 1.5em;
}
.notification .notification-close-cross:hover {
  opacity: 1;
}
.notification.notification--reveal {
  z-index: 99;
  pointer-events: initial;
}
.notification.notification--reveal[data-animation="from-bottom"] {
  animation: from-bottom 0.3s linear 0s forwards;
  -webkit-animation: from-bottom 0.3s linear 0s forwards;
  -moz-animation: from-bottom 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-top"] {
  animation: from-top 0.3s linear 0s forwards;
  -webkit-animation: from-top 0.3s linear 0s forwards;
  -moz-animation: from-top 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-left"] {
  animation: from-left 0.3s linear 0s forwards;
  -webkit-animation: from-left 0.3s linear 0s forwards;
  -moz-animation: from-left 0.3s linear 0s forwards;
}
.notification.notification--reveal[data-animation="from-right"] {
  animation: from-right 0.3s linear 0s forwards;
  -webkit-animation: from-right 0.3s linear 0s forwards;
  -moz-animation: from-right 0.3s linear 0s forwards;
}
.notification.notification--dismissed {
  animation: fade-out 0.4s linear 0s forwards !important;
  -webkit-animation: fade-out 0.4s linear 0s forwards !important;
  -moz-animation: fade-out 0.4s linear 0s forwards !important;
  pointer-events: none;
}
a[data-notification-link] {
  text-decoration: none;
}
a[data-notification-link]:hover {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .notification[class*='col-'] {
    min-width: 0;
  }
}
@keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-left {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-right {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**! 25. Video **/
iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
@media all and (max-width: 767px) {
  iframe {
    min-height: 220px;
  }
}
.videobg {
  background: #000000;
  position: relative;
  overflow: hidden;
}
.videobg .container,
.videobg .image-bg-wrap {
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.videobg .image-bg-wrap {
  opacity: 0 !important;
}
.videobg.video-active .container {
  opacity: 1;
}
.videobg.video-active .loading-indicator {
  opacity: 0;
  visibility: hidden;
}
.videobg video {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0 !important;
  left: 0;
}
@media all and (max-width: 1024px) {
  .videobg .image-bg-wrap,
  .videobg .container {
    opacity: 1 !important;
  }
  .videobg .loading-indicator {
    display: none;
  }
  .videobg video {
    display: none;
  }
}
.youtube-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0 !important;
}
.youtube-background .mb_YTPBar {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
@media all and (max-width: 1024px) {
  .youtube-background {
    display: none;
  }
}
.loading-indicator {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 99 !important;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: loading-spinner 1s infinite ease-in-out;
  animation: loading-spinner 1s infinite ease-in-out;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.video-cover {
  position: relative;
}
.video-cover video {
  max-width: 100%;
}
.video-cover iframe {
  background: #000000;
}
.video-cover .image-bg-wrap {
  z-index: 3;
}
.video-cover .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}
.video-cover .video-play-icon,
.video-cover .image-bg-wrap {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.video-cover.reveal-video .video-play-icon,
.video-cover.reveal-video .image-bg-wrap {
  opacity: 0 !important;
  pointer-events: none;
}
.video-cover[data-scrim-bottom]:before,
.video-cover[data-overlay]:before,
.video-cover[data-scrim-top]:before {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  z-index: 4;
}
.video-cover.reveal-video[data-scrim-bottom]:before,
.video-cover.reveal-video[data-overlay]:before,
.video-cover.reveal-video[data-scrim-top]:before {
  opacity: 0;
  pointer-events: none;
}
.video-play-icon {
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: #ffffff;
}
.video-play-icon.video-play-icon--sm {
  width: 3.75em;
  height: 3.75em;
}
.video-play-icon.video-play-icon--sm:before {
  border-width: 4px 0 4px 9px;
}
.video-play-icon.video-play-icon--xs {
  width: 1.875em;
  height: 1.875em;
}
.video-play-icon.video-play-icon--xs:before {
  border-width: 3px 0 3px 6px;
  margin-left: -3px;
}
.video-play-icon.bg--primary:before {
  border-color: transparent transparent transparent #fff;
}
.video-play-icon:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  border-color: transparent transparent transparent #808080;
}
.video-play-icon.video-play-icon--dark {
  border-color: #000000;
  background: #000000;
}
.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #000000;
}
.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #fff;
}
@media all and (max-width: 767px) {
  .video-play-icon {
    width: 5em;
    height: 5em;
  }
}
div[class*='col-'][class*='-12']:not([class*='xs-12']) .video-cover iframe {
  min-height: 550px;
}
@media all and (max-width: 990px) {
  div[class*='col-'][class*='-12']:not([class*='xs-12']) .video-cover iframe {
    min-height: 350px;
  }
}
div[class*='col-'][class*='-10'] .video-cover iframe {
  min-height: 450px;
}
div[class*='col-'][class*='-8'] .video-cover iframe {
  min-height: 400px;
}
div[class*='col-'][class*='-6'] .video-cover iframe {
  min-height: 350px;
}
@media all and (max-width: 1200px) {
  div[class*='col-'][class*='-6'] .video-cover iframe {
    min-height: 300px;
  }
}
@media all and (max-width: 990px) {
  div[class*='col-'][class*='-6'] .video-cover iframe {
    min-height: 220px;
  }
}
@media all and (max-width: 767px) {
  div[class*='col-'] .video-cover iframe {
    min-height: 220px !important;
  }
}
.modal-container video {
  max-width: 100%;
}
/**! 26. Colors **/
body {
  background: #ffffff;
}
.color--primary {
  color: #e21212 !important;
}
a {
  color: #e21212;
}
.color--primary-1 {
  color: #31639c !important;
}
.color--primary-2 {
  color: #465773 !important;
}
.color--white {
  color: #fff;
}
.color--dark {
  color: #000000;
}
.bg--dark {
  background: #000000;
}
.bg--dark:not(.nav-bar):not(.bar) {
  color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
  color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
  color: #fff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn):hover {
  color: #ccc;
}
.bg--site {
  background: #ffffff;
}
.bg--secondary {
  background: #f7f7f9;
}
.bg--primary {
  background: #e21212;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
  color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.bg--white {
  background: #fff;
}
.bg--white p,
.bg--white span,
.bg--white ul,
.bg--white a:not(.btn) {
  color: #777777;
}
.bg--white h1,
.bg--white h2,
.bg--white h3,
.bg--white h4,
.bg--white h5,
.bg--white h6,
.bg--white i {
  color: #000000;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white span,
.imagebg:not(.image--light) .bg--white ul,
.imagebg:not(.image--light) .bg--white a:not(.btn) {
  color: #777777;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6,
.imagebg:not(.image--light) .bg--white i {
  color: #000000;
}
.imagebg:not(.image--light) .bg--secondary {
  background: rgba(247, 247, 249, 0.2);
}
.bg--primary-1 {
  background: #31639c;
}
.bg--primary-1 p,
.bg--primary-1 span,
.bg--primary-1 ul,
.bg--primary-1 a:not(.btn) {
  color: #fff;
}
.bg--primary-1 h1,
.bg--primary-1 h2,
.bg--primary-1 h3,
.bg--primary-1 h4,
.bg--primary-1 h5,
.bg--primary-1 h6,
.bg--primary-1 i {
  color: #fff;
}
.bg--primary-2 {
  background: #465773;
}
.bg--primary-2 p,
.bg--primary-2 span,
.bg--primary-2 ul,
.bg--primary-2 a:not(.btn) {
  color: #fff;
}
.bg--primary-2 h1,
.bg--primary-2 h2,
.bg--primary-2 h3,
.bg--primary-2 h4,
.bg--primary-2 h5,
.bg--primary-2 h6,
.bg--primary-2 i {
  color: #fff;
}
.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}
.color--facebook {
  color: #3b5998;
}
.color--twitter {
  color: #00aced;
}
.color--googleplus {
  color: #dd4b39;
}
.color--instagram {
  color: #125688;
}
.color--pinterest {
  color: #cb2027;
}
.color--dribbble {
  color: #ea4c89;
}
.color--behance {
  color: #053eff;
}
.bg--facebook {
  background: #3b5998;
  color: #fff;
}
.bg--twitter {
  background: #00aced;
  color: #fff;
}
.bg--googleplus {
  background: #dd4b39;
  color: #fff;
}
.bg--instagram {
  background: #125688;
  color: #fff;
}
.bg--pinterest {
  background: #cb2027;
  color: #fff;
}
.bg--dribbble {
  background: #ea4c89;
  color: #fff;
}
.bg--behance {
  background: #053eff;
  color: #fff;
}
/**! 27. Image Blocks **/
.imageblock {
  position: relative;
  padding: 0;
}
.imageblock > .container,
.imageblock > div[class*='col-']:not(.imageblock__content) {
  padding-top: 5.625em;
  padding-bottom: 5.625em;
  float: none;
  overflow: hidden;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
  padding-top: 7.03125em;
  padding-bottom: 7.03125em;
  float: none;
  overflow: hidden;
}
.imageblock .imageblock__content {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
}
.imageblock .imageblock__content .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.imageblock .imageblock__content .slider .slides > li {
  padding: 0;
  min-height: 100%;
  position: absolute !important;
}
.imageblock.allow-overflow .imageblock__content {
  overflow: visible;
}
@media all and (max-width: 767px) {
  .imageblock[class*='space-'] {
    padding-bottom: 0;
    padding-top: 0;
  }
  .imageblock .imageblock__content {
    position: relative;
    min-height: 18.75em;
  }
  .imageblock > .container,
  .imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 2.857em;
    padding-bottom: 2.857em;
    float: none;
    overflow: hidden;
  }
  .imageblock.imageblock--lg > .container,
  .imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
    padding-top: 2.857em;
    padding-bottom: 2.857em;
    float: none;
    overflow: hidden;
  }
}
/**! 28. MailChimp & Campaign Monitor **/
form[action*='createsend.com'] * {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  opacity: 0;
}
form[action*='createsend.com'].form--active * {
  opacity: 1;
}
form[action*='createsend.com'] .input-checkbox + br {
  display: none;
}
form[action*='createsend.com'].no-labels label {
  display: none;
}
form[action*='createsend.com'] br {
  display: none;
}
form[action*='createsend.com'] p > label:first-child {
  margin-bottom: 0.9375em;
}
form[action*='list-manage.com'] h2 {
  font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
  color: #000000;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
}
form[action*='list-manage.com'] h2.inline-block + .h4.inline-block:not(.typed-text) {
  margin-left: 0.68421052631579em;
}
form[action*='list-manage.com'] .input-group ul {
  overflow: hidden;
}
form[action*='list-manage.com'] .input-group ul li {
  float: left;
}
form[action*='list-manage.com'] * {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  opacity: 0;
}
form[action*='list-manage.com'].form--active * {
  opacity: 1;
}
form[action*='list-manage.com'].no-labels label {
  display: none;
}
form[action*='list-manage.com'] .small-meta {
  font-size: 0.5em;
}
/**! 29. Twitter **/
.twitter-feed .user {
  display: none;
}
.twitter-feed .interact {
  display: none;
}
.twitter-feed .timePosted {
  font-size: .87em;
}
/**! 30. Transitions **/
[class*='transition--'] {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
}
[class*='transition--'].transition--active {
  opacity: 1;
}
.transition--scale {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
}
.transition--scale.transition--active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.transition--slide {
  transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(30vw, 0, 0);
  -webkit-transform: translate3d(30vw, 0, 0);
}
.transition--slide.transition--active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/**! 31. Switchable Sections **/
.switchable {
  position: relative;
}
.switchable div[class*='col-']:first-child {
  float: left;
  right: auto;
}
.switchable div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}
.switchable div[class*='col-']:last-child {
  float: right;
  left: auto;
}
.switchable div[class*='col-']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}
.switchable.switchable--switch div[class*='col-']:first-child {
  float: right;
  right: 0;
  left: auto;
}
.switchable.switchable--switch div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
  left: auto;
}
.switchable.switchable--switch div[class*='col-']:last-child {
  float: left;
  left: 0;
  right: auto;
}
.switchable .switchable__text {
  margin-top: 3.75em;
}
.switchable > div[class*='col-'] {
  padding: 0;
}
/**! 32. Typed Effect **/
.typed-text {
  display: inline-block;
}
.typed-text.typed-text--cursor:after {
  content: '|';
  font-size: 1.2em;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  position: relative;
  right: 6px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**! 34. Headers **/
.site-header {
  padding: 1.875em 0;
}
.site-header .logo {
  margin: 0;
  position: relative;
}
.site-header .menu-horizontal {
  position: relative;
}
.site-header:not([class*='visible-']) + .site-header {
  margin-top: 0.9375em;
}
.site-header.header--xs {
  padding: 0.46875em 0;
}
.site-header.header--sm {
  padding: 0.9375em 0;
}
.site-header.header--sm .navbar-toggle {
  font-size: 24px;
}
.site-header.header--sm .logo {
  max-height: 25px;
}
.site-header.header--sm .mini-cart__link {
  position: relative;
  margin-right: 23px;
}
.site-header.header--sm .mini-cart__link .cart-counter {
  text-align: center;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  right: -23px;
  font-size: 80%;
  width: 19px;
  height: 19px;
  line-height: 21px;
  background: #000000;
  border-radius: 50%;
}
.site-header.header--lg {
  padding: 2.8125em 0;
}
.site-header.header--lg .logo {
  top: 0;
}
.site-header.header--xlg {
  padding: 4.6875em 0;
}
.site-header.header--xlg .logo {
  top: 0;
}
.site-header.bg--dark .logo-dark {
  display: none;
}
.site-header:not(.bg--dark):not(.header--transparent) .logo-light {
  display: none;
}
.site-header.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
.site-header:not(.site-header__menu-center) .menu-action > li:not(:last-child) {
  margin-right: 0.9375em;
}
.site-header:not(.site-header__menu-center) .menu-action > li:not(:last-child):after {
  position: relative;
  content: "\2014";
  font-size: 1.5em;
  font-weight: 400;
  margin-left: 0px;
  top: 3px;
}
.site-header:not(.site-header__menu-center) .cart-counter {
  color: #e21212;
  position: relative;
  font-size: 85%;
  top: -5px;
}
@media all and (max-width: 767px) {
  .site-header.header--mobile-sticky[data-v-scroll*='fixed'].vh-po-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
  }
  .site-header.header--mobile-sticky[data-v-scroll*='fixed'] + .bar.vh-po-fixed {
    top: 3.75em;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
  }
}
@media all and (min-width: 991px) {
  .site-header__block:not(:only-child) {
    display: inline-block;
  }
  .site-header__block:not(:last-child) {
    margin-right: 0.9375em;
  }
  .header--transparent {
    background: none;
  }
  .header--transparent .logo-light {
    display: none;
  }
  .header--transparent.header--light-text:not(.headroom--pinned) .logo-dark,
  .header--transparent.header--light-text:not(.vh-po-fixed) .logo-dark {
    display: none;
  }
  .header--transparent.header--light-text:not(.headroom--pinned) .logo-light,
  .header--transparent.header--light-text:not(.vh-po-fixed) .logo-light {
    display: inline-block;
  }
  .header--transparent.header--light-text:not(.headroom--pinned) .main-navigation__menu > li > a,
  .header--transparent.header--light-text:not(.vh-po-fixed) .main-navigation__menu > li > a {
    color: #fff;
  }
  .header--transparent.header--light-text:not(.headroom--pinned) .search-link i,
  .header--transparent.header--light-text:not(.vh-po-fixed) .search-link i {
    color: #fff;
  }
  .header--transparent.header--light-text:not(.headroom--pinned) .menu-action > li,
  .header--transparent.header--light-text:not(.vh-po-fixed) .menu-action > li {
    color: #fff;
  }
  .header--transparent.header--light-text:not(.headroom--pinned) .menu-action > li > a,
  .header--transparent.header--light-text:not(.vh-po-fixed) .menu-action > li > a,
  .header--transparent.header--light-text:not(.headroom--pinned) .menu-action > li > span,
  .header--transparent.header--light-text:not(.vh-po-fixed) .menu-action > li > span {
    color: #fff;
  }
  .header--transparent.header--light-text.headroom--not-top .logo-dark {
    display: inline-block;
  }
  .header--transparent.header--light-text.headroom--not-top .logo-light {
    display: none;
  }
  .header--transparent.header--light-text.headroom--not-top .main-navigation__menu > li > a {
    color: #000000;
  }
  .header--transparent.header--light-text.headroom--not-top .search-link i {
    color: #777777;
  }
  .header--transparent.header--light-text.headroom--not-top .menu-action > li {
    color: #000000;
  }
  .header--transparent.header--light-text.headroom--not-top .menu-action > li > a,
  .header--transparent.header--light-text.headroom--not-top .menu-action > li > span {
    color: #000000;
  }
  .header--absolute {
    position: absolute;
  }
  .header--absolute,
  .vh-po-fixed {
    z-index: 99;
    width: 100%;
  }
  .site-header.vh-po-fixed {
    position: fixed;
    top: 0;
    animation: fadeInDown 0.3s ease-out forwards;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  }
  .site-header.vh-po-fixed:not([class*='bg-']) {
    background: #ffffff;
  }
  .site-header.vh-po-fixed:not([class*='bg-']) .logo-dark {
    display: inline-block;
  }
  .site-header.vh-po-fixed:not([class*='bg-']) .logo-light {
    display: none;
  }
  .site-header.vh-po-fixed.bg--dark {
    background: #000000;
  }
}
@media all and (max-width: 767px) {
  .site-header__block {
    margin-bottom: 0.9375em;
  }
  .site-header__block + .site-header__block {
    margin-top: 1.875em;
  }
  .site-header__block .btn {
    display: block;
  }
  .site-header__block .btn + .btn {
    margin-left: 0 !important;
  }
  .site-header__block .btn:not(:last-child) {
    margin-bottom: 0.9375em;
  }
  .site-header + nav.site-header {
    padding-top: 0;
  }
}
/**! 35. Navigation InPage **/
.page-navigator {
  position: fixed;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875em;
  z-index: 10;
}
.page-navigator ul {
  display: inline-block;
  padding: 0.9375em;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1.875em;
  transition: all .2s ease;
}
.page-navigator ul:hover {
  background: rgba(0, 0, 0, 0.6);
}
.page-navigator ul li:not(:last-child) {
  margin-bottom: 1.875em;
}
@media all and (max-width: 767px) {
  .page-navigator {
    right: 0;
  }
  .page-navigator ul {
    border-radius: 1.875em 0 0 1.875em;
    padding: 1.875em 0.9375em;
  }
}
.page-navigator li a {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transition: all .2s ease;
  display: block;
  position: relative;
}
.page-navigator li a:not(:hover) {
  opacity: .5;
}
.page-navigator li a.inner-link--active {
  opacity: 1;
  animation: bulge .5s ease;
  -webkit-animation: bulge .5s ease;
}
@keyframes bulge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bulge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.page-navigator li a[data-title]:before {
  content: attr(data-title);
  position: absolute;
  right: 12px;
  top: -14px;
  background: #222;
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  display: inline-block;
  transition: all .2s ease;
  white-space: nowrap;
}
.page-navigator li a[data-title]:not(:hover):before {
  opacity: 0;
  transform: translateX(-20px);
}
/**! 36. Helper Classes **/
.clearfix {
  overflow: hidden;
}
.o--hidden {
  opacity: 0;
}
.o--show {
  opacity: 1;
}
.allow-overflow {
  overflow: visible;
}
.container .row--nogap {
  padding-left: 15px;
  padding-right: 15px;
}
.container .row--nogap > div[class*='col-'] {
  padding: 0;
}
@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media all and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
section > .row--nogap {
  padding-left: 0;
  padding-right: 0;
}
section > .row--nogap > div[class*='col-'] {
  padding: 0;
}
div.right {
  float: right;
}
div.left {
  float: left;
}
section.text-right > .container:last-child > .row:only-child > div[class*='col-']:only-child {
  float: right;
}
.row--absolute {
  margin-top: -250px;
}
.spin--animte {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}
.ajax-loading-icon span {
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 0;
  color: #777777;
  animation-name: blink;
  animation-duration: .9s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.ajax-loading-icon span:first-child {
  padding-left: 2px;
}
.ajax-loading-icon span:nth-child(2) {
  animation-delay: .3s;
}
.ajax-loading-icon span:nth-child(3) {
  animation-delay: .6s;
}
.cssload-container {
  display: block;
  margin: auto;
  width: 13px;
}
.cssload-loading {
  width: 12px;
  height: 12px;
  text-align: left;
  animation: cssload-loading-ani1 2.3s ease-in-out infinite;
  -o-animation: cssload-loading-ani1 2.3s ease-in-out infinite;
  -ms-animation: cssload-loading-ani1 2.3s ease-in-out infinite;
  -webkit-animation: cssload-loading-ani1 2.3s ease-in-out infinite;
  -moz-animation: cssload-loading-ani1 2.3s ease-in-out infinite;
}
.cssload-loading i,
.cssload-loading i:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
}
.cssload-loading i {
  border-radius: 50%;
  overflow: hidden;
}
.cssload-loading i:nth-child(1) {
  background: #e21212;
  transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
}
.cssload-loading i:nth-child(1):before {
  background: #000000;
  bottom: 0;
  animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -o-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -ms-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -webkit-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -moz-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
}
.cssload-loading i:nth-child(2) {
  background: #000000;
  transform: translate(0, 6px);
  -o-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  -webkit-transform: translate(0, 6px);
  -moz-transform: translate(0, 6px);
}
.cssload-loading i:nth-child(2):before {
  animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -o-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -ms-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -webkit-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  -moz-animation: cssload-loading-ani2 2.3s ease-in-out infinite;
  background: #e21212;
}
@keyframes cssload-loading-ani1 {
  40%,
  50% {
    transform: rotate(180deg);
  }
  90%,
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-loading-ani1 {
  40%,
  50% {
    -o-transform: rotate(180deg);
  }
  90%,
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-loading-ani1 {
  40%,
  50% {
    -ms-transform: rotate(180deg);
  }
  90%,
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-loading-ani1 {
  40%,
  50% {
    -webkit-transform: rotate(180deg);
  }
  90%,
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-loading-ani1 {
  40%,
  50% {
    -moz-transform: rotate(180deg);
  }
  90%,
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes cssload-loading-ani2 {
  40%,
  100% {
    height: 100%;
  }
  50%,
  90% {
    height: 0;
  }
}
@-o-keyframes cssload-loading-ani2 {
  40%,
  100% {
    height: 100%;
  }
  50%,
  90% {
    height: 0;
  }
}
@-ms-keyframes cssload-loading-ani2 {
  40%,
  100% {
    height: 100%;
  }
  50%,
  90% {
    height: 0;
  }
}
@-webkit-keyframes cssload-loading-ani2 {
  40%,
  100% {
    height: 100%;
  }
  50%,
  90% {
    height: 0;
  }
}
@-moz-keyframes cssload-loading-ani2 {
  40%,
  100% {
    height: 100%;
  }
  50%,
  90% {
    height: 0;
  }
}
/**! 37. Spacing **/
section,
footer {
  padding-top: 5.625em;
  padding-bottom: 5.625em;
}
section.space--xxs,
footer.space--xxs {
  padding-top: 1.40625em;
  padding-bottom: 1.40625em;
}
section.space--xs,
footer.space--xs {
  padding-top: 2.8125em;
  padding-bottom: 2.8125em;
}
section.space--sm,
footer.space--sm {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
section.space--md,
footer.space--md {
  padding-top: 8.4375em;
  padding-bottom: 8.4375em;
}
section.space--lg,
footer.space--lg {
  padding-top: 11.25em;
  padding-bottom: 11.25em;
}
section.space--xlg,
footer.space--xlg {
  padding-top: 22.5em;
  padding-bottom: 22.5em;
}
section.space--0,
footer.space--0 {
  padding: 0;
}
section.section--even,
footer.section--even {
  padding-top: 5.625em;
  padding-bottom: 5.625em;
}
section.space-bottom--sm,
footer.space-bottom--sm {
  padding-bottom: 3.75em;
}
section.h-pace--xxs,
footer.h-pace--xxs {
  padding-left: 1.40625em;
  padding-right: 1.40625em;
}
@media all and (max-width: 767px) {
  section,
  footer,
  section.section--even {
    padding: 2.857em 0;
  }
  section.space--lg,
  footer.space--lg,
  section.section--even.space--lg,
  section.space--md,
  footer.space--md,
  section.section--even.space--md {
    padding: 2.857em 0;
  }
  section.space--xlg,
  footer.space--xlg,
  section.section--even.space--xlg {
    padding: 4.2855em 0;
  }
}
div[class*='col-'] > div[class*='col-']:first-child {
  padding-left: 0;
}
div[class*='col-'] > div[class*='col-']:last-child {
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .col-xs-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .col-xs-6:nth-child(even) {
    padding-left: 7.5px;
  }
}
@media all and (min-width: 768px) {
  .mt--1 {
    margin-top: 1.875em;
  }
  .mt--2 {
    margin-top: 3.75em;
  }
  .mt--3 {
    margin-top: 5.625em;
  }
  .mb--1 {
    margin-bottom: 1.875em;
  }
  .mb--2 {
    margin-bottom: 3.75em;
  }
  .mb--3 {
    margin-bottom: 5.625em;
  }
}
@media all and (max-width: 990px) {
  .mt--1,
  .mt--2 {
    margin-top: 1.875em;
  }
  .mt--3 {
    margin-top: 2.8125em;
  }
}
.unpad {
  padding: 0;
}
.unpad--bottom {
  padding-bottom: 0;
}
.unpad--top {
  padding-top: 0;
}
section.unpad--bottom {
  padding-bottom: 0;
}
section.unpad {
  padding: 0;
}
section.unpad--top {
  padding-top: 0;
}
.unmarg--bottom {
  margin-bottom: 0;
}
.unmarg {
  margin: 0;
}
.unmarg--top {
  margin-top: 0;
}
/**! 38. Theme Overrides **/
.box-shadow {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.box-shadow-shallow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.box-shadow-wide {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
.theme--bordered {
  border: 0.9375em solid #000000;
}
.main-container.transition--fade:not(.transition--active) {
  cursor: wait;
}
@media all and (max-width: 767px) {
  .block--xs {
    margin-top: 0.9375em;
  }
}
.container .container {
  max-width: 100%;
}
.row--border > div {
  border: #eee solid 1px;
}
.row--border > div:not(:last-child) {
  border-right: 0;
}
.switchable-toggle {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.back-to-top {
  position: fixed;
  width: 3.75em;
  height: 3.75em;
  background: #000000;
  border: solid 1px #fff;
  text-align: center;
  right: 1.875em;
  bottom: 3.75em;
  padding-top: 15px;
  z-index: 99;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
.back-to-top i {
  color: #fff;
}
.back-to-top:not(.active) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  pointer-events: none;
}
.back-to-top.active:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}
#preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  z-index: 99999;
  opacity: 1;
  transition: all 150ms linear;
  pointer-events: none;
}
#preloader.all-aboard {
  opacity: 0;
}
#preloader span {
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 40px;
  color: #777777;
  animation-name: blink;
  animation-duration: .9s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#preloader span:first-child {
  padding-left: 2px;
}
#preloader span:nth-child(2) {
  animation-delay: .3s;
}
#preloader span:nth-child(3) {
  animation-delay: .6s;
}
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/*! -- Stack Animations -- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
  }
}
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xs) + section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.border--bottom):not(.space--xs) {
  padding-top: 0;
}
section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom) + footer:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom) {
  padding-top: 0;
}
section.bg--secondary:not(.unpad):not(.imageblock):not(.unpad--bottom):not(.border--bottom) + section.bg--secondary {
  padding-top: 0;
}
section.bg--secondary + footer:not(.bg--dark):not(.bg--secondary) {
  border-top: 1px solid #e6e6ec;
}
section.bg--dark + section.bg--dark {
  padding-top: 0;
}
section.bg--dark:last-of-type + footer.bg--dark {
  background: #000000;
}
section.border--bottom:not([data-gradient-bg]) {
  border-bottom: 1px solid #ececec;
}
section.unpad {
  overflow: hidden;
}
section:not([class*='bg--']) + footer.bg--secondary {
  border-top: 1px solid #e6e6ec;
}
section.text-center div[class*='col-']:first-child:last-child {
  margin: 0 auto;
  float: none;
}
.section--overlap {
  z-index: 2;
  position: relative;
}
@media all and (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}
h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 0.59090909090909em;
}
@media all and (min-width: 768px) {
  h1.h1--large,
  .h1.h1--large {
    font-weight: 200;
    font-size: 4.428571428571429em;
    line-height: 1.048387096774194em;
  }
  h1.h1--large:not(:last-child),
  .h1.h1--large:not(:last-child) {
    margin-bottom: 0.419354838709677em;
  }
  h1.h1--large.type--uppercase,
  .h1.h1--large.type--uppercase {
    letter-spacing: 10px;
    margin-right: -10px;
  }
  h1.h1--large + p.lead,
  .h1.h1--large + p.lead {
    margin-top: 2.052631578947368em;
  }
}
h2,
.h2 {
  margin-bottom: 0.78787878787879em;
}
h3,
.h3 {
  margin-bottom: 1.04em;
}
h3 strong,
.h3 strong {
  font-weight: 400;
}
blockquote {
  font-family: 'Times New Roman', serif;
  font-style: italic;
}
blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}
h4,
.h4 {
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
}
h4.inline-block + .h4.inline-block:not(.typed-text),
.h4.inline-block + .h4.inline-block:not(.typed-text) {
  margin-left: 0.68421052631579em;
}
h5,
.h5 {
  font-weight: 500;
}
h5:not(:last-child),
.h5:not(:last-child) {
  margin-bottom: 1.875em;
}
h6,
.h6 {
  font-weight: 500;
}
h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 2.16666666666667em;
}
h6.type--uppercase,
.h6.type--uppercase {
  letter-spacing: 1px;
  margin-right: -1px;
}
span.h1:not(.inline-block),
span.h2:not(.inline-block),
span.h3:not(.inline-block),
span.h4:not(.inline-block),
span.h5:not(.inline-block),
span.h6:not(.inline-block) {
  display: block;
}
hr {
  border-color: #eeeeee;
}
[class*='bg-']:not(.bg--white):not(.bg--secondary) p,
[class*='imagebg']:not(.image--light) p {
  opacity: .9;
}
.lead {
  font-weight: 400;
  color: #777777;
}
.lead:not(:last-child) {
  margin-bottom: 1.36842105263158em;
}
.lead + .btn:last-child {
  margin-top: 0.9375em;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  color: #000000;
}
pre {
  padding: 0.9375em;
  background: #f7f7f9;
  border: 1px solid #ececec;
  border-radius: 0;
  line-height: 20px;
  max-height: 500px;
}
.bg--secondary > pre {
  background: #f1f1f5;
  border-color: #ddd;
}
.text-block:not(:last-child) {
  margin-bottom: 1.875em;
}
.text-block h2,
.text-block .h2 {
  margin-bottom: 0.3939393939394em;
}
.text-block h5,
.text-block .h5 {
  margin: 0;
}
.text-block h4,
.text-block .h4 {
  margin-bottom: 0.3421052631579em;
}
.text-block h3,
.text-block .h3 {
  margin-bottom: 0.52em;
}
@media all and (min-width: 768px) {
  div[class*='col-'] .text-block + .text-block {
    margin-top: 3.75em;
  }
}
.heading-block {
  margin-bottom: 3.75em;
}
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.heading-block h5,
.heading-block h6,
.heading-block .h1,
.heading-block .h2,
.heading-block .h3,
.heading-block .h4,
.heading-block .h5,
.heading-block .h6 {
  margin-bottom: 0;
}
.bg--dark .bg--secondary {
  background: #0f0f0f;
}
a {
  color: #4d4d4d;
  font-weight: 400;
}
a:hover {
  color: #000000;
}
a.block {
  font-weight: normal;
  text-decoration: none;
  color: #777777;
}
p a,
span a,
label a {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.875em;
}
p + a:not(.btn) {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}
.imagebg:not(.image--light) a {
  color: #fff;
  font-weight: 600;
}
table {
  width: 100%;
  border-collapse: separate;
}
table th,
table td {
  padding: 0.9375em;
}
table th {
  background: #f7f7f9;
  color: #000000;
}
table tr:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
}
.table--alternate-column th:nth-child(odd) {
  background: none;
}
.table--alternate-column td:nth-child(even) {
  background: #f7f7f9;
}
.table--alternate-row tbody tr:nth-child(even) {
  background: #f7f7f9;
}
.bg--dark table th {
  background: #1a1a1a;
  color: #fff;
}
.bg--dark .table--alternate-row tbody tr:nth-child(even) {
  background: #0d0d0d;
}
ul:not([class*='menu']) li > a {
  font-weight: normal;
}
ul:not([class*='menu']) li > a:hover {
  text-decoration: none;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
}
ol li:not(:last-child) {
  margin-bottom: 1.875em;
}
ol.lead li:not(:last-child) {
  margin-bottom: 1.26315789473684em;
}
.list-inline {
  margin-left: 0;
  display: inline-block;
}
.list-inline li {
  padding: 0;
}
.list-inline li:not(:last-child) {
  margin-right: 1.875em;
}
.list-inline:not(:last-child) {
  margin-right: 1.875em;
}
.list-inline--images img {
  max-height: 2.8125em;
  width: auto;
}
@media all and (min-width: 768px) {
  .list-inline--images li:not(:last-child) {
    margin-right: 5.625em;
  }
}
@media all and (max-width: 767px) {
  .list-inline--images li:not(:last-child) {
    margin-bottom: 1.875em;
  }
}
.list--loose > li:not(:last-child) {
  margin-bottom: 0.46875em;
}
.list--hover li {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}
.list--hover li a {
  color: #000000 !important;
}
.list--hover li a:hover {
  color: #333333 !important;
}
.social-list {
  margin: 0;
}
.social-list a {
  color: #000000;
}
.imagebg:not(.image--light) .social-list a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .list-inline:not(.social-list):not(.list-inline--images) {
    display: block;
  }
  .list-inline:not(.social-list):not(.list-inline--images) li {
    display: block;
    margin: 0;
  }
  .list-inline:not(.social-list):not(.list-inline--images) li:not(:last-child) {
    margin-bottom: 0.46875em;
  }
}
@media all and (max-width: 767px) {
  .list-inline {
    min-width: 100%;
  }
}
/*! -- Stack Rules -- */
hr:first-child {
  margin-top: 0;
}
hr.short {
  width: 2.8125em;
  border-color: #e21212;
}
hr[data-title] {
  margin: 3.75em 0;
  text-align: center;
}
hr[data-title]:before {
  content: attr(data-title);
  background: #ffffff;
  position: relative;
  bottom: 14px;
  padding: 0.9375em;
  font-style: italic;
}
.bg--dark hr:not(.short),
.imagebg hr:not(.short),
.bg--primary hr:not(.short) {
  opacity: .3;
}
.btn {
  position: relative;
}
.btn:not([class*='primary']):hover {
  border-color: #000000;
}
.btn.type--uppercase {
  letter-spacing: .5px;
}
.btn.type--uppercase .btn__text {
  letter-spacing: .5px;
  margin-right: -.5px;
}
.btn .label {
  top: -0.9375em;
  right: -3.75em;
}
.btn.btn--lg .btn__text {
  font-weight: 600;
}
.btn.btn--lg.type--uppercase .btn__text {
  letter-spacing: 1px;
}
.btn + p.type--fine-print,
.btn + span.type--fine-print {
  margin-top: 1.08333333333334em;
}
.btn.block {
  margin-left: 0;
}
.btn.block + .btn.block {
  margin-top: 0.9375em;
}
.btn.btn--sm + .btn--sm {
  margin-left: 0.9375em;
}
@media all and (max-width: 767px) {
  .btn:not(:last-child) {
    margin-bottom: 1.875em;
  }
}
.btn--icon {
  padding-left: 5.625em;
}
.btn--icon i {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 13px;
  border-radius: 0 0 0 0;
  font-size: 16px;
  line-height: 41px;
}
.btn--icon i.socicon {
  line-height: 42px;
}
.imagebg:not(.image--light) .btn--icon:not([class*='bg']):not([class*='primary']) i {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
@media all and (min-width: 768px) {
  .btn-group .btn {
    margin-bottom: 0 !important;
    margin-left: 0;
  }
  .btn-group .btn + .btn {
    margin-left: 0;
  }
  .btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group .btn:first-child {
    border-radius: 6px 0 0 6px;
  }
  .btn-group .btn:last-child {
    border-radius: 0 6px 6px 0;
  }
  .btn-group .btn:first-child:nth-last-child(2),
  .btn-group .btn:last-child:nth-child(2) {
    width: 50%;
  }
}
.btn-group {
  border: none;
  padding: 0;
}
.bg--primary div:not([class*='feature']) .btn--primary {
  background: #fff;
  border-color: #fff;
}
.bg--primary div:not([class*='feature']) .btn--primary .btn__text {
  color: #e21212;
}
.bg--primary > .btn--primary {
  background: #fff;
  border-color: #fff;
}
.bg--primary > .btn--primary .btn__text {
  color: #e21212;
}
.bg--dark .btn:not(.btn--primary) {
  border-color: #1a1a1a;
}
.bg--dark .btn:not(.btn--primary):hover {
  border-color: #404040;
}
.bg--dark .btn .btn__text {
  color: #fff;
}
.imagebg:not(.image--light) .btn:not([class*='primary']) {
  border-color: rgba(255, 255, 255, 0.3);
}
.imagebg:not(.image--light) .btn:not([class*='primary']):hover {
  border-color: #fff;
}
.imagebg.image--light .btn:not([class*='primary']) {
  background: #000000;
}
.imagebg.image--light .btn:not([class*='primary']):hover {
  background: #262626;
  color: #fff;
}
.imagebg.image--light .btn:not([class*='primary']) .btn__text {
  color: #fff;
}
h1 + .btn,
.h1 + .btn {
  margin-top: 1.875em;
}
h2 + .btn,
.h2 + .btn {
  margin-top: 0.9375em;
}
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-radial-in:before,
.hvr-rectangle-in:before,
.hvr-rectangle-out:before,
.hvr-shutter-in-horizontal:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-in-vertical:before,
.hvr-shutter-out-vertical {
  background: #e21212;
}
img:last-child {
  margin-bottom: 0;
}
img.flag {
  max-height: 1.875em;
}
img.image--sm:not(:last-child) {
  margin-bottom: 0.9375em;
}
.imagebg h1,
.imagebg h2,
.imagebg h3,
.imagebg h4,
.imagebg h5,
.imagebg h6 {
  position: relative;
}
.imagebg:not(.image--light) span {
  color: #fff;
}
section.parallax .row .image-bg-wrap {
  transform: none !important;
  top: 0 !important;
}
.gallery > div[class*='col-'] {
  margin-bottom: 30px;
}
.gallery-1 {
  overflow: hidden;
  position: relative;
}
.gallery-1 .gallery__image:not(:last-child) {
  margin-bottom: 30px;
}
.gallery-1 > div[class*='col-']:first-child > .gallery__image {
  height: 800px;
}
.gallery-1 > div[class*='col-']:last-child > .gallery__image {
  height: calc(385px);
}
.gallery__image {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .gallery-1 .gallery__image {
    max-height: 300px;
    margin-bottom: 15px;
  }
  .gallery-1 .gallery__image:not(:last-child) {
    margin-bottom: 15px;
  }
}
.caviar-gallery {
  display: block;
}
.caviar-gallery .caviar-gallery__item {
  margin-bottom: 0 !important;
}
.caviar-gallery .caviar-gallery__item img {
  opacity: .9;
}
.caviar-gallery .caviar-gallery__item:hover img {
  opacity: 1;
}
.caviar-gallery.grid--border {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.caviar-gallery.grid--border .caviar-gallery__item {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/*! -- Stack Titles -- */
.breadcrumbs {
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 0.85714285714286em;
}
.breadcrumbs li:not(:last-child):after {
  content: '>';
  margin-left: 0.85714285714286em;
}
.breadcrumbs li a {
  color: #000000;
  font-weight: normal;
}
h1.page-title {
  font-size: 5em;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.imagebg .breadcrumbs,
.bg--primary .breadcrumbs {
  color: #fff;
}
.imagebg .breadcrumbs a,
.bg--primary .breadcrumbs a {
  color: #fff;
  font-weight: 600;
}
.image--light .breadcrumbs {
  color: #777777;
}
.image--light .breadcrumbs a {
  color: #000000;
}
.elements-title {
  border-top: none !important;
}
.elements-title + .tabs-container:not(:nth-last-child(2)),
.elements-title + section:not(:nth-last-child(2)) {
  margin-bottom: 9.375em;
}
.elements-title + section:not(.imagebg):not([class*='bg-']):not(.unpad) {
  padding-top: 1.875em;
}
.nav-container {
  position: relative;
  z-index: 99;
}
.menu-horizontal li a {
  font-weight: 400;
}
.menu-horizontal li a:hover {
  text-decoration: none;
}
@media all and (min-width: 990px) {
  .menu-horizontal li:not(:last-child) {
    margin-right: 1.875em;
  }
  .site-header__block:not(:only-child) .menu-horizontal {
    top: 0;
  }
}
@media all and (min-width: 1024px) {
  .bar-1 .site-header__block + .site-header__block {
    margin-left: 1.875em;
  }
}
.site-header__type-1 .logo {
  max-height: 1.875em;
}
.site-header__type-1 .search-link {
  font-size: 18px;
  margin-left: 1em;
}
.site-header__type-1 .search-link i {
  color: #777777;
  position: relative;
  top: 5px;
}
.site-header__type-1 .mini-cart__link {
  position: relative;
  margin-right: 23px;
}
.site-header__type-1 .mini-cart__link .cart-counter {
  text-align: center;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  right: -23px;
  font-size: 80%;
  width: 19px;
  height: 19px;
  line-height: 21px;
  background: #000000;
  border-radius: 50%;
}
@media all and (min-width: 990px) {
  .bar-toggle .col-md-1 .logo {
    top: 10px;
  }
}
.hero-header,
.hero-header .media,
.hero-header .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.hero-header .media {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  transform: translateZ(0px) scale(1.015);
  -webkit-transform: translateZ(0px) scale(1.015);
  transition: opacity 555ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 100ms, transform 555ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 200ms;
  -webkit-transition: opacity 555ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 100ms, -webkit-transform 555ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 200ms;
}
.hero-header .media.active {
  opacity: 0.5;
  transform: translateZ(0px) scale(1);
  -webkit-transform: translateZ(0px) scale(1);
}
.hero-header.active .media {
  opacity: 0.05;
}
.hero-helper-arrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  z-index: 999;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  cursor: pointer;
}
.hero-helper-arrow .mouse {
  position: absolute;
  width: 23px;
  height: 39px;
  bottom: 40px;
  left: 50%;
  top: 0;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #333;
}
.hero-helper-arrow .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background-color: #333;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.hero-helper-arrow.init {
  opacity: 1;
  visibility: visible;
}
.hero-helper-arrow.init .mouse {
  -webkit-animation: intro 1s;
  animation: intro 1s;
}
.hero-helper-arrow.init .scroll {
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes slide-down-circle {
  0% {
    opacity: 0;
    top: -37px;
  }
  25% {
    opacity: 1;
    top: -27px;
  }
  45% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
@keyframes slide-down-arrow {
  0% {
    opacity: 0;
    bottom: 10px;
  }
  25% {
    opacity: 1;
    bottom: -10px;
  }
  45% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}
.menu-toggle {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  display: inline-block;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}
.menu-toggle i {
  font-size: 1.78571429em;
  position: relative;
  top: 13px;
  color: #000000;
}
.menu-toggle:hover {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
}
.nav-utility {
  padding: 0.9375em 0;
}
.nav-utility .nav-utility__module {
  font-size: 0.85714285714286em;
}
.nav-utility .nav-utility__module a {
  color: #777777;
  font-weight: normal;
}
.nav-utility .nav-utility__module a i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  display: inline-block;
}
.nav-utility .nav-utility__module a:hover i {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.nav-utility .nav-utility__module.right:not(:last-child) {
  margin-left: 2.16666666666667em;
}
.utility-toggle {
  display: inline-block;
  cursor: pointer;
  width: 3px;
  height: 3px;
  position: relative;
  bottom: 8px;
  border-radius: 50%;
  background: #000000;
}
.utility-toggle:before,
.utility-toggle:after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  background: #000000;
}
.utility-toggle:before {
  top: 6px;
}
.utility-toggle:after {
  top: 12px;
}
.bar-stacked .logo {
  margin-bottom: 3.75em;
}
.notification.side-menu {
  z-index: 9999;
  background: #ffffff;
  padding-top: 1.875em;
  margin: 0;
  height: 100%;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  width: 28.125em;
}
.notification.side-menu .side-menu__module {
  overflow: hidden;
  padding: 2.8125em;
}
.notification.side-menu .side-menu__module + hr:not(:last-child) {
  margin: 0;
}
.notification.side-menu .menu-vertical li a {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.notification.side-menu .menu-vertical li a:hover {
  text-decoration: none;
}
.notification.side-menu .btn:not(:last-child) {
  margin-bottom: 1.875em;
}
.notification.side-menu .btn + ul.list--loose {
  margin-top: 0.9375em;
}
.notification.side-menu .notification-close-cross {
  top: 0.9375em;
  right: 2.8125em;
  margin-top: 8px;
}
.notification.side-menu .social-list:not(:first-child) {
  margin-top: 1.875em;
}
@media all and (min-width: 768px) {
  .side-menu .side-menu__module span.type--fine-print {
    position: relative;
    top: 8px;
  }
}
@media all and (max-width: 767px) {
  .side-menu {
    width: 100%;
  }
  .side-menu .side-menu__module .float-right,
  .side-menu .side-menu__module .float-left {
    display: block;
  }
}
.menu-fullscreen {
  color: #fff;
}
.menu-fullscreen .vh-po-absolute {
  width: 100%;
}
.menu-fullscreen a {
  color: #fff;
}
.menu-fullscreen a:hover {
  text-decoration: none;
}
.menu-fullscreen .social-list {
  margin-right: 0;
}
.menu-fullscreen:before {
  background: rgba(0, 0, 0, 0.9);
}
.menu-fullscreen .modal-content .modal-close-cross {
  right: 3.75em;
  top: 1em;
}
@media all and (max-width: 767px) {
  .menu-fullscreen .vh-po-bottom {
    position: relative;
  }
}
.main-navigation__menu,
.main-navigation__menu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation__menu li {
  margin-right: 2em;
  display: inline-block;
  position: relative;
}
.main-navigation__menu li ul {
  position: absolute;
  top: 14px;
  left: -40px;
  padding: 20px 0;
  min-width: 166px;
  display: none;
  z-index: 99;
  background-color: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(39px);
}
.main-navigation__menu li ul:before {
  position: absolute;
  top: -39px;
  left: 0;
  content: '';
  width: 100%;
  height: 39px;
  background-color: transparent;
}
.main-navigation__menu li ul ul {
  left: 100%;
  top: 10px;
  transform: translate(3px, -40px);
}
.main-navigation__menu li ul ul:before {
  top: 0;
  left: -3px;
  width: 3px;
  height: 100%;
}
.main-navigation__menu li li {
  display: block;
  margin: 0;
  padding: 10px 30px;
}
.main-navigation__menu li li a {
  position: relative;
  color: #000000;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
}
.main-navigation__menu li li a:hover {
  color: #e21212;
}
.main-navigation__menu li li a .menu--label {
  position: absolute;
  top: auto;
  right: auto;
  padding: 1px 7px 0;
  margin-left: 5px;
  font-size: 9px;
  line-height: 16px;
  border-radius: 50px;
  color: #fff;
}
.main-navigation__menu li li.menu-item-has-children:after {
  position: absolute;
  top: 12px;
  right: 2px;
  content: "\57";
  font-family: "caviar-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.main-navigation__menu li .mega__menu-wrap li.menu-item-has-children:after {
  display: none;
}
.main-navigation__menu > li:last-child {
  margin-right: 0;
}
.main-navigation__menu a {
  color: #000000;
  font-weight: 400;
  position: relative;
  display: block;
}
.main-navigation__menu a .menu--label {
  position: absolute;
  top: -15px;
  right: 0;
  padding: 1px 7px 0;
  font-size: 9px;
  line-height: 16px;
  border-radius: 50px;
  color: #fff;
}
.main-navigation__menu a:hover {
  color: #000000;
}
.site-navigation a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0px;
  top: 100%;
  left: 0;
  margin-top: 2px;
  transition: all 100ms linear;
}
.site-navigation li.current-menu-item > a:after,
.site-navigation li.current-menu-ancestor > a:after,
.site-navigation li:hover > a:after {
  background: #e21212;
  height: 2px;
}
.site-navigation li li a:after {
  display: none;
}
.site-navigation .mega__menu-wrap {
  padding: 30px;
}
.site-navigation .mega__menu-sub {
  padding: 0 30px;
  position: static;
}
.site-navigation .mega__menu-sub.has-border-left:before {
  margin-left: -50px;
  content: '';
  position: absolute;
  top: 87px;
  bottom: 40px;
  border-right: 1px solid #eee;
}
.site-navigation .mega__menu-sub:first-child {
  padding-left: 30px;
}
.site-navigation .mega__menu-sub:first-child:before {
  margin-left: -30px;
}
.site-navigation .mega__menu-sub:last-child {
  padding-right: 40px;
}
.site-navigation .mega__menu-sub.menu-item-title-hidden > a,
.site-navigation .mega__menu-sub.menu-item-title-hidden > span {
  text-indent: -9999px;
}
.site-navigation .mega__menu-sub > span,
.site-navigation .mega__menu-sub > a {
  font-weight: 600;
  color: #e21212;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
}
.site-navigation .mega__menu-sub .sub-menu {
  transform: translate(0);
  box-shadow: none;
  display: block !important;
  opacity: 1 !important;
  position: static;
  min-width: 0;
  padding: 0;
  margin: 30px 0 0 0;
  background-color: transparent;
}
.site-navigation .mega__menu-sub > .sub-menu > li:last-child {
  margin-bottom: 0;
}
.site-navigation .mega__menu-sub li {
  padding: 0;
  margin-bottom: 25px;
}
.secondary-nav .mega__menu-wrap {
  left: auto;
  right: -30px;
}
.header-transparent.header-text-light .site-header .nav-menu > li > a {
  color: #fff;
}
.header-transparent.header-text-light .site-header .nav-menu > li > a:after {
  background-color: #fff;
}
.header-transparent.header-text-light.header-hoverable .site-header:hover .nav-menu > li > a {
  color: #e21212;
}
.header-transparent.header-text-light.header-hoverable .site-header:hover .nav-menu > li > a:after {
  background-color: #e21212;
}
.close-canvas-off {
  display: none;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1002;
}
body.canvas-slid {
  height: 100%;
  overflow: hidden;
}
body.canvas-slid .close-canvas-off {
  display: block;
}
.navbar-default .navbar-offcanvas,
.navmenu-default {
  background: #000000;
  border-color: #000000;
}
.navbar-offcanvas.navmenu-fixed-left,
.navmenu-fixed-left {
  border-width: 0;
}
.mobile__search-form {
  position: relative;
}
.mobile__search-form input[type] {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.mobile__search-form i {
  position: absolute;
  right: 15px;
  top: 16px;
}
.mobile-menu {
  padding: 15px;
  margin-bottom: 0;
}
.mobile-menu li {
  position: relative;
  border-bottom: 1px solid #1a1a1a;
}
.mobile-menu li a {
  display: inline-block;
  line-height: 2;
  padding: 6px 0;
  color: #fff;
  white-space: nowrap;
}
.mobile-menu li a .menu--label {
  display: none;
}
.mobile-menu li a:hover {
  color: #ccc;
}
.mobile-menu li .menu-toggle-icon {
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
  height: 28px;
  font-family: 'caviar-icons';
  font-size: 11px;
  line-height: 28px;
  font-weight: normal;
  padding-left: 10px;
  color: #fff;
}
.mobile-menu li .menu-toggle-icon:before {
  display: block;
  content: "\4c";
}
.mobile-menu li.active > .menu-toggle-icon:before {
  content: "\4b";
}
.mobile-menu li.menu-item-has-children {
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children > .menu-toggle-icon {
  display: inline-block;
}
.mobile-menu ul {
  display: none;
  padding: 16px 0 13px;
  border-top: 1px solid #1a1a1a;
}
.mobile-menu ul.open {
  display: block;
}
.mobile-menu ul ul {
  padding: 4px 0;
  border-top: 0 none;
}
.mobile-menu ul ul li a {
  text-indent: 30px;
}
.mobile-menu ul ul ul li a {
  text-indent: 45px;
}
.mobile-menu ul li {
  cursor: default;
  border-bottom: 0 none;
}
.mobile-menu ul li:first-child {
  margin-top: 0;
}
.mobile-menu ul li.menu-item-has-children {
  cursor: pointer;
}
.mobile-menu ul li a {
  padding: 0 0 3px;
  text-indent: 15px;
}
.mobile-menu ul li .menu-toggle-icon {
  top: 1px;
}
.mobile-menu .mega__menu-wrap {
  background: none !important;
  width: auto !important;
}
.mobile-menu .mega__menu-wrap .mega__menu-sub {
  width: 100%;
  float: none;
}
.mobile-action-menu {
  padding: 0 15px;
}
.mobile-action-menu li {
  background: #1a1a1a;
  padding: 6px 0;
}
.mobile-action-menu li a {
  line-height: 2;
  color: #fff;
}
.mobile-action-menu li a:hover {
  color: #ccc;
}
.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}
.headroom--pinned {
  transform: translateY(0);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--not-top {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 1500;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
body.logged-in .headroom--not-top.headroom--pinned {
  margin-top: 32px;
  transition: all .35s;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX;
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}
@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg);
  }
}
@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    transform: perspective(400px) rotateX(-90deg);
  }
}
.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/*! -- Stack Dropdowns -- */
.dropdown > .dropdown__trigger .image--xxs {
  margin-right: 0.46875em;
}
.dropdown .dropdown__content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  padding: 1.25em 1.875em;
}
.dropdown .dropdown__content h5:not(:last-child) {
  margin-bottom: 0.9375em;
}
.dropdown .dropdown__content .image-bg-wrap {
  border-radius: 6px 0 0 6px;
}
.dropdown .dropdown__content > .vh-po-absolute[class*='col-'] {
  left: 0;
  top: 0;
  height: 100%;
  position: absolute !important;
}
.dropdown .dropdown__content > .vh-po-absolute[class*='col-'][data-overlay]:before {
  border-radius: 6px 0 0 6px;
}
.menu-vertical > .dropdown > .dropdown__trigger {
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 990px) {
  .dropdown [class*='col-'] + [class*='col-'] {
    margin-top: 0.9375em;
  }
  .dropdown .dropdown__content:not([class*='bg-']) {
    border: none;
    box-shadow: none;
  }
}
@media all and (max-width: 767px) {
  .dropdown__container {
    left: 0 !important;
  }
}
.menu-vertical li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.menu-vertical li:not(:hover):not(.dropdown--active) {
  opacity: .75;
}
.menu-vertical li:not(:last-child) {
  margin-bottom: 0.3125em;
}
.menu-vertical li.dropdown {
  position: relative;
}
.menu-vertical li.dropdown:after {
  content: '\e80c';
  font-family: 'stack-interface';
  right: 0;
  top: 0;
  position: absolute;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  display: inline-block;
  transform: translate3d(-10px, 0, 0);
  -webkit-transform: translate3d(-10px, 0, 0);
}
.menu-vertical li.dropdown:hover:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.menu-vertical li.separate {
  border-top: 1px solid #f7f7f7;
  margin-top: 0.9375em;
  padding-top: 0.9375em;
}
.menu-vertical li.separate.dropdown:after {
  top: .92857143em;
}
.menu-vertical + h5 {
  margin-top: 1.875em;
}
@media all and (max-width: 990px) {
  .menu-vertical .dropdown.dropdown--active:after {
    opacity: 0;
  }
}
/*! -- Stack Twitter Feeds -- */
.tweets-feed .interact {
  display: none;
}
.tweets-feed .user a:hover {
  text-decoration: none;
}
.tweets-feed .user img {
  border-radius: 50%;
}
.tweets-feed-1 {
  border-radius: 6px;
  border: 1px solid #ececec;
  overflow: hidden;
}
.tweets-feed-1 li {
  overflow: hidden;
  padding: 1.875em;
  padding-bottom: 0;
}
.tweets-feed-1 li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.tweets-feed-1 .user {
  width: 20%;
  float: left;
  margin-bottom: 0.9375em;
}
.tweets-feed-1 .user img {
  max-height: 3.75em;
  margin-right: 0.46875em;
}
.tweets-feed-1 .user [data-scribe="element:name"],
.tweets-feed-1 .user [data-scribe="element:screen_name"] {
  display: none;
}
.tweets-feed-1 .tweet,
.tweets-feed-1 .timePosted {
  width: 80%;
  float: right;
}
.tweets-feed-1 .tweet {
  margin-bottom: 0.46875em;
}
.tweets-feed-1 .timePosted {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
}
.tweets-feed-1:not(:last-child) + .btn {
  margin-top: 2.8125em;
}
.imagebg .tweets-feed-1,
.bg--dark .tweets-feed-1 {
  border-color: rgba(255, 255, 255, 0.1);
}
.imagebg .tweets-feed-1 li:not(:last-child),
.bg--dark .tweets-feed-1 li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.1);
}
.tweets-feed-2 .user {
  display: none;
}
.tweets-feed-2 .timePosted {
  display: none;
}
.tweets-feed-2 li {
  overflow: hidden;
}
.tweets-feed-2 li:before {
  font-family: 'socicon';
  content: "\e040";
}
.tweets-feed-2 li .tweet {
  width: 85%;
  float: right;
}
.tweets-feed.slider .user img {
  display: inline-block;
  clear: both;
  margin-bottom: 0.9375em;
}
.tweets-feed.slider .user [data-scribe="element:name"] {
  display: none;
}
.tweets-feed.slider .user [data-scribe="element:screen_name"] {
  display: block;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: normal;
}
.tweets-feed.slider .tweet {
  margin-top: 1.36842105263158em;
  margin-bottom: 0.68421052631579em;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}
.tweets-feed.slider .timePosted {
  margin: 0;
}
.tweets-feed.slider:not(:last-child) + .btn {
  margin-top: 2.8125em;
}
/*! -- Stack Instagram -- */
.instafeed a {
  display: block;
  overflow: hidden;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.instafeed a:hover {
  opacity: .75;
}
.instafeed:not(.instafeed--nogap) {
  margin: -0.46875em;
}
.instafeed:not(.instafeed--nogap) li {
  padding: 0.46875em;
}
.instafeed.instafeed--nogap li {
  margin-bottom: -1px;
}
.instafeed + .btn {
  margin-top: 2.8125em;
}
.instafeed[data-grid="1"][data-amount="8"] li {
  display: inline-block;
  width: 12.5%;
}
.instafeed img {
  display: none;
}
.instagram {
  position: relative;
}
.instagram.unpad .btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  margin: 0;
}
/*! -- Stack Cards -- */
.card__top {
  position: relative;
  overflow: hidden;
}
.card__action a {
  color: #777777;
  text-decoration: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.card__action a i {
  color: #000000;
  font-size: 1em;
}
.card__action a span {
  position: relative;
  bottom: 2px;
}
.card__action a:not(:hover) {
  opacity: .5;
}
.card p a {
  text-decoration: none;
}
.masonry__item .card.boxed {
  margin-bottom: 0;
}
.card-1 .card__avatar {
  margin-bottom: 0.9375em;
}
.card-1 .card__avatar img {
  max-height: 2.8125em;
  margin-right: 0.46875em;
  margin-bottom: 0;
}
.card-1 .card__avatar,
.card-1 .card__meta {
  display: inline-block;
}
.card-1 .card__meta {
  float: right;
}
.card-1 .card__body {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
}
.card-1 .card__body img {
  margin-bottom: 0.9375em;
}
.card-1 .card__body h4 {
  margin-bottom: 0.342105263157895em;
}
.bg--dark .card-1 .card__body {
  border-color: #1a1a1a;
}
@media all and (max-width: 767px) {
  .card .list-inline:not(.social-list) li {
    display: inline-block;
  }
  .card .list-inline:not(.social-list) li:not(:first-child) {
    margin-left: 0.9375em;
  }
}
.card-2 .card__top img {
  border-radius: 6px 6px 0 0;
}
.card-2 .card__body {
  border-bottom: 1px solid #ececec;
  padding-bottom: 1.875em;
}
.card-2 .card__body h4 {
  margin: 0;
}
.card-2 .card__body p {
  margin-top: 0.9375em;
}
.card-2 .card__bottom {
  overflow: hidden;
}
.card-2 .card__bottom > div {
  display: inline-block;
  width: 50%;
  float: left;
}
.card-2 .card__bottom .h6 {
  margin-bottom: 0.541666666666667em;
}
.card-2 .card__body,
.card-2 .card__bottom {
  padding: 1.875em;
  border: 1px solid #ececec;
}
.card-2 .card__body {
  border-bottom: none;
  border-top: none;
}
.card-2 .card__bottom {
  border-radius: 0 0 6px 6px;
  padding: 0.9375em 1.875em;
}
.card-2 .card__action i {
  font-size: 1.78571429em;
}
.bg--dark .card-2 .card__body,
.bg--dark .card-2 .card__bottom {
  border-color: #1a1a1a;
}
/*! -- Stack Checkmarks & Crosses -- */
.checkmark {
  display: inline-block;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  text-align: center;
}
.checkmark:not([class*='bg-']) {
  background: #e21212;
}
.checkmark:before {
  content: '\2713';
  color: #fff;
  font-size: 11px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -4px;
}
.checkmark.checkmark--cross:before {
  content: '\2717';
}
.checkmark:not(:last-child) {
  margin-right: 13px;
}
/*! -- Stack Icons -- */
.icon:not(.block) {
  display: inline-block;
}
.icon.icon--xs {
  font-size: 1.14285714285714em;
}
.text-block .icon--lg + h4 {
  margin-top: 0.6842105263158em;
}
.imagebg .icon {
  color: #fff;
}
/*! -- Stack Tooltips -- */
.tooltip {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  cursor: pointer;
}
.tooltip .tooltip__anchor {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  position: absolute;
  top: -5px;
  left: 6px;
}
.tooltip .tooltip__text {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  text-align: left;
  z-index: 10;
  position: absolute;
  width: 280px;
  background: #f7f7f9;
  border: 1px solid #ececec;
  padding: 0.625em;
  left: 1.5em;
  top: -0.9375em;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  line-height: 20px;
}
.tooltip:hover .tooltip__text {
  opacity: 1;
}
.tooltip:last-child {
  margin-left: 0.9375em;
}
[data-tooltip] {
  position: relative;
  overflow: visible;
}
[data-tooltip]:after {
  transition: all .2s ease;
  content: attr(data-tooltip);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  color: #fff;
  border: 1px solid #e7e7e7;
  padding: 2px 12px;
  pointer-events: none;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 2px;
  z-index: 2;
  font-family: 'Poppins';
}
[data-tooltip]:not(:hover):after {
  opacity: 0;
}
/*! -- Stack Boxes -- */
.boxed:not(:last-child) {
  margin-bottom: 30px;
}
.boxed:not([class*='bg-']) {
  background: #ffffff;
}
.boxed.bg--secondary .boxed {
  background: #f7f7f9;
}
@media all and (min-width: 768px) {
  .switchable .imagebg .boxed {
    padding-left: 5.625em;
  }
}
.bg--dark .boxed:not([class*='bg-']),
.imagebg:not(.image--light) .boxed:not([class*='bg-']) {
  background: none;
  color: #fff;
}
.bg--dark .boxed:not([class*='bg-']).boxed--border,
.imagebg:not(.image--light) .boxed:not([class*='bg-']).boxed--border {
  border-color: #1a1a1a;
}
.bg--dark .boxed[class*='bg-'].boxed--border,
.imagebg:not(.image--light) .boxed[class*='bg-'].boxed--border {
  border: none;
}
.imagebg:not(.image--light) .boxed:not(.bg--white):not(.bg--none) {
  background: rgba(20, 20, 20, 0.3);
}
.imagebg:not(.image--light) .boxed:not(.bg--white):not(.bg--none).boxed--border {
  border: none;
}
.imagebg:not(.image--light) .boxed:not(.bg--white):not(.bg--none) .boxed {
  background: none;
}
@media all and (min-width: 768px) {
  .boxed.boxed--emphasis {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
}
/*! -- Stack Features Small -- */
.feature {
  position: relative;
}
.feature:not(.boxed) {
  margin-bottom: 30px;
}
.feature.feature--featured:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #e21212;
  left: 0;
}
.feature h5 {
  margin: 0;
}
.feature h4 {
  line-height: 1;
  margin-bottom: 0.342105263157895em;
}
.feature h4 + p {
  max-width: 22.5em;
}
.feature i + h5 {
  margin-top: 1.875em;
}
.feature i + h4 {
  margin-top: 0.68421052631579em;
}
.feature i.icon--lg + h4 {
  margin-top: 1.36842105263158em;
}
.feature i.icon--lg + .h5 {
  margin-top: 0.9375em;
}
.feature img + .boxed {
  border-radius: 0 0 6px 6px;
  border-top: none;
}
.feature .feature-label {
  float: left;
  transform: rotate(-90deg);
  display: inline-block;
  width: 15%;
  white-space: nowrap;
  position: absolute;
  top: 300px;
  left: -25px;
  font-size: 24px;
}
.feature .feature-label:after {
  content: " — ";
  position: relative;
  top: 2px;
  font-size: 1.5rem;
}
section.text-center .feature-6 h4 + p {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .row div[class*='col-']:nth-child(1):nth-last-child(3) .feature,
  .row div[class*='col-']:nth-child(2):nth-last-child(2) .feature,
  .row div[class*='col-']:nth-child(3):last-child .feature {
    margin-bottom: 0;
  }
}
a.block > .feature {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
a.block:hover > .feature {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.feature-1 {
  min-height: 11.25em;
}
.feature-1 p {
  margin: 0;
}
.feature-1 p.lead {
  min-height: 5.05263157894737em;
}
.feature-1 > img {
  margin-bottom: 1.85714286em;
}
.feature-1 > img:first-child {
  border-radius: 0;
}
.feature-1 > a.block img {
  border-radius: 0;
}
.feature-1 > a.block + .feature__body {
  border-radius: 0;
}
.feature-1 h4 {
  margin-top: 1.36842105263158em;
  margin-bottom: 1.36842105263158em;
  font-weight: bold;
}
.feature-1 h3 {
  margin-top: 0.68421052631579em;
  margin-bottom: 0.342105263157895em;
  font-weight: bold;
}
.feature-1[class*='box-shadow'] {
  border-radius: 6px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}
.feature-1[class*='box-shadow']:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
.hover-shadow {
  border-radius: 6px;
  backface-visibility: hidden;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}
.hover-shadow:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
.bg--dark .hover-shadow {
  border-color: #222;
}
.bg--dark .hover-shadow:hover {
  box-shadow: 0 23px 40px #000000;
}
.feature-2 {
  overflow: hidden;
}
.feature-2 .feature__body {
  width: 75%;
  float: right;
}
.feature-2 h5 {
  margin-bottom: 0.46875em;
}
.feature-2 p:last-child {
  margin: 0;
}
.feature-2 i {
  width: 25%;
  float: left;
}
.feature-large .feature-2 + .feature-2:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .feature-2 .feature__body,
  .feature-2 i {
    width: 100%;
    float: none;
  }
  .feature-2 p:first-of-type {
    margin-top: 0.9375em;
  }
}
.feature-3 i {
  margin-bottom: 0.16666666666667em;
}
.feature-3 p {
  min-height: 7.5em;
}
.feature-4 .btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0;
  padding: 0.9375em;
}
.feature-4 p {
  min-height: 9.375em;
}
.feature-4 p:last-of-type {
  margin-bottom: 3.75em;
}
.feature-5 i {
  width: 10%;
  float: left;
}
.feature-5 .feature__body {
  width: 90%;
  float: right;
}
.feature-5 p {
  min-height: 5.625em;
}
.feature-5 p:last-of-type {
  margin-bottom: 0.9375em;
}
.feature-5:not([class*='bg-']) {
  color: #000000;
}
.feature-6 p {
  min-height: 9.375em;
}
.feature-6 p:last-child {
  margin: 0;
}
.feature-7 {
  height: 13.125em;
  margin-bottom: 30px;
}
.feature-7[data-overlay]:before {
  border-radius: 6px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.feature-7[data-overlay]:hover:before {
  opacity: .75;
}
.feature-7 .image-bg-wrap {
  border-radius: 6px;
}
.feature-7 h3 {
  margin: 0;
}
.row--nogap .feature-7 {
  margin: 0;
  border-radius: 0;
}
.row--nogap .feature-7 .image-bg-wrap {
  border-radius: 0;
}
.row--nogap .feature-7:before {
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .feature-7 .vh-po-vertical-center {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
  }
}
.feature-8 {
  padding: 2.8125em 0 3.75em 0;
}
.feature-8:not(.boxed) {
  margin-bottom: 0;
}
.feature-8 .feature__body {
  max-width: 70%;
  margin: 0 auto;
}
.feature-8 p {
  min-height: 5.625em;
}
@media all and (max-width: 990px) {
  .feature-8 .feature__body {
    max-width: 85%;
  }
}
@media all and (max-width: 767px) {
  .feature p {
    min-height: auto;
  }
  .feature.boxed {
    margin-bottom: 15px;
  }
  .feature:not(.boxed) {
    margin-bottom: 30px;
  }
  .feature.feature-8 {
    margin-bottom: 0;
  }
}
.feature-8 img {
  max-height: 15em;
}
.feature-9 h4 {
  margin: 0;
}
.feature-9:not(.boxed) {
  margin-bottom: 30px;
}
/*! -- Stack Features Large -- */
@media all and (min-width: 768px) {
  .staggered div[class*='col-']:nth-child(2):last-child {
    margin-top: 13.125em;
  }
  .staggered div[class*='col-']:nth-child(2):last-child:not(:last-child) {
    margin-bottom: 9.375em;
  }
  .staggered div[class*='col-'] .feature:not(:last-child) {
    margin-bottom: 9.375em;
  }
}
.feature-large h4:first-child {
  margin-bottom: 0.68421052631579em;
}
.feature-large .feature:not(.boxed) {
  margin-bottom: 30px;
}
.feature-large .lead + .feature-large__group {
  margin-top: 3.75em;
}
.feature-large .feature-large__group {
  overflow: hidden;
}
.feature-large-1 .lead {
  margin-bottom: 2.73684210526316em;
}
@media all and (min-width: 768px) {
  .feature-large-2 div[class*='col-']:first-child {
    margin-top: 5.625em;
  }
  .feature-large-2 div[class*='col-']:last-child {
    margin-top: 7.5em;
  }
}
@media all and (max-width: 767px) {
  .feature-large-2 img {
    margin: 1.875em 0;
  }
}
.feature-large-7.switchable .boxed div[class*='col-']:only-child {
  float: none;
}
.caviar__accordion.open .accordion__icon .caviar-icon-arrow-right-1:before {
  content: "\6b";
}
.tabs-container.tabs--vertical {
  overflow: hidden;
}
.tabs-container.tabs--vertical .tabs {
  width: 25%;
  float: left;
}
.tabs-container.tabs--vertical .tabs li {
  display: block;
}
.tabs-container.tabs--vertical .tabs li:not(:last-child) {
  border-right: none;
  border-bottom: 1px solid #ECECEC;
}
.tabs-container.tabs--vertical .tabs-content {
  width: 70%;
  float: right;
  margin-top: 0;
}
.tabs-container.tabs--vertical .tabs-content > li:not(.active) .tab__content {
  animation: fadeOutUp .5s ease forwards;
  -webkit-animation: fadeOutUp .5s ease forwards;
}
.tabs-container.tabs--vertical .tabs-content > li.active .tab__content {
  animation: fadeInUp .5s ease forwards;
  -webkit-animation: fadeInUp .5s ease forwards;
  backface-visibility: hidden;
}
.tabs-container.tabs--vertical.tabs--icons .tabs {
  width: 15%;
  text-align: center;
}
.tabs-container.tabs--vertical.tabs--icons .tabs-content {
  width: 80%;
}
@media all and (max-width: 767px) {
  .tabs-container.tabs--vertical .tabs,
  .tabs-container.tabs--vertical .tabs-content {
    width: 100%;
    float: none;
  }
  .tabs-container.tabs--vertical .tabs {
    margin-bottom: 1.875em;
  }
  .tabs-container.tabs--vertical .tabs-content > li:not(.active) .tab__content {
    animation: fadeOutRight .5s ease forwards;
    -webkit-animation: fadeOutRight .5s ease forwards;
  }
  .tabs-container.tabs--vertical .tabs-content > li.active .tab__content {
    animation: fadeInLeft .5s ease forwards;
    -webkit-animation: fadeInLeft .5s ease forwards;
    backface-visibility: hidden;
  }
}
.tabs {
  display: inline-block;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  margin-bottom: 1.875em;
}
.tabs li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  padding: 0.9375em 1.875em;
}
.tabs li:not(:last-child) {
  border-right: 1px solid #ECECEC;
}
.tabs li.active {
  opacity: 1;
}
.tabs li.active .tab__title {
  color: #e21212;
}
.tabs li.active .tab__title span {
  color: #e21212;
}
.tabs li:not(.active) {
  opacity: .5;
}
.tabs li:hover {
  opacity: 1;
  cursor: pointer;
}
.tabs .tab__title {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.tabs .tab__title:not(.btn) {
  padding-right: 0;
  padding-left: 0;
}
.tabs .tab__title i + span {
  margin-top: 0.46875em;
  display: inline-block;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .tabs.tabs--spaced {
    margin-bottom: 3.75em;
  }
}
.tabs-content {
  position: relative;
}
.tabs-content > li:not(.active) .tab__content {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  animation: fadeOutRight .5s ease forwards;
  -webkit-animation: fadeOutRight .5s ease forwards;
}
.tabs-content > li.active {
  animation: fadeInLeft .5s ease forwards;
  -webkit-animation: fadeInLeft .5s ease forwards;
  backface-visibility: hidden;
}
@media all and (max-width: 767px) {
  .tabs li {
    display: block;
  }
  .tabs li:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
    border-right: none;
  }
}
.switchable .switchable__text {
  margin-top: 1.875em;
}
.switchable [class*='col-']:first-child .switchable__text {
  margin-bottom: 2.8125em;
}
.section--overlap .row {
  position: relative;
  margin-top: -13.125em;
}
@media all and (max-width: 990px) {
  .switchable .switchable__text {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .switchable .switchable__text {
    margin-top: 1.875em;
  }
  .switchable .imageblock__content[class*='col-'] {
    float: none !important;
  }
}
/*! -- Stack CTA -- */
.cta .btn:first-child:not(:last-child) {
  margin-bottom: 1.875em;
}
.cta.boxed:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .cta--horizontal h4,
  .cta--horizontal .lead,
  .cta--horizontal .btn {
    margin: 0;
  }
  .cta--horizontal h4,
  .cta--horizontal .lead {
    position: relative;
    top: 4px;
  }
  .cta-1.boxed--border {
    padding: 0;
  }
  .cta-1 > div[class*='col-'] {
    padding: 1.25em 15px;
  }
  .cta-1 > div[class*='col-']:last-child {
    border-left: 1px solid #ECECEC;
  }
  .bg--dark .cta-1 > div[class*='col-']:last-child,
  .imagebg .cta-1 > div[class*='col-']:last-child {
    border-left: none;
  }
}
@media all and (max-width: 767px) {
  .cta .lead {
    margin: 1.36842105263158em 0;
  }
}
.cta-2 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.cta-2 h2 {
  margin: 1.57575757575758em 0;
}
.cta-2.bg--primary:hover {
  background: #ed1717;
}
.cta-2:hover {
  background: #ffffff;
}
@media all and (min-width: 768px) {
  .cta-3 .switchable__text {
    margin-top: 5.625em;
  }
}
.video-play-icon:before {
  border-color: transparent transparent transparent #000000;
  margin-top: -3px;
}
.modal-instance .video-play-icon + span {
  position: relative;
  display: inline-block;
  margin-left: 0.9375em;
  white-space: nowrap;
  bottom: 22px;
}
.modal-instance .video-play-icon.video-play-icon--xs + span {
  bottom: 8px;
  margin-left: 0.46875em;
}
.video-cover {
  background: #000000;
}
.video-cover:not(:last-child) {
  margin-bottom: 1.875em;
}
.video-cover + span.h4 + span {
  display: inline-block;
  margin-left: 0.9375em;
}
.video-cover .video-play-icon {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}
.video-cover .video-play-icon:hover {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  transform: translate3d(-50%, -52%, 0);
  -webkit-transform: translate3d(-50%, -52%, 0);
}
.imagebg .video-cover .video-play-icon {
  z-index: 10;
}
@media all and (min-width: 768px) {
  h2 + .video-cover {
    margin-top: 3.75em;
  }
}
@media all and (min-width: 768px) {
  .video-1 .video-play-icon {
    margin-right: 1.875em;
  }
  .video-1 h2 {
    display: inline-block;
    position: relative;
    bottom: 14px;
  }
  div[class*='col-sm-6'] .video-1 h2 {
    bottom: 0;
    display: block;
  }
  div[class*='col-sm-6'] .video-1 .video-play-icon {
    margin-bottom: 0.46875em;
  }
}
.video-1 h2 {
  margin: 0;
}
.imageblock__content .modal-instance {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}
.modal-container .modal-content:not(.height--natural) {
  height: auto;
  width: auto;
}
.modal-instance:not(.block) {
  display: inline-block;
}
@media all and (min-width: 768px) {
  .modal-instance + span:last-child {
    display: inline-block;
    margin-left: 0.9375em;
  }
}
.modal-container .modal-content {
  max-height: 95%;
  overflow: visible;
}
.notification {
  margin: 1.875em;
  box-shadow: none;
}
.notification:not([class*='bg--']) {
  background: none;
}
.notification > .boxed {
  margin: 0;
}
.layoutaction {
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  max-height1: 0;
  overflow1: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.layoutaction .layoutaction-close-cross {
  position: absolute;
  top: 1em;
  z-index: 99;
  right: 1em;
  cursor: pointer;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  opacity: .7;
}
.layoutaction .layoutaction-close-cross:before {
  content: '\2715';
  font-size: 1.5em;
}
.layoutaction .layoutaction-close-cross:hover {
  opacity: 1;
}
.layoutaction.layoutaction--reveal {
  z-index: 9999;
  max-height1: 9999px;
}
.layoutaction.layoutaction--dismissed {
  max-height1: 0;
}
.search-box {
  width: 100%;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.search-box .layoutaction-close-cross {
  top: 2.34375em;
  right: 1.875em;
}
.search-box.bg--dark input[type] {
  background: #000000;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0;
  font-size: 18px;
  height: 2.5em;
}
.search-box.bg--dark input[type]:focus {
  border-bottom: 1px solid #fff;
}
.search-box .search-box-content {
  padding: 6.5625em 0;
}
.search-box .icon-search {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.shop-cart {
  width: 100%;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.shop-cart .layoutaction-close-cross {
  top: 2.34375em;
  right: 1.875em;
}
.shop-cart .shop-cart-content {
  padding: 6.5625em 0;
}
.loader {
  border: 3px solid #e21212;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: fixed;
  z-index: 10;
  top: 50%;
  width: 30px;
  animation: pulsate 0.7s ease-out infinite;
}
.loader.loader--fade {
  opacity: 0;
  animation: none;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.lb-close {
  position: relative;
  top: 10px;
}
.lb-close:before {
  content: '\00D7';
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
}
.lb-close:hover {
  text-decoration: none;
}
.lb-prev:after,
.lb-next:after {
  font-family: 'stack-interface';
  position: fixed;
}
.lb-prev:after {
  content: '\e801';
  left: 1.875em;
}
.lb-next:after {
  content: '\e802';
  right: 1.875em;
}
.lb-data {
  overflow: hidden;
  min-height: 30px;
}
a[data-lightbox] {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
a[data-lightbox]:hover {
  opacity: .8;
  cursor: zoom-in;
}
/*! -- Stack Covers -- */
.cover .typed-headline {
  margin-bottom: 3.75em;
}
.cover .typed-headline .type--bold {
  font-weight: 400;
}
.cover .triptych {
  margin-top: 3.75em;
}
.cover .btn + .modal-instance {
  margin-top: 1.875em;
}
.cover h3 + form,
.cover .h3 + form {
  margin-top: 2.8125em;
}
.cover .lead + .boxed {
  margin-top: 3.75em;
}
.cover.unpad--bottom {
  overflow: hidden;
}
.cover .modal-instance.block:not(:first-child):not(:last-child) {
  margin: 2.8125em 0;
}
.cover .vh-po-bottom {
  margin-bottom: 1.875em;
}
@media all and (min-width: 768px) {
  .cover .row .row:last-child {
    margin-top: 5.625em;
  }
}
@media all and (max-width: 767px) {
  .cover .vh-po-bottom.vh-po-absolute {
    position: relative;
    margin-top: 1.875em;
  }
}
@media all and (max-width: 990px) {
  .cover .mt--3 {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .cover .triptych {
    margin-top: 7.5em;
  }
}
.cover-fullscreen {
  min-height: 100vh;
}
.cover-fullscreen.slider[data-paging="true"] .slides .flickity-slider > li {
  height: 100vh;
}
.cover-fullscreen.slider[data-paging="true"] .vh-po-bottom {
  bottom: 5.625em;
  width: 100%;
}
.cover-fullscreen.slider[data-paging="true"] h4 {
  margin: 0;
}
.cover-slider {
  overflow: hidden;
}
.cover-slider .slider {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.cover-slider .slider:nth-child(1) {
  transform: translateY(-30%);
}
.cover-slider .slider:nth-child(2) {
  transform: translateY(-25%);
}
.cover-slider .slider:nth-child(3) {
  transform: translateY(-20%);
}
.cover-slider .slider .slide {
  opacity: .05;
}
.cover-slider .typed-headline {
  margin: 0;
}
.cover-slider .typed-headline + .btn {
  margin-top: 0.9375em;
}
.cover-slider .slider-container {
  transform: rotateZ(-30deg) translateY(-10%);
  -webkit-transform: rotateZ(-30deg) translateY(-10%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.cover-blocks {
  margin-bottom: 3.75em;
}
@media all and (min-width: 768px) {
  .cover-slider + .cta-4 {
    position: absolute;
    background: none;
    color: #fff;
    border-bottom: none !important;
    width: 100%;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
  }
  .cover-slider + .cta-4 a {
    color: #fff;
    font-weight: 600;
  }
}
/*! -- Stack Typed Text -- */
span + .typed-text.h2 {
  margin-left: 4px;
}
span + .typed-text.h1 {
  margin-left: 6px;
}
@media all and (max-width: 767px) {
  .typed-text {
    display: block;
  }
  .typed-headline {
    margin-bottom: 1.875em;
  }
  .typed-headline h1,
  .typed-headline .h1 {
    margin-bottom: 0;
  }
}
/*! -- Stack Forms -- */
.bg--dark input,
.imagebg:not(.image--light) input,
.bg--dark textarea,
.imagebg:not(.image--light) textarea {
  color: #777777;
}
.bg--dark label,
.imagebg:not(.image--light) label {
  color: #fff;
}
.bg--dark form.attempted-submit input.field-error {
  background: #D84D4D;
  color: #fff;
}
form > div[class*='col-']:not(:last-child),
form > .row > div[class*='col-']:not(:last-child) {
  margin-bottom: 1.875em;
}
form .boxed:last-child {
  margin: 0;
}
@media all and (min-width: 768px) {
  div[class*='col-'] > form div[class*='col-']:last-child:nth-child(2) {
    padding-right: 0;
  }
  div[class*='col-'] > form div[class*='col-']:first-child:nth-last-child(2) {
    padding-left: 0;
  }
  form.form--horizontal > div[class*='col-'] {
    margin: 0;
  }
}
h2 + form,
.h2 + form {
  margin-top: 2.8125em;
}
h3 + form,
.h3 + form,
.lead + form {
  margin-top: 2.8125em;
}
.cover .lead + form {
  margin-top: 3.75em;
}
form + span.type--fine-print {
  margin-top: 1.08333333333334em;
  display: inline-block;
}
.form--inline > span.h4 {
  color: #777777;
}
.form--inline input,
.form--inline [class*='input-'] {
  display: inline-block;
  max-width: 200px;
}
.form--inline > span:not(:last-child),
.form--inline input:not(:last-child),
.form--inline [class*='input-']:not(:last-child) {
  margin-right: 0.9375em;
}
.form--inline button {
  max-width: 200px;
}
.bg--dark .form--inline > span.h4,
.imagebg:not(.image--light) .form--inline > span.h4 {
  color: #fff;
}
button.btn {
  font-size: 0.85714286em;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
button.btn.btn--primary {
  color: #fff;
}
button.btn.btn--primary--dark {
  color: #fff;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
}
button.btn.btn--primary--dark:hover {
  background: #404040;
  border: 2px solid #404040 !important;
}
button.btn.btn--border--dark {
  background: none !important;
  color: #1a1a1a !important;
  border: 2px solid #1a1a1a !important;
}
button.btn.btn--border--dark .btn__text {
  color: #1a1a1a !important;
}
button.btn.btn--border--dark:hover {
  color: #404040 !important;
  border: 2px solid #404040 !important;
}
button.btn.btn--border--dark:hover .btn__text {
  color: #404040 !important;
}
button.btn.type--uppercase {
  letter-spacing: .5px;
  margin-right: -.5px;
}
button.checkmark.checkmark--cross {
  width: 1.875em;
  height: 1.875em;
  border: none;
  background: #e23636;
}
button.checkmark.checkmark--cross:before {
  content: '\00d7';
  font-size: 18px;
  top: -1px;
}
button[type="submit"].btn--loading:after {
  background: #e21212;
}
input[type="submit"].btn {
  line-height: 1.875em;
  font-size: 0.85714286em;
  font-weight: 600;
  padding: 0.9375em 0 !important;
}
input[type="submit"].btn.btn--primary {
  color: #fff;
}
input[type="submit"].btn.btn--primary--dark {
  color: #fff;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
}
input[type="submit"].btn.btn--primary--dark:hover {
  background: #404040;
  border: 2px solid #404040 !important;
}
input[type="submit"].btn.btn--border--dark {
  background: none !important;
  color: #1a1a1a !important;
  border: 2px solid #1a1a1a !important;
}
input[type="submit"].btn.btn--border--dark .btn__text {
  color: #1a1a1a !important;
}
input[type="submit"].btn.btn--border--dark:hover {
  color: #404040 !important;
  border: 2px solid #404040 !important;
}
input[type="submit"].btn.btn--border--dark:hover .btn__text {
  color: #404040 !important;
}
.bg--primary button.btn {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.bg--primary button.btn:hover {
  border-color: #fff;
}
.bg--primary button.btn.btn--primary {
  color: #e21212;
}
input {
  height: 3.1875em;
}
input.field-error {
  border-color: #EBA8A8;
}
input[type] + input[type],
input[type] + .input-checkbox,
input[type] + button,
input[type] + .input-select {
  margin-top: 0.9375em;
}
input,
[class*='input-'] .inner,
select,
textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
input:not([class*='col-']),
select:not([class*='col-']),
.input-select:not([class*='col-']),
textarea:not([class*='col-']),
button[type="submit"]:not([class*='col-']) {
  width: 100%;
}
input[type],
select,
textarea {
  padding-left: 0.9375em;
}
input[type]:focus,
select:focus,
textarea:focus {
  border-color: #ef3838;
}
label + input,
label + .inner,
label + textarea,
label + div[class*='input-'] {
  margin-top: 0.46875em;
}
.input-checkbox {
  margin-top: 0.46875em;
}
.input-checkbox .inner {
  background: none;
  border: 1px solid #dddddd;
  background: #f7f7f9;
  text-align: center;
  position: relative;
}
.input-checkbox .inner:not(:last-child) {
  margin-right: 0.46875em;
}
.input-checkbox .inner:hover {
  border-color: #000000;
}
.input-checkbox .inner:before {
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.input-checkbox.checked .inner {
  border-color: #000000;
  background: #ffffff;
}
.input-checkbox.checked .inner:after {
  content: '';
  position: absolute;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 12px;
  height: 6px;
  left: 6px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.input-checkbox.checked .inner:before {
  animation: pulse .45s ease forwards;
  -webkit-animation: pulse .45s ease forwards;
}
.input-checkbox + span {
  display: inline-block;
  position: relative;
  bottom: 8px;
  font-size: 0.85714286em;
  white-space: nowrap;
}
.input-checkbox + button[type] {
  margin-top: 0.9375em;
}
.input-checkbox + span + button[type] {
  margin-top: 0.9375em;
}
.bg--dark .input-checkbox:not(.checked) .inner {
  border-color: #808080;
}
.bg--dark .input-checkbox + span {
  opacity: .75;
}
.input-checkbox.input-checkbox--switch .inner {
  width: 3.75em;
  border-radius: 60px;
}
.input-checkbox.input-checkbox--switch .inner:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: #ddd;
  opacity: 1;
  left: 2px;
  top: 2px;
}
.input-checkbox.input-checkbox--switch .inner:hover:before {
  border-color: #000000;
}
.input-checkbox.input-checkbox--switch.checked .inner {
  background: none;
}
.input-checkbox.input-checkbox--switch.checked .inner:before {
  animation: none !important;
  background: #000000;
  border-color: #000000;
  transform: translateX(1.875em);
}
.input-checkbox.input-checkbox--switch.checked .inner:after {
  display: none;
}
.input-radio .inner {
  position: relative;
  background: none;
  border: 1px solid #dddddd;
  background: #f7f7f9;
}
.input-radio .inner:hover {
  border-color: #000000;
}
.input-radio .inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  opacity: 0;
  left: 0;
}
.input-radio.checked .inner {
  border-color: #000000;
  background-color: #fff;
}
.input-radio.checked .inner:after {
  content: '';
  position: absolute;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 12px;
  height: 6px;
  left: 6px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.input-radio.checked .inner:before {
  animation: pulse .4s ease forwards;
}
.input-select {
  position: relative;
}
.input-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.input-select:not(:last-child) {
  margin-bottom: 0.9375em;
}
.input-select:after {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  font-size: 30px;
  content: '\2263';
  pointer-events: none;
  padding: 0 13px;
  border-left: 1px solid #ececec;
  line-height: 31px;
}
.input-select:focus:after {
  border-color: #e21212;
}
.input-select select:focus {
  border-color: #e21212;
}
/*! -- Stack Subscribe Forms -- */
.mc4wp-form-fields p {
  margin-bottom: 0;
}
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
  height: 50px;
  background: #ffffff;
  border: 2px solid #dddddd;
}
.subscribe-form-1 h3 {
  margin-bottom: 0.52em;
}
.subscribe-form-1.boxed form {
  margin: 1.875em;
}
.subscribe-home-1 {
  margin-bottom: 0 !important;
}
.subscribe-home-1 input[type="text"],
.subscribe-home-1 input[type="email"] {
  max-width: 480px;
  height: 60px;
}
.subscribe-home-1 input[type="submit"] {
  max-width: 150px;
  margin-top: 0 !important;
  margin-left: 20px;
  height: 60px;
  background: none !important;
  color: #1a1a1a !important;
  border: 2px solid #1a1a1a !important;
}
.subscribe-home-1 input[type="submit"]:hover {
  color: #404040 !important;
  border: 2px solid #404040 !important;
}
.subscribe-home-2 input[type="text"],
.subscribe-home-2 input[type="email"] {
  max-width: 480px;
  height: 60px;
}
.subscribe-home-2 input[type="submit"] {
  max-width: 150px;
  margin-top: 0 !important;
  margin-left: 20px;
  height: 60px;
  color: #fff;
  background: #1a1a1a;
  border: 2px solid #1a1a1a !important;
}
.subscribe-home-2 input[type="submit"]:hover {
  background: #404040;
  border: 2px solid #404040 !important;
}
@media all and (min-width: 991px) {
  .subscribe-form-2 p {
    top: 2px;
    position: relative;
  }
  .subscribe-form-2 input {
    margin: 0;
  }
  .subscribe-form-2 form [class*='col-'] {
    margin: 0 !important;
  }
}
@media all and (max-width: 990px) {
  .subscribe-form-2 {
    text-align: center;
  }
  .subscribe-form-2 form {
    margin-top: 1.875em;
  }
}
@media all and (max-width: 768px) {
  .subscribe-home-1 input[type="submit"] {
    max-width: 100%;
    margin-left: 0;
    margin-top: 15px !important;
  }
}
.flickity-prev-next-button {
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  border-radius: 0;
  width: 70px;
  height: 70px;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-prev-next-button:before {
  position: relative;
  top: 6px;
  color: #000;
  font-size: 2em;
}
.slides .flickity-prev-next-button:disabled {
  opacity: 0;
}
.slides:hover .flickity-prev-next-button {
  opacity: 1;
}
.slides:hover .flickity-prev-next-button:disabled {
  opacity: 0.3;
}
.slider.slider--inline-arrows .flickity-prev-next-button {
  background: none;
}
.slider.slider--inline-arrows .flickity-prev-next-button:before {
  font-size: 1.78571429em;
  color: #000000;
  content: '\e802';
}
.slider.slider--inline-arrows .flickity-prev-next-button.previous:before {
  content: '\e801';
}
.slider.slider--columns .previous {
  left: 15px;
}
.slider.slider--columns .next {
  right: 15px;
}
.slider.boxed--border .slides li {
  border: 1px solid #ececec;
}
.slider .slides li .feature:not(.feature-9) {
  margin-bottom: 0;
}
.slide .boxed:last-child {
  margin-bottom: 0;
}
.slide:not([class*='col-']) > img:only-child {
  width: 100%;
}
.bg--dark .slider.slider--inline-arrows .flickity-prev-next-button:before,
.bg--primary .slider.slider--inline-arrows .flickity-prev-next-button:before,
.imagebg:not(.image--light) .slider.slider--inline-arrows .flickity-prev-next-button:before {
  color: #fff;
}
@media all and (max-width: 990px) {
  .flickity-prev-next-button {
    display: none;
  }
}
@media all and (min-width: 768px) {
  h2 + .slider,
  .h2 + .slider {
    margin-top: 3.75em;
  }
}
.slider.slider--ken-burns:not(.parallax) .slide.is-selected > .image-bg-wrap,
.slider.slider--ken-burns:not(.parallax) .slide.is-selected > img:only-child {
  animation: kenBurns 15s ease alternate infinite;
  -webkit-animation: kenBurns 15s ease alternate infinite;
}
.fr-overlay {
  z-index: 9999;
}
.fr-content,
.fr-content-background {
  max-width: 1550px !important;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  margin-top: 0 !important;
  top: 10px !important;
}
.fr-overlay-background {
  opacity: 1 !important;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background: none;
  transition: all .5s;
  opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:before {
  font-family: "caviar-icons" !important;
  content: "\63";
  display: block;
  font-size: 45px;
  font-weight: normal;
  transition: all .5s;
}
@media (min-width: 1025px) {
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    transition: all .5s;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:hover {
    transition: all .5s;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:hover:before {
    opacity: .5;
  }
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background: none;
  transition: all .5s;
  opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:before {
  font-family: "caviar-icons" !important;
  content: "\62";
  display: block;
  font-size: 45px;
  font-weight: normal;
  transition: all .5s;
}
@media (min-width: 1025px) {
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    transition: all .5s;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:hover {
    transition: all .5s;
  }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:hover:before {
    opacity: .5;
  }
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background: none;
  transition: all .5s;
  opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:before {
  font-family: "caviar-icons" !important;
  content: "\50";
  display: block;
  font-size: 35px;
  color: #FFF;
  transition: all .5s;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:hover {
  transition: all .5s;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:hover:before {
  opacity: .5;
}
.fr-position-outside {
  right: 20px !important;
}
.fr-close {
  right: 33px !important;
}
.fr-side-next {
  right: 42px !important;
}
.fr-close {
  top: 20px !important;
}
.fr-position-outside {
  margin-right: 10px !important;
  bottom: 15px !important;
}
.fr-side-previous {
  left: 28px !important;
}
.single-product .fr-thumbnail-wrapper {
  background: transparent;
}
.single-product .fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 0;
}
.single-product .fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: none;
}
.single-product .fr-thumbnails-side.fr-thumbnails-side-previous,
.single-product .fr-thumbnails-side.fr-thumbnails-side-next {
  display: none !important;
}
.single-product .fr-side {
  width: auto;
  height: auto;
  margin: 0;
}
.single-product .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:before {
  margin-left: -20px;
}
.single-product .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:before {
  margin-right: -20px;
}
.single-product .fr-close-background {
  background-color: transparent !important;
}
.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  transition: all .5s;
}
.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  opacity: .5 !important;
}
.fr-thumbnail,
.fr-thumbnail-image {
  transition: all .5s;
}
.fr-window-skin-fresco .fr-content-background {
  box-shadow: none !important;
}
.fr-info-padder {
  padding: 45px !important;
}
.fr-caption:before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: super;
}
.fr-window-skin-fresco .fr-content-background {
  background: transparent !important;
}
.fr-position-background {
  background: transparent !important;
}
.fr-info .fr-stroke-color {
  background: transparent !important;
}
.fr-thumbnail-frame {
  width: 60% !important;
  left: 20px !important;
}
@media only screen and (min-width: 1024px) {
  .fr-info {
    left: 50% !important;
    margin-left: -25%;
    max-width: 50%;
  }
}
.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  text-shadow: none !important;
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: none !important;
}
.fr-thumbnail-spinner-spin {
  display: none !important;
}
.fr-thumbnail-spinner {
  display: block !important;
}
.fr-spinner div.fr-spin-1 {
  display: none !important;
}
.fr-spinner div.fr-spin-2 {
  display: none !important;
}
.fr-spinner div.fr-spin-3 {
  display: none !important;
}
.fr-spinner div.fr-spin-4 {
  display: none !important;
}
.fr-spinner div.fr-spin-5 {
  display: none !important;
}
.fr-spinner div.fr-spin-6 {
  display: none !important;
}
.fr-spinner div.fr-spin-7 {
  display: none !important;
}
.fr-spinner div.fr-spin-8 {
  display: none !important;
}
.fr-spinner div.fr-spin-9 {
  display: none !important;
}
.fr-spinner div.fr-spin-10 {
  display: none !important;
}
.fr-spinner div.fr-spin-11 {
  display: none !important;
}
.fr-spinner div.fr-spin-12 {
  display: none !important;
}
.fr-spinner {
  background: #FFF !important;
  width: auto;
  height: auto;
  position: fixed;
  width: 52px;
  height: 52px;
  border-radius: 5px;
  left: 50% !important;
  margin-right: -26px;
}
.fr-spinner:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 16px;
  background: url('https://www.blanx.de/wp-content/themes/caviar/assets/less/../images/morph-shape-gif-preloader.gif') center no-repeat;
  background-size: auto 15px;
  vertical-align: top;
  position: relative;
  margin-top: 16px;
  top: 0px;
  left: auto;
  right: auto;
  animation: none;
  -webkit-animation: none;
}
@media (max-width: 500px) and (orientation: portrait), (max-height: 414px) and (orientation: landscape) {
  .fr-side .fr-side-button {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .fr-side-previous {
    left: 42px !important;
  }
}
@media (max-width: 767px) {
  .fr-content,
  .fr-content-background {
    top: 0 !important;
  }
  .fr-ui-fullclick.fr-type-video .fr-container {
    padding: 0 !important;
  }
  .fr-ui-fullclick.fr-type-video .fr-content-background {
    width: 100% !important;
  }
  .fr-ui-fullclick.fr-type-video .fr-content {
    width: 100% !important;
    left: 0 !important;
    height: 45% !important;
  }
  .fr-showing-type-youtube .fr-close.fr-close-fullclick {
    top: 30px !important;
  }
}
iframe[src*='google.com/maps'] {
  border: none;
}
.map-container {
  min-height: 400px;
}
.map-container:not(:last-child) {
  margin-bottom: 1.875em;
}
.map-container iframe {
  left: 0;
}
@media all and (min-width: 768px) {
  .image-bg-wrap .map-container,
  .imageblock__content .map-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .map-container + div[class*='col-'] {
    margin-top: 3.75em;
  }
}
.testimonial {
  position: relative;
  overflow: hidden;
}
.testimonial h5:nth-last-child(2) {
  margin: 0;
}
.testimonial .testimonial__image {
  margin-bottom: 1.875em;
}
@media all and (min-width: 1025px) {
  .testimonial-1 .switchable__text {
    margin-top: 7.5em;
  }
}
.testimonial-2 {
  float: none;
  width: 100%;
}
.testimonial-2 .testimonial__image img {
  max-height: 3.75em;
  float: left;
  margin-right: 1.875em;
}
.testimonial-2 .boxed {
  width: 100%;
}
@media all and (max-width: 990px) {
  .testimonial-2 p {
    min-height: 7.5em;
  }
}
@media all and (max-width: 767px) {
  .testimonial-2 p {
    min-height: 0;
  }
}
@media all and (min-width: 768px) {
  .lead + .testimonial-2 {
    margin-top: 3.75em;
  }
}
@media all and (min-width: 768px) {
  .testimonials-1 .list-inline {
    position: relative;
    top: 0.9375em;
  }
  .testimonials-1 .list-inline li:not(:last-child) {
    margin-right: 3.75em;
  }
}
@media all and (max-width: 767px) {
  .testimonials-1 .list-inline {
    margin-top: 1.875em;
  }
  .testimonials-1 .list-inline li {
    margin-bottom: 1.875em;
  }
}
.masonry__item:not(:empty) {
  margin-bottom: 30px;
  transform-style: preserve-3d;
}
.masonry__item:not(:empty) article {
  margin: 0;
}
.masonry__item:not(:empty) article .boxed {
  margin: 0;
}
.masonry__item:empty {
  height: 0;
  min-height: 0;
}
.masonry hr + .masonry__container,
.masonry hr + .row {
  margin-top: 4.6875em;
}
.masonry-filter-holder {
  display: inline-block;
  cursor: pointer;
  height: 3.75em;
  position: relative;
  z-index: 9;
  min-width: 143px;
}
.masonry-filter-holder .masonry__filters {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  display: inline-block;
  position: relative;
  left: 0;
  text-align: left;
}
.masonry-filter-holder .masonry__filters ul {
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.masonry-filter-holder .masonry__filters ul li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  display: block;
  color: #777777;
  white-space: nowrap;
  display: inline-block;
}
.masonry-filter-holder .masonry__filters ul li:not(:last-child) {
  margin-bottom: 0.9375em;
  margin-right: 10px;
}
.masonry-filter-holder .masonry__filters ul li:not(:last-child):after {
  position: relative;
  content: "\2014";
  color: #c3c3c3;
  font-size: 1.5em;
  font-weight: 400;
  margin-left: 10px;
  top: 3px;
}
.masonry-filter-holder .masonry__filters ul li:hover {
  color: #e21212;
}
.masonry-filter-holder .masonry__filters ul li.active {
  color: #e21212;
  cursor: pointer;
}
.masonry-filter-holder:hover .masonry__filters ul li.active {
  cursor: default;
}
.masonry-filter-container + .masonry__container {
  margin-top: 1.875em;
}
.bg--dark .masonry-filter-holder .masonry__filters {
  background: #050505;
  border-color: #1a1a1a;
}
.bg--dark .masonry-filter-holder .masonry__filters li {
  color: #fff;
}
.masonry.masonry-demos .masonry__item:not(:empty) {
  margin-bottom: 3.75em;
}
.masonry.masonry-demos .masonry__item h5 {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .masonry__container .masonry__item:last-child {
    margin-bottom: 0;
  }
}
article .article__post_meta {
  position: relative;
  margin-top: 1.875em;
  margin-bottom: 0.5em;
  padding-left: 50px;
  color: #aaa;
}
article .article__post_meta:before {
  content: "";
  border-top: 1px solid #aaa;
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
article .article__featured_img {
  margin-bottom: 1.875em;
  max-height: 680px;
  overflow: hidden;
}
article .article__title {
  margin-bottom: 0.9375em;
}
article .article__title > a {
  display: inline-block;
}
article .article__title > a:hover {
  text-decoration: none;
  opacity: .75;
}
article .article__title h4 {
  margin-bottom: 0;
}
article .article__title .sticky--label {
  display: inline-block;
  border-radius: 50px;
  background-color: #ff0000;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  padding: 1px 7px 0;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
article .article__body {
  font-size: 1.0625em;
  line-height: 1.53;
}
article .article__body img:not(:last-child),
article .article__body iframe:not(:last-child),
article .article__body .video-cover:not(:last-child) {
  margin-bottom: 1.875em;
}
article .article__body > a:first-child > img {
  margin-bottom: 1.875em;
}
article .article__body p {
  margin-bottom: 0.625em;
}
article .article__body .post__read-more {
  font-size: 1em;
  border-bottom: #e21212 solid 2px;
}
article .article__post-action-box {
  border: 2px solid #eeeeee;
  margin: 1.875em 0;
  padding: 1.875em;
}
article .article__post-action-box .post__categories-tags {
  color: #aaa;
  text-align: center;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 1.875em;
}
article .article__post-action-box .post__share {
  text-align: center;
  padding: 1.875em 0 0 0;
}
article.imagebg {
  padding: 1.875em;
  overflow: hidden;
}
article.imagebg:before {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
article.imagebg:hover:before {
  opacity: .6;
}
article.imagebg .article__title {
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
  max-width: 90%;
}
article.imagebg .article__title span {
  font-size: 0.85714286em;
}
article.imagebg .label {
  z-index: 2;
  top: 1.875em;
  right: 1.875em;
}
article.minimal__post .article__post_meta {
  padding-left: 0;
  color: #000000;
  text-transform: uppercase;
}
article.minimal__post .article__post_meta:before {
  display: none;
}
article.minimal__post .article__post_meta .cat-links {
  margin-left: 10px;
  padding-left: 40px;
  position: relative;
}
article.minimal__post .article__post_meta .cat-links:before {
  content: "";
  border-top: 1px solid #000000;
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
article.minimal__post .article__post_meta .cat-links a {
  color: #e21212;
}
article.minimal__post .article__title h4 {
  font-size: 1.68421em;
}
article.minimal__post .article__title .sticky--label {
  margin-top: 10px;
}
article.minimal__post .article__body {
  font-size: 1em;
}
article.minimal__post .article__body p {
  margin-bottom: 1.625em;
}
article.minimal__post .article__body .post__read-more {
  font-size: 0.857143em;
  text-transform: uppercase;
}
.article__comments-box {
  margin-top: 3.75em;
}
.article__comments-box .comments__list {
  border: 2px solid #eeeeee;
}
.article__comments-box .comments__list > li {
  padding: 1.875em 1.875em 0;
}
.article__comments-box .comments__list .comment {
  overflow: hidden;
}
.article__comments-box .comments__list .comment .comment__avatar {
  width: 105px;
  float: left;
}
.article__comments-box .comments__list .comment .comment__meta {
  font-size: 0.85714286em;
}
.article__comments-box .comments__list .comment .comment__meta a {
  display: inline-block;
}
.article__comments-box .comments__list .comment .comment__meta a:not(:first-child) {
  margin-left: 1.08333333333334em;
}
.article__comments-box .comments__list .comment .comment__meta + p {
  margin-top: 0.9375em;
}
.article__comments-box .comments__list .comment .comment__body {
  width: calc(100% - 105px);
  float: right;
}
.article__comments-box .comments__list .comment .comment__body h5 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0;
}
.article__comments-box .comments__list .comment .comment__body p {
  margin-bottom: 0.625em;
}
.article__comments-box .comments__list .comment + .comment {
  margin-top: 1.875em;
  padding-left: 15%;
}
.article__comments-box .comments__list .comment hr {
  clear: both;
  float: left;
  width: 100%;
}
.article__comments-box .comments__list ul.children {
  padding-left: 15%;
}
.article__comments-box .comments-form {
  border: 2px solid #eeeeee;
  padding: 1.875em;
}
section.unpad > article .imagebg + div {
  padding: 5.625em 0;
}
.article__author {
  padding-bottom: 1.875em;
}
.article__author img {
  max-height: 3.75em;
  margin-bottom: 0.46875em;
}
.slides--nogap article.imagebg {
  height: 28.125em;
}
.masonry-blog-magazine article,
.masonry-blog-magazine .masonry__promo {
  height: 338px;
}
.masonry-blog-magazine .height--tall {
  height: calc(706px);
}
@media all and (min-width: 991px) {
  .masonry__promo.boxed--lg {
    padding: 7.5em;
  }
}
@media all and (max-width: 990px) {
  .masonry-blog-magazine .height--tall {
    height: 338px;
  }
  .masonry__promo .vh-po-vertical-center {
    top: 0;
    transform: none;
  }
}
@media all and (max-width: 1200px) {
  .masonry__promo.boxed--lg {
    padding: 3.75em;
  }
}
.pagination {
  overflow: hidden;
  margin-top: 1.875em;
}
.pagination a {
  font-weight: normal;
}
.pagination div[class*='col-'] {
  padding: 0;
}
.masonry-blog-list hr + .masonry__container {
  margin-top: 0;
}
.masonry-blog-list article {
  border-bottom: 1px solid #eeeeee;
}
.masonry-blog-list article .article__body {
  padding-bottom: 1.875em;
}
.masonry-blog-list article:last-child {
  border-bottom: none;
}
.masonry-blog-list article.minimal__post {
  border-bottom: none;
  margin-bottom: 30px;
}
.masonry-blog-magazine .masonry__item a {
  font-weight: normal;
}
.masonry-blog-magazine .masonry__item a:hover {
  text-decoration: none;
}
.masonry-filter-container {
  margin-bottom: 1.875em;
}
.masonry-filter-container > span {
  position: relative;
  bottom: 20px;
}
.masonry-filter-container > span + .masonry-filter-holder {
  margin-left: 0.9375em;
}
@media all and (min-width: 768px) {
  .comments__list > li {
    padding: 2.8125em;
  }
}
@media all and (min-width: 768px) {
  .comments + .comments-form {
    margin-top: 3.75em;
  }
}
@media all and (min-width: 768px) {
  h3 + .related-blog-list {
    margin-top: 3.75em;
  }
}
.related-blog-list li:not(:last-child) {
  margin-bottom: 1.875em;
}
.related-blog-list article img {
  border-radius: 6px;
}
.related-blog-list article .article__title {
  margin-top: 0.9375em;
  margin-bottom: 0;
}
.related-blog-list article .article__title .h4 {
  margin-bottom: 0.68421052631579em;
}
@media all and (min-width: 991px) {
  .sidebar {
    margin-top: 7.5em;
    position: relative;
    bottom: 18px;
  }
}
.sidebar .sidebar__widget > h5:first-child {
  margin-bottom: 0.9375em;
}
.sidebar .sidebar__widget:not(:last-child) {
  margin-bottom: 3.75em;
}
.sidebar .sidebar__widget label.screen-reader-text {
  display: none;
}
.search-form {
  position: relative;
}
.tag-cloud li {
  display: inline-block;
}
.tag-cloud li:not(:last-child) {
  margin-right: 0.46875em;
}
.tag-cloud li:not(:last-child):after {
  content: ',';
}
.article--style-1 .article__featured_img {
  max-height: 680px;
  overflow: hidden;
}
.minimal-fixed-bg {
  height: 100vh;
  width: 50%;
  left: 0;
  top: auto !important;
  background-size: cover;
  background-position: center center;
}
.minimal-fixed-bg img {
  display: none;
}
.minimal-fixed-bg.fixed {
  position: fixed;
}
.portfolio__wide-layout {
  padding: 0 30px;
}
.portfoio-filter li {
  font-size: 1.143em;
}
.hover-element__box > a {
  display: block;
}
.hover-element__box.hover-element {
  margin: 0;
}
.hover-element__box.hover-element > a {
  height: 24.375em;
  text-decoration: none;
  font-weight: normal;
}
.hover-element__box.hover-element .image-bg-wrap {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
}
.hover-element__box.hover-element .hover-element__description .hover-element__box__title {
  padding: 1.875em;
  z-index: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
}
.hover-element__box.hover-element .hover-element__description .hover-element__box__title h5 {
  margin: 0;
}
.hover-element__box.hover-element .hover-element__description .hover-element__box__title span {
  position: relative;
  padding-left: 35px;
}
.hover-element__box.hover-element .hover-element__description .hover-element__box__title span:before {
  content: "";
  border-top: 1px solid #fff;
  width: 25px;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 0;
}
.hover-element__box h4 {
  margin-bottom: 0;
  color: #ffffff;
}
.portfolio__single-heading h1 {
  font-size: 5.143em;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .col-xs-12:not(.col-sm-6) .hover-element__box.hover-element > a {
    height: 46.875em;
  }
}
.portfolio__single-action {
  margin-bottom: 2.857em;
}
.portfolio__single-action .portfolio__single-like {
  float: left;
  width: 80px;
  height: 80px;
  border: #aaa solid 3px;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  padding: 20px 0;
}
.portfolio__single-action .portfolio__single-like i {
  display: block;
  font-size: 20px;
  line-height: 18px;
  color: #ddd;
}
.portfolio__single-action .portfolio__single-like a {
  color: #000000;
}
.portfolio__single-action .portfolio__single-like a.liked i {
  color: #fb4f1a;
}
.portfolio__single-action .portfolio__single-like span {
  display: block;
  line-height: 18px;
}
.portfolio__single-action .portfolio__single-share {
  float: left;
  margin-left: 30px;
}
.portfolio__single-action .portfolio__single-share h4 {
  margin-bottom: 0.1em;
}
.portfolio__single-action .portfolio__single-services h4 {
  margin-bottom: 0.1em;
}
.portfolio__single-action .portfolio__single-services ul li {
  font-weight: 500;
}
.portfolio__single-nav {
  margin-top: 3.75em;
}
.portfolio__single-nav a {
  color: #000000;
  font-size: 24px;
}
.portfolio__single-nav a:hover {
  color: #262626;
}
/*! -- Caviar Collection -- */
.collection-thumb__title {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 175px);
  max-width: 350px;
  width: 100%;
}
.collection-thumb__title h4 {
  color: #000000;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0.625em;
}
.collection-thumb__title a {
  color: #000000;
}
.my__account-tab .tabs {
  border: 0;
}
.my__account-tab .tabs li {
  position: relative;
  border: 0;
  padding-right: 75px;
}
.my__account-tab .tabs li:after {
  content: "";
  border-top: 1px solid #777777;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
}
.my__account-tab .tabs li .tab__title {
  padding-bottom: 5px;
  border-bottom: transparent solid 2px;
}
.my__account-tab .tabs li .tab__title span {
  margin-bottom: 0;
  font-weight: 700;
}
.my__account-tab .tabs li:last-child {
  padding-right: 0;
}
.my__account-tab .tabs li:last-child:after {
  display: none;
}
.my__account-tab .tabs li.active .tab__title {
  border-bottom: #e21212 solid 2px;
}
.my__account-tab .tabs li.active .tab__title span {
  color: #000000;
}
.my__account-tab input[type="submit"] {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  height: auto;
}
.woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  background: #fff;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  border: #e7e7e7 solid 1px;
  border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: #e7e7e7 solid 1px;
  padding: 10px 25px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #000000;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #e21212;
}
.woocommerce-MyAccount-navigation ul li:before {
  font-family: "caviar-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size: 24px;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
  position: relative;
  top: 5px;
  content: "\45";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
  position: relative;
  top: 5px;
  content: "\48";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
  position: relative;
  top: 5px;
  content: "\47";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
  position: relative;
  top: 5px;
  content: "\4a";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
  position: relative;
  top: 5px;
  content: "\46";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  position: relative;
  top: 5px;
  content: "\49";
}
.my__account-right-content {
  background: #fff;
  border: #e7e7e7 solid 1px;
  padding: 30px;
}
.my__account-right-content .btn-view {
  display: block;
  font-size: 20px;
  color: #aaa;
  text-align: center;
}
.my__account-right-content .btn-view:hover {
  color: #000000;
}
.my__account-right-content .btn-view i {
  position: relative;
  top: 5px;
}
.my__account-right-content .woocommerce-customer-details table.shop_table td {
  background: #fff !important;
}
.woocommerce-ResetPassword {
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-ResetPassword .woocommerce-form-row {
  width: 100% !important;
}
.shopping__cart-page-header {
  padding: 0 0 5.625em 0;
}
.shopping__cart-page-header h2 {
  font-size: 2em !important;
  line-height: 1.36363636em;
}
.shopping__cart-page-header .desc {
  display: inline;
  padding-bottom: 0.9375em;
  border-bottom: #000000 solid 2px;
}
.shopping-cart-page table.shop_table {
  border: 0;
}
.shopping-cart-page table.shop_table thead tr {
  background: none;
}
.shopping-cart-page table.shop_table th {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  background: none;
  padding: 15px 0;
  border-bottom: #eee solid 2px;
}
.shopping-cart-page table.shop_table tr:nth-child(even) {
  background: none;
}
.shopping-cart-page table.shop_table td {
  border-top: 0;
  border-right: 0;
  border-bottom: #eee solid 1px;
  padding: 30px 0;
}
.shopping-cart-page table.shop_table td.actions {
  border: 0;
}
.shopping-cart-page table.shop_table img {
  width: 90px;
  margin-right: 15px;
}
.shopping-cart-page table.shop_table .product-thumbnail {
  width: 120px;
}
.shopping-cart-page table.shop_table .product-name a {
  color: #000000;
  font-size: 16px;
}
.shopping-cart-page table.shop_table .product-name a:hover {
  color: #333333;
}
.shopping-cart-page table.shop_table .product-name .woocommerce-Price-amount {
  display: none;
}
.shopping-cart-page table.shop_table .product-price,
.shopping-cart-page table.shop_table .product-subtotal {
  font-size: 16px;
  color: #000000;
}
.shopping-cart-page table.shop_table .quantity {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  border: #ddd solid 1px;
}
.shopping-cart-page table.shop_table .quantity .button-qty {
  font-size: 18px;
  line-height: 40px;
  line-height: 50px;
  cursor: pointer;
  float: left;
  margin: 0 10px;
}
.shopping-cart-page table.shop_table .quantity .button-qty i {
  position: relative;
  top: 3px;
  color: #000000;
}
.shopping-cart-page table.shop_table .quantity .button-qty.desc-qty {
  float: right;
}
.shopping-cart-page table.shop_table .quantity input {
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
}
.shopping-cart-page table.shop_table a.remove {
  color: #aaa !important;
}
.shopping-cart-page table.shop_table a.remove:before {
  content: '\2715';
  font-size: 0.8em;
}
.shopping-cart-page table.shop_table a.remove:hover {
  background: #fff !important;
  color: #000000 !important;
}
.shopping-cart-page table.shop_table .actions input[type="submit"] {
  width: 200px;
  font-weight: 500;
  padding: 20px 40px;
  height: auto;
}
.shopping-cart-page .coupon input[type='text'] {
  float: left;
  border: 0 !important;
  border-bottom: #ddd solid 2px !important;
  background: none !important;
  width: 300px !important;
  height: 56px;
}
.shopping-cart-page .coupon input[type='text']:hover {
  border-color: #000000 !important;
}
.shopping-cart-page .coupon input[type='submit'] {
  float: right;
  margin: 0;
  background: none;
  border: #000000 solid 2px;
  color: #000000;
}
.shopping-cart-page .coupon input[type='submit']:hover {
  background: #000000;
  color: #fff;
}
.cart-collaterals {
  background: #f7f7f9;
  padding: 3.75em 3.75em 0 3.75em;
}
.cart-collaterals h2 {
  font-weight: 500;
}
.cart-collaterals table tr,
.cart-collaterals .cart_totals tr th,
.cart-collaterals table.shop_table td,
.cart-collaterals table.shop_table th {
  border: 0 !important;
}
.cart-collaterals table.shop_table th {
  font-weight: 500 !important;
}
.cart-collaterals table.shop_table td {
  padding: 15px 0;
}
.cart-collaterals .woocommerce-Price-amount {
  color: #000000;
  font-weight: 500;
}
.cart-collaterals .woocommerce-shipping-calculator {
  margin-top: 20px;
}
.cart-collaterals .shipping-calculator-button {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: #000000 solid 2px;
}
.cart-collaterals .shipping-calculator-button:hover {
  color: #333333;
  border-color: #333333;
}
.cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
}
.woocommerce ul#shipping_method li {
  padding: 5px 0 5px 20px;
}
.woocommerce ul#shipping_method li label {
  font-weight: 500;
  color: #777777;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
}
/* #Cart Empty
--------------------------------------------------------------- */
.cart__empty-icon {
  font-size: 8em;
  line-height: 1;
  color: #000000;
}
@media all and (max-width: 768px) {
  .post-content table tr {
    border-right: 0 !important;
  }
  .shopping-cart-page .coupon input[type='text'] {
    width: 50% !important;
  }
  .shopping-cart-page table.shop_table .actions input[type="submit"] {
    width: 100%;
    margin-top: 15px;
  }
  .woocommerce-page table.cart td.actions .coupon input {
    margin-top: 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
}
@media all and (max-width: 767px) {
  .shopping-cart-page table.shop_table thead {
    display: none;
  }
  .shopping-cart-page table.shop_table .product-name a {
    display: block;
    font-size: 14px;
  }
  .shopping-cart-page table.shop_table .product-name a img {
    display: none;
  }
  .shopping-cart-page table.shop_table .product-name .woocommerce-Price-amount {
    display: block;
  }
  .shopping-cart-page table.shop_table .product-price {
    display: none;
  }
  .shopping-cart-page table.shop_table .quantity {
    width: 50px;
  }
  .shopping-cart-page table.shop_table .quantity .button-qty {
    display: none;
  }
  .shopping-cart-page table.shop_table .quantity input {
    width: 48px;
    margin: 0;
    padding: 0;
  }
  .shopping-cart-page table.shop_table .product-subtotal {
    display: none;
  }
  .woocommerce-page table.cart td.actions .coupon input {
    margin-top: 15px !important;
    width: 100% !important;
  }
  .cart-collaterals {
    padding: 1.1em;
  }
}
.caviar-checkout-action-title {
  text-align: center;
  color: #000000;
  font-size: 1.143em;
  font-weight: 500;
  padding: 1.3125em 0;
}
.caviar-checkout-action-title a {
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce-form-login .form-row-last,
.woocommerce-form-login .form-row-first {
  float: none !important;
  width: 100% !important;
}
.checkout_coupon .form-inner {
  position: relative;
}
.checkout_coupon .form-inner:after {
  content: "\4d";
  font-family: 'caviar-icons';
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 22px;
  color: #e21212;
  opacity: 1;
}
.checkout_coupon input.input-text {
  border: #e21212 dashed 2px;
  background: none;
  height: 50px;
}
.checkout_coupon input.coupon-submit {
  position: absolute;
  background: #fff;
  width: 100px;
  top: 0;
  right: 0;
  margin: 5px !important;
  height: 42px;
}
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 1.875em !important;
}
.checkout--page .select2-container--default .select2-selection--single {
  background: #f7f7f9;
  border-color: #ddd;
  border-radius: 0;
  height: 3.1875em;
  line-height: 3.1875em;
}
.checkout--page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.1875em;
}
.checkout--page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.1875em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #e21212 !important;
}
.select2-dropdown {
  border-color: #ddd;
  border-radius: 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000000;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #333333;
  border-color: #333333;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d0cfce;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #e21212;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
  border: #e21212 solid 3px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  float: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  padding: 0;
  width: auto;
  margin: 0;
  background: #fff;
  color: #000000;
  font-size: 1em;
  line-height: 2.4;
  border: 0;
  border-bottom: #000000 solid 2px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #e21212;
  border-bottom: #e21212 solid 2px;
}
.woocommerce .star-rating {
  font-family: "caviar-icons";
  font-size: 18px;
}
.woocommerce .star-rating::before {
  content: "\4f\4f\4f\4f\4f";
}
.woocommerce .star-rating span::before {
  content: "\4e\4e\4e\4e\4e";
  color: #F38F19;
}
.product_list_widget h6 {
  opacity: 0.8;
  font-size: 1em;
}
.product_list_widget h6:hover {
  opacity: 1;
}
.product_list_widget .woocommerce-Price-amount {
  color: #e21212;
}
.product_list_widget .empty {
  text-align: center;
}
.shop-ajax-filter {
  position: relative;
}
#caviar__shop-catalog-overlay {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1000;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#caviar__shop-catalog-overlay.show-loader {
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#caviar__shop-catalog-overlay.fade-out {
  opacity: 0;
}
#caviar__shop-catalog-overlay .cssload-container {
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: -6px;
}
.caviar-product {
  margin-bottom: 0.9375em;
}
.caviar-product .caviar-shop-loop-thumbnail {
  position: relative;
  overflow: hidden;
  background: #eee;
  margin-bottom: 0.9375em;
}
.caviar-product .caviar-shop-loop-thumbnail img.first-image {
  opacity: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  backface-visibility: hidden;
  margin-bottom: 0;
}
.caviar-product .caviar-shop-loop-thumbnail img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.caviar-product .caviar-shop-loop-thumbnail a {
  display: block;
}
.caviar-product .caviar-shop-loop-thumbnail:hover img.hover-image {
  opacity: 1;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box {
  position: absolute;
  bottom: 40px;
  right: 10px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  white-space: nowrap;
  transform: rotate(-90deg);
  z-index: 999;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a {
  opacity: 0;
  transform: translate3d(15px, 0, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a {
  display: inline-block;
  color: #000000;
  font-weight: 400;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a:hover {
  color: #4d4d4d;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a:not(:last-child):after {
  content: " \2014 ";
  position: relative;
  font-size: 1.5em;
  top: 2px;
  font-weight: 300;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a small {
  font-size: 18px;
  font-weight: 600;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.quickview small {
  color: #ff0000;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.add-to-wishlist small {
  color: #2400ff;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.add-to-compare small {
  color: #6601b4;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist a:after {
  content: " \2014 ";
  position: relative;
  font-size: 1.5em;
  top: 2px;
  font-weight: 300;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist small {
  font-size: 18px;
  font-weight: 600;
  color: #2400ff;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  right: 2px;
  top: 8px;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.caviar-product .caviar-shop-buttons {
  width: 200px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -100px;
  transform: scale(0.8);
  z-index: 9;
}
.caviar-product .caviar-shop-buttons a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 0 5px !important;
  float: left;
  text-align: center;
  position: relative;
  color: #000000;
}
.caviar-product .caviar-shop-buttons a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 180ms linear;
}
.caviar-product .caviar-shop-buttons a span {
  line-height: 55px;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style {
  margin-left: -55px;
  padding-top: 5px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
  transition-delay: 75ms;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.re.active {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  visibility: hidden;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style i {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  position: relative;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style i.caviar-icon-bag-add-3 {
  top: 10px;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style i.caviar-icon-complete-add {
  top: 10px;
  color: #e21212;
  display: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style .ajax-loading-icon {
  display: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style .ajax-loading-icon span {
  line-height: 24px;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.loading {
  pointer-events: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.loading .ajax-loading-icon {
  display: block;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.loading .caviar-icon-bag-add-3,
.caviar-product .caviar-shop-buttons a.add-to-cart-style.added .caviar-icon-bag-add-3 {
  display: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.added .caviar-icon-complete-add {
  display: block;
}
.caviar-product .caviar-shop-buttons a.wishlist-link {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
  transition-delay: 125ms;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.re.active {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  visibility: hidden;
}
.caviar-product .caviar-shop-buttons a.wishlist-link i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  position: relative;
}
.caviar-product .caviar-shop-buttons a.wishlist-link i.caviar-icon-wishlist {
  top: 17px;
}
.caviar-product .caviar-shop-buttons a.wishlist-link i.caviar-icon-heart-solid {
  top: 15px;
  color: #e21212;
  display: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link .ajax-loading-icon {
  display: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link .ajax-loading-icon span {
  line-height: 30px;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.loading {
  pointer-events: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.loading .ajax-loading-icon {
  display: block;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.loading .caviar-icon-wishlist,
.caviar-product .caviar-shop-buttons a.wishlist-link.added .caviar-icon-wishlist {
  display: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.added .caviar-icon-heart-solid {
  display: inline-block;
}
.caviar-product .caviar-shop-buttons a.wishlist-link span.text {
  display: none;
}
.caviar-product .caviar-shop-buttons a.view-link {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
  transition-delay: 155ms;
}
.caviar-product .caviar-shop-buttons a.view-link.re.active {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  visibility: hidden;
}
.caviar-product .caviar-shop-buttons a.view-link i {
  top: 15px;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  position: relative;
  width: 24px;
}
.caviar-product .caviar-shop-buttons a.added_to_cart {
  display: none;
}
.caviar-product .caviar-shop-buttons a:hover {
  color: #333333;
}
.caviar-product:hover .caviar-shop-buttons a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.caviar-product .caviar-shop-loop-desc {
  height: 33px;
  overflow: hidden;
  margin-top: -0.3em;
}
.caviar-product .caviar-shop-loop-desc .caviar-shop-loop-switcher {
  height: 66px;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transform: rotate(0);
  -webkit-transform: translateZ(0);
}
.caviar-product .caviar-shop-loop-price {
  height: 33px;
  overflow: hidden;
  color: #e21212;
}
.caviar-product .caviar-shop-loop-price p.price,
.caviar-product .caviar-shop-loop-price span.price {
  color: #e21212 !important;
  font-size: 1em !important;
}
.caviar-product .caviar-shop-loop-buttons {
  height: 33px;
  overflow: hidden;
}
.caviar-product .caviar-shop-loop-buttons a {
  cursor: pointer;
  line-height: normal;
  margin: 0 !important;
  min-width: inherit;
  position: relative;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  font-size: .8125rem !important;
  text-transform: uppercase;
  font-weight: 900;
  background: none !important;
  border-color: none !important;
  -webkit-appearance: none;
  border: none;
  transition: color 300ms ease !important;
}
.caviar-product .caviar-shop-loop-buttons a i {
  position: relative;
  top: 1px;
  font-size: 0.8em;
}
.caviar-product .caviar-shop-loop-buttons .add_to_cart_button.added {
  display: none;
}
.caviar-product a:hover h5 {
  color: #4d4d4d;
}
.caviar-product .label + img {
  margin-top: 2.8125em;
}
.caviar-product h5 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.46875em;
  font-weight: 500;
}
.caviar-product .h4 {
  margin-bottom: 0;
}
.caviar-product .h4:first-child {
  clear: left;
}
.caviar-product .product__controls {
  overflow: hidden;
  margin-bottom: 0.9375em;
}
.caviar-product .product__controls label,
.caviar-product .product__controls button {
  position: relative;
  top: 6px;
}
.caviar-product.product--tile {
  padding: 1.875em;
  border-radius: 6px;
}
.caviar-product:hover .caviar-shop-loop-switcher {
  transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  -webkit-transform: translateY(-33px);
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 {
  position: absolute;
  top: 13px;
  right: 21px;
  z-index: 9;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #000000;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link i {
  font-size: 21px;
  width: 21px;
  margin-left: 0;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link i.caviar-icon-heart-solid {
  color: #e21212;
  top: 0;
  font-size: 26px;
  display: none;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link .ajax-loading-icon {
  display: none;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link .ajax-loading-icon span {
  line-height: 0;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link.loading {
  pointer-events: none;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link.loading .ajax-loading-icon {
  display: block;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link.loading .caviar-icon-wishlist,
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link.added .caviar-icon-wishlist {
  display: none;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link.added .caviar-icon-heart-solid {
  display: inline-block;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.wishlist-link span.text {
  display: none;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a.added_to_cart {
  display: none;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-buttons-2 a:hover {
  color: #333333;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-loop-title {
  display: inline-block;
  float: left;
  margin-bottom: 0.9375em;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-loop-price {
  float: right;
  text-align: left;
}
.caviar-product.catalog-custom-view-2 .caviar-shop-loop-price .price {
  color: #000000 !important;
}
/* #Pagination
--------------------------------------------------------------- */
.caviar-pagination {
  overflow: hidden;
}
.caviar-pagination.caviar__load-more {
  display: none;
}
.page-numbers {
  width: 100%;
  overflow: hidden;
}
.page-numbers li {
  float: left;
}
.page-numbers li a,
.page-numbers li span {
  font-size: 16px;
  color: #8c8c8c;
  padding: 3px 14px;
}
.page-numbers li:first-child a,
.page-numbers li:first-child span {
  padding-left: 0;
}
.page-numbers li a:hover {
  color: #282828;
}
.page-numbers li span.current {
  color: #dc9814;
}
/* Products: Infinite load */
.caviar__load-more-link {
  display: none;
}
.caviar__load-more-controls {
  position: relative;
  width: 100%;
  min-height: 42px;
  margin: 17px 0 36px;
  overflow: hidden;
  text-align: center;
}
/* Buttons */
.caviar__load-more-controls a {
  width: 200px;
}
.all-products-loaded .caviar__load-more-controls a,
.caviar__load-more-controls.hide-btn a {
  display: none;
}
/* Button: To top */
.caviar__load-more-controls a.caviar__load-more-complete {
  display: none;
  width: 300px;
  cursor: default;
  color: #000000 !important;
  border-color: #000000 !important;
}
.all-products-loaded .caviar__load-more-controls .caviar__load-more-complete {
  display: inline-block;
}
/* Loader */
.caviar__load-more-controls.scroll-mode .caviar__load-more-btn,
.caviar__load-more-controls.caviar-loader .caviar__load-more-btn {
  text-indent: -1000em;
  overflow: hidden;
}
.loading--more {
  display: none;
  text-align: center;
}
.loading--more .loading-icon {
  margin: 0 auto;
  width: 200px;
}
.loading--more .loading-icon span {
  font-family: Georgia, serif;
  font-size: 50px;
  line-height: 0;
  color: #777777;
  animation-name: blink;
  animation-duration: .9s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading--more .loading-icon span:first-child {
  padding-left: 2px;
}
.loading--more .loading-icon span:nth-child(2) {
  animation-delay: .3s;
}
.loading--more .loading-icon span:nth-child(3) {
  animation-delay: .6s;
}
/* Shop Filter */
.caviar__shop-top-bar {
  margin-bottom: 1.875em;
}
.caviar__shop-top-bar .caviar__shop-categories-list {
  display: inline-block;
  margin-bottom: 0;
}
.caviar__shop-top-bar .caviar__shop-categories-list li {
  float: left;
  margin-right: 1.875em;
}
.caviar__shop-top-bar .caviar__shop-categories-list li a {
  color: #aaa;
  font-size: 1.35714286em;
  font-weight: 500;
  line-height: 2em;
  border-bottom: transparent 1px solid;
}
.caviar__shop-top-bar .caviar__shop-categories-list li a:hover {
  border-bottom: #aaa 1px solid;
}
.caviar__shop-top-bar .caviar__shop-categories-list li.activate a {
  color: #e21212;
  border-bottom: #e21212 1px solid;
}
.caviar__shop-top-bar .caviar__shop-category-btn {
  display: none;
  font-size: 1.35714286em;
  font-weight: 500;
  line-height: 2em;
  color: #aaa;
}
.caviar__shop-top-bar .caviar__shop-category-btn:hover {
  color: #e21212;
}
.caviar__shop-top-bar .caviar__shop-filter-btn {
  float: right;
  font-size: 1.35714286em;
  font-weight: 500;
  line-height: 2em;
  color: #aaa;
}
.caviar__shop-top-bar .caviar__shop-filter-btn:hover {
  color: #e21212;
}
.caviar__shop-filter-widget {
  display: none;
  opacity: 0;
  background: #333333;
  padding: 1.875em;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.caviar__shop-filter-widget.open {
  opacity: 1;
}
.caviar__shop-filter-widget .product-categories-widget {
  display: none;
}
.caviar__shop-filter-widget .shop-filter__widget {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.caviar__shop-filter-widget .shop-filter__widget h2.widgettitle {
  color: #fff;
  font-weight: 500;
}
.caviar__shop-filter-widget .shop-filter__widget a {
  color: #ccc;
}
.caviar__shop-filter-widget .shop-filter__widget a:hover {
  color: #fff;
}
.caviar__shop-filter-widget .shop-filter__widget .chosen a,
.caviar__shop-filter-widget .shop-filter__widget .active {
  color: #e21212;
}
.caviar__shop-filter-widget .shop-filter__widget .wc-layered-nav-term .count {
  display: none;
}
.caviar__shop-filter-widget .shop-filter__widget .tagcloud a {
  background: #fff;
  color: #777777;
  padding: 2px 5px;
  border-radius: 5px;
}
.caviar__shop-filter-widget .shop-filter__widget .tagcloud a:hover {
  background: #e21212;
  color: #fff;
}
@media all and (max-width: 768px) {
  .caviar-product .caviar-shop-loop-title {
    display: block !important;
    width: 100%;
    margin-bottom: 0 !important;
  }
  .caviar-product .caviar-shop-loop-price {
    float: none !important;
    overflow: visible !important;
  }
  .caviar__load-more-controls {
    margin-bottom: 0;
  }
  .caviar__load-more-controls .btn {
    margin-bottom: 0;
  }
  .caviar__shop-top-bar .caviar__shop-filter-btn {
    float: left;
  }
  .caviar__shop-top-bar .caviar__shop-categories-list {
    display: none;
  }
  .caviar__shop-filter-widget .product-categories-widget {
    display: block;
  }
  .caviar__shop-filter-widget .shop-filter__widget {
    width: 100%;
    cursor: pointer;
  }
  .caviar__shop-filter-widget .shop-filter__widget .widgettitle {
    position: relative;
  }
  .caviar__shop-filter-widget .shop-filter__widget .widgettitle:after {
    content: "\4c";
    position: absolute;
    top: -5px;
    right: 0;
    height: 28px;
    font-family: 'caviar-icons';
    font-size: 11px;
    line-height: 28px;
    font-weight: normal;
    padding-left: 10px;
  }
  .caviar__shop-filter-widget .shop-filter__widget > div,
  .caviar__shop-filter-widget .shop-filter__widget > ul {
    display: none;
    margin-bottom: 1.875em;
  }
  .caviar__shop-filter-widget .shop-filter__widget.open > div,
  .caviar__shop-filter-widget .shop-filter__widget.open > ul {
    display: block;
  }
  .caviar__shop-filter-widget .shop-filter__widget.open .widgettitle:after {
    content: "\4b";
  }
}
.product .quantity {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  border: #ddd solid 1px;
}
.product .quantity .button-qty {
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  float: left;
  margin: 0 10px;
}
.product .quantity .button-qty i {
  position: relative;
  top: 3px;
  color: #000000;
  line-height: 50px;
}
.product .quantity .button-qty.desc-qty {
  float: right;
}
.product .quantity input {
  width: 40px !important;
  height: 40px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
}
.single__product-summary--top {
  line-height: 40px;
}
.single__product-summary--top .single__product-summary--nav {
  float: right;
}
.single__product-summary--top .single__product-summary--nav a {
  display: inline-block;
  background: #eee;
  width: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #000000;
  text-align: center;
  font-size: 18px;
}
.single__product-summary--top .single__product-summary--nav a i {
  position: relative;
  top: 4px;
}
.single__product-summary--top .single__product-summary--nav a:last-child {
  margin: 0;
}
.single__product-summary--top .single__product-summary--nav a:hover {
  color: #eee;
  background: #000000;
}
.single__product-summary .product_title {
  font-size: 24px;
  font-weight: 600;
}
.single__product-summary .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 700;
  color: #e21212;
}
.single__product-summary .quantity {
  float: left;
  width: 137px;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  border: #ddd solid 1px;
}
.single__product-summary .quantity .button-qty {
  font-size: 18px;
  line-height: 40px;
  line-height: 50px;
  cursor: pointer;
}
.single__product-summary .quantity .button-qty i {
  position: relative;
  top: 3px;
  color: #000000;
}
.single__product-summary .quantity input {
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
}
.single__product-summary .item__addtocart {
  margin-top: 1.875em;
}
.single__product-summary .single_add_to_cart_button {
  float: right;
  height: 50px;
  line-height: 29px;
  max-width: 62%;
  margin-top: 0;
}
.single__product-summary a.single_add_to_cart_button {
  line-height: 25px;
}
.single__product-summary .wishlist-link {
  margin-top: 0.9375em;
  opacity: 1;
  float: right;
}
.single__product-summary .wishlist-link i.caviar-icon-wishlist,
.single__product-summary .wishlist-link i.caviar-icon-heart-solid {
  top: 0;
  margin-right: 3px;
}
.single__product-summary .wishlist-link .ajax-loading-icon span {
  line-height: 1px;
}
.single__product-summary .product__single-share {
  margin-top: 0.9375em;
}
ul.variations {
  margin-top: 1.875em;
}
ul.variations li {
  margin-bottom: 1.875em;
}
ul.variations li label {
  font-weight: 500;
  margin-bottom: 0.9375em;
}
.woocommerce-variation-price {
  margin-bottom: 1.875em;
}
/* #Product Grouped
--------------------------------------------------------------- */
.product__type-grouped .quantity {
  width: auto !important;
}
.product__type-grouped .quantity .button-qty {
  display: none !important;
}
.product__type-grouped .group_table .woocommerce-Price-amount {
  font-size: 1em;
  font-weight: 500;
}
.product__type-grouped .group_table .price ins,
.product__type-grouped .group_table .price del {
  font-size: 1em;
}
.product__type-grouped .group_table td {
  padding: 0.7em 0;
  border-bottom: #eee solid 1px !important;
}
.product__type-grouped .group_table input[type] {
  padding: 0;
}
.product__type-grouped .group_table .stock {
  font-size: 0.8em;
  color: #77a464;
}
.product__type-grouped .single_add_to_cart_button {
  max-width: 100%;
}
/* #Product External
--------------------------------------------------------------- */
.product__type-external .item__addtocart {
  float: left;
}
.product__type-external .single_add_to_cart_button {
  float: none;
  max-width: 100%;
}
.product__type-external .wishlist-link {
  float: left;
  margin-left: 1.875em;
  margin-top: 2.9375em;
}
.product__type-external .product__single-share {
  margin-top: 103px;
}
/* #Product Tabs
--------------------------------------------------------------- */
.product-tabs-container {
  margin-top: 5.625em;
}
.product-tabs-container .tabs {
  border: none;
  border-radius: 0;
}
.product-tabs-container .tabs li {
  opacity: 1;
  display: inline-block;
  padding: 10px 5px;
}
.product-tabs-container .tabs li:not(:last-child) {
  border-right: none;
  border-bottom: none;
}
.product-tabs-container .tabs li .h5 {
  color: #777777;
}
.product-tabs-container .tabs li.active .h5,
.product-tabs-container .tabs li:hover .h5 {
  color: #000000;
}
.product-tabs-container .tabs .tab__title {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1em;
}
.product-tabs-container .tabs .tab__title span > span {
  text-align: center;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 80%;
  width: 19px;
  height: 19px;
  line-height: 21px;
  background: #000000;
  border-radius: 50%;
}
/* #Product After Tabs
--------------------------------------------------------------- */
.product__after-single-product-tab .product_meta {
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
  line-height: 60px;
  text-align: center;
}
.product__after-single-product-tab .product_meta a {
  color: #000000;
}
.product__after-single-product-tab .product_meta a:hover {
  color: #333333;
}
/* #Review
--------------------------------------------------------------- */
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce-Reviews {
  width: 50%;
  margin: 0 auto;
}
.woocommerce-Reviews .item__reviews {
  margin-bottom: 1.875em;
}
.woocommerce-Reviews .item__reviews .review__text {
  margin-left: 80px;
}
.woocommerce-Reviews .item__reviews .review__text h5 {
  margin-bottom: 0;
}
.woocommerce-Reviews .comment-reply-title {
  display: block;
  font-size: 1.4375em;
  font-weight: 600;
  color: #000000;
  margin: 0.9375em 0;
}
.woocommerce-Reviews .comment-form-rating {
  margin-bottom: 0.46875em;
}
.woocommerce-Reviews .comment-form-rating label {
  margin-bottom: 5px;
}
/* #Product Sticky Layout
--------------------------------------------------------------- */
.product__sticky-layout {
  padding-top: 0;
}
.product__sticky-layout .images ul li {
  position: relative;
  margin-bottom: 1.875em;
}
.product__sticky-layout .images ul li a.view--gallery {
  position: absolute;
  font-size: 24px;
  bottom: 13px;
  right: 17px;
  z-index: 9;
}
.product__sticky-layout .images ul li:last-child {
  margin-bottom: 0;
}
.product__sticky-layout .images ul li img {
  margin: 0;
}
.product__sticky-layout .single__product-summary {
  position: static;
}
.single .price del {
  color: #aaa;
}
.single .price del .woocommerce-Price-amount {
  color: #aaa;
}
.single .price ins {
  text-decoration: none;
}
.single__product-images_mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .single__product-images {
    display: none;
  }
  .single__product-images_mobile {
    display: block;
  }
  .single__product-images_mobile .flickity-slider li {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .single__product-images_mobile .flickity-page-dots {
    bottom: 10px;
  }
  .single__product-images_mobile .flickity-page-dots li {
    margin-bottom: 0 !important;
  }
  .single__product-images_mobile .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
  }
  .product__sticky-summary {
    margin-top: 1.875em;
  }
  .product__sticky-summary .single__product-summary--top {
    display: none;
  }
  .woocommerce-Reviews {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .single__product-summary:not(.product__type-grouped) form.cart .quantity {
    width: 100% !important;
  }
  .single__product-summary:not(.product__type-grouped) form.cart .quantity .qty {
    width: 80% !important;
  }
  .single__product-summary .single_add_to_cart_button {
    margin-top: 1.875em;
    max-width: 100%;
  }
}
/* #Product Releated
--------------------------------------------------------------- */
.related-products {
  margin-top: 5.625em;
}
/* #Quick view
--------------------------------------------------------------- */
.mfp-close {
  z-index: 1;
}
#caviar-quickview {
  position: relative;
  display: none;
  max-width: 1080px;
  /*max-width: 910px;*/
  margin: 0 auto;
  background: #fff;
}
#caviar-quickview .product {
  position: static;
}
.mfp-wrap #caviar-quickview {
  display: block;
}
/* Summary */
#caviar-quickview .caviar-qv-summary {
  float: left;
  padding: 30px;
  width: 37%;
}
#caviar-quickview .caviar-qv-summary .quantity {
  width: 100% !important;
}
#caviar-quickview .caviar-qv-summary .quantity input {
  width: 65% !important;
}
#caviar-quickview .caviar-qv-summary .quantity .button-qty i {
  line-height: 50px;
  font-size: 24px;
}
#caviar-quickview .single_add_to_cart_button {
  width: 100%;
  position: absolute;
  max-width: 37%;
  bottom: 0;
  left: 0;
  box-shadow: 0px -89px 90px -55px #ffffff;
  outline: none;
}
/* Summary: Title */
#caviar-quickview .product-summary .product_title {
  font-size: 24px;
  font-weight: 500;
  padding-top: 0;
}
/* Summary: Variations */
#caviar-quickview .product-summary .variations tr:not(.open) td,
#caviar-quickview .product-summary .caviar-quantity-wrap,
#caviar-quickview .single_variation {
  border-color: #e7e7e7;
}
#caviar-quickview .product-summary .sod_select .sod_list_wrapper {
  background: #fff;
}
/* Summary: Grouped */
#caviar-quickview .product-summary .group_table tr td {
  border-bottom-color: #eee;
}
/* Summary: Button */
#caviar-quickview .product-summary .single_add_to_cart_button {
  padding: 16px;
}
#caviar-quickview .product-summary .single_add_to_cart_button.caviar-loader {
  /* Button loader animation (adding to cart) */
  position: relative;
  text-indent: -1000em;
  overflow: hidden;
}
/* Summary: Details button */
.caviar-qv-details-button.button {
  margin-top: 6px;
  padding: 16px;
}
.caviar-qv-details-button.button.border {
  margin-top: 15px;
  padding: 12px;
  border-width: 1px;
}
/* Product image/slider */
#caviar-quickview .caviar-qv-product-image {
  float: right;
  width: 63%;
  padding: 0;
}
#caviar-quickview .caviar-qv-product-image .images {
  width: 100%;
  margin-bottom: 0;
}
#caviar-quickview-slider {
  width: 100%;
  overflow: hidden;
  background: #eee;
}
#caviar-quickview-slider img {
  width: 100%;
  height: auto;
}
/* Magnific Popup: Background overlay */
.mfp-bg.caviar-mfp-quickview {
  display: none;
}
#caviar-quickview .mfp-close:before {
  position: relative;
  top: 5px;
}
#caviar-quickview .mfp-close:hover {
  color: #1a1a1a;
}
#caviar-quickview .caviar-qv-summary-content {
  margin-top: 1.875em;
}
#caviar-quickview .caviar-qv-summary-content .post-content {
  margin-bottom: 1.875em;
}
@media (max-width: 1100px) {
  #caviar-quickview {
    max-width: 550px;
  }
  /* Summary */
  #caviar-quickview .caviar-qv-summary {
    float: none;
    width: 100%;
  }
  /* Product image/slider */
  #caviar-quickview .caviar-qv-product-image {
    float: none;
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  /* Summary */
  #caviar-quickview .caviar-qv-summary {
    padding: 34px 21px 37px;
  }
  /* Summary: Title */
  #caviar-quickview .product-summary .product_title {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 0;
  }
}
.wishlist-link i {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  position: relative;
}
.wishlist-link i.caviar-icon-wishlist {
  top: 5px;
}
.wishlist-link i.caviar-icon-heart-solid {
  top: 5px;
  color: #e21212;
  display: none;
}
.wishlist-link span.text {
  margin-left: 10px;
}
.wishlist-link .completed--text {
  display: none;
}
.wishlist-link .ajax-loading-icon {
  display: none;
}
.wishlist-link .ajax-loading-icon span {
  line-height: 30px;
}
.wishlist-link.loading {
  pointer-events: none;
}
.wishlist-link.loading .ajax-loading-icon {
  display: block;
}
.wishlist-link.loading .caviar-icon-wishlist,
.wishlist-link.loading .add--text,
.wishlist-link.added .caviar-icon-wishlist,
.wishlist-link.added .add--text {
  display: none;
}
.wishlist-link.added .completed--text,
.wishlist-link.added .caviar-icon-heart-solid {
  display: inline-block;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  border: #fff solid 1px;
  font-size: 0.85em;
}
.woocommerce.woocommerce-wishlist table.wishlist_table td.product-stock-status {
  font-size: 0.85em;
}
.woocommerce table.wishlist_table,
.woocommerce.woocommerce-wishlist table.wishlist_table td {
  border: 0 !important;
}
.woocommerce table.wishlist_table tr:nth-child(even) {
  background: none;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
}
.woocommerce table.wishlist_table .remove {
  display: inline-block;
  color: #000000 !important;
}
.woocommerce table.wishlist_table .remove .product-remove {
  cursor: pointer;
  opacity: 0.7;
}
.woocommerce table.wishlist_table .remove .product-remove:before {
  content: '\2715';
  font-size: 14px;
}
.woocommerce table.wishlist_table .remove .product-remove:hover {
  opacity: 1;
}
.wishlist_table tr td.product-thumbnail a {
  max-width: 150px;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .product-name {
  padding-left: 30px;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 1em;
}
.woocommerce-breadcrumb a {
  color: #777777;
  margin: 0 3px;
}
.woocommerce-breadcrumb a:hover {
  color: #000000;
}
.woocommerce-breadcrumb span {
  margin: 0 3px;
}
.woocommerce table.shop_table {
  border-radius: 2px;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 15px;
}
.woocommerce table.shop_table th {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.shop_table td:last-child {
  border-right: 0;
}
.woocommerce table.shop_table tfoot td {
  background: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #000;
  border: #000 solid 2px;
  border-radius: 0;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1em 3em;
  margin-top: 20px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  border: #000 solid 2px;
  background: #fff;
  color: #000;
}
.woocommerce input[type="radio"],
.woocommerce input[type="checkbox"] {
  display: none;
}
.woocommerce label.checkbox,
.woocommerce input[type=radio] + label,
.woocommerce input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 44px;
}
.woocommerce label.checkbox:before,
.woocommerce input[type=radio] + label:before,
.woocommerce input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  border: 1px solid #ddd;
  background-color: #dddddd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce label.checkbox:after,
.woocommerce input[type=radio] + label:after,
.woocommerce input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  border-left: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  width: 12px;
  height: 6px;
  left: 6px;
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce input:checked + label:after {
  border-color: #fff;
}
.woocommerce label.checked:before,
.woocommerce input:checked + label:before {
  border: 1px solid #000000;
  background-color: #000000;
}
.woocommerce input:checked + label {
  color: #000000 !important;
}
.woocommerce form .form-row .input-checkbox {
  display: none;
}
.cart-form button[type="submit"] {
  margin-top: 1.875em;
}
.cart-total > div {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .cart-total {
    margin-top: 3.75em;
  }
  .cart-customer-details {
    margin-top: 7.5em;
  }
}
@media all and (max-width: 767px) {
  .cart-total {
    margin-top: 1.875em;
  }
}
.cart-customer-details div[class*='col-'] {
  margin-top: 0.46875em;
}
.cart-customer-details .input-checkbox {
  margin: 1.875em 0;
}
.caviar-product {
  margin-bottom: 0.9375em;
}
.caviar-product .caviar-shop-loop-thumbnail {
  position: relative;
  overflow: hidden;
  background: #eee;
  margin-bottom: 0.9375em;
}
.caviar-product .caviar-shop-loop-thumbnail img.first-image {
  opacity: 1;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  backface-visibility: hidden;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.caviar-product .caviar-shop-loop-thumbnail img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 100%;
  height: auto;
}
.caviar-product .caviar-shop-loop-thumbnail a {
  display: block;
}
.caviar-product .caviar-shop-loop-thumbnail:hover img.hover-image {
  opacity: 1;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box {
  position: absolute;
  bottom: 40px;
  right: 10px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  white-space: nowrap;
  transform: rotate(-90deg);
  z-index: 999;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a {
  opacity: 0;
  transform: translate3d(15px, 0, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a {
  display: inline-block;
  color: #000000;
  font-weight: 400;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a:hover {
  color: #4d4d4d;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a:not(:last-child):after {
  content: " \2014 ";
  position: relative;
  font-size: 1.5em;
  top: 2px;
  font-weight: 300;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a small {
  font-size: 18px;
  font-weight: 600;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.quickview small {
  color: #ff0000;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.add-to-wishlist small {
  color: #2400ff;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box a.add-to-compare small {
  color: #6601b4;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist a:after {
  content: " \2014 ";
  position: relative;
  font-size: 1.5em;
  top: 2px;
  font-weight: 300;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist small {
  font-size: 18px;
  font-weight: 600;
  color: #2400ff;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  right: 2px;
  top: 8px;
}
.caviar-product .caviar-shop-loop-thumbnail .act-hover-box.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.caviar-product .caviar-shop-loop-thumbnail .product-label {
  width: 40px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  z-index: 9;
}
.caviar-product .caviar-shop-loop-thumbnail .product-label:first-child {
  top: 10px;
}
.caviar-product .caviar-shop-loop-thumbnail .product-label:first-child + .product-label {
  top: 40px;
}
.caviar-product .caviar-shop-loop-thumbnail .product-label:first-child + .product-label + .product-label {
  top: 70px;
}
.caviar-product .caviar-shop-loop-thumbnail .product-label.sale-label {
  background: #e21212;
}
.caviar-product .caviar-shop-loop-thumbnail .product-label.top-label {
  background: #31639c;
}
.caviar-product .caviar-shop-loop-thumbnail .product-label.new-label {
  background: #465773;
}
.caviar-product .caviar-shop-buttons {
  width: 200px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -100px;
  transform: scale(0.8);
  z-index: 9;
}
.caviar-product .caviar-shop-buttons a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 0 5px !important;
  float: left;
  text-align: center;
  position: relative;
  color: #000000;
}
.caviar-product .caviar-shop-buttons a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 180ms linear;
}
.caviar-product .caviar-shop-buttons a span {
  line-height: 55px;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style {
  margin-left: -55px;
  padding-top: 5px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
  transition-delay: 75ms;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.re.active {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  visibility: hidden;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style i {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  position: relative;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style i.caviar-icon-bag-add-3 {
  top: 10px;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style i.caviar-icon-complete-add {
  top: 10px;
  color: #e21212;
  display: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style .ajax-loading-icon {
  display: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style .ajax-loading-icon span {
  line-height: 24px;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.loading {
  pointer-events: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.loading .ajax-loading-icon {
  display: block;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.loading .caviar-icon-bag-add-3,
.caviar-product .caviar-shop-buttons a.add-to-cart-style.added .caviar-icon-bag-add-3 {
  display: none;
}
.caviar-product .caviar-shop-buttons a.add-to-cart-style.added .caviar-icon-complete-add {
  display: block;
}
.caviar-product .caviar-shop-buttons a.wishlist-link {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
  transition-delay: 125ms;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.re.active {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  visibility: hidden;
}
.caviar-product .caviar-shop-buttons a.wishlist-link i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  position: relative;
}
.caviar-product .caviar-shop-buttons a.wishlist-link i.caviar-icon-wishlist {
  top: 17px;
}
.caviar-product .caviar-shop-buttons a.wishlist-link i.caviar-icon-heart-solid {
  top: 15px;
  color: #e21212;
  display: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link .ajax-loading-icon {
  display: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link .ajax-loading-icon span {
  line-height: 30px;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.loading {
  pointer-events: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.loading .ajax-loading-icon {
  display: block;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.loading .caviar-icon-wishlist,
.caviar-product .caviar-shop-buttons a.wishlist-link.added .caviar-icon-wishlist {
  display: none;
}
.caviar-product .caviar-shop-buttons a.wishlist-link.added .caviar-icon-heart-solid {
  display: inline-block;
}
.caviar-product .caviar-shop-buttons a.wishlist-link span.text {
  display: none;
}
.caviar-product .caviar-shop-buttons a.view-link {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  transition: transform 200ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), opacity 400ms cubic-bezier(0.39, 0.575, 0.5649999999999999, 1), visibility 400ms linear;
  transition-delay: 155ms;
}
.caviar-product .caviar-shop-buttons a.view-link.re.active {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  visibility: hidden;
}
.caviar-product .caviar-shop-buttons a.view-link i {
  top: 15px;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  position: relative;
  width: 24px;
}
.caviar-product .caviar-shop-buttons a.added_to_cart {
  display: none;
}
.caviar-product .caviar-shop-buttons a:hover {
  color: #333333;
}
.caviar-product:hover .caviar-shop-buttons a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.caviar-product .caviar-shop-loop-desc {
  height: 33px;
  overflow: hidden;
  margin-top: -0.3em;
}
.caviar-product .caviar-shop-loop-desc .caviar-shop-loop-switcher {
  height: 66px;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transform: rotate(0);
  -webkit-transform: translateZ(0);
}
.caviar-product .caviar-shop-loop-price {
  height: 33px;
  overflow: hidden;
  color: #e21212;
}
.caviar-product .caviar-shop-loop-price p.price,
.caviar-product .caviar-shop-loop-price span.price {
  color: #e21212 !important;
  font-size: 1em !important;
}
.caviar-product .caviar-shop-loop-buttons {
  height: 33px;
  overflow: hidden;
}
.caviar-product .caviar-shop-loop-buttons a {
  cursor: pointer;
  line-height: normal;
  margin: 0 !important;
  min-width: inherit;
  position: relative;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  font-size: .8125rem !important;
  text-transform: uppercase;
  font-weight: 900;
  background: none !important;
  border-color: none !important;
  -webkit-appearance: none;
  border: none;
  transition: color 300ms ease !important;
}
.caviar-product .caviar-shop-loop-buttons a i {
  position: relative;
  top: 1px;
  font-size: 0.8em;
}
.caviar-product .caviar-shop-loop-buttons .add_to_cart_button.added {
  display: none;
}
.caviar-product a:hover h5 {
  color: #4d4d4d;
}
.caviar-product .label + img {
  margin-top: 2.8125em;
}
.caviar-product h5 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.46875em;
  font-weight: 500;
}
.caviar-product .h4 {
  margin-bottom: 0;
}
.caviar-product .h4:first-child {
  clear: left;
}
.caviar-product .product__controls {
  overflow: hidden;
  margin-bottom: 0.9375em;
}
.caviar-product .product__controls label,
.caviar-product .product__controls button {
  position: relative;
  top: 6px;
}
.caviar-product.product--tile {
  padding: 1.875em;
  border-radius: 6px;
}
.caviar-product:hover .caviar-shop-loop-switcher {
  transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  -webkit-transform: translateY(-33px);
}
.col-sm-6:not(.col-md-3):not(.col-md-4):not(.col-md-6) .product {
  text-align: center;
}
.col-md-3 .product--tile h5 {
  display: block;
}
.masonry--tiles {
  padding: 10px;
}
.masonry--tiles .masonry__item:not(:empty) {
  padding: 0 6px;
  margin-bottom: 12px;
}
.masonry--tiles .masonry__item:not(:empty) .product--tile {
  margin: 0;
}
.masonry--tiles .masonry__item:not(:empty) .product--tile .label {
  top: 1.875em;
  right: 2.8125em;
}
.feature-product-wrap {
  margin-top: 10px;
  clear: both;
}
.feature-product-list {
  margin-top: 20px !important;
}
.feature-product-list .feature-product-item {
  padding-top: 5px;
  padding-bottom: 11px;
}
.feature-product-list .feature-product-item:last-child {
  padding-bottom: 0;
}
.feature-product-list .feature-product-item:before {
  content: "...";
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
}
.feature-product-list .feature-product-item .feature-product-price {
  padding-left: 20px;
  padding-right: 0px;
  display: inline-block;
  min-width: 100px;
  color: #ff0000;
  font-size: 12px;
  font-weight: 500;
}
.feature-product-list .feature-product-item .feature-product-title {
  font-size: 1em;
  color: #000000;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.feature-product-list .feature-product-item .feature-product-title:hover {
  border-bottom: 2px solid #e21212;
}
.feature-product-thumbnails {
  margin-top: 20px;
  text-align: right;
  position: relative;
}
.feature-product-thumbnails .feature-product-image {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  float: right;
}
.feature-product-thumbnails .feature-product-image.active {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.cart-tabs-container .tabs {
  border: none;
  border-radius: 0;
}
.cart-tabs-container .tabs li {
  display: inline-block;
  padding: 10px 5px;
}
.cart-tabs-container .tabs li:not(.active) {
  opacity: 1;
}
.cart-tabs-container .tabs li:not(:last-child) {
  border-right: none;
}
.cart-tabs-container .tabs li:not(:last-child):after {
  position: relative;
  content: "\2014";
  font-size: 1.5em;
  font-weight: 400;
  margin-left: 10px;
  top: 0px;
}
.cart-tabs-container .tabs li.active .h4,
.cart-tabs-container .tabs li:hover .h4 {
  border-bottom: 2px solid #e21212;
}
.cart-tabs-container .tabs .tab__title {
  display: inline-block;
}
.cart-tabs-container .tabs .tab__title .cart-counter,
.cart-tabs-container .tabs .tab__title .wishlist-counter {
  color: #e21212 !important;
  position: relative;
  font-size: 14px;
  top: -10px;
}
.shop-cart ul.cart_list {
  font-size: 16px;
  margin: 0 0 0px;
  padding: 0;
  list-style: none;
}
.shop-cart ul.cart_list li {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  position: relative;
}
.shop-cart ul.cart_list li:not(:last-child) {
  border-bottom: 1px solid #333333;
}
.shop-cart ul.cart_list li .quantity,
.shop-cart ul.cart_list li .amount {
  font-size: 16px;
  font-weight: 400;
}
.shop-cart ul.cart_list .product-title a {
  font-weight: 400;
}
.shop-cart ul.cart_list .product-title .remove,
.shop-cart ul.cart_list .product-title .quantity {
  display: none;
}
.shop-cart ul.cart_list .product-title .product-cart-data {
  min-height: 100px;
  margin-left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop-cart ul.cart_list img {
  float: left;
  margin: 0 40px 0 0;
  width: 70px;
}
.shop-cart ul.cart_list .product-qty,
.shop-cart ul.cart_list .product-price,
.shop-cart ul.cart_list .product-remove {
  line-height: 100px;
}
.shop-cart ul.cart_list .product-remove {
  text-align: right;
}
.shop-cart ul.cart_list .remove {
  display: inline-block;
  background: none;
}
.shop-cart ul.cart_list .remove .product-remove {
  cursor: pointer;
  opacity: 0.7;
}
.shop-cart ul.cart_list .remove .product-remove:before {
  content: '\2715';
  font-size: 14px;
}
.shop-cart ul.cart_list .remove .product-remove:hover {
  opacity: 1;
}
.shop-cart .buttons {
  text-align: right;
}
.shop-cart .buttons a {
  margin-right: 30px;
}
.woocommerce.woocommerce-wishlist table.wishlist_table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
}
.woocommerce.woocommerce-wishlist table.wishlist_table thead {
  display: none;
}
.woocommerce.woocommerce-wishlist table.wishlist_table tbody {
  display: table-row-group;
  vertical-align: middle;
}
.woocommerce.woocommerce-wishlist table.wishlist_table tfoot {
  display: none;
}
.woocommerce.woocommerce-wishlist table.wishlist_table td {
  font-size: 16px;
  padding: 20px 0;
  border-top: 0;
  border-bottom: 1px solid #333333;
  vertical-align: middle;
}
.woocommerce.woocommerce-wishlist table.wishlist_table tr.product-item:last-of-type td {
  border-bottom: none;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .remove {
  display: inline-block;
  background: none;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .remove .product-remove {
  cursor: pointer;
  opacity: 0.7;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .remove .product-remove:before {
  content: '\2715';
  font-size: 14px;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .remove .product-remove:hover {
  opacity: 1;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .product-thumbnail {
  width: 140px;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .product-name {
  width: 30%;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .product-inline-price,
.woocommerce.woocommerce-wishlist table.wishlist_table .product-inline-stock-status {
  display: none;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .product-price {
  padding-right: 30px;
}
.woocommerce.woocommerce-wishlist table.wishlist_table td.product-stock-status {
  text-transform: uppercase;
}
.woocommerce.woocommerce-wishlist table.wishlist_table .product-add-to-cart {
  text-align: right;
}
.shop-left-sidebar .widget-area {
  float: left;
}
.shop-left-sidebar .content-area {
  float: right;
}
.shop-left-sidebar-wide .widget-area {
  float: left;
  width: 350px;
  padding-right: 45px;
}
.shop-left-sidebar-wide .content-area {
  float: right;
  width: calc(100% - 350px);
}
.shop-right-sidebar-wide .widget-area {
  float: right;
  width: 350px;
  padding-left: 45px;
}
.shop-right-sidebar-wide .content-area {
  float: left;
  width: calc(100% - 350px);
}
@media screen and (max-width: 1440px) {
  .shop-left-sidebar-wide .widget-area,
  .shop-right-sidebar-wide .widget-area {
    width: 280px;
    padding-right: 30px;
  }
  .shop-left-sidebar-wide .content-area,
  .shop-right-sidebar-wide .content-area {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 991px) {
  .shop-left-sidebar-wide .widget-area,
  .shop-right-sidebar-wide .widget-area {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
  .shop-left-sidebar-wide .content-area,
  .shop-right-sidebar-wide .content-area {
    width: 100%;
  }
}
.shop-sidebar .widget {
  padding: 0;
}
.shop-sidebar .widget .widget-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.shop-sidebar .widget ul {
  line-height: 2.3em;
}
.shop-sidebar .widget ul.product-categories a,
.shop-sidebar .widget ul .wc-layered-nav-term a {
  color: #777777;
}
.shop-sidebar .widget ul.product-categories a:hover,
.shop-sidebar .widget ul .wc-layered-nav-term a:hover {
  color: #000000;
  border-bottom: 2px solid #e21212;
}
.shop-sidebar .widget ul a {
  position: relative;
  color: #777777;
}
.shop-sidebar .widget ul a:hover {
  color: #000000;
}
.shop-sidebar .widget ul .count {
  position: absolute;
  color: #e21212;
  font-size: 0.857em;
  top: -8px;
}
.shop-sidebar .sidebar__widget {
  margin-bottom: 1.875em;
}
.shop-toolbar .toolbar-control {
  text-align: right;
}
.shop-toolbar .toolbar-control > li {
  display: inline-block;
}
.shop-toolbar .toolbar-control > li small {
  font-size: 18px;
  font-weight: 600;
}
.shop-toolbar .toolbar-control > li:not(:last-child) {
  margin-right: 10px;
}
.shop-toolbar .toolbar-control > li:not(:last-child):after {
  position: relative;
  content: "—";
  color: #c3c3c3;
  font-size: 1.5em;
  font-weight: 400;
  margin-left: 10px;
  top: 3px;
}
.shop-toolbar .toolbar-control > li .dropdown__container {
  position: absolute !important;
  left: auto !important;
  right: 0;
}
.shop-toolbar .toolbar-control > li.toolbar-sorting small {
  color: #ff0000;
}
.shop-toolbar .toolbar-control > li.toolbar-options small {
  color: #2400ff;
}
.product-images .images {
  float: right;
  width: calc(100% - 110px);
}
.product-images .thumbnail-wrapper {
  float: left;
  width: 80px;
  overflow: hidden;
}
.product-images .thumbnails {
  width: 110px;
  overflow-y: scroll;
}
.product-images .thumbnails .thumbnail-cell {
  width: 80px;
  height: auto;
  cursor: pointer;
}
.product-images .thumbnails .thumbnail-cell:not(:last-child) {
  margin-bottom: 30px;
}
.product-rating {
  display: block;
  margin-bottom: 1em;
}
.product-rating:before {
  content: " ";
  display: table;
  clear: both;
}
.product-rating .star-rating {
  float: left;
  font-size: 1.2em;
  width: 86px;
  height: 18px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.product-rating .star-rating:before {
  content: "\2606\2606\2606\2606\2606";
  color: #cdd1db;
  float: left;
}
.product-rating .star-rating span {
  overflow: hidden;
}
.product-rating .star-rating span:before {
  content: "\2605\2605\2605\2605\2605";
  color: #ffb136;
  top: 0;
  position: absolute;
  left: 0;
}
.item__reviews .review__text {
  margin-left: 150px;
}
.item__reviews .review__text .product-rating {
  float: right;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #e21212;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  color: #aaa !important;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
form.cart .quantity {
  width: 160px;
  display: inline-block;
  margin-right: 10px;
  padding: 0 7px;
  border: 1px solid #e4e6eb;
  float: left;
}
form.cart .quantity .qty {
  border: 0;
  width: 66px;
  color: #23232c;
  background: none;
  margin-right: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
form.cart .quantity .desc-qty,
form.cart .quantity .inc-qty {
  cursor: pointer;
  padding: 0 6px;
  margin-top: 0 !important;
  display: inline-block;
  background: none;
  border: 0;
  font-size: 1em;
  line-height: 2em;
}
form.cart + .yith-wcwl-add-to-wishlist {
  float: left;
  margin-top: 0;
}
.shop-item-detail .yith-wcwl-add-to-wishlist,
.shop-item-detail a.compare {
  display: none;
}
.masonry-filter-holder .masonry__filters.product-uppercase-filter ul li {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: transparent solid 2px;
  padding-bottom: 0.4em;
}
.masonry-filter-holder .masonry__filters.product-uppercase-filter ul li:not(:last-child) {
  margin-right: 3em;
}
.masonry-filter-holder .masonry__filters.product-uppercase-filter ul li:not(:last-child):after {
  display: none;
}
.masonry-filter-holder .masonry__filters.product-uppercase-filter ul li:hover {
  border-color: #e21212;
}
.masonry-filter-holder .masonry__filters.product-uppercase-filter ul li.active {
  border-color: #e21212;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: block;
  float: left;
}
.woocommerce-form-login .lost_password {
  display: inline-block;
  float: right;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}
.contact-form {
  border: 2px solid #eeeeee;
  padding: 1.875em;
}
@media all and (min-width: 1024px) {
  .contact-form {
    padding: 3.75em;
  }
  .contact-form form {
    width: 90%;
    margin: 0 auto;
  }
}
/*! -- Custom Block -- */
.feature-banner {
  color: #000000;
  position: relative;
}
.feature-banner .feature-banner-label {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}
.feature-banner .feature-banner-label:after {
  content: " — ";
  position: relative;
  top: 2px;
  font-size: 1.5rem;
}
.feature-banner .feature-banner__body {
  width: 90%;
  float: right;
}
.blog-content {
  min-height: 11.25em;
  position: relative;
  margin-bottom: 30px;
}
.blog-content h3 {
  margin-top: 0.68421052631579em;
  margin-bottom: 0.342105263157895em;
  font-weight: bold;
}
.blog-content h5 {
  margin-bottom: 0.68421052631579em;
  font-weight: 600;
}
@media all and (min-width: 990px) {
  .newsletter-popup > .container {
    width: 960px;
  }
}
/*! -- Stack Footers -- */
footer .type--fine-print:not(p) {
  opacity: .9;
}
footer a {
  font-weight: normal;
}
footer:not(.bg--primary):not(.bg--dark) a {
  color: #777777;
}
footer a.type--fine-print:not(:first-child) {
  margin-left: 1.875em;
}
footer .logo {
  max-height: 2.071em;
}
footer ul:not(.list-inline):not(.slides) > li {
  line-height: 1.875em !important;
}
footer .footer--container {
  padding-left: 70px;
  padding-right: 70px;
}
footer.footer {
  border-top: #eee solid 1px;
  z-index: 99;
}
footer.footer .social-list a {
  color: #000000;
}
footer.footer .footer__upper {
  padding: 2.8125em 0;
}
footer.footer .footer__lower {
  margin-top: 2.8125em;
}
footer.footer .footer__lower .container {
  border-top: #eee solid 1px;
  padding: 0.9375em 0;
}
footer.footer h5:after {
  content: ".";
  font-size: 16px;
  font-weight: bold;
  color: #e21212;
}
footer.footer-6 {
  position: relative;
  z-index: 99;
}
footer.footer-6 .footer__upper {
  background: #f7f7f9;
  padding: 3.75em 0;
}
footer.footer-6 .footer__lower {
  background: #f7f7f9;
  margin-top: 1.875em;
  padding: 1.875em 0;
}
footer.footer-6.bg--dark .footer__upper {
  background: #000000;
}
footer.footer-6.bg--dark .footer__lower {
  background: #000000;
}
footer.footer-6.bg--secondary .footer__upper {
  background: #f1f1f5;
}
footer.footer-6.bg--secondary .footer__lower {
  background: #f1f1f5;
}
footer .footer_informations .footer__widget-container {
  margin-bottom: 1.875em;
}
footer form {
  position: relative;
}
footer form input[type="email"] {
  padding-right: 30%;
}
footer form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 50px;
  padding: 0;
  margin: 0 !important;
}
footer.footer--minimal {
  border: 0;
  z-index: 99;
}
footer.footer--minimal .footer__upper {
  border-top: #eee solid 2px;
}
footer.footer--minimal .footer__lower {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  footer .list-inline + .btn {
    position: relative;
    bottom: 4px;
  }
  footer.imagebg:not(.image--light) span,
  footer.imagebg:not(.image--light) p,
  footer.imagebg:not(.image--light) a {
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  .footer-6 .footer__lower .social-list {
    margin-top: 1.875em;
  }
}
.social-list {
  display: inline-block;
}
.social-list > li {
  display: inline-block;
}
.social-list > li:not(:last-child) {
  margin-right: 0.9375em;
}
.social-list > li:not(:last-child):after {
  position: relative;
  content: "\2014";
  font-size: 1.5em;
  font-weight: 400;
  margin-left: 10px;
  top: 3px;
}
.social-list a {
  font-size: 16px;
}
.social-list a small {
  font-size: 18px;
  font-weight: 600;
}
.social-list a.social-facebook small {
  color: #3b5997;
}
.social-list a.social-twitter small {
  color: #59aceb;
}
.social-list a.social-pinterest small {
  color: #c8232d;
}
.social-list a:hover {
  opacity: 0.75;
}
.ps--dark {
  background: #000000;
}
.ps--dark h1,
.ps--dark h2,
.ps--dark h3,
.ps--dark h4,
.ps--dark h5,
.ps--dark h6 {
  color: #fff;
}
.ps--dark p {
  color: #777;
}
.ps--dark .caviar-gallery {
  display: block;
}
.ps--dark .caviar-gallery .caviar-gallery__item {
  margin-bottom: 0 !important;
}
.ps--dark .caviar-gallery .caviar-gallery__item img {
  opacity: .5;
}
.ps--dark .caviar-gallery .caviar-gallery__item:hover img {
  opacity: 1;
}
.ps--dark .caviar-gallery.grid--border {
  border-left: 1px solid #262626;
  border-top: 1px solid #262626;
}
.ps--dark .caviar-gallery.grid--border .caviar-gallery__item {
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
.ps--dark .caviar__accordion {
  border-color: #262626;
}
.ps--dark .caviar__accordion .accordion__heading {
  color: #fff;
}
.shortcode__shop-feature {
  background: #fff;
  padding: 30px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.shortcode__shop-feature .shop-feature-icon {
  float: left;
  font-size: 80px;
  color: #000000;
  width: 30%;
}
.shortcode__shop-feature .shop-feature-desc {
  float: right;
  width: 70%;
}
.shortcode__shop-feature .shop-feature-desc h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.shortcode__shop-feature:hover,
.shortcode__shop-feature.active {
  background: #e21212;
}
.shortcode__shop-feature:hover .shop-feature-icon,
.shortcode__shop-feature.active .shop-feature-icon {
  color: #fff;
}
.shortcode__shop-feature:hover .shop-feature-desc,
.shortcode__shop-feature.active .shop-feature-desc {
  color: #fff;
}
.shortcode__shop-feature:hover .shop-feature-desc h4,
.shortcode__shop-feature.active .shop-feature-desc h4 {
  color: #fff;
}
.shortcode__shop-deal {
  padding: 0;
}
.shortcode__shop-deal .shop-deal-desc {
  background: #fff;
  margin: 3em;
  padding: 2em;
}
.shortcode__shop-deal .shop-deal-desc h4 {
  position: relative;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1em;
  padding-left: 3.571em;
}
.shortcode__shop-deal .shop-deal-desc h4:before {
  content: "";
  border-top: 1px solid #aaa;
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
.shortcode__shop-deal .shop-deal-desc .countdown {
  margin: 3em 0;
}
.shortcode__shop-deal .shop-deal-desc .countdown .count-down__item {
  display: inline-block;
  width: 55px;
  height: 55px;
  border: #e21212 solid 2px;
  border-radius: 50%;
  margin-right: 1.2em;
  font-size: 1.143em;
  line-height: 1em;
  font-weight: 500;
  color: #000000;
  text-align: center;
  padding-top: 0.7em;
}
.shortcode__shop-deal .shop-deal-desc .countdown .count-down__item span {
  display: block;
  color: #777777;
  font-size: 0.786em;
}
.shortcode__shop-deal .flickity-prev-next-button {
  opacity: 1;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 1.143em;
}
.shortcode__shop-deal .flickity-prev-next-button:before {
  top: 3px;
  font-size: 1.4em;
}
.shortcode__shop-deal .flickity-prev-next-button.next {
  right: 2.143em;
  left: auto;
}
.shortcode__shop-deal .flickity-prev-next-button.previous {
  right: 5.8em;
  left: auto;
}
.caviar-block-title {
  margin-bottom: 2.8125em;
}
.caviar-block-title h4 {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.caviar-block-title.block-title__1 {
  margin-bottom: 0;
}
.caviar-block-title.block-title__1 h4 {
  position: relative;
  text-transform: uppercase;
  padding-right: 2.571em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
}
.caviar-block-title.block-title__1 h4:after {
  content: "";
  border-top: 1px solid #aaa;
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 0;
}
.caviar-block-title.block-title__2 h4 {
  font-weight: 500;
  letter-spacing: 0;
  color: #777777;
  text-align: unset;
}
.caviar-block-title.block-title__3 h4 {
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: underline;
}
.block-title__1 {
  margin-bottom: 0;
}
.block-title__1 h4 {
  position: relative;
  text-transform: uppercase;
  padding-right: 2.571em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
}
.block-title__1 h4:after {
  content: "";
  border-top: 1px solid #aaa;
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 0;
}
@media all and (max-width: 767px) {
  .caviar-block-title {
    margin-bottom: 1.40625em;
  }
}
.shortcode__latest-post .latest-post_thumb {
  position: relative;
  margin-bottom: 1.875em;
  height: auto;
  overflow: hidden;
}
.shortcode__latest-post .latest-post_thumb .latest-post__date {
  position: absolute;
  background: #fff;
  left: 15px;
  bottom: 15px;
  width: 60px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.286em;
  line-height: 1em;
  font-weight: 500;
  color: #000000;
}
.shortcode__latest-post .latest-post_thumb .latest-post__date span {
  display: block;
  color: #777777;
  font-size: 0.7em;
  font-weight: 400;
}
.shortcode__latest-post .latest-post_thumb img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.shortcode__latest-post .latest-post__body .latest-post__title {
  font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
  color: #000000;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  margin-bottom: 1.36842105263158em;
  font-weight: 400;
}
.shortcode__latest-post .latest-post__body .latest-post__title.inline-block + .h4.inline-block:not(.typed-text) {
  margin-left: 0.68421052631579em;
}
.shortcode__latest-post .latest-post__body .latest-post__title:hover {
  color: #333333;
}
.shortcode__latest-post .latest-post__body .latest-post__bottom {
  margin: 0.9375em;
}
.masonry-blog-grid_2 .latest-post_thumb .latest-post__cate {
  display: inline-block;
  position: absolute;
  background: #fff;
  left: 15px;
  bottom: 15px;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  color: #000000;
}
.masonry-blog-grid_2 .latest-post_thumb .latest-post__cate span {
  display: block;
  color: #777777;
  font-size: 0.7em;
  font-weight: 400;
}
.masonry-blog-grid_2 .blog-content a {
  font-weight: 500;
  color: #000000;
}
.masonry-blog-grid_2 .blog-content a:hover {
  color: #333333;
}
