/* ==========================================================================
   reset
   ========================================================================== */

html,body,main,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 { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
ol, ul	 									   							{ list-style: none; }
blockquote, q 								   							{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after 					{ content: none; }
table											   						{ border-collapse: collapse; border-spacing: 0; }
*												   						{ margin: 0; padding: 0; }
*, *:before, *:after 					   								{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html 											   						{ font-size: 1em; }

::-moz-selection 							   							{ background: #b3d4fc; text-shadow: none; }
::selection 								   							{ background: #b3d4fc; text-shadow: none; }

hr 											   							{ display: block; height: 1px; border: 0; background: #ccc; margin: 0 auto; padding: 0; }

audio, canvas, iframe, img, svg, video 									{ vertical-align: middle; }
fieldset 									   							{ border: 0; margin: 0; padding: 0; }
textarea 									   							{ resize: vertical; }
input, textarea, button, select		   									{ -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0; }

button, input[type=submit]				   								{ margin: 0; padding: 0; border: 0; background: transparent; font-family: inherit; font-size: 1em; cursor: pointer; outline: none; overflow: visible; }
button::-moz-focus-inner				   								{ padding: 0; border: 0; }

sup, sub										  						{ height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; font-size: .5em; }
sup											   							{ bottom: 1.5ex; }
sub											   							{ top: .5ex; }

a												   						{ text-decoration: none; color: inherit; }
a:hover										   							{  }
a, button																{ transition: color .25s, background-color 25s; }

.nobr																	{ white-space: nowrap; }