.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.separator-endWrap {
  clear: both;
}
.separator-spacer {
  height: 20px;
  overflow: hidden;
}
.separator-hr {
  clear: both;
  height: 1px;
  background-image: url("https://www.napravivrt.hr/hr/images/bgd-horizontal-border.png");
  overflow: hidden;
  margin-bottom: 20px;
}
.separator-hrTitle {
  margin-bottom: 20px;
  text-align: center;
  background-image: url("separator-hor.png");
  background-repeat: repeat-x;
  background-position: left center;
}
.separator-hrTitle b {
  padding-left: 10px;
  padding-right: 10px;
  background-image: none;
  background-color: #f1eedd;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
