







/**umb_name:card-header*/
.cardHeader{width: 100%;
display: inline-block;
margin: 0rem;
border-radius: 4px;
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
transition: all .2s ease;
background: #fff;
position: relative;
overflow: hidden;}

}

.card:hover,
.card.hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.card:hover .card-content,
.card.hover .card-content {
    box-shadow: inset 0 3px 0 0 #E84C3D;
    border-color: #f2d944;
}

.card:hover .card-img .overlay,
.card.hover .card-img .overlay {
    background-color: rgba(25, 29, 38, 0.85);
    transition: opacity .2s ease;
    opacity: 1;
}

.card-img {
    position: relative;
    height: 224px;
    width: 100%;
    background-color: #fff;
    transition: opacity .2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.card-img .overlay .overlay-content {
    line-height: 224px !important;
    width: 100%;
    text-align: center;
    color: #fff;
}

.card-img .overlay .overlay-content a {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

.card-img .overlay .overlay-content a:hover,
.card-img .overlay .overlay-content a.hover {
    background: #E84C3D;
    border-color: #f2d944;
}

.card-content {
    width: 100%;
    min-height: 104px;
    background-color: #fff;
    border-top: 1px solid #E9E9EB;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 2rem;
    transition: all .2s ease;
}

.card-content a {
    text-decoration: none;
    color: #202927;
}

.card-content h2,
.card-content a h2 {
    font-size: 1rem;
    font-weight: 500;
}

.card-content p,
.card-content a p {
    font-size: .8rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(32, 41, 28, 0.8);
}

/**umb_name:card1*/
.card1{width: 280px;
display: inline-block;
margin: 1rem;
border-radius: 4px;
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
transition: all .2s ease;
background: #fff;
position: relative;
overflow: hidden;}