.money-counter-wrapper {
	display: inline-block;
	float:right;
}

.columns.money_counter{
	padding: 0;
}

section.money-counter {
	position: relative;
	display: none;
	height: 96px;
	width: 100%;
}
section.money-counter .money-counter-content {
	margin-left: 10px;
	width: 250px;
}
section.money-counter h2,
section.money-counter h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Museo Sans W01_700", "Roboto", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: #5a5a5a;
	text-align: center;
}
section.money-counter h2 {
	font-size: 36px;
	padding-top: .305em;
}
section.money-counter h3 {font-size:  21px;}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
	section.money-counter {
		height: 70px;
	}
	.mobileNav .menu-toggle {
		top: 10px;
	}
}

@media only screen and (min-width: 40.063em){
	section.money-counter {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}