.redborder {
	border: 1px solid red;
}
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Tahoma', 'sans-serif';
	background-color: #fff2e1;
}
.c_bg_white {
	background-color: white;
}
.c_bg_cinza{
	background-color: #cacaca;
}
.c_cinza {
	color: #cacaca;
}
.c_bg_cinzaclaro {
	background-color: #eff3e5;
}
.c_box {
	width: 300px;
	height: 108px;
	background-color: black;
	border: 1px solid black;
	border-bottom-left-radius: 12px;
}
.navbar-custom {
    background-color: #cacaca;
	font-size: 20px;
}
.c_busca {
	background-color: #CBC075;
}
.c_titulos {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.c_endereco {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.c_ul1 {
	list-style-type: none;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}
.c_image {
	position: relative;
	background-repeat:no-repeat; 
	background-size:cover;
}
.c_image_text {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: white;
}
.c_image_text1 {
	position: absolute;
	bottom: 0px;
	left: 20px;
	color: white;
}
.c_radius {
	border-radius:12px;
}
/*
li > a, 
li > a:hover, 
li > a:visited,
*/
legend h3,
legend h4 a, 
legend h4 a:hover, 
legend.titulo,
.c_footer, .c_footer:hover, 
.c_textlink {
	color: #989268;
}
.c_centered {
	float: none;
	margin: 0px auto;
}
div.dados {
	position:relative;
	display: none;
}
table.pesquisa td {
	width: 200px;
	color: white;
	padding-bottom: 10px;	
}
table.pesquisa select{
	color: black;
}
.busca {
	border:1px solid #900f0f; 
	border-radius:4px; 
	color:black;
}
a.imoveis {
	color: #f4f4f4;
}
a.imoveis:hover {
	color: white;
	text-decoration: none;
}
div.thumbs {
	width:220px; 
	margin:10px 20px 10px 0px; 
	border: 1px solid #c4c4c4;
	background-color: #f4f4f4;
}
div.thumbs > a {
	color: black;
	text-decoration: none;
}
div.thumbs > a:hover {
	text-decoration: none;
}
div.thumbs_dados {
	width:100%; 
	padding:10px; 
	color:black;
	text-align:center;
}
a#outrasopcoes {
	text-decoration: none;
}

a.c_titulo{
	font-weight: bold;
	font-size: 20px;
	color: #98101e;
}

.navbar-custom {
    background-color: #eff3e5;
    border-radius: 0px;
}

.navbar-custom .navbar-nav > li > a {
    color: #989268;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: black;
    background-color: #f5f6f0;
}
.navbar-custom .navbar-brand {
    color: #989268;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 50%;
  max-height: 400px;
  margin: auto;
}
.carousel-content {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 20;
  color: white;
  /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}