/* Fundo do site */
.l-section,.l-preloader,.g-hr-h i,.color_primary .g-btn.type_primary,.w-blog.imgpos_atleft .w-blog-entry-meta-date,.w-clients-itemgroup,.w-clients-nav,.w-tabs-item.active,#supersized li,#prevslide,#nextslide,.flex-direction-nav span {
	background-image: url(http://solelazerdf.com.br/files/bg.png);
	background-color: #ffffff;
}

/* Mudadr a cor do overlay no portifolio */
.w-portfolio-item-hover::before {
	background-color: #d68630;
	content: "";
	display: block;
	height: 100%;
	opacity: .75;
	width: 100%;
}

/* Opacidade dos parallax */
.l-subsection.color_dark:after {
	background-color: rgba(0,0,0,0.0);
}

/* Sombra na imagem da pagina interna */
.l-main {
	margin-bottom: 70px;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	z-index: 2;
}

/* Tirar o titulo no portifolio   
.w-portfolio-item-title {
	font-size: 22px;
	line-height: 28px;
	color: #cf8e48;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Logomarca */
.l-header {
	position: relative;
}

.w-logo {
	position: relative;
	z-index: 101;
}

.l-header:after {
	position: absolute;
	background: transparent url(http://solelazerdf.com.br/files/logo_efeito.png) no-repeat top left;
	top: -1px;
	left: -5px;
	width: 428px;
	height: 186px;
	z-index: 1000;
	display: block;
	content: "";
}

@media (max-width: 1100px) {
	.l-header:after {
		display: none;
	}
}

/* Borda nos sliders 
#difenciais 			.l-subsection:after {
	position: absolute;
	content: "";
	height: 19px;
	width: 100%;
	top: 0;
	left: 0;
	background: url() repeat-x;
}  
#diferenciais .color_dark.l-subsection:before {
	position: absolute;
	content: "";
	height: 114px;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	left: 0;
	background: url(http://kellymoreira.com.br/files/parallax_efeito.png) repeat-x;
} */
/* Formulario de contato */
.contact-form select {
	margin-bottom: 13px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border-width: 1px medium medium;
	border-style: solid none none;
	border-color: rgba(0,0,0,0.08) -moz-use-text-color -moz-use-text-color;
	border-image: none;
	font-size: 16px;
	height: 42px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 0 2px transparent;
	transition: box-shadow .3s ease 0;
	background-color: #E0E0E0;
}