* {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
}
img {
	max-width: 100%;
}

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; 
}

header {
	size: 590px;
	background-color: #009836;
}
.inner {
padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	color: white;
	text-align: center;
}
nav ul{
background-color: #00795f;
background-image: url('../images/baner_kupus.jpg');
overflow: hidden;
color: white;
text-align: center;
margine: 0;}

a{
	text-decoration: none;
	font-size: 30px;
	color: inherit;
}
nav ul li{
	font-family: 'Open 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) }
.pozadina {

	background-image: url(../images/kupus_polje.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#464646;}

section {
	padding-top: 30px;
	padding-bottom: 30px;
}
p {
  font-family: font-family: 'Open Sans', sans-serif;
  font-size: 2.4em;
	color: white;
	text-align: center;
}
.cycle-slideshow {
  border-style: solid;
  border-color: white;
  border-width: 0.1ßem;
	padding:10% autoß;
	width: 100%;
	max-width: 960px;
	display: block;
	position: relative;
	margin: 20px auto;ß
	overflow: hidden;  
}

.cycle-prev, .cycle-next {
	padding: 10 auto;
	font-size: 200%;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	z-index: 9999;
	cursor: pointer;
	
	
}
.cycle-prev {
	left: 10%;
}
.cycle-next {
	right: 10%;
}
 
.cycle-pager {
	 width: 100%;
	 position: absolute;
	 top: 20px;
	 text-align: center;
	 z-index: 9999;
	 }
.cycle-pager span {
  text-indent: 100%;
  white-space: nowrap;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin: 10px;	}
  
  .cycle-pager .cycle-pager-active {
  	background: #fff ;
  }

