/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   CUSTOM styles
   ========================================================================== */
  
/* Here you can add CSS styles to override the default template styles */


.a-view:not(:hover){
  	background:#f8f8f8;;
    animation:realce 2.2s;
    -moz-animation:realce 2.2s infinite; /* Firefox */
    -webkit-animation:realce 2.2s infinite; /* Safari and Chrome */
}

@-moz-keyframes realce /* Firefox */ {
    0% {background:#a2a0a0;}
    50% {background:#f8f8f8;}
    100% {background:#a2a0a0;}
}

@-webkit-keyframes realce /* Safari and Chrome */ {
    0% {background:#a2a0a0;}
    50% {background:#f8f8f8;}
    100% {background:#a2a0a0;}
}
