﻿.card {
    margin-top: 0px;
    padding: 0px;
    background-color: rgba(214,224,226,.2);
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.card.hovercard {
     position: relative;
     padding-top: 0;
     overflow: hidden;
     text-align: center;
     background-color: #fff;
     background-color: rgba(255,255,255,1)
}
.card.hovercard .card-background {
    height: 100%
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(12px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%
}
.card.hovercard .useravatar {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0
}
.card.hovercard .useravatar img {
     /*width: 50%;*/
     height: 50%;
     /*max-width: 150px;
     max-height: 150px;*/
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     border: 5px solid rgba(255,255,255,.5)
}
.card.hovercard .card-message {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
    margin-top: 35px
}
.card.hovercard .card-message .card-title {
    padding: 0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.card.hovercard .card-info .card-title {
    padding: 0 5px;
    line-height: 1;
    color: #262626;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 700
}
.card.hovercard .card-info {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px
}