@charset "UTF-8";
body {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 0.9em;
  }
}

body.modal-open {
  overflow: hidden;
}

a {
  color: #000;
  cursor: pointer;
}

header {
  background: #fff;
  color: #000;
}
header .inobar {
  background: #000;
  padding: 5px 0px;
  color: white;
}
header .inobar a {
  color: white;
}
header .inobar a:hover {
  color: #fcdc0a;
}
header .inobar #openmobilenav {
  background: none;
  border: none;
  padding: 2px;
}
header .inobar #openmobilenav img {
  height: 25px;
  filter: invert(1);
}
header .inobar .flag-mob {
  display: none;
}
header .inobar .inolist {
  margin: auto 0px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  header .inobar .inolist {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  header .inobar .inolist.right {
    display: flex;
    align-items: center;
  }
  header .inobar .inolist.right li {
    display: none;
  }
  header .inobar .inolist.right li.flag {
    display: inline;
  }
}
header .inobar .inolist img {
  filter: invert(1);
  height: 16px;
  padding: 0px 2px 0px 5px;
  margin-top: -2px;
}
header .inobar .inolist .flag:last-child {
  margin-right: 10px;
}
header .inobar .inolist .flag img {
  filter: invert(0);
  padding: 0px;
}
header .inobar .inolist li {
  display: inline-flex;
  padding-right: 8px;
  align-items: center;
  justify-content: center;
}
header .inobar .inolist li a {
  text-decoration: none;
  font-size: 13px;
}
@media screen and (max-width: 575px) {
  header .inobar .flag-mob {
    display: inline-flex;
    list-style: none;
    position: absolute;
    right: 0;
    margin-bottom: 0px;
  }
  header .inobar .flag-mob li {
    margin-right: 10px;
  }
  header .inobar .flag-mob li img {
    width: 20px;
  }
}
header .mainheader {
  padding: 10px 0px;
}
header .mainheader .logo {
  height: auto;
  width: 150px;
}
@media screen and (max-width: 575px) {
  header .mainheader .logo {
    height: auto;
  }
}
header .mainheader .nav {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}
header .mainheader .nav ul {
  padding: 0px 20px;
  list-style: none;
  margin: 0px;
}
header .mainheader .nav ul li {
  display: inline;
}
header .mainheader .nav ul li a {
  text-decoration: none;
  padding: 5px 7px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  header .mainheader .nav ul li {
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #9e8a1d;
  }
  header .mainheader .nav ul li:last-child {
    border-bottom: 0px;
  }
  header .mainheader .nav ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: white;
  }
  header .mainheader .nav ul li.social img {
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
    filter: invert(1);
  }
}
@media screen and (max-width: 575px) {
  header .mainheader .nav {
    display: none;
  }
  header .mainheader .nav.active {
    display: block;
    position: fixed;
    background: #004aad;
    top: 40px;
    left: 0px;
    right: 0px;
    z-index: 9;
  }
}
header .mainheader .contact {
  justify-content: center;
  text-align: center;
}
header .mainheader .contact .tel-text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #004aad;
  margin-bottom: 0px;
}
header .mainheader .contact .phone {
  display: block;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 2px;
}
header .mainheader .contact .icon {
  padding: 0px 5px;
}
header .mainheader .contact .icon img {
  height: 20px;
}
@media screen and (max-width: 575px) {
  header .mainheader .container .d-flex {
    align-items: center;
  }
}

footer .site-footer-top {
  background: whitesmoke;
  padding: 15px 0px;
}
footer .site-footer-top .col-xs-12 {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 575px) {
  footer .site-footer-top .col-xs-12 {
    display: block;
  }
}
footer .site-footer-top .top-info {
  text-align: center;
}
footer .box-elements {
  background-image: linear-gradient(to right, black, #004aad);
  color: white;
  padding: 45px 0px;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  footer .box-elements {
    text-align: center;
  }
}
footer .box-elements .media-list {
  list-style: none;
  display: inline-flex;
  padding-left: 0px;
}
footer .box-elements .media-list li {
  margin-right: 10px;
}
footer .footer-logo img {
  height: 90px;
  margin-bottom: 10px;
}
footer .footer-list, footer .footer-contant {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
footer .footer-list li, footer .footer-contant li {
  padding: 2px 0px;
}
footer .footer-list li a, footer .footer-contant li a {
  text-decoration: none;
  color: white;
}
footer .footer-list li a:hover, footer .footer-contant li a:hover {
  text-decoration: underline;
}
footer .site-footer-copy {
  padding: 10px 0px;
  font-size: 0.9em;
}
footer .site-footer-copy a {
  text-decoration: none;
}
footer .site-footer-copy a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  footer .site-footer-copy {
    text-align: center;
  }
  footer .site-footer-copy .col-xs-12.col-md-6 {
    text-align: center !important;
  }
}
@media screen and (max-width: 575px) {
  footer {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  img {
    max-width: 100%;
  }
}

.mr-1 {
  margin-right: 10px;
}

.smaller {
  font-size: 14px;
}

.font-black {
  font-weight: 800;
}

.cta {
  padding: 8px 15px;
  border-radius: 5px;
  color: #004aad;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000;
}
.cta:hover {
  background: #004aad;
  color: #fff;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.cta.yellow {
  background: #004aad;
  color: #fff;
  border: 2px solid #004aad;
}
.cta.yellow:hover {
  color: #004aad;
  background: #000;
  border: 2px solid #004aad;
  transition: all 0.3s ease;
}

.btn-info {
  color: white;
  background: #004aad;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px auto;
  border: 2px solid #000;
}
.btn-info:hover {
  background: #004aad;
  color: #000;
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.text-center {
  text-align: center;
}

/*car info */
.car {
  width: calc(25% - 10px);
  border: 1px solid rgba(33, 37, 41, 0.1411764706);
  border-radius: 5px;
  margin: 0px 5px;
  padding: 20px 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.car:hover {
  box-shadow: 0px 0px 10px rgba(0, 74, 173, 0.4);
  transition: all 0.3s ease;
}
.car img {
  width: 100%;
}
.car .cta {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.car .info {
  padding: 10px 0px;
}
.car .info .price {
  background: #000000;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  text-align: center;
}
.car .info .price strong {
  font-size: 20px;
  padding: 0px 0px 0px 10px;
}
.car .info .carname {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.car .info .icons {
  list-style: none;
  padding: 0px;
}
.car .info .icons li {
  display: inline-flex;
  margin: 2px;
  padding: 2px 5px 0px;
  background: whitesmoke;
  border-radius: 3px;
}
.car .info .icons li img {
  height: 14px;
  display: inline;
  width: 14px;
}
.car .info .icons li span {
  display: inline;
  margin-top: -3px;
  padding-left: 2px;
  font-size: 14px;
}

section.blog {
  background: whitesmoke;
  padding: 45px 0px;
  text-align: center;
}
section.blog .list {
  margin-top: 45px;
}
section.blog .list img {
  border-radius: 10px;
  width: 100%;
  opacity: 1;
}
section.blog h3 {
  margin: 25px 0px 10px;
}
section.blog h3 a {
  text-decoration: none;
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.blog p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imagelink {
  position: relative;
  display: block;
}
.imagelink:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(45deg, rgb(0, 0, 0) 50%, #004aad 100%);
  z-index: 1;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.imagelink:hover:after {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.text-info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.terms img {
  height: 50px;
  margin: 10px;
}

.white-bg {
  background: white !important;
}

.pagesection {
  padding: 45px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pagesection {
    padding: 10px;
  }
}
.pagesection ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

/*FORMS*/
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.form-field {
  margin-bottom: 10px;
  width: 100%;
}

.form-label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.form-input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  /* Animacija fokusa */
}
.form-input:focus {
  border-color: #fcde36;
  outline: none;
}

.form-submit-button {
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  background-color: #fcde36;
  cursor: pointer;
  /* Animacija klika */
}
.form-submit-button:hover {
  background-color: #fcde36;
}

/* Dodatne stilove za različita polja */
.form-input[type=radio] {
  width: auto;
  margin-right: 5px;
}

.form-input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}

.form-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  /* Animacija fokusa */
}
.form-select:focus {
  border-color: #fcde36;
  outline: none;
}

.form-textarea {
  width: 100%;
  height: 100px;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  /* Animacija fokusa */
}
.form-textarea:focus {
  border-color: #fcde36;
  outline: none;
}

.blog-content {
  padding: 45px 0px;
}

.main-cars {
  padding: 45px 0px;
  margin-top: 50px;
}
.main-cars .car {
  width: calc(60% - 10px);
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main-cars .car {
    width: calc(100% - 20px);
    display: block;
  }
}
.main-cars .car .carimage {
  width: 40%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-cars .car .carimage {
    width: 100%;
  }
}
.main-cars .car .info {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .main-cars .car .info {
    width: 100%;
  }
}
.main-cars .car .info .carname {
  text-align: left;
}
.main-cars .ctaholder {
  display: flex;
  gap: 10px;
}
.main-cars .ctaholder .cta {
  width: 200px;
}
.main-cars .ctaholder .price {
  width: 220px;
  padding: 10px 10px;
}
.main-cars .carimage img {
  width: 100%;
}

.polovna-vozila .info {
  background: linear-gradient(to bottom, #ffffff 61%, #ededed 100%);
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #ededed;
}
.polovna-vozila .info .infoholder .carname {
  font-size: 23px;
  text-align: center;
}
.polovna-vozila .info .infoholder .carname a {
  text-decoration: none;
}
.polovna-vozila .info .infoholder .icons {
  list-style: none;
  column-count: 2;
  padding-left: 0px;
}
.polovna-vozila .info .infoholder .icons li {
  margin-right: 8px;
}
.polovna-vozila .info .infoholder .icons li img {
  width: 15px;
  height: 15px;
}

.polovno-vozilo .icon-list {
  list-style: none;
  column-count: 2;
  background: #004aad;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
}
.polovno-vozilo .bc-gray {
  background: #ededed;
  border-radius: 10px;
  padding: 30px;
}

.footerlinks {
  display: none;
}
@media screen and (max-width: 767px) {
  .footerlinks {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    display: flex;
  }
  .footerlinks img {
    width: 30px;
  }
}
.footerlinks .call {
  width: 50%;
}
.footerlinks .call a {
  color: black;
  padding: 5px 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: block;
}
.footerlinks .booking {
  width: 50%;
  padding: 15px 0px !important;
}
.footerlinks .booking .booking-btn {
  color: #004aad;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  background: transparent;
  border: 0px;
}
.footerlinks .chat {
  width: 33%;
  padding: 20px 10px !important;
}

.opis-home {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 70px 0px;
  text-align: center;
}
.opis-home h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.opis-home ul {
  column-count: 2;
  text-align: left;
  list-style: none;
}
.opis-home ul li {
  font-size: 20px;
  color: #004aad;
  font-weight: 900;
  margin-bottom: 10px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  opacity: 0;
}

.modal-overlay.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  opacity: 1;
  transition: all 0.3s ease;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 90%;
  width: 1000px;
  max-height: 90%;
  overflow: auto;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.modal-content form h5 {
  margin-bottom: 30px;
}

.blog-list {
  text-align: left;
  padding: 10px 0px;
}
.blog-list li {
  padding: 10px 0px;
  font-size: 18px;
}
.blog-list li a {
  text-decoration: none;
}

.kraciopis {
  text-align: left;
  padding: 0px 0px 50px;
}

.duziopis {
  text-align: left;
  padding: 50px 0px 0px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  background: none;
  border: none;
  font-size: 34px;
  cursor: pointer;
}

.details-car {
  background: whitesmoke;
  border-radius: 15px;
}
.details-car tr td {
  padding: 5px 10px;
  border-bottom: 1px solid #e2e2e2;
}
.details-car tr td:first-child {
  color: white;
  font-weight: bold;
  background: #004aad;
  border-bottom: 1px solid #004aad;
  text-align: right;
  padding-right: 15px;
}
.details-car tr:last-child td:last-child {
  border-bottom: 0px solid #e2e2e2;
}

/* Stilovi za labelu koja se ponaša kao placeholder */
.form-label {
  position: absolute;
  left: 5px;
  top: -10px;
  background: white;
  font-size: 14px;
  padding: 0px 5px;
  color: #aaa;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .form-label {
    top: -25px;
  }
}

/* Stilovi za aktivnu labelu */
.faq-area-form form input, .faq-area-form form textarea {
  border: 1px solid #9d9d9d;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.form-group input, .form-group select, .form-group textarea {
  border-radius: 3px;
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #9d9d9d;
  -webkit-appearance: none;
}
@media screen and (max-width: 575px) {
  .form-group input, .form-group select, .form-group textarea {
    margin-bottom: 20px;
  }
}
.form-group.col-md-6 {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .form-group.col-md-6 {
    width: 100%;
  }
}

.form-group textarea {
  height: 100px;
}

.included-box {
  background: whitesmoke;
  padding: 10px 20px;
  border-radius: 10px;
  display: block;
}

.listincluded {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.listincluded li {
  font-size: 14px;
}

#wishes .box-checkbox {
  font-size: 14px;
}

#ukcena {
  padding: 10px 15px;
  background: whitesmoke;
  border-radius: 10px;
  margin: 10px 0px;
  font-size: 14px;
}
#ukcena .firstinfo {
  font-weight: bold;
}
#ukcena p {
  margin-bottom: 0px;
}
#ukcena .smaller {
  font-size: 11px;
}
#ukcena .space {
  margin-bottom: 10px;
}

.pageinfo {
  padding: 40px 0px;
}
.pageinfo h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid whitesmoke;
  padding: 10px 0px;
  margin: 40px 0px 20px;
}
.pageinfo ul {
  list-style: none;
  position: relative;
}
.pageinfo ul li:before {
  content: "✔️";
  position: absolute;
  left: 5px;
  font-size: 12px;
}
.pageinfo .sidebox .block {
  position: relative;
  background: #004aad;
  color: white;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 25px 25px;
  margin-top: 40px;
}
.pageinfo .sidebox .block h3 {
  font-size: 1.5rem;
}
.pageinfo .sidebox .block a {
  color: white;
}
.pageinfo .sidebox .block h5 {
  font-size: 1rem;
}
.pageinfo .sidebox .block:after {
  content: "";
  background: url(/assets/img/location-sign-svgrepo-com.svg);
  position: absolute;
  top: 20px;
  right: 10px;
  height: 100px;
  width: 100px;
  background-size: contain;
  opacity: 0.1;
  background-repeat: no-repeat;
}
.pageinfo .sidebox .block ul {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0px;
  margin-left: 0px;
}
.pageinfo .sidebox .block ul li i {
  display: none;
}
.pageinfo .sidebox .block ul li:nth-child(2) {
  margin-bottom: 10px;
}
.pageinfo .sidebox .block ul li:before {
  display: none;
}
.pageinfo .sidebox .block .btn-block {
  color: white;
  background: #000;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  margin: 10px 0px;
  border: 2px solid #000;
}
.pageinfo table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.pageinfo table thead {
  background-color: #fcdc0a;
  color: #000;
  font-weight: 500;
}
.pageinfo table thead td {
  padding: 0.75rem;
  font-weight: 700;
}
.pageinfo table tbody tr:nth-of-type(odd) {
  background-color: #f6f9fb;
}
.pageinfo table tbody td {
  padding: 0.75rem;
}
.pageinfo .note {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.pageinfo .note p {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .pageinfo img {
    max-width: 100%;
  }
}

.blog-content img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-content img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #tidio-chat-iframe {
    inset: auto 0px 60px auto !important;
  }
  #tidio-chat-iframe .widgetLabel {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
