* {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.clr {
	clear: both;
}

body {
	background-color: #fff;
	min-width: 1200px;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	color: #000;
	
	.cover {
		display: block;
		margin-bottom: 100px;
		margin-left: 140px;
		width: 1000px;
	}
}



#menu {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	top: 917px;
	z-index: 1000000000000;
	background-color:  rgba(255, 255, 255, .9);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	ul {
		list-style: none;
		font: italic 12px/20px Octava;
		text-align: center;
		padding-left: 100px;
		
		li {
			cursor: pointer;
			display: inline-block;
			padding: 5px 35px;
		/*	color: #4c4c4c;*/
			i {
		}	
		}
		.active {
			color: #2DACDF;
		}
	}
}

.ancors {
	position: absolute;
	top: 970px;
	left: 0;
	width: 140px;
	border-right: 8px solid #000;
	background-color: white;
}
.social-share {
	right: 20px;
	top: 55px;
}