
/* Badges */
i.tr-comment-badge {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 26px;
    margin-top: 25px;
	background-size:cover;
    background-repeat: no-repeat;
    background-image: url(images/badge-gold-star-2.png);
}
.headlines-bar i.tr-comment-badge {
    margin-top: 13px;
    margin-left: -7px;
	width: 20px;
    height: 20px;
	background-image: url(images/badge-gold-star-mob.png);
}
.navbar-header i.tr-comment-badge{
		background-image: url(images/badge-gold-star-mob.png);
}
.entry-comments .comment-author {
    position: relative;
}
@media only screen and (max-width : 765px)  { 
i.tr-comment-badge {
    width: 20px;
    height: 20px;
	left: 20px;
    margin-top: 28px;
	background-image: url(images/badge-gold-star-mob.png);
}
#comments .comment-avatar{
	    position: relative;
}
}
/* Header Sub Menu */
.linked-sites {
	float: right;
	
}
.linked-sites ul {
	list-style: none;
	margin-top: 10px;
}
.linked-sites ul li {
	display: inline-block;
	float: left;
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px solid #666;
}
.linked-sites a {

	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	width: 85px;
	font-weight: 700;
}
.linked-sites .shorter a {
	width: 60px;
}
.linked-sites a:hover,
.login-link a:hover {
	color: #ccc;
}
.linked-sites a span {
	display: block;
}
.login-link.logged-in ul.sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
    list-style-type: none;
    text-align:right;
}
.login-link.logged-in:hover ul.sub-menu{
	display:block;
}
.login-link.logged-in {
    height: 100%;
}

.login-link.logged-in .sub-menu a {
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 2px 10px;
    display: block;
}
a.header-profile-buton {
    height: 100%;
    background: #ddd;
    overflow: hidden;
    border-radius: 30px;
    width: 26px;
    height: 26px;
    padding: 0 !important;
}

.logged-in .login-link.logged-in {position: absolute;right: 0;padding-left: 5px;}

.linked-sites ul li.last {
    border-right: none;
}
