/*
Version: 1.0
Author: Nauris Kolāts | Streamline
Author URI: http://www.majas-lapu-izstrade.lv
*/

.gray {
	filter: url('../../js/hovereffect/filters.svg#grayscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Webkit Nightlies & Google Chrome Canary */

}
.gray:hover {
	filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0); /* chrome */
}

.wf-container .wf-box, .row .block, .row .content-practice, .row .content-practice-top { opacity:1; }
.wf-container:hover .wf-box, .row:hover .block, .row:hover .content-practice, .row:hover .content-practice-top  { opacity:0.2; }
.wf-container:hover .wf-box:hover, .row:hover .block:hover, .row:hover .content-practice:hover, .row:hover .content-practice-top:hover { opacity:1; }


.gray, .gray:hover,
.wf-box .project-content, .wf-box:hover .project-content,
.wf-container .wf-box, .wf-container:hover .wf-box, .wf-container:hover .wf-box:hover,
.row .block , .row:hover .block, .row:hover .block:hover,
.row .content-practice, .row:hover .content-practice, .row:hover .content-practice:hover,
.row .content-practice-top, .row:hover .content-practice-top, .row:hover .content-practice-top:hover  {
	transition:.7s;
	-webkit-transition:.7s;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;	
}
