	body {
		background-image:none;
	}
	#container, .page {
		background: none #fff;
	}
	.eylogo {
		height: 80px;
		width: auto;
		background: none;
		margin: 0;
		position: static;
	}
	.eylogo img {
		height: 100%; 
		width: auto;
	}
	#header {top: 15px;}

/*tablet*/
	@media only screen and (max-width: 800px) {
		.eylogo {
			height: 60px;
			width: 130px;
			background: none;
			margin: -5px 0 0 15px;
		}
	}

/*mobile*/
@media screen and (max-width:640px) {
	#header {top: 0; min-height: 80px;}
	.eylogo {
		background: url(../../shared/images/logo_m.png) no-repeat; 
		/*background: url(/ecimages/logo_m.png) no-repeat; */
		background-size: contain;
		height: 70px;
		margin: 1px 0 10px 10px;
	}
	.eylogo img {
		display: none!important;
	}
}
@-moz-document url-prefix() {
  .eylogo {
    min-width: 200px;
	  height: 85px;
  }
}
