.robot {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 22px;
	margin-bottom: 22px;
	display: none;
	z-index: 1000;
}

.robot object {
	width: 64px;
	height: 64px;
	cursor: pointer;
	display: inline-block;

	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.robot object:hover {
	width: 74px;
	height: 74px;

	-webkit-transition: .25s ease-in;
	-moz-transition: .25s ease-in;
	-o-transition: .25s ease-in;
	transition: .25s ease-in;
}