@charset "utf-8";
/* --------------------------------------------------------------------------- */
/* ----------------------------  >> Reset CSS <<  ---------------------------- */
/* --------------------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
ol, ul { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
caption { text-align:left; }
fieldset, img { border:0; }
a img { border:0; }
dt, address, caption, cite, code, dfn, em, i, th, var, small { font-style:normal; font-weight:normal; }
q:before, q:after { content:''; }
* { padding:0; margin:0; }
hr { color:#ccc; height:1px; }
em, i { font-style: italic}
bold, strong { font-weight: bold }
hr { color:#ccc; height:1px; }
p {margin-top:20px}

/*
	LAYOUT TOOLS
*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter			{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/*
	DISPLAY VALUES
*/
.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }


/* =clearfix */
.clearfix:after { content:".";  display:block; height:0; clear:both; visibility:hidden; }
/* Fix for IE-mac */
.clearfix { display:inline-block !important; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */