body{
		padding:0;
		margin:0;
font-family:  Verdana, Geneva, sans-serif;
font-size: 15px;

color: #080808;
line-height:1.7;

	
		}
	a {
 color: #233c7d;
    text-decoration: none;
}
.span12-list-pathway {
    margin-bottom: 30px;
}
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 999;
}

.hamburger.is-closed .hamb-top {

    -webkit-transition: all 0.35s ease-in-out;
background-color: rgb(255, 255, 255);
    top: 5px;

}

.hamburger.is-closed .hamb-middle {

background-color: rgb(255, 255, 255);
    margin-top: -2px;
    top: 50%;

}

.hamburger.is-closed .hamb-bottom {

    -webkit-transition: all 0.35s ease-in-out;
background-color: rgb(255, 255, 255);
    bottom: 5px;

}

.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #fff;
	margin-top: -2px;
	top: 50%;
}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #fff;
	margin-top: -2px;
	top: 50%;
}

.overlay2 {

    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

}


div#contact-icons {
    display: none;
}

#header 	.change-lang-mobile {
		display:none;
		
	}
	.navbar.navbar-inverse.wow.fadeInDown {
	background-color:  #06C;


	width: 100%;

	z-index: 9999;
}
	
	.navbar .navbar-nav {

    float: none;

}

.navbar .navbar-collapse {
    text-align: center;
}
	
	#captcha-row {
    margin-top: 30px;
}	
	
	
.zastava {
    float: right;
    margin-left: 15px;
}	
	
	#mod-language {
    padding-top:20px;
	float:right;
	display:none;
	
}	
	#mod-language .float-right {
    float:right;
}	
		
	
	
	
	
	
	

		#apartmani {
    background-color: #B6B4AA;
	padding-top:40px;
	padding-bottom:40px;
}


.apartment-col-inner {

	height: inherit;
	background-color: #FFF;
box-shadow: 0 .535rem .925rem rgb(150, 150, 150);

}
.features-bottom {
    position:inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #d4d2d2;
}






#apartmani .col-lg-4 {
	padding: 10px;

}
#apartmani .col-lg-4 div {
	background-color: #f2f1ee;
	padding: 15px;
	text-align: center;
}		
	
	#apartmani h2 {
	font-size: 20px;
}	
#apartmani h3 {
	text-align: center;
}
#apartmani .container {
	border-top: 1px solid #e6e3d6;
	padding-top: 20px;
}


h2.background {
  position: relative;
  z-index: 1;
}
h2.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
h2.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}
h2.double:before {
  /* this is just to undo the :before styling from above */
  border-top: none;
}
h2.double:after {
  border-bottom: 1px solid blue;
  -webkit-box-shadow: 0 1px 0 0 red;
  -moz-box-shadow: 0 1px 0 0 red;
  box-shadow: 0 1px 0 0 red;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 95%;
  z-index: -1;
}
h2.no-background {
  position: relative;
  margin-bottom:50px;
}
h2.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
h2.no-background span::before {
content: ' ';
position: absolute;
top: 120%;
left: 50%;
width: 100%;
border: 2px solid  #FFF;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
transform: translateX(-50%);
}





#mozaik h2.no-background span::before {

    border: 2px solid #D2CFCF;

}







h2.no-background span:before {
  right: 100%;
}
h2.no-background span:after {
  left: 100%;
}
h2.no-span {
  display: table;
  white-space: nowrap;
}
h2.no-span:before,
h2.no-span:after {
  border-top: 1px solid green;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
h2.no-span:before {
  right: 1.5%;
}
h2.no-span:after {
  left: 1.5%;
}






h1.background {
  position: relative;
  z-index: 1;
}
h1.background:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
h1.background span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}
h1.double:before {
  /* this is just to undo the :before styling from above */
  border-top: none;
}
h1.double:after {
  border-bottom: 1px solid blue;
  -webkit-box-shadow: 0 1px 0 0 red;
  -moz-box-shadow: 0 1px 0 0 red;
  box-shadow: 0 1px 0 0 red;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 95%;
  z-index: -1;
}
h1.no-background {
  position: relative;
  margin-bottom:20px;
}
h1.no-background span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
h1.no-background span::before{
content: ' ';
position: absolute;
top: 120%;
left: 50%;
width: 100%;
border: 2px solid #d0d0d0;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
transform: translateX(-50%);
display:none;
}




.front-view h1.no-background span::before{

border: 2px solid  #FFF;
}







h1.no-background span:before {
  right: 100%;
}
h1.no-background span:after {
  left: 100%;
}
h1.no-span {
  display: table;
  white-space: nowrap;
}
h1.no-span:before,
h1.no-span:after {
  border-top: 1px solid green;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
h1.no-span:before {
  right: 1.5%;
}
h1.no-span:after {
  left: 1.5%;
}


#mozaik {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 50px;
background-color: #fffdf5;
	padding-top: 50px;
	border-top: 1px solid white;
}

#mozaik .col-lg-8 , #mozaik .col-lg-4 {
	padding:5px;
	
}
#mozaik .col-lg-8 div , #mozaik .col-lg-4 div {
overflow:hidden;

border-radius:0;
}
#mozaik .col-lg-8 img, #mozaik .col-lg-4 img {
	width: 100%;
	height: auto;
}

.btn.btn-primary.print-botun {

    display:none;

}

		
		#main-full {
	
			
		}
		
		a {
			
			text-decoration:none;
-webkit-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
transition: 0.5s all ease;			}
			
	
			
	p	{
		line-height:
			
			
		}
			
h1,h2,h3,h4,h5 {
color: #233c7d;
font-weight: 400;
line-height:1.5;
text-align:center;

}



.naslov{
font-size:180%;	
color: #233c7d;
font-weight: 400;
text-transform:uppercase;
line-height:1.5;
text-align:center;

}	

h1{
font-size:180%;	

}
h2{
font-size:150%;	

}
h3{
font-size:130%;	

}
.apartments-list-inner {
	display: table;
	content: " ";
background-color: #f5f1e8;
	margin-bottom: 20px;
	text-align:left;
}
.apartments-list-inner h2 {
	font-size:20px;

}
.apartments-list-inner .col-lg-8 {
background-color: #d6d9e7;
border: 1px solid #a199a6;}

#map {
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer i.fa {
	display: inline-block;
	padding: 0.3em 0.3em;
	background-color: white;
	color: #45648d;
	font-size: 100%;
}
.navbar-inverse {
	
background: rgb(35, 60, 125);

	border-bottom:1px solid white;

	z-index: 10;
-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
animation-duration: 0.5s;


}
.navbar-inverse .navbar-nav > li > a {
	color:  #FFF;
	font-size: 100%;

}
.navbar {
	position: relative;
	min-height:  inherit;

	margin-bottom: 0; 

	 }
	 
.navbar {
    border-radius: 0;
}	 
	 
	 .navbar-inverse {

    border-color: transparent;
        border-bottom-color: transparent;
}
	 
	 
	 
	 
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;

background-color: transparent;
	text-shadow:none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #5d87b4;
background-color: #fff;
}
	
#nav-wide {
background-color: #328aba;
	z-index: 10;
	height: 50px;


}
		
	.fancybox-grid .col-lg-3{
	padding: 10px;
	overflow:hidden;
}	
	.fancybox-grid .col-lg-3 div {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(120,118,120,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(120,118,120,1);
	box-shadow: 0px 0px 3px 1px rgba(120,118,120,1);
	padding: 15px;
	background-color: white;
	padding: 10px;
	padding-bottom: 40px;
}
.fancybox-grid .col-lg-3 div img {
	width:100%;
	height:auto;



}

.fancybox-grid img a:hover {
	background-color:#9e96a3;
	 -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
            }



.fancybox-grid {
	margin-bottom: 30px;
	display: table;
	content: " ";
	width: 100%;
}
.apartments-list .fancybox-grid {

	margin-bottom: 30px;
	/* display: table; */
	/* content: " "; */

	width: 100%;
}



#content::after {
    content: "";
    clear: both;
    display: table;
}

.module-destinations-bottom h3 {
	color: white;
	text-align: center;
	margin-bottom: 20px;
}
#owl-2 {

	margin-bottom: 50px;
	color: white;
}
#owl-2 .owl-nav {
	margin-top:0;

}
		
	#owl-outer {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	animation-duration: 0.5s;
	padding-bottom: 1px;
	background-color: #f2f1ee;
	border-bottom: 1px solid white;
}
		
	.owl-prev {
	position: absolute;
	left: 10px;
	top: 50%;
	padding: 15px;
	background-color: #3da0d5;
	color: white;
	font-size: 25px;
}	
.owl-next {
	position: absolute;
	right: 10px;
	top: 50%;
	padding: 15px;
	background-color: #3da0d5;
	color: white;
	font-size: 25px;
}
.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}		


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #2a739b;
}
.parallax {
	position: relative;
	overflow: hidden;
	height: 650px;
	border-top: 7px solid #fffdf5;
		border-bottom: 7px solid #fffdf5;
		display:none;
}

#apartmani .col-lg-4 div {
                cursor: pointer;
            }
            
          #apartmani .col-lg-4 div:hover {
	background-color:#9e96a3;
	 -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
            }
.apartments-list-inner {
                cursor: pointer;
            }
            
.apartments-list-inner:hover {
	background-color:#9e96a3;
	 -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
            }

		
#footer {

background-color: #284585;
    width: 100%;

    animation-duration: 0.2s;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;



}
.module-bottomcontact h3 {
	color: white;
	text-align: left;
	margin-top: 0;
	font-size: 150%;
}
.module-socialmedia h3 {
	color: white;
	text-align: left;
}
.fa.fa-phone {

    font-size: 130%;
    width: 30px;
    height: 30px;
    padding: 7px;
    background-color: #233c7d;
    color: white;

}

.module-socialmediatop i.fa {
display: inline-block;
padding: 0.3em 0.3em;
background-color: #45648d;
color: #FFF;
font-size: 100%;
width: 30px;
height: 30px;
line-height: 20px;
text-align: center;
float:right;
margin-left:5px;

}


.module-bottomcontact {

    padding: 15px;
    background-color: #3d5996;

}

.cijena {
    color: red;
}


.footer2 {
	display: none;
}
#animated-slogan {
	background-color: transparent;
	font-size: 35px;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	background: rgb(48, 69, 105,0.6);
	padding: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.bgimg-2 {
	height: 500px;
}
#animated-left-right {
	padding-top: 100px;
	padding-bottom:100px;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:40%;
	height:500px;
	
}
#animated-slogan-left img {
	width: 100%;
	height: auto;
}
		#logo {
			height:100px;
			padding:0;
			
   

}
#logo img {
	width: 100%;
	height: auto;
}
		
			       #header .col-lg-4 .logo-inner {
					   width:100%;
	height:200px;

	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	background-size:90%;
	margin-left:auto;
	margin-right:auto;
	animation-duration: 0.5s;
	float:none;

	
		}
		
	
	.logo-wide {
	padding-top: 15px;
	padding-bottom: 15px;
}

	
.navbar-inverse .navbar-toggle {
    border-color:  #FFF;
}	
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid  #FFF;
	border-radius: 0;
}
.show {
display: block !important;
    background-color: #577fbc;
}
.show li {
	border-bottom:1px solid white;
}		
		
    #header-top {
	height:15px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);		
		
		}    
    


	
	
		

		
		

#wrapper {
    padding-top: 30px;
}
		
		
	
		.wrapper-center{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

		
		}
#nav {


}





		
	#mainbody{
	margin-top:35px;

	padding-bottom:35px;
		
		
		
		}	
		
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-top:0;

    height: 40px;

box-sizing: content-box;
border-right:0;
display: flex;
  justify-content: center;
}

#right-coll ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-top:0;
	
}
#right-coll li a {
	
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:black;
	font-size:100%;
	text-decoration:none;


	padding-left: 10px;
padding-right: 10px;
	
}	
#right-coll li a:hover {

	color: #FFF;
	

	
}
#right-coll li.active {

	color:#FFF;	
}	
#right-coll li.active a {

	color:#FFF;	
}	


	
#nav li {
	float:left;
		width:16.667%;

	
	
}	
#nav li a {
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #FFF;
	font-size:100%;
	text-decoration:none;

	font-weight:bold;

	
}

#nav li:last-child a {

}



	
.item-101.default a {

}
.item-101.default.active {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#nav li a:hover {

	color:#FFF;
	
}
#nav li.active {

	color:#FFF;	
}
.modified {
	font-size: 80%;
	color: gray;
}
.article-info-term {
    display: none;
}
		


#content {

	padding-top:30px;
	margin-bottom: 40px;
animation-duration: 0.5s;

	
	}

#right-coll {
	background-color:#FFF;
	height:300px;
	margin-top: 40px;

	}


.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;

  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;



}
.bgimg-1 {
    min-height: 100%;
    height: 500px;
	border-bottom:1px solid #FFF;
}



.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
  header.smaller {
    height: 75px; 
	position:fixed;
background: rgb(118, 115, 124);

	}

 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #328aba; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color:  #000;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;


}

#header-top  .position-relative-header {
    position: relative !important;
    height: 185px;
}

header {
	width: 100%;
	border-color: #080808;
z-index: 10;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
animation-duration: 0.5s;
}
		
	.navbar-nav > li {
	float: none;
	font-size: 100%;
}
.module.slogannoh1 h1 {

}	
#parallax-bottom-noshow {
	background-color: #6D90B4;
}

.fancybox-grid .col-lg-3 {
    width:100%;
		padding: 10px;

}
#logo {
    height: inherit;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#top-contact {
	text-align: center;
	font-weight: bold;
	padding: 0;
	padding-top: 40px;
}
#top-contact .fa {
    margin: 5px;
}
.trazilica-vertikal select, .trazilica-vertikal input {
    margin-bottom: 20px;
	padding: 5px;
}



		
	@media (min-width: 576px) {
		
		#logo {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
		
		
		
		

	
		
		
		
		 	       #header .col-lg-4 .inner {
	height:155px;

	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	background-size:90%;
	margin-left:auto;
	margin-right:auto;
	animation-duration: 0.5s;

	}
	    header {


	width:100%;

		
		
		}
		
.navbar-nav > li {
	float: none;
	font-size: 100%;
}


.form-control {
	display: block;
	width: 100%;
	font-size: 14px;
	margin-bottom: 1.5em;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;

	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.fancybox-grid .col-lg-3 {
    width:25%;
		padding: 10px;

	float:left;
}
.property-description {

    margin-top: 40px;
    margin-bottom: 30px;

}

		
	
}

@media (min-width: 768px) {
	
#mod-language {
display:block;
}
	
	.hamburger {
    background: transparent;
    border: none;
    display: none;
    height: 32px;
    margin-left: 15px;
    position: absolute;
    top: 10px;
    width: 32px;
    z-index: 999;
}
div#contact-icons {
    display: block;
}
	
	
	
.apartment-col-inner {

	height: 600px;
	background-color: #FFF;
box-shadow: 0 .535rem .925rem rgb(150, 150, 150);

}
.features-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #d4d2d2;
}
	

	
	
	
	
	
	
	.navbar-nav > li {
	float: left;
	font-size: 100%;
	width: 20%;
	/* padding-top: 8px; */
}	
	
	.navbar-nav > li > a {
padding:0;
	 height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	font-size: 100%;
}
	
	
	
	
	
	
		       	       #header .col-lg-4 .inner {
	height:155px;

	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	background-size:50%;
	margin-left:auto;
	margin-right:auto;
	animation-duration: 0.5s;

	}
		   
		   
	    header {




	width:100%;

		
		
		}
.navbar-nav > li {
	float: left;
	font-size: 80%;
}
		
		

}

@media (min-width: 992px) {
	.hamburger.animated.fadeInLeft.is-closed {
    display: none;
}
	     
#logo {
    height: 80px;
    padding: 0;

    float: left;
}
		 
		 
	    header {




	width:100%;
		
		
		}
		
		
	#top-contact {
	text-align: right;
	font-weight: bold;
	padding: 0;
	padding-top: 40px;
}
#top-contact .fa {
    margin: 5px;
}	
		
		
	.navbar-nav > li {
	float: left;
	font-size: 100%;
}	

}

@media (min-width: 1200px) {
	.btn.btn-primary.print-botun {

    display: block;

}
	
	.apartment-col-inner {

	height:500px;


}
.first-in-list h3 {
    margin: 0;
}
.wrapper-outer.list .property-front {
    padding-right: 14px;
    padding-left: 0;
    padding-bottom: 14px;
    padding-top: 0;
}
	
	
	.container {
    width: 990px;
}
	
	
	       #header .col-lg-4 .inner {
	height:155px;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	background-size:100%;
	margin-left:auto;
	margin-right:auto;
	animation-duration: 0.5s;

	}
		       #header .col-lg-9{
	height:185px;
	background-repeat:no-repeat;
	background-position:right center;
		background-size:100%;
	position:relative;
	width:80%;
	}
	    header {



	width:100%;
		
		
		}
.navbar-nav > li {
	float: left;
	font-size: 100%;
		width: 20%;
	/* padding-top: 8px; */
}	
		
		

}	
		


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 

.owl-theme .owl-nav [class*="owl-"] {
color: #233C7D;
font-size: 14px;
margin: 5px;
padding: 25px;
background: #233c7d;
display: inline-block;
cursor: pointer;
border-radius: 0;

background-color: rgba(213, 213, 212, 0.7);

}
#owl-2 .owl-theme .owl-nav [class*="owl-"] {
	color: #FFF;
	font-size: 34px;
	margin: 5px;
	padding: 15px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
}
#owl-2 .owl-prev {
    position: absolute;
    left: 5px;
    top: 45%;
    padding: 0;
    background-color: transparent;
    color: white;
    	font-size: 34px;
}
#owl-2 .owl-next {
    position: absolute;
    right: 5px;
    top: 45%;
    padding: 0;
    background-color: transparent;
    color: white;
		font-size: 34px;    
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	background-color: #FFF;
}
.owl-bottom-border-gradient {
	padding: 2px;


}
.module-destinations-bottom  .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background-color:  #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
 .module-destinations-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FFF;
}
.module-destinations-bottom img{
	border:1px solid #FFF;

}
.module-destinations-bottom h2 {
	color: white;
}

.hiddenotherimages {
	
	display:none;
}
.fancybox-grid .col-lg-4  {
padding:10px;
}


.fancybox-grid .col-lg-4 div img {
	width:100%;
	height:auto;
}
.fancybox-grid .col-lg-4 div {
	padding: 7px;
	background-color: #fefaed;

}

.sekcija {
	border-bottom: 1px solid #c6c1b1;
}
.apartments-list .col-lg-12 {
		padding-bottom: 30px;
}
.wrapper-outer {

}

.wikitable {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.wikitable  a {
	padding:10px;

}
.zastave.navbar-nav > li {

    padding-top: 8px;
    float: right;
    font-size: 100%;
    width: 30px;
}
.kolaz {
border: 1px solid #EDF1E3;
	height:250px;
}

.kolaz img {
width:100%;
height:100%;
	
}
.kolaz a  {
	display:block;
width:100%;
height:100%;
	
}	
#kolaz-details {

    padding-top: 30px;
    padding-bottom: 30px;
	background-color:#FFF;
}
#kolaz-details .row {
	margin:0;

}

.kolaz-outer .row {

    padding: 15px;

}
#cjenik-details {
background-color: #fafafa;
padding-top: 30px;
padding-bottom: 30px;
color: #000;
}
#subtop-contact {
background-color: #fafafa;
padding-top: 10px;
padding-bottom: 10px;

line-height:30px;

}
.social-icons-right.col-lg-2 {
    padding-left: 0;
}



#cijene {
	background-color:#FFF;
	text-align:center;
   
}

#cjenik-details th {
	text-align:center;
	color:#666;


}



#kalendar-details {
background-color: #ebebea;
padding-top: 30px;
padding-bottom: 30px;
}
.parallax.details.parallax__ {
    height: 150px;
}
.parallax.list.parallax__ {
    height: 350px;
}
.parallax.kontakt.parallax__ {
    height: 350px;
}


.parallax.details  {


}

.parallax.details .parallax_image ,.parallax.list .parallax_image , .parallax.kontakt .parallax_image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center -250px;
    will-change: transform;
}

.availcal td {

    padding: 5px;
    border: 1px solid white;

}
.table-pos-inner {

    background-color: white;
    padding: 5px;

}

#left-right-img-text img {
	width: 100%;
	height: auto;
}
#left-right-img-text div[class*="col-"] {
	padding:0;
	

}
.module-leftimage .row {

    background-color: #f9f7f0;

}
.module-rightimage .row {

    background-color: #f9f7f0;

}
.apartments-list .row {

    margin-top: 10px;
    background-color: white;
	position:relative;

}
.col-lg-6.apartments-list-left {
	padding: 0;
}
.col-lg-6.apartments-list-left  img{
width:100%;
height:auto;
}
.col-lg-6.apartments-list-right {
	background-color: #f7f5f5;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 130px 80px 130px 80px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
transition: .0.5s ease;
background: rgba(215, 6, 6, 0.8);
  z-index:10;
}
.overlay h2{
	color: #FFF;

}





.apartment-col-inner {
 position: relative;
}
/* When you mouse over the container, fade in the overlay icon*/
.apartment-col-inner:hover .overlay {
  opacity: 0.8;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
  color:  #FFF;
  font-size:150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* When you move the mouse over the icon, change color */
.fa-user:hover {
  color: #eee;
}



.apartments-list .row:hover .overlay {
  opacity: 0.8;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
	color: red;
	font-size: 130%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background-color: #fdfbfb;
	padding: 5px;
}

/* When you move the mouse over the icon, change color */
.fa-user:hover {
  color: #eee;
}


#trazilica-horizontal select {
    border: 1px solid #c9c9c9;
    width: 100%;


	padding: 6px;
}
#trazilica-horizontal  option {

	border-bottom:1px solid  #FFF;



}
#trazilica-horizontal .button {
width: 100%;
padding: 4px;
background-color: #233c7d;
color:white;


border: 0;
cursor: default;
border-radius: 2px;


}

#trazilica-horizontal {


}
#trazilica-outer {
    background-color: #f3f3f3;
}
.text-inner{
	position:relative;
}
.text-inner-buttons{
	position:absolute;
	bottom:15px;
	left:15px;width:100%;

}
.slider-text {

    height: 250px;


}


.slider-right-button a , .slider-left-button a {
	display: block;
	padding: 5px;
	text-align: center;
background-color: #233c7d;
color:white;
border:1px solid white;
	}
	
.slider-text-naslov {
	font-size: 180%;
color: #233c7d;
margin-top: 10px;
text-transform:uppercase;

	
	
}
	
	
	
	
	
.property-front img {
    width: 100%;
    height: auto;
}
.property-front  {
	text-align:left;
	padding:14px;

}
.property-front h3  {
	text-align:center;
	font-size:100%;

}


#stanovi-front .apartment-col-inner {

	background-color: #FFF;


}
.wrapper-outer.list {
	background-color: #ededed;
}


.apartment-col-inner-padding {
    padding: 10px;
}

.cijena {
	font-weight: bold;
	font-style: italic;
}
.referenca {
	font-size: 90%;
}
.brojslika a {
	display:block;
	font-size:200%;text-align:center;
padding-top:100px;
	
	
}

.kolaz-outer div[class*="col-"] {
padding:0;
}

#broj-nekretnina  div[class*="col-"] {
	padding:10px;
	text-align:center;

}







#pathway {
    padding-bottom: 30px;
}


.kontakt-forma input {

    width: 100%;
	margin-bottom:15px;
	padding:8px;

}
.kontakt-forma textarea {
	padding:8px;
    width: 100%;

}
#cijena-povrsina {
    font-size: 120%;
    margin-top: 30px;
	font-style:italic;

}


#cjenik-details td {

    padding: 6px;

}
.polje {
	font-weight: bold;
}
.price-details {

background-color: #ce0000;
text-align: center;
color: white;	
	
}
.area-details {
background-color: #f2f2f2;
text-align: center;
color: #262525;
	
}

.per-area-details {

background-color: #f2f2f2;
text-align: center;
color: #262525;
	
}

.content-list-left.col-lg-9 {
    padding: 0;
}

.apartment-col-inner {
                cursor: pointer;
            }
            
.apartment-col-inner:hover {
	background-color: #F60;
	 -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  color: #333;

            }
			
			
			
			
.wrapper-outer.details , .wrapper-outer.list{
	border-top: 1px solid #d1d1d1;
}
.content-list-right {
	background-color: #FFF;
	    padding-top: 10px;
	padding-bottom:30px;
}	
.trazilica-vertikal {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid gray;

}
#select-tip-nekretnine{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid gray;

}


#lista-lokacija {

    padding-top: 30px;
    padding-bottom: 30px;

}



.trazilica-vertikal select {

    background-color: #233c7d;
    color: white;

}


#lista-lokacije {

    padding-top: 30px;
    padding-bottom: 30px;

}
.wideowlslider-container.row {
    position: relative;
}	
.pagination-top {
	margin:0;
	
}
.pagination-top ul {
	margin:0;
	
}	

.wrapper-outer.front {

}

.social-media-links-row  .fa.fa-facebook {
	
		background-color: #4267b2;
	
	}
	
.social-media-links-row  .fa.fa-youtube{
		background-color:	#f00;
}

.social-media-links-row     .fa.fa-envelope-o{  
		background-color: #CCC ;
}

.social-media-links-row     .fa.fa-twitter{                  
		background-color:  #1DA1F2 ;
}
#sort-list {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fbfbfb;
}
#sort-list .pagination {
	margin: 0;

}

#sort-list div[class*="col-"] {
padding-top:10px;
padding-bottom:10px;

}
#sort-list .form-control {

margin:0;

}


 #share-buttons div[class*="col-"] {
	margin-bottom:20px;

}  
 #trazilica-horizontal div[class*="col-"] {
	margin-bottom:5px;

}  
 #cijena-povrsina div[class*="col-"] {
	margin-bottom:5px;

}   
    
.back_button.col-lg-2 a {

    width: 100%;
    margin-bottom: 30px;


}     
.back_button .btn.btn-primary {
   padding: 4px 12px;
padding: 4px 12px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
color: #233c7d;
border-radius: 0;
border: 1px solid #d2d2d2;
}


.next-button a {

    width: 100%;
    margin-bottom: 30px;


}     
.next-button .btn.btn-primary {
   padding: 4px 12px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
color: #233c7d;
border-radius: 0;
border: 1px solid #d2d2d2;
}

.kolaz.mobile-kolaz {
    height: 100px;
}


.mobile-ul-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
 .mobile-ul-list li {
    height: 80px;
    position: relative;
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #2F5E8C;
    text-shadow: 0 1px 0 #f3f3f3;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border-color: #B3B1B1;
    color: #203F5E;
    text-shadow: 0 1px 0 #f3f3f3;
}
 .mobile-ul-list li img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 5em;
    max-width: 5em;
}
 .mobile-ul-list h2 {
    font-size: 1em;
    font-weight: 700;
    display: block;
    margin: .45em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	text-align:left;
	text-transform:initial;
}

 .mobile-ul-list li a {
    font-size: 16px;
    margin: .5em 0;
 padding-left: 5.55em;
 padding-right: 1em;
    display: block;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

 }
 .content-list-left  h1, .content-list-left h2, .content-list-left h3, .content-list-left h4,.content-list-left h5 {

text-align:left;

}
 .content-list-right  h1, .content-list-right h2, .content-list-right  h3, .content-list-right h4,.content-list-right h5 {

text-align:left;

}



