/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 14, 2016, 11:36:46 AM
    Author     : Praveen
*/

.hide_sec{
    opacity:0 !important;
}
.show_sec{
    opacity:1 !important;
}
.div#blog_area .post{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
