.actionbar {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(51,108,169,0.9)), color-stop(100%, rgba(0,72,147,0.9)));
    background-image: -moz-linear-gradient(top, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
    background-image: -webkit-linear-gradient(top, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
    background-image: linear-gradient(to bottom, rgba(51,108,169,0.9), rgba(0,72,147,0.9));
}

@media only screen and (max-width: 640px) {
	.actionbar {
		position: sticky;
		z-index: 100;
		bottom: 9.25vw;
		width: 100%;
		padding: 10px 0;
	}
}
@media only screen and (min-width: 640px) {
	.actionbar {
		padding: 15px;
		position: sticky;
		z-index: 100;
		bottom: 0;
		width: 100%;
	}
	.actionrow {
		margin: auto;
		max-width: 900px;
		padding: 0 73px;
		text-align: center;
	}
}