.block_contacts {
	display: table;
	margin: 20px auto;
	min-width: 910px;
}

.contact {
	float: left;
	width: 160px;
	margin-right: 25px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #cbcbcb;
}
.contact:hover {
	border: 1px solid #ffffff;
}
.contact .info {
	padding: 5px;
	border-top: 1px solid #cccccc;
	height:85px;
	overflow: hidden;
}
.contact .fio {
	text-align:left;
}
.contact .fio a {
	color:black;
	line-height: 90%;
	font-size: 1.3em;
	letter-spacing: -0.3px;
	font-weight: normal;
}
.contact .fio a:hover {
	text-decoration: none;
}
.contact .position {
	font-size: 0.9em;
	color:#000000;
	line-height: 120%;
	margin-top: 2px;
	max-height: 2.4em;
	overflow: hidden;
}
.contact .position a {
	color:#606060;
}

.contact .followers {
	font-size: 0.9em;
	color:#808080;
	line-height: 120%;
	margin-top: 4px;
}
.contact .last {
	display: none;
	margin-top: 15px;
	color: #808080;
}

.contact .last a {
	font-weight: bold;
}

.contact .ava {
	height: 150px;
	overflow: hidden;
	position: relative;
}
.contact .ava img {width: 100%;}

.contact .plus {
	position: absolute;
	top: 110px;
	right:0px;
	width:40px;
	height:40px;
	background: url('../blog/plus.png') 9px -70px no-repeat rgba(255,255,255,0.7);
	transition:width .4s ease;
	display: none;
}
.contact .plus-act {
	display: block;
}

.contact .follow {
	position: absolute;
	top: 110px;
	right:0px;
	width:40px;
	height:40px;
	background: url('../blog/plus.png') 10px -29px no-repeat rgba(255,255,255,0.7);
	transition:width .4s ease;
	display: none;
}

.contact .follow-act {
	display: block;
}

.contact .plus span, .contact .follow span {
	opacity: 0;
	transition: opacity .35s ease;
	line-height: 40px;
	font-size: 14px;
	padding-left: 45px;
	color:#ffffff;
}

#dv_popup {
	display: none;
	width: 160px;
	position: absolute;
	z-index: 100;
	top:-10px;
	left:-10px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
	background: #ffffff;
	padding: 10px;
}
#dv_popup .info {
	height: auto !important;
	min-height: 80px;
}
#dv_popup .last {
	display: block;
}
#dv_popup .position {
	max-height: auto;
}
#dv_popup .plus, #dv_popup .follow {
	top:120px;
	right:10px;
}
#dv_popup .plus:hover {
	width:160px;
	background-position: 10px 10px;
	background-color: rgba(27,152,27,0.7);
	cursor: pointer;
	
}
#dv_popup .plus:hover span {
	opacity: 1;
	transition-delay: .15s;
}

#dv_popup .follow:hover {
	width:160px;
	background-position: -100px -100px;
	background-color: rgba(255,255,255,0.8);
	cursor: pointer;
	
}
#dv_popup .follow:hover span {
	opacity: 1;
	color: #606060;
	transition-delay: .15s;
}