.partner-logo {
  border: 1px solid;
  border-color: #f1f1f1;
  background: transparent;
  margin-bottom: 30px;
  padding: 10px 10px 10px 10px;
}

.partner-logo:hover {
  border-color: #fff;
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

a {
  color: #1e3c8e;
}

a:focus {
  outline: none !important;
}

a:hover {
  color: #46ade2;
}

a.black {
  color: #000;
}

a.black:focus {
  outline: none !important;
}

a.black:hover {
  color: #666;
}

.block.product p a {
  color: #000 !important;
}

.red {
  color: red;
}

footer small,
footer.small {
  font-size: 85%;
}

footer h4 small {
  font-size: 75%;
}

.text-dark {
  color: #333 !important;
}

.center-block {
  margin: 0 auto;
}

.is_stuck {
  margin-top: 155px;
}

.top-navbar .top-navbar-menu > ul.top-menu > li > a > i {
  font-size: 20px;
}

.font-normal {
  font-size: 0.95rem !important;
}

p.font-nenormal {
  line-height: 18px;
}

h3.heading.heading-6.strong-600 {
  margin-bottom: 3px;
}

.heading > a {
  color: #1e3c8e;
}

.heading:hover > a {
  color: #46ade2;
}

ul.inline-links.inline-links--style-2 > li:before {
  color: #c3002f;
}

.sivo {
  color: #999;
}
.crno {
  color: #000;
}
.crveno {
  color: #ec1c24 !important;
}
.plavo-tamno {
  color: #1e3c8e !important;
}
.plavo {
  color: #46ade2 !important;
}
.zeleno {
  color: #ec1c24;
}

.fafb {
  color: #3b5998 !important;
}

.belo {
  color: #fff !important;
}

.fainsta {
  color: #8a3ab9 !important;
}

.faglobe {
  color: #4c68d7 !important;
}

.fanews {
  color: #666 !important;
}

.fadsgn {
  color: #666 !important;
}

.fagoogle {
  color: #4285f4 !important;
}

.fagsrch {
  color: #34a853 !important;
}

.fashop {
  color: #fbbc05 !important;
}

.pb0 {
  padding-bottom: 0px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt85 {
  margin-top: 85px !important;
}

.navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: 0rem;
}

a.navbar-brand {
  margin-right: 0rem !important;
}

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hr-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hr1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
}

.hr2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f3f3f3;
}
.hr3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
}

.hrfooter {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.pt40p {
  padding-top: 40%;
}

.no-padding {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.footer-links i {
  text-align: center;
  width: 22px;
  padding: 0 10px 0 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f3f3f3;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .hidden-prike {
    display: none !important;
  }

  .footer .footer-links > li > a {
    font-size: 0.8rem;
  }
}

@media (max-width: 1006px) {
  .hidden-prike {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .footer p {
    font-size: 0.8rem;
  }
}

@media (max-width: 640px) {
  .slajder {
    display: none;
  }
}

@media (max-width: 480px) {
  .background-image-holder .heading-1.heading-responsive {
    font-size: 44px !important;
  }

  .col-wrapper--spaced {
    padding: 40px 20px;
  }
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Restore Bootstrap 3 "hidden" utility classes. */
/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down,
  .hidden-sm-down,
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down,
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-unless-xs,
  .hidden-unless-md,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down,
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-lg,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down,
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-lg-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl-down,
  .hidden-xs-up,
  .hidden-sm-up,
  .hidden-md-up,
  .hidden-lg-up,
  .hidden-xl-up,
  .hidden-unless-xs,
  .hidden-unless-sm,
  .hidden-unless-md,
  .hidden-unless-lg {
    display: none !important;
  }
}

/* Breakpoint MD menu mobile */
@media (max-width: 991px) {
  .dropdown-menu {
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .navbar-nav .dropdown-menu .dropdown-item:focus,
  .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: transparent;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    color: #000;
  }
}

@media (min-width: 2600px) {
  .slice .slajder {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1006px) {
  .slice .slajder {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1007px) {
  .embed-index-left-video {
    height: 490px !important;
  }
}

@media (max-width: 1005px) {
  .slice .slajder {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

@media (max-width: 1006px) {
  .container.containertopbar {
    padding: 0 30px !important;
    max-width: 100%;
  }

  .embed-index-left-video {
    width: 100%;
    height: 490px !important;
  }
}

.dropdown-divider2 {
  height: 0;
  margin: 0.25rem 0;
  overflow: hidden;
  border-top: 1px solid #fff;
}

a.btn-success.btn.txt-white {
  color: #ffffff;
}

a.btn-success.btn.txt-white i {
  color: #ffffff;
}

.link-black {
  color: #000;
}

.inline-links .btn {
  padding: 0.2rem 0.75rem;
}

.contact-social-icons {
  font-size: 24px;
}

.socialdrop {
  min-width: 200px;
  padding-left: 35px;
  text-align: left;
}

.socialdrop p {
  font-size: 13px;
  font-weight: 300;
}

.socialdrop li {
  list-style: none;
  font-size: 14px;
  display: inline-block;
}

.socialdrop li i {
  font-size: 24px;
  margin-right: 8px;
  color: #67717d;
}

.socialdrop li i:hover {
  color: #c3002f;
}

.sparce-100 {
  height: 100px;
  position: relative;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.bagdered {
  background-color: #c3002f !important;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100% !important;
}

.bootstrap-select .btn {
  padding: 10px 15px;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 15px;
}

.bootstrap-select .dropdown-toggle::after {
  margin-left: -1em;
  font-size: 14px;
  margin-top: 4px;
  color: #1e3c8e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #999;
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding-top: 11px;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 15px;
  height: 45px;
}

.bordered {
  border-radius: 5px;
  border: 1px solid #ddd;
}

.feature--bg-6 {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid rgba(0, 0, 0, 0.4);
  border-radius: 0px;
}

.feature--bg-6 {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}

.feature--bg-6:hover {
  -webkit-box-shadow: 1px 2px 15px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 2px 15px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 1px 2px 15px 0px rgba(255, 255, 255, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}

.lgi-img i {
  font-size: 40px;
  color: #c3002f;
}

.lgi-img.icon {
  margin-right: 0px;
  position: relative;
  right: -3px;
  top: 4px;
}

.c-dark {
  color: #000 !important;
}

.pv-3 {
  padding-bottom: 1rem !important;
}

.feature-dropdown i {
  margin-right: 4px;
  color: #fed400;
}

.dropdown--style-2 .feature-dropdown.dropdown-toggle {
  padding: 0;
}

.dropdown--style-2 .feature-dropdown.dropdown-icon {
  font-size: 11px;
}

.mr-5 {
  margin-right: 5px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-3 {
  margin-right: 3px;
}
.ml-1 {
  margin-left: 1.5rem !important;
}

.ml-2 {
  margin-left: 3rem !important;
}

.forma .dropdown-item.active,
.forma .dropdown-item:active {
  background-color: #46ade2 !important;
  color: #fff !important;
}

input[type="text"].form-control::-webkit-input-placeholder {
  color: #999 !important;
}

.bootstrap-select .dropdown-toggle:before,
.dropup .dropdown-toggle::after {
  content: "";
}

.dropup .dropdown-toggle::before {
  content: "";
}

.shadowed {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.shadowed:hover {
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
  transition-timing-function: linear;
}

.navbar-shadowed {
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.bordered {
  border-radius: 5px;
}

.flatpickr-calendar.static.open {
  border-radius: 5px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#block {
  display: none;
  width: 100%;
  height: auto;
}

.ulajni {
  display: inline-block;
}

.drugalokacija .dropdown-menu {
  left: -10000px;
}

.cbxShowHideDesktop {
  display: block;
}

.cbxShowHideMobile {
  display: none;
}

.hide-1006 {
  display: none;
  width: 100%;
}

.show-1006 {
  display: none;
}

@media (max-width: 1006px) {
  .cbxShowHideDesktop {
    display: none;
  }

  .cbxShowHideMobile {
    display: block;
  }

  .show-1006 {
    display: none;
  }

  .hide-1006 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .pv-1-2 {
    padding: 10px 0 20px 0 !important;
  }
}

.list-icons {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.list-icons li {
  font-size: 30px;
  color: #818a91;
  padding: 15px;
}

.list-icons li i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.list-icons li:hover i {
  color: #c3002f;
}

.list-info {
  font-size: 85%;
}

@media (max-width: 991px) {
  .list-icons li {
    font-size: 24px;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .list-icons li {
    font-size: 30px;
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .list-icons li {
    font-size: 24px;
    padding: 16px;
  }
}

@media (max-width: 360px) {
  .list-icons li {
    font-size: 24px;
    padding: 12px;
  }
}

.shop-cards .product .product-description {
  font-size: 24px;
}

.btn-link {
  background-color: transparent;
  color: #28a745;
  border: 1px solid transparent;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #218838;
  border: 1px solid transparent;
  text-decoration: none;
}

.btn-link span {
  color: #333 !important;
}

.btn-link:hover i.fa-close::before {
  content: "\f00c";
}

.text-default {
  color: #004d87 !important;
}

.block .block-body {
  position: relative;
}

.shop-cards.shop-tech .product-buttons .btn-icon {
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 1.1rem;
  padding: 2px;
  color: #818a91;
  border: 0;
  cursor: pointer;
  width: 100%;
}

.mb40 {
  margin-bottom: 40px !important;
}

.small-prike {
  font-size: 12px !important;
}

.form-control:disabled,
.form-control[readonly] {
  background: #fff;
}

.font-alert {
  font-size: 0.9rem !important;
}

.btn-success {
  color: #fff;
  background-color: #20c444;
  border-color: #20c444;
}

.btn-success:hover {
  color: #fff;
  background-color: #1db33f;
  border-color: #1db33f;
}

.padding20 {
  padding: 0px 20px 15px 20px;
}

.hamburger:hover:not(.is-active) .hamburger-inner,
.hamburger:hover:not(.is-active) .hamburger-inner:after,
.hamburger:hover:not(.is-active) .hamburger-inner:before {
  color: #fff;
}

ul.inline-links > li:last-child {
  border-right: 0px solid #ccc;
}

.text-link-aux {
  font-size: 0.7rem;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  font-weight: 400;
}
.text-link-aux-2 {
  font-size: 0.7rem;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  font-weight: 400;
}

.section-title.text-center,
.section-title.text-sm-center,
.section-title.text-md-center,
.section-title.text-lg-center,
.section-title.text-xl-center {
  margin: 2rem 0;
}

.sct-color-3 {
  background-color: #222;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */
.col_half {
  width: 49%;
}

.col_third {
  width: 32%;
}

.col_fourth {
  width: 23.5%;
}

.col_fifth {
  width: 18.4%;
}

.col_sixth {
  width: 15%;
}

.col_three_fourth {
  width: 74.5%;
}

.col_twothird {
  width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 0%;
  margin-bottom: 0px;
}

.end {
  margin-right: 0 !important;
}

/* Flip on hover */
.panel {
  margin: 0 auto;
  height: 4px;
  position: relative;
}

.panel .front,
.panel .back {
  text-align: center;
}

.panel .front {
  height: inherit;
  position: relative;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.panel .back {
  height: inherit;
  position: relative;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

.box1 {
  width: 17px;
  height: 12px;
}

.box2 {
  width: 17px;
  height: 12px;
  margin-top: -2px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.box2 a {
  color: #000;
}

.galleryPreview {
  display: none;
}

.visible_item {
  display: none;
}

#showMore {
  display: block;
  margin: auto;
  cursor: pointer;
}

.wh-fix {
  height: 15px;
  width: 20px;
  display: inline-block;
}

.breadcrumb {
  background-color: transparent;
}

.mt-aside {
  margin-top: 50px;
}

.mt-header-section {
  margin-top: 75px;
}

.border-bottom-table {
  border-bottom: 1px solid #ddd;
}

.border-top-table {
  border-top: 1px solid #ddd;
}

.icons-white {
  color: #fff;
}

.head-img img {
  max-height: 300px;
  display: block;
  margin: auto;
  max-width: 100%;
}

.head-img img.hidden-sm-up {
  max-height: none;
}

.image-bg-simulation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/bg-wedd-book.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/*** Fixed Header - Mobile & Tablet ***/
@media (max-width: 991px) {
  body {
    padding-top: 0px;
  }

  .fixed-top {
    position: fixed;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 0px;
  }
}

/*** Row with equal height columns ***/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/*** Dorpdown list ***/
@media (max-width: 991px) {
  form .dropdown-menu {
    background-color: #fff !important;
    color: #212529 !important;
  }

  form .bootstrap-select .dropdown-menu li a:hover {
    color: #212529 !important;
  }

  form .dropdown-item.active a,
  form .dropdown-item:active a {
    background-color: #fff !important;
  }

  form a.dropdown-item.selected.active,
  form a.dropdown-item.selected.active:focus {
    background-color: #ec1c24 !important;
  }
}

/*bootstrap select fix - ghost menu overlap input field below */
.bootstrap-select .dropdown-menu {
  height: 0;
}

.bootstrap-select.show .dropdown-menu.show {
  height: inherit;
}

.z-index-3 {
  z-index: 3;
}

/* bootstrap select fix end */
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background: transparent;
}

.dtHorizontalExampleWrapper {
  max-width: 600px;
  margin: 0 auto;
}

#dtHorizontalExample th,
td {
  white-space: nowrap;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1rem;
  border-left: 5px solid #eee;
}

.no-padding-left {
  padding-left: 0px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-30 {
  padding-right: 30px;
}

.no-padding-right {
  padding-right: 0px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-30 {
  padding-left: 30px;
}

.row.masonry {
  margin-right: -7px;
  margin-left: -7px;
}

.masonry-item {
  margin-bottom: 0.75rem;
  padding-right: 7px;
  padding-left: 7px;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .navbar-nav {
    max-height: 445px;
    padding-right: 17px;
    overflow-y: scroll;
    box-sizing: content-box;
    width: 100%;
  }
}

.lock-scroll {
  overflow: hidden;
}

/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  background-color: rgba(
    255,
    255,
    255,
    0.9
  ); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 0px;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ec1c24;
}

/* Style the search field */
.overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type="text"]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #ec1c24;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type="text"]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ec1c24;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.overlay button i {
  color: #fff;
}

.overlay button:hover {
  background: #bbb;
}

/* INDEX SLIDER */
.tm-hero {
  position: relative;
  isolation: isolate;
  height: 80vh;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background-color: #0c214f;
}

.tm-hero-backgrounds,
.tm-hero-background,
.tm-hero-overlay {
  position: absolute;
  inset: 0;
}

.tm-hero-background {
  z-index: -3;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 2000ms ease-in-out;
}

.tm-hero-background.is-active {
  opacity: 1;
}

.tm-hero-overlay {
  z-index: -2;
  background: linear-gradient(
    90deg,
    rgba(7, 22, 56, 0.9) 0%,
    rgba(7, 22, 56, 0.72) 46%,
    rgba(7, 22, 56, 0.22) 100%
  );
}

.tm-hero-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.tm-hero-content {
  max-width: 830px;
  text-align: left;
}

.tm-hero-title {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(2.5rem, 5.2vw, 4rem);
  line-height: 1.08;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.tm-hero-description {
  max-width: 780px;
  margin: 0 0 2rem;
  color: #fff;
  font-size: clamp(1.125rem, 1.6vw, 1.3rem) !important;
  line-height: 1.5em !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.tm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tm-hero-actions .btn {
  margin: 0;
}

@media (max-width: 767px) {
  .tm-hero {
    min-height: 560px;
  }

  .tm-hero-title {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .tm-hero-description {
    font-size: 1.125rem !important;
    line-height: 1.5em !important;
  }

  .tm-hero-title br {
    display: none;
  }

  .tm-hero-overlay {
    background: rgba(7, 22, 56, 0.78);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-hero-background {
    transition: none;
  }
}

/* EU COOKIE */
#eucookielaw {
  display: none;
}

#eucookielaw {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  text-align: center;
  padding: 40px 20px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  position: fixed;
  -webkit-box-shadow: 0px 4px 215px 1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.27);
}

#eucookielaw p {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

#eucookielaw a {
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 30px;
}

/* POZIV DUGME */
.pozivhidden {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  height: 46px;
  width: 46px;
  padding: 7px 0 0 0 !important;
  border-radius: 50px;
}

.pozivhidden i {
  color: #fff;
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  .noparallax {
    background-attachment: unset !important;
    background-position: center top !important;
  }
}

.table thead {
  background-color: #46ade2;
  color: #fff;
  font-weight: 600;
}

.letter-space-xs {
  letter-spacing: 0.05em;
}

.footer > .sct-color-1.row {
  margin-left: 0;
  margin-right: 0;
}

.tm-map-frame {
  border: 0;
}

.tm-zahtev-bg {
  background-image: url("../images/bg/bg-zahtev.jpg");
}

.tm-cta-bg {
  background-image: url("../images/galerija/servis/ugradnja-thermo-king-termo-mobil-servis-01.jpg");
}

.tm-gtm-noscript-frame {
  display: none;
  visibility: hidden;
}

/* O nama: interaktivna mreža lokacija */
.tm-locations {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: clamp(2.5rem, 6vw, 4.5rem) 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(70, 173, 226, 0.2);
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(70, 173, 226, 0.18), transparent 34%),
    linear-gradient(145deg, #10265b 0%, #1e3c8e 48%, #102a53 100%);
  box-shadow:
    0 30px 70px -42px rgba(16, 38, 91, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tm-locations::after {
  position: absolute;
  z-index: -1;
  right: -9rem;
  bottom: -11rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 3.5rem rgba(255, 255, 255, 0.025),
    0 0 0 7rem rgba(255, 255, 255, 0.015);
}

.tm-locations-copy {
  position: relative;
  z-index: 2;
}

.tm-locations-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #8ed8ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tm-locations-eyebrow::before {
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.tm-locations .heading {
  margin-bottom: 1.25rem;
  color: #ffffff !important;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  letter-spacing: -0.025em;
}

.tm-locations-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.tm-locations-copy strong {
  color: #ffffff;
}

.tm-locations-status {
  display: flex;
  align-items: center;
  min-height: 3rem;
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
  border-left: 2px solid #46ade2;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.06);
}

.tm-route-stage {
  --tm-pointer-x: 50%;
  --tm-pointer-y: 50%;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(142, 216, 255, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    rgba(7, 22, 57, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 50px -35px rgba(0, 0, 0, 0.9);
}

.tm-route-stage::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle 160px at var(--tm-pointer-x) var(--tm-pointer-y),
    rgba(70, 173, 226, 0.14),
    transparent 72%
  );
  content: "";
}

.tm-route-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tm-route-pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-width: 6.8rem;
  min-height: 3rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: #ffffff;
  text-align: left;
  background: rgba(9, 31, 74, 0.9);
  box-shadow: 0 18px 34px -22px rgba(0, 0, 0, 0.9);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
  transition:
    border-color 180ms ease-out,
    background-color 180ms ease-out,
    box-shadow 180ms ease-out,
    transform 180ms ease-out;
}

.tm-route-pin:hover,
.tm-route-pin:focus-visible,
.tm-route-pin.is-active {
  border-color: rgba(142, 216, 255, 0.8);
  background: rgba(21, 75, 147, 0.94);
  box-shadow:
    0 20px 38px -20px rgba(0, 0, 0, 0.95),
    0 0 0 4px rgba(70, 173, 226, 0.1);
  outline: none;
  transform: translate(-50%, calc(-50% - 3px));
}

.tm-route-pin-cacak {
  top: 72%;
  left: 36%;
}

.tm-route-pin-beograd {
  top: 23%;
  left: 58%;
}

.tm-route-pin-dot {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.65rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #46ade2;
  box-shadow: 0 0 0 5px rgba(70, 173, 226, 0.14);
}

.tm-route-pin-label {
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.15;
}

.tm-locations-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.tm-locations-photo {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #10265b;
}

.tm-locations-photo img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 52%;
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tm-locations-photo::after {
  position: absolute;
  inset: 45% 0 0;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(5, 19, 48, 0.92));
  content: "";
}

.tm-locations-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 0.9rem;
  left: 1rem;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-locations-photo:hover img {
  transform: scale(1.035);
}

@media (max-width: 991.98px) {
  .tm-locations-copy {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .tm-locations {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    padding: 1.25rem;
    border-radius: 18px;
  }

  .tm-route-stage {
    min-height: 360px;
  }

  .tm-route-pin {
    min-width: 6.4rem;
    padding: 0.55rem 0.65rem;
  }

  .tm-locations-media {
    gap: 0.65rem;
  }

  .tm-locations-photo {
    min-height: 210px;
    border-radius: 14px;
  }

  .tm-locations-photo img {
    height: 230px;
  }

  .tm-locations-photo figcaption {
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    font-size: 0.65rem;
  }
}

@media (hover: none) {
  .tm-locations-photo:hover img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-route-pin,
  .tm-locations-photo img {
    transition: none;
  }

  .tm-route-pin:hover,
  .tm-route-pin:focus-visible,
  .tm-route-pin.is-active {
    transform: translate(-50%, -50%);
  }
}

/* Keep only the primary navigation visible while scrolling. */
.tm-sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.tm-sticky-header.sps--blw .navbar.bg-default {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

/* Global button shape and typography */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.btn-back-to-top {
  border-radius: 999px !important;
  font-weight: 500 !important;
}

.tm-route-pin-label {
  font-weight: inherit;
}

/* Compact brand logo strip before the footer */
.tm-brands {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-top: 1px solid rgba(30, 60, 142, 0.08);
  background: #ffffff;
}

.tm-brands-title {
  max-width: 48rem;
  margin: 0 auto clamp(1.75rem, 3vw, 2.5rem);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.tm-brands-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.tm-brands-list img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 3.9rem;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .tm-brands {
    padding: 2.5rem 0;
  }

  .tm-brands-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1rem;
  }

  .tm-brands-list img {
    max-height: 2.5rem;
  }
}
