.navbar-default, footer{
	background-image: -webkit-linear-gradient(#E9E9E9 0%, #f8f8f8 100%)!important;
	background-image: -o-linear-gradient(#E9E9E9 0%, #f8f8f8 100%)!important;
	background-image: linear-gradient(#E9E9E9 0%, #f8f8f8 100%)!important;
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}
body > section{
	min-height: 89.5vh;
}
section{
	margin-top: 50px;
}
p{
	text-indent: 30px;
}
h1{
	font-weight: 600;
	color: #3E3E3E;
}
.img_left{
	float: left;
	margin: 15px 15px 15px 0;
}
.img_center{
	margin: 0 auto;
}
.img_right{
	float: right;
	margin: 15px 0 15px 15px;
}
.p_copuright{
	display: inline-block;
	line-height: 50px;
	padding: 0;
	margin: 0;
}
.pluso{
	float: right;
	margin-top: 8px;
}