@import url("css/reset.css");
@import url("css/layout.css");
@import url("css/menu.css");

html{
	height:100%;
}
body{
	background:White;
	height:100%;
	margin:0;
	padding:0px;
	font-family:'Source Sans Pro', Helvetica, sans-serif;
	font-size:13px;
	color:#404040;
	line-height:18px;
	min-width:960px;
}
a{
	color:#4d683d;
}
a:hover{
	color:#7ea161;
	text-decoration:none;
}
p{
	margin-bottom:15px;
	font-size:14px;
	text-align:justify;
}
*+h2,*+h3,*+h4,*+h5{
	margin-top:20px;
}
strong{
	font-weight:bold;
}
h1{
	font:normal 28px/32px Righteous, san-serif;
	color:#4d683d;
	margin-bottom:20px;
	text-transform:uppercase;
}
#h1{
	padding:30px 0 10px;
	background-color:#4d683d;
	margin-bottom:30px;
	border-bottom:5px solid #534e28;
}
#h1 h1{
	margin-bottom:0px;
	color:White;
	margin-left:0px;
	font-family:Righteous, san-serif;
}
h2,h3,h4,h5{
	font-family:Righteous, san-serif;
	margin-bottom:15px;
	color:#7ea161;
	text-transform:uppercase;
}
h2{
	font-size:22px;
	line-height:26px;
}
h3{
	font-size:20px;
	line-height:24px;
}
h4{
	font-size:18px;
	line-height:22px;
}
h5{
	font-size:16px;
	line-height:20px;
	margin-top:15px;
	margin-bottom:15px;
}
ul, ol{
	margin-bottom:15px;
	padding-left:20px;
}
ul li{
	margin-bottom:10px;
	list-style:disc outside;
	margin-left:20px;
}
ol li{
	margin-bottom:10px;
	list-style:decimal outside;
	margin-left:20px;
}
ul ul, ol ol{
	margin-top:10px;
	margin-bottom:0px;
	padding:0;
}
ul li li{
	list-style-type:circle;
}
ol li li{
	list-style-type:lower-latin;
}
.border{
	border:1px dotted #534e28;
}
.border p:last-child{
	margin-bottom:0px;
}
aside h2{
	background-color:#534e28;
	margin:0;
	padding:8px 12px;
	color:White;
}
p img{
	width:196px!important;
	height:auto!important;
	border:2px solid #534e28;
	float:left;
	margin:3px 20px 5px 0px;
}
p img.float-right{
	float:right;
	margin:3px 20px 5px 20px;
}
#header{
 padding:20px 0px 0;
}
#header .container{
	position:relative;
}
#footer a, #footer h3{
	color:#7ea161;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
}
#wrapper{
	background-color:White;
	margin:0px auto;
	min-height:100%;
	position:relative;
}
figure#logo{
	overflow:hidden;
}
figure#logo img{
	float:left;
	width:70px;
	height:70px;
	margin-left:10px;
}
figure#logo figcaption{
	font-family:Righteous, san-serif;
	font-size:65px;
	margin-left:90px;
	padding-top:0px;
	line-height:46px;
	color:#7ea161;
}
figure#logo figcaption span{
	margin-left:3px;
	display:block;
	font-size:22px;
	font-family:'Source Sans Pro', Helvetica, sans-serif;
	color:#404040;
	line-height:31px;
	letter-spacing:0.1px;
}
.fon{
	height:385px;
	background:#534e28 url(images/slider/kresnice.jpg) no-repeat center;
	margin-bottom:30px;
	border-bottom:5px solid #534e28;
}

#content{
	position:relative;
	z-index:112;
	background-color:White;
}
#footer{
	background-color:#534e28;
	color:White;
	border-top:5px solid #7ea161;
	position:absolute;
	bottom:0;
	width:100%;
	height:58px;
	z-index:113;
}
#copy{
	background-color:Black;
}
pre{
	padding:15px;
	margin-bottom:15px;
	border:1px solid #DBD9B0;
	background-color:#E3E1C1;
}
#copy{
	position:relative;
	padding:20px 0 0px;
}
#copy .container{
	position:relative;
}
.company{
	text-align:right;
}
.company a{
	margin-left:10px;
}
.social{
	position:absolute;
	top:20px;
	right:10px;
	width:auto;
}
.nm_post_back{
	clear:both;
}
.nm_recent{
	padding:15px;
	margin-bottom:15px;
	border:1px solid #DBD9B0;
	border-top:0;
	background-color:#E3E1C1;
}
.nm_post_date{
	color:#DBD9B0;
}
.currentTextHolder,
.pp_description{
	font-style:normal !important;
	font-family:'Source Sans Pro', Helvetica, sans-serif !important;
}
#map{
	width:458px;
	height:398px;
	border:1px solid #222222;
	border-top:0;
}

/* PDF document links */
a[href$='.pdf'] {
	background:transparent url(images/filetypes/pdf.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:16px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.xlsx'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
	background:transparent url(images/filetypes/excel.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:16px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
	background:transparent url(images/filetypes/word.gif) center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:16px;
}