.btngen {
	letter-spacing: 0.2em;
	margin:0 15px;
	text-align: right;
	padding: 10px;
	line-height: 60px;
	box-sizing: border-box;
	color: #000000;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}

.btngen {
	background-color: transparent;
	border: 1px solid #ff0000;
    text-align: center;
}

.btngen:hover,
.btngen.active.focus, 
.btngen.active:focus, 
.btngen.active:hover, 
.btngen:active.focus, 
.btngen:active:focus, 
.btngen:active:hover {
	background: #ff0000;
	color: #ffffff;
	border-color: #ffffff;
    text-decoration: none;
}