@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

a
{
	font-family: inherit;
	font-size: inherit;
	color:inherit;
	text-decoration: inherit;
}

.wrapper a
{
	/*border-bottom: 1px dotted #000;*/
}

.wrapper a img
{
	border-bottom:none;
}

.pos-center
{
	margin: 0 auto;
}

.pos-center a
{
	border-bottom: 1px dotted #000;
}

.pos-center a img
{
	border-bottom:none;
}

ul, ol
{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,h7,h8
{
	
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}