﻿.TermCond {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    /*box-shadow:4px 2px 10px rgba(0, 0, 0, 0.45), -4px 2px 10px 1px rgba(0, 0, 0, 0.45);*/
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.TermCond  .image {
    width: 100%;
    overflow: hidden;
    height: 260px;
    border-radius: 4px 4px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .TermCond  .image img {
        width: 100%;
    }

.TermCond  .filter {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .TermCond  .filter .btn {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.TermCond :hover .filter {
    opacity: 1;
    filter: alpha(opacity=100);
}

.TermCond  .btn-hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.TermCond :hover .btn-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.TermCond  .content {
    padding: 15px 15px 10px 15px;
    min-height:350px;
}

.TermCond  .header {
    padding: 10px 10px;
    background-color: #b63e43;
    /*background: linear-gradient(-90deg, #de656a, #b63e43, #962b2f);*/
    border-radius: 5px; /* Standard syntax (must be last) */
    box-shadow: 0 12px 20px -10px rgba(239, 130, 32, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(240, 135, 41, 0.5);
}

.cover-bg {
    background: url(../images/Wheel.png);
    background-repeat: repeat;
    background-blend-mode: soft-light;
}

.TermCond  .category,
.TermCond  label {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
}

    .TermCond  .category i,
    .TermCond  label i {
        font-size: 16px;
    }

.TermCond  label {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.TermCond  .title {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.TermCond  .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.TermCond  .description {
    font-size: 14px;
    color: #333;
}

.TermCond  .footer {
    padding: 0;
    background-color: transparent;
    line-height: 30px;
}

    .TermCond  .footer .legend {
        padding: 5px 0;
    }

    .TermCond  .footer hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.TermCond  .stats {
    color: #a9a9a9;
}

.TermCond  .footer div {
    display: inline-block;
}

.TermCond  .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

    .TermCond  .author i {
        font-size: 14px;
    }

.TermCond  h6 {
    font-size: 12px;
    margin: 0;
}

.TermCond .TermCond -separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #DDDDDD;
    content: "";
    position: absolute;
}

.TermCond  .ct-chart {
    margin: 30px 0 30px;
    height: 245px;
}

.TermCond  .table tbody td:first-child,
.TermCond  .table thead th:first-child {
    padding-left: 15px;
}

.TermCond  .table tbody td:last-child,
.TermCond  .table thead th:last-child {
    padding-right: 15px;
}

.TermCond  .alert {
    border-radius: 4px;
    position: relative;
}

    .TermCond  .alert.alert-with-icon {
        padding-left: 65px;
    }

.TermCond -user .image {
    height: 110px;
}

.TermCond -user .image-plain {
    height: 0;
    margin-top: 110px;
}

.TermCond -user .author {
    text-align: center;
    text-transform: none;
    margin-top: -70px;
}

.TermCond -user .avatar {
    width: 124px;
    height: 124px;
    border: 5px solid #FFFFFF;
    position: relative;
    margin-bottom: 15px;
}

    .TermCond -user .avatar.border-gray {
        border-color: #EEEEEE;
    }

.TermCond -user .title {
    line-height: 24px;
}

.TermCond -user .content {
    min-height: 240px;
}

.TermCond -user .footer,
.TermCond -price .footer {
    padding: 5px 15px 10px;
}

.TermCond -user hr,
.TermCond -price hr {
    margin: 5px 15px;
}

.TermCond -plain {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

    .TermCond -plain .image {
        border-radius: 4px;
    }



/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 10px #777;
        transform: rotate(-3deg);
    }

    .effect2:after {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }
