

.footer_inner {
    display: flex;
    width: calc(100% - 32px);
    max-width: 1024px;
    margin: 80px auto 40px auto;
    justify-content: space-between;
}

.footer_inner_item.right {
    display: flex;
    height: 30px;
    justify-content: flex-end;
}

.footer_inner_item.right div {
	height: 30px;
	display: block;
}

footer .axoniq_logo {
    height: 30px;
    width: 100px;
}

footer .right a {
    margin: 0 0 0 24px;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

footer .right a.button {
    background-color: #1374CF;
    color: #ffffff;
    padding: 0px 12px;
    margin-left: 16px;
    border-radius: 2px;
	  height: 30px;
}

footer .right a.button div {
  display: inline;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
	.footer_inner_item {
		flex-direction: column !important;
	}