.cta_aff_btn {
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: white;
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 700;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	top: 0;
	-webkit-transition: background-color 0.1s ease;
	background-color: #CF4845;
	border-radius: 0;
	-webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    transition: 111ms ease all;
	margin-bottom: 20px;
}

.cta_aff_btn:hover {
    top: -3px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
}