@charset "utf-8";
body {
	background-color: #f8f6ee;
	color: #665239;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
}
a {
	color: #ad2727;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
	line-height: 22px;
}
p.zadnji {
	margin: 0 0 0 0;
}
h1 {
	font-size: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 7px 0 7px 0;
	padding: 0;
	font-weight: 200;
}
.wrapper {
	display: table;
	width: 820px;
	margin: auto;
	padding-top: 60px;
}
.photo,
.text {
	display: table-cell;
	vertical-align: top;
}
.text {
	padding-top: 5px;
}
.adresa,
.radno-vrijeme {
	display: table-cell;
	vertical-align: top;
}
.adresa {
	padding-right: 40px;
	border-right: 1px solid #665239;
}
.radno-vrijeme {
	padding-left: 42px;
}
.web-trgovina {
	width: 810px;
	margin: 20px auto 20px auto;
	border-top: 1px solid #665239;
	padding-top: 25px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.web-trgovina i {
	margin-right: 10px;
}


