@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/pro/css/all.min.css);
@import url(../fonts/poppins/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.thin {
  font-family: 'Poppins';
  font-weight: 100;
}
.extralight {
  font-family: 'Poppins';
  font-weight: 200;
}
.light {
  font-family: 'Poppins';
  font-weight: 300;
}
.regular {
  font-family: 'Poppins';
  font-weight: 400;
}
.medium {
  font-family: 'Poppins';
  font-weight: 500;
}
.semibold {
  font-family: 'Poppins';
  font-weight: 600;
}
.bold {
  font-family: 'Poppins';
  font-weight: 700;
}
.extrabold {
  font-family: 'Poppins';
  font-weight: 800;
}
.black {
  font-family: 'Poppins';
  font-weight: 900;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
strong {
  font-family: 'Poppins';
  font-weight: 600;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #1f1a1a;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #555555;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}
body {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Poppins';
  font-weight: 300;
  color: #1f1a1a;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media all and (max-width: 550px) {
  body {
    padding-top: 100px;
  }
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
body.active:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.wrap {
  margin: 0 auto;
  max-width: 1170px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 20px 60px;
  display: inline-block;
  color: #ffffff !important;
  background: #555555 !important;
  font-size: 16px;
  text-align: center;
  height: auto !important;
  line-height: 16px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  border: medium solid transparent;
}
@media all and (max-width: 400px) {
  .button {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #1f1a1a !important;
}
.button.reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #1f1a1a !important;
  border-color: #1f1a1a;
}
.button.reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #555555 !important;
  border-color: #555555;
}
.button.with--icon {
  padding-right: 60px;
}
.button.with--icon .fas,
.button.with--icon .far,
.button.with--icon .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  font-size: 20px;
}
.button--inverse {
  background: none !important;
  color: #1f1a1a !important;
  border-color: #1f1a1a;
}
.button--inverse:hover {
  background: #1f1a1a !important;
  color: #ffffff !important;
  border-color: #1f1a1a;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.colored {
  color: #1f1a1a;
}
.bg-grey {
  background-color: #f2f2f2;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 70px 0;
}
.block__title {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Poppins';
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.block__title span {
  color: #1f1a1a;
}
a.block__more {
  float: right;
  color: #1f1a1a;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #1f1a1a;
}
.block__top {
  *zoom: 1;
  margin-bottom: 50px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.main > .wrap {
  padding: 40px 0;
}
.main > .wrap p:first-of-type {
  margin-top: 0;
}
.main blockquote {
  background-color: #555555;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 24px;
  border: none;
  border-left: thick solid #1f1a1a;
  margin: 40px 0;
  color: #ffffff;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}
.main blockquote p:last-of-type {
  margin-bottom: 0;
}
.main iframe {
  display: block !important;
  margin: 40px auto;
  border: none !important;
}
.main .rll-youtube-player {
  width: 100% !important;
  max-width: 900px;
  margin: 40px auto;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-family: 'Playfair Display';
  font-size: 66px;
  line-height: 72px;
  font-style: italic;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.main h2 {
  font-size: 36px;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #555555;
  font-family: 'Poppins';
  font-weight: 600;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #1f1a1a;
  clear: both;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "";
  background-color: #1f1a1a;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 56px;
  margin: 20px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background-color: #555555;
  width: 40px;
  text-align: center;
  display: block;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
  font-size: 15px;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr th {
  text-align: center;
  color: #ffffff;
  padding: 10px 14px;
  background-color: #1f1a1a;
  font-size: 15px;
  line-height: 22px;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #1f1a1a;
  border-bottom: thin solid #ddd;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555555;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-family: 'Poppins';
  padding: 0 20px;
  color: #1f1a1a;
  border: medium solid #000000;
  font-size: 14px;
  font-weight: 300;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main select,
.main option {
  color: #555555;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 12px;
}
.main textarea {
  padding: 20px;
  height: 200px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 20px 60px;
  display: inline-block;
  color: #1f1a1a !important;
  background: none !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  border: medium solid #000000;
}
@media all and (max-width: 500px) {
  .main input[type=submit] {
    width: 100% !important;
    display: block !important;
  }
}
.main input[type=submit]:hover {
  border-color: #1f1a1a;
  background-color: #1f1a1a !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .submit {
  text-align: center;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul > li {
  padding-left: 0;
}
.main .noul > li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #1f1a1a;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #1f1a1a;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #1f1a1a;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #1f1a1a;
  text-decoration: none;
}
.paginator .current {
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  background-color: #1f1a1a;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #555555;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #1f1a1a;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #484848;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #626262;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #7b7b7b;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #484848;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #1f1a1a;
  color: #ffffff;
}
@keyframes wirble {
  0% {
    top: 50px;
  }
  50% {
    top: 60px;
  }
  100% {
    top: 50px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .animated {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.showcase {
  position: relative;
  z-index: 1;
}
.showcase .item > img {
  display: block;
  width: 100%;
}
#arrdown {
  text-align: center;
  width: 40px;
  color: #ffffff;
  position: absolute;
  z-index: 5;
  left: 0;
  display: block;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
  font-size: 50px;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  animation: wirble .8s infinite;
  -moz-animation: wirble .8s infinite;
  /* Firefox */
  -webkit-animation: wirble .8s infinite;
  /* Safari and Chrome */
  -o-animation: wirble .8s infinite;
  /* Opera */
  cursor: pointer;
}
#arrdown:hover {
  color: #ffffff;
}
#slider {
  background-color: #ffffff;
}
#slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /*background: -moz-linear-gradient(left,  rgba(33, 33, 33,0.55) 0%, rgba(33, 33, 33,0) 100%); 
			background: -webkit-linear-gradient(left,  rgba(33, 33, 33,0.55) 0%,rgba(33, 33, 33,0) 100%); 
			background: linear-gradient(to right,  rgba(33, 33, 33,0.55) 0%,rgba(33, 33, 33,0) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#fff',GradientType=1 );

			@media @mobile {
				background: rgba(33, 33, 33,0.55) !important;
			}*/
}
#slider .item .wrap {
  z-index: 3;
  padding-top: 75%;
}
#slider .carousel-control {
  opacity: 1;
  width: 26px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  /*background: url(../images/slider-left.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  /*background: url(../images/slider-right.png) 0 0 no-repeat;
	        -webkit-background-size: 26px 41px;
	        background-size: 26px 41px;*/
  margin-right: 0 !important;
  right: 0;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .item__text {
  *zoom: 1;
  margin: 30px 0;
  width: 100%;
  z-index: 2;
  color: #555555;
}
#slider .item__text:before,
#slider .item__text:after {
  content: "";
  display: table;
}
#slider .item__text:after {
  clear: both;
}
#slider .item__text h1 {
  font-size: 30px;
  line-height: 36px;
  float: left;
  margin-top: 6px;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text h1 {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#slider .item__text .buttons {
  font-size: 0;
  float: left;
  margin-left: 40px;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text .buttons {
    float: none;
    margin-left: 0;
    text-align: center;
  }
}
#slider .item__text .buttons .button {
  margin-top: 0;
}
@media all and (max-width: 650px) {
  #slider .item__text .buttons .button {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
#slider .item__text .item__garance {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  max-width: 100px;
  width: 100%;
}
@media all and (max-width: 767px) {
  #slider .item__text .item__garance {
    display: none;
  }
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: -70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  display: none !important;
  z-index: 2;
  text-align: center;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators {
    padding-right: 3%;
  }
}
@media all and (max-width: 767px) {
  .carousel-indicators {
    text-align: center;
    padding-right: 0;
  }
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 4px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carousel-indicators li.active {
  background-color: #1f1a1a;
  width: 20px;
  height: 20px;
  margin: 0 4px !important;
}
.showcase__page {
  position: relative;
  text-align: center;
}
.showcase__page .wrap {
  padding: 20px 0;
}
.showcase__page h1 {
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.servicelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .servicelist {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 500px) {
  .servicelist {
    display: block;
  }
}
.servicelist .item {
  width: 32.66%;
  margin-right: 1%;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.servicelist .item:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.servicelist .item:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .servicelist .item {
    width: 49.50%;
  }
}
@media all and (max-width: 500px) {
  .servicelist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.servicelist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .servicelist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .servicelist .item:nth-child(odd) {
    margin-right: 1%;
  }
}
.servicelist .item:hover .item__bg:before {
  background: rgba(0, 0, 0, 0.8);
}
.servicelist .item:hover .item__title {
  color: #ffffff;
}
.servicelist .item__title {
  font-weight: 300;
  letter-spacing: 0.10em;
  font-size: 40px;
  line-height: 46px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
  text-transform: lowercase;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .servicelist .item__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 500px) {
  .servicelist .item__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.servicelist .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.servicelist .item__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .servicelist .item__bg:before {
    background: rgba(0, 0, 0, 0.4) !important;
  }
}
.servicelist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.services .wrap {
  padding: 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .ctabox .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cta {
    display: block;
  }
}
.cta__left {
  width: 48.50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cta__left {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
.cta__right {
  width: 48.50%;
  margin-left: 3%;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cta__right {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.cta__right a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cta__right a {
    position: relative;
  }
}
.cta__right a:hover {
  text-decoration: none;
}
.cta__right a:hover .fal {
  right: -10px;
}
.cta__right .fal {
  margin-left: 8px;
  font-size: 24px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 0;
}
.cta__title {
  font-family: 'Playfair Display';
  font-size: 66px;
  line-height: 72px;
  font-style: italic;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cta__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .cta__title br {
    display: none;
  }
}
.socials {
  text-align: center;
  font-size: 0;
}
.socials .item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
}
.socials a {
  font-size: 60px;
  line-height: 66px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .referencebox .wrap {
    padding-bottom: 0;
  }
}
.referencelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .referencelist {
    display: block;
  }
}
.referencelist .item {
  width: 32.66%;
  margin-right: 1%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .referencelist .item {
    width: 49.50%;
  }
}
@media all and (max-width: 550px) {
  .referencelist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.referencelist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .referencelist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .referencelist .item:nth-child(odd) {
    margin-right: 1%;
  }
}
.referencelist .item:hover .item__bg {
  opacity: 0.7;
}
.referencelist .item__bg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.referencelist .item__bg:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.referencelist .item__bg:after {
  content: "";
  display: table;
  clear: both;
}
.referencelist .item__bg img {
  display: none;
}
.referencelist .item__text {
  position: relative;
  padding: 30px 70px 30px 0;
}
.referencelist .item__title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.referencelist .item__description,
.referencelist .item__year,
.referencelist .item__material {
  margin: 0;
}
.referencelist .item__year {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 500;
}
.referencelist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #produkty .wrap {
    padding-bottom: 0;
  }
}
.filter {
  margin-bottom: 50px;
}
.filterlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filterlist .item {
  width: 25%;
  padding-right: 30px;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .filterlist .item {
    width: 33.33%;
  }
}
@media all and (max-width: 500px) {
  .filterlist .item {
    width: 50%;
  }
}
.filterlist .active a:before {
  background-color: #000;
}
.filterlist a {
  display: block;
  padding-left: 20px;
  position: relative;
  text-transform: lowercase;
  text-decoration: none;
  line-height: 24px;
}
.filterlist a:hover {
  text-decoration: none;
}
.filterlist a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: thin solid #000;
  background-color: #ffffff;
}
.scontent {
  margin-bottom: 100px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .scontent {
    margin-bottom: 40px;
  }
}
.scontent__description {
  padding-left: 30%;
  margin-top: 50px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .scontent__description {
    padding-left: 0;
  }
}
.sdetails {
  *zoom: 1;
}
.sdetails:before,
.sdetails:after {
  content: "";
  display: table;
}
.sdetails:after {
  clear: both;
}
.sdetails__slider {
  width: 53%;
  float: left;
}
@media all and (max-width: 767px) {
  .sdetails__slider {
    float: none;
    width: 100%;
  }
}
.sdetails__info {
  width: 37%;
  float: left;
  margin-left: 10%;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .sdetails__info {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-top: 120px;
    text-align: center;
  }
}
.sdetails__info p {
  margin: 0;
}
.sdetails__info strong {
  font-weight: 500;
}
.sdetails__info .button {
  margin-top: 80px;
}
.downloads {
  margin-top: 50px;
}
.downloads a {
  text-decoration: none;
}
.downloads a:hover {
  text-decoration: none;
}
.downloads a:hover .fal {
  right: -10px;
}
.downloads .fal {
  margin-left: 20px;
  font-size: 24px;
  position: relative;
  bottom: -4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 0;
}
#single__slider .carousel-indicators {
  display: block !important;
}
#single__slider .item .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
#single__slider .item .wrap {
  height: 500px;
}
@media all and (max-width: 767px) {
  #single__slider .item .wrap {
    height: 300px;
  }
}
.blocklist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
@media all and (max-width: 767px) {
  .blocklist .item {
    display: block;
  }
}
.blocklist .item__img {
  width: 50%;
}
@media all and (max-width: 767px) {
  .blocklist .item__img {
    width: 100%;
    min-height: 300px;
  }
}
.blocklist .item__text {
  padding: 50px 0 50px 10%;
  width: 50%;
}
@media all and (max-width: 767px) {
  .blocklist .item__text {
    width: 100%;
    padding: 30px 0;
  }
}
.vidbox__video {
  position: relative;
  min-height: 88vh;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .vidbox__video {
    min-height: 500px;
  }
}
@media all and (max-width: 550px) {
  .vidbox__video {
    min-height: 300px;
  }
}
.vidbox__video a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.vidbox__video a:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.vidbox__video a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vidbox__video .fal {
  color: #ffffff;
  font-size: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.page-template-template-production .showcase__page .wrap {
  padding-top: 60px;
}
#modal__video .modal-header {
  padding-bottom: 40px;
}
#modal__inquiry .modal-content {
  background-color: #ffffff;
}
#modal__inquiry .modal-body {
  padding: 50px;
}
@media all and (max-width: 500px) {
  #modal__inquiry .modal-body {
    padding: 20px;
  }
}
.modal-content {
  background-color: #000000;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-content iframe {
  border: none;
}
.modal-dialog {
  width: 100%;
  max-width: 80%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 93%;
  }
}
.modal-dialog iframe {
  display: block;
  width: 100% !important;
  min-height: 80vh !important;
}
@media all and (max-width: 767px) {
  .modal-dialog iframe {
    min-height: 400px !important;
  }
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 600px) {
  .modal-header {
    padding-top: 20px;
  }
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #8d8c8c;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 30px;
}
@media all and (max-width: 600px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
  }
}
#slider.showcase__contact .item img {
  display: block;
  width: 100%;
}
.inq__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
@media all and (max-width: 767px) {
  .inq__title br {
    display: none;
  }
}
.inq__body {
  margin-top: 50px;
}
.inq__p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 800px) {
  .inq__p {
    display: block;
  }
}
.inq__p .item__img {
  width: 45%;
  text-align: center;
}
@media all and (max-width: 800px) {
  .inq__p .item__img {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.inq__p .item__img img {
  width: 100%;
}
.inq__p .item__form {
  margin-left: 10%;
  width: 45%;
}
@media all and (max-width: 800px) {
  .inq__p .item__form {
    width: 100%;
    margin-left: 0;
  }
}
.inq__body__footer {
  margin-top: 40px;
  font-weight: 500;
}
/* ------------------ HEADER ----------------*/
.tos-caption {
  display: none !important;
}
.header {
  background-color: #ffffff;
  position: relative;
  z-index: 999;
}
@media all and (max-width: 550px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.header .wrap {
  padding: 40px 0;
}
.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 280px;
  height: 39px;
  background: url(../images/logo.png) 0 0 no-repeat;
  -webkit-background-size: 280px 39px;
  background-size: 280px 39px;
}
@media all and (min-width: 990px) and (max-width: 1190px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .logo {
    left: 3%;
  }
}
@media all and (max-width: 450px) {
  .logo {
    width: 150px;
    height: 21px;
    -webkit-background-size: 150px 21px;
    background-size: 150px 21px;
  }
}
/********************* Footer ******************/
.footer {
  background: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.footer .wrap {
  padding: 20px 0;
}
.footer p {
  font-size: 14px;
  line-height: 24px;
}
.footer a {
  color: #1f1a1a;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #555555;
}
.fcols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .fcols {
    display: block;
    text-align: center;
  }
}
.fcols .item {
  width: 31.33%;
  margin-right: 3%;
  position: relative;
  padding-top: 36px;
}
@media all and (max-width: 550px) {
  .fcols .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center !important;
    padding-top: 0;
  }
}
.fcols .item:nth-child(3) {
  margin-right: 0;
}
.fcols .item__1 {
  text-align: left;
}
.fcols .item__2 {
  text-align: center;
}
.fcols .item__3 {
  text-align: right;
}
.footer__logo {
  display: block;
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 550px) {
  .footer__logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------ MENU --------------------*/
#cloze {
  height: 20px;
  width: 40px;
  text-align: center;
  display: none;
  float: right;
  font-size: 30px;
  position: relative;
}
#cloze i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.active #cloze {
  display: block;
}
.active #toogle-menu {
  display: none;
}
#toogle-menu {
  width: 40px;
  z-index: 1000;
  float: right;
  display: block;
}
#toogle-menu:hover span {
  border-color: #666;
}
#toogle-menu span {
  display: block;
  margin-bottom: 0.40em;
  height: 2px;
  border-bottom: medium solid #1f1a1a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  position: absolute;
  top: -600px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 888;
  width: 400px;
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding: 40px;
  border-left: none;
  overflow: auto;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (max-width: 450px) {
  .main-menu {
    width: 100%;
  }
}
.main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:last-child:after {
  display: none;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #1f1a1a;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li:hover.menu-item-has-children > a:before {
  color: #1f1a1a;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 28px;
}
.main-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #1f1a1a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  text-decoration: none;
  color: #1f1a1a;
}
.main-menu > li > a {
  padding: 20px 10px;
  color: #555555;
  line-height: 26px;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-family: 'Poppins';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
  text-decoration: none;
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #1f1a1a;
}
.main-menu #menu-item-140 .sub-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-menu #menu-item-143 .sub-menu {
  top: initial;
  bottom: 0;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:last-child > a,
.top-menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #1f1a1a;
  text-decoration: none;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li.menu-item-has-children > a,
.top-menu .sub-menu > li.menu-item-has-children > a {
  padding-right: 28px;
}
.main-menu .sub-menu > li.menu-item-has-children > a:before,
.top-menu .sub-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
  color: #1f1a1a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu .sub-menu > li.menu-item-has-children > a:before,
  .top-menu .sub-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #1f1a1a;
  text-decoration: none;
  background-color: #ffffff;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #555555;
  font-weight: 300;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #1f1a1a;
  text-decoration: none;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
  background-color: #110e0e;
}
.main-menu .sub-menu > li .sub-menu a:hover,
.top-menu .sub-menu > li .sub-menu a:hover {
  background-color: #030303;
}
.header.active .main-menu,
.menu.active .main-menu,
body.active .main-menu {
  top: 100%;
  opacity: 1;
}
.header.active .main-menu > li:hover .sub-menu,
.menu.active .main-menu > li:hover .sub-menu,
body.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu,
.menu.active .main-menu > li .sub-menu,
body.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.header.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show,
body.active .main-menu > li .sub-menu.show {
  background-color: #f3f3f3;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a,
body.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  color: #555555;
  border-bottom: thin solid rgba(0, 0, 0, 0.2);
}
.header.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click,
body.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before,
body.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #555555;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-top: 11px;
}
.header.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a,
body.active .main-menu > li.current-menu-item > a {
  color: #1f1a1a;
}
.header.active .main-menu > li.current-menu-item > a:hover,
.menu.active .main-menu > li.current-menu-item > a:hover,
body.active .main-menu > li.current-menu-item > a:hover {
  color: #555555;
}
.header.active .main-menu > li a:after,
.menu.active .main-menu > li a:after,
body.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.menu.active .main-menu > li > a,
body.active .main-menu > li > a {
  color: #1f1a1a;
}
.header.active .main-menu > li > a:hover,
.menu.active .main-menu > li > a:hover,
body.active .main-menu > li > a:hover {
  color: #555555;
  background: none !important;
}
