.borderlinegroup{
    margin-top:30px;
}
.filter{

}

.bg {
    background-color: white;
    padding: 10px;
}
.grouptitle {
    background-color: #ebebeb;
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 10px;
    text-align:center;
    margin-bottom:10px;
    margin-top:10px;
    font-weight:bold;
}

.rowLST
{
    display:inline-block;
    padding:10px;
    border:1px solid #ccc;
    margin:10px;
    border-radius:10px;
}
figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    figure:hover + span {
        bottom: -36px;
        opacity: 1;
    }

.myimgdivLst figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.myimgdivLst figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.exit
{
    padding-bottom:30px;
}

.lazyload {
    transition: 300ms opacity;
    background: #ffffff url(images/loading.gif) no-repeat center;
}


.admin_holder {
    position:absolute;
    z-index:100;
    
    
    width:100%;

}

.mdiddownload {
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid #ff5c35;
}
.mdiddownload a
{
    font-size: 17px !important;
    font-weight:bold !important;

}
.mdiddownload ii
{
    padding-left:10px;
}

/*----- splash on screen ----*/
.cv {
    width: 50%;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    display: none;
    -webkit-transition: Top 1s ease-in-out;
    -moz-transition: Top 1s ease-in-out;
    -o-transition: Top 1s ease-in-out;
    transition: Top 1s ease-in-out;
    box-shadow: 0 0 5px #333;
    border: 1px solid #ccc;
}

#background_div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    z-index: 10;
    top: 0;
    left: 0;

}

@media all and (max-width: 500px) {
    .cv {
        width: 90%;
        position: absolute !important;
    }
}

figcaption {
    overflow:auto !important;

}