a,
a:hover,
a.active,
a.hover,
i,
i:hover,
li,
li:hover,
.nav li ul,
.nav li:hover ul,
.collapse .toggle,
.collapse .toggle:hover,
.title, .title:hover,
.annotations .zoom-controls,
.annotations:hover .zoom-controls,
.video .play-button,
.video:hover .play-button,
.thumbnail-small .description,
.thumbnail-small:hover .description,
.workspace-saved-images .thumbnail .workspace-options,
.workspace-saved-images .thumbnail:hover .workspace-options,
.workspace-collections .elements .thumbnail .workspace-options,
.workspace-collections .elements .thumbnail:hover .workspace-options
{
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	transition: all .15s linear .1;
}