/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/** Logo izgled **/
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 250px;
}
/** Vertikalni izbornik **/
.g-horizontalmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
}
#g-footer {
  padding: 1rem 0;
}
/** NAVIGACIJA **/
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 0.8rem;
  font-weight: none;
}
/** TJELO TEKSTA **/
#g-mainbar {
  background: #fff;
  color: #424753;
  padding: 0rem 0;
}
body p {
  margin: 0rem 0;
}
h2 {
  margin: 0.75rem 0 0.2rem 0;
  line-height: 1.9;
  font-size: 1.6rem;
}
h2:before {
  content: url('../../../../images/pn.png');
  font-family: FontAwesome;
  color: #1F2B86;
}
/** LINK OPŠIRNIJE **/
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  font-family: "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #ff5a00;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0rem;
  margin: 0 0 0.5rem 0;
  padding: 0.2rem 0.125rem;
}
.icon-chevron-right::before, .icon-rightarrow::before, .icon-arrow-right::before {
  content: "";
}
/** PAGINACIJA **/
.pagination ul > li > a, .pagination ul > li > span {
  border: 1px solid #1F2B86;
}
/** HR DESIGN **/
hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
  margin: 0.4rem 0;
}
hr.t {
  border: 0;
  border-bottom: 0px dashed #ccc;
  background: #999;
  margin: 0.7rem 0;
}
/** STRELICE BREDCRUMB PUTANJA **/
.moduletable .breadcrumb span.divider {
  position: relative;
  vertical-align: midle;
  line-height: 2;
}
.breadcrumb {
  font-size: 0.7rem;
}
/** H# KONFIGURACIJA **/
h3 {
  margin: 0.75rem 0 0.55rem 0;
  text-rendering: optimizeLegibility;
}
/** TEKST PREKO SLIKE **/
.ispod {
  position: relative;
  width: 95%;
  /* for IE 6 */
}
h9 {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 85%;
  line-height: 1.4;
}
h9 span {
  letter-spacing: -1px;
  padding: 10px;
}
h9 span.spacer {
  padding: 0 5px;
}
/** OBLI RUBOVI **/
.r {
  border-radius: 20px;
}
.r5 {
  border-radius: 5px;
}
/** ZANJIŠI **/
.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tilt:hover {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
/*# sourceMappingURL=custom_12.css.map */