@charset "utf-8";
/* CSS Document */
/* this css is not currently requiered for this animation to function, apart from the transition */

div.aikonmenu {
	transition: none;
}
div.aikonmenu:not(.desktop-animation-active) {
	box-shadow: none!important;
}

div.aikonmenu.desktop-animation-active {
	 transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -ms-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;



}
