/* FONTS
 ========================================================================== */
@font-face {
  font-family: "ACaslonPro";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/ACaslonPro-Italic.woff") format('woff'), url("../fonts/ACaslonPro-Italic.woff2") format('woff2');
}
@font-face {
  font-family: "ACaslonPro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ACaslonPro-Regular.woff") format('woff'), url("../fonts/ACaslonPro-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "ACaslonPro";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/ACaslonPro-Semibold.woff") format('woff'), url("../fonts/ACaslonPro-Semibold.woff2") format('woff2');
}
@font-face {
  font-family: "ACaslonPro";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/ACaslonPro-SemiboldItalic.woff") format('woff'), url("../fonts/ACaslonPro-SemiboldItalic.woff2") format('woff2');
}
@font-face {
  font-family: "ACaslonPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ACaslonPro-Bold.woff") format('woff'), url("../fonts/ACaslonPro-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "ACaslonPro";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/ACaslonPro-BoldItalic.woff") format('woff'), url("../fonts/ACaslonPro-BoldItalic.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: #666;
  font-family: 'Lato', 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: #3b5993;
  color: #fff;
}
body ::selection {
  background: #3b5993;
  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: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  height: 52px;
  padding: 5px 10px 0 15px;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
    height: 45px;
    font-size: 16px;
  }
}
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: #fff;
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  opacity: 1;
}
@media (max-width: 768px) {
  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 {
    font-size: 16px;
  }
}
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: #fff;
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  opacity: 1;
}
@media (max-width: 768px) {
  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 {
    font-size: 16px;
  }
}
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: #fff;
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  opacity: 1;
}
@media (max-width: 768px) {
  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 {
    font-size: 16px;
  }
}
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: #3b5993;
}
textarea {
  resize: none;
  height: 100px;
  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-weight: 400;
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  color: #000;
}
h1 {
  font-size: 52px;
  margin-bottom: 30px;
}
h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #3975b8;
  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: 1180px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #3b5993;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #344e81;
  }
}
.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: 960px) {
  .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: 1180px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 80px 0;
}
@media (max-width: 1180px) {
  #content {
    padding: 35px 0;
  }
}
#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: #3975b8;
}
.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 {
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #bca361;
  border: 2px solid #bca361;
  min-width: 280px;
  letter-spacing: 1.3px;
  outline: 0;
  background: transparent;
  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 {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* ==========================================================================
 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 p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
  list-style-type: initial;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 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-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Lato', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 52px;
  line-height: 52px;
  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;
}
.breadcrumbs.border-bottom {
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-main .breadcrumbs {
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
.index-style .post-item {
  margin-bottom: 50px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.index-style .post-title {
  font-size: 24px;
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 15px;
  color: #000;
  line-height: 1.3;
}
.index-style .post-thumbnail {
  text-align: center;
}
.index-style .post-thumbnail img {
  max-height: 175px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-style .post-thumbnail img:hover {
  opacity: 0.9;
}
.index-style .post-content time {
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
}
.index-style .post-content .read-more {
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}
.wp-pagenavi {
  font-size: 0;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 16px;
  margin: 0 2px;
  padding: 3px 4px;
  color: #666;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #666;
  text-decoration: underline;
}
#top {
  min-height: 330px;
  color: #fff;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  #top {
    min-height: 250px;
  }
}
#top:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .35);
}
#top.large {
  min-height: 600px;
  text-align: center;
}
@media (max-width: 1024px) {
  #top.large {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  #top.large {
    min-height: 390px;
  }
}
@media (max-width: 480px) {
  #top.large {
    min-height: 200px;
  }
}
#top h1 {
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  line-height: 1;
}
@media (max-width: 1366px) {
  #top h1 {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  #top h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #top h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #top h1 {
    font-size: 28px;
  }
}
#top .breadcrumbs span, #top .breadcrumbs a {
  color: #fff;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1180px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 11;
    top: 25px;
    right: 15px;
    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: #000;
    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 {
    z-index: 9999;
  }
  .burger.is-active .burger-icon {
    background-color: transparent !important;
  }
  .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: 70px solid #2c436f;
    border-bottom: 3px solid #2c436f;
    background: #3b5993;
    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: #4264a5;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #344e81;
  }
  .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;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #4a6fb7;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #4264a5;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #4264a5;
  }
  .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: 1180px) 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;
  }
}
.searchform {
  position: absolute;
  top: -100%;
  right: 0;
  width: 200px;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
@media (max-width: 1180px) {
  .searchform {
    margin-top: 15px;
  }
}
.searchform.visible {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.searchform input {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 5px 45px 0 15px;
}
.searchform input::-webkit-input-placeholder {
  color: #000;
}
.searchform input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.searchform input:-ms-input-placeholder {
  color: #000;
}
.searchform .icon-search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
  z-index: 99;
}
.searchform .icon-search i {
  font-size: 32px;
}
.breadcrumbs {
  margin-bottom: 90px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
}
.breadcrumbs span, .breadcrumbs a {
  font-size: 16px;
  color: #000;
}
@media (max-width: 1180px) {
  .home .click-to-search {
    top: 0;
    margin-right: 10px;
    display: block;
  }
}
.home .click-to-search i {
  color: #fff;
}
.home .burger {
  left: 25px;
  top: 20px;
}
.home .burger .burger-icon {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  user-select: none;
}
.home .burger .burger-icon, .home .burger .burger-icon::before, .home .burger .burger-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}
.home .burger .burger-icon::before, .home .burger .burger-icon::after {
  position: absolute;
  content: "";
}
.home .burger .burger-icon::before {
  top: -6px;
}
.home .burger .burger-icon::after {
  top: 6px;
}
.home header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: none;
  z-index: 1;
}
.home header > .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.home header .logo {
  display: none;
}
.home header .main_nav {
  margin-right: 0;
}
.home header .main_nav .level_a > li > a {
  color: #fff;
  position: relative;
}
.home header .main_nav .level_a > li > a:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home header .main_nav .level_a > li > a:hover:before {
  bottom: -3px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .home .btn {
    min-width: 220px;
  }
}
.home-top-section {
  background-color: #111;
  min-height: 800px;
}
@media (max-width: 1024px) {
  .home-top-section {
    min-height: 515px;
  }
}
.home-top-section .wrap-info {
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .home-top-section .wrap-info {
    padding-top: 40px;
  }
}
.home-top-section .wrap-info h1, .home-top-section .wrap-info h2, .home-top-section .wrap-info p {
  color: #fff;
}
.home-top-section .wrap-info p {
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.home-top-section .wrap-info h1 {
  text-transform: uppercase;
  letter-spacing: 2.6px;
  margin-bottom: 20px;
  line-height: 1;
}
.home-top-section .wrap-info h2 {
  font-size: 32px;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .home-top-section .wrap-info h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .home-top-section .wrap-info h2 {
    font-size: 22px;
  }
}
.home-top-section .wrap-info .section-logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-bottom: 30px;
}
.home-top-section .wrap-info .line-section {
  max-width: 415px;
  width: 100%;
  margin: 0 auto 30px;
}
.home-top-section .wrap-info .long-line {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .home-top-section .wrap-info .long-line {
    margin-bottom: 3px;
  }
}
.home-top-section .wrap-info .two-line .line {
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .home-top-section .wrap-info .two-line .line {
    height: 3px;
  }
}
.section-services-accessories {
  font-size: 0;
  background: #f2f2f2;
}
.section-services-accessories > div {
  display: inline-block;
  vertical-align: top;
}
.section-services-accessories > div.sa-slider {
  width: 36%;
  position: relative;
}
@media (max-width: 768px) {
  .section-services-accessories > div.sa-slider {
    width: 100%;
  }
}
.section-services-accessories > div.sa-slider .swiper-slide {
  min-height: 590px;
}
@media (max-width: 768px) {
  .section-services-accessories > div.sa-slider .swiper-slide {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .section-services-accessories > div.sa-slider .swiper-slide {
    min-height: 110px;
  }
}
.section-services-accessories > div.sa-slider .swiper-pagination {
  position: absolute;
  top: 20px;
  right: 20px;
}
.section-services-accessories > div.sa-info {
  width: 64%;
  padding: 120px 10% 80px;
}
@media (max-width: 768px) {
  .section-services-accessories > div.sa-info {
    width: 100%;
    padding: 40px 5% 50px;
    text-align: center;
  }
}
.section-services-accessories > div.sa-info .info {
  max-width: 630px;
  width: 100%;
}
.section-services-accessories > div.sa-info h2 {
  font-size: 52px;
}
@media (max-width: 1024px) {
  .section-services-accessories > div.sa-info h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .section-services-accessories > div.sa-info h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-services-accessories > div.sa-info h2 {
    font-size: 28px;
    max-width: 170px;
    margin: 0 auto 25px;
  }
}
.section-services-accessories > div.sa-info p {
  font-size: 16px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .section-services-accessories > div.sa-info p {
    padding: 0 19px 30px;
  }
}
@media (max-width: 768px) {
  .section-services-accessories .btn {
    min-width: 270px;
    line-height: 56px;
    padding: 0 15px;
  }
}
.manufacture {
  padding: 110px 0;
}
@media (max-width: 768px) {
  .manufacture {
    padding: 60px 0;
  }
}
.manufacture .info {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  background: rgba(188, 163, 97, .8);
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -10px;
  padding: 50px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .manufacture .info {
    margin: 0 auto;
    padding: 45px 15px 50px;
  }
}
.manufacture .info h4 {
  font-size: 15px;
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  padding-top: 15px;
  color: #fff;
  letter-spacing: 0.6px;
}
@media (max-width: 480px) {
  .manufacture .info h4 {
    margin-bottom: 45px;
  }
}
.manufacture .info h4:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 60%;
  height: 4px;
  background: #fff;
}
.manufacture .info h3 {
  font-size: 32px;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .manufacture .info h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .manufacture .info h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .manufacture .info h3 {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.manufacture .info .btn {
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .manufacture .info .btn {
    line-height: 56px;
    padding: 0 15px;
  }
}
.wrap-memorialist {
  padding: 85px 0 0;
}
.wrap-memorialist h3 {
  text-align: center;
  margin-bottom: 90px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  letter-spacing: 1.7px;
}
@media (max-width: 480px) {
  .wrap-memorialist h3 {
    margin-bottom: 70px;
  }
}
.wrap-memorialist .memorialist {
  -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.5%;
  width: 103%;
}
.wrap-memorialist .memorialist > * {
  width: 97%;
  margin: 0 1.5% 3em;
}
@media (max-width: 480px) {
  .wrap-memorialist .memorialist > * {
    margin: 0 3% 3em !important;
  }
}
.wrap-memorialist .memorialist > * {
  width: 97%;
  margin: 0 1.5% 3em;
}
.wrap-memorialist .memorialist .swiper-prev {
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrap-memorialist .memorialist .swiper-next, .wrap-memorialist .memorialist .swiper-prev {
  position: absolute;
  display: none;
  top: 20%;
  width: 22px;
  height: 22px;
  border-top: 3px solid #b7b7b7;
  border-left: 3px solid #b7b7b7;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1024px) {
  .wrap-memorialist .memorialist .swiper-next, .wrap-memorialist .memorialist .swiper-prev {
    display: block;
  }
}
@media (max-width: 480px) {
  .wrap-memorialist .memorialist .swiper-next, .wrap-memorialist .memorialist .swiper-prev {
    top: 15%;
  }
}
.wrap-memorialist .memorialist .swiper-next {
  right: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.wrap-memorialist .memorialist .item {
  text-align: center;
}
.wrap-memorialist .memorialist .item figure {
  margin-bottom: 35px;
}
.wrap-memorialist .memorialist .item figure img {
  width: 100px;
  border-radius: 50%;
}
.wrap-memorialist .memorialist .item p {
  padding-bottom: 5px;
}
.wrap-memorialist .memorialist .item p strong {
  color: #000;
}
.products-template {
  -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.5%;
  width: 103%;
}
.products-template > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 960px) {
  .products-template {
    -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%;
  }
  .products-template > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .products-template {
    padding: 15px 0 25px;
    -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%;
  }
  .products-template > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.products-template .item {
  padding: 15px;
  position: relative;
  border: 1px solid #ebebeb;
}
@media (max-width: 480px) {
  .products-template .item {
    padding: 10px;
    margin-bottom: 15px;
  }
}
.products-template .item:hover {
  text-decoration: none;
  opacity: 0.8;
}
.products-template .item:hover .description {
  opacity: 1;
  visibility: visible;
}
.products-template .item img {
  margin-bottom: 35px;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 600px) {
  .products-template .item img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .products-template .item img {
    height: auto;
    margin-bottom: 15px;
  }
}
.products-template .item h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 480px) {
  .products-template .item h3 {
    font-size: 13px;
  }
}
.products-template .description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background-color: rgba(255, 255, 255, .9);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-template .description h3 {
  margin-bottom: 30px;
  color: #000;
}
.products-template .description:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #f1b820;
}
.products-template .description .learn-more {
  font-weight: 700;
  color: #f1b820;
  text-transform: uppercase;
  margin-top: 20px;
}
.home-product-services {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .home-product-services {
    padding: 45px 0;
  }
}
.home-product-services .info h2 {
  font-size: 52px;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .home-product-services .info h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .home-product-services .info h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .home-product-services .info h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.home-product-services .info p {
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .search-results .posts .post-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .single time {
    line-height: 1.7;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 10;
  padding: 20px 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
}
@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }
}
header .wrap {
  width: 1800px;
}
header .logo {
  opacity: 1;
  color: #181818;
}
header .logo:hover {
  opacity: 0.8;
  text-decoration: none;
}
header .logo img {
  margin-right: 20px;
}
@media (max-width: 960px) {
  header .logo img {
    max-width: 60px;
  }
}
@media (max-width: 480px) {
  header .logo img {
    max-width: 50px;
    margin-right: 5px;
  }
}
header .logo .logo-title {
  font-family: 'ACaslonPro', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
}
@media (max-width: 1280px) {
  header .logo .logo-title {
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  header .logo .logo-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  header .logo .logo-title {
    font-size: 16px;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
  margin-right: 100px;
}
@media (max-width: 1366px) {
  .main_nav {
    margin-right: 50px;
  }
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.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 {
  margin-right: 60px;
}
@media (max-width: 1500px) {
  .main_nav .level_a > li {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .main_nav .level_a > li {
    margin-right: 15px;
  }
}
.main_nav .level_a > li:last-child {
  margin-right: 0;
}
.main_nav .level_a > li > a {
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 900;
  text-transform: uppercase;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #3b5993;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 392px;
  margin-top: 50px;
  padding: 40px 0;
  background: #f2f2f2;
}
.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: 15px;
  line-height: 1.3;
  padding: 3px 55px;
  color: #666;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #fff;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  padding: 20px 0;
  background: #000;
  color: #fff;
}
@media (max-width: 960px) {
  footer .wrap > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
  }
}
footer .copyright > div {
  margin-bottom: 5px;
}
footer nav ul li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 480px) {
  footer nav ul li {
    margin-right: 8px;
  }
}
footer nav ul li:last-child {
  margin-right: 0;
}
footer nav ul li a {
  font-size: 16px;
  color: #fff;
}
footer .b-link {
  color: #999;
}
.click-to-search {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  z-index: 9;
}
@media (max-width: 1180px) {
  .click-to-search {
    display: none;
  }
}
.click-to-search i {
  font-size: 30px;
  cursor: pointer;
  color: #000;
}
.tpl-contact-us #top {
  min-height: 625px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .tpl-contact-us #top {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .tpl-contact-us #top {
    min-height: 500px;
  }
}
.tpl-contact-us #top h1 {
  margin-top: 85px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .tpl-contact-us #top h1 {
    margin-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.tpl-contact-us #top h1:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 70px;
  height: 4px;
  background: #fff;
}
.tpl-contact-us .contact-us {
  padding: 70px 100px;
  max-width: 980px;
  margin: -335px auto 0;
  background: #1a1a3c;
  position: relative;
}
@media (max-width: 1024px) {
  .tpl-contact-us .contact-us {
    margin: -380px auto 0;
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .tpl-contact-us .contact-us {
    padding: 30px 25px 25px;
  }
}
.tpl-contact-us .contact-us:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
}
.tpl-contact-us .contact-us .btn {
  border: 2px solid #fff;
  color: #fff;
}
@media (max-width: 480px) {
  .tpl-contact-us .contact-us .btn {
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  .tpl-contact-us .contact-us .col-6 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.input-field {
  margin-bottom: 18px;
}
.tpl-history .top-image {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .tpl-history .top-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .tpl-history .top-image {
    margin-bottom: 10px;
  }
}
.tpl-history .top-image img {
  border: 14px solid #fff;
}
.tpl-history #content {
  margin-top: -250px;
}
@media (max-width: 480px) {
  .tpl-history #content {
    margin-top: -120px;
  }
}
.tpl-history #content.wrap {
  width: 980px;
}
.tpl-history #content img {
  margin: 0 auto;
}
.tpl-history #top .wrap {
  width: 980px;
}
.tpl-history #top .breadcrumbs {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .tpl-history #top .breadcrumbs {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .tpl-history #top .breadcrumbs {
    margin-bottom: 30px;
  }
}
.tpl-history #top h1 {
  margin-bottom: 75px;
}
.acc .item {
  position: relative;
  margin-bottom: 30px;
}
.acc .item h3 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color: #000;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.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%);
  right: -30px;
  top: 10px;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: '';
  background-color: #878a92;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item h3 span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc .item h3 span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc .item h3.active span:before {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc .item h3.active span:after {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc .item .info {
  display: none;
  padding: 30px 15px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .acc .item .info {
    padding: 20px 10px 10px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-testimonials #top {
    min-height: 170px;
  }
}
@media (max-width: 768px) {
  .testimonials .col-6 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.testimonials .testimonial {
  margin-bottom: 50px;
}
.testimonials .testimonial h2 {
  line-height: 1;
}
@media (max-width: 768px) {
  .testimonials .testimonial h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .testimonials .testimonial h2 {
    font-size: 24px;
  }
}
.testimonials .testimonial h4.name {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .testimonials .testimonial h4.name {
    margin-top: 0;
  }
}
.single-post .post-info time {
  display: block;
  margin-bottom: 30px;
}
.single-post .post-info h1 {
  line-height: 1.3;
  font-weight: 600;
}
.single-post .post-info > * {
  display: inline-block;
  vertical-align: top;
}
.single-post .info-post {
  width: 48%;
  float: right;
}
.single-post .gallery {
  position: relative;
  background: #f2f2f2;
  border: 1px solid #000;
  float: left;
  width: 42%;
}
.single-post .gallery .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single-post .gallery .swiper-slide {
  text-align: center;
}
.single-post .gallery .swiper-pagination {
  width: 100%;
  background: #f2f2f2;
  padding: 20px 0 15px;
  border-top: 1px solid #000;
}
.single-post .gallery img {
  max-height: 440px;
  width: auto;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #797979;
  opacity: 1;
  margin: 0 3px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.staff {
  -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.5%;
  width: 105%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.staff > * {
  width: 20%;
  margin: 0 2.5% 3.125em;
}
@media (max-width: 1024px) {
  .staff {
    -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%;
  }
  .staff > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media (max-width: 768px) {
  .staff {
    -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.5%;
    width: 103%;
  }
  .staff > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
.staff .staff-item {
  text-align: center;
}
.staff .staff-item a.thumbnail {
  display: inline-block;
  margin-bottom: 35px;
}
.staff .staff-item .read-more {
  display: inline-block;
  margin-top: 20px;
}
.staff .staff-item h4 {
  font-size: 16px;
  font-weight: 900;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.staff .staff-item p {
  padding-bottom: 0;
}
.staff .staff-item img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .single-staff .col-7 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 15px;
  }
}
.single-staff #content {
  padding: 50px 0;
}
.single-staff h1 {
  margin-bottom: 20px;
  line-height: 1;
}
.single-staff h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.single-staff .thumbnail {
  margin-top: -230px;
}
@media (max-width: 1024px) {
  .single-staff .thumbnail {
    margin-top: -210px;
  }
}
@media (max-width: 768px) {
  .single-staff .thumbnail {
    margin-top: -170px;
  }
}
@media (max-width: 480px) {
  .single-staff .thumbnail {
    margin-top: -150px;
  }
}
@media (max-width: 1024px) {
  .single-staff .thumbnail figure {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .single-staff .thumbnail figure {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .single-staff .thumbnail figure {
    width: 140px;
  }
}
.single-staff .thumbnail img {
  width: 375px;
  border-radius: 50%;
  border: 30px solid #fff;
}
@media (max-width: 1024px) {
  .single-staff .thumbnail img {
    border: 10px solid #fff;
  }
}
.wrap-slider-testimonials {
  position: relative;
  padding: 0 35px;
}
.testimonials-part {
  padding: 70px 0;
}
.testimonials-part h2, .testimonials-part h3, .testimonials-part h4 {
  color: #fff;
}
.testimonials-part p {
  color: #ccc;
}
.testimonials-part h2 {
  line-height: 1.2;
}
.testimonials-part h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 60px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 1.3px;
}
.testimonials-part h4.name {
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 48px;
  color: #ccc;
  cursor: pointer;
  outline: none;
}
.swiper-button.button-prev {
  left: 0;
}
.swiper-button.button-next {
  right: 0;
}
.locations {
  -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%;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.locations > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .locations {
    -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%;
  }
  .locations > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .locations {
    -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%;
    padding-top: 30px;
  }
  .locations > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.locations .location {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .locations .location .col-3 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.locations .wrap-location-thumbnail {
  position: relative;
}
.locations .wrap-location-thumbnail .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: #3b579d;
}
.locations .wrap-location-thumbnail .icon 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;
}
.locations .location-thumbnail {
  max-width: 75px;
  width: 100%;
}
.locations .location-thumbnail img {
  width: 100%;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .locations .location-thumbnail img {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .locations .location-thumbnail img {
    height: 180px;
  }
}
.locations .location-info h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.locations .location-info h4 a {
  color: #000;
}
.locations .location-info .phone {
  margin-bottom: 5px;
  color: #000;
}
.locations .location-info .phone a {
  color: #666;
}
.locations .location-info .address a {
  text-decoration: underline;
}
.single-location-info .wrap {
  border-top: 1px solid #ccc;
}
.single-location-info .info {
  padding-top: 30px;
}
.single-location-info .info .icon {
  margin-bottom: 50px;
  display: block;
  width: 40px;
  height: 40px;
  background: #3b579d;
  position: relative;
  border-radius: 3px;
}
.single-location-info .info .icon i {
  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%);
  font-size: 20px;
}
.single-location-info .info h4 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.single-location-info .info .phone, .single-location-info .info .address {
  margin-bottom: 45px;
}
.single-location-info .info .phone a {
  color: #666;
}
.single-location-info .info .address p {
  padding-bottom: 0;
}
.single-location-info .info .address a {
  text-decoration: underline;
}
.single-location-info .image img {
  width: 100%;
}
.hours {
  margin-bottom: 20px;
}
.hours h4 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.hours .item {
  margin-bottom: 5px;
}
.hours .day {
  color: #000;
}
.hours .border {
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
}
.locations-part {
  -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.5%;
  width: 103%;
  margin-top: 60px;
  margin-bottom: 45px;
}
.locations-part > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 768px) {
  .locations-part {
    -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%;
  }
  .locations-part > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.locations-part .location {
  text-align: center;
}
@media (max-width: 768px) {
  .locations-part .location {
    margin-bottom: 20px;
  }
}
.locations-part .image {
  margin-bottom: 15px;
}
.locations-part .image img {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .locations-part .image img {
    height: auto;
  }
}
.locations-part h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.locations-part .address p {
  padding-bottom: 0;
}
.single-products_services #content, .single-services_accessories #content {
  padding: 0;
}
.single-products_services .order-now, .single-services_accessories .order-now {
  margin-bottom: 50px;
}
.single-products_services .top-section, .single-services_accessories .top-section {
  font-size: 0;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .single-products_services .top-section, .single-services_accessories .top-section {
    margin-bottom: 0;
  }
}
.single-products_services .top-section > *, .single-services_accessories .top-section > * {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .single-products_services .top-section > *, .single-services_accessories .top-section > * {
    display: block;
    width: 100%;
  }
}
.single-products_services .top-section .info-post, .single-services_accessories .top-section .info-post {
  max-width: 550px;
  margin-left: auto;
  margin-right: 60px;
  margin-top: 40px;
  padding-left: 30px;
}
.single-products_services .top-section .info-post h1, .single-services_accessories .top-section .info-post h1 {
  line-height: 1;
}
@media (max-width: 768px) {
  .single-products_services .top-section .info-post, .single-services_accessories .top-section .info-post {
    margin-bottom: 30px;
  }
}
.single-products_services .top-section .singleGallery, .single-services_accessories .top-section .singleGallery {
  position: relative;
  background: #000;
}
.single-products_services .top-section .singleGallery .gallery-thumbs .swiper-slide, .single-services_accessories .top-section .singleGallery .gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.single-products_services .top-section .singleGallery .gallery-thumbs .swiper-slide img, .single-services_accessories .top-section .singleGallery .gallery-thumbs .swiper-slide img {
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .single-products_services .top-section .singleGallery .gallery-thumbs .swiper-slide img, .single-services_accessories .top-section .singleGallery .gallery-thumbs .swiper-slide img {
    height: 80px;
  }
}
.single-products_services .top-section .swiper-slide, .single-services_accessories .top-section .swiper-slide {
  text-align: center;
  height: auto;
}
.single-products_services .top-section .swiper-slide img, .single-services_accessories .top-section .swiper-slide img {
  max-height: 600px;
}
.single-products_services .top-section .swiper-pagination, .single-services_accessories .top-section .swiper-pagination {
  top: 30px;
  left: 30px;
  z-index: 1;
}
.single-products_services .top-section .swiper-pagination .swiper-pagination-bullet, .single-services_accessories .top-section .swiper-pagination .swiper-pagination-bullet {
  background: #9d9593;
}
.single-products_services .top-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .single-services_accessories .top-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 768px) {
  .tpl-faq #top {
    min-height: 170px;
  }
}
@media (max-width: 1024px) {
  .tpl-faq .bottom-info {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .tpl-about-us h1 {
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .tpl-about-us h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .tpl-about-us .col-8 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.tpl-about-us .btn {
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .tpl-about-us .btn {
    margin: 10px 0 20px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .wysiwyg h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .wysiwyg h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .blog .post-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .blog .col-6 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .blog h1 {
    margin-bottom: 10px;
  }
}
.popup-bottom-info {
  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;
  padding: 30px 120px;
}
@media (max-width: 768px) {
  .popup-bottom-info {
    padding: 20px 15px;
  }
}
.popup-bottom-info p {
  color: #fff;
  padding-bottom: 0;
}
.popupGallery .swiper-slide {
  height: auto;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.popupGallery .img {
  position: relative;
}
.popupGallery .title {
  background-color: rgba(0, 0, 0, .8);
  padding: 10px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.popupGallery .title h3 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
}
.popupGallery .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 35px;
  z-index: 9;
  cursor: pointer;
}
.popupGallery .swiper-button.button-prev {
  left: 25px;
}
.popupGallery .swiper-button.button-next {
  right: 25px;
}
.popupGallery .swiper-button.swiper-button-disabled {
  cursor: initial;
  color: #555;
}
.home-location h3 {
  font-size: 34px;
  margin-bottom: 50px;
}
.home-location .locations {
  -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%;
  border-top: none;
  padding-top: 0;
}
.home-location .locations > * {
  width: 99%;
  margin: 0 0.5% 1em;
}
@media (max-width: 960px) {
  .home-location .locations {
    -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%;
  }
  .home-location .locations > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .home-location .locations {
    -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%;
  }
  .home-location .locations > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-location .locations .location {
  text-align: left;
}
.home-location .locations .location .title {
  cursor: pointer;
}
.home-location .locations .location .title.active {
  color: #3b5993;
}
.home-location .locations .location .location-thumbnail {
  max-width: 100%;
  cursor: pointer;
}
.home-location .left {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  background: #f2f2f2;
  padding: 100px 35px 70px;
}
@media (max-width: 960px) {
  .home-location .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding: 35px;
  }
}
.home-location .left .info {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 960px) {
  .home-location .left .info {
    max-width: 100%;
  }
}
.home-location .right {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
}
@media (max-width: 960px) {
  .home-location .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.home-location .right .img {
  display: none;
  height: 100%;
}
.home-location .right .img.active {
  display: block;
}
.home-location .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-location .home-location-hours .hours-item {
  display: none;
}
.home-location .home-location-hours .hours-item.active {
  display: block;
}
.single-product-services a.thumb {
  text-align: center;
  border: 1px solid #ebebeb;
}
.custom-gallery-images {
  padding: 50px 0;
}
.custom-gallery-images .custom-gallery {
  -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-gallery-images .custom-gallery > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 960px) {
  .custom-gallery-images .custom-gallery {
    -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-gallery-images .custom-gallery > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .custom-gallery-images .custom-gallery {
    -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-gallery-images .custom-gallery > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .custom-gallery-images .custom-gallery {
    -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%;
  }
  .custom-gallery-images .custom-gallery > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.custom-gallery-images .custom-gallery .custom-thumb {
  padding: 15px;
  position: relative;
  border: 1px solid #ebebeb;
}
.custom-gallery-images .custom-gallery .custom-thumb:hover {
  text-decoration: none;
}
.custom-gallery-images .custom-gallery .title h3 {
  color: #000;
  padding: 10px 10px 0 10px;
}
.custom-gallery-images .custom-gallery .item {
  display: block;
  text-align: center;
}
.custom-gallery-images .custom-gallery .item img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#gallery-content {
  max-width: 960px;
  width: 100%;
  background: #393a3e;
  padding: 15px;
}
#gallery-content .img {
  text-align: center;
}
#gallery-content .share {
  margin-top: 20px;
}
#gallery-content .share .text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.before-after {
  -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%;
}
.before-after > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .before-after {
    -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%;
  }
  .before-after > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .before-after {
    -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%;
  }
  .before-after > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
@media (max-width: 768px) {
  .tpl-manufacturing .wysiwyg p span {
    font-size: 15px !important;
  }
}
.wrap-title-img {
  position: relative;
  display: inline-block;
}
.wrap-title-img .title {
  font-size: 20px;
}
.wrap-title-img img {
  max-height: 450px;
  width: auto;
}
.videos {
  -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%;
  margin-bottom: 100px;
}
.videos > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 960px) {
  .videos {
    -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%;
  }
  .videos > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 480px) {
  .videos {
    -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%;
  }
  .videos > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.videos .video {
  position: relative;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px;
  border: 1px solid #f1b820;
}
.videos .video:hover .play {
  font-size: 70px;
  color: #f1b820;
}
.videos .video img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.videos .video .play {
  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: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_id_953 .wysiwyg ul li {
  line-height: 1.8;
}
.search-res h1.page-title {
  font-size: 36px;
  line-height: 1.2;
}
.search-res h1.page-title span {
  font-size: 26px;
}
