
/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #3d3d48;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit;
}
h1 { 
	font-size: 40px; 
	line-height: 40px; 
	margin-bottom: 22px;
	font-style: normal;
}
h2 { 
	font-size: 27px; 
	line-height: 27px; 
	margin-bottom: 22px;
	font-style: normal;
}
h2 i {
	font-style: normal;
}
h2 strong {
	font-weight: normal;
}
h3 { 
	font-size: 22px; 
	line-height: 22px; 
	margin-bottom: 20px;
	font-style: normal;
}
h3 i {
	font-weight: normal;
	font-style: normal;
}
h4 { 
	font-size: 18px; 
	line-height: 22px; 
	margin-bottom: 20px;
	font-style: normal;
}
h4 i {
	font-weight: normal;
	font-style: normal;
}
h5 { 
	font-size: 16px; 
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}						
h6 { 
	font-size: 14px; 
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}



/* Clear Fix Styles */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
{
	height:1%;
}

.clearfix
{
	display:block;
}

