@import url(https://fonts.googleapis.com/css?family=Hind); /*--- Body Font --*/
@import url(https://fonts.googleapis.com/css?family=Nobile); /*--- Heading Font --*/

*{
	margin: 0;
	border: 0;
	padding: 0;
}
body{
	background: #f0f0f0;
	font: 14px/20px Arial, San-Serif;
	color: #555;
	margin: 0;
}
h1{
	text-align: center;
	font-family: Hind;
	font-size: 180%;
	line-height: 120%;
	padding: 5% 0;
}
h2{
	font-family: Hind;
	text-decoration: underline;
	line-height: 280%;
	padding-left: 2%;
}
h3{
	font-family: Hind;
	line-height: 110%;
	padding: 1% 0;
}
p{
	font-family: Hind;
	padding: 1%;
}
img{
	font-family: Hind;
	text-align: center;
	max-width: 120%;
	height: auto;
	width: auto;
}
a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
section a{
	color: #555;
	font-family: Hind;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #FFF;
	text-decoration: underline;
}
section a:hover{
	color: #000;
	text-decoration: underline;
}
header{
	/*background: #405580;*/
	background: #02579a;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.90;
}
ul{
	list-style: none;
}
.current{
	color: #FFF;
	text-decoration: underline;
}
#doc{
	margin: 40px
}
#content{
	margin: 0 auto;
	max-width: 1140px;
}
#tekst{

	margin: 40px auto;
	max-width: 1140px;
	font-family: Hind;
	font-size: 16px;	
}
#tekst::first-line{
	text-indent: 30px;
}
.blueberry{
	max-width: 960px;
	margin-top: 110px;
}
section{
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: center;
}
.clear{
	clear: both;
}
article{
	float: left;
	margin: 0 auto;
	width: 35%;
	height: auto;
	padding: 2%;
}
aside{
	float: right;
	margin: 0 auto;
	width: 45%;
	height: auto;
	padding: 1%;
}
article.izdavastvo{
	float: left;
	margin: 0 0;
	width: 50%;
	height: auto;
	padding: 1%;
}
aside.izdavastvo{
	float: right;
	margin: 0 0;
	width: 50%;
	height: auto;
	padding: 1%;
}
aside ul.lokacija{
	margin: 0% 0%;
}
aside a{
	color: #555;
	text-decoration: none;	
}
aside a:hover{
	color: #000;
	text-decoration: none;	
}

ul.firma li {
	padding-left: 5%;
}
footer{
	background: #333333;
	width: 100%;
	overflow: hidden;
	opacity: 0.90;
}
footer p, footer h3{
	color: #FFF;
}
footer p a{
	color: #FFF;
	text-decoration: none;
}
ul.social li {
	display: inline;
}
footer.second{
	border-top: 1px solid #4D4E50;
	background-color: #333333;
	max-height: 50px;
	text-align: center;
	opacity: 0.95;
}
/*----------------MEDIA!!!----------*/
@media screen and (max-width: 478px){
	body{
		position: absolute;
	}
	section{
		float: left;
		margin: 2% 2%;
		text-align: center;
		max-width: 300px;
}
}
@media screen and (max-width: 740px){
	header{
		position: absolute;
	}
	section {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	article {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	aside {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
