@import url(reset.css);
/*generalni*/
body{
  font-family: 'Dosis', sans-serif !important;
  overflow:auto;
  overflow-x:hidden;
}
html {
  scroll-behavior: smooth;
}
button:focus {
    outline: 0;
}
h2 {
    font-weight: 300;
    text-align: center;
    color: #000000;
    position: relative;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 20px;
}
h1 {
    margin: 40px 0;
    font-weight: 300;
    text-align: center;
    color: #000000;
    position: relative;
    font-family: 'Barlow', sans-serif !important;
}
p {
    line-height: 1.3;
}
img {
    max-width: 100%
}
a {
    text-decoration: none !important;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear
}
/*generalni*/
/*start header*/
header{
    position: fixed;
    top:0;
    left:0;
    right:0;
    padding: 0 !important;
    height: 10%;
    z-index: 1;

}
header::before{
  content:"";
  position: absolute;
  width: 70%;
  top:75px;
  left:20px;
  right: 10px;
  height: 1px;
  background-color: black;
}
.logo img{
  width: auto;
  height: 45px;
  padding: 10px;
}
nav{
  background: white;
  padding: 10px;
}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
  float: left;
  color: black;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
}
nav ul{
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;

}
nav ul li{
  float: left;
  background-color: white;
  margin: 0 5px;
}
nav ul li a{
  color: black;
  line-height: 70px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 15px;
}
nav ul li a:hover{
  color: rgba(99, 99, 99, 0.836);
}
nav ul ul li a:hover{
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  border-top: 3px solid rgba(133, 127, 141, 0.836);
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0;
  width: 150px;
  float: none;
  display: list-item;
  border-bottom: 1px solid white;
}
nav ul ul li a{
  line-height: 50px;
}
input[type="checkbox" i] {
  display:none ;
}
/*end header*/
/*content*/

.title{
  position: relative;
}
.title p{
  position:absolute;
  left:25%;
  top:-300px;
  margin: 90px 40px;
  font-size: 70px;
  text-align: center;
  color:  #E8CA2B;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px; 
}
.column {
  flex: 100;
  max-width: 25%;
  padding: 0 4px;
}
.row .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  overflow: hidden !important;
}

.photo{
  text-align:center;
  margin: 40px;
}
.photo figure{
	border:1px solid rgb(224, 224, 224);
	margin:0;
	padding:20px;
}

.up{
  position: fixed;
  bottom:0;
  right:3%;
  color:rgb(70, 70, 70);
  padding:3px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size:3.7em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  
  
}
.up:hover{
  color:  #E8CA2B;
}
#video {
  padding-top:40px;
  padding-bottom: 30px;
  background:url(../images/photo-1532022160153-7735cd049992.jpg)  center fixed;
}  
#video .container{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.video, .paragraf{
  flex-basis: 40%;
}
.video iframe{
  width: 100%;
}
.paragraf h2{
  text-transform: uppercase;
  font-size: 20px;
  color: white;
}

 



#galerija {
  width: 97%;
  margin: 0 auto;
}
.album{
  position: relative;
  height: 105vw;
}
.album figure{
  position: absolute;
  overflow: hidden;
  padding: 5px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear
}
figure img{
width:100%;
height:100%;
}
.album figure:first-child{ 
  top: 0;
  left: 1%;
  width:24%;
}
.album figure:first-child:hover{
  animation: rotation1 3s linear ;
  -webkit-animation: rotation1 3s linear ;
}

.album figure:nth-child(2){
  top: 0;
  left: 26%;
  width: 24%;
}

.album figure:nth-child(3){
  top: 0%;
  left: 51%;
  width: 24%;
}

.album figure:nth-child(4){
  top: 0%;
  left: 76%;
  width: 24%;
}

.album figure:nth-child(5){
  top: 25%;
  left: 1%;
  width: 24%;
}

.album figure:nth-child(6){
  top: 25%;
  left: 26%;
  width: 24%;
}
.album figure:nth-child(7){
  top: 25%;
  right: 1%;
  width: 24%;
}
.album figure:nth-child(8){
  top: 25%;
  left: 50%;
  width: 24%;
}
.album figure:nth-child(9){
  top: 50%;
  left: 1%;
  width: 24%;
}
.album figure:nth-child(10){
  top: 50%;
  left: 75%;
  width: 24%;
}
.album figure:last-child{
  top: 50%;
  left:26px;
  width: 24%;
}

figure.frozen_img:first-child{
  top: 50%;
  left: 10%;
  width: 24%;
}
figure.frozen_img:nth-child(7){
  top: 75%;
  left:50%;
  width: 24%;
}
figure.frozen_img:nth-child(10){
  top:75%;
  left:86%;
  width:24%;
}
figure.frozen_img:last-child{
  top: 75%;
  left: 35%;
  width: 24%;
}


figure.fresh_img:nth-child(6){
  top: 0%;
  left: 15%;
}
figure.fresh_img:nth-child(9){
  top: 0%;
  left: 45%;
}
figure.fresh_img:nth-child(4){
  top: 25%;
  left: 70%;
}
figure.fresh_img:nth-child(5){
  top: 25%;
  left: 45%;
}

figure.treats_img:nth-child(2){
  top: 0%;
  left: 40%;
}
figure.treats_img:nth-child(3){
  top: 25%;
  left: 40%;
}
figure.treats_img:nth-child(8){
  top: 0%;
  left: 15%;
}

.album figure:hover img[src$=".treats"] {
  opacity: .7
}
figcaption{
  text-align: center;
}

#galerija .granule{
  width: 40%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  border-bottom: 1px solid #E8CA2B;
  padding: 15px 0;
  margin-bottom: 10px;
}
#galerija .granule li a{
  display: block;
  color:#E8CA2B;
  position: relative;
  transition: all 0.5 linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5 linear;
  -ms-transition: all 0.5 linear;
  -o-transition: all 0.5 linear;
  font-weight: bold;
  font-size: 25px;
}
#galerija .granule li a::before{
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  background:#E8CA2B;
  left: 0;
  bottom: -15px;
  transition: all 0.5 linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5 linear;
  -ms-transition: all 0.5 linear;
  -o-transition: all 0.5 linear;
}
#galerija .granule li{
  flex-grow: 1;
}
#galerija .granule li.active a::before{
  width: 100%;
}
figure.frozen_img:nth-child(8){
  top:0;
  left:25%;
}
figure.frozen_img:last-child{
 top:0;
 left:45%;
}
figure.fresh_img:nth-child(4){
  top:0;
  left:75%;
}
figure.treats_img:nth-child(5){
 top:0;
 left:10%;
}
figure.treats_img:nth-child(6){
  top:0;
  left:35%;
}
figure.treats_img:nth-child(7){
  top:0;
  left:60%;
}
.owl-carousel{
  padding-top: 60px;
  padding-bottom: 60px;
}
.treats-item h2{
  border-radius: 50px;
  width: 20%;
  padding: 5px;
  margin-top: 80px;
  margin-left:500px;
  background-color: black;
  color: white;
  -webkit-border-radius: 50px;
}


#tabovi{
  padding:40px 0;
  background-color:white;
}
.tab-nav{
  display: flex;
  justify-content: space-between;
  margin:40px auto;
  width: 40%;
  border-bottom: 1px solid #E8CA2B;
}
.tab-nav li{
  display: inline-block;
  margin-bottom: -1px;
  flex:1;
}
.tab-nav li.active{
  border:1px solid #E8CA2B;
  border-bottom: none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-bottom: -2px;
}
.tab-nav li a{
  font-weight: bold;
  display: block;
  color: darkslategray;
  padding:10px 0;
  text-align: center;
}
.tab-nav li.active a{
  color: #E8CA2B;
}
.panneli>li{
  display: none;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.panneli>li.active{
  display: block;
}



.mapa{
	text-align:center;
	border-radius:25px;
}

/*content*/
/*start footer*/
#footer{
  background-color: white;
  text-align: center;
  margin-top: 150px;
}
#footer .foot{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text{
  flex-basis: 100%;
  padding-bottom: 80px;
  background-color: rgb(199, 193, 193);
}
.text p{
  color: white;
  line-height: 5;
  font-weight: bold;
}

.footer_bottom{
  text-align: center;
  background-color: #E8CA2B;
  padding: 20px 0;

}
.footer_bottom h2{
  color:white;
  font-size: 15px;
}
.container{
  overflow: hidden !important;
}






.containerone {
	max-width:700px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  display:none;
}
#contact {
  text-align: center;
  margin:40px 0;
}

#contact h3 {
	color: #E8CA2B;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:black;
	color:white;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background: black;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}




/*end footer*/
