/*-----------------------------------------------------------------------------------

	STYLESHEET GOES HERE

-----------------------------------------------------------------------------------*/


#logo img {
	display: block;
	/*height: 100%;*/
	width: 100%;
}


#logo img {
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}