/* ------------------------------------------ */
/* ------------ General styles  ------------ */
/* ---------------------------------------- */








			.Properties_Block{
				box-shadow: -1px 10px 31px -10px rgba(0,0,0,0.81);
				-webkit-box-shadow: -1px 10px 31px -10px rgba(0,0,0,0.81);
				-moz-box-shadow: -1px 10px 31px -10px rgba(0,0,0,0.81);
			}


			.Box_Title_Propriedades{
				width: 100%;
				height: 120px;
				background: #21b2a6;
			}
				.Title_Propriedades{
					width: 80%;
					height: 120px;
					margin: 0 auto;
					padding: 10px;
					background: #2b343d;

					color: #FFF;
					text-align: center;
					font-size: 36px;;
					font-weight: bold;
					line-height: 100px;

					border-radius: 50px 50px 0 0;
					
					box-shadow: 1px -14px 23px -7px rgba(0,0,0,0.49);
					-webkit-box-shadow: 1px -14px 23px -7px rgba(0,0,0,0.49);
					-moz-box-shadow: 1px -14px 23px -7px rgba(0,0,0,0.49);
				}


				.Features_icons{
					width: 48px;
					height: 48px;
					float: left;
					margin-right: 10px;
				}


				.cta{
					background: url(_assets/images/bg_cta.jpeg) fixed no-repeat;
					background-size: cover;
				}
			

			#banner h2:before, #banner h2:after{ display: none;	}


			.footer
			{ position:fixed; bottom:0px; width:100%; height: 50px; padding:10px 0; background: rgba(29, 36, 42,0.8); }


			.Footer_Produced
			{ width:180px; float: right; font-size: 12px; line-height:50px; margin-right: 20px; }


				.Footer_Produced a
				{ border-bottom:none; }


				.Footer_Produced a img
				{ width: 100%; }


			.Footer_SocialMedia
			{ position: absolute; width:100%; line-height:30px; text-align: center; }


			#footer .copyright li a
			{ border-bottom:0px !important; opacity:0.8 }


			#footer .copyright li a:hover
			{ opacity:1; }


			.Footer_Produced_li a img
			{ width:280px; }








/* ------------------------------------------ */
/* ------------ Internal pages  ------------ */
/* ---------------------------------------- */

.wrapperContent
{ padding: 25px 0 0 0; }


.Properties_Block
{ background: #FFF !important;}