.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;
  }
}
.header-desktop .search-module,
.header-mobile .search-module {
  margin: -2px 10px 0;
  float: right;
  position: relative;
}
.searchBox a {
  position: absolute;
  top: -6px;
  right: -5px;
}
.searchBox-inputGroup a .icon-search {
  border-left: 0;
}
.header-desktop .searchBox a {
  top: 3px;
  right: 5px;
}
.header-desktop .searchBox-inputGroup {
  position: static;
  min-width: 200px;
}
.header-mobile .searchBox-inputGroup {
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
.header-mobile .search-module {
  margin: -2px 0 0;
  float: left;
}
.header-desktop .icon-search,
.header-mobile .icon-search {
  text-indent: -500em;
  background: url(https://www.napravivrt.hr/hr/images/icons-tools-header.png) -32px 8px no-repeat;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-width: 1px 1px 0;
  position: relative;
  z-index: 999 !important;
}
.header-desktop .icon-search:hover,
.header-mobile .icon-search:hover {
  background: url(https://www.napravivrt.hr/hr/images/icons-tools-header.png) -128px 8px no-repeat;
}
.header-desktop .search-module .active,
.header-mobile .search-module .active {
  background: white url(https://www.napravivrt.hr/hr/images/icons-tools-header.png) -128px 8px no-repeat;
  border-color: #e2e2e2;
  border-bottom: 0;
}
.header-desktop .searchBox,
.header-mobile .searchBox {
  background: white;
  display: none;
  padding: 10px 10px 5px;
  border: 1px solid #e2e2e2;
  z-index: 100;
  position: absolute;
  top: 42px;
  right: 0;
}
.header-mobile .search-module {
  position: static;
}
.header-mobile .toggle-search {
  position: relative;
  z-index: 1001 !important;
  outline: 0;
}
.header-mobile .searchBox {
  top: 117px;
  right: auto;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-desktop .searchBox .input-prepend {
  margin-top: 5px;
}
.header-desktop .searchBox .add-on {
  *margin-top: 1px;
  *padding-bottom: 3px;
}
.header-desktop .searchBox input.searchBox-input,
.header-mobile .searchBox input.searchBox-input {
  background-color: white;
  width: 100%;
  height: 30px;
  *height: auto;
  *margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*.header-mobile .searchBox {margin-left:55px;}
.header-mobile .searchBox .input-prepend {position:relative;}
.header-mobile .searchBox .input-prepend .add-on {position:absolute;z-index:3;top:0;left:0;}
.header-mobile .searchBox input.searchBox-input {display:block;width:100% !important;background-color:whitesmoke;height:30px;line-height:30px;padding:0 5px 0 30px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}*/

