
/* dock - all */
.dock {
	z-index: 100;
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

/* dock - bottom */
.dock-container {
	position: absolute;
	height: 50px;
	width: 240px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/dock-bg.gif);
}
.dock-item {
	display: block;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	width: 40px;
	color: #424242;
	position: absolute;
	bottom: 6px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
}
.dock-item span {
	display: none;
}
.dock-item img {
	display: block;
	border: none;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.dock {
		display: none;
	}
}
