.socialBigButtons{
	width: 520px;
	height: 60px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -260px;
}
.socialBigButtons>div{
	cursor: pointer;
	width: 250px;
	height: 60px;
	border-radius: 4px;
	position: relative;
}
.socialBigButtons>div:before, .socialBigButtons>div:after{
	content: '';
	position: absolute;
}
.socialBigButtons>div:before{
	width: 30px;
	height: 30px;
	left: 20px;
	top: 15px;
	background: url(/images/sprite.png) no-repeat;
}
.socialBigButtons>div:after{
	top: 10px;
	left: 70px;
	height: 40px;
	width: 1px;
	background-color: rgba(255,255,255,.2);
}
.socialBigButtons>div:hover{
	opacity: .8;
}
.socialBigButtons>div:active{
	opacity: .8;
}
.socialBigButtons .vk{
	float: left;
	background-color: #6686ae;
}
.socialBigButtons .vk:active{
	background: #7894bb;
}
.socialBigButtons .vk:before{
	background-position: -1105px 0;
}
.socialBigButtons .fb{
	float: right;
	background-color: #3b5998;
}
.socialBigButtons .fb:active{
	background: #5973ab;
}
.socialBigButtons .fb:before{
	background-position: -1135px 0;
}

.socialBigButtons>div span{
	color: #fff;
	font: 13px/20px Helvetica, Arial, sans-serif;
	display: block;
	margin-left: 90px;
}
.socialBigButtons>div span.bold{
	font-weight: bold;
	margin-top: 10px;
}
.socialBigButtons>div .count{
    font-style:normal;
}

.userReviews{
	overflow: hidden;
}
.userReviews .titleWrapper{
	text-align: center;
}
.userReviews .title{
	display: block;
	margin: 30px 0 20px 0;
	text-align: center;
	font: bold 25px/normal Helvetica, Arial, sans-serif;
	color: #666;
	white-space: nowrap;
}

.userReviews>ul{
	overflow: hidden;
}
.userReviews>ul.n1{
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.userReviews>ul.n2{
	float: right;
	margin-right: 20px;
}
.userReviews>ul>li{
	color: #464646;
	font: 13px/normal Helvetica, Arial, sans-serif;
	list-style: none;
	width: 365px;
	padding: 30px 50px;
	background-color: #fff;
	margin: 0 0 30px 0;
}
.userReviews .name{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.userReviews>ul>li p{
	margin-bottom: 5px;
}
.userReviews .date{
	display: block;
	position: relative;
	color: #999;
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.userReviews .date:after{
	content: '';
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 0;
}

.userReviews .reviewQuestion{
	color: #999;
	font-size: 11px;
}
.userReviews .reviewQuestion a, .userReviews .editReview{
	color: #244f8a;
	text-decoration: none;
    cursor: pointer;
}