/* add transition/animation */
#search-form button,
#search-form button:hover,
.share li a,
.share li a:hover,
.pagination ul li.active a,
.pagination ul li:hover a,
.pagination ul li a,
.ftr-nav a,.ftr-nav a:hover,.ftr-nav.active a,.ftr-nav a:focus,
.contactForm .gform_footer.top_label input[type="submit"],
.contactForm .gform_footer.top_label input[type="submit"]:hover,
input[type="submit"],
input[type="submit"]:hover,
#header .navbar .nav > li > a:focus,
#header .navbar .nav > li > a:hover,
#header .navbar .nav > .active > a, 
#header .navbar .nav > .active > a:hover, 
#header .navbar .nav > .active > a:focus,
a,a:hover
{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
