@charset "UTF-8";
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
.btn,
.button {
  display: inline-block;
  position: relative;
  width: auto;
  border: 1px solid transparent;
  color: #fff;
  background: #bfa980;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  padding: 10px 20px 8px;
  transition: all 0.4s;
  border-radius: none;
}
.btn.center,
.button.center {
  left: 50%;
  transform: translateX(-50%);
}
.btn:after,
.button:after {
  display: inline-block;
  vertical-align: middle;
  font-family: "FontAwesome" !important;
  content: "";
  font-size: 24px;
  margin-left: 20px;
  padding-bottom: 5px;
}
.btn:hover,
.button:hover {
  color: #000;
}

.button {
  background: #bfa980 !important;
  margin: 10px 0 !important;
}

#cookie-bar {
  background: #bfa980;
  color: #fff;
  text-align: left;
  overflow: hidden;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: slideInUp 1s ease-out 1s 1 normal both;
}
#cookie-bar.fixed.remove {
  animation: slideOutDown 1s ease-out 1s 1 normal both;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ccc;
  /************* OK Knof */
}
#cookie-bar a:hover {
  color: #999;
}
#cookie-bar a.cb-enable {
  position: relative;
  display: block;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
  transition: all 0.8s;
  color: #fff;
}
#cookie-bar a.cb-enable:hover {
  color: #000;
  border-color: #000;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html,
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  color: #333;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  position: relative;
}
body.scrollOff, body.activ {
  overflow: hidden;
}
body.scrollOff header, body.activ header {
  overflow: visible;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

p, ul, ol {
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

button {
  border: none;
  padding: 0px;
  margin: 0px;
  background: none;
  cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
img {
  display: block;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: none;
}

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

td,
th {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
header,
main,
footer,
section {
  position: relative;
  width: 100%;
  z-index: 1;
}

.show {
  transition: all 2s;
  opacity: 1 !important;
}

main {
  min-height: 100vh;
  padding: 31px 0 0;
}
@media only screen and (min-width: 1150px) {
  main {
    padding: 95px 0 0;
  }
}

iframe {
  border: none;
  width: 100%;
  height: 500px;
}

#payment iframe {
  height: 100% !important;
}

address {
  font-style: normal;
}

input {
  font-family: "Josefin Sans", sans-serif;
}

section {
  position: relative;
  margin: 60px 0;
  /****************************************  GLOBAL TITLES */
  /****************************************  GLOBAL TITLES  -- END */
}
section.nomargin {
  margin: 0px;
}
section.nopadding {
  padding: 0px !important;
}
section.nomargintop {
  margin-top: 0;
}
section.nomarginbottom {
  margin-bottom: 0;
}
section.marginbottom {
  margin-bottom: 80px;
}
section.paddingtop .row .left {
  padding-top: 120px !important;
}
section .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
section .title.it {
  font-style: italic;
}
section .title_mid {
  font-size: 36px;
}
section .title_big {
  font-size: 38px;
}
section .title_small {
  font-size: 15px;
}
@media only screen and (min-width: 1150px) {
  section .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  section .title.it {
    font-style: italic;
  }
  section .title_mid {
    font-size: 64px;
  }
  section .title_big {
    font-size: 80px;
  }
  section .title_big.font_animate_80 {
    font-size: 0;
  }
  section .title_big.font_animate_80.inview {
    font-size: 80px;
    transition: all 1s 0.4s;
  }
  section .title_small {
    font-size: 30px;
  }
}
section .podpis {
  display: block;
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
}
section .signature {
  width: 250px;
  height: auto;
  margin-top: 26px;
}
section .wrap {
  position: relative;
}
section .wrap .out_left {
  position: absolute;
  right: 105%;
  top: 50%;
  transform: translateY(-50%);
}
section .wrap .out_right {
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
}
section.ponudba .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section .row {
  display: block;
}
section .row .left.img img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
section .row .right {
  margin-top: 40px;
}
section .row .right.img img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  object-fit: cover;
}
@media only screen and (min-width: 1150px) {
  section .row {
    display: flex;
    align-items: center;
  }
  section .row.center {
    justify-content: center;
  }
  section .row.top {
    align-items: flex-start;
  }
  section .row.right {
    justify-content: flex-end;
  }
  section .row.between {
    justify-content: space-between;
  }
  section .row.stretch {
    align-items: stretch;
  }
  section .row.bottom {
    align-items: flex-end;
  }
  section .row.wrepaj {
    flex-wrap: wrap;
  }
  section .row.reverse > .left {
    order: 1;
  }
  section .row.reverse > .right {
    order: 0;
  }
  section .row .left {
    flex: 0 0 50%;
    padding-right: 0px;
  }
  section .row .left.small {
    flex: 0 0 30%;
    padding-right: 40px;
  }
  section .row .right {
    margin-top: 0;
    flex: 0 0 50%;
    padding-left: 80px;
  }
  section .row .right.small {
    flex: 0 0 30%;
    padding-left: 100px;
  }
  section .row .right.small_padding {
    padding-left: 32px;
  }
  section .row .row {
    align-items: flex-start;
  }
  section .row .row .left {
    padding-right: 15px;
  }
  section .row .row .right {
    padding-left: 15px;
  }
}
section .box_cert {
  position: relative;
  width: 295px;
  flex: 0 0 295px;
  height: 395px;
  margin: 0 16px 32px;
}
section .box_cert:before {
  content: url(../img/Emonca_certifikat_border.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section .box_cert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 652px) {
  section .box_cert:nth-of-type(2n) {
    transform: translateY(80px);
  }
}
@media only screen and (min-width: 979px) {
  section .box_cert:nth-of-type(2n) {
    transform: translateY(0px);
  }
  section .box_cert:nth-of-type(3n-1) {
    transform: translateY(80px);
  }
}
@media only screen and (min-width: 1276px) {
  section .box_cert:nth-of-type(3n-1) {
    transform: translateY(0px);
  }
  section .box_cert:nth-of-type(2n) {
    transform: translateY(80px);
  }
}
section.red_title.pri_pivu .row .right {
  padding: 32px;
}
section.red_title .row .left {
  position: relative;
  background: #d12031;
  color: #fff;
  width: 100%;
  padding: 20px 20px 5px;
  margin-bottom: 40px;
  z-index: 1;
  text-align: center;
}
section.red_title .row .left br {
  display: none;
}
section.red_title .row .right {
  width: 100%;
  padding: 40px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
section.red_title .row .right .title {
  font-weight: normal;
}
@media only screen and (min-width: 1150px) {
  section.red_title.pri_pivu .row .right {
    padding: 60px 56px 92px 224px;
  }
  section.red_title .row .left {
    width: 405px;
    height: 405px;
    flex: 0 0 405px;
    padding: 0px;
  }
  section.red_title .row .left .title_big {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.red_title .row .left br {
    display: block;
  }
  section.red_title .row .right {
    width: 850px;
    flex: 0 0 850px;
    padding: 46px 40px 56px 200px;
    margin-left: -170px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
}
section.row_right ul, section.row_right ol {
  list-style-type: none;
}
section.row_right ul li, section.row_right ol li {
  font-size: 24px;
  line-height: 1.33;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  margin-left: -12px;
  overflow: hidden;
}
section.row_right ul li:before, section.row_right ol li:before {
  display: block;
  background: #fff;
  content: url(../img/ikona_kava.png);
  margin-right: 20px;
}
section.row_right ul li span, section.row_right ol li span {
  opacity: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1231px) {
  section.row_right ul li span, section.row_right ol li span {
    width: 611px;
  }
}
section.row_right.inview ul li:nth-of-type(1) span, section.row_right.inview ol li:nth-of-type(1) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 0.5s;
}
section.row_right.inview ul li:nth-of-type(2) span, section.row_right.inview ol li:nth-of-type(2) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 1s;
}
section.row_right.inview ul li:nth-of-type(3) span, section.row_right.inview ol li:nth-of-type(3) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 1.5s;
}
section.row_right.inview ul li:nth-of-type(4) span, section.row_right.inview ol li:nth-of-type(4) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 2s;
}
section.row_right.inview ul li:nth-of-type(5) span, section.row_right.inview ol li:nth-of-type(5) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 2.5s;
}
section.row_right.inview ul li:nth-of-type(6) span, section.row_right.inview ol li:nth-of-type(6) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 3s;
}
section.row_right.inview ul li:nth-of-type(7) span, section.row_right.inview ol li:nth-of-type(7) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 3.5s;
}
section.row_right.inview ul li:nth-of-type(8) span, section.row_right.inview ol li:nth-of-type(8) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 4s;
}
section.row_right.inview ul li:nth-of-type(9) span, section.row_right.inview ol li:nth-of-type(9) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 4.5s;
}
section.row_right.inview ul li:nth-of-type(10) span, section.row_right.inview ol li:nth-of-type(10) span {
  opacity: 1;
  transform: translateX(0%);
  transition: 1s 5s;
}
section.slogan {
  padding: 70px;
  text-align: center;
  background: #f6f2ec;
}
section.slogan.borderbottom {
  background: transparent;
  border-bottom: 1px solid #bfa980;
}
section.slogan.strong .text {
  font-weight: bold;
}
section.slogan .text {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
}
@media only screen and (min-width: 1150px) {
  section.slogan {
    text-align: left;
    padding: 68px 0 65px;
  }
  section.slogan .text {
    font-size: 40px;
  }
}
section.text_img {
  text-align: center;
}
section.text_img .row .left {
  flex: 0 0 715px;
}
section.text_img.shadow .row .left {
  padding: 20px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 1150px) {
  section.text_img.shadow .row .left {
    padding: 115px 109px;
    text-align: left;
  }
}
section.text_img.shadow .row .right {
  padding: 0px;
  transform: translate(-80px, 80px);
  z-index: 0;
}
@media only screen and (min-width: 1150px) {
  section.text_img {
    text-align: left;
  }
}
section.text_img_center {
  text-align: center;
}
section.text_img_center .text_wrap {
  padding: 10px;
}
section.text_img_center img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 1150px) {
  section.text_img_center {
    text-align: left;
  }
  section.text_img_center .text_wrap {
    width: 513px;
    flex: 0 0 513px;
    padding: 0px;
  }
}
section.skrivnosti, section.celovita_resitev, section.stroji_za_poljnjenje {
  text-align: center;
}
section.skrivnosti .row .row, section.celovita_resitev .row .row, section.stroji_za_poljnjenje .row .row {
  display: flex;
}
section.skrivnosti .wrap > .row, section.celovita_resitev .wrap > .row, section.stroji_za_poljnjenje .wrap > .row {
  align-items: stretch;
  margin: 0 0px 80px;
}
@media only screen and (min-width: 1440px) {
  section.skrivnosti .wrap > .row, section.celovita_resitev .wrap > .row, section.stroji_za_poljnjenje .wrap > .row {
    margin: 0 -60px 80px;
  }
}
section.skrivnosti .head, section.celovita_resitev .head, section.stroji_za_poljnjenje .head {
  margin-bottom: 80px;
}
section.skrivnosti .box, section.celovita_resitev .box, section.stroji_za_poljnjenje .box {
  display: none;
  text-align: left;
  flex: 0 0 auto;
  margin: 0 20px;
  border-bottom: 1px solid #ccc;
  /**********************************                     .box break */
}
section.skrivnosti .box.text, section.celovita_resitev .box.text, section.stroji_za_poljnjenje .box.text {
  display: block;
  padding: 80px 0;
}
section.skrivnosti .box .num, section.celovita_resitev .box .num, section.stroji_za_poljnjenje .box .num {
  font-size: 0px;
  line-height: 1;
  color: #d12031;
  font-family: "Playfair Display", serif;
  transform: translateY(-100px);
  margin-right: 10px;
}
section.skrivnosti .box .num.inview, section.celovita_resitev .box .num.inview, section.stroji_za_poljnjenje .box .num.inview {
  font-size: 130px;
  transition: all 0.8s;
}
section.skrivnosti .box .krigel:before, section.celovita_resitev .box .krigel:before, section.stroji_za_poljnjenje .box .krigel:before {
  display: block;
  content: url(../img/Emonca_krigl_vprasaj.png);
  margin-right: 40px;
}
section.skrivnosti .box .box_text, section.celovita_resitev .box .box_text, section.stroji_za_poljnjenje .box .box_text {
  position: relative;
}
section.skrivnosti .box .box_title, section.celovita_resitev .box .box_title, section.stroji_za_poljnjenje .box .box_title {
  font-size: 30px;
  margin-bottom: 20px;
}
section.skrivnosti .box p, section.celovita_resitev .box p, section.stroji_za_poljnjenje .box p {
  font-size: 18px;
}
@media only screen and (min-width: 1150px) {
  section.skrivnosti .box, section.celovita_resitev .box, section.stroji_za_poljnjenje .box {
    width: calc((100% / 3) - 40px);
    flex: 0 0 calc((100% / 3) - 40px);
    display: block;
  }
  section.skrivnosti .box.dupli, section.celovita_resitev .box.dupli, section.stroji_za_poljnjenje .box.dupli {
    width: calc(((100% / 3) * 2) - 40px);
    flex: 0 0 calc(((100% / 3) * 2) - 40px);
  }
  section.skrivnosti .box.four, section.celovita_resitev .box.four, section.stroji_za_poljnjenje .box.four {
    width: calc(25% - 40px);
    flex: 0 0 calc(25% - 40px);
  }
}
section.skrivnosti .btn, section.celovita_resitev .btn, section.stroji_za_poljnjenje .btn {
  margin-top: 0px;
}
section.skrivnosti .btn:after, section.celovita_resitev .btn:after, section.stroji_za_poljnjenje .btn:after {
  margin-left: 96px;
}
section.stroji_za_poljnjenje {
  margin-bottom: 280px;
}
section.stroji_za_poljnjenje .box p {
  font-size: 30px;
}
section.stroji_za_poljnjenje .wrap > p {
  width: 100%;
}
@media only screen and (min-width: 623px) {
  section.stroji_za_poljnjenje .wrap > p {
    width: 623px;
    margin: 0 auto;
  }
}
section.stroji_za_poljnjenje .stroj_levo,
section.stroji_za_poljnjenje .stroj_desno {
  display: none;
}
@media only screen and (min-width: 1024px) {
  section.stroji_za_poljnjenje .stroj_levo,
section.stroji_za_poljnjenje .stroj_desno {
    position: absolute;
    bottom: 0%;
    display: block;
    width: 200px;
  }
}
section.stroji_za_poljnjenje .stroj_levo {
  left: 0px;
  transform: translateY(50%);
}
section.stroji_za_poljnjenje .stroj_desno {
  right: 0px;
  transform: translateY(60%);
}
section.wrap_bckg {
  text-align: center;
}
section.wrap_bckg .wrap {
  background: #f6f2ec;
  padding: 40px 10px;
}
section.wrap_bckg .row .left {
  text-align: center;
}
section.wrap_bckg .row .left img {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  height: auto;
}
section.wrap_bckg .row .right {
  padding-left: 0;
  margin-top: 20px;
}
section.wrap_bckg .row .right .title {
  line-height: 1.16;
}
@media only screen and (min-width: 1150px) {
  section.wrap_bckg {
    text-align: left;
  }
  section.wrap_bckg .wrap {
    padding: 72px 72px 80px;
  }
  section.wrap_bckg .wrap .row .left {
    padding-right: 80px;
  }
}
section.emonec_v_stevilkah .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.emonec_v_stevilkah .box_stevilka {
  width: 400px;
  flex: 0 0 400px;
  height: 290px;
  margin: 0 15px 30px;
  padding-top: 60px;
  text-align: center;
  background: #f6f2ec;
}
section.emonec_v_stevilkah .box_stevilka:nth-of-type(1) .stevilka:before {
  content: url(../img/kavni_odtis_01.png);
}
section.emonec_v_stevilkah .box_stevilka:nth-of-type(2) .stevilka:before {
  content: url(../img/kavni_odtis_02.png);
}
section.emonec_v_stevilkah .box_stevilka:nth-of-type(3) .stevilka:before {
  content: url(../img/kavni_odtis_03.png);
}
section.emonec_v_stevilkah .box_stevilka:nth-of-type(4) .stevilka:before {
  content: url(../img/kavni_odtis_04.png);
}
section.emonec_v_stevilkah .box_stevilka span {
  display: block;
  font-family: "Playfair Display", serif;
  line-height: 1;
}
section.emonec_v_stevilkah .box_stevilka span span {
  padding-top: 10px;
  margin-left: 10px;
}
section.emonec_v_stevilkah .box_stevilka .stevilka {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #d12031;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.emonec_v_stevilkah .box_stevilka .stevilka:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.emonec_v_stevilkah .box_stevilka .stevilka.rotate {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 0.7;
}
section.emonec_v_stevilkah .box_stevilka .stevilka .countaj {
  margin-right: 12px;
  margin-bottom: 8px;
}
section.emonec_v_stevilkah .box_stevilka p {
  position: relative;
  display: block;
  padding: 40px 40px 0px;
  margin: 40px auto 0;
}
section.emonec_v_stevilkah .box_stevilka p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #d12031;
}
section.emonec_v_stevilkah > p {
  width: 100%;
  text-align: center;
  padding-top: 32px;
}
@media only screen and (min-width: 623px) {
  section.emonec_v_stevilkah > p {
    width: 623px;
    margin: 0 auto;
  }
}
section.bckg_img.wide:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (min-width: 1150px) {
  section.bckg_img.wide .text_wrap {
    padding: 80px 40px;
    text-align: left;
    margin: 0 auto;
  }
}
section.bckg_img.inview img {
  opacity: 1;
  transition: all 4s 1s;
}
section.bckg_img .wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 34%, rgba(0, 0, 0, 0.6) 66%, rgba(0, 0, 0, 0));
  z-index: 2;
}
section.bckg_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
}
section.bckg_img .text_wrap {
  position: relative;
  color: #fff;
  z-index: 3;
  padding: 80px 40px;
  text-align: center;
}
@media only screen and (min-width: 1150px) {
  section.bckg_img .text_wrap {
    padding: 80px 160px;
    margin: 0 auto;
  }
}
section.forma {
  margin-bottom: 0;
  text-align: center;
}
section.forma:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
}
section.forma.inview:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all 4s 1s;
}
section.forma img {
  opacity: 1;
}
section.forma .text_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 80px 10px 40px;
  z-index: 3;
  color: #fff;
}
@media only screen and (min-width: 644px) {
  section.forma .text_wrap {
    width: 622px;
    padding: 80px 0px 40px;
  }
}
section.forma p {
  font-size: 16px;
  padding-top: 45px;
  border-top: 2px solid #9b9b9b;
}
section.sledite_nam {
  margin: 0px;
  padding: 85px 0;
  background: #f6f2ec;
  text-align: center;
}
section.sledite_nam .title {
  font-size: 44px;
}
@media only screen and (min-width: 1150px) {
  section.sledite_nam .title {
    padding-right: 50px;
    font-size: 64px;
  }
  section.sledite_nam .title:after {
    margin-top: -40px;
  }
}
section.sledite_nam .l-social ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
section.sledite_nam .l-social ul li a {
  font-size: 0px;
  font-weight: bold;
  padding: 20px 0;
  color: #333;
}
section.sledite_nam .l-social ul li a:before {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
}
section.sledite_nam .l-social ul li a.fbook:before {
  background: #6181c0;
}
section.sledite_nam .l-social ul li a.ytube:before {
  background: #f15a4b;
}
section.sledite_nam .l-social ul li a.insta:before {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
section.sledite_nam .l-social ul li a:hover {
  color: #d12031;
}
@media only screen and (min-width: 1150px) {
  section.sledite_nam {
    text-align: left;
  }
  section.sledite_nam .l-social {
    padding-left: 50px;
  }
  section.sledite_nam .l-social.inview ul li a {
    font-size: 24px;
  }
  section.sledite_nam .l-social ul {
    display: block;
  }
  section.sledite_nam .l-social ul li a {
    font-size: 0px;
    transition: all 0.8s 1s;
  }
  section.sledite_nam .l-social ul li a:before {
    margin-right: 20px;
  }
}
section.slider_text.nopadding .row {
  padding: 0px;
}
section.slider_text .row {
  position: relative;
  padding-bottom: 100px;
}
section.slider_text .row .left {
  padding: 0 10px;
}
@media only screen and (min-width: 1276px) {
  section.slider_text .row .left.left_margin {
    margin-left: calc((100vw - 1276px) / 2);
  }
}
section.slider_text .slider {
  margin-top: 40px;
}
section.slider_text .slider .slide {
  height: 520px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
section.slider_text .slider .slide .img_wrap {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
section.slider_text .slider .slide .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.slider_text .slider .slide .text_wrap {
  padding: 20px 0;
}
section.slider_text .slider .slide .text_wrap .category {
  font-size: 12px;
  font-weight: bold;
  color: #d12031;
}
section.slider_text .slider .slide .text_wrap .slide_title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
section.slider_text .slider .slide .text_wrap .slide_text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 870px) {
  section.slider_text .slider .slide {
    padding: 0;
  }
}
@media only screen and (min-width: 1150px) {
  section.slider_text .slider .slide {
    transform: translateX(-100px);
  }
}
section.slider_text .slider .owl-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 40px;
  margin-top: 20px;
  display: flex;
}
section.slider_text .slider .owl-nav .owl-prev,
section.slider_text .slider .owl-nav .owl-next {
  width: 50%;
  height: inherit;
  color: #d12031;
  font-size: 34px;
  text-align: center;
  cursor: pointer;
}
section.slider_text .slider .owl-nav .owl-prev:before,
section.slider_text .slider .owl-nav .owl-next:before {
  display: block;
  font-family: "FontAwesome" !important;
}
section.slider_text .slider .owl-nav .owl-prev.disabled,
section.slider_text .slider .owl-nav .owl-next.disabled {
  color: #ccc;
}
section.slider_text .slider .owl-nav .owl-prev:before {
  content: "";
}
section.slider_text .slider .owl-nav .owl-next:before {
  content: "";
}
@media only screen and (min-width: 1150px) {
  section.slider_text .slider .owl-nav {
    left: -20px;
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 1150px) {
  section.slider_text .slider {
    margin-top: 0;
  }
}
section.default_section .right img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
}
@media only screen and (min-width: 1150px) {
  section.default_section .right img {
    max-width: none;
    width: auto;
  }
}
section.default_section .right .row_img {
  display: none;
}
@media only screen and (min-width: 1150px) {
  section.default_section .right .row_img {
    display: flex;
    align-items: center;
  }
  section.default_section .right .row_img img {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1150px) {
  section {
    margin: 160px 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gor_dol {
  from {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  to {
    bottom: 20px;
  }
}
@keyframes PortfolioGoRight {
  from {
    transform: translateX(0%);
  }
  to {
    order: 2;
    transform: translateX(100%);
  }
}
@keyframes PortfolioGoLeft {
  from {
    order: 1;
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes IzLevo_Desno {
  from {
    left: 0%;
  }
  to {
    left: 150%;
  }
}
@keyframes IzDesna_Levo {
  from {
    left: 0%;
  }
  to {
    left: -180%;
  }
}
@keyframes PremikDesno_Levo {
  from {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes PremikLevo_Desno {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes ZoomEfekt {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  to {
    transform: scale(1, 1);
  }
}
footer {
  overflow: hidden;
}
footer .foot_top {
  background: #333;
  padding: 30px 0;
}
footer .foot_top nav.footer_menu > ul {
  text-align: center;
}
footer .foot_top nav.footer_menu > ul li {
  margin: 12px 0;
}
footer .foot_top nav.footer_menu > ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer .foot_top nav.footer_menu > ul li ul {
  display: none;
  padding-top: 20px;
}
footer .foot_top nav.footer_menu > ul li ul li a {
  font-weight: normal;
  padding: 5px 0;
}
footer .foot_top nav.footer_menu > ul li:hover > a, footer .foot_top nav.footer_menu > ul li.current-menu-parent > a, footer .foot_top nav.footer_menu > ul li.current-menu-item > a {
  color: #d12031;
}
@media only screen and (min-width: 870px) {
  footer .foot_top nav.footer_menu > ul {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  footer .foot_top nav.footer_menu > ul li {
    margin: 0;
  }
  footer .foot_top nav.footer_menu > ul li ul {
    display: block;
  }
}
footer .foot_bottom {
  padding: 30px 0;
  text-align: center;
}
footer .foot_bottom nav {
  margin-top: 20px;
  display: inline-block;
}
footer .foot_bottom nav ul {
  display: flex;
}
footer .foot_bottom nav ul li a {
  display: block;
  color: #000;
  padding: 0 10px;
  border-right: 1px solid #000;
}
footer .foot_bottom nav ul li:last-of-type a {
  border-right: none;
}
footer .foot_bottom nav ul li:hover > a, footer .foot_bottom nav ul li.current-menu-parent > a, footer .foot_bottom nav ul li.current-menu-item > a {
  color: #d12031;
}
@media only screen and (min-width: 640px) {
  footer .foot_bottom {
    display: flex;
    justify-content: space-between;
  }
  footer .foot_bottom nav {
    margin-top: 0px;
  }
}
footer #goup {
  position: fixed;
  right: 10px;
  bottom: 45px;
  display: block;
  width: 64px;
  height: 64px;
  background-color: #f6f2ec;
  border-radius: 8px;
  transition: all 0.6s;
  transform: translateY(200%);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.25);
  z-index: 99;
}
@media only screen and (min-width: 1600px) {
  footer #goup {
    right: 100px;
  }
}
footer #goup:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  left: 22px;
  border-top: 2px solid #d12031;
  border-right: 2px solid #d12031;
  transform: rotate(-45deg);
}
footer #goup span {
  color: #d12031;
  font-family: "Playfair Display", serif;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
footer #goup.show {
  transition: all 0.8s 0.4s;
  transform: translateY(0%);
}
footer #goup.show:hover {
  transition: all 0.6s;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.25);
}

section.l-header {
  position: relative;
  width: 100%;
  position: relative;
  background: #f6f2ec;
  padding: 64px 10px 100px;
  margin: 0;
}
.header_no_color section.l-header {
  background: #fff;
}
section.l-header span {
  display: block;
  font-family: "Playfair Display", serif;
}
section.l-header .header_title {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  color: #d12031;
  margin-bottom: 20px;
}
section.l-header .header_title:after {
  display: inline-block;
  content: url(../img/ikona_kava.png);
  margin-left: 10px;
}
section.l-header .header_medium {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
section.l-header .header_title_small {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.16;
  margin-bottom: 20px;
}
section.l-header .header_text {
  position: relative;
  font-size: 14px;
  line-height: 1.33;
  margin-top: 20px;
  font-family: "Josefin Sans", sans-serif;
}
section.l-header .row {
  display: block;
}
@media only screen and (min-width: 1150px) {
  section.l-header .row {
    display: flex;
    align-items: stretch;
  }
  section.l-header .row .left {
    width: 48%;
    flex: 0 0 48%;
    padding-right: 120px;
  }
  section.l-header .row .right {
    width: 52%;
    flex: 0 0 52%;
    margin-top: 0px;
  }
}
section.l-header .left,
section.l-header .right {
  width: 100%;
  padding: 0;
}
section.l-header .right {
  position: relative;
  margin-top: 40px;
}
section.l-header .right .img_wrap {
  overflow: hidden;
  position: relative;
}
section.l-header .right .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ZoomEfekt 40s linear 0s infinite normal both;
}
@media only screen and (min-width: 1150px) {
  section.l-header .right .img_wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1150px) {
  section.l-header {
    padding: 64px 80px 80px;
  }
  section.l-header .header_title {
    font-size: 56px;
  }
  section.l-header .header_medium {
    font-size: 40px;
  }
  section.l-header .header_title_small {
    font-size: 44px;
  }
  section.l-header .header_text {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  section.l-header {
    height: calc(100vh - 64px);
  }
  section.l-header .header_title {
    font-size: 100px;
    margin-bottom: 40px;
  }
  section.l-header .header_medium {
    font-size: 40px;
  }
  section.l-header .header_title_small {
    font-size: 64px;
    margin-bottom: 40px;
  }
  section.l-header .header_text {
    font-size: 24px;
    margin-top: 40px;
  }
  section.l-header .right {
    height: calc(100vh - 160px - 64px);
  }
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.l-slider .owl-stage-outer,
.l-slider .owl-item,
.l-slider .owl-stage {
  height: inherit;
}
.l-slider .owl-item.fadeIn {
  animation: fadeIn 0.6s linear 0s 1 normal both;
}
.l-slider .owl-item.fadeOut {
  animation: fadeOut 0.6s linear 0s 1 normal both;
}
.l-slider .slide {
  overflow: hidden;
}
.l-slider .slide:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.l-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ZoomEfekt 160s linear 0.4s infinite normal both;
}

.pri_pivu .alistevedeli .owl-nav {
  right: -70px;
  margin-bottom: 60px;
}

.alistevedeli .owl-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 40px;
  margin-top: 40px;
  transform: translateX(-50%);
  display: flex;
}
.alistevedeli .owl-nav .owl-prev,
.alistevedeli .owl-nav .owl-next {
  width: 50%;
  height: inherit;
  color: #d12031;
  font-size: 34px;
  text-align: center;
  cursor: pointer;
}
.alistevedeli .owl-nav .owl-prev:before,
.alistevedeli .owl-nav .owl-next:before {
  display: block;
  font-family: "FontAwesome" !important;
}
.alistevedeli .owl-nav .owl-prev.disabled,
.alistevedeli .owl-nav .owl-next.disabled {
  color: #ccc;
}
.alistevedeli .owl-nav .owl-prev:before {
  content: "";
}
.alistevedeli .owl-nav .owl-next:before {
  content: "";
}
@media only screen and (min-width: 1150px) {
  .alistevedeli .owl-nav {
    position: absolute;
    bottom: 100%;
    top: auto;
    left: auto;
    right: -60px;
    margin-bottom: 50px;
    margin-top: 0px;
    transform: translateX(0px);
  }
}

.l-slider .owl-nav .owl-prev,
.l-slider .owl-nav .owl-next {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0px;
}
.l-slider .owl-nav .owl-prev:before,
.l-slider .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.8s;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
}
.l-slider .owl-nav .owl-prev:hover:before,
.l-slider .owl-nav .owl-next:hover:before {
  border-color: #000;
}
.l-slider .owl-nav .owl-prev.disabled,
.l-slider .owl-nav .owl-next.disabled {
  cursor: initial;
}
.l-slider .owl-nav .owl-prev.disabled:before,
.l-slider .owl-nav .owl-next.disabled:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.l-slider .owl-nav .owl-prev {
  left: 5px;
}
.l-slider .owl-nav .owl-prev:before {
  transform: translate(-50%, -50%) skew(0deg, 0deg) rotate(-45deg);
}
.l-slider .owl-nav .owl-next {
  right: 5px;
}
.l-slider .owl-nav .owl-next:before {
  transform: translate(-50%, -50%) skew(0deg, 0deg) rotate(135deg);
}
@media only screen and (min-width: 600px) {
  .l-slider .owl-nav .owl-prev {
    left: 30px;
  }
  .l-slider .owl-nav .owl-next {
    right: 30px;
  }
}

.l-card {
  display: block;
  position: relative;
  width: 316px;
  flex: 0 0 316px;
  margin: 0 15px 30px;
  text-align: center;
  padding: 40px 10px 20px;
  color: #333333;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  opacity: 0;
}
.l-card.inview:nth-of-type(1) {
  opacity: 1;
  transition: 1s 0.5s;
}
.l-card.inview:nth-of-type(2) {
  opacity: 1;
  transition: 1s 1s;
}
.l-card.inview:nth-of-type(3) {
  opacity: 1;
  transition: 1s 1.5s;
}
.l-card.inview:nth-of-type(4) {
  opacity: 1;
  transition: 1s 2s;
}
.l-card.inview:nth-of-type(5) {
  opacity: 1;
  transition: 1s 2.5s;
}
.l-card.inview:nth-of-type(6) {
  opacity: 1;
  transition: 1s 3s;
}
.l-card.inview:nth-of-type(7) {
  opacity: 1;
  transition: 1s 3.5s;
}
.l-card.inview:nth-of-type(8) {
  opacity: 1;
  transition: 1s 4s;
}
.l-card.inview:nth-of-type(9) {
  opacity: 1;
  transition: 1s 4.5s;
}
.l-card.inview:nth-of-type(10) {
  opacity: 1;
  transition: 1s 5s;
}
.l-card.small {
  width: 299px;
  flex: 0 0 299px;
  margin-bottom: 30px;
}
.l-card.small .card_head {
  padding: 10px 0 5px;
}
.l-card.small .card_head.center {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}
.l-card.small .card_head.center:before, .l-card.small .card_head.center:after {
  left: 0px;
  transform: translateX(0);
}
.l-card.small .card_head.center .card_title {
  text-align: left;
  font-weight: bold;
  text-transform: none;
}
.l-card.small .card_head:before, .l-card.small .card_head:after {
  width: 35px;
}
.l-card.small .card_head .card_title {
  text-transform: uppercase;
}
.l-card.small .card_img img {
  height: 190px;
}
.l-card.small:hover {
  padding-bottom: 0px;
}
.l-card.small:hover .btn {
  display: none;
}
.pri_vas_doma .l-card {
  text-align: left;
  padding: 24px;
}
.pri_vas_doma .l-card .card_head {
  padding: 0;
}
.pri_vas_doma .l-card .card_head:before, .pri_vas_doma .l-card .card_head:after {
  display: none;
}
.pri_vas_doma .l-card .card_head .card_title,
.pri_vas_doma .l-card .card_head .tip {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}
.pri_vas_doma .l-card .card_head h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-top: 16px;
}
.pri_vas_doma .l-card .card_img {
  text-align: center;
}
.l-card .card_head {
  position: relative;
  padding: 27px 0 24px;
}
.l-card .card_head:before, .l-card .card_head:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #d12031;
}
.l-card .card_head:before {
  top: 0px;
}
.l-card .card_head:after {
  bottom: 0px;
}
.l-card .card_head .card_title {
  font-size: 30px;
  margin-bottom: 10px;
}
.l-card .card_head p {
  font-size: 16px;
  line-height: 1.63;
}
.l-card .card_img {
  margin-top: 40px;
}
.l-card .card_img.dvevrstici_title img {
  height: 150px;
}
.l-card .card_img img {
  height: 250px;
  width: auto;
  display: inline-block;
  transition: all 0.4s;
}
.l-card .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 0px;
  padding: 0;
  border: none;
  overflow: hidden;
  transition: all 0.4s;
}
.l-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}
.l-card:hover .card_img img {
  transform: scale(0.8, 0.8);
}
.l-card:hover .btn {
  display: none;
  height: 40px;
  padding: 6px 20px 8px;
  transition: all 0.4s;
}

.wpcf7 {
  width: 100%;
}
@media only screen and (min-width: 644px) {
  .wpcf7 .row {
    display: flex;
    align-items: flex-start;
  }
  .wpcf7 .row > label:nth-of-type(1) {
    margin-right: 10px;
  }
  .wpcf7 .row > label:nth-of-type(2) {
    margin-left: 10px;
  }
}
.wpcf7 label {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: left;
}
.wpcf7 label > span {
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wpcf7 label.checkbox {
  font-size: 14px;
  cursor: pointer;
}
.wpcf7 label.checkbox span {
  display: flex;
}
.wpcf7 label.checkbox span:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #d12031;
  font-size: 30px;
  line-height: 10px;
  margin-right: 16px;
  border: 1px solid #fff;
  vertical-align: middle;
}
@media only screen and (min-width: 644px) {
  .wpcf7 label.checkbox {
    width: 70%;
  }
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 100%;
  max-width: 100%;
  padding: 17px 23px 18px;
  font-size: 14px;
  color: #A5A5A5;
  background-color: transparent;
  transition: all 0.4s;
  border: 2px solid #fff;
  outline: none;
  overflow: hidden;
}
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 input[type=text].wpcf7-not-valid,
.wpcf7 input[type=email].wpcf7-not-valid {
  border: 2px solid #d12031;
}
.wpcf7 textarea:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus {
  border: 2px solid #187CC0;
}
.wpcf7 input[type=checkbox] {
  display: none;
}
.wpcf7 input[type=checkbox]:checked ~ span:before {
  content: "";
  font-family: "FontAwesome" !important;
}
.wpcf7 .btn {
  margin: 0;
}
.wpcf7 .btn:after {
  margin-left: 120px;
}
.wpcf7 .btn input {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.4s;
}
.wpcf7 .btn:hover input {
  color: #000;
}
@media only screen and (min-width: 644px) {
  .wpcf7 .btn {
    display: block;
    align-self: flex-start;
  }
}

form {
  position: relative;
  padding-bottom: 80px;
}

:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfa980;
}

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfa980;
}

:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfa980;
}

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #bfa980;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.ajax-loader {
  position: absolute;
  top: 13px;
  right: 50px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: none;
  animation: infinite-spinning 0.6s linear 0s infinite normal both;
}
.ajax-loader.is-active {
  display: inline-block;
}
.ajax-loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "FontAwesome" !important;
  content: "";
  font-size: 16px;
}

.wpcf7-response-output {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #bfa980;
  display: block;
  padding: 0;
  border: none;
  text-align: left;
  margin: 0;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: auto;
  color: #d12031;
}

.screen-reader-response {
  display: none;
}

.l-social a,
.social-share-wrapper a,
.foot_feed_title a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.l-social a:before,
.social-share-wrapper a:before,
.foot_feed_title a:before {
  display: block;
  font-family: "FontAwesome" !important;
  color: inherit;
  margin: 0 5px;
}
.l-social a.fbook:before,
.social-share-wrapper a.fbook:before,
.foot_feed_title a.fbook:before {
  content: "";
}
.l-social a.insta:before,
.social-share-wrapper a.insta:before,
.foot_feed_title a.insta:before {
  content: "";
}
.l-social a.pint:before,
.social-share-wrapper a.pint:before,
.foot_feed_title a.pint:before {
  content: "";
}
.l-social a.gplus:before,
.social-share-wrapper a.gplus:before,
.foot_feed_title a.gplus:before {
  content: "";
}
.l-social a.twitt:before,
.social-share-wrapper a.twitt:before,
.foot_feed_title a.twitt:before {
  content: "";
}
.l-social a.trip:before,
.social-share-wrapper a.trip:before,
.foot_feed_title a.trip:before {
  content: "";
}
.l-social a.ytube:before,
.social-share-wrapper a.ytube:before,
.foot_feed_title a.ytube:before {
  content: "";
}
.l-social a.linkd:before,
.social-share-wrapper a.linkd:before,
.foot_feed_title a.linkd:before {
  content: "";
}
.l-social a.reddit:before,
.social-share-wrapper a.reddit:before,
.foot_feed_title a.reddit:before {
  content: "";
}
.l-social a.phone:before,
.social-share-wrapper a.phone:before,
.foot_feed_title a.phone:before {
  content: "";
}
.l-social a.email:before,
.social-share-wrapper a.email:before,
.foot_feed_title a.email:before {
  content: "";
}
.l-social a.web:before,
.social-share-wrapper a.web:before,
.foot_feed_title a.web:before {
  content: "";
}
.l-social a.address:before,
.social-share-wrapper a.address:before,
.foot_feed_title a.address:before {
  content: "";
}
.l-social a.location:before,
.social-share-wrapper a.location:before,
.foot_feed_title a.location:before {
  content: "";
}
.l-social a:hover,
.social-share-wrapper a:hover,
.foot_feed_title a:hover {
  color: #000;
}

.l-page {
  overflow: hidden;
}
.l-page.default {
  padding-bottom: 60px;
}
.l-page .article_content ul, .l-page .article_content ol {
  margin-left: 20px;
  margin-bottom: 12px;
}
.l-page .article_content ul li, .l-page .article_content ol li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}
.l-page .article_content h1 {
  font-size: 28px;
}
.l-page .article_content table {
  display: block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
}
.l-page .article_content table thead,
.l-page .article_content table tbody,
.l-page .article_content table tr {
  width: 100%;
}
.l-page .article_content table th {
  border-bottom: 1px solid #ccc;
}
.l-page .article_content table td, .l-page .article_content table th {
  padding: 10px 10px 10px 0px;
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .l-page .article_content table {
    display: table;
  }
}
.l-page .article_content_title {
  font-size: 40px;
  text-align: center;
  margin: 60px 0 40px;
}
.l-page section.je_zgodba .row {
  display: block;
}
.l-page section.je_zgodba .row.stevilke {
  counter-reset: pivo_stevilke;
}
.l-page section.je_zgodba .row.stevilke p:before {
  counter-increment: pivo_stevilke;
  content: counter(pivo_stevilke);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 0px;
  top: 0px;
  transform: translate(0, 0);
  z-index: -1;
  font-size: 200px;
  line-height: 0;
  font-weight: 900;
  opacity: 0.1;
  font-family: "Playfair Display", serif;
}
.l-page section.je_zgodba p {
  position: relative;
  display: block;
  margin-bottom: 80px;
}
.l-page section.je_zgodba p:first-of-type {
  margin-top: 40px;
}
.l-page section.je_zgodba p:before {
  content: url(../img/Emonec_kavno_zrno.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.l-page section.je_zgodba p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 1px;
  background: #d12031;
  margin-top: 20px;
}
@media only screen and (min-width: 1150px) {
  .l-page section.je_zgodba p {
    width: calc((100% / 4) - 32px);
    margin-top: -20px;
    margin-bottom: 0px;
  }
  .l-page section.je_zgodba p:nth-of-type(2) {
    transform: translateX(100%);
    margin-left: 32px;
  }
  .l-page section.je_zgodba p:nth-of-type(3) {
    transform: translateX(200%);
    margin-left: 64px;
  }
  .l-page section.je_zgodba p:nth-of-type(4) {
    transform: translateX(300%);
    margin-left: 96px;
  }
}
.l-page section.img_make_height.margintopbottom {
  margin-top: -80px;
  margin-bottom: 240px;
}
@media only screen and (min-width: 1150px) {
  .l-page section.img_make_height .wrap {
    display: flex;
    justify-content: flex-end;
  }
  .l-page section.img_make_height .wrap.left {
    justify-content: flex-start;
  }
  .l-page section.img_make_height .wrap.left .text_wrap {
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.1);
  }
}
.l-page section.img_make_height .text_wrap {
  position: relative;
  padding: 20px;
  background: #fff;
  box-shadow: -40px 40px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.l-page section.img_make_height .text_wrap .btn:after {
  margin-left: 96px;
}
@media only screen and (min-width: 1150px) {
  .l-page section.img_make_height .text_wrap {
    width: 730px;
    padding: 100px;
  }
  .l-page section.img_make_height .text_wrap.abs {
    position: absolute;
  }
  .l-page section.img_make_height .text_wrap.top {
    top: -97px;
    left: 0px;
  }
  .l-page section.img_make_height .text_wrap.bottom {
    bottom: -97px;
    right: 0px;
  }
  .l-page section.img_make_height .text_wrap.topright {
    top: -97px;
    right: 0px;
  }
}
.l-page section.img_make_height .img_wrap {
  text-align: center;
}
.l-page section.img_make_height .img_wrap img {
  width: 100%;
  display: inline-block;
  max-width: 600px;
  height: auto;
  margin-top: 60px;
}
@media only screen and (min-width: 1150px) {
  .l-page section.img_make_height .img_wrap img {
    width: auto;
    max-width: none;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1150px) {
  .l-page section.img_make_height {
    margin-top: calc(160px + 97px);
  }
}
.l-page section.bckg_color {
  background: #f6f2ec;
  padding: 60px 0;
}
.l-page section.bckg_color.two .row:nth-of-type(1) img {
  box-shadow: -40px 40px 40px 0 rgba(0, 0, 0, 0.1);
}
.l-page section.bckg_color.two .row:nth-of-type(2) img {
  box-shadow: 40px 40px 40px 0 rgba(0, 0, 0, 0.1);
}
.l-page section.bckg_color.two .left {
  padding-right: 32px;
}
@media only screen and (min-width: 1150px) {
  .l-page section.bckg_color.two {
    padding: 0;
  }
  .l-page section.bckg_color.two .row:nth-of-type(1) img {
    transform: translateY(-40px);
  }
  .l-page section.bckg_color.two .row:nth-of-type(2) img {
    transform: translateY(40px);
  }
}
.l-page section.bckg_color .reverse .left {
  order: 1;
  padding-right: 0px;
  margin-top: 40px;
}
.l-page section.bckg_color .reverse .right {
  order: 0;
}
@media only screen and (min-width: 1150px) {
  .l-page section.bckg_color .reverse .left {
    padding-left: 32px;
    margin-top: 0px;
  }
}
.l-page section.bckg_color .left,
.l-page section.bckg_color .right {
  padding: 0;
}
@media only screen and (min-width: 1150px) {
  .l-page section.bckg_color .left {
    flex: 0 0 48%;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1276px) {
  .l-page section.bckg_color .left.left_margin {
    margin-left: calc((100vw - 1276px) / 2);
  }
}
.l-page section.bckg_color .right {
  position: relative;
  margin-top: 40px;
}
.l-page section.bckg_color .right.normal_img img {
  width: auto;
  box-shadow: none;
}
.l-page section.bckg_color .right img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  box-shadow: -40px 40px 40px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1150px) {
  .l-page section.bckg_color .right img {
    max-width: none;
  }
  .l-page section.bckg_color .right img.abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1150px) {
  .l-page section.bckg_color .right {
    flex: 0 0 52%;
    margin-top: 0;
  }
}
.l-page section.bckg_color .slogan {
  margin-top: 80px;
}
.l-page section.bckg_color .slogan .narekovaji:before {
  top: -35px;
  left: 0px;
  right: auto;
}
.l-page section.bckg_color .slogan .narekovaji:after {
  bottom: -35px;
  right: 0;
  left: auto;
}
.l-page section.bckg_color .slogan .narekovaji.big {
  font-size: 20px;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
@media only screen and (min-width: 1150px) {
  .l-page section.bckg_color .slogan {
    padding-left: 70px;
  }
  .l-page section.bckg_color .slogan .narekovaji:before {
    top: -20px;
    left: -70px;
  }
  .l-page section.bckg_color .slogan .narekovaji:after {
    bottom: -20px;
  }
  .l-page section.bckg_color .slogan .narekovaji.big {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1150px) {
  .l-page section.bckg_color {
    margin-top: calc(160px + 35px);
    margin-bottom: calc(160px + 35px);
  }
}
.l-page section.skrivnosti .head p {
  width: 100%;
  margin: 20px auto;
}
@media only screen and (min-width: 620px) {
  .l-page section.skrivnosti .head p {
    width: 620px;
  }
}
.l-page section.skrivnosti > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-page section.skrivnosti .box {
  order: 1;
}
.l-page section.skrivnosti .box.desno {
  order: 2;
}
.l-page section.skrivnosti .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-page section.slider_box .slider .slide {
  position: relative;
  height: 500px;
  margin: 0 auto;
}
.l-page section.slider_box .slider .slide.bckg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(246, 242, 236, 0.9);
}
.l-page section.slider_box .slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-page section.slider_box .slider .slide .text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 50px;
}
.l-page section.slider_box .slider .slide .text_wrap .narekovaji:before {
  right: auto;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.l-page section.slider_box .slider .slide .text_wrap .narekovaji:after {
  left: auto;
  right: 0px;
  bottom: 0;
  transform: translateY(100%);
}
.l-page section.slider_box .slider .owl-nav {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 100px;
  height: 40px;
  margin-top: 20px;
  display: flex;
}
.l-page section.slider_box .slider .owl-nav .owl-prev,
.l-page section.slider_box .slider .owl-nav .owl-next {
  width: 50%;
  height: inherit;
  color: #d12031;
  font-size: 34px;
  text-align: center;
  cursor: pointer;
}
.l-page section.slider_box .slider .owl-nav .owl-prev:before,
.l-page section.slider_box .slider .owl-nav .owl-next:before {
  display: block;
  font-family: "FontAwesome" !important;
}
.l-page section.slider_box .slider .owl-nav .owl-prev.disabled,
.l-page section.slider_box .slider .owl-nav .owl-next.disabled {
  color: #ccc;
}
.l-page section.slider_box .slider .owl-nav .owl-prev:before {
  content: "";
}
.l-page section.slider_box .slider .owl-nav .owl-next:before {
  content: "";
}
.l-page section.slider_box .row_slider_owl_insta .text_wrap {
  position: absolute;
  top: 0px;
  font-size: 12px;
  left: 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.8s;
}
.l-page section.slider_box .row_slider_owl_insta a:hover .text_wrap {
  transform: translateY(0%);
}
.l-page section.row_right {
  margin: 0px;
}
.l-page section.row_right .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.l-page section.row_right .row .left,
.l-page section.row_right .row .right {
  padding: 0;
  margin: 0px;
}
.l-page section.row_right .row .left {
  margin-left: 50px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  border-left: 1px solid #bfa980;
}
@media only screen and (min-width: 1150px) {
  .l-page section.row_right .row .left {
    width: 520px;
    flex: 0 0 520px;
    margin-left: 0px;
  }
}
.l-page section.row_right .row .right {
  flex: 0 0 50%;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1150px) {
  .l-page section.row_right .row .right {
    padding: 100px 0 0 80px;
  }
  .l-page section.row_right .row .right img {
    float: right;
  }
}
.l-page section.tri_ikonce {
  margin-bottom: -80px;
}
.l-page section.tri_ikonce .head {
  margin-bottom: 40px;
}
.l-page section.tri_ikonce .head p {
  width: 100%;
  margin: 20px auto;
}
@media only screen and (min-width: 620px) {
  .l-page section.tri_ikonce .head p {
    width: 620px;
  }
}
.l-page section.tri_ikonce .row {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-page section.tri_ikonce .box {
  text-align: center;
  width: 404px;
  flex: 0 0 404px;
  margin: 0 16px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.l-page section.tri_ikonce .box:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
.l-page section.tri_ikonce .box img {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 870px) {
  .l-page section.tri_ikonce .box:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1276px) {
  .l-page section.tri_ikonce .box:nth-of-type(3) {
    border-top: none;
    padding-top: 0;
  }
}
.l-page section.certifikati .head {
  margin-bottom: 70px;
}
.l-page section.certifikati .row {
  margin: 0 -16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-page section.custom_1 .row {
  display: block;
}
.l-page section.custom_1 .row .left,
.l-page section.custom_1 .row .right {
  padding: 0;
  text-align: center;
}
.l-page section.custom_1 .row .left {
  flex: 0 0 295px;
  padding-right: 31px;
}
.l-page section.custom_1 .row .right {
  margin-top: 40px;
  flex: 0 0 calc(100% - 295px);
}
.l-page section.custom_1 .row .right .row {
  display: block;
  text-align: center;
}
.l-page section.custom_1 .row .right .row .box_cert {
  display: inline-block;
}
.l-page section.custom_1 .row .right .row .box_cert:nth-of-type(2n) {
  transform: translateY(0px);
}
@media only screen and (min-width: 1024px) {
  .l-page section.custom_1 .row .right .row {
    display: flex;
    justify-content: center;
  }
  .l-page section.custom_1 .row .right .row .box_cert:nth-of-type(2n) {
    transform: translateY(50px);
  }
}
@media only screen and (min-width: 1276px) {
  .l-page section.custom_1 .row {
    display: flex;
  }
  .l-page section.custom_1 .row .left {
    text-align: left;
  }
  .l-page section.custom_1 .row .right {
    margin-top: 0px;
  }
}
.l-page section.custom_2 .row .left,
.l-page section.custom_2 .row .right {
  padding: 0;
}
.l-page section.custom_2 .row .left {
  flex: 0 0 480px;
  padding-left: 70px;
}
.l-page section.custom_2 .row .left p {
  width: 70%;
}
.l-page section.custom_2 .row .right {
  flex: 0 0 calc(100% - 480px);
}
.l-page section.custom_2 .row .right img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: auto;
}
@media only screen and (min-width: 1150px) {
  .l-page section.custom_2 .row .right img {
    margin: 0;
    max-width: none;
  }
}
.l-page section.custom_3 .row .left,
.l-page section.custom_3 .row .right {
  padding: 0;
}
.l-page section.custom_3 .row .left {
  flex: 0 0 520px;
  padding-left: 32px;
}
.l-page section.custom_3 .row .left p {
  width: 90%;
}
.l-page section.custom_3 .row .right {
  flex: 0 0 calc(100% - 520px);
}
.l-page section.custom_3 .row .right img {
  width: 100%;
  height: auto;
}
.l-page section.kontakti .row {
  justify-content: space-between;
  text-align: center;
}
.l-page section.kontakti .row .row {
  justify-content: flex-start;
}
.l-page section.kontakti .row .box {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
.l-page section.kontakti .row .box img {
  width: 100%;
}
.l-page section.kontakti .row .box .contact_text {
  margin-top: 26px;
}
.l-page section.kontakti .row .box .contact_text span,
.l-page section.kontakti .row .box .contact_text a {
  display: block;
  line-height: 1.56;
}
.l-page section.kontakti .row .box .contact_text .ali {
  margin: 0 10px;
}
@media only screen and (min-width: 1150px) {
  .l-page section.kontakti .row {
    text-align: left;
  }
  .l-page section.kontakti .row .box {
    flex: 0 0 32%;
  }
  .l-page section.kontakti .row .box:nth-of-type(1), .l-page section.kontakti .row .box:nth-of-type(2) {
    flex: 0 0 49%;
  }
}
.l-page section.lokacija .row .left,
.l-page section.lokacija .row .right {
  padding: 0;
}
.l-page section.lokacija .row .left {
  flex: 0 0 426px;
  padding-right: 32px;
}
.l-page section.lokacija .row .right {
  flex: 0 0 calc(100% - 426px);
}
.l-page section.lokacija .row p {
  color: #d12031;
  margin: 0;
}
.l-page section.lokacija .row p:first-of-type {
  color: #333;
}
.l-page section.zahteve_kupcev .reverse > .left,
.l-page section.zahteve_kupcev .reverse > .right, .l-page section.prazarna .reverse > .left,
.l-page section.prazarna .reverse > .right {
  padding: 0px;
}
.l-page section.zahteve_kupcev .reverse > .left, .l-page section.prazarna .reverse > .left {
  padding-left: 32px;
}
.l-page section.tabsi {
  text-align: center;
}
.l-page section.tabsi .head .title {
  margin-bottom: 35px;
}
.l-page section.tabsi .tabs .tab {
  position: relative;
  width: 295px;
  flex: 0 0 295px;
  text-align: center;
  padding: 46px 10px 60px;
  cursor: pointer;
  transition: all 0.4s;
  margin: 0 auto;
}
.l-page section.tabsi .tabs .tab:after {
  display: block;
  content: "";
  width: 70px;
  height: 1px;
  background: #d12031;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.l-page section.tabsi .tabs .tab:hover:after {
  width: 140px;
}
.l-page section.tabsi .tabs .tab.activ {
  background: #f6f2ec;
}
.l-page section.tabsi .tabs .tab.activ:after {
  background-color: #f6f2ec;
}
.l-page section.tabsi .tabs .tab.activ .preberite {
  color: #f6f2ec;
}
.l-page section.tabsi .tabs .tab img {
  display: inline-block;
}
.l-page section.tabsi .tabs .tab .title {
  position: relative;
  padding-top: 24px;
  margin-top: 24px;
}
.l-page section.tabsi .tabs .tab .title:after {
  display: block;
  content: "";
  width: 70px;
  height: 1px;
  background: #d12031;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.l-page section.tabsi .tabs .tab .preberite {
  font-size: 16px;
  color: #bfa980;
  transition: all 0.4s;
}
@media only screen and (min-width: 1150px) {
  .l-page section.tabsi .tabs .tab {
    margin: 0;
  }
}
.l-page section.tabsi .mobile {
  display: block;
  margin: 20px 0;
  padding: 0 10px;
}
.l-page section.tabsi .mobile img {
  display: inline-block;
  margin: 20px 0;
}
@media only screen and (min-width: 1150px) {
  .l-page section.tabsi .mobile {
    display: none;
  }
}
.l-page section.tabsi .tab_wrap {
  position: relative;
  background: #f6f2ec;
  height: 396px;
  overflow: hidden;
}
.l-page section.tabsi .tab_wrap.desktop {
  display: none;
}
@media only screen and (min-width: 1150px) {
  .l-page section.tabsi .tab_wrap.desktop {
    display: block;
  }
}
.l-page section.tabsi .tab_wrap .row {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s;
}
.l-page section.tabsi .tab_wrap .row.activ {
  opacity: 1;
  transition: all 0.8s 0.4s;
}
.l-page section.tabsi .tab_wrap .row p {
  padding-bottom: 32px;
  width: 30%;
}
.l-page section.tabsi .tab_wrap .row p:last-of-type {
  margin-right: 0;
}
.l-page section.tabsi .tab_wrap .row img {
  width: 30%;
  height: auto !important;
}
.l-page section.tabsi .tab_wrap .row img:last-of-type {
  margin-right: 0;
}
.l-page section.tabsi .tab_wrap .row .naprintaj {
  position: absolute;
  left: 16px;
  bottom: 0px;
  cursor: pointer;
  color: #bfa980;
  display: none;
}
@media only screen and (min-width: 1196px) {
  .l-page section.tabsi .tab_wrap .row {
    width: 1196px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1150px) {
  .l-page section.tabsi {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .l-page section.red_title .row {
    display: block;
  }
  .l-page section.red_title .row .left {
    transform: translateX(-100px);
  }
  .l-page section.red_title .RightToLeft_box {
    position: absolute;
    bottom: -50px;
    right: -110px;
  }
}
.l-page section.panorama .panorama img {
  width: 100%;
  height: auto;
}
.l-page section.panorama .panorama iframe {
  height: 70vh;
}
.l-page section.text_img_center .text_wrap {
  order: 1;
}
.l-page section.text_img_center .text_wrap.right {
  order: 3;
}
.l-page section.text_img_center img {
  order: 2;
}
.l-page section.skozi_cas {
  margin: 0px;
  padding: 160px 0;
  background-color: #f6f2ec;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .l-page section.skozi_cas {
    padding: 30px 0;
  }
  .l-page section.skozi_cas .letnica {
    position: relative;
    text-align: center;
    padding: 20px 10px;
  }
  .l-page section.skozi_cas .letnica:last-of-type {
    padding-bottom: 200px;
  }
  .l-page section.skozi_cas .letnica:last-of-type:after {
    content: "Več v naši predstavitvi";
    font-size: 30px;
    color: #d12031;
    @oublack;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    margin-top: -80px;
    left: 50%;
    background: #f6f2ec;
    padding: 40px 0;
    transform: translateX(-50%);
  }
  .l-page section.skozi_cas .letnica:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    background: #d12031;
    z-index: -1;
  }
  .l-page section.skozi_cas .letnica .leto_wrap {
    display: flex;
    flex-direction: column;
  }
  .l-page section.skozi_cas .letnica .leto_wrap .leto {
    order: 1;
  }
  .l-page section.skozi_cas .letnica .leto_wrap .leto_text {
    order: 2;
  }
  .l-page section.skozi_cas .letnica .leto_wrap .leto_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
    background: #f6f2ec;
  }
  .l-page section.skozi_cas .letnica .leto_wrap .leto {
    position: relative;
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    font-style: italic;
    line-height: 1.16;
    font-family: "Playfair Display", serif;
  }
  .l-page section.skozi_cas .letnica .leto_wrap .leto .leto_zrno {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1px;
    bottom: 1px;
    width: 10px;
    background: #f6f2ec;
    z-index: 1;
  }
  .l-page section.skozi_cas .letnica .leto_wrap .leto .leto_zrno:before {
    display: block;
    height: 116px;
    content: url(../img/Emonec_kavno_zrno.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    z-index: -1;
    transform: rotate(90deg);
    transform-origin: 70% 10%;
  }
  .l-page section.skozi_cas .letnica .leto_wrap .leto .leto_span {
    position: relative;
    z-index: 2;
  }
  .l-page section.skozi_cas .letnica img {
    display: inline-block;
  }
}
@media only screen and (min-width: 1150px) {
  .l-page section.skozi_cas.inview:before {
    width: 11px;
    height: 11px;
    transition: all 0.4s;
  }
  .l-page section.skozi_cas.inview:after {
    height: calc(20vh + 44px);
    width: 100vw;
    transition: height 1s 0.4s, width 1s 1.4s;
  }
  .l-page section.skozi_cas:before {
    content: "";
    display: block;
    margin-top: 32px;
    position: absolute;
    left: 20%;
    top: -20vh;
    width: 0px;
    height: 0px;
    border: 1px solid #d12031;
    border-radius: 50%;
  }
  .l-page section.skozi_cas:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 42px;
    left: calc(20% + 5px);
    top: -20vh;
    width: 0vw;
    height: 0;
    border-left: 1px solid #d12031;
    border-bottom: 1px solid #d12031;
    z-index: 1;
  }
  .l-page section.skozi_cas .letnica {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 75px 0 48px 0;
    background-color: #f6f2ec;
  }
  .l-page section.skozi_cas .letnica:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    bottom: 0px;
    width: 150%;
    background: #f6f2ec;
    transform: skew(-25deg, 0) translate(-20%, 0);
    z-index: 9;
  }
  .l-page section.skozi_cas .letnica.inview:after {
    animation: IzLevo_Desno 0.8s linear 0.2s 1 normal both;
  }
  .l-page section.skozi_cas .letnica.inview:nth-of-type(2n):after {
    animation: IzDesna_Levo 0.8s linear 0.2s 1 normal both;
  }
  .l-page section.skozi_cas .letnica:first-of-type {
    align-items: center;
    padding-top: 0;
    z-index: 2;
  }
  .l-page section.skozi_cas .letnica:first-of-type .row_img:before {
    background-color: #f6f2ec;
  }
  .l-page section.skozi_cas .letnica:last-of-type {
    padding-bottom: 200px;
  }
  .l-page section.skozi_cas .letnica:last-of-type .leto_zrno:after {
    content: "Več v nadaljevanju";
    font-size: 30px;
    color: #d12031;
    @oublack;
    white-space: nowrap;
    position: absolute;
    top: 100%;
    margin-top: 300px;
    left: 50%;
    background: #f6f2ec;
    padding-top: 20px;
    transform: translateX(-50%);
  }
  .l-page section.skozi_cas .letnica:last-of-type .row_img:after {
    bottom: -148px;
  }
  .l-page section.skozi_cas .letnica:nth-of-type(2n) .leto_wrap {
    order: 3;
    margin-right: 0px;
    margin-left: 60px;
  }
  .l-page section.skozi_cas .letnica:nth-of-type(2n) .leto_wrap:before {
    left: -60px;
    right: auto;
  }
  .l-page section.skozi_cas .letnica:nth-of-type(2n) .leto_wrap:after {
    left: 50px;
    right: auto;
  }
  .l-page section.skozi_cas .letnica:nth-of-type(2n) .leto_wrap .leto_text {
    order: 3;
    text-align: left;
    margin-right: 0px;
    margin-left: 60px;
  }
  .l-page section.skozi_cas .letnica:nth-of-type(2n) .row_img:before {
    right: -110px;
    left: auto;
  }
  .l-page section.skozi_cas .letnica:nth-of-type(2n) .row_img:after {
    right: -111px;
    left: auto;
  }
  .l-page section.skozi_cas .letnica:nth-of-type(2n) .row_img .linija_ki_skriva {
    left: calc(100% + 111px);
    right: auto;
  }
  .l-page section.skozi_cas .letnica .leto_wrap {
    position: relative;
    order: 1;
    margin-right: 60px;
    display: flex;
    align-items: flex-end;
  }
  .l-page section.skozi_cas .letnica .leto_wrap:before, .l-page section.skozi_cas .letnica .leto_wrap:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #d12031;
  }
  .l-page section.skozi_cas .letnica .leto_wrap:before {
    width: 145px;
    top: 0px;
    right: -60px;
  }
  .l-page section.skozi_cas .letnica .leto_wrap:after {
    width: 130px;
    bottom: 0px;
    right: 50px;
  }
  .l-page section.skozi_cas .letnica .leto_text {
    width: 188px;
    order: 1;
    text-align: right;
    margin-right: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    transform: translateY(50%);
  }
  .l-page section.skozi_cas .letnica .leto {
    position: relative;
    width: 135px;
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    font-style: italic;
    line-height: 1.16;
    padding: 35px 0;
    order: 2;
    font-family: "Playfair Display", serif;
  }
  .l-page section.skozi_cas .letnica .leto .leto_zrno {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1px;
    bottom: 1px;
    width: 10px;
    background: #f6f2ec;
    z-index: 1;
  }
  .l-page section.skozi_cas .letnica .leto .leto_zrno:before {
    display: block;
    height: 116px;
    content: url(../img/Emonec_kavno_zrno.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    z-index: -1;
  }
  .l-page section.skozi_cas .letnica .leto .leto_span {
    position: relative;
    z-index: 2;
  }
  .l-page section.skozi_cas .letnica .row_img {
    position: relative;
    order: 2;
    margin: 0 -15px;
    min-height: 200px;
    display: flex;
  }
  .l-page section.skozi_cas .letnica .row_img:before {
    content: "";
    position: absolute;
    bottom: calc(100% + 74px);
    left: -110px;
    width: 100vw;
    height: 1px;
    background: #d12031;
  }
  .l-page section.skozi_cas .letnica .row_img:after {
    content: "";
    position: absolute;
    top: -75px;
    bottom: -48px;
    left: -111px;
    width: 1px;
    background: #d12031;
    z-index: 0;
  }
  .l-page section.skozi_cas .letnica .row_img .linija_ki_skriva {
    position: absolute;
    top: calc(100% + 48px);
    right: calc(100% + 111px);
    width: 100vw;
    height: 1px;
    background: #f6f2ec;
    z-index: 99;
  }
}
.l-page section.pri_vas_doma .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1276px) {
  .l-page section.pri_vas_doma .row {
    justify-content: flex-start;
  }
}
.l-page section.trivvrsti .head .title {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 30px;
}
.l-page section.trivvrsti .head .title:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #d12031;
  position: absolute;
  top: 0px;
  left: 0px;
}
.l-page section.trivvrsti .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.l-page section.trivvrsti .row p, .l-page section.trivvrsti .row div {
  width: 300px;
  flex: 1 1 300px;
  padding: 0 20px;
}
.l-page section.trivvrsti .row p img, .l-page section.trivvrsti .row div img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1150px) {
  .l-page section.premakni_desno {
    margin-left: 200px;
  }
  .l-page section.customrazmik .reverse .right.img {
    padding-left: 0px;
  }
  .l-page section.customrazmik .reverse .left {
    padding-left: 0px;
  }
  .l-page section.customrazmik .right.img {
    padding-left: 10px;
  }
}
.l-page .logo {
  display: flex;
  justify-content: center;
}
.l-page .l-banner_title {
  text-align: center;
}

.l-shop .title_wrap {
  background-color: #f6f2ec;
  padding: 86px 0 0px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .l-shop .title_wrap {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1150px) {
  .l-shop .title_wrap {
    padding: 60px 0 0px;
    margin-bottom: 120px;
  }
}
.l-shop .title_wrap .title_with_btns {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .l-shop .title_wrap .title_with_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
.l-shop .title_wrap .title_with_btns .btn_brown {
  background-color: #6b483b;
  display: inline-block;
  padding: 8px 6px;
  color: #fff;
  transition: all 0.2s;
  font-size: calc(12px + 4 * ( (100vw - 420px) / 980));
}
@media screen and (max-width: 420px) {
  .l-shop .title_wrap .title_with_btns .btn_brown {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .l-shop .title_wrap .title_with_btns .btn_brown {
    font-size: 16px;
  }
}
@media only screen and (min-width: 425px) {
  .l-shop .title_wrap .title_with_btns .btn_brown {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .l-shop .title_wrap .title_with_btns .btn_brown {
    padding: 15px;
  }
}
.l-shop .title_wrap .title_with_btns .btn_brown:hover {
  color: #d12031;
}
.l-shop .title_wrap .title_with_btns .shop_content_title {
  font-weight: 900;
  font-style: italic;
  color: #d12031;
  line-height: 1.2;
  font-size: calc(30px + 70 * ( (100vw - 420px) / 980));
  padding-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .l-shop .title_wrap .title_with_btns .shop_content_title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .l-shop .title_wrap .title_with_btns .shop_content_title {
    font-size: 100px;
  }
}
.l-shop .title_wrap .products_categories {
  display: flex;
  flex-wrap: wrap;
}
.l-shop .title_wrap .products_categories a {
  padding: 10px;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-size: calc(12px + 4 * ( (100vw - 420px) / 980));
}
@media screen and (max-width: 420px) {
  .l-shop .title_wrap .products_categories a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .l-shop .title_wrap .products_categories a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .l-shop .title_wrap .products_categories a {
    padding: 20px;
  }
}
.l-shop .title_wrap .products_categories a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 32px;
  transform: translateY(-50%);
  background-color: #ccc;
  transition: all 0.4s;
}
.l-shop .title_wrap .products_categories a.active {
  background-color: #fff;
}
.l-shop .title_wrap .products_categories a.active:after {
  display: none;
}

.sledite_shop {
  background: none !important;
  padding: 85px 0 25px !important;
}

.pivo_footer {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .pivo_footer {
    margin-top: 100px;
  }
}
.pivo_footer .title {
  font-size: calc(32px + 8 * ( (100vw - 420px) / 980));
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .pivo_footer .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .pivo_footer .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .pivo_footer .title {
    margin-bottom: 80px;
  }
}
.pivo_footer .text {
  font-size: calc(18px + 6 * ( (100vw - 420px) / 980));
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .pivo_footer .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .pivo_footer .text {
    font-size: 24px;
  }
}
.pivo_footer .images {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .pivo_footer .images {
    flex-direction: row;
  }
}
.pivo_footer .images .img_wrap {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .pivo_footer .images .img_wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .pivo_footer .images .img_wrap {
    width: 35%;
  }
}
.pivo_footer .images .img_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.pivo_opombe {
  font-size: 20px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .pivo_opombe {
    margin-top: 100px;
  }
}
.pivo_opombe h1, .pivo_opombe h2, .pivo_opombe h3, .pivo_opombe h4, .pivo_opombe h5 {
  margin-bottom: 30px;
  color: #d12031;
  font-size: calc(22px + 8 * ( (100vw - 420px) / 980));
}
@media screen and (max-width: 420px) {
  .pivo_opombe h1, .pivo_opombe h2, .pivo_opombe h3, .pivo_opombe h4, .pivo_opombe h5 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .pivo_opombe h1, .pivo_opombe h2, .pivo_opombe h3, .pivo_opombe h4, .pivo_opombe h5 {
    font-size: 30px;
  }
}
.pivo_opombe p {
  margin-bottom: 20px;
  font-size: calc(16px + 4 * ( (100vw - 420px) / 980));
}
@media screen and (max-width: 420px) {
  .pivo_opombe p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .pivo_opombe p {
    font-size: 20px;
  }
}

.footer_shop {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .footer_shop {
    margin-top: 100px;
  }
}
.footer_shop .golden_text {
  color: #bfa980;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer_shop .golden_text {
    margin-bottom: 100px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .footer_shop .ltr_wrap {
    display: flex;
  }
}
.footer_shop .ltr_wrap .text {
  width: 100%;
  padding-left: 0px;
  padding-top: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer_shop .ltr_wrap .text {
    width: 54%;
    padding-left: 60px;
    padding-top: 0;
    text-align: left;
  }
}
.footer_shop .ltr_wrap .text .subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .footer_shop .ltr_wrap .text .subtitle {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer_shop .ltr_wrap .text .subtitle {
    margin-bottom: 140px;
  }
}
.footer_shop .ltr_wrap .text .box-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .footer_shop .ltr_wrap .text .box-title {
    margin-bottom: 60px;
  }
}
.footer_shop .ltr_wrap .text .box-title h1, .footer_shop .ltr_wrap .text .box-title h2, .footer_shop .ltr_wrap .text .box-title h3, .footer_shop .ltr_wrap .text .box-title h4, .footer_shop .ltr_wrap .text .box-title h5 {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 20px;
}
.footer_shop .ltr_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_shop .ltr_wrap img {
    width: 46%;
  }
}

.related.products {
  clear: both;
}
.related.products h2 {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
}

.single_product {
  padding-top: 100px;
}
.single_product .woocommerce-product-gallery__image a img {
  width: auto !important;
  margin: 0 auto;
  max-height: 40vh;
}
.single_product .price {
  margin-bottom: 30px;
  color: #424242 !important;
  font-size: 18px !important;
}
@media only screen and (min-width: 768px) {
  .single_product .price {
    font-size: 25px !important;
  }
}
.single_product .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.single_product .woocommerce-product-details__short-description p {
  font-size: 18px;
}
.single_product .qty {
  height: 49px;
  margin-right: 50px;
}
.single_product .btn {
  background-color: #bfa980 !important;
  outline: none;
  text-transform: uppercase;
}

.subcategories_wrap {
  margin: -60px 0 60px;
}
.subcategories_wrap a {
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.subcategories_wrap a.active {
  background-color: #fff;
  color: #000;
}
.subcategories_wrap a:after {
  display: none;
}

.woocommerce .woocommerce-cart-form table {
  display: table !important;
}
.woocommerce .cart_totals h2 {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
  display: none;
}
.woocommerce .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  margin-right: 10px !important;
}
.woocommerce .woocommerce-Address-title.title .edit {
  font-size: calc(12px + 2 * ( (100vw - 420px) / 980));
  clear: both;
  float: left;
  background-color: #bfa980;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-weight: normal;
  margin: 20px 0 10px;
}
@media screen and (max-width: 420px) {
  .woocommerce .woocommerce-Address-title.title .edit {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce .woocommerce-Address-title.title .edit {
    font-size: 14px;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation li {
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  color: #d12031;
}
.woocommerce .woocommerce-info {
  border-top-color: #bfa980;
}
.woocommerce .woocommerce-info:before {
  color: #bfa980;
}
.woocommerce #customer_details {
  margin-bottom: 50px;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login .form-row {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  order: 2;
  margin-left: 20px;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login .woocommerce-form-row.woocommerce-form-row--wide {
  display: block;
}
.woocommerce .woocommerce-billing-fields .show-password-input,
.woocommerce .woocommerce-shipping-fields .show-password-input,
.woocommerce .woocommerce-address-fields .show-password-input,
.woocommerce .woocommerce-EditAccountForm.edit-account .show-password-input,
.woocommerce .woocommerce-form.woocommerce-form-login .show-password-input,
.woocommerce .woocommerce-ResetPassword.lost_reset_password .show-password-input {
  top: 9px;
}
.woocommerce .woocommerce-billing-fields input,
.woocommerce .woocommerce-shipping-fields input,
.woocommerce .woocommerce-address-fields input,
.woocommerce .woocommerce-EditAccountForm.edit-account input,
.woocommerce .woocommerce-form.woocommerce-form-login input,
.woocommerce .woocommerce-ResetPassword.lost_reset_password input {
  padding: 10px;
  font-size: 16px !important;
}
.woocommerce .woocommerce-billing-fields .select2-selection.select2-selection--single,
.woocommerce .woocommerce-shipping-fields .select2-selection.select2-selection--single,
.woocommerce .woocommerce-address-fields .select2-selection.select2-selection--single,
.woocommerce .woocommerce-EditAccountForm.edit-account .select2-selection.select2-selection--single,
.woocommerce .woocommerce-form.woocommerce-form-login .select2-selection.select2-selection--single,
.woocommerce .woocommerce-ResetPassword.lost_reset_password .select2-selection.select2-selection--single {
  height: 37px;
}
.woocommerce .woocommerce-billing-fields .select2-selection.select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-shipping-fields .select2-selection.select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-address-fields .select2-selection.select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-EditAccountForm.edit-account .select2-selection.select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-form.woocommerce-form-login .select2-selection.select2-selection--single .select2-selection__arrow,
.woocommerce .woocommerce-ResetPassword.lost_reset_password .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 37px;
}
.woocommerce .woocommerce-billing-fields .select2-selection.select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-shipping-fields .select2-selection.select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-address-fields .select2-selection.select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-EditAccountForm.edit-account .select2-selection.select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-form.woocommerce-form-login .select2-selection.select2-selection--single .select2-selection__rendered,
.woocommerce .woocommerce-ResetPassword.lost_reset_password .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}
.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce .shop_table th, .woocommerce .shop_table td {
  border-bottom: none !important;
  padding: 10px !important;
}
.woocommerce .woocommerce-cart-form .quantity input[type=number] {
  padding: 8px 0;
  outline: none;
}
.woocommerce .woocommerce-cart-form .coupon {
  display: none;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .single-product .summary h2 {
  font-weight: bold;
  font-size: calc(25px + 15 * ( (100vw - 420px) / 980));
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 420px) {
  .woocommerce .single-product .summary h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce .single-product .summary h2 {
    font-size: 40px;
  }
}
.woocommerce .single_add_to_cart_button.button {
  margin: 0 !important;
}
.woocommerce .woocommerce-Tabs-panel h1, .woocommerce .woocommerce-Tabs-panel h2, .woocommerce .woocommerce-Tabs-panel h3, .woocommerce .woocommerce-Tabs-panel h4, .woocommerce .woocommerce-Tabs-panel h5, .woocommerce .woocommerce-Tabs-panel h6,
.woocommerce .cart_totals.calculated_shipping h1,
.woocommerce .cart_totals.calculated_shipping h2,
.woocommerce .cart_totals.calculated_shipping h3,
.woocommerce .cart_totals.calculated_shipping h4,
.woocommerce .cart_totals.calculated_shipping h5,
.woocommerce .cart_totals.calculated_shipping h6,
.woocommerce .woocommerce-billing-fields h1,
.woocommerce .woocommerce-billing-fields h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-billing-fields h4,
.woocommerce .woocommerce-billing-fields h5,
.woocommerce .woocommerce-billing-fields h6,
.woocommerce .checkout.woocommerce-checkout h1,
.woocommerce .checkout.woocommerce-checkout h2,
.woocommerce .checkout.woocommerce-checkout h3,
.woocommerce .checkout.woocommerce-checkout h4,
.woocommerce .checkout.woocommerce-checkout h5,
.woocommerce .checkout.woocommerce-checkout h6,
.woocommerce .woocommerce-order-details h1,
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-order-details h3,
.woocommerce .woocommerce-order-details h4,
.woocommerce .woocommerce-order-details h5,
.woocommerce .woocommerce-order-details h6,
.woocommerce .woocommerce-customer-details h1,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-customer-details h3,
.woocommerce .woocommerce-customer-details h4,
.woocommerce .woocommerce-customer-details h5,
.woocommerce .woocommerce-customer-details h6 {
  margin-bottom: 30px;
  font-size: 30px;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.woocommerce ul.products li.product {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s;
  width: 100% !important;
}
@media only screen and (min-width: 500px) {
  .woocommerce ul.products li.product {
    width: 48% !important;
  }
}
@media only screen and (min-width: 769px) {
  .woocommerce ul.products li.product {
    width: 29.5% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce ul.products li.product {
    width: 22.05% !important;
  }
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product .button {
  display: none;
}
.woocommerce ul.products li.product .btn_with_price {
  display: flex;
  align-items: center;
  border-top: 1px solid #bfa980;
}
.woocommerce ul.products li.product .btn_with_price .woocommerce-LoopProduct-link {
  width: 30%;
}
.woocommerce ul.products li.product .btn_with_price .woocommerce-LoopProduct-link .price {
  margin-bottom: 0;
  color: #424242;
  text-align: center;
  font-size: 16px !important;
}
.woocommerce ul.products li.product .btn_with_price .custom_btn_add {
  display: block;
  width: 70%;
  background-color: #bfa980;
  color: #fff;
  font-size: calc(12px + 4 * ( (100vw - 420px) / 980));
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 32px;
  text-align: center;
  margin-top: 0;
  margin: 0 !important;
  border-radius: 0;
}
@media screen and (max-width: 420px) {
  .woocommerce ul.products li.product .btn_with_price .custom_btn_add {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce ul.products li.product .btn_with_price .custom_btn_add {
    font-size: 16px;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #424242;
  text-align: center;
  font-size: calc(14px + 6 * ( (100vw - 420px) / 980));
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  padding: 24px 20px;
}
@media screen and (max-width: 420px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
.woocommerce ul.products li.product a img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}