@charset "UTF-8"; 


/* body>h1, p.intro, ul>li>a:link, ul>li>a:visited { */
/* 	color: white; */
/* 	text-align: center; */
/* 	text-shadow: 0 2px 6px rgba(0, 0, 0, .8), 0 1px rgba(0, 0, 0, .8); */
/* 	text-decoration: none; */
/* } */

/* body>h1 { */
/* 	text-shadow: 4px 4px 0px rgba(0, 0, 0, .3), 2px 2px 0px */
/* 		rgba(0, 0, 0, .7), 0 2px 20px rgba(0, 0, 0, .9); */
/* 	font-size: 40px; */
/* 	margin: 20px auto 5px; */
/* } */

p.intro {
	margin-top: 0;
}

/* ul { */
/* 	list-style: none; */
/* 	width: 306px; */
/* 	margin: 0 auto; */
/* 	padding: 0; */
/* } */

/* ul>li { */
/* 	display: block; */
/* 	float: left; */
/* 	width: 100px; */
/* 	margin-right: 3px; */
/* } */

ul>li:last-child {
	margin-right: 0;
}

/* ul>li>a { */
/* 	display: block; */
/* 	background: rgba(255, 255, 255, .2); */
/* 	padding: 2px; */
/* } */

ul>li>a:hover {
	background: rgba(255, 255, 255, .4);
}

ul>li>a.currentPage {
	border-bottom: 3px solid #D4D3B9;
}

.clearFix:after {
	content: '';
	display: block;
	clear: both;
}

.dock {
	margin:auto;
	overflow: visible;
	position: relative;
	z-index: 100;
	margin-top: 50px;
}

.icon, .dock>.bg, .dock>.tip>.arrow {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

.icon {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	border-radius: 50%;
	font-size: 0px;
	line-height: 66px;
	text-align: center;
	z-index: 2;
	color: white;
	text-shadow: 0 2px 0 rgba(33, 20, 38, .6);
}

.icon>a:link, .icon>a:visited, .icon>a:hover, .dock>.tip {
	color: #F2EFDF;
	text-decoration: none;
}

.dock>.bg, .dock>.tip {
	background: #656F8C;
}

.dock>.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

.dock>.tip {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .6);
	padding: 8px 12px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: -45px;
	opacity: 0;
	z-index: -1;
}

.dock>.tip>.arrow {
	display: inline-block;
	font-size: 16px;
	color: #656F8C;
	position: absolute;
	left: 0;
	bottom: -8px;
	text-shadow: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 1024px){
	.dock {
		width: 87% !important;
	    margin: auto;
	    height: auto !important;
	}
}
    
@media (min-width: 1025px){
	.dock {
		width: 52% !important;
		margin: auto;
		height: auto !important;	
	}
}
