@charset "utf-8";
/* CSS Document */

@font-face {font-family: Headers; src: url('Raleway-Bold.eot');}
@font-face {font-family: Headers; src: url('Raleway-Bold.ttf');}
@font-face {font-family: Headers2; src: url('Raleway-Regular.eot');}
@font-face {font-family: Headers2; src: url('Raleway-Regular.ttf');}
@font-face {font-family: RegularText; src: url('Raleway-Regular.eot');}
@font-face {font-family: RegularText; src: url('Raleway-Regular.ttf');}

body {
	margin: 0;
	padding: 0;
	font-family: "RegularText";
	font-size: 15px;
	line-height: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	background-color: #ffffff;
}
a, a:visited {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #996600;
	cursor: pointer;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
}
a:hover, a:active, a:focus {
	color: #111111;
}
h1, h2, h3, h4 {
	font-family: "Headers";
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 3.4em;
	color: #cc9929;
	margin: 0.5em 0 0.75em 0;
	line-height: 1em;
}
h2 {
	font-size: 2.6em;
	color: #cc9929;
	margin: 0.5em 0;
	line-height: 1em;
}
h3 {
	font-size: 2em;
	color: #cc9929;
	line-height: 1em;
	margin-bottom: 1em;
}
div {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}








#div-sve {
	width: 100%;
	height: auto;
}
.div-baner, .div-baner-skrol {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	font-size: 1em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 9999;
}
.div-baner-skrol {
	font-size: 0.9em;
	background-color: #ffffff;
/*	-moz-box-shadow: 0px 0px 1em #bbbbbb;
	-webkit-box-shadow: 0px 0px 1em #bbbbbb;
	box-shadow: 0px 0px 1em #bbbbbb;*/
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=125, Color='#bbbbbb')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=125, Color='#bbbbbb');*/
}
#div-baner-gore {
	display: table;
	width: 70%;
	height: auto;
	margin: 0 auto;
	font-size: 1.1em;
	border-bottom: 1px solid #999999;
}
#div-baner-gore-levo, #div-baner-gore-levo-mali {
	display: table-cell;
	width: 40%;
	height: auto;
	vertical-align: bottom;
	padding: 1em 0.5em 0.5em 1em;
	text-align: left;
}
#div-baner-gore-sredina {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding: 1em 0.5em 0.5em 0.5em;
	text-align: center;
}
.img-baner, .img-baner-skrol {
	width: 8em;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-baner-skrol {
	width: 5em;
}
#div-baner-gore-desno, #div-baner-gore-desno-mali {
	display: table-cell;
	width: 40%;
	height: auto;
	vertical-align: bottom;
	padding: 1em 1em 0.5em 0.5em;
	text-align: right;
}
#div-baner-gore-levo a, #div-baner-gore-levo a:visited, #div-baner-gore-desno a, #div-baner-gore-desno a:visited {
	display: inline-block;
	padding: 0.5em;
	color: #000000;
	font-weight: normal;
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
}
#div-baner-gore-levo a:hover, #div-baner-gore-levo a:active, #div-baner-gore-levo a:focus, #div-baner-gore-desno a:hover, #div-baner-gore-desno a:active, #div-baner-gore-desno a:focus {
	color: #996600;
}
.span-aktivan {
	color: #996600;
	padding: 0.5em;
}
#div-baner-gore-desno-mali, #div-baner-gore-levo-mali {
	display: none;
	width: 40%;
}


#div-baner-slideshow {position:relative; height:auto; text-align:center; top:12em;}
#div-baner-slideshow img {width:70%; height:auto;}
.div-slajdsou-slika {position:absolute; top:0; left:0; width:100%; height:auto;}











#div-mali-meni-kontejner {
	display: block;
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url(../images/tamna-prov-poz.png);
	/* For IE 8
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#aaaaaa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#aaaaaa'); */
	-webkit-transition: left 0.3s, -webkit-transform 0.3s;
    transition: left 0.3s, transform 0.3s;
}
#div-mali-meni {
	position: static;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 99999;
}
.a-mali-meni-1, .a-mali-meni-1:visited {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 1em 0;
	margin: 0;
	font-family: "RegularText";
	font-weight: bold;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #777777;
	background: none;
}
.a-mali-meni-1:hover, .a-mali-meni-1:active, .a-mali-meni-1:focus {
	color: #aaaaaa;
}
#div-mali-meni-zatvori {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: fixed;
	top: 0.25em;
	right: 0.5em;
	font-size: 3.2em;
	padding: 0.25em;
	font-weight: bold;
	cursor: pointer;
}








#div-srednji {
	width: 70%;
	height: auto;
	min-height: 500px;
	margin-top: 16em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.map {
	width: 42em;
	height: 32em;
	margin: 1em auto 2em auto;
}











.p-onama {
	width: 80%;
	margin: 0 auto 2em auto;
	font-size: 1.2em;
	line-height: 1.6em;
}
.bold {font-weight: bold;}
.vece {font-size:2.2em; font-weight:bold; color:#111111;}

.p-pre-h {
	font-size: 1.3em;
	color: #999999;
}







#div-iskacuci-1, #div-iskacuci-2, #div-iskacuci-3, #div-iskacuci-4 {
	position: relative;
	width: 100%;
	opacity: 0;
	margin: 10em 0 0 0;
	-webkit-transition: all 2s, -webkit-transform 2s;
    transition: all 2s, transform 2s;
}
.div-blok {
	display: table;
	width: 70%;
	margin: 0 auto 4em auto;
}
.div-blok-cell {
	display: table-cell;
	width: 50%;
	padding: 0 1em 2em 1em;
	text-align: center;
	vertical-align: bottom;
}
.img-novogradnja {
	width: 16em;
	height: auto;
}
#div-iskacuci-1 h2, #div-iskacuci-2 h2, #div-iskacuci-3 h2, #div-iskacuci-4 h2 {
	color: #cc9929;
	font-size: 2.8em;
	line-height: 1.2em;
	width: 70%;
	margin: 1em auto;
	border-bottom: 1px solid #999999;
}
.div-blok-cell a, .div-blok-cell a:visited {
	font-size: 2em;
	font-family: "Headers";
	color: #ffffff;
	margin-top: 1em;
	padding: 0.5em 1.2em;
	border-radius: 3em;
	background-color: #cc9929;
	opacity: 1;
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
}
.div-blok-cell a:hover, .div-blok-cell a:active, .div-blok-cell a:focus {
	opacity: 0.8;
}
.div-blok-cell p {
	padding-bottom: 2em;
}









.p-kontakt {color: #777777; line-height:2em;}
.a-kontakt {font-size: 1.4em;}

.div-ico-mreza {
	display: inline-block;
	width: 2em;
	height: 2em;
	border: 1px solid #aaaaaa;
	margin: 0 0.25em;
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
}
.div-ico-mreza:hover {
	border: 1px solid #996600;
}
.div-ico-mreza img {width:2em;}













.div-kartica {
	position: relative;
	display: table;
	width: 90%;
	height: auto;
	border: 1px solid #bbbbbb;
	font-size: 1em;
	margin: 2em auto;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
	-moz-box-shadow: 0 0 0.5em #BBBBBB;
	-webkit-box-shadow: 0 0 0.5em #BBBBBB;
	box-shadow: 0 0 0.5em #BBBBBB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=125, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=125, Color='#CCCCCC');
}
.div-kartica:hover {
	-moz-box-shadow: 0 0 1em #AAAAAA;
	-webkit-box-shadow: 0 0 1em #AAAAAA;
	box-shadow: 0 0 1em #AAAAAA;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#BBBBBB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#BBBBBB');
}
.div-kartica-slike {
	position: relative;
	display: table-cell;
	width: 30%;
	height: auto;
	overflow: hidden;
}
.div-kartica-komande-levo, .div-kartica-komande-desno, .div-slika-komande-levo, .div-slika-komande-desno {
	position: absolute;
	font-size: 1.5em;
	background-color: #ffffff;
	opacity: 0.5;
	color: #333333;
	padding: 0.4em;
	cursor: pointer;
	z-index: 99;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
}
.div-kartica-komande-levo, .div-slika-komande-levo {left:0;}
.div-kartica-komande-desno, .div-slika-komande-desno {right:0;}
.div-kartica-komande-levo:hover, .div-kartica-komande-desno:hover, .div-slika-komande-levo:hover, .div-slika-komande-desno:hover {
	opacity: 0.8;
	color: #cc9900;
}

.div-kartica-tekst {
	position: relative;
	display: table-cell;
	width: auto;
	height: auto;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}
.div-kartica h4 {
	font-family: "Headers";
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	padding: 0.75em 0.5em 0.2em 0.5em;
	text-align: left;
}
.p-kartica-masno {
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	margin: 0 0.8em;
	padding: 0;
	line-height: 1.2em;
}
.p-kartica-opis {
	margin: 0.8em 0.8em 1.2em 0.8em;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.6em;
	height: auto;
	color: #555555;
}
.p-kartica-cena {
	font-family: "Headers";
	font-size: 1.8em;
	font-weight: bold;
	color: #cc9900;
	padding: 0.65em;
	margin: 0;
	height: 0.85em;
}
.p-kartica-cena span {
	font-size: 0.8em;
	color: #e5c974;
	text-decoration: line-through;
	margin-right: 0.5em;
}
.span-kartica-a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}








.div-nekretnina {
	width: 70%;
	margin: 3em auto 1em auto;
}
.div-nekretnina a, .div-nekretnina a:visited {color:#cc9900;}
.div-nekretnina a:active, .div-nekretnina a:focus, .div-nekretnina a:hover {color:#333333;}
.div-nekretnina-row {width:100%;}
.div-nekretnina-row h1 {
	text-align: left;
	margin: 0.5em 0 0 0;
	vertical-align: bottom;
	font-size: 2em;
	font-weight: bold;
}
.span-adresa {
	display: block;
	text-align: center;
	font-size: 1.4em;
	color: #555555;
	line-height: 1em;
	margin: 0 0 1em 0;
}
.div-cena {
	display: block;
	text-align: center;
	font-family: "Headers";
	font-size: 2.4em;
	font-weight: bold;
	color: #cc9900;
	margin: 1em auto;
}
.div-cena font {
	font-size: 0.8em;
	text-decoration: line-through;
	margin: 0 0.2em;
	color: #d8b11b;
}
.div-nekretnina-levo {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 65%;
}
.div-nekretnina-levo h3 {
	margin-top: 1.2em;
	text-align: left;
}
.div-nekretnina-levo p {
	margin: 1em 0 1.5em 0;
}
.div-nekretnina-desno {
	display: table-cell;
	text-align: right;
	vertical-align: top;
}

.div-nekretnina-slike {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	vertical-align: top;
}
.div-nekretnina-opis {
	position: relative;
	width: 100%;
	height: auto;
	vertical-align: top;
	padding: 0 0 1em 0;
	text-align: left;
}
.div-nekretnina-opis p {text-align:left;}
.div-nekretnina-slika {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	opacity: 1;
	-webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
}
.div-nekretnina-slika-tipovi {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 2em;
}
.nekretnina-neaktiv {
	opacity: 0;
}
.div-nekretnina-slika img, .div-nekretnina-slika-tipovi img {
	width: 100%;
	height: auto;
}
.div-nekretnina-podaci {
	vertical-align: top;
	margin-bottom: 3em;
}
.div-nekretnina-podatak {
	display: table;
	margin: 1.8em 0 0 0;
	border-bottom: 1px solid #999999;
	width: 100%;
}
.div-nekretnina-row h3 {
	margin-top: 1.5em;
	text-align: center;
	color: #cc9929;
}
.div-nekretnina-podatak p {
	margin: 0.5em 0 0 0;
	text-align: right;
}
.div-nekretnina-podatak-levo {
	display: table-cell;
	font-size: 1em;
	color: #777777;
	text-align: left;
	vertical-align: bottom;
}
.div-nekretnina-podatak-desno {
	display: table-cell;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
}
.div-nekretnina-agent {
	padding: 1em;
	text-align: center;
}
.img-agent {
	width: 12em;
	height: auto;
	margin-bottom: 1em;
}
.p-agent {
	font-family: "Headers";
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	margin: 0;
}
.p-agent-licenca {
	font-size: 0.9em;
	font-weight: normal;
	color: #777777;
	margin: 0 0 1em 0;
}
.p-agent-kontakt {
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	color: #222222;
	margin: 0.5em 0 0 0;
	height: auto;
}
.p-agent-kontakt a, .p-agent-kontakt a:visited {
	font-size: 1em;
	font-weight: normal;
	color: #cc9929;
}
.p-agent-kontakt a:hover, .p-agent-kontakt a:active, .p-agent-kontakt a:focus {
	color: #333333;
}
.div-pdf {
	width: 100%;
	height: auto;
	margin-top: 2em;
	text-align: right;
}
.div-pdf img {
	width: 3em;
	height: auto;
}

.iframe-video {
	width: 100%;
	height: 24em;
	margin-top: 1em;
}






.div-slike-izmena {
	display: inline-block;
	width: 16em;
	height: auto;
	margin: 0.5em;
	border: 1px solid #aaaaaa;
}
.img-izmena {
	width: 16em;
	height: 12em;
}
.div-slike-izmena-gore {
	display: table;
	width: 100%;
	height: auto;
}
.div-slike-izmena-broj {
	display: table-cell;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding: 0.4em 0.6em;
	vertical-align: middle;
}
.div-slike-izmena-dugmici {
	display: table-cell;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 0.4em 0.6em;
	vertical-align: middle;
}
.img-sortslike {
	cursor: pointer;
}
#progress {position:relative; width:20em; border:1px solid #aaaaaa; padding:1px; margin:0.5em auto; border-radius:3px; display:none;}
#bar {background-color: #B4B4F5; width:0%; height:1.5em; border-radius:3px;}
#percent {position:absolute; display:inline-block; top:0.15em; left:47%;}













.input-tekst, .input-tekst-siri {
	width: 16em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0.5em;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	margin: 0.2em 0.2em 0 0.2em;
	color: #555555;
	-moz-box-shadow: 0px 0px 9px #cccccc;
	-webkit-box-shadow: 0px 0px 9px #cccccc;
	box-shadow: 0px 0px 9px #cccccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#cccccc');
}
.input-tekst-siri {width:67%;}
.input-select {
	width: 15.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 0.45em 0.6em;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	margin: 0.15em 0.2em 0 0.2em;
	color: #555555;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	background-color: #ffffff;
	background-image: url(../images/ico/select-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	-moz-box-shadow: 0px 0px 9px #cccccc;
	-webkit-box-shadow: 0px 0px 9px #cccccc;
	box-shadow: 0px 0px 9px #cccccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=125, Color='#cccccc');
}
.input-select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.input-dugme, .file-label {
	font-size: 2em;
	font-family: "Headers";
	color: #ffffff;
	padding: 0.5em 1.2em;
	border: none;
	border-radius: 3em;
	background-color: #cc9929;
	opacity: 1;
	margin: 1em auto;
	cursor: pointer;
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
    transition: all 0.3s, transform 0.3s;
}
.input-dugme:hover, .file-label:hover {
	opacity: 0.8;
}
.input-dugme:disabled, .file-label:disabled {
	color: #999999;
	cursor: default;
}
.input-dugme:disabled:hover, .file-label:disabled:hover {
	color: #999999;
	background-color: #ffffff;
	cursor: default;
}
.input-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.form-koment {
	font-size: 0.8em;
}
.div-error {
	color: #cf1015;
	font-weight: bold;
}
.div-poruka {
	color: #17225e;
	font-weight: bold;
}
.font-zvezdica {
	font-weight: bold;
	color: #17225e;
}






#div-slanje-poruke {
	width: 100%;
	text-align: center;
}









#div-footer {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 4em 0 2em 0;
	text-align: center;
	font-size: 1.1em;
}
#div-footer-gore {
	display: table;
	width: 70%;
	margin: 0 auto;
}
#div-footer-gore-levo {
	display: table-cell;
	width: 40%;
	height: auto;
	vertical-align: middle;
	padding: 0.5em 0.5em 0.5em 1em;
	text-align: center;
}
#div-footer-gore-sredina {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding: 0.5em;
	text-align: center;
}
#div-footer-gore-desno {
	display: table-cell;
	width: 40%;
	height: auto;
	vertical-align: middle;
	padding: 0.5em 1em 0.5em 0.5em;
	text-align: center;
}
#div-footer h2 {
	font-size: 2.4em;
	color: #17225e;
	margin: 0 auto;
}
#div-footer a, #div-footer a:visited {
	font-weight: normal;
	color: #333333;
}
#div-footer a:focus, #div-footer a:active, #div-footer a:hover {
	color: #996600;
}
#div-footer-uski {
	width: 80%;
	height: auto;
	padding: 2em 0 0 0;
	margin: 0 auto;
	display: table;
	font-size: 0.9em;
}
.div-footer-uski-cell {
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.6em;
}
.div-footer-uski-cell p {
	margin-top: 0.5em;
}
#div-footer-dole {
	width: 100%;
	padding: 1.2em 0;
	font-size: 1em;
	color: #bbbbbb;
	text-align: center;
}
.img-footer-logo {
	width: 10em;
	height: auto;
}
.p-footer-dno {
	font-size: 0.85em;
	color: #777777;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.span-footer-dno {
	color: #333333;
	font-weight: bold;
	font-size: 1.6em;
}






.nomargintop {margin-top:0;}
.topmargin {margin-top:7em;}
.tamnije {color:#222222;}




@media only screen and (max-width: 1180px) {
	body {font-size:14px;}
	#div-baner-gore, #div-baner-mali-gore, #div-srednji, #div-footer-gore {width:96%;}
	#div-baner-slideshow img {width:96%; height:auto;}
}

@media only screen and (max-width: 820px) {
	body {font-size:12px;}
	.div-blok {width:90%;}
	.div-kartica {
		width: 96%;
		height: 15em;
	}
	.div-kartica-slike {
		width: 50%;
		height: 15em;
	}
	.div-nekretnina {
		display: block;
		margin: 1.5em auto 1em auto;
	}
	.div-nekretnina-row {display: block;}
	.div-nekretnina-levo {
		display: block;
		width: 100%;
	}
	.div-nekretnina-ispod h3 {margin-top:1.5em;}
	.div-nekretnina-desno {
		display: block;
		width: 100%;
	}
	
	.div-nekretnina-slike {
		display: block;
		width: 100%;
		height: auto;
	}
	.div-nekretnina-slika {
		width: 100%;
		height: auto;
	}
	.div-nekretnina-slika img {
		width: 100%;
		height: auto;
	}
	.div-nekretnina-podaci {
		display: block;
		margin-top: 2em;
		padding-left: 0;
	}
	.div-nekretnina-podatak {margin: 1.5em 0 0 0;}
	.div-nekretnina-podatak h3 {text-align: left;}
	.div-nekretnina-podatak p {
		margin-top: 0.67em;
		text-align: left;
	}
	.div-nekretnina-podatak-levo {font-size: 1em;}
	.div-nekretnina-podatak-desno {font-size: 1.4em;}
	.input-tekst-siri {width:90%;}
	.p-onama {width: 92%;}
}

@media only screen and (max-width: 670px) {
	body {font-size:14px;}
	.div-baner-skrol {padding-bottom: 0.5em;}
	#div-baner-gore-desno {display:none;}
	#div-baner-gore-levo {display:none;}
	#div-baner-gore-desno-mali, #div-baner-gore-levo-mali {display:table-cell;}
	.img-baner {width:7em;}
	.img-baner-skrol {width:5em;}
	.div-blok {width:96%;}
	.map {width: 95%;}
	#div-footer-gore-levo, #div-footer-gore-sredina, #div-footer-gore-desno {
		display: block;
		width: 96%;
		padding: 1em;
		margin: 0 auto;
	}
	#div-footer-gore-sredina {padding: 0;}
	.div-kartica {
		display: block;
		width: 70%;
		height: auto;
	}
	.div-kartica-slike {
		display: block;
		width: 100%;
		height: 20em;
	}
	.div-kartica-tekst {
		display: block;
	}
	.div-nekretnina {
		width: 90%;
	}
}

@media only screen and (max-width: 570px) {
	#div-baner-gore, #div-baner-mali-gore, #div-footer-gore {width:100%;}
	#div-baner-slideshow img {width:100%; height:auto;}
	.div-kartica {
		width: 96%;
		font-size: 1.2em;
	}
	.div-kartica-slike {
		height: 18em;
	}
	.img-novogradnja {
		width: 12em;
	}
}
