
.tw-table-cards-holder {
    text-align: center;
}

.tc-card {
    width: 200px;
    overflow: hidden;
    position: relative;
    height: 250px;
    display: inline-block;
    /* border: 1px solid #ccc; */
    box-shadow: 1px 1px 5px 0px #00000012;
    /* border-radius: 3px; */
    cursor: default;
    margin: 0 10px 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tc-header {
}

.tc-inner {
}

.tc-footer {
}

.tcc-back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #06618c;
    /* filter: blur(2px); */
    z-index: 1;
    background-position: 50%;
    background-size: 150%;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-circle {
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    padding: 3px 0 0 0;
    z-index: 3;
    border-radius: 100%;
    background: #d40000;
    color: #fff;
    height: 45px;
    width: 45px;
}

.tcc-circle b {
    display: block;
    text-align: center;
    margin-bottom: -4px;
    font-size: 17px;
}

.tcc-circle i {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 11px;
    width: 35px;
    overflow: hidden;
    margin: 0 auto;
    float: none;
}

.tcc-title {
    font-size: 15px;
    font-weight: bold;
    background: transparent;
    text-shadow: 0px 1px 6px #000;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.tcc-subtitle {
    text-align: center;
    padding: 4px 0 6px 0;
    font-size: 11px;
    color: #8e8e8e;
}

.tcc-detail {
    font-size: 12px;
    max-height: 85px;
    overflow: hidden;
    text-align: left;
}

.tcc-foot {
}

.tcc-actions {
    position: absolute;
    top: 9px;
    left: -85px;
    text-align: center;
    height: 30px;
    width: 85px;
    z-index: 8;
    background: #ffffffa6;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* box-shadow: inset -1px 5px 10px #efefef; */
}

.tc-card:hover .tcc-actions {
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-actions ul {
}

.tcc-actions li {
}

.tcc-actions li:hover {
}

.tcc-actions li a {
}

.tcc-head {
    height: 125px;
    position: relative;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-front {
    position: relative;
    z-index: 2;
    height: 100%;
    background: #00000000;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tc-card:hover .tcc-front {
    background: #00000078;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tc-card:hover .tcc-circle {
}

.tc-card:hover .tcc-circle b {
}

.tc-card:hover .tcc-circle i {
}

.tc-card:hover .tcc-head {
    height: 100px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-tags {
    text-align: center;
    height: 0px;
    overflow: hidden;
    /* position: absolute; */
    /* bottom: 30px; */
    /* z-index: 9; */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-tags span {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 1px 4px;
    font-size: 11px;
    color: #9e9e9e;
    margin: 0 2px;
}

.tc-card:hover .tcc-tags span {
}

.tc-card:hover .tcc-tags {
    height: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-other-actions {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
    padding: 20px 0 0 0;
    width: 200px;
    height: 250px;
    background: #000000ad;
    display: none;
}

.tcc-actions .fa {
    position: absolute;
    left: -12px;
    top: 1px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #00000075;
    height: 100%;
    line-height: 30px;
    font-size: 28px;
}

.tcc-actions .span {
}

.tcc-other-actions a {
    display: block;
    text-align: center;
    width: 80%;
    margin: 6px auto;
    padding: 4px 0 4px 0;
    float: none;
    border-bottom: 2px solid #ffffff00;
    background: #ffffffdb;
    color: #383838;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-other-actions a:hover {
    background: #fff;
    border-bottom: 2px solid #337ab7;
    color: #6d6d6d;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-other-actions button {
}

.tcc-other-actions button:hover {
}

.tccoa-trigger {
    /* font-weight: bold; */
    padding-top: 5px;
    display: block;
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    text-shadow: 0px 0px 2px #3e3d3d;
}

.tccoa-trigger:hover {
}

.tccm-sup {
    display: block;
    background: #ffffff33;
    height: 2px;
    margin: 12px 10px;
}

.tcc-sv {
    float: right;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
}

.tcc-labels {
    display: block;
    width: 100%;
    height: 25px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tcc-labels span{
    margin: 0 2px;
}

.tcc-labels span i{
    margin: 0 4px 0 0;
}
.tc-card:hover .tcc-labels{
    height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}