@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic&subset=latin,latin-ext&.css";
.custom-font {
  font-family: 'Noto Serif', serif;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.sprite {
  background: transparent url(../images/_theme/0/sprite.png) no-repeat 0 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.color-primary {
  color: #0093dd;
}
.color-secondary {
  color: #4c5760;
}
IMG {
  display: block;
}
EM {
  font-style: italic;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
body {
  font-size: 13px;
  line-height: 18px;
  color: #0093dd;
  line-height: 130%;
  font-size: 14px;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #009ee3;
}
::-moz-placeholder {
  color: #009ee3;
}
::-moz-placeholder {
  color: #009ee3;
}
::-ms-input-placeholder {
  color: #009ee3;
}
H1,
H2,
H3,
H4,
H5 {
  font-size: 28px;
  line-height: 120%;
}
H2 {
  font-size: 23px;
}
H3 {
  font-size: 20px;
}
H4 {
  font-size: 16px;
}
#logo {
  width: 60%;
  float: left;
  height: 278px;
  line-height: 278px;
  overflow: hidden;
  margin-top: 5px;
  margin-left: -20px;
}
#navbar.uk-navbar {
  background-color: transparent;
}
#allways-top {
  position: fixed;
  width: 100%;
  overflow: hidden;
  background-color: white;
}
HEADER {
  height: 145px;
}
HEADER .inner {
  position: relative;
}
HEADER .inner H1.logo {
  font-family: 'Noto Serif', serif;
  position: absolute;
  top: 30px;
  margin: 0;
  font-size: 26px;
}
HEADER .inner H1.logo A {
  color: #0093dd;
  text-decoration: none;
}
HEADER .inner H1.logo A:hover {
  text-decoration: none;
}
HEADER .inner #logo-hazu,
HEADER .inner #logo-hrzz {
  background: transparent url(../images/_theme/0/sprite.png) no-repeat 0 0;
  position: absolute;
  width: 90px;
  height: 90px;
  right: 200px;
  top: 25px;
}
HEADER .inner #logo-hazu B,
HEADER .inner #logo-hrzz B {
  display: none;
}
HEADER .inner #logo-hrzz {
  width: 160px;
  height: 60px;
  background-position: -117px -16px;
  right: 0;
  top: 40px;
}
HEADER .inner H3.hrzz {
  color: #4c5760;
  position: absolute;
  top: 70px;
  margin: 0;
  font-size: 14px;
}
#for-nav {
  background: url(../images/_theme/0/menu-background.jpg);
  height: 39px;
}
#for-nav nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#for-nav nav .mainMenu {
  text-align: center;
  overflow: visible;
}
#for-nav nav .mainMenu #m-ola {
  width: 85px;
  height: 31px;
  float: left;
  background-color: white;
  border-top-width: 4px;
  border-top-color: #006fa6;
  border-top-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #0093dd;
  border-bottom-style: solid;
  margin-right: 4px;
}
#for-nav nav .mainMenu #m-ola a {
  display: block;
  color: #006fa6;
  width: 85px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#for-nav nav .mainMenu #m-ale {
  width: 85px;
  height: 31px;
  float: left;
  background-color: white;
  border-top-width: 4px;
  border-top-color: #006fa6;
  border-top-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #0093dd;
  border-bottom-style: solid;
  margin-right: 4px;
}
#for-nav nav .mainMenu #m-ale a {
  display: block;
  color: #006fa6;
  width: 85px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#for-nav nav .mainMenu li {
  float: left;
  height: 35px;
  color: white;
}
#for-nav nav .mainMenu li a {
  display: block;
  width: 160px;
  height: 35px;
  line-height: 40px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
#for-nav nav .mainMenu li:hover {
  background-color: white;
}
#for-nav nav .mainMenu li:hover a {
  color: #00476a;
}
#for-nav nav .mainMenu #m-ola:hover {
  background-color: #00476a;
}
#for-nav nav .mainMenu #m-ola:hover a {
  color: white;
}
#for-nav nav .mainMenu #m-ale:hover {
  background-color: #00476a;
}
#for-nav nav .mainMenu #m-ale:hover a {
  color: white;
}
.standard .hazu-panel H1 {
  margin-left: 0px;
}
.hazu-panel #ola-link,
.hazu-panel #o-projektu,
.hazu-panel #suradnici-na-projektu,
.hazu-panel #zbivanja {
  display: block;
  height: 200px;
  /*same height as header*/
  margin-top: -200px;
  /*same height as header*/
  visibility: hidden;
}
.hazu-panel #zbivanja {
  height: 300px;
  margin-top: -300px;
}
.hazu-panel .novosti .item {
  width: 100%;
  margin-bottom: 20px;
}
.hazu-panel .novosti .item .right {
  width: 80%;
}
.hazu-panel .novosti .item .right H4 {
  color: #374149;
  margin-bottom: 10px;
}
.hazu-panel .novosti .item .right H2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.hazu-panel .novosti .item .right p {
  margin-top: 0px;
}
.hazu-panel .novosti .item .left {
  width: 20%;
}
.hazu-panel .novost .main {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.hazu-panel.blue {
  background-color: #e5f4fc;
  padding-top: 206px;
}
.hazu-panel.standard {
  background-color: #e5f4fc;
}
.hazu-panel.gray {
  background-color: #f5f5f6;
}
.hazu-panel.bg {
  background: transparent url(/images/_theme/0/ola-mini-bg.jpg) no-repeat 50% 50%;
}
.hazu-panel.bg H2 {
  color: #0093dd;
  margin: 50px 30px;
  font-weight: bold;
}
.hazu-panel.bg.bg-ale {
  background: transparent url(/images/_theme/0/ale-bcg.jpg) no-repeat 50% 50%;
}
.hazu-panel H1 {
  font-family: 'Noto Serif', serif;
  font-style: italic;
  color: #374149;
  margin: 30px;
  font-size: 26px;
}
.hazu-panel H1.big {
  width: 190px;
  height: 60px;
  background-color: #0093dd;
  line-height: 60px;
  color: white;
  font-family: Arial;
  text-align: center;
  font-style: normal;
}
.hazu-panel P {
  color: #374149;
  line-height: 150%;
  font-size: 15px;
  margin-bottom: 20px;
}
.hazu-panel UL {
  list-style-type: disc;
  margin-bottom: 40px;
}
.hazu-panel UL LI {
  list-style-type: disc;
  color: #374149;
  line-height: 150%;
  font-size: 15px;
}
.hazu-panel .table-holder {
  border: 0;
  background-color: white;
  padding: 0px;
  margin-bottom: 40px !important;
}
.hazu-panel .table-holder TABLE {
  width: 100%;
}
.hazu-panel .table-holder TABLE TR:nth-child(2n+1) TD {
  background-color: #e5f4fc;
}
.hazu-panel .table-holder TABLE TR TD {
  padding: 10px;
  font-size: 15px;
  color: #374149;
}
.novosti-naslovna .item {
  width: 290px;
  height: 250px;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
}
.novosti-naslovna .item .zbivanja h4 {
  font-size: 12px;
  margin-bottom: 0px;
}
.novosti-naslovna .item .zbivanja h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.novosti-naslovna .item .zbivanja p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.links {
  padding: 40px;
  background-color: #b2dff6;
}
.pdf-karta {
  margin-top: 30px;
  padding: 46px;
  background: url(/files/images/pdf-karta.jpg) no-repeat 0 0;
}
.pdf-karta p {
  margin-left: 46px;
  color: #374149;
}
FOOTER {
  background-color: #26a3e2;
  min-height: 150px;
}
FOOTER .uk-container {
  padding: 40px 0;
  color: white;
}
FOOTER .uk-container A {
  color: white;
}
.standard .hazu-panel {
  min-height: 800px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), not all, not all, not all, only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx), only screen and (max-width: 767px) {
  #allways-top {
    position: relative;
  }
  HEADER {
    height: 310px;
  }
  HEADER #logo-hazu {
    bottom: 0;
    float: left;
  }
  HEADER #logo-hrzz {
    bottom: 0;
    float: left;
  }
  HEADER .inner h1 {
    top: 110px;
  }
  HEADER .inner h1.logo {
    font-size: 26px !important;
    line-height: 35px;
    top: 150px;
    text-align: center;
  }
  HEADER .inner h3.hrzz {
    font-size: 17px;
    top: 118px;
  }
  #for-nav {
    height: 159px;
  }
  #for-nav nav .mainMenu {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
  }
  #for-nav nav .mainMenu #m-o-projektu,
  #for-nav nav .mainMenu #m-suradnici-na-projektu,
  #for-nav nav .mainMenu #m-zbivanja {
    width: 100%;
  }
  #for-nav nav .mainMenu #m-ola {
    width: 30%;
    margin-left: 20%;
  }
  #for-nav nav .mainMenu #m-ola a {
    width: 100%;
  }
  #for-nav nav .mainMenu #m-ale {
    width: 30%;
  }
  #for-nav nav .mainMenu #m-ale a {
    width: 100%;
  }
  #for-nav nav .mainMenu li {
    height: 38px;
    margin-top: 1.1px;
  }
  #for-nav nav .mainMenu li a {
    width: 100%;
    line-height: 51px;
    font-size: 18px;
  }
  .hazu-panel H1 {
    font-size: 26px;
    line-height: 30px;
  }
  .hazu-panel H1.big {
    width: 190px;
    margin: 0 auto;
  }
  .hazu-panel.blue {
    background-color: #e5f4fc;
    padding-top: 0px;
  }
  .hazu-panel.gray h1 {
    font-size: 30px;
  }
  .hazu-panel.gray.big {
    margin: 0 auto;
  }
  .hazu-panel .table-holder TABLE TR TD {
    font-size: 17px;
  }
  .hazu-panel .novosti-naslovna .item {
    width: 80%;
    height: auto;
    float: none;
    margin: 40px auto;
  }
  .hazu-panel .novosti-naslovna .item .zbivanja h4 {
    font-size: 28px;
  }
  .hazu-panel .novosti-naslovna .item .zbivanja h2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .hazu-panel .novosti-naslovna .item .zbivanja p {
    font-size: 21px;
    line-height: 28px;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .pdf-karta {
    max-width: 262px;
  }
  .pdf-karta a {
    font-size: 21px;
  }
  .links p {
    font-size: 21px;
  }
  .links a {
    font-size: 17px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) and (orientation: landscape) {
  HEADER {
    height: 245px;
  }
}
