html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
.split-form h3,
h3,
h4,
.additional-content h3,
h5,
h6,
p,
.split-form .showrooms li,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px 25px;
  border-radius: 0;
  border: 1px solid #041515;
  margin-bottom: 30px;
  background: #fff;
  color: #101010;
  outline: none;
  resize: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 720px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #e74c3c;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-box-shadow: inset 0 0 0 2px #e74c3c;
  -moz-box-shadow: inset 0 0 0 2px #e74c3c;
  -ms-box-shadow: inset 0 0 0 2px #e74c3c;
  -o-box-shadow: inset 0 0 0 2px #e74c3c;
  box-shadow: inset 0 0 0 2px #e74c3c;
}
textarea {
  overflow: hidden;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
button.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
}
@media only screen and (max-width: 600px) {
  button.btn {
    width: 100%;
  }
}
.wpcf7 {
  position: relative;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 br,
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 p,
.wpcf7 .split-form .showrooms li,
.split-form .showrooms .wpcf7 li {
  margin: 0;
}
.wpcf7 p.input-title {
  font-weight: 600;
  margin: 15px 0;
}
.wpcf7 .input-wrap {
  display: block;
}
.wpcf7 .input-wrap label {
  display: block;
  color: #363636;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 10px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 720px) {
  .wpcf7 .input-wrap label {
    padding-left: 2px;
    margin-bottom: 10px;
  }
}
.wpcf7 .input-wrap input {
  display: block;
}
.wpcf7-checkbox,
.wpcf7-radio {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-checkbox *,
.wpcf7-radio * {
  cursor: pointer;
}
span.wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
span.wpcf7-list-item label {
  display: block;
  height: 35px;
}
span.wpcf7-list-item input[type="checkbox"],
span.wpcf7-list-item input[type="radio"] {
  display: none;
}
span.wpcf7-list-item
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::before,
span.wpcf7-list-item
  input[type="radio"]:checked
  + .wpcf7-list-item-label::before {
  background: #f3f3f3;
}
span.wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
}
span.wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #878787;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label:before {
  border-radius: 50px;
}
.split-inputs {
  display: inline-block;
  width: 100%;
}
.split-inputs .input-wrap {
  display: block;
  width: calc(50% - 25px);
  float: left;
}
@media only screen and (max-width: 720px) {
  .split-inputs .input-wrap {
    width: 100%;
    float: none;
  }
}
.split-inputs .input-wrap:last-of-type {
  float: right;
}
@media only screen and (max-width: 720px) {
  .split-inputs .input-wrap:last-of-type {
    float: none;
  }
}
::-webkit-input-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
:-moz-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
::-moz-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
:-ms-input-placeholder {
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
}
.wpcf7-response-output {
  font-weight: 600;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  color: #e67e22;
  display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
  color: #e74c3c;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #2ecc71;
}
.data-check p.terms {
  display: block;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 11px;
  color: #101010;
}
.data-check p.terms a {
  color: #101010;
  font-size: inherit;
}
.data-check p.terms a:hover {
  color: #00b9b5;
}
.data-check .wpcf7-checkbox,
.data-check .wpcf7-radio {
  margin: 0;
}
.data-check span.wpcf7-list-item {
  margin: 0;
  overflow: hidden;
  height: auto;
  display: block;
  user-select: none;
}
.data-check span.wpcf7-list-item.last .wpcf7-list-item-label {
  margin: 0 0 15px;
}
.data-check span.wpcf7-list-item * {
  cursor: pointer;
}
.data-check span.wpcf7-list-item label {
  display: block;
  height: auto;
}
.data-check span.wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  position: relative;
  border: 1px solid #041515;
  padding: 12px 20px;
  padding-left: 45px;
  font-size: 11px;
  color: #101010;
}
.data-check span.wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 10px;
  line-height: 20px;
  border: 1px solid #041515;
  text-align: center;
  font-size: 12px;
  border-radius: 0px !important;
  transform: translateY(-50%);
}
.data-check span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.data-check
  span.wpcf7-list-item
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::before {
  background: #00b9b5;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 8020;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  padding: 0px !important;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
}
.fancybox-close {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
  top: 0;
  right: 0;
}
.fancybox-close:before {
  content: "\f00d";
  font-family: "FontAwesome";
  display: block;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  text-align: center;
  width: 40px;
  line-height: 40px;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-next.fancybox-nav span:before {
  content: "\f105";
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 8040;
  width: auto;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .fancybox-nav span {
    visibility: visible;
  }
}
.fancybox-nav span:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 50px;
}
.fancybox-prev span {
  left: 15px;
}
.fancybox-next span {
  right: 15px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    normal 13px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: auto;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.post-edit-link {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  padding: 15px 25px;
  color: #fff;
  background: #878787;
}
#container {
  overflow: hidden;
}
.td {
  display: table-cell;
}
.table {
  display: table;
  width: 100%;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 450px;
  max-height: 350px;
  height: auto;
}
@media only screen and (max-width: 1150px) {
  .alignleft {
    max-width: 350px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 850px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
    max-width: 450px;
    max-height: 350px;
  }
}
@media only screen and (max-width: 560px) {
  .alignleft {
    max-width: 100%;
  }
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 450px;
  max-height: 350px;
  height: auto;
  clear: right;
}
@media only screen and (max-width: 1150px) {
  .alignright {
    max-width: 350px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 850px) {
  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
    max-width: 450px;
    max-height: 350px;
  }
}
@media only screen and (max-width: 560px) {
  .alignright {
    max-width: 100%;
  }
}
.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 960px;
  height: auto;
  max-height: 600px;
}
@media only screen and (max-width: 1050px) {
  .aligncenter {
    max-width: 100%;
  }
}
.aligncenter.fullwidth {
  max-width: 100%;
}
img {
  width: initial;
  width: auto;
  max-width: 100%;
}
.container {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1840px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .container {
    padding: 0 15px;
  }
}
.container-medium {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1650px) {
  .container-medium {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-medium {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .container-medium {
    padding: 0 15px;
  }
}
.container-small {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1480px) {
  .container-small {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-small {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .container-small {
    padding: 0 15px;
  }
}
.container-x-small {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1420px) {
  .container-x-small {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-x-small {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .container-x-small {
    padding: 0 15px;
  }
}
.container-x-small h1 {
  margin-bottom: 25px;
}
.split-text {
  width: 800px;
}
.med-pad {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1600px) {
  .med-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1400px) {
  .med-pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1250px) {
  .med-pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 720px) {
  .med-pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.large-pad {
  padding-top: 275px;
  padding-bottom: 275px;
}
@media only screen and (max-width: 1600px) {
  .large-pad {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 1400px) {
  .large-pad {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1250px) {
  .large-pad {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 720px) {
  .large-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .large-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.fa {
  color: inherit;
  font-size: inherit;
}
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
h1 {
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.3;
}
@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1250px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 28px;
  }
}
.standard-content h1 {
  margin-bottom: 30px;
}
h2,
.split-form h3 {
  font-size: 38px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.3;
}
@media only screen and (max-width: 1400px) {
  h2,
  .split-form h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1250px) {
  h2,
  .split-form h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 720px) {
  h2,
  .split-form h3 {
    font-size: 28px;
  }
}
.standard-content h2,
.standard-content .split-form h3,
.split-form .standard-content h3 {
  margin-bottom: 25px;
}
h3 {
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: 200;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  h3 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1250px) {
  h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 720px) {
  h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 500px) {
  h3 {
    font-size: 18px;
  }
}
.standard-content h3 {
  margin-bottom: 20px;
}
h4,
.additional-content h3 {
  font-size: 26px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: 200;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  h4,
  .additional-content h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1250px) {
  h4,
  .additional-content h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 720px) {
  h4,
  .additional-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  h4,
  .additional-content h3 {
    font-size: 18px;
  }
}
p,
.split-form .showrooms li {
  margin-bottom: 20px;
  line-height: 2;
}
p a,
.split-form .showrooms li a {
  color: #00b9b5;
}
p a:hover,
.split-form .showrooms li a:hover {
  color: #00d3ce;
}
ul,
ol {
  margin-bottom: 20px;
}
.standard-content ul,
.standard-content ol {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: -10px;
}
.standard-content ul li,
.standard-content ol li {
  line-height: 2;
}
ul li,
ol li {
  margin-bottom: 5px;
  list-style: inherit;
}
.standard-content ol {
  list-style-type: decimal;
}
b,
strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
span,
i {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.standard-content br {
  display: none;
}
.btn {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 1;
  background: #00b9b5;
  padding: 20px 50px;
  border-radius: 500px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  .btn {
    font-size: 12px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .btn {
    display: block;
    padding: 20px 15px;
  }
}
.btn:hover {
  background: #00d3ce;
}
.btn:hover:before {
  background: #fff;
}
.btn:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-right: 10px;
  -webkit-transition:
    background 0.3s ease,
    border-color 0.3s ease;
  -moz-transition:
    background 0.3s ease,
    border-color 0.3s ease;
  -ms-transition:
    background 0.3s ease,
    border-color 0.3s ease;
  -o-transition:
    background 0.3s ease,
    border-color 0.3s ease;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  .btn:before {
    width: 4px;
    height: 4px;
  }
}
.iphone .btn:before {
  display: none;
}
.btn.white {
  background: #fff;
  color: #041515;
}
.btn.white:hover {
  background: #f3f3f3;
}
.btn.white:hover:before {
  background: #041515;
}
.btn.white:before {
  border-color: #041515;
}
.btn-clear {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-clear:hover {
  color: #00b9b5;
}
.btn-clear:hover:before {
  border-color: #00b9b5;
  background: #00b9b5;
}
.btn-clear:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1550px) {
  .header-space {
    height: 146px;
  }
}
@media only screen and (max-width: 1375px) {
  .header-space {
    height: 126px;
  }
}
@media only screen and (max-width: 980px) {
  .header-space {
    height: 132px;
  }
}
@media only screen and (max-width: 650px) {
  .header-space {
    height: 124px;
  }
}
@media only screen and (max-width: 550px) {
  .header-space {
    height: 110px;
  }
}
.main-header {
  background: #041515;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 650px) {
  .main-header {
    top: 40px;
  }
}
.main-header .right {
  width: 275px;
  border-right: 1px solid #fff;
  position: relative;
}
@media only screen and (max-width: 1450px) {
  .main-header .right {
    width: 200px;
  }
}
@media only screen and (max-width: 1050px) {
  .main-header .right {
    width: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .main-header .right {
    width: 200px;
  }
}
@media only screen and (max-width: 550px) {
  .main-header .right {
    width: 170px;
  }
}
@media only screen and (max-width: 400px) {
  .main-header .right {
    width: 120px;
  }
}
.main-header .logo {
  position: absolute;
  width: 100%;
  top: 24px;
  left: 0;
}
@media only screen and (max-width: 1575px) {
  .main-header .logo {
    top: 22px;
  }
}
@media only screen and (max-width: 1450px) {
  .main-header .logo {
    top: 38px;
  }
}
@media only screen and (max-width: 1375px) {
  .main-header .logo {
    top: 28px;
  }
}
@media only screen and (max-width: 980px) {
  .main-header .logo {
    top: 36px;
  }
}
@media only screen and (max-width: 650px) {
  .main-header .logo {
    top: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .main-header .logo {
    top: 10px;
  }
}
.main-header .logo a {
  display: block;
  padding: 0 40px;
}
@media only screen and (max-width: 1050px) {
  .main-header .logo a {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 980px) {
  .main-header .logo a {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 400px) {
  .main-header .logo a {
    padding: 0 22px;
  }
}
.main-header .top-strip {
  overflow: hidden;
  padding: 20px 40px;
}
@media only screen and (max-width: 1375px) {
  .main-header .top-strip {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 980px) {
  .main-header .top-strip {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 650px) {
  .main-header .top-strip {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: #041515;
    padding: 12px 15px;
  }
}
.main-header .top-strip p,
.main-header .top-strip .split-form .showrooms li,
.split-form .showrooms .main-header .top-strip li {
  margin: 0;
  line-height: 1.3;
}
.main-header .top-strip .text {
  float: left;
}
@media only screen and (max-width: 1375px) {
  .main-header .top-strip .text {
    display: none;
  }
}
.main-header .top-strip .text p,
.main-header .top-strip .text .split-form .showrooms li,
.split-form .showrooms .main-header .top-strip .text li {
  font-style: italic;
}
@media only screen and (max-width: 1575px) {
  .main-header .top-strip .text p,
  .main-header .top-strip .text .split-form .showrooms li,
  .split-form .showrooms .main-header .top-strip .text li {
    font-size: 12px;
  }
}
.main-header .top-strip .contact {
  float: right;
}
.main-header .top-strip .contact .btn-clear {
  margin-top: 0;
  margin-left: 35px;
  color: #d9d9d9;
  font-size: 12px;
}
@media only screen and (max-width: 1620px) {
  .main-header .top-strip .contact .btn-clear {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1575px) {
  .main-header .top-strip .contact .btn-clear {
    font-size: 10px;
  }
}
@media only screen and (max-width: 875px) {
  .main-header .top-strip .contact .btn-clear {
    margin: 0;
  }
}
.main-header .top-strip .contact .btn-clear:hover {
  color: #00b9b5;
}
@media only screen and (max-width: 875px) {
  .main-header .top-strip .contact .btn-clear:first-of-type {
    display: none;
  }
}
.main-header .top-strip .contact .phone-link:hover {
  color: #00b9b5;
}
.main-header .top-strip .contact p,
.main-header .top-strip .contact .split-form .showrooms li,
.split-form .showrooms .main-header .top-strip .contact li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-left: 30px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1600px) {
  .main-header .top-strip .contact p,
  .main-header .top-strip .contact .split-form .showrooms li,
  .split-form .showrooms .main-header .top-strip .contact li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1575px) {
  .main-header .top-strip .contact p,
  .main-header .top-strip .contact .split-form .showrooms li,
  .split-form .showrooms .main-header .top-strip .contact li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 500px) {
  .main-header .top-strip .contact p span,
  .main-header .top-strip .contact .split-form .showrooms li span,
  .split-form .showrooms .main-header .top-strip .contact li span {
    display: none;
  }
}
.main-header .top-strip .contact p span,
.main-header .top-strip .contact .split-form .showrooms li span,
.split-form .showrooms .main-header .top-strip .contact li span,
.main-header .top-strip .contact p a,
.main-header .top-strip .contact .split-form .showrooms li a,
.split-form .showrooms .main-header .top-strip .contact li a {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.main-header .desk-menu {
  width: 100%;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 980px) {
  .main-header .desk-menu {
    display: none;
  }
}
.main-header .desk-menu ul {
  width: 100%;
  text-align: right;
  display: table;
  margin: 0;
}
.main-header .desk-menu ul li {
  display: table-cell;
  margin: 0;
  width: 14.285%;
  vertical-align: middle;
  position: relative;
  border-right: 1px solid #fff;
}
.main-header .desk-menu ul li:last-of-type {
  border: 0;
}
.main-header .desk-menu ul li:hover > a {
  background: #00b9b5;
}
.main-header .desk-menu ul li a {
  display: block;
  padding: 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 70px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #f5f4f4;
}
@media only screen and (max-width: 1375px) {
  .main-header .desk-menu ul li a {
    line-height: 60px;
  }
}
.main-header .desk-menu ul li:hover ul {
  display: block;
}
.main-header .desk-menu ul li.lap-sub ul {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1375px) {
  .main-header .desk-menu ul li.lap-sub ul {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 1375px) {
  .main-header .desk-menu ul li.lap-hide {
    display: none;
  }
}
.main-header .desk-menu ul li ul {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  width: auto;
  background: #061e1e;
  text-align: left;
  border: 1px solid #fff;
}
.main-header .desk-menu ul li ul li {
  display: block;
  margin: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
}
.main-header .desk-menu ul li ul li:last-of-type {
  border-bottom: 0;
}
.main-header .desk-menu ul li ul li a {
  display: block;
}
.main-header .desk-menu ul li ul li a:hover {
  background: #a4d8d7;
  color: #041515;
}
.mobile-buttons {
  display: none;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .mobile-buttons {
    display: block;
  }
}
.mobile-buttons a,
.mobile-buttons #mob-toggle {
  display: inline-block;
  cursor: pointer;
  width: 75px;
  margin-left: -5px;
  line-height: 65px;
  text-align: center;
  border-left: 1px solid #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 550px) {
  .mobile-buttons a,
  .mobile-buttons #mob-toggle {
    width: 60px;
    line-height: 50px;
  }
}
.mobile-buttons a:hover,
.mobile-buttons #mob-toggle:hover {
  background: #00b9b5;
}
.mobile-menu {
  position: fixed;
  top: 112px;
  bottom: 0;
  right: 0;
  width: 400px;
  overflow-y: scroll;
  background: #041515;
  border-left: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 650px) {
  .mobile-menu {
    top: 104px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-menu {
    width: 100%;
    border-left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media only screen and (max-width: 550px) {
  .mobile-menu {
    top: 90px;
  }
}
@media only screen and (max-width: 980px) {
  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.mobile-menu > ul {
  border-bottom: 1px solid #fff;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  margin: 0;
  border-top: 1px solid #fff;
}
.mobile-menu ul li a {
  padding: 0 25px;
  font-weight: 600;
  display: block;
  line-height: 60px;
  text-transform: uppercase;
}
.mobile-menu ul li a:hover {
  background: #00b9b5;
}
.mobile-menu ul li ul {
  background: #020c0c;
  position: relative;
}
.mobile-menu ul li ul.active:before {
  content: "\f068";
}
.mobile-menu ul li ul:hover:before {
  background: #a4d8d7;
}
.mobile-menu ul li ul:before {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  background: #041515;
  right: 0;
  top: -60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mobile-menu ul li ul li {
  display: none;
}
.darkness {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 980px) {
  .darkness.active {
    opacity: 1;
    visibility: visible;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.banner .container {
  position: relative;
  z-index: 1;
}
.banner.default {
  padding: 50px 0;
}
.banner.default h1 {
  margin: 0;
}
.banner.home {
  height: 900px;
}
@media only screen and (max-width: 1750px) {
  .banner.home {
    height: 800px;
  }
}
@media only screen and (max-width: 1500px) {
  .banner.home {
    height: 720px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner.home {
    height: 600px;
  }
}
@media only screen and (max-width: 720px) {
  .banner.home {
    height: auto;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 400px) {
  .banner.home {
    padding: 45px 0;
  }
}
.banner.home.visible .container {
  opacity: 1;
  left: 50%;
  top: 50%;
}
@media only screen and (max-width: 720px) {
  .banner.home.visible .container {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: inherit;
    left: inherit;
  }
}
.banner.home.visible .banner-news-block {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.banner.home:before {
  content: "";
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../themes/CleanBuild/assets/background/gradient-flipped.png);
  background-position: left;
  background-size: auto;
  background-repeat: repeat-y;
  opacity: 0.8;
  z-index: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
@media only screen and (max-width: 1250px) {
  .banner.home .split-text {
    width: 100%;
  }
}
.banner.home .container {
  position: absolute;
  top: 50%;
  left: 45%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media only screen and (max-width: 1250px) {
  .banner.home .container {
    text-align: center;
    left: 50%;
    top: 45%;
  }
}
@media only screen and (max-width: 720px) {
  .banner.home .container {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 2;
  }
}
.banner.home .container h1 span {
  display: block;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1400px) {
  .banner.home .container h1 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner.home .container h1 span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 720px) {
  .banner.home .container h1 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .banner.home .container h1 span {
    font-size: 20px;
  }
}
.banner.home .accred {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 300px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .banner.home .accred {
    width: 250px;
  }
}
@media only screen and (max-width: 720px) {
  .banner.home .accred {
    display: none;
  }
}
.banner.home .accred.loaded {
  opacity: 1;
}
.banner.home .banner-news-block {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 600px;
  padding: 40px;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
@media only screen and (max-width: 1500px) {
  .banner.home .banner-news-block {
    width: 500px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner.home .banner-news-block {
    display: none;
  }
}
.banner.home .banner-news-block:hover p.title {
  color: #00b9b5;
}
.banner.home .banner-news-block:hover .btn-clear {
  color: #00b9b5;
}
.banner.home .banner-news-block:hover .btn-clear:before {
  border-color: #00b9b5;
  background: #00b9b5;
}
.banner.home .banner-news-block:hover:before {
  background: rgba(4, 21, 21, 0.7);
}
.banner.home .banner-news-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 21, 21, 0.4);
  z-index: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.banner.home .banner-news-block .image {
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px -5px #000;
  -moz-box-shadow: 0 0 20px -5px #000;
  -ms-box-shadow: 0 0 20px -5px #000;
  -o-box-shadow: 0 0 20px -5px #000;
  box-shadow: 0 0 20px -5px #000;
}
.banner.home .banner-news-block .text {
  padding: 15px 0;
  padding-right: 45px;
  position: relative;
  z-index: 1;
}
.banner.home .banner-news-block p.title {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .banner.home .banner-news-block p.title {
    font-size: 18px;
  }
}
.banner.home .banner-news-block p.btn-clear {
  margin: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-content {
  padding: 60px 0;
}
.intro-content {
  background: #041515;
  margin: 0 0 20px;
  text-align: center;
}
.intro-content.visible .container-x-small {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}
.home .intro-content {
  margin-top: 20px;
}
.page-template-page-contact .intro-content {
  margin: 0;
}
.intro-content .no-butt p:last-of-type {
  margin: 0;
}
.intro-content .container-x-small {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.split-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .split-content {
    background-attachment: inherit;
  }
}
.chrome .split-content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.split-content.visible:before {
  opacity: 0.8;
}
.split-content.visible .container .split-text {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.split-content .container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.split-content .container .split-text {
  float: right;
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px);
  opacity: 0;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
@media only screen and (max-width: 1250px) {
  .split-content .container .split-text {
    float: none;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.split-content:before {
  content: "";
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../themes/CleanBuild/assets/background/gradient.png);
  background-position: right;
  background-size: auto;
  background-repeat: repeat-y;
  opacity: 0.8;
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 900px) {
  .dots {
    bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .dots {
    display: none;
  }
}
.dots .dot {
  display: inline-block;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 10px -3px #000;
  -moz-box-shadow: 0 0 10px -3px #000;
  -ms-box-shadow: 0 0 10px -3px #000;
  -o-box-shadow: 0 0 10px -3px #000;
  box-shadow: 0 0 10px -3px #000;
}
.dots .dot:hover {
  background: #a4d8d7;
}
.dots .dot.selected {
  background: #fff;
}
.split-slider {
  width: 100%;
  margin-bottom: 20px;
}
.split-slider .image-slider {
  width: 50%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1450px) {
  .split-slider .image-slider {
    width: 40%;
  }
}
@media only screen and (max-width: 1250px) {
  .split-slider .image-slider {
    width: 100%;
    display: block;
    padding-bottom: 60%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .split-slider .image-slider {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 500px) {
  .split-slider .image-slider {
    padding-bottom: 100%;
  }
}
.split-slider .image-slider .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.split-slider .image-slider .slider img {
  transform-style: preserve-3d;
}
.split-slider .image-slider .accred {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1450px) {
  .split-slider .image-slider .accred {
    width: 200px;
    top: 30px;
    left: 30px;
  }
}
.split-slider .image-slider .accred.loaded {
  opacity: 1;
}
.split-slider .features {
  width: 40%;
  padding: 80px 100px;
  background: #f3f3f3;
}
@media only screen and (max-width: 1600px) {
  .split-slider .features {
    padding: 60px 80px;
  }
}
@media only screen and (max-width: 1450px) {
  .split-slider .features {
    width: 60%;
  }
}
@media only screen and (max-width: 1250px) {
  .split-slider .features {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .split-slider .features {
    padding: 60px 45px;
  }
}
@media only screen and (max-width: 720px) {
  .split-slider .features {
    padding: 40px 30px;
  }
}
.split-slider .features h3 {
  color: #101010;
  margin-bottom: 40px;
}
@media only screen and (max-width: 520px) {
  .split-slider .features h3 {
    text-align: center;
  }
}
.split-slider .features .block {
  margin-bottom: 45px;
}
.split-slider .features .block.visible .image,
.split-slider .features .block.visible .text {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}
.split-slider .features .block:last-of-type {
  margin: 0;
}
.split-slider .features .block .image {
  width: 100px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
}
@media only screen and (max-width: 520px) {
  .split-slider .features .block .image {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.split-slider .features .block .image img {
  max-width: 65px;
  max-height: 70px;
}
@media only screen and (max-width: 520px) {
  .split-slider .features .block .image img {
    margin: auto;
    display: block;
  }
}
.split-slider .features .block .text {
  opacity: 0;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
}
@media only screen and (max-width: 520px) {
  .split-slider .features .block .text {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.split-slider .features .block .text h4,
.split-slider .features .block .text .additional-content h3,
.additional-content .split-slider .features .block .text h3 {
  color: #363636;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1400px) {
  .split-slider .features .block .text h4,
  .split-slider .features .block .text .additional-content h3,
  .additional-content .split-slider .features .block .text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .split-slider .features .block .text h4,
  .split-slider .features .block .text .additional-content h3,
  .additional-content .split-slider .features .block .text h3 {
    font-size: 18px;
  }
}
.split-slider .features .block .text p,
.split-slider .features .block .text .split-form .showrooms li,
.split-form .showrooms .split-slider .features .block .text li {
  margin: 0;
  color: #363636;
  line-height: 1.6;
}
.triple-blocks {
  padding: 100px 0;
}
@media only screen and (max-width: 1400px) {
  .triple-blocks {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1250px) {
  .triple-blocks {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 720px) {
  .triple-blocks {
    padding: 30px 0;
  }
}
.triple-blocks h2,
.triple-blocks .split-form h3,
.split-form .triple-blocks h3,
.triple-blocks h3 {
  color: #101010;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  .triple-blocks h2,
  .triple-blocks .split-form h3,
  .split-form .triple-blocks h3,
  .triple-blocks h3 {
    margin-bottom: 20px;
  }
}
.triple-blocks.visible .container-small .block .image img,
.triple-blocks.visible .container-small .block .image .img {
  opacity: 1;
}
.triple-blocks.visible .container-small .block .text {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.triple-blocks .container-small {
  max-width: 1400px;
  text-align: justify;
}
.triple-blocks .container-small:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.triple-blocks .container-small .block {
  width: 30%;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 1450px) {
  .triple-blocks .container-small .block {
    width: 32%;
  }
}
@media only screen and (max-width: 980px) {
  .triple-blocks .container-small .block {
    width: 100%;
    display: table;
    margin-bottom: 30px;
  }
}
.triple-blocks .container-small .block:last-of-type {
  margin-bottom: 0;
}
.triple-blocks .container-small .block:nth-of-type(1) .image img,
.triple-blocks .container-small .block:nth-of-type(1) .text {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.triple-blocks .container-small .block:nth-of-type(2) .image img,
.triple-blocks .container-small .block:nth-of-type(2) .text {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.triple-blocks .container-small .block:nth-of-type(3) .image img,
.triple-blocks .container-small .block:nth-of-type(3) .text {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.triple-blocks .container-small .block:nth-of-type(4) .image img,
.triple-blocks .container-small .block:nth-of-type(4) .text {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.triple-blocks .container-small .block:nth-of-type(5) .image img,
.triple-blocks .container-small .block:nth-of-type(5) .text {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.triple-blocks .container-small .block:nth-of-type(6) .image img,
.triple-blocks .container-small .block:nth-of-type(6) .text {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
.triple-blocks .container-small .block:nth-of-type(7) .image img,
.triple-blocks .container-small .block:nth-of-type(7) .text {
  -webkit-transition-delay: 1050ms;
  -moz-transition-delay: 1050ms;
  -ms-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  transition-delay: 1050ms;
}
.triple-blocks .container-small .block:nth-of-type(8) .image img,
.triple-blocks .container-small .block:nth-of-type(8) .text {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.triple-blocks .container-small .block:nth-of-type(9) .image img,
.triple-blocks .container-small .block:nth-of-type(9) .text {
  -webkit-transition-delay: 1350ms;
  -moz-transition-delay: 1350ms;
  -ms-transition-delay: 1350ms;
  -o-transition-delay: 1350ms;
  transition-delay: 1350ms;
}
.triple-blocks .container-small .block:nth-of-type(10) .image img,
.triple-blocks .container-small .block:nth-of-type(10) .text {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.triple-blocks .container-small .block:nth-of-type(11) .image img,
.triple-blocks .container-small .block:nth-of-type(11) .text {
  -webkit-transition-delay: 1650ms;
  -moz-transition-delay: 1650ms;
  -ms-transition-delay: 1650ms;
  -o-transition-delay: 1650ms;
  transition-delay: 1650ms;
}
.triple-blocks .container-small .block:nth-of-type(12) .image img,
.triple-blocks .container-small .block:nth-of-type(12) .text {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.triple-blocks .container-small .block:nth-of-type(13) .image img,
.triple-blocks .container-small .block:nth-of-type(13) .text {
  -webkit-transition-delay: 1950ms;
  -moz-transition-delay: 1950ms;
  -ms-transition-delay: 1950ms;
  -o-transition-delay: 1950ms;
  transition-delay: 1950ms;
}
.triple-blocks .container-small .block:nth-of-type(14) .image img,
.triple-blocks .container-small .block:nth-of-type(14) .text {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.triple-blocks .container-small .block:nth-of-type(15) .image img,
.triple-blocks .container-small .block:nth-of-type(15) .text {
  -webkit-transition-delay: 2250ms;
  -moz-transition-delay: 2250ms;
  -ms-transition-delay: 2250ms;
  -o-transition-delay: 2250ms;
  transition-delay: 2250ms;
}
.triple-blocks .container-small .block:nth-of-type(16) .image img,
.triple-blocks .container-small .block:nth-of-type(16) .text {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
.triple-blocks .container-small .block:nth-of-type(17) .image img,
.triple-blocks .container-small .block:nth-of-type(17) .text {
  -webkit-transition-delay: 2550ms;
  -moz-transition-delay: 2550ms;
  -ms-transition-delay: 2550ms;
  -o-transition-delay: 2550ms;
  transition-delay: 2550ms;
}
.triple-blocks .container-small .block:nth-of-type(18) .image img,
.triple-blocks .container-small .block:nth-of-type(18) .text {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  transition-delay: 2700ms;
}
.triple-blocks .container-small .block:nth-of-type(19) .image img,
.triple-blocks .container-small .block:nth-of-type(19) .text {
  -webkit-transition-delay: 2850ms;
  -moz-transition-delay: 2850ms;
  -ms-transition-delay: 2850ms;
  -o-transition-delay: 2850ms;
  transition-delay: 2850ms;
}
.triple-blocks .container-small .block:nth-of-type(20) .image img,
.triple-blocks .container-small .block:nth-of-type(20) .text {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
.triple-blocks .container-small .block:nth-of-type(21) .image img,
.triple-blocks .container-small .block:nth-of-type(21) .text {
  -webkit-transition-delay: 3150ms;
  -moz-transition-delay: 3150ms;
  -ms-transition-delay: 3150ms;
  -o-transition-delay: 3150ms;
  transition-delay: 3150ms;
}
.triple-blocks .container-small .block:nth-of-type(22) .image img,
.triple-blocks .container-small .block:nth-of-type(22) .text {
  -webkit-transition-delay: 3300ms;
  -moz-transition-delay: 3300ms;
  -ms-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  transition-delay: 3300ms;
}
.triple-blocks .container-small .block:nth-of-type(23) .image img,
.triple-blocks .container-small .block:nth-of-type(23) .text {
  -webkit-transition-delay: 3450ms;
  -moz-transition-delay: 3450ms;
  -ms-transition-delay: 3450ms;
  -o-transition-delay: 3450ms;
  transition-delay: 3450ms;
}
.triple-blocks .container-small .block:nth-of-type(24) .image img,
.triple-blocks .container-small .block:nth-of-type(24) .text {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}
.triple-blocks .container-small .block:nth-of-type(25) .image img,
.triple-blocks .container-small .block:nth-of-type(25) .text {
  -webkit-transition-delay: 3750ms;
  -moz-transition-delay: 3750ms;
  -ms-transition-delay: 3750ms;
  -o-transition-delay: 3750ms;
  transition-delay: 3750ms;
}
.triple-blocks .container-small .block:nth-of-type(26) .image img,
.triple-blocks .container-small .block:nth-of-type(26) .text {
  -webkit-transition-delay: 3900ms;
  -moz-transition-delay: 3900ms;
  -ms-transition-delay: 3900ms;
  -o-transition-delay: 3900ms;
  transition-delay: 3900ms;
}
.triple-blocks .container-small .block:nth-of-type(27) .image img,
.triple-blocks .container-small .block:nth-of-type(27) .text {
  -webkit-transition-delay: 4050ms;
  -moz-transition-delay: 4050ms;
  -ms-transition-delay: 4050ms;
  -o-transition-delay: 4050ms;
  transition-delay: 4050ms;
}
.triple-blocks .container-small .block:nth-of-type(28) .image img,
.triple-blocks .container-small .block:nth-of-type(28) .text {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}
.triple-blocks .container-small .block:nth-of-type(29) .image img,
.triple-blocks .container-small .block:nth-of-type(29) .text {
  -webkit-transition-delay: 4350ms;
  -moz-transition-delay: 4350ms;
  -ms-transition-delay: 4350ms;
  -o-transition-delay: 4350ms;
  transition-delay: 4350ms;
}
.triple-blocks .container-small .block:nth-of-type(30) .image img,
.triple-blocks .container-small .block:nth-of-type(30) .text {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}
.triple-blocks .container-small .block:nth-of-type(31) .image img,
.triple-blocks .container-small .block:nth-of-type(31) .text {
  -webkit-transition-delay: 4650ms;
  -moz-transition-delay: 4650ms;
  -ms-transition-delay: 4650ms;
  -o-transition-delay: 4650ms;
  transition-delay: 4650ms;
}
.triple-blocks .container-small .block:nth-of-type(32) .image img,
.triple-blocks .container-small .block:nth-of-type(32) .text {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}
.triple-blocks .container-small .block:nth-of-type(33) .image img,
.triple-blocks .container-small .block:nth-of-type(33) .text {
  -webkit-transition-delay: 4950ms;
  -moz-transition-delay: 4950ms;
  -ms-transition-delay: 4950ms;
  -o-transition-delay: 4950ms;
  transition-delay: 4950ms;
}
.triple-blocks .container-small .block:nth-of-type(34) .image img,
.triple-blocks .container-small .block:nth-of-type(34) .text {
  -webkit-transition-delay: 5100ms;
  -moz-transition-delay: 5100ms;
  -ms-transition-delay: 5100ms;
  -o-transition-delay: 5100ms;
  transition-delay: 5100ms;
}
.triple-blocks .container-small .block:nth-of-type(35) .image img,
.triple-blocks .container-small .block:nth-of-type(35) .text {
  -webkit-transition-delay: 5250ms;
  -moz-transition-delay: 5250ms;
  -ms-transition-delay: 5250ms;
  -o-transition-delay: 5250ms;
  transition-delay: 5250ms;
}
.triple-blocks .container-small .block:nth-of-type(36) .image img,
.triple-blocks .container-small .block:nth-of-type(36) .text {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}
.triple-blocks .container-small .block:nth-of-type(37) .image img,
.triple-blocks .container-small .block:nth-of-type(37) .text {
  -webkit-transition-delay: 5550ms;
  -moz-transition-delay: 5550ms;
  -ms-transition-delay: 5550ms;
  -o-transition-delay: 5550ms;
  transition-delay: 5550ms;
}
.triple-blocks .container-small .block:nth-of-type(38) .image img,
.triple-blocks .container-small .block:nth-of-type(38) .text {
  -webkit-transition-delay: 5700ms;
  -moz-transition-delay: 5700ms;
  -ms-transition-delay: 5700ms;
  -o-transition-delay: 5700ms;
  transition-delay: 5700ms;
}
.triple-blocks .container-small .block:nth-of-type(39) .image img,
.triple-blocks .container-small .block:nth-of-type(39) .text {
  -webkit-transition-delay: 5850ms;
  -moz-transition-delay: 5850ms;
  -ms-transition-delay: 5850ms;
  -o-transition-delay: 5850ms;
  transition-delay: 5850ms;
}
.triple-blocks .container-small .block:nth-of-type(40) .image img,
.triple-blocks .container-small .block:nth-of-type(40) .text {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}
.triple-blocks .container-small .block:nth-of-type(41) .image img,
.triple-blocks .container-small .block:nth-of-type(41) .text {
  -webkit-transition-delay: 6150ms;
  -moz-transition-delay: 6150ms;
  -ms-transition-delay: 6150ms;
  -o-transition-delay: 6150ms;
  transition-delay: 6150ms;
}
.triple-blocks .container-small .block:nth-of-type(42) .image img,
.triple-blocks .container-small .block:nth-of-type(42) .text {
  -webkit-transition-delay: 6300ms;
  -moz-transition-delay: 6300ms;
  -ms-transition-delay: 6300ms;
  -o-transition-delay: 6300ms;
  transition-delay: 6300ms;
}
.triple-blocks .container-small .block:nth-of-type(43) .image img,
.triple-blocks .container-small .block:nth-of-type(43) .text {
  -webkit-transition-delay: 6450ms;
  -moz-transition-delay: 6450ms;
  -ms-transition-delay: 6450ms;
  -o-transition-delay: 6450ms;
  transition-delay: 6450ms;
}
.triple-blocks .container-small .block:nth-of-type(44) .image img,
.triple-blocks .container-small .block:nth-of-type(44) .text {
  -webkit-transition-delay: 6600ms;
  -moz-transition-delay: 6600ms;
  -ms-transition-delay: 6600ms;
  -o-transition-delay: 6600ms;
  transition-delay: 6600ms;
}
.triple-blocks .container-small .block:nth-of-type(45) .image img,
.triple-blocks .container-small .block:nth-of-type(45) .text {
  -webkit-transition-delay: 6750ms;
  -moz-transition-delay: 6750ms;
  -ms-transition-delay: 6750ms;
  -o-transition-delay: 6750ms;
  transition-delay: 6750ms;
}
.triple-blocks .container-small .block:nth-of-type(46) .image img,
.triple-blocks .container-small .block:nth-of-type(46) .text {
  -webkit-transition-delay: 6900ms;
  -moz-transition-delay: 6900ms;
  -ms-transition-delay: 6900ms;
  -o-transition-delay: 6900ms;
  transition-delay: 6900ms;
}
.triple-blocks .container-small .block:nth-of-type(47) .image img,
.triple-blocks .container-small .block:nth-of-type(47) .text {
  -webkit-transition-delay: 7050ms;
  -moz-transition-delay: 7050ms;
  -ms-transition-delay: 7050ms;
  -o-transition-delay: 7050ms;
  transition-delay: 7050ms;
}
.triple-blocks .container-small .block:nth-of-type(48) .image img,
.triple-blocks .container-small .block:nth-of-type(48) .text {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}
.triple-blocks .container-small .block:nth-of-type(49) .image img,
.triple-blocks .container-small .block:nth-of-type(49) .text {
  -webkit-transition-delay: 7350ms;
  -moz-transition-delay: 7350ms;
  -ms-transition-delay: 7350ms;
  -o-transition-delay: 7350ms;
  transition-delay: 7350ms;
}
.triple-blocks .container-small .block:nth-of-type(50) .image img,
.triple-blocks .container-small .block:nth-of-type(50) .text {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}
.triple-blocks .container-small .block:nth-of-type(51) .image img,
.triple-blocks .container-small .block:nth-of-type(51) .text {
  -webkit-transition-delay: 7650ms;
  -moz-transition-delay: 7650ms;
  -ms-transition-delay: 7650ms;
  -o-transition-delay: 7650ms;
  transition-delay: 7650ms;
}
.triple-blocks .container-small .block:nth-of-type(52) .image img,
.triple-blocks .container-small .block:nth-of-type(52) .text {
  -webkit-transition-delay: 7800ms;
  -moz-transition-delay: 7800ms;
  -ms-transition-delay: 7800ms;
  -o-transition-delay: 7800ms;
  transition-delay: 7800ms;
}
.triple-blocks .container-small .block:nth-of-type(53) .image img,
.triple-blocks .container-small .block:nth-of-type(53) .text {
  -webkit-transition-delay: 7950ms;
  -moz-transition-delay: 7950ms;
  -ms-transition-delay: 7950ms;
  -o-transition-delay: 7950ms;
  transition-delay: 7950ms;
}
.triple-blocks .container-small .block:nth-of-type(54) .image img,
.triple-blocks .container-small .block:nth-of-type(54) .text {
  -webkit-transition-delay: 8100ms;
  -moz-transition-delay: 8100ms;
  -ms-transition-delay: 8100ms;
  -o-transition-delay: 8100ms;
  transition-delay: 8100ms;
}
.triple-blocks .container-small .block:nth-of-type(55) .image img,
.triple-blocks .container-small .block:nth-of-type(55) .text {
  -webkit-transition-delay: 8250ms;
  -moz-transition-delay: 8250ms;
  -ms-transition-delay: 8250ms;
  -o-transition-delay: 8250ms;
  transition-delay: 8250ms;
}
.triple-blocks .container-small .block:nth-of-type(56) .image img,
.triple-blocks .container-small .block:nth-of-type(56) .text {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}
.triple-blocks .container-small .block:nth-of-type(57) .image img,
.triple-blocks .container-small .block:nth-of-type(57) .text {
  -webkit-transition-delay: 8550ms;
  -moz-transition-delay: 8550ms;
  -ms-transition-delay: 8550ms;
  -o-transition-delay: 8550ms;
  transition-delay: 8550ms;
}
.triple-blocks .container-small .block:nth-of-type(58) .image img,
.triple-blocks .container-small .block:nth-of-type(58) .text {
  -webkit-transition-delay: 8700ms;
  -moz-transition-delay: 8700ms;
  -ms-transition-delay: 8700ms;
  -o-transition-delay: 8700ms;
  transition-delay: 8700ms;
}
.triple-blocks .container-small .block:nth-of-type(59) .image img,
.triple-blocks .container-small .block:nth-of-type(59) .text {
  -webkit-transition-delay: 8850ms;
  -moz-transition-delay: 8850ms;
  -ms-transition-delay: 8850ms;
  -o-transition-delay: 8850ms;
  transition-delay: 8850ms;
}
.triple-blocks .container-small .block:nth-of-type(60) .image img,
.triple-blocks .container-small .block:nth-of-type(60) .text {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}
.triple-blocks .container-small .block:nth-of-type(61) .image img,
.triple-blocks .container-small .block:nth-of-type(61) .text {
  -webkit-transition-delay: 9150ms;
  -moz-transition-delay: 9150ms;
  -ms-transition-delay: 9150ms;
  -o-transition-delay: 9150ms;
  transition-delay: 9150ms;
}
.triple-blocks .container-small .block:nth-of-type(62) .image img,
.triple-blocks .container-small .block:nth-of-type(62) .text {
  -webkit-transition-delay: 9300ms;
  -moz-transition-delay: 9300ms;
  -ms-transition-delay: 9300ms;
  -o-transition-delay: 9300ms;
  transition-delay: 9300ms;
}
.triple-blocks .container-small .block:nth-of-type(63) .image img,
.triple-blocks .container-small .block:nth-of-type(63) .text {
  -webkit-transition-delay: 9450ms;
  -moz-transition-delay: 9450ms;
  -ms-transition-delay: 9450ms;
  -o-transition-delay: 9450ms;
  transition-delay: 9450ms;
}
.triple-blocks .container-small .block:nth-of-type(64) .image img,
.triple-blocks .container-small .block:nth-of-type(64) .text {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}
.triple-blocks .container-small .block:nth-of-type(65) .image img,
.triple-blocks .container-small .block:nth-of-type(65) .text {
  -webkit-transition-delay: 9750ms;
  -moz-transition-delay: 9750ms;
  -ms-transition-delay: 9750ms;
  -o-transition-delay: 9750ms;
  transition-delay: 9750ms;
}
.triple-blocks .container-small .block:nth-of-type(66) .image img,
.triple-blocks .container-small .block:nth-of-type(66) .text {
  -webkit-transition-delay: 9900ms;
  -moz-transition-delay: 9900ms;
  -ms-transition-delay: 9900ms;
  -o-transition-delay: 9900ms;
  transition-delay: 9900ms;
}
.triple-blocks .container-small .block:nth-of-type(67) .image img,
.triple-blocks .container-small .block:nth-of-type(67) .text {
  -webkit-transition-delay: 10050ms;
  -moz-transition-delay: 10050ms;
  -ms-transition-delay: 10050ms;
  -o-transition-delay: 10050ms;
  transition-delay: 10050ms;
}
.triple-blocks .container-small .block:nth-of-type(68) .image img,
.triple-blocks .container-small .block:nth-of-type(68) .text {
  -webkit-transition-delay: 10200ms;
  -moz-transition-delay: 10200ms;
  -ms-transition-delay: 10200ms;
  -o-transition-delay: 10200ms;
  transition-delay: 10200ms;
}
.triple-blocks .container-small .block:nth-of-type(69) .image img,
.triple-blocks .container-small .block:nth-of-type(69) .text {
  -webkit-transition-delay: 10350ms;
  -moz-transition-delay: 10350ms;
  -ms-transition-delay: 10350ms;
  -o-transition-delay: 10350ms;
  transition-delay: 10350ms;
}
.triple-blocks .container-small .block:nth-of-type(70) .image img,
.triple-blocks .container-small .block:nth-of-type(70) .text {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -ms-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}
.triple-blocks .container-small .block:nth-of-type(71) .image img,
.triple-blocks .container-small .block:nth-of-type(71) .text {
  -webkit-transition-delay: 10650ms;
  -moz-transition-delay: 10650ms;
  -ms-transition-delay: 10650ms;
  -o-transition-delay: 10650ms;
  transition-delay: 10650ms;
}
.triple-blocks .container-small .block:nth-of-type(72) .image img,
.triple-blocks .container-small .block:nth-of-type(72) .text {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}
.triple-blocks .container-small .block:nth-of-type(73) .image img,
.triple-blocks .container-small .block:nth-of-type(73) .text {
  -webkit-transition-delay: 10950ms;
  -moz-transition-delay: 10950ms;
  -ms-transition-delay: 10950ms;
  -o-transition-delay: 10950ms;
  transition-delay: 10950ms;
}
.triple-blocks .container-small .block:nth-of-type(74) .image img,
.triple-blocks .container-small .block:nth-of-type(74) .text {
  -webkit-transition-delay: 11100ms;
  -moz-transition-delay: 11100ms;
  -ms-transition-delay: 11100ms;
  -o-transition-delay: 11100ms;
  transition-delay: 11100ms;
}
.triple-blocks .container-small .block:nth-of-type(75) .image img,
.triple-blocks .container-small .block:nth-of-type(75) .text {
  -webkit-transition-delay: 11250ms;
  -moz-transition-delay: 11250ms;
  -ms-transition-delay: 11250ms;
  -o-transition-delay: 11250ms;
  transition-delay: 11250ms;
}
.triple-blocks .container-small .block:nth-of-type(76) .image img,
.triple-blocks .container-small .block:nth-of-type(76) .text {
  -webkit-transition-delay: 11400ms;
  -moz-transition-delay: 11400ms;
  -ms-transition-delay: 11400ms;
  -o-transition-delay: 11400ms;
  transition-delay: 11400ms;
}
.triple-blocks .container-small .block:nth-of-type(77) .image img,
.triple-blocks .container-small .block:nth-of-type(77) .text {
  -webkit-transition-delay: 11550ms;
  -moz-transition-delay: 11550ms;
  -ms-transition-delay: 11550ms;
  -o-transition-delay: 11550ms;
  transition-delay: 11550ms;
}
.triple-blocks .container-small .block:nth-of-type(78) .image img,
.triple-blocks .container-small .block:nth-of-type(78) .text {
  -webkit-transition-delay: 11700ms;
  -moz-transition-delay: 11700ms;
  -ms-transition-delay: 11700ms;
  -o-transition-delay: 11700ms;
  transition-delay: 11700ms;
}
.triple-blocks .container-small .block:nth-of-type(79) .image img,
.triple-blocks .container-small .block:nth-of-type(79) .text {
  -webkit-transition-delay: 11850ms;
  -moz-transition-delay: 11850ms;
  -ms-transition-delay: 11850ms;
  -o-transition-delay: 11850ms;
  transition-delay: 11850ms;
}
.triple-blocks .container-small .block:nth-of-type(80) .image img,
.triple-blocks .container-small .block:nth-of-type(80) .text {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}
.triple-blocks .container-small .block:nth-of-type(81) .image img,
.triple-blocks .container-small .block:nth-of-type(81) .text {
  -webkit-transition-delay: 12150ms;
  -moz-transition-delay: 12150ms;
  -ms-transition-delay: 12150ms;
  -o-transition-delay: 12150ms;
  transition-delay: 12150ms;
}
.triple-blocks .container-small .block:nth-of-type(82) .image img,
.triple-blocks .container-small .block:nth-of-type(82) .text {
  -webkit-transition-delay: 12300ms;
  -moz-transition-delay: 12300ms;
  -ms-transition-delay: 12300ms;
  -o-transition-delay: 12300ms;
  transition-delay: 12300ms;
}
.triple-blocks .container-small .block:nth-of-type(83) .image img,
.triple-blocks .container-small .block:nth-of-type(83) .text {
  -webkit-transition-delay: 12450ms;
  -moz-transition-delay: 12450ms;
  -ms-transition-delay: 12450ms;
  -o-transition-delay: 12450ms;
  transition-delay: 12450ms;
}
.triple-blocks .container-small .block:nth-of-type(84) .image img,
.triple-blocks .container-small .block:nth-of-type(84) .text {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}
.triple-blocks .container-small .block:nth-of-type(85) .image img,
.triple-blocks .container-small .block:nth-of-type(85) .text {
  -webkit-transition-delay: 12750ms;
  -moz-transition-delay: 12750ms;
  -ms-transition-delay: 12750ms;
  -o-transition-delay: 12750ms;
  transition-delay: 12750ms;
}
.triple-blocks .container-small .block:nth-of-type(86) .image img,
.triple-blocks .container-small .block:nth-of-type(86) .text {
  -webkit-transition-delay: 12900ms;
  -moz-transition-delay: 12900ms;
  -ms-transition-delay: 12900ms;
  -o-transition-delay: 12900ms;
  transition-delay: 12900ms;
}
.triple-blocks .container-small .block:nth-of-type(87) .image img,
.triple-blocks .container-small .block:nth-of-type(87) .text {
  -webkit-transition-delay: 13050ms;
  -moz-transition-delay: 13050ms;
  -ms-transition-delay: 13050ms;
  -o-transition-delay: 13050ms;
  transition-delay: 13050ms;
}
.triple-blocks .container-small .block:nth-of-type(88) .image img,
.triple-blocks .container-small .block:nth-of-type(88) .text {
  -webkit-transition-delay: 13200ms;
  -moz-transition-delay: 13200ms;
  -ms-transition-delay: 13200ms;
  -o-transition-delay: 13200ms;
  transition-delay: 13200ms;
}
.triple-blocks .container-small .block:nth-of-type(89) .image img,
.triple-blocks .container-small .block:nth-of-type(89) .text {
  -webkit-transition-delay: 13350ms;
  -moz-transition-delay: 13350ms;
  -ms-transition-delay: 13350ms;
  -o-transition-delay: 13350ms;
  transition-delay: 13350ms;
}
.triple-blocks .container-small .block:nth-of-type(90) .image img,
.triple-blocks .container-small .block:nth-of-type(90) .text {
  -webkit-transition-delay: 13500ms;
  -moz-transition-delay: 13500ms;
  -ms-transition-delay: 13500ms;
  -o-transition-delay: 13500ms;
  transition-delay: 13500ms;
}
.triple-blocks .container-small .block .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 1450px) {
  .triple-blocks .container-small .block .image {
    height: 370px;
  }
}
@media only screen and (max-width: 980px) {
  .triple-blocks .container-small .block .image {
    height: 270px;
    width: 230px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 600px) {
  .triple-blocks .container-small .block .image {
    height: 200px;
    width: 170px;
  }
}
@media only screen and (max-width: 450px) {
  .triple-blocks .container-small .block .image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.triple-blocks .container-small .block .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
}
.triple-blocks .container-small .block .image .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
}
@media only screen and (max-width: 980px) {
  .triple-blocks .container-small .block .image .img {
    height: 270px;
    width: 230px;
  }
}
@media only screen and (max-width: 600px) {
  .triple-blocks .container-small .block .image .img {
    height: 200px;
    width: 170px;
  }
}
@media only screen and (max-width: 450px) {
  .triple-blocks .container-small .block .image .img {
    width: auto;
    height: auto;
  }
}
.triple-blocks .container-small .block .text {
  text-align: left;
  padding: 30px 10px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
@media only screen and (max-width: 980px) {
  .triple-blocks .container-small .block .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 720px) {
  .triple-blocks .container-small .block .text {
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .triple-blocks .container-small .block .text {
    display: block;
    padding: 0;
    padding: 30px 5px 10px;
  }
}
.triple-blocks .container-small .block .text h3 {
  color: #363636;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 1250px) {
  .triple-blocks .container-small .block .text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  .triple-blocks .container-small .block .text h3 {
    margin-bottom: 5px;
  }
}
.triple-blocks .container-small .block .text p,
.triple-blocks .container-small .block .text .split-form .showrooms li,
.split-form .showrooms .triple-blocks .container-small .block .text li {
  margin: 0;
  font-weight: 300;
  color: #041515;
}
.table-content {
  background: #041515;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .table-content {
    position: relative;
    background: rgba(4, 21, 21, 0.9);
  }
}
.table-content .table {
  padding-left: 180px;
  padding-right: 180px;
}
@media only screen and (max-width: 1800px) {
  .table-content .table {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media only screen and (max-width: 1650px) {
  .table-content .table {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .table-content .table {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.table-content .table h3 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1000px) {
  .table-content .table h3 {
    margin-bottom: 25px;
  }
}
.table-content .table a {
  float: right;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .table-content .table a {
    float: none;
    text-align: center;
  }
}
.table-content .table table {
  width: 100%;
  border-collapse: collapse;
}
.table-content .table table tr.visible td,
.table-content .table table tr.visible th {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.table-content .table table th {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.table-content .table table td,
.table-content .table table th {
  font-weight: 300;
  padding: 22px 30px;
  text-align: left;
  border: 1px solid #fff;
  opacity: 0;
  vertical-align: middle;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media only screen and (max-width: 550px) {
  .table-content .table table td,
  .table-content .table table th {
    font-size: 10px;
    padding: 15px;
  }
}
.table-content .image {
  width: 40%;
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1500px) {
  .table-content .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: -1;
  }
}
.table-content .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-con {
  text-align: center;
}
.faq-con h3 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 980px) {
  .faq-con h3 {
    margin-bottom: 25px;
  }
}
.faq-con p,
.faq-con .split-form .showrooms li,
.split-form .showrooms .faq-con li,
.faq-con h3 {
  color: #101010;
}
.faq-con .faqs {
  border-bottom: 1px solid #101010;
}
.faq-con .faq-block.visible .title p,
.faq-con .faq-block.visible .title .split-form .showrooms li,
.split-form .showrooms .faq-con .faq-block.visible .title li {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.faq-con .faq-block.current .title {
  background: #212121;
}
.faq-con .faq-block.current .title p,
.faq-con .faq-block.current .title .split-form .showrooms li,
.split-form .showrooms .faq-con .faq-block.current .title li {
  color: #fff;
}
.faq-con .faq-block.current .title .plus .bar-1 {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  height: 100%;
  top: 50%;
}
.faq-con .faq-block.current .title .plus .bar-2 {
  background: #fff;
}
.faq-con .faq-block .title {
  display: block;
  border: 1px solid #101010;
  border-bottom: 0;
  padding: 18px 55px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .faq-con .faq-block .title {
    padding: 15px 70px 15px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .faq-con .faq-block .title {
    padding: 12px 35px 12px 20px;
  }
}
.faq-con .faq-block .title p,
.faq-con .faq-block .title .split-form .showrooms li,
.split-form .showrooms .faq-con .faq-block .title li {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: left;
  margin: 0;
  opacity: 0;
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
@media only screen and (max-width: 1400px) {
  .faq-con .faq-block .title p,
  .faq-con .faq-block .title .split-form .showrooms li,
  .split-form .showrooms .faq-con .faq-block .title li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  .faq-con .faq-block .title p,
  .faq-con .faq-block .title .split-form .showrooms li,
  .split-form .showrooms .faq-con .faq-block .title li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
}
.faq-con .faq-block .title .plus {
  position: absolute;
  top: 50%;
  right: 55px;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  .faq-con .faq-block .title .plus {
    right: 30px;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .faq-con .faq-block .title .plus {
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
.faq-con .faq-block .title .plus .bar-1 {
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #101010;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq-con .faq-block .title .plus .bar-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #101010;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq-con .faq-block .text {
  border: 1px solid #101010;
  border-bottom: 0;
  text-align: left;
  padding: 35px 55px;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .faq-con .faq-block .text {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .faq-con .faq-block .text {
    padding: 12px 20px;
  }
}
.faq-con .faq-block .text p,
.faq-con .faq-block .text .split-form .showrooms li,
.split-form .showrooms .faq-con .faq-block .text li {
  font-weight: 300;
}
.faq-con .faq-block .text p:last-of-type {
  margin: 0;
}
.repeater-content .row {
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (max-width: 1300px) {
  .repeater-content .row {
    padding: 0;
  }
}
.repeater-content .row:last-of-type {
  margin: 0;
}
.page-template-page-technical .repeater-content .row:nth-of-type(2n) .image {
  background-position: left;
}
@media only screen and (max-width: 1300px) {
  .page-template-page-technical .repeater-content .row:nth-of-type(2n) .image {
    background-position: center;
  }
}
.repeater-content .row .image {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.chrome .repeater-content .row .image {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1500px) {
  .repeater-content .row .image {
    background-size: cover;
  }
}
@media only screen and (max-width: 1300px) {
  .repeater-content .row .image {
    width: 100%;
    display: block;
    padding-bottom: 50%;
    border: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .repeater-content .row .image {
    background-attachment: inherit;
  }
}
@media only screen and (max-width: 720px) {
  .repeater-content .row .image {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 450px) {
  .repeater-content .row .image {
    padding-bottom: 100%;
  }
}
.page-template-page-technical .repeater-content .row .image {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
@media only screen and (max-width: 1300px) {
  .page-template-page-technical .repeater-content .row .image {
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
  }
}
.repeater-content .row .image.visible img.loaded {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  opacity: 1;
}
.repeater-content .row .image:nth-of-type(2n) img {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}
.repeater-content .row .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
}
.repeater-content .row .content {
  width: 50%;
  background: #041515;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
@media only screen and (max-width: 1300px) {
  .repeater-content .row .content {
    width: 100%;
    display: table-footer-group;
    border: 0;
  }
}
.repeater-content .row .content .inner-container {
  max-width: 720px;
  margin: auto;
}
@media only screen and (max-width: 1800px) {
  .repeater-content .row .content .inner-container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .repeater-content .row .content .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .repeater-content .row .content .inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.repeater-content .row .content .inner-container h2,
.repeater-content .row .content .inner-container .split-form h3,
.split-form .repeater-content .row .content .inner-container h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .repeater-content .row .content .inner-container h2,
  .repeater-content .row .content .inner-container .split-form h3,
  .split-form .repeater-content .row .content .inner-container h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1250px) {
  .repeater-content .row .content .inner-container h2,
  .repeater-content .row .content .inner-container .split-form h3,
  .split-form .repeater-content .row .content .inner-container h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .repeater-content .row .content .inner-container h2,
  .repeater-content .row .content .inner-container .split-form h3,
  .split-form .repeater-content .row .content .inner-container h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .repeater-content .row .content .inner-container h2,
  .repeater-content .row .content .inner-container .split-form h3,
  .split-form .repeater-content .row .content .inner-container h3 {
    font-size: 20px;
  }
}
.repeater-content .row .content table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}
.repeater-content .row .content table tr.visible td,
.repeater-content .row .content table tr.visible th {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.repeater-content .row .content table th {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.repeater-content .row .content table td,
.repeater-content .row .content table th {
  font-weight: 300;
  padding: 22px 30px;
  text-align: left;
  border: 1px solid #fff;
  opacity: 0;
  vertical-align: middle;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media only screen and (max-width: 550px) {
  .repeater-content .row .content table td,
  .repeater-content .row .content table th {
    font-size: 10px;
    padding: 15px;
  }
}
.fullwidth-content {
  background: #041515;
  margin: 0 0 20px;
  text-align: left;
}
.gal-item {
  position: relative;
  overflow: hidden;
  width: 33.333%;
  display: block;
  float: left;
  height: 450px;
}
.gal-item:nth-of-type(2n) {
  background: #f7f7f7;
}
.gal-item:nth-of-type(4n) {
  background: #eee;
}
.gal-item:hover:before {
  opacity: 0;
}
.gal-item:hover img.background,
.gal-item:hover .ie-background {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gal-item:hover img.plus {
  background: rgba(4, 21, 21, 0.5);
}
.gal-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 21, 21, 0.25);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gal-item.visible img.background.loaded {
  opacity: 1;
}
.gal-item img.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  transition:
    opacity 1.5s ease,
    transform 0.3s ease;
}
.gal-item img.background.preview {
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  opacity: 1;
  filter: blur(20px);
}
.gal-item .ie-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  transition:
    opacity 1.5s ease,
    transform 0.3s ease;
}
.gal-item img.plus {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 1;
  width: 70px;
  padding: 20px;
  border-radius: 130px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 720px) {
  .gal-item img.plus {
    bottom: 15px;
    right: 15px;
    width: 60px;
  }
}
.gal-item img.plus.loaded {
  opacity: 1;
}
.preview-gallery {
  overflow: hidden;
  position: relative;
}
.preview-gallery .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #041515;
  padding: 0 90px;
  line-height: 90px;
  z-index: 1;
  margin: 0;
  border-radius: 0;
}
@media only screen and (max-width: 720px) {
  .preview-gallery .btn {
    display: block;
    padding: 0 15px;
    text-align: center;
    position: static;
  }
}
.preview-gallery .btn:hover {
  color: #fff;
  background: #00b9b5;
}
.preview-gallery .btn:hover:before {
  border-color: #fff;
  background: #fff;
}
.preview-gallery .gal-item {
  width: 66.666%;
  float: left;
}
@media only screen and (max-width: 1400px) {
  .preview-gallery .gal-item {
    width: 50%;
  }
}
.preview-gallery .gal-item:nth-of-type(1) {
  height: 700px;
}
@media only screen and (max-width: 1650px) {
  .preview-gallery .gal-item:nth-of-type(1) {
    height: 575px;
  }
}
@media only screen and (max-width: 1400px) {
  .preview-gallery .gal-item:nth-of-type(1) {
    height: 400px;
  }
}
@media only screen and (max-width: 1250px) {
  .preview-gallery .gal-item:nth-of-type(1) {
    height: 320px;
  }
}
@media only screen and (max-width: 950px) {
  .preview-gallery .gal-item:nth-of-type(1) {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 720px) {
  .preview-gallery .gal-item:nth-of-type(1) {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .preview-gallery .gal-item:nth-of-type(1) {
    padding-bottom: 70%;
  }
}
.preview-gallery .gal-item:nth-of-type(2) {
  height: 1160px;
  width: 33.333%;
  float: right;
}
@media only screen and (max-width: 1650px) {
  .preview-gallery .gal-item:nth-of-type(2) {
    height: 975px;
  }
}
@media only screen and (max-width: 1400px) {
  .preview-gallery .gal-item:nth-of-type(2) {
    width: 50%;
    height: 720px;
  }
}
@media only screen and (max-width: 1250px) {
  .preview-gallery .gal-item:nth-of-type(2) {
    height: 580px;
  }
}
@media only screen and (max-width: 950px) {
  .preview-gallery .gal-item:nth-of-type(2) {
    width: 33.333%;
    height: 0;
    padding-bottom: 33.333%;
  }
}
@media only screen and (max-width: 720px) {
  .preview-gallery .gal-item:nth-of-type(2) {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .preview-gallery .gal-item:nth-of-type(2) {
    padding-bottom: 70%;
  }
}
.preview-gallery .gal-item:nth-of-type(3),
.preview-gallery .gal-item:nth-of-type(4) {
  width: 33.333%;
  height: 460px;
}
@media only screen and (max-width: 1650px) {
  .preview-gallery .gal-item:nth-of-type(3),
  .preview-gallery .gal-item:nth-of-type(4) {
    height: 400px;
  }
}
@media only screen and (max-width: 1400px) {
  .preview-gallery .gal-item:nth-of-type(3),
  .preview-gallery .gal-item:nth-of-type(4) {
    width: 25%;
    height: 320px;
  }
}
@media only screen and (max-width: 1250px) {
  .preview-gallery .gal-item:nth-of-type(3),
  .preview-gallery .gal-item:nth-of-type(4) {
    height: 260px;
  }
}
@media only screen and (max-width: 950px) {
  .preview-gallery .gal-item:nth-of-type(3),
  .preview-gallery .gal-item:nth-of-type(4) {
    width: 33.333%;
    height: 0;
    padding-bottom: 33.333%;
  }
}
@media only screen and (max-width: 720px) {
  .preview-gallery .gal-item:nth-of-type(3),
  .preview-gallery .gal-item:nth-of-type(4) {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .preview-gallery .gal-item:nth-of-type(3),
  .preview-gallery .gal-item:nth-of-type(4) {
    padding-bottom: 70%;
  }
}
.preview-gallery .gal-item .ie-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  transition:
    opacity 1.5s ease,
    transform 0.3s ease;
}
.gallery-con {
  overflow: hidden;
  background: #fff;
}
.single .gallery-con {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1400px) {
  .gallery-con .gal-item {
    height: 350px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery-con .gal-item {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery-con .gal-item {
    width: 50% !important;
    padding-bottom: 50% !important;
  }
}
@media only screen and (max-width: 550px) {
  .gallery-con .gal-item {
    width: 100% !important;
    padding-bottom: 75% !important;
  }
}
@media only screen and (max-width: 400px) {
  .gallery-con .gal-item {
    padding-bottom: 100% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery-con .gal-item.image-1,
  .gallery-con .gal-item.image-4 {
    width: 100%;
  }
}
.gallery-con .gal-item.image-2 {
  height: 900px;
  float: right;
}
@media only screen and (max-width: 1400px) {
  .gallery-con .gal-item.image-2 {
    height: 700px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery-con .gal-item.image-2 {
    height: 0;
    padding-bottom: 50%;
    float: left;
  }
}
.gallery-con .gal-item.image-4 {
  width: 66.666%;
}
@media only screen and (max-width: 1100px) {
  .gallery-con .gal-item.image-4 {
    width: 50%;
  }
}
.gallery-con .gal-item.image-6 {
  height: 900px;
  width: 66.666%;
  float: right;
}
@media only screen and (max-width: 1400px) {
  .gallery-con .gal-item.image-6 {
    height: 700px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery-con .gal-item.image-6 {
    width: 100%;
    padding-bottom: 50%;
    height: 0;
  }
}
.total-2 .gal-item {
  width: 50%;
  max-height: 450px;
}
@media only screen and (max-width: 1400px) {
  .total-2 .gal-item {
    max-height: 350px;
  }
}
.split-boxes {
  margin-bottom: 20px;
}
.page-template-page-product .split-boxes,
.page-template-page-technical .split-boxes,
.page-template-page-about .split-boxes {
  margin-bottom: 0;
}
.split-boxes a {
  position: relative;
  overflow: hidden;
  padding: 230px 0;
  width: 50%;
}
@media only screen and (max-width: 1600px) {
  .split-boxes a {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 1400px) {
  .split-boxes a {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1300px) {
  .split-boxes a {
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 720px) {
  .split-boxes a {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .split-boxes a {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  .split-boxes a:first-of-type {
    margin-bottom: 20px;
  }
}
.split-boxes a:hover .text p,
.split-boxes a:hover .text .split-form .showrooms li,
.split-form .showrooms .split-boxes a:hover .text li,
.split-boxes a:hover .text h3 {
  -webkit-text-shadow: 2px 2px 0 rgba(4, 21, 21, 0.4);
  -moz-text-shadow: 2px 2px 0 rgba(4, 21, 21, 0.4);
  -ms-text-shadow: 2px 2px 0 rgba(4, 21, 21, 0.4);
  -o-text-shadow: 2px 2px 0 rgba(4, 21, 21, 0.4);
  text-shadow: 2px 2px 0 rgba(4, 21, 21, 0.4);
}
.split-boxes a:hover .text p.btn,
.split-boxes a:hover .text h3.btn {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  background: #00d3ce;
}
.split-boxes a:hover .text p.btn:before,
.split-boxes a:hover .text h3.btn:before {
  background: #fff;
}
.split-boxes a:hover:before {
  background: rgba(4, 21, 21, 0.25);
}
.split-boxes a:hover img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}
.split-boxes a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(4, 21, 21, 0.5);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.split-boxes a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.split-boxes a .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.split-boxes a:nth-of-type(2) .text {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.split-boxes a .text {
  position: relative;
  z-index: 2;
  max-width: 575px;
  margin: auto;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
@media only screen and (max-width: 1300px) {
  .split-boxes a .text {
    max-width: 720px;
  }
}
@media only screen and (max-width: 780px) {
  .split-boxes a .text {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .split-boxes a .text {
    padding: 0 15px;
  }
}
.split-boxes a .text.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.split-boxes a .text .btn {
  margin-bottom: 0;
  margin-top: 5px;
  text-shadow: none;
}
@media only screen and (max-width: 1300px) {
  .split-boxes a .text .btn {
    margin: 0;
  }
}
.bottom-key-features {
  background: #041515;
  text-align: center;
  margin-bottom: 20px;
}
.bottom-key-features h3 {
  font-size: 50px;
  padding-bottom: 110px;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .bottom-key-features h3 {
    font-size: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1250px) {
  .bottom-key-features h3 {
    font-size: 36px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 720px) {
  .bottom-key-features h3 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.bottom-key-features .row {
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1250px) {
  .bottom-key-features .row {
    border: 0;
  }
}
.bottom-key-features .row:first-of-type {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1250px) {
  .bottom-key-features .row:first-of-type {
    border: 0;
  }
}
.bottom-key-features .row .feature-box {
  width: 33.333%;
  padding: 115px 80px;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1600px) {
  .bottom-key-features .row .feature-box {
    padding: 90px 60px;
  }
}
@media only screen and (max-width: 1400px) {
  .bottom-key-features .row .feature-box {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .bottom-key-features .row .feature-box {
    display: table;
    width: 100%;
    padding: 40px 60px;
    border: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .bottom-key-features .row .feature-box {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-key-features .row .feature-box {
    padding: 20px 15px;
  }
}
.bottom-key-features .row .feature-box.visible .text,
.bottom-key-features .row .feature-box.visible img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bottom-key-features .row .feature-box:first-of-type {
  border: 0;
}
.bottom-key-features .row .feature-box.count-1 .text,
.bottom-key-features .row .feature-box.count-1 img {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.bottom-key-features .row .feature-box.count-2 .text,
.bottom-key-features .row .feature-box.count-2 img {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.bottom-key-features .row .feature-box.count-3 .text,
.bottom-key-features .row .feature-box.count-3 img {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.bottom-key-features .row .feature-box.count-4 .text,
.bottom-key-features .row .feature-box.count-4 img {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.bottom-key-features .row .feature-box.count-5 .text,
.bottom-key-features .row .feature-box.count-5 img {
  -webkit-transition-delay: 1250ms;
  -moz-transition-delay: 1250ms;
  -ms-transition-delay: 1250ms;
  -o-transition-delay: 1250ms;
  transition-delay: 1250ms;
}
.bottom-key-features .row .feature-box.count-6 .text,
.bottom-key-features .row .feature-box.count-6 img {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.bottom-key-features .row .feature-box.count-7 .text,
.bottom-key-features .row .feature-box.count-7 img {
  -webkit-transition-delay: 1750ms;
  -moz-transition-delay: 1750ms;
  -ms-transition-delay: 1750ms;
  -o-transition-delay: 1750ms;
  transition-delay: 1750ms;
}
.bottom-key-features .row .feature-box.count-8 .text,
.bottom-key-features .row .feature-box.count-8 img {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.bottom-key-features .row .feature-box.count-9 .text,
.bottom-key-features .row .feature-box.count-9 img {
  -webkit-transition-delay: 2250ms;
  -moz-transition-delay: 2250ms;
  -ms-transition-delay: 2250ms;
  -o-transition-delay: 2250ms;
  transition-delay: 2250ms;
}
.bottom-key-features .row .feature-box.count-10 .text,
.bottom-key-features .row .feature-box.count-10 img {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
.bottom-key-features .row .feature-box.count-11 .text,
.bottom-key-features .row .feature-box.count-11 img {
  -webkit-transition-delay: 2750ms;
  -moz-transition-delay: 2750ms;
  -ms-transition-delay: 2750ms;
  -o-transition-delay: 2750ms;
  transition-delay: 2750ms;
}
.bottom-key-features .row .feature-box.count-12 .text,
.bottom-key-features .row .feature-box.count-12 img {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
.bottom-key-features .row .feature-box.count-13 .text,
.bottom-key-features .row .feature-box.count-13 img {
  -webkit-transition-delay: 3250ms;
  -moz-transition-delay: 3250ms;
  -ms-transition-delay: 3250ms;
  -o-transition-delay: 3250ms;
  transition-delay: 3250ms;
}
.bottom-key-features .row .feature-box.count-14 .text,
.bottom-key-features .row .feature-box.count-14 img {
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -ms-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  transition-delay: 3500ms;
}
.bottom-key-features .row .feature-box.count-15 .text,
.bottom-key-features .row .feature-box.count-15 img {
  -webkit-transition-delay: 3750ms;
  -moz-transition-delay: 3750ms;
  -ms-transition-delay: 3750ms;
  -o-transition-delay: 3750ms;
  transition-delay: 3750ms;
}
.bottom-key-features .row .feature-box.count-16 .text,
.bottom-key-features .row .feature-box.count-16 img {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -ms-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}
.bottom-key-features .row .feature-box.count-17 .text,
.bottom-key-features .row .feature-box.count-17 img {
  -webkit-transition-delay: 4250ms;
  -moz-transition-delay: 4250ms;
  -ms-transition-delay: 4250ms;
  -o-transition-delay: 4250ms;
  transition-delay: 4250ms;
}
.bottom-key-features .row .feature-box.count-18 .text,
.bottom-key-features .row .feature-box.count-18 img {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}
.bottom-key-features .row .feature-box.count-19 .text,
.bottom-key-features .row .feature-box.count-19 img {
  -webkit-transition-delay: 4750ms;
  -moz-transition-delay: 4750ms;
  -ms-transition-delay: 4750ms;
  -o-transition-delay: 4750ms;
  transition-delay: 4750ms;
}
.bottom-key-features .row .feature-box.count-20 .text,
.bottom-key-features .row .feature-box.count-20 img {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -ms-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}
.bottom-key-features .row .feature-box.count-21 .text,
.bottom-key-features .row .feature-box.count-21 img {
  -webkit-transition-delay: 5250ms;
  -moz-transition-delay: 5250ms;
  -ms-transition-delay: 5250ms;
  -o-transition-delay: 5250ms;
  transition-delay: 5250ms;
}
.bottom-key-features .row .feature-box.count-22 .text,
.bottom-key-features .row .feature-box.count-22 img {
  -webkit-transition-delay: 5500ms;
  -moz-transition-delay: 5500ms;
  -ms-transition-delay: 5500ms;
  -o-transition-delay: 5500ms;
  transition-delay: 5500ms;
}
.bottom-key-features .row .feature-box.count-23 .text,
.bottom-key-features .row .feature-box.count-23 img {
  -webkit-transition-delay: 5750ms;
  -moz-transition-delay: 5750ms;
  -ms-transition-delay: 5750ms;
  -o-transition-delay: 5750ms;
  transition-delay: 5750ms;
}
.bottom-key-features .row .feature-box.count-24 .text,
.bottom-key-features .row .feature-box.count-24 img {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}
.bottom-key-features .row .feature-box.count-25 .text,
.bottom-key-features .row .feature-box.count-25 img {
  -webkit-transition-delay: 6250ms;
  -moz-transition-delay: 6250ms;
  -ms-transition-delay: 6250ms;
  -o-transition-delay: 6250ms;
  transition-delay: 6250ms;
}
.bottom-key-features .row .feature-box.count-26 .text,
.bottom-key-features .row .feature-box.count-26 img {
  -webkit-transition-delay: 6500ms;
  -moz-transition-delay: 6500ms;
  -ms-transition-delay: 6500ms;
  -o-transition-delay: 6500ms;
  transition-delay: 6500ms;
}
.bottom-key-features .row .feature-box.count-27 .text,
.bottom-key-features .row .feature-box.count-27 img {
  -webkit-transition-delay: 6750ms;
  -moz-transition-delay: 6750ms;
  -ms-transition-delay: 6750ms;
  -o-transition-delay: 6750ms;
  transition-delay: 6750ms;
}
.bottom-key-features .row .feature-box.count-28 .text,
.bottom-key-features .row .feature-box.count-28 img {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -ms-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  transition-delay: 7000ms;
}
.bottom-key-features .row .feature-box.count-29 .text,
.bottom-key-features .row .feature-box.count-29 img {
  -webkit-transition-delay: 7250ms;
  -moz-transition-delay: 7250ms;
  -ms-transition-delay: 7250ms;
  -o-transition-delay: 7250ms;
  transition-delay: 7250ms;
}
.bottom-key-features .row .feature-box.count-30 .text,
.bottom-key-features .row .feature-box.count-30 img {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}
.bottom-key-features .row .feature-box.count-31 .text,
.bottom-key-features .row .feature-box.count-31 img {
  -webkit-transition-delay: 7750ms;
  -moz-transition-delay: 7750ms;
  -ms-transition-delay: 7750ms;
  -o-transition-delay: 7750ms;
  transition-delay: 7750ms;
}
.bottom-key-features .row .feature-box.count-32 .text,
.bottom-key-features .row .feature-box.count-32 img {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -ms-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}
.bottom-key-features .row .feature-box.count-33 .text,
.bottom-key-features .row .feature-box.count-33 img {
  -webkit-transition-delay: 8250ms;
  -moz-transition-delay: 8250ms;
  -ms-transition-delay: 8250ms;
  -o-transition-delay: 8250ms;
  transition-delay: 8250ms;
}
.bottom-key-features .row .feature-box.count-34 .text,
.bottom-key-features .row .feature-box.count-34 img {
  -webkit-transition-delay: 8500ms;
  -moz-transition-delay: 8500ms;
  -ms-transition-delay: 8500ms;
  -o-transition-delay: 8500ms;
  transition-delay: 8500ms;
}
.bottom-key-features .row .feature-box.count-35 .text,
.bottom-key-features .row .feature-box.count-35 img {
  -webkit-transition-delay: 8750ms;
  -moz-transition-delay: 8750ms;
  -ms-transition-delay: 8750ms;
  -o-transition-delay: 8750ms;
  transition-delay: 8750ms;
}
.bottom-key-features .row .feature-box.count-36 .text,
.bottom-key-features .row .feature-box.count-36 img {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}
.bottom-key-features .row .feature-box.count-37 .text,
.bottom-key-features .row .feature-box.count-37 img {
  -webkit-transition-delay: 9250ms;
  -moz-transition-delay: 9250ms;
  -ms-transition-delay: 9250ms;
  -o-transition-delay: 9250ms;
  transition-delay: 9250ms;
}
.bottom-key-features .row .feature-box.count-38 .text,
.bottom-key-features .row .feature-box.count-38 img {
  -webkit-transition-delay: 9500ms;
  -moz-transition-delay: 9500ms;
  -ms-transition-delay: 9500ms;
  -o-transition-delay: 9500ms;
  transition-delay: 9500ms;
}
.bottom-key-features .row .feature-box.count-39 .text,
.bottom-key-features .row .feature-box.count-39 img {
  -webkit-transition-delay: 9750ms;
  -moz-transition-delay: 9750ms;
  -ms-transition-delay: 9750ms;
  -o-transition-delay: 9750ms;
  transition-delay: 9750ms;
}
.bottom-key-features .row .feature-box.count-40 .text,
.bottom-key-features .row .feature-box.count-40 img {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -ms-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}
.bottom-key-features .row .feature-box.count-41 .text,
.bottom-key-features .row .feature-box.count-41 img {
  -webkit-transition-delay: 10250ms;
  -moz-transition-delay: 10250ms;
  -ms-transition-delay: 10250ms;
  -o-transition-delay: 10250ms;
  transition-delay: 10250ms;
}
.bottom-key-features .row .feature-box.count-42 .text,
.bottom-key-features .row .feature-box.count-42 img {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -ms-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}
.bottom-key-features .row .feature-box.count-43 .text,
.bottom-key-features .row .feature-box.count-43 img {
  -webkit-transition-delay: 10750ms;
  -moz-transition-delay: 10750ms;
  -ms-transition-delay: 10750ms;
  -o-transition-delay: 10750ms;
  transition-delay: 10750ms;
}
.bottom-key-features .row .feature-box.count-44 .text,
.bottom-key-features .row .feature-box.count-44 img {
  -webkit-transition-delay: 11000ms;
  -moz-transition-delay: 11000ms;
  -ms-transition-delay: 11000ms;
  -o-transition-delay: 11000ms;
  transition-delay: 11000ms;
}
.bottom-key-features .row .feature-box.count-45 .text,
.bottom-key-features .row .feature-box.count-45 img {
  -webkit-transition-delay: 11250ms;
  -moz-transition-delay: 11250ms;
  -ms-transition-delay: 11250ms;
  -o-transition-delay: 11250ms;
  transition-delay: 11250ms;
}
.bottom-key-features .row .feature-box.count-46 .text,
.bottom-key-features .row .feature-box.count-46 img {
  -webkit-transition-delay: 11500ms;
  -moz-transition-delay: 11500ms;
  -ms-transition-delay: 11500ms;
  -o-transition-delay: 11500ms;
  transition-delay: 11500ms;
}
.bottom-key-features .row .feature-box.count-47 .text,
.bottom-key-features .row .feature-box.count-47 img {
  -webkit-transition-delay: 11750ms;
  -moz-transition-delay: 11750ms;
  -ms-transition-delay: 11750ms;
  -o-transition-delay: 11750ms;
  transition-delay: 11750ms;
}
.bottom-key-features .row .feature-box.count-48 .text,
.bottom-key-features .row .feature-box.count-48 img {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}
.bottom-key-features .row .feature-box.count-49 .text,
.bottom-key-features .row .feature-box.count-49 img {
  -webkit-transition-delay: 12250ms;
  -moz-transition-delay: 12250ms;
  -ms-transition-delay: 12250ms;
  -o-transition-delay: 12250ms;
  transition-delay: 12250ms;
}
.bottom-key-features .row .feature-box.count-50 .text,
.bottom-key-features .row .feature-box.count-50 img {
  -webkit-transition-delay: 12500ms;
  -moz-transition-delay: 12500ms;
  -ms-transition-delay: 12500ms;
  -o-transition-delay: 12500ms;
  transition-delay: 12500ms;
}
.bottom-key-features .row .feature-box.count-51 .text,
.bottom-key-features .row .feature-box.count-51 img {
  -webkit-transition-delay: 12750ms;
  -moz-transition-delay: 12750ms;
  -ms-transition-delay: 12750ms;
  -o-transition-delay: 12750ms;
  transition-delay: 12750ms;
}
.bottom-key-features .row .feature-box.count-52 .text,
.bottom-key-features .row .feature-box.count-52 img {
  -webkit-transition-delay: 13000ms;
  -moz-transition-delay: 13000ms;
  -ms-transition-delay: 13000ms;
  -o-transition-delay: 13000ms;
  transition-delay: 13000ms;
}
.bottom-key-features .row .feature-box.count-53 .text,
.bottom-key-features .row .feature-box.count-53 img {
  -webkit-transition-delay: 13250ms;
  -moz-transition-delay: 13250ms;
  -ms-transition-delay: 13250ms;
  -o-transition-delay: 13250ms;
  transition-delay: 13250ms;
}
.bottom-key-features .row .feature-box.count-54 .text,
.bottom-key-features .row .feature-box.count-54 img {
  -webkit-transition-delay: 13500ms;
  -moz-transition-delay: 13500ms;
  -ms-transition-delay: 13500ms;
  -o-transition-delay: 13500ms;
  transition-delay: 13500ms;
}
.bottom-key-features .row .feature-box.count-55 .text,
.bottom-key-features .row .feature-box.count-55 img {
  -webkit-transition-delay: 13750ms;
  -moz-transition-delay: 13750ms;
  -ms-transition-delay: 13750ms;
  -o-transition-delay: 13750ms;
  transition-delay: 13750ms;
}
.bottom-key-features .row .feature-box.count-56 .text,
.bottom-key-features .row .feature-box.count-56 img {
  -webkit-transition-delay: 14000ms;
  -moz-transition-delay: 14000ms;
  -ms-transition-delay: 14000ms;
  -o-transition-delay: 14000ms;
  transition-delay: 14000ms;
}
.bottom-key-features .row .feature-box.count-57 .text,
.bottom-key-features .row .feature-box.count-57 img {
  -webkit-transition-delay: 14250ms;
  -moz-transition-delay: 14250ms;
  -ms-transition-delay: 14250ms;
  -o-transition-delay: 14250ms;
  transition-delay: 14250ms;
}
.bottom-key-features .row .feature-box.count-58 .text,
.bottom-key-features .row .feature-box.count-58 img {
  -webkit-transition-delay: 14500ms;
  -moz-transition-delay: 14500ms;
  -ms-transition-delay: 14500ms;
  -o-transition-delay: 14500ms;
  transition-delay: 14500ms;
}
.bottom-key-features .row .feature-box.count-59 .text,
.bottom-key-features .row .feature-box.count-59 img {
  -webkit-transition-delay: 14750ms;
  -moz-transition-delay: 14750ms;
  -ms-transition-delay: 14750ms;
  -o-transition-delay: 14750ms;
  transition-delay: 14750ms;
}
.bottom-key-features .row .feature-box.count-60 .text,
.bottom-key-features .row .feature-box.count-60 img {
  -webkit-transition-delay: 15000ms;
  -moz-transition-delay: 15000ms;
  -ms-transition-delay: 15000ms;
  -o-transition-delay: 15000ms;
  transition-delay: 15000ms;
}
.bottom-key-features .row .feature-box.count-61 .text,
.bottom-key-features .row .feature-box.count-61 img {
  -webkit-transition-delay: 15250ms;
  -moz-transition-delay: 15250ms;
  -ms-transition-delay: 15250ms;
  -o-transition-delay: 15250ms;
  transition-delay: 15250ms;
}
.bottom-key-features .row .feature-box.count-62 .text,
.bottom-key-features .row .feature-box.count-62 img {
  -webkit-transition-delay: 15500ms;
  -moz-transition-delay: 15500ms;
  -ms-transition-delay: 15500ms;
  -o-transition-delay: 15500ms;
  transition-delay: 15500ms;
}
.bottom-key-features .row .feature-box.count-63 .text,
.bottom-key-features .row .feature-box.count-63 img {
  -webkit-transition-delay: 15750ms;
  -moz-transition-delay: 15750ms;
  -ms-transition-delay: 15750ms;
  -o-transition-delay: 15750ms;
  transition-delay: 15750ms;
}
.bottom-key-features .row .feature-box.count-64 .text,
.bottom-key-features .row .feature-box.count-64 img {
  -webkit-transition-delay: 16000ms;
  -moz-transition-delay: 16000ms;
  -ms-transition-delay: 16000ms;
  -o-transition-delay: 16000ms;
  transition-delay: 16000ms;
}
.bottom-key-features .row .feature-box.count-65 .text,
.bottom-key-features .row .feature-box.count-65 img {
  -webkit-transition-delay: 16250ms;
  -moz-transition-delay: 16250ms;
  -ms-transition-delay: 16250ms;
  -o-transition-delay: 16250ms;
  transition-delay: 16250ms;
}
.bottom-key-features .row .feature-box.count-66 .text,
.bottom-key-features .row .feature-box.count-66 img {
  -webkit-transition-delay: 16500ms;
  -moz-transition-delay: 16500ms;
  -ms-transition-delay: 16500ms;
  -o-transition-delay: 16500ms;
  transition-delay: 16500ms;
}
.bottom-key-features .row .feature-box.count-67 .text,
.bottom-key-features .row .feature-box.count-67 img {
  -webkit-transition-delay: 16750ms;
  -moz-transition-delay: 16750ms;
  -ms-transition-delay: 16750ms;
  -o-transition-delay: 16750ms;
  transition-delay: 16750ms;
}
.bottom-key-features .row .feature-box.count-68 .text,
.bottom-key-features .row .feature-box.count-68 img {
  -webkit-transition-delay: 17000ms;
  -moz-transition-delay: 17000ms;
  -ms-transition-delay: 17000ms;
  -o-transition-delay: 17000ms;
  transition-delay: 17000ms;
}
.bottom-key-features .row .feature-box.count-69 .text,
.bottom-key-features .row .feature-box.count-69 img {
  -webkit-transition-delay: 17250ms;
  -moz-transition-delay: 17250ms;
  -ms-transition-delay: 17250ms;
  -o-transition-delay: 17250ms;
  transition-delay: 17250ms;
}
.bottom-key-features .row .feature-box.count-70 .text,
.bottom-key-features .row .feature-box.count-70 img {
  -webkit-transition-delay: 17500ms;
  -moz-transition-delay: 17500ms;
  -ms-transition-delay: 17500ms;
  -o-transition-delay: 17500ms;
  transition-delay: 17500ms;
}
.bottom-key-features .row .feature-box.count-71 .text,
.bottom-key-features .row .feature-box.count-71 img {
  -webkit-transition-delay: 17750ms;
  -moz-transition-delay: 17750ms;
  -ms-transition-delay: 17750ms;
  -o-transition-delay: 17750ms;
  transition-delay: 17750ms;
}
.bottom-key-features .row .feature-box.count-72 .text,
.bottom-key-features .row .feature-box.count-72 img {
  -webkit-transition-delay: 18000ms;
  -moz-transition-delay: 18000ms;
  -ms-transition-delay: 18000ms;
  -o-transition-delay: 18000ms;
  transition-delay: 18000ms;
}
.bottom-key-features .row .feature-box.count-73 .text,
.bottom-key-features .row .feature-box.count-73 img {
  -webkit-transition-delay: 18250ms;
  -moz-transition-delay: 18250ms;
  -ms-transition-delay: 18250ms;
  -o-transition-delay: 18250ms;
  transition-delay: 18250ms;
}
.bottom-key-features .row .feature-box.count-74 .text,
.bottom-key-features .row .feature-box.count-74 img {
  -webkit-transition-delay: 18500ms;
  -moz-transition-delay: 18500ms;
  -ms-transition-delay: 18500ms;
  -o-transition-delay: 18500ms;
  transition-delay: 18500ms;
}
.bottom-key-features .row .feature-box.count-75 .text,
.bottom-key-features .row .feature-box.count-75 img {
  -webkit-transition-delay: 18750ms;
  -moz-transition-delay: 18750ms;
  -ms-transition-delay: 18750ms;
  -o-transition-delay: 18750ms;
  transition-delay: 18750ms;
}
.bottom-key-features .row .feature-box.count-76 .text,
.bottom-key-features .row .feature-box.count-76 img {
  -webkit-transition-delay: 19000ms;
  -moz-transition-delay: 19000ms;
  -ms-transition-delay: 19000ms;
  -o-transition-delay: 19000ms;
  transition-delay: 19000ms;
}
.bottom-key-features .row .feature-box.count-77 .text,
.bottom-key-features .row .feature-box.count-77 img {
  -webkit-transition-delay: 19250ms;
  -moz-transition-delay: 19250ms;
  -ms-transition-delay: 19250ms;
  -o-transition-delay: 19250ms;
  transition-delay: 19250ms;
}
.bottom-key-features .row .feature-box.count-78 .text,
.bottom-key-features .row .feature-box.count-78 img {
  -webkit-transition-delay: 19500ms;
  -moz-transition-delay: 19500ms;
  -ms-transition-delay: 19500ms;
  -o-transition-delay: 19500ms;
  transition-delay: 19500ms;
}
.bottom-key-features .row .feature-box.count-79 .text,
.bottom-key-features .row .feature-box.count-79 img {
  -webkit-transition-delay: 19750ms;
  -moz-transition-delay: 19750ms;
  -ms-transition-delay: 19750ms;
  -o-transition-delay: 19750ms;
  transition-delay: 19750ms;
}
.bottom-key-features .row .feature-box.count-80 .text,
.bottom-key-features .row .feature-box.count-80 img {
  -webkit-transition-delay: 20000ms;
  -moz-transition-delay: 20000ms;
  -ms-transition-delay: 20000ms;
  -o-transition-delay: 20000ms;
  transition-delay: 20000ms;
}
.bottom-key-features .row .feature-box.count-81 .text,
.bottom-key-features .row .feature-box.count-81 img {
  -webkit-transition-delay: 20250ms;
  -moz-transition-delay: 20250ms;
  -ms-transition-delay: 20250ms;
  -o-transition-delay: 20250ms;
  transition-delay: 20250ms;
}
.bottom-key-features .row .feature-box.count-82 .text,
.bottom-key-features .row .feature-box.count-82 img {
  -webkit-transition-delay: 20500ms;
  -moz-transition-delay: 20500ms;
  -ms-transition-delay: 20500ms;
  -o-transition-delay: 20500ms;
  transition-delay: 20500ms;
}
.bottom-key-features .row .feature-box.count-83 .text,
.bottom-key-features .row .feature-box.count-83 img {
  -webkit-transition-delay: 20750ms;
  -moz-transition-delay: 20750ms;
  -ms-transition-delay: 20750ms;
  -o-transition-delay: 20750ms;
  transition-delay: 20750ms;
}
.bottom-key-features .row .feature-box.count-84 .text,
.bottom-key-features .row .feature-box.count-84 img {
  -webkit-transition-delay: 21000ms;
  -moz-transition-delay: 21000ms;
  -ms-transition-delay: 21000ms;
  -o-transition-delay: 21000ms;
  transition-delay: 21000ms;
}
.bottom-key-features .row .feature-box.count-85 .text,
.bottom-key-features .row .feature-box.count-85 img {
  -webkit-transition-delay: 21250ms;
  -moz-transition-delay: 21250ms;
  -ms-transition-delay: 21250ms;
  -o-transition-delay: 21250ms;
  transition-delay: 21250ms;
}
.bottom-key-features .row .feature-box.count-86 .text,
.bottom-key-features .row .feature-box.count-86 img {
  -webkit-transition-delay: 21500ms;
  -moz-transition-delay: 21500ms;
  -ms-transition-delay: 21500ms;
  -o-transition-delay: 21500ms;
  transition-delay: 21500ms;
}
.bottom-key-features .row .feature-box.count-87 .text,
.bottom-key-features .row .feature-box.count-87 img {
  -webkit-transition-delay: 21750ms;
  -moz-transition-delay: 21750ms;
  -ms-transition-delay: 21750ms;
  -o-transition-delay: 21750ms;
  transition-delay: 21750ms;
}
.bottom-key-features .row .feature-box.count-88 .text,
.bottom-key-features .row .feature-box.count-88 img {
  -webkit-transition-delay: 22000ms;
  -moz-transition-delay: 22000ms;
  -ms-transition-delay: 22000ms;
  -o-transition-delay: 22000ms;
  transition-delay: 22000ms;
}
.bottom-key-features .row .feature-box.count-89 .text,
.bottom-key-features .row .feature-box.count-89 img {
  -webkit-transition-delay: 22250ms;
  -moz-transition-delay: 22250ms;
  -ms-transition-delay: 22250ms;
  -o-transition-delay: 22250ms;
  transition-delay: 22250ms;
}
.bottom-key-features .row .feature-box.count-90 .text,
.bottom-key-features .row .feature-box.count-90 img {
  -webkit-transition-delay: 22500ms;
  -moz-transition-delay: 22500ms;
  -ms-transition-delay: 22500ms;
  -o-transition-delay: 22500ms;
  transition-delay: 22500ms;
}
.bottom-key-features .row .feature-box img {
  max-width: 165px;
  max-height: 100px;
  margin: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1250px) {
  .bottom-key-features .row .feature-box img {
    margin: auto;
    width: 170px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-key-features .row .feature-box img {
    width: auto;
    margin-bottom: 30px;
  }
}
.bottom-key-features .row .feature-box .text,
.bottom-key-features .row .feature-box img {
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  -ms-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-transform: translateY(75px);
  -moz-transform: translateY(75px);
  -ms-transform: translateY(75px);
  -o-transform: translateY(75px);
  transform: translateY(75px);
  opacity: 0;
}
@media only screen and (max-width: 1250px) {
  .bottom-key-features .row .feature-box .text,
  .bottom-key-features .row .feature-box img {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-key-features .row .feature-box .text,
  .bottom-key-features .row .feature-box img {
    display: block;
  }
}
.bottom-key-features .row .feature-box .text p,
.bottom-key-features .row .feature-box .text .split-form .showrooms li,
.split-form .showrooms .bottom-key-features .row .feature-box .text li,
.bottom-key-features .row .feature-box img p,
.bottom-key-features .row .feature-box img .split-form .showrooms li,
.split-form .showrooms .bottom-key-features .row .feature-box img li {
  margin: 0;
}
.bottom-key-features .row .feature-box img {
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -o-transform: translateY(-75px);
  transform: translateY(-75px);
}
@media only screen and (max-width: 1250px) {
  .bottom-key-features .row .feature-box .text {
    text-align: left;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-key-features .row .feature-box .text {
    text-align: center;
    padding: 0;
  }
}
.form-section {
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .form-section {
    display: inline-block;
  }
}
.form-section #map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  cursor: default;
}
@media only screen and (max-width: 1250px) {
  .form-section #map {
    display: none;
  }
}
.form-section #map * {
  cursor: default;
}
.form-section .container-small {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.form-section .form {
  width: 50%;
}
@media only screen and (max-width: 1250px) {
  .form-section .form {
    width: 100%;
    display: inline-block;
  }
}
.page-id-19 .form-section .form {
  background: #f9f9f9;
}
.form-section .form .inner-container {
  max-width: 720px;
  margin: auto;
}
@media only screen and (max-width: 1800px) {
  .form-section .form .inner-container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .form-section .form .inner-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .form-section .form .inner-container {
    padding: 0 15px;
  }
}
.form-section .form h4,
.form-section .form .additional-content h3,
.additional-content .form-section .form h3 {
  color: #101010;
  margin-bottom: 30px;
}
.form-section .form .details {
  background: #041515;
  padding: 40px 60px;
  overflow: hidden;
  margin-top: 65px;
}
@media only screen and (max-width: 720px) {
  .form-section .form .details {
    padding: 25px 35px;
    margin-top: 50px;
  }
}
.form-section .form .details h4,
.form-section .form .details .additional-content h3,
.additional-content .form-section .form .details h3 {
  color: #fff;
  margin-bottom: 20px;
}
.form-section .form .details ul {
  margin: 0;
  display: block;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 520px) {
  .form-section .form .details ul {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 520px) {
  .form-section .form .details ul:first-of-type {
    margin-bottom: 15px;
  }
}
.form-section .form .details ul a:hover {
  color: #00b9b5;
}
.form-section .map {
  width: 50%;
  background: #333;
  cursor: default;
}
@media only screen and (max-width: 1250px) {
  .form-section .map {
    display: none;
  }
}
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
  display: none !important;
}
.gmnoprint:not(.gm-bundled-control),
.gm-style-cc {
  display: none;
}
.gm-bundled-control .gmnoprint {
  display: block;
}
.map-address-overlay {
  padding: 30px 45px;
  position: absolute;
  top: 55%;
  left: 75%;
  width: 390px;
  background: #00b9b5;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-box-shadow: 0 0 20px -7px #041515;
  -moz-box-shadow: 0 0 20px -7px #041515;
  -ms-box-shadow: 0 0 20px -7px #041515;
  -o-box-shadow: 0 0 20px -7px #041515;
  box-shadow: 0 0 20px -7px #041515;
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
}
@media only screen and (max-width: 1250px) {
  .map-address-overlay {
    display: block;
    width: 50%;
    float: left;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 850px) {
  .map-address-overlay {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 800px) {
  .map-address-overlay {
    width: 100%;
    float: none;
  }
}
.map-address-overlay.visible {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
@media only screen and (max-width: 1250px) {
  .map-address-overlay.visible {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.map-address-overlay:last-of-type {
  top: 19%;
  left: 79%;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
@media only screen and (max-width: 1250px) {
  .map-address-overlay:last-of-type {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: #00afab;
  }
}
.page-id-19 .map-address-overlay:last-of-type {
  top: 12%;
}
@media only screen and (max-width: 1250px) {
  .map-address-overlay .block {
    max-width: 320px;
  }
}
@media only screen and (max-width: 800px) {
  .map-address-overlay .block {
    max-width: 100%;
  }
}
.map-address-overlay h4,
.map-address-overlay .additional-content h3,
.additional-content .map-address-overlay h3 {
  font-size: 24px;
}
.map-address-overlay ul {
  margin: 0;
}
.map-address-overlay ul li {
  display: inline-block;
}
.map-address-overlay .btn-clear {
  margin-top: 15px;
}
.map-address-overlay .btn-clear:hover {
  color: #041515;
}
.map-address-overlay .btn-clear:hover:before {
  border-color: #041515;
  background: #041515;
}
.split-form h3,
.split-form p,
.split-form .showrooms li,
.split-form li,
.split-form h4,
.split-form .additional-content h3,
.additional-content .split-form h3 {
  color: #101010;
}
.split-form.visible .form,
.split-form.visible .showrooms {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.split-form .form {
  width: 50%;
  padding-right: 100px;
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  -o-transform: translateX(-150px);
  transform: translateX(-150px);
  opacity: 0;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
}
@media only screen and (max-width: 1500px) {
  .split-form .form {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .split-form .form {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.split-form .form p.intro {
  color: #363636;
  margin-bottom: 30px;
}
.split-form .showrooms {
  width: 50%;
  padding-left: 100px;
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  -o-transform: translateX(150px);
  transform: translateX(150px);
  opacity: 0;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
}
@media only screen and (max-width: 1500px) {
  .split-form .showrooms {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .split-form .showrooms {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
}
.split-form .showrooms h3 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1250px) {
  .split-form .showrooms h3 {
    margin-bottom: 25px;
  }
}
.split-form .showrooms .block {
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .split-form .showrooms .block {
    margin-bottom: 35px;
  }
}
.split-form .showrooms .block:last-of-type {
  margin: 0;
}
.split-form .showrooms .block .image {
  width: 240px;
  height: 165px;
  position: relative;
  overflow: hidden;
  float: left;
  background: #f7f7f7;
}
@media only screen and (max-width: 1350px) {
  .split-form .showrooms .block .image {
    width: 180px;
    height: 130px;
  }
}
@media only screen and (max-width: 600px) {
  .split-form .showrooms .block .image {
    width: 100%;
    float: none;
    display: none;
  }
}
.split-form .showrooms .block .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.split-form .showrooms .block .image img.loaded {
  opacity: 1;
}
.split-form .showrooms .block .text {
  width: calc(100% - 240px);
  float: right;
  padding: 15px 0 0 40px;
}
@media only screen and (max-width: 1350px) {
  .split-form .showrooms .block .text {
    width: calc(100% - 180px);
    padding: 5px 0 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .split-form .showrooms .block .text {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .split-form .showrooms .block .text ul {
    margin-bottom: 10px;
  }
}
.split-form .showrooms li {
  list-style: none;
  display: inline-block;
  margin: 0;
  margin-right: 4px;
}
.split-form .showrooms a {
  color: #101010;
}
.split-form .showrooms a:before {
  border-color: #101010;
}
.split-form .showrooms a:hover {
  color: #00b9b5;
}
.split-form .showrooms a:hover:before {
  border-color: #00b9b5;
}
.footer {
  background: #041515;
}
.footer h4,
.footer .additional-content h3,
.additional-content .footer h3 {
  margin-bottom: 25px;
  font-weight: 300;
}
.footer.visible .about,
.footer.visible .news,
.footer.visible .address {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.footer .about {
  width: 520px;
  padding-right: 150px;
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
}
@media only screen and (max-width: 1550px) {
  .footer .about {
    width: 460px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  .footer .about {
    width: calc(100% - 200px);
    padding-right: 70px;
  }
}
@media only screen and (max-width: 720px) {
  .footer .about {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}
.footer .news {
  padding-right: 200px;
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 1550px) {
  .footer .news {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1150px) {
  .footer .news {
    display: none;
  }
}
.footer .address {
  width: 200px;
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition: 1.25s ease;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media only screen and (max-width: 720px) {
  .footer .address {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.footer .address a:hover {
  color: #00b9b5;
}
.footer .address li {
  margin-bottom: 10px;
}
.footer .address .contact-details {
  margin-top: 35px;
}
.social-icons .fa {
  font-size: 25px;
  margin-right: 10px;
}
.photo-credit {
  background: #041515;
  text-align: center;
  padding-bottom: 40px;
}
.photo-credit p,
.photo-credit .split-form .showrooms li,
.split-form .showrooms .photo-credit li {
  margin: 0;
}
.footer .news a {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1400px) {
  .footer .news a {
    margin-bottom: 20px;
  }
}
.footer .news a:hover .btn,
.footer .news a:hover p,
.footer .news a:hover .split-form .showrooms li,
.split-form .showrooms .footer .news a:hover li {
  color: #00b9b5;
}
.footer .news a:hover .btn:before,
.footer .news a:hover p:before {
  background: #00b9b5;
  border-color: #00b9b5;
}
.footer .news a:hover .image img {
  opacity: 0.75;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.footer .news a:last-of-type {
  margin: 0;
}
.footer .news a .text {
  padding-right: 30px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .footer .news a .text {
    padding: 0;
  }
}
.footer .news a .text p,
.footer .news a .text .split-form .showrooms li,
.split-form .showrooms .footer .news a .text li {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .news a .image {
  width: 200px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 1400px) {
  .footer .news a .image {
    display: none;
  }
}
.footer .news a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bottom-footer {
  background: #041515;
  overflow: hidden;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1350px) {
  .bottom-footer {
    border: 0;
    position: relative;
  }
  .bottom-footer:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 91px;
    left: 50%;
    width: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 720px) {
  .bottom-footer:before {
    bottom: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-footer:before {
    display: none;
  }
}
.bottom-footer p,
.bottom-footer .split-form .showrooms li,
.split-form .showrooms .bottom-footer li,
.bottom-footer a {
  line-height: 90px;
  border-right: 1px solid #fff;
  float: left;
  padding: 0 70px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}
@media only screen and (max-width: 1350px) {
  .bottom-footer p,
  .bottom-footer .split-form .showrooms li,
  .split-form .showrooms .bottom-footer li,
  .bottom-footer a {
    padding: 0 20px;
    text-align: center;
    width: 50%;
    float: left;
    border: 0;
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 720px) {
  .bottom-footer p,
  .bottom-footer .split-form .showrooms li,
  .split-form .showrooms .bottom-footer li,
  .bottom-footer a {
    line-height: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-footer p,
  .bottom-footer .split-form .showrooms li,
  .split-form .showrooms .bottom-footer li,
  .bottom-footer a {
    width: 100%;
    display: block;
    float: none;
  }
}
.bottom-footer p.right,
.bottom-footer a.right {
  float: right;
  border-right: 0;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1350px) {
  .bottom-footer p.right,
  .bottom-footer a.right {
    float: right;
    border-left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-footer p.right,
  .bottom-footer a.right {
    float: none;
  }
}
@media only screen and (max-width: 1350px) {
  .bottom-footer p.right:last-of-type,
  .bottom-footer a.right:last-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .bottom-footer p.right:last-of-type,
  .bottom-footer a.right:last-of-type {
    line-height: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-footer p.right:last-of-type,
  .bottom-footer a.right:last-of-type {
    width: 100%;
    display: block;
    float: none;
  }
}
.bottom-footer a:hover {
  background: #00b9b5;
}
.seasonal-opening-hours {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 15px 0;
  background: #041515;
  text-align: center;
}
.seasonal-opening-hours p,
.seasonal-opening-hours .split-form .showrooms li,
.split-form .showrooms .seasonal-opening-hours li {
  margin: 0;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
.social-share-buttons {
  position: fixed;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  .social-share-buttons {
    top: inherit;
    bottom: 10px;
    right: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.social-share-buttons.reveal a {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.social-share-buttons a {
  display: block;
  background: #00b9b5;
  width: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 500px;
  -webkit-box-shadow: 0 0 20px -7px #000;
  -moz-box-shadow: 0 0 20px -7px #000;
  -ms-box-shadow: 0 0 20px -7px #000;
  -o-box-shadow: 0 0 20px -7px #000;
  box-shadow: 0 0 20px -7px #000;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition:
    transform 0.5s ease,
    background 0.3s ease;
  -moz-transition:
    transform 0.5s ease,
    background 0.3s ease;
  -ms-transition:
    transform 0.5s ease,
    background 0.3s ease;
  -o-transition:
    transform 0.5s ease,
    background 0.3s ease;
  transition:
    transform 0.5s ease,
    background 0.3s ease;
}
@media only screen and (max-width: 850px) {
  .social-share-buttons a {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@media only screen and (max-width: 400px) {
  .social-share-buttons a {
    width: 40px;
    line-height: 40px;
  }
}
.social-share-buttons a:nth-of-type(1) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.social-share-buttons a:nth-of-type(2) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.social-share-buttons a:nth-of-type(3) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.social-share-buttons a:nth-of-type(4) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.social-share-buttons a:nth-of-type(5) {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.social-share-buttons a:nth-of-type(6) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
.social-share-buttons a:nth-of-type(7) {
  -webkit-transition-delay: 1050ms;
  -moz-transition-delay: 1050ms;
  -ms-transition-delay: 1050ms;
  -o-transition-delay: 1050ms;
  transition-delay: 1050ms;
}
.social-share-buttons a:nth-of-type(8) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.social-share-buttons a:nth-of-type(9) {
  -webkit-transition-delay: 1350ms;
  -moz-transition-delay: 1350ms;
  -ms-transition-delay: 1350ms;
  -o-transition-delay: 1350ms;
  transition-delay: 1350ms;
}
.social-share-buttons a:nth-of-type(10) {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.social-share-buttons a:nth-of-type(11) {
  -webkit-transition-delay: 1650ms;
  -moz-transition-delay: 1650ms;
  -ms-transition-delay: 1650ms;
  -o-transition-delay: 1650ms;
  transition-delay: 1650ms;
}
.social-share-buttons a:nth-of-type(12) {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.social-share-buttons a:nth-of-type(13) {
  -webkit-transition-delay: 1950ms;
  -moz-transition-delay: 1950ms;
  -ms-transition-delay: 1950ms;
  -o-transition-delay: 1950ms;
  transition-delay: 1950ms;
}
.social-share-buttons a:nth-of-type(14) {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.social-share-buttons a:nth-of-type(15) {
  -webkit-transition-delay: 2250ms;
  -moz-transition-delay: 2250ms;
  -ms-transition-delay: 2250ms;
  -o-transition-delay: 2250ms;
  transition-delay: 2250ms;
}
.social-share-buttons a:nth-of-type(16) {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms;
  -o-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
.social-share-buttons a:nth-of-type(17) {
  -webkit-transition-delay: 2550ms;
  -moz-transition-delay: 2550ms;
  -ms-transition-delay: 2550ms;
  -o-transition-delay: 2550ms;
  transition-delay: 2550ms;
}
.social-share-buttons a:nth-of-type(18) {
  -webkit-transition-delay: 2700ms;
  -moz-transition-delay: 2700ms;
  -ms-transition-delay: 2700ms;
  -o-transition-delay: 2700ms;
  transition-delay: 2700ms;
}
.social-share-buttons a:nth-of-type(19) {
  -webkit-transition-delay: 2850ms;
  -moz-transition-delay: 2850ms;
  -ms-transition-delay: 2850ms;
  -o-transition-delay: 2850ms;
  transition-delay: 2850ms;
}
.social-share-buttons a:nth-of-type(20) {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -ms-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
.social-share-buttons a:nth-of-type(21) {
  -webkit-transition-delay: 3150ms;
  -moz-transition-delay: 3150ms;
  -ms-transition-delay: 3150ms;
  -o-transition-delay: 3150ms;
  transition-delay: 3150ms;
}
.social-share-buttons a:nth-of-type(22) {
  -webkit-transition-delay: 3300ms;
  -moz-transition-delay: 3300ms;
  -ms-transition-delay: 3300ms;
  -o-transition-delay: 3300ms;
  transition-delay: 3300ms;
}
.social-share-buttons a:nth-of-type(23) {
  -webkit-transition-delay: 3450ms;
  -moz-transition-delay: 3450ms;
  -ms-transition-delay: 3450ms;
  -o-transition-delay: 3450ms;
  transition-delay: 3450ms;
}
.social-share-buttons a:nth-of-type(24) {
  -webkit-transition-delay: 3600ms;
  -moz-transition-delay: 3600ms;
  -ms-transition-delay: 3600ms;
  -o-transition-delay: 3600ms;
  transition-delay: 3600ms;
}
.social-share-buttons a:nth-of-type(25) {
  -webkit-transition-delay: 3750ms;
  -moz-transition-delay: 3750ms;
  -ms-transition-delay: 3750ms;
  -o-transition-delay: 3750ms;
  transition-delay: 3750ms;
}
.social-share-buttons a:nth-of-type(26) {
  -webkit-transition-delay: 3900ms;
  -moz-transition-delay: 3900ms;
  -ms-transition-delay: 3900ms;
  -o-transition-delay: 3900ms;
  transition-delay: 3900ms;
}
.social-share-buttons a:nth-of-type(27) {
  -webkit-transition-delay: 4050ms;
  -moz-transition-delay: 4050ms;
  -ms-transition-delay: 4050ms;
  -o-transition-delay: 4050ms;
  transition-delay: 4050ms;
}
.social-share-buttons a:nth-of-type(28) {
  -webkit-transition-delay: 4200ms;
  -moz-transition-delay: 4200ms;
  -ms-transition-delay: 4200ms;
  -o-transition-delay: 4200ms;
  transition-delay: 4200ms;
}
.social-share-buttons a:nth-of-type(29) {
  -webkit-transition-delay: 4350ms;
  -moz-transition-delay: 4350ms;
  -ms-transition-delay: 4350ms;
  -o-transition-delay: 4350ms;
  transition-delay: 4350ms;
}
.social-share-buttons a:nth-of-type(30) {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -ms-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}
.social-share-buttons a:nth-of-type(31) {
  -webkit-transition-delay: 4650ms;
  -moz-transition-delay: 4650ms;
  -ms-transition-delay: 4650ms;
  -o-transition-delay: 4650ms;
  transition-delay: 4650ms;
}
.social-share-buttons a:nth-of-type(32) {
  -webkit-transition-delay: 4800ms;
  -moz-transition-delay: 4800ms;
  -ms-transition-delay: 4800ms;
  -o-transition-delay: 4800ms;
  transition-delay: 4800ms;
}
.social-share-buttons a:nth-of-type(33) {
  -webkit-transition-delay: 4950ms;
  -moz-transition-delay: 4950ms;
  -ms-transition-delay: 4950ms;
  -o-transition-delay: 4950ms;
  transition-delay: 4950ms;
}
.social-share-buttons a:nth-of-type(34) {
  -webkit-transition-delay: 5100ms;
  -moz-transition-delay: 5100ms;
  -ms-transition-delay: 5100ms;
  -o-transition-delay: 5100ms;
  transition-delay: 5100ms;
}
.social-share-buttons a:nth-of-type(35) {
  -webkit-transition-delay: 5250ms;
  -moz-transition-delay: 5250ms;
  -ms-transition-delay: 5250ms;
  -o-transition-delay: 5250ms;
  transition-delay: 5250ms;
}
.social-share-buttons a:nth-of-type(36) {
  -webkit-transition-delay: 5400ms;
  -moz-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  transition-delay: 5400ms;
}
.social-share-buttons a:nth-of-type(37) {
  -webkit-transition-delay: 5550ms;
  -moz-transition-delay: 5550ms;
  -ms-transition-delay: 5550ms;
  -o-transition-delay: 5550ms;
  transition-delay: 5550ms;
}
.social-share-buttons a:nth-of-type(38) {
  -webkit-transition-delay: 5700ms;
  -moz-transition-delay: 5700ms;
  -ms-transition-delay: 5700ms;
  -o-transition-delay: 5700ms;
  transition-delay: 5700ms;
}
.social-share-buttons a:nth-of-type(39) {
  -webkit-transition-delay: 5850ms;
  -moz-transition-delay: 5850ms;
  -ms-transition-delay: 5850ms;
  -o-transition-delay: 5850ms;
  transition-delay: 5850ms;
}
.social-share-buttons a:nth-of-type(40) {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -ms-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}
.social-share-buttons a:nth-of-type(41) {
  -webkit-transition-delay: 6150ms;
  -moz-transition-delay: 6150ms;
  -ms-transition-delay: 6150ms;
  -o-transition-delay: 6150ms;
  transition-delay: 6150ms;
}
.social-share-buttons a:nth-of-type(42) {
  -webkit-transition-delay: 6300ms;
  -moz-transition-delay: 6300ms;
  -ms-transition-delay: 6300ms;
  -o-transition-delay: 6300ms;
  transition-delay: 6300ms;
}
.social-share-buttons a:nth-of-type(43) {
  -webkit-transition-delay: 6450ms;
  -moz-transition-delay: 6450ms;
  -ms-transition-delay: 6450ms;
  -o-transition-delay: 6450ms;
  transition-delay: 6450ms;
}
.social-share-buttons a:nth-of-type(44) {
  -webkit-transition-delay: 6600ms;
  -moz-transition-delay: 6600ms;
  -ms-transition-delay: 6600ms;
  -o-transition-delay: 6600ms;
  transition-delay: 6600ms;
}
.social-share-buttons a:nth-of-type(45) {
  -webkit-transition-delay: 6750ms;
  -moz-transition-delay: 6750ms;
  -ms-transition-delay: 6750ms;
  -o-transition-delay: 6750ms;
  transition-delay: 6750ms;
}
.social-share-buttons a:nth-of-type(46) {
  -webkit-transition-delay: 6900ms;
  -moz-transition-delay: 6900ms;
  -ms-transition-delay: 6900ms;
  -o-transition-delay: 6900ms;
  transition-delay: 6900ms;
}
.social-share-buttons a:nth-of-type(47) {
  -webkit-transition-delay: 7050ms;
  -moz-transition-delay: 7050ms;
  -ms-transition-delay: 7050ms;
  -o-transition-delay: 7050ms;
  transition-delay: 7050ms;
}
.social-share-buttons a:nth-of-type(48) {
  -webkit-transition-delay: 7200ms;
  -moz-transition-delay: 7200ms;
  -ms-transition-delay: 7200ms;
  -o-transition-delay: 7200ms;
  transition-delay: 7200ms;
}
.social-share-buttons a:nth-of-type(49) {
  -webkit-transition-delay: 7350ms;
  -moz-transition-delay: 7350ms;
  -ms-transition-delay: 7350ms;
  -o-transition-delay: 7350ms;
  transition-delay: 7350ms;
}
.social-share-buttons a:nth-of-type(50) {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -ms-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}
.social-share-buttons a:nth-of-type(51) {
  -webkit-transition-delay: 7650ms;
  -moz-transition-delay: 7650ms;
  -ms-transition-delay: 7650ms;
  -o-transition-delay: 7650ms;
  transition-delay: 7650ms;
}
.social-share-buttons a:nth-of-type(52) {
  -webkit-transition-delay: 7800ms;
  -moz-transition-delay: 7800ms;
  -ms-transition-delay: 7800ms;
  -o-transition-delay: 7800ms;
  transition-delay: 7800ms;
}
.social-share-buttons a:nth-of-type(53) {
  -webkit-transition-delay: 7950ms;
  -moz-transition-delay: 7950ms;
  -ms-transition-delay: 7950ms;
  -o-transition-delay: 7950ms;
  transition-delay: 7950ms;
}
.social-share-buttons a:nth-of-type(54) {
  -webkit-transition-delay: 8100ms;
  -moz-transition-delay: 8100ms;
  -ms-transition-delay: 8100ms;
  -o-transition-delay: 8100ms;
  transition-delay: 8100ms;
}
.social-share-buttons a:nth-of-type(55) {
  -webkit-transition-delay: 8250ms;
  -moz-transition-delay: 8250ms;
  -ms-transition-delay: 8250ms;
  -o-transition-delay: 8250ms;
  transition-delay: 8250ms;
}
.social-share-buttons a:nth-of-type(56) {
  -webkit-transition-delay: 8400ms;
  -moz-transition-delay: 8400ms;
  -ms-transition-delay: 8400ms;
  -o-transition-delay: 8400ms;
  transition-delay: 8400ms;
}
.social-share-buttons a:nth-of-type(57) {
  -webkit-transition-delay: 8550ms;
  -moz-transition-delay: 8550ms;
  -ms-transition-delay: 8550ms;
  -o-transition-delay: 8550ms;
  transition-delay: 8550ms;
}
.social-share-buttons a:nth-of-type(58) {
  -webkit-transition-delay: 8700ms;
  -moz-transition-delay: 8700ms;
  -ms-transition-delay: 8700ms;
  -o-transition-delay: 8700ms;
  transition-delay: 8700ms;
}
.social-share-buttons a:nth-of-type(59) {
  -webkit-transition-delay: 8850ms;
  -moz-transition-delay: 8850ms;
  -ms-transition-delay: 8850ms;
  -o-transition-delay: 8850ms;
  transition-delay: 8850ms;
}
.social-share-buttons a:nth-of-type(60) {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -ms-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}
.social-share-buttons a:nth-of-type(61) {
  -webkit-transition-delay: 9150ms;
  -moz-transition-delay: 9150ms;
  -ms-transition-delay: 9150ms;
  -o-transition-delay: 9150ms;
  transition-delay: 9150ms;
}
.social-share-buttons a:nth-of-type(62) {
  -webkit-transition-delay: 9300ms;
  -moz-transition-delay: 9300ms;
  -ms-transition-delay: 9300ms;
  -o-transition-delay: 9300ms;
  transition-delay: 9300ms;
}
.social-share-buttons a:nth-of-type(63) {
  -webkit-transition-delay: 9450ms;
  -moz-transition-delay: 9450ms;
  -ms-transition-delay: 9450ms;
  -o-transition-delay: 9450ms;
  transition-delay: 9450ms;
}
.social-share-buttons a:nth-of-type(64) {
  -webkit-transition-delay: 9600ms;
  -moz-transition-delay: 9600ms;
  -ms-transition-delay: 9600ms;
  -o-transition-delay: 9600ms;
  transition-delay: 9600ms;
}
.social-share-buttons a:nth-of-type(65) {
  -webkit-transition-delay: 9750ms;
  -moz-transition-delay: 9750ms;
  -ms-transition-delay: 9750ms;
  -o-transition-delay: 9750ms;
  transition-delay: 9750ms;
}
.social-share-buttons a:nth-of-type(66) {
  -webkit-transition-delay: 9900ms;
  -moz-transition-delay: 9900ms;
  -ms-transition-delay: 9900ms;
  -o-transition-delay: 9900ms;
  transition-delay: 9900ms;
}
.social-share-buttons a:nth-of-type(67) {
  -webkit-transition-delay: 10050ms;
  -moz-transition-delay: 10050ms;
  -ms-transition-delay: 10050ms;
  -o-transition-delay: 10050ms;
  transition-delay: 10050ms;
}
.social-share-buttons a:nth-of-type(68) {
  -webkit-transition-delay: 10200ms;
  -moz-transition-delay: 10200ms;
  -ms-transition-delay: 10200ms;
  -o-transition-delay: 10200ms;
  transition-delay: 10200ms;
}
.social-share-buttons a:nth-of-type(69) {
  -webkit-transition-delay: 10350ms;
  -moz-transition-delay: 10350ms;
  -ms-transition-delay: 10350ms;
  -o-transition-delay: 10350ms;
  transition-delay: 10350ms;
}
.social-share-buttons a:nth-of-type(70) {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -ms-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}
.social-share-buttons a:nth-of-type(71) {
  -webkit-transition-delay: 10650ms;
  -moz-transition-delay: 10650ms;
  -ms-transition-delay: 10650ms;
  -o-transition-delay: 10650ms;
  transition-delay: 10650ms;
}
.social-share-buttons a:nth-of-type(72) {
  -webkit-transition-delay: 10800ms;
  -moz-transition-delay: 10800ms;
  -ms-transition-delay: 10800ms;
  -o-transition-delay: 10800ms;
  transition-delay: 10800ms;
}
.social-share-buttons a:nth-of-type(73) {
  -webkit-transition-delay: 10950ms;
  -moz-transition-delay: 10950ms;
  -ms-transition-delay: 10950ms;
  -o-transition-delay: 10950ms;
  transition-delay: 10950ms;
}
.social-share-buttons a:nth-of-type(74) {
  -webkit-transition-delay: 11100ms;
  -moz-transition-delay: 11100ms;
  -ms-transition-delay: 11100ms;
  -o-transition-delay: 11100ms;
  transition-delay: 11100ms;
}
.social-share-buttons a:nth-of-type(75) {
  -webkit-transition-delay: 11250ms;
  -moz-transition-delay: 11250ms;
  -ms-transition-delay: 11250ms;
  -o-transition-delay: 11250ms;
  transition-delay: 11250ms;
}
.social-share-buttons a:nth-of-type(76) {
  -webkit-transition-delay: 11400ms;
  -moz-transition-delay: 11400ms;
  -ms-transition-delay: 11400ms;
  -o-transition-delay: 11400ms;
  transition-delay: 11400ms;
}
.social-share-buttons a:nth-of-type(77) {
  -webkit-transition-delay: 11550ms;
  -moz-transition-delay: 11550ms;
  -ms-transition-delay: 11550ms;
  -o-transition-delay: 11550ms;
  transition-delay: 11550ms;
}
.social-share-buttons a:nth-of-type(78) {
  -webkit-transition-delay: 11700ms;
  -moz-transition-delay: 11700ms;
  -ms-transition-delay: 11700ms;
  -o-transition-delay: 11700ms;
  transition-delay: 11700ms;
}
.social-share-buttons a:nth-of-type(79) {
  -webkit-transition-delay: 11850ms;
  -moz-transition-delay: 11850ms;
  -ms-transition-delay: 11850ms;
  -o-transition-delay: 11850ms;
  transition-delay: 11850ms;
}
.social-share-buttons a:nth-of-type(80) {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -ms-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}
.social-share-buttons a:nth-of-type(81) {
  -webkit-transition-delay: 12150ms;
  -moz-transition-delay: 12150ms;
  -ms-transition-delay: 12150ms;
  -o-transition-delay: 12150ms;
  transition-delay: 12150ms;
}
.social-share-buttons a:nth-of-type(82) {
  -webkit-transition-delay: 12300ms;
  -moz-transition-delay: 12300ms;
  -ms-transition-delay: 12300ms;
  -o-transition-delay: 12300ms;
  transition-delay: 12300ms;
}
.social-share-buttons a:nth-of-type(83) {
  -webkit-transition-delay: 12450ms;
  -moz-transition-delay: 12450ms;
  -ms-transition-delay: 12450ms;
  -o-transition-delay: 12450ms;
  transition-delay: 12450ms;
}
.social-share-buttons a:nth-of-type(84) {
  -webkit-transition-delay: 12600ms;
  -moz-transition-delay: 12600ms;
  -ms-transition-delay: 12600ms;
  -o-transition-delay: 12600ms;
  transition-delay: 12600ms;
}
.social-share-buttons a:nth-of-type(85) {
  -webkit-transition-delay: 12750ms;
  -moz-transition-delay: 12750ms;
  -ms-transition-delay: 12750ms;
  -o-transition-delay: 12750ms;
  transition-delay: 12750ms;
}
.social-share-buttons a:nth-of-type(86) {
  -webkit-transition-delay: 12900ms;
  -moz-transition-delay: 12900ms;
  -ms-transition-delay: 12900ms;
  -o-transition-delay: 12900ms;
  transition-delay: 12900ms;
}
.social-share-buttons a:nth-of-type(87) {
  -webkit-transition-delay: 13050ms;
  -moz-transition-delay: 13050ms;
  -ms-transition-delay: 13050ms;
  -o-transition-delay: 13050ms;
  transition-delay: 13050ms;
}
.social-share-buttons a:nth-of-type(88) {
  -webkit-transition-delay: 13200ms;
  -moz-transition-delay: 13200ms;
  -ms-transition-delay: 13200ms;
  -o-transition-delay: 13200ms;
  transition-delay: 13200ms;
}
.social-share-buttons a:nth-of-type(89) {
  -webkit-transition-delay: 13350ms;
  -moz-transition-delay: 13350ms;
  -ms-transition-delay: 13350ms;
  -o-transition-delay: 13350ms;
  transition-delay: 13350ms;
}
.social-share-buttons a:nth-of-type(90) {
  -webkit-transition-delay: 13500ms;
  -moz-transition-delay: 13500ms;
  -ms-transition-delay: 13500ms;
  -o-transition-delay: 13500ms;
  transition-delay: 13500ms;
}
.social-share-buttons a:hover {
  transition-delay: unset;
}
.social-share-buttons a:hover#email {
  background: #878787;
}
.social-share-buttons a:hover#facebook {
  background: #3b5998;
}
.social-share-buttons a:hover#twitter {
  background: #00aced;
}
.social-share-buttons a:hover#google {
  background: #dd4b39;
}
.social-share-buttons a:hover#linkedin {
  background: #007bb6;
}
.blog-footer {
  background: #041515;
  margin-bottom: 20px;
  margin-bottom: 0;
  margin-top: -20px;
}
.blog-footer .social-buttons {
  width: 50%;
  overflow: hidden;
}
.blog-footer .social-buttons a {
  display: block;
  width: 20%;
  height: 100px;
  float: left;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-footer .social-buttons a:hover .fa {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -moz-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  -o-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.blog-footer .social-buttons a .fa {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-footer .more-text {
  width: 100%;
  text-align: center;
  background: #00b9b5;
  padding: 20px;
}
.blog-footer .more-text p,
.blog-footer .more-text .split-form .showrooms li,
.split-form .showrooms .blog-footer .more-text li {
  margin: 0;
  cursor: default;
}
.blog-footer .more-text p:before {
  display: none;
}
.blog-footer .more-text p:hover {
  background: transparent;
}
.blog-large-nav {
  display: table;
  width: 100%;
}
.blog-large-nav .nav-arrow {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .blog-large-nav .nav-arrow {
    width: 100%;
    display: block;
  }
}
.blog-large-nav .nav-arrow.empty {
  background: #041515;
  width: 0;
}
.blog-large-nav .nav-arrow.solo {
  width: 100%;
}
.blog-large-nav .nav-arrow:hover:before {
  background: rgba(4, 21, 21, 0.5);
}
.blog-large-nav .nav-arrow:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-large-nav .nav-arrow:hover .btn {
  background: #00d3ce;
}
.blog-large-nav .nav-arrow:hover .btn:before {
  background: #fff;
}
.blog-large-nav .nav-arrow.visible img.loaded {
  opacity: 1;
}
.blog-large-nav .nav-arrow.visible .text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.blog-large-nav .nav-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 21, 21, 0.7);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-large-nav .nav-arrow .meta {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.blog-large-nav .nav-arrow .meta p,
.blog-large-nav .nav-arrow .meta .split-form .showrooms li,
.split-form .showrooms .blog-large-nav .nav-arrow .meta li {
  margin: 0;
}
.blog-large-nav .nav-arrow .meta p .fa,
.blog-large-nav .nav-arrow .meta .split-form .showrooms li .fa,
.split-form .showrooms .blog-large-nav .nav-arrow .meta li .fa {
  margin-right: 3px;
}
.blog-large-nav .nav-arrow .text {
  max-width: 720px;
  margin: auto;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
@media only screen and (max-width: 1550px) {
  .blog-large-nav .nav-arrow .text {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 720px) {
  .blog-large-nav .nav-arrow .text {
    padding: 0 15px 10px;
  }
}
.blog-large-nav .nav-arrow .text h4,
.blog-large-nav .nav-arrow .text .additional-content h3,
.additional-content .blog-large-nav .nav-arrow .text h3 {
  font-weight: 300;
}
@media only screen and (max-width: 1550px) {
  .blog-large-nav .nav-arrow .text h4,
  .blog-large-nav .nav-arrow .text .additional-content h3,
  .additional-content .blog-large-nav .nav-arrow .text h3 {
    font-size: 22px;
  }
}
.blog-large-nav .nav-arrow .text p,
.blog-large-nav .nav-arrow .text .split-form .showrooms li,
.split-form .showrooms .blog-large-nav .nav-arrow .text li {
  margin: 0;
  line-height: 2;
  text-shadow: 2px 2px 0 rgba(4, 21, 21, 0.3);
}
@media only screen and (max-width: 1250px) {
  .blog-large-nav .nav-arrow .text p,
  .blog-large-nav .nav-arrow .text .split-form .showrooms li,
  .split-form .showrooms .blog-large-nav .nav-arrow .text li {
    margin-bottom: 15px;
  }
}
.blog-large-nav .nav-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.blog-large-nav .nav-arrow img.preview {
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  opacity: 1;
  filter: blur(20px);
}
.blog-large-nav .nav-arrow .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.split-slider-content {
  width: 100%;
  margin: 20px 0;
}
.split-slider-content .image-slider {
  width: 50%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .split-slider-content .image-slider {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .split-slider-content .image-slider {
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 450px) {
  .split-slider-content .image-slider {
    padding-bottom: 100%;
  }
}
.split-slider-content .image-slider .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.split-slider-content .image-slider .gal-cta {
  background: #00b9b5;
  position: absolute;
  top: 0;
  border-radius: 0;
  right: 0;
  color: #fff;
  padding: 30px 100px;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .split-slider-content .image-slider .gal-cta {
    position: static;
    display: block;
    padding: 20px;
    position: relative;
    z-index: 1;
    background: rgba(0, 185, 181, 0.85);
  }
}
.split-slider-content .image-slider .gal-cta:hover {
  background: #00d3ce;
}
.split-slider-content .image-slider .gal-cta:hover:before {
  border-color: #fff;
  background: #fff;
}
.split-slider-content .content {
  width: 50%;
  background: #041515;
}
@media only screen and (max-width: 1300px) {
  .split-slider-content .content {
    display: block;
    width: 100%;
  }
}
.split-slider-content .content .text {
  max-width: 720px;
  margin: auto;
}
@media only screen and (max-width: 1800px) {
  .split-slider-content .content .text {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .split-slider-content .content .text {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 720px) {
  .split-slider-content .content .text {
    padding: 0 15px;
  }
}
.split-slider-content .content h2,
.split-slider-content .content .split-form h3,
.split-form .split-slider-content .content h3 {
  font-size: 38px;
}
@media only screen and (max-width: 1400px) {
  .split-slider-content .content h2,
  .split-slider-content .content .split-form h3,
  .split-form .split-slider-content .content h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1250px) {
  .split-slider-content .content h2,
  .split-slider-content .content .split-form h3,
  .split-form .split-slider-content .content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .split-slider-content .content h2,
  .split-slider-content .content .split-form h3,
  .split-form .split-slider-content .content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .split-slider-content .content h2,
  .split-slider-content .content .split-form h3,
  .split-form .split-slider-content .content h3 {
    font-size: 20px;
  }
}
.additional-content {
  background: #041515;
  margin-bottom: 20px;
}
.additional-content h3 {
  margin: 25px 0 12px;
}
.additional-content h2,
.additional-content .split-form h3,
.split-form .additional-content h3 {
  font-size: 38px;
  margin: 25px 0 25px;
}
@media only screen and (max-width: 1400px) {
  .additional-content h2,
  .additional-content .split-form h3,
  .split-form .additional-content h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1250px) {
  .additional-content h2,
  .additional-content .split-form h3,
  .split-form .additional-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 720px) {
  .additional-content h2,
  .additional-content .split-form h3,
  .split-form .additional-content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .additional-content h2,
  .additional-content .split-form h3,
  .split-form .additional-content h3 {
    font-size: 20px;
  }
}
.additional-content h2:first-of-type {
  margin-top: 0;
}
.recent-posts {
  overflow: hidden;
}
.recent-posts:nth-of-type(2n) a {
  float: right;
}
.recent-posts:nth-of-type(2n) a:nth-of-type(2) {
  float: left;
}
.recent-posts a {
  display: block;
  width: 33.333%;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 25%;
  text-shadow: 2px 2px 0 rgba(4, 21, 21, 0.3);
}
@media only screen and (max-width: 1500px) {
  .recent-posts a {
    width: 50%;
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 1150px) {
  .recent-posts a {
    width: 100% !important;
    padding-bottom: 0 !important;
    height: auto;
  }
}
.recent-posts a:nth-of-type(1) {
  width: 66.666%;
}
@media only screen and (max-width: 1500px) {
  .recent-posts a:nth-of-type(1) {
    width: 100%;
    padding-bottom: 30%;
  }
}
.recent-posts a:only-of-type {
  width: 100%;
}
.recent-posts a:nth-of-type(2) {
  float: right;
  padding-bottom: 50%;
}
@media only screen and (max-width: 1500px) {
  .recent-posts a:nth-of-type(2) {
    width: 50%;
    padding-bottom: 30%;
    float: left;
  }
}
@media only screen and (max-width: 1500px) {
  .recent-posts a:nth-of-type(4) {
    width: 100%;
    padding-bottom: 30%;
  }
}
.recent-posts a:hover:before {
  background: rgba(4, 21, 21, 0.5);
}
.recent-posts a:hover img.loaded {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.recent-posts a:hover .btn {
  background: #00d3ce;
}
.recent-posts a.visible img.loaded {
  opacity: 1;
}
.recent-posts a.visible .post-text {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media only screen and (max-width: 1150px) {
  .recent-posts a.visible .post-text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.recent-posts a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 21, 21, 0.7);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-posts a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  transition:
    opacity 1.5s ease,
    transform 0.3s ease;
}
.recent-posts a img.preview {
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  opacity: 1;
  z-index: -1;
  filter: blur(20px);
}
.recent-posts a .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recent-posts a .meta {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}
.recent-posts a .meta p,
.recent-posts a .meta .split-form .showrooms li,
.split-form .showrooms .recent-posts a .meta li {
  margin: 0;
}
.recent-posts a .meta .fa {
  margin-right: 3px;
}
.recent-posts a .post-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 620px;
  padding: 40px 70px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
}
@media only screen and (max-width: 1150px) {
  .recent-posts a .post-text {
    position: relative;
    top: inherit;
    left: inherit;
    margin: auto;
    padding: 40px 70px 50px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 550px) {
  .recent-posts a .post-text {
    padding: 40px 20px 50px;
  }
}
.recent-posts a .post-text h4,
.recent-posts a .post-text .additional-content h3,
.additional-content .recent-posts a .post-text h3 {
  font-weight: 300;
}
@media only screen and (max-width: 1550px) {
  .recent-posts a .post-text h4,
  .recent-posts a .post-text .additional-content h3,
  .additional-content .recent-posts a .post-text h3 {
    font-size: 22px;
  }
}
.recent-posts a .post-text .btn {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
@media only screen and (max-width: 1550px) {
  .recent-posts a .post-text .btn {
    margin: 0;
  }
}
.posts-loop {
  background: #041515;
  margin: 20px 0;
}
.posts-loop h2,
.posts-loop .split-form h3,
.split-form .posts-loop h3 {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1250px) {
  .posts-loop h2,
  .posts-loop .split-form h3,
  .split-form .posts-loop h3 {
    margin-bottom: 25px;
  }
}
.posts-loop .container {
  text-align: justify;
}
.posts-loop .container:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.posts-loop .container a {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: left;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 2%;
}
@media only screen and (max-width: 1500px) {
  .posts-loop .container a {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 1375px) {
  .posts-loop .container a {
    width: 49%;
  }
}
@media only screen and (max-width: 850px) {
  .posts-loop .container a {
    width: 100%;
    margin-bottom: 15px;
  }
}
.posts-loop .container a.visible .post-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.posts-loop .container a:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.posts-loop .container a:hover .btn {
  background: #f3f3f3;
}
.posts-loop .container a:hover .btn:before {
  background: #041515;
}
.posts-loop .container a:hover .btn-clear {
  color: #00b9b5;
}
.posts-loop .container a:hover .btn-clear:before {
  border-color: #00b9b5;
  background: #00b9b5;
}
.posts-loop .container a:hover .post-text h4,
.posts-loop .container a:hover .post-text .additional-content h3,
.additional-content .posts-loop .container a:hover .post-text h3 {
  color: #00b9b5;
}
.posts-loop .container a .post-text {
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.posts-loop .container a .post-text h4,
.posts-loop .container a .post-text .additional-content h3,
.additional-content .posts-loop .container a .post-text h3 {
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.posts-loop .container a .post-text p.btn-clear {
  margin-top: 0;
  font-size: 14px;
}
.posts-loop .container a .post-text p.btn-clear:before {
  display: none;
}
.posts-loop .container a .post-text .btn {
  margin-top: 25px;
}
.posts-loop .container a .post-text .meta {
  margin: 5px 0 7px;
}
.posts-loop .container a .post-text .meta .fa {
  margin-right: 3px;
}
.posts-loop .container a .post-text p,
.posts-loop .container a .post-text .split-form .showrooms li,
.split-form .showrooms .posts-loop .container a .post-text li {
  margin: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#cookieTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#cookieTable th {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
#cookieTable td,
#cookieTable th {
  font-weight: 300;
  padding: 22px 30px;
  text-align: left;
  border: 1px solid #fff;
}
#bottomTrigger {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: transparent;
}
.post-img {
  display: inline-block;
  width: 32%;
  min-height: 740px;
  vertical-align: top;
  text-align: left;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 2%;
}
@media only screen and (max-width: 1500px) {
  .post-img {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 1375px) {
  .post-img {
    width: 49%;
  }
}
@media only screen and (max-width: 850px) {
  .post-img {
    width: 100%;
    margin-bottom: 15px;
    min-height: 500px;
  }
}
.post-img h3 {
  color: #00b9b5;
  margin-bottom: 12px;
}
.post-img a {
  width: 350px !important;
  height: 450px !important;
  margin-bottom: 0 !important;
}
.post-img a img {
  object-fit: contain !important;
}
@media (max-width: 850px) {
  .post-img a img {
    object-fit: cover !important;
  }
}
.post-img img {
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -moz-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -ms-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  -o-transition:
    opacity 1.5s ease,
    transform 0.3s ease;
  transition:
    opacity 1.5s ease,
    transform 0.3s ease;
}
.post-img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-img img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 21, 21, 0.25);
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post-img .gallery-con {
  max-width: 350px;
  height: 450px;
  margin: auto;
}
@media (max-width: 850px) {
  .post-img .gallery-con {
    height: 350px;
  }
}
.post-img .gallery-con .gal-item {
  width: 100% !important;
}
.post-img .gallery-con .gal-item img .plus {
  height: 16% !important;
}
.post-inline {
  display: inline;
}
@media (max-width: 850px) {
  .post-inline {
    display: block;
    width: 85%;
    margin: auto;
    margin-bottom: 2%;
  }
}
@media (max-width: 460px) {
  .post-inline {
    width: 100%;
  }
}
.post-inline .meta {
  padding-top: 12px;
}
.post-inline .meta p,
.post-inline .meta .split-form .showrooms li,
.split-form .showrooms .post-inline .meta li {
  font-size: 18px;
  color: #00b9b5;
}
.header-bg {
  position: relative;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1420px) {
  .header-bg {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header-bg {
    padding: 0;
  }
}
.header-bg .container-x-small {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 700px;
  background: rgba(0, 0, 0, 0.8);
  padding: 45px 50px;
  margin-left: 10%;
}
@media only screen and (max-width: 1420px) {
  .header-bg .container-x-small {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .header-bg .container-x-small {
    padding: 15px 35px 25px 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .header-bg .container-x-small {
    width: 100%;
    text-align: center;
    padding: 45px 30px;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  .header-bg .container-x-small {
    width: 100%;
    text-align: center;
    padding: 45px 15px;
  }
}
.intro-pad {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1134px) {
  .main-header .desk-menu ul li a {
    line-height: 30px;
  }
}
