.fade-off {
	z-index: 1;
	opacity: 0;
	-moz-transition-property: opacity; 
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
}

.fade-on {
	z-index: 100;
	opacity: 1 !important;
	-moz-transition-property: opacity; 
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

/*----------------------------*/

.clear {
	clear: both;
}

/*----------------------------*/

.cem-porcento {
	width: 100%;
}

/*----------------------------*/

.justify-columns {
	text-align: justify;
	font-size: 0px;
	line-height: 0px;
}
.justify-columns:after {
	display: inline-block;
	width: 100%;
	content: '';
}

/*----------------------------*/

.rich-text {}

	.rich-text a {
		color: #093;
		text-decoration: underline;
	}

	.rich-text img {
		max-width: auto;
		height: auto !important
	}

/*--------------------------------------------*/

.galeria {}

	.galeria li {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.galeria .photo {
		width: 100%;
		height: auto;
	}

/*--------------------------------------------*/

p.erro, 
p.sucesso {
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.3em;
}

p.erro {	
	border: solid 1px #ebccd1;
	color: #a94442;
	background-color: #f2dede;	
}

p.sucesso {
	border: solid 1px #D0EBCC;
	color: #6EA942;
	background-color: #DFF2DE;		
}

/*------------------------------------*/

.formulario {
	width: 960px;
	max-width: 100%;
}
	
	.formulario input, 
	.formulario textarea, 
	.formulario select, 
	.formulario label, 
	.formulario button {
		width: 100%;
		margin-right: 0px;
	}

	.formulario label + input, 
	.formulario label + textarea, 
	.formulario label + select, 
	.formulario label + label, 
	.formulario label + button, 
	.formulario label + textarea + .cke {
		margin-top: -14px;
	}


	.formulario input[type=checkbox], 
	.formulario input[type=radio] {
		width: 20px;
		margin-right: 5px;
	}

	.formulario label + input[type=checkbox], 
	.formulario label + input[type=radio] {
		margin-top: 8px;
	}

	.formulario input[type=checkbox] + label, 
	.formulario input[type=radio] + label {
		width: calc(100% - 25px);
	}

	.formulario input[type=checkbox] + label + label, 
	.formulario input[type=radio] + label + label {
		margin-top: 0px;
	}

/*------------------------------------*/

.fb-like {
	margin-bottom: 20px;
}

/*------------------------------------*/

.lote {
	margin-bottom: 20px;
}

	.lote .photo {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8)
	}

	.lote .titulo {
		font-weight: 500;
		text-transform: uppercase;
	}

/*------------------------------------*/

.barra-rolante {
	
}
	.mask {
		z-index: 4;
		overflow: hidden;
	}
	
	.area-rolante {
		transition-property: margin;
		transition-duration: 1s;
		text-align: left;
	}
		.area-rolante > .column {
			margin-right: 20px !important;
		}			
	
	.setas {
		height: 26px;
		margin-top: -46px;
		margin-bottom: 20px;
		text-align: right;	
	}

		.seta {
			z-index: 10;
			width: 26px;
			height: 26px;
			margin: auto;
			border-radius: 30px;
			background-position: center center;
			background-color: #fff;
		}
		.seta:hover {
			box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		}

		.seta-anterior {
			background-image: url(../images/chevron1.png);
		}

		.seta-proximo {
			margin-left: 10px;
			background-image: url(../images/chevron2.png);
		}

/*------------------------------------*/

.servico {
	margin-bottom: 20px;
	background: #eee;
	background: #f7941d;
}
	.servico .photo {
		width: 100%;
		height: auto;
	}

	.servico .titulo {
		min-height: calc(2em + 40px);

		padding-left: 10px;	
		padding-top: 20px;
		padding-bottom: 20px;
		font-family: 'miso-light';
		text-transform: uppercase;
		font-size: 29px;
		line-height: 1em;
		overflow: hidden;

		/*background: -webkit-linear-gradient(top, #eee 0px, #eee calc(100% - 10px), rgba(0, 0, 0, 0) calc(100% - 9px));*/

		background-image: url(../images/servico-background.png);
		background-size: 100% calc(100% - 10px);

		transition-property: background-size, color;
		transition-duration: 0.5s;
	}

	.servico:hover .titulo {
		color: #fff;
		background-size: 100% 0px;
	}

/*----------------*/

.servico:nth-child(5n+1) {
	background-color: #ed1c24;
}
.servico:nth-child(5n+2) {
	background-color: #f7941d;
}
.servico:nth-child(5n+3) {
	background-color: #1572b9;
}
.servico:nth-child(5n+4) {
	background-color: #39b54a;
}
.servico:nth-child(5n+5) {
	background-color: #db50e4;
}

/*------------------------------------*/

.album {
	margin-bottom: 20px;
	background: #eee;
	background: #f7941d;
}
	.album .photo {
		width: 100%;
		height: auto;
	}

	.album .titulo {
		min-height: calc(2em + 20px);

		padding: 10px;	
		font-family: 'miso-light';
		text-transform: uppercase;
		font-size: 29px;
		line-height: 1em;
		overflow: hidden;

		background-image: url(../images/servico-background.png);
		background-repeat: repeat;
	}
