@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Coda';
    src: url(../font/Coda.ttf) format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdLib';
    src: url(../font/AdLib.ttf) format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri';
    src: url(../font/calibri.ttf) format('truetype');
	font-weight: normal;
    font-style: normal;
}

html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Coda', Coda, sans-serif ;
	color: #000000;
	background: url(../slike/gray_jean.png) repeat;
	font-size: 1em;
}

a:link {
    color: #c73a40;
    text-decoration: none;
}

a:visited {
    color: #004a80;
	text-decoration: none;
}

a:hover {
    color: #1085bf;
	text-decoration: none;
}

h1 {
	font-family: 'Coda', Coda;
    font-size: 3em;
	text-transform: uppercase;
	font-weight: bold;
    color: #ffffff;
	margin: 0;
	padding: 0 0 0.5em 0;
	border-bottom: 3px dashed #ffffff;
	text-shadow: 2px 2px 5px #333;
}

h2 {
	font-family: 'Coda', Coda;
}

h3 {
	font-size: 1.5em;
	text-align: left;
	margin: 0;
	padding: 0.3em 10px;
	font-family: 'Coda', Coda;
	color: #ffffff;
	font-weight: lighter;
	background-color: rgba(0,74,128,0.7);
	border: 1px solid #aaaaaa;
}

h4 {
    font-size: 1.5em;
	font-weight: lighter;
	margin: 0;
	padding: 0.3em 10px;
	color: #044476;
	background-color: #e4ffe2;
	text-align: left;
	border-radius: 5px;
}

h5 {
    font-size: 1.2em;
	font-weight: lighter;
	margin: 20px 0;
	padding: 0;
	color: #000000;
}

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../slike/bg.jpg) no-repeat top center;
	background-attachment: scroll;
    background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}

#headerosvz {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../slike/osvz.jpg) no-repeat top center;
	background-attachment: scroll;
    background-size: auto auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}

.h_text {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	margin: 0;
	color: #999;
	letter-spacing: 0.5px;
}

.h_text2 {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	padding: 1em 0;
	margin: 0;
}

.logobox {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.logo {
	width: 15%;
	margin: 0 0 0 5%;
	padding: 1em 0 2em 0;
	z-index: 9999;
	position: relative;
	float: left;
}

.logo img {
	width: 100%;
}


#sadrzaj {
	width: 100%;
	margin: 2em 0;
	padding: 0;
}

.sadrzajsve {
	display: inline-block;
	width: 90%;
	margin: 0 5%;
	padding: 0;
}

.nblog {
	display: inline-block;
	width: 63%;
	margin: 0;
	padding: 0;
	float: left;
}

.sadrzajblog {
	display: inline-block;
	width: 63%;
	margin: 2em 0;
	padding: 0;
	color: #23415a;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	float: left;
}

.sadrzajltxt {
	margin: 30px;
	text-align: justify;
}

.sadrzajltxt2 {
	margin: 30px 5%;
	text-align: justify;
}

.slikablog {
	width: 98%;
	border: 1px solid #a0a0a0;
	margin: 0.625em 0;
	padding: 1%;
}

.slikablog img {
	width: 100%;
}

.slikatablica {
	width: 100%;
	margin: 0.625em 0;
	padding: 0;
}

.slikatablica img {
	width: 100%;
}

.sadrzajl {
	display: inline-block;
	width: 35%;
	margin: 0 0 0 1%;
	padding: 0;
}

.skupinesve {
	margin: 0 0 2em 0;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 0 0 5px 5px;
	padding: 0 10px;
}

.text {
	width: 100%;
	margin: 0;
	padding: 0;
}

.text2 {
	padding: 0.625em;
}

.text2 p {
	border-bottom: dotted 1px #CCCCCC;
	padding: 0 0 5px 0;
}

.datum	{
	color: #3a9df0;
	text-decoration: none;
	text-transform: none;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 1.25em;
}

.prvired {
	color: #df0024;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rezultat {
	color: #000000;
	float:right;
}

.napomena {
	padding-bottom: 10px;
}

.napomena span {
	color: #999;
}

.kolobr {
	font-size: 1.3em;
	color: #000000;
	font-weight: lighter;
}

#footer {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
	border-top: 5px solid #e8e8ea;
}

.footertxt {
	text-align: center;
	font-size: 0.75em;
	padding: 30px;
	color: #000000;
}

/*--bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: -8px;
    right: 1em;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url(../slike/arrow-up.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/


@media (min-width:1700px) and (max-width:2500px){
	
body {
	font-size: 1.1em;
}
	
}

@media (min-width:2500px) and (max-width:3000px){
	
body {
	font-size: 1.4em;
}

}

@media (min-width:3000px) and (max-width:3500px){
	
body {
	font-size: 1.6em;
}
	
}

@media (min-width:3500px) and (max-width:4000px){
	
body {
	font-size: 2em;
}
	
}

@media (min-width:4000px) and (max-width:5000px){
	
body {
	font-size: 2.5em;
}
	
}

@media (min-width:5000px) and (max-width:7000px){
	
body {
	font-size: 3em;
}
	
}