@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700);

body {
    font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    background-color: #fff;
    color: #006699;
    overflow-y: scroll;
    overflow-x: hidden;
}


a {
    color: #006699;
}
a:hover,
a:focus {
    color: #00334c;
    text-decoration: none;
}
a:focus,
a:active {
    outline: none !important;
}
.page-header {
    margin-top: 0;
    border-color: #ff0000;
    color: #ff0000;
}

.page-header h1 {
    font-size: 26px;    
}

.page-header h3 {
    font-size: 24px;    
}
.page-header small {
    color: #ff8080;    
}
.help-block {
    font-size: 11px;
}
.btn {
    font-weight: bold;
}
.btn:focus,
.btn:active {
    outline: none !important;
}
.btn-primary {
    background-color: #006699;
    border-color: #00476b;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
    background-color: #00476b;
    border-color: #00334c;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
    background-color: #00334c;
    border-color: #001e2e;
}
.form-control {
    color: #006699;
    border-color: #006699;
    font-weight: normal;
    font-size: 13px;
}
.form-control:focus,
.form-control:active {
    border-color: #00334c;
    outline: none !important;
}
.form-control:hover{
    color: #00334c
}
.form-control .caret{
    color: #006699;
}
.pagination li.active a {
    background-color: #006699;
}


.divider {
    display: block;
    border-top: 1px solid #e1e1e1;
    margin: 10px;
}

.menu {
    background-color: #006699;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
	position: fixed;
    top: 0;
	z-index: 19999;

}
.menu .button {
    color: #fff;
}
.menu .button:hover {
    color: #f4f4f4;
}
.menu .icon i,
.menu .icon strong {    
    display: inline-block;
    vertical-align: top;
    height: inherit; 
    line-height: inherit;    
    font-size: 24px;   
}
.menu .icon strong {
    font-size: 16px;    
}

.search {
    padding: 15px 0;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e1e1e1;
}
.search .btn-group .btn {
    font-weight: normal;
    color: #00334c;
}
.search .btn-group .btn.active {
    font-weight: bold;
}
.search .loading {
    display: block;
    background: #fff url('../img/icon-loading-search.gif') 0 50% no-repeat;
    padding-left: 16px;
}
.search-nav {
    padding-top: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.search-nav .nav-tabs{
    border: none
}
.search-nav .nav-tabs > li > a{
    color: #00476b;
}
.search-nav .nav-tabs > li.active > a,
.search-nav .nav-tabs > li.active > a:hover,
.search-nav .nav-tabs > li.active > a:focus {
    font-weight: bold;
    background-color: #f4f4f4;
    color: #00334c;
    border-color: #e1e1e1;
    border-bottom-color: #f4f4f4;
}

#menu-content-nav .nav-stacked {
    background-color: #f4f4f4;
}
#menu-content-nav .nav-stacked > li {
    display: block;
    border-bottom: 1px solid #e1e1e1;
}
#menu-content-nav .nav-stacked > li > a {
    display: inherit;
    padding: 15px;
    font-weight: bold;
}
#menu-content-nav .nav-stacked > li > a:hover {
    color: #00334c;
    background-color: transparent
}
#menu-content-nav .nav-stacked > li > a > .caret {
    margin-top: 10px;
    float: right;
}

#menu-content-nav .nav-stacked > li > ul {
    background-color: #fff
}
#menu-content-nav .nav-stacked > li > ul > li{
    border-bottom: none;
    border-top: 1px solid #e1e1e1;
}
#menu-content-nav .nav-stacked > li > ul > li > a{
    padding-left: 25px;
    font-weight: normal;
}
#menu-content-nav .nav-stacked > li > ul > li > a:hover{
    background-color: transparent
}

.properties {
    padding: 0;
}
.properties .property {
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.properties .property .content {
    background-color: #faf9f9;
    display: block;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);   
    border-radius: 5px;
}
.properties .property .content .photo {
    overflow: hidden;
    position: relative;
}
.properties .property .content .photo img {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
}
.properties .property .content .photo .price {
    position: absolute;
    padding: 5px 16px;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    font-size: 13px;
    z-index: 1;
}
.properties .property .content .details {
    display: block;
    padding: 15px;
}
.properties .property .content .details .type,
.properties .property .content .details .location-city,
.properties .property .content .details .location-neigh{
    display: inherit;    
    margin: 0;
    padding: 0;    
}
.properties .property .content .details .type {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}
.properties .property .content .details .location-city {
    padding-bottom: 2px;
    font-weight: bold;
}
.properties .property .content .details .location-neigh {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.properties .property .content .details .bottom {
    display: block;
    text-align: center;
}
.properties .property .content .details .bottom .value {
    display: inline-block;
    margin-left: 7px;
    font-weight: bold;
}

.properties .property-row {
    margin-bottom: 15px;
}
.properties .property-row .content {
    background-color: #faf9f9;
    display: block;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);   
    border-radius: 5px;   
    font-size: 12px; 
}
.properties .property-row .content .photo {
    display: block;
    vertical-align: top;
    margin-right: -3px;
    overflow: hidden;
}
.properties .property-row .content .photo img {
    width: 100%;
    height: 130px;
    border-radius: 5px 0 0 0;
}
.properties .property-row .content .details {
    display: block;
    vertical-align: top;
    padding: 5px 0 4px 0;
}
.properties .property-row .content .details .type {
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0000;
}
.properties .property-row .content .price {
    padding: 5px;
    text-align: center;
    background: #fff;
    font-weight: bold;
    color: #ff0000;
    font-size: 18px;
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}
.properties .property-row .content .description {
    padding: 5px;
    border-top: 1px solid #e1e1e1
}

.property-detail {
    margin-bottom: 20px;
	margin-top: 20px;
}
.property-detail .photo {
    overflow: hidden;
    margin-bottom: 10px;
}
.property-detail .photo img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 5px;
    z-index: 1;
}
.property-detail .photo a {
    position: relative;
    display: block;
    z-index: 2;
    
}
.property-detail .photo a p {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 5px;
/*    background: #ff0000;*/
    top:0;
    left: 0;
    z-index: 3;
    text-align: center;
    vertical-align: middle;
    /*opacity: 0.5*/
    background: url(../img/bg-alpha.png);
}
.property-detail .photo a:hover > p {
    display: block;
}
.property-detail .photo a > p > span {
    position: absolute;
    margin: auto;
    color: #fff;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.property-detail .info h1 {
    color: #ff0000;
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.property-detail .info h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}
.property-detail .info .table-info {
    line-height: 160%; 
    margin: 15px 0 25px 0;
}
.property-detail .info .table-info .title{
    font-weight: normal;
}
.property-detail .info .table-info .description{
    font-weight: bold;
    padding-left: 15px;
}

.photo-album .image {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.photo-album .nav-photo {
    margin-bottom: 25px;
}
.photo-album .loading {
    display: block;
    height: 34px;
    background: #5bc0de url('../img/icon-loading-light-blue.gif') 50% 50% no-repeat;
    border-radius: 5px;
    border: 1px solid #46b8da;
}

.footer {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    background: #faf9f9;    
}

.nav-footer {
    display: block;
	text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-footer li {
}
.nav-footer li a {
    display: inherit;
    margin: 5px 0;
}
.nav-footer li a:hover {
    text-decoration: underline
}
.addthis_social {
    width:200px;
    margin: 0 auto;
}
.addthis_social a {
    float: none;
}



.product .caption {
    padding: 0 15px;
}
.product .title ,
.product .price-old,
.product .conditions,
.product .rate {
    font-size: 13px;
    color: #8c8c8c;
    margin: 0;
}
.product .price {
    font-size: 25px;
    font-weight: 700;
    color: #F50000;    
    margin: 0;
}
.product .image {
    padding: 15px;
}
.product .image img {
    max-height: 100px;
}
.product .thumbnail {
    border: none;
	margin-top: 5px;
	
}
.product .rate img {
    width: 91px;
    display: inline-block;    
}
.product .brand img {
    max-width: 150px;
}

.product-min {
    background: #f3f3f3;
}
.product-min .title,
.product-min .category {
    font-size: 13px;
    color: #000;
    margin: 0;
}
.product-min .category,
.product-min .price {
    font-weight: 700;
    font-size: 16px;
}
.product-min .thumbnail {
    border: none;
    background: none;
	margin-top: 5px;
}
.product-min .image {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
}
.product-min .image img {
    max-height: 200px;
}
.product-min .caption {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    min-height: 125px;
}
.product-min p {
    margin-bottom: 10px;
}
.product-min .brand {
    background: #fff;
}

  
.popup1{
     position: fixed;
     top: 0; bottom: 0;
     left: 0; right: 0;
     margin: auto;
     height: 330px;
     padding: 10px;
     background: #e3e7ec;
	 border: solid 3px #5165ab;
     display: none;
	 z-index: 9999;
  }  
  
.popup{
     position: fixed;
     bottom: 0;
     right: 0;
     margin: auto;
     height: 330px;
     padding: 10px;
     display: none;
	 z-index: 9999;
	box-sizing: border-box;
	box-shadow: 0 0 20px 3px rgba(0,0,0,.22)!important;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #fff!important;         	 
  }    
  
.closeButton {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 7px;
    background-image: url("/public/img/bot_fechar.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 26px;
    background-size: 25px 26px;
}    

.popup_sol{
     position: fixed;
     bottom: 0;
     right: 0;
     margin: auto;
     height: 48px;
     padding: 5px;
     display: block;
	 z-index: 8888;
	box-sizing: border-box;
	box-shadow: 0 0 5px 3px rgba(0,0,0,.22)!important;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #fff!important;         	 
  }    

.popuppesq{
     position: fixed;
     top: 0; bottom: 0;
     left: 0; right: 0;
     margin: auto;
	 width: 360px;
     height: 495px;
     padding: 10px;
     display: none;
	 z-index: 29999;
	 box-sizing: border-box;
	 box-shadow: 0 0 5px 3px rgba(0,0,0,.22)!important;
	 border-bottom-left-radius: 2px;
	 border-bottom-right-radius: 2px;
	 background: #fff!important;    	 
  }    
  
.popupface{
     position: fixed;
     top: 0; bottom: 0;
     left: 0; right: 0;
     margin: auto;
	 width: 385px;
     height: 250px;
     padding: 5px;
     display: none;
	 z-index: 29999;
	 box-sizing: border-box;
	 box-shadow: 0 0 5px 3px rgba(0,0,0,.22)!important;
	 border-bottom-left-radius: 2px;
	 border-bottom-right-radius: 2px;
	 background: #40E0D0!important;    	 
  }       
	 
  
.popuppesq1{
     position: fixed;
     top: 0; bottom: 0;
     left: 0; right: 0;
     margin: auto;
	 width: 345px;
     height: 500px;
     padding: 10px;
     background: #e3e7ec;
	 border: solid 3px #5165ab;
     display: none;
	 z-index: 9999;
  }  
  
  
.popup_email{
     position: fixed;
     bottom: 0;
     right: 0;
	 top: 0;
	 left: 0;
     margin: auto;
     height: 200px;
     padding: 10px;
     display: none;
	 z-index: 9999;
	box-sizing: border-box;
	box-shadow: 0 0 20px 3px rgba(0,0,0,.22)!important;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #fff!important;         	 
  }      
  
  
.Text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
}

.pn1 {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-DECORATION: none
}

.pn2 {
	FONT-SIZE: 11px; COLOR: #000033; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.simulador {
			 position: fixed;
			 top: 0; bottom: 0;
			 left: 0; right: 0;
			 margin: auto;
			 width: 400px;
			 height: 640px;
			 //padding: 20px;
			 //border: solid 1px #331;
			 background: #ffffff;
			 display: none;
			 z-index: 39999;
			box-sizing: border-box;
			box-shadow: 0 0 5px 3px rgba(0,0,0,.22)!important;
			border-bottom-left-radius: 2px;
			border-bottom-right-radius: 2px;
			background: #fff!important;       	 
		  }
  
  
.popup_ads{
     position: fixed;
     top: 0; bottom: 0;
     left: 0; right: 0;
     margin: auto;
	 margin-top: 70px;
     display: none;
	 z-index: 99992;    	 
  }    
  
  
.trans{
	filter:alpha(opacity=50); 
	-moz-opacity:.70; 
	opacity:.70; 
	position:absolute;
	width:99%;
	height:99%;
	border:1px solid #f9f9f9;
	left:0;
	top:0;
	background-color:#696969;
	display: none;
	z-index:99991;
}  


.closeButton2 {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 17px;
    background-image: url("/public/img/bot_fechar.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 26px;
    background-size: 25px 26px;
}    

.closeComando {
    cursor: pointer;
    position: relative;
    bottom: 35px;
    left: 17px;
    background-image: url("/public/img/fechar_montadoj.jpg");
    background-repeat: no-repeat;
    width: 175px;
    height: 35px;
    background-size: 175px 35px;
	filter:alpha(opacity=90); 
	-moz-opacity:.90; 
	opacity:.90;
}    		



  