@font-face {
  font-family: "Montserrat-UltraLight";
  src: url(Montserrat-UltraLight.otf);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: #fff;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu .logo img {
  width: 200px;
}
#menu #responsive-nav {
  display: none;
}
#menu ul li ul {
  position: absolute;
  z-index: 99998;
  display: none;
}
#menu .d {
  display: block;
}
/* ==========================================================================
    color: #434f53;
    ========================================================================= */
#menu .main {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  width: 100vw;
  color: #434f53;
  z-index: 5;
  transition: 0.4s ease-out;
  padding: 0 15vw 0 15vw;
  border: 0 transparent;
  background: #fff;
}
#menu .scrolled {
  top: 0;
  height: 100px;
  background-color: #ffffff;
  border-bottom: 0.5px solid #d9d9d9;
  transition: 0.4s ease-out;
  color: #29293a;
  box-shadow: 0px 0px 7px 0px #d9d9d9;
  z-index: 999;
}

#menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

#menu .dropdown-menu.show {
  display: block;
}

#menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  margin-left: 0;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

/* ==========================================================================
    .resize-header {
    background-color: #fff;
    -webkit-animation: headerFadeIn 0.4s forwards;
    animation: headerFadeIn 0.4s forwards;
    transition: .4s ease-out;
}
@-webkit-keyframes headerFadeIn {
    from { background-color: #fff; height: 120px;transition: .4s ease-out; }
    to { background-color: #fff; height: 100px;transition: .4s ease-out; }
}
@keyframes headerFadeIn {
    from { background-color: #fff; height: 120px;transition: .4s ease-out; }
    to { background-color: #fff; height: 100px;transition: .4s ease-out; }
}
    ========================================================================= */

.scrolled .logo img {
  max-width: 100%;
  -webkit-animation: reduceLogo 0.3s forwards;
  animation: reduceLogo 0.3s forwards;
}
@-webkit-keyframes reduceLogo {
  from {
    max-width: 100%;
  }
  to {
    max-width: 80%;
  }
}
@keyframes reduceLogo {
  from {
    max-width: 100%;
  }
  to {
    max-width: 80%;
  }
}

#menu nav ul li {
  display: inline;
  padding: 0em 1em 0em 1em;
}
#menu nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;

  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  transition: 0.2s ease;
  z-index: 1;
  letter-spacing: 0.8px;
  padding: 10px;
}
#menu nav ul li a:hover {
  color: white;
}
/* stroke */
/* SHIFT */
nav.shift ul li a {
  position: relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #fffcff;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: ".";
  color: transparent;
  background: #75518d;
  visibility: none;
  opacity: 0;
  border-radius: 5px;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.3s;
}

nav ul li .active {
  background: #75518d;
  border-radius: 5px;
  color: #fff !important;
}

@media (max-width: 1130px) {
  #menu .main {
    padding: 7vw;
  }
}
@media (max-width: 914px) {
  #menu nav ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #menu .logo {
    text-align: center;
  }
  #menu .logo img {
    height: 50px;
    text-align: center;
  }
  #menu .sl2 {
    display: none;
  }
  #menu nav ul li {
    text-align: left;
    display: block;
    padding: 1em 1em 1em 1em;
  }
  #menu nav ul {
    border: 2px solid;
  }
  #menu .main {
    display: block;
    height: 160px;
    color: #29293a;
    background: #fff;
  }

  #menu nav ul li a {
    font-size: 13px;
  }
  #menu .main {
    padding: 5vw 7vw 0 7vw;
  }
}

#content1 {
  padding-top: 120px;
}
#content1 .background1 {
  background-image: url(../images/green-leaf-fruit-tree-selective-focal-photo-10473122.jpg);
  width: 100%;
  height: 730px;
}
#content1 .background2 {
  background-image: url(../images/bowl-being-poured-with-yellow-liquid-33783.jpg);
  width: 100%;
  height: 730px;
}
#content1 .background3 {
  background-image: url(../images/green-leaf-fruit-tree-selective-focal-photo-10473122.jpg);
  width: 100%;
  height: 730px;
}

#content1 .background4 {
  background-image: url(../images/hero1.jpg);
  width: 100%;
  height: 730px;
}
#content1 img {
  width: 100%;
  height: 100%;
}
#content1 h1 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #ffffff;
  font-size: 100px;
  line-height: 1.2;
  letter-spacing: 1px;
}
#content1 p {
  font-weight: 300;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.8;
  letter-spacing: 0px;
  padding-bottom: 30px;
}
#content1 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  background-color: #0db14b;
  border-color: transparent;
  min-width: 220px;
  font-size: 14px;
  position: relative;
  text-align: center;
  -webkit-backface-visibility: hidden;
  line-height: 22px;
  padding: 17px 10px;
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
}
#content1 a:hover {
  background-color: #0db14b;
  text-decoration: none;
}
#content1 .position {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding: 0 75px;
}
@media (max-width: 1050px) {
  #content1 h1 {
    font-size: 4em;
  }
  #content1 p {
    font-size: 25px;
  }
}
@media (max-width: 780px) {
  #content1 h1 {
    font-size: 2em;
  }
  #content1 .position {
    padding: 0 25px;
  }
  #content1 .background1 {
    height: 550px;
  }
  #content1 .background2 {
    height: 550px;
  }
  #content1 .background3 {
    height: 550px;
  }
  #content1 p {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 350px) {
  #content1 .position {
    padding: 0 0px;
  }
  #content1 p {
    font-size: 20px;
  }
}
#content1 a,
#content1 a::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#content1 a {
  background: none;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0db14b;
}

#content1 a::before,
#content1 a::after {
  background-color: #0db14b;
  content: "";
  position: absolute;
  z-index: -1;
}

#content1 a:hover {
  color: #fff;
}
.btn-5 {
  overflow: hidden;
}

.btn-5::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn-5:hover:after {
  height: 100%;
  width: 135%;
}

#content2 {
  padding: 70px 0;
  background: #fff;
}
#content2 h2 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0px;
}
#content2 p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 30px;
}
#content2 .margin {
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  #content2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content2 img {
    width: 60%;
  }

  #content2 .col-sm-3 {
    text-align: center;
  }
  #content2 .margin {
    margin-bottom: 20px;
  }
}

#content2 img {
  width: 100%;
}

#content3 {
  padding: 110px 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#content3 img {
  width: 100%;
}

#content3 h2 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0px;
}
#content3 p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 30px;
  max-width: 600px;
}
#content3 h4 {
  font-weight: 700;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #0db14b;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0px;
  padding-top: 20px;
}
#content3 a {
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  background-color: #0db14b;
  border-color: transparent;

  min-width: 220px;
  font-size: 14px;
  position: relative;
  text-align: center;

  -webkit-backface-visibility: hidden;
  line-height: 22px;
  padding: 17px 10px;
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
}
#content3 a:hover {
  background-color: #0db14b;
  text-decoration: none;
}

@media (max-width: 1100px) {
  #content3 {
    background-position: bottom;
  }
}
@media (max-width: 767px) {
  #content3 img {
    width: 80%;
  }
  #content3 .col-sm-4 {
    text-align: center;
  }
}
#content3 a,
#content3 a::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#content3 a {
  background: none;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0db14b;
}

#content3 a::before,
#content3 a::after {
  background-color: #0db14b;
  content: "";
  position: absolute;
  z-index: -1;
}

#content3 a:hover {
  color: #fff;
}

#content4 {
}
#content4 .bg {
  background-image: url(../images/landscape-mountains-nature-sky-129105.jpg);
  height: 410px;
  background-size: cover;
  background-position: bottom;

  background-attachment: fixed;
}

#content4 h1 {
  position: relative;
  font-family: "Kaushan Script", handwriting;
  text-transform: uppercase;
  font-size: 4em;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  width: 75%;
  margin: auto;
  line-height: 1.3;
  letter-spacing: 3px;

  transform: translateY(-50%);
  top: 50%;
}

@media (max-width: 768px) {
  #content4 h1 {
    font-size: 2em;
  }
}

#content5 {
  padding: 70px 0;
}
#content5 h2 {
  color: #586067;
  padding-bottom: 15px;
  font-size: 3em;
  line-height: 150%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
#content5 .line {
  margin: auto;
  width: 160px;
}
#content5 .line img {
  max-width: 100%;
  height: auto;
}
#content5 .content {
  padding-top: 40px;
}
#content5 h3 {
  font-weight: bold;
  color: #586067;
  font-family: "Montserrat", sans-serif;
  padding-left: 4.4em;
  font-size: 1.5em;
}
#content5 p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 30px;
}
#content5 a {
  display: inline-block;
  border-radius: 50%;
  padding: 20px;
  width: 85px;
  height: 85px;
  background-color: #efede9;
  position: absolute;
  transition: 0.4s ease;
  border: 1px solid black;
}

.content555 a {
  background-color: #efede9;
}

.content555 a::before {
}

.content555 a:hover {
  background-color: #0db14b;
}

.content555 .row {
  margin-bottom: 5%;
}

.content555 .row > div {
  display: flex;
}

#content5 a::before {
}
#content5 a img {
  max-width: 100%;
  height: auto;
}
#content5 .padding {
  padding: 25px 0;
}
#content5 a:hover {
  background-color: #0db14b;
}
@media (max-width: 1020px) {
  #content5 .padd {
    padding: 25px;
  }
  #content5 .padding {
    padding: 0;
  }
  #content5 h2 {
    font-size: 2.5em;
  }
}

#content6 {
  padding: 70px 0;
  background-color: #f3f3f3;
}
#content6 h2 {
  color: #586067;
  padding-bottom: 15px;
  font-size: 3em;
  line-height: 150%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
#content6 .line {
  margin: auto;
  width: 160px;
  margin-bottom: 30px;
}
#content6 .line img {
  max-width: 100%;
  height: auto;
}

@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1548 {
  font-family: "Raleway", sans-serif;
  position: relative;
  overflow: hidden;
  margin: auto;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  border: 1px solid #45425a;
}
.snip1548 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1548:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  content: "";
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.snip1548 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1548 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snip1548 h3,
.snip1548 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1548 h3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.snip1548 h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1548 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1548:hover:before,
.snip1548.hover:before {
  bottom: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1548:hover h3,
.snip1548.hover h3,
.snip1548:hover h5,
.snip1548.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1548:hover h3,
.snip1548.hover h3 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1548:hover h5,
.snip1548.hover h5 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  #content6 h2 {
    font-size: 2.5em;
  }
}

#content7 .bg {
  background-image: url(../images/cabin-at-the-farm-24372911.jpg);
  height: 410px;
  background-size: cover;
  background-position: center;

  background-attachment: fixed;
}
#content7 .mleko {
  background-image: url(/images/prerada-mleka2.jpg);
}
#content7 .meso {
  background-image: url(/images/prerada-mesa2.jpg);
}
#content7 .pice {
  background-image: url(/images/proizvodnja-pica2.jpg);
}
#content7 .riba {
  background-image: url(/images/prerada-ribe2.jpg);
}
#content7 .voda {
  background-image: url(/images/preciscavanje-vode2.jpg);
}
#content7 h1 {
  position: relative;
  font-family: "Kaushan Script", handwriting;
  text-transform: uppercase;
  font-size: 4em;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  width: 75%;
  margin: auto;
  line-height: 1.3;
  letter-spacing: 3px;

  transform: translateY(-50%);
  top: 50%;
}

.pozovite-odmah {
  display: block;
  margin-top: 12rem;
}

#content7 a {
  display: block;
  color: #fff;
  background-color: #0db14b;
  padding: 20px;
  width: 10rem;
  margin: auto;
  text-align: center;
  font-family: "Kaushan Script", handwriting;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 5px 3px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  text-decoration: none;
}

#content7 a:hover {
  background-color: #fff;
  color: #0db14b;
}

@media (max-width: 768px) {
  #content7 h1 {
    font-size: 3em;
  }
}

footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #323234;
  font-family: "Montserrat", sans-serif;
}
footer a {
  color: #fffcff;
  transition: 0.2s;
}
footer a:hover {
  text-decoration: none;
  color: #0db14b;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inherit;
}
footer li {
  margin: 10px 0;
}
footer .padd {
  padding: 0 25px;
}
footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0db14b;
  transition: 0.3s;
}
footer h3:hover {
  text-decoration: none;
  color: #75518d;
}
footer img {
  padding-bottom: 15px;
  max-width: 60%;
}
footer hr {
  border-color: #fffcff;
  margin: 35px 0;
}
footer p {
  color: #fffcff;
  font-size: 15px;
}
footer .con {
  color: #fffcff;
}
footer .year {
  color: #fffcff;
}
footer iframe {
  width: 194px;
  height: 194px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  footer ul {
    display: contents;
  }
}
footer .icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}

/* Circle */
footer .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}
footer .icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}
footer .twitter span {
  background-color: #4099ff;
}
footer .facebook span {
  background-color: #3b5998;
}
footer .google-plus span {
  background-color: #db5a3c;
}

/* Icons */
footer .icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}
footer .icon-button .icon-twitter {
  color: #4099ff;
}
footer .icon-button .icon-facebook {
  color: #3b5998;
}
footer .icon-button .icon-google-plus {
  color: #db5a3c;
}

footer .icon-button:hover .icon-facebook {
  color: white;
}

.smGlobalBtn {
  /* global button class */
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 2px solid #ddd; /* add border to the buttons */
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
}

/* facebook button class*/
.facebookBtn {
  background: #4060a5;
}

.facebookBtn:before {
  /* use :before to add the relevant icons */
}

.facebookBtn:hover {
  color: #4060a5;
  background: #fff;
  border-color: #4060a5; /* change the border color on mouse hover */
}

@media (min-width: 768px) {
  .social-media-list-footer {
    justify-content: space-between;
  }
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

@media (max-width: 760px) {
  footer h3 {
    font-size: 13px;
  }
  footer .padd {
    padding: 0;
  }
  footer a {
    font-size: 13px;
  }
  footer .con {
    font-size: 13px;
  }
}

#content1_other {
  padding-top: 120px;
}

#content1_other .background1 {
  background-image: url(../images/green-leaf-fruit-tree-selective-focal-photo-10473122.jpg);
  width: 100%;
  height: 360px;
  background-position: center;
}
#content1_other h1 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #ffffff;
  font-size: 100px;
  line-height: 1.2;
  letter-spacing: 1px;
}
#content1_other .position {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  padding: 0 75px;
}
@media (max-width: 1050px) {
  #content1_other h1 {
    font-size: 4em;
  }
}
@media (max-width: 780px) {
  #content1_other h1 {
    font-size: 2em;
  }
  #content1_other .position {
    padding: 0 25px;
  }
}

#content2_proizvodi {
  padding: 90px 0 50px 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#content2_proizvodi .box {
  padding: 25px 15px;
  border: 1px solid #696969;
  height: 311px;
  width: 285px;
  margin: auto;
}
#content2_proizvodi .box img {
  max-width: 50%;
  margin-bottom: 15px;
}
#content2_proizvodi h3 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px;
}
#content2_proizvodi hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0db14b;
  max-width: 100%;
  width: 53px;
  margin: 15px auto;
}
#content2_proizvodi p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
}

#content1_proizvod {
  padding: 80px 0 40px 0;
}

#content1_proizvod img {
  width: 100%;
}
#content1_proizvod h2 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0px;
}
#content1_proizvod p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 30px;
  max-width: 600px;
}
#content1_proizvod h4 {
  font-weight: 700;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #0db14b;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0px;
  padding-top: 20px;
}
#content1_proizvod .cta {
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  background-color: #0db14b;
  border-color: transparent;
  min-width: 220px;
  font-size: 14px;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  line-height: 22px;
  padding: 17px 10px;

  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
}
#content1_proizvod .cta {
  background: none;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0db14b;
}
#content1_proizvod .cta:hover {
  text-decoration: none;
}
#content1_proizvod .cta,
#content1_proizvod .cta::after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#content1_proizvod .cta {
  background: none;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0db14b;
}

#content1_proizvod .cta::before,
#content1_proizvod .cta::after {
  background-color: #0db14b;
  content: "";
  position: absolute;
  z-index: -1;
}

#content1_proizvod .cta:hover {
  color: #fff;
}
#content1_proizvod .back {
  font-size: 15px;
  color: #0db14b;
  transition: 0.1s all;
}
#content1_proizvod .back:hover {
  text-decoration: none;
  color: #0db14b;
}
#content1_proizvod .num {
  color: #0db14b;
}

#content1_onama {
  padding: 80px 0 40px 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#content1_onama h2 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0px;
}
#content1_onama p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 10px;
  max-width: 800px;
}
#content1_onama .line {
  width: 160px;
  margin: 25px 0 15px 0;
}
#content1_onama .line img {
  max-width: 70%;
}
#content1_onama .im {
  width: 550px;
  height: 590px;
}
#content1_onama .im-cut {
  width: 550px;
  height: 550px;
}
#content1_onama .c {
  text-align: center;
}

#content2_onama {
  padding: 90px 0 50px 0;

  text-align: center;
}
#content2_onama .box {
  padding: 25px 15px;
  border: 1px solid #696969;
  height: 311px;
  width: 285px;
  margin: auto;
}
#content2_onama .box img {
  max-width: 100%;
  margin-bottom: 15px;
}
#content2_onama h3 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px;
}
#content2_onama hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0db14b;
  max-width: 100%;
  width: 53px;
  margin: 15px auto;
}
#content2_onama p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0px;
}

#content1_kontakt {
  padding: 120px 0;
  text-align: center;
}
#content1_kontakt h2 {
  font-weight: 600;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin: auto;
}
#content1_kontakt .bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
}

#content1_kontakt .col-sm-4:first-child .bg {
  background-image: url(../images/k1.png);
}
#content1_kontakt .col-sm-4:nth-child(2) .bg {
  background-image: url(../images/k2.png);
}
#content1_kontakt .col-sm-4:last-child .bg {
  background-image: url(../images/k3.png);
}

#content1_kontakt p {
  font-weight: 300;
  font-style: normal;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #313131;
  margin-top: 20px;
}
#content1_kontakt a {
  color: #313131;
  transition: 0.3s all;
}
#content1_kontakt a:hover {
  color: #696969;
  transition: 0.3s all;
  text-decoration: none;
}
#content2_kontakt iframe {
  width: 100%;
}
#text1 {
  padding: 50px 0;
}
#text1 p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 30px;
}
#text1 img {
  width: 400px;
  height: 300px;
}

#text2 {
  padding: 50px 0;
}

#text2 video {
  width: 100%;
}

#text1 h3 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  line-height: 1;
  letter-spacing: 0px;
  margin: 15px auto 25px;
  font-size: 31px;
  text-align: left;
}
#text2 h3 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  line-height: 1;
  letter-spacing: 0px;
  margin: 15px auto 25px;
  font-size: 31px;
  text-align: right;
}
#text3 h3 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  line-height: 1;
  letter-spacing: 0px;
  margin: 15px auto 25px;
  font-size: 31px;
  text-align: left;
}
#text2 p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 30px;
}

#text2 img {
  width: 400px;
  height: 300px;
}
#text3 {
  padding: 50px 0;
}
#text3 p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 30px;
}

#text3 img {
  width: 100%;
}

#text4 {
  padding: 50px 0;
  text-align: center;
}
#text4 h3 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  line-height: 1;
  letter-spacing: 0px;
  margin: 15px auto 25px;
  font-size: 31px;
  text-align: center;
}
#text4 p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-bottom: 1em;
}
@media (max-width: 1000px) {
  #text1 img {
    width: 100%;
  }
  #text2 img {
    width: 100%;
  }
  #text3 img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #text1 img {
    width: 100%;
  }
  #text2 h3 {
    text-align: left;
  }
  #text2 img {
    width: 100%;
  }
  #text3 img {
    width: 100%;
  }
}

#text1onama {
  padding: 80px 0 40px 0;
}
#text1onama h2 {
  font-weight: 400;
  font-style: normal;
  font-family: "Kaushan Script", handwriting;
  color: #828267;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0px;
}
#text1onama p {
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0px;
  padding-top: 10px;
  max-width: 800px;
}
#text1onama .line {
  width: 160px;
  margin: 25px 0 15px 0;
}
#text1onama .line img {
  max-width: 70%;
}
#text1onama .im {
  width: 550px;
  height: 600px;
}
#text1onama .c {
  text-align: center;
}
@media (max-width: 1200px) {
  #content1_onama .c img {
    width: 100%;
  }
  #content1_onama .im {
    width: 100%;
  }
  #text1onama .c img {
    width: 100%;
  }
  #text1onama .im {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #text1onama .c img {
    width: 100%;
    height: auto;
  }
  #content1_onama .c img {
    width: 100%;
    height: auto;
  }
}
