﻿
  body
        {
            /*filter: url(“data:image/svg+xml;utf8,<svg xmlns=\’http://www.w3.org/2000/svg\’><filter id=\’grayscale\’><feColorMatrix type=\’matrix\’ values=\’1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\’/></filter></svg>#grayscale”);*/
         -webkit-filter: grayscale(100%);
         -moz-filter: grayscale(100%);
         -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
         
        filter: gray;   /* IE 6-9 */
           
         }


img {
    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
     filter: grayscale(100%) !important;
    -webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}



.black-ribbon {
	  position: fixed;
	  z-index: 9999;
	  width: 70px;
	}
	@media only all and (min-width: 768px) {
	  .black-ribbon {
	    width: auto;
	  }
	}

	/*@media (max-width: 768px)  {
	  .black-ribbon {
	    display: none;
	  }
	}*/


	
	.stick-left { left: 0; }
	.stick-right { right: 0; }
	.stick-top { top: 0; }
	.stick-bottom { bottom: 0; }
