/*  ------------------------------------------------
	LIKES
	------------------------------------------------ */

.blocklikewrapper {
	overflow: hidden;
	padding:5px;
	background:#ECECEC;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: right;
}

.blocklikewrapper .mustconnect {
	display: inline-block;
	padding-right: 20px;
	margin-top: 13px;
}

.h2 {
	    font-size: 1.3em;
    padding: 7px 0;
}

.likebloc {
	display: block;
	color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	color:#BABABA;
	float:right;
}

.likebloc .icolike {
	font-size: 40px;
}

.likebloc .icolike::after {
	font-family: "FontAwesome";
	content:"\f004";
}

.likebloc:hover , .likebloc .liked {
	cursor: pointer;
	text-decoration: none;
	color:#0877A3;
}

.likebloc span.text {
	display: block;
	position: absolute;
	font-size: 12px;
	line-height: 28px;
	color:white;
	top:50%;
	margin-top:-14px;
	text-align: center;
	width: 100%;
}

/*  ------------------------------------------------
	COMMENTS
	------------------------------------------------ */

.formcomment {
	padding:10px;
	background:#ECECEC;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.formcomment input[type=text] {
	font-size:1em;
	border:none;
	padding:10px 15px;
	font-family: "arial";
	margin-bottom:10px;
}

.formcomment textarea {
	min-height:40px;
	font-size:1em;
	border:none;
	width:100%;
	padding:10px 15px;
	font-family: "arial";
}

.formcomment textarea:focus {
	outline:none;
	outline:2px solid #0092CC;
}

.formcomment input[type=submit] {
	background:white;
	border:none;
	float:right;
	padding:7px 20px;
	margin-top:5px;
	display: block;
	color:#0092CC;
}

.formcomment input[type=submit]:hover {
	cursor: pointer;
	background:#0092CC;
	color:white;
}

.formcomment .alertpost {
	color:red;
	display:none;
	padding:5px 15px;
}

ul.listcomments li {
	overflow: hidden;
	border-bottom:1px solid #CCC;
	margin:5px 0;
	padding:10px 0;
}

ul.listcomments li.new {
	background:#EFEFEF;
}

ul.listcomments li .avatar {
	width:60px;
	float:left;
}

ul.listcomments li .avatar img {
	width:100%;
}

ul.listcomments li .right {
	margin-left:70px;
}

ul.listcomments li .right .infos {
	color:#0092CC;
	font-size:0.9em;
}

ul.listcomments li .right .mess {
	margin-top:10px;
	margin-bottom:10px;
}

ul.listcomments li .right .button {
	display: inline-block;
	margin-right:5px;
	background:#0092CC;
	color:white;
	padding:2px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.listcomments li .right .button:hover {
	background:#0877A3;
	cursor:pointer;
	text-decoration: none;
}

ul.listcomments li .right .button .text {
	display:none;
}

ul.listcomments li .right .button:hover .text {
	display: inline;
}

ul.listcomments li .right .liked::after {
	font-family: "FontAwesome";
	content:"\f004";
}

ul.listcomments li .right .nliked::after {
	font-family: "FontAwesome";
	content:"\f08a";
}

ul.listcomments li .right .alert {
	color:#757575;
	font-style: italic;
}

.morecomments {
	background:#ECECEC;
	padding:10px 0px;
	color:#0092CC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size:1.2em;
}

.morecomments:hover {
	background:#EBEBEB;
	cursor:pointer;
}