﻿body {
	margin: 0;
	padding: 0;
	background: #F2EEE4;
	font-family: Verdana;
	font-size: 16px;
	text-align: justify;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #009999;
	text-decoration: underline;
}

header {
	background: #F2EEE4 url(../images/head-back.png) center no-repeat;
	height: auto;
}

#header-wrapper {
	margin: auto;
	width: 1100px;
}

#navigacija {
	margin: auto;
	position: relative;
	width: 1100px;
	height: 80px;
}

#dajos-img {
	width: 90px;
	height: 80px;
	float: left;
	text-align: center;
}

#dajos-img img {
	height: 60px;
	padding-top: 10px;
}

#dajos-txt {
	width: 255px;
	height: 60px;
	padding-left: 10px;
	padding-top: 23px;
	float: left;
	text-align: left;
	font-size: 46px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgb(150,150,150);
	color: #012F89;
}

/* Menu */
#menu { 
	width: 740px;
	margin: 0 auto;
	height: 80px;
	float: left;
}

#menu ul {
	margin-top: 20px;
	padding-right: 5px;
}

#menu li {
	background: #012F89;
	width: 140px;
	height: 40px;
	float: right;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	font-weight:bold;
}

#menu li:hover {
	background:   #A4D2FD;
	display: block;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li a:hover{
	color:  white;
	text-decoration: none;
}
/* End of Menu */


/* Slider */
#slide {
	width: 1098px;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slider {
	margin: 0px auto;
	width: 1098px;
	height: 500px;
	position: relative;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
.items {
	display: block;
}
.prev {
	background: url("../images/header-slider/prethodna.png") no-repeat 0px 0px;
	left: 25px; 
	top: 250px;
	width: 33px;
	height: 48px;
	display: block;
	position: absolute;
	z-index: 10;
}
.prev:hover {
	background-position: 0px bottom;
}
.next {
	background: url("../images/header-slider/slijedeca.png") no-repeat 0px 0px;
	top: 250px;
	width: 33px;
	height: 48px;
	right: 25px;
	display: block;
	position: absolute;
	z-index: 10;
}
.next:hover {
	background-position: 0px bottom;
}
/* End of Slider */

#proizvodi {
	position: relative;
	margin: auto;
	z-index: 100;
	width: 900px;
	height: 260px;
	margin-top: -150px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#product {
	width: 250px;
	height: 250px;
	padding: 2px;
	background: #012F89;
	border-radius: 15px;
}

#product img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 13px;
}

#prod-over {
	position: relative;
	margin-top: -48px;
	width: 250px;
	height: 35px;
	background:  #DDDFE1;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}

#prod-over:hover {
	background: #A4D2FD ;
}

#prod-over a {
	color:  #012F89;
	opacity: 1.0;
}

#prod-over a:hover {
	color:  white ;
	text-decoration: none;
	opacity: 1.0;
}

#prod-nature {
	position: relative;
	margin: auto;
	width: 900px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 30px;
}

#prod-nature img {
	height: 150px;
}

section {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 1058px;
	padding: 20px 20px 20px 20px;
	background: white;
}

h2 {
	color: #012F89;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
	font-size: 22px;
}

section p {
	color: #012F89;
	padding-top: 15px;
}

#product-wrapper {
	position: relative;
	margin: auto;
	z-index: 100;
	width: 1080px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

#product-item {
	width: 220px;
}

#prod-over1 {
	position: relative;
	width: 220px;
	height: 35px;
	background: #DDDFE1;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin-top: -3px;
}

#prod-over1:hover {
	background:  #A4D2FD;
}

#prod-over1 a {
	color: #012F89;
	opacity: 1.0;
}

#prod-over1 a:hover {
	color:  white;
	text-decoration: none;
	opacity: 1.0;
}

#prod-prew {
	position: relative;
	width: 800px;
	margin-left: 150px;
}
#kartica-sl {
	position: relative;
	float: left;
	z-index: 10;
}

#kartica-sl img {
	position: relative;
	width: 70px;
	border: 3px  navy solid;
	border-radius: 50%;
	background: white;
	position: relative;
	margin-left: 25px;
	margin-top: 20px;
}

#kartica {
	position: relative;
	background: rgb(235,235,235);
	width: 320px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	margin-top: 25px;
}

#kartica-dajos {
	position: relative;
	background: rgb(235,235,235);
	width: 350px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
}

.ime {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	display: block;
	line-height: 55px;
	text-align: left;
	margin-left: 130px;
}

.telefon {
	text-align: center;
	display: block;
	line-height: 20px;
	text-align: left;
	margin-left: 150px;
}

.mail {
	margin-top: 10px;
	text-align: center;
	display: block;
	line-height: 20px;
	text-align: left;
	margin-left: 150px;
}

#map {
	width: 1040px;
	height: 400px;
	margin: 0 auto;
}

footer {
	background: #012F89; 
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	width: 1100px;
	margin: auto;
	margin-bottom: 10px;
}

#sails_container {
	margin: auto;
	width: 1100px;
	height: 70px;
	line-height: 70px;
}

#sails_side {
	position: relative;
	height: 30px;
	float: left;
	width: 484px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px white dotted;
}

#sails_container img {
	position: relative;
	float: left;
	height: 50px;
}

span.foot_txt1 {
	position: relative;
	color: white;
	line-height: 25px;
} 

span.foot_txt1 a {
	color: white;
}

.line-footer {
	margin: auto;
	width: 1060px;
	height: 1px;
	background: white;
	margin-top: 15px;
	margin-bottom: 30px;
}

span.foot_txt2 {
	position: relative;
	font-size: 10px;
	color: white;
}
