/*----------------------------------------------------------------*/
* {
  outline: none !important;
}
body {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Inter', 'sans-serif';
  color: black;
}
.small-footer {
  background: #949594;
  color: white !important;
  font-size: 16px;
  padding: 20px 0 15px 0;
}
.site-content {
  min-height: 600px;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
.ns-link {
  float: right;
  color: #fff;
}
.ns-link:hover {
  color: #fff;
  text-decoration: underline;
}
.ns-logo-svg {
  margin: 0 0 -3px 3px;
}
.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
.slogan-wrap {
  position: absolute;
  top: -60px;
  right: 16px;
  width: 280px;
}
.slogan-wrap-mobile {
  margin-bottom: 0 !important;
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 61px;
  margin: 0;
  margin-bottom: 10px;
  color: black;
  font-family: 'Forum', 'serif';
}
h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Forum', 'serif';
}
h3 {
  font-size: 35px;
font-weight: 400;
  line-height: 44px;
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Forum', 'serif';
}
h4 {
  font-size: 30px;
font-weight: 400;
  line-height: 41px;
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Forum', 'serif';
}
h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  margin-bottom: 15px;
  color: #eee;
}
p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}
a {
  color: #c0966e;
  text-decoration: none;
}
a:hover {
  color: #b78759;
  text-decoration: underline;
}
header a:focus, footer a:focus {
  background-color: transparent !important;
}
/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 0px 10px 25px;
  font-size: 18px;
  line-height: 31px;
  width: 100%;
  margin-bottom: 20px;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
  border: 1px solid #dfdfdf;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  border: 1px solid #cfcfcf;
  outline: none;
}
textarea {
  outline: none;
  resize: none;
  padding-top: 10px;
  padding-left: 25px;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 5px;
}
.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 {
  box-shadow: none;
  text-shadow: none;
}
.btn-xs, #jquery-cookie-law-script a.cookie-law-button {
  padding: 6px 9.6px;
  font-size: 11px;
}
.btn-sm {
  padding: 10px 11.1px;
  font-size: 14px;
}
.btn-md {
  font-size: 18px;
  line-height: 31px;
  padding: 10px 30px;
}
.btn-lg {
  padding: 15px 21.45px;
  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 {
  border-radius: 20px;
  padding: 4px 20px !important;
  font-size: 12px;
  line-height: 21px;
}
.btn-primary, .btn-primary:visited {
  color: white;
  background-color: #c0966e;  
  background-color: #C33E3A;
  border: 0;
  border-radius: 25px;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.btn-primary:hover {
  color: white;
  background-color: #c0966e;
   /*background-color: #E82D54;*/
  border: 0;
  opacity: 50%;
  transition: all 0.3s;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
  color: white;
  background-color: #c0966e;
   /*background-color: #E82D54;*/
  border: 0;
  opacity: 50%;
}
#jquery-cookie-law-script a#cookie-law-button-more, #jquery-cookie-law-script a#cookie-law-button-more:visited {
  color: black;
  padding: 4px 20px !important;
  font-size: 12px;
  line-height: 21px;
  border-radius: 20px;
}
.btn-default, .btn-default:visited {
  color: black;
  background: white;
  border: 0;
  border-radius: 25px;
  transition: color 0.3s, background-color 0.3s;
}
.btn-default:hover {
  color: white;
  background-color: #dab593;
  border: 0;
  transition: all 0.3s;
}
.btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  color: white;
  background-color: #dab593;
  border: 0;
}
.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: #c0966e !important;
}
.vc_tta-tabs .vc_tta-tab.vc_active > a, .vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #c0966e !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: #c0966e !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: #c0966e !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #c0966e;
    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: #c0966e;
  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: #c0966e;
  border: 5px solid #c0966e;
}
.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: #c0966e;
}
.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}
.vc_toggle_icon {
  background: #c0966e !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}
.vc_toggle_icon::after {
  display: none !important;
}
.vc_toggle_icon::before {
  background: #c0966e !important;
  border: none !important;
  height: 14px !important;
}
.error-404 {
  margin-top: 150px;
  margin-bottom: 150px;
}
/* ------------------ Custom Styles ---------------------*/
.vc_column-inner {
  padding-top: 0 !important;
}
/* ------------------ Header and Top Info Styles ---------------------*/

.logo img {
  width: 275px;
  height: 80px;
}
header {
  padding-top: 20px;
  position: fixed;
  z-index: 10000;
  background-color: white;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #efe7e7;
}
header .current-menu-item a {
  color: black !important;
}
header .current-menu-item a::after {
  content: "" !important;
  display: block !important;
  width: 100%;
  height: 1px;
  background-color: black;
}
header .navbar {
  min-height: auto;
  margin-bottom: 8px !important;
}
header .header-menu-row .navbar-collapse {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
header ul li {
  font-size: 18px;
  line-height: 31px;
  margin-right: 50px;
  padding-left: 0;
}
header ul li::before {
  content: none !important;
}
header ul li:last-of-type {
  margin-right: 0 !important;
}
header ul li a {
  color: black;
  padding: 0 !important;
}
header ul li a:hover {
  background-color: transparent !important;
  color: #c0966e !important;
}
.header-icon-row .wpb_wrapper {
  display: flex;
  flex-direction: row;
  float: right;
  margin-top: -115px;
}
.header-icon-row .wpb_single_image {
  margin-bottom: 0 !important;
  margin-right: 20px;
}
.header-icon-row .wpb_single_image:last-of-type {
  margin-right: 0px;
}
.language-selector-container {
  padding-left: 20px;
  border-left: 1px solid #949594;
}
.language-selector-container .current-language {
  color: #c0966e;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}
.language-selector-container .fa-angle-down {
  color: #c0966e;
}
.header-logo-row .wpb_single_image {
  margin-bottom: 40px !important;
}
.top-section {
  /* height: 360px; */
  height: auto;
  margin-top: 140px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  
      max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.top-section.top-section-0-height {
  /* height: 50px; */
  height: auto;
}
.top-info h1 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px;
  font-size: 45px;
  line-height: 100%;
}
/* ------------------ Home Styles ---------------------*/
.hero-row {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  z-index: 100;
  margin-top: 140px;
}
.hero-title-row {
  margin-top: -5px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 102;
}
.btn-hero {
  color: black !important;
}
.btn-hero:hover {
  color: white !important;
  background-color: #c0966e !important;
}
.btn-hero:active, .btn-hero:focus, .btn-hero:active:focus, .btn-hero:active:hover {
  color: white !important;
  background-color: #c0966e !important;
}
.main-title h1 {
  margin-bottom: 25px !important;
  color: white !important;
  position: relative;
  z-index: 100;
}
.slick-track .btn {
  position: relative;
  z-index: 100;

  /*margin-bottom: 55px;*/
}
.slick-track .slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 580px;
  display: flex;
  align-items: center;
  text-align: left;
}
.slick-track .slick-slide::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  text-align: left !important;
  bottom: 60px;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-630px);
  transform: translateX(-650px);
  margin: 0;
  padding: 0;
}
.vc_ns_content-slider-container .slick-dots li button::before {
  color: transparent !important;
}
.vc_ns_content-slider-container .slick-dots li button:hover {
  background-color: white !important;
  color: white !important;
  border-radius: 100%;
}
.vc_ns_content-slider-container .slick-dots li button::before {
  border: 1px solid white;
  border-radius: 100%;
  background-color: transparent;
  color: white;
}
.vc_ns_content-slider-container .slick-dots li button::before:hover {
  color: white !important;
  background-color: white !important;
}
.vc_ns_content-slider-container .slick-dots li button:hover:before {
  color: transparent !important;
  border: 1px solid white;
  border-radius: 100%;
  width: 10px !important;
  height: 10px !important;
}
.slick-active button {
  background-color: white !important;
  color: white !important;
  border-radius: 100%;
}
.vc_ns_content-slider-container .slick-dots li button {
  height: 10px !important;
  width: 10px !important;
}
.vc_ns_content-slider-container .slick-dots li {
  margin: 0 10px !important;
}
#slide1, #slide2, #slide2, #slide4 {
  position: relative !important;
}
#slide1::after, #slide2::after, #slide3::after, #slide4::after {
  content: '' !important;
  display: block !important;
  z-index: 90;
  width: 50% !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 20%, rgba(0, 0, 0, 0.00) 80%);
  top: 0;
  bottom: 0;
  position: absolute;
}
.home-ponudba-row {
  padding-top: 80px;
}
.home-ponudba-text {
  text-align: center;
  margin-bottom: 60px !important;
  max-width: 1070px;
  margin: 0 auto;
}
.home-card-row {
  padding-top: 60px;
}
.card {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #c0966e;
  position: relative !important;
}
.card h3 {
  color: #c0966e;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}
.card .btn {
  margin-bottom: 20px;
}
.card-column1 .vc_column-inner {
  padding-right: 25px !important;
}
.card-column2 .vc_column-inner {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.card-column3 .vc_column-inner {
  padding-left: 25px !important;
}
.home-bordo-row {
  background-color: #c0966e;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}
.home-bordo-row .wpb_single_image {
  margin-bottom: 0 !important;
}
.home-medijev-title {
  /*margin-bottom: 55px !important;*/
}
.home-medijev-title h3 {
  color: white;
  line-height: 41px;
}
.home-medijev-text {
  color: white;
  /*margin-bottom: 50px !important;*/
}
.home-medijev-right .vc_column-inner {
  padding-left: 30px !important;
}
.home-medijev-left .vc_column-inner {
  padding-right: 30px !important;
}
.home-blog-row {
  margin-top: 100px;
}
.home-blog-row .btn-half {
  float: right;
}
.home-blog-loop-row {
  margin-bottom: 20px;
}
.home-blog-loop-row .loop-item:first-of-type {
  padding-right: 25px !important;
}
.home-blog-loop-row .loop-item:last-of-type {
  padding-left: 25px !important;
}
.home-blog-loop-row .loop-item:first-of-type::after {
  right: 25px;
}
.home-blog-loop-row .loop-item:last-of-type::after {
  left: 25px;
}
.btn-half, .btn-half:visited {
  border-radius: 25px !important;
  border: 2px solid #c0966e !important;
  color: #c0966e !important;
  background-color: white !important;
}
.btn-half:hover {
  border: 2px solid #c0966e !important;
  color: white !important;
  background-color: #c0966e !important;
  transition: all 0.3s m !important;
}
.btn-half:active, .btn-half:focus, .btn-half:active:focus, .btn-half:active:hover {
  border: 2px solid #c0966e !important;
  color: white !important;
  background-color: #c0966e !important;
}
.btn-white-back:hover {
  color: #c0966e;
  background-color: white;
}
.blog-loop .post-img-cover {
  margin-bottom: 30px !important;
  min-height: 255px;
  width: 100%;
}
.blog-loop h4 {
  line-height: 36px;
  color: black;
  margin-bottom: 15px;
}
.blog-loop h4 a {
  color: black;
}
.blog-loop h4 a:hover {
  color: black;
  text-decoration: underline;
}
.blog-loop .vc_acf {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 20px;
  font-weight: 300;
}
.blog-loop .btn {
  margin-bottom: 35px;
}
.blog-loop .loop-item {
  margin-bottom: 40px;
}
.blog-loop .row {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.blog-loop .loop-item {
  display: flex;
  align-self: stretch;
}
.blog-loop .loop-item::after {
  content: '';
  display: block !important;
  background-color: #c0966e;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
}
.auto-types {
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  font-family: 'Forum', 'serif';
  width: 100%;
  color: white;
}
.auto-types::before {
  content: '';
  color: white;
  white-space: nowrap;
  animation: wordse 16s infinite;
  display: inline-block;
}
.auto-types span {
  position: relative;
  color: white;
  white-space: nowrap;
  font-family: 'Forum', 'serif';
  display: inline-block;
  margin-bottom: -30px;
}
.auto-types span::before {
  content: 'trajnostna naravnanost';
  color: white;
  white-space: nowrap;
  animation: words 16s infinite;
  display: inline-block;
}
.auto-types span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  top: auto;
  height: 2px;
  width: 100%;
  background-color: white;
  animation: wordsi 16s infinite;
}
.open1 {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.open2 {
  transform: rotate(-45deg);
  transition: all 0.3s;
  margin-top: -2px !important;
}
.display1 {
  display: none !important;
  transition: all 0.3s;
}
.close1 {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.close2 {
  transform: rotate(180deg);
  transition: all 0.3s;
  margin-top: 4px;
}
/* ------------------ Kontakt Styles ---------------------*/
.kontakt-row {
  margin-top: 60px;
}
.contact-flex {
  display: flex;
  align-items: flex-start;
}
.contact-flex input {
  margin-top: 8px;
  margin-right: 10px;
}
.google-row {
  margin-top: 60px;
}
.google-row .wpb_content_element {
  margin-bottom: 0 !important;
}
.razvoj-row {
  margin-top: 40px;
  margin-bottom: 20px;
}
.wpcf7-list-item-label {
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 30px;
}
.blog-title {
  margin-bottom: 35px;
}
.card-top {
  position: relative;
  z-index: 101;
}
.card-bottom {
  position: absolute;
  top: 0;
  z-index: 100;
}
.card-link:hover .card-bottom {
  z-index: 102;
}
.card-link:hover {
  text-decoration: none !important;
}
/* ------------------ Dekorativni izdelski Styles ---------------------*/
.dekorativni-row {
  margin-bottom: 80px;
}
.dekorativni-top-text {
  text-align: center;
  margin-bottom: 80px !important;
  max-width: 1070px;
  margin: 0 auto;
}
.dekorativni-small-text p {
  color: #c0966e;
  font-size: 18px;
  margin-bottom: 20px !important;
}
.dekorativni-big-text {
  margin-bottom: 40px !important;
}
.dekorativni-title {
  margin-bottom: 0 !important;
}
.dekorativni-title h3 {
  margin-bottom: 0 !important;
}
.dekorativni-row .vc_column-inner {
  display: flex;
  align-self: center;
}
.dekorativni-row .wpb_single_image {
  margin-bottom: 0 !important;
}
.dekorativni-info-column .vc_column-inner {
  padding-left: 30px !important;
}
.dekorativni-image-column .vc_column-inner {
  padding-right: 30px !important;
}
.dekorativni-info-column::after {
  content: '';
  display: block !important;
  height: 2px;
  background-color: #c0966e;
  position: absolute;
  left: 30px;
  right: 15px;
  bottom: 0px;
}
.dekorativni-rotate-row .dekorativni-image-column .vc_column-inner {
  padding-left: 30px !important;
  padding-right: 15px !important;
}
.dekorativni-rotate-row .dekorativni-info-column .vc_column-inner {
  padding-right: 30px !important;
  padding-left: 15px !important;
}
.dekorativni-rotate-row .dekorativni-info-column::after {
  content: '';
  display: block !important;
  height: 2px;
  background-color: #c0966e;
  position: absolute;
  left: 15px;
  right: 30px;
  bottom: 0px;
}
.dekorativni-poglej {
  margin-top: 110px;
}
.dekorativni-cards-row {
  margin-bottom: 50px;
}
.circle-top-small-text {
  color: #c0966e;
  margin-top: -10px;
  margin-bottom: 20px !important;
  text-align: center;
}
.circle-top-big-text {
  margin-bottom: 70px !important;
}
.circle-info-column p {
  font-size: 18px;
  line-height: 31px;
}
.circle-info-column {
  margin-top: -10px;
}
.circle-image-column .vc_column-inner {
  padding-right: 40px !important;
}
.circle-info-column .vc_column-inner {
  padding-left: 20px !important;
}
.circle-video-text-row {
  padding-top: 60px;
}
.circle-video-text-row p {
  font-size: 18px;
}
.circle-video-row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.nl-input {
  border: 0 !important;
  padding: 10px 0px 10px 25px !important;
}
.home-newsletter-row {
  background-color: #c0966e;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 25px 40px 25px;
  margin-bottom: 100px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-newsletter-info-column .vc_column-inner {
  padding-left: 25px !important;
}
.home-newsletter-column .vc_column-inner {
  padding-left: 0 !important;
}
.home-newsletter-row h4 {
  font-size: 30px;
}
.home-newsletter-text {
  max-width: 450px;
}
.home-newsletter-text, .home-newsletter-title {
  margin-bottom: 0 !important;
}
.home-newsletter-row .home-newsletter-text p {
  font-size: 18px;
  line-height: 34px;
}
.home-newsletter-row form button {
  float: right;
}
.home-newsletter-row form {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.home-newsletter-row input {
  margin-right: 30px;
  margin-left: -13px;
  margin-bottom: 0;
  width: 100%;
}
.home-newsletter-row p {
  color: white;
}
.home-newsletter-row h4 {
  color: white;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
ul li {
  font-size: 18px;
  line-height: 31px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  font-weight: 300;
}
ul li::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background-color: #c0966e;
  position: absolute;
  top: 11px;
  left: 0;
}
.home-sodelovanje-row {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.home-sodelovanje-title {
  margin-bottom: 50px !important;
}
.home-sodelovanje-text {
  margin-bottom: 50px !important;
}
.home-sodelovanje-column1 {
  background-color: white;
  position: relative;
  z-index: 101;
}
.home-sodelovanje-row .home-sodelovanje-column2 {
  position: absolute;
  right: 0;
  z-index: 100;
}
.home-sodelovanje-row .home-sodelovanje-column2 .vc_column-inner {
  padding-right: 0 !important;
}
.home-sodelovanje-row .home-sodelovanje-column2 .video-wrap {
  width: inherit;
  margin: auto;
}
.home-sodelovanje-row .home-sodelovanje-column2 .video-wrap video {
  max-height: inherit;
  float: right;
}
.video-wrap {
  margin: 0 auto;
}
.video-wrap video {
  width: 100%;
  max-height: 478px !important;
}
.globe {
  margin-top: 1.5px;
}
/* ------------------ Sodelovanje Styles ---------------------*/
.circle {
  text-align: center;
}
.grey-circle {
  text-align: center;
  width: 200px;
  height: 200px;
  background-color: #f5f5f5;
  border-radius: 100%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.circle-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.circle-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 70px;
}
.kcheckboxes {
  display: none;
}
.show {
  display: block;
}
.checkboxes {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -20px;
}
.checkboxes p {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0 !important;
}
.checkboxes label {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.label-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
}
.label-wrap input {
  visibility: hidden;
}
.label-wrap span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: white;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 100;
}
.label-wrap span::after {
  content: '✔';
  height: 20px;
  width: 20px;
  color: #c0966e;
  border-radius: 50%;
  background-color: transparent;
  display: none;
  padding-left: 3px;
  margin-top: -3px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.label-wrap input:checked ~ span::after {
  display: block;
}
.wpcf7 .btn-md {
  margin-top: 20px;
}
.pogledaj-row {
  margin-bottom: 20px;
}
.orange-row .wpcf7-radio {
  display: flex;
}
.orange-row .wpcf7-list-item {
  margin-left: 0 !important;
}
.orange-row .wpcf7-list-item-label {
  margin-right: 15px !important;
}
.orange-row-sodelovanje .btn {
  width: auto !important;
  position: absolute;
  right: -245px;
  bottom: 25px;
}
.orange-row-sodelovanje {
  margin-top: 0 !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.orange-row-sodelovanje .orange-row-text {
  padding-bottom: 15px;
}
.sode1 .vc_column-inner, .sode2 .vc_column-inner, .sode3 .vc_column-inner, .sode4 .vc_column-inner {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.sode-top-row {
  margin-bottom: 30px;
}
.sode-bottom-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margine {
  margin-top: 40px;
}
/* ------------------ Notranje pohištvo Styles ---------------------*/
.notranje-top-text {
  text-align: center;
  margin-bottom: 80px !important;
  max-width: 1070px;
  margin: 0 auto;
}
.meet-top-row {
  padding-top: 40px;
  border-top: 2px solid #c0966e;
}
.meet-top-text {
  text-align: center;
  max-width: 1070px;
  margin-bottom: 0px !important;
  margin: 0 auto;
}
.meet-main-row {
  margin-top: 50px;
  margin-bottom: 80px;
}
.meet-main-row .wpb_single_image {
  margin-bottom: 0 !important;
}
.orange-row {
  background-color: #c0966e;
  padding: 40px 95px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 60px;
  color: white;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.orange-row .btn {
  float: right;
  width: 100%;
}
.orange-row-text p {
  font-size: 18px;
}
.orange-row-text {
  margin-left: -20px;
  max-width: 450px;
}
.orange-row h4 {
  color: white;
  font-size: 30px;
}
.orange-row .wpb_content_element {
  margin-bottom: 0 !important;
}
.notranje-bottom-row {
  margin-bottom: 50px;
}
.izdelki-cards {
  position: relative !important;
}
.izdelki-cards h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
}
.izdelki-cards::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
.card-bottom-link:hover .izdelki-cards::before {
  transition: all 0.3s;
  content: none !important;
}
.izdelki-cards img {
  max-height: 315px;
  width: 100%;
}
.mediji-top-row {
  margin-bottom: 60px;
}
/* ------------------ Footer Styles ---------------------*/
footer {
  font-size: 16px !important;
  line-height: 31px;
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer p {
  font-size: 16px;
  line-height: 31px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  font-size: 16px;
  line-height: 31px;
  padding-left: 0;
}
footer ul li::before {
  content: none !important;
}
.home .big-footer {
  /*background-color: #c0966e;*/
  /*border-bottom: 1px solid white;*/
  padding-top: 60px;
  padding-bottom: 40px;
  /*border-top: 3px solid #e82c55;*/
}
.big-footer {
  border-bottom: 1px solid white;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #949594;
}
.home .small-footer {
  /*background-color: #c0966e;*/
}
.small-footer .ns-logo {
  fill: white !important;
}
.small-footer a {
  color: white !important;
}
.footer-title {
  margin-bottom: 15px !important;
}
footer h5 {
  color: white;
  font-weight: 500;
  /*font-size: 18px;*/
}
.footer3 {
  margin-top: 40px;
}
.footer3 .vc_column-inner {
  padding-left: 20px !important;
}
.footer6 {
  margin-top: 47px;
}
.footer6 .wpb_single_image {
  margin-bottom: 10px !important;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.facebook {
  /*position: absolute;*/
  /*left: -90px;*/
}
.footer-socials {
  margin-top: 40px;
}
.footer-socials >div>div>div {
  display: flex;
justify-content: flex-start;}

.footer-socials >div>div>div .wpb_single_image:first-of-type {
  margin-right: 15px;
}
.footer-socials .wpb_content_element {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1400px) {
  .footer-socials {
  margin-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  #cookie-law-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #cookie-law-button-ok {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 992px) {

.footer-socials >div>div>div {
  justify-content: center;
}
}

/* ------------------ Responsive Styles ---------------------*/
@media screen and (max-width: 1400px) {
  .izdelki-cards img {
    max-height: 277.5px;
  }
  .sode1 .vc_column-inner, .sode2 .vc_column-inner, .sode3 .vc_column-inner, .sode4 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .org-title h4 {
    margin-left: -20px;
  }
  .checkboxes {
    margin-left: -50px;
  }
  .home-blog-loop-row .loop-item:first-of-type {
    padding-right: 15px !important;
  }
  .home-blog-loop-row .loop-item:last-of-type {
    padding-left: 15px !important;
  }
  .home-blog-loop-row .loop-item:first-of-type::after {
    right: 15px;
  }
  .home-blog-loop-row .loop-item:last-of-type::after {
    left: 15px;
  }
  .orange-row-btn-column .vc_column-inner {
    padding-right: 0 !important;
  }
  .orange-row {
    padding: 40px 75px;
    margin-top: 60px;
  }
  .orange-row .btn {
    float: right;
    width: 100%;
  }
  .orange-row-text {
    margin-left: 0px;
    max-width: 450px;
  }
  .orange-row h4 {
    font-size: 30px;
  }
  .home-newsletter-row {
    padding: 40px 15px 40px 15px;
    margin-bottom: 90px;
  }
  .home-newsletter-info-column .vc_column-inner {
    padding-left: 15px !important;
  }
  .home-newsletter-column .vc_column-inner {
    padding-left: 15px !important;
  }
  .home-newsletter-row h4 {
    font-size: 28px;
  }
  .home-newsletter-row input {
    margin-left: 0px;
    margin-right: 20px;
  }
  .footer3 .vc_column-inner {
    padding-left: 15px !important;
  }
  .dekorativni-info-column .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .dekorativni-image-column .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .dekorativni-info-column::after {
    left: 15px;
    right: 15px;
  }
  .dekorativni-rotate-row .dekorativni-info-column::after {
    left: 15px;
    right: 15px;
  }
  .dekorativni-rotate-row .dekorativni-image-column .vc_column-inner {
    padding-left: 15px !important;
  }
  .dekorativni-rotate-row .dekorativni-info-column .vc_column-inner {
    padding-right: 15px !important;
  }
  .card-column1 .vc_column-inner {
    padding-right: 15px !important;
  }
  .card-column2 .vc_column-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .card-column3 .vc_column-inner {
    padding-left: 15px !important;
  }
  .home-medijev-right .vc_column-inner {
    padding-left: 15px !important;
  }
  .home-medijev-left .vc_column-inner {
    padding-right: 15px !important;
  }
  header ul li {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .izdelki-cards img {
    max-height: 227.5px;
  }
  .dekorativni-row {
    display: flex;
    align-items: end;
  }
  .footer-socials {
    margin-top: 10px;
  }
  .facebook {
    left: -100px;
  }
  .org-title h4 {
    margin-left: 0px;
  }
  .orange-row-sodelovanje .btn {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .orange-row-sodelovanje .sodelovanje-link {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .circle-text {
    margin-bottom: 50px;
  }
  .circle-title {
    margin-top: 35px;
  }
  .auto-types {
    font-size: 46px;
    line-height: 55px;
  }
  .top-info h1 {
    font-size: 45px;
  }
  h1 {
    font-size: 46px;
    line-height: 55px;
  }
  h2 {
    font-size: 42px;
    line-height: 42px;
  }
  h3 {
    font-size: 32px;
    line-height: 39px;
  }
  h4 {
    font-size: 28px;
    line-height: 37px;
  }
  .home-ponudba-row {
    padding-top: 60px;
  }
  .home-blog-row {
    margin-top: 80px;
  }
  .orange-row-btn-column .vc_column-inner {
    padding-right: 0 !important;
  }
  .orange-row {
    padding: 30px 60px;
    margin-bottom: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .orange-row .btn {
    float: none;
    width: inherit;
  }
  .orange-row .orange-row-text {
    max-width: inherit;
    margin-top: 10px;
    margin-bottom: 20px !important;
  }
  .orange-row-sodelovanje .orange-row-text {
    margin-bottom: 0 !important;
  }
  .checkboxes {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .video-wrap video {
    max-height: inherit;
  }
  .orange-row h4 {
    font-size: 30px;
  }
  .dekorativni-top-text {
    margin-bottom: 70px;
  }
  .home-ponudba-text {
    margin-bottom: 50px !important;
  }
  .home-newsletter-title {
    margin-bottom: 10px !important;
  }
  .home-newsletter-row {
    padding: 35px 25px 35px 25px;
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
  .home-newsletter-text {
    max-width: inherit;
    margin-bottom: 20px !important;
  }
  .home-newsletter-row input {
    margin-right: 40px;
  }
  .dekorativni-info-column .btn {
    margin-bottom: 20px !important;
  }
  .home-bordo-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  header ul li {
    /* margin-right: 30px; */
    margin-right: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .dekorativni-small-text p {
    color: #949594;
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .dekorativni-big-text p {
    font-size: 16px;
  }
  .dekorativni-title h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .mediji-top-row {
    margin-bottom: 30px;
  }
  .circle-image-column .vc_column-inner {
    padding-right: 15px !important;
  }
  .circle-info-column .vc_column-inner {
    padding-left: 15px !important;
  }
  .izdelki-cards img {
    max-height: 360px;
  }
  .izdelki-cards:first-of-type {
    margin-bottom: 30px;
  }
  .marg {
    margin-top: 20px;
  }
  .dekorativni-cards-row {
    margin-bottom: 30px;
  }
  .dekorativni-poglej {
    margin-top: 70px;
  }
  .circle-video-text-row {
    padding-top: 40px;
  }
  .notranje-top-text {
    margin-bottom: 60px !important;
  }
  .notranje-bottom-row, .circle-video-row {
    margin-bottom: 30px;
  }
  .margine {
    margin-top: 30px;
  }
  .sode-bottom-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-info-col, .sode-top-row {
    margin-top: 20px;
  }
  .kontakt-row, .google-row {
    margin-top: 40px;
  }
  .pogledaj-row {
    margin-bottom: 0px;
  }
  header {
    top: 0;
  }
  .footer1 .wpb_single_image {
    text-align: center !important;
  }
  .footer1 .instagram {
    text-align: right !important;
  }
  .big-footer {
    text-align: center;
  }
  .hero-row {
    /* margin-top: 29px; */
    margin-top: 125px;
  }
  .top-section {
    /* margin-top: 90px;
    height: 220px; */

    /* height: 250px; */
    margin-top: 130px;
  }
  .top-section.top-section-0-height {
    /* height: 100px; */
    height: auto;
  }
  .language-selector-container {
    padding-left: 0px;
    border-left: none;
  }
  .facebook {
    left: 16px;
  }
  .footer-socials {
    margin-bottom: 20px;
  }
  .blog-title {
    margin-bottom: 15px;
  }
  .orange-row-sodelovanje .btn {
    position: absolute;
    bottom: 0;
  }
  .checkboxes {
    margin-bottom: 70px;
  }
  header .current-menu-item a::after {
    content: none !important;
  }
  .circle-text {
    margin-bottom: 40px;
  }
  .circle-title {
    margin-top: 30px;
  }
  .razvoj-row {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .circle-video-text-row {
    padding-top: 0px;
  }
  .home-card-row {
    padding-top: 40px;
  }
  .auto-types {
      font-size: 35px;
    line-height: 43px;
  }
  .top-info h1 {
    font-size: 42px;
  }
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .home-ponudba-row {
    padding-top: 40px;
  }
  .home-sodelovanje-title, .home-sodelovanje-text {
    margin-bottom: 30px !important;
  }
  .home-sodelovanje-row {
    padding-top: 20px;
    padding-bottom: 60px;
    flex-wrap: wrap;
  }
  .home-sodelovanje-row .home-sodelovanje-column2 .vc_column-inner {
    padding-right: 15px !important;
  }
  .home-sodelovanje-row .home-sodelovanje-column1, .home-sodelovanje-row .home-sodelovanje-column2 {
    width: 100%;
  }
  .home-sodelovanje-row .home-sodelovanje-column2 {
    position: relative;
    margin-top: 30px;
  }
  .home-blog-loop-row {
    margin-bottom: 0px;
  }
  .home-blog-row {
    margin-top: 40px;
  }
  .video-wrap {
    width: inherit;
    margin: 0 auto;
  }
  .video-wrap video {
    width: 850px;
    max-height: 478px;
  }
  .orange-row {
    padding: 30px 50px;
    margin-bottom: 35px;
    margin-top: 40px;
  }
  .orange-row h4 {
    font-size: 27px;
  }
  .meet-main-row {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .meet-top-row {
    padding-bottom: 30px;
  }
  .circle-top-big-text {
    margin-bottom: 50px !important;
  }
  .top-info h1 {
    padding-top: 40px;
  }
  .dekorativni-top-text {
    margin-bottom: 50px !important;
  }
  .home-ponudba-text {
    margin-bottom: 40px !important;
  }
  .dekorativni-rotate-row {
    flex-direction: column-reverse;
  }
  .dekorativni-row {
    margin-bottom: 60px;
  }
  .dekorativni-info-column .btn {
    margin-bottom: 30px !important;
  }
  .dekorativni-row {
    flex-wrap: wrap !important;
  }
  .dekorativni-image-column, .dekorativni-info-column {
    width: 100% !important;
  }
  .dekorativni-info-column h3 {
    margin-top: 30px;
  }
  .home-bordo-row {
    flex-wrap: wrap;
  }
  .home-medijev-right {
    width: 100% !important;
  }
  .home-medijev-left {
    width: 100% !important;
  }
  .home-medijev-title {
    margin-bottom: 35px !important;
    margin-top: 30px;
  }
  .home-medijev-title h3 {
    color: white;
    line-height: 41px;
  }
  .home-medijev-text {
    color: white;
    margin-bottom: 30px !important;
  }
  .home-bordo-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  header .header-menu-row .navbar-collapse {
    display: flex !important;
    flex-direction: column !important;
    justify-content: normal !important;
  }
  header .header-menu-row ul {
    display: flex !important;
    flex-direction: column;
    justify-content: normal !important;
    margin-top: 30px;
    text-align: center;
  }
  header ul li {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  header .navbar {
    margin-bottom: 0 !important;
  }
  .icon-bar {
    background-color: black !important;
  }
  .header-icon-row {
    display: none !important;
  }
  header .header-menu-row .navbar-collapse.collapse.in {
    display: block !important;
    width: 100%;
  }
  header .header-menu-row .navbar-collapse.collapse {
    display: none !important;
  }
  header .header-menu-row .navbar-toggle {
    display: block !important;
    position: absolute;
    right: -25px;
    top: -70px;
    min-height: 44px !important;
  }
  .header-logo-row .wpb_single_image {
    margin-bottom: 0px !important;
  }
  header {
    padding-bottom: 20px;
  }
  .small-footer {
    font-size: 12px;
  }
  .footer2 {
    margin-bottom: 30px;
  }
  .footer4 {
    margin-top: 30px;
  }
  .footer3 {
    margin-top: 0px;
    margin-bottom: 35px !important;
  }
  .footer5 {
    margin-top: 35px;
  }
  .footer3 .footer-icons-white:first-of-type {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: -30px;
  }
  .footer3 .footer-icons-white:last-of-type {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: 0px;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  header .header-menu-row ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mediji-top-row {
    margin-bottom: 10px;
  }
  .slick-track .slick-slide::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  }
  .dekorativni-cards-row {
    margin-bottom: 20px;
  }
  .dekorativni-poglej {
    margin-top: 50px;
  }
  .circle-video-text-row {
    padding-top: 30px;
  }
  .notranje-top-text {
    margin-bottom: 40px !important;
  }
  .notranje-bottom-row {
    margin-bottom: 20px;
  }
  .sode-bottom-row {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sode-top-row {
    margin-bottom: 10px;
  }
  .kontakt-row, .google-row {
    margin-top: 30px;
  }
  .footer1 .instagram {
    text-align: center !important;
  }
  .footer1 .facebook {
/*    position: relative;
    left: 0;
    margin-top: 10px;*/
  }
  .hero-row {
    
    margin-top: 75px;
  }
  .top-section {
    /* margin-top: 28px; */

    /* min-height: 100px; */
    height: auto;
    width: 100%;
    margin-top: 78px;
  }
  .top-section img {
    min-height: 150px;
  }
  .top-section.top-section-0-height {
    /* height: 100px; */
    height: auto;
  }
  .meet-main-row {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  #jquery-cookie-law-script a#cookie-law-button-ok, #jquery-cookie-law-script a#cookie-law-button-ok:visited {
    margin-right: 0px;
  }
  .blog-title {
    margin-bottom: 10px;
  }
  .checkboxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .checkboxes label {
    margin-bottom: 10px !important;
  }
  .home-sodelovanje-row {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .hero-title-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .small-footer {
    font-size: 16px;
  }
  .auto-types {
   font-size: 35px;
    line-height: 43px;
  }
  .top-info h1 {
    font-size: 38px;
  }
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
  h2 {
    font-size: 36px;
    line-height: 36px;
  }
  h3 {
    font-size: 28px;
    line-height: 33px;

       font-size: 35px;
    line-height: 43px;
  }
  h4 {
    font-size: 24px;
    line-height: 31px;
  }
  .orange-row {
    padding: 25px 35px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .orange-row h4 {
    font-size: 24px;
  }
  .circle-top-big-text {
    margin-bottom: 40px !important;
  }
  .top-info h1 {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;padding-right: 10px;
  }
  .dekorativni-top-text {
    margin-bottom: 40px !important;
  }
  .home .big-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .big-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .home-newsletter-row .home-newsletter-text p {
    font-size: 16px;
    line-height: 30px;
  }
  .home-newsletter-row h4 {
    font-size: 25px;
  }
  .home-newsletter-row {
    padding: 30px 20px 30px 20px;
    margin-bottom: 40px;
  }
  .home-newsletter-row input {
    margin-right: 30px;
  }
  .dekorativni-row {
    margin-bottom: 40px;
  }
  .dekorativni-big-text {
    margin-bottom: 30px !important;
  }
  header .header-menu-row .navbar-toggle {
    top: -54px;
  }
  .header-logo-row img {
    width: 180px;
    height: 65px;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  .home-medijev-title {
    margin-bottom: 25px !important;
    margin-top: 30px;
  }
  .home-bordo-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer2-text {
    margin-bottom: 15px !important;
  }
  .footer-title {
    margin-bottom: 10px !important;
  }
  #jquery-cookie-law-script a#cookie-law-button-more, #jquery-cookie-law-script a#cookie-law-button-more:visited {
    display: block;
    float: left;
    margin-left: 0 !important;
    margin-top: 10px;
  }
  #jquery-cookie-law-script a#cookie-law-button-ok, #jquery-cookie-law-script a#cookie-law-button-ok:visited {
    margin-left: 0;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 567px) {
  header ul li:last-of-type {
    padding-bottom: 20px;
  }
  .language-selector-container {
    padding-top: 20px;
  }
  .language-selector-container::before {
    content: '' !important;
    display: block !important;
    background-color: #c0966e;
    height: 1px;
    min-width: 50%;
    position: absolute;
    bottom: 49px;
    left: 50%;
    transform: translate(-50%);
  }
  footer ul, header ul, .circle-top-big-text {
    text-align: center;
  }
  ul {
    text-align: left;
  }
  .space-bottom {
    margin-top: 90px;
  }
  .contact-info-column .space-mid {
/*    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);*/

      display: flex;
        justify-content: center;

        margin-bottom: 10px;
  }

  .contact-info-column .space-midd {
   /* position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%);*/
    display: flex;
        justify-content: center;
  

  }
  .home-medijev-title, .home-medijev-text, .home-newsletter-title, .home-newsletter-text {
    text-align: left;
  }
  .home-medijev-right .btn {
    float: left;
  }
  .home-newsletter-row input {
    margin-right: 0px;
  }
  .site-content, .vc_tta-panel-body, .blog-loop .vc_acf {
    text-align: center;
  }
  .hero-title-row {
    min-height: 150px;
  }
  .hero-title-row {
    min-height: 150px;
  }
  .auto-types {
    font-size: 35px;
    line-height: 43px;
  }
  .auto-types span::before {
    white-space: pre-line !important;
  }
  .top-info h1 {
    font-size: 35px;
  }
  h1 {
    font-size: 35px;
    line-height: 43px;
  }
  h2 {
    font-size: 34px;
    line-height: 34px;
  }
  h3 {
    /*font-size: 26px;*/
    /*line-height: 31px;*/
       font-size: 35px;
    line-height: 43px;
  }
  h4 {
    font-size: 23px;
    line-height: 29px;
  }
  .home-blog-row .btn-half {
    float: none;
    margin-bottom: 30px;
  }
  .blog-column1, .blog-column2 {
    width: 100% !important;
  }
  .orange-row {
    padding: 25px 25px;
  }
  .home-newsletter-column form {
    flex-wrap: wrap;
  }
  .home-newsletter-column form button {
    margin-top: 15px;
  }
  .footer3 .wpb_content_element {
    margin-bottom: 25px !important;
  }
  .footer5 {
    margin-top: 25px;
  }
  .footer6 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 360px) {
  header .header-menu-row .navbar-toggle {
    margin-right: 0;
    right: -20px;
  }
  .orange-row {
    padding: 25px 15px;
  }
  .home-newsletter-column form input {
    padding-left: 15px !important;
  }
  .auto-types {
    /*font-size: 34px;*/
    /*line-height: 41px;*/
  }
  .top-info h1 {
    font-size: 34px;
  }
  h1 {
    font-size: 34px;
    line-height: 41px;
  }
}
@keyframes words {
  0%, 20% {
    content: 'trajnostna naravnanost';
    color: white;
  }
  20%, 23% {
    color: transparent;
  }
  23%, 32% {
    color: transparent;
    content: 'uporabnost';
  }
  32%, 45% {
    content: 'uporabnost';
    color: white;
  }
  45%, 48% {
    color: transparent;
  }
  48%, 57% {
    color: transparent;
    content: 'estetika in eleganca';
  }
  57%, 70% {
    content: 'estetika in eleganca';
    color: white;
  }
  70%, 73% {
    color: transparent;
  }
  73%, 83% {
    content: 'prijaznost';
    color: transparent;
  }
  83%, 95% {
    content: 'prijaznost';
    color: white;
  }
  95%, 98% {
    color: transparent;
  }
  98%, 100% {
    content: 'trajnostna naravnanost';
    color: transparent;
  }
}
@keyframes wordse {
  0%, 20% {
    content: 'Naše vrednote';
    color: white;
  }
  20%, 23% {
    color: transparent;
  }
  23%, 32% {
    color: transparent;
    content: 'Naše vrednote';
  }
  32%, 45% {
    content: 'Naše vrednote';
    color: white;
  }
  45%, 48% {
    color: transparent;
  }
  48%, 57% {
    color: transparent;
    content: 'Naše vrednote';
  }
  57%, 70% {
    content: 'Naše vrednote';
    color: white;
  }
  70%, 73% {
    color: transparent;
  }
  73%, 83% {
    content: 'Naše vrednote';
    color: transparent;
  }
  83%, 95% {
    content: 'Naše vrednote';
    color: white;
  }
  95%, 98% {
    color: transparent;
  }
  98%, 100% {
    content: 'Naše vrednote';
    color: transparent;
  }
}
@keyframes wordsi {
  0%, 20% {
    background-color: white;
  }
  20%, 23% {
    background-color: transparent;
  }
  23%, 32% {
    background-color: transparent;
  }
  32%, 45% {
    background-color: white;
  }
  45%, 48% {
    background-color: transparent;
  }
  48%, 57% {
    background-color: transparent;
  }
  57%, 70% {
    background-color: white;
  }
  70%, 73% {
    background-color: transparent;
  }
  73%, 83% {
    background-color: transparent;
  }
  83%, 95% {
    background-color: white;
  }
  95%, 98% {
    background-color: transparent;
  }
  98%, 100% {
    background-color: transparent;
  }
}
/*------------------- 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c0966e;
  color: #eee;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-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: #b78759;
  color: #dfdfdf;
  -webkit-transition: 0.25s;
  -moz-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: #000;
  float: left;
}
a.file-dl-btn {
  float: right;
  background: #c0966e;
  color: #eee;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
a.file-dl-btn:hover {
  background: #b78759;
  text-decoration: none;
}
.file-dl-text {
  float: left;
}
.file-dl-icon {
  margin-left: 10px;
  font-size: 16px;
}
.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}
.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  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: #c0966e;
  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 {
  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;
}
.ns-bs .bs-brand-box {
  height: 150px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: none;
  margin: 0 15px;
}
.ns-bs .bs-img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.ns-bs .bs-img.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ns-bs .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  top: 50%;
}
.ns-bs .slick-arrow:hover {
  opacity: 1;
  box-shadow: none;
}
.ns-bs .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ns-bs .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ns-bs .slick-prev:before, .ns-bs .slick-next:before {
  color: #c0966e;
  font-family: FontAwesome;
}
.ns-bs .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}
.ns-bs .slick-dots li button {
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}
.ns-bs .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}
.ns-bs .slick-dots li button:hover:before, .ns-bs .slick-dots li button:focus:before {
  color: #999;
}
.ns-bs .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}
.title-banner {
  margin-bottom: 0;
  background-size: cover;
  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;
  background: rgba(238, 238, 238, 0.5);
}
.title-banner h1 {
  font-size: 28px;
  color: #af7c4c;
  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: 700;
}
.ns-breadcrumbs li:after {
  content: '\f105';
  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;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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 #c0966e;
  background: #c0966e;
  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 #c0966e;
}
.ns-gallery {
  float: left;
}
.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: 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: 56.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%;
}
.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: #c0966e;
  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: #c0966e;
}
.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: #c0966e;
  }
  .main-nav .navbar-collapse {
    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;
  }
}
.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;
}
/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  background: #eee;
  padding: 0 20px;
}
.sidenav .sidenav-title {
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  width: 100%;
  padding: 28px 0 22px 0;
}
.sidenav-title:before {
  display: none;
}
.sidenav-title h2 {
  color: #333;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.sidenav li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  float: left;
  width: 100%;
  padding: 18px 0;
}
.sidenav li:last-child {
  border-bottom: none;
}
.sidenav .page_item_has_children.current-menu-item, .sidenav .page_item_has_children.current-page-ancestor {
  padding-bottom: 0;
}
.sidenav a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  float: left;
  line-height: 1.3;
  padding-left: 20px;
}
.sidenav a:hover {
  color: #333;
  text-decoration: none;
}
.sidenav a:before {
  content: '\f1db';
  font-family: fontAwesome;
  font-size: 9px;
  font-weight: bold;
  float: left;
  width: 20px;
  margin-top: 5px;
  margin-left: -20px;
}
.sidenav a:hover:before {
  content: '\f111';
}
.sidenav li.current-menu-item > a, .sidenav li.current-page-ancestor > a {
  color: #c0966e;
  font-weight: 900;
}
.sidenav li.current-menu-item > a:before, .sidenav li.current-page-ancestor > a:before {
  content: '\f111';
}
ul[class^="sub-menu-"] {
  padding-left: 20px;
  display: none;
}
.sidenav .current-menu-item > ul[class^="sub-menu-"], .sidenav .current-page-ancestor > ul[class^="sub-menu-"] {
  display: block;
}
.sidenav .sub-menu-1 li {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sidenav .sub-menu-1 a {
  font-size: 15px;
}
.sidenav .sub-menu-2 li {
  padding-top: 14px;
  padding-bottom: 14px;
}
.sidenav .sub-menu-2 a {
  font-size: 14px;
}



/* PODPORA 9.10.2024 --- START */
.simple-gallery {
    margin-bottom: 50px;
}
.simple-gallery .slick-track .slick-slide::before {
    display: none !important;
}
.simple-gallery .slick-prev, .simple-gallery .slick-next {
    background: #D8D8DF;
}
.simple-gallery .slick-prev:before, .simple-gallery .slick-next:before {
    color: #85838B !important;
}
.simple-gallery .slick-dots {
        bottom: -40px;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center !important;
    transform: none !important;
}
.simple-gallery ul li::before {
    display: none !important;
}
.simple-gallery .slick-dots li button:before {
    font-size: 12px;
}
.simple-gallery a,
.simple-gallery img {
        height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.simple-gallery .slick-prev, .simple-gallery .slick-next,
.simple-gallery .slick-prev:before, .simple-gallery .slick-next:before{
    width: 40px;height: 40px;
    
}

.simple-gallery  .slick-prev:before, .simple-gallery  .slick-next:before {
    font-size: 60px;line-height: 25%;


    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 100%;
    
    margin-top: -7.5px;
    
    border-radius: 50%;
}
.simple-gallery .slick-prev {
    left: 10px;
    z-index: 1;
    border-radius: 50%;
}
.simple-gallery .slick-next {
    right: 10px;
    z-index: 1;
    border-radius: 50%;
}
.simple-gallery  .slick-prev:before {
        content: '\2039' !important; font-weight: 100;
        
        font-family: unset !important;
}
.simple-gallery  .slick-next:before {
        content: '\203A' !important; font-weight: 100;
           
           font-family: unset !important;
}
.slbArrow.next:before {
    border-left-color: #949594 !important;
    
}

.slbArrow.prev:before {
    border-right-color: #949594 !important;
}
.simple-gallery .slick-prev:hover:before, 
.simple-gallery .slick-prev:focus:before, 
.simple-gallery .slick-next:hover:before, 
.simple-gallery .slick-next:focus:before {
    color: #949594 !important;
}

@media (max-width: 768px) {
    .simple-gallery {
    margin-bottom: 75px;
}

}

.facebook {
    /*left:    -100px;*/
}
body {


  visibility: hidden;
  opacity: 0;
  transition: all 1.25s;
}

.card-top, .card-bottom {
    height: 310px !important;
    width: 100%;
    object-fit: cover;
    top: 0;
}
.top-info {
    background: white;    z-index: 1;
    position: relative;
}
.logo-footer.wpb_single_image img {
        max-width: 250px;
    width: 100%;
    height: auto;
}
.top-section img {
  height: auto;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
height: 350px;
}

.top-section, .top-section img {
  overflow: hidden !important;
}
        .top-section  img{
            /*opacity: 1; */
            /*transform: scale(1.5); */
            /*transition: opacity 1.25s ease-in, transform 1.25s ease-in; */

            opacity: 0;
            transform: scale(1.5);
            transition: opacity 1.25s ease-in, transform 1.25s ease-in;
            will-change: opacity, transform;

        }
        .top-section img.animate {
            opacity: 1;
            transform: scale(1); 
        }

        @media (max-width: 992px) {
            .top-section img {

              opacity: 0;
              transform: scale(1.25);
              transition: opacity 1.25s ease-in, transform 1.25s ease-in;
              will-change: opacity, transform;

              height: 225px;
          }

        }
          @media (max-width: 768px) {
            .top-section img {

            
              height: 150px;
           }
          }

/* PODPORA 9.10.2024 --- END */

/* PODPORA 14.11.2024 --- START */

.cta-inquiry-row {
  text-align: center;
padding-top: 50px;

padding-bottom:50px;
}

.slogan-wrap img, .slogan-wrap-mobile img {
  max-width:  255px !important;height: auto;
}
.top-info,
.top-section {
  /*overflow-x: hidden !important;*/
}
.hero-row   .slick-track .slick-slide {
 
  background-position: center right;
}
.simple-gallery.single-product-gallery {
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
}
.simple-gallery.single-product-gallery .slick-track .slick-slide {
height: auto;
}
.simple-gallery .slick-prev, .simple-gallery .slick-next {
    background: transparent;
}
.simple-gallery .slick-prev:before, .simple-gallery .slick-next:before {
  font-size: 150px;
}
.simple-gallery .slick-next {
    right: 25px;}

    .simple-gallery .slick-prev {
    left: 25px;}


.simple-gallery .slick-next:before,
.simple-gallery .slick-prev:before { display: none !important;}
.simple-gallery .slick-next,
.simple-gallery .slick-prev {
   width: 50px;
  height: 100px;
}
.simple-gallery .slick-next {
    content: "";
  background-image: url(../images/simple-slick-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #949594;
  font-weight: bold;
  display: inline-block;
 
}
.simple-gallery .slick-prev {
    content: "";
  background-image: url(../images/simple-slick-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #949594;
  font-weight: bold;
  display: inline-block;

}


@media (max-width: 992px) {
  .hero-row   .slick-track .slick-slide {
    height: 400px;
    background-position: center right;
  }

  .single-product-gallery .slick-track .slick-slide {
    height: auto;
  }
  .cta-inquiry-row {
    padding-top: 0px;
    padding-bottom: 0px; 
  }
}


/** SAFARI - START ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
      .safari  .top-section.top-section-0-height {
        /* height: 50px !important; */
      }
      .safari  .top-section {
          margin-top: 180px;
        }
      
      @media (max-width: 1919px) {
      }
      @media (max-width: 991px) {
      .safari  .top-section {
          margin-top: 165px;
        }
      } 
      @media (max-width: 767px) {
      .safari  .top-section {
          margin-top: 120px;
        }
      }
      @media (max-width: 430px) {
      }
  

/** SAFARI - END ------------------------------------------------ */
/** SAFARI - END ------------------------------------------------ */


/* PODPORA 14.11.2024 --- END */

/* PODPORA 14.01.2025 --- END */
#page .jsv-show {
    display: none !important;
}
#page #jsv-img-bamrznxwuy,
.jsv-holder,
.jsv-holder > img {
    width: 100%;
    
}

.jsv-holder > div:last-of-type svg > g > g > g path {
    fill: white !important;
    
}
/* PODPORA 14.01.2025 --- END */


/* PODPORA 21.01.2025 --- START */
#jquery-cookie-law-script #cookie-law-container {
    width: 100%;
    padding: 10px 10px;
}

.esf_insta_feed_wraper.esf-insta-skin-1743 .esf-insta-grid-skin .esf-insta-row.e-outer {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)) !important;
}

.esf-insta-grid-skin .esf-insta-grid-wrapper {
    border-color: transparent !important;
}

    #esf-insta-feed {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .esf_insta_load_more_btns_wrap {
        margin-bottom: 25px !important;
    }

@media (max-width: 767px) {
    

    
    .esf_insta_feed_wraper.esf-insta-skin-1743 .esf-insta-grid-skin .esf-insta-row.e-outer {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)) !important;
}
}
/* PODPORA 21.01.2025 --- END */

