:root {
	/* general margins / paddings */
	--gutter:1em;
	--max-width:1400px;	
	--padding-footer:3.5em;
	--padding-B:1em;

  	/* base colors */
	--base-background1:#fff;
	--base-color1:#000;

	--base-background2:#f2f2f2;
	--base-color2:#333;

	--base-background3:#eee;
	--base-color3:#333;

	--base-background4:#ddd;
	--base-color4:#333;

	--base-background5:#666;
	--base-color5:#f2f2f2;

	--base-background6:#333;
	--base-color6:#f2f2f2;

	--base-background7:#000;
	--base-color7:#fff;

  	/* theme colors */
	--theme-background1:#fff;
	--theme-color1:#000;

	--theme-background2:#151515;
	--theme-color2:#fff;

	--theme-background3:#ddd;
	--theme-color3:#888;
	
	--theme-background4:#ddd;
	--theme-color4:#fabe3f;
	
	--theme-background5:#ddd;
	--theme-color5:#aaa;

  	/* message colors */
	--success-color:#008448;
	--warning-color:#ff9a00;
	--danger-color:#be1924;
	--info-color:#17a2b8;
	--lowlight-color1:#666;

	/* campaign, sale */
	--sale-color1:#be1924; 
	--sale-bagde-background1:#be1924;
	--sale-bagde-color1:#fff;

	/* news */
	--news-color1:#17a2b8;
	--news-bagde-background1:#000;
	--news-bagde-color1:#fff;

	/* buttons */
	--cta-background1:#fff;
	--cta-color1:#000;

	--cta-background2:#000;
	--cta-color2:#fff;

	/* borders */
	--border-std:1px solid #e2e4e9;
	--border-std2:1px solid #444;
	--border-color1:#e2e4e9;
	--border-marked:#999;
	--border-radius1:0px;
	--border-radius2:3px;

	/* shadow */
	--box-shadow1:0 20px 20px -20px rgba(0,0,0,.5);
}
