/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /*#header{ background: red !important; }

html body div#header .header-top,
html body div#header .header-nav {
  background: none !important;
  background-color: rgba(0,0,0,0) !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;*/
	
	
#header{   background: none !important;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important; }
	
}