.btn_footer {
	display:block;
	margin: 15px 0 0 0;
	padding: 5px 20px;
	width: 100%;
	background-color:#ff6900;
	font-size:20px;
	font-weight:bold;
	border:none;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.btn_footer:hover { text-decoration: none; }

@media only screen and (max-width: 767px){
    .cta_btn_header { width: 100%; }
    .cta_btn_header a {
        display: block;
        width: 100%;
        text-align: center;
    }
}