@font-face {
   font-family: myFirstFont;
   src: url('../font/Bitstream Vera Sans Roman.ttf');
}

html {
	scroll-behavior: smooth;
}

* {
   font-family: myFirstFont;
}

body {
/*	background-image: url('../slike/pozadina.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;*/
	margin: 0;
	padding: 0;
	min-width: 300px;
	max-width: 100%;
}

.nevidljivi{
	display: none;
}

.social_icons > img{
	float: left;
	width: 50px;
}

@media only screen and (min-width: 600px) and (max-width: 1299px){






	/*NAVIGACIJA*/



	a.skip-main {
	    left:-999px;
	    position:absolute;
	    top:auto;
	    width:1px;
	    height:1px;
	    overflow:hidden;
	    z-index:-999;
	}
	a.skip-main:focus, a.skip-main:active {
	    color: #fff;
	    background-color:#000;
	    left: auto;
	    top: auto;
	    width: 30%;
	    height: auto;
	    overflow:auto;
	    margin: 10px 35%;
	    padding:5px;
	    border-radius: 15px;
	    border:4px solid yellow;
	    text-align:center;
	    font-size:1.2em;
	    z-index:999;
	}




	.navigacija {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 48px;
		max-height: 44px;
		margin: 0;
		background-color: rgba(200,200,200,0.95);
		z-index: 9999;
	}

	.div-navigacija {
		margin: 0 auto;
		max-width: 780px;
		padding: 0 22px;
		position: relative;
		z-index: 2;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
	}

	.ul-navigacija {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0 -10px;
		height: 44px;
		text-align: justify;
		padding: 0;
		list-style: none;
	}

	.li-navigacija {
		display: inline-block;
		position: relative;
		height: 44px;
		z-index: 1;
		vertical-align: top;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		margin: 0;
		padding: 0;
		pointer-events: auto;
	}

	.a-navigacija {
		line-height: 2.7;
		font-weight: 400;
		text-decoration: none;
		color: #333;
		outline-offset: -7px;
	}

	.a-navigacija:hover {
		color: #111;
	}

	.slika-logo {
		width: 60px;
		height: 40px;
	}

	.slika-logo1 {
		display: none;
	}

	.naslov {
		margin: 0;
		padding: 0;
		line-height: 2.7;
		outline-offset: -7px;
		font-size: 1em;
	}

	#labela {
		display: none;
	}

	#toggle {
		display: none;
	}

	.pozovi {
		display: none;
		position: fixed;
		margin: 0;
		padding: 7px 10px;
		background-color: #ffa801;
		border-radius: 15px;
		right: 20px;
		color: #111;
		font-size: 1.2em;
		font-weight: bold;
		z-index: 10000;
	}

	.telefon {
		line-height: 2.7;
		max-height: 24px;
	}


	.a-scroll {
		display: none;
	}






	/*CENTRALNI DEO*/








	.glavni-content {
		height: auto;
	}

	.sekcija {
		margin-top: 44px;
		padding: 50px 0;
		float: left;
		width: 100%;
		height: auto;
		min-height: 280px;
		max-height: 2000px;
		background-color: #222;
	}

	.img-sekcija {
		display: block;
		margin: 0 auto;
		width: 50%;
		border-radius: 100%;
		transition: 0.3s ease;
	}

	.div-tekst{
		float: left;
		width: 50%;
	}

	.h2-tekst {
		display: block;
		margin: 0 10% 3% 25%;
		width: 70%;
		font-size: 3em;
		font-weight: bold;
		color: #ffa801;
	}

	.p-tekst {
		display: block;
		margin: 0 10% 3% 30%;
		width: 70%;
		font-size: 20px;
		color: #EEE;
	}

	.p-a-tekst{
		font-size: 20px;
		color: #EEE;
	}

	.button-tekst {
		text-decoration: none;
		margin-top: 5%;
		margin-left: 30%;
		padding: 10px;
		background-color: #222;
		border: 2px solid #EEE;
		color: #EEE;
		font-size: 2em;
		font-weight: 900;
		border-radius: 3%;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.button-tekst:hover {
		background-color: #EEE;
		color: #222;
	}

	.button-tekst-broj{
		text-decoration: none;
		margin-top: 5%;
		margin-left: 30%;
		padding: 10px;
		background-color: #222;
		border: 2px solid #EEE;
		color: #EEE;
		font-size: 2em;
		font-weight: 900;
		border-radius: 3%;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.button-tekst-broj:hover {
		background-color: #EEE;
		color: #222;
	}

	.div-slika {
		float: left;
		width: 50%;
	}

	.img-slika{
		display: block;
		margin: auto;
		width: 90%;
		-webkit-box-shadow:  0 0 5px 5px #DDD;
		        box-shadow:  0 0 5px 5px #DDD;
	}

	.sekcija1 {
		margin-top: 0;
		padding-bottom: 0;
		background-color: rgba(0, 0, 0, 0);
	}

	.sekcija2 {
		display: block;
		width: 80%;
		margin: 0 10% 0 10%;
		background-color: rgba(0, 0, 0, 0);
		min-height: 200px;
	}

	.h2-tekst1 { 
		color: #f39c12;
		margin: 0;
	}

	.p-tekst1 {
		margin: 3% 5%;
		color: #111;
	}

	.button-tekst1 {
		margin: 0 5%;
		background-color: #FFF;
		border: 2px solid #222;
		color: #222;
		
	}

	.button-tekst1:hover {
		background-color: #222;
		color: #FFF;
	}

	.content {
    	width: 33%;
    	height: 100px;
		float: left;
		border-radius: 100%;
	}

	.zatamnjena-slika {
		background-color: #ecf0f1;
		width: 150px;
    	height: 150px;
    	border-radius: 100%;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		display: block;
		margin: 0 auto;
	}

	.slika-sa-opisom {
		float: left;
		display: block;
		width: 100%;
		padding: 10px 10px 10px 0px;
		margin-top: 15%;
	}

	.slika-sa-opisom-bager {
		padding: 10px;
	}

	.content:hover .zatamnjena-slika {
		display: block;
	}

	.content:hover .tekst-unutar-slike {
	  	opacity: 1;
	}

	.tekst-unutar-slike {
		position: relative;
		width: 150px;
    	height: 140px;
    	border-radius: 100%;
		font-size: 2em;
		font-weight: bold;
		background-color: rgba(0,0,0,0.1);
		color: rgba(241, 196, 15,1.0);
		padding: 5px 0;
		opacity: 0;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		text-align: center;
	}

	.p-ispod-slike {
		text-align: center;
		font-size: 1.3em;
		font-weight: bold;
		color: rgba(241, 196, 15,1.0);
		margin: 0;

	}







	/*FUTER*/










	.futer {
		padding: 10px 0 10px 0;
		margin-top: 10px;
		float: left;
		width: 100%;
		height: auto;
		min-height: 150px;
		max-height: 500px;
		background-color: rgba(230,230,230,0.95);
	}

	.div-futer {
		width: 80%;
		margin: 0 auto;
		height: auto;
		min-height: 150px;
	}

	.div-futer-sekcija {
		float: left;
		width: 50%;
	}

	.div-linija {
		display: none;
		float: left;
		width: 1px;
		min-height: 200px;
		background-color: #222;
		margin-bottom: 10px;
	}

	.ul-futer {
		list-style: none;
		font-size: 0.7em;
	}

	.li-futer-naslov {
		font-size: 1.2em;
		margin-bottom: 5px;
		color: #111;
		font-weight: bold;
	}

	.li-futer {
		padding: 7px 0 ;
	}

	.a-futer {
		text-decoration: none;
		color: #111;
	}

	.a-futer:hover {
		text-decoration: underline;
		color: #111;
	}

	.p-futer-copyright {
		float: left;
		margin: auto;
		font-size: 80%;
	}

	.p-futer-kreator {
		float: right;
		margin: auto;
		font-size: 80%;
	}

	.ocisti {
		width: 80%;
		clear: both;
	}

	

}









@media only screen and (min-width: 1300px){






	/*NAVIGACIJA*/


	a.skip-main {
	    left:-999px;
	    position:absolute;
	    top:auto;
	    width:1px;
	    height:1px;
	    overflow:hidden;
	    z-index:-999;
	}
	a.skip-main:focus, a.skip-main:active {
	    color: #fff;
	    background-color:#000;
	    left: auto;
	    top: auto;
	    width: 30%;
	    height: auto;
	    overflow:auto;
	    margin: 10px 35%;
	    padding:5px;
	    border-radius: 15px;
	    border:4px solid yellow;
	    text-align:center;
	    font-size:1.2em;
	    z-index:999;
	}





	.navigacija {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 48px;
		max-height: 44px;
		margin: 0;
		background-color: rgba(200,200,200,0.95);
		z-index: 9999;
	}

	.div-navigacija {
		margin: 0 auto;
		max-width: 780px;
		padding: 0 22px;
		position: relative;
		z-index: 2;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
	}

	.ul-navigacija {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0 -10px;
		height: 44px;
		text-align: justify;
		padding: 0;
		list-style: none;
	}

	.li-navigacija {
		display: inline-block;
		position: relative;
		height: 44px;
		z-index: 1;
		vertical-align: top;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		margin: 0;
		padding: 0;
		pointer-events: auto;
	}

	.a-navigacija {
		line-height: 2.7;
		font-weight: 400;
		text-decoration: none;
		color: #333;
		outline-offset: -7px;
	}

	.a-navigacija:hover {
		color: #111;
	}

	.slika-logo {
		width: 60px;
		height: 40px;
	}

	.slika-logo1 {
		display: none;
	}

	.naslov {
		margin: 0;
		padding: 0;
		line-height: 2.7;
		outline-offset: -7px;
		font-size: 1em;
	}

	#labela {
		display: none;
	}

	#toggle {
		display: none;
	}

	.pozovi {
		position: fixed;
		margin: 0;
		padding: 7px 10px;
		background-color: #ffa801;
		border-radius: 15px;
		right: 20px;
		color: #111;
		font-size: 1.2em;
		font-weight: bold;
		z-index: 10000;
	}

	.telefon {
		line-height: 2.7;
		max-height: 24px;
	}

	.a-scroll {
		display: none;
	}







	/*CENTRALNI DEO*/








	.glavni-content {
		height: auto;
	}

	.sekcija {
		margin-top: 44px;
		padding: 50px 0;
		float: left;
		width: 100%;
		height: auto;
		min-height: 280px;
		max-height: 2000px;
		background-color: #222;
	}

	.img-sekcija {
		display: block;
		margin: 0 auto;
		width: 50%;
		border-radius: 100%;
		transition: 0.3s ease;
	}

	.div-tekst{
		float: left;
		width: 50%;
	}

	.h2-tekst {
		display: block;
		margin: 0 10% 3% 25%;
		width: 70%;
		font-size: 3em;
		font-weight: bold;
		color: #ffa801;
	}

	.p-tekst {
		display: block;
		margin: 0 10% 3% 30%;
		width: 70%;
		font-size: 20px;
		color: #EEE;
	}

	.p-a-tekst{
		font-size: 20px;
		color: #EEE;
	}

	.button-tekst {
		text-decoration: none;
		margin-top: 5%;
		margin-left: 30%;
		padding: 10px;
		background-color: #222;
		border: 2px solid #EEE;
		color: #EEE;
		font-size: 2em;
		font-weight: 900;
		border-radius: 3%;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.button-tekst:hover {
		background-color: #EEE;
		color: #222;
	}

	.button-tekst-broj{
		text-decoration: none;
		margin-top: 5%;
		margin-left: 30%;
		padding: 10px;
		background-color: #222;
		border: 2px solid #EEE;
		color: #EEE;
		font-size: 2em;
		font-weight: 900;
		border-radius: 3%;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.button-tekst-broj:hover {
		background-color: #EEE;
		color: #222;
	}

	.div-slika {
		float: left;
		width: 50%;
	}

	.img-slika{
		display: block;
		margin: auto;
		width: 70%;
		border: 2px solid white;
		/*box-shadow:  0 0 5px 5px #DDD;*/
	}

	.sekcija1 {
		margin-top: 0;
		padding-bottom: 0;
		background-color: rgba(0, 0, 0, 0);
	}

	.sekcija2 {
		display: block;
		width: 80%;
		margin: 0 10% 0 10%;
		padding-bottom: 4%;
		background-color: rgba(0, 0, 0, 0);
	}

	.h2-tekst1 { 
		color: #f39c12;
		margin: 0;
	}

	.p-tekst1 {
		margin: 3% 5%;
		color: #111;
	}

	.button-tekst1 {
		margin: 0 5%;
		background-color: #FFF;
		border: 2px solid #222;
		color: #222;
	}

	.button-tekst1:hover {
		background-color: #222;
		color: #FFF;
	}

	.content {
    	width: 33%;
    	height: 300px;
		float: left;
		border-radius: 100%;
	}

	.zatamnjena-slika {
		background-color: #ecf0f1;
		width: 300px;
    	height: 300px;
    	border-radius: 100%;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		display: block;
		margin: 0 auto;
	}

	.slika-sa-opisom {
		float: left;
		display: block;
		width: 100%;
		padding: 10px 10px 10px 0px;
		margin-top: 15%;
	}

	.slika-sa-opisom-bager {
		padding: 10px;
	}

	.content:hover .zatamnjena-slika {
		display: block;
	}

	.content:hover .tekst-unutar-slike {
	  	opacity: 1;
	}

	.tekst-unutar-slike {
		position: relative;
		width: 300px;
    	height: 270px;
    	border-radius: 100%;
		font-size: 2em;
		font-weight: bold;
		background-color: rgba(0,0,0,0.1);
		color: rgba(241, 196, 15,1.0);
		padding: 15px 0;
		opacity: 0;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		text-align: center;
	}

	.p-ispod-slike {
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		color: rgba(241, 196, 15,1.0);
		margin: 0;

	}









	/*FUTER*/










	.futer {
		padding: 30px 0 20px 0;
		float: left;
		width: 100%;
		height: auto;
		min-height: 150px;
		max-height: 250px;
		background-color: rgba(230,230,230,0.95);
	}

	.div-futer {
		width: 60%;
		margin: 0 auto;
		height: auto;
		min-height: 150px;
	}

	.div-futer-sekcija {
		float: left;
		width: 33%;
	}

	.div-linija {
		float: left;
		width: 1px;
		min-height: 200px;
		background-color: #222;
		margin-bottom: 10px;
	}

	.ul-futer {
		list-style: none;
		font-size: 0.8em;
	}

	.li-futer-naslov {
		font-size: 1.2em;
		margin-bottom: 5px;
		color: #111;
		font-weight: bold;
	}

	.li-futer {
		padding: 7px 0 ;
	}

	.a-futer {
		text-decoration: none;
		color: #111;
	}

	.a-futer:hover {
		text-decoration: underline;
		color: #111;
	}

	.p-futer-copyright {
		float: left;
		margin: auto;
	}

	.p-futer-kreator {
		float: right;
		margin: auto;
	}

	.ocisti {
		clear: both;
	}

	

}







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



	body {
		margin-top: 5px;
	}


	/*NAVIGACIJA*/


	a.skip-main {
	    left:-999px;
	    position:absolute;
	    top:auto;
	    width:1px;
	    height:1px;
	    overflow:hidden;
	    z-index:-999;
	}
	a.skip-main:focus, a.skip-main:active {
	    color: #fff;
	    background-color:#000;
	    left: auto;
	    top: auto;
	    width: 30%;
	    height: auto;
	    overflow:auto;
	    margin: 10px 35%;
	    padding:5px;
	    border-radius: 15px;
	    border:4px solid yellow;
	    text-align:center;
	    font-size:1.2em;
	    z-index:999;
	}





	.navigacija {
		background-color: rgba(200,200,200,0.95);
		z-index: 9999;
	}

	.div-navigacija {
		margin: 0 auto;
		max-width: 780px;
		padding: 0;
		position: relative;
		z-index: 2;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		background-color: rgba(200,200,200,0.95);
	}

	.ul-navigacija {
		display: none;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0;
		text-align: justify;
		padding: 0;
		width: 100%;
		text-align: center;
		
	}

	.li-navigacija-logo {
		width: 100%;
		display: inline-block;
		position: relative;
		z-index: 1;
		vertical-align: top;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		margin: 0;
		padding: 0;
		pointer-events: auto;
		background-color: rgba(200,200,200,0.95);
	}

	.li-navigacija {
		width: 100%;
		display: block;
	}

	.a-navigacija {
		line-height: 2.7;
		font-weight: 400;
		text-decoration: none;
		color: #333;
		outline-offset: -7px;
	}

	.a-navigacija:hover {
		color: #111;
	}

	.slika-logo {
		width: 60px;
		height: 40px;
	}

	.slika-logo1 {
		position: absolute;
		left: 50%;
		margin-left: -30px;
		width: 60px;
		height: 40px;
	}

	.naslov {
		margin: 0;
		padding: 0;
		line-height: 2.7;
		outline-offset: -7px;
		font-size: 1em;
	}

	#labela {
		display: block;
		position: absolute;
		right: 10px;
		font-size: 2em;
		cursor: pointer;
		z-index: 10000;
	}

	#toggle {
		display: none;
	}

	#toggle:checked + .ul-navigacija {
		display: block;
	}

	.navBg {
		position: fixed;
		right: 20px;
		bottom: 20px;
		background-color: rgba(200,200,200,0.7);
		border-radius: 3px;
		border: 2px solid gray;
		z-index: 3;
	}

	.a-scroll {
		display: none;
	}


	.pozovi {
		display: none;
		position: fixed;
		margin: 0;
		padding: 7px 10px;
		background-color: #ffa801;
		border-radius: 15px;
		right: 20px;
		color: #111;
		font-size: 1.2em;
		font-weight: bold;
		z-index: 10000;
	}

	.telefon {
		line-height: 2.7;
		max-height: 24px;
	}









	/*CENTRALNI DEO*/








	.glavni-content {
		height: auto;
	}

	.sekcija {
		margin-top: 44px;
		padding: 20px 0;
		float: left;
		width: 100%;
		height: auto;
		min-height: 280px;
		max-height: 2000px;
		background-color: #222;
	}

	.img-sekcija {
		display: block;
		margin: 0 auto;
		width: 70%;
		border-radius: 100%;
		transition: 0.3s ease;
	}

	.div-tekst{
		float: left;
		width: 100%;
	}

	.h2-tekst {
		text-align: center;
		display: block;
		margin: 0 auto;
		width: 100%;
		font-size: 2.5em;
		font-weight: bold;
		color: #ffa801;
	}

	.p-tekst {
		text-align: center;
		display: block;
		margin: 2% auto 5% auto;
		width: 80%;
		font-size: 18px;
		color: #EEE;
	}

	.p-a-tekst{
		font-size: 20px;
		color: #EEE;
	}

	.button-tekst {
		text-decoration: none;
		display: block;
		margin: 0 auto;
		padding: 10px;
		max-width: 210px;
		background-color: #222;
		border: 2px solid #EEE;
		color: #EEE;
		font-size: 2em;
		font-weight: 900;
		border-radius: 3%;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.button-tekst:hover {
		background-color: #EEE;
		color: #222;
	}

	.button-tekst-broj{
		text-decoration: none;
		display: block;
		margin: 0 auto;
		padding: 10px;
		max-width: 210px;
		background-color: #222;
		border: 2px solid #EEE;
		color: #EEE;
		font-size: 1.8em;
		font-weight: 900;
		border-radius: 3%;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.button-tekst-broj:hover {
		background-color: #EEE;
		color: #222;
	}

	.div-slika {
		margin-top: 10%;
		float: left;
		width: 100%;
	}

	.img-slika{
		display: block;
		margin: auto;
		width: 70%;
		-webkit-box-shadow:  0 0 5px 5px #DDD;
		        box-shadow:  0 0 5px 5px #DDD;
	}

	.img-slika1 {
		display: none;
	}

	.sekcija1 {
		margin-top: 0;
		padding-bottom: 0;
		background-color: rgba(0, 0, 0, 0);
	}

	.sekcija2 {
		display: block;
		width: 80%;
		margin: 0 10% 0 10%;
		padding-bottom: 4%;
		background-color: rgba(0, 0, 0, 0);
	}

	.h2-tekst1 { 
		color: #f39c12;
		margin: 0;
	}

	.p-tekst1 {
		display: block;
		margin: 2% auto 5% auto;
		color: #111;
	}

	.button-tekst1 {
		text-align: center;
		display: block;
		margin: 0 auto;
		background-color: #FFF;
		border: 2px solid #222;
		color: #222;
	}

	.button-tekst1:hover {
		background-color: #222;
		color: #FFF;
	}

	.content {
    	width: 100%;
    	height: 250px;
		float: left;
		border-radius: 100%;
		margin-bottom: 20%;
	}

	.zatamnjena-slika {
		background-color: #ecf0f1;
		width: 250px;
    	height: 250px;
    	border-radius: 100%;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		display: block;
		margin: 0 auto;
	}

	.slika-sa-opisom {
		float: left;
		display: block;
		width: 100%;
		padding: 10px 10px 10px 0px;
		margin-top: 15%;
	}

	.slika-sa-opisom-bager {
		padding: 10px;
	}

	.content:hover .zatamnjena-slika {
		display: block;
	}

	.content:hover .tekst-unutar-slike {
	  	opacity: 1;
	}

	.tekst-unutar-slike {
		position: relative;
		width: 250px;
    	height: 220px;
    	border-radius: 100%;
		font-size: 2em;
		font-weight: bold;
		background-color: rgba(0,0,0,0.1);
		color: rgba(241, 196, 15,1.0);
		padding: 15px 0;
		opacity: 0;
		-webkit-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		transition: 0.3s ease;
		text-align: center;
	}

	.p-ispod-slike {
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		color: rgba(241, 196, 15,1.0);
		margin: 0;

	}








	/*FUTER*/










	.futer {
		padding: 10px 0 10px 0;
		margin-top: 10px;
		float: left;
		width: 100%;
		height: auto;
		min-height: 150px;
		max-height: 500px;
		background-color: rgba(230,230,230,0.95);
	}

	.div-futer {
		width: 90%;
		margin: 0 auto;
		height: auto;
		min-height: 150px;
	}

	.div-futer-sekcija {
		float: left;
		width: 50%;

	}

	.div-linija {
		display: none;
		float: left;
		width: 1px;
		min-height: 200px;
		background-color: #222;
		margin-bottom: 10px;
	}

	.ul-futer {
		padding-left: 10%;
		list-style: none;
		font-size: 0.7em;
	}

	.li-futer-naslov {
		font-size: 1.2em;
		margin-bottom: 5px;
		color: #111;
		font-weight: bold;
	}

	.li-futer {
		padding: 7px 0 ;
	}

	.a-futer {
		text-decoration: none;
		color: #111;
	}

	.a-futer:hover {
		text-decoration: underline;
		color: #111;
	}

	.p-futer-copyright {
		float: left;
		margin: auto;
		margin-right: 10%;
		font-size: 80%;
	}

	.p-futer-kreator {
		float: left;
		margin: auto;
		font-size: 80%;
	}

	.ocisti {
		width: 80%;
		clear: both;
	}
}