.portfolioimg img {
    padding:6px;
    background:#fff;
    width:100%;
}
.portfolioimg h2 {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 5px;
    color: #182645;
}

.profileimageloader {
    height:100%;
    background:#E9EBEE;
    text-align:center;
    height:250px;

}

.profileimageloader::after {
    content: "\e66b";
    font-family: 'themify';
    height:100%;
    font-size:3em;
    position:absolute;
    background:rgba(0,0,0,0.1);
    color:#fff ;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    line-height: 250px;
    cursor:pointer;
    transition:all 0.5s ease;

}
.profileimageloader:hover:after {
    background:rgba(0,0,0,0.3);

}
#accountform .load {
    line-height:35px
}




