/* Support #172676 - Logo on mobile */

	@media screen and (max-width: 768px){
	    #header .logo a img:nth-child(2n) { display: none; }

	#header .logo a img:first-child {
	    opacity: 1;
	    visibility: visible;
	    position: initial;
	}
	}