/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }
  *:hover, *:active, *:focus,
  *::before:hover,
  *::before:active,
  *::before:focus,
  *::after:hover,
  *::after:active,
  *::after:focus {
    outline: 0; }

body {
  margin-bottom: 0 !important;
  overflow-x: hidden; }

/**
 * Basic styles for links
 */
a {
  color: #E30613;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #000000;
    text-decoration: none; }
  a:visited {
    color: #E30613; }

/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
  font: 400 24px/28px "Libre Franklin", sans-serif; }
  @media (max-width: 767px) {
    body {
      font: 400 20px/1.2 "Libre Franklin", sans-serif; } }
  @media (max-width: 479px) {
    body {
      font: 400 16px/1.2 "Libre Franklin", sans-serif; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: #C51420; }

p {
  margin-top: 0; }

h1 {
  font-size: 42px;
  line-height: 48px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 36px;
      line-height: 1.2; } }
  @media (max-width: 479px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 42px;
  line-height: 48px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 36px;
      line-height: 1.2; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 32px;
  line-height: 36px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 28px;
      line-height: 1.2; } }
  @media (max-width: 479px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 28px;
  line-height: 32px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 26px;
      line-height: 1.2; } }
  @media (max-width: 479px) {
    h4 {
      font-size: 22px; } }

h5, h6 {
  font-size: 22px; }
  @media (max-width: 767px) {
    h5, h6 {
      font-size: 18px;
      line-height: 1.2; } }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1399px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.site-header {
  padding: 0px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: padding .5s ease; }
  @media (max-width: 839px) {
    .site-header {
      box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3); } }
  .admin-bar .site-header {
    top: 32px; }
  .site-header.fixed {
    padding: 0px 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3); }
    .site-header.fixed .header-images .images {
      opacity: 0; }
    .site-header.fixed .main-nav {
      height: 0;
      opacity: 0;
      visibility: hidden; }
  .site-header #logo img {
    display: block;
    transform: scale(1);
    margin: auto;
    transition: all .5s ease; }
  .site-header .wrap {
    max-width: 100%;
    padding: 0 50px 0 0px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-header .site-branding {
    text-align: center; }
  @media (max-width: 839px) {
    .site-header .header-images {
      display: none; } }
  .site-header .header-images .images {
    display: flex;
    justify-content: flex-end;
    opacity: 1;
    transition: all .5s ease; }
    .site-header .header-images .images .image {
      margin: 0 10px; }
  .site-header .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .site-header .button-menu {
    position: relative;
    cursor: pointer;
    margin-left: 44px; }
    .site-header .button-menu .icon-bar {
      display: block;
      height: 1px;
      width: 33px;
      background-color: #fff;
      margin-bottom: 14px; }
      .site-header .button-menu .icon-bar:last-child {
        margin-bottom: 0; }
  .site-header .phone {
    font-size: 20px;
    color: #fff;
    margin-top: 1px;
    margin-right: 55px; }
    .site-header .phone a {
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      color: #fff; }
      .site-header .phone a:hover, .site-header .phone a:active, .site-header .phone a:focus {
        text-decoration: none;
        color: #C51420; }
  .site-header .lettalk {
    margin-right: 18px; }
  .site-header .email {
    font-size: 14px;
    color: #000000; }
    .site-header .email a {
      color: #C51420; }

.main-nav {
  position: relative;
  background-color: #292929;
  margin-top: 12px;
  opacity: 1;
  height: 46px;
  visibility: visible;
  transition: all .5s ease; }
  @media (max-width: 839px) {
    .main-nav {
      display: none; } }
  .main-nav .container {
    position: relative; }
  .main-nav .woo-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 1499px) {
      .main-nav .woo-nav {
        justify-content: space-between;
        justify-content: space-around;
        max-width: 76%; } }
    @media (max-width: 1099px) {
      .main-nav .woo-nav {
        max-width: 66%; } }
    .main-nav .woo-nav li {
      list-style: none;
      margin: 0 40px; }
      @media (max-width: 1499px) {
        .main-nav .woo-nav li {
          margin: 0; } }
      .main-nav .woo-nav li.active a {
        color: #fff; }
    .main-nav .woo-nav a {
      display: block;
      color: #FFE693;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 2;
      padding: 7px 0; }
      @media (max-width: 1299px) {
        .main-nav .woo-nav a {
          font-size: 14px; } }
      .main-nav .woo-nav a:hover, .main-nav .woo-nav a:active, .main-nav .woo-nav a:focus {
        outline: none; }
  .main-nav .woo-link {
    position: absolute;
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -3px; }
    .main-nav .woo-link ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .main-nav .woo-link ul li {
        display: inline-block;
        margin-right: 38px; }
        .main-nav .woo-link ul li:last-child {
          margin-right: 0; }
      .main-nav .woo-link ul a {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff; }

.woocommerce-products-header .page-title {
  text-align: center;
  text-transform: uppercase; }

.woocommerce-products-header .page-description, .woocommerce-products-header .term-description {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.88px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 25px; }
  .woocommerce-products-header .page-description p:last-child, .woocommerce-products-header .term-description p:last-child {
    margin-bottom: 0; }

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(153, 204, 51, 0.9);
  z-index: 9999; }
  .overlay .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 49px; }
  .overlay .phone {
    font-size: 20px;
    color: #fff;
    margin-top: 1px;
    margin-right: 55px; }
    .overlay .phone a {
      color: #fff; }

/* Overlay closing cross */
.overlay .overlay-close {
  margin-left: 60px;
  cursor: pointer; }
  .overlay .overlay-close line {
    stroke: #fff;
    transition: all .5s ease; }
  .overlay .overlay-close:hover line, .overlay .overlay-close:active line, .overlay .overlay-close:focus line {
    stroke: #E30613; }

html.remodal-is-locked {
  visibility: visible; }

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 48%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative; }

.overlay ul li a {
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow-y: auto; }

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.overlay-hugeinc nav .overlay-menu {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.overlay-hugeinc.open nav .overlay-menu {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.overlay-hugeinc.close nav .overlay-menu {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg); }

.overlay {
  background-color: #000; }
  .admin-bar .overlay {
    top: 32px; }
  .overlay .overlay-inner {
    display: flex;
    width: 100%;
    height: 100%; }
    .overlay .overlay-inner .overlay-menu {
      width: 100%; }
    .overlay .overlay-inner .overlay-image {
      background: url("../images/menu-bg.png") no-repeat center center;
      background-size: cover; }
    .overlay .overlay-inner .overlay-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .overlay .overlay-inner .overlay-menu .menu-logo {
        margin-bottom: 22px; }
      .overlay .overlay-inner .overlay-menu .menu > li {
        margin-bottom: 30px; }
        @media (max-width: 1366px) {
          .overlay .overlay-inner .overlay-menu .menu > li {
            margin-bottom: 15px; } }
        .overlay .overlay-inner .overlay-menu .menu > li > a {
          color: #E30613; }
      .overlay .overlay-inner .overlay-menu .menu li + li {
        margin-top: 0px; }
      .overlay .overlay-inner .overlay-menu .menu .current_page_item a {
        color: #E30613; }
      .overlay .overlay-inner .overlay-menu .menu a {
        font-size: 26px;
        line-height: 30px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff; }
        .overlay .overlay-inner .overlay-menu .menu a:hover, .overlay .overlay-inner .overlay-menu .menu a:active, .overlay .overlay-inner .overlay-menu .menu a:focus {
          color: #E30613;
          outline: 0; }
        @media (max-width: 1366px) {
          .overlay .overlay-inner .overlay-menu .menu a {
            font-size: 20px;
            line-height: 1.2; } }
        @media (max-width: 767px) {
          .overlay .overlay-inner .overlay-menu .menu a {
            font-size: 18px; } }
        @media (max-width: 414px) {
          .overlay .overlay-inner .overlay-menu .menu a {
            font-size: 16px; } }
      @media (max-width: 767px) {
        .overlay .overlay-inner .overlay-menu .menu .sub-menu {
          margin-top: 8px; } }
      .overlay .overlay-inner .overlay-menu .social {
        display: flex;
        text-align: center;
        justify-content: center;
        margin-top: 9px; }
        .overlay .overlay-inner .overlay-menu .social .link {
          margin: 0 10px; }
          .overlay .overlay-inner .overlay-menu .social .link a {
            width: 46px; }
      .overlay .overlay-inner .overlay-menu .header-social {
        margin-left: 0px; }

.search {
  cursor: pointer; }
  .search .search-close {
    display: none; }
  .search.active .search-close {
    display: block; }
  .search.active .search-label {
    display: none; }

#search-wrap {
  display: none;
  background-color: #ededed;
  max-width: 100%; }
  #search-wrap .woocommerce-product-search {
    display: flex;
    justify-content: center;
    padding: 20px 20px; }
  #search-wrap .search-field {
    padding: 10px 10px;
    border: 0;
    border-radius: 0;
    min-width: 400px; }
    @media (max-width: 639px) {
      #search-wrap .search-field {
        min-width: auto; } }
  #search-wrap button[type="submit"] {
    display: inline-block;
    min-width: 141px;
    text-align: center;
    position: relative;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #000000;
    padding: 14px 20px;
    transition: all .5s ease;
    cursor: pointer;
    border: 0;
    border-radius: 0; }
    #search-wrap button[type="submit"]:before {
      content: '';
      display: block;
      width: 95%;
      height: 87%;
      border: 1px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all .5s ease; }
    #search-wrap button[type="submit"]:hover, #search-wrap button[type="submit"]:active, #search-wrap button[type="submit"]:focus {
      background-color: #E30613;
      color: #fff !important; }
      #search-wrap button[type="submit"]:hover:before, #search-wrap button[type="submit"]:active:before, #search-wrap button[type="submit"]:focus:before {
        width: 100%;
        height: 100%;
        border-color: #E30613; }

@media (max-width: 839px) {
  .phone span, .email span {
    display: none; } }

.phone.email, .email.email {
  display: none; }
  @media (min-width: 840px) {
    .phone.email, .email.email {
      display: block; } }

.phone i, .email i {
  display: none; }
  @media (max-width: 839px) {
    .phone i, .email i {
      display: block;
      font-size: 40px !important; } }

.header-left .search-wrap {
  width: 100%;
  display: none; }
  @media (max-width: 839px) {
    .header-left .search-wrap {
      display: block; } }

@media (max-width: 767px) {
  #search-wrap button[type=submit] {
    min-width: 0; }
  #search-wrap .search-field {
    width: 60%; } }

.overlay ul ul.sub-menu {
  display: block; }
  .overlay ul ul.sub-menu li a {
    text-transform: capitalize !important; }

@media (max-width: 767px) {
  .site-header .wrap {
    align-items: initial; }
    .site-header .wrap .header-left {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
  .phone, .email {
    margin: 0 !important; }
    .phone a, .email a {
      font-size: 40px !important; }
      .phone a span, .email a span {
        display: none; }
      .phone a i, .email a i {
        display: block;
        color: #000000; }
  .email {
    display: none; }
  .overlay .overlay-image {
    display: none; }
  .overlay .overlay-menu {
    width: 100% !important; }
  .overlay .overlay-inner .overlay-menu .menu-logo {
    margin-bottom: 20px; }
  .overlay .overlay-inner .overlay-menu .menu a {
    text-align: center; }
  .overlay .overlay-inner .overlay-menu .menu li + li {
    margin-top: 10px; }
  .overlay .overlay-inner .overlay-menu .menu a {
    font-size: 20px; }
  .overlay .overlay-inner .overlay-menu .header-social {
    margin-left: 0; }
  ul .sub-menu {
    display: none; }
  .menu-item-has-children > a > span:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: -15px; } }

@media (max-width: 419px) {
  .overlay .overlay-inner .overlay-menu .menu a {
    font-size: 18px; }
  .overlay .overlay-inner .overlay-menu .social .link a {
    width: 30px; }
  .phone a, .email a {
    font-size: 30px !important; }
  .site-header .button-menu {
    width: 40px; }
  .site-header .button-menu .icon-bar {
    display: block;
    height: 2px;
    width: 40px;
    background-color: #fff;
    margin-bottom: 8px; } }

.wrap-ib, .icon-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  width: 50%; }
  @media (max-width: 599px) {
    .wrap-ib, .icon-name {
      width: 100%; } }

.icon-name {
  color: #fff; }

.wrap-ib {
  padding-left: 18px; }

.button-menu {
  font-size: 0; }

.lettalk .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #E30613;
  padding-bottom: 7px;
  min-width: 167px; }
  .lettalk .button:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 6px solid #E30613; }

.lettalk .button-2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 167px; }

.phone, .lettalk {
  display: inline-block;
  vertical-align: middle; }

#newsletter {
  background-color: #000000;
  position: relative;
  padding: 27px 0; }
  #newsletter .newsletter-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px; }
  #newsletter .newsletter-title {
    font-size: 30px;
    font-weight: 400;
    color: #C39700;
    margin-right: 50px; }
    @media (max-width: 1400px) {
      #newsletter .newsletter-title {
        display: none; } }
  #newsletter .wpcf7-form br {
    display: none; }
  #newsletter .wpcf7-form .wpcf7-response-output {
    margin: 0; }
  #newsletter .wpcf7-form span[role="alert"] {
    margin: 10px 0; }
  #newsletter .form-wrap {
    display: flex;
    flex-direction: row; }
    #newsletter .form-wrap .wpcf7-form-control-wrap {
      display: block;
      width: 100%;
      min-width: 520px; }
      @media (max-width: 719px) {
        #newsletter .form-wrap .wpcf7-form-control-wrap {
          min-width: 200px; } }
      #newsletter .form-wrap .wpcf7-form-control-wrap input {
        display: block;
        width: 100%;
        border-radius: 0;
        border: 0;
        padding: 5px 10px;
        font-size: 14px;
        height: 46px;
        text-transform: uppercase; }
        #newsletter .form-wrap .wpcf7-form-control-wrap input:hover, #newsletter .form-wrap .wpcf7-form-control-wrap input:active, #newsletter .form-wrap .wpcf7-form-control-wrap input:focus {
          outline: 0; }
    #newsletter .form-wrap .form-submit {
      position: relative;
      margin-left: 50px; }
      #newsletter .form-wrap .form-submit .ajax-loader {
        position: absolute;
        right: 15px;
        top: 15px; }
      #newsletter .form-wrap .form-submit .btn-submit-wrap {
        position: relative;
        cursor: pointer; }
        #newsletter .form-wrap .form-submit .btn-submit-wrap:before {
          content: '';
          display: block;
          width: 134px;
          height: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border: 1px solid #000000;
          transition: all .3s ease-in-out; }
        #newsletter .form-wrap .form-submit .btn-submit-wrap:hover:before, #newsletter .form-wrap .form-submit .btn-submit-wrap:active:before, #newsletter .form-wrap .form-submit .btn-submit-wrap:focus:before {
          border-color: #fff; }
        #newsletter .form-wrap .form-submit .btn-submit-wrap:hover input, #newsletter .form-wrap .form-submit .btn-submit-wrap:active input, #newsletter .form-wrap .form-submit .btn-submit-wrap:focus input {
          background-color: #C39700;
          color: #fff; }
      #newsletter .form-wrap .form-submit input {
        transition: all .3s ease-in-out;
        width: 140px;
        height: 46px;
        background-color: #fff;
        color: #000000;
        font-size: 14px;
        text-transform: uppercase;
        border: 0;
        border-radius: 0; }
        #newsletter .form-wrap .form-submit input:hover, #newsletter .form-wrap .form-submit input:active, #newsletter .form-wrap .form-submit input:focus {
          outline: 0; }

.site-footer {
  background: #717171; }
  .site-footer .footer-columns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px; }
    .site-footer .footer-columns a {
      color: #000000; }
      .site-footer .footer-columns a:hover, .site-footer .footer-columns a:active, .site-footer .footer-columns a:focus {
        color: #C51420; }
    .site-footer .footer-columns p {
      margin: 0 0 30px 0; }
      .site-footer .footer-columns p:last-child {
        margin-bottom: 0; }
  .site-footer .footer-title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .site-footer .footer-title {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .site-footer .footer-title {
        font-size: 30px; } }
  .site-footer .footer-main {
    margin-top: 25px; }
  .site-footer .footer-right {
    margin-top: 35px; }

.footer-info {
  padding: 51px 0 36px; }
  @media (max-width: 767px) {
    .footer-info {
      padding: 30px 0 30px; } }

.footer-cont {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 14px; }

.social {
  text-align: center;
  margin: 0 0 31px 0;
  display: flex;
  justify-content: center;
  padding: 0; }
  .social li {
    font-size: 30px;
    list-style: none;
    padding: 0 8px; }
    .social li a {
      color: #fff; }

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1); }

.image-box {
  position: relative;
  overflow: hidden;
  width: 26px; }

.image-box:hover img {
  transform: scale(1.1); }

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

.footer-bottom {
  position: relative;
  background-color: #717171;
  color: #fff;
  font-size: 18px;
  padding: 36px 0; }
  .footer-bottom a {
    color: #fff; }
  .footer-bottom .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 45px; }
    @media (min-width: 768px) {
      .footer-bottom .wrap > div {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0; } }
  .footer-bottom .footer-menu-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-bottom .footer-menu-wrap ul li {
      display: inline-block; }
      .footer-bottom .footer-menu-wrap ul li:before {
        content: '|';
        margin-left: 3px;
        margin-right: 7px; }
      .footer-bottom .footer-menu-wrap ul li:first-child:before {
        content: none; }
  .footer-bottom .footer-copryright {
    text-align: right; }
  .footer-bottom .footer-deco-1, .footer-bottom .footer-deco-2, .footer-bottom .footer-deco-3, .footer-bottom .footer-deco-4 {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .footer-bottom .footer-deco-1 {
    top: -78px;
    left: 5.4%;
    background-image: url("../images/img-deco-1.png");
    width: 263px;
    height: 82px; }
  .footer-bottom .footer-deco-2 {
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../images/img-deco-2.png");
    width: 117px;
    height: 42px; }
  .footer-bottom .footer-deco-3 {
    top: -28px;
    right: 15.8%;
    background-image: url("../images/img-deco-3.png");
    width: 90px;
    height: 31px; }
  .footer-bottom .footer-deco-4 {
    top: -40px;
    right: 2.8%;
    background-image: url("../images/img-deco-4.png");
    width: 136px;
    height: 52px; }

@media (max-width: 767px) {
  .footer-bottom .footer-deco-3, .footer-bottom .footer-deco-4 {
    display: none; }
  .footer-bottom .footer-deco-2 {
    left: auto;
    right: 20px;
    margin: unset; }
  .footer-bottom .wrap > div {
    width: 100%;
    text-align: center; }
    .footer-bottom .wrap > div + div {
      margin-top: 20px; }
  #newsletter .newsletter-form {
    width: 100%; }
    #newsletter .newsletter-form .form-wrap .form-group {
      width: 70%; }
    #newsletter .newsletter-form .form-wrap .form-submit {
      width: 28%;
      margin-left: 2%; }
  #newsletter .form-wrap .form-submit input {
    width: 100%; }
  #newsletter .form-wrap .form-submit .btn-submit-wrap:before {
    width: 95%; }
  #newsletter .form-wrap .wpcf7-form-control-wrap {
    min-width: unset; } }

@media (max-width: 520px) {
  .site-footer .footer-columns .footer-left, .site-footer .footer-columns .footer-right {
    display: none; } }

@media (max-width: 479px) {
  .footer-bottom .footer-deco-1 {
    width: 50%;
    background-position: left bottom; }
  .footer-bottom .footer-deco-2 {
    width: 30%;
    background-position: right; }
  .footer-bottom {
    font-size: 16px; }
  .footer-bottom .wrap {
    padding: 0 20px; }
  .footer-info {
    padding: 30px 0 30px; } }

.button {
  display: inline-block;
  text-align: center;
  min-width: 213px;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #C51420;
  padding: 7px 22px 6px;
  text-transform: uppercase;
  border: 1px solid #C51420;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  @media (max-width: 1024px) {
    .button {
      min-width: 200px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .button {
      min-width: 180px;
      font-size: 16px; } }
  @media (max-width: 479px) {
    .button {
      min-width: 160px;
      font-size: 14px; } }
  .button:before {
    content: '';
    position: absolute;
    border: #C51420 solid 6px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .button:hover, .button:active, .button:focus {
    color: #fff; }
    .button:hover:before, .button:active:before, .button:focus:before {
      animation-name: hvr-ripple-out;
      animation-fill-mode: forwards; }

.page-content, .entry-content, .entry-summary {
  margin-top: 0; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 600; }

.entry-content p:last-child {
  margin-bottom: 0; }

.entry-content p {
  margin-bottom: 28px; }

.entry-content .button {
  margin-top: 22px;
  margin-bottom: 7px; }

.site-main {
  padding: 59px 0; }
  @media (max-width: 414px) {
    .site-main {
      padding-top: 30px; } }
  .page-inner .site-main {
    padding-bottom: 83px; }
  .woocommerce .site-main {
    padding-bottom: 50px; }
  .site-main > article {
    max-width: 985px;
    padding: 0 20px;
    margin: auto; }
    .woocommerce-page .site-main > article {
      max-width: 1399px; }
  .site-main .entry-header .page-icon {
    margin-bottom: 13px; }
    .site-main .entry-header .page-icon img {
      display: block;
      margin: auto; }
  .site-main .entry-header .page-title {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 45px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .site-main .entry-header .page-title {
        font-size: 36px;
        line-height: 1.2; } }
    @media (max-width: 479px) {
      .site-main .entry-header .page-title {
        font-size: 30px; } }

.home .site-main .entry-header .page-title {
  margin-bottom: 20px; }

.page-faqs .site-main > article {
  max-width: 1240px; }
  .page-faqs .site-main > article .entry-content > p {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 985px; }

/*
  Single Post
*/
.single-post .site-main {
  padding-top: 80px; }
  .single-post .site-main > article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 60px;
    max-width: 893px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .single-post .site-main > article {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 767px) {
    .single-post .site-main {
      padding-top: 30px; } }
  .single-post .site-main .post-content, .single-post .site-main .post-gallery {
    width: 100%; }
  .single-post .site-main .post-content {
    padding-right: 0; }
    .single-post .site-main .post-content .page-icon, .single-post .site-main .post-content .the-date {
      text-align: center; }
    .single-post .site-main .post-content .entry-header {
      text-align: center; }
    .single-post .site-main .post-content .entry-content p {
      font-size: 18px;
      line-height: 22px; }
    .single-post .site-main .post-content .post-thumbnail {
      margin-top: 40px;
      text-align: center; }
  .single-post .site-main .post-gallery {
    padding-left: 30px; }

.single-post .entry-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px; }

.single-post .button-back {
  margin-top: 92px;
  text-align: center; }
  @media (max-width: 767px) {
    .single-post .button-back {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .single-post .button-back {
      margin-top: 30px; } }

/*
  Blog
*/
.posts-wrap {
  margin-top: 75px; }
  .posts-wrap .loadmore-wrap {
    text-align: center; }

.posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px; }
  .posts .post {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 55px;
    max-width: 899px;
    margin-left: auto;
    font-size: 0;
    margin-right: auto; }
    @media (max-width: 414px) {
      .posts .post {
        margin-bottom: 25px; } }
  .posts .post-title {
    text-align: left;
    font-weight: 600;
    margin-bottom: 12px; }
    .posts .post-title a {
      font-size: 28px;
      line-height: 1;
      color: #C51420; }
      .posts .post-title a:hover {
        color: #E30613; }
      @media (max-width: 767px) {
        .posts .post-title a {
          font-size: 22px;
          line-height: 1.2; } }
  .posts .post-image {
    margin-bottom: 5px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-right: 8%; }
    @media (max-width: 767px) {
      .posts .post-image {
        width: 100%;
        margin-right: 0; } }
    .posts .post-image img {
      display: block;
      width: 100%; }
  .posts .post-info {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    width: 46%; }
    @media (max-width: 767px) {
      .posts .post-info {
        width: 100%; } }
  .posts .post-link {
    text-align: left; }
    .posts .post-link a {
      color: #C51420; }
      .posts .post-link a:hover {
        color: #E30613; }
  .posts .the-date {
    font-size: 15px;
    line-height: 20px;
    color: #000000; }

.page-id-221 #section-1 {
  margin-top: -40px !important; }

.entry-content ul {
  margin: 0;
  margin-bottom: 23px; }
  .entry-content ul li {
    margin-bottom: 10px; }

.home .hero-image {
  display: none; }

@media (max-width: 1136px) {
  .site-header .phone, .overlay .phone {
    font-size: 18px;
    margin-top: 1px;
    margin-right: 29px; }
    .site-header .phone a, .overlay .phone a {
      font-size: 14px;
      line-height: 1.2; }
  .site-header .button-menu {
    margin-left: 17px; }
  .overlay .overlay-close {
    margin-left: 33px; }
  .overlay .header-right {
    top: 52px; }
  .lettalk {
    margin-right: 0; }
    .lettalk .button {
      min-width: 100px;
      font-size: 12px;
      padding: 3px 2px 4px; } }

@media (max-width: 1023px) {
  .menu-logo {
    display: none; } }

@media (max-width: 839px) {
  .overlay .phone, .overlay .lettalk {
    display: none; }
  .site-header .wrap {
    padding-left: 0;
    padding-right: 20px; }
  .overlay .header-right {
    top: 60px;
    right: 20px; } }

@media (max-width: 767px) {
  .caption-title .title-before {
    display: none !important; }
  .overlay #logo img {
    transform: scale(1); }
  .menu-logo {
    display: none; }
  .overlay .header-right {
    top: 27px; }
  .site-header .site-branding, .overlay .site-branding {
    width: 100%;
    max-width: 200px; } }

@media (max-width: 599px) {
  .wrap-ib {
    padding-left: 0; }
  .icon-name, .overlay #close {
    display: none; } }

/*\
  General style
*/
.content-column {
  padding-right: 40px; }
  .content-column.last_column {
    padding-right: 0; }

.title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .title {
      font-size: 40px; } }
  @media (max-width: 479px) {
    .title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .title {
      font-size: 40px; } }
  @media (max-width: 479px) {
    .title {
      font-size: 30px; } }
  .title .title-icon {
    display: block;
    margin-bottom: 8px; }

.section {
  padding: 45px 0 65px; }
  @media (max-width: 767px) {
    .section {
      margin: 0 0 30px 0 !important; } }
  @media (max-width: 479px) {
    .section {
      padding: 40px 0 40px; } }
  @media (max-width: 414px) {
    .section {
      margin-bottom: 15px !important; } }

.hero-slider {
  display: block;
  position: relative;
  height: 1080px;
  width: 100%; }
  @media (max-width: 1366px) {
    .hero-slider {
      height: 830px; } }
  @media (max-width: 1136px) {
    .hero-slider {
      height: 680px; } }
  .hero-slider:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64); }
  .hero-slider:after {
    content: "";
    background: url(../images/line-bottom.png);
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: -19px;
    left: 0;
    display: block; }

.slider {
  position: relative; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(80px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-80px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.caption-wrap {
  position: absolute;
  padding: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .caption-wrap .caption-title {
    position: relative;
    padding-bottom: 48px; }
    @media (max-width: 767px) {
      .caption-wrap .caption-title {
        width: 100%; } }
    .caption-wrap .caption-title .title-before, .caption-wrap .caption-title .title-after {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      width: 100%;
      opacity: 0; }
      @media (max-width: 479px) {
        .caption-wrap .caption-title .title-before, .caption-wrap .caption-title .title-after {
          width: 80%;
          margin: auto;
          right: 0; } }
    .caption-wrap .caption-title .title-after {
      top: auto;
      bottom: 0; }
    .caption-wrap .caption-title span {
      display: block;
      color: #fff;
      font-size: 48px;
      line-height: 0.875;
      text-align: center; }
      @media (max-width: 1200px) {
        .caption-wrap .caption-title span {
          font-size: 38px; } }
    .caption-wrap .caption-title .caption-small {
      font-size: 48px; }
      @media (max-width: 1200px) {
        .caption-wrap .caption-title .caption-small {
          font-size: 38px; } }
      @media (max-width: 479px) {
        .caption-wrap .caption-title .caption-small {
          font-size: 28px; } }
    .caption-wrap .caption-title .caption-extra-large {
      font-size: 100px;
      line-height: 1; }
      @media (max-width: 1200px) {
        .caption-wrap .caption-title .caption-extra-large {
          font-size: 80px; } }
      @media (max-width: 479px) {
        .caption-wrap .caption-title .caption-extra-large {
          font-size: 60px; } }
    .caption-wrap .caption-title .caption-large {
      font-size: 72px; }
      @media (max-width: 1200px) {
        .caption-wrap .caption-title .caption-large {
          font-size: 52px; } }
      @media (max-width: 479px) {
        .caption-wrap .caption-title .caption-large {
          font-size: 42px; } }
    .caption-wrap .caption-title .caption-normal {
      font-size: 62px; }
      @media (max-width: 1200px) {
        .caption-wrap .caption-title .caption-normal {
          font-size: 42px; } }
      @media (max-width: 479px) {
        .caption-wrap .caption-title .caption-normal {
          font-size: 32px; } }
    .caption-wrap .caption-title .caption-swanky {
      font-family: "Libre Franklin", sans-serif; }
    .caption-wrap .caption-title .caption-sans {
      font-weight: 700; }
    .caption-wrap .caption-title br {
      content: "A" !important;
      display: block !important;
      margin-bottom: 35px !important; }
      @media (max-width: 1200px) {
        .caption-wrap .caption-title br {
          margin-bottom: 20px !important; } }
  .caption-wrap .caption-desc {
    position: relative;
    font-size: 62px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 38px;
    display: block;
    margin-top: 34px;
    font-family: "Libre Franklin", sans-serif;
    text-align: center;
    color: #fff;
    opacity: 0; }
    @media (max-width: 1136px) {
      .caption-wrap .caption-desc {
        font-size: 42px;
        line-height: 1.2; } }
    @media (max-width: 960px) {
      .caption-wrap .caption-desc {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .caption-wrap .caption-desc {
        font-size: 30px; } }
    @media (max-width: 320px) {
      .caption-wrap .caption-desc {
        font-size: 26px; } }
  .caption-wrap .caption-text, .caption-wrap .short-desc {
    opacity: 0; }
  .imagesLoaded .caption-wrap .title-before {
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-name: fadeInDown;
    animation-delay: 500ms; }
  .imagesLoaded .caption-wrap .caption-text {
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-name: fadeInDown; }
  .imagesLoaded .caption-wrap .title-after {
    animation-duration: 500ms;
    animation-fill-mode: forwards;
    animation-name: fadeInUp;
    animation-delay: 500ms; }
  .imagesLoaded .caption-wrap .caption-desc {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadeInDown;
    animation-delay: 2s; }
  .imagesLoaded .caption-wrap .short-desc {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadeInDown;
    animation-delay: 3s; }

.caption-callout {
  width: 100%;
  margin-top: 30px; }

.short-desc {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .short-desc {
      font-size: 16px;
      line-height: 1.2; } }

.hero-image {
  position: relative; }
  .hero-image .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px; }
    .hero-image .bg-image img {
      display: none; }
    @media (max-width: 767px) {
      .hero-image .bg-image {
        height: auto;
        min-height: 250px; }
        .hero-image .bg-image img {
          display: none; } }
  .hero-image:after {
    content: "";
    background: url(../images/line-bottom.png);
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: -19px;
    left: 0;
    display: block; }

.slider + .caption-callout {
  display: none; }
  @media (max-width: 768px) {
    .slider + .caption-callout {
      display: block;
      opacity: 1; }
      .slider + .caption-callout .callouts {
        display: flex;
        flex-wrap: wrap; } }
  .slider + .caption-callout .callout {
    opacity: 1;
    width: 100%;
    margin: 0 15px; }

/*
  breadcrumbs
*/
#breadcrumbs {
  position: relative;
  font-size: 16px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    #breadcrumbs {
      margin-bottom: 20px; } }
  #breadcrumbs a {
    color: #000000; }
  .woocommerce #breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (max-width: 839px) {
      .woocommerce #breadcrumbs {
        margin-top: 30px; } }

.callouts {
  display: flex;
  justify-content: center;
  flex-direction: row; }
  .callouts .callout {
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 25px;
    padding: 28px 20px 37px;
    max-width: 792px;
    position: relative;
    opacity: 0; }
    .callouts .callout:before {
      position: absolute;
      display: block;
      content: '';
      width: 96.7%;
      height: 89%;
      width: calc(100% - 18px);
      height: calc(100% - 18px);
      border: 1px solid #E30613;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .callouts .callout-icon {
    margin-bottom: 10px; }
  .callouts .callout-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px; }
    @media (max-width: 1024px) {
      .callouts .callout-title {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .callouts .callout-title {
        font-size: 24px; } }
  .callouts .callout-desc {
    max-width: 554px;
    margin: auto;
    margin-bottom: 18px; }
  .imagesLoaded .callouts .callout {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: fadeInUp;
    animation-delay: 5s; }

.caption-header {
  margin-top: 50px;
  max-width: 1004px; }
  @media (max-width: 1500px) {
    .caption-header {
      margin-top: 0; } }

@media (max-width: 768px) {
  .caption-callout {
    display: none; } }

/*
  background image section
*/
.background-wrap .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .background-wrap .background-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .background-wrap .background-image:after {
    content: "";
    background: url(../images/line-bottom.png);
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: -19px;
    left: 0;
    display: block; }

/*
  partners section
*/
.partners-wrap .container {
  max-width: 1720px;
  padding: 0 20px;
  margin: auto; }

.partners-wrap .owl-carousel .owl-stage {
  display: flex;
  align-items: center; }

/*
  Content Image Section
*/
.content-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .content-image.position-content-image {
    flex-direction: row-reverse; }
  .content-image .image, .content-image .content {
    width: 50%; }
    @media (max-width: 1199px) {
      .content-image .image, .content-image .content {
        width: 100%; } }
  .content-image .image .img-bg {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .content-image .image .img-bg {
        background: none !important; } }
  .content-image .image img {
    display: none; }
    @media (max-width: 1199px) {
      .content-image .image img {
        display: block;
        width: 100%;
        height: auto; } }
  @media (max-width: 1366px) {
    .content-image .image {
      padding: 10px 20px; } }
  @media (max-width: 414px) {
    .content-image .image {
      padding: 10px 0; } }
  .content-image .content-align-left {
    text-align: left; }
    .content-image .content-align-left .title {
      text-align: left; }
  .content-image .desc h4 {
    margin-bottom: 27px; }
  .content-image .desc p {
    margin-bottom: 23px; }
    .content-image .desc p:last-child {
      margin-bottom: 0; }
  .content-image .content {
    background-color: #fff;
    padding: 10px 20px 10px 0px; }
    .content-image .content .desc {
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 414px) {
        .content-image .content .desc {
          font-size: 16px;
          line-height: 1.2; } }
    @media (max-width: 1366px) {
      .content-image .content {
        padding: 10px 20px; } }
    @media (max-width: 414px) {
      .content-image .content {
        padding: 10px 0; } }
  .content-image .link-wrap {
    margin-top: 69px; }
    @media (max-width: 767px) {
      .content-image .link-wrap {
        margin-top: 20px; } }

/*
  Gallery
*/
#gallery-thumb {
  margin-top: 40px; }

.two-columns-wrap {
  margin-top: 80px; }
  @media (max-width: 939px) {
    .two-columns-wrap {
      margin-top: 40px; } }
  .two-columns-wrap.no-main-content {
    margin-top: 40px; }

.two-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .two-columns > div {
    width: 50%;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .two-columns > div {
        width: 100%;
        padding: 0; } }

/*
  Tabs
*/
.tabs {
  padding: 0 40px; }
  @media (max-width: 767px) {
    .tabs {
      padding: 0; } }

.tab-contents {
  position: relative; }

.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  @media (max-width: 767px) {
    .tab-content {
      flex-wrap: wrap; } }

.tab-content.current {
  visibility: visible;
  opacity: 1; }

.tab-links {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .tab-links .tab-link {
      margin: 0 20px;
      display: inline-block;
      min-width: 188px;
      text-align: center;
      position: relative;
      color: #fff !important;
      font-size: 14px;
      text-transform: uppercase;
      background-color: #B7B7B7;
      padding: 14px 20px;
      transition: all .5s ease;
      cursor: pointer; }
      .tab-links .tab-link.current {
        background-color: #000000; }
      .tab-links .tab-link:before {
        content: '';
        display: block;
        width: 95%;
        height: 87%;
        border: 1px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all .5s ease; }
      .tab-links .tab-link:hover, .tab-links .tab-link:active, .tab-links .tab-link:focus {
        background-color: #E30613;
        color: #fff !important; }
        .tab-links .tab-link:hover:before, .tab-links .tab-link:active:before, .tab-links .tab-link:focus:before {
          width: 100%;
          height: 100%;
          border-color: #E30613; } }

@media (min-width: 768px) {
  .tab-content > div {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0; } }

@media (max-width: 767px) {
  .tab-content .tab-main-content {
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .tab-content .tab-main-content {
    padding-right: 60px; } }

.tabs ul.tab-links li span {
  display: block;
  width: 100%;
  height: 100%; }

.tabs .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  .tabs .dropdown .dropdown-list {
    overflow-y: hidden;
    height: auto !important; }
  .tabs .dropdown .dropdown-toggle {
    color: #000000; }
  .tabs .dropdown .dropdown-selected .dropdown-link {
    background-color: #000000;
    color: #fff; }
  .tabs .dropdown ul li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px; }
  .tabs .dropdown ul li a {
    padding: 0;
    color: #000000; }

/*
  Single product
*/
.products .products.columns-4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .products .products.columns-4 .product {
    width: 25%;
    margin: 0; }
    @media (max-width: 959px) {
      .products .products.columns-4 .product {
        width: 50% !important; } }
    @media (max-width: 459px) {
      .products .products.columns-4 .product {
        width: 100% !important; } }

.products .woocommerce-loop-product__title, .products .product-subtitle {
  display: inline-block;
  font-size: 22px !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    .products .woocommerce-loop-product__title, .products .product-subtitle {
      font-size: 20px !important; } }
  @media (max-width: 767px) {
    .products .woocommerce-loop-product__title, .products .product-subtitle {
      font-size: 18px !important; } }
  @media (max-width: 479px) {
    .products .woocommerce-loop-product__title, .products .product-subtitle {
      font-size: 16px !important; } }
  .products .woocommerce-loop-product__title .subtitle, .products .product-subtitle .subtitle {
    color: #E30613; }

.products .product-subtitle {
  color: #C39700;
  margin-left: 5px; }

.products .product-info-wrap {
  display: flex;
  font-size: 22px; }

.products .product-price {
  font-weight: 700;
  color: #E30613;
  margin-right: 5px; }

.products .product-sku {
  margin-right: 5px; }

.products .add_to_cart_button {
  text-indent: -9999px !important;
  display: block;
  width: 31px;
  height: 31px;
  background-color: #E30613;
  min-width: 0;
  padding: 0;
  border-radius: 50%;
  background: url("../images/button-add-cart.png") no-repeat center center;
  background-size: contain; }
  .products .add_to_cart_button:before {
    content: none; }

.products .product {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 25px 25px 20px 25px; }
  .products .product:last-child {
    border-right: 0; }
  @media (min-width: 960px) {
    .products .product:nth-child(4n) {
      border-right: 0; } }
  @media (max-width: 959px) {
    .products .product:nth-child(2n) {
      border-right: 0; } }
  @media (max-width: 459px) {
    .products .product {
      border-right: 0; } }

.products .product-wrap {
  max-width: 430px;
  margin: auto; }
  .products .product-wrap .woocommerce-LoopProduct-link:hover, .products .product-wrap .woocommerce-LoopProduct-link:active, .products .product-wrap .woocommerce-LoopProduct-link:focus {
    outline: 0; }
  .products .product-wrap .woocommerce-LoopProduct-link img {
    margin-bottom: 20px;
    border: 1px solid #E30613; }
  .products .product-wrap .woocommerce-loop-product__link {
    display: block; }

.single-product #breadcrumbs {
  margin-bottom: 60px; }

.single-product #content div.product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%; }
  .single-product #content div.product .images, .single-product #content div.product .summary {
    width: 50%; }
    @media (max-width: 767px) {
      .single-product #content div.product .images, .single-product #content div.product .summary {
        width: 100%; } }
  .single-product #content div.product .images {
    padding-right: 25px; }
    @media (max-width: 767px) {
      .single-product #content div.product .images {
        padding-right: 0;
        order: 2; } }
  .single-product #content div.product .summary {
    padding-left: 25px; }
    @media (max-width: 767px) {
      .single-product #content div.product .summary {
        padding-left: 0;
        order: 1;
        margin-bottom: 40px; } }
  .single-product #content div.product .woocommerce-product-gallery__wrapper {
    margin: 0;
    overflow: hidden; }
  .single-product #content div.product .flex-control-thumbs {
    width: 100%; }
  .single-product #content div.product .woocommerce-product-gallery__image img {
    display: block;
    margin: auto; }
  .single-product #content div.product .summary .product_title {
    max-width: 800px;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 1199px) {
      .single-product #content div.product .summary .product_title {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .single-product #content div.product .summary .product_title {
        font-size: 30px; } }
  .single-product #content div.product .summary .product-subtitle {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: -5px; }
    @media (max-width: 1199px) {
      .single-product #content div.product .summary .product-subtitle {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .single-product #content div.product .summary .product-subtitle {
        font-size: 30px; } }
  .single-product #content div.product .summary .product-info {
    margin-bottom: 23px;
    margin-top: 20px; }
    .single-product #content div.product .summary .product-info .amount {
      color: #E30613;
      font-weight: 700; }
  .single-product #content div.product .summary .product-decs {
    font-size: 18px; }
    .single-product #content div.product .summary .product-decs ul {
      margin: 0;
      margin-bottom: 27px;
      padding-left: 20px; }
  .single-product #content div.product .summary form.cart {
    background-color: #EBEBEB;
    max-width: 426px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap; }
    .single-product #content div.product .summary form.cart .qty-wrap {
      width: 60%;
      padding-right: 13px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px; }
      @media (max-width: 400px) {
        .single-product #content div.product .summary form.cart .qty-wrap {
          width: 50%; } }
      @media (max-width: 400px) {
        .single-product #content div.product .summary form.cart .qty-wrap {
          font-size: 14px; } }
      .single-product #content div.product .summary form.cart .qty-wrap .qty {
        text-transform: uppercase; }
      .single-product #content div.product .summary form.cart .qty-wrap .input-text {
        width: 112px;
        height: 40px;
        border: 1px solid #000000;
        border-radius: 0;
        padding: 10px; }
        @media (max-width: 1199px) {
          .single-product #content div.product .summary form.cart .qty-wrap .input-text {
            width: 70px; } }
        @media (max-width: 400px) {
          .single-product #content div.product .summary form.cart .qty-wrap .input-text {
            width: 50px; } }
    .single-product #content div.product .summary form.cart .add-to-cart-wrap {
      width: 40%;
      padding-left: 13px; }
      @media (max-width: 400px) {
        .single-product #content div.product .summary form.cart .add-to-cart-wrap {
          width: 50%; } }
      .single-product #content div.product .summary form.cart .add-to-cart-wrap .button:before {
        border-color: #000000; }
      .single-product #content div.product .summary form.cart .add-to-cart-wrap .button {
        cursor: pointer;
        max-height: 40px;
        padding: 12px 20px; }
        .single-product #content div.product .summary form.cart .add-to-cart-wrap .button:hover:before, .single-product #content div.product .summary form.cart .add-to-cart-wrap .button:active:before, .single-product #content div.product .summary form.cart .add-to-cart-wrap .button:focus:before {
          border-color: #E30613; }
  .single-product #content div.product .flex-control-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start; }
  .single-product #content div.product .gallery-thumbs-wrap {
    margin-top: 30px; }
    .single-product #content div.product .gallery-thumbs-wrap .gallery-thumb-title {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 25px; }
    .single-product #content div.product .gallery-thumbs-wrap li {
      border: 1px solid #E30613;
      width: 192px;
      margin-right: 20px; }
      .single-product #content div.product .gallery-thumbs-wrap li:last-child {
        margin-right: 0; }
    .single-product #content div.product .gallery-thumbs-wrap img {
      display: block;
      width: auto;
      max-height: 143px;
      height: 100%;
      margin: auto;
      cursor: pointer; }

.single-product .related {
  clear: both;
  float: none;
  width: 100%;
  margin-top: 70px; }
  @media (max-width: 767px) {
    .single-product .related {
      order: 3; } }
  .single-product .related > h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .single-product .related > h2 {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .single-product .related > h2 {
        font-size: 30px; } }

/*
  Category
*/
ul.products.columns-4 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  ul.products.columns-4 .product {
    border-top: 0;
    border-bottom: 0; }

.columns-4 .products.columns-4 {
  width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.columns-4 ul.products li.product {
  width: 25% !important;
  margin: 0;
  padding-bottom: 0; }
  @media (max-width: 959px) {
    .columns-4 ul.products li.product {
      width: 50% !important; } }
  @media (max-width: 459px) {
    .columns-4 ul.products li.product {
      width: 100% !important; } }
  .columns-4 ul.products li.product.product-last {
    padding-bottom: 28px; }

.callout-box {
  clear: both;
  position: relative;
  padding: 10px 0; }
  .callout-box .callout-inner {
    background-color: #E30613;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    padding: 16px 20px; }
    @media (max-width: 1299px) {
      .callout-box .callout-inner {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .callout-box .callout-inner {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .callout-box .callout-inner {
        font-size: 30px; } }

.woocommerce-pagination {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px; }
  .woocommerce-pagination .page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .woocommerce-pagination .page-numbers li {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.77px;
      margin: 0 3px; }
      .woocommerce-pagination .page-numbers li a {
        color: #000000; }
      .woocommerce-pagination .page-numbers li .current {
        color: #D3D3D3; }
  .woocommerce-pagination .next.page-numbers {
    margin-left: 35px; }
  .woocommerce-pagination .prev.page-numbers {
    margin-right: 35px; }
  .woocommerce-pagination .prev.page-numbers, .woocommerce-pagination .next.page-numbers {
    display: inline-block;
    min-width: 141px;
    text-align: center;
    position: relative;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #000000;
    padding: 14px 20px;
    transition: all .5s ease;
    letter-spacing: 0; }
    .woocommerce-pagination .prev.page-numbers:before, .woocommerce-pagination .next.page-numbers:before {
      content: '';
      display: block;
      width: 95%;
      height: 87%;
      border: 1px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all .5s ease; }
    .woocommerce-pagination .prev.page-numbers.disabled, .woocommerce-pagination .next.page-numbers.disabled {
      background-color: #D3D3D3; }
      .woocommerce-pagination .prev.page-numbers.disabled:hover, .woocommerce-pagination .prev.page-numbers.disabled:active, .woocommerce-pagination .prev.page-numbers.disabled:focus, .woocommerce-pagination .next.page-numbers.disabled:hover, .woocommerce-pagination .next.page-numbers.disabled:active, .woocommerce-pagination .next.page-numbers.disabled:focus {
        background-color: #D3D3D3;
        color: #fff !important; }
        .woocommerce-pagination .prev.page-numbers.disabled:hover:before, .woocommerce-pagination .prev.page-numbers.disabled:active:before, .woocommerce-pagination .prev.page-numbers.disabled:focus:before, .woocommerce-pagination .next.page-numbers.disabled:hover:before, .woocommerce-pagination .next.page-numbers.disabled:active:before, .woocommerce-pagination .next.page-numbers.disabled:focus:before {
          width: 100%;
          height: 100%;
          border-color: #D3D3D3; }
    .woocommerce-pagination .prev.page-numbers:hover, .woocommerce-pagination .prev.page-numbers:active, .woocommerce-pagination .prev.page-numbers:focus, .woocommerce-pagination .next.page-numbers:hover, .woocommerce-pagination .next.page-numbers:active, .woocommerce-pagination .next.page-numbers:focus {
      background-color: #E30613;
      color: #fff !important; }
      .woocommerce-pagination .prev.page-numbers:hover:before, .woocommerce-pagination .prev.page-numbers:active:before, .woocommerce-pagination .prev.page-numbers:focus:before, .woocommerce-pagination .next.page-numbers:hover:before, .woocommerce-pagination .next.page-numbers:active:before, .woocommerce-pagination .next.page-numbers:focus:before {
        width: 100%;
        height: 100%;
        border-color: #E30613; }

.contact-form-wrap .wpcf7-form {
  font-size: 20px; }
  .contact-form-wrap .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px; }
    .contact-form-wrap .wpcf7-form .wpcf7-form-control-wrap input, .contact-form-wrap .wpcf7-form .wpcf7-form-control-wrap textarea {
      max-width: 100%;
      padding: 10px;
      border-radius: 0; }
  .contact-form-wrap .wpcf7-form .form-submit {
    position: relative;
    width: 140px; }
    .contact-form-wrap .wpcf7-form .form-submit .ajax-loader {
      position: absolute;
      right: 15px;
      top: 15px; }
    .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap {
      position: relative;
      cursor: pointer; }
      .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap:before {
        content: '';
        display: block;
        width: 134px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #fff;
        transition: all .3s ease-in-out; }
      .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap:hover:before, .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap:active:before, .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap:focus:before {
        border-color: #fff; }
      .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap:hover input, .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap:active input, .contact-form-wrap .wpcf7-form .form-submit .btn-submit-wrap:focus input {
        background-color: #C39700;
        color: #fff; }
    .contact-form-wrap .wpcf7-form .form-submit input {
      transition: all .3s ease-in-out;
      width: 140px;
      height: 46px;
      background-color: #000000;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      border: 0;
      border-radius: 0; }
      .contact-form-wrap .wpcf7-form .form-submit input:hover, .contact-form-wrap .wpcf7-form .form-submit input:active, .contact-form-wrap .wpcf7-form .form-submit input:focus {
        outline: 0; }

/*
  Account page
*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%; }

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.woocommerce-MyAccount-navigation ul {
  list-style: outside none none !important;
  padding: 0;
  margin: 0; }

.woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 1px solid #d3ced2; }

.woocommerce-MyAccount-navigation ul li {
  border: 1px solid #d3ced2;
  border-bottom: 0 none; }

.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  display: block;
  padding: 8px 10px;
  text-transform: uppercase; }

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #d3ced2; }

.woocommerce-message, .woocommerce-Message, .woocommerce-error, .woocommerce-info {
  width: 100%;
  color: #fff; }

.woocommerce #respond input#submit:not(.add_to_cart_button), .woocommerce a.button:not(.add_to_cart_button), .woocommerce button.button:not(.add_to_cart_button), .woocommerce input.button:not(.add_to_cart_button) {
  display: inline-block;
  min-width: 141px;
  text-align: center;
  position: relative;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #000000;
  padding: 14px 20px;
  transition: all .5s ease;
  border-radius: 0; }
  @media (max-width: 919px) {
    .woocommerce #respond input#submit:not(.add_to_cart_button), .woocommerce a.button:not(.add_to_cart_button), .woocommerce button.button:not(.add_to_cart_button), .woocommerce input.button:not(.add_to_cart_button) {
      min-width: 0;
      font-size: 13px;
      white-space: nowrap; } }
  .woocommerce #respond input#submit:not(.add_to_cart_button):before, .woocommerce a.button:not(.add_to_cart_button):before, .woocommerce button.button:not(.add_to_cart_button):before, .woocommerce input.button:not(.add_to_cart_button):before {
    content: '';
    display: block;
    width: 95%;
    height: 87%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease; }
  .woocommerce #respond input#submit:not(.add_to_cart_button):hover, .woocommerce #respond input#submit:not(.add_to_cart_button):active, .woocommerce #respond input#submit:not(.add_to_cart_button):focus, .woocommerce a.button:not(.add_to_cart_button):hover, .woocommerce a.button:not(.add_to_cart_button):active, .woocommerce a.button:not(.add_to_cart_button):focus, .woocommerce button.button:not(.add_to_cart_button):hover, .woocommerce button.button:not(.add_to_cart_button):active, .woocommerce button.button:not(.add_to_cart_button):focus, .woocommerce input.button:not(.add_to_cart_button):hover, .woocommerce input.button:not(.add_to_cart_button):active, .woocommerce input.button:not(.add_to_cart_button):focus {
    background-color: #E30613;
    color: #fff !important; }
    .woocommerce #respond input#submit:not(.add_to_cart_button):hover:before, .woocommerce #respond input#submit:not(.add_to_cart_button):active:before, .woocommerce #respond input#submit:not(.add_to_cart_button):focus:before, .woocommerce a.button:not(.add_to_cart_button):hover:before, .woocommerce a.button:not(.add_to_cart_button):active:before, .woocommerce a.button:not(.add_to_cart_button):focus:before, .woocommerce button.button:not(.add_to_cart_button):hover:before, .woocommerce button.button:not(.add_to_cart_button):active:before, .woocommerce button.button:not(.add_to_cart_button):focus:before, .woocommerce input.button:not(.add_to_cart_button):hover:before, .woocommerce input.button:not(.add_to_cart_button):active:before, .woocommerce input.button:not(.add_to_cart_button):focus:before {
      width: 100%;
      height: 100%;
      border-color: #E30613; }

.woocommerce-Address-title.title {
  font-size: inherit; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
  border-radius: 0;
  padding: 10px;
  height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px; }

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 40px; }

.edit-account .button {
  margin-top: 40px !important; }

.woocommerce-form-row em {
  font-size: 80%; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  padding: 10px;
  border-radius: 0; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  min-width: 200px;
  padding: 8px;
  float: none; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 14px 20px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100px; }

.woocommerce a.remove {
  display: flex;
  justify-content: center;
  align-items: center; }

#order_comments {
  height: 140px; }

.woocommerce-products-header + .woocommerce-info {
  padding: 20px; }

@media (max-width: 1200px) {
  .partner {
    width: auto !important; } }

.woocommerce-products-header .container {
  padding: 0; }

@media (min-width: 1900px) {
  .products .product-subtitle, .products .woocommerce-loop-product__title {
    white-space: nowrap; } }

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #000000 !important; }
  .woocommerce-info a:hover, .woocommerce-info a:active, .woocommerce-info a:focus, .woocommerce-noreviews a:hover, .woocommerce-noreviews a:active, .woocommerce-noreviews a:focus, p.no-comments a:hover, p.no-comments a:active, p.no-comments a:focus {
    color: #fff !important; }

.woocommerce-info:before {
  color: #fff !important; }

.woocommerce-info {
  border-top-color: #fff !important; }

/*
cta
 */
#ctas {
  padding: 58px 0 50px;
  text-align: center;
  font-size: 0; }
  #ctas .wrap {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto; }
  #ctas h2 {
    margin-bottom: 44px; }
  #ctas .cta {
    width: 33.3333%;
    font-size: 16px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      #ctas .cta {
        width: 100%;
        margin-bottom: 20px; } }
    #ctas .cta .cta-title {
      background: #fff;
      border: 1px solid #C51420;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      min-width: 212px;
      padding: 14px;
      display: inline-block;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      color: #C51420;
      margin-bottom: 22px; }
    #ctas .cta .ctapopup:hover .cta-title {
      background: #C51420;
      color: #fff; }
    #ctas .cta .cta-icon {
      position: relative;
      display: block;
      margin-left: auto;
      margin-bottom: 10px;
      margin-right: auto;
      max-width: 84px; }
    #ctas .cta .button {
      line-height: 28px; }

.doorways-wrap {
  padding: 54px 0 0; }
  .doorways-wrap .doorways {
    font-size: 0;
    text-align: center; }
    .doorways-wrap .doorways .doorway {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      width: 398px;
      margin-right: 73px; }
      .doorways-wrap .doorways .doorway:last-child {
        margin-right: 0; }
      .doorways-wrap .doorways .doorway .doorway-title {
        background: #000;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        margin-top: 3px;
        padding: 16px 20px 17px; }
        @media (max-width: 1366px) {
          .doorways-wrap .doorways .doorway .doorway-title {
            font-size: 16px; } }
        .doorways-wrap .doorways .doorway .doorway-title p {
          margin-bottom: 0; }
      @media (max-width: 1838px) {
        .doorways-wrap .doorways .doorway {
          width: 24%;
          margin-right: 1.3333%; } }
      @media (max-width: 1024px) {
        .doorways-wrap .doorways .doorway {
          width: 49%;
          margin-bottom: 20px;
          margin-right: 2%; }
          .doorways-wrap .doorways .doorway:nth-child(2n) {
            margin-right: 0; } }
      @media (max-width: 640px) {
        .doorways-wrap .doorways .doorway {
          width: 100%;
          margin-right: 0; } }
    .doorways-wrap .doorways .img-hover {
      cursor: pointer;
      display: block;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.85);
      width: 101%;
      height: 100%;
      z-index: 10;
      transition: all 0.4s linear;
      overflow: hidden; }
      .doorways-wrap .doorways .img-hover .post-title {
        color: #fff;
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        transition: all 0.4s linear;
        overflow-y: auto;
        max-height: 195px;
        padding: 10px; }
        .doorways-wrap .doorways .img-hover .post-title p {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 0px; }
          @media (max-width: 1366px) {
            .doorways-wrap .doorways .img-hover .post-title p {
              font-size: 16px;
              line-height: 1.2; } }
      .doorways-wrap .doorways .img-hover:hover {
        opacity: 1; }
        .doorways-wrap .doorways .img-hover:hover .post-title {
          transform: translate(-50%, -50%); }
    .doorways-wrap .doorways .img {
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .doorways-wrap .doorways .img img {
        display: block;
        width: 100%;
        max-width: 100%;
        z-index: -1;
        height: auto;
        transition: all 0.4s linear;
        transform: scale(1, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden; }
      .doorways-wrap .doorways .img:hover img {
        transition: all 0.4s linear;
        transform: scale(1.05, 1.05); }

.wrap-cont {
  font-size: 0;
  position: relative;
  max-width: 1604px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .wrap-cont .tit {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 47px; }
    @media (max-width: 1280px) {
      .wrap-cont .tit {
        font-size: 32px;
        line-height: 1.2; } }
    @media (max-width: 960px) {
      .wrap-cont .tit {
        font-size: 26px;
        margin-bottom: 15px; } }
    @media (max-width: 414px) {
      .wrap-cont .tit {
        margin-bottom: 5px; } }
  .wrap-cont .desi {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 30px; }
    @media (max-width: 1280px) {
      .wrap-cont .desi {
        font-size: 18px;
        line-height: 1.2; } }
    @media (max-width: 960px) {
      .wrap-cont .desi {
        font-size: 16px; } }
    @media (max-width: 599px) {
      .wrap-cont .desi {
        font-size: 14px; } }
    @media (max-width: 479px) {
      .wrap-cont .desi {
        margin-top: 10px; } }
  .wrap-cont .item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;  
	margin-bottom:35px;}
    @media (max-width: 414px) {
      .wrap-cont .item {
        width: 33.3333%;
        margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .wrap-cont .item img {
          width: 80%; } }
      @media (max-width: 599px) {
        .wrap-cont .item img {
          width: 65%; } }
      @media (max-width: 414px) {
        .wrap-cont .item img {
          margin-bottom: 5px; } }
    .wrap-cont .item .texti {
      font-size: 20px;
      line-height: 24px;
      font-weight: 600; }
      @media (max-width: 1280px) {
        .wrap-cont .item .texti {
          font-size: 18px;
          line-height: 1.2; } }
      @media (max-width: 960px) {
        .wrap-cont .item .texti {
          font-size: 16px; } }
      @media (max-width: 599px) {
        .wrap-cont .item .texti {
          font-size: 14px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 479px) {
        .wrap-cont .item .texti {
          font-size: 12px; } }

.page-icon {
  margin-bottom: 20px; }

.additional-cont {
  padding: 45px 20px 27px;
  max-width: 918px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .additional-cont .page-title {
    margin-bottom: 34px;
    display: inline-block; }

.layer h3 {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  width: 383px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px; }
  @media (max-width: 414px) {
    .layer h3 {
      width: 100%; } }
  .layer h3:before {
    content: "";
    background: url(../images/arrow-up.png);
    width: 33px;
    height: 17px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px; }
  .layer h3:after {
    content: "";
    background: url(../images/arrow-up.png);
    width: 33px;
    height: 17px;
    display: block;
    position: absolute;
    right: 0;
    top: 5px; }

.layer.bottom {
  margin-top: 7px;
  display: inline-block; }
  @media (max-width: 414px) {
    .layer.bottom {
      display: block; } }
  .layer.bottom h3:before {
    content: "";
    background: url(../images/arrow-down.png);
    bottom: 9px;
    top: inherit; }
  .layer.bottom h3:after {
    content: "";
    bottom: 9px;
    top: inherit;
    background: url(../images/arrow-down.png); }

.testimonial-wrap {
  background: #C51420;
  color: #fff;
  text-align: center;
  padding: 82px 20px 95px;
  position: relative; }
  @media (max-width: 1024px) {
    .testimonial-wrap {
      padding-top: 40px;
      padding-bottom: 60px; } }
  .testimonial-wrap:after {
    content: "";
    background: url(../images/line-bottom.png);
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: -19px;
    left: 0;
    display: block; }
  @media (max-width: 480px) {
    .testimonial-wrap .owl-dots {
      padding-top: 20px; } }
  .testimonial-wrap .owl-dot.active {
    width: 12px;
    height: 12px; }
  .testimonial-wrap .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px; }
  .testimonial-wrap .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 1480px) {
      .testimonial-wrap .owl-nav {
        left: 0;
        transform: translateY(-50%); }
        .testimonial-wrap .owl-nav svg {
          max-width: 1460px;
          width: 100%; } }

.testimonial-info-wrap {
  max-width: 948px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 22px; }
  @media (max-width: 1024px) {
    .testimonial-info-wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 414px) {
    .testimonial-info-wrap {
      font-size: 16px;
      padding-left: 0;
      padding-right: 0; } }
  .testimonial-info-wrap .testimonial-info {
    font-weight: 600; }
  .testimonial-info-wrap .testimonial-name {
    display: block; }
  .testimonial-info-wrap .testimonial-title {
    margin-bottom: 22px;
    font-weight: 600; }
  .testimonial-info-wrap .testimonial-quote {
    font-style: italic; }

/*
Form
 */
input[type="text"], input[type="email"], input[type="number"], textarea, select, input[type="url"] {
  color: #505050;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 25px;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  padding: 7px 9px 6px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease-in-out;
  text-align: left; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus, input[type="url"]:focus {
    border-color: #C51420;
    outline: 0; }

.slide-caption input[type="text"], .slide-caption input[type="email"], .slide-caption input[type="number"], .slide-caption textarea, .slide-caption select, .slide-caption input[type="url"] {
  background: #fff;
  border-color: #fff; }

.slide-caption .wpcf7-form .form-submit {
  display: flex;
  margin-top: 20px;
  justify-content: center; }
  .slide-caption .wpcf7-form .form-submit .submit-btn {
    transition: none; }

.form-group {
  position: relative; }

div.wpcf7 {
  margin-top: 40px; }

input[type="submit"] + .ajax-loader {
  position: absolute;
  top: 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000; }

.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px !important;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-top: 10px;
  line-height: 1; }

.wpcf7-form input[type="submit"], .wpcf7-form .submit-btn {
  font-family: "Libre Franklin", sans-serif;
  display: inline-block;
  text-align: center;
  min-width: 220px;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  padding: 16px 24px;
  text-transform: uppercase;
  border: 1px solid #C51420;
  cursor: pointer;
  border-radius: 0;
  transition: all .3s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }
  @media (max-width: 1024px) {
    .wpcf7-form input[type="submit"], .wpcf7-form .submit-btn {
      min-width: 200px;
      font-size: 16px; } }
  @media (max-width: 767px) {
    .wpcf7-form input[type="submit"], .wpcf7-form .submit-btn {
      min-width: 180px;
      font-size: 16px; } }
  @media (max-width: 479px) {
    .wpcf7-form input[type="submit"], .wpcf7-form .submit-btn {
      min-width: 160px;
      font-size: 14px; } }
  .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:active, .wpcf7-form input[type="submit"]:focus, .wpcf7-form .submit-btn:hover, .wpcf7-form .submit-btn:active, .wpcf7-form .submit-btn:focus {
    border-color: #E30613; }

.wpcf7-form span.wpcf7-list-item {
  margin-left: 0; }

.wpcf7-form .wpcf7-list-item-label {
  font-size: 18px; }

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 100%; }

.wpcf7-form .column .form-control:last-child {
  margin-bottom: 0; }

.wpcf7-form .form-control {
  margin-bottom: 10px; }

.wpcf7-form .full-height {
  height: 100%; }
  .wpcf7-form .full-height textarea {
    height: 100%; }

.wpcf7-form .form-submit {
  position: relative;
  text-align: center; }

/*
  GDPR
*/
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center; }
  .dialog legend {
    display: none; }

.dialog.show .small-dialog {
  animation: zoomIn 1s ease-in-out forwards; }

.small-dialog {
  animation: fadeIn 300ms linear 0ms both;
  background: white;
  padding: 40px 30px 10px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 18px; }
  .small-dialog input[type="radio"], .small-dialog input[type="checkbox"] {
    width: auto !important; }
  .small-dialog input[type="button"] {
    width: 160px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #C51420;
    border-radius: 5px;
    padding: 3px 0;
    height: auto;
    margin: 0;
    outline: 0; }

.small-dialog > div {
  margin-bottom: 20px; }

.small-dialog .error {
  float: none !important;
  width: 100% !important;
  margin-bottom: 5px; }

.small-dialog .btn-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #000000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.small-dialog input, .small-dialog label {
  float: none !important;
  display: inline-block !important;
  width: auto !important;
  margin: auto !important; }

.small-dialog a {
  color: #000000;
  text-decoration: underline; }

.popup-title {
  text-transform: uppercase; }

.js-toggle.active .js-toggle-title:before {
  transform: rotate(180deg); }

.js-toggle-content {
  display: none; }

.result.success {
  color: green; }

.result.error {
  color: red; }

.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block; }

.remodal-close {
  left: inherit;
  right: 0; }

.popup-content p {
  margin-bottom: 15px; }

textarea {
  max-height: 120px;
  resize: none; }

/*
End Form
 */
.button2 {
  font-family: "Libre Franklin", sans-serif;
  display: inline-block;
  text-align: center;
  min-width: 213px;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
  background-color: #fff;
  padding: 7px 22px 6px;
  text-transform: uppercase;
  border: 1px solid #C51420;
  cursor: pointer;
  border-radius: 0;
  transition: all .3s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 28px;
  outline: 0; }

.wpcf7-form .submit-btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-family: "Libre Franklin", sans-serif;
  display: inline-block;
  text-align: center;
  min-width: 213px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 7px 22px 6px;
  line-height: 28px;
  text-transform: uppercase;
  outline: 0; }

.button-2 {
  color: #fff;
  border-radius: 25px;
  border: 1px solid #C51420;
  background-image: -webkit-linear-gradient(30deg, #C51420 50%, transparent 50%);
  background-image: linear-gradient(30deg, #C51420 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }

.button-2:hover {
  background-position: 100%;
  color: #C51420 !important; }

.lettalk .button2 {
  border: 1px solid #E30613; }

.lettalk .button-2 {
  border: 1px solid #E30613;
  background-image: -webkit-linear-gradient(30deg, #E30613 50%, transparent 50%);
  background-image: linear-gradient(30deg, #E30613 50%, transparent 50%); }

.lettalk .button-2:hover {
  background-position: 100%;
  color: #E30613 !important; }

.page-icon-name {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 9px; }
  @media (max-width: 767px) {
    .page-icon-name {
      line-height: 1.2; } }

.content-image-wrap {
  margin-bottom: 73px; }
  @media (max-width: 767px) {
    .content-image-wrap {
      margin-bottom: 30px; } }

@media (max-width: 1366px) {
  .content-image-wrap:nth-child(2n+1) .content-image .image {
    padding: 10px 20px; } }

@media (max-width: 414px) {
  .content-image-wrap:nth-child(2n+1) .content-image .image {
    padding: 10px 0; } }

@media (max-width: 1366px) {
  .content-image-wrap:nth-child(2n+1) .content-image .content {
    padding: 10px 20px; } }

@media (max-width: 414px) {
  .content-image-wrap:nth-child(2n+1) .content-image .content {
    padding: 10px 0; } }

.download-items {
  padding-top: 22px;
  padding-bottom: 80px;}
@media (max-width: 1799px) {
    .download-items .wrap-cont .item {
      width: 25%;
      margin-bottom: 40px; }
      .download-items .wrap-cont .item img {
        width: auto; } }
  @media (max-width: 1280px) {
    .download-items .wrap-cont .item {
      width: 33.3333%;
      margin-bottom: 35px; }
      .download-items .wrap-cont .item img {
        width: auto; } }
  @media (max-width: 767px) {
    .download-items .wrap-cont .item {
      width: 50%; } }
  @media (max-width: 479px) {
    .download-items .wrap-cont .item {
      width: 100%; } }
  @media (max-width: 767px) {
    .download-items {
      padding-bottom: 30px; } }
  .download-items .wrap-cont .tit {
    color: #C51420; }
  .download-items .wrap-cont .item .texti {
    margin-bottom: 25px;
    color: #000; }
    @media (max-width: 479px) {
      .download-items .wrap-cont .item .texti {
        font-size: 16px; } }
  .download-items .page-icon {
    margin-bottom: 7px; }

.wr-door {
  padding-bottom: 60px; }
  .wr-door .doorways-wrap {
    padding-top: 9px; }
  @media (max-width: 767px) {
    .wr-door {
      padding-bottom: 20px; } }

.position-content-image .image {
  padding-left: 36px; }
  @media (max-width: 1366px) {
    .position-content-image .image {
      padding: 10px 20px; } }
  @media (max-width: 414px) {
    .position-content-image .image {
      padding: 10px 0; } }

.position-content-image .content {
  padding-right: 36px; }
  @media (max-width: 1366px) {
    .position-content-image .content {
      padding: 10px 20px; } }
  @media (max-width: 414px) {
    .position-content-image .content {
      padding: 10px 0; } }

.position-image-content .image {
  padding-right: 36px; }
  @media (max-width: 1366px) {
    .position-image-content .image {
      padding: 10px 20px; } }
  @media (max-width: 414px) {
    .position-image-content .image {
      padding: 10px 0; } }

.position-image-content .content {
  padding-left: 36px; }
  @media (max-width: 1366px) {
    .position-image-content .content {
      padding: 10px 20px; } }
  @media (max-width: 414px) {
    .position-image-content .content {
      padding: 10px 0; } }

.page-id-537 .content-area .full-width {
  padding: 70px 0 75px;
  background: #E2E2E2;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .page-id-537 .content-area .full-width {
      padding: 30px 0 30px; } }
  @media (max-width: 479px) {
    .page-id-537 .content-area .full-width {
      margin-bottom: 0 !important; } }
  .page-id-537 .content-area .full-width .position-image-content {
    max-width: 1399px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .page-id-537 .content-area .full-width .position-image-content .image {
      padding-top: 8px; }
    .page-id-537 .content-area .full-width .position-image-content .content {
      padding-top: 0;
      background: #E2E2E2; }
      .page-id-537 .content-area .full-width .position-image-content .content .desc p {
        color: #717171; }

.f15 {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000 !important;
  margin-bottom: 12px !important; }

/*
  Faq
*/
.faq, .js-toggle {
  position: relative;
  padding: 12px 0 10px; }

@media (max-width: 767px) {
  .faq, .js-toggle {
    padding: 10px 0 0 0; } }

.js-toggle .js-toggle-title {
  letter-spacing: 0;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0px;
  margin-top: 0;
  position: relative;
  font-size: 28px;
  line-height: 32px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #E30613;
  padding: 10px 20px 7px 0; }
  @media (max-width: 767px) {
    .js-toggle .js-toggle-title {
      font-size: 22px;
      line-height: 1.2; } }
  @media (max-width: 479px) {
    .js-toggle .js-toggle-title {
      padding: 10px 0px; } }

@media (max-width: 479px) {
  .js-toggle .js-toggle-title {
    font-size: 18px; } }

.faq .faq-title:before, .js-toggle .js-toggle-title:before {
  content: "";
  background: url(../images/arrup.png);
  width: 24px;
  height: 13px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%); }

.faq.active .js-toggle-title:before, .js-toggle.active .js-toggle-title:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.js-toggle .js-toggle-content {
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 7px; }
  @media (max-width: 767px) {
    .js-toggle .js-toggle-content {
      font-size: 16px; } }

.js-toggle .js-toggle-content .entry-content {
  margin: 0;
  padding: 0;
  text-align: center; }

.accordion .js-toggle-title, .accordion .js-toggle-content {
  font-size: 24px;
  font-weight: 500; }
  @media (max-width: 1024px) {
    .accordion .js-toggle-title, .accordion .js-toggle-content {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .accordion .js-toggle-title, .accordion .js-toggle-content {
      font-size: 16px; } }

.testimonials-list {
  text-align: center; }
  .testimonials-list .testimonial {
    margin-bottom: 35px; }
  .testimonials-list .testimonial-quote {
    margin-bottom: 15px; }

.page-blog .wr-door, .page-blog .testimonial-wrap, .single-post .wr-door, .single-post .testimonial-wrap {
  display: none; }

.page-blog #ctas, .single-post #ctas {
  padding-top: 5px; }

.single-post .the-date {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 11px; }

.single-post .entry-title {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 41px; }
  @media (max-width: 767px) {
    .single-post .entry-title {
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 1.2; } }

/*# sourceMappingURL=main.css.map */