

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-body h1,
.card .card-body h2,
.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
    font-weight: 400
}

.card .card-body .card-title a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card .card-body .card-title a:hover {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.card .card-body .card-text {
    color: #747373;
    font-size: .9rem;
    font-weight: 400
}

.card.card-cascade.wider .card-body.card-body-cascade {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-left: 4%;
    margin-right: 4%;
    background: #fff;
    z-index: 1;
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem
}

.card.card-cascade.wider.reverse .card-body.card-body-cascade {
    z-index: 3;
    margin-top: -1rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.testimonial-card .card-body {
    text-align: center
}

.card.promoting-card .fa {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.card.promoting-card .fa[class*=fa-]:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.card.weather-card .collapse-content a.collapsed:after {
    content: 'Expand'
}

.card.weather-card .collapse-content a:not(.collapsed):after {
    content: 'Collapse'
}

.card.weather-card .degree:after {
    content: "Â°C";
    position: absolute;
    font-size: 3rem;
    margin-top: .9rem;
    font-weight: 400
}

.card.gradient-card {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.card.gradient-card .first-content .card-title {
    font-weight: 500
}

.card.gradient-card .second-content {
    display: none
}

.card.gradient-card .third-content {
    display: none
}

.card.gradient-card .card-body {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding-bottom: 0;
    padding-top: 0
}

.card.gradient-card:focus-within .card-body {
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    height: auto;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.card.gradient-card:focus-within .card-body .progress {
    height: .4rem
}

.card.gradient-card:focus-within .card-body .progress .progress-bar {
    height: .4rem
}

.card.gradient-card:focus-within .first-content {
    display: none
}

.card.gradient-card:focus-within .second-content {
    display: block
}

.card.gradient-card:focus-within .third-content {
    display: block;
    margin-top: -6rem
}

@media (max-device-width:1025px) {
    .card.gradient-card:hover {
        margin-top: 3rem;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .card.gradient-card:hover .card-image {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 7rem;
        height: 7rem;
        margin-top: -2rem;
        margin-left: 1rem;
        -webkit-border-radius: .25rem;
        border-radius: .25rem;
        margin-bottom: 2rem;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
    }
    .card.gradient-card:hover .card-image .mask {
        -webkit-border-radius: .25rem;
        border-radius: .25rem
    }
    .card.gradient-card:hover .card-body {
        -webkit-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
        height: auto;
        -webkit-border-radius: .25rem;
        border-radius: .25rem
    }
    .card.gradient-card:hover .card-body .progress {
        height: .4rem
    }
    .card.gradient-card:hover .card-body .progress .progress-bar {
        height: .4rem
    }
    .card.gradient-card:hover .first-content {
        display: none
    }
    .card.gradient-card:hover .second-content {
        display: block
    }
    .card.gradient-card:hover .third-content {
        display: block;
        margin-top: -6rem
    }
}

.md-accordion .card .card-body {
    font-size: .9rem;
    line-height: 1.7;
    font-weight: 300;
    color: #626262
}

.accordion.md-accordion.accordion-1 .card .card-body {
    line-height: 1.4
}

.accordion.md-accordion.accordion-2 .card {
    background-color: transparent
}

.accordion.md-accordion.accordion-2 .card .card-body {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.accordion.md-accordion.accordion-3 {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.accordion.md-accordion.accordion-3 .fa.fa-angle-down {
    margin-top: -10px
}

.accordion.md-accordion.accordion-4 .card:last-of-type .card-body {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.accordion.md-accordion.accordion-5 .card {
    background-color: transparent
}

.accordion.md-accordion.accordion-5 .card .card-header {
    background-color: #f44336;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.accordion.md-accordion.accordion-5 .card .card-header:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #455a64
}

.accordion.md-accordion.accordion-5 .card .card-header .fa {
    background-color: #fff;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.accordion.md-accordion.accordion-5 .card .card-body {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.accordion.md-accordion.accordion-blocks .card {
    margin-bottom: 1.2rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.accordion.md-accordion.accordion-blocks .card .card-body {
    border-top: 1px solid #eee
}

.card-personal .card-body .card-title {
    font-weight: 400
}

.card-personal .card-body .card-title.title-one {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.card-personal .card-body .card-title.title-one:hover {
    color: #4285f4
}

.card-personal .card-body .card-title {
    margin-bottom: .3rem
}

.card-personal .card-body .card-meta {
    font-weight: 300;
    font-size: .86rem;
    color: #757575
}

.card-personal .card-body .card-meta .fa {
    padding-right: .5rem
}

.card-personal .card-body span {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.card-personal .card-body span:hover {
    color: #4285f4
}

@media only screen and (min-width:993px) {
    .card-body ul.stepper.horizontal {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        min-height: 20rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        overflow: hidden
    }
    .card-body ul.stepper.horizontal:before {
        content: '';
        background-color: transparent;
        width: 100%;
        min-height: 5.25rem;
        position: absolute;
        left: -3px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px
    }
    .card-body ul.stepper.horizontal:first-child {
        margin-top: -2.7rem
    }
    .card-body ul.stepper.horizontal .step {
        position: static;
        margin: 0;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 5.25rem!important
    }
    .card-body ul.stepper.horizontal .step:not(:last-of-type):after {
        content: '';
        position: static;
        display: inline-block;
        width: 100%;
        height: .0625rem
    }
    .card-body ul.stepper.horizontal>.step:last-of-type,
    .card-body ul.stepper.horizontal>.step[data-last=true] {
        width: auto!important
    }
    .card-body ul.stepper.horizontal>.step.active:not(:last-of-type):after {
        content: '';
        position: static;
        display: inline-block;
        width: 100%;
        height: .0625rem
    }
    .card-body ul.stepper.horizontal .step.active .step-title:before {
        background-color: #4285f4
    }
    .card-body ul.stepper.horizontal .step.done .step-title:before {
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 1rem;
        background: #00c851
    }
    .card-body ul.stepper.horizontal .step.wrong .step-title:before {
        content: '\f071';
        font-family: FontAwesome;
        font-size: 1.1rem;
        background-color: #ff3547
    }
    .card-body ul.stepper.horizontal .step-title {
        line-height: 5.25rem;
        height: 5.25rem;
        margin: 0;
        padding: 0 1.5625rem 0 4.0625rem;
        display: inline-block;
        max-width: 13.75rem;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }
    .card-body ul.stepper.horizontal .step:before {
        content: none
    }
    .card-body ul.stepper.horizontal .step .step-title:before {
        position: absolute;
        top: 1.7813rem;
        left: 1.1875rem;
        counter-increment: section;
        content: counter(section);
        height: 1.75rem;
        width: 1.75rem;
        color: #fff;
        background-color: rgba(0, 0, 0, .3);
        -webkit-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        line-height: 1.75rem;
        font-weight: 400
    }
    .card-body ul.stepper.horizontal .step-title:after {
        top: .9375rem
    }
    .card-body ul.stepper.horizontal .step-new-content {
        position: absolute;
        height: -webkit-calc(100% - 84px);
        height: calc(100% - 84px);
        top: 6rem;
        left: 0;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0;
        padding: 1.25rem 1.25rem 4.75rem 1.25rem
    }
    .card-body ul.stepper.horizontal .step-actions {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .card-body ul.stepper.horizontal .step-actions .btn-flat:not(:last-child),
    .card-body ul.stepper.horizontal .step-actions .btn-large:not(:last-child),
    .card-body ul.stepper.horizontal .step-actions .btn:not(:last-child) {
        margin-left: .3125rem;
        margin-right: 0
    }
    .card-body ul.stepper.horizontal .step-actions,
    .card-body ul.stepper.horizontal .step-new-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.card-intro .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}

.card-intro .card-body h1 {
    margin-bottom: 0
}

.card-intro .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}

.card-intro .card-body h1 {
    margin-bottom: 0
}

.card.card-cascade.panel-cascade .list-group .list-group-item .card-body{
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    color: #495057;
}
