@charset "utf-8";

/* RESET + CLEAR  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0px;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol, ul, li {
	display:block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display:block;
	margin:0px;
}
strong {font-weight:700}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color:black;
}

/*--- GENERAL ----------------------------------------------------------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color:black;
	/*background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;*/
}
a {
	color:var(--cor2);
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color:var(--cor1);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
h1, h2, h3, h4 {
	font-weight:700;
	margin-bottom:15px;
	line-height:1.2;
	color:black;
}
h1 {font-size:26px; color:red;}
h2 {font-size:20px;}
h3 {font-size:18px;
	padding-bottom:15px;
	background-image:url('images/pontos_cinza_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
h4 {font-size:18px;}

:root {
--cor1: #80BA05; /* verde */
--cor2: #32882F; /* verde escuro */
}
.cor1 {color:#80BA05;} /* verde */
.cor2 {color:#32882F;} /* verde escuro */
.cor3 {color:#333;}
.bgcor1 {background-color:#80BA05;}
.bgcor2 {background-color:#32882F;}
.bgcor3 {background-color:#333;}
.pontos_cinza_h {
	background-image:url('images/pontos_cinza_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.pontos_branco_h {
	background-image:url('images/pontos_branco_h.png');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.pontos_cinza_v {
	background-image:url('images/pontos_cinza_v.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.pontos_branco_v {
	background-image:url('images/pontos_branco_v.png');
	background-repeat:repeat-y;
	background-position:left top;
}
.bts {font-size:0px; text-align:center;}
.bt1, .bt2, bt3 {
	text-align:center;
	color:white;
	background-color:var(--cor2);
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	display:inline-block;
    padding:10px 15px 10px 15px;
    border: 0;
}
.bt1 {
	font-size: 16px!important;
    width: 350px;
	/*margin:0px 0px 10px 0px;*/
}
.bt2 {
	font-size: 16px!important;
	/*margin:0px 0px 10px 0px;*/
}
.bt3 {
	font-size: 12px!important;
}
.bt1:hover, .bt2:hover {
	color:black;
	background-color:var(--cor1);
}
.esq {/*background-color:red;*/ float:left;}
.dir {/*background-color:yellow;*/ float:right;}
.social a i {font-size:32px; font-weight:normal!important; margin:-6px 5px 0 5px; transition: all 0.2s ease;}
.social a:hover i {color:var(--cor2); transition: all 0.2s ease;}
.nopadding {padding:0!important}
.nomargin {margin:0!important}
.clear {clear:both;}
/*.hide {display:none!important;}
.show  {display:block!important;}*/

.c10 {width:10%;}
.c20 {width:20%;}
.c25 {width:25%;}
.c30 {width:30%;}
.c33 {width:33%;}
.c34 {width:34%;}
.c40 {width:40%;}
.c50 {width:50%;}
.c70 {width:70%;}
.c75 {width:75%;}
.c80 {width:80%;}
.c100 {width:100%;}

.l1200 {max-width: 1200px; margin: auto;}
.l920 {max-width: 920px; margin: auto;}

.tit_verde,
.tit_branco {text-transform: uppercase; font-size: 26px!important; font-weight:700; margin-bottom: 30px;}
.tit_verde {color: var(--cor2);}
.listagem .tit_verde {text-align:center;}
.tit_branco {color: white;}

/*- NAVIGATION (GENERAL) -----------------------------------------------*/
.nav1, .nav2, .nav3, .social, .lang {display:inline-block;}
.nav1 a, .nav2 a, .nav3 a, .social a, .lang a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
}
.social a i {}
.nav1 li, 
.nav2 li, 
.nav3 li, 
.social li, 
.lang li {display:inline-block;}
.nav1 {}
.nav2 {}
.nav3 {}
.nav1 a {}
.nav2 a {}
.nav3 a {}
.nav1 .on {}
.nav2 .on {}
.nav3 .on {}
.nav1 a:hover {}
.nav2 a:hover {}
.nav3 a:hover {}
.lang {}
.lang a {}
.lang a:hover {}
.lang .on {}
.lang .on a{color:black;}
.social {}
.social i {}

/*- HEADER -------------------------------------------------------------*/
header {
    background-color:var(--cor1); 
    padding: 20px 20px 0 20px; 
    min-height:135px; 
    position: fixed; 
    z-index: 1000; 
    width: 100%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.header {
	margin:auto;
	position:relative;
    height: 100px;
	}
.header .logo {position: absolute; bottom: 0;}
.header .logo a {display:inline-block;}
.header .logo img {height: 89px;}
.header .block-nav1 {position: absolute; bottom: -20px; right: 0;}
.header .block-nav2 {position: absolute; right: 290px; top:5px}
.header .nav1 {}
.header .nav2 {}
.header .nav3 {}
.header .nav1 a {color: white; padding-bottom: 15px}
.header .nav2 a {}
.header .nav3 a {}
.header .nav1 .on {color: var(--cor2); border-bottom: 5px solid var(--cor2);}
.header .nav2 .on {}
.header .nav3 .on {}
.header .nav1 a:hover {color: var(--cor2)}
.header .nav2 a:hover {}
.header .nav3 a:hover {}
.header .nav1 span {margin: 0 5px; color: white;}
.header .social {}
.header .social i {color: white;}

/*- CONTENT ------------------------------------------------------------*/
.content.generic {padding:0 20px;}
.content .homepage, .content .main {
	max-width: 1200px;
	margin:auto;
	position:relative;
	}
.content .homepage {width: 100%; max-width: 100%;}
.content .main {padding:60px 0;}
.content .main .col1 {float:right;}
.content .main .col2 {float:left;}
	/* GENERAL TEXT BLOCK */
.content .main .txt{line-height: 1.5; font-size:16px; color:gray;}
.content .sub-opcoes {padding-right:30px;}
.content .sub-opcoes a {text-transform:uppercase; text-decoration:none; padding:10px 0; display:inline-block; width:100%; border-bottom:1px solid lightgray;}
.content .sub-opcoes a:hover {border-bottom:1px solid var(--cor1);}
.content .sub-opcoes .on {border-bottom:1px solid var(--cor2); font-weight:700;}
.content .main .col1 h1 {color:var(--cor1)!important; font-weight:500; line-height:1.2;}


	/* UL LI STYLES ON */
.content .main .txt ol, .content .main .txt ul, .list ol, .list ul{
	list-style: disc;
	list-style-type:disc;
	padding:0 0 15px 15px;
	color:black;
}
.content .main .txt ol li, .content .main .txt ul li, .list li{
	margin:0 0 5px 10px;
	display:list-item;
}
	/* PARAGRAPH */
.content .main .txt p{
	margin-bottom:15px;
}
	/* SLIDER */
.slider {position: relative;}
.slider .selo {position: absolute; top: 140px; right: 30px; z-index: 10;}
.slider .showrooms {position: absolute; bottom: 100px; right: 7%; z-index: 1;}
.slider .showrooms,
.slider .showrooms a,
.slider .showrooms span {color: white!important; font-size: 15px; text-transform: uppercase; text-decoration: none; font-weight: 500;}
.slider .showrooms span {opacity: 0.5; margin-right: 20px}
.slider .showrooms a:hover {text-decoration: underline;}
.slides {background-color: black; padding-top: 10px}
.slides .slide {position:relative;}
.slides .slide img {width:100%; height:auto; opacity:0.7}
.slides .slide ul {position: absolute; top: 60%; left: 50%; transform: translate(-50%,-50%); z-index: 1; color: white; text-align: center; width: 600px;}
.slides .slide ul .tit h2 {font-size:36px; color:white; margin-bottom:40px; font-weight: 500; text-transform: uppercase;}
.slides .slide ul .txt { color:white; margin-bottom:40px; font-size:26px;}

.slider.generica {padding-top: 125px}
.slider.generica .slides {}
.slider.generica .slides .slide {height:270px; overflow: hidden;} 
.slider.generica .slides .slide ul .txt {margin-bottom:0px;}
.slider.generica .slides .slide img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 100%;}
.slider.generica .slides .slide .tit h2{margin-bottom:10px;}


/* SOLUÇÕES --------------------------- */
.listagem {
    background: -moz-linear-gradient(top, #ffffff 0%, #eaf2e9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaf2e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eaf2e9 100%);
    position: relative;
}
.listagem.servicos {
    background: -moz-linear-gradient(top, #ffffff 60%, #eaf2e9 100%);
    background: -webkit-linear-gradient(top, #ffffff 60%,#eaf2e9 100%);
    background: linear-gradient(to bottom, #ffffff 60%,#eaf2e9 100%);
}
.homepage .listagem {
    height: 360px;
}
.listagem .blocos {
    width:100%;
    max-width: 1500px;
    padding: 0 40px 0 40px;
	margin:auto;
}
.homepage .listagem .blocos {
    position: absolute;
    top: -50px;
    left:50%; 
    transform: translate(-50%,0);
}
.listagem .blocos .foto {
    border: 10px outset #80BA05!important; 
    padding: 0!important;
}
.listagem.servicos  .blocos .foto {
    border: none!important; 
    padding: 0!important;
}
.listagem .blocos .bloco {
    padding: 0 15px 20px 15px!important;
}
.listagem .blocos .bloco .nome h2 {
    text-transform: uppercase; 
    color: var(--cor2); 
    font-weight: 500; 
    line-height: 1.3;
    font-size: 18px
}
.listagem .blocos .bloco .txt {
    font-size: 14px;
    line-height: 1.3;
}



/* FRASE DESTAQUE ---------- */
.destaque_wrapper {padding: 60px 0; background-color: white;}
.destaque_wrapper .destaque {padding: 0 20px; text-align: center;}
.destaque_wrapper .destaque ul {width: 800px; display: inline-block; font-size: 0;}
.destaque_wrapper .destaque ul .foto {width: 30%; display: inline-block; vertical-align: middle;}
.destaque_wrapper .destaque ul .foto img {width:100%; padding-right: 50px;}
.destaque_wrapper .destaque ul .txt {width: 70%; display: inline-block; vertical-align: middle; text-align: left;}
.destaque_wrapper .destaque ul .txt h1 {font-weight: 300; color: black; font-size: 30px; line-height: 1.3}

/* ARGUMENTOS ------------ */
.argumentos {background-color: rgba(128,186,5,0.9); padding: 60px 20px; text-align: center; position: relative;}
.argumentos li {z-index: 1}
.argumentos .argumento {width: 30%; display: inline-block; padding: 0 20px; vertical-align: top;}
.argumentos i {font-size: 60px; margin-bottom: 30px; color: var(--cor2)}
.argumentos .txt {font-size: 20px; line-height: 1.3; color: white; font-weight: 300;}
.argumentos .bts {margin-top: 30px; margin-bottom: -10px}
.argumentos::after {
    content: '';
    background-image:url('images/bg_argumentos.jpg');
	background-position:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: -1; 
    /*opacity: 0.1;*/
}


/* PEDIDO ORÇAMENTO ---------------- */
.orcamento {padding: 60px 0; text-align: center;}
.orcamento .dados {padding: 0 20px; font-size: 0;}
.orcamento .dados .formulario {width: 60%; display: inline-block; text-align: left; font-size: 0; vertical-align: middle;}
.orcamento .dados .formulario .txt {font-size:18px; line-height: 1.3; margin-bottom: 20px}
.orcamento .dados .foto {width: 40%; display: inline-block; vertical-align: middle;}
.orcamento .dados .foto img {width: 100%;}
.orcamento .dados .form .input {width: 30%; margin: 0 10px 10px 0; padding: 12px; border: 0; background-color: rgba(0,0,0,0.05);}
.orcamento .dados .form .autorizo {width: 60%;; display: inline-block; vertical-align: top; font-size: 12px; margin-right: 20px}
.orcamento .dados .form button {width: 30%; display: inline-block; vertical-align: top;}


/* NOTICIAS ---------------------- */
.noticias {padding: 30px 0; text-align: center;
    background: -moz-linear-gradient(to top, #ffffff 0%, #eaf2e9 100%);
    background: -webkit-linear-gradient(to top, #ffffff 0%,#eaf2e9 100%);
    background: linear-gradient(to top, #ffffff 0%,#eaf2e9 100%);
}
.noticias .blocos {padding: 0 50px;}
.noticias .blocos a {padding: 0 20px; text-decoration: none; display: inline-block}
.noticias .blocos h2{
    text-transform: uppercase; 
    color: var(--cor2); 
    font-weight: 500; 
    font-size: 20px;
	padding-top: 5px;
}
.noticias .blocos .txt {
    font-size: 14px;
    line-height: 1.3;
}


/* ULTIMAS OBRAS --------------------- */
.galerias.obras {padding: 0 0 30px 0; text-align: center;}
.galerias.obras .galeria .bloco {padding: 0; display: inline-block; text-decoration: none; vertical-align: top; position: relative;}
.galerias.obras .galeria .bloco .foto {padding: 0; border: 1px solid white; background-color: black;}
.galerias.obras .galeria .bloco .foto img {opacity: 0.8;}
.galerias.obras .galeria .bloco .nome {padding: 10px; position: absolute; top:50%; left: 50%; width: 70%; background-color: rgba(50,136,47,0.7);transform:translate(-50%,-50%)}
.galerias.obras .galeria .bloco .nome *{color: white; margin-top: 0px;}
.galerias.obras .galeria .bloco .nome h2 {margin-bottom: 5px; font-size: 1.3vw;}
.galerias.obras .galeria .bloco .nome h3 {padding-bottom: 0px; font-size: 0.9vw; font-weight: 300; text-transform: uppercase; background-image:none; margin:0;}
.galerias.obras .galeria .bloco .nome span {font-size: 1vw; font-weight: 700; text-transform: uppercase; padding-top:10px; display:inline-block;}


/* LOGOTIPOS --------------------- */
.logotipos {padding: 10px 0;}
.logotipos li {padding: 0 20px; text-align: center;}
.logotipos li .logo {display: inline-block; padding:20px; vertical-align: middle;}
.logotipos li .logo img {max-width: 120px; max-height: 60px}





/*- FOOTER ---------------------------------------------------------------*/
footer {padding: 20px; background-color: var(--cor1);}
.footer{
	/*width: 960px;
	margin:auto;*/
	position:relative;
	}
.footer .logo {display: inline-block;}
.footer .logo *{display: inline-block; vertical-align:middle;}
.footer .logo img {height: 50px; margin-right: 30px}
.footer .logo img:nth-child(2) {height: 20px;}
.footer .nav1 {}
.footer .nav2 {}
.footer .social {}
.footer .copy {display: inline-block; float: right; text-align: right; margin-top: 15px}
.footer .copy .txt1,
.footer .copy .txt2 {color: white; display: block; font-size: 14px}
.footer .copy .txt2 {margin-top: 7px; font-size: 12px; color: rgba(255,255,255,0.5)}
.footer .copy a {color: white;}
.footer .copy a:hover {color:var(--cor2);}

/*- FORÇAR RODAPE NO FUNDO -----------------------------------------------
body, html{
	height:100%;
}
.wrapper-push {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px;
}
.push {
	height:110px;
}
*/

/*SLICK */
.slick-dots {
    position: absolute;
    bottom: 97px!important;
    left: 7%!important;
    width: auto!important;
}
.slick-dots li button:before {
    font-family: "Font Awesome 5 Free"!important; 
    font-weight: 900!important; 
    content: "\f45c"!important;
    color: white!important;
    font-size: 20px!important;
    /*line-height: 30px;
    width: 20px;
    height: 20px;
    opacity: .50;*/
}
.slick-dotted.slick-slider {margin-bottom:0!important;}
.slick-next {right: 20px!important;}
.slick-prev {left: 20px!important;}
.slick-prev:before,
.slick-next:before {
    color: var(--cor1)!important;
    font-family: "Font Awesome 5 Free"!important; 
    font-weight: 900!important;
    font-size: 34px!important;
}
.slick-prev:before {
    content: '\f053'!important;
}
.slick-next:before {
    content: '\f054'!important;
}


/* ORGANIZAR ---------------------------------------------------------------------- */



.call {
    position: absolute;
    right: 0;
    top: 0;
}


.col1 .txt .opcoes {font-size:0; margin-top:40px;}
.col1 .txt .opcao {width:50%; display:inline-block; padding:0 20px 0 0; font-size:12px; vertical-align:top; margin-bottom:30px;line-height: 1.4;}
.col1 .txt .opcao .imagem {border: 10px outset #80BA05!important; width:100px; text-align:center;font-size:0; float:left; margin-right:10px;}
.col1 .txt .opcao .imagem img{display:inline-block; width:100%; height:auto; padding:3px;}
.col1 .txt .opcao h2{
	color: var(--cor1)!important;
    font-weight: 500;
    line-height: 1;
	margin-top: 5px;
	margin-bottom:10px;
	font-size:16px!important;
	text-transform:uppercase;
}
.col1 .txt .opcao h2 a{ text-decoration:none;}



.area_servicos{text-align:center; font-size:0;}
.area_servicos .servico{width:33.333%; padding:10px; vertical-align:top; display:inline-block; margin-bottom:30px;}
.area_servicos .servico img{width:100%; margin-bottom:15px;}
.area_servicos .servico a {display:inline-block; text-decoration:none; font-size: 16px; margin-top:10px; font-weight: 700;}


/*- FORMULARIO 2016 -------------------------------------------------------------------*/
.mm-form{
	/*margin-top:40px;*/
	width:100%;
	/*padding:30px 10px 30px 30px;*/
	background-color:#fff;
	/*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);*/
	list-style:none;
}
.mm-form li{
list-style:none;
margin: 0 0 5px 0!important;
}
.mm-form ,
.mm-form * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.mm-form .mm-form-tit{
	clear:both;
	font-size:28px;
	padding:5px 20px 10px 0px;
}
.mm-form .mm-form-tit2{
	clear:both;
	font-size:16px;
	padding:20px 20px 10px 0px;
	font-weight:bold;
	color:#000;
}
.mm-form .mm-form-txt{
	clear:both;
	font-size:16px;
	line-height:22px;
	padding:5px 20px 20px 0px;
	color:#000;
}
.mm-form .c14{
	width:14%;
}
.mm-form .c22{
	width:22%;
}
.mm-form .c20{
	width:20%;
}
.mm-form .c25{
	width:25%;
}
.mm-form .c30{
	width:30%;
}
.mm-form .c33{
	width:33%;
}
.mm-form .c34{
	width:34%;
}
.mm-form .c50{
	width:50%;
}
.mm-form .c75{
	width:75%;
}
.mm-form .c80{
	width:80%;
}
.mm-form .c100{
	width:100%;
}
.mm-form .mm-form-campo{
	padding:5px 10px 5px 0px;
	float:left;
	position:relative;
}
.mm-form .mm-form-campo .label{
	padding-bottom:2px;
	min-height:20px;
	color:#82BC05;
	font-weight:600;
	font-size:12px;
}
.mm-form .mm-form-campo input,
.mm-form .mm-form-campo textarea,
.mm-form-campo select{
	font-family: 'Open Sans', sans-serif;
	width:100%;
	padding:8px;
	border: 1px solid #CCCCCC;
}
.mm-form-campo select{
	padding:8px 8px 6px 8px;
}
.mm-form .mm-form-campo textarea{
	max-width:100%;
	min-width:100%;
	height:150px;
}
.mm-form .mm-form-campo input:hover,
.mm-form .mm-form-campo textarea:hover,
.mm-form-campo select:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.mm-form .mm-form-campo input:focus,
.mm-form .mm-form-campo textarea:focus,
.mm-form-campo select:focus{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.mm-form .mm-form-campo .contador{
	margin:10px 0px 0px 0px;
	font-style:italic;
	color:#C3C3C3;
}
.mm-form .mm-form-botao{
	float:left;
	padding:20px 20px 0px 0px;
}
.mm-form .mm-form-botao a{
	text-align:center;
	color:#fff!important;
	background-color:#82BC05;
	text-decoration:none;
	cursor:pointer;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-transform:uppercase;
	line-height:40px;
	padding:0px 10px 0px 10px;
	margin:0px 0px 10px 0px;
	font-size:16px;
}
.mm-form .mm-form-botao a:hover{
	background-color:#054003;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mm-form .mm-form-txt2{
	text-align:right;
	float:right;
	padding:30px 20px 0px 0px;
	font-style:italic;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-style:italic;
	color:#aeaeae;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-style:italic;
	opacity:  1;
	color:#aeaeae;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-style:italic;
	opacity:  1;
	color:#aeaeae;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style:italic;
	color:#aeaeae;
}
