/* PIN */

.pin {
	.clearfix;

	position: relative;

	width: inherit;
	&.fixed {
		position: fixed;
		top: 0;
		z-index: @index-3;
	}
}
