/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

a{
        -webkit-transition: color 0.25s ease-in-out 0s;
	-moz-transition: color 0.25s ease-in-out 0s;
	-o-transition: color 0.25s ease-in-out 0s;
	-ms-transition: color 0.25s ease-in-out 0s;
	transition: color 0.25s ease-in-out 0s;
}



div.menusys_mega ul.mega-ul li > a.item {
	  -webkit-transition: all 0.26s ease-out 0s;
	-moz-transition: all 0.26s ease-out 0s;
	-o-transition:all 0.26s ease-out 0s;
	-ms-transition: all 0.26s ease-out 0s;
	transition: all 0.26s ease-out 0s;
}
div.article-image div.img-zoom {
    -moz-transition: bottom 0.4s linear 0s;
}
div.article-image img {
    -moz-transition: all 0.3s linear 0s;
    opacity: 1;
}