#ninja-slider {
    /* margin-top: 190px; */
}
.containerc{
	width: 101%;
    /* position: absolute; */
    /* background: black; */
    /* bottom: 50px; */
	display:inline-block;
	position: relative;
    right: 1px;

}
.innerc{
	width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000000;
    background: #000000a1;
    padding: 1%;
	font-family: 'Lato';
	top: 20px;
	    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	box-shadow: 0px 2px 2px black;
}
.optionc{
	width: 15.775%;
    display: inline-block;
	background: white;
	padding: 5px 9px 5px 9px;
	margin: 1px 5px;
}
.optionc label{
	display: inline-block;
	color:gray;
	width:30%;
}
.optionc input{
	display: inline-block;
	width: 33%;
	border:1px solid #cfcfcf;
	vertical-align: middle;
}
.optionc input:focus-visible {
	outline: 1px solid #1574b8;
    background: #e2f3ff;
}

.naslovpretrage{
	color:white;
	position: relative;
    bottom: 12px;
	left: 50px;
}
#cijena{}
.cijena{min-width: 210px;}

#povrsinafield{}
.povrsinafield{
	width: 19%;
	min-width: 210px;
}
#upisigrad{
	width:100%;
}
#prikazi{
	width:10%;
	border:none;
	background: #7bb4d1;
	transition: all 0.5s ease;
	padding: 12px;
	color: white;
    font-size: 1.5em;
	border-radius: 4px;
	box-shadow:1px 1px 5px #a5a5a5;
	min-width: 160px;
	}
	
#prikazi:before {
    content: "";
    display: block;
}
	
	
/* #prikazi::before{ */
	/* content: "|| "; */
	/* float:left; */
/* }	 */
#prikazi::after{
	/* content: ">"; */
	/* float:right; */
	
}	
.prikazi{
	width: 120px;
    margin: 0px;
    padding: 0px;
    background: #7bb4d1;	
    font-size: 21px;
	vertical-align: middle;
	color:white;
	
}

#prikazi:hover{
	background: #badff2;
    /* text-shadow: 0px 0px 3px #0e1185; */
	/* font-weight:bold; */
	box-shadow:1px 1px 5px #767676;
	
}


	
#upisigrad{}
.upisigrad{
	width: 18%;
	max-width: 200px;
}
#broglasa{
	width: 63%;
}
.broglasa{
	width: 15.4%;
	min-width: 237px;
}
#tipovinekr{
	border: none;
	position: relative;
    bottom: 3px;
	right: 6px;
    color: gray;
}
.tipovinekr{width: 138px;}

#tipprodaje{
	border: none;
	position: relative;
    bottom: 3px;
	right: 6px;
    color: gray;
}
.tipprodaje{width: 105px;}
#broglasalabel{width:35%;}
.formacenter{text-align:center;margin-bottom: 50px;}
#buttonajdimoj{
	float: left;
    position: relative;
    top: 11px;
}
@media (max-width:761px){
	.optionc{
		width: 90% !important;
		max-width: 90%;
		text-align: left;
	}
	.prikazi{
		width:120px !important;
	}
	.optionc select{
		width:100%;
	}
	#broglasa {
		width: 64%;
		
	}
	
	/* #povrsinaod{float: right;} */
	/* #povrsinado{float: right;} */
	/* #cijenaod{float: right;} */
	/* #cijenado{float: right;} */
}


.pretragafield{	
	position: relative;
	left: 10%;
	width:80%;
}

.pretragaconteiner{
	
    
}
.pretraganaslov{
	padding-left: 5.5%;
	text-transform: uppercase;
}
	
.polje{
	display: inline-block;
    width: 20%;
    margin: 20px;
}
.polje input,select{	
    box-shadow: 1px 1px 7px #afafaf;
    text-align: left;
    padding: 5px;
    font-size: 17px;
	width: 100%;
	border: none;
	 
	 background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  
   margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}








select {

  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */









select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.selecnumber{
	padding-right: 2% !important;
}
input:focus-visible{
	border:none;
	box-shadow: 1px 1px 7px #afafaf;
	outline: 2px solid red;
}
input:focus{
	/* border: none; */
    box-shadow: 1px 1px 7px #626262;
    outline: 0px solid red;
}

.tel2{
	bottom:10px;
}
.tel1{
	
}



.polje{
	min-width:160px;
}



#hrvjezik{
	font-weight:bold;
	color:red;
}

.bigimportant {
    font-size: 37px !important;
    position: relative;
    bottom: 30px;
}

.odabirjezikka:hover{
	text-decoration: underline;
}
.zemlja{
	color:white;
	font-size: 1.1em;
	bottom: 28px;
	left: 80px;
}
.odabirjezikka{
	cursor:pointer;
	text-transform: uppercase;
}
header .logo {
    margin-top: 5px;
    float: left;
    width: 119px;
}
.navigacijaa{
	float:right;
}

.telefoni{
	float:right;
}
.licencirana_agencija{
	float:right;
	line-height: 1.2;
	left: 30px;
}
.text_crne_trake{
	font-size: 24px;
}
.fa{
font-size: 1.2em;
}
.fa-file-text-o:before{
	font-size: 40px;
}
.fa-key:before{
	font-size: 40px;
}
.fa-envelope:before{
	font-size: 40px;
}
.fa-random:before{
	font-size: 40px;
}
.main-container{
	max-width: 1810px;
}
.estates_holder{
	width: 28%;
}

.maxwidth1000{
	max-width: 1000px;
}
.fa-phone:before {
    content: "\f095";
    position: relative;
    left: 7px;
}

.telefoni{
		left: -4%;
	}
@media screen and (max-width: 1600px){
	.zemlja {
		bottom: 27px;
		right:15px;
	}
	.navigacijaa{
		top:19px;
	}
	
}


@media screen and (max-width: 1277px){
	.estates_holder {
		width: 45%;
	}
}

@media screen and (max-width: 1080px){
	
.pretragafield {
    position: relative;
    left: 0%;
    width: 100%;
	}
	.fa{
font-size: 1em;
}
}

@media screen and (max-width: 800px){
	.estates_holder {
		width: 93%;
	}
	.telefoni{
		display:none;
	}
	.licencirana_agencija{
		left: 8px;
	}
	header .logo {   
    width: 54px;
}
}