@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.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;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.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;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #ff8409;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #ff9e3c;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #070707;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 84px;
}
.wrap {
  margin: 0 auto;
  max-width: 1140px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1160px), 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: 16px 70px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #ff8409 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729)) !important;
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -moz-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -ms-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -o-linear-gradient(left, #ff8409, #eda729) !important;
  font-size: 18px;
  text-align: center;
  height: auto !important;
  line-height: 18px !important;
  position: relative;
  margin-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: thin solid transparent;
}
.button .button__icon {
  position: absolute;
  background-color: #ff9e3c;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.button .button__icon .far {
  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;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #ff8409 !important;
}
.button:hover .button__icon {
  background-color: #ff9e3c;
}
.button:hover .button__icon .far {
  color: #ff8409 !important;
}
.button:hover .fa,
.button:hover .fas,
.button:hover .far,
.button:hover .fab {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff9e3c !important;
  border-color: #ff9e3c;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff8409 !important;
  border-color: #ff8409;
}
.button--inverse {
  background: none !important;
  color: #ff8409 !important;
  border-color: #ff8409;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.button--inverse:hover {
  background: none !important;
  color: #ff9e3c !important;
  border-color: #ff9e3c;
}
.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;
}
@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;
  }
}
.uptitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
  color: #ff8409;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 40px 0;
}
@media all and (min-width: 990px) and (max-width: 1160px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 46px;
  line-height: 52px;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.block__title strong {
  font-weight: 500;
}
a.block__more {
  float: right;
  color: #070707;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #ff8409;
}
.block__top {
  *zoom: 1;
  margin-bottom: 90px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.main table.videowrap td {
  width: 50%;
}
@media all and (max-width: 767px) {
  .main table.videowrap td {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.main .wp-video,
.main video {
  width: 100% !important;
  height: auto;
}
.main .wp-video br,
.main video br {
  display: none;
}
.main iframe {
  display: block !important;
  width: 100% !important;
}
.main > .wrap {
  min-height: 300px;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #ff8409;
}
@media all and (min-width: 990px) and (max-width: 1160px), all and (min-width: 768px) and (max-width: 989px) {
  .main h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.main h2 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #ff8409;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #ff8409;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ff8409;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  background-color: #ff8409;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729));
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729);
  background-image: -moz-linear-gradient(left, #ff8409, #eda729);
  background-image: -ms-linear-gradient(left, #ff8409, #eda729);
  background-image: -o-linear-gradient(left, #ff8409, #eda729);
  width: 8px;
  height: 4px;
  left: 0;
  position: absolute;
  top: 11px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff8409;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@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:first-child td {
  padding-top: 0;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #ff8409;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #070707;
  border-bottom: 1px solid #d6d5d4;
  font-weight: 400;
}
@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-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-columns-6 .gallery-item {
  width: 14.75% !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-6 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-6 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-6 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-6 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.main .gallery-columns-7 .gallery-item {
  width: 12.31% !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-7 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-7 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-7 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-7 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  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;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.15);
}
@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(234, 152, 37, 0.4);
  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: "\f00e";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  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;
  color: #ffffff;
  font-size: 30px;
}
@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 {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(37, 37, 37, 0.81);
}
.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: #666666;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background: none;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #070707;
  border: none;
  border: thin solid #ff8409;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #ff9e3c;
}
.main textarea {
  padding: 20px;
  height: 100px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  padding: 16px 70px;
  display: inline-block;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 18px !important;
  margin-top: 30px;
  border: thin solid transparent;
  text-decoration: none !important;
  padding: 16px 30px;
  width: 250px;
  display: block;
  color: #070707 !important;
  background-color: #ff8409 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729)) !important;
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -moz-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -ms-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -o-linear-gradient(left, #ff8409, #eda729) !important;
  font-size: 16px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  text-transform: uppercase;
  position: relative;
  border: none;
  font-weight: bold;
  margin: 20px auto 0 auto;
}
.main input[type=submit] .button__icon {
  position: absolute;
  background-color: #ff9e3c;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[type=submit] .button__icon .far {
  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;
}
.main input[type=submit] span {
  display: inline-block;
  vertical-align: middle;
}
.main input[type=submit] .fa,
.main input[type=submit] .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.main input[type=submit]:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #ff8409 !important;
}
.main input[type=submit]:hover .button__icon {
  background-color: #ff9e3c;
}
.main input[type=submit]:hover .button__icon .far {
  color: #ff8409 !important;
}
.main input[type=submit]:hover .fa,
.main input[type=submit]:hover .fas,
.main input[type=submit]:hover .far,
.main input[type=submit]:hover .fab {
  color: #ffffff;
}
.main input[type=submit]:hover span span {
  color: #ffffff;
}
.main input[type=submit].dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff9e3c !important;
  border-color: #ff9e3c;
}
.main input[type=submit].dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff8409 !important;
  border-color: #ff8409;
}
.main input[type=submit]--inverse {
  background: none !important;
  color: #ff8409 !important;
  border-color: #ff8409;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.main input[type=submit]--inverse:hover {
  background: none !important;
  color: #ff9e3c !important;
  border-color: #ff9e3c;
}
.main input[type=submit] .button__icon {
  position: absolute;
  background-color: #ff9e3c;
  color: #ffffff;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.main input[type=submit] .button__icon .far {
  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;
}
.main input[type=submit] span {
  display: inline-block;
  vertical-align: middle;
}
.main input[type=submit] .fa,
.main input[type=submit] .fas {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: #ffffff;
}
.main input[type=submit]:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #ff8409 !important;
}
.main input[type=submit]:hover .button__icon {
  background-color: #ff9e3c;
}
.main input[type=submit]:hover .button__icon .far {
  color: #ff8409 !important;
}
.main input[type=submit]:hover .fa,
.main input[type=submit]:hover .fas,
.main input[type=submit]:hover .far,
.main input[type=submit]:hover .fab {
  color: #ffffff;
}
.main input[type=submit]:hover span span {
  color: #ffffff;
}
.main input[type=submit].dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff9e3c !important;
  border-color: #ff9e3c;
}
.main input[type=submit].dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #ff8409 !important;
  border-color: #ff8409;
}
.main input[type=submit]--inverse {
  background: none !important;
  color: #ff8409 !important;
  border-color: #ff8409;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.main input[type=submit]--inverse:hover {
  background: none !important;
  color: #ff9e3c !important;
  border-color: #ff9e3c;
}
@media all and (max-width: 450px) {
  .main input[type=submit] {
    display: block;
    width: 100%;
  }
}
.main input[type=submit]:hover {
  background: #ff8409 !important;
  color: #070707 !important;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.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-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .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 {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #ff8409;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #ff8409;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #ff8409;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #070707;
  text-decoration: none;
}
.paginator .current {
  color: #ff8409;
  padding: 10px;
  font-weight: bold;
  background-color: #070707;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #ff9e3c;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #ff8409;
  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: #ff9122;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #ffaa56;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #ffc489;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #ff9122;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #ff8409;
  color: #ffffff;
}
.tos-caption {
  display: none !important;
}
.showcase {
  position: relative;
}
#slider {
  background: #ffffff;
  color: #ffffff;
  /*&:before {
		content: "";
		background: rgba(0, 0, 0, 0.20);
		z-index: 1;
		.cover;

	}*/
}
#slider .item {
  /*&:before {
			content: "";
			background: rgba(0, 0, 0, 0.20);
			z-index: 1;
			.cover;
		}*/
}
#slider .item .wrap {
  padding: 80px 0;
  z-index: 3;
}
#slider .carousel-control {
  opacity: 1;
  width: 46px;
  height: 46px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: thin solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  text-shadow: none;
}
@media all and (max-width: 850px) {
  #slider .carousel-control {
    display: none;
  }
}
#slider .carousel-control:hover {
  border-color: #ff8409;
  color: #ff8409;
}
#slider .carousel-control > span {
  font-size: 18px;
  width: 46px;
  height: 46px;
  display: block;
  margin-top: 0 !important;
  position: relative;
  top: 0;
  text-align: center;
}
#slider .carousel-control > span:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#slider .carousel-control.left {
  left: 0;
}
#slider .carousel-control.left > span {
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.left > span:before {
  content: "\f053";
}
#slider .carousel-control.right {
  right: 0;
}
#slider .carousel-control.right > span {
  margin-right: 0 !important;
  right: 0;
}
#slider .carousel-control.right > span:before {
  content: "\f054";
}
#slider a.button--inverse {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
#slider a.button--inverse:hover {
  border-color: #ff9e3c !important;
  color: #ff9e3c !important;
}
.slider__controls {
  width: 106px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  height: 46px;
}
.showcase {
  border: thin solid #ff8409;
}
.showcase .item__text {
  text-align: right;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .showcase .item__text {
    text-align: center;
  }
}
.showcase .item__text h1 {
  font-size: 52px;
  line-height: 58px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .showcase .item__text h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.showcase .item__text h1 span {
  color: #ff8409;
  display: block;
  font-size: 68px;
  line-height: 76px;
}
@media all and (max-width: 767px) {
  .showcase .item__text h1 span {
    font-size: 30px;
    line-height: 36px;
  }
}
.showcase .item__text h1 strong {
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  margin: 0;
  text-transform: none;
}
@media all and (max-width: 767px) {
  .showcase .item__text h1 strong {
    font-size: 19px;
    line-height: 24px;
  }
}
.showcase .item__text p {
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  margin: 0;
}
@media all and (max-width: 767px) {
  .showcase .item__text p {
    font-size: 19px;
    line-height: 24px;
  }
}
.showcase .item__text .item__buttons {
  margin-top: 30px;
}
@media all and (max-width: 500px) {
  .showcase .item__text .item__buttons .button {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0 0 0 !important;
  }
}
.showcase .item__text .item__buttons .button + .button {
  margin-left: 20px;
}
.showcase .item__text .item__buttons .button--filled {
  background-color: #ffffff !important;
  color: #ff8409 !important;
}
.showcase .item__text .item__buttons .button--filled:hover {
  background-color: #ff8409 !important;
  color: #ffffff !important;
}
.showcase .carousel-indicators {
  margin-left: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1110px;
  width: 100%;
  display: none;
}
@media all and (max-width: 767px) {
  .showcase .carousel-indicators {
    display: block;
  }
}
.showcase .carousel-indicators li {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 0 4px;
}
.showcase .carousel-indicators li.active {
  background-color: #ffffff;
}
.showcase__page {
  border-bottom: thick solid #ff8409;
}
.showcase__page .wrap {
  padding: 70px 0;
}
.flexbox {
  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: 767px) {
  .flexbox {
    display: block;
  }
}
.flexbox .half {
  width: 50%;
}
@media all and (max-width: 767px) {
  .flexbox .half {
    width: 100%;
  }
}
.flexbox__text {
  padding: 60px 60px 60px 0;
}
@media all and (max-width: 767px) {
  .flexbox__text {
    text-align: center;
    padding: 60px 0;
  }
}
.flexbox__text h2 {
  font-size: 30px;
  line-height: 36px;
}
.flexbox__text p:last-of-type {
  margin-bottom: 0;
}
.flexbox__text strong {
  color: #ff8409;
}
.flexbox__img {
  padding: 60px 0 60px 60px;
}
@media all and (max-width: 767px) {
  .flexbox__img {
    padding: 60px 0 !important;
  }
}
.flexbox__img .img {
  height: 340px;
  width: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  .flexbox__img .img {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 400px) {
  .flexbox__img .img {
    height: 240px;
  }
}
.flexbox__img .img:after {
  content: "";
  border: thin solid #ff8409;
  height: 340px;
  width: 100%;
  position: absolute;
  left: 20px;
  top: -20px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .flexbox__img .img:after {
    width: 90%;
  }
}
@media all and (max-width: 400px) {
  .flexbox__img .img:after {
    height: 240px;
  }
}
.flexbox__img .img .inner {
  height: 340px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .flexbox__img .img .inner {
    width: 90%;
  }
}
@media all and (max-width: 400px) {
  .flexbox__img .img .inner {
    height: 240px;
  }
}
.flexbox--reverse .flexbox__img {
  padding-right: 60px;
  padding-left: 0;
}
.flexbox--reverse .flexbox__img .img:after {
  left: -20px;
}
.flexbox--reverse .flexbox__text {
  padding-left: 60px;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .flexbox--reverse .flexbox__text {
    padding: 60px 0;
  }
}
#onas,
#technika {
  background-color: #070707;
  color: #ffffff;
  border-bottom: thick solid #ff8409;
}
#onas:before,
#technika:before {
  content: "";
  right: 0;
  width: 50%;
  position: absolute;
  height: 100%;
  background-color: #1d1d1d;
}
@media all and (max-width: 767px) {
  #onas:before,
  #technika:before {
    display: none;
  }
}
#technika {
  border-bottom: none;
}
#technika:before {
  right: initial;
  left: 0;
}
.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 (max-width: 500px) {
  .servicelist {
    display: block;
  }
}
.servicelist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .servicelist .item {
    width: 48.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 (max-width: 767px) {
  .servicelist .item:nth-child(even) {
    margin-right: 0;
  }
}
.servicelist .item:nth-child(even) .item__title {
  background: #070707;
  color: #ff8409;
}
@media all and (max-width: 767px) {
  .servicelist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.servicelist a {
  display: block;
  text-decoration: none;
  color: #070707;
}
.servicelist a:hover {
  text-decoration: none;
}
.servicelist a:hover .item__img span {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.servicelist .item__img {
  height: 250px;
  position: relative;
  overflow: hidden;
  display: block;
}
.servicelist .item__img span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.servicelist .item__title {
  padding: 10px;
  text-align: center;
  background-color: #ff8409;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729));
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729);
  background-image: -moz-linear-gradient(left, #ff8409, #eda729);
  background-image: -ms-linear-gradient(left, #ff8409, #eda729);
  background-image: -o-linear-gradient(left, #ff8409, #eda729);
  color: #070707;
  display: block;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  border-top: thin solid #ffffff;
}
#cta {
  background-color: #ff8409;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729));
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729);
  background-image: -moz-linear-gradient(left, #ff8409, #eda729);
  background-image: -ms-linear-gradient(left, #ff8409, #eda729);
  background-image: -o-linear-gradient(left, #ff8409, #eda729);
}
#cta .button {
  margin-top: 20px;
  background: #070707 !important;
  color: #ff8409 !important;
}
#cta .button:hover {
  color: #ffffff !important;
}
.breadcrumbs {
  background-color: #070707;
  color: #666;
  font-size: 11px;
  line-height: 18px;
}
.breadcrumbs .wrap {
  padding: 10px 0;
}
.breadcrumbs .separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.breadcrumbs a,
.breadcrumbs a:hover {
  text-decoration: none;
}
.contactbox {
  *zoom: 1;
}
.contactbox:before,
.contactbox:after {
  content: "";
  display: table;
}
.contactbox:after {
  clear: both;
}
.contactbox h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 40px;
  padding: 10px 0 10px 50px;
  position: relative;
  color: #070707;
  font-weight: bold;
}
.contactbox h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 8px;
  display: block;
  background-color: #ff8409;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8409), to(#eda729));
  background: -webkit-linear-gradient(top, #ff8409, #eda729);
  background: -moz-linear-gradient(top, #ff8409, #eda729);
  background: -ms-linear-gradient(top, #ff8409, #eda729);
  background: -o-linear-gradient(top, #ff8409, #eda729);
}
.contact {
  *zoom: 1;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact__left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .contact__left {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.contact__right {
  float: left;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .contact__right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.contact__right .rowex {
  *zoom: 1;
}
.contact__right .rowex:before,
.contact__right .rowex:after {
  content: "";
  display: table;
}
.contact__right .rowex:after {
  clear: both;
}
.contact__right .half {
  width: 50%;
  float: left;
  padding-right: 2%;
}
@media all and (max-width: 850px) {
  .contact__right .half {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.contact__right .fa {
  color: #ff8409;
}
.contact__right .contact__info {
  display: block;
  padding-left: 24px;
  position: relative;
}
.contact__right .contact__info .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#map iframe {
  display: block !important;
  width: 100% !important;
  height: 400px !important;
}
@media all and (max-width: 767px) {
  #map iframe {
    height: 250px !important;
  }
}
.shorttext {
  color: #ffffff;
  background-color: #070707;
}
@media all and (max-width: 767px) {
  .shorttext {
    text-align: center;
  }
}
.shorttext .wrap {
  padding: 10px 0 30px 0;
}
.shorttext h2 {
  font-size: 30px;
  line-height: 36px;
}
.shorttext p:first-of-type {
  margin-top: 10px;
}
.shorttext p:last-of-type {
  margin-bottom: 0;
}
.shorttext strong {
  color: #ff8409;
}
ul.sublist {
  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: 500px) {
  ul.sublist {
    display: block;
  }
}
ul.sublist > li {
  padding-left: 0;
}
ul.sublist > li:before {
  display: none;
}
ul.sublist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  ul.sublist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 500px) {
  ul.sublist .item {
    width: 100%;
  }
}
ul.sublist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  ul.sublist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  ul.sublist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
ul.sublist a {
  display: block;
  text-decoration: none;
  color: #070707;
  text-align: center;
}
ul.sublist a:hover {
  text-decoration: none;
  color: #070707;
}
ul.sublist a:hover .item__img span {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
ul.sublist .item__img {
  height: 250px;
  position: relative;
  overflow: hidden;
  display: block;
}
ul.sublist .item__img span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.sublist .item__perex {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.sublist .item__perex strong,
ul.sublist .item__perex b {
  font-weight: 300;
}
ul.sublist .button {
  font-size: 13px;
  padding: 10px 20px;
  background-color: #ff8409 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729)) !important;
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -moz-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -ms-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -o-linear-gradient(left, #ff8409, #eda729) !important;
  margin-top: 2px;
}
ul.sublist .button:hover {
  background: #ff8409 !important;
}
ul.sublist .item__title {
  padding: 10px;
  text-align: center;
  color: #070707;
  display: block;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
}
.categorylist.sublist .button {
  margin-top: 10px;
}
.postlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media all and (max-width: 600px) {
  .postlist {
    display: block;
  }
}
.postlist .item {
  width: 48.50%;
  margin-bottom: 50px;
  margin-right: 3%;
}
@media all and (max-width: 600px) {
  .postlist .item {
    width: 100%;
    margin-right: 0;
  }
}
.postlist .item:nth-child(even) {
  margin-right: 0;
}
.postlist .item__slider {
  border-bottom: thin solid #ffffff;
  overflow: hidden;
}
.postlist .item__slider .s201_slides {
  vertical-align: middle;
}
.postlist .item__title {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
}
.postlist .item__text {
  background-color: #ff8409 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729)) !important;
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -moz-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -ms-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -o-linear-gradient(left, #ff8409, #eda729) !important;
  color: #070707;
  text-align: center;
  padding: 20px;
}
.postlist .item__text p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.bloglist.sublist .item__img {
  height: auto;
  margin-bottom: 14px;
}
#cookie-notice {
  background: rgba(0, 0, 0, 0.85) !important;
}
.cookie-notice-container {
  padding: 50px 5% !important;
}
#cn-notice-text {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
#cn-accept-cookie,
#cn-more-info {
  background-color: #ff8409 !important;
  text-decoration: none !important;
  color: #ffffff;
}
#cn-accept-cookie {
  font-size: 17px !important;
}
#cn-more-info {
  background-color: #999 !important;
}
.specification {
  margin: 40px 0;
}
.specification > p:first-of-type {
  text-align: center;
}
.cookieset__box {
  padding: 40px;
  background-color: #111;
}
.cookieset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
}
.cookieset li.item {
  width: 33.33%;
  text-align: center;
  padding: 0 40px;
}
.cookieset .item__description {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
/* ------------------ HEADER ----------------*/
.header {
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .wrap {
  padding: 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .wrap {
    height: 84px;
  }
}
a.logo {
  display: block;
  width: 100%;
  max-width: 82px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media all and (min-width: 990px) and (max-width: 1160px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo {
    left: 3%;
  }
}
.headerbox {
  float: right;
  *zoom: 1;
}
.headerbox:before,
.headerbox:after {
  content: "";
  display: table;
}
.headerbox:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .headerbox {
    width: 180px;
  }
}
.headerbox .button {
  float: left;
  margin-left: 14px;
  font-size: 11px;
  padding: 10px 10px;
  background-color: #ff8409 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729)) !important;
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -moz-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -ms-linear-gradient(left, #ff8409, #eda729) !important;
  background-image: -o-linear-gradient(left, #ff8409, #eda729) !important;
  margin-top: 2px;
}
@media all and (max-width: 500px) {
  .headerbox .button {
    font-size: 9px;
    padding: 5px 4px;
    position: absolute;
    right: 3%;
    top: 8px;
    float: none;
    width: 134px;
  }
}
.headerbox .button:hover {
  background: #ff8409 !important;
}
@media all and (max-width: 500px) {
  .headerbox .button + .button {
    top: initial;
    bottom: 8px;
  }
}
.nav-up .header {
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/********************* Footer ******************/
.footer {
  background-color: #1d1d1d;
  color: #ffffff;
}
.footer .wrap {
  padding: 60px 0;
}
.footer-menu {
  *zoom: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0;
}
.footer-menu:before,
.footer-menu:after {
  content: "";
  display: table;
}
.footer-menu:after {
  clear: both;
}
.footer-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
@media all and (max-width: 650px) {
  .footer-menu > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-menu > li:first-child {
  margin-left: 0;
}
@media all and (max-width: 650px) {
  .footer-menu > li:first-child {
    margin-left: 10px;
  }
}
.footer-menu > li:last-child > a:after {
  display: none;
}
.footer-menu > li:hover > a {
  color: #ff8409;
}
.footer-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.footer-menu > li.current-menu-item > a,
.footer-menu > li.current-category-ancestor > a,
.footer-menu > li.current-post-ancestor > a,
.footer-menu > li.current-page-ancestor > a {
  color: #ff8409;
}
.footer-menu > li > a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}
.footer-menu > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -24px;
  height: 4px;
  width: 20px;
  background-color: #ff8409;
}
@media all and (max-width: 650px) {
  .footer-menu > li > a:after {
    display: none;
  }
}
.footer-menu > li > a:hover {
  text-decoration: none;
  color: #ff8409;
}
.copy p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.copy p strong {
  text-transform: uppercase;
}
.fcontact {
  *zoom: 1;
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
}
.fcontact:before,
.fcontact:after {
  content: "";
  display: table;
}
.fcontact:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .fcontact {
    max-width: 100%;
    text-align: center;
  }
}
.fcontact .half {
  width: 50%;
  float: left;
}
@media all and (max-width: 767px) {
  .fcontact .half {
    float: none;
    width: 100%;
  }
}
.footer__logo {
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  -webkit-background-size: 82px 58px;
  background-size: 82px 58px;
  width: 82px;
  height: 58px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.contactlist {
  margin-bottom: 20px;
}
.contactlist .item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .contactlist .item {
    padding-left: 0;
  }
}
.contactlist .fas,
.contactlist .far {
  color: #ff8409;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media all and (max-width: 767px) {
  .contactlist .fas,
  .contactlist .far {
    position: relative;
    top: 0;
    /*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;
    margin-right: 10px;
  }
}
.socials {
  font-size: 0;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
}
.socials li + li {
  margin-left: 14px;
}
.socials a {
  font-size: 24px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: left;
  margin-top: 12px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #ff8409;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  position: relative;
  z-index: 1;
  float: left;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 30px;
}
@media all and (min-width: 990px) and (max-width: 1160px) {
  .main-menu > li {
    margin-left: 10px;
  }
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:last-child > a:after {
  display: none;
}
.main-menu > li:hover > a {
  color: #ff8409;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.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 {
  color: #ff8409;
}
.main-menu > li > a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}
.main-menu > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -24px;
  height: 4px;
  width: 20px;
  background-color: #ff8409;
}
@media all and (min-width: 990px) and (max-width: 1160px) {
  .main-menu > li > a:after {
    right: -16px;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #ff8409;
}
.second-menu {
  float: left;
  margin-top: 7px;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #ff9e3c;
  position: absolute;
  left: 0;
  top: 100%;
  width: 180px;
  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;
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.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: #ffffff;
  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 .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #3d2f22;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff8409;
}
.header.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #ff8409;
  z-index: 9999;
  top: 100%;
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.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 {
  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;
}
.header.active .main-menu > li .sub-menu.show {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 1px;
  padding: 6px;
  background-color: #d56b00;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.header.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #ff9e3c;
}
.header.active .main-menu > li.current-menu-item > a:hover {
  background-color: #000000;
}
.header.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a {
  padding: 20px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #ff9123;
  /*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: 'Roboto';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu > li > a:hover {
  background: none !important;
}


.page-id-660 .main textarea {
  height: 250px;
  text-align: left;
}










