/* Made with Knowhow by www.ividesign.ch | Date 160508
For the iVi Code Injector www.downloads.ividesign.ch/ici in conjuction with Adobe Muse. Free to use. Keep this header. */

/*CSS File*/


.iciscrollm {
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	transform: translate(0,0%);
}

.iciscrollm.iciscrollmup {
	-webkit-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	transform: translate(0,-100%);
}