body {
  font-family: 'Montserrat', sans-serif;
  color: #51595d;
  line-height: 2;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
  width: 75%;
  margin: 0 auto;
  max-width: 1200px;
}

a {
  text-decoration: none;
  color: #79ab14;
  line-height: 1;
}

h3 {
  color: #79ab14;
  font-size: 2em;
  margin-top: 0;
}

/*
#384716 light
#79ab14 dark
*/

nav {
  padding-top:20px;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  /*background: rgba(56, 91, 118,1);*/
}

nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav.active {
  position: fixed;
  background: #79ab14;
  top: 0;
      -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  padding-right: 7px;
}

nav ul li:first-child {
  padding-left: 0;
  margin-left: -8px;
}

nav ul li a {
  padding: 8px;
  /*border: 1px solid;*/
  border-radius: 5px;
}

nav ul li a {
  color: #fff;
}

nav ul li:last-child {
  padding-left: 15px;
  padding-right: 0;
}

nav ul li:last-child a {
  border: 1px solid;
}

nav ul li.active a {
  color: #384716;
  border-bottom: 1px solid;
  border-radius: 0;
}

nav ul li:last-child.active a {
  border-radius: 5px;
}

nav a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

nav a:hover {
  color: #79ab14;
}

.header-row {
  padding-top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poseben-paket {
  background: #79ab14;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}

.poseben-paket h4 {
  font-weight: normal;
  font-size: 1em;
}

.poseben-paket h3 {
  font-size: 1.3em;
}

.poseben-paket h3,
.poseben-paket h4 {
  margin: 0;
  color: #fff;
}


.ontop h3,
.ontop h4 {
	font-size: .9em;
}

.phone {
  margin: 0;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.phone span:last-child {
  margin-left: 10px;
}

.phone a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.naslov-parent {
  /*background:#404657;*/
  background: rgb(247,175,156);

background: linear-gradient(180deg, rgb(38, 53, 3) 0%, rgb(111, 137, 50) 25%, rgba(240,240,240,1) 100%);
  padding-bottom: 100px;
  /*background-image: url('assets/bg-badelj.jpg');*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  position: relative;
}

#collagen .naslov-parent {
  /*background:#404657;*/
  background: rgb(50, 79, 103);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 79, 103, 1)), color-stop(25%, rgba(50, 79, 103, .8)), to(rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(50, 79, 103, 1) 0%, rgba(50, 79, 103, .8) 25%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(50, 79, 103, 1) 0%, rgba(50, 79, 103, .8) 25%, rgba(240,240,240,1) 100%);
background: linear-gradient(180deg, rgba(50, 79, 103, 1) 0%, rgba(50, 79, 103, .8) 25%, rgba(240,240,240,1) 100%);
  padding-bottom: 100px;
  /*background-image: url('assets/bg-badelj.jpg');*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  position: relative;
}

#haut .naslov-parent {
   background: rgb(82, 134, 173);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 134, 173,1)), color-stop(25%, rgba(82, 134, 173,.8)), to(rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(82, 134, 173,1) 0%, rgba(82, 134, 173,.8) 25%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(82, 134, 173,1) 0%, rgba(82, 134, 173,.8) 25%, rgba(240,240,240,1) 100%);
background: linear-gradient(180deg, rgba(82, 134, 173,1) 0%, rgba(82, 134, 173,.8) 25%, rgba(240,240,240,1) 100%);
  padding-bottom: 100px;
  /*background-image: url('assets/bg-badelj.jpg');*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  position: relative;
}

@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}

.arrow {
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5em;
}

.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

.arrow:hover {
  opacity: .9;
}

.naslov-left {
  color: #fff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.naslov-left h3 {
  line-height: 1;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
}

.naslov span {
  font-size: 45px;
  color: #fff;
}

.price {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}

.price-orange {
  color: #fff;
}

.dostava {
  margin-top: 0;
}

.naslov-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.naslov-img {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

.naslov {
  color: #79ab14;
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.button {
  background: #79ab14;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.button:hover {
  -webkit-box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
  box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
  background: rgba(56, 91, 118, 0.9);
}

.button a {
  padding: 15px;
  display: block;
  color: #fff;
}

.produkt-img-parent {
  font-size: 0;
}

.produkt-img {
  width: 50%;
  max-width: 700px;
  display: inline-block;
}

.cena {
  width: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 50px;

}

.cena-inner {
  width: 80%;
  margin: 0 auto;
  background: rgba(50,50,50,0.3);
  color: #fff;
  padding: 25px;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
}

.cena-inner h4 {
  font-weight: normal;
  font-size: 20px;
}

.stara-cena {
  text-decoration: line-through;
}

.proizvod {
  padding: 75px 0;
  background: #f0f0f0;
  text-align: center;
}

.proizvod-inner p {
  display: inline-block;
  width: 50%
}

.proizvod p span {
  font-weight: bold;
  display: inline-block;
  /*margin-bottom: 10px;*/
}

.full-btn {
  width: 100%;
  text-align: center;
}

.proizvod-inner p:first-child {
  float: left;
}

.proizvod-inner p:nth-child(2) {
  float: right;
}

.opis-parent {
  padding: 75px 0;
  font-size: 0;
  /*line-height: 30px;*/
}

.opis {
  width: 65%;
  display: inline-block;
  font-size: 14px;
}

.opis-inner {
  padding-right: 25px;
}

.tabela {
  width: 35%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-top: 84px;
}

table {
    border-collapse: collapse;
  margin: 0 auto;
}

td, th {
    border: 1px solid #f0f0f0;
    text-align: left;
    padding: 10px;
    line-height: 1.5;
}

tr:nth-child(even) td:nth-child(2),
tr:nth-child(even) td:nth-child(1) {
  border-right: 1px solid #fff;
}

tr td:last-child,
tr td:nth-child(2) {
  white-space: nowrap;
  text-align: center;
}

th {
  color: #79ab14;
  white-space: nowrap;
}

tr:nth-child(even) {
    background-color: #f0f0f0;
}

.collagen-ul span {
  white-space: nowrap;
}

.dnevni-vnos {
  display: table;
  margin: 0 auto;
}

.dodatni-opis {
  width: 100%;
  display: block;
  font-size: 14px;
  padding-top: 30px;
}

.dodatni-opis h4 {
  font-size: 1.1em;
}

.dodatni-opis h5 {
  font-size: 1.2em;
  color: #79ab14;
  margin: 14px 0;
}

.dodatni-opis .container {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}

.forma {
  background: #f0f0f0;
  padding: 75px 0;
  text-align: center;
}

.form-group {
  display: inline-block;
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  float: left;
  text-align: left;
  /*padding: 20px;*/
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}


.container-contact {
  width: 30%;
  margin: 0 auto;
}

input, textarea, select {
    border-radius: 15px;
    padding: 16px;
    font-size: 16px;
    line-height: 15px!important;
    border: none;
    width: 91%;
    background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #e34135;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 65, 53, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(227, 65, 53, 0.6);
}

.select-parent {
  width: 100%;
  border-radius: 15px;
    display:inline-block;
    overflow:hidden;
}

select {
  width: 100%;
  height: 51px;
}



.opomba {
  width: 100%;
}

#agree {
  margin-bottom: 20px;
  width: auto;
}

.splosni-pogoji span {
  vertical-align: middle;
  font-size: 15px;
}

.btn-order {
  display: block;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn-order:hover {
  -webkit-box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
  box-shadow: 6px 17px 35px -6px rgba(0,0,0,0.33);
    background: rgba(56, 91, 118, 0.9);
}

.alert-danger {
  color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

footer {
  padding: 30px 0;
}

.copyright {
  float: left;
}

.izdelava-spletne-strani {
  float: right;
}


.middlename {
  display: none!important;
}

.obvezno {
  font-size: 14px;
}


.novice .novice-text {
  display: inline;
  font-weight: normal;
  vertical-align: middle;
  font-size: 15px;
}

.novice,
.splosni-pogoji {
  width: 95%;
}

.splosni-pogoji {
  margin-top: 12px!important;
  margin-bottom: 12px!important;
  line-height: 1;
}


#newsletter {
  width: auto;
}

#agree {
  margin-bottom: 0;
}


.novice {
  margin-bottom: 18px!important;
}

#hamburger-wrapper {
  display: none;
  padding-bottom: 2px;
  cursor: pointer; }
  #hamburger-wrapper #hamburger {
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    #hamburger-wrapper #hamburger:before {
      width: 20px;
      height: 2px;
      background: #fff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: absolute;
      content: "";
      top: -5px; }
    #hamburger-wrapper #hamburger:after {
      width: 20px;
      height: 2px;
      background: #fff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: absolute;
      content: "";
      top: 5px; }
  #hamburger-wrapper #hamburger.show {
    background: rgba(0, 0, 0, 0); }
    #hamburger-wrapper #hamburger.show:before {
      -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      top: 0; }
    #hamburger-wrapper #hamburger.show:after {
      -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
          transform: rotate(135deg);
      top: 0; }

header.active #hamburger-wrapper #hamburger,
header.active #hamburger-wrapper #hamburger:before,
header.active #hamburger-wrapper #hamburger:after {
  background: #ffffff; }

header.active #hamburger-wrapper #hamburger.show {
  background: rgba(0, 0, 0, 0); }
.blockquotes {
  padding-top:0 !important;
  font-weight:bold;
}
.blockquotes blockquote {
    background: url(/assets/quote.png);
    background-repeat: no-repeat;
    background-position: 0 22px;
    background-size: 50px;
    margin: 0;
    padding: 15px;
    padding-left: 70px;
}
.blockquotes blockquote span {
  font-style: italic;
  font-weight:300;
}
@media screen and (max-width: 1600px) {
  .container-contact {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  nav ul {
    font-size: .9em;
  }

  .phone,
  .phone a {
    font-size: 12px;
  }

}


@media screen and (max-width: 1000px) {

  body {
    font-size: 14px;
  }

  nav ul {
    font-size: 1em;
  }

  nav .container {
    display: block;
    position: relative;
  }


  nav .phone {
    position: absolute;
    top: -9px;
    right: -40px;
    text-align: left;
  }

  nav .phone span {
    display: block;
    margin: 0!important;
    padding: 0;
  }

  .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .naslov-right {
    margin-top: 35px;
  }

  .naslov-right img {
    max-width: 220px;
  }

  .container-contact {
    width: 70%;
  }

  .copyright,
  .izdelava-spletne-strani {
    float: none;
    text-align: center;
  }

  .izdelava-spletne-strani {
    margin-top: 15px;
  }

  .proizvod p {
    float: none!important;
    width: 100%;
  }

  .opis,
  .tabela {
    width: 100%;
  }

}

@media screen and (max-width: 699px) {

  #hamburger-wrapper {
    display: block;
    float: left;
  }

  nav ul {
    display: none;
  }

  .mobile {
    position: relative;
  }

  .opis-inner {
	  padding-right: 0;
  }

  .poseben-paket {
	  padding: 20px 0;
  }

  .opis-inner p,
  .dodatni-opis p {
	  text-align: justify;
  }

  nav .container {
    position: initial;
  }

  nav ul.show {
    display: block;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background: #79ab14;
    border-top: 1px solid rgba(240, 240, 240, 0.3);
  }

  nav ul.show li {
    display: block;
  }

  nav ul.show li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  nav ul.show li.active a {
    border-bottom: none;
  }

  nav ul.show li:last-child a {
    border: none;
  }

  nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .container {
    width: 90%;
  }

  .naslov-left h3,
  .naslov span {
    font-size: 24px;
  }

  .header-row.first {
    padding-top: 140px;
  }

  .header-row {
    padding-top: 100px;
  }

  .opis-parent,
  .proizvod {
    padding: 75px 0;
  }

  .price {
        line-height: 1;
  }

  .price-orange {
    font-size: 16px;

  }

  .form-group input,
  .form-group textarea {
    width: 150px;
  }

  nav ul {
    text-align: center;
  }

  nav li {
    padding: 0!important;
    margin: 0!important;
  }

  nav .phone {
    position: initial;
    top: initial;
    left: initial;
    text-align: center;
  }

  nav .phone span {
    display: inline-block;
  }

  body,
  .opis,
  .tabela,
  .dodatni-opis {
    font-size: 12px!important;
  }

}

@media screen and (max-width: 550px) {

  .container,
  .container-contact {
    width: 85%!important;
  }




  .form-group {
    width: 100%;
    margin: 0;
  }

  .form-group input,
  .form-group textarea {
    width: 85%;
  }

  	#huk_cookie_prefernce_panel {
		padding: 5px 0px 0px 0px !important;
	}

	.cookie-text {
		max-width: 90%;
	}



}


@media screen and (max-width: 1100px) {
  #huk_cookie_prefernce_panel {
  padding: 5px 0px 0px 0px !important;
}

.cookie-text {
  max-width: 90%;
}

}
