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

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

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

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

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

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

body {
	font-family: verdana;
	color: #000000;
	background: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 18pt;
}

h1 {
	font-family: 'Roboto-Regular', Roboto-Regular;
	width: 90%;
    font-size: 3.5em;
	margin: 1em 0 0.5em 5%;
	padding: 0;
	float: left;
	font-weight: 400;
	color: #000;
}

h2 {
	padding: 0;
	font-family: 'Roboto-Regular', Roboto-Regular;
	font-weight: 400;
	font-size: 2em;
}

h3 {
	font-family: 'Roboto-Regular', Roboto-Regular;
	font-size: 1.25em;
	text-align: left;
	margin: 0;
	padding: 0.7em 1em;
	color: #ffffff;
	background-color: #9e0b0f;
	font-weight: 400;
}

h4 {
	font-family: 'ASafePlacetoFall', ASafePlacetoFall;
    font-size: 2em;
	margin: 0;
	padding: 0;
	color: #fff200;
	letter-spacing: 2px;
}

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

h6 {
    font-size: 1.125em;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
	color: #fdc689;
}

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

header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #00153b;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	position: relative;
	z-index: 999;
	border-radius: 0;
}

banner {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background: url("../slike/header-bg.jpg") top center no-repeat;
	display: inline-block;
	background-size: cover;
}

.container {
	width: 80%;
	margin: 0 10%;
	padding: 0;
	display: inline-block;
}

.container2 {
	width: 96%;
	margin: 1% 2%;
	padding: 0;
	text-align: center;
	display: inline-block;
}

.logo {
	width: 48%;
	margin: 0 0 0 2%;
	padding: 0;
	float: left;
}

.logo img {
	max-height: 70px;
	width: auto;
	vertical-align: middle;
}

.izb {
	width: 48%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10%;
	top: 0;
}

menu {
	width: 100%;
	margin: -5px 0 0 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

.link {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	background: #df0024;
}

.link1 {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	background: #00153b;
}

.link-txt {
	text-align: center;
	padding: 1em 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.link-txt a {
	color: #fff;
	text-transform: none;
	text-decoration: none;
}

.link-txt a:hover {
	color: #ffed00;
	text-transform: none;
	text-decoration: underline;
}

main {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content {
	width: 80%;
	margin: 0 10%;
	padding: 0;
	display: inline-block;
}

.content a {
	text-transform: none;
	text-decoration: none;
	color: #00153b;
}

.content a:hover {
	text-transform: none;
	text-decoration: underline;
	color: #df0024;
}

section {
	width: 58%;
	margin: 2em 0 2em 5%;
	padding: 0;
	float: left;
}

aside {
	display: inline-block;
	width: 30%;
	margin: 2em 0 2em 2%;
	padding: 0;
	border: 1px solid #dddfe2;
	border-radius: 5px;
}

.skupinesve {
	width: 90%;
	margin: 1.5em 5%;
	border: 1px solid #000;
	border-radius: 0;
	padding: 0;
}

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

.text2 {
	padding: 1em;
}

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

.text3 {
	padding: 1em;
}

.section-txt {
	width: 96%;
	margin: 0 2% 1.5em 2%;
	border: 1px solid #dddfe2;
}

.section-txt2 {
	width: 90%;
	margin: 0;
	padding: 5%;
}

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

.slikatablica img {
	width: 100%;
}


.datum	{
	color: #065b83;
	padding: 1em 0;
	font-size: 1.25em;
	border-bottom: 1px dotted #787878;
}

.prvired {
	color: #000;
	text-transform: uppercase;
	padding: 1em 0;
	font-weight: bold;
}

.rezultat {
	float:right;
	color: #9e0b0f;
}

.napomena {
	padding-bottom: 10px;
}

.napomena span {
	color: #acacac;
}

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

.figure {
  width: 90%;
	margin: 0 5% 0.5% 5%;
	padding: 0;
  display: inline-block;
  position: relative;
}

.slika {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.slika img{
  width: 100%;
}

.figure:hover .slika {
  opacity: 0.3;
}

.tekst a{
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-size: 1em;
  padding: 1em;
}

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("../slike/f-bg.jpg") top center;
	background-size: cover;
	border-top: 5px solid #707070;
	z-index: 990;
	position: relative;
	font-family: 'tahoma', tahoma;
}

footer a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}

footer a:hover {
    color: #ff0000;
	text-decoration: underline;
}

.footer-col {
	width: 70%;
	margin: 1em 15%;
	padding: 0;
	display: inline-block;
}

.footer-col-2 {
	width: 30%;
	margin: 1em 1.5%;
	padding: 0;
	float: left;
}

.footer-col-3 {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	display: inline-block;
	border-top: 2px dotted #fff;
	text-align: center;
	color: #fdc689;
	font-size: 0.875em;
}

.footertxt {
	text-align: left;
	font-size: 0.875em;
	padding: 0;
	line-height: normal;
	color: #fdc689;
}

.f-text {
	padding: 1em 1.5em;
}

.f-text p {
	padding: 0 0 5px 0;
}

.f-text a {
	color: #fff;
}

/*--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 --*/