/*
Theme Name: Fadelicious
Theme URI: http://fadelicious.iki-bir.com/wp
Description: Awesome Wordpress blog & portfolio theme.
Version: 1.5.1
Author: elemis
Author URI: http://themeforest.net/user/elemis
Tags: wordpress, portfolio, fade, blog
*/

@import "style/css/reset.css";
@import "style/css/layout.css";
@import "style/css/skin.css";
@import "style/css/gray.css";

/************************************ SPONSORS 2014 ************************************/
.pulse {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.image{
  transition: all .08s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}