/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*{-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: text}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea, button {
	font-family:	inherit;
	font-size:		inherit;
	color:			inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**** END OF CSS RESET ****/

* {
    margin:     0;
    padding:    0;
    border:     0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility:hidden;
	-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
/*
	-webkit-user-select: none;
    touch-action: none;
	cursor: none;
*/
}
.debug * {
    cursor: initial;
}

i{font-style: normal;}
a{color: inherit;}



body  {
	font-display: 		optional;
	font-family:    	'Outfit', arial, sans-serif;
	text-align:		    center;
	font-size:			1em;
	color:				#222;
	background:			#fff;

}
header, section, footer {
	width:			    100%;
}
hr { display: none; visibility: hidden; }

i{font-style: normal;}


.hide { display: none!important }
.tcenter 	{	text-align:	center!important;	}
.tleft		{	text-align:	left!important;		}
.tright		{	text-align:	right!important;	}


.w5p { width: 5%; }
.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w25p { width: 25%; }
.w30p { width: 30%; }
.w33p { width: 33%; }
.w35p { width: 35%; }
.w40p { width: 40%; }
.w45p { width: 45%; }
.w50p { width: 50%; }
.w55p { width: 55%; }
.w60p { width: 60%; }
.w65p { width: 65%; }
.w66p { width: 66%; }
.w70p { width: 70%; }
.w75p { width: 75%; }
.w77p { width: 77%; }
.w80p { width: 80%; }
.w85p { width: 85%; }
.w90p { width: 90%; }
.w95p { width: 95%; }
.w100p { width: 100%; }

.content_wrapper { max-width: 1100px; }
