@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* RESET
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 100% "DM Sans", sans-serif;
  background: #fff;
  color: #242a3c;
  padding: 0;
  font-size: 16px; }
  @media (max-width: 1023px) {
    body {
      padding: 0; } }

a {
  color: #242a3c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media (max-width: 1023px) {
  .m_hide {
    display: none !important; } }

@media (min-width: 1024px) {
  .d_hide {
    display: none !important; } }

@media (min-width: 1024px) {
  .m_show {
    display: none !important; } }

.flex {
  display: flex; }
  .flex--equal > * {
    flex: 1; }
  .flex--center {
    align-items: center; }
  .flex--middle {
    justify-content: center; }
  .flex--end {
    justify-content: flex-end; }
  .flex--space_between {
    justify-content: space-between; }
  .flex--column {
    flex-direction: column; }
  @media (max-width: 1023px) {
    .flex--m-column {
      flex-direction: column; } }
  @media (max-width: 1023px) {
    .flex--m-column-reverse {
      flex-direction: column-reverse; } }
  @media (max-width: 500px) {
    .flex--mp-column {
      flex-direction: column; } }
  @media (max-width: 1023px) {
    .flex--m-center {
      align-items: center; } }
  @media (max-width: 1023px) {
    .flex--m-left {
      align-items: flex-start; } }
  @media (max-width: 1023px) {
    .flex--m-bottom {
      align-items: flex-end; } }
  @media (max-width: 1023px) {
    .flex--m-end {
      justify-content: flex-end; } }
  @media (max-width: 1023px) {
    .flex--m-middle {
      justify-content: center; } }
  @media (max-width: 1023px) {
    .flex--m-wrap {
      flex-wrap: wrap; } }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--row3 > * {
    width: 33.333%; }
  .flex--row3.flex--gap25 > * {
    width: calc(33.333% - 25px); }
  .flex--m-row2 > * {
    width: 50%; }
  .flex--m-row2.flex--gap40 > * {
    width: calc(50% - 25px); }
  @media (max-width: 1023px) {
    .flex--m-full {
      width: 100%; }
      .flex--m-full > * {
        flex: 1;
        width: 100%; }
      .flex--m-full.flex--gap25 > * {
        width: 100%; } }
  .flex--gap5 {
    gap: 5px; }
  .flex--gap10 {
    gap: 10px; }
  .flex--gap15 {
    gap: 15px; }
  .flex--gap20 {
    gap: 20px; }
  .flex--gap25 {
    gap: 25px; }
  .flex--gap30 {
    gap: 30px; }
  .flex--gap35 {
    gap: 35px; }
  .flex--gap40 {
    gap: 40px; }
  .flex--gap45 {
    gap: 45px; }
  .flex--gap50 {
    gap: 50px; }
  .flex--gap55 {
    gap: 55px; }
  .flex--gap60 {
    gap: 60px; }
  .flex--gap65 {
    gap: 65px; }
  .flex--gap70 {
    gap: 70px; }
  .flex--gap75 {
    gap: 75px; }
  .flex--gap80 {
    gap: 80px; }
  .flex--gap85 {
    gap: 85px; }
  .flex--gap90 {
    gap: 90px; }
  .flex--gap95 {
    gap: 95px; }
  .flex--gap100 {
    gap: 100px; }
  @media (max-width: 1023px) {
    .flex--mgap5 {
      gap: 5px; }
    .flex--mgap10 {
      gap: 10px; }
    .flex--mgap15 {
      gap: 15px; }
    .flex--mgap20 {
      gap: 20px; }
    .flex--mgap25 {
      gap: 25px; }
    .flex--mgap30 {
      gap: 30px; }
    .flex--mgap35 {
      gap: 35px; }
    .flex--mgap40 {
      gap: 40px; }
    .flex--mgap45 {
      gap: 45px; }
    .flex--mgap50 {
      gap: 50px; }
    .flex--mgap55 {
      gap: 55px; }
    .flex--mgap60 {
      gap: 60px; }
    .flex--mgap65 {
      gap: 65px; }
    .flex--mgap70 {
      gap: 70px; }
    .flex--mgap75 {
      gap: 75px; }
    .flex--mgap80 {
      gap: 80px; }
    .flex--mgap85 {
      gap: 85px; }
    .flex--mgap90 {
      gap: 90px; }
    .flex--mgap95 {
      gap: 95px; }
    .flex--mgap100 {
      gap: 100px; } }

.hamburger {
  width: 40px;
  height: 30px;
  min-width: 40px;
  position: relative;
  margin: 10px;
  display: none; }
  @media (max-width: 1023px) {
    .hamburger {
      display: block; } }
  .hamburger:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    top: 5px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
    -moz-transform: translateX(0) translateY(0) rotate(0deg);
    -ms-transform: translateX(0) translateY(0) rotate(0deg);
    -o-transform: translateX(0) translateY(0) rotate(0deg);
    transform: translateX(0) translateY(0) rotate(0deg); }
    .ham_opened .hamburger:before {
      width: 30px;
      background-color: #fff;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .hamburger:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    bottom: 5px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
    -moz-transform: translateX(0) translateY(0) rotate(0deg);
    -ms-transform: translateX(0) translateY(0) rotate(0deg);
    -o-transform: translateX(0) translateY(0) rotate(0deg);
    transform: translateX(0) translateY(0) rotate(0deg); }
    .ham_opened .hamburger:after {
      background-color: #fff;
      width: 30px;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  color: #242a3c; }

h1 {
  font-size: 60px; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 50px;
  font-weight: 600; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 30px; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 25px; } }

h4 {
  font-size: 25px; }
  @media (max-width: 1023px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 20px; }
  @media (max-width: 1023px) {
    h5 {
      font-size: 16px; } }

.txt--white {
  color: #fff; }
.txt--orange {
  color: #ff8300; }
.txt--small {
  font-size: 0.9em; }
.txt--center {
  text-align: center; }
.txt--right {
  text-align: right; }
.txt--left {
  text-align: left; }
.txt--bold {
  font-weight: bold; }
.txt--italic {
  font-style: italic; }
.txt--nowrap {
  white-space: nowrap; }
@media (max-width: 1023px) {
  .txt--m-center {
    text-align: center; } }

.widthWrapper {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .widthWrapper--wide {
    max-width: 1500px; }
  .widthWrapper--small {
    max-width: 800px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(12, 12, 13, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .admin-bar .header {
    top: 32px; }
  .header__wrap {
    padding: 25px 0; }
    .scrolled .header__wrap {
      padding: 10px 0; }
  .header__nav {
    display: flex; }
    @media (max-width: 1023px) {
      .header__nav {
        max-width: 0px;
        -webkit-transform: translateX(110%) translateY(0%);
        -moz-transform: translateX(110%) translateY(0%);
        -ms-transform: translateX(110%) translateY(0%);
        -o-transform: translateX(110%) translateY(0%);
        transform: translateX(110%) translateY(0%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100vw;
        max-width: 500px;
        background: rgba(12, 12, 13, 0.9); }
        .ham_opened .header__nav {
          -webkit-transform: translateX(0%) translateY(0%);
          -moz-transform: translateX(0%) translateY(0%);
          -ms-transform: translateX(0%) translateY(0%);
          -o-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; } }
    .header__nav .menu {
      display: flex; }
      .ham_opened .header__nav .menu {
        display: block; }
    .header__nav ul {
      display: flex;
      gap: 40px;
      align-items: center; }
      @media (max-width: 1023px) {
        .header__nav ul {
          display: block;
          gap: 0; } }
      .header__nav ul li {
        padding: 10px 0;
        position: relative; }
        .header__nav ul li a {
          color: white;
          font-weight: 600; }
          @media (max-width: 1023px) {
            .header__nav ul li a {
              border-bottom: 1px solid rgba(255, 255, 255, 0.3);
              padding: 20px 30px;
              display: block;
              text-align: right; } }
          .header__nav ul li a:hover {
            color: #ff8300; }
        .header__nav ul li:hover ul {
          display: block; }
        .header__nav ul li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 250px;
          background-color: rgba(0, 0, 0, 0.85); }
          .header__nav ul li ul a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding: 8px 15px;
            display: block; }
          .header__nav ul li ul li {
            padding: 0; }
            .header__nav ul li ul li:last-child a {
              border-bottom: 0; }
      .header__nav ul .current_page_parent > a,
      .header__nav ul .current_page_item > a {
        color: #ff8300; }
  .ham_opened .header {
    background: rgba(12, 12, 13, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .scrolled .header {
    background: rgba(12, 12, 13, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.logos svg {
  height: 20px;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scrolled .logos svg {
    height: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media (max-width: 1023px) {
    .logos svg {
      height: 15px; }
      .scrolled .logos svg {
        height: 15px; } }
.logos__belmont {
  position: relative; }
  .logos__belmont svg {
    height: 52px;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .scrolled .logos__belmont svg {
      height: 45px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    @media (max-width: 1023px) {
      .logos__belmont svg {
        height: 30px; }
        .scrolled .logos__belmont svg {
          height: 30px; } }
  .logos__belmont .let25 {
    position: absolute;
    top: 3px;
    right: -26px;
    background-color: #ff8300;
    color: white;
    padding: 3px 3px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    line-height: 1em; }
    .logos__belmont .let25 span {
      font-size: 14px; }
    .scrolled .logos__belmont .let25 {
      padding: 2px 3px 1px; }
.logos__cars {
  display: flex;
  flex-direction: column;
  gap: 3px; }

section {
  margin: 100px 0; }
  @media (max-width: 1023px) {
    section {
      margin: 50px 0; } }

.hero {
  background-color: black;
  margin: 0;
  position: relative; }
  .hero__item_bg {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .hero__item_bg:after {
      content: "";
      width: 40%;
      height: 100%;
      background-image: url("../images/planet.png");
      background-size: cover;
      background-position: 100% 50%;
      background-repeat: no-repeat;
      display: block;
      pointer-events: none;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }
    .hero__item_bg:before {
      content: "";
      width: 70%;
      height: 100%;
      background: linear-gradient(90deg, black 30%, rgba(0, 0, 0, 0) 100%);
      display: block;
      pointer-events: none;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }
  .hero__item {
    position: relative;
    z-index: 2;
    height: 80vh;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (max-width: 1023px) {
      .hero__item {
        height: 40vh; } }
    .hero__item:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%); }
    .hero__item:after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.82) 100%); }
  .hero iframe {
    pointer-events: none;
    /* prevent clicking */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.77vh;
    min-height: 100vh;
    transform: translate(-50%, -50%); }
  .hero__title {
    font-size: 55px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .hero__title {
        font-size: 35px;
        margin-bottom: 15px;
        text-align: center; } }
  .hero__desc {
    color: white;
    font-size: 20px;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .hero__desc {
        font-size: 18px;
        margin-bottom: 25px; } }
  .hero__content {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 750px; }
  .hero video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.btn {
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600; }
  .btn--white {
    background-color: white;
    color: #242a3c; }
    .btn--white:hover {
      background-color: #ff8300;
      color: white; }
  .btn--primary {
    background-color: #ff8300;
    color: #fff;
    border: 1px solid #ff8300; }
    .btn--primary:hover {
      background-color: white;
      color: #ff8300; }

.ponudba {
  margin: 0;
  padding: 100px 0;
  background-color: #f5f5f5; }
  @media (max-width: 1023px) {
    .ponudba {
      padding: 50px 0; } }
  .ponudba__top_title {
    font-size: 15px;
    margin-bottom: 40px; }
  .ponudba__top_desc {
    max-width: 400px; }
  .ponudba__img {
    height: 280px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 500px) {
      .ponudba__img {
        min-height: 150px; } }
    .ponudba__img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 2; }
    .ponudba__img > img {
      position: absolute;
      z-index: 1;
      object-fit: cover;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.001);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1.001);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.001);
      -o-transform: translateX(-50%) translateY(-50%) scale(1.001);
      transform: translateX(-50%) translateY(-50%) scale(1.001);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      min-width: 100%;
      min-height: 100%; }
  .ponudba__item {
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 calc(33.3333% - 30px);
    max-width: calc(33.333% - 18px);
    position: relative; }
    @media (max-width: 1023px) {
      .ponudba__item {
        flex: 0 0 100%;
        max-width: 100%; } }
    .ponudba__item:hover img {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
      transform: translateX(-50%) translateY(-50%) scale(1.1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .ponudba__cont {
    flex: 1;
    padding: 35px;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1023px) {
      .ponudba__cont {
        padding: 20px; } }
    .ponudba__cont.noimg {
      background-color: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      color: black;
      padding: 15px 20px;
      position: relative; }
      .ponudba__cont.noimg .ponudba__cont_title {
        margin-bottom: 0;
        font-size: 1.4em; }
      .ponudba__cont.noimg:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
        .ponudba__cont.noimg:hover .ponudba__cont_title {
          color: #ff8300; }
  .ponudba__cont_title {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px; }
  .ponudba h3 {
    font-size: 18px;
    font-weight: bold; }
  .ponudba ul {
    margin-top: 1em;
    margin-bottom: 1em; }
    .ponudba ul li {
      list-style-type: disc;
      margin: 5px 0 5px 1.3em; }

.video_vsebine {
  margin: 0;
  padding: 100px 0;
  background-color: #f5f5f5; }
  @media (max-width: 1023px) {
    .video_vsebine {
      padding: 50px 0; } }
  .video_vsebine__top_title {
    font-size: 15px;
    margin-bottom: 40px; }
  .video_vsebine__top_desc {
    max-width: 400px; }
  .video_vsebine__item {
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
    position: relative; }
  @media (max-width: 1023px) {
    .video_vsebine__wrap {
      display: block; } }
  .video_vsebine__wrap video,
  .video_vsebine__wrap iframe {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100% !important; }

.link {
  color: #ff8300;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px; }
  .link:after {
    content: "";
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58984 17.08L13.1698 12.5L8.58984 7.91L9.99984 6.5L15.9998 12.5L9.99984 18.5L8.58984 17.08Z' fill='%23DA291C'/%3E%3C/svg%3E%0A");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
  .link:hover:after {
    -webkit-transform: translateX(10px) translateY(0);
    -moz-transform: translateX(10px) translateY(0);
    -ms-transform: translateX(10px) translateY(0);
    -o-transform: translateX(10px) translateY(0);
    transform: translateX(10px) translateY(0); }

.storitve {
  background-color: #f5f5f5;
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .storitve {
      padding: 50px 0; } }
  .page-id-62 .storitve {
    margin: 0;
    padding: 70px 0; }
    @media (max-width: 1023px) {
      .page-id-62 .storitve {
        padding: 35px 0; } }
  .storitve__top_title {
    font-size: 15px;
    margin-bottom: 40px; }
  .storitve__icon {
    min-width: 50px; }
    .storitve__icon img {
      height: 50px;
      width: auto; }
  .storitve__top_desc {
    max-width: 600px; }
  .storitve__item {
    background-color: white;
    padding: 20px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1 1 calc(33.333% - 30px);
    font-size: 15px; }
    @media (max-width: 1023px) {
      .storitve__item {
        flex: 1 1 calc(50% - 30px); } }
    @media (max-width: 500px) {
      .storitve__item {
        flex: 1 1 100%; } }
    .storitve__item:first-child {
      flex: 1 1 100%; }
      .storitve__item:first-child .storitve__title {
        margin-bottom: 10px; }
  .storitve__title {
    font-size: 25px;
    font-weight: bold;
    min-width: 50px; }
    .storitve__title img {
      height: 50px;
      width: auto; }
    .storitve__title strong {
      color: #ff8300; }
  .storitve__top {
    margin-bottom: 10px; }
  .storitve__desc strong {
    color: #ff8300; }

.aktualno h2 {
  margin-bottom: 1em; }
.aktualno__item {
  flex: 1; }
  @media (max-width: 1023px) {
    .aktualno__item {
      flex: 0 0 100%; } }
.aktualno__img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .aktualno__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .aktualno__img:hover img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.aktualno__date {
  font-size: 15px;
  margin-bottom: 10px; }
.aktualno__title {
  font-weight: bold;
  font-size: 18px; }
  .aktualno__title:hover {
    color: #ff8300; }

.footer {
  background-color: #101012;
  color: white;
  padding: 100px 0 0;
  position: relative; }
  @media (max-width: 1023px) {
    .footer {
      padding: 50px 0 0; } }
  .footer .widthWrapper {
    position: relative;
    z-index: 2; }
  .footer .sub-menu {
    display: none; }
  .footer:after {
    content: "";
    width: 25%;
    height: 100%;
    background-image: url("../images/planet.png");
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    display: block;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .footer a {
    color: white; }
    .footer a:hover {
      color: #ff8300; }
  .footer .logos {
    margin-bottom: 40px; }
  .scrolled .footer .logos__belmont svg {
    height: 55px; }
  .footer__top {
    margin-bottom: 70px; }
  .footer__enovice_title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold; }
  .footer__enovice {
    max-width: 500px; }
    .footer__enovice p {
      font-size: 15px; }
  .footer__enovice_form {
    display: flex;
    gap: 10px; }
    .footer__enovice_form input {
      height: 60px;
      background-color: #1e2437;
      border-radius: 5px;
      font-family: inherit;
      color: white;
      font-weight: inherit;
      font-size: 18px;
      padding-left: 20px;
      flex: 1;
      border: none; }
    .footer__enovice_form button {
      background-color: #ff8300;
      border-radius: 5px;
      border: 1px solid #ff8300;
      color: white;
      padding-left: 30px;
      padding-right: 30px;
      font-weight: bold;
      height: 60px;
      font-family: inherit;
      font-size: 16px; }
  .footer__nav ul li {
    margin: 10px 0; }
  @media (max-width: 1023px) {
    .footer__nav {
      flex: 1 1 calc(50% - 30px); } }
  .footer__contact {
    line-height: 1.8em; }
    @media (max-width: 1023px) {
      .footer__contact {
        flex: 1 1 calc(50% - 30px); } }
  .footer__contact_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .footer__copy {
    background-color: #0c0c0d;
    margin-top: 80px;
    padding: 20px;
    font-size: 12px; }
    @media (max-width: 1023px) {
      .footer__copy {
        text-align: center; } }

.usp {
  text-align: center; }
  .usp__title {
    color: #ff8300;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px; }
  .usp p {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 0; }
  .usp__item {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 20px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.inner_hero {
  height: 30vh;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-color: black; }
  @media (max-width: 1023px) {
    .inner_hero {
      height: 300px; } }
  .inner_hero:after {
    content: "";
    width: 40%;
    height: 100%;
    background-image: url("../images/planet2.png");
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    display: block;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0; }
  .inner_hero #breadcrumbs {
    font-size: 13px;
    color: white; }
    .inner_hero #breadcrumbs a {
      color: white; }
      .inner_hero #breadcrumbs a:hover {
        color: #ff8300; }
    .inner_hero #breadcrumbs .breadcrumb_last {
      font-weight: bold; }
  .inner_hero .widthWrapper {
    position: relative;
    z-index: 3; }
  .inner_hero h1 {
    color: white;
    font-weight: bold;
    padding-bottom: 50px; }
    @media (max-width: 1023px) {
      .inner_hero h1 {
        font-size: 30px; } }

.vsebina {
  line-height: 1.6em; }
  .vsebina--ozko .widthWrapper {
    max-width: 900px; }

.vsebina h2,
.split h2,
.stolpci h2 {
  line-height: 1.4em;
  margin-bottom: 0.5em; }
.vsebina h1,
.split h1,
.stolpci h1 {
  line-height: 1.4em;
  margin-bottom: 0.5em; }
.vsebina h3,
.split h3,
.stolpci h3 {
  line-height: 1.4em;
  margin-bottom: 0.5em; }
.vsebina h4,
.split h4,
.stolpci h4 {
  line-height: 1.4em;
  margin-bottom: 0.5em; }

.split__wrap.split--desno {
  flex-direction: row-reverse; }
  @media (max-width: 1023px) {
    .split__wrap.split--desno {
      flex-direction: column-reverse; } }
.split__text {
  flex: 1; }
.split__image {
  flex: 0 0 40%; }
  @media (max-width: 1023px) {
    .split__image {
      width: 100%; } }
.split__img {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden; }
  .split__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%; }
.split.wrap_image .split__img {
  height: auto;
  padding-bottom: 0; }
  .split.wrap_image .split__img img {
    object-fit: contain;
    position: initial;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
.split ul {
  margin-top: 1em;
  margin-bottom: 1em; }
  .split ul li {
    list-style-type: disc;
    margin: 5px 0 5px 1.3em; }
.split h2 {
  margin-bottom: 0.5em; }

.vsebina ul {
  margin-top: 1em;
  margin-bottom: 1em; }
  .vsebina ul li {
    list-style-type: disc;
    margin: 5px 0 5px 1.3em; }

.mapa {
  width: 100%;
  height: 600px; }
  @media (max-width: 1023px) {
    .mapa {
      height: 400px; } }
  @media (max-width: 500px) {
    .mapa {
      height: 250px; } }

.topbar {
  background-color: #0c0c0d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 60px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; }
  .scrolled .topbar {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0; }
  .topbar a {
    color: white; }
    .topbar a:hover {
      color: #ff8300; }
  .topbar__wrap {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 40px; }
    .topbar__wrap svg {
      height: 16px;
      width: auto;
      vertical-align: bottom; }

.logotipi__top {
  margin-bottom: 30px; }
  .logotipi__top h2 {
    margin-bottom: 0.5em; }
.logotipi a {
  width: 180px;
  display: block;
  height: 100px;
  position: relative; }
  @media (max-width: 1023px) {
    .logotipi a {
      width: 120px;
      height: 80px; } }
  .logotipi a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: contain;
    min-height: 100%; }

.owl-nav {
  color: white;
  font-size: 100px; }
  .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 10px;
    right: auto; }
    .owl-nav .owl-prev.disabled {
      display: none; }
  .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 10px;
    left: auto; }
    .owl-nav .owl-next.disabled {
      display: none; }

.anchor {
  padding-bottom: 1px; }

.gallery {
  margin: 50px auto;
  max-width: 1280px; }
  @media (max-width: 1023px) {
    .gallery {
      margin: 25px 0;
      width: 1000px; } }
  .gallery__item {
    flex: 0 0 calc(33.333% - 15px); }
    @media (max-width: 1023px) {
      .gallery__item {
        flex: 1; } }
  .gallery .img_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    display: block;
    overflow: hidden; }
    .gallery .img_wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.01);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1.01);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.01);
      -o-transform: translateX(-50%) translateY(-50%) scale(1.01);
      transform: translateX(-50%) translateY(-50%) scale(1.01);
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

@media (max-width: 1023px) {
  .scroll_wrap {
    width: 100%;
    overflow-x: auto; } }

.certifikati {
  margin: 50px 0;
  padding: 0 50px; }
  @media (max-width: 1023px) {
    .certifikati {
      margin: 25px 0; } }
  .certifikati__certifikat {
    display: flex;
    align-items: center;
    justify-content: center; }
    .certifikati__certifikat img {
      max-height: 65px;
      width: auto; }

.pill {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 10px; }

.referenca_inner__cats {
  margin-bottom: 1em; }
.referenca_inner__gallery {
  width: 100%;
  max-width: 60%; }
  @media (max-width: 1023px) {
    .referenca_inner__gallery {
      max-width: 100%; } }

.gallery_referenca {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .gallery_referenca__item {
    flex: 0 0 calc(25% - 8px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .gallery_referenca__item a {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 70%;
      position: relative;
      overflow: hidden; }
      .gallery_referenca__item a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        object-fit: cover;
        min-height: 100%;
        min-width: 100%; }
    .gallery_referenca__item:first-child {
      flex: 0 0 100%; }

.ref-nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .ref-nav__prev {
    display: flex;
    gap: 10px;
    align-items: center; }
    .ref-nav__prev:before {
      display: block;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.666 14.0834L21.666 11.9167L8.66602 11.9167L14.6244 5.95841L13.086 4.42008L4.50602 13.0001L13.086 21.5801L14.6243 20.0417L8.66602 14.0834L21.666 14.0834Z' fill='%23FF8300'/%3E%3C/svg%3E%0A");
      width: 26px;
      height: 26px;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat; }
  .ref-nav__next {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: right;
    flex-direction: flex-end; }
    .ref-nav__next:after {
      display: block;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.666 14.0834L21.666 11.9167L8.66602 11.9167L14.6244 5.95841L13.086 4.42008L4.50602 13.0001L13.086 21.5801L14.6243 20.0417L8.66602 14.0834L21.666 14.0834Z' fill='%23FF8300'/%3E%3C/svg%3E%0A");
      width: 26px;
      height: 26px;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .ref-nav__label {
    display: block; }
  .ref-nav__title {
    font-size: 1.2em;
    font-weight: bold; }
  .ref-nav__item:hover .ref-nav__title {
    color: #ff8300; }

.nextprev {
  background-color: #f5f5f5;
  padding: 40px 0;
  margin: 0; }

.ref {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .ref h2 {
    flex: 0 0 100%;
    margin-bottom: 0.5em;
    margin-top: 2em; }
    .ref h2:first-child {
      margin-top: 0; }
  .ref__item {
    flex: 1;
    margin-bottom: 30px;
    flex: 0 0 calc(25% - 20px); }
    @media (max-width: 1250px) {
      .ref__item {
        flex: 0 0 calc(33.333% - 20px); } }
    @media (max-width: 1023px) {
      .ref__item {
        flex: 0 0 100%; } }
  .ref__img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 15px; }
    .ref__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0001);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1.0001);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.0001);
      -o-transform: translateX(-50%) translateY(-50%) scale(1.0001);
      transform: translateX(-50%) translateY(-50%) scale(1.0001);
      object-fit: cover;
      min-height: 100%;
      min-width: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .ref__img:hover img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
      -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
      transform: translateX(-50%) translateY(-50%) scale(1.1); }
  .ref a:hover {
    color: #ff8300; }
  .ref__title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    display: block; }
  .ref__cont {
    padding-top: 15px;
    display: block; }
  .ref__category {
    margin-bottom: 10px;
    display: block; }

section.reference {
  padding: 0 2.5vw; }
  section.reference h2 {
    margin-bottom: 1em; }

.site-footer {
  display: none !important; }

.gmapiframe {
  width: 100%;
  height: 50vh; }

.podstrani_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center; }
  @media (max-width: 1023px) {
    .podstrani_list {
      flex-direction: column; } }
  .podstrani_list__item {
    flex: 0 0 calc(33% - 20px); }
    .podstrani_list__item a {
      font-weight: bold;
      display: block;
      text-align: center;
      border-radius: 10px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .podstrani_list__item a:hover {
        color: #ff8300;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.katalogi_list {
  flex-wrap: wrap; }
  .katalogi_list__title {
    font-weight: bold;
    margin: 0.5em 0;
    text-align: center; }
  .katalogi_list__item {
    flex: 0 0 calc(25% - 30px);
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .katalogi_list__item {
        flex: 0 0 calc(50% - 10px); } }
    .katalogi_list__item a:first-child {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 120%;
      height: 0;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      overflow: hidden; }
      .katalogi_list__item a:first-child img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        object-fit: cover;
        min-width: 100%;
        min-height: 100%; }

.vsebina p,
.vsebina ul,
.vsebina ol,
.split p,
.split ul,
.split ol {
  font-size: 1.1em; }

.nos_top {
  margin-top: 0; }

.nos_bottom {
  margin-bottom: 0; }

/*# sourceMappingURL=default-min.css.map */
