.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.card a:hover { text-decoration: none; }

.card-img-box {
    background: #2d5677;

}

.card-block {
    background: #D7D6D4;
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    border-top: 1px solid #aaa;
    box-shadow: none;
    /*background-color: #f0efed;*/
    display: table;
    width: 100%;
}

.card-img-top {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-top: 30px;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    display: none;
}

.card-footer {
    font-size: 1em;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
    display: none;
}

.card-footer:after {
    content: "";
    display: table;
    clear: both;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.card-img-top {
    width: 50%;
}

.btn-card {
    background-color: #2d5677;
    color: #fff;
}

.btn-card:hover {
    color: #2d5677;
    background-color: #f0efed;
    border: 1px solid #2d5677;
}


@media (max-width: 991px) {
    .card1, .card2 { margin-bottom: 30px; }
}
@media (max-width: 480px) {
    .card3 { margin-bottom: 30px; }
}
