/*===================== TABLE OF CONTENT =======================
1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. Project
15. Offer
16. Location
17. Footer
18. Page Project
19. Page Offer
20. Page Single
21. Page About
22. Contact About
23. Home Section
24. Stan New Page
25. Home Section
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color:#737373;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #000;  color: #fff; }  
::selection { background-color: #000; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-md{
  max-width: 120rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */
h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.2;color: #231f20;}
.title h1, .title h2{ font-size: 3.2rem;position: relative; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:6rem; }
.title-center{text-align: center;}
.title strong{
  color: #000;

}


@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 3.6rem; }
  .intro .title h1{
    font-size: 5.4rem;
  }
 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
  .intro .title h1{
    font-size: 6rem;
  }
  
}
/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
	display: inline-block;
	padding: 1rem 4.4rem;
	font-weight: 500;
  font-size: 1.6rem;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #000;
  color: #fff;
}
.btn-secondary{
  background-color: transparent;
  border:1px solid #000;
  color: #000;
}
.btn-secondary:hover{
  background-color: #000;
}
.btn-primary:hover{
  background-color: #231f20;
  color: #fff;
}
.btn-tertiary{
  background-color: #000;
  border-color: #000;
  color: #fff;
  border-radius: 10rem;
}
.btn-tertiary:hover{
  background-color: #000000;
  border-color: #000;
}
.btn-white{
  background-color: #fff;
  color: #000;
}
.btn-white:hover{
  background-color: #000;
  color: #fff;
}
.btn-transparent{
  background-color: transparent;
  border:1px solid #fff;
  color: #fff;
}
.btn-transparent:hover{
  background-color: #fff;
  color: #000;
}
.btn-red{
  background-color: #9f3333;
  color: #fff;
}
.btn-red:hover{
  background-color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.5rem 2rem;
	outline: none;
	background-color: #ffffff;
	font-size: 1.6rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #000;
}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 8rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f4f4f4;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
#wt-cli-accept-all-btn, #wt-cli-privacy-save-btn{
  background-color: #000 !important;
  color: #fff !important;
}
.cli-style-v2 {
	font-size: 1.4rem !important;
	line-height: 1.6 !important;
	font-weight: normal;
}
.cookielawinfo-row td{
  color: #000 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all .4s ease-in-out;
  z-index: 10;
  padding: 1.5rem 0;

}
body.home header{
  position: fixed;
  background-color: transparent;
  color: #fff;
}
header.scrolled, body.home header.scrolled {
  background-color: #fff;
  color: #231f20;
}
header .container{
  display: flex;
  flex: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: flex;
  align-items: center;
}
.header-logo img{
  display: block;
  width: 7rem;
  transition: all .4s ease-in-out;

  height: auto;
}
body.home .header-logo img{
  filter: brightness(0) invert(100);
}
header.scrolled .header-logo img,  body.home header.scrolled .header-logo img{
  filter: none;
}
header .btn{
  margin-left: 3rem;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem 1rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 2;
  color: #000;
}
.mobile-info a{
  color: #000;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 1.6rem;

}
nav li a:hover, nav li.current_page_item a{
 opacity: 0.6;
}
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}
.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #000;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
body.home header .line-toggle{
  background: #fff;
}
header.scrolled .line-toggle, body.home header.scrolled .line-toggle{
  background: #000;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}
.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}
.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:last-child {
	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #fff;
  padding-left: 2rem;
}
.toggle.activate .line-toggle{
  background-color: #000 !important;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{
  display: none;
  padding-left: 3rem;
}
.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-info{
  display: flex;
  align-items: center;
  margin-left: auto;
  gap:2rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.info-row{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.info-row h4{
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #8d8d8d;
  display: none;
}
.info-row img {
	display: block;
	width: 1.9rem;
	height: 1.4rem;
	transition: all .4s ease-in-out;
	object-fit: contain;
  margin-right: 1rem;
}
.info-icon{
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #000;
  background-color: #000;
  border-color: #000;
}
body.home .info-icon{
   background-color: transparent;
  border-color: #fff;
}
header.scrolled .info-icon, body.home header.scroll .info-icon {
  background-color: #000;
  border-color: #000;
}
.mobile-info{
border-top: 1px solid #ccc
}
.mobile-info .info-row:not(:last-child){
  margin-bottom: 1rem;
}
.header-info span{
  display: none;
}
.header-info .info-row img{
  margin-right: 0;
}
header .btn{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  header .btn{
    display: inline-block;
  }
 
 
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/


}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .header-info span{
    display: inline-block;
  }
  .info-row h4{
    display: block;
  }
  .info-icon{
    margin-right: 1rem;
  }
}
 
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .header-logo img{

    width: 10.6rem;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;
    color: #000;
  }
  body.home nav {
    color: #fff;
  }
  header.scrolled nav,    body.home header.scrolled nav{
    color: #000;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
    font-size: 1.6rem;
  }

 .header-info span{
    display: none;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    display: block;
  
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  .header-info{
    margin-left: 4rem;
  }
  nav li a:hover, nav li.current_page_item a{
    opacity: 0.6;
  }
  .sub-menu li a:hover{
  
    opacity: 0.6;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 1.8rem 1.5rem;
  }
}
@media only screen and (min-width: 81.25em) {
  /*1300px*/
 .header-info span{
    display: inline-block;
  }


}
@media only screen and (min-width: 86.25em) {
  /*1380px*/
 
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .header-info{
    margin-left: 7rem;
  }
   nav li a{
    font-size: 1.8rem;
  }
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro-slide img{
  display: block;
  width: 100%;
  height: 70rem;
  object-fit: cover;
  object-position: center;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.68) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
}
.intro-text .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.intro-inner{
  max-width: 70rem;
  width: 100%;
}
.intro-inner h1{
  color: #fff;
}
.intro-inner .title{
  margin-bottom: 3rem;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  background-color: transparent;
  border:1px solid #000;
  border-radius: 50%;
  z-index: 1;
}
.slick-prev{
  background-image: url(images/prev.svg);
  left: 0;
}
.slick-next{
  background-image: url(images/next.svg);
  right: 0;
}

.slick-dots{
  position: absolute;
  bottom: 8rem;
 left: 50%;
 transform: translateX(-50%);
  display: flex;
  gap:2rem;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  justify-content: center;
  
}
.slick-dots button{
  font-size: 0;
  width: 2.7rem;
  height: 2.7rem;
  background-color: transparent;
  border-radius: 50%;
  border:1px solid transparent;
  position: relative;
}
.slick-dots button::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: #fff;
  width: 4px;
  height: 4px;
}
.slick-dots li.slick-active button{
  border-color: #fff;
}
.intro-inner p{
  font-size: 2rem;
}
.intro-btns{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:2rem;
  justify-content: center;
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-slide img{
    height: 100vh;
  }
  .slick-dots{
    bottom: 10rem;
  }
  .intro-btns{
  flex-direction: row;
  }
  .intro-text{
  padding-top: 10rem;
}
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .slick-dots{
    bottom: 10rem;
  }
}
.intro-slide.slick-current .intro-text{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }
  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
/* ================================================================================== 
14. Project
===================================================================================== */
.project-section{
  background-color: #eeeeee;
  font-size: 1.6rem;
}
.project-section .home-text strong{
  color: #000;
  font-weight: 400;
}
.project-section .home-text{
  padding: 5rem 2rem;
}
.project-text{
  width: 100%;
  margin-bottom: 5rem;
}
.project-image{
  width: 100%;
}
.project-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/13;
	object-fit: cover;
}
.project-text .title{
  margin-bottom: 3rem;
}
.project-text .btn{
  margin-top: 3rem;
}
.project-numbers{
  margin-bottom: 5rem;
}
.project-numbers article{
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.project-slider img{
  height: 40rem;
  object-fit: cover;
}
.project-numbers article:last-child{
  margin-bottom: 0;
}
.number{
  font-size: 5rem;
  font-weight: 700;
  -webkit-text-stroke: 1px #000;
  color: #fff;
}
.project-numbers article h3{
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.8rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .project-numbers{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .project-numbers article{
    width: 33.333%;
    margin-bottom: 0;
    text-align: left;
  }
  .project-slider img{
    height: 60rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .number{
    font-size: 7rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .project-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .project-text{
    width: 45%;
    margin-bottom: 0;
  }
  .project-image{
    width: 45%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .project-text{
    padding-left: 5rem;
  }
}
/* ================================================================================== 
15. Offer
===================================================================================== */
.offer .title h2::after{
  content: none;
}
.offer-image{
  width: 100%;
  margin-bottom: 3rem;
}
.offer-text{
  width: 100%;
  background-color: #f4f4f4;
  padding: 5rem;
}
.offer-image img{
  display: block;
  width: 100%;
  height: auto;
}
.offer-text .title h2::after{
  content: none;
}
.offer-text .title{
  margin-bottom: 3rem;
}
.offer-icons{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap:1.5rem
}
.offer-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.offer-row img{
  display: block;
  width: 2.4rem;
  height: auto;
  margin-right: 1rem;
}
.offer-text .btn{
  margin-top: 5rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .offer-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5rem;
    align-items: flex-start;
  }
  .offer-image{
    width: 35%;
    margin-bottom: 0;
  }
  .offer-text{
    width: 55%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .offer-wrap{
    align-items: center;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .offer-wrap{
    padding: 0 15rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .offer-icons{
    flex-direction: row;
    gap:3rem
  }
}
/*---------*/
.offer2 .title{
  margin-bottom: 3rem;
}
.offer2-content{
  margin-top: 5rem;
  position: relative;
}
.offer2-content img{
  display: block;
  width: 100%;
}
.building-map{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.building-map svg{
  width: 100%;
}
.building-box{
  transition: all .4s ease-in-out;
  cursor: pointer;
  fill:rgba(93,90,86,0) !important;
}
.building-single a:hover .building-box, .building-active a .building-box{
  fill:rgba(93,90,86,0) !important;
}
.building-single .building-text{
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.building-single a:hover .building-text, .building-active a .building-text{
  opacity: 1;
  visibility: visible;
}
.font1{
  font-size: 1.4rem;
}
.font2{
  font-family:'Bodoni Moda', serif;
  font-size: 3rem;
}
.building-bg, .building-bg2{
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: collapse;
}
.building-single a:hover ~  .building-bg, .building-single:hover  .building-bg2, .building-active  .building-bg{
  opacity: 1;
  visibility: visible;
}
.building-single:hover {
  z-index: 1;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .offer2-content{
    margin-top: 8rem;
  }
}
/*---------*/

.offer-new-text{
  width: 100%;
  padding: 3rem 0;
  position: relative;

}
.offer-new-text .btn{
  margin-top: 3rem;
}
.offer-new-image{
  width: 100%;
}

.title-offer .slick-dots{
  position: static;
  top: auto;
  left: auto;
  transform: none;
  bottom: auto;
  width: auto;
}
.title-offer .slick-dots button::after{
  background-color: #231f20;
}
.title-offer .slick-dots li.slick-active button{
  border-color: #231f20;
}
.title-offer{
  width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .offer-new-slider .slick-arrow{
    top: 25%;
    filter: brightness(0) invert(100);
  }
  .offer-new-slider .slick-prev{
    left: 2.2rem;
  }
   .offer-new-slider .slick-next{
    right: 2.2rem;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .offer-new-inner{
    display: flex;
  }
  .offer-new-text{
    width: 35%;
    padding: 0 5rem;
    margin-top: 0;
      display: flex;
  align-items: center;
  justify-content: center;
  }

  .offer-new-image{
    width: 60%;
  }
  .text-inner{
    max-width: 55rem;
    width: 100%;
  }


}
 
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .title-offer{
    display: flex;
    flex-direction: row-reverse;
    margin-left: auto;
    gap:5rem;
    padding-right: 10rem;
    max-width: 70rem;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
16. Location
===================================================================================== */
.location-text{
  width: 100%;
  padding: 5rem 2rem 5rem 2rem;
  position: relative;
}
.location-image img {
	display: block;
	width: 100%;
	height: auto;
}
.location-text .btn{
  margin-top: 3rem;
}
.location-text .title{
  margin-bottom: 3rem;
}


@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .location-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .location-text{
    width: 50%;
    padding: 0 5rem;

  }
 
  .location-image {
    width: 50%;
    overflow: hidden;

    position: relative;
    z-index: 1;
  }
  .location-inner{
    max-width: 55rem;

  }
  .home-image img {
    height: 59rem;
    object-fit: cover;
  }
  
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .location-text{
    padding: 0 10rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .location-section .text-center{
    margin-bottom: 8rem;
  }
  .location-section {
    margin-top: 0;
    
  }
 
}

/* ================================================================================== 
17. Footer
===================================================================================== */
footer{
  line-height: 2;
  background-color: #151112;
  color: #fff;
  font-size: 1.6rem;
}
footer  ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer h3{
  font-size: 2.4rem;
  color: #fff;
}
footer .info-row h4{
  color: #fff;
}
.footer-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.footer-wrapper article{
  width: 100%;
  margin-bottom: 3rem;
}
.footer-wrapper article:last-child{
  margin-bottom: 0;
}
.social{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:1rem
}
.social a{
  display: inline-block;
}
.social a img{
  display: block;
  width: 4rem;
}

.footer-logo{
  display: block;
}
.footer-logo img{
  display: block;
  width: 15rem;
  height: auto;
  margin: 0 auto;
  filter: brightness(0) invert(100);
}
.footer-logo a:last-child img{
  width: 10rem;
}
.copyright{
  font-size: 1.4rem;
  text-align: center;
  padding: 2rem 0;
  background-color: #151112;
  color: #fff;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .info-row{
  justify-content: center;
  flex-direction: column;

}

.footer-contact .info-icon{
  background-color: #fff;
}
.footer-logo a:last-child img{
  margin-top: 2rem;
}
footer .info-row h4{
  display: block;
}
footer .info-row span{
  display: block;
}
footer .info-row:first-child{
  margin-bottom: 1rem;
}
footer .info-icon{
  margin-bottom: 1rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper{
    flex-direction: row;
    justify-content: space-between;
   align-items: flex-start;
   text-align: left;
  }
  .footer-wrapper article{
    width: 50%;

  }
  .footer-logo img{
    margin: 0;
  }
  .social{justify-content: flex-start;}
  .copyright .container{
    align-items: center;
    justify-content: space-between;
   text-align: left;
   flex-direction: row;
  }
  footer .info-row{
    justify-content: flex-start;
  }
  footer .info-row{
    flex-direction: row;
  }
  footer .info-icon{
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
 
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-wrapper article{
    width: auto;
    margin-bottom: 0;
  }
 
 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-contact{
    display: flex;
    flex-direction: row;
    gap:3rem
  }
  footer  ul{
    column-count: 2;
  }
  footer .info-row:first-child{
    margin-bottom: 0;
  }
}
/* ================================================================================== 
18. Page Project
===================================================================================== */
.top-image img{
  height: 40rem;
  width: 100%;
  object-fit: cover;
  display: block;
}
.error404 .text-center{
  text-align: center;
}
.top-height{
  background-color: #000;
  width: 100%;
  height: 20rem;
}
.text{
  max-width: 120rem;
  width: 100%;
}
.text .btn{
  margin-top: 3rem;
}
.gallery{
  margin-top: 5rem;
}
.gallery a{
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}
.gallery a img{
  display: block;
  width: 100%;
  height: auto;
}
.projects-wrap .project-wrapper{
  margin-bottom: 5rem;
  align-items: center;

}


.project-text table{
  width: 70%;
  background-color: #fff;
}
.numbers{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5rem;
}
.numbers article{
  width: 48%;
  padding: 2rem;
  background-color: #f5f3f3;
  text-align: center;
  color: #151112;
}
.numbers article h3{
  font-size: 3rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1%;
  }
  .gallery a{
    width: 49.5%;
  }
  .numbers article{
    padding: 3rem;
  }
  .numbers article h3{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .numbers article{
    padding: 5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .gallery a{
    width: 32.6%;
    margin-bottom: 3rem;
  }
  .projects-wrap .project-text{
    width: 52%;
    padding: 5rem;
  }
  .projects-wrap .project-wrapper:nth-child(2n+2){
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery{
    margin-top: 8rem;
  }
}
/* ================================================================================== 
19. Page Offer
===================================================================================== */
.page-wrapper{
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.page-aside{
  width: 100%;
  background-color: #f4f4f4;
  padding: 3rem;
}
.page-content{
  width: 100%;
  margin-top: 5rem;
}
.page-content img{
  display: block;
  width: 100%;
  height: auto;
}
.page-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-aside ul li{
  display: block;
}
.page-aside ul li a{
  display: block;
  padding: 1rem;
  border-bottom: 1px  solid  #d7d7d7;
}
.page-aside ul li a:hover, .page-aside ul li a.active{
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-aside{
    width: 30%;
    position: sticky;
    top: 15rem;
    right: 0;
    padding: 5rem;
  }
  .page-content{
    width: 60%;
    margin-top: 0;
  }
  .page-wrapper{
    margin-top: 10rem;
  }
}
/*------*/

.top-text{
  width: 100%;
  margin-bottom: 5rem;
}

.top-content .offer2-content{
  margin-top: 0;
}

.top-page-content h4{
  font-size: 3rem;
}
.top-page-content .single-btns{
  margin-top: 0;
}
.catalog{
  padding: 3rem;
  background-color: #f4f4f4;
  width: 100%;
}
.top-page-text{
  margin-bottom: 5rem;
}
.single-contact{
  padding: 3rem;
  border: 1px solid #ccc;
  width: 100%;
}
.single-btns{
  text-align: center;
}
.top-text{
  text-align: center;
}
.top-text .title{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .top-page .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .top-page-content{
    width: 48%;
  }
  /* .top-wrapper .container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .top-text{
    width: 48%;
    margin-bottom: 0;
  }
  .top-content{
    width: 48%;
  } */
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .top-page-content{
    width: 30%;
  }
}
/* ================================================================================== 
20. Page Single
===================================================================================== */
.single-images{
  width: 100%;
}
.single-images img{
  display: block;
  width: 100%;
  height: auto;
}
.single-text{
  width: 100%;
  margin-top: 5rem;
  overflow-x: auto;
}
.single-btns{
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap:2rem;
  align-items: flex-end;
}
.single-btns .btn{
  width: 100%;
}
.single-price {
	display: inline-block;
	background: #f4f4f4;
	padding: 2rem;
	margin-top: 3rem;
}
.btn-pdf{
  background-image: url(images/pdf.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  padding-left: 5rem;
  background-size: 1.5rem;
  border-radius: 10rem;
  color: #000;
  border: 1px  solid  #000;
  background-color: #fff;
  margin-top: 1rem;
}
.btn-phone {
	margin-top: 1rem;
}
.single-text table{
  width:50rem;
}
.single-text table td{
  padding: 1rem;
  font-size: 1.5rem; 
}
thead td {
	font-weight: 700;
	background-color: #151112;
	font-size: 1.4rem;
	line-height: 1.1;
  color: #fff;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.table-bg td{
  background-color: #f4f4f4;
}
tbody td{
  border: 1px solid #d7d7d7;

	font-size: 1.4rem;
	line-height: 1.1;
  color: #000;
  border-right: 1px solid #d7d7d7;
}

table td {
	padding: 8.4px 5px;
}
/* tbody tr:last-child td{
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
} */
.single-gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 5rem;
}
.single-gallery a{
  display: block;
  width: 48.5%;
  margin-bottom: 3rem;
}
.btns-bottom{
  margin-top: 8rem;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single-btns .btn{
    width: auto;
  }
  .single-text table{
    width: 100%;
  }
  table td {
    padding: 8.4px 10px;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .single-text{
    width: 43%;
    top: 15rem;
    position: sticky;
    margin-top: 0;
  }
  .single-images{
    width: 50%;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  table td {
    padding: 11.1px 10px;
  }
}
/* ================================================================================== 
21. Page About
===================================================================================== */
.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-text .title{
  margin-bottom: 3rem;
}
.about-inner{
  padding: 3rem;
  background-color: #f4f4f4;
  margin-top: 5rem;
}
.about-image.location-map iframe{
  width: 100%;
  display: block;
  height: 40rem;
}
.about-image.location-map {
  margin-top: 0;
}
.about-page-wrapper{
  margin-top: 5rem;
}
.location-page-map{
  margin-top: 5rem;
  margin-bottom: 5rem;

}
.location-page-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

  }
  .about-text{
    width: 45%;
    margin-bottom: 0;
  }
  .about-image{
    width: 45%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper{
    margin-top: 10rem;
  }
  .location-page-map{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  }
/* ================================================================================== 
22. Contact About
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
  background-color: #f4f4f4;
  padding: 5rem 3rem;
}
.contact-form p{
  margin-bottom: 0;
}
.contact-form  br{
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-text{
    width: 45%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 50%;
    padding: 5rem;
  }
}
/* ================================================================================== 
23. Home Section
===================================================================================== */
.home-text{
  width: 100%;
  padding: 0 2rem 5rem 2rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.home-image {
	width: 100%;
}
.home-image img{
  display: block;
  width: 100%;
  height: auto;
}
.home-text .btn{
  margin-top: 3rem;
}
.home-text .title{
  margin-bottom: 3rem;
}

.home-section .title{
  margin-bottom: 3rem;
}
.text-center{
  text-align: center;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.home-section .text-center{
  margin-bottom: 5rem;
}


.icon-box{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  align-items: center;
}
.icon-box:last-child{
  margin-bottom: 0;
}
.icon-box h3{
  font-size: 2.3rem;
}
.icon-wrap{
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.icon-wrap  img{
  display: block;
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.home-section2{
  padding-top: 0;
}
.home-text-inner{

  width: 100%;

}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .icon-box{
    width: 48%;
    align-items: flex-start;
    text-align: left;
  }
  .icon-box:last-child{
    margin-bottom: 3rem;
  }
  .home-icons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:4%;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .home-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

  }
  .home-text-inner{
    max-width: 55rem;

  }

  .home-text{
    width: 50%;
    padding: 5rem;
  }
  .home-text::after{
    content: '';
    position: absolute;
    right: -10rem;
    top: 0;
    width: 10rem;
    height: 100%;
    background-color: #f8f8f8;
  }
  .home-image {
    width: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .home-image img{
    height: 59rem;
    object-fit: cover;
  }

}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
 

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .home-section .text-center{
    margin-bottom: 8rem;
  }
  .icon-box{
    width: 22%;
    margin-bottom: 0;
  }
  .icon-box:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/

}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/


}
@media only screen and (min-width: 105em) {
  /*1680px*/
 
}
/*------*/

.logo-part{
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%,-50%);
}

.about-home-image{
  width: 100%;
  position: relative;
}
.about-home-left{
  width: 100%;
}
.about-home-right{
  width: 48%;
  padding-top: 10rem;
  display: none;
}

.about-home-text {
	width: 100%;
  margin-bottom: 5rem;
}
.about-home-text .btn{
  margin-top: 3rem;
}
.about-home-image img{
  width: 100%;
  height: 36rem;
  display: block;
  object-fit: cover;
}
.about-box{
  padding: 3rem;
  background-color: #f5f3f3;
  margin-top: 3rem;

}
.about-box img{
  width: 12rem;
  height: auto;
  display: block;
  margin-bottom: 2rem;
  object-fit: contain;
}
.about-box p{
  font-size: 2rem;
  color: #231f20;
  margin-bottom: 0;
}
.logo-part img{
  width: 7.7rem;
  height: 7.7rem;
  display: block;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .about-home-image{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-home-left{
    width: 48%;
  }
  .about-home-right{
    display: block;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-home-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }

  .about-home-image{
    width: 48%;
  }
  .about-home-text {
    width: 45%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
}
 @media only screen and (min-width: 68.75em) {
    /*1100px*/
  .about-home-image img{
      height: 46rem;
  }
    
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/

}
.about-box img{
  height: auto;
}
/* ================================================================================== 
23. Home Section
===================================================================================== */
.raspolozivo {
	background-color: #C3E6CB;
}
.rezervirano {
	background-color: #FFF3CD;
}
.prodano {
	background-color: #F8D7DA;
}
/* ================================================================================== 
24. Stan New Page
===================================================================================== */
.stan-title{
  margin-bottom: 5rem;
}
.stan-title .title{
  margin-bottom: 3rem;
  text-align: center;
}
.stan-wrapper{
  display: flex;
  flex-direction: column;
}
.stan-tlocrt{
  width: 100%;
  margin: 5rem 0 3rem 0;
}
.stan-sticker {
	display: inline-block;
	padding: 1rem 4.4rem;
	font-weight: 500;
	font-size: 1.6rem;
	border-radius: 10rem;
	color: #fff;

  margin: 2rem auto;
  margin-top: 0;
}
.raspolozivo{
  background-color: #19ea4a;
  color: #000;
}
.rezervirano{
  background-color: #f1a926;
}
.prodano{
  background-color: #cc292b;
}
.stan-text{
  width: 100%;

}
.stan-btn{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.stan-btn .btn-primary{
  margin-bottom: 1rem;
}
.stan-gallery{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  order: 2;
}
.gallery-left{
  width: 48%;
}
.stan-btn a{
  text-align: center;
}
.stan-gallery  a{
  display: block;
}
.stan-gallery img{
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.gallery-right{
  width: 41%;
}
.stan-tlocrt img{
  aspect-ratio: 16/10;
  object-fit: cover;
}
.stan-row:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px dashed #000;
}
.catalog-top {
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
	/* padding-bottom: 5rem; */
	border-bottom: 1px solid #e7e7e7;
	position: sticky;
	top: 6.3rem;
	background: #fff;
	z-index: 1;
	padding: 2rem 0;
	border-top: 1px solid #e7e7e7;
}
.stan-tlocrt{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}
.stan-tlocrt a{
  width: 48%;
  display: block;
}
.stan-text{
  overflow-x: auto;
}
.stan-gallery a{
  width: 48%;
  margin-bottom: 3rem;
  display: block;
}
.stan-text table{
  width: 48rem;

}
.bottom-stan{
  display: flex;
  justify-content: center;
}
  .stan-title{
    display: flex;
    flex-direction: column;
  }
  .new-table th{
    text-align: left;
    color: #fff;
    background-color: #000;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .new-table td{
    padding: 1rem;
  }
  .stan-text .btn{
    margin-top: 3rem;
  }

  .stan-text table td,   .stan-text table th{
    text-align: center;
  }
  .new-table td:first-child,   .new-table th:first-child{
    text-align: left;
  }
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .stan-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
  }
  .stan-title .title{
    margin-bottom: 0;
    text-align: left;
  }
    .stan-title h1{
      margin-bottom: 0;
    }
    .stan-sticker{
      margin: 0;
      margin-right: auto;
    margin-left: 3rem;
    }
  .catalog-top {
    top: 7.8rem;
  }
  .stan-text table{
    width: 100%;
  
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .catalog-top {
    top: 10rem;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/

  .stan-btn{
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .stan-tlocrt{
    width: 100%;
  }
  .stan-images{
    width: 45%;
  }
  .stan-tlocrt{
     width: 45%;
     margin: 0;
  }
  .stan-images .stan-tlocrt{
    width: 100%;
  }
  .stan-text{
    width: 50%;
  }
  .stan-gallery{
    width: 100%;
  }
  .stan-wrapper{

    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .stan-text{
    width: 50%;
    margin: 0;
    order: 1;
  }
  .stan-gallery{
    margin-top: 2rem;
  }
}
/* ================================================================================== 
25. Home Section
===================================================================================== */

.home-section-icons{
  width: 100%;
  margin-bottom:5rem;
}
.home-map{
  width: 100%;
}
.home-map iframe{
  width: 100%;
  height: 60rem;
  display: block;
}
.home-icon-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:2rem;
}
.home-icon-row:not(:last-child){
  margin-bottom: 4rem;
}
.home-icon-row img{
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}
.home-icon-row p{
  margin-bottom: 0;
  color: #000;
  
}
.home-icon-row p span{
   color:#83898f;
}
.home-icon-row:nth-child(3){
  margin-bottom: 8rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .home-section-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .home-section-icons{
    width: 40%;
    margin-bottom: 0;
  }
  .home-map{
    width: 55%;
}
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .home-section-icons{
    width: 30%;
  }
  .home-map{
    width: 65%;
  }
}

/*----------------*/
body.page-template-template-parking .single-btns, body.page-template-template-spremista .single-btns {
	align-items: center;
}
/*----------------*/
.tabs {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.tabs a {
  padding: 1rem 3rem;
  display: inline-block;
  border: 1px solid transparent;
  background: #fff;
  margin-right: 0.5rem;
  font-weight: 600;
  border-radius: 10rem;
  color: #000;
}
.tabs a:hover,
.tabs a.active-tab {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.tabs-container {
  width: 100%;
  display: none;
  margin-top: 1rem;
  color: #000;
 
}
.tabs-container.active-tab {
  display: block;
}
.tabs-container table{
  width: 100%;
}
.tabs-container table td{
  text-align: center;
}
.tabs-container table th{
  background-color: #000;
  color: #fff;
  padding: 8px 10px;
}
.tabs-container table th:first-child{
  text-align: left;
}
.tabs-container table th:first-child{
  text-align: left;
}
.tabs-container .content-image{
  margin-top: 5rem;
}
.tabs-container .content-image img{
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.parking-table thead {
	position: sticky;
	top: 8.1rem;
	left: 0;
}

body.page-template-template-spremista .tabs-container {
    margin-top: 4rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tabs {
    margin-top: 7rem;
  }
  .parking-table thead {
    position: sticky;
    top: 11.1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  /*600px*/
  .tabs-container table td,   .tabs-container table th{
    font-size: 1.1rem;
    padding: 5px 5px;
  }
}
/*---------------*/
.mobile-row{
  padding: 1rem 0;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile-item:first-child{
  font-size: 2rem;
  color: #000;
}
.desktop-stanovi{
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .mobile-stanovi{
    display: none;
  }
  .desktop-stanovi{
  display: block;
}
}