
/* Media Print Styles */
.contentTopBarRow,
.navigationContainer,
.navigationContainerMobile,
.bottomContainer,
footer,
.btn,
.menu-button {
	display:none;
}
.scroll-top {
	display: none !important;
}
.fa-stack > i {
	display: none;
}
a[href]:after {
	content: none;
}
.list {
	text-align: center;
}
.parallax-mirror {
	display:none;
}
/* Container */
main .container.mpFirstContainerElement {
	margin-top: 0px;
}
main .container {
	margin-bottom:0px;
}
main .mpLastContainerElement {
	margin-bottom:0px;
}

