/*--------------------------------------------------------------
##  NEGINNET RECENT POSTS
--------------------------------------------------------------*/

#nn_recent_posts.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
#nn_recent_posts>.col { float: right; margin: 1% 1.6% 1% 0; width:23%;}
.nn_recent_title>a {color: #444; font-size: 16px; font-weight: 400; margin: 0;}
.nn_recent_img:hover > img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2);}
.nn_recent_img:hover > img {
                    -webkit-transition: -webkit-transform 0.5s ease;
                    -moz-transition: -moz-transform 0.5s ease;
                    -o-transition: -o-transform 0.5s ease;
                    -ms-transition: -ms-transform 0.5s ease;
                    transition: transform 0.5s ease;} 
.nn_recent_img {
                    display: inline-block;overflow: hidden;position: relative;max-width: 100%;}
@media only screen and (max-width: 992px){
                    #nn_recent_posts>.col { width: 48%; margin-bottom: 70px;}
                }
@media only screen and (max-width: 480px){
                    #nn_recent_posts>.col { width: 100%; margin: 0 2% 70px;}
                    .nn_recent_img>img{width:96%;}
                    .nn_recent_title { text-align: center; }
                }
                  
                                   
