@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic-ext,latin-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic-ext,latin-ext);
/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
html {
  width: 100% !important; }

a:link {
  color: inherit; }

a:active {
  color: inherit; }

a:visited {
  color: inherit; }

a:hover {
  color: inherit; }

body {
  background: #F9F9F9; }

.top-m {
  margin-top: 20px; }

.top-m-x2 {
  margin-top: 40px; }

.bottom-m {
  margin-bottom: 20px; }

.scrollToTop {
  width: 53px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  position: fixed;
  bottom: 140px;
  right: 40px;
  display: none;
  background: #BF2E31;
  line-height: 13px;
  font-size: 11px; }
  .scrollToTop:hover {
    background: #2B546D; }
  .scrollToTop .fa {
    font-size: 50px;
    display: inline-block;
    height: 40px; }
  .scrollToTop p {
    padding: 0px !important;
    margin-bottom: 0px !important;
    margin-top: -22px; }

/* ==========================================================================
   Design
   ========================================================================== */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 28, 2015, 7:03:51 PM
    Author     : omar
*/
header {
  width: 100%;
  top: 0px;
  /*top-menu holder*/ }
  header .title {
    background: #fff;
    padding: 10px 0; }
    @media (min-width: 767px) {
      header .title {
        padding: 0px; } }
    header .title .wrapper {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      @media (min-width: 1000px) {
        header .title .wrapper {
          height: 150px;
          padding-top: 30px; } }
      @media (min-width: 767px) {
        header .title .wrapper {
          background: url("../img/top-bg.jpg") #fff no-repeat right 50px top 0px; } }
      @media (min-width: 767px) {
        header .title .wrapper {
          width: 100%; } }
      @media (min-width: 1000px) {
        header .title .wrapper {
          width: 1000px; } }
      @media (min-width: 1300px) {
        header .title .wrapper {
          width: 1140px; } }
      header .title .wrapper .logo {
        width: 70px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 767px) {
          header .title .wrapper .logo {
            width: 100px; } }
        @media (min-width: 1000px) {
          header .title .wrapper .logo {
            margin-left: 0px; } }
        header .title .wrapper .logo img {
          width: 100%; }
      header .title .wrapper h1 {
        font-size: .7em;
        margin-left: 20px;
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 100;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 767px) {
          header .title .wrapper h1 {
            font-size: 1em;
            margin-left: 50px; } }
        header .title .wrapper h1 span {
          font-family: 'PT Sans Narrow', sans-serif;
          font-weight: bold; }
      header .title .wrapper .search {
        position: relative;
        width: 100%;
        background: #2B546D;
        margin-bottom: -10px;
        padding: 7px; }
        @media (min-width: 767px) {
          header .title .wrapper .search {
            position: absolute;
            right: 3%;
            top: 30%;
            width: auto;
            background: transparent;
            padding: 0px; } }
        header .title .wrapper .search input {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 7px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          width: 85%;
          border: 1px solid #2B546D; }
          @media (min-width: 767px) {
            header .title .wrapper .search input {
              width: 140px; } }
        header .title .wrapper .search button {
          background: #BF2E31;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 7px;
          height: 35px;
          color: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          border: 0px;
          width: 13%; }
          @media (min-width: 767px) {
            header .title .wrapper .search button {
              width: auto; } }

.top-menu {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  display: block; }
  @media (min-width: 767px) {
    .top-menu {
      width: 100%; } }
  @media (min-width: 1000px) {
    .top-menu {
      width: 1000px; } }
  @media (min-width: 1300px) {
    .top-menu {
      width: 1140px; } }

.top-menu li {
  display: inline-block;
  position: relative;
  z-index: 121; }

.top-menu li:first-child {
  margin-left: 0; }

.top-menu li a {
  text-decoration: none;
  padding: 20px 8px;
  display: block;
  color: #000;
  transition: all 0.2s ease-in-out 0s; }

.top-menu li a:hover, .top-menu li:hover > a {
  color: #fff;
  background: #DB4532; }

.top-menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 120;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out; }

.top-menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px; }

.top-menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0; }

.top-menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #000;
  background: #F2EDED; }

.top-menu ul li a:hover, .top-menu ul li:hover > a {
  background: #DB4532;
  color: #fff; }

.top-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0); }

.top-menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out; }

.top-menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px; }

.top-menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0); }

@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
    width: 768px; }

  .top-menu ul {
    top: 37px; }

  .top-menu li a {
    font-size: 12px; }

  a.homer {
    background: #374147; } }
@media (max-width: 767px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px; }

  .top-menu {
    display: none; }

  .responsive-top-menu {
    display: block; }

  nav.top {
    margin: 0;
    background: none; }

  .top-menu li {
    display: block;
    margin: 0; }

  .top-menu li a {
    background: #F2EDED;
    color: #000; }

  .top-menu li a:hover, .top-menu li:hover > a {
    background: #DB4532;
    color: #fff; }

  .top-menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial; }

  .top-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial; }

  .top-menu ul ul {
    left: 0;
    transform: initial; }

  .top-menu li > ul ul:hover {
    transform: initial; } }
nav.header {
  width: 100%;
  margin: 0px auto;
  display: block;
  background: #2b546d; }

.menu {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  display: block; }
  @media (min-width: 767px) {
    .menu {
      width: 100%; } }
  @media (min-width: 1000px) {
    .menu {
      width: 1000px; } }
  @media (min-width: 1300px) {
    .menu {
      width: 1140px; } }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100; }

.menu li:first-child {
  margin-left: 0; }

.menu li a {
  text-decoration: none;
  padding: 10px 8px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s; }

.menu li a:hover, .menu li:hover > a {
  color: #fff;
  background: #DB4532; }

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out; }

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px; }

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0; }

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #000;
  background: #F2EDED; }

.menu ul li a:hover, .menu ul li:hover > a {
  background: #DB4532;
  color: #fff; }

.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0); }

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out; }

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px; }

.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0); }

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #2B546D;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'PT Sans Narrow', sans-serif; }

.responsive-menu:hover {
  background: #2B546D;
  color: #fff;
  text-decoration: none; }

#resp-menu {
  color: #fff; }

a.homer {
  background: #DB4532; }

@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
    width: 768px; }

  .menu ul {
    top: 37px; }

  .menu li a {
    font-size: 12px; }

  a.homer {
    background: #374147; } }
@media (max-width: 767px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px; }

  .menu {
    display: none; }

  .responsive-menu {
    display: block; }

  nav.header {
    margin: 0;
    background: none; }

  .menu li {
    display: block;
    margin: 0; }

  .menu li a {
    background: #fff;
    color: #797979; }

  .menu li a:hover, .menu li:hover > a {
    background: #DB4532;
    color: #fff; }

  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial; }

  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial; }

  .menu ul ul {
    left: 0;
    transform: initial; }

  .menu li > ul ul:hover {
    transform: initial; } }
.language {
  float: right;
  color: #D0D0D0M; }

@media (min-width: 767px) {
  .language {
    float: right;
    color: #D0D0D0M;
    font-size: 10px; }

  .language a {
    padding: 23px 8px !important; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 28, 2015, 7:03:16 PM
    Author     : omar
*/
.container {
  height: 100%;
  position: relative;
  margin-bottom: 290px; }
  @media (min-width: 0) {
    .container {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; } }
  @media (min-width: 1000px) {
    .container {
      width: 1000px;
      margin: 0 auto;
      margin-top: 2em;
      margin-bottom: 350px; } }
  @media (min-width: 1300px) {
    .container {
      width: 1140px; } }
  @media (min-width: 0) {
    .container h2 {
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 1.8em;
      padding-left: 15px; } }
  .container .leftZahtjev {
    width: 100%;
    margin-right: 0px;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .container .left {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 0) {
      .container .left {
        width: 100%;
        margin-right: 0px; } }
    @media (min-width: 767px) {
      .container .left {
        width: 59%;
        margin-right: 30px; } }
  @media (min-width: 0) {
    .container .right {
      display: none; } }
  @media (min-width: 767px) {
    .container .right {
      display: inline-block;
      vertical-align: top;
      width: 36.5%; } }
  @media (min-width: 1000px) {
    .container .right {
      width: 37.2%; } }

#slider {
  width: 100%; }

#slider .slider-slika {
  width: 100%;
  max-height: 310px;
  overflow: hidden; }

#slider .item img {
  display: block;
  width: 100%; }

#slider .item h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  display: inline-block;
  width: 100%;
  color: #2b546d;
  font-size: 1.5em;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: 92px;
  overflow: hidden;
  border-bottom: 1px solid #2b546d; }

.latest-news {
  width: 100%; }
  .latest-news article {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-bottom: 1px solid #2b546d;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    @media (min-width: 767px) {
      .latest-news article {
        width: 48%;
        height: 150px; } }
    .latest-news article h3 {
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 1.2em;
      font-weight: normal;
      height: 42px;
      overflow: hidden; }
      @media (min-width: 767px) {
        .latest-news article h3 {
          height: 92px; } }
    .latest-news article span {
      font-size: .6em;
      position: absolute;
      bottom: 5px; }
  @media (min-width: 767px) {
    .latest-news article:nth-child(2n+2) {
      margin-left: 11px; } }
  .latest-news article:hover {
    background: #2b546d;
    color: #fff; }

.o-inspektoratu {
  width: 100%; }
  .o-inspektoratu article {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    overflow: hidden;
    border-bottom: 1px solid #2b546d;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    @media (min-width: 0) {
      .o-inspektoratu article {
        height: 200px; } }
    @media (min-width: 767px) {
      .o-inspektoratu article {
        height: 260px; } }
    .o-inspektoratu article h3 {
      font-size: 1em;
      font-weight: bold;
      font-family: 'PT Sans Narrow', sans-serif;
      height: 75px;
      overflow: hidden; }
    .o-inspektoratu article img {
      width: 100%; }
  .o-inspektoratu article:nth-child(2n+2) {
    margin-left: 5px; }
  .o-inspektoratu article:hover {
    background: #2b546d;
    color: #fff; }

.r-box {
  width: 100%;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }

.banner {
  background: #2b546d;
  color: #fff;
  font-weight: 700;
  font-family: 'PT Sans Narrow', sans-serif;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer; }
  .banner img {
    width: 100% !important; }

.banner:nth-child(2n+2) {
  background: #db442f; }

.banner:hover {
  opacity: .8; }

.banner-small {
  height: 90px;
  line-height: 90px; }
  .banner-small a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
    display: inline-block;
    height: 90px;
    line-height: 90px; }

.banner-big {
  height: 120px;
  line-height: 120px; }
  .banner-big a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
    display: inline-block;
    height: 120px;
    line-height: 120px; }

.faq {
  width: 100%;
  display: inline-block; }
  .faq .questions {
    width: 40%;
    vertical-align: top; }
    @media (min-width: 0) {
      .faq .questions {
        display: none; } }
    @media (min-width: 767px) {
      .faq .questions {
        display: inline-block; } }
  .faq .questions ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px; }
  .faq .questions ul li a {
    color: #2B546D;
    font-size: 1em;
    font-weight: 700;
    font-family: 'PT Sans Narrow', sans-serif; }
  .faq .answers {
    display: inline-block;
    vertical-align: top;
    float: right; }
    @media (min-width: 0) {
      .faq .answers {
        width: 100%; } }
    @media (min-width: 767px) {
      .faq .answers {
        width: 55%; } }
    .faq .answers ul {
      list-style: none;
      margin-left: 0px;
      padding-left: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      background: #f5f5f5;
      margin-bottom: 40px; }
      .faq .answers ul li a {
        color: #2B546D;
        font-size: 0.7em;
        font-weight: 700;
        font-family: 'PT Sans Narrow', sans-serif;
        margin-bottom: 10px; }

.sidebar ul {
  list-style: none;
  padding-left: 0px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 28, 2015, 7:04:00 PM
    Author     : omar
*/
footer {
  background: #2b546d;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%; }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0; }
    @media (min-width: 767px) {
      footer .wrapper {
        width: 980px; } }
    footer .wrapper ul {
      display: none; }
      @media (min-width: 767px) {
        footer .wrapper ul {
          list-style: none;
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2;
          list-style-position: inside; }
          footer .wrapper ul li a {
            color: #fff;
            -webkit-transition: all 200ms ease-out;
            -moz-transition: all 200ms ease-out;
            -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out; }
          footer .wrapper ul li a:hover {
            color: #d9d9d9; } }
  footer .copyright {
    padding: 20px 0;
    background: #4381a7;
    width: 100%; }
    footer .copyright .logo {
      width: 20%;
      max-width: 100px;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 767px) {
        footer .copyright .logo {
          width: 100px; } }
      footer .copyright .logo img {
        width: 100%; }
    footer .copyright .copyright-text {
      width: 75%;
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 12px; }
      @media (min-width: 767px) {
        footer .copyright .copyright-text {
          width: 820px;
          margin-left: 40px; } }

.breadcrumb {
  padding-left: 0px;
  list-style: none;
  overflow: hidden;
  font: 10px Helvetica, Arial, Sans-Serif; }

.breadcrumb li {
  float: left; }

.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  background: brown;
  /* fallback color */
  background: #2b546d;
  position: relative;
  display: block;
  float: left;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  /* Don't forget this one */
  text-overflow: ellipsis; }

.breadcrumb li:first-child a {
  padding-left: 10px; }

.breadcrumb li:nth-child(2) a {
  background: rgba(43, 84, 109, 0.9); }

.breadcrumb li:nth-child(2) a:after {
  border-left-color: rgba(43, 84, 109, 0.9); }

.breadcrumb li:nth-child(3) a {
  background: rgba(43, 84, 109, 0.8); }

.breadcrumb li:nth-child(3) a:after {
  border-left-color: rgba(43, 84, 109, 0.8); }

.breadcrumb li:nth-child(4) a {
  background: rgba(43, 84, 109, 0.7); }

.breadcrumb li:nth-child(4) a:after {
  border-left-color: rgba(43, 84, 109, 0.7); }

.breadcrumb li:nth-child(5) a {
  background: rgba(43, 84, 109, 0.6); }

.breadcrumb li:nth-child(5) a:after {
  border-left-color: rgba(43, 84, 109, 0.6); }

.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default; }

.breadcrumb li:last-child a:after {
  border: 0; }

.breadcrumb li a:hover {
  background: rgba(43, 84, 109, 0.4); }

.breadcrumb li a:hover:after {
  border-left-color: rgba(43, 84, 109, 0.4) !important; }

.left img {
  max-width: 100%; }

.staticna .text img {
  padding: 7px; }

.staticna .text a {
  color: #2B546D;
  font-weight: bold;
  font-family: 'PT Sans Narrow', sans-serif; }

.opcije-stranice a {
  display: inline-block;
  color: #2B546D;
  float: right;
  margin-right: 10px;
  font-size: 10px; }

date {
  color: #2B546D;
  font-size: 12px; }

.left {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }

.staticna .fajlovi > h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  display: inline-block;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 2em;
  color: #999;
  background: #efefef; }

.staticna .fajlovi ul {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.staticna .fajlovi ul li {
  display: inline-block;
  width: 100%;
  border-bottom: #efefef solid 1px;
  padding: 10px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.staticna .fajlovi ul a {
  color: inherit; }

.staticna .fajlovi ul li:hover {
  background: #efefef;
  cursor: pointer; }

.staticna .fajlovi ul li .preuzmi-dugme {
  display: none;
  position: absolute;
  right: 1%;
  background: #2B546D;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: 0px 0px 4px 1px #ccc; }

.staticna .fajlovi ul li:hover .preuzmi-dugme {
  display: inline-block; }

.staticna .fajlovi ul li:hover label {
  color: #999; }

.staticna .fajlovi ul li > i {
  display: inline-block;
  width: 5%;
  text-align: center;
  font-size: 2em;
  color: #999; }

.staticna .fajlovi ul li label {
  display: inline-block;
  width: 91%;
  padding: 0 2%;
  float: right;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.4em; }

.staticna .grupepitanja {
  display: inline-block;
  width: 100%; }

.staticna .grupepitanja ul {
  padding-left: 0px; }

.staticna .grupepitanja ul li {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  position: relative; }

.staticna .grupepitanja ul li:hover {
  opacity: .9; }

.staticna .grupepitanja ul li:hover .fa-angle-right {
  color: #D54230; }

.staticna .grupepitanja ul li i {
  display: inline-block;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #2B546D;
  color: #fff;
  width: 5%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.staticna .grupepitanja ul li .fa-angle-right {
  display: inline-block;
  position: absolute;
  right: 1%;
  padding: 5px 0;
  width: auto;
  top: 0;
  background-color: #2B546D;
  font-size: 2em;
  color: #fff; }

.staticna .grupepitanja ul li label {
  display: inline-block;
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding: 15px 2%;
  background: #2B546D;
  color: #fff;
  font-size: 18px;
  cursor: pointer; }

.faq {
  display: inline-block;
  width: 100%;
  min-height: 800px;
  float: left; }

.faq > h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 1.4em;
  border-bottom: #266CAE solid 2px;
  color: #266CAE;
  text-align: left; }

.faq ul {
  display: inline-block;
  width: 100%; }

.faq ul li {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0; }

.faq ul li h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  display: inline-block;
  width: 96%;
  padding: 10px 2%;
  background: #efefef;
  color: #666;
  text-align: left;
  line-height: 1.4em;
  font-size: 20px !important;
  border-bottom: #ccc solid 1px; }

.faq ul li h1 > label {
  width: 90%;
  float: left;
  font-size: 20px;
  display: inline-block; }

.faq ul li h1 i {
  float: right;
  display: inline-block; }

.faq ul li span {
  display: none;
  width: 96%;
  padding: 2%;
  background: #f5fbfe;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #246AAC;
  box-shadow: 0px 0px 4px -1px #ccc; }

.clanak-lista-kategorija ul {
  list-style: none;
  padding-left: 0px; }

.clanak-lista-kategorija ul li {
  display: inline-block;
  width: 100%;
  padding: 5px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-top: 1px solid #B0B0B0;
  margin-bottom: 8px; }

.clanak-lista-kategorija ul li:hover {
  background: #2B546D;
  color: #fff; }

.clanak-lista-kategorija ul li .img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%; }
  @media (min-width: 767px) {
    .clanak-lista-kategorija ul li .img {
      width: 40%; } }
  .clanak-lista-kategorija ul li .img img {
    width: 100%; }

.clanak-lista-kategorija ul li .content {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 767px) {
    .clanak-lista-kategorija ul li .content {
      width: 50%; } }
  .clanak-lista-kategorija ul li .content h1 {
    font-size: 1.4em;
    margin-top: 5px; }
  .clanak-lista-kategorija ul li .content label {
    font-size: .7em; }

.clanak-lista-kategorija ul li label {
  display: inline-block; }

.pagination-sm {
  padding-left: 0px; }

.pagination-sm li {
  display: inline-block;
  background: #2B546D;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 10px;
  margin: 4px;
  width: 35px;
  color: #fff; }
  .pagination-sm li.active {
    background: #E16857; }

.pagination-sm li:hover {
  background: #E16857; }

.staticna .podstranice > h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 14px;
  line-height: 3em;
  color: #999;
  background: #efefef; }

.staticna .podstranice ul {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-left: 0px; }

.staticna .podstranice ul li {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: #efefef solid 1px;
  padding: 15px 4%;
  position: relative;
  color: #666;
  font-size: 12px; }

.staticna .podstranice ul li:hover {
  background: #efefef; }

.pretraga {
  display: inline-block;
  width: 100%; }

.pretraga > h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 1.4em;
  border-bottom: #266CAE solid 2px;
  color: #2B546D;
  text-align: left; }

.pretraga > h1 > strong {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-family: 'PT Sans Narrow', sans-serif; }

.pretraga .nema-rezultata {
  display: inline-block;
  width: 96%;
  padding: 1% 2%;
  color: #ff0000;
  border: #ff0000 solid 1px;
  margin: 20px 0; }

.pretraga .tab {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
  padding-bottom: 0px; }

.pretraga .tab ul {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0px; }

.pretraga .tab ul li {
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  background: #2B546D;
  text-align: center;
  margin-bottom: -1px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff; }

.pretraga .tab ul .active {
  background: #BF2E31;
  color: #fff; }

.pretraga ul {
  padding-left: 0px;
  padding-bottom: 0px; }

.pretraga ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-bottom: #efefef solid 1px;
  color: #777;
  font-size: 12px;
  line-height: 28px; }

.pretraga ul li:hover {
  background: #efefef;
  color: #333; }

.pretraga ul i {
  display: inline-block;
  width: 5%;
  text-align: center;
  line-height: 2em; }

.plug_menu a {
  display: inline-block;
  margin-right: 5px; }

.logout {
  background: #DD432B;
  padding: 10px;
  color: #fff;
  width: 100px;
  text-align: center;
  cursor: pointer; }
  .logout:hover {
    opacity: .8; }

.lista_menu {
  background: #2B546D;
  padding: 10px;
  color: #fff;
  width: 100px;
  text-align: center;
  cursor: pointer; }
  .lista_menu:hover {
    opacity: .8; }

.lista_link {
  width: 100%;
  background: #2B546D;
  color: #fff;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 7px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px; }
  .lista_link:hover {
    background: #DE5441; }

.login_granica {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px; }
  .login_granica input {
    width: 250px; }
  .login_granica button {
    width: 250px;
    background: #2B546D;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 7px;
    font-size: 18px; }
    .login_granica button:hover {
      background: #DE5441; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 18, 2015, 5:43:48 PM
    Author     : omar
*/
#pdf {
  display: none; }
  #pdf p {
    padding: 0px;
    font-size: 12px;
    font-family: Arial;
    margin: 0px !important; }

.leftZahtjev {
  position: relative; }

.leftZahtjev table {
  width: 100%; }
.leftZahtjev td {
  padding: 3px 0; }

.starter {
  width: 140px; }

/*# sourceMappingURL=main.css.map */
