* {
	margin: 0;
}

html, body { height: 100%; }
.wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -20px; }
.wrapper:after { content: ""; display: block; }
.footer, .wrapper:after {
  height: 20px; 
}




body {
  font-family: 'Lato', sans-serif;
  background-image: url(../images/kiseli_kupus_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;}
@media only screen and (max-width: 767px) {
  body {    background-image: url(../images/kiseli_kupus_photo_mobile-devices.jpg);}}
  
  
    .flags{clear: fix;
  	text-align: float left;
  }
  
    .inner {
    	text-align: center;
    	width: 100%;
    }
	
	.lengbar{
	width: 100%;
	background-image: none;
	height: 60px;
	}
  nav ul{
  background-image: url('../images/baner_kupus.jpg');
  overflow: hidden;
  color: white;
  text-align: center;
  margin: 0;
  }
  
  a{
  	text-decoration: none;
  	font-size: 30px;
  	color: inherit;
  }
  nav ul li{
    font-family: 'Josefin Sans', sans-serif;
  	display: inline-block;
  	padding: 15px;
  	position: relative;
  	width: auto%;
  	margin: 0 auto; }
  nav ul li:hover{ background-color: rgba(0,0,0,.2) }
  
 .uper_nav{
	height: 60px;
	display: inline-block;
	float: right;
	background-image: none;
  }
  
  