/*

Responsive Mobile Menu v1.0
Plugin URI: responsivemobilemenu.com

Author: Sergio Vitov
Author URI: http://xmacros.com

License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/

*/

body {	
	padding:0;
	margin:0;
	color:#555;	
	font:normal 13px/22px Arial;
	background:url(bgmobile.png) #eee;
	/*background: #FFE0A3;*/
}


ul {
    margin:0;
    padding:0;
	list-style:none;
}	


form {
	width: 90%;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea {
	-webkit-appearance: none; -moz-appearance: none;
	display: block;
	margin: 0;
	padding: 10px;
	width: 90%; height: 20px;
	line-height: 20px; font-size: 17px;
	border: 1px solid #bbb;
}



form li {
	margin-bottom:15px;
    list-style-type: none;
	
}

/* PLACE HOLDER FORMULARIOS */

::-webkit-input-placeholder { 
	color:#656161;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-style:italic;	
	font-size: 15px;
}

::-moz-placeholder { 
	color:#656161;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-style:italic;
	font-size: 15px;
} /* firefox 19+ */

:-ms-input-placeholder { 
	color:#656161;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-style:italic;
	font-size: 15px;
} /* ie */

input:-moz-placeholder { 
	color:#656161;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-style:italic;
	font-size: 15px;
}




.tableResponsive { 
	width: 100%; 
	border-collapse: collapse; 
}
/* Zebra striping */
.tableResponsive tr:nth-of-type(odd) { 
	background: #eee; 
}
.tableResponsive th { 
	background: #333; 
	color: white; 
	font-weight: bold; 
}
.tableResponsive td, .tableResponsive th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}


@media 
only screen and (max-width: 560px)  {
	
	.tableResponsive table, .tableResponsive thead, .tableResponsive tbody, .tableResponsive th, .tableResponsive td, .tableResponsive tr { 
		display: block; 
	}
	
	.tableResponsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tableResponsive tr { border: 1px solid #ccc; }
	
	.tableResponsive td { 
		/* Behave  like a "row" */
		text-align:left !important;
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.tableResponsive td:before { 
		/* Now like a table header */
		position: absolute;
		text-align:left !important;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.tableResponsive td:nth-of-type(1):before { content: "Cidade"; }
	.tableResponsive td:nth-of-type(2):before { content: "Imóvel/Operação"; }
	.tableResponsive td:nth-of-type(3):before { content: "Valor(R$)"; }
	.tableResponsive td:nth-of-type(4):before { content: "Quartos";}
	.tableResponsive td:nth-of-type(5):before { content: "Suítes";}
	.tableResponsive td:nth-of-type(6):before { content: "Detalhar";}
}

.clr {
    width:100%;
	clear:both;
}

.FechaIncludes {
	margin-top:10px;
	margin-bottom:10px;
	border-top: 2px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.FechaIncludesRodape {
	float:left;
	margin-top:30px;
	margin-bottom:10px;
	border-top: 1px dotted #ccc;
	width: 100%;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}


.FechaIncludesRodape ul li {
	background: #f2f2f2;
	clear: both; 
	line-height: 30px;
	border-bottom:1px solid #ccc;
	color:#656161;
	FONT-SIZE:13px;
	FONT-WEIGHT:bold;
	padding: 10px 20px;
 }
 
.FechaIncludesRodape ul li:hover{ 
	text-decoration:underline;
	FONT-WEIGHT: Bold;
	COLOR:#f26522;
 }









.buttonMobile {

	width: 250px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	display: block;
	margin: 0 auto;
	font-size: 1em; 
	line-height: 2.5em;
	color: #333;
	font-weight: bold;
	height: 2.5em; 
	background: #fdfdfd; 
	background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); 
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
	background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
	background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
	background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
	border: 1px solid #bbb;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}	


.selectMobile {
	width: 90%;
	margin: 0 auto;
    font-size: 1em; 
	font-weight: bold;
    color:#555555;
    background:#FBFBFB none repeat scroll 0 0;
    border:1px solid #E5E5E5;
	font-size: 1em; 
    line-height: 16px;
    margin-bottom:10px;
    margin-top:2px;
    padding:6px;
    display: inline-block;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* 
	VITRINE DE IMOVEIS
*/




#conteudocarrosseldestaques {
	background: #FFF;
	position:relative;
	margin: 0 auto;
}


#conteudocarrosseldestaques li {
	padding:0px;
	margin:0px;
	display:inline;
	width:50%;
	float:left;
	/*
	float:left;
	width:33.333%;
	*/
}


.boxdestaque {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	
	
	background: #FFF;
    cursor: pointer;
    width: 95%;
    height: 320px;
    position: relative;
	
    border-width: 1px 1px 5px 1px;
    border-style: solid solid solid;
    border-color: #fff #fff #e4e4e4 #fff;

    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;

	
}


.detalhaimovelTitulo {
	width:100%;
	padding-left:10px;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
	line-height:40px;


}





.boxdestaque:hover {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    
}


.fotoboxdestaques {
	margin:4px auto;
    width: 140px;
	height:100px;
    border: 1px solid #ccc;
    padding: 1px;
}


.contentboxdestaque {
    float: left;
    margin: 10px 0px 0px 15px;
    position: relative;
}

.NomeBairro {
    float: left;
    width: 100%;
    min-height: 19px;
	margin-bottom: 5px;
}

.Nomecidade {
    float: left;
    width: 100%;
    min-height: 17px;
    margin-bottom: 0px;
}


.strDormAreaCons {
    float: left;
    width: 96%;
    min-height: 17px;
    margin-bottom: 10px;
}


.obsboxdestaque {
    border-left: 4px solid #ccc;
     float: left;
    font-size: 12px;
    height: 45px;
    padding-left: 10px;
    width: 92%;
    margin-bottom: 25px;
}



.valorboxdestaque {
    color: #da281c;
    float: left;
    font-size: 14.5px;
    min-height: 17px;
    width: 100%;
	overflow:hidden;
}


.favoritosboxdestaques a {
    float: right;
    text-indent: -9999px;
    margin: 0px;
    width: 29px;
    height: 20px;
    background-image: url('imagens/favoritosboxdestaques.png');
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 100;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.favoritosdestaqueativo {
    background-position: left bottom !important;
}


/*
	FONTES PADRAO WEBSITE
*/

.cor_fonte_principal_Mobile {
	color: #333;
}

	
.fontePadraoWebSite {
	text-decoration: none;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif; 
	font-weight: 400;
	color: #666; 
	font-size: 13px; 
	/*text-shadow: 0 1px 0 RGBA(255,255,255,0.6); */
}


.ftPdraoWebSite_Bold {
	font-weight: bold;
}

.ftPdraoWebSite_Destaque {
	font-size: 15px; 
}


.ftPdraoWebSite_Destaque_Border_Bottom {
	font-size: 15px;
	border-bottom: 2px solid;
}


.msg_str_erro {
	letter-spacing: 1px;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #E6005C; 
	font-size: 12px; 
	/*text-shadow: 0 1px 0 RGBA(255,255,255,0.6); */
}


.msg_str_sucesso {
	letter-spacing: 1px;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #297ACC; 
	font-size: 12px; 
	/*text-shadow: 0 1px 0 RGBA(255,255,255,0.6); */
}


/*
	MENU SUPERIOR RESPONSIVO
*/


.rmm {
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	margin:0 auto !important;
	text-align: center;
	line-height:19px !important;
}
.rmm * {
	-webkit-tap-highlight-color:transparent !important;
	font-family:Arial;
}
.rmm a {
	color:#ebebeb;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
	display:none !important;
	height:0px !important;
	width:0px !important;
}
/* */


.rmm .rmm-main-list li {
	display:inline;
	padding:padding:0px;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}


/* GRAPHITE STYLE */

.rmm.graphite .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
	text-shadow:1px 1px 1px #333333;
	background-color:#444444;
	border-left:1px solid #555555;
	background-image:url('graphite-menu-bg.png');
	background-repeat:repeat-x;
}
.rmm.graphite .rmm-main-list li a:hover {
	background-image:url('graphite-menu-bg-hover.png');
}
.rmm.graphite .rmm-main-list li:first-child a {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.rmm.graphite .rmm-main-list li:last-child a {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.rmm.graphite .rmm-toggled {
	width:95%;
	background-color:#555555;
	min-height:36px;
	border-radius:6px;
}
.rmm.graphite .rmm-toggled-controls {
	display:block;
	height:36px;
	color:white;
	text-align:left;
	position:relative;
	background-image:url('graphite-menu-bg.png');
	background-repeat:repeat-x;
	border-radius:6px;
}
.rmm.graphite .rmm-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px black;
}
.rmm.graphite .rmm-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}

.rmm.graphite .rmm-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background:white;
	width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
	display:block;
	width:100%;
	background-color:#555555;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #333333;
	border-top:1px solid #777777;
	text-shadow:1px 1px 1px #333333;
}
.rmm.graphite .rmm-toggled ul li a:active {
	background-color:#444444;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
}








