:root {
  --light: #f1f1f1;
  --dark: #272b2f;
  --white: #fff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--light);
  color: #272b2f;
  font-family: Lato, sans-serif;
}

.footer {
  height: 255px;
  color: var(--dark);
  background-color: #272b2f;
  justify-content: space-between;
  align-items: center;
  padding-left: 126px;
  padding-right: 126px;
  display: flex;
  position: relative;
}

.footer_holder {
  flex-direction: column;
  display: flex;
}

.copy {
  color: var(--white);
  text-align: center;
  margin-top: 32px;
}

.up_button {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/arrow-up.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding: 0;
}

.navbar-logo-left {
  z-index: 100;
  height: 100px;
  background-color: var(--light);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100vw;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 45px;
  display: flex;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  display: none;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  height: 60%;
}

.list-item {
  display: none;
}

.hero {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.urbanizem {
  display: block;
}

.hero_video {
  width: 100vw;
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_text_holder {
  width: 100vw;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 95px;
}

.hero_subtext_holder {
  width: 80%;
  background-color: var(--dark);
  flex-direction: column;
  align-items: flex-end;
  padding: 38px 169px 38px 73px;
  display: block;
  position: relative;
  bottom: -20px;
}

.hero_title {
  width: 80%;
  color: var(--light);
  font-family: Bodoni Moda, sans-serif;
  font-size: 100px;
  line-height: 110px;
  position: relative;
}

.body_text {
  max-width: 700px;
  color: var(--white);
  text-transform: none;
  margin-bottom: 8px;
  position: relative;
}

.body_text.capitalize {
  text-transform: uppercase;
}

.body_text.black {
  color: var(--dark);
  font-size: 15px;
}

.body_text.black.arhi {
  overflow-wrap: normal;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.body_text.black.kraj {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.body_text.black.urba {
  text-transform: none;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.mostovi {
  background-color: var(--dark);
  padding-top: 120px;
  position: relative;
}

.misel_1 {
  background-color: var(--dark);
  justify-content: space-between;
  display: flex;
}

.misel_2 {
  justify-content: space-between;
  display: flex;
}

.krajinska_arhi {
  background-color: var(--dark);
  flex-direction: column;
  align-items: flex-end;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 100px;
  display: flex;
}

.o_nas {
  display: block;
}

.nagrada {
  background-color: var(--dark);
  justify-content: space-between;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.kontakt {
  justify-content: space-between;
  display: flex;
}

.priznanje {
  width: 60%;
  height: 100%;
  background-image: url('../images/nagrada.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.priznanje._1 {
  width: 25%;
  background-image: url('../images/Podrecca-Brv.jpeg');
  background-position: 50%;
  background-size: cover;
}

.priznanje._2 {
  width: 50%;
  background-color: #fff;
  background-size: contain;
}

.priznanje._3 {
  width: 25%;
  background-image: url('../images/hradeckehga-ozka.jpeg');
  background-position: 50%;
  background-size: cover;
}

.priznanje_img_holder {
  height: 100vh;
  justify-content: space-between;
  display: flex;
}

.nagrada_text_holder {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 33px;
  display: flex;
}

.nagrada_title_holder {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 32px;
  line-height: 40px;
  position: relative;
}

.contact_holder {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  margin-bottom: 260px;
  display: flex;
}

.contacts {
  width: 255px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.html-embed {
  width: 70%;
}

.text-block {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.o_nas_text_holder {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 74px;
  display: flex;
  position: relative;
}

.o_nas_grid_holder {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.dot {
  width: 30px;
  height: 30px;
  background-color: var(--light);
  border-radius: 100%;
  position: relative;
}

.dot.black {
  background-color: var(--dark);
}

.dot.half {
  width: 22px;
  height: 44px;
  background-color: var(--dark);
  border-radius: 0 44px 44px 0%;
  margin-left: 32px;
  margin-right: 32px;
}

.o_nas_text {
  color: var(--light);
  margin-bottom: 24px;
  font-family: Bodoni Moda, sans-serif;
  font-size: 120px;
  line-height: 130px;
  position: relative;
}

.grid {
  grid-column-gap: 84px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
  margin: 72px 50px;
  position: relative;
}

.contact_info_holder {
  height: 120px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.headshot {
  width: 120px;
  height: 120px;
  background-image: url('../images/BarbaraDV.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: relative;
}

.headshot.sasa {
  background-image: url('../images/Saša-DV.jpeg');
}

.headshot.judita {
  background-image: url('../images/Judita-T.jpeg');
}

.headshot.nusa {
  background-image: url('../images/Nusa-DV.jpeg');
}

.headshot.katarina {
  background-image: url('../images/KatarinaDV.jpeg');
}

.headshot.nina {
  background-image: url('../images/Nina-K.jpeg');
}
.headshot.kaja {
  background-image: url('../images/Kaja-K.jpg');
}

.contact_info {
  margin-left: 24px;
  position: relative;
}

.personal_info_holder {
  position: relative;
}

.person_title {
  font-size: 10px;
}

.text-block-3 {
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
}

.faq_holder {
  width: 700px;
}

.spacer {
  width: 100%;
  height: 2px;
  background-color: var(--dark);
  position: relative;
}

.faq_q_holder {
  flex-direction: column;
  justify-content: space-between;
}

.q {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.down {
  width: 21px;
  height: 11px;
  background-image: url('../images/down.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 8px;
  position: relative;
}

.symbol_holder {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_title_holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 90px;
  margin-bottom: 20px;
  padding-right: 58px;
  display: flex;
  position: relative;
}

.section_title_holder.left {
  flex-direction: row;
  align-items: center;
  padding-left: 86px;
  padding-right: 0;
}

.section_title_holder.most {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 112px;
}

.section_title_holder.urba {
  align-items: flex-start;
  padding-left: 112px;
  padding-right: 0;
}

.section_content_holder {
  width: 100vw;
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.section_title {
  color: var(--white);
  font-family: Bodoni Moda, sans-serif;
  font-size: 120px;
  line-height: 140px;
  position: relative;
}

.section_title.black {
  color: var(--dark);
  font-family: Bodoni Moda, sans-serif;
}

.box {
  border-bottom: 5px solid var(--white);
  padding: 39px;
  position: relative;
}

.box.top_curve {
  border-style: solid solid none;
  border-top-width: 5px;
  border-top-color: var(--white);
  border-right-width: 5px;
  border-right-color: var(--white);
  border-left-width: 5px;
  border-left-color: var(--white);
  border-top-left-radius: 69px;
  border-top-right-radius: 69px;
  margin-top: 20px;
  padding: 23px 31px 0;
}

.section_main_image_holder {
  width: 60%;
  background-image: url('../images/2.Boardwalk-in-razgledišče-Zelenci.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_main_image_holder.arhi {
  background-image: url('../images/1.Hiša-v-okolici-LJ.jpg');
  text-decoration: none;
}

.section_main_image_holder.most {
  background-image: url('../images/Kolesarska-brv-v-Gozdu-Martuljku-2sml.jpeg');
  text-decoration: none;
}

.section_main_image_holder.urba {
  background-image: url('../images/1.Konjeniški-center-Šobec_1.jpg');
  text-decoration: none;
  display: flex;
}

.section_main_image_holder.kra {
  background-image: url('../images/1.RIC-Sava_1.jpg');
  text-decoration: none;
}

.section_content {
  width: 40%;
  background-color: var(--white);
  position: relative;
}

.section_text_holder {
  margin: 133px 58px 133px 74px;
}

.section_subtitle {
  color: var(--white);
  font-size: 18px;
  line-height: 25px;
  position: relative;
}

.section_subtitle.black {
  color: var(--dark);
  margin-bottom: 24px;
  font-weight: 700;
}

.section_button {
  color: var(--dark);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.section_image_holder {
  justify-content: space-between;
  padding-top: 16px;
  padding-left: 16px;
  display: flex;
}

.section_image_holder.black {
  background-color: var(--dark);
}

.section_image_holder.grey {
  background-color: var(--light);
  position: relative;
}

.section_image_holder.dark {
  background-color: var(--dark);
}

.pagination {
  background-color: var(--dark);
  margin-bottom: 34px;
  margin-left: 52px;
  text-decoration: none;
  position: relative;
}

.pagination_text {
  color: var(--white);
  text-transform: uppercase;
  margin: 8px 16px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.section_second_img {
  width: 23%;
  height: 130px;
  position: relative;
}

.section_second_img.urbi {
  background-image: url('../images/4.-OPPN-Vrhnika.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_second_img.urbi._1 {
  background-image: url('../images/2.Tomačevo.jpg');
}

.section_second_img.urbi._2 {
  background-image: url('../images/3.OPN-Mirna.jpg');
}

.section_second_img.urbi._3 {
  background-image: url('../images/4.-OPPN-Vrhnika_1.jpg');
}

.section_second_img.urbi._4 {
  background-image: url('../images/5.-Ureditvene-enote.jpg');
}

.section_second_img.most {
  background-image: url('../images/Razširitev-mostu-čez-Gradaščico.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_second_img.most._1 {
  background-image: url('../images/hradeckega.jpeg');
}

.section_second_img.most._2 {
  background-image: url('../images/Lipčeva-brv-v-Ljubljani-2.jpg');
}

.section_second_img.most._3 {
  background-image: url('../images/Brv-v-Peklu.jpg');
}

.section_second_img.most._4 {
  background-image: url('../images/Razširitev-mostu-čez-gradaščico-2.jpg');
}

.section_second_img.arhi {
  background-image: url('../images/5.hiša-v-Lj.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_second_img.arhi._1 {
  background-image: url('../images/2.Hiša-Lesce.jpg');
}

.section_second_img.arhi._2 {
  background-image: url('../images/3.Hiša-Kranj.jpg');
}

.section_second_img.arhi._3 {
  background-image: url('../images/6.hiša-Ig-1.jpg');
}

.section_second_img.arhi._4 {
  background-image: url('../images/5.hiša-v-Lj_1.jpg');
}

.section_second_img.kra {
  background-image: url('../images/1.RIC-Sava.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_second_img.kra._1 {
  background-image: url('../images/2.Boardwalk-in-razgledišče-Zelenci_1.jpg');
}

.section_second_img.kra._2 {
  background-image: url('../images/3.Mala-kmetija-in-triuba-v-ZOO_1.jpg');
}

.section_second_img.kra._3 {
  background-image: url('../images/4.-Stolp-na-Bovljeku.jpg');
}

.section_second_img.kra._4 {
  background-image: url('../images/5.-Pokopališče-v-Bohinjski-Bistrici.jpg');
}

.misel_holder {
  width: 70%;
  margin-bottom: 200px;
  padding-top: 40px;
  padding-left: 105px;
  position: relative;
}

.misel_element_holder {
  width: 30%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.misel_video {
  z-index: 10;
  width: 640px;
  height: 360px;
  bottom: -70px;
  right: -120px;
}

.misel_video.circle {
  width: 480px;
  height: 480px;
  border-radius: 100%;
  bottom: -200px;
  right: auto;
}

.misel_subtext {
  color: var(--white);
  letter-spacing: 5.6px;
  text-transform: uppercase;
  margin-top: 38px;
  font-size: 24px;
  position: relative;
}

.slash_holder {
  padding-left: 30px;
  display: flex;
  position: relative;
}

.slash {
  width: 5px;
  height: 65px;
  background-color: var(--dark);
  margin-right: 20px;
  position: relative;
  transform: rotate(30deg);
}

.lightbox-link {
  width: 60%;
}

.alt, .image-2 {
  display: none;
}

.bold-text {
  text-transform: none;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--light);
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: 1rem 1.5em;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #000;
  border-radius: .5rem;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: var(--light);
  justify-content: center;
  padding: 1.5rem;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: var(--dark);
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-modal_link {
  color: var(--dark);
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.lottie-animation {
  margin-bottom: 30px;
}

.buttonpiskot {
  text-transform: uppercase;
  font-size: 12px;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    width: 100vw;
  }

  .hero_text_holder {
    margin-bottom: 200px;
    padding-left: 160px;
  }

  .hero_title {
    width: 70%;
    font-size: 120px;
    line-height: 130px;
  }

  .body_text {
    font-size: 15px;
    line-height: 24px;
  }

  .body_text.capitalize {
    max-width: 800px;
    font-size: 16px;
    line-height: 30px;
  }

  .body_text.black {
    font-size: 16px;
    line-height: 28px;
  }

  .body_text.black.info {
    font-size: 16px;
  }

  .nagrada_title_holder {
    font-family: Bodoni Moda, sans-serif;
  }

  .o_nas_grid_holder {
    justify-content: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 60px;
  }

  .persone_name {
    font-size: 15px;
    line-height: 24px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .section_content_holder {
    height: 80vh;
  }

  .section_main_image_holder.urba {
    text-decoration: none;
  }

  .section_content {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .section_button {
    color: var(--dark);
  }

  .section_button.white {
    color: var(--white);
  }

  .misel_holder {
    width: 70%;
  }

  .misel_element_holder {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 70px;
    padding-right: 70px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    max-width: none;
  }

  .hero, .hero_video {
    height: 80vh;
  }

  .hero_text_holder {
    padding-top: 0;
    padding-left: 70px;
  }

  .hero_subtext_holder {
    padding-right: 80px;
    bottom: -60px;
  }

  .hero_title {
    font-family: Bodoni Moda, sans-serif;
    font-size: 80px;
    line-height: 90px;
  }

  .body_text.capitalize {
    max-width: 700px;
  }

  .body_text.capitalize.black, .body_text.black.arhi {
    max-width: 600px;
  }

  .krajinska_arhi {
    padding-top: 75px;
  }

  .priznanje._2 {
    background-color: #fff;
    background-size: contain;
  }

  .priznanje_img_holder {
    height: 80vh;
  }

  .nagrada_title_holder {
    font-size: 28px;
    line-height: 35px;
  }

  .contact_holder {
    width: 40%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .html-embed {
    width: 60%;
  }

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

  .dot {
    width: 25px;
    height: 25px;
  }

  .dot.half {
    width: 18px;
    height: 36px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }

  .o_nas_text {
    font-size: 80px;
    line-height: 100px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 39px;
    grid-template: "Area Area-2"
                   "Area-4 Area-5"
                   "Area-3 Area-6"
                   / 1fr 1fr;
  }

  .faq_holder {
    width: 600px;
  }

  .section_title_holder {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_title_holder.urba {
    margin-top: 80px;
  }

  .section_title, .section_title.black {
    font-size: 80px;
    line-height: 100px;
  }

  .box {
    padding: 25px;
  }

  .box.top_curve {
    padding-top: 19px;
  }

  .section_text_holder {
    margin: 90px 50px;
  }

  .pagination {
    margin-bottom: 20px;
    margin-left: 25px;
  }

  .misel_holder {
    width: 80%;
    margin-bottom: 210px;
    padding-top: 50px;
    padding-left: 50px;
  }

  .misel_element_holder {
    width: 20%;
    padding-top: 70px;
    padding-right: 80px;
  }

  .misel_video {
    width: 500px;
    height: 281px;
    right: -80px;
  }

  .misel_video.circle {
    width: 250px;
    height: 250px;
    bottom: -50px;
    right: -20px;
  }

  .misel_subtext {
    line-height: 30px;
  }

  .slash {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    height: 180px;
  }

  .footer_holder {
    justify-content: flex-start;
    align-items: center;
  }

  .urbi_footer_logo {
    height: 80px;
  }

  .copy {
    font-size: 12px;
    line-height: 18px;
  }

  .up_button {
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .navbar-logo-left {
    height: 60px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image {
    height: 35px;
  }

  .hero_text_holder {
    padding-top: 0;
    padding-left: 50px;
  }

  .hero_subtext_holder {
    width: 90%;
    padding: 33px 30px;
  }

  .hero_title {
    font-size: 70px;
    line-height: 75px;
  }

  .body_text {
    max-width: none;
    font-size: 14px;
    line-height: 21px;
  }

  .body_text.capitalize {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }

  .body_text.capitalize.black {
    max-width: 450px;
    font-weight: 400;
  }

  .body_text.black {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .body_text.black.arhi {
    max-width: 450px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body_text.black.info {
    text-align: center;
    font-size: 15px;
  }

  .faq {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .priznanje_img_holder {
    height: 40vh;
  }

  .nagrada_text_holder {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nagrada_title_holder {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .contact_holder {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts {
    width: auto;
  }

  .text-block {
    text-align: left;
  }

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

  .o_nas_text {
    font-size: 60px;
    line-height: 75px;
  }

  .grid {
    grid-row-gap: 50px;
  }

  .contact_info_holder {
    height: auto;
    flex-direction: column;
    justify-content: center;
  }

  .headshot {
    margin-bottom: 12px;
  }

  .contact_info {
    margin-left: 0;
  }

  .personal_info_holder {
    line-height: 16px;
  }

  .person_title, .persone_name {
    text-align: center;
  }

  .text-block-3 {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
  }

  .contact {
    line-height: 16px;
  }

  .faq_holder {
    width: 450px;
  }

  .q {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_title, .section_title.black {
    font-size: 60px;
    line-height: 75px;
  }

  .section_text_holder {
    margin: 50px 20px;
  }

  .section_subtitle.black {
    font-size: 16px;
    line-height: 24px;
  }

  .pagination_text {
    font-size: 11px;
    line-height: 15px;
  }

  .misel_video.circle {
    right: -30px;
  }

  .misel_subtext {
    font-size: 20px;
    line-height: 28px;
  }

  .slash {
    height: 45px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .urbi_footer_logo {
    height: 60px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image {
    height: 30px;
  }

  .hero {
    height: 90vh;
    justify-content: flex-end;
  }

  .hero_video {
    height: 90vh;
  }

  .hero_text_holder {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_subtext_holder {
    width: 100%;
    bottom: -40px;
  }

  .hero_title {
    width: 90%;
    margin-top: -60px;
    font-size: 50px;
    line-height: 60px;
  }

  .body_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .body_text.capitalize {
    font-size: 13px;
  }

  .body_text.capitalize.black {
    font-weight: 400;
  }

  .body_text.black {
    font-size: 15px;
  }

  .body_text.black.arhi {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mostovi {
    padding-top: 45px;
  }

  .misel_1 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .misel_2 {
    flex-direction: column;
  }

  .krajinska_arhi {
    padding-top: 50px;
  }

  .faq {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kontakt {
    flex-direction: column-reverse;
  }

  .priznanje._1 {
    width: 100%;
    background-position: 50% 0;
  }

  .priznanje._2 {
    width: 100%;
    height: 300%;
  }

  .priznanje._3 {
    width: 100%;
    background-position: 50%;
    background-size: cover;
  }

  .priznanje_img_holder {
    height: 50vh;
    flex-direction: column;
  }

  .nagrada_title_holder {
    font-size: 30px;
    line-height: 35px;
  }

  .contact_holder {
    width: 100%;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .html-embed {
    width: 100%;
  }

  .o_nas_text_holder {
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dot {
    width: 20px;
    height: 20px;
  }

  .dot.half {
    margin-left: 20px;
    margin-right: 20px;
  }

  .o_nas_text {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 40px;
  }

  .grid {
    flex-direction: column;
    grid-template: "Area Area-2"
                   "Area-4 Area-5"
                   "Area-3 Area-6"
                   "Area-7 ."
                   "Area-8 ."
                   "Area-9 ."
                   / 1fr;
    margin-bottom: 72px;
    display: flex;
  }

  .contact_info_holder {
    margin-bottom: 20px;
  }

  .faq_holder {
    width: auto;
  }

  .q {
    padding-left: 8px;
    padding-right: 8px;
  }

  .down {
    width: 18px;
    height: 18px;
  }

  .symbol_holder {
    justify-content: flex-start;
    padding-left: 21px;
    padding-right: 21px;
  }

  .section_title_holder {
    margin-top: 20px;
  }

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

  .section_title_holder.most {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .section_title_holder.urba {
    margin-top: 100px;
    padding-left: 20px;
  }

  .section_content_holder {
    flex-direction: column;
  }

  .section_title, .section_title.black {
    font-size: 40px;
    line-height: 45px;
  }

  .box {
    border-bottom-width: 3px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .box.top_curve {
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_main_image_holder.arhi, .section_main_image_holder.most, .section_main_image_holder.urba, .section_main_image_holder.kra {
    width: 100%;
    height: 40vh;
  }

  .section_content {
    width: 100%;
    flex-direction: column-reverse;
    display: flex;
  }

  .section_text_holder {
    margin-bottom: 10px;
  }

  .section_image_holder.black, .section_image_holder.grey {
    padding-left: 0;
  }

  .misel_holder {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .misel_element_holder {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .misel_video {
    width: 100%;
    height: 230px;
    bottom: -20px;
    right: 0;
  }

  .misel_video.circle {
    width: 200px;
    height: 200px;
    bottom: -20px;
    right: 0;
  }

  .misel_subtext {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .slash_holder {
    padding-left: 10px;
  }

  .slash {
    width: 4px;
    height: 35px;
    margin-right: 15px;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-_11bb642f-9a14-b1ab-fa88-8904514a1727-7bc838c2, #w-node-_1bcd5f94-2dc6-eeca-ae3e-e8e4f332319c-7bc838c2, #w-node-_1ba0e4d4-0305-8677-bdeb-7dc5878a0229-7bc838c2, #w-node-d9bec937-52c3-ffff-defe-e396aed78419-7bc838c2, #w-node-_23dcd6b6-300c-5532-4f24-252638c9ce6e-7bc838c2, #w-node-_9f94cf0e-50e1-86e7-bf7d-7937c5ad46e0-7bc838c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


