[data-cattype="703"] h1{
    color: #fff;
    text-shadow: 2.5px 2.5px 2.5px rgba(1, 148, 254, 0.64);
/*    font-family: 'Roboto Slab';*/
}

[data-cattype="703"] .img-content-c{
    height: 180px;
    width: 250px;
    position: relative;
    margin: 0 auto;
}

[data-cattype="703"] .btn-primary {
    border-radius: 0;
}
[data-cattype="703"] .btn-default:hover {
    border-color: #cb131b;
}

[data-cattype="703"] *{
transition: ease .3s;
}

[data-cattype="703"] .img-content-c:before{
    height: 180px;
    width: 250px;
    position: absolute;
    content: "";
    background-color: #41affe;
    opacity: 0;
    
}

[data-cattype="703"] .img-content-c:hover:before{
    opacity: .5;
}

[data-cattype="703"] .img-content-c img{
    height: 100%;
    width: 100%;
}

[data-cattype="703"] .item-grid-c{
    margin: 0;
    padding: 20px 0 0;
    text-align: left;
}

[data-cattype="703"] .item-c{
    margin: 0 9px 5px 9px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

[data-cattype="703"] .ttl-c{
    color: #fff;
    height: auto;
    padding: 13px 20px 0 20px;
    line-height: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto Slab';
}

[data-cattype="703"] .datum{
    color: #fff;
    height: auto;
    padding: 0;
    line-height: normal;
    font-size: 12px;
    text-align: center;
}

[data-cattype="703"] .text-c {
    width: 270px;
}

[data-cattype="703"] .item-c a:hover .ttl-c,
[data-cattype="703"] .item-c a:hover .datum{
    color: #41affe;
}

[data-cattype="703"] a:link, 
[data-cattype="703"] a:visited {
    color: #fff;
}

[data-cattype="703"] .margin-b a{
    margin-bottom: 20px;
}

@media (max-width: 1170px){
    [data-cattype="703"] .item-grid-c{
    text-align: center;
    }
}