h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.load-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #10b7ae;
  background-image: url('../images/loder.gif');
  background-position: 50% 50%;
  background-size: 351px;
  background-repeat: no-repeat;
}

.body-fix {
  height: 100%;
  color: #fff;
}

.rows {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: both;
}

.rows.home {
  overflow: hidden;
  height: 100%;
  background-image: url('../images/white-horse.jpg');
  background-position: 45% 65%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.rows.about {
  height: 100%;
  background-color: #10b7ae;
}

.rows.property {
  height: 100%;
}

.rows.parrallax {
  height: 100%;
  /*background-image: url('../images/para.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #10b7ae;	
}

.rows.services {
  padding-top: 120px;
  padding-bottom: 120px;
}

.rows.gallery {
  height: 100%;
}

.rows.footer {
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: transparent;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  margin: auto;
  background-image: url('../images/stroke.png');
  background-position: 50% 50%;
  background-size: 1200px;
  background-repeat: no-repeat;
  opacity: 0.52;
}

.logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: block;
  width: 40%;
  height: 9%;
  margin: auto;
}

.main-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.white-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.52;
}

.rich-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 600px;
  max-width: 600px;
  margin: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.rich-text.green {
  height: 280px;
  max-height: 600px;
  color: #c1e755;
}

.rich-text.default {
  height: 355px;
  max-width: 623px;
  color: #10b7ae;
}

.rich-text.default.no-center {
  position: relative;
  height: auto;
  margin-top: 10px;
  margin-bottom: 26px;
}

.gally-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.slider-nav {
  display: none;
  padding-top: 18px;
  font-size: 7px;
}

.solo {
  font-family: Lato, sans-serif;
  color: #10b7ae;
  text-align: center;
}

.listings {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #10b7ae;
  font-weight: 400;
}

.listings.white {
  color: #fff;
}

.listings.white.copyright {
  margin-top: 36px;
  color: #10b7ae;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.listings.hide {
  display: none;
}

.lists {
  display: block;
  max-width: 500px;
  margin: 18px auto 36px;
  text-align: left;
}

.lists.no-dot {
  margin-top: 0px;
}

.slides {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slides._1 {
  background-image: url('../images/TAMZ_ARMANICASA_MBF_PHOTOGRAPHY-0002.jpg');
}

.slides._2 {
  background-image: url('../images/TAMZ_ARMANICASA_MBF_PHOTOGRAPHY-0004.jpg');
}

.slides._3 {
  background-image: url('../images/TAMZ_ARMANICASA_MBF_PHOTOGRAPHY-0001.jpg');
}

.slides._4 {
  background-image: url('../images/TAMZ_ARMANICASA_MBF_PHOTOGRAPHY-0003.jpg');
}

.list-wraps {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.fields {
  position: relative;
  width: 95%;
  float: left;
  clear: both;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #10b7ae;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #10b7ae;
  font-size: 14px;
}

.fields.message {
  width: 80%;
  height: 135px;
  margin-bottom: 0px;
  clear: none;
}

.submitter {
  position: absolute;
  width: 20%;
  height: 100%;
  float: left;
  clear: none;
  background-color: #10b7ae;
  font-size: 12px;
  text-transform: uppercase;
}

.cols {
  padding-right: 0px;
  padding-left: 0px;
}

.next-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 3%;
  height: 3%;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
  background-image: url('../images/arr_0005_next-green.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.next-arrow.w--current {
  background-image: none;
}

.prev-arr {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 90;
  display: block;
  width: 2.5%;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
}

.next-arr {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90;
  display: block;
  width: 2.5%;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
}

html.w-mod-js *[data-ix="init-stroke"] {
  width: 0px;
  height: 0px;
}

html.w-mod-js *[data-ix="init-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="bounce"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="arrows"] {
  opacity: 0;
  width: 2.5%;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

@media (max-width: 991px) {
  .rows.home {
    background-position: 23% 57%;
    background-size: 90%;
  }
  .logo.w--current {
    height: 8%;
  }
  .listings.footed {
    text-align: center;
  }
  .listings.hide {
    display: block;
    text-align: center;
  }
  .fields {
    width: 100%;
  }
  .cols {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .rows.home {
    background-position: 32% 53%;
  }
  .rows.about {
    height: auto;
    padding-left: 21px;
  }
  .rows.property {
    height: auto;
  }
  .rows.parrallax {
    display: none;
  }
  .rows.services {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .rows.gallery {
    height: 60%;
  }
  .logo.w--current {
    height: 7%;
  }
  .rich-text.green {
    position: relative;
    height: auto;
    max-width: 500px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .rich-text.default {
    position: relative;
    height: auto;
    max-width: 500px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .prev-arr {
    width: 6%;
  }
  .next-arr {
    width: 6%;
  }
}

@media (max-width: 479px) {
  .prev-arr {
    width: 10%;
  }
  .prev-arr.w--current {
    width: 10%;
  }
  .next-arr {
    width: 10%;
  }
  .next-arr.w--current {
    width: 10%;
  }
}