/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------*/
body {
  position: relative;
}

/* UPORABA
@include responsive-min("small") {
	font-size: 28px;
}
*/
[x-cloak] {
  display: none !important;
}

@media (min-width: 566px) {
  .grid2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (min-width: 566px) {
  .grid4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 767px) {
  .grid4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 65px 1fr 65px 1fr 65px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 65px;
  }
}

/* ------------------------------ */
h1 {
  font-family: "Eczar", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #ba512a;
}
@media (min-width: 767px) {
  h1 {
    font-size: 37px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 72px;
    line-height: 100px;
  }
}

h2 {
  font-family: "Eczar", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #ba512a;
}
@media (min-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 52px;
    line-height: 100px;
  }
}

h3 {
  font-family: "Eczar", serif;
  font-weight: 400;
  color: #ba512a;
  font-size: 30px;
  line-height: 38px;
  color: #ba512a;
}
@media (min-width: 767px) {
  h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 52px;
    line-height: 64px;
  }
}

h4 {
  font-family: "Eczar", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ba512a;
}
@media (min-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: #ba512a;
}
@media (min-width: 992px) {
  h5 {
    font-size: 30px;
    line-height: 40px;
  }
}

h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ba512a;
}

p {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ba512a;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 767px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}

ul li {
  list-style-type: circle;
  margin-left: 40px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ba512a;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 767px) {
  ul li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  ul li {
    font-size: 20px;
    line-height: 30px;
  }
}

b {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

i {
  font-style: italic;
  font-weight: 500 !important;
}

a {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #ba512a;
}
a:hover {
  color: #893d22 !important;
}

span {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.btn {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.btn-full {
  font-size: 12px !important;
  line-height: 14px;
  padding: 6px 20px !important;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ba512a;
  border: 2px solid #ba512a;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 767px) {
  .btn-full {
    font-size: 14px !important;
    line-height: 18px;
    padding: 9px 40px !important;
  }
}
.btn-full:hover {
  background-color: #e0c5ae;
  color: #ba512a !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #ba512a;
}
.btn-full.btn-nohover:hover {
  background-color: #ba512a;
  border: 2px solid #ba512a;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: initial !important;
}
.btn-empty {
  font-size: 14px !important;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ead8c9;
  border: 2px solid #ba512a;
  color: #ba512a !important;
  padding: 9px 40px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-empty:hover {
  background-color: #ba512a;
  border: 2px solid #ba512a !important;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-empty.btn-small {
  font-weight: 600;
  font-size: 12px !important;
  line-height: 15px;
  padding: 0px 17px !important;
}
.btn-white {
  font-size: 14px !important;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  border: 0px solid #ba512a;
  color: #ba512a !important;
  padding: 9px 40px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-white:hover {
  background-color: #ba512a;
  border: 0px solid #ba512a !important;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

body {
  background-color: #ead8c9;
}

main {
  padding-top: 20px !important;
}
@media (min-width: 767px) {
  main {
    padding-top: 40px !important;
  }
}

.izdelki main,
.o-projektu main,
.program main {
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 767px) {
  .izdelki main,
.o-projektu main,
.program main {
    max-width: 1440px;
    padding: 0 40px;
    margin: auto;
  }
}
.izdelki .main-footer,
.o-projektu .main-footer,
.program .main-footer {
  margin-top: 0px !important;
}

.wrap-svetla {
  background: #ead8c9;
}
.wrap-svetla-inner {
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 767px) {
  .wrap-svetla-inner {
    max-width: 1440px;
    padding: 0 40px;
    margin: auto;
  }
}

.wrap-temna {
  background: #e0c5ae;
}
.wrap-temna-inner {
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 767px) {
  .wrap-temna-inner {
    max-width: 1440px;
    padding: 0 40px;
    margin: auto;
  }
}

.wrap-melancan {
  background: #5b3038;
}
.wrap-melancan-inner {
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 767px) {
  .wrap-melancan-inner {
    max-width: 1440px;
    padding: 0 40px;
    margin: auto;
  }
}

.home .main-header {
  padding: 0 20px;
  margin: auto;
  padding-bottom: 60px !important;
}
@media (min-width: 767px) {
  .home .main-header {
    max-width: 1440px;
    padding: 0 40px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .home .main-header {
    padding-bottom: 115px !important;
  }
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
}
.main-header-logo {
  cursor: pointer;
  position: absolute;
  z-index: 999999999;
}
@media (min-width: 767px) {
  .main-header-logo {
    position: relative;
  }
}
.main-header-logo img {
  width: 60px;
  height: auto;
}
@media (min-width: 767px) {
  .main-header-logo img {
    width: 80px;
  }
}
.main-header-menu {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .main-header-menu {
    min-height: auto;
  }
}
.main-header-menu-links {
  display: none;
}
@media (min-width: 767px) {
  .main-header-menu-links {
    display: block;
  }
}
.main-header-menu a,
.main-header-menu p {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-size: 16px;
  padding-bottom: 2px;
  padding-right: 25px;
  color: #ba512a;
  text-decoration: none;
}
@media (min-width: 767px) {
  .main-header-menu a,
.main-header-menu p {
    font-size: 24px;
    padding-right: 60px;
    padding-bottom: 0px;
  }
}
.main-header-menu p {
  text-decoration: line-through;
  display: none;
}
@media (min-width: 992px) {
  .main-header-menu p {
    display: block;
  }
}
.main-header-menu .btn {
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
  margin-right: 70px;
  z-index: 99999999;
}
@media (min-width: 767px) {
  .main-header-menu .btn {
    display: block;
    position: static;
    -ms-grid-column-align: end;
        justify-self: end;
    margin-right: 0px;
  }
}
.main-header .mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  background: #e0c5ae;
  padding: 0 20px;
  padding-top: 20px !important;
}
@media (min-width: 767px) {
  .main-header .mobile-menu {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .main-header {
    padding-bottom: 115px;
  }
}

.mobile-wrap {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
@media (min-width: 767px) {
  .mobile-wrap {
    display: none;
  }
}

.mobile-trigger {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99999999999;
}
@media (min-width: 767px) {
  .mobile-trigger {
    display: none;
  }
}
.mobile-trigger .center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25px, -50%);
      -ms-transform: translate(-25px, -50%);
          transform: translate(-25px, -50%);
  position: absolute;
  width: 50px;
}
.mobile-trigger .center:before,
.mobile-trigger .center:after,
.mobile-trigger .center div {
  background: #ba512a;
  content: "";
  display: block;
  height: 2px;
  width: 35px;
  border-radius: 0px;
  margin: 8px 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.mobile-trigger.active .center:before {
  -webkit-transform: translateY(10px) rotate(135deg);
      -ms-transform: translateY(10px) rotate(135deg);
          transform: translateY(10px) rotate(135deg);
}
.mobile-trigger.active .center:after {
  -webkit-transform: translateY(-10px) rotate(-135deg);
      -ms-transform: translateY(-10px) rotate(-135deg);
          transform: translateY(-10px) rotate(-135deg);
}
.mobile-trigger.active .center div {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.main-header-mobile-menu {
  padding-top: 150px;
}
.main-header-mobile-menu p,
.main-header-mobile-menu a {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-size: 40px;
  line-height: 1.1;
  padding-bottom: 13px;
  color: #ba512a;
  display: block;
}
.main-header-mobile-menu a {
  text-decoration: none;
}
.main-header-mobile-menu p {
  margin-top: 0px;
  text-decoration: line-through;
}

.duration-obrazec {
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
}

.duration-obrazec-out {
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.obrazec-start {
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
}

.obrazec-opened {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.vec-vsebin {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 767px) {
  .vec-vsebin {
    padding-top: 125px;
    padding-bottom: 140px;
  }
}
.vec-vsebin h4 {
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  padding-bottom: 120px;
}
@media (min-width: 767px) {
  .vec-vsebin h4 {
    text-align: initial;
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 90px 50px;
        -ms-transform-origin: 90px 50px;
            transform-origin: 90px 50px;
    font-size: 45px;
    line-height: 60px;
  }
}
@media (min-width: 767px) {
  .vec-vsebin-notranja {
    max-width: 640px;
    margin: auto;
  }
}
.vec-vsebin-notranja .btn {
  font-size: 16px !important;
  line-height: 18px;
  padding: 18px 40px !important;
  font-weight: 600;
  border-radius: 40px;
  text-transform: initial;
  font-weight: normal;
  display: block !important;
  width: 100%;
  margin-bottom: 50px !important;
}
.vec-vsebin-notranja .btn:last-of-type {
  margin-bottom: 0px;
}

.izdelki .vec-vsebin h4 {
  color: #e0c5ae;
}
@media (min-width: 767px) {
  .izdelki .vec-vsebin-notranja {
    max-width: 640px;
    margin: auto;
  }
}
.izdelki .vec-vsebin-notranja .btn {
  color: #5b3038 !important;
  background-color: #ead8c9 !important;
  border: 2px solid #ead8c9 !important;
}
.izdelki .vec-vsebin-notranja .btn:hover {
  color: #5b3038 !important;
  background-color: #e0c5ae !important;
  border: 2px solid #e0c5ae !important;
}

.home .main-footer-row-left {
  border-top: 0px solid #ba512a !important;
}

.izdelki .main-footer {
  border-top: 0px solid #e0c5ae;
}

.main-footer {
  padding: 0 15px;
  margin: auto;
}
@media (min-width: 767px) {
  .main-footer {
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .main-footer {
    border-top: 2px solid #ba512a;
    margin-top: 80px;
  }
}
.main-footer h4 {
  font-size: 32px;
  padding-bottom: 15px;
}
.main-footer .logo-big {
  margin-bottom: 20px;
}
.main-footer .btn-empty {
  margin-top: 40px;
}
.main-footer-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0px;
}
@media (min-width: 992px) {
  .main-footer-row {
    -ms-grid-columns: 6fr 13fr;
    grid-template-columns: 6fr 13fr;
  }
}
.main-footer-row-left {
  padding: 40px 0px;
  border-top: 2px solid #ba512a;
}
@media (min-width: 992px) {
  .main-footer-row-left {
    padding: 0px 0px;
    border-top: 0px solid #ba512a;
  }
}
.main-footer-row-right {
  padding: 40px 0px;
  border-top: 2px solid #ba512a;
}
@media (min-width: 992px) {
  .main-footer-row-right {
    padding: 0px 0px;
    border-top: 0px solid #ba512a;
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .main-footer-row.zgornja {
    padding: 60px 0px;
  }
}
.main-footer-row.zgornja .podpis {
  max-width: 200px;
}
.main-footer-row.spodnja p,
.main-footer-row.spodnja a {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .main-footer-row.spodnja .main-footer-row-left {
    border-top: 2px solid #ba512a;
    margin-right: 120px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .main-footer-row.spodnja .main-footer-row-right {
    border-top: 2px solid #ba512a;
    padding-top: 60px;
  }
}
.main-footer .social img {
  max-width: 24px;
  margin-right: 12px;
  margin-top: 13px;
}
.main-footer .social img:hover {
  -webkit-filter: brightness(90%) contrast(85%);
          filter: brightness(90%) contrast(85%);
}
.main-footer .social .en-link {
  text-decoration: none;
  font-weight: 600;
}
.main-footer .main-footer-row-right-logotipi {
  padding-top: 40px;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .main-footer .main-footer-row-right-logotipi {
    max-width: 850px;
  }
}
.main-footer .main-footer-row-right-logotipi a img {
  height: 40px;
  width: auto;
  margin-right: 40px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .main-footer .main-footer-row-right-logotipi a img {
    height: 55px;
    margin-right: 40px;
    margin-bottom: 35px;
  }
  .main-footer .main-footer-row-right-logotipi a img:hover {
    -webkit-filter: brightness(90%) contrast(85%);
            filter: brightness(90%) contrast(85%);
  }
}
.main-footer .credits {
  padding-top: 0px;
  padding-bottom: 60px;
}
.main-footer .credits p,
.main-footer .credits a {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .main-footer .credits {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

/*  ----------------------  */
@-webkit-keyframes slidelr {
  from {
    margin-left: 15px;
  }
  to {
    margin-left: 24px;
  }
}
@keyframes slidelr {
  from {
    margin-left: 15px;
  }
  to {
    margin-left: 24px;
  }
}
@-webkit-keyframes move1 {
  to {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes move1 {
  to {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
.move1 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: move1 10s ease-in-out;
          animation: move1 10s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes move2 {
  to {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes move2 {
  to {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.move2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: move2 11s ease-in-out;
          animation: move2 11s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.home-top {
  padding-bottom: 70px;
  gap: 30px;
}
@media (min-width: 767px) {
  .home-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .home-top {
    padding: 0px 100px 130px 100px;
  }
}
.home-top-leva h1 {
  font-size: 45px;
  line-height: 60px;
}
.home-top-leva h4 {
  margin-top: 45px;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 35px;
  font-family: neue-haas-grotesk-display, sans-serif;
}
@media (min-width: 992px) {
  .home-top-desna {
    padding-left: 100px;
  }
}
.home-top-desna img {
  width: 100%;
}
.home-top-desna-img-mobile {
  padding-top: 30px;
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .home-top-desna-img-mobile {
    display: none;
  }
}
.home-top-desna-img-desktop {
  display: none;
}
@media (min-width: 767px) {
  .home-top-desna-img-desktop {
    display: block;
  }
}
.home-top-link {
  padding-top: 10px;
  display: inline;
}
@media (min-width: 767px) {
  .home-top-link {
    padding-top: 40px;
  }
}
.home-top-link a {
  font-family: "Eczar", serif !important;
  text-decoration: none;
}
.home-top-arrow {
  width: 20px;
  display: inline;
  margin-left: 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: slidelr 1.3s ease-in-out;
          animation: slidelr 1.3s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media (min-width: 767px) {
  .home-top-arrow {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .home-top-arrow {
    width: initial;
  }
}
.home .napovedujemo {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .home .napovedujemo {
    padding: 60px 100px;
  }
}
.home .napovedujemo h4 {
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  padding-bottom: 120px;
}
.home .napovedujemo-vec {
  text-align: center;
}
@media (min-width: 767px) {
  .home .napovedujemo-vec {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .home .napovedujemo-vec {
    margin-top: 100px;
  }
}
.home .napovedujemo-vec .btn {
  background-color: #e0c5ae;
}
.home .napovedujemo-vec .btn:hover {
  background-color: #ba512a;
}
@media (min-width: 767px) {
  .home-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .home-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 65px 1fr 65px 1fr 65px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 65px;
  }
}
.home-bottom h2 {
  text-align: center;
  line-height: 1.2;
}
.home .posamezna-vsebina {
  padding: 0px 0px 60px 0px;
}
.home .posamezna-vsebina:last-of-type {
  padding: 0px 0px 50px;
}
@media (min-width: 767px) {
  .home .posamezna-vsebina {
    padding: 0px 0px 60px;
  }
}
@media (min-width: 992px) {
  .home .posamezna-vsebina {
    padding: 0px 0px;
  }
}
.home .posamezna-vsebina-imgcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .home .posamezna-vsebina-imgcontainer {
    height: 300px;
  }
}
.home .posamezna-vsebina img {
  max-width: 300px;
  height: auto;
  margin: auto;
  height: auto;
  display: block;
  -webkit-filter: grayscale(100%) brightness(110%) contrast(90%);
          filter: grayscale(100%) brightness(110%) contrast(90%);
}
@media (min-width: 992px) {
  .home .posamezna-vsebina img {
    max-width: 100%;
  }
}
.home .posamezna-vsebina:hover .upperimg {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.home .posamezna-vsebina h5 {
  font-family: "Eczar", serif !important;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-top: 30px;
}
.home .posamezna-vsebina p {
  margin-top: 30px;
  font-size: 19px;
  line-height: 35px;
  text-align: center;
}
.home .posamezna-vsebina p:last-of-type {
  margin-top: 0px;
}
.home .posamezna-vsebina a {
  text-decoration: none;
}
.home .main-footer {
  border-top: 0px;
  margin-top: 0px;
}
@-webkit-keyframes animaslider {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes animaslider {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.home-slider {
  position: relative;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 767px) {
  .home-slider {
    text-align: left;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-top: 170px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .home-slider {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.home-slider .tag {
  display: none;
}
@media (min-width: 992px) {
  .home-slider .tag {
    display: block;
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    top: 50%;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
  }
}
.home-slider h4 {
  font-size: 45px;
  line-height: 60px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .home-slider h4 {
    padding-top: 40px;
  }
}
.home-slider p {
  font-size: 19px;
  line-height: 35px;
  padding-bottom: 35px;
}
.home-slider-leva {
  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;
  text-align: center;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .home-slider-leva {
    padding-left: 100px;
    padding-right: 130px;
  }
  .home-slider-leva img {
    max-width: 320px;
  }
}
.home-slider-leva-puscica {
  padding-top: 15px;
  padding-bottom: 5px;
  width: 20px;
  height: auto;
  -webkit-animation: animaslider 1.3s ease-in-out;
          animation: animaslider 1.3s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.home-slider-leva-info {
  max-width: 320px;
  padding-top: 14px;
  text-decoration: none;
  font-size: 14px;
}
.home-slider-leva img {
  max-width: 320px;
}

.overlay {
  background-color: rgba(91, 48, 56, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9;
}

body .overlay {
  display: none;
}

body.noscroll {
  overflow: hidden;
}
body.noscroll .overlay {
  display: block;
}

.video-popup {
  position: fixed;
  top: 30%;
  left: 10%;
  width: 80%;
  z-index: 10;
}
@media (min-width: 767px) {
  .video-popup {
    top: 10%;
  }
}
.video-popup .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-popup .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes animapoziv {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
  }
}

@keyframes animapoziv {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
  }
}
@media (min-width: 992px) {
  .o-projektu-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 8.3% 65%;
    grid-template-columns: 25% 65%;
    gap: 8.3%;
  }
}
.o-projektu-wrap.zgornja {
  padding-bottom: 50px;
}
.o-projektu-leva {
  text-align: center;
}
.o-projektu-leva-poziv {
  position: relative;
  max-width: 200px;
  margin: auto;
}
.o-projektu-leva-poziv .poziv {
  position: absolute;
  left: 0px;
}
.o-projektu-leva-poziv .arrow {
  position: absolute;
  left: 0px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: animapoziv 1.3s ease-in-out;
          animation: animapoziv 1.3s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.o-projektu-leva-info {
  text-align: left;
  padding-bottom: 50px;
}
@media (min-width: 566px) {
  .o-projektu-leva-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .o-projektu-leva-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.o-projektu-leva-info-posamezna {
  padding-bottom: 28px;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .o-projektu-leva-info-posamezna {
    padding-right: 0px;
  }
}
.o-projektu-leva-info-posamezna .btn-small {
  margin-top: 25px;
}
.o-projektu-leva-info h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600 !important;
}
@media (min-width: 767px) {
  .o-projektu-leva-info h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.o-projektu-leva-info h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 767px) {
  .o-projektu-leva-info h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.o-projektu-leva-info a {
  font-weight: 400;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (min-width: 767px) {
  .o-projektu-leva-info a {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
.o-projektu-leva h5,
.o-projektu-leva a {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 50px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 767px) {
  .o-projektu-leva h5,
.o-projektu-leva a {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .o-projektu-leva h5,
.o-projektu-leva a {
    font-size: 37px;
    line-height: 41px;
    padding-bottom: 0px;
  }
}
.o-projektu-desna {
  padding-bottom: 60px;
}
.o-projektu-desna h5 {
  padding-bottom: 50px;
}
.o-projektu-desna a {
  font-weight: 600;
  color: #ba512a;
}
.o-projektu-desna img {
  margin: 50px auto;
  max-width: 100%;
  min-width: 100%;
}
.o-projektu-desna-naslovnica {
  margin: 0px auto 50px auto !important;
  max-width: 100%;
  min-width: 100%;
}
.o-projektu-desna-sliki {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 80px;
}
.o-projektu-desna-sliki img {
  width: 100%;
}
.o-projektu-desna-footer {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ba512a;
}

.breadcrubms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.breadcrubms p,
.breadcrubms a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
}

.izdelki-arhiv {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  padding-bottom: 100px;
}
@media screen and (min-width: 801px) {
  .izdelki-arhiv {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 135px 40px;
  }
}
.izdelki-arhiv a {
  text-decoration: none;
}
.izdelki-arhiv-kartica {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 60px;
}
@media screen and (min-width: 801px) {
  .izdelki-arhiv-kartica {
    margin-bottom: 135px;
  }
}
.izdelki-arhiv-kartica-tekst {
  padding: 45px 20px 45px 25px;
  background-color: #e0c5ae50;
}
@media (min-width: 767px) {
  .izdelki-arhiv-kartica-tekst {
    padding: 45px 60px 45px 25px;
  }
}
.izdelki-arhiv-kartica-tekst h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 0px;
}
@media (min-width: 767px) {
  .izdelki-arhiv-kartica-tekst h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .izdelki-arhiv-kartica-tekst h2 {
    font-size: 57px;
    line-height: 64px;
  }
}
@media (min-width: 767px) {
  .izdelki-arhiv-kartica-tekst h2 {
    padding-bottom: 40px;
  }
}
.izdelki-arhiv-kartica-tekst h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .izdelki-arhiv-kartica-tekst h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .izdelki-arhiv-kartica-tekst h3 {
    font-size: 57px;
    line-height: 64px;
  }
}
@media (min-width: 767px) {
  .izdelki-arhiv-kartica-tekst p {
    padding-right: 70px;
  }
}
.izdelki-arhiv-kartica img {
  min-width: 100% !important;
}

.izdelki article {
  max-width: 900px;
  margin: auto;
}
.izdelki-zgornja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 501px) {
  .izdelki-zgornja {
    display: none;
  }
}
.izdelki-zgornja p, .izdelki-zgornja a {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
}
.izdelki-zgornja a:hover {
  text-decoration: underline;
}
.izdelki-zgornja-slika {
  padding-bottom: 30px;
}
.izdelki-slika {
  outline: none;
}
.izdelki img-comparison-slider {
  outline: none;
}
.izdelki-spodnja {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
  gap: 20px 80px;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
      grid-template-areas: "izdelekime" "izdelek" "avtorime" "avtor" "avtor-slika" "izdelek-opis";
}
@media screen and (min-width: 901px) {
  .izdelki-spodnja {
    -ms-grid-columns: 2fr 80px 3fr;
    grid-template-columns: 2fr 3fr;
    -ms-grid-rows: auto 60px 1fr 60px auto;
    grid-template-rows: auto 1fr auto;
    gap: 60px 80px;
        grid-template-areas: "avtorime izdelekime" "avtor izdelek" "avtor-slika izdelek-opis";
  }
}
.izdelki-spodnja .izdelki-spodnja-leva-avtorime {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: avtorime;
}
.izdelki-spodnja .izdelki-spodnja-desna-izdelekime {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: izdelekime;
}
.izdelki-spodnja .izdelki-spodnja-leva {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: avtor;
}
.izdelki-spodnja .izdelki-spodnja-desna {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: izdelek;
}
.izdelki-spodnja .izdelki-spodnja-leva-slika {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: avtor-slika;
}
.izdelki-spodnja .izdelki-spodnja-desna-opis {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: izdelek-opis;
}
@media screen and (min-width: 901px) {
  .izdelki-spodnja .izdelki-spodnja-leva-avtorime {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .izdelki-spodnja .izdelki-spodnja-desna-izdelekime {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .izdelki-spodnja .izdelki-spodnja-leva {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .izdelki-spodnja .izdelki-spodnja-desna {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .izdelki-spodnja .izdelki-spodnja-leva-slika {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .izdelki-spodnja .izdelki-spodnja-desna-opis {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.izdelki-spodnja h2 {
  padding-top: 30px;
  font-size: 30px;
  line-height: 38px;
  display: block;
  font-family: neue-haas-grotesk-display, sans-serif !important;
  font-weight: 600;
}
@media (min-width: 767px) {
  .izdelki-spodnja h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .izdelki-spodnja h2 {
    font-size: 57px;
    line-height: 64px;
  }
}
@media screen and (min-width: 901px) {
  .izdelki-spodnja h2 {
    min-height: 175px;
  }
}
.izdelki-spodnja h4 {
  font-family: neue-haas-grotesk-display, sans-serif !important;
}
@media screen and (min-width: 901px) {
  .izdelki-spodnja p {
    margin-bottom: 60px;
  }
}
.izdelki-spodnja-desna-opis {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 901px) {
  .izdelki-spodnja-desna-opis {
    margin-top: 40px;
  }
}
.izdelki-spodnja-desna-opis img {
  height: auto;
  width: 85px;
}
@media screen and (min-width: 601px) {
  .izdelki-spodnja-desna-opis img {
    height: auto;
    width: 145px;
  }
}
.izdelki-spodnja-desna-opis p {
  margin-left: 65px;
  max-width: 165px;
  font-family: "Eczar", serif;
}
.izdelki-spodnja .izdelki-spodnja-leva-slika.vec-njih {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.izdelki-spodnja .izdelki-spodnja-leva-slika img {
  border-radius: 50%;
}
.izdelki-spodnja .izdelki-spodnja-leva-slika img:first-of-type {
  margin-right: 40px;
}
.izdelki-mali-opis {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.izdelki-noga {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-bottom: 20px;
  padding-top: 40px;
  border-top: 2px solid #ba512a;
}
@media screen and (min-width: 800px) {
  .izdelki-noga {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .izdelki-noga {
    -ms-grid-columns: 2fr 70px 3fr;
    grid-template-columns: 2fr 3fr;
    gap: 70px;
  }
}
.izdelki-noga-desna {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 1101px) {
  .izdelki-noga-desna {
    -ms-grid-columns: 2fr 70px 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 70px;
  }
}
@media screen and (min-width: 1101px) {
  .izdelki-noga-desna-cena {
    text-align: center;
  }
}
.izdelki-noga-desna-cena .btn-empty {
  padding: 9px 33px !important;
}
.izdelki-banner {
  height: 400px;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  position: relative;
  margin-top: 70px;
  margin-bottom: 90px;
  min-height: 100%;
}
@media screen and (max-width: 601px) {
  .izdelki-banner {
    height: 250px;
  }
}
.izdelki-banner img {
  width: 100%;
}
.izdelki-banner-tekst {
  position: absolute;
  bottom: 40px;
  margin: auto;
  text-align: center;
  width: 100%;
}
.izdelki-banner-tekst h5 {
  font-size: 45px;
  line-height: 60px;
  padding-bottom: 40px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 601px) {
  .izdelki-banner-tekst h5 {
    font-size: 25px;
    line-height: 40px;
  }
}
.izdelki-banner-tekst .btn {
  margin-right: 15px;
  margin-left: 15px;
}

.izdelki-banner.homepage {
  height: 800px;
}
@media screen and (max-width: 601px) {
  .izdelki-banner.homepage {
    height: 550px;
  }
}

@media (min-width: 767px) {
  .izdelki.izdellki-en .vec-vsebin h4 {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100px 100px;
        -ms-transform-origin: 100px 100px;
            transform-origin: 100px 100px;
  }
}

.grid-program {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0px;
  padding-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .grid-program {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .grid-program {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-bottom: 80px;
  }
}

.grid-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .grid-item {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 801px) {
  .grid-item {
    min-height: 500px;
  }
}
.grid-item:last-of-type {
  margin-bottom: 0px;
}
.grid-item img {
  width: 100%;
}
.grid-item a {
  text-decoration: none;
}
.grid-item-tag span {
  font-size: 14px;
  color: #ba512a;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: block;
}
.grid-item h5 {
  margin-top: 35px;
  border-top: 2px #ba512a solid;
  padding: 15px 0px 4px 0px;
  font-size: 20px;
  line-height: 24px;
}
.grid-item p {
  font-size: 20px;
  line-height: 24px;
  color: #695C52;
  margin-bottom: 25px;
}
.grid-item-subtitle h3 {
  font-size: 20px;
  line-height: 24px;
  color: white;
  text-align: center;
}
.grid-item .citat {
  max-width: 650px;
}
.grid-item:hover .grid-item-title h2 {
  color: #893d22;
}
.grid-item .posamezna-vsebina.slika {
  padding-top: 70px;
  max-width: 430px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .grid-item .posamezna-vsebina.slika {
    padding: 0px 15%;
  }
}
.grid-item .posamezna-vsebina.slika img {
  max-width: 430px;
  width: 100%;
}

blockquote {
  font-family: "Eczar", serif;
  color: #5b3038;
  display: block;
  font-size: 32px;
  line-height: 38px;
  padding: 0px 0px;
}
@media (min-width: 767px) {
  blockquote {
    padding: 30px 0px 30px 30px;
    font-size: 38px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  blockquote {
    font-size: 48px;
    line-height: 54px;
  }
}
blockquote span {
  display: block;
  margin-top: 50px;
}

.citat-slika {
  text-align: center;
}
.citat-slika img {
  max-width: 167px;
  height: auto;
  margin-top: 80px;
}

.citat-sekcija {
  padding-top: 40px;
  padding-bottom: 35px;
  color: #fff;
  max-width: 840px;
  margin: auto;
  text-align: center;
  font-size: 26px;
  line-height: 35px;
  font-family: "Eczar", serif;
  font-weight: normal;
}
.citat-sekcija-avtor {
  padding-bottom: 35px;
  text-align: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
}

.citat-logo {
  text-align: center;
}
.citat-logo img {
  max-width: 167px;
  height: auto;
  margin-bottom: 80px;
}
.citat-logo img:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.video .plyr__control--overlaid {
  background-color: #fff;
}
.video .plyr__control--overlaid svg {
  color: #000;
}

.plyr__control--overlaid {
  width: 40px !important;
  height: 40px !important;
}
@media (min-width: 767px) {
  .plyr__control--overlaid {
    width: 140px !important;
    height: 140px !important;
  }
}
.plyr__control--overlaid:hover {
  background-color: #fff !important;
}
.plyr__control--overlaid svg {
  top: -1px;
  left: calc(50% - 9px);
  height: 15px;
  width: 20px;
}
@media (min-width: 767px) {
  .plyr__control--overlaid svg {
    height: 40px;
    width: 30px;
  }
}

.plyr {
  font-family: neue-haas-grotesk-display, sans-serif;
}
.plyr.plyr--playing .plyr__controls {
  visibility: initial !important;
}
.plyr .plyr__controls {
  visibility: hidden !important;
}

.plyr--full-ui input[type=range] {
  color: #e0c5ae;
}

.plyr__control--overlaid {
  background: #e0c5ae;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #e0c5ae;
}

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: #e0c5ae;
          box-shadow: #e0c5ae;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #e0c5ae;
}

.video .plyr__control--overlaid svg {
  color: #5b3038;
}

.clip-svg {
  -webkit-mask: url(img/clip1.png);
}

.move1 img {
  width: 100%;
}

.next--btn {
  position: relative;
  padding-right: 70px !important;
  font-weight: 600 !important;
}
.next--btn::after {
  content: url(img/slider-puscica.svg);
  position: absolute;
  right: 20px;
  top: 8px;
}
.next--btn:hover::after {
  content: url(img/puscica-bela.svg);
}

.notranja1 {
  width: 100%;
  height: 100%;
  background-image: url("img/slika1.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.shape {
  text-align: center;
}

.shape-sklede {
  max-width: 420px;
  margin: auto;
}

.mentorji .o-projektu-leva-info-posamezna h5 {
  font-weight: normal !important;
}

.o-projektu-desna a {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .english-home .vec-vsebin h4 {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100px 100px;
        -ms-transform-origin: 100px 100px;
            transform-origin: 100px 100px;
  }
}