.landinglogo {
  display: block;
  margin:auto;
  width:500px;
}

.galleryspace {
margin-bottom: 50px !important;

}

.secluded {
    margin-top: 85px;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.lotrule {
  width:50%;
  margin: auto;
  margin-bottom: 50px;
}

.clicktoenlarge {
  text-align: center;
  font-size: 1.3rem;
}
.propertysqaures {
  margin-bottom: 100px;
}
.factpoints {
    margin-top: 10px;
    margin-bottom: -100px;
}
/* Makes a fixed background wrapper
which the user cannot interact with */

.iframe-wrapper {
position: relative;
top: 0;
left: 0;
height: 100%;
z-index: -1;
pointer-events: none;
overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
width: 100vw;
height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
min-height: 100vh;
min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

}


.overlay-video {
width: 100%;
min-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

    z-index: 3;

}


.fullscreenimage {
 background: url('../images/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}

.imagewrapper {
 background: url('../images/txtbg.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding-top: 130px;
    padding-bottom: 130px;
  margin-top: 100px;
}

.imagewrapper p{
  color:white;
}

.imagewrapper h3, .imagewrapper h4{
color:white;
}

.divider {
  display: block;
  margin:auto;
  width: 60px;
  margin-top: 30px;
}

.dividertwo {
    display: block;
    margin: auto;
    width: 60px;
    margin-top: 7px;
}

.logo img {
    height: 50px;
}
.map {
  width: 100%;
  height: 500px; }

.hide {
  display:none;
  visibility: hidden;
}
.show {
  width: 23%;
  margin: 1%;
  float: left; }

.content-container {
  margin-top: 10px;
  width: 100%;
  height: 100px;
  background: #ffffff;
  text-align: center; }

.maps iframe {
  pointer-events: none; }

.main_h {
position: fixed;
    max-height: 81px;
    z-index: 999999999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px;
   font-family: 'Playfair Display', sans-serif;
   font-weight: 700;
  }

li {
  margin-top: 5px;
  color:black; }

  .centertext h3, .centertext h4, .centertext p, .centertext h1, .centertext h2{
  text-align: center !important;
}

@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px; }

  li {
    margin-top: 0px; }

  .show {
    width: 48%;
    margin: 1%;
    float: left; } }
.open-nav {
  max-height: 400px !important; }

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro; }

.logo {
  color: #323232;
  font-size: 30px; }

@media only screen and (max-width: 766px) {
  .logo {
    font-size: 20px;
    text-align: center; } }
nav {
  float: right;
  width: 60%; }

@media only screen and (max-width: 766px) {
  nav {
    font-size: 15px; }

  .sticky {
    padding-bottom: 0px; } }
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right; }

@media only screen and (max-width: 766px) {
  nav ul {
    float: left;
    text-align: center;
    width: 100%; } }
nav ul li {
     display: inline-block;
    margin-left: 30px;
    margin-top: 12px; }

nav ul a {
  color: black;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Playfair Display', sans-serif;
  }

.row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%; }

* {
  box-sizing: border-box; }

body {
  color: #8f8f8f;
  background: white;
font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

a {
  text-decoration: none; }

h1 {
  font-size: 30px;
   letter-spacing: 10px;
  line-height: 1.8;
  text-transform: uppercase;
font-family: 'Playfair Display', serif;
 font-weight: 300; }

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2; }

.content {
  padding: 50px 2% 250px; }

.hero {
  position: relative;
  background: #333 url(http://srdjanpajdic.com/slike/2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 500px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif; }

.hero h1 {
  font-size: 50px;
  line-height: 1.3; }

.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3; }

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -14px; }

.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.headertext {
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999; }

.headertext h1 {
  color: white;
  text-align: center;
  font-size: 5em; }

.headertext h2 {
  color: white;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.6em; 
text-transform: uppercase; }

.wrapper {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px; }

.centered {
  margin: auto;
  max-width: 1200px;
  text-align: center; }

.title {
  font-size: 5rem;
  font-weight: 300;
     color: #8f8f8f;
  }

.propertystat {
  text-align: center;
  font-size: 2.6rem;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Playfair Display', serif;
   }

.propertyvalue {
  text-align: center; }

.propertyinfobig {
  text-align: center;
  width: 80%;
  margin: auto; }

.propertyinfosmall {
  text-align: center;
  width: 80%;
  margin: auto; }

.bxthumb {
  max-height: 35px; }

.bximg {
  width: 100%;
  margin: auto; }


.askingprice {
  font-size: 2.5em;
  margin: auto;
  text-align: center;
  font-size: 3em !important;
  }

.price {
    margin-bottom: 40px;
    margin-top: 40px;
  }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    font-family: 'Playfair Display', serif !important;
}


.creme {
    background-color: #eeeeee;
    color: #444;
    margin-bottom: 100px;
    padding-top: 115px;
    padding-bottom: 100px;
}

.cremetour {
      background-color:  #eeeeee;
   color: #444;
    margin-bottom: 100px;
    padding-bottom: 140px;
    padding-top: 150px;
  }

  .creme p {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;

  }

  #Tour{
        padding-top: 100px !important;
  }

    #Floor{
    padding-top: 0px !important;
  }
.accordion-toggle {
  background-color: #eeeeee;
  color: #444;
  font-weight: 300;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s; }

.accordion-content {
  display: none;
  color: black; }

.accordion-content li {
  font-size: 17px; }

.accordion-content.default {
  display: block; }

.footercol1 {
  width: 50%;
  min-height: 553px;
  float: left;
  background: url('../images/footer.jpg');
  background-repeat: no-repeat;
  background-position: center; 
  padding-right: 25px; }

.footercol2 {
  width: 50%;
  min-height: 553px;
  float: right;
    background: #eeeeee;
  padding-left: 25px; }

.footer1container {
  float: right;
  max-width: 400px;
  margin: 25px;
  text-align: center;
  color: #e5e5e5; }

.footer2container {
  max-width: 400px;
  margin: 25px;
  text-align: center; }

.footerlogo {
  width: 150px;
  margin-bottom: 20px; }

.footercol1 h3 {
  color: white; }

.footercol2cont {
  float: left;
  width: 100%; }



.print {
    color:#9A384D;
}

@media only screen and (max-width: 700px) {
  .bxthumb {
    visibility: invisible;
    height: 0px;
    display: none; }

  .footercol1 {
    width: 50%; }

  .footercol2 {
    width: 50%; }

  .footer1container {
    float: right;
    max-width: 90%;
    margin: 5%;
    text-align: center; }

  .footer2container {
    max-width: 90%;
    margin: 5%;
    text-align: center; }

  .footerlogo {
    width: 60%;
    margin-bottom: 5%; } }
@media only screen and (max-width: 510px) {
  nav ul li {
    margin-left: 24px; }

  .bxthumb {
    visibility: invisible;
    height: 0px;
    display: none; }

  .footercol1 {
    width: 100%; }

  .footercol2 {
    width: 100%; }

  .footer1container {
    float: right;
    width: 100%;
    margin: 0%;
    text-align: center; }

  .footer2container {
    width: 100%;
    text-align: center; }

  .footerlogo {
    width: 50%;
    margin: auto;
    display: block;
    margin-left: 25%;
    margin-right: 30%;
    margin-bottom: 10%; } }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 3rem;
  width: 33%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  display: inline-block; }

.fa a {
  color: grey; }

.fa-print {
  color: grey;
  width: 100%; }

.fa-twitter, .fa-facebook, .fa-pinterest {
  background-color: #eee; }

.fa-twitter:hover {
  color: #55acee; }

.fa-facebook:hover {
  color: #3b5998; }

.fa-pinterest:hover {
  color: #cb2027; }

.vide {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0); }

@media only screen and (max-width: 440px) {
  nav ul li {
    margin-left: 10px; } }
@media only screen and (max-width: 700px) {
  nav, aside {
    display: none; }

  header {
    display: none;
    visibility: invisible; } }
@media print {
  body, article {
    width: 100%;
    margin: 0;
    padding: 0; }

  @page {
    margin: default; }
  h2 {
    color: black;
    font-size: 21px;
    line-height: 1; }

  h3 {
    color: black;
    font-size: 17px;
    line-height: 1; }

  .vide {
    visibility: none;
    box-shadow: inset 0 0 0 1000px transparent; }

  header, .bxslider, .bx-pager, .video, .odometer, .propertystat, .odometer-parent, #Gallery, .show, #Info, #Tour, .footercol1, .footercol2 {
    display: none;
    visibility: invisible; }


  .headertext h1 {
    font-size: 30px;
    color: black; }

  .headertext h2 {
    color: black; }

  .wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top:100px;
    margin-bottom: 100px; }

  .propertyinfobig {
    text-align: left;
    color: black;
    font-size: 17px;
    line-height: 1;
    width: 100%;
    margin: auto; }

  .propertyinfosmall {
    text-align: left;
    color: black;
    font-size: 17px;
    line-height: 1;
    width: 100%;
    margin: auto; }

  h1 {
    color: #000;
    background: none; }

  nav, aside {
    display: none; }

  .accordion-content {
    display: block; }

  .floor {
    width: 60%;
    display: block;
    margin: auto; } }
.floor:hover {
  cursor: zoom-in; }

section.main {
  position: relative;
  top: 95%;
  width: 100%; }

section.main a {
  background-color: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: color 0.3s ease-in 0s;
  -moz-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s; }

section.main a h3 {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #fff; }

.bounce {
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

.presentedby {
  font-size: 14px;
  padding-top: 30px;
  margin-bottom: 0px; }

.agentname {
  font-size: 25px; }
