@charset "UTF-8";
body {
  font-family: 'Open Sans', sans-serif;
  color: #494949;
  font-size: 16px; }

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none; }

input:focus {
  outline: none; }

:focus {
  outline: none; }

img {
  max-width: 100%; }

input, textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 5px 8px; }

label {
  font-size: 15px;
  color: #49001f; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-200 {
  margin-top: 200px; }

.mt-300 {
  margin-top: 300px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.bg-gray {
  background: #efefef; }

.bg-white {
  background: #ffffff; }

.section-title {
	font-size: 42px;
	font-weight: lighter;
	font-style: normal;
	color: #000000;
}

.btn-submit {
	color: #000000;
	font-weight: bold;
	border-radius: 10px;
	min-width: 120px;
	-webkit-box-shadow: 0 0 0px 0;
	box-shadow: 0 0 0px 0;
	margin-left: 10px;
	padding: 7px;
}
  .btn-submit:hover, .btn-submit:focus {
    color: #49001f;
    -webkit-box-shadow: 0 0 0px 0 #000;
    box-shadow: 0 0 0px 0 #000; }

.sec-abs {
  position: absolute;
  bottom: 100%;
  padding: 15px 0; }

.shadow-inset {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

.property-item {
	background: #fff;
	-webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
  .property-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.property-img{
	height: 158px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.property-img > img {
	width: 100%;
}

.property-price {
	background: #474747;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #ffffff;
}
  .property-price > p {
    margin: 0;
    font-size: 15px; 
	font-weight: bold; }
    .property-price > p:first-child {
      font-weight: normal;
		height: 23px;
		overflow: hidden;
	  }

.property-desc {
  padding: 10px; 
  height: 138px;
 }
  .property-desc > li {
    padding: 3px; }
    .property-desc > li > img {
      margin-right: 10px;
      position: relative;
      top: -2px; }
    .property-desc > li:first-child {
      font-weight: bold; }

.contact-block {
  padding-top: 30px; }
  .contact-block > h4 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
    color: #49001f; }
  .contact-block p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .sec-abs {
    position: inherit; }
  .section-title {
    font-size: 34px;
    margin: 0; }
  .page {
    padding-bottom: 60px; } }

.site-header {
  padding-top: 20px;
  padding-bottom: 40px; }

.header-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hd-con-block {
  padding: 0 15px;
  font-weight: 300; }

.hd-con-block > p {
  margin: 0; }

.hd-con-block > p > i {
  color: #49001f;
  margin-right: 5px; }

.site-nav > .container {
  background: #f0f0f0;
  color: #c2c3c9;
  margin-bottom: 0px;
  z-index: 9999;
  position: relative; }

#mobile-nav-collapse {
  padding: 0; }

.nav-main > li {
  padding: 0; }

.nav-main > li:last-child {
  float: right; }

.nav-main > li:first-child {
  background: #49001f; }

.nav-main > li > a {
  font-weight: 800;
  display: block;
  padding: 10px 17px;
  text-transform: uppercase;
  font-size: 14px; }

.nav-main > li:last-child > a {
	background: #49001f;
	color: #f69f00;
	padding: 15px 18px;
	border-top-right-radius: 10px;
}

.dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0; }

.carousel-inner {
  overflow-x: hidden;
  border-bottom: 5px solid #49001f; }

.carousel-control {
  opacity: 1; }

.carousel-control > img {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1200px) {
  .nav-main > li > a {
    padding: 10px 8px;
    font-size: 13px; } }

@media screen and (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block;
    background: #49001f; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav,
  .nav-main > li:last-child {
    float: none !important; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .navbar-toggle .icon-bar {
    background: #fff; }
  .nav-main > li {
    display: block; }
  .site-nav {
    background: #f0f0f0;
    padding-bottom: 15px; }
    .site-nav > .container {
      margin-bottom: 0;
      position: static; }
  .logo {
    text-align: center;
    padding: 10px; }
	.boleto {
    text-align: center;
    padding: 15px;
}
  .header-contact-info {
    display: block;
    text-align: center;
    float: none !important; }
  .hd-con-block {
    padding: 5px; } }

@media screen and (max-width: 767px) {
  .carousel-control > img {
    width: 20px; } }

.search-box {
	background: #474747;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
	top: 0px;
	margin-bottom: 40px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.search-box-formularios {
	background: #8f8f8f;
	padding: 20px;
	position: relative;
	top: 0px;
	margin-bottom: 150px;
}

.search {
  margin-top: 30px; }
  .search > h4 {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff; }

.btn-search {
	background: transparent;
	border-bottom-left-radius: 30px;
	float: left;
}

.btn-search {
  background: transparent;
  border: none;
  position: relative;
  top: 59px;
  left: 10px;
  padding: 0;
  margin: 0; }

.form-title {
  background: #49001f;
  position: absolute;
  top: -25px;
  left: 20px;
  margin: 0;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff; }

.bootstrap-select {
  width: 100% !important; }
  .bootstrap-select .caret-box {
    display: none; }
  .bootstrap-select .btn {
    border-radius: 0;
    border: 1px solid #e7e7e7;
    padding: 15px; }
    .bootstrap-select .btn:focus {
      outline: none !important; }
  .bootstrap-select .dropdown-toggle {
    position: relative;
    font-weight: bold; }
    .bootstrap-select .dropdown-toggle:after {
      content: "";
      font-family: "fontAwesome";
      font-size: 35px;
      position: absolute;
      top: 0px;
      right: 10px;
      outline: none;
      color: #49001f; }
      .bootstrap-select .dropdown-toggle:after:focus {
        outline: none; }
    .bootstrap-select .dropdown-toggle:focus {
      background: #49001f !important;
      color: #fff !important; }
      .bootstrap-select .dropdown-toggle:focus:after {
        color: #fff; }
  .bootstrap-select .dropdown-menu {
    border-radius: 0;
    border: 1px solid #e7e7e7;
    margin: 0; }
    .bootstrap-select .dropdown-menu > li > a {
      padding: 10px;
      font-weight: bold; }
      .bootstrap-select .dropdown-menu > li > a:hover {
        background: #49001f;
        color: #fff; }
      .bootstrap-select .dropdown-menu > li > a:focus {
        outline: none; }

.home-highlight {
  padding-bottom: 30px; }

.hot-sell-tab > li {
	border-bottom: 4px solid #fff;
	margin-top: - 50px;
}
  .hot-sell-tab > li > a {
    color: #9e9e9e;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    padding: 10px; }
  .hot-sell-tab > li.active {
    border-bottom-color: #da9f00; }
    .hot-sell-tab > li.active > a {
      color: #da9f00; }

.about {
  padding-top: 50px;
  padding-bottom: 50px; }

.footer-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-logo {
  max-width: 600px;
  margin-left: auto;
  padding-right: 15px; }

.social {
  position: absolute;
  top: 0;
  left: 0; }
  .social > li > a {
    display: block;
    background: #000000;
    color: #e6e6e6;
    padding: 10px 15px; }
    .social > li > a:hover {
      background: #49001f;
      color: #fff; }

.address {
	list-style: none;
	color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
}
  .address > li {
    padding: 5px; }
    .address > li > i {
      color: #9f9f9f;
      margin-right: 5px; }

.footer-bottom {
  background: #ffffff;
  padding: 15px;
  color: #000000;
  font-size: 12px;
  margin-left: 40px;  
  text-align: left; }

@media screen and (max-width: 991px) {
  .footer-logo {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .address {
    list-style: none;
    margin-left: 0;
    font-size: 14px; } }

.page-em-sr > .container {
  position: relative; }

.overflaw-img-left {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover !important;
  right: 0; }

.overflaw-img-left-dois {
  position: absolute;
  width: 60%;
  height: 100%;
  background-size: cover !important;
  right: 0; }

.overflaw-text-block {
	padding: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	font-weight: 300;
}

.btn-img {
	max-width: 400px;
	margin-left: 0px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .btn-img {
    max-width: 250px;
    margin-left: 0; } }

.property-details > .container {
	position: relative;
	margin-top: 120px;
}

.property-details-heading {
  position: absolute;
  bottom: 100%; }

.property-details-title {
	font-size: 30px;
	color: #000000;
	font-weight: 200;
	font-style: normal;
}

.pd-header {
  background: #49001f;
  padding: 15px;
  color: #fff; }
  .pd-header > h4 {
    font-weight: 800;
    font-size: 20px; }

.property-details {
  background: #d2d6dc; }

.pd-desc {
	padding: 15px;
	color: #49001f;
}

.property-details-price > p {
  font-size: 50px; }

.property-details-text {
  color: #000000; }

.property-details-text > h4 {
  font-weight: bold; }

.page-property-details {
  padding-bottom: 60px; }

.btn.btn-submit.btn-popup {
  margin: 0;
  width: 100%;
  margin-top: 15px;
  padding: 10px; }

    .pagination-wrap ul{
    list-style-type: none;
}
.pagination-wrap ul li{
    display: inline-block;
}
.pagination-wrap ul li a{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #49001f;
}
.pagination-wrap ul li a span{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
	
}
.prev-page, .next-page{
    margin: 0 30px;
    position: relative;
    top: -3px;
}
.pagination-wrap{
    margin-top: 20px;
}






