@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/montserrat/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bgc.block {
  background-color: #e4f0e6;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #bc945c;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #cbac80;
}
p {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #0d1d3b;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 122px;
}
.wrap {
  margin: 0 auto;
  max-width: 1344px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff !important;
  background: #bc945c;
  font-size: 15px;
  text-transform: none;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: thin solid transparent;
}
@media all and (max-width: 400px) {
  .button {
    width: 100%;
    line-height: 15px !important;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #cbac80 !important;
}
.button.reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #cbac80 !important;
  border-color: #cbac80;
}
.button.reverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #bc945c !important;
  border-color: #bc945c;
}
.button.with--icon {
  padding-right: 60px;
}
.button.with--icon .fas,
.button.with--icon .far,
.button.with--icon .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  font-size: 20px;
}
.button--inverse {
  background: none !important;
  color: #0d1d3b !important;
  border-color: #bc945c;
}
.button--inverse:hover {
  background: #bc945c !important;
  color: #ffffff !important;
  border-color: #bc945c;
}
.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: #bc945c;
}
.bg-grey {
  background-color: #f2f2f2;
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 50px 0;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 40px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #cbac80;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
a.block__more {
  float: right;
  color: #0d1d3b;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #bc945c;
}
.block__top {
  position: relative;
  margin-bottom: 40px;
}
.block__top .uptitle {
  display: block;
  text-transform: uppercase;
  color: #cbac80;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.block__top h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .block__top h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.block__top.text-center {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block__top.text-center p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  width: 100%;
}
.main blockquote {
  background-color: #cbac80;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 24px;
  border: none;
  border-left: thick solid #bc945c;
  margin: 40px 0;
  color: #ffffff;
}
.main blockquote h1,
.main blockquote h2,
.main blockquote h3,
.main blockquote h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.main blockquote p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}
.main blockquote p:last-of-type {
  margin-bottom: 0;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 40px 0;
  border: none !important;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.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: 44px;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px) {
  .main h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.main h2 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  clear: both;
  position: relative;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #bc945c;
  clear: both;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  clear: both;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.main ul > li:before {
  content: "\f111";
  font-weight: bold;
  font-family: 'Font Awesome 5 Pro';
  color: #cbac80;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 4px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 56px;
  margin: 20px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background-color: #cbac80;
  width: 40px;
  text-align: center;
  display: block;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: left;
  font-size: 15px;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr th {
  text-align: center;
  color: #ffffff;
  padding: 10px 14px;
  background-color: #bc945c;
  font-size: 15px;
  line-height: 22px;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr td {
  padding: 16px 14px;
  color: #0d1d3b;
  border-bottom: thin solid #ddd;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main .gallery-columns-2 .gallery-item {
  width: 48.85% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-2 .gallery-item {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-2 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-2 .gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.7);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0d1d3b;
  font-weight: bold;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0d1d3b;
  opacity: 1;
  font-weight: bold;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0d1d3b;
  opacity: 1;
  font-weight: bold;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0d1d3b;
  font-weight: bold;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  font-family: 'Montserrat' !important;
  padding: 0 20px;
  color: #0d1d3b;
  border: thin solid #0d1d3b;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.main input[type=text]:focus,
.main input[type=email]:focus,
.main input[type=tel]:focus,
.main select:focus,
.main textarea:focus {
  border-color: #cbac80;
}
.main label {
  font-family: 'Montserrat' !important;
  color: #0d1d3b !important;
}
.main select,
.main option {
  font-family: 'Montserrat' !important;
  color: #0d1d3b !important;
  font-weight: bold;
}
.main input[type=file] {
  font-size: 13px;
}
.main .labelex {
  display: block;
  margin-bottom: 12px;
  position: absolute;
  top: 16px;
  left: 0;
  max-width: 140px;
}
@media all and (max-width: 767px) {
  .main .labelex {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}
.main textarea {
  padding: 20px;
  height: 200px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit],
.main button {
  text-decoration: none !important;
  padding: 8px 30px;
  display: inline-block;
  color: #ffffff !important;
  background: #bc945c !important;
  font-family: 'Montserrat' !important;
  font-size: 15px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  position: relative;
  border: none;
  font-weight: 600;
  text-transform: uppercase !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
@media all and (max-width: 500px) {
  .main input[type=submit],
  .main button {
    width: 100% !important;
    display: block !important;
  }
}
.main input[type=submit]:hover,
.main button:hover {
  background: #cbac80 !important;
  color: #ffffff !important;
}
.main .rowex.submit {
  text-align: center;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .main .rowex {
    padding-left: 0;
  }
}
.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 {
  width: 100%;
  max-width: 560px;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-radio input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #0d1d3b;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #bc945c;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #bc945c;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #bc945c;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #0d1d3b;
  text-decoration: none;
}
.paginator .current {
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  background-color: #bc945c;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #cbac80;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #bc945c;
  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: #c3a06e;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #d2b892;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #e1cfb6;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #c3a06e;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #bc945c;
  color: #ffffff;
}
.grecaptcha-badge {
  display: none !important;
}
/* 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: #bc945c !important;
  color: #ffffff !important;
  border: none !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-cp-foot-save:hover {
  background-color: #cbac80 !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;
}
@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: 999;
  background-color: #0d1d3b;
}
#slider {
  background-color: #0d1d3b;
}
#slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 300px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  z-index: 2;
}
#slider .item .wrap {
  min-height: 90vh;
  z-index: 3;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item .wrap {
    min-height: 0;
    padding: 120px 0;
  }
}
#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%);
}
#slider .carousel-control > span {
  width: 26px;
  height: 41px;
  font-size: 0;
}
#slider .carousel-control.left {
  left: 4%;
}
#slider .carousel-control.left > span {
  background: url(../images/slider-left.png) 0 0 no-repeat;
  -webkit-background-size: 26px 41px;
  background-size: 26px 41px;
  margin-left: 0 !important;
  left: 0;
}
#slider .carousel-control.right {
  right: 4%;
}
#slider .carousel-control.right > span {
  background: url(../images/slider-right.png) 0 0 no-repeat;
  -webkit-background-size: 26px 41px;
  background-size: 26px 41px;
  margin-right: 0 !important;
  right: 0;
}
#slider .carousel-inner {
  overflow: visible;
}
#slider .item__text {
  max-width: 510px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  text-align: left;
}
@media all and (min-width: 990px) and (max-width: 1350px) {
  #slider .item__text {
    left: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #slider .item__text {
    max-width: 100%;
    text-align: center;
    right: 0;
    position: relative;
    /*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;
    padding: 0 30px;
  }
}
#slider .item__text h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #cbac80;
  text-transform: uppercase;
}
#slider .item__text h1 span {
  display: inline-block;
  background-color: #bc945c;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 10px;
}
@media all and (max-width: 500px) {
  #slider .item__text h1 span {
    font-size: 30px;
    line-height: 36px;
  }
}
.carousel-indicators {
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: block;
  z-index: 2;
  text-align: right;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .carousel-indicators {
    padding-right: 3%;
  }
}
@media all and (max-width: 767px) {
  .carousel-indicators {
    text-align: center;
    padding-right: 0;
  }
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 4px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carousel-indicators li.active {
  background-color: #bc945c;
  width: 20px;
  height: 20px;
  margin: 0 4px !important;
}
.showcase__page {
  position: relative;
  background: #0d1d3b;
  color: #ffffff;
}
.showcase__page.after:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, #0d1d3b 0%, rgba(13, 29, 59, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0d1d3b 0%, rgba(13, 29, 59, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0d1d3b 0%, rgba(13, 29, 59, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#081e1c', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.showcase__page .wrap {
  padding: 90px 0 60px 0;
  z-index: 1;
}
.showcase__page h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .showcase__page h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.showcase__page h1:after {
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: thin solid #cbac80;
}
.showcase__page p {
  color: #ffffff;
  font-size: 16px;
  margin: 20px 0 0 0;
}
.introbox {
  padding: 100px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .introbox {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.introbox__text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #ffffff;
}
.introbox__text h1 {
  font-weight: 500;
  font-size: 55px;
  line-height: 65px;
}
@media all and (max-width: 500px) {
  .introbox__text h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media all and (max-width: 500px) {
  .introbox__text h1 br {
    display: none;
  }
}
.introbox__text p {
  margin: 20px 0;
  font-size: 26px;
  line-height: 44px;
  font-weight: 300;
}
@media all and (max-width: 767px) {
  .introbox__text p {
    font-size: 20px;
    line-height: 32px;
  }
}
.introbox__text a.button--inverse {
  color: #ffffff !important;
  border-color: #bc945c;
}
.introbox__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 46%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .introbox__img {
    margin-top: 30px;
    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;
    width: 100%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.programlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist {
    display: block;
  }
}
.programlist .item {
  width: 19.20%;
  margin-right: 1%;
  padding: 0 10px;
  text-align: center;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .programlist .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.programlist .item:nth-child(5) {
  margin-right: 0;
}
.programlist .item:hover .item__bottom {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.programlist .item__top {
  padding: 10px 10px 20px 10px;
  position: relative;
}
.programlist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.programlist .item__icon {
  height: 100px;
  line-height: 100px;
  margin-bottom: 6px;
}
.programlist .item__icon img {
  max-height: 100%;
}
.programlist .item__text h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
@media all and (min-width: 990px) and (max-width: 1350px) {
  .programlist .item__text h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.programlist .item__bottom {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
  box-shadow: 0px 26px 26px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 26px 26px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 26px 26px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  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;
}
.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: 767px) {
  .servicelist {
    display: block;
  }
}
.servicelist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .servicelist .item {
    width: 100%;
    margin-right: 0;
  }
}
.servicelist .item:nth-child(3n+3) {
  margin-right: 0;
}
.servicelist .item:hover .item__text h2 {
  color: #bc945c;
}
.servicelist .item:hover .item__img__inner {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.servicelist .item__img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  -ms-border-radius: 50px 50px 50px 0;
  -o-border-radius: 50px 50px 50px 0;
  border-radius: 50px 50px 50px 0;
}
.servicelist .item__img__inner {
  height: 200px;
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  -ms-border-radius: 50px 50px 50px 0;
  -o-border-radius: 50px 50px 50px 0;
  border-radius: 50px 50px 50px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.servicelist .item__text {
  text-align: center;
}
.servicelist .item__text h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.servicelist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.aboutblock .wrap {
  max-width: 840px;
}
.aboutbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutbox {
    display: block;
  }
}
.aboutbox .item__1 {
  width: 40%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutbox .item__1 {
    width: 100%;
    height: 300px;
  }
}
.aboutbox .item__2 {
  width: 40%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutbox .item__2 {
    width: 100%;
  }
}
.aboutbox .item__3 {
  width: 20%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutbox .item__3 {
    display: none;
  }
}
.aboutbox__text {
  background-color: #0d1d3b;
  color: #ffffff;
  padding: 20px 80px 20px 40px;
  position: relative;
}
.aboutbox__text h2 {
  color: #bc945c;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
  margin-top: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutbox__text h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.about__text__icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 40px;
}
.aboutslogan {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.aboutslogan p {
  font-family: Georgia;
  font-style: italic;
  font-size: 32px;
  line-height: 50px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutslogan p {
    font-size: 20px;
    line-height: 26px;
  }
}
.teamlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.teamlist .item {
  width: 22.75%;
  margin-right: 3%;
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .teamlist .item {
    width: 48.50%;
  }
}
.teamlist .item:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .teamlist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .teamlist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.teamlist .item:nth-child(1),
.teamlist .item:nth-child(2),
.teamlist .item:nth-child(3),
.teamlist .item:nth-child(4) {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .teamlist .item:nth-child(3),
  .teamlist .item:nth-child(4) {
    margin-top: 40px;
  }
}
.teamlist .item:hover .item__text h3 {
  color: #bc945c;
}
.teamlist .item__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.teamlist .item__img:before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.teamlist .item__img:after {
  content: "";
  display: table;
  clear: both;
}
.teamlist .item__img__inner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.teamlist .item__text h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
@media all and (max-width: 767px) {
  .teamlist .item__text h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
.teamlist .item__text h4 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .teamlist .item__text h4 {
    font-size: 15px;
    line-height: 24px;
  }
}
.teamlist.teamlist--wide {
  display: block;
}
.teamlist.teamlist--wide .item {
  width: 100%;
  margin-right: 0;
  font-size: 0;
  margin-bottom: 40px;
}
.teamlist.teamlist--wide .item__img {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .teamlist.teamlist--wide .item__img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.teamlist.teamlist--wide .item__text {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .teamlist.teamlist--wide .item__text {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.breadcrumbs {
  background-color: #f6f6f6;
}
.breadcrumbs .wrap {
  padding: 10px 0;
}
.breadcrumbs .separator {
  color: #0d1d3b;
  opacity: 1;
}
.orderbox {
  display: inline-block;
  vertical-align: top;
  width: 30.33%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  background-color: #0d1d3b;
  color: #ffffff;
  text-align: center;
  border-top: thick solid #bc945c;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .orderbox {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.orderbox.wide {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.orderbox h2 {
  color: #cbac80;
}
.orderbox ul > li {
  padding-left: 0;
}
.orderbox ul > li:before {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 6px;
  top: -2px;
}
.lines {
  clear: both;
  margin: 40px 0;
  border-top: thin solid rgba(0, 0, 0, 0.1);
}
.bloglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .bloglist {
    display: block;
  }
}
.bloglist .item {
  width: 30.33%;
  padding: 20px;
  border: thin solid #ddd;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
}
@media all and (max-width: 900px) {
  .bloglist .item {
    width: 48%;
  }
}
@media all and (max-width: 550px) {
  .bloglist .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 900px) {
  .bloglist .item:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .bloglist .item:nth-child(3) {
    display: block;
  }
}
.bloglist .item__img {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.bloglist .item__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bloglist .item__img a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bloglist .item__text {
  padding: 30px 20px;
  background-color: #ffffff;
}
.bloglist .item__title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 0;
}
.bloglist .item__date {
  font-size: 13px;
  text-align: center;
  display: block;
  width: 125px;
  height: 38px;
  line-height: 38px;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.bloglist .item__date .far,
.bloglist .item__date .fas {
  color: #bc945c;
  margin-right: 6px;
}
.bloglist p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}
.bloglist .button {
  padding: 10px 20px;
  margin-top: 14px;
  font-size: 14px;
  display: block;
  width: 100%;
}
ul.shearer {
  font-size: 0;
  position: relative;
  margin-top: 50px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: thin solid #ddd;
  padding-left: 80px;
}
ul.shearer:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "Sdílet na:";
  font-size: 14px;
}
ul.shearer li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 24px 0 0;
}
ul.shearer a {
  color: #0d1d3b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.shearer a:hover {
  color: #bc945c;
}
.sing__content {
  *zoom: 1;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.sing__content:before,
.sing__content:after {
  content: "";
  display: table;
}
.sing__content:after {
  clear: both;
}
.sing__content .featured {
  padding: 20px;
  border: thin solid #ddd;
  margin: 20px auto;
}
.sing__content .featured img {
  width: 100%;
  display: block;
}
.singmetas {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: thin solid rgba(0, 0, 0, 0.1);
}
.orderform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .orderform {
    display: block;
  }
}
.orderform .wpcf7 {
  max-width: 100%;
}
.orderform__img {
  width: 30%;
  text-align: center;
  padding: 30px;
  background-color: #0d1d3b;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .orderform__img {
    width: 100%;
  }
}
.orderform__form {
  width: 70%;
  padding: 20px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .orderform__form {
    width: 100%;
    padding: 20px;
  }
}
.orderform__form input[type=submit] {
  padding: 20px 50px;
  margin-top: 40px;
}
.orderform__img__name span {
  font-size: 13px;
  line-height: 20px;
  display: block;
}
.orderform__img__company {
  margin-top: 30px;
}
.orderform__img__company p {
  font-size: 14px;
  line-height: 22px;
}
.modal {
  background: rgba(10, 10, 10, 0.6) !important;
  padding-right: 0 !important;
  z-index: 10000;
}
.modal .modal-dialog {
  max-width: 960px;
  width: 100%;
}
@media all and (max-width: 500px) {
  .modal .modal-dialog {
    margin: 0;
  }
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-content {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal legend {
  border: none !important;
}
.modal .dost__title {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  display: block;
}
/* ------------------ HEADER ----------------*/
.tos-caption {
  display: none !important;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
}
.header .wrap {
  padding: 40px 0 40px 0;
}
.nav-up .header {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  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);
}
a.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  max-width: 160px;
  left: 0;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  a.logo {
    left: 8%;
  }
}
.header__search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header__search {
    right: 8%;
  }
}
/********************* Footer ******************/
.footer {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  background-color: #144B6E;
  color: #DBDBDB;
}
.footer .wrap {
  padding: 40px 0;
}
.footer p {
  font-size: 13px;
  line-height: 20px;
}
.footer a {
  color: #DBDBDB;
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer__top {
  position: relative;
  margin-bottom: 40px;
}
.footer__logo {
  /*position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;*/
  display: block;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__logo {
    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;
    display: block;
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.footer__top__contacts {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #bc945c;
  font-weight: 600;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__top__contacts {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer__top__contacts p {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer__top__contacts p {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer__top__contacts a {
  color: #bc945c;
}
.footer__top__contacts a:hover {
  color: #ffffff;
}
.separator {
  display: inline-block;
  vertical-align: middle;
  color: #DBDBDB;
  opacity: 0.30;
  margin-left: 8px;
  margin-right: 8px;
}
.socials {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  *zoom: 1;
}
.socials:before,
.socials:after {
  content: "";
  display: table;
}
.socials:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .socials {
    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;
    font-size: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.socials li {
  float: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .socials li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
}
.socials li + li {
  margin-left: 4px;
}
.socials a {
  display: block;
  width: 30px;
  line-height: 28px;
  text-align: center;
  height: 30px;
  border: thin solid #00beaf;
  color: #00beaf;
}
.socials a:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.copyright .wrap {
  padding: 10px 0;
}
.copyright p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.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;
  }
}
@media all and (max-width: 767px) {
  .fcols .fcol {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none !important;
  }
}
.fcols .col__1 {
  width: 25%;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .fcols .col__1 {
    text-align: center;
  }
}
.fcols .col__2 {
  padding-left: 20px;
  padding-right: 20px;
  width: 25%;
  border-right: thin solid rgba(255, 255, 255, 0.1);
  border-left: thin solid rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 767px) {
  .fcols .col__2 {
    text-align: center;
  }
}
.fcols .col__3 {
  width: 50%;
  padding-left: 20px;
}
.footer__menu > li {
  margin-bottom: 10px;
}
.fpartner {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .fpartner {
    margin-left: auto;
    margin-right: auto;
  }
}
.fpartner p {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
.newslet.main ._form._form_29._inline-form._dark,
.newslet.main #_form_640B4BA093DBD_ {
  margin: 0;
  padding: 0;
}
.newslet.main ._form._form_29._inline-form._dark ._form-title,
.newslet.main #_form_640B4BA093DBD_ ._form-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  font-family: 'Montserrat' !important;
}
.newslet.main ._form._form_29._inline-form._dark input[type="text"],
.newslet.main #_form_640B4BA093DBD_ input[type="text"],
.newslet.main ._form._form_29._inline-form._dark input[type="email"],
.newslet.main #_form_640B4BA093DBD_ input[type="email"] {
  background: none;
  border-color: #bc945c;
  color: #ffffff !important;
}
.newslet.main ._form._form_29._inline-form._dark legend,
.newslet.main #_form_640B4BA093DBD_ legend {
  border: none !important;
}
.newslet.main ._form._form_29._inline-form._dark button,
.newslet.main #_form_640B4BA093DBD_ button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.newslet.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #dbdbdb;
  font-weight: bold;
}
.newslet.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dbdbdb;
  opacity: 1;
  font-weight: bold;
}
.newslet.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dbdbdb;
  opacity: 1;
  font-weight: bold;
}
.newslet.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #dbdbdb;
  font-weight: bold;
}
.newslet.main .rowex {
  padding-left: 0;
  padding: 4px 0;
}
.newslet.main .rowex.submit {
  padding-right: 200px;
}
@media all and (max-width: 500px) {
  .newslet.main .rowex.submit {
    padding-right: 0;
  }
}
@media all and (max-width: 500px) {
  .newslet.main .acc {
    margin-bottom: 20px;
  }
}
.newslet.main label {
  color: #ffffff !important;
}
.newslet.main input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 500px) {
  .newslet.main input[type="submit"] {
    position: relative;
  }
}
.newslet.main .wpcf7-acceptance label {
  color: #ffffff;
  text-align: left;
}
.objfixed {
  z-index: 9998;
  display: block;
  position: fixed;
  top: 50vh;
  margin-top: -74px;
  right: 0;
  background: url(../images/obj_fixed.png) center center no-repeat;
  width: 37px;
  height: 150px;
  -webkit-background-size: 37px 150px;
  background-size: 37px 150px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .objfixed {
    display: none;
  }
}
.objfixed:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  margin-top: 4px;
  float: right;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 1px;
  border-bottom: medium solid #0d1d3b;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.menu {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
.menu .wrap {
  background-color: #cbac80;
  max-width: 1250px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .menu .wrap {
    padding: 20px 0;
  }
}
.menusearch {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 62px;
  text-align: center;
}
.menusearch a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  background-color: #002b75;
}
.menusearch a:hover {
  color: #ffffff;
  background-color: #cbac80;
}
.menusearch .fas,
.menusearch .fal,
.menusearch .far {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.main-menu {
  *zoom: 1;
  float: right;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
    margin-left: 0;
  }
}
.main-menu > li {
  position: relative;
  float: left;
}
@media all and (min-width: 990px) and (max-width: 1350px) {
  .main-menu > li {
    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: #bc945c;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li:hover.menu-item-has-children > a:before {
  color: #bc945c;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 28px;
}
.main-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  color: #bc945c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 990px) and (max-width: 1350px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a {
  text-decoration: none;
  color: #bc945c;
}
.main-menu > li.rounded > a {
  border: medium solid #0d1d3b;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
}
.main-menu > li.rounded > a:hover {
  border-color: #bc945c;
}
.main-menu > li.rounded.current-menu-item > a {
  border-color: #bc945c;
}
.main-menu > li > a {
  font-size: 11px;
  line-height: 24px;
  color: #0d1d3b;
  text-decoration: none;
  display: block;
  padding: 6px 4px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  border: medium solid transparent;
}
@media all and (min-width: 990px) and (max-width: 1350px) {
  .main-menu > li > a {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #bc945c;
}
.main-menu #menu-item-140 .sub-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-menu #menu-item-143 .sub-menu {
  top: initial;
  bottom: 0;
}
.main-menu .sub-menu,
.top-menu .sub-menu {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.main-menu .sub-menu > li,
.top-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:last-child > a,
.top-menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.top-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.top-menu .sub-menu > li:hover > a {
  color: #bc945c;
  text-decoration: none;
}
.main-menu .sub-menu > li:hover > a:after,
.top-menu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li.menu-item-has-children > a,
.top-menu .sub-menu > li.menu-item-has-children > a {
  padding-right: 28px;
}
.main-menu .sub-menu > li.menu-item-has-children > a:before,
.top-menu .sub-menu > li.menu-item-has-children > a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f054";
  color: #bc945c;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-weight: 300;
  font-size: 10px;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu .sub-menu > li.menu-item-has-children > a:before,
  .top-menu .sub-menu > li.menu-item-has-children > a:before {
    display: none;
  }
}
.main-menu .sub-menu > li.current-menu-item,
.top-menu .sub-menu > li.current-menu-item,
.main-menu .sub-menu > li .current-menu-item,
.top-menu .sub-menu > li .current-menu-item {
  color: #bc945c;
  text-decoration: none;
  background-color: #ffffff;
}
.main-menu .sub-menu > li > a,
.top-menu .sub-menu > li > a {
  font-size: 15px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #0d1d3b;
  font-weight: 300;
  border-bottom: thin solid rgba(0, 0, 0, 0.15);
}
.main-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:hover {
  color: #bc945c;
  text-decoration: none;
}
.main-menu .sub-menu > li .sub-menu,
.top-menu .sub-menu > li .sub-menu {
  left: 100%;
  top: 0;
  background-color: #b4884a;
}
.main-menu .sub-menu > li .sub-menu a:hover,
.top-menu .sub-menu > li .sub-menu a:hover {
  background-color: #a27a43;
}
.header.active .main-menu,
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #0d1d3b;
  z-index: 9999;
  top: 100%;
  width: 100%;
  height: calc(100vh - 109px);
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  /*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;
  overflow: auto;
}
.header.active .main-menu > li,
.menu.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu,
.menu.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu,
.menu.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.header.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
  color: #cbac80;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
}
.header.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 17px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  color: #cbac80;
  font-weight: 300;
  font-size: 20px;
  display: block;
  margin-top: 11px;
}
.header.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a {
  color: #cbac80;
}
.header.active .main-menu > li.current-menu-item > a:hover,
.menu.active .main-menu > li.current-menu-item > a:hover {
  color: #cbac80;
}
.header.active .main-menu > li a:after,
.menu.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.menu.active .main-menu > li > a {
  padding: 30px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: thin solid rgba(255, 255, 255, 0.1);
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-family: 'Montserrat';
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
  background: none !important;
}
.header.active .main-menu > li > a:hover,
.menu.active .main-menu > li > a:hover {
  background: none !important;
}

.footer__partners {
  text-align: center;
  font-size: 0;

  .fpartner {

  }

}

.section-title {
  margin-bottom: 24px;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
}

.primary-small-title {
    color: #bc945c;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.video-hero-section {
    position: relative;
    padding: 0;
}

.video-hero-section video {
    display: block;
    width: 100%;
    aspect-ratio: 2.4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 25%;
    object-position: 25%;
}

.video-hero-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 47.5px 16px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5))),rgba(0,0,0,0) 50%/cover no-repeat;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%),rgba(0,0,0,0) 50%/cover no-repeat;
}

.video-hero-title {
    padding: 16px 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    max-width: 903px;
}

@media screen and (max-width: 767px) {

  .video-hero-title {
    font-size: 20px;
    line-height: 26px;
  }

}

@media screen and (max-width: 767px) {

  .video-hero-section video {
      -o-object-position: 37% 60%;
      object-position: 37% 60%;
      aspect-ratio: .94;
  }

}

.medialist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.medialist .item {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 30px;
}

.medialist .item__img {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 10px;
}

.medialist .item__img__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .9;
}

.medialist .item:hover .item__img__inner {
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.medialist .item__img a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.medialist .item__text h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
}

.medialist .item__text p {
    margin: 4px 0;
    opacity: .7;
}

.medialist .item:nth-child(3n+3) {
    margin-right: 0;
}

@media (max-width: 767px) {

  .medialist .item {
    width: 48.5%;
  } 

  .medialist .item:nth-child(odd) {
      margin-right: 3%;
  }  

  .medialist .item:nth-child(even) {
    margin-right: 0;
  }

}

@media (max-width: 500px) {

  .medialist {
    display: block;
  }

  .medialist .item {
    width: 100%;
    margin-right: 0 !important;
  }

}

.footer__bottom {
  border-top: thin solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
}









