@font-face {
  font-family: Montserrat-Black;
  src: url(../fonts/Montserrat-Black.ttf);
}

@font-face {
  font-family: NunitoSans-Regular;
  src: url(../fonts/NunitoSans-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: Montserrat-ExtraLight;
  src: url(../fonts/Montserrat-ExtraLight.ttf);
}

@font-face {
  font-family: Montserrat-Italic;
  src: url(../fonts/Montserrat-Italic.ttf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-Thin;
  src: url(../fonts/Montserrat-Thin.ttf);
}
:root {
  --primary-color: #2b81e4;
  --secondary-color: #eee;
  --white-color: #fff;
  --grey-color: #555;
  --light-grey-color: #777;
}

body {
  position: relative;
  height: 100%;
  font-family: 'NunitoSans-Regular', sans-serif;
    background: black;
  
  
}


body a {
  outline: none;
  letter-spacing: 0;
  text-decoration: none;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  font-family: 'NunitoSans-Regular', sans-serif;
}

body p {
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #202020;
  margin-bottom: 20px;
}

.menu-wrap {
  background: black;
  opacity: 0.9;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  border-bottom: 5px double #d8c964;

  
}

.onama {
  background: black;
  opacity: 0.7;

  position: absolute;
  top: 25rem;
  left: 0;
  width:30%;
  z-index: 8888;
  
  border-bottom: 5px double #d8c964;
  border-top: 5px double #d8c964;
  border-right: 5px double #d8c964;
}
.onama h1 {
  text-align: center;
  font-size: 6rem;
  color: #d8c964;
}

.menu-wrap .menu {
  padding-left: 0;
  padding-right: 0;
}

.menu-wrap .menu .navbar .navbar-brand img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu-wrap .menu .navbar .navbar-brand.scrolled img {
  max-height: 60px;
}

.menu-wrap .menu .navbar .nav-item {
  padding-left: 0;
  padding-right: 0;
}

.menu-wrap .menu .navbar .nav-item .nav-link {
  font-family:'NunitoSans-Regular', sans-serif;
  font-size: 11px;
  color: #d8c964;
  text-transform: uppercase;
  

  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.menu-wrap .menu .navbar .nav-item .nav-link:hover {
  border-bottom: 5px solid #d8c964;

  color: #d8c964;
}

.menu-wrap .menu .navbar .small-lang {
  display: none;
}

.menu-wrap .menu .navbar .lang {
  margin-left: 30px;
  border-left: 2px solid #d8c964;
  
}


.menu-wrap .menu .navbar .lang .nav-link:hover {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.menu-wrap .menu .navbar .lang .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
}

.menu-wrap .menu .navbar .dropdown-menu {
  padding: 0;
  border: none;
  background: black;
  border-radius: 0;
}

.menu-wrap .menu .navbar .dropdown-menu .dropdown-item {
  padding: 0;
}

.menu-wrap .menu .navbar .dropdown-menu .dropdown-item:hover {
  background: #d8c964;
  color:black;
}

.menu-wrap .menu .navbar .dropdown-menu .dropdown-item a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #d8c964;
  border-bottom: 1px solid #d8c964;
}
.brstan {
  visibility: hidden;
}
.menu-wrap .menu .navbar .dropdown-menu .dropdown-item a:hover {
  color: #000;
  background: #d8c964;
}

.slider-wrap {
  padding: 0;
}

.form-title {
  background: black;
  opacity: 0.8;
  width: 350px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-family: 'NunitoSans-Regular', sans-serif;
  
  border: 3px double #d8c964;
}
.ime {
  color: #d8c964;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 8%;
}
.detaljnooo {
padding: 15px;
text-align: center;
}
.detaljno {
  background: black;
  text-decoration: none;
  border: 2px solid #d8c964;
  border-radius: 30px;
  height: 3rem;
  color: #d8c964;
  width: 100%;
  cursor: pointer;
}
.blogg {
  padding-top: 10rem;
  background-image: url("../images/pozadina.jpg");
  font-family: 'NunitoSans-Regular', sans-serif;
  background-size: cover;
}
.bloggg {
  padding-top: 1rem;
  background-image: url("../images/pozadina.jpg");
  font-family: 'NunitoSans-Regular', sans-serif;
  background-size: cover;
}
#blog{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #d8c964;
  align-items: center;
  padding: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-heading{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.blog-heading span{
  color: #d8c964;
  font-size: large;
}
.blog-heading h3{
  font-size: 3rem;
  color: #d8c964;
  font-weight: 600;
}
.blog-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  flex-wrap: wrap;
}

.blog-box{
  width:350px;
  background-color: black;
  opacity: 0.7;
  border: 2px double #d8c964;
  color: #d8c964;
  margin: 20px 20px;

}

.dodaj {
  text-align: right;
  align-items: right;
  padding-right: 1rem;
}
.dodaj button {
  background: black;
  opacity: 0.7;
  border: 5px double #d8c964;
  color: #d8c964;
}
.blog-img{
  width:100%;
  height: auto;
  border:2px solid #d8c964
}
.blog-img img{
  width:100%;
  height: 10rem;
  object-fit: cover;
  object-position: center;
}
.blog-text{
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.blog-text span{
  color: #d8c964;
  font-size: 0.9rem;
}
.blog-text .blog-title{
  font-size: 1.3rem;
  font-weight: 500;
  color: #d8c964;
}
.blog-text p{
  color: #d8c964;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0px;
}
.blog-text a{
  color: #d8c964;
}
.blog-text a:hover{
  color: #d8c964;
  font-size: large;
  transition: all ease 0.3s;
}


@media(max-width:1250px){
  .blogg {
    padding-top: 2rem;
  }

  .blog-box{
      width: 300px;
  }
} 
@media(max-width:1100px){
  .blogg {
    padding-top: 2rem;
  }
  .blog-box{
      width:70%;
  }
  .blog-heading h3 {
    font-size: 2rem;
  }
}

@media(max-width:550px){
 .blogg {
   padding-top: 2rem;
 }
  .blog-box{
      margin: 20px 10px;
      width: 100%;
  }
  #blog{
      padding:20px;
  }
  .blog-heading h3 {
    font-size: 2rem;
  }
}


.detaljno:hover {
  background: #d8c964;
  color: #000;
  border: 2px solid black
}
.form-title h3 {
  text-align: center;
  color: #d8c964;
  font-size: 19px;
  font-weight: bold;
  font-family: 'NunitoSans-Regular', sans-serif;
}

.form-title h3 .open-small-form {
  display: none;
}

.form-title h3 .open-small-form i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.form-title h3 .open-small-form.rotate i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
    
  z-index: 50;
}

.form-fields-wrap {
  padding-top: 10px;
  padding-bottom: 25px;
  background: black;
  opacity: 0.8;
  
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  border: 2px double #d8c964;
  overflow: hidden;
}

.form-fields-wrap .form-field {
  float: left;
  width: 19%;
  margin-right: 1.2%;
}

.form-fields-wrap .form-field:last-child {
  margin-right: 0;
}

.form-fields-wrap .form-field input,
.form-fields-wrap .form-field select {
  width: 100%;
  height: 40px;
  background: black;
  border: 2px solid #d8c964;
  color: #d8c964;
  outline: none;
  padding-left: 10px;
}

.form-fields-wrap .form-field label {
  display: block;
  color: #d8c964;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
}

.form-fields-wrap .form-field .half {
  float: left;
  width: 42%;
}

.form-fields-wrap .form-field .half-btn {
  width: 49%;
  margin-right: 2%;
}
.dugmee {
  background: black;
  width: 100%;
  height: 10rem;
  
  text-align: center;
}
.dugmee4 {
  background: black;
  width: 100%;
  height: 5rem;
  border-top: 5px double #d8c964;
  text-align: center;
  align-items: center;
  padding-top: 10px;
  
}
.dugmee4 img {
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
  margin-top: 10px;
  
}
.dugmeee4 {
  background: black;
  width: 100%;
  height: 5rem;
  border-top: 5px double #d8c964;
  text-align: center;
  align-items: center;
  padding-top: 10px;
  
}
.dugmeee4 img {
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
  margin-top: 2rem;
  
}
.dugmee3 {
  background: black;
  width: 100%;
  height:3rem;
  border-bottom: 5px double #d8c964;
  border-top: 5px double #d8c964;
  text-align: center;
}
.dugmee1 {
  background: black;
  
  width: 100%;
  height: 4rem;
  padding-bottom:5rem;
  
  
  text-align: center;
  
}
.dugmee1 h1 {
  color: #d8c964;
  padding-top:1rem;
  margin-bottom: 30px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
  
}


.dugmee2 {
  background: black;
  width: 100%;
  height: 8rem;
  padding-bottom:5rem;
  
  
  text-align: center;
  
}
.dugmee2 h1 {
  color: #d8c964;
  margin-top: 10px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
}
.dugmeee2 {
  background: black;
  width: 100%;
  height: 8rem;
  padding-top: 2rem;
  
  
  text-align: center;
  
}
.dugmeee2 h1 {
  color: #d8c964;
  margin-top: 10px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
}
.dugme a {
  text-decoration: none;
  outline: none;
  font-family: 'NunitoSans-Regular', sans-serif;
}

.blogslika {
  text-align: left;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
}
.blogslika img {
  width: 50%;
  height: 5rem;
}


.prostor {
  display: flex;
  margin-left:14%;
  
}
.tekst {
  resize: none;
  margin-left: 2rem;
  height: 2rem;
  padding-left: 5px;
  width:36rem ;
  background-color: black;
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
 
  border: 2px solid #d8c964;
  border-radius: 30px;
  overflow: hidden;
  
  
}
.multipleSelection {
  width:30rem;
  font-family: 'NunitoSans-Regular', sans-serif;
  
  margin-bottom: 30px;
  background-color: black;
  color: #d8c964;
  
 
  /*border: 2px solid #d8c964;
  border-radius: 30px;*/
}

.selectBox {
  position: relative;
  font-family: 'NunitoSans-Regular', sans-serif;
  
  background-color: black;
  color: #d8c964;
 
  /*border: 2px solid #d8c964;
  border-radius: 30px;  */
  text-align: center;
 
}

.selectBox select {
  width: 100%;
  text-align: center;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
  background-color: black;
  color: #d8c964;
  height: 2rem;
 
  border: 2px solid #d8c964;
  border-radius: 30px;
  
  
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: 'NunitoSans-Regular', sans-serif;
  text-align: center;
}

#checkBoxes {
  display: none;
  
}

#checkBoxes label {
  display: block;
  margin-left: 20px;
  font-family: 'NunitoSans-Regular', sans-serif;
  accent-color:#d8c964;
  
}

#checkBoxes label:hover {
  color: #d8c964;
}
#checkBoxes1 {
  display: none;
  
}
#checkBoxes2 {
  display: none;
  
}
#checkBoxes3 {
  display: none;
  
}
#checkBoxes4 {
  display: none;
  
}



#checkBoxes1 label {
  display: block;
  margin-left: 20px;
  font-family: 'NunitoSans-Regular', sans-serif;
  accent-color:#d8c964;
}

#checkBoxes1 label:hover {
  color: #d8c964;
}
#checkBoxes2 label {
  display: block;
  margin-left: 20px;
  accent-color:#d8c964;
}

#checkBoxes2 label:hover {
  color: #d8c964;
}
#checkBoxes3 label {
  display: block;
  font-family: 'NunitoSans-Regular', sans-serif;
  margin-left: 20px;
  accent-color:#d8c964;
}

#checkBoxes3 label:hover {
  color: #d8c964;
}
#checkBoxes4 label {
  display: block;
  margin-left: 20px;
  accent-color:#d8c964;
}

#checkBoxes4 label:hover {
  color: #d8c964;
}
input[type="range"] {
  -webkit-appearance: none;
  border-radius: 5px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #d8c964;
  background: #d8c964;
  -webkit-appearance: none;
}


.wrapper{
  max-width: 500px;
  width: 100%;
  background: #fff;
  margin: 20px auto;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
  padding: 30px;
}

.wrapper .title{
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fec107;
  text-transform: uppercase;
  text-align: center;
}

.wrapper .form{
  width: 100%;
}

.wrapper .form .inputfield{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-family: 'NunitoSans-Regular', sans-serif;
}

.wrapper .form .inputfield label{
   width: 200px;
   color: #757575;
   font-family: 'NunitoSans-Regular', sans-serif;
   margin-right: 10px;
  font-size: 14px;
}

.wrapper .form .inputfield .input,
.wrapper .form .inputfield .textarea{
  width: 100%;
  outline: none;
  border: 1px solid #d5dbd9;
  font-size: 15px;
  font-family: 'NunitoSans-Regular', sans-serif;
  padding: 8px 10px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.wrapper .form .inputfield .textarea{
  width: 80%;
  height: 125px;
  font-family: 'NunitoSans-Regular', sans-serif;
  resize: none;
}

.wrapper .form .inputfield .custom_select{
  position: relative;
  width: 100%;
  height: 37px;
}

.wrapper .form .inputfield .custom_select:before{
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  border: 8px solid;
  border-color: #d5dbd9 transparent transparent transparent;
  pointer-events: none;
}

.wrapper .form .inputfield .custom_select select{
  -webkit-appearance: none;
  -moz-appearance:   none;
  appearance:        none;
  outline: none;
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #d5dbd9;
  border-radius: 3px;
}


.wrapper .form .inputfield .input:focus,
.wrapper .form .inputfield .textarea:focus,
.wrapper .form .inputfield .custom_select select:focus{
  border: 1px solid #fec107;
}

.wrapper .form .inputfield p{
   font-size: 14px;
   font-family: 'NunitoSans-Regular', sans-serif;
   color: #757575;
}
.wrapper .form .inputfield .check{
  width: 15px;
  height: 15px;
  position: relative;
  font-family: 'NunitoSans-Regular', sans-serif;
  display: block;
  cursor: pointer;
}
.wrapper .form .inputfield .check input[type="checkbox"]{
  position: absolute;
  font-family: 'NunitoSans-Regular', sans-serif;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .form .inputfield .check .checkmark{
  width: 15px;
  height: 15px;
  border: 1px solid #fec107;
  font-family: 'NunitoSans-Regular', sans-serif;
  display: block;
  position: relative;
}
.wrapper .form .inputfield .check .checkmark:before{
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 5px;
  height: 2px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: none;
}
.wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark{
  background: #fec107;
}

.wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark:before{
  display: block;
}

.wrapper .form .inputfield .btn{
  width: 100%;
   padding: 8px 10px;
   font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 15px; 
  border: 0px;
  background:  #fec107;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
}

.wrapper .form .inputfield .btn:hover{
  background: #ffd658;
}

.wrapper .form .inputfield:last-child{
  margin-bottom: 0;
}

@media (max-width:420px) {
  .wrapper .form .inputfield{
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapper .form .inputfield label{
    margin-bottom: 5px;
  }
  .wrapper .form .inputfield.terms{
    flex-direction: row;
  }
}

input[type="range"]::-moz-range-progress {
  background: #d8c964;
}

.value {
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  border: 1px solid #d8c964;
  border-radius: 5px;

}

.value1 {
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  border: 1px solid #d8c964;
  border-radius: 5px;
}
.value2 {
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  border: 1px solid #d8c964;
  border-radius: 5px;
}
.value3 {
  color: #d8c964;
  border: 1px solid #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  border-radius: 5px;
}

.form-fields-wrap .form-field .half-btn:last-child {
  margin-right: 0;
}

.borderi {

  background: black;
  border:2px solid #d8c964;
  opacity: 0.7;
  
  margin-left: 10rem;
  margin-right: 5rem;
  align-items: center;
  text-align: justify;
  
  
  

  font-family: 'NunitoSans-Regular', sans-serif;
  

  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  
  letter-spacing: 2px;
}
.borderii {

  background: black;
  border:2px solid #d8c964;
  opacity: 0.7;
  
  margin-left: 10rem;
  margin-right: 5rem;
  align-items: center;
  text-align: justify;
  
  
  

  font-family: 'NunitoSans-Regular', sans-serif;
  

  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  
  letter-spacing: 2px;
}
.borderii p {
  color: #d8c964;
}
.borderii h1 {
  text-align: center;
  color: #d8c964;
}
.borderi p {
  color: #d8c964;
}
input[type=file]::file-selector-button {
  border: 2px solid #d8c964;
  color: #d8c964;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: transparent;
  transition: 1s;
  margin-left:3rem;
  
}

.form-fields-wrap .form-field .separator {
  float: left;
  width: 16%;
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 20px;
  text-align: center;
}

.form-fields-wrap .form-field button {
  width: 100%;
  height: 40px;
  border: none;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
  outline: none;
  font-size: 14px;
  background: black;
  color: #d8c964;
  border: 2px double #d8c964;
  
  margin-top: 39px;
  cursor: pointer;
}

.form-fields-wrap .form-field .form-sbmt {
  color: #d8c964;
  background: black;
  font-weight: bold;
}

.form-fields-wrap .form-field .form-sbmt:hover {
  background: #191717;
}

.form-fields-wrap .form-field .form-reset {
  color: #d8c964;
  background: black;
  border: 2px double #d8c964;
}
.ograda {
  background: black;
}

.form-fields-wrap .form-field .form-reset:hover {
  background: #191717;
}
.kompleks {
  visibility: hidden;
}

.inner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'NunitoSans-Regular', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.inner-title h1 {
  font-size: 40px;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #fff;
}

.user-actions-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
}

.user-actions-wrap h2 {
  display: flex;
  align-items: center;
  color: #d8c964;
  text-decoration: underline;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 30px;
}

.user-actions-wrap img {
  max-height: 60px;
  margin-right: 15px;
}

.user-actions-wrap .user-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #d8c967;
  text-decoration: none;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 18px;
}

.user-actions-wrap .user-actions a {
  color: #d8c967;
  text-decoration: none;
  font-family: 'NunitoSans-Regular', sans-serif;
  padding-right: 15px;
  margin-right: 15px;
  font-weight: bold;
}
.user-actions-wrap .user-actions li {
  list-style-type: none;
}

.user-actions-wrap .user-actions .price-up,
.user-actions-wrap .user-actions .price-down {
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  top: 5px;
}


.user-actions-wrap .user-actions .price-up i,
.user-actions-wrap .user-actions .price-down i {
  font-size: 38px;
}
.pozadi {
  background-image: url("../images/pozadina.jpg");
  font-family: 'NunitoSans-Regular', sans-serif;
  background-size: cover;
  
}
.pozadi1 {
  background-image: url("../images/pozadina.jpg");
  background-size: cover;
  font-family: 'NunitoSans-Regular', sans-serif;
  
}

.okolis {
  padding-top: 20rem;
  height: 70rem;
  background-image: url("../../theme/images/pozadina.jpg");
  background-size: cover;
}
.okolis h1 {
  text-align: center;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-size: 70px;
}

.properties-wrapper {
  position: relative;
  font-family: 'NunitoSans-Regular', sans-serif;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 40px;
  
  
  
  border-top: 6px double #d8c964;
  border-bottom: 6px double #d8c964;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
}

.property-item-wrap {
  margin-bottom: 30px;
  font-family: 'NunitoSans-Regular', sans-serif;
}
.user-actions ul {
  text-decoration: none;
  font-family: 'NunitoSans-Regular', sans-serif;
}

.user-actions .lang {
  margin-left: 0px;
  font-family: 'NunitoSans-Regular', sans-serif;

  text-decoration: none;
}

.user-actions .lang .nav-link:hover {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.user-actions .lang .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.user-actions .dropdown-menu {
  padding: 0;
  border: none;
  background: black;
  border-radius: 0;
  text-decoration: none;
  font-family: 'NunitoSans-Regular', sans-serif;
  border: 2px solid #d8c964;
}

.user-actions.dropdown-menu .dropdown-item {
  padding: 0;
}

.user-actions .dropdown-menu .dropdown-item:hover {
  background: #d8c964;
  color: #000000;
}
.wrapper {
  
  overflow: hidden;
}

.slides-container {
  
  transition: 900ms cubic-bezier(0.48, 0.15, 0.18, 1);
  position: relative;
}



.next-btn,
.prev-btn {
  background: none;
  padding: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-family: 'NunitoSans-Regular', sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  z-index: 100;
  cursor: pointer;
  transition: 400ms;
}



.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

/* Navigation Dots */

.navigation-dots {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}

.single-dot {
  background: #333;
  height: 16px;
  width: 16px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  transition: 400ms;
}

.single-dot.active {
  background: #eee;
}


.user-actions.dropdown-menu .dropdown-item a {
  display: block;
  padding: 10px;
  font-size: 50px;
  font-family: 'NunitoSans-Regular', sans-serif;

  text-align: center;
  text-decoration: none;
  color: black;
  border-bottom: 3px solid black;
}

.user-actions.dropdown-menu .dropdown-item a:hover {
  color: black;
}

.property-item-wrap .prop-img-wrap {
  position: relative;
  height: 169px;
  overflow: hidden;
  border: 5px double #d8c964;
  font-family: 'Montserrat', sans-serif;
  border-radius: 20px;
}

.property-item-wrap .prop-img-wrap .img-fluid {
  min-width: 100%;
}

.property-item-wrap .prop-img-wrap .img-fluid:hover {
  opacity: 0.8;
  
  
}

.property-item-wrap .prop-img-wrap .like {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'NunitoSans-Regular', sans-serif;
  cursor: pointer;
}

.property-item-wrap .prop-img-wrap .like i {
  color: #fff;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 30px;
}

.property-item-wrap .prop-img-wrap input {
  display: none;
  font-family: 'NunitoSans-Regular', sans-serif;
}

.property-item-wrap .prop-img-wrap .like.active i {
  color: red;
}

.property-item-wrap .prop-img-wrap .rent-sale {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 10px 15px 10px 15px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  color: #3a3a3a;
  
  font-weight: bold;
}

.property-item-wrap .prop-img-wrap .rent-sale.rent {
  background: black;
  color: #d8c964;
  border: 3px solid #d8c964;
  border-radius: 20px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
}

.property-item-wrap .prop-img-wrap .rent-sale.sale {
  background: #d8c964;
  border: 3px solid black;
  border-radius: 20px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
}

.property-item-wrap .prop-img-wrap .rent-sale.sold {
  background: #d8c964;
  color: #fff;
  font-family: 'NunitoSans-Regular', sans-serif;
  border: 2px solid black;
  border-radius: 20px;
  font-weight: bold;
}

.property-item-wrap .prop-img-wrap .prop-amenities {
  position: absolute;
  bottom: 0;
  font-family: 'NunitoSans-Regular', sans-serif;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px;
}

.spolja {
  height: 140vh;
  font-family: 'NunitoSans-Regular', sans-serif;
}
.slika {
  text-align: center;
  margin-top:3%;
  margin-bottom: 10%;
  
}
.slika1 {
  text-align: center;
  margin-top:3%;
  margin-bottom: 10%;
}
.slika2 {
  text-align: center;
  align-items: center;
  margin-top:3%;
  margin-bottom: 10%;
 
}
.naslovbloga {
  text-align: center;
  width: 100%;
  
}

.datumbloga {
  padding-top: 3rem;
  text-align: right;
}
.datumbloga h2 {
  font-size: 24px;
}
.temabloga {
  text-align: right;
}
.temabloga h2 {
  font-size: 24px;
}
.autorbloga {
  text-align: right;
  margin-top: 1.5rem;
  
}
.autorbloga h2 {
  font-size: 24px;
}

.tekstbloga {
  width:100%;
  align-items: center;
  margin-top: 4rem;
  text-align: justify;
  border: 5px double #d8c964;
  padding: 2rem;
}
.tekstonama {
  width:100%;
  align-items: center;
  
  text-align: justify;
  
  padding: 2rem;
}
.slika2 img {
  width: 80%;
  height: 30rem;
  border: 1px solid #d8c964;
}
.podaci {
  text-align: center;
  align-items: center;
  margin-left: 2rem;
  width: 100%;
  
}

.unutrasnjost {
  max-width: 750px;
  color: #d8c964;
  position: relative;
  background: black;
  display: block;
  margin-top: 70%;
  bottom: 20px;
  left: 50%;

  font-family: 'NunitoSans-Regular', sans-serif;
  transform: translate(-50%, -50%);

  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: justify;
  letter-spacing: 2px;
  border: 5px double #d8c964;
  border-radius: 20px;
}
.unutrasnjost h1 {
  font-size: 45px;
  text-align: center;
  padding-bottom: 30px;
  font-family: 'NunitoSans-Regular', sans-serif;
}
.unutrasnjost p {
  margin: 10px;
  font-size: 18px;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}

.property-item-wrap .prop-img-wrap .prop-amenities span {
  margin-right: 10px;
  color: #fff;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 14px;
}

.property-item-wrap .prop-img-wrap .prop-amenities span img {
  margin-right: 4px;
}

.property-item-wrap .prop-img-wrap .prop-amenities span:last-child {
  margin-right: 0;
}

.property-item-wrap .prop-info-wrap {
  background: black;
  border: 4px double #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.75);
}

.property-item-wrap .prop-info-wrap h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'NunitoSans-Regular', sans-serif;
  text-align: center;
  font-size: 12px;
  
  min-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  min-height: 55px;
}

.property-item-wrap .prop-info-wrap h4 a {
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  text-decoration: none;
}

.property-item-wrap .prop-info-wrap h3 {
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-size: 18px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.property-item-wrap .prop-info-wrap .price-readmore-wrap {
  position: relative;
  overflow: hidden;
  font-family: 'NunitoSans-Regular', sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.property-item-wrap .prop-info-wrap .price-readmore-wrap .price-readmore {
  width: 49%;
  margin-right: 2px;
  float: left;
}

.property-item-wrap
  .prop-info-wrap
  .price-readmore-wrap
  .price-readmore:last-child {
  margin-right: 0;
}

.property-item-wrap .prop-info-wrap .price-readmore-wrap .price-readmore span,
.property-item-wrap .prop-info-wrap .price-readmore-wrap .price-readmore a {
  display: flex;
  height: 43px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  color: #3e3e3e;
  font-family: 'NunitoSans-Regular', sans-serif;
  text-decoration: none;
  font-weight: bold;
}

.property-item-wrap .prop-info-wrap .price-readmore-wrap .price-readmore span {
  background: black;
  border: 2px solid #d8c964;
  border-radius: 15px;
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
}

.property-item-wrap .prop-info-wrap .price-readmore-wrap .price-readmore a {
  background: black;
  border: 2px solid #d8c964;
  border-radius: 15px;
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: bold;
}

.checkboxes1 {
  columns: 4 6em;
  text-decoration: none;

margin-top: 5%;
margin-bottom: 20%;
}
.checkboxes1 li {
  
  text-decoration: none;
  list-style-type: none;



}


.ogradjeno {
  font-family: 'NunitoSans-Regular', sans-serif;
  padding-top: 6rem;
  background-image: url("../images/pozadina.jpg");
  font-family: 'NunitoSans-Regular', sans-serif;
  background-size: cover;
}

.omotac{
  background:url(../../pozadina.jpg);
  background-size: cover;
  
  
  padding-top:10rem;
  box-sizing: border-box;
  font-family: 'NunitoSans-Regular', sans-serif;
  padding-bottom: 5rem;
}
.omotac1{
  background:url(../../pozadina.jpg);
  background-size: cover;
  padding-top:3rem ;
  
  
  
  box-sizing: border-box;
  font-family: 'NunitoSans-Regular', sans-serif;
  
}
.omotac1 p {

  text-align: center;
  
  font-family: 'NunitoSans-Regular', sans-serif;

  margin-top: 2rem;
  color:#d8c964;
}
.omotac p {

  text-align: center;
  
  color:#d8c964;
}
.wrapper1{
  max-width: 900px;
  width: 100%;
  background: #000;
  top:50rem ;
  opacity: 0.9;
  color:#d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  margin: 20px auto;
  border: 7px solid #d8c964;
  border-radius: 20px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.125);
  padding: 30px;
}

.wrapper1 .title1{
  font-size: 24px;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  color: #d8c964;
  text-transform: uppercase;
  text-align: center;
}

.wrapper1 .form1{
  width: 100%;
  font-family: 'NunitoSans-Regular', sans-serif;
}

.wrapper1 .form1 .inputfield1{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-family: 'NunitoSans-Regular', sans-serif;
}

.wrapper1 .form1 .inputfield1 label{
   width: 200px;
   color: #d8c964;
   margin-right: 10px;
  font-size: 14px;
}

.wrapper1 .form1 .inputfield1 .input1,
.wrapper1 .form1 .inputfield1 .textarea1{
  width: 100%;
  outline: none;
  border: 1px solid #d8c964;
  font-size: 15px;
  padding: 8px 10px;
  border-radius: 3px;
  font-family: 'NunitoSans-Regular', sans-serif;
  transition: all 0.3s ease;
  background: black;
  color: #d8c964;
}

.wrapper1 .form1 .inputfield1 .textarea1{
  width: 100%;
  height: 125px;
  font-family: 'NunitoSans-Regular', sans-serif;
  resize: none;
}
.inputfiled1 {
  background: #000;
}

.wrapper1 .form1 .inputfield1 .custom_select1{
  position: relative;
  width: 100%;
  height: 37px;
  font-family: 'NunitoSans-Regular', sans-serif;
  background: black;
  color: #d8c964;
}

.wrapper1 .form1 .inputfield1 .custom_select1:before{
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  border: 8px solid;
  
  border-color: #d5dbd9 transparent transparent transparent;
  pointer-events: none;
  
}

.wrapper1 .form1 .inputfield1 .custom_select1 select{
  -webkit-appearance: none;
  -moz-appearance:   none;
  appearance:        none;
  outline: none;
  width: 100%;
  height: 100%;
  background: #000;
  color: #d8c964;
  border: 1px solid #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  padding: 8px 10px;
  font-size: 15px;
  
  border-radius: 3px;
}


.wrapper1 .form1 .inputfield1 .input1:focus,
.wrapper1 .form1 .inputfield1 .textarea1:focus,
.wrapper1 .form1 .inputfield1 .custom_select1 select:focus{
  border: 1px solid #fec107;
}

.wrapper1 .form1 .inputfield1 p{
  font-family: 'NunitoSans-Regular', sans-serif;
   font-size: 14px;
   color: #d8c964;
}
.wrapper1 .form1 .inputfield1 .check1{
  width: 15px;
  height: 15px;
  position: relative;
  font-family: 'NunitoSans-Regular', sans-serif;
  display: block;
  cursor: pointer;
}
.wrapper1 .form1 .inputfield1 .check1 input[type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper1 .form1 .inputfield1 .check1 .checkmark1{
  width: 15px;
  font-family: 'NunitoSans-Regular', sans-serif;

  height: 15px;
  border: 1px solid #d8c964;
  display: block;
  position: relative;
}
.wrapper1 .form1 .inputfield1 .check1 .checkmark1:before{
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 5px;
  font-family: 'NunitoSans-Regular', sans-serif;

  height: 2px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: none;
}
.wrapper1 .form1 .inputfield1 .check1 input[type="checkbox"]:checked ~ .checkmark1{
  background: #d8c964;
}

.wrapper1 .form1 .inputfield1 .check1 input[type="checkbox"]:checked ~ .checkmark1:before{
  display: block;
}

.wrapper1 .form1 .inputfield1 .btn1{
  width: 100%;
   padding: 8px 10px;
  font-size: 15px; 
  border: 0px;
  background:  #000;
  border: 3px solid #d8c964;
  border-radius: 20px;
  font-family: 'NunitoSans-Regular', sans-serif;

  color: #d8c964;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
}

.wrapper1 .form1 .inputfield1 .btn1:hover{
  background: #d8c964;
  color: #000;
}

.wrapper1 .form1 .inputfield1:last-child{
  margin-bottom: 0;
}





.property-item-wrap
  .prop-info-wrap
  .price-readmore-wrap
  .price-readmore
  a:hover {
  background: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;

  color: #000;
  border: 3px solid white;
}

.pagination1{
  text-align: center;
  margin: 30px 30px 60px;
  user-select: none;
}

.pagination1 li{
  display: inline-block;
  margin: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.pagination1 li a{
  
  text-decoration: none;
  font-size: 1.2em;
  line-height: 45px;
}

.previous-page1, .next-page1{
  background: black;
  border: 2px solid #d8c964;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.3s ease;
}

.previous-page1:hover{
  transform: translateX(-5px);
}

.next-page1:hover{
  transform: translateX(5px);
}

.current-page1, .dots1{
  background: black;
  border: 2px solid #d8c964;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.active1{
  background: #d8c964;
  border: 2px solid black;
}
.active1 a {
  color: #000;
}
.disable1{
  background: black;
}
      
      



.property-locations-wrap {
  padding: 0;
}

#locations-map {
  height: 660px;
}

.front-about-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../images/1.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'NunitoSans-Regular', sans-serif;

  text-align: center;
  
  background-attachment: fixed;
}

.front-about-wrap h2 {
  margin-bottom: 40px;
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;

  font-size: 36px;
}


.front-about-wrap .container p {
  color: #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  align-items: center;
  text-align: justify;
}
.front-about-wrap img {
  margin-top: 40px;
}

.mapContentWrap .firstHeading {
  background: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'NunitoSans-Regular', sans-serif;

  font-size: 15px;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.mapContentWrap .firstHeading a {
  color: #fff;
  text-decoration: none;
}

.mapContentWrap img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
}

.map-price-readmore {
  position: relative;
  font-family: 'NunitoSans-Regular', sans-serif;

  overflow: hidden;
}

.map-price-readmore span {
  display: flex;
  height: 43px;
  width: 50%;
  float: left;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  color: #3e3e3e;
  font-family: 'NunitoSans-Regular', sans-serif;
  
  text-decoration: none;
}

.map-price-readmore .map-price {
  background: #3a3a3a;
  font-family: 'NunitoSans-Regular', sans-serif;

  color: #fff;
}

.map-price-readmore .map-readmore {
  background: #d8c964;
  color: #3a3a3a;
}

.map-price-readmore .map-readmore a {
  text-decoration: none;
  color: #3a3a3a;
  font-family: 'NunitoSans-Regular', sans-serif;

}

.inner-user-actions-wrap {
  border-bottom: 6px solid #d8c964;
  margin-bottom: 40px;
}

#sync1 {
  border: 4px solid #d8c964;
  margin-bottom: 8px;
  -webkit-box-shadow: 6px -5px 17px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 6px -5px 17px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 6px -5px 17px 0px rgba(0, 0, 0, 0.34);
  position: relative;
}

#sync2 {
  padding-left: 35px;
  padding-right: 35px;
}

#sync2 .owl-nav {
  margin: 0;
  padding: 0;
}

#sync2 .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 28px;
  background: url("../images/owl-prev.png") no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
}

#sync2 .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 28px;
  background: url("../images/owl-next.png") no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
}

.detail-wrap {
  margin-bottom: 40px;
  font-family: 'NunitoSans-Regular', sans-serif;

}

.detail-infos {
  -webkit-box-shadow: 6px -5px 17px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 6px -5px 17px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 6px -5px 17px 0px rgba(0, 0, 0, 0.34);
  border: 1px solid #d8c964;
}

.detail-infos .col-6 {
  border: 1px solid #d8c964;
  font-size: 40px;
  color: #2a2a2a;
  display: flex;
  align-items: center;
}

.detail-infos .row:nth-child(2n + 2) {
  background: #f3f3f3;
}

.detail-section {
  margin-bottom: 40px;
}

.detail-section p {
  margin-bottom: 0;
  font-family:'NunitoSans-Regular', sans-serif;
}

.detail-section-title {
  background: #d8c964;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2a2a2a;
  font-family:'NunitoSans-Regular', sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.detail-section-content {
  padding: 15px;
  font-family:'NunitoSans-Regular', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #2a2a2a;
  border: 2px solid #d8c964;
}

.detail-section-content img {
  margin-right: 5px;
  max-height: 15px;
}
.stories {
  padding: 10rem 0;
  position: relative;
  font-family:'NunitoSans-Regular', sans-serif;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.bg-video {
  width: 100%;
  object-fit: cover;
}

.stories-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family:'NunitoSans-Regular', sans-serif;
  margin-bottom: 5rem;
}
.popular-tours-heading {
  font-family:'NunitoSans-Regular', sans-serif;
  text-align: center;
  color: #d8c964;
}

.story-bg {
  background-color: black;
  font-family:'NunitoSans-Regular', sans-serif;
  text-align: justify;
  width: 50%;
  box-shadow: 0 2rem 5rem rgba(51, 51, 51, 0.4);
  transform: skewX(0deg);
  border: 5px double #d8c964;
}

.story {
  transform: skewX(0deg);
  display: flex;
}

.story-image {
  width: 13rem;
  height: 12.4rem;
  transform: skew(0deg);
  object-fit: cover;
  border-right: 5px double #d8c964;
  margin-right: 15%;
}
.story-image1 {
  width: 13rem;
  height: 15.3rem;
  transform: skew(0deg);
  object-fit: cover;
  border-right: 5px double #d8c964;
  margin-right: 15%;
}

.story-text {
  letter-spacing: 0.1rem;
}

.story-heading {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family:'NunitoSans-Regular', sans-serif;
  text-align: center;
  color: #d8c964;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.story-paragraph {
  font-family:'NunitoSans-Regular', sans-serif;
  font-size:1.8rem;
  color: #d8c964;
  text-align: center;
  display: flex;
  
}
.story-paragraph img {
  margin-right:0.5rem;
  height: 1.9rem;
}



.detail-section-content .amt-item {
  display: flex;
  align-items: center;
}

.det-price-contact {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  font-family:'NunitoSans-Regular', sans-serif;

  padding-top: 15px;
}

.det-price-contact .det-price {
  display: flex;
  margin-left: 10px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #3e3e3e;
  font-size: 18px;
  font-family:'NunitoSans-Regular', sans-serif;

  padding-left: 10px;
  padding-right: 10px;
}

.det-price-contact .price {
  background: #fff;
  border: 2px solid #000000;
}

.det-price-contact .readmore {
  background: #d8c964;
  text-decoration: none;
  font-family:'NunitoSans-Regular', sans-serif;

}

.det-price-contact .readmore:hover {
  background: #d8c964;
}

.similar-wrap {
  background: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.similar-wrap h2 {
  margin-bottom: 40px;
  font-family:'NunitoSans-Regular', sans-serif;

}

.similar-wrap h2 span {
  font-family:'NunitoSans-Regular', sans-serif;

}

.similar-wrap .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.similar-wrap .owl-carousel .owl-item .img-fluid {
  width: 100%;
  display: block;
}

.similar-wrap #similar-slider {
  padding-left: 35px;
  padding-right: 35px;
}

.similar-wrap #similar-slider .owl-nav {
  margin: 0;
  padding: 0;
}

.similar-wrap #similar-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 28px;
  background: url("../images/owl-prev.png") no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
}

.similar-wrap #similar-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 28px;
  background: url("../images/owl-next.png") no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
}

.similar-wrap #similar-slider .property-item-wrap {
  margin-bottom: 0;
}

.detail-map-wrap {
  padding: 0;
  border-bottom: 6px solid#d8c964;
}

.detail-map-wrap #detail-map {
  height: 440px;
}

.about-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-section .about-part {
  display: flex;
  align-items: center;
}

.about-section-fluid {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/about-fluid.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.about-section-fluid p {
  color: #d8c964;
  font-family:'NunitoSans-Regular', sans-serif;

  text-align: center;
  
}

.about-section-fluid p:last-child {
  margin-bottom: 0;
}

#contact-map {
  height: 600px;
}

.foot-wrap.contact-main-wrap {
  padding-bottom: 80px;
  background: transparent;
  background-color: transparent;
}

.foot-wrap.contact-main-wrap h2 {
  color: #828081;
}

.foot-wrap.contact-main-wrap .foot-left p {
  color: #828081;
}

.foot-wrap.contact-main-wrap .foot-left p a {
  color: #828081;
}

.foot-wrap.contact-main-wrap h3 {
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 24px;
  color: #828081;
  margin-bottom: 20px;
}

.foot-wrap.contact-main-wrap .footer-soc a {
  background: #d8c964;
}

.foot-wrap.contact-main-wrap .footer-soc a i {
  color: #d8c964;
}

.foot-wrap.contact-main-wrap input,
.foot-wrap.contact-main-wrap textarea {
  background: #f0f0f0;
  color: #828081;
}

.foot-wrap.contact-main-wrap input::-webkit-input-placeholder,
.foot-wrap.contact-main-wrap textarea::-webkit-input-placeholder {
  color: #828081;
  opacity: 1;
}

.foot-wrap.contact-main-wrap input:-moz-placeholder,
.foot-wrap.contact-main-wrap textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #828081;
  opacity: 1;
}

.foot-wrap.contact-main-wrap input::-moz-placeholder,
.foot-wrap.contact-main-wrap textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #828081;
  opacity: 1;
}

.foot-wrap.contact-main-wrap input:-ms-input-placeholder,
.foot-wrap.contact-main-wrap textarea:-ms-input-placeholder {
  color: #828081;
  opacity: 1;
}

.contact-foot-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-family:'NunitoSans-Regular', sans-serif;

  color: #d8c964;
  background: #171c26;
  border-bottom: 6px solid #d8c964;
}

.contact-map-wrap {
  padding: 0;
}

.foot-wrap {
  background-position: center right 15px;
  background-color: #000;
  opacity: 0.9;
  padding-top: 30px;
  border-bottom: 6px double #d8c964;
  border-top: 6px double #d8c964;
}

.foot-wrap h2 {
  color: #d8c964;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 24px;

  margin-bottom: 40px;
}

.foot-wrap h2 span {
  font-family:'NunitoSans-Regular', sans-serif;

}

.foot-wrap input,
.foot-wrap textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 3px solid #d8c964;
  outline: none;
  font-family:'NunitoSans-Regular', sans-serif;

  color: #d8c964;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}

.foot-wrap input {
  height: 40px;
}

.foot-wrap textarea {
  height: 130px;
  padding-top: 10px;
  resize: none;
}

.foot-wrap input::-webkit-input-placeholder,
.foot-wrap textarea::-webkit-input-placeholder {
  color: #d8c964;
  opacity: 1;
}

.foot-wrap input:-moz-placeholder,
.foot-wrap textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #d8c964;
  opacity: 1;
}

.foot-wrap input::-moz-placeholder,
.foot-wrap textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8c964;
  opacity: 1;
}

.foot-wrap input:-ms-input-placeholder,
.foot-wrap textarea:-ms-input-placeholder {
  color: #d8c964;
  opacity: 1;
}

.foot-wrap .antispam {
  text-align: right;
}
.dugme {
  width: 40rem;
  height: 5rem;

  padding: 5px;
  margin-top: 2.5%;

  background: black;
  border: 5px double #d8c964;
  border-radius: 25px;
  outline: none;
  position: relative;
  color: #d8c964;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 30px;
}
.dugme:hover {
  background: #d8c964;
  color: #000;
  border: 5px double black;
}

.foot-wrap .antispam button {
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #d8c964;
  color: black;
  border: 2px solid black;
  border-radius: 20px;

  font-size: 14px;
  font-family:'NunitoSans-Regular', sans-serif;

  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
}

.foot-wrap .foot-left p {
  margin-bottom: 25px;
  color: #d8c964;
  display: flex;
  font-size: large;
}

.foot-wrap .foot-left p span {
  display: inline-block;
  min-width: 30px;
  margin-right: 10px;
}

.foot-wrap .foot-left p a {
  color: #d8c964;
  text-decoration: none;
  font-family:'NunitoSans-Regular', sans-serif;

}

.foot-wrap .footer-soc {
  position: relative;
  overflow: hidden;
}

.foot-wrap .footer-soc a {
  float: left;
  display: flex;
  height: 48px;
  width: 48px;
  background: black;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family:'NunitoSans-Regular', sans-serif;

  margin-right:0.9rem;
  text-decoration: none;
}

.foot-wrap .footer-soc a i {
  color: #d8c964;
  font-size: 44px;
  font-family:'NunitoSans-Regular', sans-serif;

}

.foot-wrap .footer-soc a:hover {
  background: transparent;
  border: 1px solid #d8c964;
}

.foot-wrap .footer-soc a:hover i {
  color: #d8c964;
}
.foot-wrap1 {
  background-position: center right 15px;
  background-color: #000;
  opacity: 0.9;
  padding-top: 30px;
  margin-bottom: 2rem;
  
  border-top: 6px double #d8c964;
}

.foot-wrap1 h2 {
  color: #d8c964;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 24px;

  margin-bottom: 40px;
}

.foot-wrap1 h2 span {
  font-family:'NunitoSans-Regular', sans-serif;

}

.foot-wrap1 input,
.foot-wrap1 textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 3px solid #d8c964;
  outline: none;
  color: #d8c964;
  background: transparent;
  padding-left: 10px;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 14px;
}

.foot-wrap1 input {
  height: 40px;
}

.foot-wrap1 textarea {
  height: 130px;
  font-family:'NunitoSans-Regular', sans-serif;

  padding-top: 10px;
  resize: none;
}

.foot-wrap1 input::-webkit-input-placeholder,
.foot-wrap1 textarea::-webkit-input-placeholder {
  color: #d8c964;
  opacity: 1;
}

.foot-wrap1 input:-moz-placeholder,
.foot-wrap1 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #d8c964;
  opacity: 1;
}

.foot-wrap1 input::-moz-placeholder,
.foot-wrap1 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8c964;
  opacity: 1;
}

.foot-wrap1 input:-ms-input-placeholder,
.foot-wrap1 textarea:-ms-input-placeholder {
  color: #d8c964;
  opacity: 1;
}

.foot-wrap1 .antispam {
  text-align: right;
}
.dugme {
  width: 40rem;
  height: 5rem;

  padding: 5px;
  margin-top: 2.5%;

  background: black;
  border: 5px double #d8c964;
  border-radius: 25px;
  outline: none;
  position: relative;
  color: #d8c964;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 30px;
}
.dugme:hover {
  background: #d8c964;
  color: #000;
  border: 5px double black;
}

.foot-wrap1 .antispam button {
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #d8c964;
  color: #3a3a3a;
  font-size: 14px;
  font-family:'NunitoSans-Regular', sans-serif;

  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
}

.foot-wrap1 .foot-left p {
  margin-bottom: 25px;
  color: #d8c964;
  display: flex;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: large;
}

.foot-wrap1 .foot-left p span {
  display: inline-block;
  min-width: 30px;
  margin-right: 10px;
}

.foot-wrap1 .foot-left p a {
  color: #d8c964;
  font-family:'NunitoSans-Regular', sans-serif;

  text-decoration: none;
}

.foot-wrap1 .footer-soc {
  position: relative;
  overflow: hidden;
}

.foot-wrap1 .footer-soc a {
  float: left;
  display: flex;
  height: 48px;
  width: 48px;
  background: black;
  align-items: center;
  justify-content: center;
  font-family:'NunitoSans-Regular', sans-serif;

  text-align: center;
  margin-right:0.9rem;
  text-decoration: none;
}

.foot-wrap1 .footer-soc a i {
  color: #d8c964;
  font-size: 44px;
}

.foot-wrap1 .footer-soc a:hover {
  background: transparent;
  border: 1px solid #d8c964;
}

.foot-wrap1 .footer-soc a:hover i {
  color: #d8c964;
}

footer #btt {
  position: fixed;
  right: 30px;
  bottom: 6rem;
  z-index: 9999;
  display: none;
}

.contact-modal input,
.contact-modal textarea {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  outline: none;
  color: #d8c964;
  background: #57585d;
  padding-left: 10px;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 14px;
}

.contact-modal input {
  height: 40px;
}

.contact-modal textarea {
  height: 130px;
  padding-top: 10px;
  resize: none;
}

.contact-modal input::-webkit-input-placeholder,
.contact-modal textarea::-webkit-input-placeholder {
  color: #d8c964;
  opacity: 1;
}

.contact-modal input:-moz-placeholder,
.contact-modal textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #d8c964;
  opacity: 1;
}

.contact-modal input::-moz-placeholder,
.contact-modal textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8c964;
  opacity: 1;
}

.contact-modal input:-ms-input-placeholder,
.contact-modal textarea:-ms-input-placeholder {
  color: #d8c964;
  opacity: 1;
}

.contact-modal .antispam {
  text-align: right;
}

.contact-modal .antispam button {
  height: 40px;
  width: 220px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #d8c964;
  color: #3a3a3a;
  font-size: 14px;
  font-family:'NunitoSans-Regular', sans-serif;

  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
}

.copyright-wrap {
  margin-top: 40px;
}

.copyright-wrap .copyright {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #d8c964;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #d8c964;
  text-align: center;
  font-family:'NunitoSans-Regular', sans-serif;

  font-size: 22px;
}

.agent-wrap {
  padding-right: 0;
}

.agent-wrap .detail-section-content {
  min-height: 250px;
  max-height: 250px;
}

.agent-wrap .detail-section-content img {
  max-height: none;
}

.agent-wrap .detail-section-content h5 {
  color: #2a2a2a;
  font-size: 20px;
  font-family:'NunitoSans-Regular', sans-serif;

  line-height: 22px;
  margin-bottom: 15px;
}

.agent-wrap .detail-section-content p {
  font-size: 16px;
  font-family:'NunitoSans-Regular', sans-serif;

  color: #2a2a2a;
  margin-bottom: 10px;
}

.agent-wrap .detail-section-content p i {
  color: #d8c964;
  font-family:'NunitoSans-Regular', sans-serif;

  margin-right: 6px;
}

.agent-wrap .detail-section-content p:last-of-type {
  margin-bottom: 0;
}

.agent-wrap .detail-section-content p a {
  color: #2a2a2a;
  text-decoration: none;
}

#sync1 .owl-nav .owl-next {
  position: absolute !important;
  bottom: 170px !important;
  right: 0 !important;
  z-index: 1000 !important;
  color: rgb(87, 90, 100) !important;
  font-size: 70px !important;
  font-family:'NunitoSans-Regular', sans-serif;

  font-weight: 300;
  background: transparent !important;
}

@media screen and (max-width: 1199px) {
  .user-actions-wrap .user-actions {
    font-size: 16px;
    font-family:'NunitoSans-Regular', sans-serif;

  }
  .user-actions-wrap .user-actions .price-up i,
  .user-actions-wrap .user-actions .price-down i {
    font-size: 30px;
    font-family:'NunitoSans-Regular', sans-serif;

  }
  .property-item-wrap .prop-img-wrap .rent-sale {
    font-size: 14px;
    font-family:'NunitoSans-Regular', sans-serif;

  }
  .story-bg {
    width: 85%;
  }
  .property-item-wrap .prop-info-wrap .price-readmore-wrap .price-readmore span,
  .property-item-wrap .prop-info-wrap .price-readmore-wrap .price-readmore a {
    font-size: 14px;
    font-family:'NunitoSans-Regular', sans-serif;

  }
  .property-item-wrap .prop-info-wrap h3 {
    font-size: 16px;
    font-family:'NunitoSans-Regular', sans-serif;

  }
  .property-item-wrap .prop-img-wrap {
    height: 139px;
  }
}

@media screen and (max-width: 991px) {
  .property-item-wrap .prop-img-wrap {
    height: auto;
  }
  .menu-wrap {
    position: relative;
  }
  .menu-wrap .menu .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-wrap .menu .navbar .navbar-toggler {
    outline: none;
    border: none;
    margin-top: 10px;
  }
  .story-bg {
    transform: skewX(0);
  }

  .story {
    transform: skewX(0);
    flex-direction: column;
    align-items: center;
  }

  .story-image {
    margin-bottom: 3rem;
  }
  .unutrasnjost {
    top: 70%;
    width: auto;
  }
  .menu-wrap .menu .navbar .navbar-brand img {
    max-height: 50px;
  }
  .menu-wrap .menu .navbar .nav-item .nav-link {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
    border: none;
  }
  .menu-wrap .menu .navbar .nav-item .nav-link:hover {
    border: none;
  }
  .menu-wrap .menu .navbar .lang {
    border: none;
    margin-left: auto;
    margin-right: auto;
  }
  .form-wrap {
    width: 100%;
  }
  .form {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
  }
  .form-title {
    width: 100%;
  }
  .form-fields-wrap .form-field {
    margin: 0;
    width: 100%;
    float: none;
  }
  .form-fields-wrap .form-field button {
    margin-top: 15px;
  }
  .form-title {
    padding: 0;
  }
  .form-title h3 {
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-title h3 .open-small-form {
    display: inline-block;
  }
  .form-fields-wrap {
    display: none;
  }
  .user-actions-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .user-actions-wrap .user-actions {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .foot-left {
    margin-top: 15px;
  }
  .detail-right {
    padding-top: 30px;
  }
  .inner-title {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .inner-title h1 {
    margin-top: 60px;
    color: #2a2a2a;
    font-size: 30px;
  }
  .about-section img {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-section {
    padding-top: 0;
  }
  .about-section-fluid {
    margin-bottom: 40px;
  }
  .foot-wrap.contact-main-wrap {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .foot-wrap1.contact-main-wrap {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .form-fields-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .unutrasnjost {
    top: 70%;
    width: auto;
  }
  .user-actions-wrap h2 {
    font-size: 20px;
  }
  .user-actions-wrap img {
    max-height: 40px;
  }
  .form-title h3 {
    font-size: 20px;
  }
  .front-about-wrap h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .front-about-wrap img {
    margin-top: 30px;
  }
  .menu-wrap .menu .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-wrap .menu .navbar .navbar-toggler {
    padding-right: 0;
    margin-right: -15px;
  }
  .property-item-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .pagination-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #sync2 {
    display: none;
  }
  .agent-wrap {
    padding-left: 0;
    margin-top: 15px;
  }
  .form {
    bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .user-actions-wrap .user-actions {
    display: block;
  }
  .user-actions-wrap .user-actions span a {
    display: block;
    border: none;
  }
  .form {
    bottom: 0;
  }
  .naslovbloga h1 {
    font-size: 28px;
  }
  .datumbloga h2{
    font-size: 18px;
  }
  .temabloga h2{
    font-size: 18px;
  }
  .autorbloga h2 {
    font-size: 18px;
  }
  .onama {
    display: none;
  }
  .prostor {
    display: flex;
    margin-left:1%;
    
    
  }
  .tekst {
    
    margin-left: 1rem;
    height: 2rem;
    padding-left: 5px;
    width:12rem ;
    background-color: black;
    color: #d8c964;
   
    border: 2px solid #d8c964;
    border-radius: 30px;
    
    
    
  }
  .slika2 img {
    width: 80%;
    height: 15rem;
    border: 5px double #d8c964;
  }
  .multipleSelection {
    width:12rem;
    
    
    margin-bottom: 30px;
    background-color: black;
    color: #d8c964;
   
    /*border: 2px solid #d8c964;
    border-radius: 30px;*/
  }
  
  .selectBox {
    position: relative;
    
    background-color: black;
    color: #d8c964;
   
    /*border: 2px solid #d8c964;
    border-radius: 30px;  */
    
   
  }
  
  .selectBox select {
    width: 100%;
  
 font-weight: bold;
    background-color: black;
    color: #d8c964;
   
    border: 2px solid #d8c964;
    border-radius: 30px;
    
    
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #checkBoxes {
    display: none;
    
  }
  
  #checkBoxes label {
    display: block;
    margin-left: 20px;
  }
  
  #checkBoxes label:hover {
    color:#d8c964;
  }
  #checkBoxes1 {
    display: none;
    
  }
  
  
  
  #checkBoxes1 label {
    display: block;
    margin-left: 20px;
  }
  
  #checkBoxes1 label:hover {
    color:#d8c964;
  }
  #checkBoxes2 {
    display: none;
    
  }
  
  #checkBoxes2 label {
    display: block;
    margin-left: 20px;
  }
  
  #checkBoxes2 label:hover {
    color:#d8c964;
  }
  #checkBoxes3 {
    display: none;
    
  }
  
  #checkBoxes3 label {
    display: block;
    margin-left: 20px;
  }
  
  #checkBoxes3 label:hover {
    color:#d8c964;
  }
  #checkBoxes4 {
    display: none;
    
  }
  
  #checkBoxes4 label {
    display: block;
    margin-left: 20px;
  }
  
  #checkBoxes4 label:hover {
    color:#d8c964;
  }

  .unutrasnjost {
    top:18rem;
    width: 95%;
    overflow: hidden;
    overflow-y: scroll;
    height: 90%;
    padding: 6px;

    bottom: 20%;
  }
  .slika img {
    width: 35%;
    height: 35%;

  }
  .checkboxes1 {
    columns: 2 3em;
    text-decoration: none;
  
  margin-top: 5%;
  margin-bottom: 20%;
  }
  .agent .html {
    font-size: 45%;
  }

  .dugme {
    width: 20rem;
    margin-top: 30px;
    font-size: 20px;
  }

  .foot-wrap .antispam button {
    width: 100%;
  }
  .pagination-wrap .pagination .page-link {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .inner-user-actions-wrap h2 {
    display: block;
  }
  .inner-user-actions-wrap img {
    display: block;
    margin-bottom: 15px;
  }
  .detail-infos .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .contact-modal .antispam button {
    width: 100%;
  }
  .agent-wrap .detail-section-content img {
    margin-bottom: 15px;
  }
  .agent-wrap .detail-section-content {
    min-height: unset;
    max-height: unset;
    height: auto;
  }
  .story-image {
    transform: skewX(0);
    margin-right: 0;
    border: 5px double #d8c964;
  }
  .story-image1 {
    transform: skewX(0);
    margin-right: 0;
  height: 11rem;;
    border: 5px double #d8c964;
  }
  .story-paragraph {
    display: block;
    text-align: left;
  }

  .video-container  {
    display: none;
  }
  

  .wrapper1 .form1 .inputfield1{
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapper1 .form1 .inputfield label{
    margin-bottom: 5px;
  }
  .wrapper1 .form1 .inputfield1.terms{
    flex-direction: row;
  }
  .omotac {
    padding-top: 4rem;
  }
  .ogradjeno {
    padding-top: 1rem;
  }
  .mapa3 {
    height: 22rem;
  }
  .pozadina {
    border-bottom: 2px double #d8c964;
  }



}
@media screen and (max-width: 400px) {

  .tekst {
    
    margin-left: 1rem;
    height: 2rem;
    padding-left: 5px;
    width:11rem ;
    background-color: black;
    color: #d8c964;
   
    border: 2px solid #d8c964;
    border-radius: 30px;
    
    
    
  }
  .slika2 img {
    width: 80%;
    height: 15rem;
    border: 5px double #d8c964;
  }
  .naslovbloga h1 {
    font-size: 28px;
  }
  .datumbloga h2{
    font-size: 18px;
  }
  .temabloga h2{
    font-size: 18px;
  }
  .autorbloga h2 {
    font-size: 18px;
  }

  .borderi {
    width: 95%;
    margin-left: 2%;
    margin-top:0;
    
    margin-bottom: 5rem;
    padding: 1rem;
    
  }
  .borderii {
    width: 95%;
    margin-left: 2%;
    margin-top:0;
    
    margin-bottom: 5rem;
    padding: 1rem;
    
  }
  .tijelo1 {
    
    padding-top: 1rem;
    margin-top: 0;
  }
  .tijelo2 {
    
    padding-top: 1rem;
    margin-top: 0;
  }
  .checkboxes1 {
    font-size: 12px;

  }
  .checkboxes22 {
    font-size: 12px;

  }
  .multipleSelection {
    width:11rem;
    
    
    margin-bottom: 30px;
    background-color: black;
    color: #d8c964;
   
    /*border: 2px solid #d8c964;
    border-radius: 30px;*/
  }
  .pozadina {
    border-top:none;
  }
}


.table-row {
  display: table;
  width: 80%;
  margin: 10px auto;
  font-family: sans-serif;
  background: transparent;
  padding: 12px 0;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-size: 13px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 50, 0.3);
}
.table-head {
  background: #d8c964;
  box-shadow: none;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-weight: 600;
  border: 1px solid black;
}
.table-head .table-cell {
  border-right: 3px double #d8c964;
}
.table-cell {
  display: table-cell;
  width: 20%;
  text-align: center;
  background: black;
  opacity: 0.7;
  font-size: large;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  
  padding: 4px 0;
  border: 3px double #d8c964;
  vertical-align: middle;
}
.first-cell {
  text-align: left;
  padding-left: 10px;
  font-size: large;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}
.first-cell p {
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}
.last-cell {
  border-right: 3px double #d8c964;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-size: large;
}
a {
  text-decoration: none;
  color: #d8c964;
}


@media only screen and (max-width: 600px) {
  .table-row {
    font-size: 9px;
    font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  }
  .first-cell {
    width: 40%;
  }
  .borderi {
    width: 95%;
    margin-left: 2%;
    margin-top:0;
    

    margin-bottom: 5rem;
    padding: 1rem;
    
  }
  .borderii {
    width: 95%;
    margin-left: 2%;
    margin-top:0;
    
    margin-bottom: 5rem;
    padding: 1rem;
    
  }
  .tijelo1 {
    margin-top: 0;
    padding-top: 0;
  }
  .last-cell {
    width: 40%;
  }
}

* {
  outline: none;
}

*:not(.slick-track):not(.slick-list) {
  transition: 0.4s;
}

.flex {
  display: flex;
  justify-content: space-between;
}



button.rounded {
  background: #d8c964;
  border: none;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
  line-height: 1.5;
  cursor: pointer;
}

section {
  margin-bottom: 2.5rem;
  
}
.sekcija1 {
  margin-bottom: 0;
  border-bottom: 5px double #d8c964;
}

/* end: global styles */

/* start: header styles */
.glavno {
  padding-top:10rem;
  
  background: black;
  
}
.slikica {
  background-image: url("../images/pozadina.jpg");
  background-size: cover;
  font-family: 'NunitoSans-Regular', sans-serif;
  padding-top:2rem ;
  border-bottom: 5px double #d8c964;
  
}

.naslov h1 {
  text-align: center;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}

/* end: header styles */

/* start: main property styles */

#property-details {
  /*padding: 1.75rem 20px 0.5rem;*/
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-size: large;
  
  margin-bottom: 1rem;
  
}


#property-details strong {
  font-size: 1.2rem;
  display: block;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  line-height: 1;
}

#property-details small {
  font-size: 0.85rem;
  font-weight: 300;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}

#property-details .home-icon {
  margin-right: 5px;
  font-size: 40px;
  color: #d8c964;
}

#property-details .home-icon .fa {
  position: relative;
  bottom: 10px;
}

#property-details .address-container {
  flex: 0 0 35%;
  justify-content: flex-start;
}

#property-details .address-container .year-built-sm {
  display: none;
}

#property-details address {
  font-style: normal;
  line-height: 1.1;
}

#property-details .status .for-sale {
  display: inline-block;
  background: #d8c964;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  margin-right: 1px;
  position: relative;
  top: 3px;
}

#property-details .property-stats-container {
  justify-content: flex-start;
  flex-wrap: wrap;
}

#property-details .property-stats-container .year-built {
  flex: 0 0 100%;
  margin-left: 10px;
}

#property-details .property-stats-container .padded-inner-container {
  border-left: 1px solid #444;
  padding: 0 0.5rem;
  line-height: 1.1;
  text-align: center;
}

#property-details .property-stats-container .price .padded-inner-container {
  border-left: none;
}

.actions-container {
  justify-content: flex-start;
}

.actions-container > div {
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  text-align: center;
}

.actions-container button {
  background: transparent;
  border: 1px solid #d8c964;
  display: block;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-size: 18px;
  
}

.actions-container .share button {
  border-left: none;

}

/* end: main property styles */

/* start: images slider styles */

#property-image-slider .slick-slide {
  margin: 0 3px;
  border-top: 5px double #d8c964;
  border-bottom: 5px double #d8c964;
}

#property-image-slider .slick-slide img {
  height: 450px;
  opacity: 0.75;
  filter: blur(2px);
}
#property-image-slider .slick-slide iframe {
  height: 450px;
  opacity: 0.75;
  filter: blur(2px);
  pointer-events: auto;
}


#property-image-slider .slick-slide.slick-center img {
  opacity: 1;
  filter: blur(0);
}
#property-image-slider .slick-slide.slick-center iframe {
  opacity: 1;
  filter: blur(0);
  padding-left: 2rem;
  padding-right: 2rem;
}

#property-image-slider .slick-prev,
#property-image-slider .slick-next {
  display: block;
  background: black;
  padding: 10px 7px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 30px;
  color: #d8c964;
  z-index: 2;
}

#property-image-slider .slick-next {
  right: 0;
}

.slider-options-container {
  margin-top: 3px;
}

.slider-options-container > a {
  flex: 0 0 50%;
  position: relative;
}

.slider-options-container img {
  width: 100%;
  display: block;
}

.slider-options-container .image-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.slider-options-container .image-fade:hover {
  background: rgba(0, 0, 0, 0.65);
}

.slider-options-container .image-fade span {
  text-align: center;
  position: absolute;
  bottom: 1rem;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  width: 100%;
  display: block;
  font-size: 1.4rem;
}

/* end: images slider styles */

/* start: map/street view styles */

#map,
#street {
  display: none;
  height: 450px;
  width: 100%;
}

/* end: map/street view styles */

/* start: property description styles */

.description {
  
  border: 2px solid #d8c964;
  background: #000;
  opacity: 0.7;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  text-align: justify;
  
  
 
}
.description p {
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}
.description h3 {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}

#property-description .description {
  width: 40rem;
  
}

#property-description .listed-by-container {
  flex: 0 0 23%;
}

.listed-by-container img {
  width: 100%;
}
.listed-by-container h3 {
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  text-align: center;
  margin-bottom: 1rem;
}

.listed-by-container a {
  color: #d8c964;
  text-decoration: none;
 align-items: center;
}

.listed-by-container small {
  color: #d8c964;
  display: block;
  line-height: 1;
}
.agentt {
  text-align: center;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  background-image: url("../images/pozadina.jpg");
  font-family: 'Montserrat', sans-serif;
  background-size: cover;
}
.agenttt {
  text-align: center;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
 
  font-family: 'NunitoSans-Regular', sans-serif;
  background-size: cover;
}
.listed-by-container button {
  background: #d8c964;
  border: none;
  color: #000;
  border: 1px solid black;
  border-radius: 30px;
  width: 100%;
  display: block;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  margin-top: 1.5rem;
}
.container11{
  background-color:transparent;
  border:2px solid #d8c964;
  width: 90%;
  color: #d8c964;
  height: 100%;
  position: relative;
  margin:  50px auto;
  padding: 50px 20px;
  border-radius: 7px;
  box-shadow: 0 20px 35px rgba(0,0,0,0.05);
}
.container11 input[type="file"]{
  display: none;
}
.ubacislike{
  display: block;
  position: relative;
  background-color: black;
  border: 2px solid #d8c964;
  color: #d8c964;
  font-size: 18px;
  text-align: center;
  width: 300px;
  padding: 18px 0;
  margin: auto;
  border-radius: 5px;
  cursor: pointer;
}
.container11 p{
  text-align: center;
  margin: 20px 0 30px 0;
}
#images{
  width: 90%;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  flex-wrap: wrap;
}
figure{
  width: 45%;
}
.uplslike {

  width: 40px;
  height: 40px;
}

figcaption{
  text-align: center;
  font-size: 2.4vmin;
  margin-top: 0.5vmin;
}
.listed-by-container button:hover {
  background:black;
  color: #d8c964;
  border: 1px solid #d8c964;
  border-radius: 30px;

}

/* end: property description styles */

/* start: property info styles */

.price-insights {
  margin-bottom: 2rem;
}

#property-info .flex {
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: flex-start;
}

#property-info .flex > div {
  flex: 0 1 25%;
  display: flex;
  justify-content: space-between;
  margin: 0 3.5rem 2.5rem 0;
}

/* end: property info styles */

/* start: nearby similar homes styles */

#nearby-similar-homes {
  margin: 4rem 0 6rem;
  position: relative;
}

#nearby-similar-homes .container {
  position: relative;
}

#nearby-similar-homes .container:before {
  content: "/";
  position: absolute;
  right: 80px;
  top: 18px;
  color: #999;
}

#properties-slider a {
  text-decoration: none;
}

#properties-slider a.slick-arrow {
  color: #000;
  position: absolute;
  top: -78px;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#properties-slider a.slick-prev {
  right: 80px;
}

#properties-slider .slick-slide {
  padding: 0 15px;
}

#properties-slider img {
  width: 100%;
  display: block;
}

#properties-slider .property-details {
  padding: 1rem;
}

#properties-slider .price {
  font-size: 1.2rem;
  color: #343a40;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
}

#properties-slider .property-details span {
  font-size: 0.8rem;
  color: #444;
  padding-right: 15px;
}

#properties-slider .property-details span.baths {
  padding-left: 10px;
}

#properties-slider .property-details span.sqft {
  padding-right: 0;
  padding-left: 10px;
}

#properties-slider .property-details span.beds,
#properties-slider .property-details span.baths {
  border-right: 1px solid #888;
}

#properties-slider .property-details address {
  font-size: 0.8rem;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  font-style: normal;
  margin-top: 0.5rem;
  
}

/* end: nearby similar homes styles */

/* start: property details styles */

#property-info-details .flex {
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  
}

#property-info-details .flex.main-details {
  width: 60%;
  justify-content: space-between;
}

#property-info-details .flex > div {
  flex: 0 0 30%;
  margin-bottom: 1rem;
  margin-right: 2rem;
}

#property-info-details .flex.main-details > div {
  flex: 0 0 40%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#property-info-details .flex label {
  font-weight: 600;
}

#property-info-details .flex label .fa {
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 1.6rem;
  width: 30px;
  text-align: center;
}

/* end: property details styles */

/* start: price history styles */

.price-history-container {
  border: 1px solid #ccc;
}

.price-history-container .flex {
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}

.price-history-container .flex.header-row {
  background: rgb(242, 250, 255);
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}

.price-history-container .flex > span {
  flex: 0 0 25%;
  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
}

.price-history-container .price-change {
  font-size: 0.85rem;
}

.price-history-container .increase {
  color: darkgreen;
}

.price-history-container .decrease {
  color: darkred;
}

/* end: price history styles */

/* start: neighborhood */

.walk-score-container {
  margin-bottom: 4rem;
}

.walk-score-container > div {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.walk-score-container .fa {
  font-size: 1.6rem;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 30px;
  text-align: center;
}

.walk-score-container strong {
  margin-right: 5px;
  flex: 0 0 130px;
}

.walk-score-container a {
  font-size: 1.3rem;
  color: orange;
  line-height: 1.3;
  text-decoration: none;
}

.walk-score-container a:hover {
  text-decoration: underline;
}

.walk-score-container i {
  margin-left: 5px;
}

.school-ratings-container > div {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.school-ratings-container .rating {
  flex: 0 0 40px;
  border-radius: 40px;
  padding: 15px;
  margin-right: 15px;
  color: orange;
}

.school-ratings-container .rating.good {
  background: darkgreen;
}

.school-ratings-container .rating.medium {
  background: darkorange;
}

.school-ratings-container .rating.poor {
  background: darkred;
}

.school-ratings-container .rating span {
  font-size: 1.4rem;
}

.school-ratings-container .school-info a {
  color: #00aeef;
  font-weight: 600;
}

.school-ratings-container .school-info span {
  margin-right: 10px;
}

/* end: neighborhood */

/* start: contact styles */

#contact {
  margin-bottom: 0;
  background: black;
  padding: 4rem 0 8rem;
}

#form-container {
  background: black;
  padding: 3rem;
  color: orange;
  box-sizing: border-box;
}

#form-container h3 {

  font-family: 'NunitoSans-Regular', sans-serif;
  color: #d8c964;
  margin-bottom: 2rem;
}
.tijelo{
  padding-top: 10rem;
  height: 120rem;
	font-family: 'NunitoSans-Regular',arial,verdana;
	background: url("../images/pozadina.jpg");
  background-size: cover;
	overflow-x: hidden;
	color: #d8c964;
}
.tijelo1{
  padding-top: 10rem;
  padding-bottom: 3rem;
	font-family: 'NunitoSans-Regular',arial,verdana;
	background: url("../images/pozadina.jpg");
  background-size: cover;
	overflow-x: hidden;
	color: #d8c964;
}
.tijelo2{
  padding-top: 10rem;
  padding-bottom: 3rem;
	font-family: 'NunitoSans-Regular',arial,verdana;
	background: url("../images/pozadina.jpg");
  background-size: cover;
	overflow-x: hidden;
	color: #d8c964;
}
#form-container label {
  display: block;
  color: orange;
  margin-top: 1rem;
}

#form-container input,
#form-container textarea {
  display: block;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid orange;
  width: 100%;
  box-sizing: border-box;
  height: 43px;
  font-family: 'NunitoSans-Regular', "Helvetica", "Sans-serif";
  font-size: 1rem;
  color: #d8c964;
}

#form-container textarea {
  height: 170px;
  margin-bottom: 2rem;
  resize: none;
}

/* end: contact us styles */

/* start: footer styles */

.footer {
  background-color: black;
  border: 3px solid #d8c964;
  color: #d8c964;
}

.footer-list {
  display: flex;
  justify-content: center;
}

.footer-link {
  color: black;
  margin: 3rem 2rem;
  background-color: #d8c964;
  padding: 0.3rem 3rem;
  letter-spacing: 0.3rem;
  transition: all 0.2s;
}

.footer-link:hover {
  transform: rotate(-10deg);
  box-shadow: 0 2rem 3rem #000;
}

.footer-paragraph {
  text-align: center;
  font-size: 1rem;
  color: #d8c964;
  letter-spacing: 0.2rem;
  margin-top: 5rem;
}
/* end: footer styles */

/* start: media queries */

@media (max-width: 991px) {
  #logo {
    top: 1px;
  }
  .footer-link {
    padding: 0.3rem 2rem;
    margin: 0 1rem;
  }
  
  #property-details small {
    font-size: 0.75rem;
  }
  .actions-container button {
    padding: 0.5rem 0.9rem;
  }
}

@media (max-width: 767px) {
  
  .footer-list {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin: 1rem 0;
  }
  .container {
    max-width: 540px;
  }
  .tijelo2 {
    padding-top: 1rem;
  }
  #property-details {
    flex-wrap: wrap;
  }
  #property-details .address-container,
  #property-details .property-stats-container {
    flex: 0 0 50%;
  }
  #property-details .property-stats-container {
    justify-content: flex-end;
  }
  #property-details .property-stats-container .padded-inner-container {
    padding: 0 0.35rem;
  }
  #property-details .property-stats-container strong {
    font-size: 1rem;
  }
  #property-details .property-stats-container .year-built {
    margin-left: 0;
    flex-basis: auto;
  }
  #property-details .actions-container {
    justify-content: center;
    flex: 0 0 100%;
    margin-top: 0.5rem;
  }
  #property-image-slider .slick-prev,
  #property-image-slider .slick-next {
    display: none !important;
  }
  #property-image-slider .slick-slide img,
  #map,
  #street {
    height: 390px;
  }
  #property-image-slider .slick-slide iframe {
   
    padding-left: 2rem;
  padding-right: 2rem;
  }
  .video {
    
      width: 390px;            
      height:388px;
  }
  .slider-options-container .image-fade span {
    font-size: 1rem;
  }
  #property-description .listed-by-container > div {
    font-size: 0.9rem;
  }
  #property-description .listed-by-container button {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  #nearby-similar-homes .container:before {
    top: 2px;
    font-size: 0.85rem;
  }
  #properties-slider a.slick-arrow {
    font-size: 0.85rem;
  }
  #property-info-details .flex.main-details {
    width: 100%;
  }
  #property-info-details .flex.main-details > div {
    flex-basis: 100%;
  }
  #property-info .flex > div,
  #property-info-details .flex > div {
    flex-basis: 100%;
    margin-right: 0;
  }
  #form-container {
    padding: 2rem;
  }
}

@media (max-width: 575px) {
  #property-details {
    padding-top: 1rem;
  }
  #property-details .address-container {
    flex: 0 0 65%;
    flex-wrap: wrap;
  }
  #property-details .property-stats-container {
    flex: 0 0 35%;
  }
  #property-details strong {
    font-size: 1rem;
  }
  .previous-page1, .next-page1 {
    width: 35px;
  }
  .current-page1, .dots1 {
    width: 30px;
    border-radius:45%;
  }
  .pagination1 {
    font-size: 9px ;
  }
  #property-details .property-stats-container strong {
    font-size: 0.85rem;
  }
  .tijelo2 {
    padding-top: 1rem;
  }
  #property-details .property-stats-container .padded-inner-container {
    text-align: right;
  }
  #property-details .property-stats-container .price,
  #property-details .property-stats-container .sqft {
    flex: 0 0 100%;
    margin-bottom: 6px;
  }
  #property-details .property-stats-container .beds {
    margin-bottom: 6px;
  }
  #property-details .property-stats-container .beds .padded-inner-container,
  #property-details .property-stats-container .sqft .padded-inner-container {
    border: none;
  }
  #property-details .property-stats-container .year-built {
    display: none;
  }
  #property-details .address-container .year-built-sm {
    flex: 0 0 100%;
    display: block;
  }
  #property-details .actions-container {
    margin-top: 0;
  }
  #property-details .actions-container button {
    font-size: 13px;
  }
  #property-details .actions-container small {
    display: none;
  }
  #property-image-slider .slick-slide img,
  #map,
  #street {
    height: 330px;
  }
  #property-image-slider .slick-slide iframe {
    height:328px ;
    padding-left: 2rem;
  padding-right: 2rem;
  }
  .video {
    width: 330px;            
    height:328px;
   
  
  }
  .slider-options-container .image-fade span {
    bottom: 0.25rem;
    font-size: 0.85rem;
  }
  #property-description .flex {
    flex-wrap: wrap;
  }
  #property-description .description,
  #property-description .listed-by-container {
    flex-basis: 100%;
  }
  #property-description .listed-by-container > div,
  #property-description .listed-by-container button {
    font-size: 1.2rem;
  }
  .price-history-container .flex {
    justify-content: space-between;
  }
}

@media (max-width: 500px) {
  #property-image-slider .slick-slide img,
  #map,
  #street {
    height: 290px;
  }
  #property-image-slider .slick-slide iframe {
    height: 290px;
    padding-left: 2rem;
  padding-right: 2rem;
  }
  .video {
    width: 290px;
    
  }
  #properties-slider a.slick-arrow {
    top: -40px;
  }
  .glavno {
    padding-top: 2rem;
  }
  #nearby-similar-homes .container:before {
    top: 40px;
  }
  #contact {
    padding: 4rem 0;
  }
  #contact h2 {
    margin-bottom: 2rem;
  }
  #form-container {
    padding: 1.5rem;
  }
}

@media (max-width: 400px) {
  
  #property-image-slider .slick-slide img,
  #map,
  #street {
    height: 245px;
  }
  #property-image-slider .slick-slide iframe {
    height:245px ;
    padding-left: 2rem;
  padding-right: 2rem;
  }
  .video {
    height: 238px;
  }
  .previous-page1, .next-page1 {
    width: 3px;
  }
  .current-page1, .dots1 {
    width: 20px;
    border-radius:45%;
  }
  .pagination1 {
    font-size: 8px ;
  }
  .glavno {
    padding-top: 2rem;
  }
  .walk-score-container strong {
    flex-basis: 120px;
  }
  .walk-score-container a {
    font-size: 1.2rem;
  }
  .walk-score-container i {
    font-size: 0.85rem;
  }
}

.drag-area{
  border: 2px dashed #d8c964;
  height: 700px;
  width: 100%;
  margin-top: 5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
.drag-area.active{
  border: 2px solid #d8c964;
}

.sredisliku {

  font-weight: bold;
  border:2px solid #d8c964;
  padding: 8px 34px;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 700px;
  align-items: center;
  text-align: center;
  justify-content: center;
  background:transparent;
  
}
.klikni {
  color: #d8c964;
  font-size: 30px;
}





#form{
	text-align: center;
	position: relative;
	margin-left: 5rem;
	margin-right: 5rem;
	margin-top: 5rem;
	margin-bottom: 5rem;
  opacity: 0.7;
}
.checkboxes22 {
  columns: 4 2em;
  text-decoration: none;
margin-right: 3rem;
margin-top: 5%;
margin-bottom: 20%;
}
.checkboxes22 label {
  font-size: 20px;
  accent-color:#d8c964;
}
.checkboxes22 li {
  
  text-decoration: none;
  list-style-type: none;



}
 .custom_select1{
	position: relative;
	width: 100%;
	height: 37px;
	margin-bottom: 20px;
	font-family: 'NunitoSans-Regular', sans-serif;
	background: black;
	color: #d8c964;
  }
  
  .custom_select1:before{
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	border: 8px solid;
	
	border-color: #d5dbd9 transparent transparent transparent;
	pointer-events: none;
	
  }
  
  
   .custom_select1 select{
	-webkit-appearance: none;
	-moz-appearance:   none;
	appearance:        none;
	outline: none;
	width: 100%;
	height: 100%;
	background: #000;
	color: #d8c964;
	border: 1px solid #d8c964;
	font-family: 'NunitoSans-Regular', sans-serif;
	padding: 8px 10px;
	font-size: 15px;
	
	border-radius: 3px;
  }
  
  
   .custom_select1 select:focus{
	border: 1px solid #fec107;
  }

  .input1, .textarea1{
  width: 100%;
  outline: none;
  border: 1px solid #d8c964;
  font-size: 40px;
  padding: 8px 10px;
  border-radius: 3px;
  font-family: 'NunitoSans-Regular', sans-serif;
  transition: all 0.3s ease;
  background: black;
  color: #d8c964;
}

.textarea1{
  width: 100%;
  height: 125px;
  font-family: 'NunitoSans-Regular', sans-serif;
  resize: none;
  
}

#form fieldset{
	background: black;
	opacity: 0.9;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
	padding: 25px 30px;
	
	width: 100%;
	

	position: relative;
}

#form fieldset:not(:first-of-type){
	display: none;
}

#form input,#form textarea{
	padding: 18px;
	border: 2px solid #d8c964;
	margin-bottom: 12px;
	width: 100%;
	box-sizing: border-box;
	color: #d8c964;
	font-size: 15px;
	font-weight: 2px;
}

#form input:focus,#form textarea:focus{
	box-shadow: none;
	border: 2px solid #d8c964;
	transition: 0.5s ease-in;
}

#form .action-button{
	width: 20rem;
	background: black;
	font-weight: bold;
	color: #d8c964;
	border:2px solid #d8c964;
	border-radius: 28px;
	cursor: pointer;
	padding: 12px 7px;
	margin: 12px 7px;
}
#form .action-button:hover {
  background: #d8c964;
  color: #000;
  border:2px solid white;

}
#form .action-button-previous:hover {
  background: #d8c964;
  color: #000;
  border:2px solid white;
}

.btn1{
	width: 100%;
	 padding: 8px 10px;
	font-size: 15px; 
	border: 0px;
	background:  #000;
	border: 3px solid #d8c964;
	border-radius: 20px;
	font-family: 'NunitoSans-Regular', sans-serif;
  margin-top: 7rem;
	color: #d8c964;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
  }
  .tekstt {
	  color: #d8c964;
	  font-size: 20px;
	  margin-top: 10px;
  }


#form .action-button-previous{
	width: 20rem;
	background: black;
	font-weight: bold;
	border: 2px solid #d8c964;
	color: #d8c964;
	border-radius: 28px;
	cursor: pointer;
	padding: 12px 7px;
	margin: 12px 7px;
}




.title{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #d8c964;
}

#progressbar{
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}

#progressbar li{
	list-style-type: none;
	color: #d8c964;
	text-transform: uppercase;
	font-size: 20px;
	width: 25%;
	float: left;
	position: relative;
	letter-spacing: 1px;
}

#progressbar li:before{
	content: counter(step);
	counter-increment: step;
	width: 24px;
	height: 24px;
	line-height: 26px;
	display: block;
	font-size: 12px;
	color: #d8c964;
	background: black;
	border-radius: 25px;
	margin: 0 auto 10px auto;
}

#progressbar li:after{
	content: '';
	width: 100%;
	height: 2px;
	background:#d8c964;
  color: black;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}

#progressbar li:first-child:after{
	content: none;
}

#progressbar li.active:before,#progressbar li.active:after{
	background: black;
	
	color: white;
}


@media (max-width: 500px) {

	#form {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	#form .action-button {
		width: 14rem;
	}
  .previous-page1, .next-page1 {
    width: 30px;
  }
  .current-page1, .dots1 {
    width: 25px;
    border-radius:45%;
  }
  .pagination1 {
    font-size: 9px ;
  }

	#form .action-button-previous {
		width: 14rem;
	}
	#progressbar li {
		font-size: 8px;
	}
  .tijelo{
    padding-top: 2rem;
    height: 100rem;
  }
  .tijelo2 {
    padding-top: 1rem;
  }

.checkboxes22 {
  
    columns: 2 3em;
    text-decoration: none;
  
  margin-right: 3rem;
  margin-top: 5%;
  margin-bottom: 20%;
}
.checkboxes22 label {
  font-size: 10px;
}

.upslika {
  width: 100%;
  height: 15rem;
 
}
.sredisliku {
  padding-top: 10rem;
}
.klikni {
  font-size: 1rem;
}
.container11{
  width: 99%;
}
#images{ 

  gap: 3px;
}
.ubacislike {
  width:10rem;
}
}
@media (max-width: 500px) { 

  .previous-page1, .next-page1 {
    width: 35px;
  }
  .current-page1, .dots1 {
    width: 25px;
    border-radius:45%;
  }
  .pagination1 {
    font-size: 8px ;
  }



}
@media (max-width: 400px) { 

  .previous-page1, .next-page1 {
    width: 30px;
  }
  .current-page1, .dots1 {
    width: 20px;
    border-radius:45%;
  }
  .pagination1 {
    font-size: 7px ;
  }

  .dugmeee2 H1 {
    font-size: 30px;
    padding-top: 0.5rem;
  }



}
@media (max-width: 350px) { 

  .previous-page1, .next-page1 {
    width: 25px;
  }
  .current-page1, .dots1 {
    width: 18px;
    border-radius:45%;
  }
  .pagination1 {
    font-size: 7px ;
  }
  .dugmeee2 H1 {
    font-size: 25px;
  }


}
@media (max-width: 365px) {
  
  
  #property-image-slider .slick-slide iframe {
    height: 238px;
    padding-left: 1.2rem;
  padding-right: 1.2rem;
  } }
  @media (max-width: 450px) {
  
  
    #property-image-slider .slick-slide iframe {
      height: 282px;
      padding-left: 1.2rem;
    padding-right: 1.2rem;
    } }








