@media only screen and (max-width: 992px) {
  #block-zlajo-theme-views-block-fotogalerija-block-1 .slide__content a{
    display: flex;
    justify-content: center;
  }
  
  #toolbar-bar{
    position: fixed;
  }
  
  #block-zlajo-theme-views-block-novosti-block-1 .views-field-body{
      flex:0 0 100%;
  }
  
  #block-zlajo-theme-views-block-novosti-block-1  .views-field-field-slika-novosti{
      flex:0 0 100%;
  }
  #block-zlajo-theme-views-block-novosti-block-1 .views-field-field-slika-novosti .field-content {
      width:300px;
  }
    #myVideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    object-fit: cover;
    }
    .cover-container{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    height: 111vh;
    overflow: hidden;
}
 #block-zlajo-theme-navbar{
    display: none;

 }
 #block-zlajo-theme-mobilenav{
  transition: all 0.3s ease-in-out;
 }
 
  #block-zlajo-theme-mobilenav nav {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  .scrolled #block-zlajo-theme-mobilenav nav {
    background-color: #f7831e;
  }

  #block-zlajo-theme-mobilenav nav ul {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }

  #block-zlajo-theme-mobilenav nav ul li {
    list-style-type: none;
  }

  #block-zlajo-theme-mobilenavnav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 16px 20px;
    font-size: 30px;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  #block-zlajo-theme-mobilenav nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }


  #block-zlajo-theme-mobilenav {
    
    
    width: auto;
    transition: .5s;
  }
  #block-zlajo-theme-mobilenav div{
    display: flex;
    justify-content: space-between;
  }
 
  

  #block-zlajo-theme-mobilenav nav.right {
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-top: 3px solid rgba(255, 255, 255, 0.3);

  }
  #nav-icon1{
    z-index: 1111;
  }
  .nav-logo{
    z-index: 111;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .scrolled .t-right{
    display: flex;
    align-items: center;
  }
  .t-right{
    margin-right: 2vh;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
  }

  #block-zlajo-theme-mobilenav nav.right {
    top: 0;
    right: -1000px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
   #block-zlajo-theme-mobilenav nav.right li a {
    color: #fff;
   }

  #block-zlajo-theme-mobilenav nav.right.active {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    background: rosybrown;
  }
  
  #block-zlajo-theme-mobilenav nav.right.active li a {
    color: #fff;
    text-decoration: none;
    font-size: 3rem;

  }

  #block-zlajo-theme-mobilenav nav.right.active li{
    padding-top: 90px;
  }

   .scrolled #block-zlajo-theme-mobilenav {
    background-color: rosybrown;
    
  }
  #block-zlajo-theme-mobilenav .nav-logo a {
    transition: all 0.3s ease-in-out;
    margin-left: 2vh;
    
  }
  #block-zlajo-theme-teaser {
      padding:0;
  }
  .scrolled #block-zlajo-theme-mobilenav .nav-logo a img{
    height: 80px;
    transition: all 0.3s ease-in-out;
  }
  #nav-icon1 {
    width: 55px;
    height: 100px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #block-prehrana-theme-socialnetworklinks {
    display: none;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .scrolled #nav-icon1 span:nth-child(1) {
    top: 25px;
  }
  .scrolled #nav-icon1 span:nth-child(2) {
    top: 40px;
  }
  .scrolled #nav-icon1 span:nth-child(3) {
    top: 55px;
  }

  .scrolled #nav-icon1 {
    width: 46px;
    height: 78px;
  }
  .scrolled #nav-icon1.open span:nth-child(1) {
    top: 40px;
  }
  .scrolled #nav-icon1.open span:nth-child(3) {
    top: 40px;
  }

  #nav-icon1 span:nth-child(1) {
    top: 30px;
    transition: all 0.3s ease-in-out;
  }

  #nav-icon1 span:nth-child(2) {
    top: 50px;
    transition: all 0.3s ease-in-out;
  }

  #nav-icon1 span:nth-child(3) {
    top: 70px;
    transition: all 0.3s ease-in-out;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 50px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;

  }

  #nav-icon1.open span:nth-child(3) {
    top: 50px;
    background-color: #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #block-zlajo-theme-onama p {
    font-size: 1.5em;
    text-align: justify;
    letter-spacing: 1px;
}

}
@media only screen and (min-width: 992px) {

    #block-zlajo-theme-mobilenav{
        display: none;
    }

    
}
@media only screen and (max-width: 768px) {
  #nav-icon1 span:nth-child(1) {
    top: 35px;
    transition: all 0.3s ease-in-out;
}
#nav-icon1 span:nth-child(2) {
  top: 45px;
  transition: all 0.3s ease-in-out;
}
#nav-icon1 span:nth-child(3) {
  top: 55px;
  transition: all 0.3s ease-in-out;
}
.proizvod .field-content{
    display: flex;
    justify-content:center;
}
.nav-tabs{
        flex-direction: column;
}
#nav-icon1 {
  width: 30px;
}
.cover-text h1 {
  font-size: 3.2rem;

}
.scrolled #nav-icon1 {
  width: 30px;
}
.scrolled #nav-icon1 span:nth-child(1) {
  top: 25px;
  transition: all 0.3s ease-in-out;
}
.scrolled #nav-icon1 span:nth-child(2) {
top: 35px;
transition: all 0.3s ease-in-out;
}
.scrolled #nav-icon1 span:nth-child(3) {
top: 45px;
transition: all 0.3s ease-in-out;
}
.teaser-col {
  
  height: 26vh;
}
.reservation{
  padding: 0;
}
.logo {
  background: url(/sites/default/files/flower-garland.png);
  background-size: 100%;
  /* float: left; */
  width: 100%;
  height: 100%;
  font-family: Baskerville;
  font-style: italic;
  color: #575557;
  position: relative;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px #000000;
  color: #FFF;
  font-size: 2em;
  line-height: 0.9;
  padding-top: 73px;
  /* background: no-repeat; */
  background: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.logo .btn-zlajo {
  font-size: 1.5rem;
  line-height: 13px;
  margin-top: 16px;
}
#block-zlajo-theme-nasapreporuka h2 {
  font-size: 3rem;
  color: white;
}
h2 {
  font-size: 3rem;
}
.teaser-col {
    border-top:1px solid #fff;
    border-left:none;
    border-right:none;
    border-bottom:none;
}
h4{
  font-size: 2rem;
}
#block-zlajo-theme-kontaktnaslovnica h3 {
  text-align: center;
  font-size: 3em;
  position: relative;
  margin-bottom: 50px;
}
#block-zlajo-theme-kontaktnaslovnica h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  border-top: 1px solid rosybrown;
  margin: 0 50%;
}
#block-zlajo-theme-kontaktnaslovnica h3 {
  text-align: center;
  font-size: 3em;
  position: relative;
  margin-bottom: 50px;
}
#block-zlajo-theme-kontaktnaslovnica h3::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25%;
    right: 10%;
    height: 100%;
    border-bottom: 1px solid rosybrown;
    margin: 0 40%;
}
#block-zlajo-theme-kontaktnaslovnica{
  padding: 0 25px;
}
.footer-first {
  justify-content: center;
}
.footer-title{
  text-align: center;
}
.footer-third {
  justify-content: center;
  margin-top: 20px;
  padding-right: 0;
}
.footer-third ul{
padding-left: 0;
text-align: center;
}
#block-zlajo-theme-footersecond{
  margin-top: 20px;
}
#block-zlajo-theme-mobilenav nav.right.active li {
  padding-top: 50px;
}
#block-zlajo-theme-mobilenav nav.right.active li a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
}

}
/*
@media only screen and (min-width: 992px) {
#cboxNext{
  position: fixed;
  background: none;
  z-index: 1;
  text-indent: 0;
  color: white;
  top: 50%;
  right: 5%;
  transform: translate(-61%, -50%);
  font-size: 6rem;
}
#cboxNext:hover svg{
  opacity: 1;
}
#cboxNext svg{
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
#cboxTitle{
  display: none;

}
#cboxCurrent{
  display: none;
  
}
#cboxPrevious svg{
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

#cboxPrevious{
  position: fixed;
  background: none;
  z-index: 1;
  text-indent: 0;
  color: white;
  top: 50%;
  left: 5%;
  font-size: 6rem;
  transform: translate(-61%, -50%);
}
#cboxPrevious:hover svg{
  opacity:1;
  transition: all 0.3s ease-in-out;
  
}
#colorbox{
  background: none;
}
}
*/
/*
@media only screen and (max-width: 814px) {
  .logo{
    height: 100%;
    width: 100%;
  }
  .reservation{
    padding: 0;
    height: 75vh;
  }

}
@media only screen and (max-width: 748px) {
  .reservation{
    height: 69vh;
  }
}
@media only screen and (max-width: 691px) {
  .reservation{
    height: 65vh;
  }
  .logo{
   
    font-size:4em;
  }
}
@media only screen and (max-width: 649px) {
  .reservation{
    height: 61vh;
  }
}
@media only screen and (max-width: 612px) {
  .reservation{
    height: 57vh;
  }
}
@media only screen and (max-width: 577px) {
  .reservation{
    height: 54vh;
  }
}
@media only screen and (max-width: 537px) {
  .reservation{
    height: 50vh;
  }
}
@media only screen and (max-width: 500px) {
  .reservation{
    height: 47vh;
  }
}
@media only screen and (max-width: 470px) {
  .reservation{
    height: 44vh;
  }
}
@media only screen and (max-width: 452px) {
  .reservation{
    height: 40vh;
  }
}
@media only screen and (max-width: 410px) {
  .reservation{
    height: 37vh;
  }
}
@media only screen and (max-width: 379px) {
  .reservation{
    height: 34vh;
  }
}
*/

