.landinglogo {
  display: block;
  margin: auto;
  width: 500px;
}

.accordion-floor {
  font-size: 2.3rem;
}

.propertysqaures {
  margin-bottom: 100px;
}

.propertyplans {
  margin-top: 100px;
}

.smalllogos {
  width: 205px;
  display: block;
  margin: auto;
  padding-top: 120px;
}

.odometerwrap {
  margin-bottom: -125px;
}

/* 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: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.9)
    ),
    url("../images/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
  background-attachment: scroll;
}

.imagewrapper {
  background: url("../images/imagewrap1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.imagewrapper p {
  color: white;
  font-weight: 300;
}

.imagewrapper h4 {
  color: white;

  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

.imagewrapper hr {
  margin-bottom: 20px;
  margin-top: 20px;
}

.imagewrapper h3 {
  color: white;

  padding-bottom: 0px;
  font-weight: 100;
}

.divider {
  display: block;
  margin: auto;
  width: 60px;
  margin-top: 30px;
}

.logo img {
  height: 70px;
  margin-top: -12px;
}

.logo .rrheaderimg {
  height: 40px;
  margin-bottom: 13px;
  margin-left: 15px;
}

.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: "Roboto", 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: 1000px) {
  .smalllogos {
    width: 130px;
    display: block;
    margin: auto;
    padding-top: 120px;
  }
}

@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;
  }

  .logo img {
    height: 70px;
    margin-top: -19px;
  }
}
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: 300;
  font-size: 1.8rem;
  font-family: "Roboto", 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: "Roboto", 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: "Roboto", sans-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: "Roboto", 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: 57%;
  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;
  font-weight: 100;
  max-width: 1200px;
  text-align: center;
  color: #003d66;
}

.title {
  font-size: 5rem;
  font-weight: 100;
  color: #003d66;
}

.propertystat {
  text-align: center;
  font-weight: 100;
  color: #003d66;
}

.propertyvalue {
  text-align: center;
  font-weight: 100;
}

.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-weight: 100;
  font-size: 3em !important;
  color: #003d66;
}

.price {
  margin-bottom: 40px;
  margin-top: 40px;
}

.leadwrapper {
  background: url(../images/leadingwrapper.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 45px;
  padding-top: 400px;

  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

.cremetour {
  background-color: #ebe3c9 !important;
  color: #9a384d;
  padding-bottom: 140px;
  padding-top: 150px;
}

.cremetour:nth-child(2n) {
  background-color: white !important;
}

.leadwrapper h2 {
  font-weight: 100;
  color: white;
}

.accordion-toggle {
  background-color: #ebe3c9;
  color: black;
  font-weight: 200;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.mill {
  background-color: #82aebe !important;
}

.house {
  background-color: #bab792 !important;
}

.cottage {
  background-color: #f2c179 !important;
}

.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;
  background-size: cover;
  padding-right: 25px;
}

.footercol2 {
  width: 50%;
  min-height: 553px;
  float: right;
  background: #ebe3c9;
  padding-left: 25px;
}

.footer1container {
  float: right;
  min-width: 450px;
  margin: 25px;
  text-align: center;
  color: #e5e5e5;
}

.footer2container {
  max-width: 400px;
  margin: 25px;
  text-align: center;
}

.footerlogo {
  width: 500px;
  margin-bottom: 10px;
  margin-top: 15px;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 10px;
}

.footerlogophantom {
  width: 150px;
  margin-bottom: 5px;
  margin: auto;
  display: block;
}

.footerlogorr {
  width: 215px;
  margin-bottom: 45px;
}

.footercol1 h3 {
  color: white;
}

.footercol2cont {
  float: left;
  width: 100%;
}

.footercol2 h3 {
  color: #003d66;
  font-weight: 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) {
  .smalllogos {
    width: 205px;
    display: none;
    margin: auto;
    padding-top: 120px;
  }
  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: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  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;
}

.portbannislogowrapper {
  background-color: white;
  opacity: 0.5;
}

.opacitywrapper {
  background-color: white;
  opacity: 0.2;
}

.footersection {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footerleft,
.footerright {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.emaillink {
  color: white;
}
