/**********************************************************************

RESET

**********************************************************************/

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: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ol, ul {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

img, a img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

p img, p a img {
	margin: 0 0 0.5em;
}

iframe {
	height: auto;
	margin: 1.414em 0 0.5em;
	max-width: 100%;
}

hr {
	border: 0;
	border-top: 1px solid #CCCCCC;
	clear: both;
	display: block;
	height: 1px;
	margin: 2em 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

::-moz-selection {
	background-color: #333333;
	color: #FFFFFF;
}

::selection {
	background-color: #333333;
	color: #FFFFFF;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.border-box {
}

.inline-block {
	display: inline-block;
	zoom: 1;
	*display: inline;
}