﻿@charset "utf-8";
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: 0 auto;
  z-index: 9999;
}
.selectpicker {
    text-transform: capitalize;
}
.popup .popup_close {
  color: #000;
  right: 18px;
  position: absolute;
  font-size: 30px;
  background: #fff;
  padding: 0 12px;
  top: 18px;
  cursor: pointer;
}
.surname {
  position: absolute;
  top: -200px;
}
body {
  color: #000;
}
p {
  color: #000;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #9e9e9e;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 20px;
}
strong {
  font-weight: 800;
}
ol li {
  list-style: decimal;
  margin-left: 50px;
}
.navbar-toggle {
  border-radius: 0;
}
header {
  border-top: 15px solid #000;
}
header .logo img {
  margin-top: 33px;
  width: 100%;
}
header ul.nav > li > a {
  text-transform: uppercase;
  margin-top: -15px;
  height: 100px;
  padding-top: 70px;
  color: #000;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
header ul.nav > li.active > a,
header ul.nav li:not(.flags) a:hover,
header ul.nav li.open > a,
header ul.nav li:not(.flags) a:focus {
  background-color: #86015e !important;
  color: #fff;
}
header ul.nav > li.flags {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}
header ul.nav > li.flags a {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 12px !important;
}
header ul.nav > li.flags a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header ul.flags li {
  float: right;
  margin-left: 10px;
  margin-top: 20px;
}
header .subscribe {
  margin-right: 30px;
  margin-top: 5px;
}
header .subscribe a span {
  position: initial !important;
}
header .subscribe.login-button {
  margin-right: 50px;
}
header .subscribe.login-button .modal-trigger-button {
  cursor: pointer;
}
header .subscribe.login-button .modal-trigger-button:hover {
  color: rgba(184, 184, 184, 0.8);
}
.min-header {
  background: url(/img/slider_side.png);
}
.min-header .row {
  margin: 0 -23px;
  padding: 0 8px;
  background: url(/img/pixel_horizontal_header_home.png) repeat-y 0 0,
    url(/img/pixel_horizontal_header_home2.png) repeat-y right 0;
}
.min-header .row h2,
.min-header .row h1 {
  font-size: 22px;
  padding: 15px 15px 12px;
  font-weight: 800;
}
.min-header .row .col-xs-3 {
  margin-left: 15px;
  background: #dcdcdc;
}
.min-header .row .col-xs-9 {
  margin-left: -30px;
  padding: 10px 20px 10px 30px !important;
  background: #dcdcdc;
}
.slider {
  margin-top: 10px;
  background: url(/img/slider_side.png);
  height: 248px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .slider {
    height: auto;
    margin-bottom: -54px;
  }
}
@media only screen and (max-width: 767px) {
  .slider {
    margin-bottom: 0;
  }
}
.slider.is-loaded .slider_inner {
  opacity: 1;
}
.slider_container {
  overflow: hidden;
}
.slider_inner {
  opacity: 0;
  transition: opacity 1000ms ease 600ms;
  box-shadow: 0 0 28px -2px rgba(0, 0, 0, 0.6);
}
.slider_list {
  background-color: #dcdcdc;
}
.slider_list .slick-slide:focus {
  outline: 0;
}
.slider_list .slick-current .slider_caption {
  transform: translateY(0);
}
.slider_item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: block;
}
@media only screen and (max-width: 991px) {
  .slider_item {
    height: auto;
  }
}
.slider_item:focus {
  outline: 0;
}
.slider_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .slider_img {
    height: 200px;
  }
}
@media only screen and (max-width: 483px) {
  .slider_img {
    height: 150px;
  }
}
.slider_caption {
  transform: translateY(90px);
  transition: transform 800ms ease 700ms;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 5px 0 5px 15px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 991px) {
  .slider_caption {
    position: static;
    transform: translateY(0);
    transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider_caption {
    padding: 5px 15px 15px 15px;
  }
}
.slider_captionInner {
  display: table;
  min-width: 577px;
  max-width: 640px;
}
@media only screen and (max-width: 991px) {
  .slider_captionInner {
    max-width: none;
    width: 100%;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider_captionInner {
    display: block;
    text-align: center;
  }
}
.slider_captionLeft {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slider_captionLeft {
    display: block;
  }
}
.slider_captionRight {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .slider_captionRight {
    display: block;
  }
}
.slider_title {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-right: 65px;
  font-weight: lighter;
  font-size: 30px;
  line-height: 1.3em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .slider_title {
    display: block;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 13px;
    font-size: 24px;
  }
}
.slider_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 43px 12px 14px;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 100ms ease;
}
.slider_btn:hover {
  background-color: #86015e;
}
.slider_btn > i {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 17px;
  transform: translateY(-50%);
}
.slider_grid {
  margin: 0 -60px;
}
.slider_grid--2 .slider_col {
  width: 50%;
}
.slider_grid--3 .slider_col {
  width: 35%;
}
.slider_grid--3 .slider_col:nth-child(2) {
  width: 30%;
}
.slider_col {
  float: left;
  border: 5px solid #fff;
  border-top: none;
  border-bottom: none;
  transform: skew(18deg);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .slider_col {
    border: 3px solid #fff;
    border-top: none;
    border-bottom: none;
  }
}
.slider_col > img {
  position: relative;
  left: 50%;
  transform: skew(-18deg) translateX(-50%);
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .slider_col > img {
    height: 200px;
  }
}
@media only screen and (max-width: 483px) {
  .slider_col > img {
    height: 150px;
  }
}
.dropdown-menu {
  border-radius: 0;
}
.pesquisa {
  background: url(/img/fundo_pesquisa.jpg) no-repeat center 0;
}
.pesquisaRow .pequenos {
  padding-right: 0 !important;
  padding-left: 15px !important;
}
.pesquisaRow .pequenos:first-child {
  padding-right: 15px !important;
  padding-left: 0 !important;
}
.pesquisaRow h3 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
.pesquisaRow input {
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
}
.pesquisaRow .btn {
  border-radius: 0;
  font-size: 16px;
}
.pesquisaRow .search {
  padding: 3px 10px 2px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border: none;
}
.pesquisaRow .search.bRoxo:hover {
  background-color: #9e9e9e;
}
@media (max-width: 767px) {
  .pesquisaRow select {
    width: 100% !important;
    height: 37px;
    margin-bottom: 15px;
  }
}
.destaques > div {
  margin-bottom: 50px;
}
.destaques div a:hover .destaque_topo {
  background-color: #86015e;
}
.destaques div a .destaque_topo {
  width: 100%;
  background-color: #000;
}
.destaques div a .destaque_topo .destaque_topo_text {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  font-size: 18px;
}
.destaques .destaque_img {
  width: 100%;
}
.seoText p {
  color: #9e9e9e;
}
.destaque_carousel .destaque_courousel_filter {
  margin-bottom: -15px;
}
.destaque_carousel .destaque_courousel_filter a div {
  padding: 20px 0;
  background-color: #9e9e9e;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.destaque_carousel .destaque_courousel_filter a div.active {
  background-color: #86015e;
}
.destaque_carousel .destaque_courousel_filter a div.notactive {
  background-color: #9e9e9e;
}
.destaque_carousel .destaque_courousel_filter a div:hover {
  background-color: #86015e;
}
.carouselRow {
  padding-top: 15px;
  background-color: #000;
}
.carouselRow .owl {
  padding: 30px 0;
  background-color: #494949;
}
.carouselRow .owl .item a {
  text-decoration: none;
  color: #fff;
}
.carouselRow .owl .item a .owl_desc {
  background-color: #000;
  width: 100%;
  padding: 10px 0 0 10px;
}
.carouselRow .owl .item a .owl_desc .owl_title {
  font-size: 16px;
  line-height: 18px;
  height: 45px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .carouselRow .owl .item a .owl_desc .owl_title {
    height: 60px;
  }
}
.carouselRow .owl .item a .owl_desc .owl_price {
  font-size: 20px;
}
.info {
  background: url(/img/painel_esq.jpg) no-repeat 0 0;
  margin-top: 30px;
}
.info.dir {
  background: url(/img/painel_direita.jpg) no-repeat 0 0;
}
.info .info_header {
  padding: 20px;
  color: #fff;
  font-size: 20px;
  height: 60px;
}
.info .info_header a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 100;
}
.info .info_header a:hover {
  color: #86015e;
}
.info .info_content {
  height: 364px;
  padding: 30px;
}
.info .info_content img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  height: 289px;
  width: 40%;
}
.info .info_content .info_desc {
  width: 57%;
  padding-left: 20px;
  font-size: 13px;
}
.info .info_content .info_desc h3 {
  font-size: 20px;
  font-weight: 800;
  color: #86015e;
}
.info .info_content .info_desc p:last-child {
  position: relative;
  bottom: 0;
}
.info .info_content .info_desc a.btn {
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 18px;
  margin-top: 20px;
}
.list #properties.contentlista .col-md-12 .item .content {
  height: 214px;
}
.list #properties.contentlista .col-md-9 .item .content {
  height: 156px;
}
.list .pesquisa {
  background: none;
}
#properties .item {
  margin-top: 30px;
}
#properties .item .img {
  width: 100%;
}
#properties .item .content {
  height: 174px;
  margin-left: -15px;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 30px;
  background: rgba(255, 255, 255, 0.6);
}
#properties .item .content h2 {
  font-size: 25px;
  font-weight: 600;
}
#properties .item .content .reference {
  float: left;
  padding-right: 20px;
  font-weight: 600;
}
#properties .item .content .desc {
  height: 47px;
  overflow: hidden;
  color: #494949;
  line-height: 15px;
}
#properties .item .details {
  background-color: #c9c9c9;
  padding-left: 15px;
  padding-right: 0;
  margin-left: -15px;
  height: 46px;
}
#properties .item .details .detalhesDiv {
  max-width: 450px;
  overflow: hidden;
  position: absolute;
}
#properties .item .details ul {
  width: 500px;
}
#properties .item .details ul li {
  float: left;
  padding-top: 7px;
  padding-right: 20px;
  font-size: 13px;
}
#properties .item .details .more,
#properties .item .details .price {
  font-size: 18px;
  padding: 10px;
  width: 155px;
  color: #fff;
  text-align: center;
  margin-right: -310px;
}
#properties .item .details .price {
  background-color: #231f20;
  font-weight: 600;
  margin-right: 156px;
}
.paging {
  font-size: 18px;
  background: rgba(120, 120, 120, 0.4);
  padding: 40px 30px;
}
.paging span {
  padding: 0 20px;
}
.paging input {
  width: 60px;
  padding-left: 10px;
  margin-left: 10px;
}
.paging a.pull-right {
  margin-top: 13px;
}
.propertyButton {
  position: absolute;
  z-index: 1;
  background-color: #86015e;
  color: #fff;
  left: 0;
  top: 10px;
  font-weight: bold;
  padding: 7px;
}
.energy {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 101;
}
.detail-icons {
  text-align: center;
  color: #86015e;
  font-size: 18px;
  font-weight: bold;
}
.detail-icons li {
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
}
.detail-icons li:last-child {
  border-right: none;
}
.detail-icons li a {
  outline: none;
  display: block;
  padding: 15px 0 20px;
  color: #86015e;
}
.detail-icons li a img {
  margin-right: 8px;
  margin-top: -4px;
}
#inline-1 {
  height: 380px;
  width: 500px;
}
#inline-1 .contacts {
  width: 500px;
}
a.pp_close {
  top: 2px !important;
  right: 20px !important;
  z-index: 9999;
}
.pp_content {
  height: auto !important;
}
.pp_content #contactFormSubmit {
  margin-top: 20px;
}
.pp_content .pp_details .pp_nav,
.pp_content .pp_details .pp_social {
  display: none !important;
}
.pp_content #CaptchaImage {
  margin: -5px 0 -50px !important;
}
.pp_content form input[type="text"],
.pp_content form input[type="tel"],
.pp_content form input[type="email"],
.pp_content form textarea {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  height: 30px;
  padding: 5px 10px;
}
.pp_content form textarea {
  height: 120px !important;
}
.pp_content form input[type="submit"] {
  margin-bottom: 0;
  width: 100%;
  background-color: #86015e;
  border: none;
  padding: 5px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.PropertyDetail .flexslider {
  border: none;
}
.PropertyDetail #pic-control ul.slides li {
  margin-left: 5px;
  margin-right: 5px;
}
.PropertyDetail .BookView {
  text-align: center;
  background-color: #86015e;
  margin-bottom: 5px;
  padding: 10px 0;
}
.PropertyDetail .BookView:hover {
  background-color: #494949;
  color: #fff;
}
.PropertyDetail .price {
  text-align: center;
  background-color: #9e9e9e;
  color: #fff;
  padding: 10px 0;
  font-size: 22px;
}
.PropertyDetail ul.detalhes {
  margin-top: 30px;
}
.PropertyDetail ul.detalhes li {
  margin-bottom: 15px;
  padding-left: 0 !important;
  line-height: 15px;
  font-size: 13px;
}
.PropertyDetail ul.detalhes li .imgwidth {
  width: 55px !important;
  display: inline-block;
}
.PropertyDetail .features {
  padding-right: 0;
}
.PropertyDetail .features h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
}
.PropertyDetail .features ul.details {
  font-size: 18px;
  font-weight: 600;
  color: #494949;
}
.PropertyDetail .features ul.details .detailWithText {
  line-height: 16px !important;
  padding-bottom: 3px;
}
.PropertyDetail .features ul.details .detailWithText .val {
  margin-left: 5px;
  font-weight: 300 !important;
}
.PropertyDetail .button {
  text-align: left;
  padding: 15px 0;
  background-color: #373737;
  font-weight: 600;
  font-size: 18px;
}
.PropertyDetail .button:hover {
  background-color: #86015e;
}
.PropertyDetail .button img,
.PropertyDetail .button span {
  padding-top: 0 !important;
}
.mapa {
  height: 600px;
}
.bottomsearch {
  height: 68px;
}
.bottomsearch .button-search {
  margin-top: 15px;
  width: 250px;
  text-align: left;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0;
}
.bottomsearch .button-search:hover .searchimg {
  background: url(/img/search_hover.jpg);
}
.bottomsearch span {
  font-size: 18px;
  margin-top: 8px;
}
.bottomsearch .searchimg {
  height: 41px;
  width: 41px;
  margin-top: 0;
  background: url(/img/search.jpg);
}
.top {
  top: 5px;
}
.top .texto {
  font-size: 20px;
  background-color: #b2b2b2;
  padding: 21px 0 22px 20px;
}
.top .texto .glyphicon {
  padding-right: 20px;
}
.top .texto:hover {
  color: #86015e;
}
.showSearch .row.pesquisaRow.pb20 {
  padding-bottom: 0 !important;
}
ul.sidemenu li {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjU3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGI4YjgiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    top,
    rgba(150, 150, 150, 0.8) 0%,
    rgba(184, 184, 184, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(170, 170, 170, 0.8)),
    color-stop(100%, rgba(184, 184, 184, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(150, 150, 150, 0.8) 0%,
    rgba(184, 184, 184, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(150, 150, 150, 0.8) 0%,
    rgba(184, 184, 184, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(150, 150, 150, 0.8) 0%,
    rgba(184, 184, 184, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(150, 150, 150, 0.8) 0%,
    rgba(184, 184, 184, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91aaaaaa',endColorstr='#66b8b8b8',GradientType=0);
  font-size: 18px;
}
ul.sidemenu li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 20px;
}
ul.sidemenu li:hover,
ul.sidemenu li.active {
  color: #fff;
  margin-left: -15px;
  background: #86015e;
  opacity: 1;
  box-shadow: 3px 3px 0 #000;
  margin-bottom: 3px;
  margin-top: -3px;
}
ul.sidemenu li:hover a,
ul.sidemenu li.active a {
  padding-left: 35px;
}
.interna h3 {
  font-size: 16px;
}
.interna h3 span.glyphicon {
  top: 6px;
  font-size: 26px;
}
.interna h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
.interna .desc {
  font-size: 16px;
  color: #494949;
}
.interna .desc p {
  color: #494949;
  background: transparent !important;
}
.interna .desc ul li {
  list-style: disc;
  margin-left: 30px;
}
.interna .desc a {
  color: #936;
}
.span-captcha {
  color: #9e9e9e;
  margin-top: 6px;
  font-size: 20px !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.span-captcha #CaptchaImage {
  width: 100%;
  margin: -35px 0 -20px;
}
.span-captcha input[type="text"] {
  width: 100%;
  font-size: 16px;
  height: 30px;
  padding: 5px 10px;
}
.pp_fade {
  height: 93%;
}
#pp_full_res {
  height: 100%;
}
#contactFormSubmit:hover {
  color: #fff !important;
}
.Contacts .map_canvas {
  height: 640px;
}
.Contacts h2 {
  font-size: 26px;
  font-weight: 100;
}
.Contacts .offices {
  color: #86015e;
}
.Contacts .offices h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.Contacts .offices p {
  font-size: 16px;
  color: #86015e;
}
.Contacts .offices p span {
  font-weight: 600;
}
.Contacts .offices a {
  font-size: 18px;
}
.Contacts form input[type="text"],
.Contacts form input[type="tel"],
.Contacts form input[type="email"],
.Contacts form textarea {
  width: 100%;
  margin-top: 20px;
  color: #9e9e9e;
}
.Contacts form #CaptchaImage {
  margin-top: -15px;
}
.Contacts form #CaptchaInputText {
  margin-top: 0;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
}
form .bootstrap-select {
  margin-bottom: 15px !important;
}
form textarea {
  height: 180px !important;
}
input[type="submit"] {
  margin-bottom: 30px;
  width: 100%;
  background-color: #86015e;
  border: none;
  padding: 5px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 767px) {
  input[type="submit"].sbscrbPgBtn {
    margin-top: 15px;
  }
}
@media (max-width: 490px) {
  input[type="submit"].sbscrbPgBtn {
    width: 100%;
  }
}
footer .footerRow {
  margin-top: 10px;
}
footer ul.nav.navbar-nav > li > a:hover,
footer .nav > li > a:focus {
  background-color: #86015e !important;
  color: #fff;
}
footer p {
  color: #fff;
  font-size: 16px;
}
footer .navbar-nav > li > a {
  padding: 5px 15px;
}
footer .nav-footer {
  margin-top: -5px;
}
footer .rights {
  margin-top: -10px;
}
.nav-footer .navbar-nav li a {
  text-transform: uppercase;
}
.error {
  border: 1px solid #f00;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tCenter {
  text-align: center;
}
.bRoxo {
  background-color: #86015e;
}
.bRoxoHover.bRoxo:hover {
  background-color: #9e9e9e;
}
.bCinza {
  background-color: #9e9e9e;
}
.bDarkGray {
  background: #494949;
}
.bBlack {
  background: #000;
}
.tRoxo {
  color: #86015e;
}
.tGray {
  color: #9e9e9e;
}
.tDarkGray {
  color: #494949;
}
.tWhite {
  color: #fff;
}
.tBlack {
  color: #000;
}
a .button {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
a .button.bRoxo:hover {
  background-color: #9e9e9e;
}
.btn:hover.bRoxo:hover {
  background-color: #9e9e9e;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.bootstrap-select {
  width: 100% !important;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-width: 7px;
}
input[type="radio"].css-checkbox,
input[type="checkbox"].css-checkbox {
  display: none;
}
input[type="radio"].css-checkbox + label.css-label,
input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 40px;
  padding-top: 10px;
  height: 28px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  color: #494949;
}
input[type="radio"].css-checkbox + label.css-label p,
input[type="checkbox"].css-checkbox + label.css-label p {
  margin-top: 2px;
}
input[type="radio"].css-checkbox + label.css-label span,
input[type="checkbox"].css-checkbox + label.css-label span {
  font-size: 14px;
}
input[type="radio"].css-checkbox:checked + label.css-label,
input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -28px;
}
label.css-label {
  background-image: url(/img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flipped {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (max-width: 1199px) {
  header ul.nav > li > a {
    font-size: 14px;
  }
  .pesquisaRow .col-md-3 {
    padding: 0 0 0 15px;
  }
  .pesquisaRow .col-md-3:last-child {
    padding-right: 15px;
  }
  .pesquisaRow .col-md-3 .pequenos:first-child {
    padding-right: 15px !important;
  }
  .pesquisaRow .col-md-3 .pequenos:last-child {
    padding-left: 0 !important;
  }
  .pesquisaRow .col-md-3 .pequenos button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px !important;
  }
  .pesquisaRow .col-md-3 input#propertyFreeText {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .info .info_content img {
    width: 169px;
    height: 260px;
  }
  .info .info_content .info_desc p {
    max-height: 165px;
    overflow: hidden;
  }
  .info .info_content .info_desc a.btn {
    white-space: normal;
  }
  #properties .item .content {
    height: 179px;
  }
  #properties .item .details {
    width: 940px;
    margin-left: 15px;
  }
  #properties .item .details .detalhesDiv {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
  }
  #properties .item .details ul {
    width: auto;
  }
  .PropertyDetail .detalhes {
    font-size: 12px;
  }
  .PropertyDetail .button img,
  .PropertyDetail .button span {
    padding-top: 10px !important;
  }
  footer .nav-footer {
    margin-top: -10px;
  }
  footer .rights {
    margin-top: -15px;
  }
  footer .rights span {
    padding-left: 5px;
  }
  footer .social {
    text-align: right;
  }
  footer .social img {
    padding-left: 15px;
  }
  form textarea {
    height: 170px !important;
  }
}
@media only screen and (max-width: 991px) {
  header .logo img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-header {
    margin-top: 15px;
  }
  .navbar-header .navbar-toggle {
    background-color: #86015e !important;
  }
  .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-nav .open .dropdown-menu {
    padding: 0 0 0 5px !important;
  }
  .navbar-collapse {
    position: absolute;
    top: 50px;
    z-index: 999;
  }
  header ul.nav > li.flags,
  header ul.nav li > a {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  header ul.nav > li > a {
    height: auto;
    margin-top: 0;
    padding-top: 10px;
  }
  header ul.nav > li.flags {
    padding-left: 80px;
  }
  .hiSlider-SliderApp img[id^="hiw"],
  .hiSlider-SliderApp div[id^="hiw"],
  .hiSlider-SliderApp span[id^="hiw"],
  .hiSlider-SliderApp a[id^="hiw"],
  .hiSlider-SliderApp li[id^="hiw"],
  .hiSlider-SliderApp ul[id^="hiw"],
  .hiSlider-SliderApp canvas[id^="hiw"] {
    width: 100% !important;
    max-width: 100% !important;
    bottom: -56px !important;
  }
  .pesquisa {
    padding-top: 50px;
    background: #d3d3d3;
  }
  .info {
    width: 558px;
    margin-left: 81px;
  }
  .info .info_header {
    width: 100%;
  }
  .info .info_content {
    width: 100%;
  }
  .hiSlider-shadow {
    display: none !important;
  }
  .pesquisaRow .col-xs-12 {
    padding: 0 15px;
  }
  .filterButtons span {
    font-size: 12px;
  }
  #properties .item .content {
    padding-top: 10px;
    height: 134px;
    overflow: hidden;
  }
  #properties .item .content h2 {
    font-size: 23px;
    line-height: 22px;
  }
  #properties .item .content .desc {
    height: 31px;
  }
  #properties .item .reference {
    float: left !important;
    margin-right: 200px;
  }
  #properties .item .details {
    width: 720px;
    height: 92px;
    padding-left: 0;
  }
  #properties .item .details .detalhesDiv {
    position: relative;
  }
  #properties .item .details ul {
    padding-left: 15px;
  }
  #properties .item .details .price {
    width: 50% !important;
    margin-right: 360px;
    margin-top: 3px !important;
  }
  #properties .item .details .more {
    width: 50% !important;
    margin-right: -720px;
    margin-top: 3px !important;
  }
  .paging span {
    padding: 0 10px !important;
  }
  .PropertyDetail ul.detalhes li {
    float: left;
    padding: 0 27px !important;
    width: auto !important;
  }
  .PropertyDetail div[class^="col-"] > div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .PropertyDetail .button img,
  .PropertyDetail .button span.glyphicon {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .min-header .links {
    padding-right: 30px;
    text-align: right;
  }
  footer .nav-footer {
    display: none;
  }
  footer .rights {
    margin-top: 0;
  }
  footer .rights img {
    margin-top: -10px;
  }
  footer .social {
    text-align: right;
  }
  footer .social img {
    padding-left: 5px;
  }
  footer .social img:first-child {
    padding-left: 0;
  }
  form textarea {
    height: 132px !important;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
    max-width: 283px;
  }
  .search {
    margin-top: 10px;
  }
  .navbar-toggle {
    width: 100%;
    margin-right: 0;
  }
  .info {
    width: 100%;
    margin-left: 0;
    background: none;
    border: 1px solid #9e9e9e;
    height: 100% !important;
  }
  .info.dir .info_header {
    height: 64px;
  }
  .info .info_header {
    background: #6f6f6f;
    height: 90px;
  }
  .info .info_header a {
    float: left !important;
  }
  .info .info_content {
    padding: 0;
    height: auto;
  }
  .info .info_content img {
    width: 100%;
    height: auto !important;
  }
  .info .info_content .info_desc {
    width: 100%;
    height: auto !important;
    padding: 10px 15px;
  }
  .filterButtons span {
    font-size: 14px;
  }
  .min-header .btn.selectpicker {
    margin-left: 7px;
  }
  .min-header .dropdown-menu {
    left: 7px;
  }
  #properties .item .row {
    margin-right: -15px !important;
  }
  #properties .item .content {
    padding: 15px !important;
    margin-left: 0;
    height: 175px !important;
  }
  #properties .item .reference {
    margin-right: 80px;
  }
  #properties .item .desc {
    width: 100%;
    height: 60px !important;
  }
  #properties .item .details {
    background: none;
    margin: 0;
    padding: 0 15px;
    height: 100%;
    width: 100%;
  }
  #properties .item .details .more,
  #properties .item .details .price {
    width: 100% !important;
    margin-right: 0;
  }
  #properties .item .details .price {
    margin-top: 15px !important;
  }
  .contentlista#properties .item .content {
    height: auto !important;
  }
  .contentlista#properties .item .content .desc {
    height: auto;
  }
  .arrows {
    float: none !important;
  }
  .paging {
    text-align: center;
  }
  .paging span {
    padding: 0 !important;
  }
  .paging a.pull-right {
    float: none !important;
  }
  .paging .n_pages {
    font-size: 14px !important;
  }
  .paging .arrows {
    padding: 10px 0;
  }
  .PropertyDetail ul.detalhes li {
    width: 50% !important;
  }
  #inline-1 {
    height: 550px !important;
    width: 280px !important;
  }
  #inline-1 .contacts {
    width: 280px !important;
  }
  .PropertyDetail .tel {
    font-size: 20px !important;
  }
  .PropertyDetail .button img {
    padding-top: 5px !important;
  }
  .PropertyDetail .button span.glyphicon {
    padding-top: 0 !important;
  }
  .footerRow {
    margin-top: 0 !important;
  }
  .footerRow .social {
    text-align: left;
    padding-bottom: 30px;
  }
  .footerRow .social img {
    padding: 0 10px;
  }
  .footerRow .rights {
    margin-top: 5px !important;
  }
  .footerRow .rights img {
    margin-top: -5px !important;
  }
  .bottomsearch {
    height: 105px;
    text-align: center;
  }
  .bottomsearch .need {
    margin: 0 0 10px;
  }
  .bottomsearch .button-search {
    float: none;
  }
  .min-header .links {
    text-align: left;
    padding: 0 30px 15px !important;
  }
  #CaptchaImage {
    margin-top: 15px !important;
  }
}
#contact-form label {
  margin-top: 20px;
}
@media (max-width: 700px) {
  #contact-form label {
    margin-top: 0 !important;
  }
}
.sbscrbPg .g-recaptcha {
  padding-left: 56px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sbscrbPg .g-recaptcha {
    padding-left: 7px;
  }
  .sbscrbPg .g-recaptcha > div > div > iframe {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sbscrbPg .g-recaptcha {
    padding-left: 0;
  }
  .sbscrbPg .g-recaptcha > div > div > iframe {
    margin-left: -45px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
  }
}
@media (max-width: 767px) {
  .sbscrbPg .g-recaptcha {
    padding-left: 0;
  }
  .sbscrbPg .g-recaptcha > div > div > iframe {
    margin-top: 15px;
  }
}
@media (max-width: 340px) {
  .sbscrbPg .g-recaptcha > div > div > iframe {
    margin-top: 5px;
    margin-left: -22px;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
  }
}
.contactsPageCaptcha .g-recaptcha > div > div > iframe {
  margin-top: 27px !important;
  margin-left: 29px !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.clear {
  clear: both;
}
#login button {
  border: none;
  outline: none;
}
#login .login-reply {
  background-color: #e00202;
  height: 33px;
  line-height: 32px;
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  display: none;
}
#login .create-reply {
  background-color: #e00202;
  height: 33px;
  line-height: 32px;
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  display: none;
}
#login .recover-reply {
  background-color: #168f00;
  height: 33px;
  line-height: 32px;
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  display: none;
}
#login input {
  outline: none;
  border: none;
}
#login .login-wrapper {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  margin-top: 70px;
}
#login .login-wrapper .login-top {
  background-color: #e3e3e3;
  text-align: center;
}
#login .login-wrapper .login-top .login-top-box {
  padding: 20px 40px 30px 40px;
}
#login .login-wrapper .login-top .login-top-box .login-top-box-title {
  font-size: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 400px) {
  #login .login-wrapper .login-top .login-top-box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#login .login-wrapper .login-top .login-top-box-actions {
  display: table;
  width: 100%;
}
#login .login-wrapper .login-top .login-top-box-forgot {
  display: table-cell;
  text-align: left;
  color: #000;
  cursor: pointer;
}
#login .login-wrapper .login-top .login-top-box-forgot:hover {
  text-decoration: underline;
}
#login .login-wrapper .login-top .login-top-box-remember {
  display: table-cell;
  text-align: right;
  color: #000;
}
#login .login-wrapper .login-top-box-actions {
  margin-top: 10px;
}
#login .login-wrapper .login-input {
  width: 100%;
}
#login .login-wrapper .login-input input {
  width: 100%;
  height: 46px;
  padding: 10px;
  margin-bottom: 3px;
}
#login .login-wrapper .login-top-box-submit {
  margin-top: 20px;
}
#login .login-wrapper .login-bottom {
  background-color: #231f20;
  text-align: center;
}
#login .login-wrapper .login-bottom-box {
  padding: 30px 40px 40px 40px;
}
@media only screen and (max-width: 400px) {
  #login .login-wrapper .login-bottom-box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#login .login-wrapper .login-bottom-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
}
#login .login-wrapper button.login-top-box-submit-button {
  border: none;
  width: 100%;
  background-color: #86015e;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
#login .login-wrapper button.login-top-box-submit-button:hover {
  background-color: #7c0157;
}
#login .login-wrapper .checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
}
#login .login-wrapper .checkbox-indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 19px;
  height: 19px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
#login .login-wrapper .checkbox-indicator:before {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}
#login .login-wrapper .checkbox-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#login .login-wrapper .checkbox-input:checked ~ .checkbox-indicator:before {
  display: block;
}
#login .login-wrapper .checkbox-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: normal;
  color: #000;
}
#login .login-wrapper .login-modal-close-button {
  border: 2px solid #86015e;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  background-image: url("/img/X.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -40px;
  top: -40px;
  background-size: 48%;
  cursor: pointer;
}
#login .login-wrapper .login-modal-close-button:hover {
  background-color: #86015e;
}
@media only screen and (max-width: 500px) {
  #login .login-wrapper .login-modal-close-button {
    right: 0;
    top: -45px;
  }
}
#login .backtologin-title {
  font-size: 28px !important;
}
#login .backtologin-link {
  margin-top: 20px;
  cursor: pointer;
}
#login .backtologin-link:hover {
  text-decoration: underline;
}
.baseModal {
  text-align: center;
}
.baseModal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -4px;
}
.baseModal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 68px 15px 46px 15px;
}
@media only screen and (max-width: 1199px) {
  .baseModal .modal-dialog {
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.baseModal .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.baseModal .recover-area.is-hidden,
.baseModal .login-area.is-hidden {
  display: none;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border-left: 2px solid #b6d4c0;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 2px solid #d38888 !important;
}
.parsley-errors-list {
  display: none;
  text-align: left;
  margin: 11px 0 10px;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 0.9em;
  opacity: 0;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.favorite-box {
  color: #919191;
  width: 30px;
  height: 30px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 6px;
  text-shadow: 0 0 12px #fff;
  cursor: pointer;
  z-index: 10000;
}
.favorite-box.is-active {
  color: #86015e;
}
.favorite-detail-box {
  color: #73736f;
  width: 30px;
  height: 30px;
  font-size: 29px;
  text-align: center;
  position: absolute;
  right: 80px;
  top: 13px;
  text-shadow: 0 0 12px #fff;
  z-index: 11;
  cursor: pointer;
}
.favorite-detail-box.is-active {
  color: #86015e;
}
.favorite-list-box {
  float: left;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
.favorite-list-box:hover {
  text-decoration: underline;
}
.favorite-list-box.is-active {
  color: #86015e;
}
.favorite-detail-list-box {
  float: left;
  font-weight: bold;
  cursor: pointer;
  margin-left: 30px;
  font-size: 17px;
  margin-top: 3px;
}
.favorite-detail-list-box:hover {
  text-decoration: underline;
}
.favorite-detail-list-box.is-active {
  color: #86015e;
}
@media (max-width: 500px) {
  .favorite-detail-list-box {
    float: none;
    display: block;
    width: 100%;
    clear: both;
    margin-left: 0;
    margin-top: 40px;
  }
}
.property-item-left-arrow {
  opacity: 0;
  position: absolute;
  top: 60px;
  bottom: 60px;
  cursor: pointer;
  left: 15px;
  width: 30px;
}
.property-item-right-arrow {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 60px;
  bottom: 60px;
  width: 30px;
  cursor: pointer;
}
.property-element:hover .property-item-arrow {
  opacity: 1;
}
.CookiesBar {
  position: fixed;
  transform: translateY(100%);
  z-index: 1040;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 19px;
  transition: transform 500ms cubic-bezier(0, 0, 0.25, 1);
}
@media only screen and (max-width: 1613px) {
  .CookiesBar {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .CookiesBar {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .CookiesBar {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .CookiesBar {
    font-size: 14px;
  }
}
.CookiesBar.is-visible {
  transform: translateY(0);
}
.CookiesBar-inner {
  display: table;
  width: 100%;
  padding: 0.3em 2em;
}
@media only screen and (max-width: 460px) {
  .CookiesBar-inner {
    display: block;
    padding: 1.3em 15px;
  }
}
.CookiesBar-left {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-top: 6px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .CookiesBar-left {
    padding-top: 0;
  }
}
@media only screen and (max-width: 460px) {
  .CookiesBar-left {
    display: block;
  }
}
.CookiesBar-left a {
  color: #86015e;
  transition: color 100ms ease;
}
.CookiesBar-left a:focus,
.CookiesBar-left a:hover {
  color: #86015e;
}
.CookiesBar-left a:hover {
  color: #fff;
}
.CookiesBar-right {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 460px) {
  .CookiesBar-right {
    display: block;
    padding-top: 12px;
  }
}
.CookiesBar-btn {
  display: inline-block;
  padding: 0.3em 1.5em;
  border-radius: 5px;
  background-color: #86015e;
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  transition: background-color 100ms ease;
}
.CookiesBar-btn:focus,
.CookiesBar-btn:hover {
  color: #fff;
}
.CookiesBar-btn:hover {
  background-color: #6d014c;
}
.downloads {
  margin-top: 30px;
}
.downloads-list {
  list-style: none;
}
.downloads-list > li {
  margin-bottom: 10px;
}
.downloads-list > li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: inherit;
  font-weight: bold;
  font-size: 17px;
  transition: color 100ms ease;
}
.downloads-list > li a:hover,
.downloads-list > li a:focus {
  color: #86015e;
}
.downloads-list > li a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #86015e;
}
.mb30 {
  margin-bottom: 30px;
}
.formRGPD .rgpdCBID {
  cursor: pointer;
}
.formRGPD > .rgpdCBID-label {
  margin-top: 0;
  font-size: 14px !important;
}
.formRGPD > .rgpdCBID-label a {
  color: #86015e;
}
.checkbox-rgpd {
  padding-left: 0;
  font-size: 11px;
  margin-top: 10px !important;
  text-align: left;
}
.checkbox-rgpd a {
  color: #86015e;
}
.interna .pb30 {
  font-family: "Arial", "sans-serif" !important;
}
.interna .pb30 strong {
  font-weight: 800 !important;
}
.interna .pb30 .desc p {
  color: #000 !important;
  background: transparent !important;
}
.interna .desc h1,
.interna .desc h1 strong {
  color: #86015e !important;
}
.img-responsive {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
.fuuter > li {
  width: 3%;
  display: table-cell !important;
  position: relative;
  display: block;
  list-style: none;
}
@media (min-width: 992px) {
  .fuuter > li {
    float: initial !important;
  }
}
.fuuter {
  vertical-align: top;
  display: table;
  width: 600px;
  margin-left: 200px;
  padding-top: 2px;
  list-style: none;
}
@media (max-width: 1420px) {
  .fuuter {
    margin-left: 0;
  }
  .footer-leftside {
    width: 470px;
  }
}
.footer-wrapperTable {
  display: table;
  width: 100%;
  text-align: center;
}
.footer-leftside {
  display: table-cell;
  vertical-align: top;
  width: 460px;
}
.footer-leftside > ul {
  display: table;
  width: 100%;
}
.footer-leftside > ul > li {
  display: table-cell;
  vertical-align: top;
}
.footer-centerSide {
  display: table-cell;
  vertical-align: top;
}
.footer-rightSide {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  vertical-align: top;
}
@media (max-width: 1300px) {
  .fuuter,
  .proppyLogo {
    display: none;
    width: initial;
  }
}
@media (max-width: 800px) {
  .footer-leftside,
  .footer-rightSide,
  .footer-centerSide,
  .footer-wrapperTable {
    display: block;
  }
  .footer-leftside {
    width: initial;
  }
  .footer-leftside > ul {
    display: block;
  }
  .footer-leftside > ul > li {
    width: initial;
    padding-right: 15px;
  }
  .footer-leftside > ul > li:first-child {
    padding-left: 16px;
  }
  .fuuter {
    margin: 20px;
    display: block;
    text-align: left;
  }
  .fuuter > li {
    width: initial;
    padding-right: 15px;
  }
  .footer-rightSide {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 21px;
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .fuuter {
    display: none;
  }
  .footer-leftside > ul {
    display: block;
  }
  .footer-leftside > ul > li {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    padding-left: 16px;
  }
  .footer-leftside > ul > li > a {
    float: initial;
  }
  .footer-rightSide {
    margin-left: 18px;
  }
}
