@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-100-Thin.otf);
    font-weight: 100;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-200-Extralight.otf);
    font-weight: 200;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-300-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-400-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-500-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-600-Semibold.otf);
    font-weight: 600;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-700-Bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-800-Black.otf);
    font-weight: 800;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-900-Super.otf);
    font-weight: 900;
}
html, body {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	font-family: Graphik;
	max-width: 100vw;
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-color: #f8f8f8;
	overflow-x: hidden;
	overflow-y: visible;	
}
body {
	max-width: 1670px;
	margin: auto;
}
header {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	font-size: 35px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 400;
	color: #333
}
h3 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 400;
	color: #333
}
h4 {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 600;
	color: #333
}
.form-control-lg {
	font-size: 15px;
}
.font-20 {
	font-size: 20px
}
.font-15 {
	font-size: 15px
}
p {
	line-height: 1.5;
	margin-bottom: 20px;
}
.big {
	font-size: 30px
}

a {
	color: #333;
}
a:hover,
a:focus{
	color: #1889BD;
}
strong {
	font-weight: 600;
}
*,
*:before,
*:after {
  /*transition: all 300ms ease-in-out;*/
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.title-border-main {
	border-width: 2px !important;
	border-color: #1889BD !important;
}
.title-border-main > * {
	color: #1889BD;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-10 {
	margin-bottom: 10px;
}
.pl-5px {
	padding-left: 5px;
}
.pr-5px {
	padding-right: 5px;
}
.container {
	width: 100%;
	max-width: 1400px;
}
.container-1200 {
	max-width: 1200px;
}

.btn-primary {
    color: #fff;
    background-color: #1889BD;
    border-color: #1889BD;
}
/*HEADER*/
header {
	position: relative;
	z-index: 99;
}
header .header-top {	
	position: relative;	
}
header .header-top .container {	
	height: 150px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .header-top .header-info,
.contact-info {
	width: 100%;
	max-width: 769px;
	height: inherit;	
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-item.right a {
		display: inline-block;	
	}
.h-item {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    color: #333
}
.h-item:hover {	
	color: #1889BD;
	text-decoration: none;
}
.h-item .h-icon {
	margin-right: 10px;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	color: #1889BD;
}
.h-item:not(.mob-dropdown) {
    margin-right: 0;
    margin-left: auto;
    max-width: 40px;
}
.h-item strong {
	font-size: 10px
}
.h-item span {
	font-size: 15px
}
.h-item:not(.mob-dropdown):last-child {
	margin-left: 0;
}
.h-item:not(.mob-dropdown) .h-icon {	
	background: #1889BD;
	color: #fff;
}
header .header-bottom {
	background: #fff;
	display: block;
	position: relative;
	height: 60px;
	margin-bottom: -30px
}
header .header-bottom  .navbar-light .navbar-nav > li >.nav-link  {
	line-height: 44px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	color: #333;
}
header .header-bottom  .navbar-light .navbar-nav > li >.nav-link:hover,
header .header-bottom  .navbar-light .navbar-nav > li >.nav-link.dropdown-toggle::after {
	color: #1889BD;
}
header .header-bottom  .navbar-light .navbar-nav > li.nav-item:not(:last-child) {
	margin-right: 30px !important;
}
header .header-bottom  .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
header .header-bottom  .navbar-light .navbar-nav > li.active >.nav-link {
	border-bottom: 2px solid #1889BD;
}

/*MAIN*/
section {
	display: block;
	position: relative;
	width: 100%;
}
#banner {
	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
#banner .banner-image {
	width: 100%;
	height: 600px;
	display: block;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
#banner.hero .banner-image {
	height: 300px;
}
#banner .carousel-indicators li {
	height: 20px;
    border-radius: 50%;
    width: 20px;
    cursor: pointer;
}
#carousel {
	padding-bottom: 50px;
}
#carousel .carousel-indicators li {
	height: 15px;
    border-radius: 50%;
    width: 15px;
    cursor: pointer;
    background: #ccc;
}
#carousel .carousel-indicators .active {
	background: #0095da;
}
.nekretnine-icons .d-block.text-center {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
.ds-filters {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
.ds-filters:before {
	content: '';
	width: 100%;
	left: 0;
	bottom: -1px;
	height: 2px;
	background: #333;
	position: absolute;
}
.ds-filters * {
	background-color: transparent!important;
	outline: none !important;
	border-radius: 0 !important;
	border-top: 0!important;
	border-left: 0!important;
	border-right: 0!important;
	font-weight: 600 !important;
	box-shadow: none !important
}
.ds-filters > a {
	color: #333;
	border-bottom: 2px solid #333 !important;
}
.ds-filters > a:hover,
.ds-filters > a.active  {
	color: #0095da !important;
	border-color: #0095da !important;
	z-index: 3
}
.ds-filters input[type=radio] {
	position: absolute;
	opacity: 0;
}
.ds-filters  .btn-outline-primary:not(:disabled):not(.disabled).active,
.ds-filters  .btn-outline-primary:not(:disabled):not(.disabled):active,
.ds-filters  .show>.btn-outline-primary.dropdown-toggle {
	color: #0095da;
	border-color: #0095da;
}
.my-shuffle {
  position: relative;
  overflow: hidden;
  min-height: 500px;
/* max-width: calc(100% - 360px);*/
  max-width: 75%;
}
.result-item a {
	text-decoration: none !important
}
.item-body {
	padding: 30px 15px 10px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
	font-size: 15px;
	height: 100px;
	font-weight: 500;
}
.item-footer {
	padding: 15px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
}
.image-item {
	width: 100%;
	height: auto;
	padding-bottom: 57%;
	display: block;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border: 1px solid #ddd;
}

.image-item {
transition: transform 0.3s ease-in-out;

}  

.image-item:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}




.image-item .inner-flex {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
	display:flex;
  	flex-direction:column;
  	justify-content: space-between;

}
.image-item .inner-flex > div {
	flex: 1 0 auto;
  	max-height: 35px;
  	margin: 20px 0;
  	line-height: 35px;
  	padding-left: 15px;
  	padding-right: 15px;
  	font-weight: 600;
  	color: #fff;
}
.image-item .inner-flex .status {
	background: #0095da;
	font-weight: 400;
	max-width: 120px;
}
.image-item .inner-flex .status-sold {
	background: #cf212a;
	font-weight: 400;
	max-width: 120px;
}
ul.pagination * {
	box-shadow: none !important;
}
ul.pagination > li {
	margin: 0 2.5px;
	width: 37px;
	text-align:center;	
	line-height: 35px
}
/*
ul.pagination > li a {	
	border-radius: 0 !important;
	border: 2px solid;	
}*/
ul.pagination > li a.page-link,
ul.pagination > li a.page-link:hover {
    color: #0095da;
    text-decoration: none;
    border-color: #0095da;
} 

ul.pagination > li.active {

  color: #fff;
    background-color: #0095da;
    border-color: #0095da;
   
    
    
}
ul.pagination > li a {	
	border-radius: 0 !important;
	border: 2px solid;	
   text-decoration: none;
    border-color: #0095da;
    color: #0095da;
  padding: .5rem .75rem
    
    
}

ul.pagination > li a,
ul.pagination > li a:hover {
     color: #0095da;
    text-decoration: none;
    border-color: #0095da;
  
} 

.page-item.disabled .page-link {
	color: #fff;
    background-color: #0095da;
    border-color: #0095da;
}
#filter-form {
	background: #ddd;
	padding: 30px;
	min-height: 500px;
	width: 25%;
	position: absolute;
	right: 0;
	top: 0;
}
.price {
	color: #333;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 2;
	text-shadow: 2px 2px 6px rgba(0,0,0,.9)
}
.cont-inner {
	color: #333;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 2;
	text-shadow: 2px 2px 6px rgba(0,0,0,.3)
}
.contact-map {
    position: relative;
    width: 100%;
    height: 585px;
    display: block;    
	overflow: hidden;
}
#googleMap {
	position: relative;
	height: 585px;
	overflow: hidden;
}
.contact-map.map-2,
.map-2 #googleMap {
	height: 350px;
}
.form-check {
	display: flex;
    flex-direction: row;
    align-items: baseline;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.form-check-label {
    cursor: pointer;	
}
.form-check-input {
	width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    margin-right: 10px;

    cursor: pointer;
}
.form-check-input:checked:after {
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	content: '\f00c';
	width: 30px;
	height: 30px;
	position: absolute;
	display: block;
	z-index: 3;
	text-align: center;
	line-height: 30px;
	color: green;

}
.form-check-input:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	display: block;
	z-index: 2;
}


.h-content-map {
	color: #333;
	font-size: 11px;
	line-height: 1.5;
	font-weight: 400;
	font-family: Graphik;
		padding: 15px;
		left: 0;
		top: 65px;
}
.h-content-map span {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	font-family: Graphik;
}
header .h-icon-map {
    color: #1889BD;
}

.contact-info .h-icon-map {
    color: #1889BD;
}

/*FOOTER*/
.copyright {
	color: #ccc;
}


footer .main-logo img {
	margin: auto;
}
#toggle-form {
	position: absolute;
    left: -32px;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: none;
}
#filter-form #toggle-form i {
	display: none;
}


.clearfix:before {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.my-shuffle .tab-pane {
	padding-right: 30px
}
@media screen and (max-width: 1200px) {
	#toggle-form {
		display: block;
	}
	#filter-form {
		position: absolute;
		width: 320px;
    	transition: all .5s ease;
		transform: translate(335px, 0);
	}
	#filter-form.in {
    	transition: all .5s ease;
		transform: translate(15px, 0);
	}
	.my-shuffle {
		max-width: none;
	}
	.my-shuffle .tab-pane {
		padding-right: 0
	}
	#toggle-form,
	#filter-form #toggle-form .fa-chevron-left,
	#filter-form.in #toggle-form .fa-chevron-right{
		display: block;
	}
	#filter-form.in #toggle-form .fa-chevron-left {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	#banner .carousel-indicators {
		bottom: 70px;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: end;
	    width: 100px;
	    left: auto;
	}
	.navbar-expand-lg .navbar-nav {
		width: 100%;
	}
	.nav-item.right {
		margin-left: auto;
	}
	.nav-item.right a {		
		margin-top: 17px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
	.contact-info {
		flex-direction: column;
	}
	.contact-map,
	#googleMap {
		height: 485px;
	}
	.contact-map.map-2,
	.map-2 #googleMap {
		height: 350px;
	}
	textarea {
		height: 315px
	}
}
@media screen and (max-width: 992px) {
	header .main-logo {
		margin: auto;
	}
	header .navbar-light .navbar-toggler {
		margin-right: 0;
    	margin-left: auto;
    	margin-top: 10px;
    	color: #1889BD;
    	border-color: #1889BD;
	}
	header .header-top .header-info{
		height: 60px;
	    position: absolute;
	    bottom: -60px;
	    z-index: 99;
	    max-width: calc(100% - 85px );
	    padding-left: 15px;
	}
	header .h-item .h-content {
		position: absolute;
		display: block;
		width: 100%;
		background: #fff;
		padding: 15px;
		left: 0;
		top: 65px;
    	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
		visibility: hidden;
		opacity: 0;
	}
	header .h-item.active .h-content {
		visibility: visible;
    	opacity: 1;
	}
	header .h-item .h-icon {
		background: #1889BD;
    	color: #fff;
	}
	header .h-item {
		margin-right: 0;
    	margin-left: 0;
    	max-width: 40px;
	}
	#banner .banner-image {
		height: 400px;
	}
	#banner.hero .banner-image {
		height: 300px;
	}
	.contact-map,
	#googleMap {
		height: 485px;
	}
	.contact-map.map-2,
	.map-2 #googleMap {
		height: 350px;
	}
	textarea {
		height: 315px
	}
	.ds-filters {
	    display: block;
	    margin: auto;
	    border-top: 2px solid #333;
	    margin-bottom: 30px;
	    padding-top: 5px;
	}
	.ds-filters:before {
		display: none;
	}
	.ds-filters > label {
		display: block;
		text-align: left;
		border-bottom: 2px solid #333
	}
	.h-icon-map {
	    display: none;
	}
	.h-content-map {
	    display: none;
	}

}
@media screen and (max-width: 768px) {	
	footer .container-fluid {
		text-align: center;
	}
	#banner .banner-image {
		height: 300px;
	}
	.contact-info {
		flex-direction: column;
	}
	.h-icon-map {
	    display: none;
	}
	.h-content-map {
	    display: none;
	}
}

@media screen and (max-width: 480px) {
	.h-icon-map {
	    display: none;
	}
	.h-content-map {
	    display: none;
	}

}

@media screen and (min-width: 992px) {
#result { min-height: 800px}
}

form.example input[type=text] {
  padding: 10px;
  font-size: 15px;
  border:0;
  float: left;
  width: 80%;
  background: #ffffff;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #333333;
  color: white;
  font-size: 15px;
  border:0;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0095DA;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}