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