/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.dev-block {
    margin-top: 9px;
}
.dev-block a {
    text-decoration: none;
	color: #999;
}
.dev-block a > * {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #999;
}
.dev-block span {
    padding: 5px 3px 0 0;
}
.dev-block a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
	color: #fff;
}
.dev-block img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …<feColorMatrix type=\'saturate\' values=\'.0\'/></filter></svg>#grayscale");
    filter: gray;
    position: relative;
    top: -3px;
	    
}