/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 #ico-service li a:hover {
   color: #00abcd;
}
#ico-service li a:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 156px;
   height: 137px;
   background: url('../images/ico-hover.png')/*tpa=http://speedpaper.ru/templates/effortless/images/ico-hover.png*/ no-repeat center 0;
   filter: Alpha(Opacity=0);
   opacity: 0;
   transition: opacity 200ms ease;
}
#ico-service li a:hover:before {
   filter: Alpha(Opacity=100);
   opacity: 1;
}