@font-face {
  font-family: "MuseoSans-100";
  src: url("../font/museo/MuseoSans-100.ttf") format("truetype"), url("../font/museo/MuseoSans-100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans-100Italic";
  src: url("../font/museo/MuseoSans-100Italic.ttf") format("truetype"), url("../font/museo/MuseoSans-100Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "MuseoSans-300";
  src: url("../font/museo/MuseoSans-300.ttf") format("truetype"), url("../font/museo/MuseoSans-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans-300Italic";
  src: url("../font/museo/MuseoSans-300Italic.ttf") format("truetype"), url("../font/museo/MuseoSans-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "MuseoSans-500";
  src: url("../font/museo/MuseoSans-500.ttf") format("truetype"), url("../font/museo/MuseoSans-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans-500Italic";
  src: url("../font/museo/MuseoSans-500Italic.ttf") format("truetype"), url("../font/museo/MuseoSans-500Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "MuseoSans-700";
  src: url("../font/museo/MuseoSans-700.ttf") format("truetype"), url("../font/museo/MuseoSans-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans-700Italic";
  src: url("../font/museo/MuseoSans-700Italic.ttf") format("truetype"), url("../font/museo/MuseoSans-700Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "MuseoSans-900";
  src: url("../font/museo/MuseoSans-900.ttf") format("truetype"), url("../font/museo/MuseoSans-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans-900Italic";
  src: url("../font/museo/MuseoSans-900Italic.ttf") format("truetype"), url("../font/museo/MuseoSans-900Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.vc_column_container > .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*----------------------------------------------------------------*/
/** BASE - START ------------------------------------------------ */
/** BASE - START ------------------------------------------------ */
.ns_vc_icon,
.vc_el-container #ns_include_section .vc_element-icon,
.wpb_ns_include_section > .wpb_element_wrapper > .wpb_element_title > .vc_element-icon,
.vc_el-container > #ns_include_section > .vc_element-icon,
.vc_el-container > #ns_include_section > .vc_element-icon[data-is-container=true],
.compose_mode .vc_helper.vc_helper-ns_include_section > .vc_element-icon,
.vc_helper.vc_helper-ns_include_section > .vc_element-icon,
.compose_mode .vc_helper.vc_helper-ns_include_section > .vc_element-icon[data-is-container=true],
.vc_helper.vc_helper-ns_include_section > .vc_element-icon[data-is-container=true],
.wpb_ns_include_section > .wpb_element_wrapper > .wpb_element_title > .vc_element-icon,
.wpb_ns_include_section > .wpb_element_wrapper > .wpb_element_title > .vc_element-icon[data-is-container=true] {
  background-image: url("../images/element-icon-ns.png") !important;
}

.vc_column_container .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

b,
strong {
  font-weight: bold;
}

* {
  outline: none !important;
}

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-family: "MuseoSans-500";
  overflow-x: hidden;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  font-weight: 400;
  background-color: #bc9947;
}

#page.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 150%; /* Adjust this as necessary */
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

body.bodymargin {
  margin: 15px !important;
}

html,
body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.small-footer {
  color: #fff;
  font-size: 14px;
  padding: 0px 15px;
  max-width: 1320px;
  margin: 0 auto;
}

.small-footer > div > div {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}

.small-footer > div > div > div {
  padding: 0;
}

.ns-link {
  float: right;
  color: #fff;
}
.ns-link svg path,
.ns-link svg rect {
  fill: #fff;
}

.ns-link:hover {
  color: #fff !important;
  text-decoration: underline;
}
.ns-link:hover svg path,
.ns-link:hover svg rect {
  fill: #fda230;
}

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: black;
}

.wpb_raw_code.phone-general {
  margin-bottom: 0;
}

.wpb_raw_code.phone-general path {
  fill: #bc9947;
}

.wpb_raw_code.phone-general a span {
  color: black;
  font-size: 16px;
}

.wpb_raw_code.phone-general a:hover,
.wpb_raw_code.phone-general a:focus,
.wpb_raw_code.phone-general a:active {
  text-decoration: none;
}

.wpb_raw_code.phone-general a:hover span.inner-contents,
.wpb_raw_code.phone-general a:focus span.inner-contents,
.wpb_raw_code.phone-general a:active span.inner-contents {
  text-decoration: underline;
}

.vc_row .vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 992px) {
  .small-footer > div > div {
    display: flex;
    align-items: center;
  }
  .empty-space-hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .site-content {
    min-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center;
  }
  .small-footer > div > div {
    flex-direction: column;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1380px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1380px) {
  .small-footer > div > div {
    margin: 0;
  }
  .small-footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .site-content > div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .small-footer > div > div {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.nsg-img-title {
  margin-bottom: 0 !important;
  padding-top: 5px;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-align: left !important;
  color: #d1d3d4 !important;
}

.vc_separator {
  border-color: #e8e8e8;
}

/*-------------------- typography START --------------------*/
h1 {
  font-size: 55px;
  line-height: 150%;
  font-weight: 50;
}

h2 {
  font-size: 36px;
  line-height: 150%;
  font-weight: 500;
}

h3 {
  font-size: 25px;
  line-height: 150%;
  font-weight: 500;
  color: #fff;
}

h4 {
  font-size: 22px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
}

h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  color: #fff;
}
h5 a:hover {
  color: #bc9947;
  text-decoration: none;
}

h6 {
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: #3c3c3c;
}

p {
  line-height: 175%;
  font-weight: 300;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MuseoSans-500" !important;
  color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

.vc_single_image-wrapper img {
  border-radius: 0;
}

.wpb_single_image .vc_figure-caption {
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  color: #d1d3d4;
}

.img-responsive {
  width: 100%;
  height: auto;
}

a {
  color: #bc9947;
  text-decoration: none;
}

.wpb_text_column ul {
  padding-left: 20px;
  font-weight: 400;
  list-style: none;
  color: black;
}

.wpb_text_column ul li {
  font-weight: 300;
  line-height: 26px;
  line-height: 175%;
  color: #fff;
}

.wpb_text_column ul li:before {
  content: "";
  background-image: url(../images/bullet-point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #bc9947;
  font-weight: bold;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -1.1em;
  position: absolute;
  margin-top: 12px;
  margin-right: 15px;
}

.wpb_text_column ol {
  padding-left: 25px;
  font-weight: 300;
  margin-bottom: 15px;
  color: black;
}
.wpb_text_column ol ol {
  font-weight: 300;
  line-height: 26px;
  line-height: 150%;
  color: black;
}

.wpb_text_column li {
  line-height: 172%;
}

.wpb_text_column p a {
  color: #fff;
}

@media screen and (max-width: 1380px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 15px;
  }
  li,
  p {
    font-size: 16px;
    line-height: 1.5;
  }
  .wpb_text_column ul li:before {
    margin-top: 11px;
  }
}
@media screen and (max-width: 992px) {
  .vc_single_image-wrapper img {
    border-radius: 0;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px !important;
  }
  li,
  p {
    font-size: 14px !important;
    line-height: 1.5;
  }
  .wpb_text_column ul li:before {
    margin-top: 10px;
  }
  li:before {
    margin-top: 0px;
    font-size: 15px;
  }
  .wpb_text_column ul li:before {
    margin-top: 8px;
  }
}
/*-------------------- typography END --------------------*/
/** BASE - END ------------------------------------------------ */
/** BASE - END ------------------------------------------------ */
/*-------------------- UI elements START --------------------*/
input[type=text],
input[type=email],
input[type=password] {
  border: 2px solid #eee;
  border-radius: 3px;
  height: 55px;
  padding: 8px;
  background: #fff;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover {
  border: 2px solid #dfdfdf;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border: 2px solid #cfcfcf;
  outline: none;
}

textarea {
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 8px;
  height: 165px;
  outline: none;
  resize: none;
}

.fw {
  width: 100%;
  display: block;
}

.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #eee;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn {
  border-radius: 3px;
  border: none;
  margin: 0;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.btn-xs {
  padding: 12.5px 20px;
  font-size: 11px;
}

.btn-sm {
  padding: 16.5px 18.315px;
  font-size: 14px;
}

.btn-md {
  padding: 17.5px 26.25px;
  font-size: 16px;
  font-weight: 500;
}

.btn-lg {
  padding: 21.5px 30.745px;
  font-size: 18px;
  font-weight: 700;
}

.btn-default,
.btn-default:visited {
  color: #fff;
  background: #bc9947;
  border: 2px solid #bc9947;
  transition: 0s;
}

.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #fff;
  background: #bc9947;
  border: 2px solid #bc9947;
  box-shadow: none;
  outline: none;
}

.btn-default:hover {
  color: #fff;
  background: #7d5b00;
  border: 2px solid #7d5b00;
}

.btn-primary,
.btn-primary:visited {
  color: #7d5b00;
  background: transparent;
  border: 2px solid #7d5b00;
  transition: 0s;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #7d5b00;
  background: transparent;
  border: 2px solid #7d5b00;
  box-shadow: none;
  outline: none;
}

.btn-primary:hover {
  color: #fff;
  border: 2px solid #7d5b00;
  background: #7d5b00;
}

.btn-secondary,
.btn-secondary:visited,
.wpcf7-submit,
.wpcf7-submit:visited {
  color: black;
  background: #fff;
  border: 2px solid #fff;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.wpcf7-submit:active,
.wpcf7-submit:focus,
.wpcf7-submit:active:focus,
.wpcf7-submit:active:hover {
  color: black;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: none;
  outline: none;
}

.btn-secondary:hover,
.wpcf7-submit:hover {
  color: black;
  background: #eee;
  border: 2px solid #fff;
}

.btn.read-more:after {
  content: "";
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #bc9947;
  font-weight: bold;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
}

footer .btn.read-more:after {
  background-image: url(../images/arrow-right-black.svg);
}

.table-responsive {
  border: 0;
  margin: 0;
}

/*-------------------- bootstrap classes END --------------------*/
/*------------------- VC default START ---------------------*/
/* tabs */
.vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.vc_tta-tabs .vc_tta-panel-body {
  padding: 35px 0 !important;
  border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab {
  width: 25%;
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
  border-bottom: none !important;
}

.vc_tta-tabs .vc_tta-tab > a {
  background: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  color: #eee;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child > a {
  margin-right: 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  margin-left: 0;
}

.vc_tta-tabs .vc_tta-tab > a:hover {
  color: #7d5b00 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #7d5b00 !important;
  color: #fff !important;
  font-weight: 600;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
  transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #7d5b00 !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .vc_tta-tabs .vc_tta-panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #fff !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading {
    border-radius: 0 !important;
    border: none !important;
    background: #eee !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #dfdfdf !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #7d5b00 !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #7d5b00;
    text-transform: uppercase;
  }
}
/* acordion */
.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-body {
  padding: 5px 0 14px 0 !important;
}

.vc_tta-accordion .vc_tta-title-text {
  font-size: 14px;
  color: #eee;
  font-weight: 400;
  text-transform: uppercase;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #7d5b00;
  font-weight: 500;
}

.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #eee;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #eee;
  padding: 5px;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #7d5b00;
  border: 5px solid #7d5b00;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
  color: #fff !important;
  border-color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !important;
}

/* FAQ */
.vc_toggle {
  margin-bottom: 3px !important;
}

.vc_toggle_title {
  background: #eee;
  padding: 15px 40px !important;
  color: #7d5b00;
}

.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}

.vc_toggle_icon {
  background: #7d5b00 !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}

.vc_toggle_icon::after {
  display: none !important;
}

.vc_toggle_icon::before {
  background: #7d5b00 !important;
  border: none !important;
  height: 14px !important;
}

.error-404 {
  margin-top: 175px;
  margin-bottom: 150px;
}

/*------------------- VC default END ---------------------*/
/** BUTTONS - START ------------------------------------------------ */
/** BUTTONS - START ------------------------------------------------ */
.wpcf7-submit,
.btn {
  padding: 2.5px 28px !important;
  font-weight: 400;
  font-family: "MuseoSans-500" !important;
  font-size: 18px !important;
  text-transform: none !important;
  border-radius: 0px;
  line-height: 230% !important;
}
.wpcf7-submit svg,
.btn svg {
  display: none;
  margin-left: 10px;
  margin-top: 2px;
  transition: 0s;
  margin-bottom: -1px;
  position: absolute;
  right: 35px;
  height: 27px;
}
.wpcf7-submit svg path,
.btn svg path {
  transition: 0s;
}

@media (max-width: 1380px) {
  .wpcf7-submit,
  .btn {
    font-size: 15px !important;
    line-height: 135% !important;
    padding: 7.5px 14px !important;
    white-space: normal;
  }
  .btn1 {
    font-size: 15px !important;
    line-height: 35px !important;
    padding: 0 20.5px !important;
    white-space: normal;
  }
  .btn svg {
    height: 12px;
  }
}
@media (max-width: 768px) {
  .wpcf7-submit,
  .btn {
    font-size: 14px !important;
    line-height: 135% !important;
    padding: 7.5px 14px !important;
    white-space: normal;
  }
}
/** BUTTONS - END ------------------------------------------------ */
/** BUTTONS - END ------------------------------------------------ */
/** NAVIGATION - START ------------------------------------------------ */
/** NAVIGATION - START ------------------------------------------------ */
header {
  height: 130px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: white;
  margin: 0 auto;
  left: 0;
  right: 0;
}

header .container,
.ns-topheader {
  max-width: 1350px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header-bg {
  background-color: #fff;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  height: 130px;
}

.header-bg-mobile {
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 992px) {
  header {
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1) !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.25s;
  }
  header,
  .home header {
    height: 65px;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 992px) {
  #page.no-scroll,
  body.no-scroll,
  html.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
  header.mob-men-magic {
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1500;
  }
  header.mob-men-magic > div {
    position: static;
    height: 100%;
  }
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
.noScroll {
  overflow: hidden;
}

.sticky-header .ns-pax-mainmenu-background {
  height: calc(100vh + 46px);
}

.ns-pax-mainheader {
  display: flex;
  align-items: center;
  text-align: right;
  height: 130px;
}

.ns-pax-mainheader .c2 > div > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ns-pax-mainheader .c1 > div,
.ns-pax-mainheader .c2 > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ns-pax-mainmenu-background {
  background: #ffffff;
  height: 100vh;
  right: 0;
  z-index: 1;
  display: none;
  max-width: 350px;
  float: right !important;
}

.ns-pax-mainmenu {
  z-index: 10;
  padding-top: 0px;
  padding-left: 50px;
  width: auto;
}

.ns-pax-mainmenu ul li a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  text-align: right;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  border-top: 1px solid #d1d3d4;
  transition: padding-left 0.3s;
}

.ns-pax-mainmenu ul li:last-of-type a {
  border-bottom: 1px solid #d1d3d4;
}

.ns-pax-mainmenu ul li a:hover,
.ns-pax-mainmenu ul li a:focus,
.ns-pax-mainmenu ul li a:active {
  text-decoration: underline;
  padding-left: 30px;
}

.ns-pax-mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ns-mainmenu-btn {
  position: relative;
  display: block;
  float: right;
  width: 28px;
  height: 20px;
  z-index: 10;
}

.ns-mainmenu-btn:hover {
  cursor: pointer;
}

.ns-mainmenu-btn div:first-child {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: black;
  margin-bottom: 0;
  transition: all 0.3s;
}

.ns-mainmenu-btn div:nth-child(2) {
  position: absolute;
  display: block;
  margin-top: 10px;
  height: 3px;
  width: 66%;
  background: black;
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s;
}

.ns-mainmenu-btn div:nth-child(3) {
  position: absolute;
  display: block;
  margin-top: 20px;
  height: 3px;
  width: 100%;
  background: black;
  transition: all 0.3s;
}

.ns-mainmenu-btn.x-btn div:first-child {
  position: absolute;
  margin-top: 8px;
  background: black;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  transition: all 0.3s;
}

.ns-mainmenu-btn.x-btn div:nth-child(2) {
  opacity: 0;
  margin-left: 10px;
  transition: all 0.3s;
}

.ns-mainmenu-btn.x-btn div:nth-child(3) {
  position: absolute;
  margin-top: 8px;
  background: black;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Safari and Chrome */
  transition: all 0.3s;
}

/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
.ns-pax-mainmenu-background {
  position: relative; /* Needed for the absolute positioning of the pseudo-element */
  text-align: right;
}

.ns-pax-mainmenu-background.visible {
  display: block;
}

.ns-pax-mainmenu-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%; /* Adjust this as necessary */
  background-color: #fff;
}

.ns-pax-mainmenu-background > div {
  height: 100%;
}

.ns-pax-mainmenu-background > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 750px;
}

.ns-pax-mainmenu-background .wpb_raw_code {
  margin-bottom: 10px !important;
}

.ns-pax-mainmenu-background .btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.ns-pax-mainmenu-background .wpb_wrapper > .vc_inner:first-of-type {
  margin-top: auto;
}

.ns-pax-mainmenu-background .wpb_wrapper > .vc_inner.r1 .wpb_raw_code.phone-general a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ns-pax-mainmenu-background .wpb_wrapper > .vc_inner.r1 .wpb_raw_code.phone-general a svg {
  margin-right: 10px;
}

.ns-pax-mainmenu-background .wpb_wrapper > .vc_inner.r2 .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ns-pax-mainmenu-background .wpb_wrapper > .vc_inner.r2 .wpb_raw_code {
  margin-left: 20px;
}

.ns-pax-mainmenu-background .wpb_wrapper > .vc_inner.r2 .wpb_raw_code:hover path {
  fill: #7d5b00;
}

/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
@media screen and (max-width: 992px) {
  .ns-pax-mainheader {
    height: 65px;
  }
  .ns-pax-mainmenu {
    padding-left: 15px;
  }
  .ns-pax-mainmenu-background .wpb_wrapper > .vc_inner.r2 .wpb_raw_code svg {
    width: 30px;
    height: 30px;
  }
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
.home-logo {
  z-index: 4;
}

.home-logo a {
  display: flex;
  justify-content: flex-start;
}

.home-logo img,
.home-logo svg {
  width: 310px;
  height: auto;
}

@media (max-width: 1199px) {
  .home-logo img,
  .home-logo svg {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  .home-logo img,
  .home-logo svg {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .home-logo img,
  .home-logo svg {
    max-width: 150px;
  }
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/** NAVIGATION - END ------------------------------------------------ */
/** NAVIGATION - END ------------------------------------------------ */
/** HERO - START ------------------------------------------------ */
/** HERO - START ------------------------------------------------ */
.hero {
  margin-bottom: 0px;
  margin-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 960px;
  font-family: "MuseoSans-500" !important;
}
.hero p {
  line-height: 31px;
  font-size: 18px;
}
.hero .ns-slider {
  font-family: "MuseoSans-500" !important;
  overflow: hidden;
  position: relative;
  opacity: 0;
  margin: 0 auto;
}
.hero .slide {
  display: flex;
  align-items: center;
}
.hero .ns-slider .container {
  margin-top: 0px;
}
.hero .ns-slider .btn {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.hero .ns-slider .btn svg {
  position: initial;
  margin: 0;
  margin-right: 10px;
  display: block !important;
}
.hero .slick-initialized {
  opacity: 1;
}
.hero .ns-slider .slide {
  background: no-repeat cover 100% auto center;
  background: none;
  width: 100%;
}
.hero .ns-slider-text {
  text-align: left;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0 0;
}
.hero .slick-arrow {
  border: 1px SOLID ORANGE;
}
.hero .slick-prev {
  left: 125px !important;
}
.hero .slick-prev:before {
  content: "\e92f";
}
.hero .slick-next {
  right: 125px !important;
}
.hero .slick-next:before {
  content: "\e930";
}
.hero .slick-prev,
.hero .slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3) !important;
  color: #7d5b00 !important;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 4px;
}
.hero .slick-prev:before,
.hero .slick-next:before {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #bc9947 !important;
}
.hero .slick-prev:before {
  content: "";
  background-image: url(../images/arrow-prev.svg);
  margin-left: 5px;
}
.hero .slick-next:before {
  content: "";
  background-image: url(../images/arrow-next.svg);
  margin-left: -5px;
}
.hero .ns-slider h1,
.hero .ns-slider h2 {
  position: relative;
  z-index: 5;
  font-family: "MuseoSans-500" !important;
  font-weight: 400;
  font-size: 70px;
  line-height: 116%;
  text-align: left;
  color: #fff;
  margin-bottom: 1.25rem;
}
.hero .ns-slider h1 span,
.hero .ns-slider h2 span {
  color: #fff !important;
}
.hero .ns-slider h3 {
  position: relative;
  z-index: 10;
  font-weight: normal;
  font-family: "MuseoSans-500";
  font-weight: bold;
  font-size: 18px;
  line-height: 155%;
  text-align: left;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 35px;
  max-width: 650px;
}
.hero .ns-slider h4 {
  position: relative;
  z-index: 10;
  font-family: "MuseoSans-500";
  font-weight: 400;
  font-size: 18px;
  line-height: 172%;
  margin-top: 0px;
  text-align: left;
  margin-bottom: 25px;
  max-width: 650px;
  color: #fff;
}
.hero .ns-slide1-img img {
  width: 90%;
  margin-top: 10%;
}
.hero .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.hero .slick-dots {
  /* left: 0; */
  background-color: transparent;
  max-width: none;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  left: 0%;
  flex-direction: row;
  right: 0;
  border-radius: 50% !important;
  z-index: 2;
  bottom: 20px;
  left: 60px;
}
.hero .slick-dots li,
.hero .slick-dots li button {
  width: 16px;
  height: 16px;
}
.hero .slick-dots li {
  background-color: transparent;
  opacity: 1;
  margin: 5px;
}
.hero .slick-dots li.slick-active {
  opacity: 1;
}
.hero .slick-dots li button:before {
  font-style: normal;
  color: black !important;
  border: 2px solid black;
  background: transparent;
  font-size: 16px;
  opacity: 1;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50% !important;
  border-radius: 0%;
  transition: background-color 0s;
}
.hero .slick-dots li.slick-active button:before,
.hero .slick-dots li button:hover:before,
.hero .slick-dots li:hover {
  background: black;
  opacity: 1;
  border-radius: 50% !important;
  border-color: black;
}
.hero .btn {
  animation-duration: 0.75s !important;
  animation-delay: 0s;
}
.hero .ns-slider-text h4 {
  animation-duration: 1.4s !important;
  animation-delay: 0s;
}
.hero .ns-slider-text h1,
.hero .ns-slider-text h2 {
  animation-duration: 1.6s !important;
  animation-delay: 0s;
}
.hero .home-arrow {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.hero .home-arrow svg path,
.hero .home-arrow svg g {
  transition: all 0s !important;
}
.hero .home-arrow svg:hover path {
  fill: #7d5b00;
}
.hero .home-arrow svg:hover g {
  fill: black;
}

.hero .btns-group {
  display: flex;
  align-items: center;
}

.hero .ns-slider .prev {
  content: "";
  background-image: url(../images/arrow-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #bc9947;
  font-weight: bold;
  display: inline-block;
  width: 18px;
  height: 22px;
}

.hero .ns-slider .next {
  content: "";
  background-image: url(../images/arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #bc9947;
  font-weight: bold;
  display: inline-block;
  width: 18px;
  height: 22px;
}

.hero .ns-slider,
.hero .ns-slider .slide,
.hero .ns-slider .slide > .container,
.hero > .wpb_column,
.hero > .wpb_column > .vc_column-inner {
  height: 750px !important;
}

.hero .ns-slider {
  margin-top: 130px;
  z-index: 3;
}

.hero .ns-slider .slide {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}

.hero .ns-slider .container > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.hero .ns-slider .container > div,
.hero .ns-slider .container > div > div,
.hero .ns-slider .container > div > div > div {
  height: 100%;
}

.hero video {
  width: 935px;
}

.hero .prod-img {
  position: absolute;
  z-index: 4;
  top: 250px;
  right: 100px;
}

.hero .ns-slider .container .ns-slider-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.hero .slick-dots {
  display: none !important;
}

.hero .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 1380px) {
  .hero .ns-slider {
    max-width: 1920px;
    max-width: 1290px;
    width: 100%;
  }
  .hero .container {
    max-width: 1290px;
    width: 1290px;
  }
}
@media (max-width: 1320px) {
  .hero .ns-slider,
  .hero .container {
    max-width: 100%;
  }
  .hero.vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero .ns-slider .slide .c1 {
  background: #fff;
}

@media (max-width: 1900px) {
  .hero .slick-next {
    right: 15px !important;
  }
  .hero .slick-prev {
    left: 15px !important;
  }
  .hero {
    background-size: cover !important;
  }
}
@media (max-width: 1199px) {
  .hero {
    height: 650px;
  }
  .hero .ns-slider,
  .hero .ns-slider .slide,
  .hero .ns-slider .slide > .container,
  .hero > .wpb_column,
  .hero > .wpb_column > .vc_column-inner {
    max-height: 450px !important;
    background-size: cover !important;
  }
  .hero .ns-slider-text {
    padding: 0 10px;
  }
  .hero .slick-dots {
    left: 10px;
  }
  .hero .btns-group {
    flex-direction: column;
    justify-content: center;
  }
  .hero video {
    width: 100%;
  }
  .hero .ns-slider .btn {
    float: none;
  }
  .hero .ns-slider-text h1,
  .hero .ns-slider-text h2 {
    max-width: 600px;
    font-size: 32px !important;
    margin-bottom: 0;
  }
  .hero .prod-img {
    right: 250px;
  }
}
@media (max-width: 992px) {
  .hero {
    height: 450px;
  }
  .hero .ns-slider {
    margin-top: 65px;
  }
  .hero .ns-slider h4 {
    text-align: right;
  }
  .hero .ns-slider,
  .hero .ns-slider .slide,
  .hero .ns-slider .slide > .container,
  .hero > .wpb_column,
  .hero > .wpb_column > .vc_column-inner {
    max-height: 350px !important;
    background-size: cover !important;
  }
}
/** HERO - END ------------------------------------------------ */
/** HERO - END ------------------------------------------------ */
/** GALLERY - DEFAULTS - START ------------------------------------------------ */
/** GALLERY - DEFAULTS - START ------------------------------------------------ */
.gallery-wrap > div {
  padding: 0 15px;
  margin-bottom: 35px;
}

.gallery-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  max-height: 220px;
}

.gallery-wrap > div.flex-25 {
  flex: 1 0 25%;
  max-width: 25%;
}

.gallery-wrap > div.flex-33 {
  flex: 1 0 33%;
  max-width: 33%;
}

.gallery-wrap > div.flex-20 {
  flex: 1 0 20%;
  max-width: 20%;
}

.gallery-wrap > div.flex-16 {
  flex: 1 0 16%;
  max-width: 16%;
}

.gallery-wrap > div.flex-10 {
  flex: 1 0 10%;
  max-width: 10%;
}

@media (max-width: 992px) {
  .gallery-wrap {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .gallery-wrap img {
    border-radius: 0px;
  }
  .gallery-wrap > div {
    flex: 1 0 50% !important;
    max-width: 50% !important;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .gallery-wrap img {
    max-height: 170px;
  }
}
/** GALLERY - DEFAULTS - END ------------------------------------------------ */
/** GALLERY - DEFAULTS - END ------------------------------------------------ */
/** GALLERY - START ------------------------------------------------ */
/** GALLERY - START ------------------------------------------------ */
.gallery-row {
  background: rgba(125, 91, 0, 0.3);
  margin-top: 60px;
}

.gallery-wrap {
  padding: 60px 0px;
  padding-bottom: 25px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-caption {
  display: block;
}

@media (max-width: 992px) {
  .gallery-row {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .gallery-wrap {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
/** GALLERY - END ------------------------------------------------ */
/** GALLERY - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
.en-lang .language-selector-container,
.de-lang .language-selector-container {
  right: 250px;
  width: 95px;
}

.language-selector-container {
  width: 120px;
  padding: 6px 5px;
  margin-left: 0;
  cursor: pointer;
  font-size: 13px;
  z-index: 10;
}

.language-selector-container span {
  padding: 0;
  float: left;
  line-height: 1;
  color: black;
  cursor: pointer;
  font-size: 13px;
  margin-left: 3px;
}

.language-selector-2 {
  position: absolute;
  background: none;
  z-index: 11;
  top: 25px;
  float: right;
  width: auto;
  display: none;
}

.language-selector-2.open {
  display: block;
}

.language-selector-2 span {
  display: none;
}

.language-selector-2 a:hover span {
  text-decoration: underline;
}

.language {
  width: 100%;
  float: left;
  padding: 3px 5px;
  font-weight: 400;
}

.language span {
  padding: 0;
  margin-right: 0;
  color: black;
}

.language:hover {
  background: none;
  font-weight: 400;
}

.language-selector-container .language span {
  display: block;
  padding: 2px 0;
}

.language-selector-container i {
  float: right;
  color: black;
  margin-right: 15px;
}

/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
@media screen and (max-width: 992px) {
  .language-selector-2.open {
    background: #fff;
    border-radius: 4px;
    width: auto;
    padding: 0px;
  }
}
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
.gray-bg {
  background-color: rgba(111, 111, 111, 0.09);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.gray-bg .wpb_single_image,
.gray-bg .btn {
  margin-bottom: 0;
}

.sp-gray-bg {
  background-color: rgba(111, 111, 111, 0.09);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.h2-title h2 {
  font-weight: 400;
}

.hsec-logos .wpb_single_image {
  text-align: center !important;
}

.nsg-img-container {
  background-color: #fff;
}

.nsg-img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 992px) {
  .gray-bg {
    padding-top: 60px;
    padding-bottom: 50px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }
  .gray-bg > div {
    width: 100% !important;
  }
  .gray-bg .wpb_single_image {
    margin-bottom: 35px;
  }
  .sp-gray-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hsec-logos {
    display: flex;
    flex-wrap: wrap;
  }
  .hsec-logos > div:first-of-type,
  .hsec-logos > div:last-of-type {
    display: none !important;
  }
  .hsec-logos > div {
    flex: 50%;
  }
  .hsec-logos img {
    width: 80px;
    height: 80px;
  }
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
.hsec2 {
  display: flex;
  align-items: stretch;
  background-color: #7d5b00;
  margin: 0 !important;
  margin-bottom: 60px !important;
}

.hsec2 .wpb_text_column,
.hsec2 .wpb_single_image {
  margin-bottom: 0 !important;
}

.hsec2 .c1 > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hsec2 .c1 * {
  height: 100%;
}

.hsec2 .c1 img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hsec2 .c2 {
  display: flex;
  align-items: center;
  padding: 35px 50px;
}

.hsec2 .btn {
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .hsec2 .c2 {
    display: flex;
    align-items: center;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .hsec2 {
    flex-direction: column;
  }
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE - END ------------------------------------------------ */
/** SP PAGE TITLE - START ------------------------------------------------ */
/** SP PAGE TITLE - START ------------------------------------------------ */
.sp-page-title {
  margin-bottom: 55px;
  margin-top: 0px;
  background-color: #7d5b00;
}

.sp-page-title > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sp-page-title .title-banner {
  margin-bottom: 40px !important;
  padding-top: 20px;
  padding-bottom: 0;
  background: transparent;
}

.sp-page-title .title-banner:before {
  background-color: transparent !important;
}

.sp-page-title .title-banner .container {
  text-align: center;
}

.sp-page-title .title-banner .container .breadcrumbs-container {
  line-height: 26px;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2px;
  margin-top: 155px;
}

.sp-page-title .title-banner .container .breadcrumbs-container li,
.sp-page-title .title-banner .container .breadcrumbs-container a {
  color: #fff !important;
  font-weight: 400 !important;
  font-family: "MuseoSans-500";
  font-size: 16px;
}

.sp-page-title .title-banner .container .breadcrumbs-container a:hover {
  color: #fff !important;
}

.sp-page-title .title-banner .container .breadcrumbs-container li:after {
  content: "/";
}

.sp-page-title .title-banner .container .breadcrumbs-container.hide-crumbs {
  opacity: 0;
  visibility: hidden;
}

.sp-page-title .title-banner .container .ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center;
}

.sp-page-title .title-banner .container .ns-breadcrumbs li a {
  color: #fff !important;
}

.sp-page-title .title-banner .container .ns-breadcrumbs a:hover {
  color: #fff !important;
}

.sp-page-title .title-banner .entry-title {
  font-family: "MuseoSans-500";
  font-weight: 400;
  font-size: 55px;
  line-height: 128%;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  padding-bottom: 0px;
  margin-right: 0px;
  padding-left: 0px;
  margin-top: 20px;
}

.sp-page-title .ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}

.sp-page-title .ns-breadcrumbs li:after {
  content: "\f105";
  font-family: fontAwesome;
  margin-left: 9px;
}

.sp-page-title .ns-breadcrumbs li:last-of-type::after {
  display: none;
}

.sp-page-title .ns-breadcrumbs li:last-child {
  font-weight: 400;
}

@media (max-width: 1350px) {
  .title-banner-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .sp-page-title:before {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .sp-page-title {
    margin-top: 0;
  }
  .sp-page-title:before {
    background-position: bottom left;
    background-size: cover;
    height: 85px;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .sp-page-title .title-banner .entry-title {
    margin-top: 15px;
    font-size: 26px;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container li,
  .sp-page-title .title-banner .container .breadcrumbs-container a {
    font-size: 12px !important;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    z-index: 10;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    border-top: none !important;
  }
  .sp-page-title ul.ns-breadcrumbs li {
    display: none;
  }
  .sp-page-title ul.ns-breadcrumbs li:after {
    display: none;
  }
  .sp-page-title ul.ns-breadcrumbs li:nth-last-child(2) {
    display: block;
  }
  .sp-page-title ul.ns-breadcrumbs li:nth-last-child(2):before {
    content: "";
    position: relative;
    display: inline-block;
    top: 0.5px;
    width: 5px;
    height: 10px;
    margin-right: 5px;
    background-image: url("../images/arrow-prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .sp-page-title .breadcrumbs-container {
    width: auto;
  }
  .sp-page-title .breadcrumbs p#breadcrumbs span > span {
    display: none;
  }
  .sp-page-title .breadcrumbs p#breadcrumbs span > span:nth-last-child(3) {
    display: block;
  }
  .sp-page-title .breadcrumbs p#breadcrumbs span > span:nth-last-child(3):before {
    content: "";
    position: relative;
    display: inline-block;
    top: 1px;
    width: 24px;
    height: 10px;
    background-image: url("../images/arrow-prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(40%) sepia(1%) saturate(0%) hue-rotate(27deg) brightness(8%) contrast(96%);
  }
}
@media (max-width: 767px) {
  .sp-page-title {
    margin-bottom: 25px;
  }
  .sp-page-title .title-banner {
    padding-top: 10px;
    margin-bottom: 15px !important;
  }
  .sp-page-title:before {
    height: 75px;
  }
  .sp-page-title .title-banner .entry-title {
    font-size: 26px;
    margin-top: 0;
  }
  .naslov-prispevka h1,
  article.novica h1 {
    font-size: 22px !important;
  }
}
/** SP PAGE TITLE - END ------------------------------------------------ */
/** SP PAGE TITLE - END ------------------------------------------------ */
/** SUBCAT WRAP SLIDER - START ------------------------------------------------ */
/** SUBCAT WRAP SLIDER - START ------------------------------------------------ */
.subcat-wrap-slider {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.subcat-wrap-slider .subcat-cont {
  flex: calc(25% - 30px);
  margin: 15px;
  max-width: calc(25% - 30px);
  background: #f8f8f8;
}

.two-cards .subcat-wrap-slider .subcat-cont {
  flex: calc(50% - 30px);
  margin: 15px;
  max-width: calc(50% - 30px);
}

.subcat-wrap-slider.subcat-wrap-noslider {
  margin-bottom: 0;
}

.subcat-wrap-slider.subcat-wrap-noslider .subcat-cont {
  max-width: none;
}

.subcat-wrap-slider .subcat-cont > div {
  height: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subcat-wrap-slider .subcat-cont > div > a:not(.btn) {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.subcat-wrap-slider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.subcat-wrap-slider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.subcat-wrap-slider .slick-dots {
  bottom: -50px;
  background-color: transparent;
  max-width: none;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  border-radius: 50% !important;
}
.subcat-wrap-slider .slick-dots li,
.subcat-wrap-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.subcat-wrap-slider .slick-dots li {
  background-color: transparent;
  opacity: 1;
}
.subcat-wrap-slider .slick-dots li.slick-active {
  opacity: 1;
}
.subcat-wrap-slider .slick-dots li button:before {
  font-style: normal;
  color: pink !important;
  border: 2px solid pink;
  background: transparent;
  font-size: 15px;
  opacity: 1;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  border-radius: 0%;
  transition: background-color 0.3s;
}
.subcat-wrap-slider .slick-dots li.slick-active button:before,
.subcat-wrap-slider .slick-dots li button:hover:before,
.subcat-wrap-slider .slick-dots li:hover {
  background: pink;
  opacity: 1;
  border-radius: 50% !important;
}

.subcat-wrap-slider svg {
  display: none;
}

.subcat-wrap-slider img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  border-radius: 4px 4px 0px 0px;
}

.subcat-wrap-slider .subcat-cont > a > div {
  position: relative;
}

.subcat-wrap-slider .text {
  color: black;
  text-transform: none;
  text-align: center;
  position: relative;
  margin-top: 0;
  background: #f8f8f8;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.subcat-wrap-slider .text h4,
.subcat-wrap-slider .text h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 114%;
  margin-bottom: 0px;
  margin-top: 0;
}
.lang-de .subcat-wrap-slider .text h4,
.lang-de .subcat-wrap-slider .text h2 {
      font-size: 22px;
}
.subcat-wrap-slider .text p {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #000000;
  display: none;
}

.subcat-wrap-slider a:hover {
  text-decoration: none;
  box-shadow: none;
}
.subcat-wrap-slider a:hover h3,
.subcat-wrap-slider a:hover h2,
.subcat-wrap-slider a:hover h4 {
  text-decoration: underline;
}
.subcat-wrap-slider a:hover img {
  box-shadow: none;
}
.subcat-wrap-slider a:hover .text {
  background-color: rgba(0, 0, 0, 0.75);
}
.subcat-wrap-slider .btn {
  margin-bottom: 25px;
}

@media (max-width: 1300px) {
  .subcat-wrap-slider .subcat-cont {
    flex: calc(50% - 30px);
    margin: 15px;
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .subcat-wrap-slider.subcat-wrap-noslider .subcat-cont,
  .two-cards .subcat-wrap-slider .subcat-cont {
    flex: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .subcat-wrap-slider .text h4 {
    line-height: 24px;
  }
  .subcat-wrap-slider {
    margin-bottom: 35px;
  }
  .subcat-wrap-slider .text h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  .subcat-wrap-slider .subcat-cont,
  .two-cards .subcat-wrap-slider .subcat-cont,
  .subcat-wrap-slider > .subcat-cont:first-of-type,
  .subcat-wrap-slider > .subcat-cont:nth-of-type(2) {
    flex: calc(100% - 30px);
    margin: 15px;
    max-width: calc(100% - 30px);
  }
}
/** SUBCAT WRAP SLIDER - END ------------------------------------------------ */
/** SUBCAT WRAP SLIDER - END ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
footer {
  background: #7d5b00;
  z-index: 1;
  position: relative;
  margin-top: 0px;
  margin-top: 0px;
  border-top: 1px solid #7d5b00;
}

footer .ns-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .ns-link svg {
  margin-left: 5px;
}

footer .bs-container-wrap {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.big-footer {
  margin-top: 0px;
  padding-bottom: 45px;
}
.big-footer .ft {
  padding-top: 50px;
}
.big-footer p,
.big-footer a:not(.btn),
.big-footer span {
  color: #fff !important;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}
.big-footer p {
  line-height: 31px;
}
.big-footer ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}
.big-footer ul a {
  font-family: "MuseoSans-500";
  line-height: 34px;
  font-weight: 400 !important;
  text-align: left;
  transition: 0s;
  display: flex;
  align-items: center;
  text-transform: none !important;
  text-decoration: none;
}
.big-footer ul a:hover, .big-footer ul a:focus, .big-footer ul a:active {
  color: #fff !important;
  text-decoration: underline;
}
.big-footer .c1 p {
  max-width: 490px;
}
.big-footer .c2 li,
.big-footer .c3 li {
  padding-left: 0px;
}
.big-footer .c4 .wpb_single_image {
  margin-bottom: 15px;
}
.big-footer .f-title-secondary a,
.big-footer .f-title-secondary h4,
.big-footer .f-title-secondary p {
  font-family: "MuseoSans-500";
  font-weight: normal !important;
  font-size: 18px;
  text-transform: none !important;
  line-height: 26px;
  text-align: left;
  color: black !important;
  margin-top: 35px;
  padding-bottom: 0px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
  opacity: 1;
}
.big-footer .f-title {
  white-space: nowrap;
  margin-top: 0px;
  margin-bottom: 20px !important;
}
.big-footer .f-title a,
.big-footer .f-title h4,
.big-footer .f-title p {
  font-family: "MuseoSans-500";
  font-weight: 300 !important;
  font-size: 20px;
  text-transform: none !important;
  line-height: 26px;
  text-align: left;
  color: #a4a4a4 !important;
  margin-top: -5px;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
  opacity: 1;
}
.big-footer .f-title-hidden {
  opacity: 0;
}
.big-footer .f-title-style p {
  font-family: "MuseoSans-500";
  font-weight: bold !important;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
  text-align: left;
  color: rgba(111, 111, 111, 0.25) !important;
}
.big-footer .hide-mobile {
  display: none;
}
.big-footer .wpb_text_column {
  margin-bottom: 15px;
}
.big-footer .socials {
  margin-top: 15px;
}
.big-footer .socials > div > div > div {
  display: flex;
  align-items: center;
}
.big-footer .socials > div > div {
  padding-left: 0 !important;
}
.big-footer .socials svg {
  margin-top: 15px;
  margin-bottom: 0;
}
.big-footer .socials svg:hover path {
  fill: #bc9947;
}
.big-footer .socials svg:hover #Icon_awesome-facebook-f {
  fill: white !important;
}
.big-footer .socials .wpb_raw_html {
  margin-bottom: 10px;
}
.big-footer .socials .wpb_raw_html a {
  display: flex;
  align-items: center;
}
.big-footer .socials .wpb_raw_html a span {
  font-weight: bold;
}
.big-footer .socials .wpb_raw_html a:hover, .big-footer .socials .wpb_raw_html a:focus, .big-footer .socials .wpb_raw_html a:active {
  text-decoration: none;
}
.big-footer .socials .wpb_raw_html a:hover .inner-contents, .big-footer .socials .wpb_raw_html a:focus .inner-contents, .big-footer .socials .wpb_raw_html a:active .inner-contents {
  text-decoration: underline;
}
.big-footer .socials .wpb_raw_html svg {
  margin-right: 25px;
}

.big-footer .home-logo {
  margin-bottom: 25px;
}

.big-footer .remove-link p a:hover {
  text-decoration: underline !important;
}

.big-footer .wpb_raw_code {
  display: flex;
  margin-bottom: 0px;
  margin-top: 0;
}

.big-footer .wpb_raw_code.phone-general span {
  font-weight: 400 !important;
}

.big-footer .wpb_raw_code.phone-general a:hover span.inner-contents {
  text-decoration: underline;
}

.big-footer .wpb_raw_code.phone-general svg path {
  fill: #fff;
}

.big-footer .wpb_raw_code a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-footer .wpb_raw_code a svg {
  margin-right: 10px;
}

.big-footer a:hover:not(.btn),
.big-footer .wpb_raw_code a:hover span {
  color: #fff !important;
  text-decoration: underline !important;
}

.big-footer .wpb_raw_code a span {
  line-height: 31px !important;
  text-decoration: none;
}

.big-footer .c2 .big-footer .wpb_raw_code {
  margin-top: -15px;
}

footer .ns-tel,
footer .ns-mail,
#content .ns-tel,
#content .ns-mail {
  font-family: "MuseoSans-500" !important;
  margin-bottom: 0px;
  font-size: 16px;
}
footer .ns-tel a,
footer .ns-mail a,
#content .ns-tel a,
#content .ns-mail a {
  display: flex;
  align-items: center;
}
footer .ns-tel a span,
footer .ns-mail a span,
#content .ns-tel a span,
#content .ns-mail a span {
  color: #bc9947;
}
footer .ns-tel a:hover, footer .ns-tel a:focus, footer .ns-tel a:active,
footer .ns-mail a:hover,
footer .ns-mail a:focus,
footer .ns-mail a:active,
#content .ns-tel a:hover,
#content .ns-tel a:focus,
#content .ns-tel a:active,
#content .ns-mail a:hover,
#content .ns-mail a:focus,
#content .ns-mail a:active {
  text-decoration: none;
}
footer .ns-tel a:hover span, footer .ns-tel a:focus span, footer .ns-tel a:active span,
footer .ns-mail a:hover span,
footer .ns-mail a:focus span,
footer .ns-mail a:active span,
#content .ns-tel a:hover span,
#content .ns-tel a:focus span,
#content .ns-tel a:active span,
#content .ns-mail a:hover span,
#content .ns-mail a:focus span,
#content .ns-mail a:active span {
  text-decoration: underline;
}
footer .ns-tel svg,
footer .ns-mail svg,
#content .ns-tel svg,
#content .ns-mail svg {
  margin-right: 15px;
}

footer .ns-mail {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.big-footer li a:before,
.big-footer .subcat-cont a:before {
  content: "\a";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bc9947;
  display: inline-block;
  top: -2.5px;
  position: relative;
  margin-right: 5px;
  display: none;
}

.big-footer li a:before {
  top: 0;
  margin-right: 7.5px;
}

@media (max-width: 1199px) {
  .big-footer > div > div {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer .c2 {
    padding-left: initial;
  }
  .big-footer .c4 .wpb_single_image,
  .big-footer .c4 img {
    max-width: 100px;
  }
  .big-footer .c5 > div {
    margin-left: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
  .big-footer .ft > div {
    width: 50% !important;
  }
  .c3,
  .c4,
  .c5 {
    margin-top: 35px;
  }
  .big-footer .c1 .f-title {
    margin-bottom: 28px !important;
  }
  .big-footer .f-title {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 992px) {
  .bs-container .bs-brand-box {
    display: flex !important;
    justify-content: center;
    margin-left: 0;
  }
  .big-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer > div > div {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer .home-logo {
    padding-left: 0;
    margin-bottom: 0;
  }
  .big-footer .c1,
  .big-footer .c2 {
    width: 50% !important;
  }
  .big-footer .c3,
  .big-footer .c4,
  .big-footer .c5 {
    margin-top: 55px;
    width: 50% !important;
  }
  .small-footer {
    font-size: 12px;
  }
  .small-footer > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .small-footer > div > div > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .ns-link {
    justify-content: center;
  }
  .big-footer .f-title-secondary a,
  .big-footer .f-title-secondary h4,
  .big-footer .f-title-secondary p {
    margin-bottom: -15px !important;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 0;
  }
  .bs-container .slick-dots {
    bottom: -20px !important;
    top: auto;
  }
  .bs-container .bs-brand-box {
    justify-content: center;
  }
  .big-footer .ft > div {
    width: 100% !important;
    margin-top: 20px !important;
  }
  .big-footer .ft > .c1 {
    margin-top: 0 !important;
  }
  footer .big-footer p,
  footer .big-footer a,
  footer .big-footer span,
  .big-footer .wpb_raw_code a {
    font-size: 14px !important;
    line-height: 175%;
  }
  .big-footer .c1 img {
    width: 150px;
    padding-top: 15px;
  }
  footer .f-title {
    margin-top: 0 !important;
  }
  footer .f-title p {
    font-size: 15px !important;
  }
  .big-footer .c1,
  .big-footer .c2,
  .big-footer .c3,
  .big-footer .c4,
  .big-footer .c5 {
    width: 100% !important;
  }
  .big-footer {
    padding-bottom: 35px;
    margin-top: 0 !important;
  }
  .big-footer ul {
    padding-left: 0;
  }
  .big-footer ul a {
    padding-left: 0;
  }
  .big-footer ul li:before {
    display: none;
  }
  .big-footer .ft {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer .c2 {
    width: 100% !important;
  }
  .big-footer .c4,
  .big-footer .c5 {
    width: 100% !important;
  }
  .big-footer .c5 > div {
    padding: 0 15px !important;
    margin-left: initial !important;
  }
  .big-footer .c3,
  .big-footer .c4,
  .big-footer .c5 {
    margin-top: 0px;
  }
  .big-footer .ft .wpb_raw_html.phone-general svg {
    width: 15px;
    height: auto;
    margin-right: 15px;
  }
  .big-footer .socials {
    margin-bottom: 0px !important;
  }
  .big-footer .socials .wpb_raw_html svg {
    margin-top: 0;
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
  .big-footer p,
  .big-footer ul a {
    line-height: 1.75 !important;
  }
  .big-footer .c1 .f-title,
  .big-footer .f-title {
    margin-bottom: 0px !important;
  }
  .big-footer .wpb_raw_code {
    margin-top: 5px;
  }
  .big-footer .f-title a,
  .big-footer .f-title h4,
  .big-footer .f-title p {
    padding-bottom: 0px;
    margin-top: 0;
  }
  .big-footer .c1 {
    margin-top: 0px;
  }
  .big-footer ul {
    margin-bottom: 0;
  }
  .big-footer .f-title-hidden {
    display: none;
  }
  .big-footer {
    padding-bottom: 25px;
  }
  .big-footer .ft {
    padding-top: 30px !important;
  }
  .f-title-hidden {
    display: none !important;
  }
}
/** FOOTER - END ------------------------------------------------ */
/** FOOTER - END ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
.gmap-row {
  margin-bottom: -35px;
}

.gmap-row .wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

.sp-kontakt-sec-1 {
  margin-bottom: 60px;
}

.sp-kontakt-sec-1 .c1 .wpb_text_column {
  margin-bottom: 15px;
}

.sp-kontakt-sec-1 .c1 a {
  color: #bc9947;
  text-decoration: none;
}

.sp-kontakt-sec-1 .c1 a:hover {
  text-decoration: underline !important;
}

.sp-kontakt-sec-1 .c1 .wpb_raw_html {
  margin-bottom: 10px;
}

.sp-kontakt-sec-1 .c1 .wpb_raw_html svg {
  margin-right: 3.5px;
}

.sp-kontakt-sec-1 .c1 .wpb_raw_html span {
  font-family: "MuseoSans-500";
  transition: 0s;
  color: white;
  text-decoration: underline;
}

.sp-kontakt-sec-1 .c1 .wpb_raw_html a {
  text-decoration: none !important;
}

.sp-kontakt-sec-1 .c1 .wpb_raw_html a:hover {
  text-decoration: none !important;
}

.sp-kontakt-sec-1 .c1 .wpb_raw_html a:hover span {
  text-decoration: none !important;
}

.sp-kontakt-sec-1 .wpb_raw_code.phone-general path {
  fill: #fff;
}

.wpcf7-response-output {
  border: 2px solid green !important;
  font-size: 16px;
}

.invalid .wpcf7-response-output {
  border: 2px solid darkred !important;
  font-size: 16px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid green !important;
}

.wpcf7 {
  font-family: "MuseoSans-500";
  border-radius: 0;
  background: rgba(125, 91, 0, 0.5);
  border: 1px solid E8E8E8;
  padding: 40px !important;
  padding-left: 90px !important;
  padding-right: 90px !important;
  padding-bottom: 20px !important;
}

.wpcf7 h3 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 31px;
  margin-bottom: 25px;
  margin-top: 0px;
  font-size: 25px;
  font-weight: 500;
}

.wpcf7 p {
  font-size: 14px;
  line-height: 135%;
  color: white;
}

.wpcf7 a {
  color: white;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type=date] {
  width: 100%;
  border-radius: 6px;
  line-height: 31px;
  border: 0.5px solid #7d5b00;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 16px;
  color: #606060;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: darkred !important;
  padding-top: 5px;
}

.wpcf7 .p-input {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.wpcf7::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #606060 !important;
  opacity: 1;
  padding-left: 10px !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #606060 !important;
  opacity: 1;
  padding-left: 10px !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #606060 !important;
  opacity: 1;
  padding-left: 10px !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #606060 !important;
  opacity: 1;
  padding-left: 10px !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #606060 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.sp-kontakt-sec-3 {
  margin-bottom: -35px;
}

.sp-kontakt-sec-3 .wpb_gmaps_widget {
  margin-bottom: 0;
}

.sp-kontakt-sec-3 .wpb_gmaps_widget > .wpb_wrapper {
  padding: 0;
}

.p-gdpr {
  font-size: 14px !important;
  line-height: 150%;
}

.p-gdpr a {
  color: #fff;
}

@media (max-width: 1199px) {
  .wpcf7 {
    padding-top: 30px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 991px) {
  .wpcf7 {
    border-radius: 0;
  }
  .sp-kontakt-sec-1 {
    margin-bottom: 30px;
  }
  .sp-kontakt-sec-1 .sp-kontakt-sec-1 img,
  .sp-kontakt-sec-1 .vc_figure,
  .sp-kontakt-sec-1 .vc_single_image-wrapper {
    width: 100%;
  }
  .sp-kontakt-sec-1 .c1,
  .sp-kontakt-sec-1 .c2 {
    width: 100%;
  }
  .sp-kontakt-sec-1 .c2 {
    margin-top: 35px;
  }
  .wpcf7 .ajax-loader {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .sp-kontakt-sec-1 .c1 {
    margin-bottom: 35px;
  }
  .sp-kontakt-sec-1 .c1 .wpb_raw_html span {
    font-size: 16px;
    line-height: 20px;
  }
  .sp-kontakt-sec-1 .c2 {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .sp-kontakt-sec-1 .c2 .wpcf7 {
    padding: 20px !important;
  }
  .wpcf7 {
    padding: 20px !important;
    padding-bottom: 20px !important;
  }
}
.sp-kontakt-sec-1 .wpcf7-list-item {
  margin-left: 0;
}

/** SP KONTAKT - END ------------------------------------------------ */
/** SP KONTAKT - END ------------------------------------------------ */
/** LOOP ITEM HORIZONTAL - START ------------------------------------------------ */
/** LOOP ITEM HORIZONTAL - START ------------------------------------------------ */
.loop-container {
  margin-bottom: 35px;
}

.loop-item-horizontal {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 50px;
  padding: 30px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}

.loop-item-inner > div > div > div > div {
  padding: 0 !important;
}

.loop-item-horizontal .c1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  flex: 1 0 75%;
  max-height: 300px;
}

.loop-item-horizontal .c1 a {
  width: 100%;
}

.loop-item-horizontal .c1 a > div {
  overflow: hidden;
  height: 100%;
}

.loop-item-horizontal .c2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  width: 100% !important;
  padding: 0;
  background-color: #7d5b00;
}

.loop-item-horizontal .c1,
.loop-item-horizontal .c2 {
  display: flex;
  height: 100%;
  background-color: #fff;
}

.loop-item-horizontal .c2 {
  flex: 1 0 25%;
}

.loop-item-horizontal .c2 > div:first-of-type {
  flex: 1 0 25%;
  text-align: center;
  background-color: #7d5b00;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loop-item-horizontal .c2 > div:last-of-type {
  flex: 1 0 75%;
  padding: 20px 30px;
  background-color: #fff;
}

.loop-item-horizontal .c2 > div:last-of-type > div {
  height: 100%;
}

.loop-item-horizontal h4 {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 0px;
  color: black !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 141%;
}

.loop-item-horizontal h4 a {
  color: black !important;
}

.loop-item-horizontal h4 a:hover {
  color: black !important;
  text-decoration: underline !important;
}

.loop-item-horizontal span {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
}

.loop-item-horizontal p {
  margin-top: 15px;
  font-family: "MuseoSans-500";
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #545557;
}

.loop-item-horizontal img {
  height: 100%;
  border-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100% !important;
}

.loop-item-horizontal .btn.read-more {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #bc9947 !important;
  margin-top: 0px;
  align-items: baseline;
  margin-top: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 400 !important;
}

.loop-item-horizontal .btn.read-more:after {
  background-image: url(../images/arrow-right-gold.svg);
}

.loop-item-horizontal .btn.read-more {
  font-size: 16px !important;
}

.loop-item-horizontal .btn.read-more:after {
  width: 13px;
  height: 15px;
}

.loop-item-horizontal .btn.read-more:hover {
  text-decoration: underline !important;
}

.loop-item-horizontal .btn.read-more:focus {
  outline: none !important;
  box-shadow: none !important;
}

.loop-item-horizontal .post-date {
  text-align: left;
  font-weight: bold !important;
  color: #fff;
}

.read-more svg {
  margin-left: 10px;
}

.loop-item-horizontal,
.loop-item-horizontal img {
  -o-object-fit: cover;
     object-fit: cover;
}

.loop-item-horizontal-no-img {
  height: 100%;
}

.loop-item-horizontal .cfull {
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.loop-item > div {
  width: 100%;
}

img.nsg-img,
.single-novica img {
  border-radius: 0px;
}

.single-novica-wrap {
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 25px;
  margin-bottom: 0px;
}

img.nsg-img,
.single-novica img.nsg-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article.novica .post-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: black;
}

dir.auto {
  font-weight: 400;
  color: black !important;
}

@media (max-width: 1199px) {
  .loop-item-horizontal {
    padding: 15px;
  }
  .loop-item-horizontal h4 {
    font-size: 22px !important;
    line-height: 30px;
  }
  .loop-item-horizontal p {
    font-size: 17px;
  }
  .loop-item-horizontal .c1,
  .loop-item-horizontal .c2 {
    height: auto;
  }
}
@media (max-width: 991px) {
  .loop-item-horizontal {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .loop-item-horizontal,
  .loop-item-horizontal img {
    height: auto;
  }
  .loop-item-horizontal h4 {
    font-size: 18px !important;
    line-height: 24px;
  }
  .loop-item-horizontal .btn.read-more {
    font-size: 15px !important;
  }
  .loop-item-horizontal img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .loop-item-horizontal .c1 {
    padding-right: 0;
  }
  .loop-item-horizontal .c1,
  .loop-item-horizontal .c2 {
    height: auto;
  }
  .loop-item-horizontal .c2,
  .loop-item-horizontal .cfull {
    min-height: 50px;
    justify-content: flex-end;
  }
  .loop-item-horizontal .c2 > div:last-of-type {
    padding: 15px 15px;
  }
  .loop-item-horizontal p {
    font-size: 15px;
  }
  .single-novica-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .loop-item-horizontal span,
  .loop-item-horizontal .read-more {
    font-size: 12px !important;
  }
  .loop-item-horizontal .c1 {
    max-height: 200px;
  }
  .loop-item-horizontal .c2 > div:first-of-type {
    flex: 1 0 20%;
    align-items: flex-start;
    padding-top: 20px;
  }
  .loop-item-horizontal .c2 > div:last-of-type {
    flex: 1 0 80%;
  }
  .loop-item-horizontal .post-date br {
    display: none;
  }
  .loop-item-horizontal .c2 {
    flex-direction: column;
  }
  .loop-item-horizontal .c2 > div:first-of-type {
    align-items: flex-start;
    padding: 10px 15px;
    text-align: left;
    justify-content: flex-start;
  }
}
.loop-item-horizontal {
  margin-bottom: 0;
}

.loop-container > .row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.loop-container > .row > div {
  display: flex;
  margin: 15px;
  margin-bottom: 25px;
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.dogodki-grid .loop-container > .row > div {
      flex: 0 0 calc(33% - 30px);
  max-width: calc(33% - 30px);
}
.loop-container > .row > div > div > div,
.loop-container > .row > div > div > div > div,
.loop-container > .row > div > div > div > div > div,
.loop-container > .row > div > div > div > div > div > div,
.loop-container > .row > div > div > div > div > div > div > div,
.loop-container > .row > div > div > div > div > div > div > div > div {
  height: 100%;
}

.loop-container > .row.projects-row {
  flex-direction: column;
  flex-wrap: wrap;
}

.loop-container > .row.projects-row > div {
  flex-wrap: wrap;
}

.loop-container > .row.projects-row h2 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1rem;
}

.loop-item-horizontal.loop-item-horizontal-projekt .c2 {
  padding: 15px 20px;
  padding-bottom: 10px;
  height: 100%;
}

.loop-item-horizontal.loop-item-horizontal-projekt h4 {
  font-size: 20px;
  margin: 0;
}

.loop-container > .row.projects-row .loop-item-horizontal {
  height: 100%;
}

.loop-container > .row.projects-row .active-projects {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.loop-container > .row.projects-row > div > .loop-item {
  margin-bottom: 30px;
}

.loop-container > .row.projects-row .active-projects:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f8f8f8;
  opacity: 0.7;
  z-index: -1;
}

.loop-item-horizontal h4,
.loop-item-horizontal h4 a {
  font-size: 18px;
  width: 100%;
  display: flex;
}

@media (max-width: 1199px) {
  .loop-item-horizontal.loop-item-horizontal-projekt h4 {
    font-size: 18px !important;
    line-height: 130% !important;
  }
}
@media (max-width: 1199px) {
  .loop-container > .row.projects-row > div > .loop-item {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .loop-container > .row > div,
  .dogodki-grid .loop-container > .row > div {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .loop-item-horizontal .c1,
  .loop-item-horizontal .c2 {
    flex: 1 0 50%;
  }
  .loop-item-horizontal .c2 > div:last-of-type {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .loop-container > .row.projects-row > div > .loop-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .loop-item-horizontal.loop-item-horizontal-projekt h4 {
    font-size: 16px !important;
  }
  .loop-item-horizontal.loop-item-horizontal-projekt .read-more svg {
    height: 9px;
    margin-left: 5px !important;
  }
  .loop-item-horizontal.loop-item-horizontal-projekt .c2 {
    padding: 15px 15px;
  }
  .loop-item-horizontal h4 a {
    font-size: 16px;
    line-height: 120%;
  }
  .loop-container > .row > div,
  .dogodki-grid .loop-container > .row > div {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
/* ---------------- ---------------- ---------------- */
.loop-item-horizontal.loop-item-horizontal-novica .c2 {
  flex-direction: column;
}

.loop-item-horizontal.loop-item-horizontal-novica .c2 > div,
.loop-item-horizontal.loop-item-horizontal-novica .post-date {
  padding: 20px;
  text-align: left;
}

.loop-item-horizontal.loop-item-horizontal-novica .post-date {
  color: #a4a4a4;
  padding-bottom: 0;
}

.loop-item-horizontal.loop-item-horizontal-novica p {
  text-align: left;
}

/** LOOP ITEM HORIZONTAL - END ------------------------------------------------ */
/** LOOP ITEM HORIZONTAL - END ------------------------------------------------ */
/** PAGINATION - START ------------------------------------------------ */
/** PAGINATION - START ------------------------------------------------ */
.vc-pagination {
  text-align: left;
  border-top: none;
  padding-top: 20px;
  margin-bottom: 0;
  margin-bottom: 35px;
  display: flex;
}

.page-numbers {
  border: 2px solid transparent;
  background-color: transparent;
  color: #bc9947;
  border-radius: 6px;
  padding: 0;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600 !important;
}
.page-numbers:hover {
  border: 2px solid transparent;
  background-color: #bc9947;
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
  font-weight: 600 !important;
  border: 2px solid transparent;
  font-size: 14px;
}
.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 2px solid transparent;
  background-color: #bc9947 !important;
  color: #fff;
}

.page-numbers.next {
  float: none;
}

.page-numbers.current {
  border: 2px solid transparent;
  background-color: #f3f3f3;
  color: #565656;
  box-shadow: 0px 0px 7px transparent;
}

.next-prev-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  font-size: 15px !important;
}

@media (max-width: 991px) {
  .page-numbers {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .next-prev-wrap p a {
    font-size: 15px !important;
  }
}
@media (max-width: 360px) {
  .next-prev-wrap {
    flex-direction: column;
  }
  .next-prev-wrap p {
    margin-bottom: 10px;
  }
}
/** PAGINATION - END ------------------------------------------------ */
/** PAGINATION - END ------------------------------------------------ */
/** NEWS HOMEPAGE - START ------------------------------------------------ */
/** NEWS HOMEPAGE - START ------------------------------------------------ */
.hsec-news {
  margin-top: 0;
  margin-bottom: 0px;
}

.hsec-news .vc_row .vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.hsec-news > div {
  z-index: 1;
}

.hsec-news > div > div {
  width: 100%;
  margin: 0 auto !important;
  padding-top: 10px;
  padding-bottom: 0px;
  background-size: cover;
  padding-bottom: 25px;
}

.hsec-news h3 {
  font-weight: bold;
}

.hsec-news .r1 > div > div > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.hsec-news .r1 .wpb_text_column {
  margin-bottom: 10px;
}

.hsec-news .r1 {
  margin-bottom: 20px;
}

.hsec-news .r1 .vc_sep_pos_align_center {
  display: none;
}

.hsec-news .loop-container > .row > div {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}

.hsec-news .loop-item-horizontal img {
  max-height: 430px;
}

.hsec-news .btn {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  margin-top: 0px;
  align-items: baseline;
  margin-top: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 400 !important;
}

.hsec-news .btn:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  color: #bc9947;
  font-weight: bold;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url(../images/arrow-right-white.svg);
}

.hsec-news .btn {
  font-size: 16px !important;
}

.hsec-news .btn:after {
  width: 13px;
  height: 15px;
}

.hsec-news .btn:hover {
  text-decoration: underline !important;
}

.hsec-news .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .hsec-news {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .hsec-news {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hsec-news h3 {
    margin-top: 0;
    margin-bottom: 10px !important;
  }
  .hsec-news .r1 > div > div,
  .hsec-news .r2 > div > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hsec-news .r1 > div > div > div {
    flex-direction: column;
    align-items: center;
  }
  .hsec-news .loop-container > .row > div {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
/** NEWS HOMEPAGE - END ------------------------------------------------ */
/** NEWS HOMEPAGE - END ------------------------------------------------ */
/** GDPR COOKIES - START ------------------------------------------------ */
/** GDPR COOKIES - START ------------------------------------------------ */
.moove-gdpr-company-logo-holder,
.moove-gdpr-branding-cnt,
#cookie-law-container,
#jquery-cookie-law-script,
#moove-gdpr-menu li:before,
.grecaptcha-badge,
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

/** GDPR COOKIES - END ------------------------------------------------ */
/** GDPR COOKIES - END ------------------------------------------------ *//*# sourceMappingURL=main.css.map */