/*------------------------------------------------------------------------------------------------ FONT ---*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
/*------------------------------------------------------------------------------------------------ RESET ---*/
/* reset5 © 2011 opensource.736cs.com MIT */
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-family: 'Source Sans Pro', sans-serif;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
sub, sup{
	font-size: small;
	line-height: 10px;
}
body {
	line-height: 1;
}
small {
	font-size: 11px;
}
a{
	color: #2981da;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover{
	color: #111;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}
nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav ul li{
	margin: 0px;
	padding: 0px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
	margin-right: 30px;
}
ul li{
	padding: 4px 0;
}
ul ul {
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
mark {
	background: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input[type=text], input[type=password], textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	outline: none;
	margin: 0;
}
input[type=submit], input[type=button], button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
}
input, select, a img {
	vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear{
	clear: both;
}