﻿@charset "UTF-8";
.footer-area {
  background-image: url("Images/kj_footer_back.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100px; }
  .footer-area .layer {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%; }
  .footer-area p {
    color: white;
    font-size: 0.8em;
    font-weight: lighter;
    line-height: 100px;
    margin: 0; }

.social-media {
  padding-left: 20px;
  margin-bottom: 10px; }
  .social-media img {
    margin-right: 20px; }

.footerLogos {
  display: none;
  float: right;
  margin-top: -60px;
  margin-right: 10px; }
  .footerLogos img {
    margin-right: 15px; }

.logoIcons {
  margin-right: 10px;
  float: left; }

.footer-admin {
  clear: both;
  position: relative;
  z-index: 10;
  height: 3em;
  margin-top: -3em; }

#katjedmap .footer-area {
  position: fixed;
  bottom: 0;
  height: 10%; }

.result-pageing {
  height: 50px;
  background: none;
  margin-top: 25px; }
  .result-pageing .pageing {
    text-align: center; }
    .result-pageing .pageing a {
      color: gray;
      text-decoration: none; }

.pagination > li:first-child,
.pagination > li:last-child {
  position: relative; }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    color: white;
    position: relative; }
    .pagination > li:first-child > a:hover,
    .pagination > li:last-child > a:hover {
      color: white; }
    .pagination > li:first-child > a:after,
    .pagination > li:last-child > a:after {
      content: "";
      width: 25px;
      height: 23px;
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat;
      left: 0;
      top: 2px; }

.pagination > li:first-child > a:after {
  background-image: url("Images/left_arrow.png"); }

.pagination > li:last-child > a:after {
  background-image: url("Images/right_arrow.png"); }

.pagination > li > a,
.pagination > li > span {
  cursor: pointer;
  float: none;
  padding: 0;
  line-height: 25px;
  width: 25px;
  height: auto;
  display: inline-block;
  border: none; }

.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: black;
  cursor: default;
  background-color: white;
  border-color: transparent;
  font-weight: bold; }

.pagination > .disabled > span,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: default; }

.pagination > li > a:hover {
  cursor: pointer; }

.site-carousel {
  line-height: 0; }
  .site-carousel .carousel .carousel-inner > .item {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .site-carousel.lg .carousel .carousel-inner > .item {
    height: 500px; }
  .site-carousel.sm .carousel .carousel-inner > .item {
    height: 300px; }

.carousel-back {
  background-color: black; }

#my-carousel {
  padding: 0; }
  #my-carousel .carousel-hgt {
    height: 500px; }
  #my-carousel .left-arrow {
    position: absolute;
    bottom: 10px;
    right: 0; }
  #my-carousel .right-arrow {
    position: absolute;
    bottom: 10px;
    left: 0; }
  #my-carousel .carousel-inner .item {
    height: 500px; }
    #my-carousel .carousel-inner .item img {
      position: relative;
      margin: 0 auto;
      top: 50%;
      transform: translateY(-50%); }

@media (max-width: 767px) {
  #my-carousel .carousel-hgt {
    height: 225px; }
  #my-carousel .carousel-inner .item {
    height: 200px; }
  #my-carousel .carousel-back {
    margin-top: 50px; } }

.home-content {
  position: relative; }

/*.................FILTER AREA....................*/
.filter-content .filter-area form, .filter-content .separator, .region-list {
  background: rgba(0, 0, 0, 0.65); }

.filter-content {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  bottom: 25%;
  margin: auto;
  width: 100%; }
  .filter-content .filter-area {
    width: 60%;
    margin: 0 auto; }
    .filter-content .filter-area h1 {
      color: #fff;
      font-size: 3em;
      font-weight: lighter;
      text-shadow: 2px 1px 2px black;
      margin: 10px auto; }
    .filter-content .filter-area form {
      font-weight: 600;
      overflow: hidden;
      padding: 5px; }
      .filter-content .filter-area form .filter-el {
        border: 5px solid transparent;
        padding: 0;
        float: left; }
      .filter-content .filter-area form > div:not(:last-child) {
        width: 38%; }
      .filter-content .filter-area form > div:last-child {
        width: 24%; }
  .filter-content input[type="submit"], .filter-content .region-list a {
    text-transform: uppercase; }
  .filter-content .separator {
    width: 60%;
    margin: 0 auto;
    padding: 5px; }
    .filter-content .separator > div {
      background-color: rgba(255, 255, 255, 0.5);
      height: 2px;
      width: 60%;
      margin: 0 auto; }

.filter-el-first {
  padding: 0; }

.search {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #a9a9a9;
  background-color: white; }

.search-dd {
  width: 100%;
  padding: 9px;
  margin-right: 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #a9a9a9; }

/*.................REGION TAGS AREA....................*/
.region-list {
  width: 60%;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden; }
  .region-list .filter-el {
    padding: 5px; }
  .region-list ul {
    list-style: none;
    padding: 0 0 0 5px;
    margin-top: 4px;
    margin-bottom: 0;
    text-align: center; }
    .region-list ul li {
      display: inline-block;
      background-color: white;
      border-radius: 3px;
      padding: 5px 15px;
      margin-right: 6px;
      margin-bottom: 5px; }
    .region-list ul li a {
      color: #a9a9a9;
      text-decoration: none; }
    .region-list ul li:hover {
      background-color: #2f94bf;
      text-decoration: none; }
    .region-list ul li:hover a {
      color: white;
      text-decoration: none; }

@media (max-width: 992px) {
  .filter-content .filter-area,
  .region-list,
  .filter-content .separator {
    width: 90%; } }

@media (max-width: 767px) {
  .filter-content {
    bottom: 10%; }
  .filter-content .filter-area form > div:not(:last-child),
  .filter-content .filter-area form > div:last-child {
    width: 100%; } }

/*------------------------------------------------*/
/*-------------- NAVIGACIJA---------*/
/*------------------------------------------------*/
.menu {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px; }
  @media (max-width: 995px) {
    .menu {
      float: left !important;
      padding-right: 0;
      padding-left: 0;
      width: 100%;
      text-align: center; }
      .menu .navbar {
        margin: 0; } }

.container > .navbar-collapse {
  margin-left: 0;
  margin-right: 0; }

.navbar-static-top {
  z-index: 99999; }

/*------------------------------------------------*/
/*-------------- KATALOŠKA JEDINICA--OPIS---------*/
/*------------------------------------------------*/
.title-area-dsc {
  position: relative;
  padding-bottom: 30px; }
  .title-area-dsc h1 {
    font-size: 3em;
    font-weight: lighter;
    /*position: absolute;*/
    border-bottom: 1px solid black;
    padding-bottom: 9px;
    margin-right: 10px;
    margin-top: 0;
    padding-left: 120px; }
  .title-area-dsc h2 {
    font-weight: bold; }
  .title-area-dsc h5 {
    font-weight: bold; }

.katJed-infoLeft {
  margin-top: 20px; }

.katJed-infoRight {
  margin-top: 30px; }
  .katJed-infoRight .item {
    margin-bottom: 30px; }

.title-left2 {
  border-bottom: 1px solid black;
  height: 76px;
  width: 1000px;
  margin-left: -1000px; }

.katJed-img {
  padding-left: 0;
  margin-bottom: 20px; }

.katJed-map {
  padding-right: 15px; }

.thumbnail {
  margin-bottom: 7px; }

/*------------------------------------------------*/
/*----------------- SEARCH RESULTS --------------*/
/*------------------------------------------------*/
.cnt-max {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }

.result-list {
  height: auto;
  background: none; }

.result-item {
  margin-top: 30px; }
  .result-item h1 {
    font-weight: bold;
    margin-top: -6px;
    color: #2e2e2e; }
    @media (max-width: 995px) {
      .result-item h1 {
        margin-top: 20px; } }
  .result-item h1 a {
    color: #2e2e2e;
    text-decoration: none; }

/*------------------------------------------------*/
/*----------------- PAGE TITLE AREA --------------*/
/*------------------------------------------------*/
.title-area {
  margin-top: -80px;
  padding-left: 0;
  position: relative; }
  .title-area .title {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    width: 320px; }
    .title-area .title .titleMargin {
      margin-top: 7px; }
    .title-area .title .titleMargin > h1 {
      color: #fff;
      font-size: 30px;
      font-weight: lighter;
      position: absolute;
      padding-left: 15px;
      border-bottom: 1px solid white; }
    .title-area .title .title-bl {
      margin-top: 60px; }
  .title-area .title-left {
    background-color: rgba(0, 0, 0, 0.65);
    height: 60px;
    width: 1000px;
    padding: 1px 50px 0 0;
    margin-left: -1000px; }
  .title-area .title-left-bl {
    height: 20px;
    border-top: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.65);
    width: 1000px;
    margin-left: -1000px; }

/*------------------------------------------------*/
/*------------------ CONTACT PAGE-----------------*/
/*------------------------------------------------*/
.contact-area {
  padding-top: 80px;
  padding-bottom: 0; }
  .contact-area span {
    line-height: 2; }
  .contact-area h3 {
    font-weight: bold; }
  .contact-area .cf-h {
    height: 40px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .contact-area .cf-ta {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .contact-area .cf {
    margin-top: 30px; }
  .contact-area .iconLeft {
    margin-top: auto; }

/*------------------------------------------------*/
/*--- --- --- ---    FOTO PRETRAGA --- --- --- ---*/
/*------------------------------------------------*/
.fotoSearch {
  margin: 5% 0; }

.fotoSearch header {
  color: #122e44;
  font-family: 'FreeSerifItalic', sans-serif;
  font-size: 2.6em;
  text-align: center; }

.searchFotoArea {
  background-color: #122e44;
  background-color: rgba(18, 46, 68, 0.25);
  padding: 30px;
  max-width: 400px; }

.fotoContainer {
  /*background-color: rgba(0,0,0,0.65);*/
  background-color: rgba(255, 255, 255, 0.65);
  padding-top: 5%; }

.fotoTagovi {
  text-align: center; }
  .fotoTagovi h5 {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    font-size: 16px; }
  .fotoTagovi a {
    background-color: #2f94bf;
    border: 1px solid #2f94bf;
    padding: 0.2% 1%;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    color: #fff; }
    .fotoTagovi a:hover {
      color: white;
      background-color: #3276b1;
      border-color: #285e8e;
      text-decoration: none; }

.italicSerif {
  font-family: 'FreeSerifItalic';
  font-size: 1.2em; }

.fotoContainer .img-wrapper img {
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  margin: 5% 0; }

.left-15 {
  left: -15px; }

.right-15 {
  right: -15px; }

.prevFoto, .nextFoto {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%; }

.prevFoto img, .nextFoto img {
  border: none;
  box-shadow: none; }

.relative {
  position: relative; }

/*------------------------------------------------*/
/*------------------ OBILASCI PAGE-----------------*/
/*------------------------------------------------*/
#obilasciBack {
  background-image: url(/Content/Images/obilasci_back2.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center; }

#obilasciBack > .container-fluid {
  background-image: url(/Content/Images/obilasci_back.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  position: relative;
  overflow: hidden; }
  #obilasciBack > .container-fluid .containerObilasci {
    margin-top: 600px;
    min-width: 320px;
    width: 70%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 160px;
    position: relative;
    min-height: 500px; }
    #obilasciBack > .container-fluid .containerObilasci .close-tour {
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 15px;
      width: 20px;
      height: 20px; }
      #obilasciBack > .container-fluid .containerObilasci .close-tour > div {
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 25px; }
        #obilasciBack > .container-fluid .containerObilasci .close-tour > div > span {
          position: absolute;
          font-size: 30px;
          top: 10px;
          line-height: 0; }
          #obilasciBack > .container-fluid .containerObilasci .close-tour > div > span:first-child {
            left: 3px; }
          #obilasciBack > .container-fluid .containerObilasci .close-tour > div > span:last-child {
            right: 0; }
    #obilasciBack > .container-fluid .containerObilasci .wrapper {
      background-color: #ecf5f9;
      padding: 30px;
      overflow: hidden;
      display: none; }
      #obilasciBack > .container-fluid .containerObilasci .wrapper header {
        height: 50px; }
        #obilasciBack > .container-fluid .containerObilasci .wrapper header h1 {
          position: absolute;
          left: 0;
          top: 0px;
          padding-left: 50px;
          padding-bottom: 10px;
          border-bottom: 2px solid black; }
      #obilasciBack > .container-fluid .containerObilasci .wrapper main {
        overflow: hidden;
        padding: 15px 0; }
        #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-text {
          height: 350px;
          overflow-y: auto;
          margin-bottom: 5px; }
        #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .img-main {
          height: 250px;
          margin-bottom: 10px;
          background-color: white; }
          #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .img-main > div {
            padding-right: 5px;
            padding-left: 5px; }
          #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .img-main img {
            height: 250px;
            width: auto;
            display: block;
            max-width: 100%;
            margin: 0 auto; }
        #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .images {
          margin-bottom: 10px; }
          #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .images > div {
            padding-right: 5px;
            padding-left: 5px;
            width: 20%;
            float: left; }
            #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .images > div > div {
              cursor: pointer;
              overflow: hidden; }
              #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .images > div > div img {
                display: block;
                height: 70px;
                margin: 0 auto;
                width: auto; }
                @media (max-width: 767px) {
                  #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .images > div > div img {
                    height: 45px; } }
            #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .images > div + div {
              margin-bottom: 10px; }
        #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .map-link {
          text-align: center;
          margin-bottom: 25px; }
          #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .map-link .btn {
            text-transform: uppercase;
            font-weight: bold;
            width: 70%; }
            @media (max-width: 767px) {
              #obilasciBack > .container-fluid .containerObilasci .wrapper main .obilasci-gallery .map-link .btn {
                width: 100%; } }
      #obilasciBack > .container-fluid .containerObilasci .wrapper footer {
        text-align: right; }
        #obilasciBack > .container-fluid .containerObilasci .wrapper footer span {
          cursor: pointer; }
      @media (max-width: 767px) {
        #obilasciBack > .container-fluid .containerObilasci .wrapper {
          padding: 15px; } }
  @media (max-width: 767px) {
    #obilasciBack > .container-fluid .containerObilasci .wrapper header h1 {
      padding-left: 15px;
      font-size: 28px; } }

#obilasci-canvas {
  position: absolute;
  width: 100%;
  display: block;
  height: 300px;
  top: 70px;
  z-index: 10000; }
  #obilasci-canvas #obilasci-area {
    position: relative;
    margin: 0 auto;
    width: 1100px; }

#obilasciBack .obilasciIcon {
  position: absolute;
  bottom: 30px;
  right: 0; }

.titleObilasci {
  display: none;
  margin-top: 445px;
  padding-left: 89px;
  width: 320px; }

.obilasciContent-left {
  background-color: #ecf5f9;
  height: 500px;
  padding-top: 10px; }

.obilasciItem {
  position: absolute;
  cursor: pointer;
  max-width: 135px; }

.strObilasci {
  display: none; }

@media (max-width: 992px) {
  .obilasci[role="contentinfo"],
  #obilasci-canvas,
  #obilasciBack > .container-fluid .containerObilasci .close-tour {
    display: none; }
  #obilasciBack > .container-fluid .containerObilasci {
    margin-top: 250px;
    width: 90%; }
    #obilasciBack > .container-fluid .containerObilasci .wrapper {
      display: block; } }

@media (max-width: 767px) {
  #obilasciBack > .container-fluid .containerObilasci {
    margin-top: 100px; } }

/*------------------------------------------------*/
/*------------------ MAP PAGE-----------------*/
/*------------------------------------------------*/
/* GOOGLE MAP */
#gmap {
  width: 100%;
  height: 90%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0; }

#gmapKj {
  min-height: 400px; }

.markerItem {
  padding: 0;
  font-weight: bold;
  font-size: 1em;
  width: 180px;
  height: auto;
  color: gray;
  line-height: 1;
  overflow: hidden; }

.markerItem .mapImg {
  margin: 0 5px 0 0; }

.fill {
  min-height: 100%;
  height: 100%; }

/* CONTENT */
.map-item-modal {
  z-index: 99999; }
  .map-item-modal .wrapper {
    display: table;
    height: 100%;
    margin: 0 auto; }
  .map-item-modal .modal-dialog {
    display: table-cell;
    vertical-align: middle; }
    .map-item-modal .modal-dialog .modal-content {
      background-color: #ecf5f9;
      padding: 30px;
      overflow: hidden;
      border-radius: 0; }
      .map-item-modal .modal-dialog .modal-content .modal-header {
        border-bottom: 0;
        padding: 0; }
        .map-item-modal .modal-dialog .modal-content .modal-header .close {
          position: relative;
          width: 20px;
          height: 20px;
          opacity: 1; }
          .map-item-modal .modal-dialog .modal-content .modal-header .close > span {
            position: absolute;
            font-size: 30px;
            top: 10px;
            line-height: 0; }
            .map-item-modal .modal-dialog .modal-content .modal-header .close > span:first-child {
              left: 3px; }
            .map-item-modal .modal-dialog .modal-content .modal-header .close > span:last-child {
              right: 0; }
        .map-item-modal .modal-dialog .modal-content .modal-header header {
          margin-right: 50px; }
          .map-item-modal .modal-dialog .modal-content .modal-header header h1 {
            padding-left: 50px;
            padding-bottom: 10px;
            border-bottom: 2px solid #000;
            margin: 0;
            margin-left: -30px; }
      .map-item-modal .modal-dialog .modal-content main {
        padding-top: 30px; }
        .map-item-modal .modal-dialog .modal-content main .map-img {
          margin: 0 20px 10px 0;
          float: left; }
        .map-item-modal .modal-dialog .modal-content main a {
          display: block;
          text-align: right; }
  @media (max-width: 767px) {
    .map-item-modal .modal-dialog {
      height: 100%;
      margin: 0;
      display: block; }
      .map-item-modal .modal-dialog .modal-content {
        padding: 15px;
        height: 100%; }
        .map-item-modal .modal-dialog .modal-content .modal-header header h1 {
          font-size: 28px;
          padding-left: 30px; } }

.containerGmap {
  width: 40%;
  min-width: 320px;
  position: absolute;
  top: 300px; }

.titleMaps {
  margin-top: 300px;
  padding-left: 0;
  position: relative; }

.razdoblja {
  position: absolute;
  top: 100px;
  left: 30px; }
  .razdoblja > div {
    display: block; }
    .razdoblja > div + div {
      margin-top: 5px; }
    .razdoblja > div.open {
      color: #fff;
      background-color: #3276b1;
      border-color: #285e8e; }
  .razdoblja select {
    padding: 6px;
    outline: none; }
  @media (max-width: 992px) {
    .razdoblja {
      top: auto;
      bottom: 238px; } }
  @media (max-width: 767px) {
    .razdoblja {
      top: 150px;
      bottom: auto;
      width: 80%;
      left: 10%; }
      .razdoblja select {
        width: 100%; } }

#introText {
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6); }
  #introText span {
    color: black;
    font-size: 18px;
    font-weight: bold; }
  @media (max-width: 992px) {
    #introText {
      top: 130px; } }
  @media (max-width: 767px) {
    #introText {
      top: 60px; } }

.contentContainer {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9); }

/*.................TIMELINE AREA....................*/
.timeline-area {
  margin-top: 4rem; }

[role=contentinfo] {
  color: white;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  text-align: center; }
  [role=contentinfo] span {
    font-size: 20px;
    font-weight: bold; }

@media (max-width: 995px) {
  .navbar-collapse.in {
    overflow-y: auto; }
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .navbar-toggle {
    margin-top: 12px;
    display: block;
    float: right; }
  .navbar-header {
    float: right; }
  .navbar-right {
    float: none !important; }
  .navbar-nav > li {
    float: none; } }

