button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0
}
a.button, button, input[type=submit] {
	outline: 0;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 5px 25px 6px;
	display: inline-block;
	background-color: #e73b3c;
	border: 2px solid #e73b3c;
	font-family: MaaxRounded, Verdana, Tahoma, Segoe, Geneva, sans-serif;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #fff
}
a.button:active, a.button:focus, a.button:hover, button:active, button:focus, button:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover {
	background-color: #323440;
	border-color: #323440;
}
a.button_white, button_white {
	outline: 0;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 5px 25px 6px;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #fff;
	font-family: MaaxRounded, Verdana, Tahoma, Segoe, Geneva, sans-serif;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #fff;
}
a.button_white:active, a.button_white:focus, a.button_white:hover {
	background-color: #fff;
	color:#e73b3c;
}
.button_part_home{
	color:#FFF;
	background-color:#e73b3c;
	border: 1px solid #e73b3c;
	border-radius:20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	padding:7px 20px;
	margin-right:1px;
}

.button_emp_home{
	color:#FFF;
	background-color:#e73b3c;
	border: 1px solid #e73b3c;
	border-radius:0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	padding:7px 25px;
}

.button_part_home:hover, .button_emp_home:hover{
	background-color:#323440;
	border: 1px solid #323440;
	color:#FFF;
}

.minu{ text-transform:none!important;}

#simple .text a.button {
	color: #FFFFFF;
}
