@charset "utf-8";

/* CSS Document */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* -------------------------------------------> RESET <------------------------------------------- */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////// */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, i, ol, ul, li, form, label, input, textarea, article, aside, footer, header, menu, nav, section, figure
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, footer, header, nav, section
{
	display: block;
}

html
{
	font-size: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after
{
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
}

a:focus
{
	outline: 0;
}

html, body { height: 100% }

body
{
	font: 400 1em/1.875em 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: 700;
}

h1
{
	font-size: 36px;
	font-weight: 400;
	padding-bottom: 36px;
	line-height: 1em;
}

h2
{
	/*font-size: 28px;*/
	font-size: 2em;
	line-height: 1.143em;
	padding-bottom: 12px;
}

h3
{
	/*font-size: 22px;*/
	font-size: 1.571em;
	line-height: 1.182em;
	padding-bottom: 24px;
}

h4
{
	/*font-size: 18px;*/
	font-size: 1.286em;
	line-height: 1.444em;
	padding-bottom: 24px;
}

h5
{
	/*font-size: 16px;*/
	font-size: 1.143em;
	line-height: 1.5em;
	padding-bottom: 24px;
}

h6
{
	/*font-size: 14px;*/
	font-size: 1em;
	line-height: 1.714em;
	padding-bottom: 24px;
}

p
{
	padding: 0 0 1.714em 0;
}

ol,
ul
{
	padding: 0 0 36px 0;
}

li
{
	padding: 0 0 12px 0;
	margin-left: 24px;
}

strong,
b
{
	font-weight: 700;
}

em,
i
{
	font-style: italic;
}

img
{
	margin-bottom: 24px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:link,
a:visited
{
	color: #157efb;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

a:hover,
a:active
{
	color: #000;
	text-decoration: none;
}

input,
textarea,
select
{
	vertical-align: middle;
	outline: none;
	box-shadow: none
}

textarea
{
	overflow: auto;
}

nav ul
{
	list-style: none;
	padding: 0;
	margin: 0
}

nav ul li
{
	margin-left: 0;
	padding-bottom: 0;
}

hr
{
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	border: none;
	margin: 0 0 1.714em 0;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* ------------------------------------------> end RESET <------------------------------------------ */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
