
/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/	
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #555!important;
	font-weight: 400;
	background:#F0F0F0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing: subpixel-antialiased;
	height: 100%;
	width: 100%;
}

html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100%;}
a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.container { overflow: hidden; }



.small{
	font-family:'Raleway', sans-serif; 
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top:-60px;
	color:#666;
	z-index:666;
}

.small a{
	color:#f62227;
	cursor: pointer;
	padding-left:10px;
}




h1, h2, h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; color:#555; }
h1 {
	font-weight: 700;
	font-size: 130px;
	line-height:120px;
	position: relative;
	letter-spacing:-3px!important;
	color: #222!important;
	margin: 0px 0px 70px;
}




