/*
Version: 1.0
Author: Nauris Kolāts | Streamline
Author URI: http://www.majas-lapu-izstrade.lv
*/

#authorsSection img {
    filter: url('../images/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}

#authorsSection img:hover {
    filter: none; /* Applies to FF + IE */
    -webkit-filter: grayscale(0);
}
