#layout_everything {
	
}

#layout_header { z-index: 50;}
#slider { z-index: 40;}
#layout_middle { z-index: 30;}
#layout_footer { z-index: 20;}
/*-------------------------------------------*/

#layout_header {
	padding-top: 50px;
	border-bottom: solid 6px #fff;
	margin-bottom: 20px;
	text-align: right;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

	#logo {
		float: left;
		z-index: 5;
		width: 298px;
		height: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}


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


	#menu {
		display: inline-block;
		width: auto;
		margin-top: 34px;
	}
		#menu ul {
			
		}
			#menu li {}

				#menu li a {
					display: block;
					
					padding-bottom: 5px;
					padding-left: 5px;
					padding-right: 5px;
					
					border-bottom: solid 3px transparent;

					font-family: 'gotham-con-light';

					font-size: 26px;
					line-height: 1em;
					color: #37bcc8;

					text-transform: uppercase;

					transition-property: background-color, color;
					transition-duration: 0.6s;
				}
				#menu li:hover a {
					border-bottom: solid 3px #ff9600;
				}


				#menu li ul {
					display: none;
					position: absolute;
					left: 0px;
					width: 200px;
					margin: 0px;
					text-align: left;
					box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
				}
				#menu li:hover ul {
					display: block;
				}

					#menu li ul li, 
					#menu li ul li a {
						display: block;
						width: 100%;
					}

					#menu li ul li a {
						padding: 10px;
						border-bottom: none !important;
						color: #fff;
						background-color: #ff9600;
					}

					#menu li ul li a:hover {
						border-bottom: none !important;
						color: #ff9600;
						background-color: #fff;
					}

		
			


/*-------------------------------------------*/
#slider {	
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
}
	#slider_content {
		height: 460px;
	}

		#slider .slide {
			position: absolute;
			left: 0px;
			right: 0px;
			bottom: 0px;

			width: 100%;
			height: 100%;
			text-align: center;
		}
			#slider .slide .photo {
				width: 100%;
				height: 100%;
			}

				#slider .slide .photo img {
					width: auto;
					height: 100%;
				}

			#slider .slide .texto {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100%;
				height: 100%;
				
			}

				#slider .slide .texto .conteudo {
					
					width: 530px;
					max-width: 100%;
					height: 180px;
					padding-top: 10px;

					border: solid 2px #fff;

					text-align: center;
					font-size: 55px;
					line-height: 1.3em;
					font-family: 'gotham-con-light';
				
					color: #fff;
				}

					#slider .slide .texto .conteudo .titulo {
						font-family: 'adobe-gurmukhi-bold';
					}
		#slider .botoes {
			z-index: 150;
			position: absolute;
			bottom: 0px;
			left: 0px;
			padding: 10px;
			text-align: center;
		}
			#slider .botoes a {
				width: 10px;
				height: 10px;
				border-radius: 10px;
				margin-left: 3px;
				margin-right: 3px;
				background-color: #fff;				
			}
			#slider .botoes a:hover, 
			#slider .botoes a.atual {
				background-color: #ff9600
			}



				
/*---------------------------------------*/
#layout_middle {
	margin-bottom: 20px;
}
	#middle_content {
		
	}

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

#layout_footer {
	color: #fff;
	background-color: #37bcc8;
}

	#layout_footer address {
		padding-top: 20px;
		font-size: 0px;
		line-height: 0px;
		text-align: justify;
	}
	#layout_footer address:after {
		display: inline-block;
		width: 100%;
		content: '';
	}
		#layout_footer address > div {
			width: auto;
			margin-bottom: 20px;
			font-size: 16px;
			line-height: 1.3em;
		}

		#layout_footer .titulo {
			font-weight: 500;
			text-transform: uppercase;
			font-size: 18px;
			line-height: 1.3em;
		}

	#copyright_e_creditos {
		font-size: 12px;
		line-height: 20px;
		background-color: #ff9600;
	}

			#copyright {
				float: left;
			}

			#creditos {
				float: right;
			}

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

#bem_vindo {
	margin-bottom: 20px;
}
	#bem_vindo h1 {
		text-transform: uppercase;
	}
/*--------------------------------------------*/
#produtos_home {
	margin-bottom: 20px;
}
	#produtos_home .barra-rolante {
		padding-top: 20px;
		background-color: #37bcc8;
	}

	#produtos_home .setas {
		padding-bottom: 10px;
	}
	
	#produtos_home .paginas {
		width: auto;
		margin-left: 5px;
		margin-right: 5px;
	}
		#produtos_home .paginas a {
			width: 10px;
			height: 10px;
			border-radius: 10px;
			margin-top: 5px;
			margin-left: 3px;
			margin-right: 3px;
			font-size: 0px;
			line-height: 0px;
			background-color: #fff;
		}

		#produtos_home .paginas a:first-child {
			margin-left: 0px;
		}

		#produtos_home .paginas a:last-child {
			margin-right: 0px;
		}
	

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

	#produtos_home .servico {
		margin-bottom: 0px;
		transition-property: background-color, box-shadow;
	}
	#produtos_home .servico:hover {
		box-shadow: 0px -10px #971026, 0px 10px #971026;
	}


/*---------------------------------------*/
#servicos {
	padding-top: 20px;
	margin-top: -20px;
	background-color: #b50f2a;
}
/*---------------------------------------*/

#detalha_produto {
	padding: 20px;
	color: #000;
	background-color: #fff;
}
	#detalha_produto .fb-like {
		margin-bottom: 20px;
	}


	.cabecalho {}

		.foto-grande {
			width: 400px;
			margin-right: 20px;
		}
			.foto-grande .photo {
				width: 100%;
				height: auto;
			}

		.cabecalho .titulo {
			width: calc(100% - 420px);
		}

		.cabecalho .button-like {
			width: 100%;
		}
		.cabecalho .button-like.carregando {
			background-image: url(../images/loading2.gif);
			background-position: 7px 7px;
		}


			.cabecalho .titulo h1, 
			.cabecalho .titulo .h1 {
				padding: 0px;
				border: none;
				font-size: 25px;
				line-height: 1.3em;
			}

		.cabecalho .fotos {
			margin-top: 15px;
		}

			.cabecalho .fotos .column {
				margin-bottom: 10px;
			}

				.cabecalho .fotos .photo {
					width: 100%;
					height: auto;
					box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2)
				}

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

		
	#detalha_produto .header {
		overflow: hidden;
		color: #304D5F;
	}

	#detalha_produto .header:after {
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 12px;
		width: 900px;
		height: 6px;
		margin-left: 20px;
		content: '';
		background: #e4e4e4;
	}
/*--------------------------------------------------*/
#detalha_produto, 
#detalha_trabalho, 
#detalha_noticia {
	padding: 20px;
	padding-bottom: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15)
}

.fb-like + #detalha_produto, 
.fb-like + #detalha_trabalho, 
.fb-like + #detalha_noticia {
	margin-top: 20px;
}
/*---------------------------------*/
#contato {}
	#contato input[type='submit'] {
		display: block;
		min-width: 0px;
		width: 100px;
		margin: auto;
	}