/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Gilroy-Bold.woff") format('woff'), url("../fonts/Gilroy-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Gilroy-Extrabold.woff") format('woff'), url("../fonts/Gilroy-Extrabold.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/NeogroteskEssAlt-UltLightIt.woff") format('woff'), url("../fonts/NeogroteskEssAlt-UltLightIt.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/NeogroteskEssAlt-UltLightItIt.woff") format('woff'), url("../fonts/NeogroteskEssAlt-UltLightItIt.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/NeogroteskEssAlt-Light.woff") format('woff'), url("../fonts/NeogroteskEssAlt-Light.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/NeogroteskEssAlt-LightIt.woff") format('woff'), url("../fonts/NeogroteskEssAlt-LightIt.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NeogroteskEssAlt-Regular.woff") format('woff'), url("../fonts/NeogroteskEssAlt-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/NeogroteskEssAlt-RegularIt.woff") format('woff'), url("../fonts/NeogroteskEssAlt-RegularIt.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/NeogroteskEssAlt-Bold.woff") format('woff'), url("../fonts/NeogroteskEssAlt-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "NeogroteskEssAlt";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/NeogroteskEssAlt-BoldIt.woff") format('woff'), url("../fonts/NeogroteskEssAlt-BoldIt.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #5a5e5f;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #edf2f5;
  color: #fff;
}
body ::selection {
  background: #edf2f5;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #0b0b0b;
  background: #fff;
  color: #5a5e5f;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 45px;
  padding: 3px 5px 0 10px;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5a5e5f;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #5a5e5f;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5a5e5f;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
  text-align: center;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #edf2f5;
}
textarea {
  resize: none;
  height: 105px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gilroy';
  color: #000;
}
h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: ms) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 22px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #000;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1300px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #edf2f5;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #dde6ec;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1300px;
  max-width: 94%;
  position: relative;
}
.wrap1600 {
  margin: 0 auto;
  width: 1600px;
  max-width: 94%;
  position: relative;
}
.wrap1080 {
  margin: 0 auto;
  width: 1080px;
  max-width: 94%;
  position: relative;
}
.wrap860 {
  margin: 0 auto;
  width: 860px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1300px) {
  #content {
    padding: 20px 0;
  }
}
#content .page-title {
  text-align: center;
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #000;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn, .gallery-content .sf-field-submit input, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .gform_button {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  border: none;
  outline: 0;
  border: 1px solid #000;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn, .gallery-content .sf-field-submit input, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .gform_button {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover, .gallery-content .sf-field-submit input:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .gform_button:hover {
  background: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
}
.btn:active, .gallery-content .sf-field-submit input:active, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .gform_button:active {
  background: #000;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  margin-bottom: 20px;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg p strong {
  color: #000;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
  list-style-type: initial;
}
.wysiwyg ul li {
  line-height: 1.4;
}
.wysiwyg ol li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  list-style: none;
}
.wysiwyg ol li:before {
  content: counter(step-counter);
  margin-right: 5px;
  color: #000;
  font-weight: 700;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #edf2f5;
  background: #edf2f5;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1300px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #edf2f5;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #ccdae3;
    border-bottom: 3px solid #ccdae3;
    background: #edf2f5;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #000;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #000;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #fff;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #fdfefe;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #000;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #fdfefe;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1300px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 10;
  will-change: transform, opacity;
}
header .row {
  height: 120px;
}
@media (max-width: 1300px) {
  header .row {
    height: 40px;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  header #logo {
    margin-bottom: 0;
  }
}
header #logo img {
  max-width: 170px;
  max-height: 170px;
}
header #logo:hover {
  opacity: 0.8;
}
header .top-header {
  background: #10232a;
}
header .top-header .top-header-wrapper {
  padding: 15px;
}
@media (max-width: 1024px) {
  header .top-header .top-header-wrapper {
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  header .top-header .top-header-wrapper {
    text-align: center;
  }
}
@media (max-width: 576px) {
  header .top-header .top-header-wrapper .phone-number {
    margin: 10px auto;
  }
  header .top-header .top-header-wrapper .s-links {
    width: 100%;
  }
}
header .top-header .top-header-wrapper .notification-text p {
  padding: 0;
}
header .top-header .top-header-wrapper .phone-number span {
  font-size: 21px;
}
@media (max-width: 576px) {
  header .top-header .top-header-wrapper .phone-number span {
    font-size: 18px;
  }
}
header .top-header .top-header-wrapper .phone-number span a {
  color: #fff;
}
header .top-header .top-header-wrapper .phone-number span a:hover {
  text-decoration: none;
  color: #5a5e5f;
}
header .top-header .top-header-wrapper .s-links a {
  margin-right: 10px;
  color: #5a5e5f;
}
header .top-header .top-header-wrapper .s-links a:hover {
  text-decoration: none;
  color: #fff;
}
header .top-header .top-header-wrapper .s-links a:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  header .main-header .main-header-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
header .main-header .wrap1600 {
  width: 1670px;
}
@media (max-width: 1350px) {
  header .main-header .btn, header .main-header .gallery-content .sf-field-submit input, .gallery-content .sf-field-submit header .main-header input, header .main-header .woocommerce #respond input#submit.alt, .woocommerce #respond header .main-header input#submit.alt, header .main-header .woocommerce a.button.alt, .woocommerce header .main-header a.button.alt, header .main-header .woocommerce button.button.alt, .woocommerce header .main-header button.button.alt, header .main-header .woocommerce input.button.alt, .woocommerce header .main-header input.button.alt {
    padding: 10px;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
  text-transform: capitalize;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 17px;
  padding: 5px 10px;
  color: #000;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .main_nav .level_a > li > a {
    padding: 5px;
  }
}
.main_nav .level_a > li.current-menu-item a {
  opacity: 0.5;
}
.main_nav .level_a > li:hover > a {
  opacity: 0.6;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 18px;
  padding: 10px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #10232a;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 14px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #2c6174;
}
.page-simple-title {
  padding: 45px 0 0;
  text-align: center;
}
.reviews__block {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .reviews__block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .reviews__block {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .reviews__block {
    padding: 40px 0;
  }
}
.reviews__block .reviews__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.reviews__block .reviews__wrapper > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 768px) {
  .reviews__block .reviews__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .reviews__block .reviews__wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .reviews__block .reviews__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .reviews__block .reviews__wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.reviews__block .reviews__wrapper .review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.accordion-wrapper .acc .item {
  position: relative;
  margin-bottom: 10px;
}
.accordion-wrapper .acc .item h3 {
  font-size: 17px;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding: 5px 5px 20px 45px;
  position: relative;
}
.accordion-wrapper .acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center;
}
.accordion-wrapper .acc .item h3 span:before, .accordion-wrapper .acc .item h3 span:after {
  content: '';
  background-color: #fff;
  width: 9px;
  height: 2px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-wrapper .acc .item h3 span:before {
  top: 9px;
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.accordion-wrapper .acc .item h3 span:after {
  top: 14px;
  right: 6px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.accordion-wrapper .acc .item h3.active span {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #b3b9bd;
}
.accordion-wrapper .acc .item h3.active span:before {
  right: 7px;
}
.accordion-wrapper .acc .item h3.active span:after {
  right: 7px;
}
.accordion-wrapper .acc .item .info {
  display: none;
  line-height: 28px;
}
.tpl-accordion #content {
  padding: 100px 0 50px;
}
.shipping-delivery__block {
  padding: 100px 0;
}
.photo-slider__block {
  padding: 102px 0;
}
@media (max-width: 1024px) {
  .photo-slider__block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .photo-slider__block {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .photo-slider__block {
    padding: 40px 0;
  }
}
.photo-slider__block .swiper-slide {
  text-align: center;
}
.photo-slider__block .swiper-slide img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.photo-slider__block .swiper-button.button-prev {
  left: -60px;
}
@media (max-width: 1400px) {
  .photo-slider__block .swiper-button.button-prev {
    left: -30px;
  }
}
@media (max-width: 576px) {
  .photo-slider__block .swiper-button.button-prev {
    left: 0;
  }
}
.photo-slider__block .swiper-button.button-next {
  right: -60px;
}
@media (max-width: 1400px) {
  .photo-slider__block .swiper-button.button-next {
    right: -30px;
  }
}
@media (max-width: 576px) {
  .photo-slider__block .swiper-button.button-next {
    right: 0;
  }
}
.door-sweeper__block {
  background: #edf2f5;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .door-sweeper__block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .door-sweeper__block {
    padding: 60px 0;
  }
}
.door-sweeper__block .door-sweeper__title {
  padding-bottom: 70px;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .door-sweeper__block .door-sweeper__title {
    padding-left: 0;
  }
}
.door-sweeper__block .door-slider h4 {
  font-family: "Neogrotesk Ess Alt";
  text-transform: uppercase;
}
.door-sweeper__block .door-slider .swiper-slide {
  text-align: center;
}
.door-sweeper__block .door-slider .swiper-slide img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.door-sweeper__block .door-slider .swiper-button.button-prev {
  left: -60px;
}
@media (max-width: 1400px) {
  .door-sweeper__block .door-slider .swiper-button.button-prev {
    left: -30px;
  }
}
@media (max-width: 576px) {
  .door-sweeper__block .door-slider .swiper-button.button-prev {
    left: 0;
  }
}
.door-sweeper__block .door-slider .swiper-button.button-next {
  right: -60px;
}
@media (max-width: 1400px) {
  .door-sweeper__block .door-slider .swiper-button.button-next {
    right: -30px;
  }
}
@media (max-width: 576px) {
  .door-sweeper__block .door-slider .swiper-button.button-next {
    right: 0;
  }
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer .top-footer__block {
  padding: 120px 0;
  background: #edf2f5;
}
@media (max-width: 1024px) {
  footer .top-footer__block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  footer .top-footer__block {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  footer .top-footer__block {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  footer .top-footer__block .top-footer__wrapper .left {
    text-align: center;
  }
}
footer .top-footer__block .top-footer__wrapper #logo {
  display: block;
  margin-bottom: 15px;
}
footer .top-footer__block .top-footer__wrapper .footer-info {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  footer .top-footer__block .top-footer__wrapper .footer-info {
    text-align: center;
  }
}
footer .top-footer__block .top-footer__wrapper .footer-info h3 {
  color: #000;
  font-weight: 600;
  padding-bottom: 40px;
}
footer .top-footer__block .top-footer__wrapper .s-links {
  margin-bottom: 30px;
}
footer .top-footer__block .top-footer__wrapper .s-links a {
  color: #000;
  margin-right: 15px;
}
footer .top-footer__block .top-footer__wrapper .s-links a:hover {
  text-decoration: none;
  opacity: 0.6;
}
footer .top-footer__block .top-footer__wrapper .s-links a:last-child {
  margin-right: 0;
}
footer .top-footer__block .top-footer__wrapper .global-email a, footer .top-footer__block .top-footer__wrapper .numbers a, footer .top-footer__block .top-footer__wrapper .footer_menu a {
  color: #5a5e5f;
}
footer .top-footer__block .top-footer__wrapper .footer_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
footer .top-footer__block .top-footer__wrapper .footer_menu ul li {
  margin-right: 15px;
}
@media (max-width: 768px) {
  footer .top-footer__block .top-footer__wrapper .footer_menu ul li {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
footer .top-footer__block .top-footer__wrapper .footer_menu ul li:last-child {
  margin-right: 0;
}
footer .bottom-footer {
  padding: 15px 0;
  background: #fff;
}
footer .bottom-footer .copyright {
  text-align: center;
}
.custom-content__block {
  padding: 50px;
}
@media (max-width: 768px) {
  .custom-content__block {
    padding: 20px;
  }
}
.custom-content__block h2, .custom-content__block h3, .custom-content__block h4 {
  padding-bottom: 20px;
}
.custom-content__block .text-content__block {
  margin-bottom: 15px;
}
.custom-content__block .text-content__block .wysiwyg form {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .custom-content__block .text-content__block .wysiwyg form {
    padding: 10px 0;
  }
}
.custom-content__block .text-content__block .wysiwyg form .label-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.custom-content__block .text-content__block .wysiwyg form .label-wrapper > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .custom-content__block .text-content__block .wysiwyg form .label-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-content__block .text-content__block .wysiwyg form .label-wrapper > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.custom-content__block .text-content__block .wysiwyg form .label-wrapper label span select {
  width: 100%;
  height: 45px;
}
.custom-content__block .text-content__block .wysiwyg form .label-wrapper textarea {
  width: 100%;
}
.custom-content__block .text-content__block .wysiwyg form .submit-btn {
  position: relative;
}
.custom-content__block .gallery-content__block {
  margin-bottom: 15px;
}
.custom-content__block .gallery-content__block .columns-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.custom-content__block .gallery-content__block .columns-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .custom-content__block .gallery-content__block .columns-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-content__block .gallery-content__block .columns-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .custom-content__block .gallery-content__block .columns-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-content__block .gallery-content__block .columns-3 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.custom-content__block .gallery-content__block .columns-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.custom-content__block .gallery-content__block .columns-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .custom-content__block .gallery-content__block .columns-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-content__block .gallery-content__block .columns-4 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .custom-content__block .gallery-content__block .columns-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-content__block .gallery-content__block .columns-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .custom-content__block .gallery-content__block .columns-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .custom-content__block .gallery-content__block .columns-4 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.gallery__block {
  background: #edf2f5;
  padding: 60px 0;
}
.gallery__block .gallery__title {
  text-align: center;
  margin-bottom: 40px;
}
.gallery__block .gallery__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.gallery__block .gallery__wrapper > * {
  width: 19%;
  margin: 0 0.5% 0.6em;
}
@media (max-width: 1024px) {
  .gallery__block .gallery__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .gallery__block .gallery__wrapper > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 768px) {
  .gallery__block .gallery__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .gallery__block .gallery__wrapper > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 480px) {
  .gallery__block .gallery__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .gallery__block .gallery__wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.gallery__block .gallery__wrapper .gallery_image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.railings__block, .iron-gates__block {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .railings__block, .iron-gates__block {
    padding: 25px 0;
  }
}
.railings__block .railings__wrapper, .iron-gates__block .railings__wrapper, .railings__block .iron-gates__wrapper, .iron-gates__block .iron-gates__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.railings__block .railings__wrapper > *, .iron-gates__block .railings__wrapper > *, .railings__block .iron-gates__wrapper > *, .iron-gates__block .iron-gates__wrapper > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .railings__block .railings__wrapper, .iron-gates__block .railings__wrapper, .railings__block .iron-gates__wrapper, .iron-gates__block .iron-gates__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .railings__block .railings__wrapper > *, .iron-gates__block .railings__wrapper > *, .railings__block .iron-gates__wrapper > *, .iron-gates__block .iron-gates__wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .railings__block .railings__wrapper, .iron-gates__block .railings__wrapper, .railings__block .iron-gates__wrapper, .iron-gates__block .iron-gates__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .railings__block .railings__wrapper > *, .iron-gates__block .railings__wrapper > *, .railings__block .iron-gates__wrapper > *, .iron-gates__block .iron-gates__wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.railings__block .railings__wrapper .railings_item, .iron-gates__block .railings__wrapper .railings_item, .railings__block .iron-gates__wrapper .railings_item, .iron-gates__block .iron-gates__wrapper .railings_item, .railings__block .railings__wrapper .iron-gates_item, .iron-gates__block .railings__wrapper .iron-gates_item, .railings__block .iron-gates__wrapper .iron-gates_item, .iron-gates__block .iron-gates__wrapper .iron-gates_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  background: #edf2f5;
  margin-bottom: 15px;
  padding: 20px 0;
}
.railings__block .railings__wrapper .railings_item .railing_image img, .iron-gates__block .railings__wrapper .railings_item .railing_image img, .railings__block .iron-gates__wrapper .railings_item .railing_image img, .iron-gates__block .iron-gates__wrapper .railings_item .railing_image img, .railings__block .railings__wrapper .iron-gates_item .railing_image img, .iron-gates__block .railings__wrapper .iron-gates_item .railing_image img, .railings__block .iron-gates__wrapper .iron-gates_item .railing_image img, .iron-gates__block .iron-gates__wrapper .iron-gates_item .railing_image img, .railings__block .railings__wrapper .railings_item .iron-gates_image img, .iron-gates__block .railings__wrapper .railings_item .iron-gates_image img, .railings__block .iron-gates__wrapper .railings_item .iron-gates_image img, .iron-gates__block .iron-gates__wrapper .railings_item .iron-gates_image img, .railings__block .railings__wrapper .iron-gates_item .iron-gates_image img, .iron-gates__block .railings__wrapper .iron-gates_item .iron-gates_image img, .railings__block .iron-gates__wrapper .iron-gates_item .iron-gates_image img, .iron-gates__block .iron-gates__wrapper .iron-gates_item .iron-gates_image img {
  height: 350px;
}
.railings__block .railings__wrapper .rail-name, .iron-gates__block .railings__wrapper .rail-name, .railings__block .iron-gates__wrapper .rail-name, .iron-gates__block .iron-gates__wrapper .rail-name, .railings__block .railings__wrapper .iron-gates-name, .iron-gates__block .railings__wrapper .iron-gates-name, .railings__block .iron-gates__wrapper .iron-gates-name, .iron-gates__block .iron-gates__wrapper .iron-gates-name {
  text-align: center;
}
.railings__block .railings__wrapper .rail-name span, .iron-gates__block .railings__wrapper .rail-name span, .railings__block .iron-gates__wrapper .rail-name span, .iron-gates__block .iron-gates__wrapper .rail-name span, .railings__block .railings__wrapper .iron-gates-name span, .iron-gates__block .railings__wrapper .iron-gates-name span, .railings__block .iron-gates__wrapper .iron-gates-name span, .iron-gates__block .iron-gates__wrapper .iron-gates-name span {
  position: relative;
  margin-right: 5px;
}
.railings__block .railings__wrapper .rail-name span:after, .iron-gates__block .railings__wrapper .rail-name span:after, .railings__block .iron-gates__wrapper .rail-name span:after, .iron-gates__block .iron-gates__wrapper .rail-name span:after, .railings__block .railings__wrapper .iron-gates-name span:after, .iron-gates__block .railings__wrapper .iron-gates-name span:after, .railings__block .iron-gates__wrapper .iron-gates-name span:after, .iron-gates__block .iron-gates__wrapper .iron-gates-name span:after {
  position: absolute;
  content: ',';
  bottom: 0;
  right: -5px;
  line-height: 1;
}
.railings__block .railings__wrapper .rail-name span:last-child, .iron-gates__block .railings__wrapper .rail-name span:last-child, .railings__block .iron-gates__wrapper .rail-name span:last-child, .iron-gates__block .iron-gates__wrapper .rail-name span:last-child, .railings__block .railings__wrapper .iron-gates-name span:last-child, .iron-gates__block .railings__wrapper .iron-gates-name span:last-child, .railings__block .iron-gates__wrapper .iron-gates-name span:last-child, .iron-gates__block .iron-gates__wrapper .iron-gates-name span:last-child {
  margin-right: 0;
}
.railings__block .railings__wrapper .rail-name span:last-child:after, .iron-gates__block .railings__wrapper .rail-name span:last-child:after, .railings__block .iron-gates__wrapper .rail-name span:last-child:after, .iron-gates__block .iron-gates__wrapper .rail-name span:last-child:after, .railings__block .railings__wrapper .iron-gates-name span:last-child:after, .iron-gates__block .railings__wrapper .iron-gates-name span:last-child:after, .railings__block .iron-gates__wrapper .iron-gates-name span:last-child:after, .iron-gates__block .iron-gates__wrapper .iron-gates-name span:last-child:after {
  display: none;
}
.railings__block .blog-pagenavi, .iron-gates__block .blog-pagenavi {
  text-align: center;
}
.railings__block .blog-pagenavi span, .iron-gates__block .blog-pagenavi span, .railings__block .blog-pagenavi a, .iron-gates__block .blog-pagenavi a {
  color: #000;
  font-weight: 700;
  margin-right: 5px;
}
.railings__block .blog-pagenavi .current, .iron-gates__block .blog-pagenavi .current {
  text-decoration: underline;
}
.portfolio-products__block {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .portfolio-products__block {
    padding: 40px 0;
  }
}
.portfolio-products__block .portfolio-products__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.portfolio-products__block .portfolio-products__wrapper > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .portfolio-products__block .portfolio-products__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .portfolio-products__block .portfolio-products__wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .portfolio-products__block .portfolio-products__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .portfolio-products__block .portfolio-products__wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .portfolio-products__block .portfolio-products__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .portfolio-products__block .portfolio-products__wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 480px) {
  .portfolio-products__block .portfolio-products__wrapper .item {
    text-align: center;
  }
}
.portfolio-products__block .portfolio-products__wrapper .item .product-title {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio-products__block .portfolio-products__wrapper .item a img {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.share-buttons {
  background: #edf2f5;
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .share-buttons {
    padding: 30px 0;
  }
}
.share-buttons h4 {
  margin-right: 15px;
}
.share-buttons a {
  background: #fff;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-right: 10px;
}
.share-buttons a:hover {
  text-decoration: none;
  background: #edf2f5;
}
.share-buttons a:last-child {
  margin-right: 0;
}
.share-buttons a i {
  color: #000;
}
.content-slider {
  position: relative;
}
.content-slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-slider .swiper-pagination {
  bottom: 41px;
}
@media (max-width: 768px) {
  .content-slider .swiper-pagination {
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  .content-slider .swiper-pagination {
    bottom: 20px;
  }
}
.content-slider h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  font-size: 72px;
  font-family: 'Gilroy';
  font-weight: 700;
}
@media (max-width: 1024px) {
  .content-slider h1 {
    font-size: 56px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .content-slider h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .content-slider h1 {
    font-size: 36px;
  }
}
.columns__block .wrap {
  width: 1080px;
}
.columns__block .button-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.columns__block .column-title h3 {
  margin-bottom: 30px;
}
.hardware__section .hardware-text__block {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .hardware__section .hardware-text__block {
    padding: 40px 0;
  }
}
.hardware__section .hardware-text__wrapper h3 {
  margin-bottom: 20px;
}
.hardware__section .hardware-photos__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.hardware__section .hardware-photos__wrapper > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .hardware__section .hardware-photos__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .hardware__section .hardware-photos__wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .hardware__section .hardware-photos__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .hardware__section .hardware-photos__wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.hardware-products .top-company-logo {
  text-align: center;
  margin-bottom: 50px;
}
.hardware-products .products__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.hardware-products .products__wrapper > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .hardware-products .products__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .hardware-products .products__wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .hardware-products .products__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .hardware-products .products__wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.hardware-products .products__wrapper .item {
  text-align: center;
}
.hardware-products .products__wrapper .item .product-name {
  margin-bottom: 20px;
}
.index-style {
  width: 1920px;
  max-width: 100%;
  padding-bottom: 0 !important;
}
.index-style#content {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .index-style#content {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .index-style .page-title {
    margin-bottom: 40px;
  }
}
.index-style a {
  color: #000;
}
.index-style a:hover {
  text-decoration: none;
  color: #f1b820;
}
.index-style .post-item {
  margin-bottom: 0;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
@media (max-width: 768px) {
  .index-style .post-item {
    margin-bottom: 20px;
  }
  .index-style .post-item:last-child {
    margin-bottom: 0;
  }
}
.index-style .post-item:nth-child(2n) {
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.index-style .post-item .inner {
  -webkit-flex-basis: 610px;
  -moz-flex-basis: 610px;
  -ms-flex-basis: 610px;
  flex-basis: 610px;
}
.index-style .post-item .post-thumbnail {
  min-height: 560px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .index-style .post-item .post-thumbnail {
    min-height: 1px;
    padding-bottom: 55%;
  }
}
.index-style .post-item .post-content {
  padding: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #edf2f5;
  font-size: 14px;
  font-weight: 300;
  color: #5a5e5f;
}
@media (max-width: 480px) {
  .index-style .post-item .post-content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.index-style .post-item h2 {
  font-family: 'Ovo';
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.index-style .post-item .btn, .index-style .post-item .gallery-content .sf-field-submit input, .gallery-content .sf-field-submit .index-style .post-item input, .index-style .post-item .woocommerce #respond input#submit.alt, .woocommerce #respond .index-style .post-item input#submit.alt, .index-style .post-item .woocommerce a.button.alt, .woocommerce .index-style .post-item a.button.alt, .index-style .post-item .woocommerce button.button.alt, .woocommerce .index-style .post-item button.button.alt, .index-style .post-item .woocommerce input.button.alt, .woocommerce .index-style .post-item input.button.alt {
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  color: #000;
  letter-spacing: 4px;
  padding: 15px 40px;
}
.index-style .post-excerpt {
  padding-bottom: 30px;
}
.index-style .blog-pagination {
  padding: 70px 0;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .index-style .blog-pagination {
    padding: 40px 0;
  }
}
.index-style .blog-pagination span {
  color: #000;
}
.index-style .blog-pagination a, .index-style .blog-pagination span {
  font-weight: 700;
  display: inline-block;
  margin: 5px;
}
.index-style .blog-pagination a.current, .index-style .blog-pagination span.current {
  text-decoration: underline;
}
.tag-list {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
}
.tag-list a {
  color: #000;
}
.tag-list a:hover {
  color: #f1b820;
  text-decoration: none;
}
.single-post .post-title {
  text-align: center;
  margin-bottom: 40px;
}
.single-post .wysiwyg a {
  color: #f1b820;
}
.single-post .wysiwyg h1, .single-post .wysiwyg h2, .single-post .wysiwyg h3, .single-post .wysiwyg h4, .single-post .wysiwyg h5, .single-post .wysiwyg h6 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .single-post .wysiwyg .alignleft, .single-post .wysiwyg .aligncenter, .single-post .wysiwyg .alignright {
    display: block;
  }
}
.wrap.full {
  width: 1920px;
  max-width: 100%;
}
.btn.white, .gallery-content .sf-field-submit input.white, .woocommerce #respond input#submit.alt.white, .woocommerce a.button.alt.white, .woocommerce button.button.alt.white, .woocommerce input.button.alt.white {
  background-color: #fff;
}
.btn.white:hover, .gallery-content .sf-field-submit input.white:hover, .woocommerce #respond input#submit.alt.white:hover, .woocommerce a.button.alt.white:hover, .woocommerce button.button.alt.white:hover, .woocommerce input.button.alt.white:hover {
  background-color: #f1b820;
  border-color: #f1b820;
}
.btn.large, .gallery-content .sf-field-submit input.large, .woocommerce #respond input#submit.alt.large, .woocommerce a.button.alt.large, .woocommerce button.button.alt.large, .woocommerce input.button.alt.large {
  padding: 15px 30px;
  font-weight: 700;
  letter-spacing: 4px;
}
.home #content {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .home #content {
    padding-top: 20px;
  }
}
.home-top-slider {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .home-top-slider {
    margin-bottom: 40px;
  }
}
.home-top-slider .swiper-slide {
  padding: 120px 70px;
  min-height: 850px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1400px) {
  .home-top-slider .swiper-slide {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .home-top-slider .swiper-slide {
    padding: 70px;
    min-height: 1px;
  }
}
.home-top-slider .swiper-slide h1, .home-top-slider .swiper-slide h2, .home-top-slider .swiper-slide h3, .home-top-slider .swiper-slide h4, .home-top-slider .swiper-slide h5, .home-top-slider .swiper-slide h6 {
  color: #fff;
}
.home-top-slider .swiper-slide h2 {
  font-size: 72px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .home-top-slider .swiper-slide h2 {
    font-size: 36px;
  }
}
.home-top-slider .swiper-pagination {
  bottom: 35px;
}
.home-top-slider .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}
.home-gallery {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .home-gallery {
    margin-bottom: 40px;
  }
}
.home-gallery .item {
  min-height: 680px;
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-basis: 49.5%;
  flex-basis: 49.5%;
  padding: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.home-gallery .item:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .home-gallery .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    min-height: 400px;
  }
  .home-gallery .item:last-child {
    margin-bottom: 0;
  }
}
.home-gallery .item .text {
  background-color: #fff;
  padding: 40px 80px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 640px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 640px;
  -ms-flex: 0 1 640px;
  flex: 0 1 640px;
}
@media (max-width: 768px) {
  .home-gallery .item .text {
    padding: 20px;
    text-align: center;
  }
}
.home-gallery .item .text > *:last-child {
  padding-bottom: 0;
}
.home-gallery .item h2 {
  font-family: 'Ovo';
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .home-gallery .item h2 {
    font-size: 36px;
  }
}
.home-about {
  margin-bottom: 80px;
  padding: 40px 0;
  background-color: #edf2f5;
  background-repeat: no-repeat;
  background-size: 480px auto;
  background-position: center right 90px;
  min-height: 840px;
  position: relative;
}
@media (max-width: 1600px) {
  .home-about {
    background-position: center right 10px;
  }
}
@media (max-width: 1024px) {
  .home-about {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .home-about {
    background-position: center center;
  }
}
@media (max-width: 768px) {
  .home-about {
    margin-bottom: 40px;
    padding: 20px 0;
    min-height: 1px;
  }
}
.home-about .wrap {
  width: 940px;
  z-index: 2;
}
.home-about .text {
  width: 710px;
  max-width: 100%;
  font-weight: 300;
  color: #5a5e5f;
  font-size: 14px;
}
.home-about h2 {
  font-size: 50px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .home-about h2 {
    font-size: 36px;
  }
}
.home-about h3 {
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.home-about .side-title {
  font-size: 96px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  letter-spacing: 40px;
  right: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .home-about .side-title {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .home-about .side-title {
    display: none;
  }
}
.text-center {
  text-align: center;
}
.home-reviews {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .home-reviews {
    margin-bottom: 40px;
  }
}
.home-reviews .top {
  position: relative;
  padding-left: 160px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .home-reviews .top {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .home-reviews .top {
    padding-left: 0;
  }
}
.home-reviews .top::before {
  content: '“';
  display: block;
  position: absolute;
  font-family: 'Ovo';
  font-size: 404px;
  color: #000;
  opacity: 0.2;
  left: -33px;
  top: 0;
  line-height: 0.73;
}
@media (max-width: 768px) {
  .home-reviews .top::before {
    font-size: 104px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .home-reviews .top::before {
    display: none;
  }
}
.home-reviews .top h2 {
  font-family: 'Ovo';
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .home-reviews .top h2 {
    font-size: 36px;
  }
}
.home-reviews .top h3 {
  font-size: 17px;
  font-weight: 700;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.home-reviews .slider-box {
  position: relative;
  padding-right: 215px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-reviews .slider-box {
    padding-right: 0;
  }
}
.home-reviews .slider-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  width: 215px;
  height: 100%;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
@media (max-width: 768px) {
  .home-reviews .slider-box::after {
    display: none;
  }
}
.home-reviews .swiper-container {
  overflow: visible;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-reviews .swiper-container {
    overflow: hidden;
  }
}
.home-reviews .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.home-reviews .swiper-button {
  z-index: 12;
}
.home-reviews .swiper-button.button-next {
  right: 160px;
}
@media (max-width: 768px) {
  .home-reviews .swiper-button.button-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
}
.home-reviews .swiper-button.button-prev {
  width: 40px;
  height: 40px;
}
.home-reviews .swiper-button.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.home-reviews .swiper-slide {
  padding: 35px 55px;
  background-color: #edf2f5;
  font-size: 16px;
  color: #5a5e5f;
  font-style: italic;
  font-weight: 300;
  height: auto;
}
.home-reviews .swiper-slide > *:last-child {
  padding-bottom: 0;
}
.home-reviews .stars {
  margin-bottom: 15px;
}
.home-reviews .name-time {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.home-reviews .name-time span {
  font-size: 14px;
  color: #5a5e5f;
  font-weight: 300;
  padding-left: 10px;
}
.home-reviews .swiper-pagination {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-reviews .swiper-pagination {
    text-align: center;
  }
}
.home-reviews .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  margin: 0 4px;
}
.home-text-with-image {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .home-text-with-image {
    margin-bottom: 40px;
  }
}
.home-text-with-image .image {
  min-height: 560px;
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-basis: 41%;
  flex-basis: 41%;
}
@media (max-width: 1024px) {
  .home-text-with-image .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-bottom: 55%;
  }
}
.home-text-with-image .text {
  -webkit-flex-basis: 57%;
  -moz-flex-basis: 57%;
  -ms-flex-basis: 57%;
  flex-basis: 57%;
  padding: 40px;
  background-color: #edf2f5;
  font-size: 14px;
  color: #5a5e5f;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .home-text-with-image .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .home-text-with-image .text {
    padding: 20px;
  }
}
.home-text-with-image .text .inner {
  -webkit-flex-basis: 560px;
  -moz-flex-basis: 560px;
  -ms-flex-basis: 560px;
  flex-basis: 560px;
}
.home-text-with-image h2 {
  font-weight: 800;
  margin-bottom: 20px;
}
.custom-list ul li {
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.custom-list ul li::before {
  content: '\f054';
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  background-color: #000;
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  left: 0;
  top: -3px;
}
.home-two-columns {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .home-two-columns {
    margin-bottom: 40px;
  }
}
.home-two-columns .wrap {
  width: 1080px;
}
.home-two-columns h1, .home-two-columns h2, .home-two-columns h3, .home-two-columns h4, .home-two-columns h5, .home-two-columns h6 {
  margin-bottom: 30px;
}
.home-two-columns h3 {
  font-size: 24px;
  font-weight: 800;
}
.gallery-feed {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.global-gallery .box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25%;
  width: 100.5%;
}
.global-gallery .box > * {
  width: 19.5%;
  margin: 0 0.25% 0.3em;
}
@media (max-width: 1024px) {
  .global-gallery .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25%;
    width: 100.5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .global-gallery .box > * {
    width: 32.8333333333%;
    margin: 0 0.25% 0.3333333333em;
  }
}
@media (max-width: 480px) {
  .global-gallery .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.25%;
    width: 100.5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .global-gallery .box > * {
    width: 49.5%;
    margin: 0 0.25% 0.375em;
  }
}
.global-gallery .item:hover {
  opacity: 0.8;
}
.global-gallery .inner {
  display: block;
  padding-bottom: 100%;
}
.tpl-reviews #content .wysiwyg h1, .tpl-reviews #content .wysiwyg h2, .tpl-reviews #content .wysiwyg h3, .tpl-reviews #content .wysiwyg h4, .tpl-reviews #content .wysiwyg h5, .tpl-reviews #content .wysiwyg h6 {
  padding-bottom: 20px;
}
.tpl-reviews #content a {
  color: #f1b820;
}
@media (max-width: 768px) {
  .tpl-reviews #content .page-title {
    margin-bottom: 40px;
  }
}
.reviews-list {
  margin-top: 20px;
}
.reviews-list .item {
  padding: 20px;
  background-color: #edf2f5;
  margin-bottom: 20px;
}
.reviews-list .item > *:last-child {
  padding-bottom: 0;
}
.reviews-list .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 200px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 200px;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  margin-right: 40px;
}
@media (max-width: 640px) {
  .reviews-list .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.reviews-list .inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reviews-list .stars {
  margin-bottom: 15px;
}
.reviews-list .name-time {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.reviews-list .name-time span {
  font-size: 14px;
  color: #5a5e5f;
  font-weight: 300;
  padding-left: 10px;
}
.woocommerce .shop-archive-wrap {
  width: 1630px;
}
.woocommerce .shop-archive-wrap > .flex {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
@media (max-width: 640px) {
  .woocommerce .shop-archive-wrap > .flex {
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}
.woocommerce .shop-archive-wrap .content-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .woocommerce .shop-archive-wrap .content-area {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .woocommerce .shop-archive-wrap .content-area {
    margin-bottom: 20px;
  }
}
.woocommerce .shop-archive-wrap .shop-archive-aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .woocommerce .shop-archive-wrap .shop-archive-aside {
    border: 1px solid #000;
    padding: 20px;
    margin: 0 auto 40px;
  }
}
.woocommerce .shop-archive-wrap .shop-archive-aside .wcpf-field-item.wcpf-box-style .wcpf-heading-label {
  font-size: 17px;
  color: #000;
  letter-spacing: 4px;
}
.woocommerce .shop-archive-wrap .shop-archive-aside .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
  display: none;
}
.woocommerce .shop-archive-wrap .woocommerce-products-header {
  padding: 80px 0;
  text-align: center;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .woocommerce .shop-archive-wrap .woocommerce-products-header {
    padding: 40px 0;
  }
}
.woocommerce .shop-archive-wrap .woocommerce-products-header h1 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .woocommerce .shop-archive-wrap .woocommerce-products-header h1 {
    margin-bottom: 20px;
  }
}
.woocommerce .shop-archive-wrap .woocommerce-products-header > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce .shop-archive-wrap .woocommerce-products-header .page-description {
  font-weight: 300;
}
.woocommerce .shop-archive-wrap .woocommerce-products-header .page-description > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce .shop-archive-wrap ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 -1% !important;
  width: 102% !important;
}
@media (max-width: 1024px) {
  .woocommerce .shop-archive-wrap ul.products {
    margin: 0;
    width: 100%;
  }
}
.woocommerce .shop-archive-wrap ul.products li.product {
  float: none !important;
  width: 23% !important;
  margin: 0 1% 35px !important;
}
@media (max-width: 1400px) {
  .woocommerce .shop-archive-wrap ul.products li.product {
    width: 48% !important;
    margin: 0 1% 1.5em !important;
  }
}
@media (max-width: 1024px) {
  .woocommerce .shop-archive-wrap ul.products li.product {
    width: 100% !important;
    margin: 0 0 40px !important;
  }
}
.woocommerce .shop-archive-wrap ul.products li.product .product-archive-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #edf2f5;
  margin-bottom: 20px;
  min-height: 360px;
}
.woocommerce .shop-archive-wrap ul.products li.product a.woocommerce-LoopProduct-link h2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .shop-archive-wrap ul.products li.product a.woocommerce-LoopProduct-link:hover h2 {
  color: #f1b820;
}
.woocommerce .shop-archive-wrap ul.products li.product a.woocommerce-LoopProduct-link img {
  width: auto;
  margin-bottom: 0;
}
.woocommerce .shop-archive-wrap ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .shop-archive-wrap ul.products li.product .price-compare {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.woocommerce .shop-archive-wrap ul.products li.product .price-compare .price {
  font-weight: 300;
  color: #5a5e5f;
  margin-bottom: 0;
  font-size: 16px;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
}
.woocommerce .shop-archive-wrap ul.products li.product .price-compare .woocommerce-products-compare-compare-button {
  max-width: 49%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.woocommerce .shop-archive-wrap ul.products li.product .price-compare .woocommerce-products-compare-compare-button label {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .shop-archive-wrap ul.products li.product .price-compare .woocommerce-products-compare-compare-button label:hover {
  color: #f1b820;
}
.woocommerce .shop-archive-wrap ul.products li.product .price-compare .woocommerce-products-compare-compare-button input[type="checkbox"] {
  display: none;
}
.woocommerce .shop-archive-wrap ul.products li.product .price-compare .woocommerce-products-compare-compare-button .woocommerce-products-compare-compare-link .dashicons::before {
  content: url(../img/icon.svg);
}
.woocommerce .shop-archive-wrap ul.products li.product .product-availability {
  text-align: center;
  font-size: 12px;
  padding: 4px 12px;
  width: 120px;
  margin: 0 auto;
  font-weight: 700;
  display: block;
}
.woocommerce .shop-archive-wrap ul.products li.product .product-availability.in-stock {
  color: #fff;
  background-color: #5aac42;
}
.woocommerce .shop-archive-wrap ul.products li.product .product-availability.on-request {
  color: #fff;
  background-color: #6181da;
}
.woocommerce .shop-archive-wrap ul.products li.product .product-availability.out-of-stock {
  color: #dc0000;
}
.compare-widget-area {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #edf2f5;
  padding: 15px 0;
  bottom: 0;
  display: none;
}
.compare-widget-area .woocommerce-products-compare-widget {
  width: 1430px;
  position: relative;
  margin: 0 auto;
  max-width: 96%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .compare-widget-area .woocommerce-products-compare-widget {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.compare-widget-area .woocommerce-products-compare-widget .widgettitle {
  display: none;
}
.compare-widget-area .woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products {
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .compare-widget-area .woocommerce-products-compare-widget .woocommerce-products-compare-remove-all-products {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.compare-widget-area .woocommerce-products-compare-widget .woocommerce-products-compare-widget-compare-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 210px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 210px;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  text-align: center;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  letter-spacing: 4px;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  margin-left: 30px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .compare-widget-area .woocommerce-products-compare-widget .woocommerce-products-compare-widget-compare-button {
    margin-left: 0;
  }
}
.compare-widget-area .woocommerce-products-compare-widget .woocommerce-products-compare-widget-compare-button:hover {
  color: #fff;
  background-color: #f1b820;
}
.compare-widget-area .woocommerce-products-compare-widget ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.compare-widget-area .woocommerce-products-compare-widget ul > * {
  width: 19%;
  margin: 0 0.5% 0.6em;
}
@media (max-width: 1024px) {
  .compare-widget-area .woocommerce-products-compare-widget ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .compare-widget-area .woocommerce-products-compare-widget ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .compare-widget-area .woocommerce-products-compare-widget ul > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
.compare-widget-area .woocommerce-products-compare-widget ul li {
  position: relative;
  margin-bottom: 0;
}
.compare-widget-area .woocommerce-products-compare-widget ul li .product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.compare-widget-area .woocommerce-products-compare-widget ul li .product-link:hover {
  text-decoration: none;
  color: #f1b820;
}
.compare-widget-area .woocommerce-products-compare-widget ul li .product-link:hover h3 {
  color: #f1b820;
}
.compare-widget-area .woocommerce-products-compare-widget ul li img {
  margin: 0;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
}
.compare-widget-area .woocommerce-products-compare-widget ul li h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-basis: 65%;
  flex-basis: 65%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .compare-widget-area .woocommerce-products-compare-widget ul li h3 {
    font-size: 10px;
  }
}
.compare-widget-area .woocommerce-products-compare-widget ul li .remove-compare-product {
  font-size: 11px;
  color: #5a5e5f;
  font-weight: 300;
  opacity: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.compare-widget-area .woocommerce-products-compare-widget ul li .remove-compare-product:hover {
  color: #f1b820;
}
.post-type-archive-product .shop-archive-aside .wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item.checked > .wcpf-radio-item-inner > .wcpf-radio-label .wcpf-input-container::after, .post-type-archive-product .shop-archive-aside .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #111;
  border: none;
}
.post-type-archive-product .shop-archive-aside .wcpf-item {
  margin-bottom: 15px;
}
.post-type-archive-product .shop-archive-aside .wcpf-item .wcpf-input-container {
  width: 12px;
  height: 12px;
  border-radius: 0 !important;
  border: 1px solid #000;
  margin-top: 0.6em;
}
.post-type-archive-product .shop-archive-aside .wcpf-item .wcpf-input-container::after {
  border-radius: 0 !important;
}
.post-type-archive-product .shop-archive-aside .wcpf-item .wcpf-title-container {
  color: #5a5e5f;
  font-weight: 300;
}
.wcpf-field-button .wcpf-button {
  width: auto;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 4px;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}
.iron-door-portfolio .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
@media (max-width: 1024px) {
  .iron-door-portfolio .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .iron-door-portfolio .grid-4 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 800px) {
  .iron-door-portfolio .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .iron-door-portfolio .grid-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 576px) {
  .iron-door-portfolio .grid-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .iron-door-portfolio .grid-4 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.terms-interlink {
  margin-bottom: 15px;
  list-style: none;
  text-align: center;
}
.terms-interlink a {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  background: none;
  border-radius: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.terms-interlink a:hover {
  background: #edf2f5;
  text-decoration: none;
}
.terms-interlink a.active {
  background: #edf2f5;
}
.gform_wrapper select {
  height: 45px;
  border: 1px solid #0b0b0b;
  color: #5a5e5f;
}
.video-page .wrap1180 {
  margin: 0 auto;
  width: 1180px;
  max-width: 94%;
  position: relative;
}
.video-page .video-text {
  text-align: center;
}
.video-page .video-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .video-page .video-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .video-page .video-text h2 {
    font-size: 24px;
  }
}
.video-page .video-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.video-page .video-text iframe {
  width: 100%;
  height: 650px;
  margin: 40px 0;
}
@media (max-width: 1240px) {
  .video-page .video-text iframe {
    padding: 30px 0;
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .video-page .video-text iframe {
    padding: 0;
    height: 460px;
  }
}
@media (max-width: 768px) {
  .video-page .video-text iframe {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .video-page .video-text iframe {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .video-page .video-text iframe {
    height: auto;
  }
}
.contact-page h2 {
  margin-bottom: 20px;
}
.contact-page .contact-block {
  background: #edf2f5;
  padding: 100px 0 110px;
}
@media (max-width: 1024px) {
  .contact-page .contact-block {
    padding: 50px 0;
  }
}
.contact-page .contact-block strong {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 17px;
  letter-spacing: 3.4px;
}
.contact-page .contact-form {
  text-align: center;
  margin: 0 auto;
  width: 750px;
  max-width: 94%;
  position: relative;
}
.contact-page .contact-form .form-block {
  padding: 35px 0 20px;
  max-width: 760px;
}
.contact-page .contact-form .form-block input, .contact-page .contact-form .form-block textarea {
  margin-bottom: 15px;
}
.contact-page h1 {
  font-family: 'Ovo';
  margin-bottom: 15px;
}
.contact-page .contacts {
  margin-bottom: 20px;
  line-height: 1.7;
}
.contact-page .address {
  margin-bottom: 10px;
  font-weight: 900;
}
.contact-page .address-block {
  margin-bottom: 100px;
  position: relative;
  color: #000;
}
@media (max-width: 1024px) {
  .contact-page .address-block {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .contact-page .address-block {
    margin-bottom: 0px;
  }
}
.contact-page .address-block p {
  line-height: 1.7;
}
.contact-page .address-block a {
  color: #5a5e5f;
}
.contact-page .address-block .address-text {
  background: #edf2f5;
  padding: 110px 90px 50px;
  height: 560px;
}
@media (max-width: 1024px) {
  .contact-page .address-block .address-text {
    height: auto;
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .contact-page .address-block .address-text {
    padding: 30px 10px 20px;
  }
}
.contact-page .acf-map {
  width: 100%;
  height: 100%;
  position: relative;
  height: 560px;
}
@media (max-width: 1024px) {
  .contact-page .acf-map {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .contact-page .acf-map {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .contact-page .acf-map {
    height: 280px;
  }
}
.contact-page .acf-map img {
  max-width: inherit !important;
}
.shipping-block img {
  margin-bottom: 35px;
}
.shipping-block .shipping-text {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3.4px;
}
.shipping-block .swiper-container {
  position: relative;
}
.shipping-block .swiper-container .swiper-button {
  top: 43%;
}
@media (max-width: 1024px) {
  .shipping-block .swiper-container .swiper-button {
    top: 42%;
  }
}
.factory-block .factory-header {
  text-align: center;
  text-transform: capitalize;
}
.factory-block .factory-header h2 {
  font-size: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .factory-block .factory-header h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .factory-block .factory-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .factory-block .factory-header h2 {
    font-size: 28px;
  }
}
.door-block .item {
  margin-bottom: 30px;
  text-align: center;
}
.door-block img {
  margin-bottom: 35px;
}
.door-block .door-text {
  font-weight: 700;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3.4px;
}
.top-slider {
  position: relative;
}
.top-slider .swiper-slide img {
  width: 100%;
  height: 690px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .top-slider .swiper-slide img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .top-slider .swiper-slide img {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .top-slider .swiper-slide img {
    height: 300px;
  }
}
.top-slider .swiper-pagination {
  bottom: 41px;
}
@media (max-width: 768px) {
  .top-slider .swiper-pagination {
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  .top-slider .swiper-pagination {
    bottom: 20px;
  }
}
.top-slider h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  font-size: 72px;
  font-family: 'Gilroy';
  font-weight: 700;
}
@media (max-width: 1024px) {
  .top-slider h1 {
    font-size: 56px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .top-slider h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .top-slider h1 {
    font-size: 36px;
  }
}
.tpl-about-us .breadcrumb {
  margin-top: 0;
}
.top-info-about {
  padding: 50px 0 50px;
}
@media (max-width: 768px) {
  .top-info-about {
    padding: 50px 0 40px;
  }
}
@media (max-width: 480px) {
  .top-info-about {
    padding: 30px 0 30px;
  }
}
.top-info-about h2 {
  font-size: 50px;
  font-family: 'Ovo';
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .top-info-about h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top-info-about h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .top-info-about h2 {
    font-size: 28px;
  }
}
.top-info-about h3 {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 3.4px;
  margin-bottom: 20px;
}
.wrap-iir {
  background: #edf2f5;
}
@media (max-width: 1024px) {
  .wrap-iir {
    text-align: center;
  }
}
.wrap-iir .iir {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.wrap-iir .iir > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .wrap-iir .iir {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .wrap-iir .iir > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .wrap-iir .iir {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .wrap-iir .iir > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.wrap-iir .iir .item figure {
  margin-bottom: 35px;
  text-align: center;
}
.wrap-iir .iir .item .info {
  text-align: center;
  font-weight: 300;
}
.wrap-iir h2 {
  font-size: 50px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .wrap-iir h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .wrap-iir h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .wrap-iir h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .door-cotout h2 {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .door-cotout h2 {
    font-size: 26px;
  }
}
.door-cotout img {
  width: 100%;
  margin-bottom: 0;
}
.swiper-button {
  width: 65px;
  height: 65px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
@media (max-width: 1024px) {
  .swiper-button {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .swiper-button {
    width: 35px;
    height: 35px;
  }
}
.swiper-button:hover {
  background: #fff;
}
.swiper-button:hover i {
  color: #000;
}
.swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .swiper-button i {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .swiper-button i {
    font-size: 16px;
  }
}
.swiper-button.button-prev {
  left: 0;
}
.swiper-button.button-prev i {
  left: 45%;
}
.swiper-button.button-next {
  right: 0;
}
.swiper-button.button-next i {
  left: 55%;
}
.swiper-button.swiper-button-disabled {
  background: #4d4d4d;
  cursor: initial;
}
.swiper-button.swiper-button-disabled:hover {
  background: #4d4d4d;
}
.swiper-button.swiper-button-disabled:hover i {
  color: #fff;
}
.pd {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .pd {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .pd {
    padding: 50px 0;
  }
}
.page_id_52192 {
  text-align: center;
}
.page_id_52192 .page-title {
  display: none;
}
.page_id_52192 .dealer-form {
  text-align: left;
}
.page_id_52192 .dealer-form input, .page_id_52192 .dealer-form textarea {
  margin-bottom: 15px;
}
.product-form {
  max-width: 365px;
}
.product-form input {
  margin-bottom: 15px;
  text-align: center;
}
.product-form .loder {
  position: relative;
}
.product-form h3 {
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 17px;
  letter-spacing: 3.4px;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .product-form h3 {
    padding-bottom: 15px;
  }
}
.product-form .btn, .product-form .gallery-content .sf-field-submit input, .gallery-content .sf-field-submit .product-form input, .product-form .woocommerce #respond input#submit.alt, .woocommerce #respond .product-form input#submit.alt, .product-form .woocommerce a.button.alt, .woocommerce .product-form a.button.alt, .product-form .woocommerce button.button.alt, .woocommerce .product-form button.button.alt, .product-form .woocommerce input.button.alt, .woocommerce .product-form input.button.alt {
  margin-top: 25px;
}
.product-form label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.btn-dark {
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 18px 20px 16px;
  min-width: 220px;
  background: #000;
  color: #fff;
}
.btn-dark:hover {
  color: #000;
  background: #fff;
}
.special .special-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
}
.special .special-wrap > * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 768px) {
  .special .special-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .special .special-wrap > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.special .special-wrap .special-link {
  display: block;
  opacity: 1;
}
@media (max-width: 768px) {
  .special .special-wrap .special-link {
    margin-bottom: 20px;
  }
}
.special .special-wrap .special-link:hover {
  opacity: 0.7;
}
.special .special-wrap .special-link img {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  opacity: 1;
  vertical-align: middle;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
}
.relative {
  position: relative;
}
.breadcrumb {
  background: #edf2f5;
  padding: 20px 0;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 15px 0;
  }
}
.breadcrumb span {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin: 0 7px 3px;
}
.breadcrumb span a {
  color: #5a5e5f;
}
.breadcrumb span.current-item {
  text-decoration: underline;
}
.no-padding {
  padding: 0 !important;
}
.pt {
  padding: 100px 0 0;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tabs div {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  background: none;
  border-radius: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.tabs div.active {
  background: #edf2f5;
}
.tab-content {
  display: none;
  padding: 15px;
}
.tab-content.active {
  display: inherit;
}
.top-info-text {
  margin-bottom: 35px;
}
.top-info-text h1 {
  margin-bottom: 30px;
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.grid-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.product-item-style {
  text-align: center;
  margin-bottom: 55px;
}
.product-item-style .thumb {
  background: #edf2f5;
  margin-bottom: 35px;
  min-height: 360px;
}
.product-item-style img {
  max-height: 360px;
}
.product-item-style h3 a {
  color: #000;
  font-weight: 700;
  letter-spacing: 3.4px;
}
.gallery-content {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .gallery-content {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .gallery-content {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .gallery-content > .flex {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
.gallery-content .sf-field-submit input {
  background: #fff;
  font-weight: 700;
  padding: 18px;
  letter-spacing: 4px;
  width: 200px;
}
.gallery-content .product-item-style h3 {
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
}
.gallery-content .filter-section {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-basis: 300px;
  flex-basis: 300px;
}
@media (max-width: 768px) {
  .gallery-content .filter-section {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.gallery-content .filter-section .sf-field-search input[type='text'], .gallery-content .filter-section .sf-field-search input[type='number'], .gallery-content .filter-section .sf-field-search input[type='email'], .gallery-content .filter-section .sf-field-search input[type='password'], .gallery-content .filter-section .sf-field-search input[type='search'], .gallery-content .filter-section .sf-field-search input[type='tel'], .gallery-content .filter-section .sf-field-search textarea {
  width: 200px;
}
.gallery-content .filter-section .sf-field-search input[type='text']::-webkit-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='number']::-webkit-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='email']::-webkit-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='password']::-webkit-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='search']::-webkit-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='tel']::-webkit-input-placeholder, .gallery-content .filter-section .sf-field-search textarea::-webkit-input-placeholder {
  text-align: left;
}
.gallery-content .filter-section .sf-field-search input[type='text']::-moz-placeholder, .gallery-content .filter-section .sf-field-search input[type='number']::-moz-placeholder, .gallery-content .filter-section .sf-field-search input[type='email']::-moz-placeholder, .gallery-content .filter-section .sf-field-search input[type='password']::-moz-placeholder, .gallery-content .filter-section .sf-field-search input[type='search']::-moz-placeholder, .gallery-content .filter-section .sf-field-search input[type='tel']::-moz-placeholder, .gallery-content .filter-section .sf-field-search textarea::-moz-placeholder {
  opacity: 1;
  text-align: left;
}
.gallery-content .filter-section .sf-field-search input[type='text']:-ms-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='number']:-ms-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='email']:-ms-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='password']:-ms-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='search']:-ms-input-placeholder, .gallery-content .filter-section .sf-field-search input[type='tel']:-ms-input-placeholder, .gallery-content .filter-section .sf-field-search textarea:-ms-input-placeholder {
  text-align: left;
}
.gallery-content .gallery-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .grid-md-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-md-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .grid-sm-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-sm-3 > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 480px) {
  .grid-xs-1 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-xs-1 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.single-product header {
  border-bottom: 2px solid #edf2f5;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product .breadcrumb {
  background: #fff;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .single-product .breadcrumb {
    margin-bottom: 30px;
  }
}
.single-product .woocommerce-product-gallery__image > a {
  display: block;
  background: #edf2f5;
}
.single-product div.images img {
  max-height: 640px;
  width: auto !important;
  margin: 0 auto 20px;
  background: #edf2f5;
}
.single-product .product_title {
  font-size: 34px;
  margin-bottom: 30px;
}
.single-product .summary .price {
  font-size: 24px !important;
  font-weight: 800;
  font-family: 'Gilroy';
  color: #000 !important;
  padding-bottom: 5px;
}
.single-product .summary .stock {
  padding: 4px 12px 2px;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 8px;
  border: 1px solid #ccc;
}
.single-product .summary .stock.in-stock {
  color: #fff;
  background-color: #5aac42;
}
.single-product .summary .stock.out-of-stock {
  color: #dc0000;
}
.single-product .summary .stock.on-request {
  color: #fff;
  background-color: #6181da;
}
.single-product .summary .cart {
  display: none;
}
.single-product .summary .woocommerce-products-compare-compare-button {
  display: none;
}
.single-product .summary .product_meta {
  margin-bottom: 20px;
}
.single-product .summary .product_meta > span {
  display: block;
}
.single-product .summary .incoming-date {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-product .reviews_tab {
  display: none !important;
}
.single-product .tabs:before {
  display: none !important;
}
.single-product .tabs li {
  border: none !important;
  padding: 0 2em !important;
  background: none !important;
}
.single-product .tabs li.active a {
  color: #000 !important;
  text-decoration: none !important;
}
.single-product .tabs li a {
  font-size: 36px;
  color: #acb4b8 !important;
  text-decoration: underline !important;
}
.single-product .related.products > h2 {
  text-align: center;
  font-family: 'Ovo';
  font-size: 50px;
  margin-bottom: 50px;
  font-weight: 400;
}
.single-product .related.products li.product {
  text-align: center;
}
.single-product .related.products li.product .woocommerce-products-compare-compare-button {
  display: none;
}
.single-product .related.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.single-product .related.products li.product .price-compare {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.single-product .related.products li.product .price-compare span {
  color: #5a5e5f !important;
  font-weight: 300 !important;
}
.single-product .related.products li.product .product-availability {
  font-size: 12px;
}
.property-product {
  margin-bottom: 25px;
}
.property-product .prop {
  margin-bottom: 5px;
}
.property-product .prop:last-child {
  margin-bottom: 0;
}
.property-product .prop strong {
  color: #000;
}
.info-description {
  padding: 90px 0;
  clear: both;
  max-width: 860px;
  margin: 0 auto;
}
.info-description h3 {
  margin-bottom: 10px;
}
.sp-top-info {
  padding: 60px 0 90px;
}
@media (max-width: 768px) {
  .sp-top-info {
    padding: 50px 0 30px;
  }
}
.sp-top-info .img {
  background: #edf2f5;
  text-align: center;
}
.sp-top-info .img img {
  max-height: 640px;
}
.portfolio-title {
  margin-bottom: 20px;
}
.sp-dscription {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .sp-dscription {
    padding: 30px 0;
  }
}
.sp-dscription .block-center h2 {
  font-size: 36px;
  margin-bottom: 50px;
}
.related-products-slider {
  position: relative;
  margin-bottom: 50px;
  padding: 0 10px;
}
.related-products-slider .swiper-slide li.product {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: auto !important;
}
.related-products-slider .swiper-button {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 130px;
}
.related-products-slider .product-archive-thumb {
  background: #edf2f5;
}
.related-products-slider .product-archive-thumb img {
  max-height: 360px;
  width: auto;
  margin: 0 auto;
}
.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  background: #edf2f5 !important;
  color: #000 !important;
}
.main-color {
  background: #edf2f5;
}
.related-portfolio {
  padding: 30px 0 60px;
  position: relative;
}
.related-portfolio h2 {
  font-family: 'Ovo';
  font-weight: 400;
  margin-bottom: 50px;
}
.related-portfolio .swiper-slide .thumb {
  min-height: 360px;
  text-align: center;
  background: #edf2f5;
  margin-bottom: 10px;
}
.related-portfolio .swiper-slide img {
  max-height: 360px;
  width: auto;
}
.related-portfolio .swiper-slide h3 {
  text-align: center;
}
.related-portfolio .swiper-slide h3 a {
  font-family: 'NeogroteskEssAlt', Helvetica, Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.related-portfolio .swiper-slide h3 a:hover {
  text-decoration: none;
}
.woocommerce-products-compare-content .product a.product-link img {
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
.woocommerce-products-compare-content table thead th {
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.woocommerce-products-compare-content table td, .woocommerce-products-compare-content table th {
  border-left: none;
}
.woocommerce-products-compare-content .product a.product_type_simple {
  display: none;
}
.woocommerce-products-compare-content table thead tr:first-child {
  border-bottom: none;
  margin-bottom: 20px;
}
.woocommerce-products-compare-content .price {
  color: #5a5e5f;
}
.woocommerce-products-compare-content table tbody tr:nth-child(odd) {
  background: #edf2f5;
}
.woocommerce-products-compare-content table tbody tr {
  border-top: none;
}
.woocommerce-products-compare-content table tbody tr:first-child td, .woocommerce-products-compare-content table tbody tr:first-child th {
  border-top: none;
}
.woocommerce-products-compare-content tfoot .products {
  display: none;
}
.woocommerce-products-compare-content table tbody tr:last-child td, .woocommerce-products-compare-content table tbody tr:last-child th {
  border-bottom: none;
}
.woocommerce-products-compare-content table tbody tr th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
}
.blog-pagenavi {
  text-align: center;
}
.single-product .addToCartProduct .cart {
  display: block !important;
}
.single-product .addToCartProduct .cart .quantity {
  display: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #fff;
  background: #000;
  font-weight: 700;
}
.shop-archive-aside .wcpf-product-counts {
  display: none;
}
.related-products-slider img {
  width: auto !important;
  margin: 0 auto 5px !important;
}
.aws-container {
  width: 200px;
}
.aws-container .aws-search-field {
  border: 1px solid #000;
  font-size: 14px;
}
.wcpf-field-button .wcpf-button {
  width: 200px;
}
.aws-container .aws-show-clear .aws-search-field::-webkit-input-placeholder {
  text-align: left;
}
.aws-container .aws-show-clear .aws-search-field::-moz-placeholder {
  opacity: 1;
  text-align: left;
}
.aws-container .aws-show-clear .aws-search-field:-ms-input-placeholder {
  text-align: left;
}
