﻿html {
	scroll-behavior: smooth;
}

body 
{
    padding:0;
    margin:0;
    color:#444;
    font-family: Lato;
    line-height:1.4;
    font-size:14px;
	display:flex;
	flex-direction:column;
	min-height:100vh;
	min-height: 100dvh;
}

input, select
{
    color:#444;
    background-color:#fff;
    border-radius:0;
    border:none;
}

a
{
    text-decoration:none;
    color:#444;
}

.pageHeader
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}

#header
{
    background-color:#fff;
    position:relative;
    line-height:1.5;
}

#headerContent
{
    padding:0 24px;
    margin:auto;
    position:relative;
}

#headerLogo a
{
    z-index: 10;
    padding:8px;
	text-align:center;
	display:inline-block;
	/*margin:auto;*/
	height:56px;
	transition:all 400ms;
	width:160px;
}

#headerLogo a img
{
 display:block;
 transition:all 400ms;
}

#headerLogo a img:nth-child(1)
{
	position:absolute;
	top:15px;
	right:50%;
	transform:translateX(50%);
	width:120px;
}

#headerLogo a img:nth-child(2)
{
	position:absolute;
	bottom:8px;
	left:50%;
	transform:translateX(-50%);
	width:160px;
}

#headerLogo.tiny a
{
	height:43px;
}

#headerLogo.tiny a img:nth-child(1)
{
	top:16px;
	right:calc(50% + 1px);
	transform:translateX(0);
	width:80px;
}

#headerLogo.tiny a img:nth-child(2)
{
	left:calc(50% + 1px);
	transform:translateX(0);
	bottom:16px;
}

#headerAddress
{
    text-align:right;
	position:absolute;
	right: 32px;
	top:50%;
	transform:translateY(-50%);
}

.pageImage
{
    position:relative;
    height: 100vh;
	height: 100dvh;
}

.pageImageBackground
{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-image: url("/images/lira-home.webp");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.pageImageContent 
{
    position:absolute;
    width: 96%;
    max-width: 1200px;
    bottom:5%;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    background-color:rgba(0, 0, 0, 0.2);
    padding:32px 2%;
}

.pageImageContent input, .pageImageContent select
{
    width:15%;
    padding:6px 4px;
    margin:12px;
    box-sizing:border-box;
    font-size:16px;
    box-shadow:2px 2px 4px #666;
}

.pageImageContent input
{
    padding:6px 8px;
}

.pageImage .arrow-down {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 6rem;
	height: 4rem;
}

.pageImage .arrow-down div {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 50%;
	width: 100%;
	animation: arrow-anim 1000ms infinite;
	opacity: 90%;
	filter: drop-shadow(0 0 4px #000);
}

.pageImage .arrow-down div span {
	position: absolute;
	bottom: 0;
	height: 4px;
	border-radius: 2px;
	width: 50%;
	background-color: #fff;
}

.pageImage .arrow-down div span:nth-child(1) {
	right: 50%;
	transform: rotate(30deg);
	transform-origin: bottom right;
}

.pageImage .arrow-down div span:nth-child(2) {
	left: 50%;
	transform: rotate(-30deg);
	transform-origin: bottom left;
}

@keyframes arrow-anim {
	0% {
		transform: translate(-50%, -0.5rem)
	}

	25% {
		transform: translate(-50%, 0rem)
	}

	100% {
		transform: translate(-50%, -0.5rem)
	}
}

.buttons-overlay {
	position: absolute;
	top: 6rem;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	display: none;
}
.buttons-overlay a {
	display: block;
	height: 4rem;
	display: flex;
	align-items: center;
	background-color: #0009;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	color: #fff;
	justify-content: right;
	width: 9rem;
	font-size: 22px;
	padding-right: 2rem;
}

.submit
{
    background-color:#7f6c5d;
    color:#fff;
    cursor:pointer;
}

.pageContent
{
    width:100%;
    margin:auto;
	background-color:#fcfcfc;
	position:relative;
	padding-top:24px;
	padding-bottom:64px;
}

.pageWrapper2
{
	display:flex;
	flex-direction:column;
	min-height:100vh;
	height: 100dvh;
}

.pageContent2
{
    width:100%;
    max-width:992px;
    margin:auto;
    background-color:#fff;
    padding-bottom:2%;
	flex:1;
}

.pageContent3
{
    width:96%;
    max-width:992px;
    margin:auto;
    background-color:#fff;
    padding-bottom:2%;
	flex:1;
}

#footer
{
    background-color:#333;
    padding:40px 0 24px 0;
	position:relative;
}

#footerContent
{
    width:100%;
    max-width:1200px;
    margin:auto;
    color:#fff;
    display: flex;
    justify-content: space-between;
}

.footerCol
{
    line-height:1.6;
    /*max-width: 280px;*/
    width: 100%;
}

.footerCol:nth-child(2)
{
	text-align:center;
}

.footerCol:nth-child(3)
{
	text-align:right;
}

.footerCol a
{
    color:#fff;
}

.footerMap
{
    width: 34%;
	display:none;
}

#footerSocial
{
    margin-top:32px;
}

#footerSocial img
{
    margin-right:4px;
}

.overlay-phone {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 9999999999;
}

.overlay-phone img {
	width: 64px;
	filter: drop-shadow(0 0 4px #000) saturate(0.75) brightness(0.75) contrast(2);
	cursor: pointer;
}

.phones-list {
	position: absolute;
	bottom: 110%;
	right: 10%;
	display: none;
	background-color: #000c;
	color: #fff;
	outline: none;
	width: 176px;
	padding: 1rem 2rem;
	border-radius: 1rem;
}
.phones-list.show {
	display: block;
}
.phones-list a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 16px 16px 16px 32px;
	position: relative;
	font-size: 18px;
}
.phones-list a::before {
	content: '';
	background-image: url("/images/phone.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}

.overlay-cikica {
	position: fixed;
	bottom: 20px;
	left: 16px;
}
.overlay-cikica img {
	width: 64px;
	filter: hue-rotate(233deg) saturate(2) drop-shadow(0 0 4px #000);
	cursor: pointer;
}

.contact-form {
	position: absolute;
	bottom: 120%;
	left: 0;
	background-color: #0009;
	padding: 1rem 1.5rem;
	color: #fff;
	border-radius: 0.5rem;
	opacity: 0;
	transform: scale(0);
	transition: all 125ms;
	width: 300px;
	box-sizing: border-box;
}
.contact-form.show {
	opacity: 1;
	transform: scale(1);
}
.contact-form p {
	padding: 0.25rem 0;
}
.contact-form p:first-child {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 0.5rem;
}
.contact-form input[type="text"] {
	border-radius: 0.25rem;
	padding: 8px 16px;
	font-size: 18px;
	margin-top: 0.5rem;
	box-sizing: border-box;
	width: 100%;
}
.contact-form input[type="submit"] {
	width: 100%;
	border: none;
	border-radius: 0.5rem;
	background-color: #99f;
	color: #fff;
	font-size: 18px;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
}

.message-error {
	color: #f33;
}
.message-success {
	color: greenyellow;
}

.closeButton {
	border: none;
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: transparent;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.copyright
{
	text-align:center;
	padding-top:32px;
	color:#666;
	font-size:12px;
	z-index: 1000;
}

.overlayTip
{
display:none;	
	position:absolute;
	top:8px;
	right:8px;
	padding:4px 6px;
	background-color:#7f6c5d;
	color:#fff;
	font-size:12px;
	opacity:0.9;
	border-radius:4px;
}

.rightFilter
{
    float:right;
    width:23%;
    margin-top:1.5%;
    margin-right:1.5%;
    background-color:#ebebeb;
    outline:16px solid #f5f5f5;
    outline-offset:-16px;
}

.rightFilter div
{
    margin:32px;
}

.rightFilter input, .rightFilter select
{
    display:block;
    width:100%;
    padding:6px 4px;
    box-sizing:border-box;
    margin:16px 0;
    font-size:16px;
}

.rightFilter input
{
    padding:6px 8px;
}


.leftSide
{
    float:left;
    width:95%;
    margin:1.5%;
}


.leftSideItem
{
    width:70%;
    margin: auto;
    padding-top: 2%;
}

.pageTitle
{
	font-size:30px;
	padding:40px 40px 0 40px;
}

.pageTitle h1
{
	font-size:inherit;
	font-weight:inherit;
	padding-bottom:0;
	margin:inherit;
}

.pageHtml
{
	padding:40px;
	line-height:1.5;
}

.pageHtml a
{
	color:#aa6c2f;
}

.cleaner 
{
    clear: both;
}

/*******************************/

.topNekretnine
{
	width:100%;
}

.topNekretnineContent
{
	padding-top:40px;
}

.topNekretnineItems
{
	width:100%;
	max-width:1200px;
	margin:auto;
	display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
	padding: 32px 0;
}

.topNekretnineItem 
{
    background-color:#fff;
	/*border:1px solid #888;*/
	box-shadow: 0 0 4px #333;
}

.topNekretnineItemContent
{
    
}

.itemContent
{
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.itemImage img
{
	width:100%;
}

.itemText
{
	text-align:center;
}

.itemTitle
{
/* 	text-transform:uppercase;  */
	font-size:18px;
	padding:8px;
	font-weight:bold;
}
.itemTitle span {
	
}

.itemTitleBlue
{
	background-color:#4f748c;
	font-size:18px;
	color:#eee;
	padding:5px;
}

.itemOpis
{
	display:flex;
	justify-content:space-between;
	font-size:16px;
	padding:8px 16px 4px 16px;
	flex-wrap:wrap;
}

.itemOpis video
{
	width:100%;
	max-width:480px;
	margin:auto;
	display:block;
}

.opisItem
{
	display:flex;
	width:50%;
	margin-bottom:12px;
}

.opisItem:nth-child(2n)
{
	text-align:right;
	justify-content:flex-end;
}

.opisItem img
{
	margin-right:16px;
	height:24px;
}

.downTitle 
{
	background-color:#383;
	color:#eee;
	padding: 8px;
    display: flex;
	align-items:center;
}

.tip-stanovi {
	background-color: #383;
	color: #eee;
}
.tip2-stanovi {
	color: #272;
}
.tip-kuce {
	background-color: #824;
	color: #eee;
}
.tip2-kuce {
	color: #713;
}
.tip-lokali {
	background-color: #c50;
	color: #eee;
}
.tip2-lokali {
	color: #b40;
}
.tip-placevi {
	background-color: #05a;
	color: #eee;
}
.tip2-placevi {
	color: #05a;
}
.tip-sela {
	background-color: #fd2;
	color: #333;
}
.tip2-sela {
	color: #db0;
}
	
.itemOznaka
{
	float:left;
	width:20%;
	text-align:left;
	font-size:16px;
}	
	
.itemCenaBig
{
	float:left;
	width:65%;
	font-size:20px;
	font-weight: 400;
}


.itemCena
{
	background-color:#4f748c;
	font-size:18px;
	color:#eee;
	padding:5px;
}

.topNekretnineTitle
{
	box-sizing:border-box;
	max-width:1200px;
	margin:auto;
   	color:#333;
     	text-align:center;
      	padding:8px;
    	font-size:24px;
	font-weight:300;
    	text-transform:uppercase;
    	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

.topNekretnineTitle h1
{
	font-size:inherit;
	font-weight:bold;
	padding-bottom:0;
	margin:0;
	letter-spacing:0.15rem;
}

.kontakt-mape
{
	display:flex;
	justify-content:space-between;
	margin-top:8px;
}

.kontakt-mape iframe
{
	width:49%;
	height:320px;
	margin-top:16px;
}

.hidden {
	display: none;
}

#tidio-chat-iframe {
	inset: auto 0 96px auto !important;
}
