@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);
}

/**
 * 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-home {
  overflow: hidden;
  padding-top: 65px;
}
.l-home .l-slider {
  height: calc(100vh - 65px);
}
.l-home .l-slider .slide {
  height: inherit;
  position: relative;
  color: #fff;
}
.l-home .l-slider .slide .wrap {
  position: absolute;
  left: 50%;
  height: auto;
  top: 50%;
  padding: 0 40px;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 600px) {
  .l-home .l-slider .slide .wrap {
    padding: 0 80px;
  }
}
.l-home .l-slider .slide .slide_title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 639px) {
  .l-home .l-slider .slide .slide_title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .l-home .l-slider .slide .slide_title {
    font-size: 80px;
  }
}
.l-home .l-slider .slide .slide_text {
  font-size: 18px;
  line-height: 1.33;
}
.l-home .l-slider .slide .slide_text br {
  display: none;
}
@media only screen and (min-width: 600px) {
  .l-home .l-slider .slide .slide_text {
    font-size: 24px;
  }
  .l-home .l-slider .slide .slide_text br {
    display: block;
  }
}
.l-home .l-slider .slide .slide_btns {
  margin-top: 20px;
}
.l-home .l-slider .slide .slide_btns .btn {
  margin-bottom: 10px;
  width: 270px;
}
.l-home .l-slider .slide .slide_btns .btn:nth-of-type(2) {
  background: transparent;
  border-color: #fff;
}
@media only screen and (min-width: 639px) {
  .l-home .l-slider .slide .slide_btns .btn {
    width: auto;
  }
  .l-home .l-slider .slide .slide_btns .btn:nth-of-type(2) {
    margin-left: 35px;
  }
}