body {
  position: relative;
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: #eeeeee;
  padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Open Sans', sans-serif;
}
hr{
  margin: 7px 7px;
}
table{
  text-align: center;
  margin-bottom: 0 !important;
}
table th{
  border-bottom: none !important;
  text-align: center;
  font-weight: normal;
}
.table-responsive{
  border: none !important;
}
table.borderless td, .borderless th {
    border: none !important;
}
fieldset{}
fieldset input, fieldset textarea{
  margin-top: 7px;
}
.row.no-gutters{
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"]{
    padding-right: 0;
    padding-left: 0;
}
.color-orange{
   color: #ff6c00;
}
.color-blue{
   color: #115577;
}
.bg-blue{
   background-color: #157;
   color: white;
}
.bg-orange{
   background-color: #ff6c00;
   color: white;
}
.btn-dreamcasa{
    color: #fff;
    background-color: #ff6c00;
    border-color: #ff6c00;
}
.btn-dreamcasa:hover{
  background-color: #fff;
  color: #ff6c00;
  border-color: #ff6c00;
}
.btn-dreamcasa:active{
  background-color: #fff;
  color: #ff6c00;
  border-color: #ff6c00;
}
.btn-dreamcasa:focus{
  background-color: #fff;
  color: #ff6c00;
  border-color: #ff6c00;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.text-small{
  font-weight: 500;
  font-size: smaller;
  line-height: 1.2;
  display: block;
}
.text-medium{
  font-weight: 500;
  font-size: large;
  line-height: 1.3;
  display: block;
}
.text-big{
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  display: block;
}
.breadcrumb{
  font-size: smaller;
  background-color: transparent;
  margin-bottom: 5px;
}
body>header.dreamcasa{
  border-bottom: solid 2px #ccc;
}
.navbar-brand-center{
  padding-top: 6px;
}
body>header .navbar-default{
  background-color: white !important;
}
body>header>nav{}
body>header>nav .navbar-header .navbar-toggle{
  background-color: transparent;
  color: #115577;
  border: none;
  margin-right: 0;
}
body>header>nav .navbar-header .navbar-toggle[aria-expanded="true"],
body>header>nav .navbar-header .navbar-toggle:focus,
body>header>nav .navbar-header .navbar-toggle:hover{
  background-color: transparent;
  color: #ff6c00;
}
body>header>nav .navbar-header .navbar-toggle .icon-bar,
body>header>nav .navbar-header .navbar-toggle:focus .icon-bar,
body>header>nav .navbar-header .navbar-toggle:hover .icon-bar{
  background-color: #115577;
}
body>header>nav .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar{
  background-color: #115577;
}
body>header>nav #navitems li a{
  color: #115577;
}
body>header>nav #navitems li.active a{
  background-color: #115577;
  color: white;
}
#subir{
  position: fixed;
  right: 4vw;
  bottom: 10vh;
  -z-index: 0;
}
section.principal{
  padding-top: 20px;
  min-height: 60vh;
  max-height: 65vh;
  position: relative;
}
section.principal .row{
  margin-left: 0;
  margin-right: 0;
}
section.principal h1{
  font-size: xx-large;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
section.principal article.main-search{
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 7px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.principal article.main-search div{
  padding-left: 0;
  padding-right: 0;
}

section.principal article.main-search .putinline{
  padding: 3px;
}
section.principal article.main-search .putinline select{
  text-align-last: center;
}
section.principal article.main-search .putinline{
  color: white;
}
section.principal article.main-search .putinline a{
  color: white;
}
section.principal article.main-search .putinline a:hover{
  text-decoration: none;
}
section.principal aside.cdown{
  position: absolute;
  bottom: 1rem;
  width: 100%;

}
section.principal aside.cdown a{
  color: white;
}
section.principal aside.cdown a:hover{
  color: white;
  -moz-transform: translate(0px, 7px);
  -webkit-transform: translate(0px, 7px);
  -o-transform: translate(0px, 7px);
  -ms-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}
section.default{
  padding-top: 3vh;
  padding-bottom: 5vh;
}
section.default .thumbnail .caption{
  padding: 0 0px 30px 10px;
}
section.default .thumbnail .caption ul{
  list-style: none;
  padding-left: 0;
  white-space: wrap;
}
section.default .thumbnail .caption a.active{
  text-decoration: underline;
}

body>footer{
  background-color: #115577;
  padding-top: 10px;
  color: white;
  z-index: 0;
}
body>footer h3{
  font-size: medium;
  margin-bottom: 15px;
}
body>footer ul{
  font-size: small;
  padding-left: 1vw;
}
body>footer ul li{
  list-style: none;
  margin-bottom: 10px;
  white-space: nowrap;
}
body>footer ul li a{
  text-decoration: none;
  color:white;
}
body>footer ul li a:hover{
  color: white;
  text-decoration: underline;
}
body>footer>article.container-fluid{
  font-size: smaller;
  background-color: rgba(0, 0, 0, 0.07);
  color: white;
  padding-bottom: 10px;
}
body>footer>article.container-fluid a{
  color: white;
}
body>footer>article.container-fluid a:hover{
  color: white;
  text-decoration: underline;
}
body>footer>article.container-fluid a{}

/*
  MADE FOR IMOVEL.HTML
*/
main#property{}
main#property.container-fluid{
  padding: 0;
}
main#property header h1{
  margin-top: 6px;
  margin-bottom: 0;
}
main#property header h1 span{
  font-size: large;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}

main#property header h1 span a{
  font-size: small;
  font-weight: 400;
  line-height: 1.2;
}
main#property header h1 small::before{
  content: 'COD. ';
}
main#property header h1 small{
  font-size: x-small;
  font-weight: 400;
  padding: 2px 3px;
  border: solid 1px #dcdcdc;
}
main#property h2{
  font-size: medium;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}
main#property .carousel-content{
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 9px;
  color: white;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  right: 5%;
  z-index: 1;
}
main#property .carousel-content:hover{
  text-decoration: none;
}
main#property .carousel-content b{
  font-size: initial;
  font-weight: 400;
}

main#property section .detailset{
  margin-top: 6px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
main#property section .detailset label{
  color: #666;
  font-weight: 400;
  font-size: smaller;
  width: 100%;
}
main#property section .detailset span{
  white-space: nowrap;
  font-size: x-large;
  font-weight: 600;
  padding-left: 5px;
}
main#property section .detailset.sms span{
  font-size: large;
  font-weight: 600;
  padding-left: 5px;
}

main#property section table{
  margin: 2rem 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
main#property section table th, main#property section table td{
  padding: 2px 8px;
}
main#property section table td{
  font-weight: 600;
}
main#property input#readmore{
  display: none;
}
main#property label[for*="readmore"]{
  font-size: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 5px;
  margin-bottom: 20px;
  width: 100%;
}
main#property label[for*="readmore"]:hover{
  text-decoration: underline;
}
main#property label[for*="readmore"]:focus{
  text-decoration: none;
}
main#property #property-description{
  max-height: 43px;
  overflow: hidden;
}
main#property #property-description p{
  font-size: normal;
}
main#property #map{
  background: url('https://s3-sa-east-1.amazonaws.com/dcdatabucket/dist/assets/img/map-bg.jpg') center center no-repeat fixed;
  background-size: cover;
  border: 1px solid rgb(204, 204, 204);
  min-height: 300px;
}
main#property #map a{
  margin-top: 130px;
}
main#property iframe{
  border: 1px solid #ccc;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
}
main#property #map iframe{
  display: none;
}
main#property #leadForm-inpage{
  background-color: #f5f5dc;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
main#property #leadForm-inpage .floated-left{
  margin-bottom: 10px;
}
main#property #leadForm-inpage .floated-left div{
  float: left;
}
main#property #leadForm-inpage img{
  width: 75px;
  height: 75px;
  border: solid 1px #ccc;
  margin-right: 7px;
}
main#property #leadForm-inpage h4{
  font-weight: 600;
  font-size: x-large;
  margin-top: 0;
  margin-bottom: 0;
}
main#property #leadForm-inpage h5{
  font-weight: 400;
  font-size: large;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
}
main#property #leadForm-inpage h6{
  font-weight: 400;
  font-size: smaller;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
main#property #sideform{
  padding-left: 7px;
  max-width: 370px;
}
main#property #sideform > div{
  background-color: rgb(245, 245, 220);
  border: 1px solid rgb(204, 204, 204);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#bottom-element{
  display: none;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
#bottom-element div[class*="col-xs"]{
  padding-left: 0;
  padding-right: 0;
}
#bottom-element div[class*="col-xs"] .btn.sharp{
  border-radius: 0;
}
/*
   MADE FOR SEARCH.HTML
*/
.affix#filters{
  position: relative !important;
}
.affix-bottom#filters{
  position: relative !important;
}
#filters nav{
  background-color: white;
  border: solid 1px #115577;
  margin: 6px 0;
}
#filters hr{
  margin: 10px 10px;
}
#properties-list{
  min-height: 500px;
}
#properties-list article{
  max-width: 992px !important;
}
#properties-list header h1{
  font-size: large;
  font-weight: 100 !important;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
}
#properties-list header h1 strong{
  font-size: larger;
}

main#mss article{
  border: solid 2px transparent;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
main#mss article:hover{
  border-color: #ff6c00;
}
main#mss article .ad-images{
  padding-left: 0;
  padding-right: 0;
}
main#mss article h2{
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 6px;
}
main#mss article p{
  margin: 0 0 20px 0 !important;
}
main#mss article .ad-details img{
  border: 1px solid rgb(204, 204, 204);
  max-width: 42px;
}
main#mss article .ad-details table{
  margin-bottom: 15px !important;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
main#mss article .ad-details table th, main#mss article .ad-details table td{
  padding: 2px 8px;
}

main#mss article .carousel-content{
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 20;
	background-color: rgba(0,0,0,0.5);
}
main#mss article .carousel-content span{
  font-size: 18px;
  font-weight: 500;
	color: white;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.9);
	line-height: 2;
	padding-left: 7px;
	padding-right: 7px;
}

main#mss footer{
  min-height: 79px;
}
main#mss footer li a{
  color: #ff6c00;
}
main#mss footer li a:hover, main#mss footer li a:active, main#mss footer li a:focus{
  background-color: #fff;
  color: #ff6c00;
  border-color: #ff6c00;
}
main#mss footer li.active a{
  font-weight: 700;
  background-color: #fff;
  color: #ff6c00;
  border-color: #ff6c00;
}
.image-small{
	width: auto !important;
	height: 240px !important;
	background-repeat: no-repeat;
	background-size:  contain !important;
	background-position: center;
	left: 50%;
}
#properties-list .image-small{
	width: 320px !important;
	height: 240px !important;
	background-repeat: no-repeat;
	background-size:  cover !important;
	background-position: center;
	left: 50%;
}
@media only screen and (min-width: 320px) {
  body > header > nav > .container > .navbar-header > div[class*="col-xs"]{
    padding-left: 0;
    padding-right: 0;
  }
  main#mss article h2{
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 6px;
  }


  main#property section .detailset span{
    font-size: large;
    font-weight: 600;
    padding-left: 5px;
  }
  main#property section table th, main#property section table td{
    padding: 2px 4px;
  }
  main#property #dreamcasaCarousel .carousel-inner{
    background-color: #303030;
  }
  main#property #leadForm-inpage a img{
    display: none;
  }
  main#property #leadForm-inpage h4{
    font-weight: 600;
    font-size: medium;
    margin-top: 0;
    margin-bottom: 0;
  }
  main#property #leadForm-inpage h5{
    font-weight: 400;
    font-size: medium;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) {
  section.principal h1{
    font-size: x-large;
  }
  main#mss article .ad-details table{
    margin-bottom: 0 !important;
  }
  #filters nav{
    border: none;
    margin: 6px 0;
  }
  #properties-list header h1{
    font-size: medium;
  }
  #properties-list header h1 strong{
    font-size: larger;
  }
}
@media only screen and (min-width: 768px) {
  main#mss article h2{
    padding-top: 10px;
  }
  main#mss article h2{
    font-weight: bold;
  }
  main#property .image-small{
  	width: auto !important;
  	height: 420px !important;
  	background-repeat: no-repeat;
  	background-size:  cover;
  	background-position: center;
  	left: 50%;
  }
  main#property section .detailset span{
    font-size: x-large;
  }
  main#property section .detailset.sms label{
    padding-left: 2rem;
  }
  main#property section .detailset.sms span{
    font-size: medium;
    padding-left: 3rem;
  }
  .affix#filters{
    position: fixed !important;
  }
}
@media only screen and (min-width: 992px) {
  main#property.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
  .affix#sideform{
    width: 32.58%;
  }
  .affix-bottom#sideform{
    position: fixed;
    width: 32.58%;
  }
}
@media only screen and (min-width: 1200px) {
  .affix#sideform{
    width: 32.58%;
  }
}
