#header {
  --cnvs-primary-menu-font-size: 0.85rem
}

.menu-link {
  text-transform: uppercase !important
}

:root {
  --cnvs-themecolor: #FF0140;
  --cnvs-themecolor-rgb: 255, 96, 73;
  --cnvs-secondary-color: #FDE3A1
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.aspec-tratio-fb {
  aspect-ratio: 1200/630;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  margin-bottom: 0
}

.limit-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 21px;
  max-height: 96px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.map_info_panel {
  position: absolute;
  width: 350px;
  left: 45px;
  top: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, .9);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  overflow: hidden
}

.kl-contentmaps__panel-img {
  width: 100%;
  display: block;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity .2s ease-out, height .3s ease-out;
  transition: opacity .2s ease-out, height .3s ease-out;
  opacity: 1
}

.list li {
  padding-left: 10px !important
}

.list li::before {
  padding-right: 10px !important
}

ol {
  margin-left: 20px !important
}

@media (min-width:1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66665%
  }
}

.content-wrap {
  padding: 50px 0 !important
}

figure img {
  border-radius: 10px;
  overflow: hidden;
  /*border:1px solid #dbdbdb*/
}

.skraceno {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: auto;
  padding: 3px 5px
}

.owl-dot {
  margin-top: 10px !important
}

.payment-cards {
  list-style: none;
  text-align: right;
  margin: 0
}

.payment-cards li {
  display: inline-block;
  margin: 0 5px;
  width: 244px
}

.entry-meta {
  overflow: unset;
}


.firma-logo-img {
  border: 1px solid #e3e3e3 !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.fromEditor {
  font-size: 14px;
}

.fromEditor p {
  margin-bottom: 10px !important;
}

.editorImage {
  /* border: 1px solid #e3e3e3 !important;*/
  border-radius: 8px !important;
  overflow: hidden;
}

.entry-content {
  font-size: 16px;
}

.entry-content ul {
  display: block !important;
  list-style-type: disc !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding-inline-start: 40px !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding-left: 2rem !important;
}

.entry-content p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 0;
  margin-bottom: 0.625rem;
}