@import url(bootstrap-theme.min.css);
@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(stylesheet.css);
@import url(stylesheet-2.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;
}
.light {
  font-weight: 400;
  font-family: 'jd_sans_prolight';
}
.medium {
  font-weight: 400;
  font-family: 'jd_sans_promedium';
}
.semibold {
  font-weight: 400;
  font-family: 'jd_sans_prosemibold';
}
.bold {
  font-weight: 400;
  font-family: 'jd_sans_probold';
}
.tos-caption {
  display: none;
}
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: #c4934c;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #b9873d;
}
p {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'jd_sans_prolight', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
.wrap {
  margin: 0 auto;
  max-width: 1110px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.wrap.full--width {
  max-width: 96%;
}
.wrap.width--960 {
  max-width: 960px;
}
.button {
  text-decoration: none !important;
  padding: 14px 30px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  margin-top: 30px;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  border: thin solid transparent;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'jd_sans_probold';
  overflow: hidden;
  color: #ffffff !important;
  background-color: #c4934c !important;
}
.button span {
  z-index: 3;
  position: relative;
  background: linear-gradient(90deg, #c4934c, #b9873d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.button .button__icon {
  position: absolute;
  background-color: #b9873d;
  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 {
  background-color: #b9873d !important;
}
.button--reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #c4934c !important;
  border-color: #c4934c;
}
.button--reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000 !important;
  border-color: #000000;
}
.button--purple {
  background: none !important;
  color: #9041c9 !important;
  border-color: #9041c9 !important;
}
.button--purple:hover {
  background: #9041c9 !important;
  color: #ffffff !important;
  border-color: #9041c9;
}
.button--inverse {
  background: none !important;
  color: #c4934c !important;
  border-color: #c4934c;
}
.button--inverse:hover {
  background: #c4934c !important;
  color: #ffffff !important;
  border-color: #c4934c;
}
.button + .button {
  margin-left: 20px;
}
.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: #c4934c;
}
.bgc {
  background-color: #ffffff;
}
@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;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.uptitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  display: block;
  margin-bottom: 6px;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 90px 0;
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #c4934c;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #000000;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #c4934c;
}
.block__top {
  *zoom: 1;
  margin-bottom: 30px;
  position: relative;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Inter';
  font-style: italic;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__top h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.block__top h2 span {
  color: #c4934c;
}
.block__top h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
}
.block__top p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.block__top .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__top .button {
    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-top: 20px;
  }
}
.perex {
  color: #b9873d;
}
.main {
  /*input[type="file"] {
    color: transparent;
    border: none !important;
    outline: none;
    width: 100%;
    margin-top: 10px;
  }
  input[type="file"]:valid {
    //color: #333;
  }
  input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
  }
  input[type="file"]::before {
    content: 'Upload CV';
    color: white;
    text-align: center;
    display: block;
    width: 100%;
    background: #a3a3a3;
    border: none !important;
    padding: 0 8px;
    height: 42px;
    line-height: 42px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
  }
  input[type="file"]:active {
    outline: none !important;
  }
  input[type="file"]:hover::before {
    background-color: @links;
  }

  .addphoto.cover__letter {

    input[type="file"]::before {
      content: 'Upload Cover Letter (optional)';
    }

  }*/
}
.main blockquote {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin-top: 40px;
  color: #c4934c;
  font-style: italic;
  position: relative;
}
.main blockquote:before {
  content: "\0022";
  color: #c4934c;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 138px;
  line-height: 148px;
}
.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: 16px;
  line-height: 24px;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  margin: 40px 0;
  height: 300px !important;
  margin-left: auto;
  margin-right: auto;
}
.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-size: 52px;
  line-height: 58px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  clear: both;
  font-weight: 800;
}
.main h2 {
  font-size: 36px;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  font-weight: bold;
  font-family: 'Inter';
  font-style: italic;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h2 span {
  color: #c4934c;
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #c4934c;
  clear: both;
  font-family: 'Inter';
  font-weight: bold;
}
@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;
  color: #c4934c;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}
.main ul > li:before {
  content: "";
  background-color: #c4934c;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 2px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 34px;
  margin: 0 0 4px 0;
  line-height: 24px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #c4934c;
  width: 20px;
  display: block;
  text-align: right;
}
.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 th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #c4934c;
  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: #000000;
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
  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-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;
}
@media all and (max-width: 500px) {
  .main .gallery br {
    display: none !important;
  }
}
.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(93, 169, 60, 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: 100;
}
@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: #222222;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222222;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222222;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222222;
}
.main .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 18px;
  color: #ff0000 !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 20px !important;
}
.main .wpcf7 form.invalid .wpcf7-response-output,
.main .wpcf7 form.unaccepted .wpcf7-response-output,
.main .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900 !important;
  color: #000000;
}
.main .wpcf7 form.sent .wpcf7-response-output {
  background-color: #9041C9 !important;
  color: #ffffff;
  padding: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  border-color: #9041C9;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main input[type=date],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  font-family: 'jd_sans_prolight';
  padding: 0 20px;
  color: #000000;
  border: none;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.main .addphoto .wpcf7-not-valid-tip {
  margin-top: 44px;
}
.main .addphoto label {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  background: #a3a3a3;
  border: none !important;
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  margin-top: 10px;
}
.main .addphoto label:before {
  content: "Upload CV";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .addphoto label:hover,
.main .addphoto label:focus {
  background-color: #c4934c;
}
.main .addphoto label input {
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main .addphoto.cover__letter label:before {
  content: 'Upload Cover Letter (optional)';
}
.main .wpcf7-form-control-wrap {
  display: block;
}
.main .acc {
  margin: 20px 0 10px 0;
}
.main .acc p {
  font-size: 12px;
  line-height: 18px;
}
.main select,
.main option {
  color: #b9873d;
  font-weight: bold;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.10em;
}
.main textarea {
  padding: 20px;
  height: 196px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  display: inline-block;
  border: thin solid #c4934c;
  outline: none;
  background: #c4934c;
  font-family: 'jd_sans_prolight';
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  line-height: normal;
  padding: 12px 10px;
  width: 170px;
  text-align: center;
}
.main input[type=submit]:hover {
  background: none #b9873d !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .rowex > .item {
  min-height: 0 !important;
}
.main .rowex + .rowex {
  margin-top: 14px;
}
.main .plast {
  *zoom: 1;
}
.main .plast:before,
.main .plast:after {
  content: "";
  display: table;
}
.main .plast:after {
  clear: both;
}
.main .rowex.checker {
  margin: 10px 0;
  width: 50%;
  float: left;
  padding-right: 30px;
}
.main .rowex.item__date {
  position: relative;
  padding-left: 170px;
}
.main .rowex.item__date .labelex {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.main .rowex.interest {
  margin: 20px 0 10px 0;
}
.main .rowex.interest .labelex {
  font-size: 18px;
  line-height: 24px;
}
.main .rowex.interest label {
  color: #000000;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: bold;
}
.main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 6px;
}
@media all and (max-width: 650px) {
  .main .rowex.interest .wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}
.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,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #c4934c;
}
.wpcf7-acceptance label a,
.wpcf7-radio label a,
.wpcf7-checkbox label a {
  color: #ffffff;
  text-decoration: underline;
}
.wpcf7-acceptance label a:hover,
.wpcf7-radio label a:hover,
.wpcf7-checkbox label a:hover {
  color: #ffffff;
  text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .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,
.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: thin solid #a6a8a7;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox 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,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #936b30;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: thin solid #936b30;
}
.wpcf7-checkbox label {
  color: #b9873d;
  font-size: 13px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #c4934c;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #000000;
  text-decoration: none;
}
.paginator .current {
  color: #222;
  padding: 10px;
  font-weight: bold;
  background-color: #c4934c;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #b9873d;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #c4934c;
  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: #a67937;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #c4934c;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #d1aa72;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #a67937;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #c4934c;
  color: #ffffff;
}
ul.gal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.gal li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media all and (max-width: 600px) {
  ul.gal li {
    width: 49.50%;
  }
}
ul.gal li:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(odd) {
    margin-right: 1%;
  }
}
@media all and (max-width: 600px) {
  ul.gal li:nth-child(even) {
    margin-right: 0;
  }
}
ul.gal a,
ul.gal span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}
ul.gal a:after,
ul.gal span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.3);
  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) {
  ul.gal a:after,
  ul.gal span:after {
    display: none !important;
  }
}
ul.gal a:hover:after,
ul.gal span:hover:after,
ul.gal a:hover:before,
ul.gal span:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
ul.gal span:after {
  display: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
a.button--scroll {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
a.button--scroll:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 1;
  border-bottom: thin solid #c4934c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
}
a.button--scroll .fa-thin,
a.button--scroll .fa-light {
  margin-left: 10px;
}
a.button--scroll:hover {
  text-decoration: none;
}
a.button--scroll:hover:before {
  width: 100%;
}
/* Cookies */
.cc-pc-container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  -o-overflow: hidden;
  overflow: hidden;
}
.cc-nb-okagree,
.cc-nb-reject,
.cc-cp-foot-save {
  background-color: #c4934c !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #b9873d !important;
}
.cc-pc-head-lang-select,
.cc-pc-head-lang-select:focus,
.cc-pc-head-lang-select:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.cc-cp-foot {
  padding: 20px;
  display: block;
  *zoom: 1;
}
.cc-cp-foot:before,
.cc-cp-foot:after {
  content: "";
  display: table;
}
.cc-cp-foot:after {
  clear: both;
}
.cc-cp-foot-save:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.freeprivacypolicy-com---pc-dialog div.cc-cp-foot-byline {
  display: none !important;
}
.lines {
  border-top: thin solid #c4934c;
  height: 1px;
  clear: both;
  margin: 40px 0;
}
.maw760 {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes jump {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes jump {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes jump {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes jump {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.tablet__show {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet__show {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .tablet__hide {
    display: none;
  }
}
.mobile__show {
  display: none !important;
}
@media all and (max-width: 767px) {
  .mobile__show {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .mobile__hide {
    display: none !important;
  }
}
@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;
  background-color: #ebebeb;
}
#slider {
  background: #ffffff;
  /*.item__bg {
		.cover;


		video {
			position: absolute;
		   top: 0;
		   left: 50%;
		   -webkit-transform: translate(-50%, -130px);
		   -ms-transform: translate(-50%, -130px);
		   -o-transform: translate(-50%, -130px);
		   transform: translate(-50%, -130px);
		   width: auto;
		   height: auto;
		   min-width: 100%;
		   min-height: 100%;
			}

		}*/
}
#slider .carousel-inner {
  z-index: 2;
}
#slider .item {
  overflow: hidden;
}
#slider .item .wrap {
  height: 660px;
}
@media all and (max-width: 767px) {
  #slider .item .wrap {
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
#slider .item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#slider .item__bg video {
  /*position: absolute;
		  top: 0;
		  left: 50%;
		  -webkit-transform: translate(-50%, 0);
		  -ms-transform: translate(-50%, 0);
		  -o-transform: translate(-50%, 0);
		  transform: translate(-50%, 0);
		  width: auto;
		  height: auto;*/
  min-width: 100%;
  min-height: 100%;
  display: block;
  width: 100%;
  height: auto;
}
#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;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes upDownupDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#slider .button {
  margin-top: 100px;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .showcase__img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 84px;
  max-width: 80%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #slider .showcase__img {
    max-width: 100%;
    opacity: 0.3;
  }
}
#slider .showcase__img img {
  width: 100%;
}
#slider .showcase__cars {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 50%;
  z-index: 2;
}
#slider .showcase__cars img {
  width: 100%;
}
#slider .showcase__cars .car {
  width: 100%;
  opacity: 0;
}
#slider .showcase__cars .car__1 {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1;
  animation: fadeInLeft 1s ease-out 0.8s forwards;
}
#slider .showcase__cars .car__2 {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 2;
  animation: fadeInLeft 1s ease-out 1.5s forwards;
}
#slider .showcase__text {
  width: 100%;
  max-width: 50%;
  margin-top: 200px;
  z-index: 3;
  position: relative;
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  /*&:before {
			content: "";
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 1px;
			height: 100%;
			border-left: thin solid @light;
			animation-name: jump;
	    animation-duration: 2s;
	    animation-timing-function: ease;
	    animation-iteration-count: 1;
		}*/
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text {
    left: 3%;
    width: 94%;
  }
}
@media all and (max-width: 767px) {
  #slider .showcase__text {
    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;
    left: 0;
    width: 100%;
    margin-top: 0;
    max-width: 100%;
    opacity: 1;
  }
}
#slider .showcase__text h1 {
  font-family: 'Inter';
  font-size: 50px;
  line-height: 60px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
@media all and (min-width: 990px) and (max-width: 1130px) {
  #slider .showcase__text h1 {
    font-size: 50px;
    line-height: 56px;
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .showcase__text h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
#slider .showcase__text h1 span {
  color: #c4934c;
}
#slider .showcase__text p {
  font-size: 20px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  #slider .showcase__text p {
    font-size: 16px;
  }
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: -90px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #e9e8e8;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 4px !important;
}
.carousel-indicators li.active {
  background-color: #c4934c;
}
.showcase__page {
  position: relative;
  overflow: hidden;
}
.showcase__page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(183, 183, 183, 0.47);
  display: none;
}
.showcase__page .wrap {
  padding: 180px 0 0 0;
  position: relative;
  z-index: 1;
  min-height: 280px;
}
.showcase__page h1 {
  font-family: 'Inter';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.showcase__page p {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-style: italic;
}
.aboutbox {
  *zoom: 1;
}
.aboutbox:before,
.aboutbox:after {
  content: "";
  display: table;
}
.aboutbox:after {
  clear: both;
}
.aboutbox__text {
  float: left;
  width: 48.50%;
  margin-right: 3%;
  font-size: 18px;
  line-height: 28px;
}
.aboutbox__text .button {
  margin-top: 50px;
}
.aboutbox__text p {
  font-size: 18px;
  line-height: 28px;
}
.aboutbox__img {
  float: left;
  width: 48.50%;
}
.aboutbox__img img {
  width: 100%;
}
.recommendedblock {
  background-color: #fafafa;
}
.whyblock {
  background: url(../jpg/bg-why.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.whylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.whylist .item {
  width: 25%;
  padding: 0 10px;
}
.whylist .item__icon {
  text-align: center;
  line-height: 150px;
}
.whylist .item__text {
  text-align: left;
}
.numerosblock {
  color: #ffffff;
  background: rgba(184, 27, 45, 0.9);
}
.numerosblock .wrap {
  padding: 80px 0;
}
.numeroslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.numeroslist .item {
  width: 25%;
  text-align: center;
}
.numeroslist .item__count {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  display: block;
}
.numeroslist .item__label {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.10em;
}
.newslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newslist .item {
  width: 31.33%;
  margin-right: 3%;
  background-color: #FAF6F6;
  position: relative;
  overflow: hidden;
}
.newslist .item:nth-child(3n+3) {
  margin-right: 0;
}
.newslist .item:hover {
  background-color: #f1e6e6;
}
.newslist .item__img {
  height: 250px;
}
.newslist .item__text {
  padding: 30px;
}
.newslist p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
.newslist .item__title {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  color: #c4934c;
}
.newslist .item__date {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #A8A49A;
  margin-bottom: 30px;
}
.newslist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.suppliersbox {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.suppliersbox__img img {
  width: 100%;
}
.categorybox {
  *zoom: 1;
}
.categorybox:before,
.categorybox:after {
  content: "";
  display: table;
}
.categorybox:after {
  clear: both;
}
.sidemenu {
  float: left;
  width: 35%;
  margin-right: 5%;
  background-color: #f6f6f6;
  padding: 16px;
}
.categorybox__content {
  float: left;
  width: 60%;
}
.category-list a {
  text-decoration: none !important;
  color: #606060;
}
.category-list .current-cat > a {
  color: #c4934c;
  font-weight: bold;
}
.category-list > .cat-item {
  margin: 6px 0;
}
.category-list > .cat-item.current-cat > a,
.category-list > .cat-item.current-cat-ancestor > a {
  color: #c4934c;
}
.category-list > .cat-item.current-cat > a:after,
.category-list > .cat-item.current-cat-ancestor > a:after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  border-bottom: thin solid #c4934c;
}
.category-list > .cat-item > a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.category-list > .cat-item.current-cat > .children,
.category-list > .cat-item.current-cat-ancestor > .children {
  display: block;
}
.category-list .children {
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.category-list .children > li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
.category-list .children > li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 0;
  color: #c4934c;
  font-weight: 400;
}
.category-list .children > li.current-cat-ancestor > a {
  color: #c4934c;
}
.category-list .children .current-cat .children,
.category-list .children .current-cat-ancestor .children {
  display: block;
}
.breadcrumbs {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.breadcrumbs .wrap {
  padding: 20px 0 0 0;
}
.breadcrumbs .separator {
  margin: 0 10px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #000000;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .current-item {
  color: #c4934c;
}
.breadcrumbs__wrap {
  display: inline-block;
}
.breadcrumbs__wrap:after {
  content: "";
  border-bottom: thin solid #c4934c;
  display: block;
  width: 150px;
  margin-top: 10px;
}
.categorybox__content h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  color: #c4934c;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .categorybox__content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.productlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productlist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productlist .item:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.productlist .item:hover:after {
  width: 80%;
}
.productlist .item:hover .item__text h2 {
  color: #c4934c;
}
.productlist .item:after {
  content: "";
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  border-bottom: medium solid #c4934c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productlist .item:nth-child(3n+3) {
  margin-right: 0;
}
.productlist .item__img {
  height: 220px;
  line-height: 220px;
}
.productlist .item__img img {
  width: auto;
  max-width: 80%;
  max-height: 200px;
}
.productlist .item__text h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productlist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.categorybox__description {
  margin-bottom: 40px;
}
.sbox {
  *zoom: 1;
}
.sbox:before,
.sbox:after {
  content: "";
  display: table;
}
.sbox:after {
  clear: both;
}
.sboximg {
  float: left;
  width: 45%;
  margin-right: 5%;
  text-align: center;
}
.sboxinfo {
  float: left;
  width: 50%;
  padding: 40px;
  background-color: #f6f6f6;
}
.sboxinfo h1 {
  font-weight: 300;
  font-size: 34px;
  line-height: 42px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.sboxinfo h1:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  border-bottom: thin solid #c4934c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sboximg__main {
  margin-bottom: 50px;
}
.sboximg__main img {
  width: 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.sboxinfo__bottom {
  position: relative;
}
.sboxinfo__bottom .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
a.sboxinfo__more {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
a.sboxinfo__more .fa-solid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.sboxinfo__desc {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
}
.sboxinfo__desc p {
  font-size: 14px;
  line-height: 20px;
}
.sboxinfo__desc ul > li:before {
  top: 10px;
}
.sboxinfo__code {
  color: #AEAEAE;
}
.sboxinfo__desc__more {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sboxinfo__desc__more.active {
  max-height: 9000px;
}
.sboximg__gallery {
  text-align: center;
  font-size: 0;
}
.sboximg__gallery li {
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
  line-height: 150px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sboximg__gallery li:hover {
  opacity: 0.5;
}
.sboximg__gallery li img {
  width: auto;
  max-width: 100%;
  max-height: 150px;
}
.sboxinfo__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sboxinfo__tags li {
  padding: 3px;
  background-color: #D9D9D9;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  margin: 2px 6px 2px 0;
}
.productitem {
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
}
.productitem:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.productitem:hover:after {
  width: 80%;
}
.productitem:hover .item__text h2 {
  color: #c4934c;
}
.productitem:after {
  content: "";
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  border-bottom: medium solid #c4934c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productitem__img {
  height: 220px;
  line-height: 220px;
}
.productitem__img img {
  width: auto;
  max-width: 80%;
  max-height: 200px;
}
.productitem__text h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productitem__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.similarlist.owl-carousel .owl-item img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.similarlist .item {
  padding: 10px;
}
.similarlist .owl-stage-outer:after {
  content: "";
  background: -webkit-linear-gradient(to left, #ffffff, transparent);
  background: -o-linear-gradient(to left, #ffffff, transparent);
  background: linear-gradient(to left, #ffffff, transparent);
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.home .similarlist .owl-stage-outer:after {
  content: "";
  background: -webkit-linear-gradient(to left, #fafafa, transparent);
  background: -o-linear-gradient(to left, #fafafa, transparent);
  background: linear-gradient(to left, #fafafa, transparent);
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.inqbox.main .inqboxbody__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  color: #c4934c;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .inqbox.main .inqboxbody__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.inqbox.main input[type="text"],
.inqbox.main input[type="email"],
.inqbox.main input[type="text"],
.inqbox.main textarea {
  background-color: #D9D9D9;
}
.owl-carousel .owl-stage {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.owl-carousel .owl-item {
  float: none !important;
}
.owl-carousel .item {
  height: 100%;
}
.infoblock .wrap {
  padding-top: 40px;
}
.infobox {
  background-color: #ffffff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  padding: 0 30px 30px 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}
.infobox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -78px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 78px;
  width: 18px;
  background: url(../svg/arr-down.svg) center center no-repeat;
}
.infoboxtop {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 70%;
  background-color: #f7f7f7;
  color: #707070;
  padding: 6px 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .infoboxtop {
    max-width: 90%;
  }
}
.infoboxtop p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.iconlist {
  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: 600px) {
  .iconlist {
    display: block;
  }
}
.iconlist .item {
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
}
@media all and (max-width: 600px) {
  .iconlist .item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.iconlist .item__icon {
  margin-bottom: 14px;
}
.iconlist h3 {
  font-family: 'Inter';
  color: #c4934c;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.iconlist p {
  margin-bottom: 0;
  margin-top: 6px;
}
#refslider:before {
  content: "";
  display: block;
  /*position: absolute;
		top: 0;
		left: 0;
		right: 0;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 88px;
  height: 100px;
  background: url(../svg/quote.svg) center top no-repeat;
  -webkit-background-size: 88px auto;
  -moz-background-size: 88px auto;
  -o-background-size: 88px auto;
  background-size: 88px auto;
}
#refslider .testimonial p {
  font-size: 19px;
  line-height: 24px;
}
#refslider .wrap {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #refslider .wrap {
    padding-left: 76px !important;
    padding-right: 76px !important;
  }
}
#refslider .carousel-control {
  opacity: 1;
  width: 26px;
  height: 41px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#refslider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#refslider .carousel-control.left {
  left: 4%;
}
#refslider .carousel-control.left > span {
  background: url(../png/slider-left.png) 0 0 no-repeat;
  -webkit-background-size: 26px 41px;
  background-size: 26px 41px;
  margin-left: 0 !important;
  left: 0;
}
#refslider .carousel-control.right {
  right: 4%;
}
#refslider .carousel-control.right > span {
  background: url(../png/slider-right.png) 0 0 no-repeat;
  -webkit-background-size: 26px 41px;
  background-size: 26px 41px;
  margin-right: 0 !important;
  right: 0;
}
.blockservices {
  background-color: #F7F7F7;
}
.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: 22.75%;
  margin-right: 3%;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: relative;
}
.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: 48.5%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 500px) {
  .servicelist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.servicelist .item:hover .item__text {
  bottom: 30px;
}
.servicelist .item:hover .inner {
  background: rgba(0, 0, 0, 0.5);
}
.servicelist .item:nth-child(4n+4) {
  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: 3%;
  }
}
.servicelist .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.servicelist h3 {
  font-family: 'Inter';
  font-size: 24px;
  line-height: 30px;
}
.servicelist .item__text {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 20px;
  left: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.servicelist .item__link {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.expectblock {
  overflow: hidden;
}
.expectbox__img {
  width: 100%;
  max-width: 580px;
  position: absolute;
  left: -20%;
  top: 0;
}
.expectbox__img img {
  width: 100%;
}
.expectbox__text {
  position: relative;
  z-index: 1;
}
.expectbox {
  padding-left: 200px;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .expectbox {
    padding-left: 0;
  }
}
.expectbox li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
.expectbox li:last-child {
  margin-bottom: 0;
}
.expectbox li:before {
  content: "";
  background: url(../svg/separator.svg) center center no-repeat;
  -webkit-background-size: 28px 39px;
  -moz-background-size: 28px 39px;
  -o-background-size: 28px 39px;
  background-size: 28px 39px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 39px;
}
.expectbox h3 {
  font-weight: bold;
  font-family: 'Inter';
  color: #c4934c;
  font-size: 20px;
  line-height: 26px;
}
.fleetlist {
  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: 650px) {
  .fleetlist {
    display: block;
  }
}
.fleetlist .item {
  width: 33.33%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 650px) {
  .fleetlist .item {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .fleetlist .item:first-of-type {
    margin-top: 0;
  }
}
.fleetlist .item__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Inter';
  color: #c4934c;
  margin-bottom: 30px;
}
.fleetlist .item__description p {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}
.fleetlist .item__info {
  margin: 20px 0;
  font-size: 0;
}
.fleetlist .item__info > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.fleetlist .item__info__label {
  margin-right: 10px;
}
.fleetlist .item__info__piece {
  font-size: 20px;
}
.fleetlist .item__info__piece:first-of-type {
  padding-right: 10px;
  margin-right: 10px;
  border-right: thin solid rgba(0, 0, 0, 0.3);
}
.fleetlist .item__info__piece strong {
  color: #c4934c;
  font-family: 'Inter';
  margin-left: 4px;
}
.tripslist {
  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) {
  .tripslist {
    display: block;
  }
}
.tripslist .item {
  width: 31.33%;
  margin-right: 3%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .tripslist .item {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 30px;
  }
}
.tripslist .item:nth-child(3n+3) {
  margin-right: 0;
}
.tripslist .item:hover .item__img__inner {
  -webkit-transform: scale(1.1) rotate(-2deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  -o-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}
.tripslist .item:hover .button--purple {
  background: #9041c9 !important;
  color: #ffffff !important;
  border-color: #9041c9 !important;
}
.tripslist .item__img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.tripslist .item__img__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tripslist h3 {
  font-family: 'Inter';
  font-size: 24px;
  line-height: 30px;
  color: #c4934c;
}
.tripslist .item__text {
  padding: 30px;
}
.tripslist .item__link {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.tripslist .item__button {
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
}
.cfrmblock .wrap {
  position: relative;
  padding-top: 0;
  margin-top: 100px;
}
.cfrmblock .wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 78px;
  width: 18px;
  background: url(../svg/arr-down.svg) center center no-repeat;
}
.cfrmbox {
  background-color: #dedede;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 30px;
  *zoom: 1;
}
.cfrmbox:before,
.cfrmbox:after {
  content: "";
  display: table;
}
.cfrmbox:after {
  clear: both;
}
.cfrmbox__left {
  width: 48%;
  float: left;
  padding-top: 60px;
  background: url(../svg/circles.svg) 10px 10px no-repeat;
  -webkit-background-size: 206px 178px;
  -moz-background-size: 206px 178px;
  -o-background-size: 206px 178px;
  background-size: 206px 178px;
}
@media all and (max-width: 767px) {
  .cfrmbox__left {
    float: none;
    width: 100%;
  }
}
.cfrmbox__left p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.cfrmbox_right {
  width: 48%;
  margin-left: 4%;
  float: left;
}
@media all and (max-width: 767px) {
  .cfrmbox_right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.cfrm--formatted {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Inter';
  margin-top: 50px;
}
.cfrm--formatted p {
  font-size: 18px;
  line-height: 24px;
}
.cfrm--formatted strong {
  font-weight: 600;
}
.cfrm--formatted li {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cfrm--formatted li .fa-light {
  color: #c4934c;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
.cfrm--formatted li span {
  font-size: 11px;
  line-height: 18px;
  display: block;
}
.fleetcontent h3 {
  margin-bottom: 0;
}
.fleetcontent p {
  margin-top: 0;
}
.blockslist .item {
  font-size: 0;
  margin-bottom: 100px;
}
.blockslist .item:last-child {
  margin-bottom: 0;
}
.blockslist .item__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 50%;
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .blockslist .item__text {
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
.blockslist .item__text h2 {
  margin-top: 0;
}
.blockslist .item__text p:last-of-type {
  margin-bottom: 0;
}
.blockslist .item__img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .blockslist .item__img {
    margin-top: 40px;
    width: 100%;
    display: block;
  }
}
.blockslist .item__img img {
  width: 100%;
}
.blockslist .item--even .item__text {
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}
@media all and (max-width: 767px) {
  .blockslist .item--even .item__text {
    text-align: left;
    padding-right: 0;
  }
}
.counterbox {
  background-color: #c4934c;
  color: #ffffff;
  padding: 80px 40px 30px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
  margin-bottom: 130px;
}
.counterbox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -78px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 78px;
  width: 18px;
  background: url(../svg/arr-down.svg) center center no-repeat;
}
@media all and (max-width: 600px) {
  .counterbox {
    padding-top: 40px;
  }
}
.counterlist {
  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: 600px) {
  .counterlist {
    display: block;
  }
}
.counterlist .item {
  width: 25%;
  padding-left: 40px;
  padding-right: 20px;
  border-right: thin solid rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 767px) {
  .counterlist .item {
    width: 50%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 600px) {
  .counterlist .item {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.counterlist .item:last-child {
  border: none;
  padding-right: 0;
}
.counterlist .item__label {
  color: #000000;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Inter';
  margin-bottom: 4px;
}
.counterlist .item__value {
  display: block;
  font-size: 40px;
  line-height: 46px;
  font-family: 'Inter';
}
.counterbox__legend {
  text-align: center;
  margin-top: 40px;
}
.counterbox__legend p {
  margin: 0;
}
.frmbox {
  *zoom: 1;
}
.frmbox:before,
.frmbox:after {
  content: "";
  display: table;
}
.frmbox:after {
  clear: both;
}
.frmbox__left {
  float: left;
  width: 50%;
}
@media all and (max-width: 767px) {
  .frmbox__left {
    float: none;
    word-wrap: 100%;
    margin-bottom: 30px;
  }
}
.frmbox__left a {
  text-decoration: none;
}
.frmbox__right {
  background-color: #dedede;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 30px;
  *zoom: 1;
  float: left;
  width: 50%;
}
.frmbox__right:before,
.frmbox__right:after {
  content: "";
  display: table;
}
.frmbox__right:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .frmbox__right {
    float: none;
    width: 100%;
  }
}
.eap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
  margin-top: 140px;
  position: relative;
}
.eap:after {
  content: "";
  display: block;
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 78px;
  width: 18px;
  background: url(../svg/arr-down.svg) center center no-repeat;
}
.eap h2 {
  margin-top: 0;
}
.eap p {
  margin-bottom: 0;
}
.eap img {
  max-width: 200px;
}
.gallist a {
  display: block;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.gallist a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(196, 147, 76, 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) {
  .gallist a:after {
    display: none !important;
  }
}
.gallist 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: 100;
}
@media all and (max-width: 767px) {
  .gallist a:before {
    display: none !important;
  }
}
.gallist a:hover:after,
.gallist a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.phgallery {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 80px;
  margin-bottom: 80px;
}
.divider {
  clear: both;
  margin: 40px 0;
  text-align: center;
}
.divider img {
  width: 100%;
  max-width: 40px;
}
.owl-dots {
  margin-top: 30px !important;
  display: none;
}
@media all and (max-width: 767px) {
  .owl-dots {
    display: block;
  }
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 20px !important;
}
.cbox__text > h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  font-style: italic;
  font-family: 'Inter';
}
@media all and (max-width: 767px) {
  .cbox__text > h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cbox__text .gdc_row p {
  margin: 0;
}
.cbox__text .gdc_column.gdc_chalf {
  margin-bottom: 0;
}
.cboxinfo__text {
  font-family: 'Inter';
  font-size: 14px;
}
.cboxinfo__text h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #c4934c;
  font-family: 'Inter';
}
.cboxinfo__text li {
  position: relative;
  padding-left: 46px;
  margin: 10px 0;
}
.cboxinfo__text li:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  color: #c4934c;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.cboxinfo {
  *zoom: 1;
}
.cboxinfo:before,
.cboxinfo:after {
  content: "";
  display: table;
}
.cboxinfo:after {
  clear: both;
}
.cboxinfo__left {
  float: left;
  width: 48.5%;
}
@media all and (max-width: 650px) {
  .cboxinfo__left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.cboxinfo__right {
  float: left;
  margin-left: 3%;
  width: 48.5%;
}
@media all and (max-width: 650px) {
  .cboxinfo__right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.cboxinfo__list {
  padding: 30px;
  background-color: #F7F7F7;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.cboxinfolist {
  font-size: 14px;
}
.cboxinfolist .item {
  padding: 8px 8px;
  border-bottom: thin dashed rgba(0, 0, 0, 0.4);
  *zoom: 1;
}
.cboxinfolist .item:before,
.cboxinfolist .item:after {
  content: "";
  display: table;
}
.cboxinfolist .item:after {
  clear: both;
}
.cboxinfolist .item:first-of-type {
  padding-top: 0;
}
.cboxinfolist .item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.cboxinfolist .item__label {
  font-family: 'Inter';
  font-weight: 600;
  float: left;
  width: 40%;
  padding-right: 30px;
}
.cboxinfolist .item__value {
  font-family: 'Inter';
  float: left;
  width: 60%;
}
.cboximg__main {
  margin-bottom: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
}
.cboximg__main img {
  width: 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.contact__blockscontent {
  overflow: hidden;
}
.contact__blockscontent .item__text {
  position: relative;
  z-index: 1;
}
.contact__blockscontent .item__text__img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -60px;
  width: 100%;
  max-width: 390px;
}
.contact__blockscontent .item__text__img img {
  width: 100%;
}
/* ------------------ HEADER ----------------*/
.nav-up .header {
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .wrap {
  padding: 40px 0 40px 300px !important;
  max-width: 1600px;
}
@media all and (max-width: 1620px) {
  .header .wrap {
    padding-left: 250px !important;
  }
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .wrap {
    padding-left: 214px !important;
  }
}
@media all and (max-width: 767px) {
  .header .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 500px) {
  .header .wrap {
    padding-left: 184px !important;
  }
}
.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 200px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (max-width: 1620px) {
  .logo {
    max-width: 150px;
  }
}
@media all and (max-width: 1620px) {
  .logo {
    left: 3%;
  }
}
.modal-backdrop {
  background-color: #1c0406;
}
.modal-backdrop.in {
  opacity: 0.70;
}
.modal {
  z-index: 10000;
}
.modal .modal-header {
  padding-bottom: 40px;
}
.modal-content {
  background-color: #ffffff;
  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;
  color: #000000;
}
.modal-dialog {
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.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: #c4934c;
  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;
  }
}
.minfobox {
  *zoom: 1;
  padding: 40px;
}
.minfobox:before,
.minfobox:after {
  content: "";
  display: table;
}
.minfobox:after {
  clear: both;
}
@media all and (max-width: 650px) {
  .minfobox {
    padding: 10px;
  }
}
.minfobox__text {
  float: left;
  width: 48.5%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .minfobox__text {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.minfobox__text.full--width {
  float: none;
  width: 100%;
}
@media all and (max-width: 767px) {
  .minfobox__text h3 {
    font-size: 20px !important;
    line-height: 26px;
    margin-top: 0;
  }
}
.minfobox__text h3 span {
  display: block;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  .minfobox__text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.minfobox__img {
  float: left;
  width: 48.5%;
  margin-left: 3%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .minfobox__img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.minfobox__img img {
  width: 100%;
}
.top {
  background-color: #222;
  color: #ddd;
}
@media all and (max-width: 800px) {
  .top {
    text-align: center;
  }
}
.top .wrap {
  padding: 14px 0;
}
.topcontact {
  float: left;
  font-size: 0;
}
@media all and (max-width: 800px) {
  .topcontact {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
.topcontact .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
@media all and (max-width: 450px) {
  .topcontact .item {
    font-size: 12px;
  }
}
.lang {
  *zoom: 1;
  float: left;
  margin-left: 36px;
  margin-top: 4px;
}
.lang:before,
.lang:after {
  content: "";
  display: table;
}
.lang:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .lang {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media all and (max-width: 500px) {
  .lang {
    margin-left: 20px;
  }
}
.lang li {
  float: left;
}
.lang li + li {
  margin-left: 10px;
}
.lang a:hover {
  opacity: 0.6;
}
.lang img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.toplinks {
  float: right;
  font-size: 0;
}
@media all and (max-width: 800px) {
  .toplinks {
    display: none;
  }
}
.toplinks .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.topcontact .item + .item,
.toplinks .item + .item {
  margin-left: 14px;
}
@media all and (max-width: 450px) {
  .topcontact .item + .item,
  .toplinks .item + .item {
    margin-left: 8px;
  }
}
.topcontact i,
.toplinks i {
  color: #c4934c;
  margin-right: 6px;
}
.topcontact a,
.toplinks a {
  color: #ffffff;
  text-decoration: none;
}
.topcontact a:hover,
.toplinks a:hover {
  color: #c4934c;
}
.mod {
  padding: 0 50px 50px 50px;
}
.mod__img {
  width: 100%;
  max-width: 300px;
}
.mod__img img {
  width: 100%;
}
.modal__video iframe {
  width: 100% !important;
  display: block;
  overflow: hidden;
  height: 400px !important;
}
.modal {
  z-index: 10000;
}
.modal .modal-header {
  padding-bottom: 40px;
}
.modal video {
  max-height: 80vh;
}
#inqModal .modal-content {
  background-color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#inqModal .modal-body {
  padding: 0 40px 40px 40px;
}
.modal-content {
  background-color: #000000;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-dialog {
  width: 100%;
  max-width: 60%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 94%;
    margin: 30px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.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: #c4934c;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 40px;
}
@media all and (max-width: 600px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
  }
}
a.headerbutton {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media all and (max-width: 1620px) {
  a.headerbutton {
    right: 3%;
  }
}
@media all and (max-width: 500px) {
  a.headerbutton {
    padding-left: 10px;
    padding-right: 10px;
    width: 94px;
  }
}
/********************* Footer ******************/
.footer {
  position: relative;
  background-color: #F7F7F7;
  font-size: 14px;
  line-height: 20px;
}
.footer .wrap {
  padding: 80px 0 40px 0;
  position: relative;
  z-index: 2;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer p {
  font-size: 14px;
  line-height: 20px;
}
.footer__top {
  border-bottom: thin solid rgba(0, 0, 0, 0.9);
  padding-bottom: 20px;
}
.footer__bottom {
  padding-top: 20px;
}
.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: 767px) {
  .fcols {
    display: block;
  }
}
.fcols .col__1 {
  width: 30%;
}
@media all and (max-width: 767px) {
  .fcols .col__1 {
    width: 100%;
  }
}
.fcols .col__2 {
  width: 70%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .fcols .col__2 {
    width: 100%;
    padding-left: 0;
  }
}
.footer__menu .sub-menu {
  display: none;
}
.footercols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footercols .column__1 {
  width: 25%;
  padding-right: 20px;
}
@media all and (max-width: 600px) {
  .footercols .column__1 {
    width: 35%;
  }
}
.footercols .column__2 {
  width: 50%;
  padding-right: 20px;
}
@media all and (max-width: 600px) {
  .footercols .column__2 {
    padding-right: 0;
    width: 65%;
  }
}
.footercols .column__3 {
  width: 25%;
}
@media all and (max-width: 600px) {
  .footercols .column__3 {
    width: 100%;
  }
}
.footer__title {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.copyright {
  *zoom: 1;
}
.copyright:before,
.copyright:after {
  content: "";
  display: table;
}
.copyright:after {
  clear: both;
}
.copyright p {
  margin: 0;
}
.copyright__left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
@media all and (max-width: 600px) {
  .copyright__left {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.copyright__right {
  float: right;
  width: 50%;
  padding-left: 30px;
  text-align: right;
}
@media all and (max-width: 600px) {
  .copyright__right {
    text-align: center;
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.socials {
  font-size: 0;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 8px;
}
.socials li:first-child {
  margin-left: 0;
}
.socials a {
  color: #000000;
}
.socials a:hover {
  color: #c4934c;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  float: left;
  width: 30px;
  z-index: 1000;
  position: relative;
}
@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: 0.6rem;
  height: 1px;
  border-bottom: medium solid #c4934c;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
#toogle-menu:hover span {
  border-color: #c4934c;
}
.main-menu {
  *zoom: 1;
  z-index: 99;
  float: left;
  font-family: 'Inter';
}
.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;
    top: -100vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99;
    width: 100vw;
    height: 100vh;
    line-height: 24px;
    text-align: center;
    left: 50%;
    /* Posunutí o 50% šířky nadřazeného prvku */
    transform: translateX(-50%);
    /* Posunutí zpět o 50% vlastní šířky */
    overflow: auto;
    margin-left: 0;
    float: none;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 50px;
}
@media all and (max-width: 1620px) {
  .main-menu > li {
    margin-left: 30px;
  }
}
@media all and (min-width: 990px) and (max-width: 1130px) {
  .main-menu > li {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li {
    float: none;
    margin-left: 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: #090000;
}
.main-menu > li:hover > a:after {
  width: 80%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li:hover > a {
    color: #000000;
  }
}
.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,
.main-menu > li.current-menu-parent > a {
  text-decoration: none;
  color: #090000;
}
.main-menu > li.current-menu-item > a:after,
.main-menu > li.current-category-ancestor > a:after,
.main-menu > li.current-post-ancestor > a:after,
.main-menu > li.current-page-ancestor > a:after,
.main-menu > li.current-menu-parent > a:after {
  width: 80%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .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 {
    color: #000000;
  }
}
.main-menu > li.menu__reserve > a {
  background-color: #c4934c;
  color: #222222 !important;
  padding-left: 14px;
  padding-right: 14px;
}
.main-menu > li.menu__reserve > a:before {
  display: none !important;
}
.main-menu > li.menu__reserve > a:hover {
  background-color: #b9873d;
  color: #222222;
}
.main-menu > li.socials--item {
  margin-left: 14px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.socials--item {
    margin-left: 0 !important;
  }
}
.main-menu > li.socials--item.fcb {
  margin-left: 30px;
}
.main-menu > li.socials--item > a:after,
.main-menu > li.socials--item > a:before {
  display: none !important;
}
.main-menu > li.mobile__links {
  display: none;
}
@media all and (min-width: 990px) and (max-width: 1130px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.mobile__links {
    display: block;
  }
}
.main-menu > li.mobile__links > a {
  color: #c4934c !important;
}
.main-menu > li > a {
  padding: 6px 0;
  color: #090000;
  line-height: 24px;
  font-size: 17px;
  display: block;
  font-weight: 300;
  letter-spacing: normal;
  text-decoration: none;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a {
    padding: 20px 10px;
    color: #000000;
    line-height: 32px;
    font-size: 20px;
    display: block;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: thin solid rgba(0, 0, 0, 0.2);
  }
  .main-menu > li > a:hover {
    text-decoration: none;
  }
}
.main-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  width: 0;
  display: block;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c4934c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li > a:after {
    display: none !important;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #090000;
}
.main-menu > li > a:hover:after {
  width: 80%;
}
.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;
  padding-top: 10px;
  padding-bottom: 10px;
  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: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: #b9873d;
  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,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  /*color: @light;
			text-decoration: none;
			background-color: @links-hover;*/
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #c4934c;
  text-decoration: none;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
}
.header.active .main-menu {
  top: 100%;
  opacity: 1;
}
.header.active .main-menu > li:hover > .sub-menu {
  display: none;
}
.header.active .main-menu > li .sub-menu.show {
  background-color: #c4934c;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
}
.header.active .main-menu > li .sub-menu.show > li .sub-menu,
.header.active .main-menu > li .sub-menu.show > li .submenu {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  text-align: center;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  height: 73px;
  width: 64px;
  border-left: thin solid rgba(255, 255, 255, 0.2);
  background-color: #000000;
  z-index: 3;
  display: block;
  text-align: center;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  display: block;
  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;
}
.header.active .main-menu > li > a:after {
  display: none;
}
