/*----------------------------------------------------------------*/
* {
  outline: none !important;
}

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  color: black;
}

.small-footer {
    background-color: #e8e8e8;

  color: #000;
  font-size: 12px;
  padding: 10px 0 10px 0;
  border-top: 1px solid #955e42;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.ns-link {
  float: right;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ns-link:hover {
  color: #000;
  text-decoration: underline;
}

.ns-link:hover .ns-logo {
  fill: #000;
}

.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #000;
}

@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}

/*-------------------- typography START --------------------*/
h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 71px;
  color: #000;
  font-family: "Roboto Slab", serif;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
  font-family: "Roboto Slab", serif;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #000000;
  font-family: "Roboto Slab", serif;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  font-family: "Roboto Slab", serif;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  color: #000000;
  font-family: "Roboto Slab", serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

p {
  font-family: "Roboto", sans-serif;
}

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

a:hover {
  color: #242424;
  text-decoration: underline;
}

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 2px solid #eee;
  border-radius: 3px;
  height: 50px;
  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: 150px;
  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,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 3px;
  border: none;
  margin: 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 10px 16px;
  font-size: 11px;
}

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

.btn-md {
  padding: 15px 22.5px;
  font-size: 16px;
  font-weight: 500;
}

.btn-lg {
  padding: 19px 27.17px;
  font-size: 18px;
  font-weight: 700;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: #eee;
  background: #333;
  border: 2px solid #333;
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: #dfdfdf;
  border: 2px solid #242424;
  background: #242424;
}

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #cfcfcf;
  border: 2px solid #141414;
  background: #141414;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited,
.btn-default,
.btn-default:visited {
  color: #333;
  background: #eee;
  border: 2px solid #eee;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #242424;
  border: 2px solid #dfdfdf;
  background: #dfdfdf;
}

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover,
.btn-default:active,
.btn-defoult:focus,
.btn-defoult:active:focus,
.btn-default:active:hover {
  color: #141414;
  border: 2px solid #cfcfcf;
  background: #cfcfcf;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.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: #333 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #333 !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 {
  -webkit-transition: none !important;
  transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #333 !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: #333 !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #333;
    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: #333;
  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: #333;
  border: 5px solid #333;
}

.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: #333;
}

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

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

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

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

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

@media (max-width: 1400px) {
  .error-404 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

/*------------------- VC default END ---------------------*/
#jquery-cookie-law-script,
#jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #f1f1f3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3b89c7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #f9fafc;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #333;
  color: #eee;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #242424;
  color: #dfdfdf;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #eee;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
#jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #dfdfdf;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #eaedf1;
  border-top: 1px solid #f0f2f5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3b89c7;
}

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}

/*------------------- include VC elements START ---------------------*/
.file-wrap {
  background: #eee;
  margin-bottom: 7px;
  padding: 12px 120px 12px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .file-wrap {
    padding: 12px 110px 12px 10px;
  }
}

.file-wrap + *:not(.file-wrap) {
  margin-top: 20px;
}

.file-wrap:last-of-type {
  margin-bottom: 35px;
}

.file-wrap a {
  font-weight: 700;
  color: black;
  float: left;
}

a.file-dl-btn {
  float: right;
  background: #333;
  color: #eee;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

a.file-dl-btn:hover {
  background: #242424;
  text-decoration: none;
}

.file-dl-text {
  float: left;
}

.file-dl-icon {
  margin-left: 10px;
  font-size: 16px;
}

.ns-cwi-container {
  display: table;
}

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px;
}

.ns-cwi-icon-inner {
  padding: 0;
  display: block;
}

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.ns-cwi-content-inner {
  display: block;
}

.title-banner {
  margin-bottom: 0;
  background-size: contain;
  background-position: center center;
  padding-top: 75px;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.title-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.title-banner h1 {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 700;
  margin: 16px 0 0 0;
  z-index: 1;
  position: relative;
}

.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative;
}

.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #eee;
}

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

.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 400;
}

.ns-breadcrumbs li:after {
  content: "\002F";
  font-family: fontAwesome;
  margin-left: 9px;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs a {
  color: #eee;
}

.ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}

.post-img-cover {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.vc-pagination {
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}

.page-numbers {
  padding: 10px 15px;
  border: 1px solid #eee;
  font-weight: bold;
  color: #eee;
  text-decoration: none;
  display: inline-block;
}

.page-numbers:hover {
  text-decoration: none;
}

.page-numbers.current {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

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

.page-numbers.prev {
  float: left;
}

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #eee;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #333;
}

.ns-gallery {
  float: left;
  position: relative;
  margin-bottom: 20px !important;
  /*  &:after {
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        height: 22px;
        position: absolute;
        display: block;
        content: "";
        width: 98%;
        bottom: -50px;
        margin-left: 10px;
        //   margin-right: 10px;
    } */
}

.ns-gallery .slick-active:last-of-type a {
  border: 10px solid #955e42;
}

.ns-gallery .slick-center ~ .slick-active a {
  margin-right: 0 !important;
  margin-left: 60px;
}

.ns-gallery.hidden-border {
  margin-bottom: 0px !important;
}

.ns-gallery.hidden-border:after {
  display: none;
  height: 0;
}

.ns-gallery .slick-slide.slick-active a {
  margin-top: 70px;
  padding-bottom: 40%;
  margin-right: 60px;
}

.ns-gallery .slick-slide.slick-active a .nsg-img {
  /*    width: 90%;
                   height: 60%;
                    top:50%;
                   
                    left: 50%;
                    right: 20px;
                   transform: translate(-50%,-50%); */
}

.ns-gallery .slick-slide.slick-active.slick-center {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ns-gallery .slick-slide.slick-active.slick-center a {
  margin: 0px;
}

.ns-gallery .slick-slide.slick-active.slick-current a {
  margin-top: 0px;
  padding-bottom: 70%;
}

.ns-gallery .slick-slide.slick-active.slick-current a .nsg-img {
  /* top:0;
                        transform: translate(0%,0%);
                        left: 0;
                        width: 100%;
                        height: 100%; */
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }
  .nsg-c6 {
    width: 16.666%;
  }
  .nsg-c5 {
    width: 20%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }
  .nsg-c6 {
    width: 25%;
  }
  .nsg-c5 {
    width: 33.333%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}

@media (max-width: 991px) {
  body .custom-prev-slick-button {
    left: 0%;
  }
  body .custom-next-slick-button {
    right: 0%;
  }
}

@media (max-width: 1200px) {
  .ns-gallery:after {
    width: 96%;
  }
}

@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }
  .nsg-c6 {
    width: 50%;
  }
  .nsg-c5 {
    width: 50%;
  }
  .nsg-c4 {
    width: 50%;
  }
  .nsg-c3 {
    width: 100%;
  }
}

.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 70.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.custom-prev-slick-button,
.custom-next-slick-button {
  width: 48px;
  height: 48px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #955e42;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #007532 !important;
}

.custom-prev-slick-button i,
.custom-next-slick-button i {
  color: white;
  font-size: 30px;
}

.custom-prev-slick-button.custom-next-prev-button-no-border,
.custom-next-slick-button.custom-next-prev-button-no-border {
  top: 60% !important;
}

.custom-prev-slick-button:before,
.custom-next-slick-button:before {
  color: #fff;
}

.custom-prev-slick-button:hover,
.custom-next-slick-button:hover {
  background-color: #00923F !important;
}

.custom-prev-slick-button:hover i,
.custom-next-slick-button:hover i {
  color: #fff !important;
}

.custom-prev-slick-button:hover:before,
.custom-next-slick-button:hover:before {
  color: #fff;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-family: FontAwesome;
  opacity: 1;
}

.custom-prev-slick-button {
  top: 55%;
  left: 29.85%;
}

.custom-next-slick-button {
  top: 55%;
  right: 29.7%;
}

@media (max-width: 1350px) {
  .custom-prev-slick-button {
    top: 55%;
    left: 30.1%;
  }
  .custom-next-slick-button {
    top: 55%;
    right: 29.9%;
  }
}

@media (max-width: 1199px) {
  .custom-prev-slick-button {
    top: 55%;
    left: 30.5%;
  }
  .custom-next-slick-button {
    top: 55%;
    right: 30.1%;
  }
  .ns-gallery .slick-slide.slick-active a {
    margin-top: 45px;
  }
}

.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
  float: right;
  clear: both;
}

.main-nav .collapse {
  padding: 0;
}

.main-nav .nav li {
  padding: 0;
  position: relative;
  background: #eee;
}

.main-nav .nav li:last-child {
  padding-right: 0;
}

.main-nav .nav li a {
  color: #333;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
}

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  color: #333;
  background: transparent;
}

.main-nav .nav li a i {
  margin-left: 10px;
}

.main-nav .nav li.current-menu-item > a,
.main-nav .nav li.current-menu-item > a:hover,
.main-nav .nav li.current-menu-item > a:focus,
.main-nav .nav li.current-page-ancestor > a,
.main-nav .nav li.current-page-ancestor > a:hover,
.main-nav .nav li.current-page-ancestor > a:focus {
  background: #eee;
  color: #333;
}

.main-nav .sub-menu-container {
  /*padding-top: 15px;
	width: 345px;
	left: 50%;
	margin-left: -172px;*/
  float: left;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10;
}

.main-nav .nav li:hover .sub-menu-container,
.main-nav .nav li:focus .sub-menu-container {
  display: block;
}

.main-nav .sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-nav .sub-menu li:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}

.main-nav .sub-menu li {
  float: left;
  width: 100%;
  padding: 15px !important;
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #333;
  font-size: 18px;
  text-transform: none;
}

.main-nav .sub-menu li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .nav-section {
    position: absolute !important;
    top: 0;
  }
  .main-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    float: none;
  }
  .main-nav-col > .vc_column-inner {
    display: block !important;
  }
  .main-nav .navbar-header {
    float: none;
  }
  .main-nav .navbar-toggle {
    display: block;
    top: -35px;
    position: absolute;
    right: 0;
    margin: 0;
  }
  .main-nav .icon-bar {
    background: #333;
  }
  .main-nav .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .main-nav .navbar-collapse.collapse {
    display: none !important;
  }
  .main-nav .nav {
    float: none !important;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
  }
  .main-nav .nav li a {
    padding: 13px;
    color: #eee;
    border-bottom: none;
  }
  .main-nav .nav li a:hover {
    border-bottom: none;
  }
  .main-nav .nav li.active a,
  .main-nav .nav li.active a:hover,
  .main-nav .nav li.active a:focus {
    background: none;
    color: #fff;
    border-bottom: none;
    font-weight: 600;
  }
  .main-nav .collapse.in {
    display: block !important;
  }
}

.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #333;
  font-family: FontAwesome;
}

.vc_ns_content-slider-container .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.vc_ns_content-slider-container .slick-dots li button {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

.vc_ns_content-slider-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}

.vc_ns_content-slider-container .slick-dots li button:hover:before,
.vc_ns_content-slider-container .slick-dots li button:focus:before {
  color: #999;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none;
}

/** BASE - START ------------------------------------------------ */
/** BASE - START ------------------------------------------------ */
.btn {
  font-family: "Open Sans", sans-serif !important;
  padding: 11.5px 44px !important;
  font-weight: bold;
  font-size: 20px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: none !important;
  line-height: 31px;
  border-radius: 4px;
}

.btn1 {
  color: #000 !important;
  background: #fff !important;
  border: 2px solid #fff !important;
}

.btn1:hover,
.btn1:active,
.btn1:focus {
  color: #fff !important;
  border: 2px solid #00923F !important;
  background: #00923F !important;
}

.btn2 {
  color: #fff !important;

    border: 2px solid #007532 !important;
  background: #007532 !important; 

}

.btn2:hover,
.btn2:active,
.btn2:focus {
  color: #fff !important;
  background: #00923F !important;
  border: 2px solid #00923F !important;
}

.btn3 {
  background: transparent !important;
  border: 2px solid #D9A441 !important;
  color: #D9A441 !important;
}

.btn3:hover,
.btn3:active,
.btn3:focus {
  color: #553739 !important;
  background: #D9A441 !important;
  border: 2px solid #D9A441 !important;
}

.btn4 {
  background: transparent !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.btn4:hover,
.btn4:active,
.btn4:focus {
  color: #fff !important;
  background: #000 !important;
  border: 2px solid #000 !important;
}

.sp-page-title {
  margin-bottom: 35px;
}

.sp-page-title .title-banner {
  height: 300px;
  margin-bottom: 15px !important;
}

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

.sp-page-title .title-banner .container {
  margin-top: 88px;
  text-align: center;
}

.sp-page-title .title-banner .container .breadcrumbs-container {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}

.sp-page-title .title-banner .entry-title {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (max-width: 1350px) {
  .title-banner-title h1 {
    font-size: 35px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1290px;
  }
}

@media (max-width: 1260px) {
  .sp-page-title .title-banner {
    height: 300px;
  }
  .sp-page-title .title-banner .container {
    margin-top: 65px;
  }
  .sp-page-title .title-banner .entry-title {
    font-size: 35px;
    line-height: 35px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .title-banner-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .sp-page-title .title-banner {
    height: 250px;
  }
  .sp-page-title .title-banner .container {
    margin-top: 50px;
    text-align: left;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    margin-bottom: 25px;
  }
  .sp-page-title .title-banner .entry-title {
    margin-top: 0;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 14px !important;
    padding: 1.5px 21px !important;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px !important;
    line-height: 26px;
  }
  h4 {
    font-size: 18px !important;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .sp-page-title .title-banner {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 20px;
  }
  .sp-page-title .title-banner .entry-title {
    font-size: 22px;
  }
  .sp-page-title .title-banner .ns-breadcrumbs {
    font-size: 12px !important;
    line-height: 18px;
  }
  .sp-page-title .title-banner .container {
    margin-top: 12.5px;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    margin-bottom: 0;
  }
}

/** BASE - END ------------------------------------------------ */
/** BASE - END ------------------------------------------------ */
html {
  scroll-behavior: smooth;
}

.ul-check-bullets ul {
  list-style: none;
  padding-left: 0;
}

.ul-check-bullets ul li {
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.ul-check-bullets ul li:before {
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  background-image: url("../images/feather-check.png");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/** NAVIGATION - START ------------------------------------------------ */
/** NAVIGATION - START ------------------------------------------------ */
header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  /* background: -webkit-gradient(linear, right top, left top, color-stop(30%, #955e42), to(#D9A441)); */
  /* background: linear-gradient(to left, #955e42 30%, #D9A441 100%); */
  background:#fff;
}

header .container {
  width: 1920px;
}

.header-bg {
  -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  height: 65px;
  /* background: -webkit-gradient(linear, right top, left top, color-stop(30%, #955e42), to(#D9A441)); */
  /* background: linear-gradient(to left, #955e42 30%, #D9A441 100%); */
  background:#fff;
}

.header-bg .header-top-desktop {
  padding-top: 0px;
}

.header-bg .header-top-desktop .c1 {
  padding-top: 7.5px;
}

.header-bg .header-top-desktop .c1 svg,
.header-bg .header-top-desktop .c1 img {
  max-width: 105px;
}

.header-bg .header-top-desktop .c1 img {
  margin-top: -5px;
}

.header-bg .header-top-desktop .c3 {
  display: none;
}

.header-bg .navbar {
  margin-top: -32px !important;
}

.header-bg .megamenu-container-desktop .main-nav .nav li.current-menu-item > a:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-menu-item > a:hover:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-menu-item > a:focus:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:hover:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:focus:after {
  display: none !important;
}

.header-bg .megamenu-container-desktop {
  border-bottom: none;
  top: 53px;
}

.header-bg-mobile {
  /* background: -webkit-gradient(linear, right top, left top, color-stop(30%, #955e42), to(#D9A441));
  background: linear-gradient(to left, #955e42 30%, #D9A441 100%);
  -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 15px 3px rgba(0, 0, 0, 0.25) !important; */
  box-shadow: 0px 3px 15px 3px rgba(0, 0, 0, 0.25) !important;
}

.header-top-desktop {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
}

.header-top-desktop .wpb_raw_html {
  margin-bottom: 0 !important;
}

.header-top-desktop .c1 {
  position: relative;
  z-index: 2;
}

.header-top-desktop .c1 .vc_column-inner:first-of-type {
  padding-left: 0;
}

.header-top-desktop .c1 svg,
.header-top-desktop .c1 img {
  max-width: 205px;
  width: 205px;
  max-height: 105px;
  margin-top: -10px;
}

.header-top-desktop .c1 .wpb_single_image {
  margin-bottom: 10px !important;
}

.header-top-desktop .c3 .wpb_wrapper:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top-desktop .c3 .vc_column-inner:first-of-type {
  padding-right: 0;
  padding-left: 0;
}

.header-top-desktop .c3 .wpb_raw_code {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.header-top-desktop .c3 .wpb_raw_code a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  /* text-shadow: 1px 1px 1px black; */
  color: #000;
}

.header-top-desktop .c3 .wpb_raw_code a svg {
  margin-right: 10px;
}

.header-top-desktop .c3 .wpb_raw_code a span {
  font-size: 16px;
}

.header-top-desktop .c3 .wpb_raw_code a .hide-mobile {
  color: #000;
}

.header-top-desktop .c3 .wpb_raw_code a:hover {
  color: #000;
  text-decoration: underline !important;
}

.dropdown-toggle {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dropdown-toggle i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.podstrani .fa,
.podstrani .sub-menu-container {
  display: none !important;
}

.megamenu-container-desktop {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 85px;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.megamenu-container-desktop .dropdown-toggle-hover {
  color: #eee !important;
}

.megamenu-container-desktop .dropdown-toggle-hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.megamenu-container-desktop .nav > li > a.noAfter {
  margin-bottom: 10px !important;
}

.megamenu-container-desktop .nav > li > a.noAfter::after {
  content: none !important;
}

.megamenu-container-desktop .main-nav .nav > li > a {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  color: #000;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 9;
  /* text-shadow: 1px 1px 1px black; */
}

.megamenu-container-desktop .main-nav .nav > li > a:hover,
.megamenu-container-desktop .main-nav .nav > li > a:focus,
.megamenu-container-desktop .main-nav .nav > li > a:active {
  color: #00923F;
  text-decoration: underline;
}

.megamenu-container-desktop .main-nav .nav > li {
  background: transparent !important;
  margin-left: 60px;
}

.megamenu-container-desktop .main-nav .nav li.current-menu-item > a,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:hover,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:focus,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:hover,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:focus {
  color: #00923F !important;
  border-bottom: 1px solid #00923F;
  background: transparent !important;
}

.megamenu-container-desktop .main-nav .nav li {
  background: transparent !important;
}

.sub-menu-MarginTop {
  margin-top: -10px !important;
}

.ns-topheader,
.ns-megamenu {
  display: none !important;
}

@media (max-width: 1199px) {
  .lang-de .megamenu-container-desktop .main-nav .nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  header {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    /* background: -webkit-gradient(linear, right top, left top, color-stop(30%, #955e42), to(#D9A441)); */
    /* background: linear-gradient(to left, #955e42 30%, #D9A441 100%); */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 65px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .breadcrumbs-container {
    z-index: 1000;
  }
  .breadcrumbs-container-hide {
    z-index: 1 !important;
  }
  .megamenu-container-desktop,
  .header-top-desktop {
    display: none !important;
  }
  .ns-megamenu,
  .ns-topheader {
    display: block !important;
  }
  .language-selector-container {
    padding-left: 0 !important;
    border-left: 0 !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .language-selector-container span {
    font-size: 16px !important;
  }
  html,
  body {
    overflow-x: hidden;
  }

  body.no-scroll,
  html.no-scroll {
    overflow: hidden;
  }
  .sticky .ns-megamenu {
    padding-top: 103px;
  }
  .ns-megamenu {
    padding-top: 165px;
    padding-bottom: 100px;
    position: absolute !important;
    top: 0;
    left: 0 !important;
    right: 0;
    margin: 0 !important;
    width: 100%;
    min-height: 101vh;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.9);
  }
  .ns-megamenu .open {
    display: block;
  }
  .ns-megamenu ul {
    padding-left: 15px;
    list-style: none;
  }
  .ns-megamenu > div > div > div > nav > ul > div > li {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #000;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div > li a {
    color: #000;
    /* text-shadow: 1px 1px 1px black; */
  }
  .ns-megamenu > div > div > div > nav > ul > div > li a:hover,
  .ns-megamenu > div > div > div > nav > ul > div > li a:focus,
  .ns-megamenu > div > div > div > nav > ul > div > li a:active {
    color: #000 !important;
    text-decoration: underline !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu {
    margin-top: 10px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu a {
    color: #000 !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu a:hover,
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu a:focus,
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu a:active {
    color: #000 !important;
    text-decoration: none !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu li {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ns-megamenu li.current-menu-item > a,
  .ns-megamenu li.current-menu-item > a:hover,
  .ns-megamenu li.current-menu-item > a:focus,
  .ns-megamenu li.current-page-ancestor > a,
  .ns-megamenu li.current-page-ancestor > a:hover,
  .ns-megamenu li.current-page-ancestor > a:focus {
    background: transparent !important;
    color: #000 !important;
    text-decoration: underline;
  }
  .ns-megamenu li.current-menu-item > a,
  .ns-megamenu li.current-menu-item > a:hover,
  .ns-megamenu li.current-menu-item > a:focus,
  .ns-megamenu li.current-page-ancestor > a,
  .ns-megamenu li.current-page-ancestor > a:hover,
  .ns-megamenu li.current-page-ancestor > a:focus {
    background: transparent !important;
  }
  .ns-megamenu.ns-megamenuopen {
    z-index: 15;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.5);
    background-color: #e2e2e2;
    padding-bottom: 0px !important;
    overflow: hidden;
  }
  header.bg-none {
    background: none;
  }
  header.mob-men-magic {
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 10;
  }
  header.mob-men-magic > div {
    position: static;
    height: 100%;
  }
  .ns-topheader {
    height: 65px;
    position: relative;
    z-index: 16;
  }
  .ns-topheader .c1 {
    position: relative;
    height: 65px;
    z-index: 9;
  }
  .ns-topheader .c1 .wpb_single_image,
  .ns-topheader .c1 .wpb_raw_code {
    margin-bottom: 0 !important;
    margin-left: 15px;
  }
  .ns-topheader .c1 .wpb_single_image svg,
  .ns-topheader .c1 .wpb_single_image img,
  .ns-topheader .c1 .wpb_raw_code svg,
  .ns-topheader .c1 .wpb_raw_code img {
    max-width: 105px;
    margin-top: 5px;
  }
  .ns-topheader .c1 .wpb_wrapper:first-of-type {
    height: 65px;
  }
  .ns-topheader .c2 {
    margin-top: 15px;
  }
  .ns-topheader .c2 .wpb_wrapper:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .ns-topheader .c2 .wpb_raw_code {
    margin: 0;
    margin-left: -15px;
  }
  .ns-topheader .c2 .wpb_raw_code a {
    top: 4px;
    position: relative;
    margin-right: 40px;
  }
  .ns-topheader .c2 a {
    margin-right: 15px;
  }
  .ns-topheader .c2 a span {
    display: none;
  }
  .ns-topheader .c2 .ns-mainmenu-btn {
    cursor: pointer;
    position: relative;
    top: 2.5px !important;
    display: block;
    width: 25px;
    height: 17px;
    z-index: 20;
    right: 15px;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div {
    background-color: #00923F;
    border-radius: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 22px;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn {
    top: 1px !important;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div {
    height: 4px;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
  }
  @-webkit-keyframes inM {
    50% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
    }
  }
  @keyframes inM {
    50% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes outM {
    50% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
    }
  }
  @keyframes outM {
    50% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes inT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
    }
  }
  @keyframes inT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
      transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
      transform: translateY(9px) rotate(135deg);
    }
  }
  @-webkit-keyframes outT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
    }
  }
  @keyframes outT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
      transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
      transform: translateY(9px) rotate(135deg);
    }
  }
  @-webkit-keyframes inBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
    }
  }
  @keyframes inBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
      transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
      transform: translateY(-9px) rotate(135deg);
    }
  }
  @-webkit-keyframes outBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
    }
  }
  @keyframes outBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
      transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
      transform: translateY(-9px) rotate(135deg);
    }
  }
  .ns-topheaderopen {
    width: 100vw;
    left: 15px;
    position: fixed;
  }
}

@media (max-width: 767px) {
  .ns-topheader .c2 {
    position: absolute;
    top: 0;
  }
  .ns-megamenu > div > div > div > nav > ul > div > li {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: px;
    text-align: left;
    color: #fff;
    text-align: center;
    margin-bottom: 20px !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu {
    margin-top: 10px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu li {
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .ns-megamenu ul {
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .ns-megamenu {
    padding-top: 85px;
  }
}

/** NAVIGATION - END ------------------------------------------------ */
/** NAVIGATION - END ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
.cta-footer {
  /*height: 200px;*/
  background-size: cover;

  border-top: 2px solid #007532;
  border-bottom: 2px solid #007532;
  
  display:flex;align-items:center;
}

.cta-footer .c1,
.cta-footer .c2 {
  margin-top: 0px !important;
  /*height: 200px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-footer .c1 .wpb_text_column,
.cta-footer .c2 .wpb_text_column {
  margin-bottom: 0;
}

.cta-footer .c1 {
  background-color: #007532;
  position: relative;
}

.cta-footer .c1:before {
  content: "";
  background-color: #007532;
  position: absolute;
  width: 100vw;
  height: 200px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cta-footer .c1:after {
  content: "";
  border-style: solid;
  border-width: 100px 0 100px 30px;
  border-color: transparent transparent transparent #007532;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  position: relative;
  z-index: 9;
}

.cta-footer .c1 .vc_column-inner {
  padding-top: 0 !important;
}

.cta-footer .c1 .vc_column-inner h3 {
  margin-top: 0 !important;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  color: #f6f6f6;
}

.cta-footer .c1 .vc_column-inner .wpb_text_column:last-of-type h3 {
  color: #fff;
  font-weight: normal;
}

.cta-footer .c2 p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin-left: 55px;
  color: #232020;
}

.cta-footer .c2 .btn {
  float: right;
  /* text-transform: uppercase !important; */
  /* background: #955e42 !important; */
  /* border-color: #955e42 !important; */
}

.cta-footer .c2 .btn:hover {
  /* background-color: transparent !important; */
  /* color: #955e42 !important; */
}

.cta-footer .c2 > div {
  padding-top: 0 !important;
}

.cta-footer .c2 > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer {
  margin-top: 30px;
  background-color: #fff;
  /* border-top: 1px solid #D9A441; */
}

.big-footer {
  padding-bottom: 45px;
  background-color: #e8e8e8;
}

.big-footer .sub-menu {
  display: none !important;
}

.big-footer p,
.big-footer a {
  color: #000;
  font-size: 16px;
}

.big-footer span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.big-footer a:hover {
  text-decoration: underline;
}

.big-footer a:hover .inner-contents {
  text-decoration: underline;
}

.big-footer .wpb_raw_html {
  margin-bottom: 0;
}

.big-footer .inner-contents {
  color: #000;
  font-weight: bold;
}

.big-footer .f-title {
  margin-top: 25px;
  margin-bottom: 10px !important;
}

.big-footer .f-title h5 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.big-footer .c4 ul {
  list-style: none;
  padding-left: 0;
}

.big-footer .c4 ul a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  /* font-weight: bold; */
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.big-footer .c4 ul a:hover {
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .cta-footer .c2:before {
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 1199px) {
  .cta-footer {
      flex-direction:column;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cta-footer .c1 {
    width: 100%;
    /*height: 125px;*/
  }
  .cta-footer .c1, .cta-footer .c2 {
      padding: 40px;
  }
  .cta-footer .c1 h3 {
    text-align: center !important;
  }
  .cta-footer .c1:after {
    border: none !important;
  }
  .cta-footer .c2 {
    width: 100%;
    /*background-color: #D9A441;*/
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-footer .c2 .vc_col-sm-8 {
    /*margin-top: -45px;*/
    width: 100%;
  }
  .cta-footer .c2 .vc_col-sm-4 {
    margin: 0 auto;
  }
  .cta-footer .c2 .vc_col-sm-4 .wpb_wrapper:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-footer .c2 p {
    text-align: center;
    margin-bottom: 25px !important;
    margin-top: 0 !important;
  }
  .cta-footer .c1:before {
      display:none;
  }
  .cta-footer .c2 .btn {
    float: none;
  }
  .cta-footer .c2 > div {
    padding-top: 0 !important;
  }
  .cta-footer .c2 > div > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; 
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-footer .c2 {
      padding-top:30px;
  }
  .cta-footer .c2 p {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .big-footer > .container > .vc_row:last-of-type {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  footer {
    margin-top: 30px;
  }
  .big-footer {
    /*text-align: center !important;*/
    padding-bottom: 25px;
  }
  .big-footer h5 {
    /*text-align: center !important;*/
  }
  .big-footer p,
  .big-footer a,
  .big-footer span {
    font-size: 16px !important;
  }
  .big-footer .c1 .wpb_text_column {
    margin-bottom: 0;
  }
  .big-footer .c1 > div,
  .big-footer .c2 > div,
  .big-footer .c3 > div,
  .big-footer .c4 > div {
    padding-top: 15px !important;
  }
  .big-footer .c3 .wpb_text_column:not(.f-title) {
    margin-bottom: 15px !important;
  }
  .cta-cont > div {
    /*height: 310px;*/
  }
  .small-footer {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 15px 0 15px 0;
  }
}

/** FOOTER - END ------------------------------------------------ */
/** FOOTER - END ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
.home-hero {
  margin-bottom: 80px;
  font-family: "Roboto Slab", serif !important;
}

.home-hero p {
  line-height: 31px;
  font-size: 18px;
}

.home-hero .vc_column-inner:first-of-type {
  height: 100vh;
}

.home-hero .ns-slider {
  font-family: "Roboto Slab", serif !important;
  overflow: hidden;
  position: relative;
  opacity: 0;
  height: 1000px;
}

.home-hero .ns-slider .container {
  margin-top: 360px;
}

.home-hero .ns-slider .btn {
  margin-top: 80px;
  float: left;
}

.home-hero .slick-initialized {
  opacity: 1;
}

.home-hero .ns-slider .slide {
  background: no-repeat cover 100% auto center;
  background: none;
  width: 100%;
}

.home-hero .ns-slider-text {
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}

.home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
  font-family: "Roboto Slab", serif !important;
  font-weight: 500 !important;
  /*text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);*/
}

.home-hero .slick-arrow {
  border: 1px SOLID ORANGE;
}

.home-hero .slick-prev {
  left: 60px !important;
}

.home-hero .slick-prev:before {
  content: "\e92f";
}

.home-hero .slick-next {
  right: 60px !important;
}

.home-hero .slick-next:before {
  content: "\e930";
}

.home-hero .slick-prev,
.home-hero .slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: white !important;
  color: #333 !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}

.home-hero .slick-prev:before,
.home-hero .slick-next:before {
  height: 50px;
  width: 50px;
  color: white;
  font-family: "feather" !important;
  color: #333;
  font-size: 18px;
  font-weight: 900;
  margin-top: 10px;
}

.home-hero .ns-slider h1,
.home-hero .ns-slider h2 {
  position: relative;
  z-index: 10;
  color: white;
  font-family: "Roboto Slab", serif !important;
  font-weight: bold;
  font-size: 50px;
  line-height: 71px;
  text-align: left;
  color: #fff;
  /* text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5); */
  max-width: 838px;
}

.home-hero .ns-slider h1 span,
.home-hero .ns-slider h2 span {
  color: #fff !important;
}

.home-hero .ns-slider h4 {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

.home-hero .ns-slider h2 {
  max-width: 730px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero .ns-slide1-img img {
  width: 90%;
  margin-top: 10%;
}

.home-hero .slick-dotted.slick-slider {
  margin-bottom: 200px;
}

.home-hero .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.home-hero .slick-dots {
  top: 44vh !important;
  width: auto;
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 60px !important;
}

.home-hero .slick-dots li {
  margin-bottom: 30px !important;
}

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

.home-hero .slick-dots li button:before {
  font-style: normal;
  color: white !important;
  background: white;
  font-size: 15px;
  opacity: 1;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.home-hero .slick-dots li.slick-active button:before,
.home-hero .slick-dots li button:hover:before {
  background: #fff;
}

.home-hero .ns-slider-text h4 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-top: -30px;
}

.home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.home-hero .home-arrow {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.home-hero .home-arrow svg path,
.home-hero .home-arrow svg g {
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.home-hero .home-arrow svg:hover path {
  fill: #333;
}

.home-hero .home-arrow svg:hover g {
  fill: white;
}

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

.ns_custom_section_title {
  margin-bottom: 25px;
  text-align: center;
}

.ns_custom_section_title .container {
  max-width: 630px;
  width: 100%;
  border-bottom: 2px solid #a4a4a4;
}

.ns_custom_section_title .container h2 {
  width: 100%;
  display: inline-block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.ns_custom_section_title .container h2:after {
  height: 10px;
  position: relative;
  top: 16px;
  display: block;
  width: 190px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 10px;
  content: "";
}

.h-sec-0 {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #955e42), to(#D9A441));
  background: linear-gradient(to left, #955e42 30%, #D9A441 100%);
  margin-bottom: 30px;
  border-radius: 6px !important;
}

.h-sec-0 h3, .h-sec-0 h4 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px !important;
  font-size: 25px;
}

.h-sec-0 h2 {
  color: #fff;
  /* text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); */
  margin-top: 0;
  font-weight: 500 !important;
}

.h-sec-0 p {
  color: #fff;
}
.h-sec-0 .btn1 {
  margin-bottom: 25px;
}

.h-sec-0 .wpb_single_image,
.h-sec-0 .vc_figure,
.h-sec-0 .vc_single_image-wrapper {
  height: 354px;
  margin-bottom: 0;
}

.h-sec-0 .wpb_single_image img,
.h-sec-0 .vc_figure img,
.h-sec-0 .vc_single_image-wrapper img {
  height: 354px;
  -o-object-fit: cover;
  object-fit: cover;
}

.h-sec-0 .c1 > div {
  padding: 0 !important;
}

.h-sec-0 .c2 > div {
  padding: 0 !important;
  padding-top: 10px !important;
}

.h-sec-0 .c2 > div:after {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 7;
}


.h-sec-0 .c2 > div > .wpb_wrapper {
  padding-left: 60px;
  padding-right: 40px;
}

.h-sec-0 .c2 .wpb_wrapper {
  position: relative;
  z-index: 9;
}

.h-sec-0 .vc_single_image-wrapper img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.h-sec-0 .c2 > div,
.h-sec-0 .c2 > div:after {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.h-sec-0 > .c1 > div,
.h-sec-0 > .c1 > div > div,
.h-sec-0 > .c1 > div > div > div,
.h-sec-0 > .c1 > div > div > div > figure,
.h-sec-0 > .c1 > div > div > div > figure > div,
.h-sec-0 > .c1 > div > div > div > figure > div > img {
  height: 100% !important;
}
.h-sec-1 h3 {
  color: #000;
  margin-bottom: 0 !important;
}

.h-sec-1 {
  padding-bottom: 0px;
}

.h-sec-1 .vc_column-inner:first-of-type {
  padding-left: 0;
  padding-right: 0;
}

.h-sec-1 .tekst {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #232020;
}

.h-sec-1 .slick-list {
  overflow: visible;
}

.h-sec-1 .slick-slide > div {
  margin: 0px 15px;
}

.h-sec-1 .ns-icon-set {
  margin-top: 50px !important;
}

.h-sec-1 .ns-icon-set a.card-wrap > div > div {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}

.h-sec-1 .card-wrap {
  margin-bottom: 25px;
}

.h-sec-1 .ns-icon-set a.card-wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #333;
  margin: 15px 0px;
  text-align: center;
}

.h-sec-1 .ns-icon-set a.card-wrap:hover,
.h-sec-1 .ns-icon-set a.card-wrap:active,
.h-sec-1 .ns-icon-set a.card-wrap:focus {
  text-decoration: none !important;
}

.h-sec-1 .ns-icon-set a.card-wrap img {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.h-sec-1 .ns-icon-set a.card-wrap .image {
  padding-top: 40px;
  width: 100%;
  height: 250px;
  border-radius: 6px 6px 0px 0px;
}

.h-sec-1 .ns-icon-set a.card-wrap .text_container {
  /* background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #d18716), color-stop(90%, #D9A441)); */
  /* background: linear-gradient(0deg, #d18716 10%, #D9A441 90%); */
  background: #007532;
  border-radius: 0px 0px 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 210px;
}
.lang-de .h-sec-1 .ns-icon-set a.card-wrap .text_container {
  height: 250px;
}
.lang-de .h-sec-1 .ns-icon-set a.card-wrap .text_container p {
  font-size: 17px;
  line-height: 25px;
}
.h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  font-family: "Roboto Slab", serif;
}

.h-sec-1 .ns-icon-set a.card-wrap .text_container p {
  padding-left: 27.5px;
  padding-right: 27.5px;
  padding-top: 10px;
  padding-bottom: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}

.h-sec-1 .ns-icon-set a.card-wrap .overlay {
  opacity: 0;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: rgba(35, 32, 32, 0.3);
}

.h-sec-1 .ns-icon-set a.card-wrap .overlay svg {
  fill: #fff;
  max-width: 45px;
  height: auto;
}

.h-sec-1 .ns-icon-set a.card-wrap .overlay img {
  max-width: 45px;
  height: auto;
}

.h-sec-1 .ns-icon-set a.card-wrap .btn {
  margin-bottom: 40px;
}

.h-sec-1 .btn-ostale-resitve {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}

.h-sec-1 .btn-ostale-resitve a {
  max-width: 252px;
}

.h-sec-1 .ns-icon-set-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.h-sec-1 .ns-icon-set-card:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-color: #D9A441 #D9A441;
  border-radius: 6px;
  display: block;
  width: calc(100% - 70px);
  height: calc(100% - 40px);
  z-index: 1;
  top: 20px;
  bottom: 0;
}

.h-sec-1 .ns-icon-set a.card-wrap:hover h4 {
  color: #fff;
}

.h-sec-1 .ns-icon-set a.card-wrap:hover .text_container {
  background: #00923F;
}

.h-sec-1 .ns-icon-set a.card-wrap:hover .overlay {
  opacity: 1;
}

.h-sec-1-btn > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h-sec-1-btn .btn {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
}

.h-sec-1 p {
  color: #553739;
}

.h-sec-1 .wpb_text_column {
  margin-bottom: 5px !important;
}

.h-sec-1 .ns-icon-set {
  margin-top: 20px !important;
}

.h-sec-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.h-sec-2 {
      background-image: url("../images/vstopna-background.webp");
  background-size: cover;
  background-position: center;
  width:100%;height:100%;
}
.h-sec-2:before {

}
.h-sec-2 > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 15px !important;
  margin-right: 0px !important;
}

.h-sec-2 > div > div > div {
  padding-left: 100px;
  padding-right: 80px;

  position: relative;
  z-index: 2;
}

.h-sec-2 .c2 {
  padding-left: 00px;
  padding-right: 0px;
  width: 740px;
  height: 740px;
}
.h-sec-2 .c2 > div:after {
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.h-sec-2 .c2 > div {
  width: 740px;
  height: 740px;
  background-position: center center;
  border-radius: 6px;
}

.h-sec-2 .ns_custom_section_title {
  margin-top: 30px;
}

.h-sec-2 .ns_custom_section_title .container {
  max-width: none;
}

.h-sec-2 .ns_custom_section_title h2 {
  text-align: left;
  margin-left: 0px;
}

.h-sec-2 .ns_custom_section_title h2:after {
  margin-left: 0;
}

.h-sec-2 h2 {
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: 65px !important;
  color: #fff;
  /*text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);*/
}

.h-sec-2 .ns-bullets {
  max-width: 550px;
  width: 100%;
}

.h-sec-2 .bullets-wrap {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.h-sec-2 .bullets-wrap .text_container {
  height: 69px;
  background: rgba(0, 0, 0, 0.3);
  padding: 7px;
  padding-right: 20px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-sec-2 .bullets-wrap .text_container svg {
  min-width: 56px !important;
  margin-right: 30px;
}
.h-sec-2 .bullets-wrap .text_container svg > path:first-of-type {
  fill: #fff;
}
.h-sec-2 .bullets-wrap .text_container svg > path:last-of-type {
  stroke: #D9A441;
}
.h-sec-2 .bullets-wrap .text_container h5 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.h-sec-2 .btn-vec {
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1919px) {
  .h-sec-1 .ns-icon-set a.card-wrap img {
    width: 100%;
    max-width: none;
  }
  .h-sec-1 .slick-dots {
    bottom: -50px;
  }
}

@media screen and (max-width: 1440px) {
  .home-hero .ns-slider .slide,
  .home-hero > .wpb_column,
  .home-hero > .wpb_column > .vc_column-inner {
    height: 800px !important;
  }
  .home-hero .ns-slider .container {
    margin-top: 24.5vh !important;
  }
  .home-hero .ns-slider,
  .home-hero .slide {
    height: 100%;
  }
  .home-hero .slick-arrow {
    top: 90%;
  }
  .home-hero .ns-slider-text {
    margin-top: 50px;
  }
  .home-hero .ns-slider-text h1,
  .home-hero .ns-slider-text h2 {
    font-size: 44px !important;
    line-height: 50px;
  }
  .home-hero img,
  .home-hero .vc_figure,
  .home-hero .vc_single_image-wrapper {
    width: 100%;
  }
  .home-hero .ns-slider-text {
    text-align: center;
  }
  .home-hero .ns-slider-text h2 {
    max-width: none;
  }
  .home-hero .slick-arrow {
    top: 45%;
  }
}

@media (max-width: 1300px) {
  .h-sec-0 .wpb_single_image,
  .h-sec-0 .vc_figure,
  .h-sec-0 .vc_single_image-wrapper {
    height: 400px;
  }
  .h-sec-0 .wpb_single_image img,
  .h-sec-0 .vc_figure img,
  .h-sec-0 .vc_single_image-wrapper img {
    height: 400px;
  }
  .h-sec-0 .c2 {
    height: 400px;
  }
  .lang-de .h-sec-0 .c2 {
    height: 485px;
  }
  .h-sec-0 {
    border-radius: 50px !important;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container {
    height: 235px;
  }
  .lang-de .h-sec-1 .ns-icon-set a.card-wrap .text_container {
    height: 270px;
  }
  .h-sec-2 .c2 {
    float: right;
  }
}

@media (max-width: 1199px) {
  .home-hero .ns-slider .container {
    margin-top: 265px !important;
  }
  .home-hero .ns-slider .btn {
    float: none;
  }
  .home-hero .ns-slider-text h1 {
    text-align: center;
    margin: 0 auto;
  }
  .h-sec-0 .wpb_single_image,
  .h-sec-0 .vc_figure,
  .h-sec-0 .vc_single_image-wrapper {
    height: 430px;
  }
  .h-sec-0 .wpb_single_image img,
  .h-sec-0 .vc_figure img,
  .h-sec-0 .vc_single_image-wrapper img {
    height: 430px;
  }
  .h-sec-0 .c2 {
    height: 430px;
  }
  .lang-de .h-sec-0 .c2 {
    height: 615px;
  }
  .h-sec-1 .btn-ostale-resitve {
    margin-top: 75px;
  }
  .h-sec-1 .slick-dots li.slick-active button:before {
    opacity: 1 !important;
  }
  .h-sec-1 .slick-dots li {
    margin: 0;
  }
  .h-sec-1 .slick-dots li:before {
    display: none !important;
  }
  .h-sec-1 .slick-dots li button:before {
    font-style: normal;
    color: #955e42 !important;
    border: 1px solid #955e42;
    font-size: 15px;
    opacity: 1;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #955e42;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .h-sec-1 .slick-dots li.slick-active button:before,
  .h-sec-1 .slick-dots li button:hover:before {
    background: transparent;
  }
  .h-sec-1 .slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-left: -3.5px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .h-sec-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
  }
  .h-sec-2 .c2 {
    border-radius: 6px;
  }
  .h-sec-2 .c2 .vc_column-inner:first-of-type {
    padding-left: 0 !important;
  }
  .h-sec-2 .ns_custom_section_title {
    margin-top: 30px;
  }
  .h-sec-2 .ns_custom_section_title .container {
    max-width: none;
  }
  .h-sec-2 .ns_custom_section_title h2 {
    text-align: left;
    margin-left: 0px;
  }
  .h-sec-2 .tekst {
    margin-left: 20px;
    font-size: 18px;
    line-height: 31px;
  }
  .h-sec-2 .ns-bullets {
    max-width: 550px;
    width: 100%;
  }
  .h-sec-2 .bullets-wrap {
    margin-left: 20px;
    margin-bottom: 15px;
  }
  .h-sec-2 .bullets-wrap .text_container {
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h-sec-2 .bullets-wrap .text_container svg {
    width: 45px !important;
    min-width: 45px !important;
    margin-right: 30px;
  }
  .h-sec-2 .bullets-wrap .text_container h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .h-sec-2 .btn-vec {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .h-sec-2 > div > div {
    margin-left: 0 !important;
  }
  .h-sec-2 > div > div > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .home-hero > .wpb_column,
  .home-hero > .wpb_column > .vc_column-inner {
    height: 100% !important;
  }
  .home-hero {
    margin-bottom: 60px;
  }
  .home-hero .slick-dots {
    top: 44vh !important;
  }
  .home-hero .ns-slider h2 {
    font-size: 36px !important;
    line-height: 45px;
  }
  .home-hero .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
  .home-hero .ns-slider .container {
    margin-top: 150px !important;
  }
  .home-hero .ns-slider,
  .home-hero .slide {
    height: 700px !important;
  }
  .home-hero .home-arrow {
    bottom: 0px;
  }
  .home-hero .home-arrow svg {
    width: 40px;
  }
  .home-hero .ns-slider-text {
    margin-top: 90px;
  }
  .home-hero .ns-slider-text h1,
  .home-hero .ns-slider-text h2 {
    max-width: 600px;
  }
  .h-sec-0 .c2 > div > .wpb_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .h-sec-0 .wpb_single_image,
  .h-sec-0 .vc_figure,
  .h-sec-0 .vc_single_image-wrapper {
    height: 310px;
  }
  .h-sec-0 .wpb_single_image img,
  .h-sec-0 .vc_figure img,
  .h-sec-0 .vc_single_image-wrapper img {
    height: 310px;
  }
  .h-sec-0 .c2 {
    height: 410px;
  }
  .lang-de .h-sec-0 .c2 {
    height: 485px;
  }
  .h-sec-0 .vc_single_image-wrapper img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
  }
  .h-sec-0 .c2 > div,
  .h-sec-0 .c2 > div:after {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .h-sec-0 {
    text-align: center !important;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container {
    height: 100%;
  }
  .lang-de .h-sec-1 .ns-icon-set a.card-wrap .text_container {
    height: 100%;
  }
  .lang-de .h-sec-1 .ns-icon-set a.card-wrap .text_container p {
    font-size: 16px;
  }
  .h-sec-2 .c2 > div {
    width: 100%;
    height: 100%;
  }
  .h-sec-2 > div > div > div {
    padding-left: 50px;
    padding-right: 50px;
  }
  .h-sec-2 h2 {
    text-align: center !important;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
    .home-hero .ns-slider .slide, .home-hero > .wpb_column, .home-hero > .wpb_column > .vc_column-inner {
        height:500px !important;
    }
  .home-hero > .wpb_column,
  .home-hero > .wpb_column > .vc_column-inner {
    height: 100% !important;
  }
  .home-hero {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .home-hero .ns-slider .container {
    margin-top: 150px !important;
  }
  .home-hero .ns-slider .btn {
    margin-top: 50px;
  }
  .home-hero .ns-slider,
  .home-hero .slide {
    height: 450px !important;
  }
  .home-hero .slick-dotted.slick-slider {
    margin-bottom: 175px;
  }
  .home-hero .ns-slider-text h1,
  .home-hero .ns-slider-text h2 {
    font-size: 28px !important;
    margin-bottom: 30px;
    line-height: 38px;
  }
  .home-hero .ns-slider-text {
    margin-top: 0px;
  }
  .home-hero .slick-dots {
    right: 10px !important;
  }
  .home-hero .slick-dots li {
    margin-bottom: 15px !important;
  }
  .home-hero .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .home-hero .slick-next {
    right: 50%;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  .home-hero .slick-arrow {
    height: 25px;
    width: 25px;
  }
  .home-hero .slick-arrow:before {
    font-size: 12px;
  }
  .home-hero .slick-dots {
    bottom: 25px !important;
    top: 37vh !important;
  }
  .home-hero .home-arrow svg {
    width: 25px;
  }
  .h-sec-0 {
    margin: 0 !important;
  }
  .h-sec-0 .c2 > div > .wpb_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .h-sec-0 .wpb_single_image,
  .h-sec-0 .vc_figure,
  .h-sec-0 .vc_single_image-wrapper {
    height: 225px;
  }
  .h-sec-0 .wpb_single_image img,
  .h-sec-0 .vc_figure img,
  .h-sec-0 .vc_single_image-wrapper img {
    height: 225px;
  }
  .h-sec-0 .c2 {
    height: 100%;
  }
  .lang-de .h-sec-0 .c2 {
    height: 100%;
  }
  .h-sec-0 .c2 .btn {
    margin-bottom: 35px !important;
  }
  .h-sec-0 h3 {
    margin-bottom: 5px;
  }
  .ns_custom_section_title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns_custom_section_title h2 {
    margin-top: 0px !important;
  }
  .h-sec-1 {
    padding-bottom: 35px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
    padding-bottom: 0;
  }
  .h-sec-1 .tekst {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 31px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container p {
    padding-bottom: 35px;
  }
  .h-sec-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
  }
  .h-sec-2 .c2 {
    margin-top: -35px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 6px;
  }
  .h-sec-2 .c2 .vc_column-inner:first-of-type {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0;
  }
  .h-sec-2 .ns_custom_section_title {
    margin-top: 20px;
  }
  .h-sec-2 .ns_custom_section_title .container {
    max-width: none;
  }
  .h-sec-2 .ns_custom_section_title h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  .h-sec-2 .tekst {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 65px;
  }
  .h-sec-2 .tekst p {
    text-align: center !important;
  }
  .h-sec-2 h2 {
    margin-left: 0;
  }
  .h-sec-2 .ns-bullets {
    max-width: none;
    width: 100%;
  }
  .h-sec-2 .bullets-wrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 65px;
  }
  .h-sec-2 .bullets-wrap .text_container {
    padding: 7px;
    padding-right: 10px;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .h-sec-2 .bullets-wrap .text_container svg {
    position: absolute;
    margin: 0 auto;
    margin-top: -70px;
    left: 0;
    right: 0;
    max-width: 25px !important;
    width: 25px !important;
    min-width: 25px !important;
  }
  .h-sec-2 .bullets-wrap .text_container h5 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .h-sec-2 .btn-vec {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
    line-height: 22px;
  }
  .h-sec-1 .ns-icon-set {
    margin-top: 0 !important;
  }
  .h-sec-1 .tekst {
    margin-bottom: 15px;
  }
  .h-sec-1-btn .btn {
    margin-top: -15px;
    margin-bottom: 50px;
  }
  .h-sec-2 .c2 {
    float: none;
  }
}

@media (max-width: 500px) {
  .home-hero {
    margin-top: 0;
  }
  .home-hero .ns-slider .container {
    margin-top: 135px !important;
  }
  .home-hero .ns-slider .btn {
    margin-top: 50px;
  }
  .home-hero .ns-slider,
  .home-hero .slide {
    height: 400px !important;
  }
  .home-hero .slick-dotted.slick-slider {
    margin-bottom: 175px;
  }
  .home-hero .ns-slider-text h1,
  .home-hero .ns-slider-text h2 {
    font-size: 22px !important;
    margin-bottom: 30px;
    line-height: 28px;
  }
  .h-sec-0 .c2 > div > .wpb_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .h-sec-2 > div > div > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE - END ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
.sp-kontakt-sec-1 {
  margin-bottom: 60px;
}

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

.sp-kontakt-sec-1 .col-left p,
.sp-kontakt-sec-1 .col-left a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #553739;
}

.sp-kontakt-sec-1 .col-left .wpb_raw_html {
  margin-bottom: 0px;
}

.sp-kontakt-sec-1 .col-left .wpb_raw_html span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sp-kontakt-sec-1 .col-left .wpb_raw_html a:hover {
  text-decoration: none;
}

.sp-kontakt-sec-1 .col-left .wpb_raw_html a:hover .inner-contents {
  text-decoration: underline;
}

.sp-kontakt-sec-1 .col-left .wpb_raw_html .inner-contents {
  color: #955e42;
  font-weight: bold;
}

.sp-kontakt-sec-1 .col-right {
  font-family: "Montserrat", sans-serif;
}

.sp-kontakt-sec-1 .col-right h3 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 31px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.sp-kontakt-sec-1 .col-right p {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
}

.sp-kontakt-sec-1 .col-right a {
  color: #955e42;
}

.sp-kontakt-sec-1 .col-right .wpcf7-response-output {
  border: 2px solid red !important;
}

.sp-kontakt-sec-1 .col-right .wpcf7-mail-sent-ok {
  border: 2px solid green !important;
}

.sp-kontakt-sec-1 .col-right .wpcf7 {
  background: #e8e8e8;
  padding: 30px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 20px !important;
  border-radius: 4px;
}

.sp-kontakt-sec-1 .col-right .wpcf7 input[type="text"],
.sp-kontakt-sec-1 .col-right .wpcf7 input[type="email"],
.sp-kontakt-sec-1 .col-right .wpcf7 input[type="password"],
.sp-kontakt-sec-1 .col-right .wpcf7 textarea {
  width: 100%;
  border-radius: 6px;
  line-height: 31px;
  border: 1px solid #ccc;
}

.sp-kontakt-sec-1 .col-right .wpcf7 .wpcf7-not-valid-tip {
  color: red !important;
  padding-top: 5px;
}

.sp-kontakt-sec-1 .col-right .wpcf7 p {
  line-height: 31px;
}

.sp-kontakt-sec-1 .col-right .wpcf7 .p-input {
  margin-top: 20px;
}

.sp-kontakt-sec-1 .col-right .wpcf7::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.sp-kontakt-sec-1 .col-right ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.sp-kontakt-sec-1 .col-right :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.sp-kontakt-sec-1 .col-right ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.sp-kontakt-sec-1 .col-right :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.sp-kontakt-sec-1 .col-right .wpcf7-submit {
  width: 155px;
  height: 58px;
  color: #553739 !important;
  background: #fff !important;
  border: 2px solid #fff !important;
  font-family: "Roboto Slab", serif;
  padding: 7.5px 28px !important;
  font-weight: bold;
  font-size: 20px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 31px;
  border-radius: 4px;
  text-transform: uppercase !important;
}

.sp-kontakt-sec-1 .col-right .wpcf7-submit:hover,
.sp-kontakt-sec-1 .col-right .wpcf7-submit:active,
.sp-kontakt-sec-1 .col-right .wpcf7-submit:focus {
  color: #fff !important;
  border: 2px solid #00923F !important;
  background: #00923F !important;
}

.sp-kontakt-sec-3 {
  margin-bottom: -60px !important;
}

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

@media (max-width: 1199px) {
  .sp-kontakt-sec-1 .col-left {
    width: 40%;
  }
  .sp-kontakt-sec-1 .col-right {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .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 .col-left,
  .sp-kontakt-sec-1 .col-right {
    width: 100%;
  }
  .sp-kontakt-sec-1 .col-right {
    margin-top: 35px;
  }
  .sp-kontakt-sec-1 .ajax-loader {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .sp-kontakt-sec-1 .col-right .wpcf7 {
    padding: 20px !important;
  }
  .sp-kontakt-sec-1 .col-left .wpb_raw_html span {
    font-size: 16px;
    line-height: 20px;
  }
  .sp-kontakt-sec-1 .col-right .wpcf7-submit {
    font-size: 16px !important;
    width: initial;
    height: initial;
  }
}

/** SP KONTAKT - END ------------------------------------------------ */
/** SP KONTAKT - END ------------------------------------------------ */
/** NOVICA SINGLE - START ------------------------------------------------ */
/** NOVICA SINGLE - START ------------------------------------------------ */
.novica-single-wrap p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: black;
}

.novica-single-wrap img {
  border-radius: 6px;
  width: 100%;
}

/** NOVICA SINGLE - END ------------------------------------------------ */
/** NOVICA SINGLE - END ------------------------------------------------ */
/** ABOUT - START ------------------------------------------------ */
/** ABOUT - START ------------------------------------------------ */
.about-sec-1 .wpb_text_column:first-of-type h2 {
  margin-top: 0;
}

.about-sec-1 .ns-bullets {
  max-width: 700px;
  width: 100%;
}

.about-sec-1 .bullets-wrap {
  margin-bottom: 20px;
  width: 100%;
}

.about-sec-1 .bullets-wrap .text_container {
  height: 69px;
  /* background: #D9A441; */
  background: rgba(0, 0, 0, 0.6);
  padding: 7px;
  padding-right: 20px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-sec-1 .bullets-wrap .text_container svg > path:first-of-type {
    fill: #fff;
}
.about-sec-1 .bullets-wrap .text_container svg > path:last-of-type {
    stroke: #D9A441;
}
.about-sec-1 .bullets-wrap .text_container svg {
  min-width: 56px !important;
  margin-right: 30px;
}

.about-sec-1 .bullets-wrap .text_container h5 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.lang-de .about-sec-1 .bullets-wrap .text_container h5 {
  font-size: 16px;
}

.about-sec-1 .btn {
  display: none;
}

.about-sec-1 .wpb_single_image,
.about-sec-1 .vc_figure,
.about-sec-1 .vc_single_image-wrapper,
.about-sec-1 img {
  width: 100%;
  border-radius: 4px;
}

img {
  border-radius: 4px;
}

.about-sec-3 .s-t {
  color: white;
}

.about-sec-3 .ns-icon-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -21px;
  margin-right: -21px;
}

.about-sec-3 .ns-icon-set .card-wrap {
  max-width: 410px;
  width: 100%;
  margin: 12px 12px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-sec-3 .ns-icon-set .card-wrap .text_container {
  text-align: center !important;
}

.about-sec-3 .ns-icon-set .card-wrap .text_container h4 {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

.about-sec-3 .ns-icon-set .card-wrap .text_container p {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  text-align: center;
}

.about-sec-3 .ns-icon-set .card-wrap .text_container .text {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.about-sec-3 .ns-icon-set .card-wrap svg path,
.about-sec-3 .ns-icon-set .card-wrap svg rect {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-sec-3 .ns-icon-set-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 20px 35px 20px;
}

.services-sec-2 .wpb_text_column {
  margin-bottom: 15px !important;
}

.services-sec-2 .puscica:after {
  content: "";
  width: 80px;
  height: 22px;
  position: absolute;
  z-index: 9;
  background-image: url("../images/puscica.png");
  background-size: cover;
  background-position: center;
  right: -40px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-sec-2-v2 .puscica:after {
  top: 40%;
}

@media (max-width: 991px) {
  .about-sec-3 .ns-icon-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -21px;
    margin-right: -21px;
  }
  .about-sec-3 .ns-icon-set .card-wrap {
    border-radius: 22.5px;
    background: #fff;
    max-width: 300px;
    width: 100%;
    margin: 12px 12px;
    text-align: center;
    background: #fff;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container h4 {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container p {
    padding-left: 0px;
    padding-right: 00px;
    text-align: center;
  }
  .about-sec-3 .ns-icon-set-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 25px;
  }
  .about-sec-1 .bullets-wrap .text_container h5 {
    font-size: 16px;
  }

  .lang-de .about-sec-1 .bullets-wrap .text_container h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .lang-de .about-sec-1 .bullets-wrap .text_container svg {
    margin-right: 10px;
  }
  .lang-de .about-sec-1 .bullets-wrap .text_container {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .about-sec-3 .ns-icon-set {
    margin-left: -21px;
    margin-right: -21px;
  }
  .about-sec-3 .ns-icon-set .card-wrap {
    max-width: none;
    width: 100%;
    margin: 30px 15px;
    text-align: center;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container h4 {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container p {
    padding-left: 0px;
    padding-right: 00px;
    text-align: center;
    line-height: 26px;
  }
  .about-sec-3 .ns-icon-set-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px;
  }
  .services-sec-2 .wpb_single_image {
    text-align: center !important;
  }
  .services-sec-2 .puscica:after {
    content: "";
    width: 80px;
    height: 22px;
    position: absolute;
    z-index: 9;
    background-image: url("../images/puscica.png");
    background-size: cover;
    background-position: center;
    right: 0px;
    left: 0px;
    top: 90%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .services-sec-2-v2 .puscica:after {
    top: 83%;
  }
  .storitve-slike .vc_figure,
  .storitve-slike a,
  .storitve-slike img {
    width: 100% !important;
  }
}

/** ABOUT - END ------------------------------------------------ */
/** ABOUT - END ------------------------------------------------ */
/** SUBPAGE RESITVE - START ------------------------------------------------ */
/** SUBPAGE RESITVE - START ------------------------------------------------ */
.card-slide-button {
  display: none !important;
}

.custom-gallery {
  margin-left: -15px;
}

.custom-gallery .vc_column-inner:first-of-type {
  padding-left: 0;
  padding-right: 0;
}

.custom-gallery .slick-arrow {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}

.custom-gallery .slick-arrow:hover g {
  stroke: #333;
}

.custom-gallery .slick-arrow:hover path {
  fill: #333;
}

.custom-gallery .nsg-gitem {
  margin: 20px !important;
  padding: 0px !important;
}

.custom-gallery .nsg-img {
  border-radius: 6px 6px 0px 0px;
}

.custom-gallery .image_link {
  margin-top: -30px;
  border-radius: 0px 0px 6px 6px;
  background-color: #f6f6f6;
  padding: 12.5px 0px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.custom-gallery .nsg-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 235px;
}

.custom-gallery .nsg-img-container {
  background-color: transparent;
}

.custom-gallery .slick-dots {
  bottom: -25px;
  z-index: 9;
}

.custom-gallery .slick-dots li button:before {
  font-size: 12px;
  color: #955e42;
  opacity: 1;
}

.custom-gallery .slick-dots li.slick-active button:before {
  color: #ccc;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 2.5px;
  width: 15px;
  height: 15px;
}

@media (max-width: 1300px) {
  .custom-gallery {
    margin-top: 25px;
  }
  .custom-gallery .slick-dots {
    bottom: -30px;
  }
  .custom-gallery .nsg-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .custom-gallery .image_link {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .custom-gallery {
    margin-top: 25px;
  }
  .custom-gallery .slick-dots {
    bottom: -30px;
  }
  .custom-gallery .nsg-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .custom-gallery .image_link {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .custom-gallery .nsg-gitem {
    margin: 0px !important;
    margin-left: 15px !important;
  }
  .custom-gallery .image_link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .custom-gallery .nsg-gitem {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/** SUBPAGE RESITVE - END ------------------------------------------------ */
/** SUBPAGE RESITVE - END ------------------------------------------------ */
/** Referencni izdelki - START ------------------------------------------------ */
/** Referencni izdelki - START ------------------------------------------------ */
.sp-cat-level-1 {
  background-color: transparent;
  padding-bottom: 35px;
}

.sp-cat-level-1 .subcat-wrap h1,
.sp-cat-level-1 .subcat-wrap h2,
.sp-cat-level-1 .subcat-wrap .image {
  text-align: center;
}

.sp-cat-level-1 .subcat-wrap h1,
.sp-cat-level-1 .subcat-wrap h2,
.sp-cat-level-1 .subcat-wrap h3 {
  padding-bottom: 25px;
  color: #333;
  text-align: left;
}

.sp-cat-level-1 .subcat-wrap p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #333;
}

.sp-cat-level-1 .subcat-wrap .subcat-cont {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.sp-cat-level-1 .subcat-wrap .subcat-container {
  height: 100%;
}

.sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0px 0px;
  margin-bottom: 25px;
  border-radius: 4px;
}

.sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content .img {
  background: #007532;
  height: 80px;
  width: 80px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content h3 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto", sans-serif !important;
  text-align: left;
  color: #232020;
  font-weight: bold;
  border: none !important;
  background: #f9f9f9;
  padding: 40px 25px;
  margin-top: 0px;
  margin-bottom: 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.sp-cat-level-1 .subcat-wrap .subcat-container:hover,
.sp-cat-level-1 .subcat-wrap .subcat-container:active,
.sp-cat-level-1 .subcat-wrap .subcat-container:focus {
  text-decoration: none !important;
}

.sp-cat-level-1 .subcat-wrap .subcat-container:hover h3,
.sp-cat-level-1 .subcat-wrap .subcat-container:active h3,
.sp-cat-level-1 .subcat-wrap .subcat-container:focus h3 {
  background: #00923F;
  color: #fff !important;
}
.sp-cat-level-1 .subcat-wrap .subcat-container:hover .subcat-content .img ,
.sp-cat-level-1 .subcat-wrap .subcat-container:active .subcat-content .img ,
.sp-cat-level-1 .subcat-wrap .subcat-container:focus .subcat-content .img {
    background: #00923F;
}

.sp-cat-level-1 .subcat-wrap .subcat-item {
  border: 1px solid #f0f0f0;
  text-align: center;
  height: 100%;
}

.sp-cat-level-1 .subcat-wrap .subcat-item .image {
  border-radius: 22.5px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 220px;
}

.sp-cat-level-1 .subcat-wrap .subcat-item .image img {
  max-width: 436px;
  width: 100%;
  max-height: 220px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sp-cat-level-1 .subcat-wrap .subcat-item .svg-plus {
  float: right;
  margin-bottom: -5px;
}

.sp-cat-level-1 .subcat-wrap .subcat-item .svg-plus svg,
.sp-cat-level-1 .subcat-wrap .subcat-item .svg-plus path,
.sp-cat-level-1 .subcat-wrap .subcat-item .svg-plus fill {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .sp-cat-level-1 {
    padding-bottom: 25px;
    margin-top: -50px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-cont {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-cont h3 {
    margin-top: -20px;
    padding: 15px 15px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-item {
    margin-bottom: 25px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-content {
    margin-bottom: 0px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content {
    margin-bottom: -15px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content h3 {
    padding: 20px 12.5px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content h3 {
    font-size: 16px !important;
    line-height: 22px !important;
    height: 60px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content .img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .sp-cat-level-1 .subcat-wrap .subcat-container .subcat-content .img img {
    width: 30px;
  }
}

.ns-cards-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ns-cards-project .row {
  width: 100%;
}

.ns-card-projects {
  height: 100%;
  min-height: 260px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 6px;
  text-align: center;
}

.ns-card-projects .ns-card-projects-content {
  opacity: 0;
}

.ns-card-projects .ns-card-projects-image {
  border-radius: 6px;
}

.ns-card-projects:hover,
.ns-card-projects:focus,
.ns-card-projects:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#232020), to(#232020));
  background: linear-gradient(#232020 0%, #232020 100%);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.ns-card-projects:hover h3,
.ns-card-projects:hover a,
.ns-card-projects:hover p,
.ns-card-projects:hover *,
.ns-card-projects:focus h3,
.ns-card-projects:focus a,
.ns-card-projects:focus p,
.ns-card-projects:focus *,
.ns-card-projects:active h3,
.ns-card-projects:active a,
.ns-card-projects:active p,
.ns-card-projects:active * {
  color: #fff !important;
}

.ns-card-projects:hover .ns-card-projects-content,
.ns-card-projects:focus .ns-card-projects-content,
.ns-card-projects:active .ns-card-projects-content {
  opacity: 1;
}

.ns-card-projects:hover .ns-card-projects-image,
.ns-card-projects:focus .ns-card-projects-image,
.ns-card-projects:active .ns-card-projects-image {
  opacity: 0.6;
}

.ns-card-projects h3 {
  padding-bottom: 5px;
  margin: 0;
  text-transform: uppercase;
  color: #D9A441 !important;
}

.ns-card-projects h3 a {
  font-weight: bold;
  font-size: 25px;
  color: #D9A441 !important;
}

.ns-card-projects h3 a:hover {
  text-decoration: underline;
}

.ns-card-projects h3,
.ns-card-projects .card-subtitle {
  color: #D9A441 !important;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
}

.ns-card-projects .svg {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ns-card-projects .svg p {
  padding-bottom: 0;
  margin-bottom: 2.5px;
  margin-right: 5px;
}

.ns-card-projects .ns-card-projects-image {
  height: 272px;
  width: 100%;
}

.ns-card-projects .ns-card-projects-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 17px 10px 17px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ns-card-projects .ns-card-projects-content .btn {
  position: absolute;
  bottom: 20px;
}

.referenca-item-wrap .loop-item {
  height: 275px;
  margin-bottom: 30px;
}

.referenca-single-gallery {
  padding-top: 55px;
  padding-bottom: 65px;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .ns-cards-project {
    padding-bottom: 0px !important;
    margin-bottom: 0;
  }
  .ns-card-projects {
    margin-bottom: 0 !important;
    min-height: 100px;
  }
  .referenca-single-gallery {
    padding-top: 15px;
    padding-bottom: 35px;
    margin-top: 15px;
  }
  .ns-gallery-section .slick-dots {
    bottom: -35px;
  }
  .ns-gallery a {
    border: none !important;
    width: 100% !important;
  }
  .ns-gallery a img {
    width: 100%;
  }
}

.single-referenca .title-banner {
  /*background: #e1e1e1 !important;*/
  padding-bottom: 5px;
}

.single-referenca .title-banner h1 {
  margin-top: 15px !important;
  /*color:#000 !important;*/
}

.single-referenca .ns-breadcrumbs,
.single-referenca .ns-breadcrumbs a {
  /*color: #232020 !important;*/
}

.single-referenca .ns-breadcrumbs a:hover {
  /*color: #955e42 !important;*/
}

.single-referenca footer {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .col-sm-4 {
    width: 33.3%;
  }
}

@media (min-width: 768px) {
  .ns-cards {
    margin-bottom: 50px;
  }
  .ns-cards .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .ns-card-projects {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1199px) {
  .ns-card-projects h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 1024px) {
  .single-referenca .title-banner {
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .single-referenca .title-banner {
    padding-top: 45px;
    padding-bottom: 5px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .single-referenca .title-banner {
    padding-top: 55px;
  }
  .single-referenca .vc_col-sm-5 img {
    width: 100%;
    margin-bottom: 35px;
  }
}

/** Referencni izdelki - END ------------------------------------------------ */
/** Referencni izdelki - END ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
.open {
  display: block !important;
}

/** LANGUAGE SELECTOR - START ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
.language-selector-container {
  height: 39px;
  font-family: "Roboto", sans-serif;
  padding: 0;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
}

.language-selector-container img {
  width: 20px;
}

.language-selector-container span {
  padding: 0;
  float: left;
  line-height: 1;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin-left: 3px;
  text-transform: uppercase;
  /* text-shadow: 1px 1px 1px black; */
}

.language-selector-2 {
  position: absolute;
  z-index: 11;
  top: 30px;
  width: auto;
  display: none;
  margin-left: -14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.language-selector-2 .language {
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.language-selector-2 .language:hover {
  color: #000 !important;
  text-decoration: underline;
}

.language-selector-2 .language:first-of-type {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.language-selector-2:hover {
  text-decoration: none;
}

.language-selector-2:hover a,
.language-selector-2:hover span {
  color: #955e42 !important;
}

.language-selector-container .language {
  display: block;
}

.language-selector-container i {
  float: right;
  color: #000;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .language-selector-container {
    position: initial !important;
    top: -15px;
    right: 75px;
    border-left: none;
    max-width: none !important;
  }
  .language-selector-container .fa-angle-down {
    -webkit-transform: scale(0.8) rotate(-90deg) !important;
    transform: scale(0.8) rotate(-90deg) !important;
  }
  .language-selector-container {
    right: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px !important;
    margin-bottom: 10px;
  }
  .marleft {
    margin-left: -20px !important;
  }
  .language-selector-2 .language:hover {
    background: transparent;
    border-radius: 0px;
  }
  .language-selector-2.open {
    position: relative !important;
    top: 0px !important;
    left: 40px;
    background: transparent !important;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .language-selector-2.open a:first-of-type {
    background-color: transparent !important;
    margin-right: 20px;
  }
  .language-selector-2 .language {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .language-selector-container {
    float: left;
    position: absolute;
    left: 10px !important;
    top: -18px;
    z-index: 10;
    max-width: 250px;
    margin-top: 25px;
  }
  #language-selector-2 a {
    margin-left: -25px;
  }
}

@media (max-width: 768px) {
  .header-upper-language {
    margin-bottom: 46px;
  }
}

/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
.cta-footer-ie {
  display: none;
}

.cta-footer-ie {
  color: white !important;
}

.cta-footer-ie .c2 {
  margin-top: 0;
}

.cta-footer-ie .c1 h3 {
  margin-top: 2.5px;
}

.cta-footer-ie .c1 h3,
.cta-footer-ie .c2 p {
  color: white !important;
}

.cta-footer-ie .c2 p {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .cta-footer-ie {
    text-align: center !important;
    padding-bottom: 45px;
  }
  .cta-footer-ie .c1 {
    background: red;
    padding-bottom: 20px;
  }
}

/** SAFARI - START ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (max-width: 767px) {
      .h-sec-2 .bullets-wrap .text_container svg {
        margin-top: -40px;
      }
    }
    @media (max-width: 430px) {
      .h-sec-2 .bullets-wrap .text_container svg {
        margin-top: -50px;
      }
    }
  }
}

/** SAFARI - END ------------------------------------------------ */
/** SAFARI - END ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cta-footer {
    display: none;
  }
  .cta-footer-ie {
    display: block;
  }
  .ns-icon-set .img_container {
    text-align: center;
  }
  .ns-icon-set-card {
    display: block !important;
  }
  .ns-icon-set > .card-wrap img {
    max-width: 200px;
  }
}

/** IE - END ------------------------------------------------ */
/** IE - END ------------------------------------------------ */
#jquery-cookie-law-script #cookie-law-container-box {
  background: #000;
}

@media (max-width: 767px) {
  #jquery-cookie-law-script.active {
    max-width: 270px;
  }
}

body,
html {
  overflow-x: hidden;
}

.wpb_text_column a,
.wpb_text_column p a,
.wpb_text_column strong a {
  color: #00923F;
}

.skrij-ta-element {
  display: none !important;
}

.wpcf7-form-control-wrap {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .language-selector-container {
    float: none !important;
    position: absolute;
    left: calc(50% - 5px) !important;
    top: 0px;
    z-index: 10;
    max-width: 250px;
    margin-top: 25px;
    max-width: none !important;
    width: 100% !important;
    position: relative !important;
  }
  .language-selector-container span {
    font-size: 19px !important;
  }
  .ns-topheader .c2 .wpb_raw_code {
    z-index: 19;
    position: relative;
    top: 1px;
  }
  .ns-topheader .c2 .wpb_raw_code svg path {
    fill: #00923F;
  }
  .ns-topheader .c1 .wpb_wrapper:first-of-type svg {
    margin-top: 7.5px;
  }
}

.h-sec-1-en .btn-ostale-resitve a {
  max-width: 305px;
}

@media (max-width: 768px) {
  .language-selector-container {
    left: calc(50% - 10px) !important;
  }
}
/*# sourceMappingURL=main.css.map */