html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#d3cfc7;
	background-image:url(bedge_grunge.png);
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, p, a {
	font-weight:300;
}

p {
	font-weight:400;
}

b {
	font-weight:700;
}

.clear {
	clear:both;
}

.navi {
	width:100%;
	height:32px;
	position:fixed;
	background-color:#a05a2b;
	top:0px;
	display:block;
	text-align:center;
	z-index:12;
}

.navi li {
	display:inline-block;
	margin-right:15px;
}


.navi .menu {
	color:#fff;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	line-height:32px;
}

.navi .active {
	color:#fff;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	line-height:32px;
	padding-bottom:15px;
	background-image:url(active_link.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.hero {
	background-color:#f2f1ef;
	background-image:url(exclusive_paper.png);
	width:100%;
	height:490px;
	position:relative;
}

.hero .virve {
	height:34px;
	background-image:url(virve.png);
	background-repeat:repeat-x;
	position:absolute;
	bottom:-17px;
	width:100%;
}

.hero h1, .hero h2 {
	text-align:center;
	font-style:italic;
}

.hero h1 {
	color:#7c2416;
	font-size:18px;
}

.hero h2 {
	color:#1b0f11;
	font-size:24px;
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.hero .logo {
	margin-left:auto;
	margin-right:auto;
	width:301px;
	height:92px;
	display:block;
	padding-top:50px;
	background-image:url(logo.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.wrap {
	width:790px;
	margin-right:auto;
	margin-left:auto;
	margin-top:250px;
}

.wrap h1 {
	font-weight:300;
	color:#5e0d0f;
	font-size:36px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
	margin-bottom:40px;
}

.wrap p {
	width:470px;
	color:#414141;
	font-size:16px;
	margin-bottom:20px;
	line-height:20px;
	text-align:justify;
}

.wrap article {
	float:left;
}

.wrap .article {
	padding-top:42px;
}

.wrap .round {
	float:left;
	margin-left:61px;
	margin-top:85px;
}

#galerija {
	width:800px;
}

.grouped_elements {
	margin-right:10px;
	margin-bottom:10px;
	width:150px;
	height:150px;
	display:block;
	float:left;
}

#kontakti a {
	color:#414141;
	text-decoration:none;

}

.footer {
	width:100%;
	height:30px;
	text-align:center;
	background-color:#3c3c3c;
}

.footer a, .footer p {
	color:#fff;
	font-size:14px;
	line-height:30px;
}

.footer a {
	color:#696969;
	text-decoration:none;
	padding-left:20px;
}