@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext');

html, body {
	font-size: 62.5%;
	font-family: 'Roboto', sans-serif;
}

p, a, input, li, pre  {
	font-size:1.6rem;
}

span {
	font-size: 1.4rem;
}
/* NASLOVNICA */
.cookie-accept, .cookie-decline{
	background-color: #54A628;
}

.cookie-accept:hover, .cookie-decline:hover{
	background-color: #54A628;
}

/* #NASLOVNICA */

.wrapper {
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 0 15px 7px #c5c5c5;
	-webkit-box-shadow: 0 0 15px 7px #c5c5c5;
	padding-top: 40px;
}

.nav-wrapper{
	background-color: #54a628;
	margin-top:50px;
}

.nav-wrapper .logo img {
	 width:110px;
	 margin-left: 4%;
	 display:block;
	 float:left;
	 margin-top:-26px;
}

.nav-wrapper h1 {
	font-size: 2rem;
	color: #fff;
	font-weight: 300;
	 margin: 0;
	 padding: 3rem 0;
}

.container {
	margin-top: 25px;
}

.container img {
	background-color: #cbccce;
}

.container-first {
	clear: both;
}

.container-first img, .container-second img {
	width:125px;
	height: auto;
}

.card-panel img {
	background-color: #e9644a;
	padding:10px; width:50px;
	margin-top:25px;
}

.card-panel p {
	font-size: 1.4rem;
}

.static-page-title {
	background-color: #54a628;
	margin-top:50px;
	position: relative;
}

.static-page-title img {
	position: absolute;
	left: 4%;
	top: -13px;
	background-color: #54a628;
	height: 87px;
	border: 5px solid #fff;
	padding: 2px;
}

.static-page-title h1, .static-page-title h2 {
	font-size: 2rem;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 2rem 0;}

ul:not(.browser-default) > li {
	list-style-type: disc;
	line-height: 3rem;
}

.proracun-list {
	padding-left: 20px !important;
}

.proracun-list a {
	color: rgba(0,0,0,0.87);
}

.proracun-list a:hover {
	color: #e9644a;
}

.static-page-header .row-title h1 {
	margin: 0 !important;
	color: #fff;
	text-transform: uppercase;
	padding: 2rem 0;
	font-size: 2.2rem;
}

.static-page-header .row-title img {
	position: absolute;
	left: 4%;
	top: -13px;
	height: 87px;
	border: 5px solid #fff;
	padding: 2px;
	background-color: #54a628;
}

.static-page-header .row-subtitle {
	background-color: #0f7100;
	margin: 0;
}

.static-page-header .row-subtitle h2 {
	margin: 0 !important;
	color: #fff;
	padding: 2rem 0;
	font-size: 1.4rem;
}

#graph1, #graph2, #graph3, #graph4, #graph5, #graph6, #graph7, #graph8, #graph9, #graph10, #graph11, #graph12, #graph13, #graph14, #graph1, #graph16, #graph17 {
	margin: 2rem 0;
}

.static-page-header .row-title {
	background-color: #54a628;
	margin: 0;
	position: relative;
}

.static-page-container {
	margin-top: 5rem;
}

.static-page-container p {
	text-align: justify;
}

.cookie-notice {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 50%;
	transform: translateX(-50%);
}

.cookie-notice .collection-item {
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 25px;
}

.cookie-notice .collection-item a {
	margin-top: 1rem;
}

@media only screen and (max-width: 992px) {

	.container .col p {
		text-align: center;
	}



	.card-panel {
		height: auto;
	}

	.zakon-img {
		margin-top: 36px;
	}
}

@media only screen and (max-width: 748px) {

	.nav-wrapper .logo img {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 690px) {
	.row-title img {
		display: none;
	}

	.static-page-title img {
		display: none;
	}
}