#logo {
  margin-top: 27px;
  width: 300px;
  height: 300px;
}
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.container.clearfix.et_menu_container {
  width: 100%;
}

.et_header_style_left .logo_container {
  width: 500px;
  height: 500px;
  margin-left: 94px;
  margin-top: -96px;
}


@media only screen and (max-width: 900px) {
	.et_header_style_left .logo_container {
width: 0px;
height: 0px;
	}
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	}
}