/**** SOCIAL *****/
.profile-buttons .big-button-social{
    margin-right:5px;
    margin-top:5px;
}
.felhasznalo-buttons .social_widget,
.felhasznalo-buttons .social_widget .big-button-social{
    width:100%;
    padding: 0px;
    margin: 0px;
}
.big-button-social {
    background-color: #ffffff;
    border: 1px solid #cbc8c7;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    transition: all 0.5s ease 0s; 
    position:relative;
}
.big-button-social.like,.big-button-social.ignore, .big-button-social.friend,
.big-button-social.sentFriendRequest, .big-button-social.gotFriendRequestAccept,
.big-button-social.gotFriendRequestRefuse, .big-button-social.gotFriendRequestRefused,
.big-button-social.favourite
{
    background-color: #e6e6e6;
}
.big-button-social:hover{
    background-color: #e6e6e6;
    transition: all 0.5s ease 0s; 
}
.big-button-social span.icon {
    margin-right: 15px;
    margin-top:11px;
    float:left;
}
.big-button-social .icon-hearth{
    color:#8b063b;
}
.big-button-social span.social-function-text{
    float:left;
}
.small-button-social-without-border{
    background-color: #ffffff;
    border:none;
    padding:0px;
    margin-left:30px;
    position:relative;
}
.small-button-social-without-border.like .icon-hearth,
.small-button-social-without-border.favourite .icon-diamond,.small-button-social-with-border.favourite .icon-diamond{
    color:#8b063b;
}
.small-button-social-without-border-on-card{
    background-color: transparent;
    border:none;
    padding:0px;
    position:relative;
}
.small-button-social-without-border-on-card.like .icon-hearth{
    color:#8b063b;
}
.small-button-social-without-border .icon{
    font-size:16px;
    line-height:16px;
}
.small-button-social-without-border .icon.icon-diamond{
    font-size:16px;
    line-height:14px;
}

.small-button-social-with-border {
    background-color: #fff;
    border: 1px solid #cbc8c7;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    transition: all 0.5s ease 0s; 
    width:40px;
    position:relative;
}
.small-button-social-with-border:hover{
    background-color: #1f9aa7;
    border-color: #1f9aa7;
    transition: all 0.5s ease 0s; 
}
.small-button-social-with-border:hover .icon-flirt .path2:before,.small-button-social-with-border:hover .icon-flirt .path1:before{
    color:#fff;
} 

.small-button-social-with-border.with-icon-close:hover{
    background-color: #8b063b;
    border-color: #8b063b;
    transition: all 0.5s ease 0s; 
}
.small-button-social-with-border.with-icon-ok:hover{
    background-color: #1f9aa7;
    transition: all 0.5s ease 0s; 
}
.small-button-social-with-border:hover span.icon{
    color: #ffffff;
    transition: all 0.5s ease 0s; 
}

.small-button-social-with-border .icon-close{
    color:#8b063b;
    font-size:12px;
}
.small-button-social-with-border .icon-ok{
    color:#1f9aa7;
}
.contact-notification{
    color:#8c0138;
}






/*contact szerinti állapotok,friend, like */
.small-button-social-with-border.friend{
    background-color:#93be1b;
    border-color:#93be1b;
}
.small-button-social-with-border.friend .icon-user1{
    color:#fff;
}

.small-button-social-with-border.sentFriendRequestToMe, .small-button-social-with-border.sentFriendRequest{
    background-color:#de9f4b;
    border-color:#de9f4b;
}
.small-button-social-with-border.sentFriendRequestToMe .icon-user1,.small-button-social-with-border.sentFriendRequest .icon-user1{
    color:#fff;
}
.small-button-social-with-border.like{
    background-color:#8b063b;
    border-color:#8b063b;
   
}
.small-button-social-with-border.like .icon-hearth{
    color:#fff;
}
.small-button-social-with-border.friendIgnoreMe, 
.small-button-social-with-border.friendIgnoreUser,
.small-button-social-with-border.ignore{
    background-color:#ff0000;
    border-color:#ff0000;
}

.small-button-social-with-border.friendIgnoreMe .icon-user1,
.small-button-social-with-border.friendIgnoreUser .icon-user1,
.small-button-social-with-border.ignore .icon-ban
{
    color:#fff;
}
.small-button-social-with-border.favourite {
    background-color: #1f9aa7;
}
.small-button-social-with-border.favourite .icon-diamond{
    color:#fff;
}

span.reflort_icon {
    background: rgba(0, 0, 0, 0) url("../images/BTN_Viszonzom.png") no-repeat scroll center center;
	display: inline-block;
	width: 19px;
	height: 18px;
}
.big-button-likeable{
    width: 100%; 
    position:relative;
}


#flirt-addoptions-without-words label {
    font-weight: normal;
}
#flirt-addoptions-without-words .icon-mouth {
   
}
.card-bottom .small-button-social-without-border-on-card{
    font-size:20px;
    display:inline-block;
    margin:0px 10px;

}
/**** SOCIAL *****/
