.item-gallery-footer {
    display: block;
    position: relative;
    width:calc((71.2% - 30px) / 3 );
    margin-right: 10px;
    margin-bottom: 10px;
}
#searchmodule .tab-control li {
    margin: 0;
    border: 0 none;
    border-right: #ddd solid 1px;
    border-radius: 0;
    background:rgba(193, 189, 189, 0.11);
    float: left;
    list-style: none;
    font-size: 12px;
}
#searchmodule .tab-control li.ui-tabs-selected {
    background: #013c80;
}
#searchmodule .tab-control li.ui-tabs-selected a {
    color: #fff;
}
.item-gallery-footer:hover:after {
    background-color: rgba(236,29,37,0.7);
}
.item-gallery-footer::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#searchmodule li:last-child {
    border-right: none;
}
.item-gallery-footer1 {
    display: block;
    position: relative;
    width: calc((100% - 50px) / 5 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-gallery-footer1:hover:after {
    background-color: rgba(236,29,37,0.7);
}
.item-gallery-footer1::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.item-gallery-footer2 {
    display: block;
    position: relative;
    width:calc((100% - 10px) / 1 );
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-gallery-footer2:hover:after {
    background-color: rgba(236,29,37,0.7);
}
.item-gallery-footer2::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}